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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:46:16.332500</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.998831, 0.0445539, 0.0187751, -0.045706, 0.996758, 0.0662088]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.123526</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7775, -7191, 601, -41, -299, 153, 2]</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>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a8c9752-bb52-475d-8b15-fe9d6d04b030||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.6797893047332764, -0.12262590229511261, 0.042563822120428085, 115.64253997802734], [-0.11953488737344742, 2.674229860305786, 0.18087172508239746, -88.33206939697266], [0.05037222430109978, -0.17763341963291168, 2.693598747253418, -48.42288589477539], [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': ['164616.332500', '164616.792500', '164617.252500', '164617.712500', '164618.172500', '164618.632500', '164619.092500', '164619.552500', '164620.012500', '164620.472500', '164620.932500', '164621.392500', '164621.852500', '164622.312500', '164622.772500', '164623.232500', '164623.692500', '164624.152500', '164624.612500', '164625.072500', '164625.532500', '164625.992500', '164626.452500', '164626.912500', '164627.372500', '164627.832500', '164628.292500', '164628.752500', '164629.212500', '164629.672500', '164630.132500', '164630.592500', '164631.052500', '164631.512500', '164631.972500', '164632.432500', '164632.892500', '164633.352500', '164633.812500', '164634.272500', '164634.732500', '164635.192500', '164635.652500', '164636.112500', '164636.572500', '164637.032500', '164637.492500', '164637.952500', '164638.412500', '164638.872500', '164639.332500', '164639.792500', '164640.252500', '164640.712500', '164641.172500', '164641.632500', '164642.092500', '164642.552500', '164643.012500', '164643.472500', '164643.932500', '164644.392500', '164644.852500', '164645.312500', '164645.772500', '164646.232500', '164646.692500', '164647.152500', '164647.612500', '164648.072500', '164648.532500', '164648.992500', '164649.452500', '164649.912500', '164650.372500', '164650.832500', '164651.292500', '164651.752500', '164652.212500', '164652.672500', '164653.132500', '164653.592500', '164654.052500', '164654.512500', '164654.972500', '164655.432500', '164655.892500', '164656.352500', '164656.812500', '164657.272500', '164657.732500', '164658.192500', '164658.652500', '164659.112500', '164659.572500', '164700.032500', '164700.492500', '164700.952500', '164701.412500', '164701.872500', '164702.332500', '164702.792500', '164703.252500', '164703.712500', '164704.172500', '164704.632500', '164705.092500', '164705.552500', '164706.012500', '164706.472500', '164706.932500', '164707.392500', '164707.852500', '164708.312500', '164708.772500', '164709.232500', '164709.692500', '164710.152500', '164710.612500', '164711.072500', '164711.532500', '164711.992500', '164712.452500', '164712.912500', '164713.372500', '164713.832500', '164714.292500', '164714.752500', '164715.212500', '164715.672500', '164716.132500', '164716.592500', '164717.052500', '164717.512500', '164717.972500', '164718.432500', '164718.892500', '164719.352500', '164719.812500', '164720.272500', '164720.732500', '164721.192500', '164721.652500', '164722.112500', '164722.572500', '164723.032500', '164723.492500', '164723.952500', '164724.412500', '164724.872500', '164725.332500', '164725.792500', '164726.252500', '164726.712500', '164727.172500', '164727.632500', '164728.092500', '164728.552500', '164729.012500', '164729.472500', '164729.932500', '164730.392500', '164730.852500', '164731.312500', '164731.772500', '164732.232500', '164732.692500', '164733.152500', '164733.612500', '164734.072500', '164734.532500', '164734.992500', '164735.452500', '164735.912500', '164736.372500', '164736.832500', '164737.292500', '164737.752500', '164738.212500', '164738.672500', '164739.132500', '164739.592500', '164740.052500', '164740.512500', '164740.972500', '164741.432500', '164741.892500', '164742.352500', '164742.812500', '164743.272500', '164743.732500', '164744.192500', '164744.652500', '164745.112500', '164745.572500', '164746.032500', '164746.492500', '164746.952500', '164747.412500', '164747.872500', '164748.332500', '164748.792500', '164749.252500', '164749.712500', '164750.172500', '164750.632500', '164751.092500', '164751.552500', '164752.012500', '164752.472500', '164752.932500', '164753.392500', '164753.852500', '164754.312500', '164754.772500', '164755.232500', '164755.692500', '164756.152500', '164756.612500', '164757.072500', '164757.532500', '164757.992500', '164758.452500', '164758.912500', '164759.372500', '164759.832500', '164800.292500', '164800.752500', '164801.212500', '164801.672500', '164802.132500', '164802.592500', '164803.052500', '164803.512500', '164803.972500', '164804.432500', '164804.892500', '164805.352500', '164805.812500', '164806.272500', '164806.732500', '164807.192500', '164807.652500', '164808.112500', '164808.572500', '164809.032500', '164809.492500', '164809.952500', '164810.412500', '164810.872500', '164811.332500', '164811.792500', '164812.252500', '164812.712500', '164813.172500', '164813.632500', '164814.092500', '164814.552500', '164815.012500', '164815.472500', '164815.932500', '164816.392500', '164816.852500', '164817.312500', '164817.772500', '164818.232500', '164818.692500', '164819.152500', '164819.612500', '164820.072500', '164820.532500', '164820.992500', '164821.452500', '164821.912500', '164822.372500', '164822.832500', '164823.292500', '164823.752500', '164824.212500', '164824.672500', '164825.132500', '164825.592500', '164826.052500', '164826.512500', '164826.972500', '164827.432500', '164827.892500', '164828.352500', '164828.812500', '164829.272500', '164829.732500', '164830.192500', '164830.652500', '164831.112500', '164831.572500', '164832.032500', '164832.492500', '164832.952500', '164833.412500', '164833.872500', '164834.332500', '164834.792500', '164835.252500', '164835.712500', '164836.172500', '164836.632500', '164837.092500', '164837.552500', '164838.012500', '164838.472500', '164838.932500', '164839.392500', '164839.852500', '164840.312500', '164840.772500', '164841.232500', '164841.692500', '164842.152500', '164842.612500', '164843.072500', '164843.532500', '164843.992500', '164844.452500', '164844.912500', '164845.372500', '164845.832500', '164846.292500', '164846.752500', '164847.212500', '164847.672500', '164848.132500', '164848.592500', '164849.052500', '164849.512500', '164849.972500', '164850.432500', '164850.892500', '164851.352500', '164851.812500', '164852.272500', '164852.732500', '164853.192500', '164853.652500', '164854.112500', '164854.572500', '164855.032500', '164855.492500', '164855.952500', '164856.412500', '164856.872500', '164857.332500', '164857.792500', '164858.252500', '164858.712500', '164859.172500', '164859.632500', '164900.092500', '164900.552500', '164901.012500', '164901.472500', '164901.932500', '164902.392500', '164902.852500', '164903.312500', '164903.772500', '164904.232500', '164904.692500', '164905.152500', '164905.612500', '164906.072500', '164906.532500', '164906.992500', '164907.452500', '164907.912500', '164908.372500', '164908.832500', '164909.292500', '164909.752500', '164910.212500', '164910.672500', '164911.132500', '164911.592500', '164912.052500', '164912.512500', '164912.972500', '164913.432500', '164913.892500', '164914.352500', '164914.812500', '164915.272500', '164915.732500', '164916.192500', '164916.652500', '164917.112500', '164917.572500', '164918.032500', '164918.492500', '164918.952500', '164919.412500', '164919.872500', '164920.332500', '164920.792500', '164921.252500', '164921.712500', '164922.172500', '164922.632500', '164923.092500', '164923.552500', '164924.012500', '164924.472500', '164924.932500', '164925.392500', '164925.852500', '164926.312500', '164926.772500', '164927.232500', '164927.692500', '164928.152500', '164928.612500', '164929.072500', '164929.532500', '164929.992500', '164930.452500', '164930.912500', '164931.372500', '164931.832500', '164932.292500', '164932.752500', '164933.212500', '164933.672500', '164934.132500', '164934.592500', '164935.052500', '164935.512500', '164935.972500', '164936.432500', '164936.892500', '164937.352500', '164937.812500', '164938.272500', '164938.732500', '164939.192500', '164939.652500', '164940.112500', '164940.572500', '164941.032500', '164941.492500', '164941.952500', '164942.412500', '164942.872500', '164943.332500', '164943.792500', '164944.252500', '164944.712500', '164945.172500', '164945.632500', '164946.092500', '164946.552500', '164947.012500', '164947.472500', '164947.932500', '164948.392500', '164948.852500', '164949.312500', '164949.772500', '164950.232500', '164950.692500', '164951.152500', '164951.612500', '164952.072500', '164952.532500', '164952.992500', '164953.452500', '164953.912500', '164954.372500', '164954.832500', '164955.292500', '164955.752500', '164956.212500', '164956.672500', '164957.132500', '164957.592500', '164958.052500', '164958.512500', '164958.972500', '164959.432500', '164959.892500', '165000.352500', '165000.812500', '165001.272500', '165001.732500', '165002.192500', '165002.652500', '165003.112500', '165003.572500', '165004.032500', '165004.492500', '165004.952500', '165005.412500', '165005.872500', '165006.332500', '165006.792500', '165007.252500', '165007.712500', '165008.172500', '165008.632500', '165009.092500', '165009.552500', '165010.012500', '165010.472500', '165010.932500', '165011.392500', '165011.852500', '165012.312500', '165012.772500', '165013.232500', '165013.692500', '165014.152500', '165014.612500', '165015.072500', '165015.532500', '165015.992500', '165016.452500', '165016.912500', '165017.372500', '165017.832500', '165018.292500', '165018.752500', '165019.212500', '165019.672500', '165020.132500', '165020.592500', '165021.052500', '165021.512500', '165021.972500', '165022.432500', '165022.892500', '165023.352500', '165023.812500', '165024.272500', '165024.732500', '165025.192500', '165025.652500', '165026.112500', '165026.572500', '165027.032500', '165027.492500', '165027.952500', '165028.412500', '165028.872500', '165029.332500', '165029.792500', '165030.252500', '165030.712500', '165031.172500', '165031.632500', '165032.092500', '165032.552500', '165033.012500', '165033.472500', '165033.932500', '165034.392500', '165034.852500', '165035.312500', '165035.772500', '165036.232500', '165036.692500', '165037.152500', '165037.612500', '165038.072500', '165038.532500', '165038.992500', '165039.452500', '165039.912500', '165040.372500', '165040.832500', '165041.292500', '165041.752500', '165042.212500', '165042.672500', '165043.132500', '165043.592500', '165044.052500', '165044.512500', '165044.972500', '165045.432500', '165045.892500', '165046.352500', '165046.812500', '165047.272500', '165047.732500', '165048.192500', '165048.652500', '165049.112500', '165049.572500', '165050.032500', '165050.492500', '165050.952500', '165051.412500', '165051.872500', '165052.332500', '165052.792500', '165053.252500', '165053.712500', '165054.172500', '165054.632500', '165055.092500', '165055.552500', '165056.012500', '165056.472500', '165056.932500', '165057.392500', '165057.852500', '165058.312500', '165058.772500', '165059.232500', '165059.692500', '165100.152500', '165100.612500', '165101.072500', '165101.532500', '165101.992500', '165102.452500', '165102.912500', '165103.372500', '165103.832500', '165104.292500', '165104.752500', '165105.212500', '165105.672500', '165106.132500', '165106.592500', '165107.052500', '165107.512500', '165107.972500', '165108.432500', '165108.892500', '165109.352500', '165109.812500', '165110.272500', '165110.732500', '165111.192500', '165111.652500', '165112.112500', '165112.572500', '165113.032500', '165113.492500', '165113.952500', '165114.412500', '165114.872500', '165115.332500', '165115.792500', '165116.252500', '165116.712500', '165117.172500', '165117.632500', '165118.092500', '165118.552500', '165119.012500', '165119.472500', '165119.932500', '165120.392500', '165120.852500', '165121.312500', '165121.772500', '165122.232500', '165122.692500', '165123.152500', '165123.612500', '165124.072500', '165124.532500', '165124.992500', '165125.452500', '165125.912500', '165126.372500', '165126.832500', '165127.292500', '165127.752500', '165128.212500', '165128.672500', '165129.132500', '165129.592500', '165130.052500', '165130.512500', '165130.972500', '165131.432500', '165131.892500', '165132.352500', '165132.812500', '165133.272500', '165133.732500', '165134.192500', '165134.652500', '165135.112500', '165135.572500', '165136.032500', '165136.492500', '165136.952500', '165137.412500', '165137.872500', '165138.332500', '165138.792500', '165139.252500', '165139.712500', '165140.172500', '165140.632500', '165141.092500', '165141.552500', '165142.012500', '165142.472500', '165142.932500', '165143.392500', '165143.852500', '165144.312500', '165144.772500', '165145.232500', '165145.692500', '165146.152500', '165146.612500', '165147.072500', '165147.532500', '165147.992500', '165148.452500', '165148.912500', '165149.372500', '165149.832500', '165150.292500', '165150.752500', '165151.212500', '165151.672500', '165152.132500', '165152.592500', '165153.052500', '165153.512500', '165153.972500', '165154.432500', '165154.892500', '165155.352500', '165155.812500', '165156.272500', '165156.732500', '165157.192500', '165157.652500', '165158.112500', '165158.572500', '165159.032500', '165159.492500', '165159.952500', '165200.412500', '165200.872500', '165201.332500', '165201.792500', '165202.252500', '165202.712500', '165203.172500', '165203.632500', '165204.092500', '165204.552500', '165205.012500', '165205.472500', '165205.932500', '165206.392500', '165206.852500', '165207.312500', '165207.772500', '165208.232500', '165208.692500', '165209.152500', '165209.612500', '165210.072500', '165210.532500', '165210.992500', '165211.452500', '165211.912500', '165212.372500', '165212.832500', '165213.292500', '165213.752500', '165214.212500', '165214.672500', '165215.132500', '165215.592500', '165216.052500', '165216.512500', '165216.972500', '165217.432500', '165217.892500', '165218.352500', '165218.812500', '165219.272500', '165219.732500', '165220.192500', '165220.652500', '165221.112500', '165221.572500', '165222.032500', '165222.492500', '165222.952500', '165223.412500', '165223.872500', '165224.332500', '165224.792500', '165225.252500', '165225.712500', '165226.172500', '165226.632500', '165227.092500', '165227.552500', '165228.012500', '165228.472500', '165228.932500', '165229.392500', '165229.852500', '165230.312500', '165230.772500', '165231.232500', '165231.692500', '165232.152500', '165232.612500', '165233.072500', '165233.532500', '165233.992500', '165234.452500', '165234.912500', '165235.372500', '165235.832500', '165236.292500', '165236.752500', '165237.212500', '165237.672500', '165238.132500', '165238.592500', '165239.052500', '165239.512500', '165239.972500', '165240.432500', '165240.892500', '165241.352500', '165241.812500', '165242.272500', '165242.732500', '165243.192500', '165243.652500', '165244.112500', '165244.572500', '165245.032500', '165245.492500', '165245.952500', '165246.412500', '165246.872500', '165247.332500', '165247.792500', '165248.252500', '165248.712500', '165249.172500', '165249.632500', '165250.092500', '165250.552500', '165251.012500', '165251.472500', '165251.932500', '165252.392500', '165252.852500', '165253.312500', '165253.772500', '165254.232500', '165254.692500', '165255.152500', '165255.612500', '165256.072500', '165256.532500', '165256.992500', '165257.452500', '165257.912500', '165258.372500', '165258.832500', '165259.292500', '165259.752500', '165300.212500', '165300.672500', '165301.132500', '165301.592500', '165302.052500', '165302.512500', '165302.972500', '165303.432500', '165303.892500', '165304.352500', '165304.812500', '165305.272500', '165305.732500', '165306.192500', '165306.652500', '165307.112500', '165307.572500', '165308.032500', '165308.492500', '165308.952500', '165309.412500', '165309.872500', '165310.332500', '165310.792500', '165311.252500', '165311.712500', '165312.172500', '165312.632500', '165313.092500', '165313.552500', '165314.012500', '165314.472500', '165314.932500', '165315.392500', '165315.852500', '165316.312500'], 'ContentTime': ['164628.035000', '164628.038000', '164628.041000', '164628.044000', '164628.046000', '164628.049000', '164628.051000', '164628.054000', '164628.057000', '164628.059000', '164628.062000', '164628.064000', '164628.067000', '164628.069000', '164628.099000', '164628.101000', '164628.104000', '164628.106000', '164628.109000', '164628.111000', '164628.114000', '164628.117000', '164647.633000', '164647.636000', '164647.638000', '164647.641000', '164647.643000', '164647.646000', '164647.649000', '164647.651000', '164647.654000', '164647.656000', '164647.659000', '164647.661000', '164647.664000', '164647.666000', '164647.669000', '164647.671000', '164647.674000', '164647.676000', '164647.679000', '164647.681000', '164647.691000', '164647.694000', '164647.696000', '164647.699000', '164647.702000', '164647.704000', '164647.707000', '164647.709000', '164647.712000', '164647.715000', '164647.717000', '164647.720000', '164647.722000', '164647.725000', '164647.728000', '164647.730000', '164647.733000', '164647.736000', '164647.738000', '164647.741000', '164647.743000', '164647.746000', '164647.749000', '164647.751000', '164707.633000', '164707.636000', '164707.639000', '164707.641000', '164707.644000', '164707.647000', '164707.649000', '164707.652000', '164707.655000', '164707.657000', '164707.660000', '164707.662000', '164707.665000', '164707.667000', '164707.670000', '164707.673000', '164707.675000', '164707.678000', '164707.681000', '164707.683000', '164707.686000', '164707.688000', '164707.691000', '164707.694000', '164707.696000', '164707.699000', '164707.701000', '164707.704000', '164707.706000', '164707.709000', '164707.712000', '164707.714000', '164707.717000', '164707.719000', '164707.723000', '164707.726000', '164707.728000', '164707.731000', '164707.734000', '164707.753000', '164707.755000', '164707.758000', '164707.760000', '164727.634000', '164727.636000', '164727.639000', '164727.642000', '164727.644000', '164727.647000', '164727.649000', '164727.652000', '164727.654000', '164727.657000', '164727.660000', '164727.662000', '164727.665000', '164727.667000', '164727.670000', '164727.672000', '164727.675000', '164727.678000', '164727.680000', '164727.683000', '164727.685000', '164727.688000', '164727.691000', '164727.693000', '164727.696000', '164727.698000', '164727.701000', '164727.703000', '164727.706000', '164727.709000', '164727.711000', '164727.714000', '164727.716000', '164727.719000', '164727.721000', '164727.724000', '164727.731000', '164727.734000', '164727.736000', '164727.739000', '164727.742000', '164727.744000', '164727.747000', '164727.750000', '164747.633000', '164747.636000', '164747.669000', '164747.671000', '164747.674000', '164747.677000', '164747.679000', '164747.682000', '164747.684000', '164747.687000', '164747.690000', '164747.692000', '164747.695000', '164747.697000', '164747.700000', '164747.703000', '164747.705000', '164747.708000', '164747.710000', '164747.713000', '164747.716000', '164747.718000', '164747.721000', '164747.723000', '164747.726000', '164747.728000', '164747.731000', '164747.734000', '164747.736000', '164747.739000', '164747.742000', '164747.744000', '164747.747000', '164747.749000', '164747.752000', '164747.754000', '164747.757000', '164747.760000', '164747.762000', '164747.765000', '164747.767000', '164747.770000', '164747.773000', '164807.634000', '164807.637000', '164807.639000', '164807.642000', '164807.644000', '164807.647000', '164807.649000', '164807.652000', '164807.654000', '164807.657000', '164807.659000', '164807.662000', '164807.665000', '164807.667000', '164807.670000', '164807.672000', '164807.675000', '164807.678000', '164807.680000', '164807.683000', '164807.685000', '164807.688000', '164807.690000', '164807.693000', '164807.696000', '164807.698000', '164807.701000', '164807.703000', '164807.706000', '164807.708000', '164807.711000', '164807.713000', '164807.716000', '164807.719000', '164807.721000', '164807.724000', '164807.726000', '164807.729000', '164807.731000', '164807.734000', '164807.736000', '164807.739000', '164807.741000', '164807.744000', '164827.633000', '164827.636000', '164827.639000', '164827.642000', '164827.644000', '164827.647000', '164827.649000', '164827.652000', '164827.654000', '164827.657000', '164827.659000', '164827.662000', '164827.665000', '164827.667000', '164827.670000', '164827.673000', '164827.675000', '164827.678000', '164827.681000', '164827.683000', '164827.686000', '164827.688000', '164827.691000', '164827.694000', '164827.696000', '164827.699000', '164827.702000', '164827.704000', '164827.707000', '164827.710000', '164827.712000', '164827.715000', '164827.717000', '164827.720000', '164827.723000', '164827.725000', '164827.728000', '164827.731000', '164827.733000', '164827.736000', '164827.738000', '164827.741000', '164827.744000', '164847.634000', '164847.636000', '164847.639000', '164847.642000', '164847.644000', '164847.647000', '164847.649000', '164847.652000', '164847.654000', '164847.657000', '164847.660000', '164847.662000', '164847.665000', '164847.667000', '164847.670000', '164847.673000', '164847.675000', '164847.678000', '164847.680000', '164847.683000', '164847.685000', '164847.688000', '164847.691000', '164847.693000', '164847.696000', '164847.698000', '164847.701000', '164847.704000', '164847.706000', '164847.709000', '164847.711000', '164847.714000', '164847.717000', '164847.719000', '164847.722000', '164847.724000', '164847.727000', '164847.729000', '164847.732000', '164847.734000', '164847.737000', '164847.740000', '164847.743000', '164847.745000', '164907.633000', '164907.636000', '164907.638000', '164907.641000', '164907.643000', '164907.646000', '164907.648000', '164907.651000', '164907.654000', '164907.656000', '164907.659000', '164907.661000', '164907.664000', '164907.667000', '164907.669000', '164907.672000', '164907.675000', '164907.677000', '164907.680000', '164907.682000', '164907.685000', '164907.688000', '164907.690000', '164907.693000', '164907.695000', '164907.698000', '164907.701000', '164907.703000', '164907.706000', '164907.708000', '164907.711000', '164907.713000', '164907.716000', '164907.718000', '164907.721000', '164907.723000', '164907.726000', '164907.729000', '164907.731000', '164907.734000', '164907.736000', '164907.755000', '164907.758000', '164927.634000', '164927.637000', '164927.639000', '164927.642000', '164927.644000', '164927.647000', '164927.650000', '164927.652000', '164927.655000', '164927.658000', '164927.660000', '164927.663000', '164927.665000', '164927.668000', '164927.671000', '164927.674000', '164927.676000', '164927.679000', '164927.682000', '164927.684000', '164927.687000', '164927.689000', '164927.692000', '164927.695000', '164927.697000', '164927.700000', '164927.702000', '164927.705000', '164927.708000', '164927.710000', '164927.713000', '164927.716000', '164927.718000', '164927.721000', '164927.723000', '164927.726000', '164927.729000', '164927.731000', '164927.734000', '164927.736000', '164927.739000', '164927.742000', '164927.744000', '164927.747000', '164947.633000', '164947.636000', '164947.639000', '164947.642000', '164947.644000', '164947.647000', '164947.649000', '164947.652000', '164947.655000', '164947.657000', '164947.660000', '164947.663000', '164947.665000', '164947.668000', '164947.670000', '164947.673000', '164947.676000', '164947.678000', '164947.681000', '164947.683000', '164947.686000', '164947.689000', '164947.691000', '164947.694000', '164947.696000', '164947.699000', '164947.702000', '164947.704000', '164947.707000', '164947.709000', '164947.712000', '164947.714000', '164947.726000', '164947.729000', '164947.732000', '164947.734000', '164947.737000', '164947.739000', '164947.742000', '164947.744000', '164947.747000', '164947.749000', '164947.752000', '165007.634000', '165007.636000', '165007.639000', '165007.641000', '165007.644000', '165007.647000', '165007.649000', '165007.652000', '165007.654000', '165007.657000', '165007.659000', '165007.662000', '165007.664000', '165007.667000', '165007.669000', '165007.672000', '165007.674000', '165007.677000', '165007.680000', '165007.682000', '165007.685000', '165007.687000', '165007.690000', '165007.693000', '165007.695000', '165007.698000', '165007.700000', '165007.703000', '165007.706000', '165007.708000', '165007.711000', '165007.713000', '165007.716000', '165007.719000', '165007.721000', '165007.724000', '165007.727000', '165007.729000', '165007.732000', '165007.734000', '165007.737000', '165007.740000', '165007.742000', '165007.745000', '165027.633000', '165027.636000', '165027.639000', '165027.641000', '165027.644000', '165027.646000', '165027.649000', '165027.651000', '165027.654000', '165027.657000', '165027.659000', '165027.662000', '165027.664000', '165027.667000', '165027.670000', '165027.672000', '165027.675000', '165027.677000', '165027.684000', '165027.686000', '165027.689000', '165027.691000', '165027.694000', '165027.697000', '165027.700000', '165027.702000', '165027.705000', '165027.707000', '165027.710000', '165027.713000', '165027.715000', '165027.718000', '165027.720000', '165027.723000', '165027.725000', '165027.728000', '165027.730000', '165027.733000', '165027.736000', '165027.738000', '165027.741000', '165027.743000', '165027.746000', '165047.633000', '165047.636000', '165047.639000', '165047.641000', '165047.644000', '165047.647000', '165047.649000', '165047.652000', '165047.655000', '165047.658000', '165047.661000', '165047.663000', '165047.666000', '165047.668000', '165047.671000', '165047.674000', '165047.676000', '165047.679000', '165047.681000', '165047.684000', '165047.686000', '165047.689000', '165047.692000', '165047.713000', '165047.716000', '165047.718000', '165047.721000', '165047.723000', '165047.726000', '165047.729000', '165047.731000', '165047.734000', '165047.736000', '165047.739000', '165047.742000', '165047.744000', '165047.747000', '165047.749000', '165047.752000', '165047.755000', '165047.757000', '165047.760000', '165047.762000', '165047.765000', '165107.633000', '165107.636000', '165107.639000', '165107.641000', '165107.644000', '165107.647000', '165107.649000', '165107.652000', '165107.654000', '165107.657000', '165107.659000', '165107.662000', '165107.665000', '165107.667000', '165107.670000', '165107.672000', '165107.675000', '165107.677000', '165107.680000', '165107.682000', '165107.685000', '165107.687000', '165107.690000', '165107.693000', '165107.695000', '165107.698000', '165107.700000', '165107.703000', '165107.705000', '165107.708000', '165107.711000', '165107.713000', '165107.716000', '165107.718000', '165107.721000', '165107.723000', '165107.726000', '165107.728000', '165107.731000', '165107.734000', '165107.736000', '165107.739000', '165107.741000', '165127.633000', '165127.635000', '165127.638000', '165127.641000', '165127.643000', '165127.646000', '165127.648000', '165127.651000', '165127.653000', '165127.656000', '165127.658000', '165127.661000', '165127.664000', '165127.666000', '165127.669000', '165127.671000', '165127.674000', '165127.676000', '165127.679000', '165127.682000', '165127.684000', '165127.687000', '165127.689000', '165127.692000', '165127.694000', '165127.697000', '165127.699000', '165127.702000', '165127.705000', '165127.707000', '165127.710000', '165127.712000', '165127.715000', '165127.717000', '165127.720000', '165127.723000', '165127.725000', '165127.728000', '165127.731000', '165127.733000', '165127.736000', '165127.738000', '165127.741000', '165127.744000', '165147.634000', '165147.636000', '165147.639000', '165147.642000', '165147.644000', '165147.647000', '165147.649000', '165147.652000', '165147.655000', '165147.657000', '165147.660000', '165147.662000', '165147.665000', '165147.668000', '165147.670000', '165147.673000', '165147.675000', '165147.678000', '165147.681000', '165147.683000', '165147.686000', '165147.689000', '165147.691000', '165147.694000', '165147.697000', '165147.699000', '165147.702000', '165147.704000', '165147.707000', '165147.710000', '165147.712000', '165147.715000', '165147.718000', '165147.720000', '165147.723000', '165147.726000', '165147.728000', '165147.740000', '165147.743000', '165147.746000', '165147.748000', '165147.751000', '165147.753000', '165207.634000', '165207.636000', '165207.639000', '165207.642000', '165207.644000', '165207.647000', '165207.649000', '165207.652000', '165207.654000', '165207.657000', '165207.659000', '165207.664000', '165207.666000', '165207.669000', '165207.672000', '165207.674000', '165207.677000', '165207.693000', '165207.696000', '165207.699000', '165207.702000', '165207.704000', '165207.707000', '165207.709000', '165207.712000', '165207.715000', '165207.717000', '165207.720000', '165207.723000', '165207.725000', '165207.728000', '165207.730000', '165207.733000', '165207.750000', '165207.753000', '165207.756000', '165207.758000', '165207.761000', '165207.764000', '165207.766000', '165207.769000', '165207.772000', '165207.774000', '165227.634000', '165227.636000', '165227.639000', '165227.642000', '165227.645000', '165227.647000', '165227.650000', '165227.652000', '165227.655000', '165227.658000', '165227.661000', '165227.664000', '165227.667000', '165227.670000', '165227.672000', '165227.675000', '165227.677000', '165227.680000', '165227.683000', '165227.685000', '165227.688000', '165227.690000', '165227.693000', '165227.696000', '165227.698000', '165227.701000', '165227.703000', '165227.706000', '165227.708000', '165227.711000', '165227.713000', '165227.716000', '165227.719000', '165227.721000', '165227.724000', '165227.726000', '165227.729000', '165227.732000', '165227.734000', '165227.737000', '165227.740000', '165227.742000', '165227.745000', '165227.747000', '165247.634000', '165247.636000', '165247.639000', '165247.642000', '165247.644000', '165247.647000', '165247.650000', '165247.652000', '165247.655000', '165247.657000', '165247.660000', '165247.663000', '165247.665000', '165247.668000', '165247.671000', '165247.673000', '165247.676000', '165247.679000', '165247.681000', '165247.684000', '165247.687000', '165247.689000', '165247.692000', '165247.694000', '165247.697000', '165247.700000', '165247.702000', '165247.705000', '165247.708000', '165247.710000', '165247.713000', '165247.715000', '165247.718000', '165247.721000', '165247.723000', '165247.726000', '165247.728000', '165247.731000', '165247.733000', '165247.736000', '165247.739000', '165247.741000', '165247.744000', '165307.634000', '165307.637000', '165307.639000', '165307.642000', '165307.644000', '165307.647000', '165307.650000', '165307.652000', '165307.655000', '165307.657000', '165307.660000', '165307.663000', '165307.665000', '165307.668000', '165307.671000', '165307.673000', '165307.676000', '165307.679000', '165307.681000', '165307.684000', '165307.687000', '165307.689000', '165307.692000', '165307.695000', '165307.697000', '165307.700000', '165307.702000', '165307.705000', '165307.708000', '165307.710000', '165307.713000', '165307.716000', '165307.718000', '165307.721000', '165307.723000', '165307.726000', '165307.729000', '165307.731000', '165307.734000', '165307.737000', '165307.739000', '165307.742000', '165307.744000', '165307.747000', '165317.557000', '165317.560000', '165317.563000', '165317.566000', '165317.568000', '165317.571000', '165317.574000', '165317.577000', '165317.579000', '165317.582000', '165317.585000', '165317.588000', '165317.591000', '165317.594000', '165317.597000', '165317.600000', '165317.603000', '165317.606000', '165317.608000', '165317.612000', '165317.614000', '165317.618000'], 'InstanceCreationTime': ['164628.035000', '164628.038000', '164628.041000', '164628.044000', '164628.046000', '164628.049000', '164628.051000', '164628.054000', '164628.057000', '164628.059000', '164628.062000', '164628.064000', '164628.067000', '164628.069000', '164628.099000', '164628.101000', '164628.104000', '164628.106000', '164628.109000', '164628.111000', '164628.114000', '164628.117000', '164647.633000', '164647.636000', '164647.638000', '164647.641000', '164647.643000', '164647.646000', '164647.649000', '164647.651000', '164647.654000', '164647.656000', '164647.659000', '164647.661000', '164647.664000', '164647.666000', '164647.669000', '164647.671000', '164647.674000', '164647.676000', '164647.679000', '164647.681000', '164647.691000', '164647.694000', '164647.696000', '164647.699000', '164647.702000', '164647.704000', '164647.707000', '164647.709000', '164647.712000', '164647.715000', '164647.717000', '164647.720000', '164647.722000', '164647.725000', '164647.728000', '164647.730000', '164647.733000', '164647.736000', '164647.738000', '164647.741000', '164647.743000', '164647.746000', '164647.749000', '164647.751000', '164707.633000', '164707.636000', '164707.639000', '164707.641000', '164707.644000', '164707.647000', '164707.649000', '164707.652000', '164707.655000', '164707.657000', '164707.660000', '164707.662000', '164707.665000', '164707.667000', '164707.670000', '164707.673000', '164707.675000', '164707.678000', '164707.681000', '164707.683000', '164707.686000', '164707.688000', '164707.691000', '164707.694000', '164707.696000', '164707.699000', '164707.701000', '164707.704000', '164707.706000', '164707.709000', '164707.712000', '164707.714000', '164707.717000', '164707.719000', '164707.723000', '164707.726000', '164707.728000', '164707.731000', '164707.734000', '164707.753000', '164707.755000', '164707.758000', '164707.760000', '164727.634000', '164727.636000', '164727.639000', '164727.642000', '164727.644000', '164727.647000', '164727.649000', '164727.652000', '164727.654000', '164727.657000', '164727.660000', '164727.662000', '164727.665000', '164727.667000', '164727.670000', '164727.672000', '164727.675000', '164727.678000', '164727.680000', '164727.683000', '164727.685000', '164727.688000', '164727.691000', '164727.693000', '164727.696000', '164727.698000', '164727.701000', '164727.703000', '164727.706000', '164727.709000', '164727.711000', '164727.714000', '164727.716000', '164727.719000', '164727.721000', '164727.724000', '164727.731000', '164727.734000', '164727.736000', '164727.739000', '164727.742000', '164727.744000', '164727.747000', '164727.750000', '164747.633000', '164747.636000', '164747.669000', '164747.671000', '164747.674000', '164747.677000', '164747.679000', '164747.682000', '164747.684000', '164747.687000', '164747.690000', '164747.692000', '164747.695000', '164747.697000', '164747.700000', '164747.703000', '164747.705000', '164747.708000', '164747.710000', '164747.713000', '164747.716000', '164747.718000', '164747.721000', '164747.723000', '164747.726000', '164747.728000', '164747.731000', '164747.734000', '164747.736000', '164747.739000', '164747.742000', '164747.744000', '164747.747000', '164747.749000', '164747.752000', '164747.754000', '164747.757000', '164747.760000', '164747.762000', '164747.765000', '164747.767000', '164747.770000', '164747.773000', '164807.634000', '164807.637000', '164807.639000', '164807.642000', '164807.644000', '164807.647000', '164807.649000', '164807.652000', '164807.654000', '164807.657000', '164807.659000', '164807.662000', '164807.665000', '164807.667000', '164807.670000', '164807.672000', '164807.675000', '164807.678000', '164807.680000', '164807.683000', '164807.685000', '164807.688000', '164807.690000', '164807.693000', '164807.696000', '164807.698000', '164807.701000', '164807.703000', '164807.706000', '164807.708000', '164807.711000', '164807.713000', '164807.716000', '164807.719000', '164807.721000', '164807.724000', '164807.726000', '164807.729000', '164807.731000', '164807.734000', '164807.736000', '164807.739000', '164807.741000', '164807.744000', '164827.633000', '164827.636000', '164827.639000', '164827.642000', '164827.644000', '164827.647000', '164827.649000', '164827.652000', '164827.654000', '164827.657000', '164827.659000', '164827.662000', '164827.665000', '164827.667000', '164827.670000', '164827.673000', '164827.675000', '164827.678000', '164827.681000', '164827.683000', '164827.686000', '164827.688000', '164827.691000', '164827.694000', '164827.696000', '164827.699000', '164827.702000', '164827.704000', '164827.707000', '164827.710000', '164827.712000', '164827.715000', '164827.717000', '164827.720000', '164827.723000', '164827.725000', '164827.728000', '164827.731000', '164827.733000', '164827.736000', '164827.738000', '164827.741000', '164827.744000', '164847.634000', '164847.636000', '164847.639000', '164847.642000', '164847.644000', '164847.647000', '164847.649000', '164847.652000', '164847.654000', '164847.657000', '164847.660000', '164847.662000', '164847.665000', '164847.667000', '164847.670000', '164847.673000', '164847.675000', '164847.678000', '164847.680000', '164847.683000', '164847.685000', '164847.688000', '164847.691000', '164847.693000', '164847.696000', '164847.698000', '164847.701000', '164847.704000', '164847.706000', '164847.709000', '164847.711000', '164847.714000', '164847.717000', '164847.719000', '164847.722000', '164847.724000', '164847.727000', '164847.729000', '164847.732000', '164847.734000', '164847.737000', '164847.740000', '164847.743000', '164847.745000', '164907.633000', '164907.636000', '164907.638000', '164907.641000', '164907.643000', '164907.646000', '164907.648000', '164907.651000', '164907.654000', '164907.656000', '164907.659000', '164907.661000', '164907.664000', '164907.667000', '164907.669000', '164907.672000', '164907.675000', '164907.677000', '164907.680000', '164907.682000', '164907.685000', '164907.688000', '164907.690000', '164907.693000', '164907.695000', '164907.698000', '164907.701000', '164907.703000', '164907.706000', '164907.708000', '164907.711000', '164907.713000', '164907.716000', '164907.718000', '164907.721000', '164907.723000', '164907.726000', '164907.729000', '164907.731000', '164907.734000', '164907.736000', '164907.755000', '164907.758000', '164927.634000', '164927.637000', '164927.639000', '164927.642000', '164927.644000', '164927.647000', '164927.650000', '164927.652000', '164927.655000', '164927.658000', '164927.660000', '164927.663000', '164927.665000', '164927.668000', '164927.671000', '164927.674000', '164927.676000', '164927.679000', '164927.682000', '164927.684000', '164927.687000', '164927.689000', '164927.692000', '164927.695000', '164927.697000', '164927.700000', '164927.702000', '164927.705000', '164927.708000', '164927.710000', '164927.713000', '164927.716000', '164927.718000', '164927.721000', '164927.723000', '164927.726000', '164927.729000', '164927.731000', '164927.734000', '164927.736000', '164927.739000', '164927.742000', '164927.744000', '164927.747000', '164947.633000', '164947.636000', '164947.639000', '164947.642000', '164947.644000', '164947.647000', '164947.649000', '164947.652000', '164947.655000', '164947.657000', '164947.660000', '164947.663000', '164947.665000', '164947.668000', '164947.670000', '164947.673000', '164947.676000', '164947.678000', '164947.681000', '164947.683000', '164947.686000', '164947.689000', '164947.691000', '164947.694000', '164947.696000', '164947.699000', '164947.702000', '164947.704000', '164947.707000', '164947.709000', '164947.712000', '164947.714000', '164947.726000', '164947.729000', '164947.732000', '164947.734000', '164947.737000', '164947.739000', '164947.742000', '164947.744000', '164947.747000', '164947.749000', '164947.752000', '165007.634000', '165007.636000', '165007.639000', '165007.641000', '165007.644000', '165007.647000', '165007.649000', '165007.652000', '165007.654000', '165007.657000', '165007.659000', '165007.662000', '165007.664000', '165007.667000', '165007.669000', '165007.672000', '165007.674000', '165007.677000', '165007.680000', '165007.682000', '165007.685000', '165007.687000', '165007.690000', '165007.693000', '165007.695000', '165007.698000', '165007.700000', '165007.703000', '165007.706000', '165007.708000', '165007.711000', '165007.713000', '165007.716000', '165007.719000', '165007.721000', '165007.724000', '165007.727000', '165007.729000', '165007.732000', '165007.734000', '165007.737000', '165007.740000', '165007.742000', '165007.745000', '165027.633000', '165027.636000', '165027.639000', '165027.641000', '165027.644000', '165027.646000', '165027.649000', '165027.651000', '165027.654000', '165027.657000', '165027.659000', '165027.662000', '165027.664000', '165027.667000', '165027.670000', '165027.672000', '165027.675000', '165027.677000', '165027.684000', '165027.686000', '165027.689000', '165027.691000', '165027.694000', '165027.697000', '165027.700000', '165027.702000', '165027.705000', '165027.707000', '165027.710000', '165027.713000', '165027.715000', '165027.718000', '165027.720000', '165027.723000', '165027.725000', '165027.728000', '165027.730000', '165027.733000', '165027.736000', '165027.738000', '165027.741000', '165027.743000', '165027.746000', '165047.633000', '165047.636000', '165047.639000', '165047.641000', '165047.644000', '165047.647000', '165047.649000', '165047.652000', '165047.655000', '165047.658000', '165047.661000', '165047.663000', '165047.666000', '165047.668000', '165047.671000', '165047.674000', '165047.676000', '165047.679000', '165047.681000', '165047.684000', '165047.686000', '165047.689000', '165047.692000', '165047.713000', '165047.716000', '165047.718000', '165047.721000', '165047.723000', '165047.726000', '165047.729000', '165047.731000', '165047.734000', '165047.736000', '165047.739000', '165047.742000', '165047.744000', '165047.747000', '165047.749000', '165047.752000', '165047.755000', '165047.757000', '165047.760000', '165047.762000', '165047.765000', '165107.633000', '165107.636000', '165107.639000', '165107.641000', '165107.644000', '165107.647000', '165107.649000', '165107.652000', '165107.654000', '165107.657000', '165107.659000', '165107.662000', '165107.665000', '165107.667000', '165107.670000', '165107.672000', '165107.675000', '165107.677000', '165107.680000', '165107.682000', '165107.685000', '165107.687000', '165107.690000', '165107.693000', '165107.695000', '165107.698000', '165107.700000', '165107.703000', '165107.705000', '165107.708000', '165107.711000', '165107.713000', '165107.716000', '165107.718000', '165107.721000', '165107.723000', '165107.726000', '165107.728000', '165107.731000', '165107.734000', '165107.736000', '165107.739000', '165107.741000', '165127.633000', '165127.635000', '165127.638000', '165127.641000', '165127.643000', '165127.646000', '165127.648000', '165127.651000', '165127.653000', '165127.656000', '165127.658000', '165127.661000', '165127.664000', '165127.666000', '165127.669000', '165127.671000', '165127.674000', '165127.676000', '165127.679000', '165127.682000', '165127.684000', '165127.687000', '165127.689000', '165127.692000', '165127.694000', '165127.697000', '165127.699000', '165127.702000', '165127.705000', '165127.707000', '165127.710000', '165127.712000', '165127.715000', '165127.717000', '165127.720000', '165127.723000', '165127.725000', '165127.728000', '165127.731000', '165127.733000', '165127.736000', '165127.738000', '165127.741000', '165127.744000', '165147.634000', '165147.636000', '165147.639000', '165147.642000', '165147.644000', '165147.647000', '165147.649000', '165147.652000', '165147.655000', '165147.657000', '165147.660000', '165147.662000', '165147.665000', '165147.668000', '165147.670000', '165147.673000', '165147.675000', '165147.678000', '165147.681000', '165147.683000', '165147.686000', '165147.689000', '165147.691000', '165147.694000', '165147.697000', '165147.699000', '165147.702000', '165147.704000', '165147.707000', '165147.710000', '165147.712000', '165147.715000', '165147.718000', '165147.720000', '165147.723000', '165147.726000', '165147.728000', '165147.740000', '165147.743000', '165147.746000', '165147.748000', '165147.751000', '165147.753000', '165207.634000', '165207.636000', '165207.639000', '165207.642000', '165207.644000', '165207.647000', '165207.649000', '165207.652000', '165207.654000', '165207.657000', '165207.659000', '165207.664000', '165207.666000', '165207.669000', '165207.672000', '165207.674000', '165207.677000', '165207.693000', '165207.696000', '165207.699000', '165207.702000', '165207.704000', '165207.707000', '165207.709000', '165207.712000', '165207.715000', '165207.717000', '165207.720000', '165207.723000', '165207.725000', '165207.728000', '165207.730000', '165207.733000', '165207.750000', '165207.753000', '165207.756000', '165207.758000', '165207.761000', '165207.764000', '165207.766000', '165207.769000', '165207.772000', '165207.774000', '165227.634000', '165227.636000', '165227.639000', '165227.642000', '165227.645000', '165227.647000', '165227.650000', '165227.652000', '165227.655000', '165227.658000', '165227.661000', '165227.664000', '165227.667000', '165227.670000', '165227.672000', '165227.675000', '165227.677000', '165227.680000', '165227.683000', '165227.685000', '165227.688000', '165227.690000', '165227.693000', '165227.696000', '165227.698000', '165227.701000', '165227.703000', '165227.706000', '165227.708000', '165227.711000', '165227.713000', '165227.716000', '165227.719000', '165227.721000', '165227.724000', '165227.726000', '165227.729000', '165227.732000', '165227.734000', '165227.737000', '165227.740000', '165227.742000', '165227.745000', '165227.747000', '165247.634000', '165247.636000', '165247.639000', '165247.642000', '165247.644000', '165247.647000', '165247.650000', '165247.652000', '165247.655000', '165247.657000', '165247.660000', '165247.663000', '165247.665000', '165247.668000', '165247.671000', '165247.673000', '165247.676000', '165247.679000', '165247.681000', '165247.684000', '165247.687000', '165247.689000', '165247.692000', '165247.694000', '165247.697000', '165247.700000', '165247.702000', '165247.705000', '165247.708000', '165247.710000', '165247.713000', '165247.715000', '165247.718000', '165247.721000', '165247.723000', '165247.726000', '165247.728000', '165247.731000', '165247.733000', '165247.736000', '165247.739000', '165247.741000', '165247.744000', '165307.634000', '165307.637000', '165307.639000', '165307.642000', '165307.644000', '165307.647000', '165307.650000', '165307.652000', '165307.655000', '165307.657000', '165307.660000', '165307.663000', '165307.665000', '165307.668000', '165307.671000', '165307.673000', '165307.676000', '165307.679000', '165307.681000', '165307.684000', '165307.687000', '165307.689000', '165307.692000', '165307.695000', '165307.697000', '165307.700000', '165307.702000', '165307.705000', '165307.708000', '165307.710000', '165307.713000', '165307.716000', '165307.718000', '165307.721000', '165307.723000', '165307.726000', '165307.729000', '165307.731000', '165307.734000', '165307.737000', '165307.739000', '165307.742000', '165307.744000', '165307.747000', '165317.557000', '165317.560000', '165317.563000', '165317.566000', '165317.568000', '165317.571000', '165317.574000', '165317.577000', '165317.579000', '165317.582000', '165317.585000', '165317.588000', '165317.591000', '165317.594000', '165317.597000', '165317.600000', '165317.603000', '165317.606000', '165317.608000', '165317.612000', '165317.614000', '165317.618000'], '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': [13865, 10830, 10824, 11854, 9777, 15965, 12318, 18976, 11706, 15991, 9955, 18299, 12290, 17750, 10138, 14078, 10255, 12273, 10430, 15714, 10429, 13821, 10273, 12230, 10014, 11950, 10331, 10851, 10344, 10240, 10230, 10372, 10219, 12749, 10335, 10403, 9958, 10273, 10305, 10006, 10056, 10685, 10207, 10566, 10085, 10082, 9977, 10517, 10054, 10528, 11165, 10160, 10815, 10037, 12538, 9737, 11171, 9758, 11588, 9870, 14084, 10758, 17361, 10070, 12196, 10084, 11557, 10028, 12595, 10046, 14823, 9778, 12165, 10137, 11758, 10691, 15440, 10734, 11194, 10329, 11176, 10043, 11344, 11751, 10993, 12293, 11450, 10879, 10983, 11574, 11189, 16538, 11358, 13121, 11053, 12856, 10938, 19044, 14045, 15428, 10525, 13744, 9898, 21123, 16422, 18838, 12436, 15863, 10355, 18182, 12301, 16077, 10168, 10954, 9690, 10790, 9448, 10975, 11759, 11028, 12655, 11219, 12424, 11168, 11974, 10956, 12176, 11050, 11583, 10490, 11831, 10550, 11574, 10766, 11936, 10946, 11551, 10491, 11314, 10740, 11737, 10544, 10809, 10363, 11117, 10610, 11261, 10302, 10772, 11034, 10740, 11451, 10954, 11426, 10772, 11433, 10785, 11469, 10723, 12579, 10666, 13891, 10913, 11362, 11074, 11856, 15571, 17936, 10941, 12668, 11016, 12918, 10660, 20455, 12645, 16168, 10467, 11591, 10568, 15462, 14146, 20675, 14867, 15291, 10515, 12025, 10253, 10756, 10605, 10900, 10104, 12097, 10444, 11137, 10362, 11065, 10598, 11146, 10758, 11612, 10210, 11472, 10394, 12159, 9992, 11128, 10083, 11056, 10133, 10778, 10424, 12671, 10191, 11018, 12532, 11180, 12348, 11108, 12016, 10645, 11352, 10609, 11742, 10618, 11458, 10636, 17694, 10684, 12856, 10362, 12700, 10326, 20100, 14123, 14933, 10061, 13176, 9910, 14072, 11134, 10689, 11718, 10586, 12238, 10630, 12457, 10613, 15380, 10287, 13663, 10620, 10665, 10497, 11596, 10402, 16377, 10424, 11712, 10210, 11408, 10510, 14271, 10197, 11228, 10396, 11092, 10690, 14448, 10269, 11161, 10210, 10697, 10057, 11235, 9930, 11469, 10015, 10481, 10347, 10793, 11884, 10827, 11272, 10743, 11927, 10493, 11762, 10659, 13945, 10346, 11731, 10151, 11143, 10306, 12610, 9902, 10743, 10181, 11195, 10205, 11170, 9796, 10618, 12282, 10776, 10987, 10668, 10426, 10503, 15757, 10634, 10687, 10191, 10907, 10201, 15986, 10356, 11027, 10289, 10977, 10051, 10850, 10497, 11315, 12436, 11038, 10874, 10666, 10754, 10292, 10967, 10721, 11395, 11054, 15766, 13661, 17629, 10792, 12862, 10662, 9879, 11031, 10038, 19892, 15479, 15914, 10986, 14073, 9767, 15722, 10989, 18402, 11632, 15160, 9910, 12101, 10025, 12030, 10110, 10690, 10045, 10363, 9953, 10381, 10332, 10384, 10468, 10260, 11756, 9944, 10800, 10010, 10960, 10068, 11178, 9968, 10792, 9918, 10725, 9853, 11486, 9725, 11566, 9378, 9485, 9047, 10528, 9685, 10191, 10123, 10426, 10457, 10642, 10709, 14020, 11146, 10270, 10991, 9900, 10499, 13778, 11558, 19208, 19712, 19811, 19367, 19461, 13765, 13058, 16410, 10028, 13315, 10479, 11334, 10330, 10109, 10015, 9804, 10540, 9757, 16693, 16882, 19655, 14429, 13612, 10459, 10307, 12366, 10217, 16743, 11140, 16574, 9937, 10667, 10274, 9759, 10720, 9567, 9440, 10471, 9919, 10090, 10408, 11043, 10123, 10405, 9866, 9693, 10087, 9747, 10817, 9760, 10098, 9757, 9780, 10461, 9520, 10637, 9974, 10230, 11114, 10039, 9982, 12157, 11383, 13330, 11839, 11010, 16195, 11327, 15514, 11303, 12734, 12177, 10912, 11183, 10808, 11245, 10405, 11270, 10310, 10555, 10289, 10472, 10887, 10171, 12018, 10656, 11123, 10260, 11010, 10737, 10499, 11018, 10346, 10691, 10214, 10547, 10359, 10327, 10286, 11056, 13812, 10342, 12062, 10557, 10893, 10106, 11455, 10465, 9961, 10209, 10605, 10494, 11148, 10206, 11780, 10455, 11292, 10243, 11515, 10209, 11038, 10312, 10838, 10114, 11793, 10084, 12398, 10143, 11016, 10632, 11051, 10854, 10178, 11384, 10984, 11262, 11177, 11530, 10171, 11533, 10420, 12344, 10527, 11838, 10588, 16488, 10561, 11384, 11453, 11069, 11432, 10182, 10990, 12108, 11507, 11548, 11077, 12229, 11896, 12498, 11368, 10936, 11588, 11058, 17093, 16119, 19176, 12964, 15599, 11027, 16678, 17021, 20014, 12754, 12283, 10775, 10513, 14901, 17959, 15103, 12328, 11307, 10832, 10729, 10487, 11064, 10951, 11061, 10806, 10904, 10604, 10593, 11009, 10656, 11088, 11034, 11266, 11160, 10802, 10909, 11562, 10974, 11776, 10620, 14290, 11073, 12189, 12718, 11266, 11913, 11659, 12176, 13008, 11381, 10789, 10630, 12685, 10911, 14741, 10823, 17609, 10652, 19342, 15270, 19874, 13840, 14862, 10259, 11776, 10316, 11899, 10459, 11487, 9964, 11129, 10355, 10954, 10266, 10550, 10380, 14151, 10574, 12449, 9885, 10732, 10232, 10502, 9916, 10545, 10263, 10276, 11140, 10276, 12624, 10436, 11279, 9880, 11023, 11519, 10270, 10997, 10835, 11720, 18391, 12257, 15140, 10954, 11481, 10845, 10602, 10710, 9739, 9874, 10892, 10643, 9893, 11199, 11489, 11635, 10166, 11135, 11458, 10609, 12016, 10329, 12263, 9949, 11776, 10032, 11837, 10207, 11740, 9992, 11553, 12450, 11678, 11007, 11820, 10212, 11514, 10836, 11061, 15304, 11571, 13424, 11467, 10156, 11664, 10209, 11720, 14189, 11458, 10668, 11535, 11131, 11262, 10278, 11078, 10621, 11197, 11849, 12120, 10873, 11716, 10832, 11473, 14346, 11469, 11348, 10949, 11037, 11527, 11586, 11427, 17553, 11597, 14373, 11311, 11220, 11396, 18479, 14856, 18469, 12130, 12160, 12057, 13069, 14442, 20325, 13203, 16148, 11588, 11759, 11226, 15453, 18404, 20161, 13890, 12913, 11117, 10550, 11040, 10733, 11026, 11667, 11181, 10241, 10716, 11132, 11282, 10843, 10892, 12103, 11000, 11396, 10487, 11567, 10410, 11956, 10645, 11482, 10358, 11276, 11349, 11607, 12483, 11374, 10255, 11219, 10626, 10861, 14963, 11086, 12138, 11067, 12125, 10744, 11588, 10602, 15942, 11615, 11344, 10401, 11257, 9831, 13706, 15201, 14136, 11705, 11059, 9793, 10778, 12746, 17220, 15474, 11557, 11122, 10709, 10528, 10996, 14519, 11069, 11053, 10948, 10342, 10820, 10968, 10959, 11477, 11043, 11194, 10911, 11679, 10933, 10323, 10725, 12100, 10882, 11938, 10735, 11559, 10961, 11442, 10927, 11795, 11030, 13542, 11055, 11286, 10535, 11225, 10599, 11195, 9942, 11214, 10328, 11021, 10412, 11641, 10752, 11876, 10794, 13534, 11338, 21419, 18277, 20788, 15637, 16113, 10635, 12823, 10596, 10511, 10566, 10856, 14732, 16266, 19560, 17355, 18429, 17001, 13643, 16026, 10213, 10133, 10269, 9576, 13047, 14124, 14545, 12597, 10722, 11472, 10587, 10877, 10236, 10663, 10458, 10137, 10549, 10380, 10202, 12054, 10772, 10537, 10849, 9879, 10250, 14342, 10315, 15065, 11788], 'WindowCenter': [4359.0, 4314.0, 4299.0, 4309.0, 4286.0, 4323.0, 4292.0, 4331.0, 4280.0, 4322.0, 4274.0, 4320.0, 4279.0, 4307.0, 4246.0, 4274.0, 4245.0, 4263.0, 4244.0, 4298.0, 4246.0, 4274.0, 4244.0, 4264.0, 4246.0, 4265.0, 4244.0, 4243.0, 4243.0, 4243.0, 4244.0, 4243.0, 4245.0, 4263.0, 4245.0, 4243.0, 4234.0, 4232.0, 4245.0, 4245.0, 4233.0, 4245.0, 4245.0, 4244.0, 4257.0, 4258.0, 4246.0, 4257.0, 4248.0, 4257.0, 4267.0, 4271.0, 4270.0, 4247.0, 4279.0, 4248.0, 4267.0, 4247.0, 4267.0, 4260.0, 4288.0, 4257.0, 4309.0, 4247.0, 4265.0, 4245.0, 4254.0, 4249.0, 4265.0, 4248.0, 4297.0, 4247.0, 4265.0, 4259.0, 4279.0, 4260.0, 4298.0, 4257.0, 4243.0, 4246.0, 4268.0, 4261.0, 4282.0, 4266.0, 4257.0, 4267.0, 4255.0, 4256.0, 4268.0, 4257.0, 4257.0, 4297.0, 4257.0, 4279.0, 4269.0, 4279.0, 4257.0, 4319.0, 4288.0, 4284.0, 4246.0, 4274.0, 4235.0, 4318.0, 4297.0, 4293.0, 4251.0, 4271.0, 4232.0, 4281.0, 4242.0, 4268.0, 4219.0, 4217.0, 4209.0, 4229.0, 4220.0, 4229.0, 4240.0, 4229.0, 4251.0, 4240.0, 4252.0, 4241.0, 4251.0, 4242.0, 4251.0, 4244.0, 4253.0, 4248.0, 4255.0, 4242.0, 4253.0, 4243.0, 4252.0, 4244.0, 4242.0, 4244.0, 4255.0, 4256.0, 4257.0, 4245.0, 4260.0, 4304.0, 4326.0, 4246.0, 4230.0, 4234.0, 4246.0, 4256.0, 4256.0, 4269.0, 4271.0, 4268.0, 4258.0, 4267.0, 4270.0, 4281.0, 4258.0, 4278.0, 4257.0, 4279.0, 4246.0, 4268.0, 4258.0, 4256.0, 4298.0, 4320.0, 4246.0, 4264.0, 4245.0, 4277.0, 4233.0, 4318.0, 4266.0, 4284.0, 4232.0, 4242.0, 4233.0, 4284.0, 4264.0, 4306.0, 4274.0, 4271.0, 4231.0, 4239.0, 4219.0, 4231.0, 4231.0, 4230.0, 4234.0, 4240.0, 4230.0, 4228.0, 4230.0, 4240.0, 4231.0, 4243.0, 4243.0, 4241.0, 4246.0, 4254.0, 4234.0, 4253.0, 4236.0, 4243.0, 4233.0, 4242.0, 4246.0, 4254.0, 4260.0, 4291.0, 4260.0, 4245.0, 4266.0, 4254.0, 4267.0, 4254.0, 4266.0, 4257.0, 4257.0, 4247.0, 4266.0, 4256.0, 4255.0, 4246.0, 4307.0, 4245.0, 4262.0, 4245.0, 4264.0, 4234.0, 4308.0, 4275.0, 4274.0, 4233.0, 4264.0, 4233.0, 4263.0, 4243.0, 4232.0, 4253.0, 4231.0, 4252.0, 4244.0, 4265.0, 4244.0, 4285.0, 4233.0, 4263.0, 4231.0, 4232.0, 4232.0, 4242.0, 4231.0, 4284.0, 4232.0, 4242.0, 4234.0, 4253.0, 4245.0, 4274.0, 4232.0, 4241.0, 4233.0, 4243.0, 4233.0, 4274.0, 4234.0, 4243.0, 4233.0, 4233.0, 4235.0, 4241.0, 4222.0, 4243.0, 4233.0, 4230.0, 4243.0, 4242.0, 4252.0, 4243.0, 4243.0, 4244.0, 4252.0, 4245.0, 4265.0, 4244.0, 4274.0, 4233.0, 4242.0, 4233.0, 4243.0, 4233.0, 4252.0, 4223.0, 4230.0, 4232.0, 4242.0, 4235.0, 4244.0, 4234.0, 4243.0, 4253.0, 4243.0, 4243.0, 4243.0, 4244.0, 4244.0, 4286.0, 4243.0, 4232.0, 4245.0, 4245.0, 4234.0, 4285.0, 4234.0, 4242.0, 4233.0, 4231.0, 4236.0, 4243.0, 4246.0, 4256.0, 4276.0, 4255.0, 4257.0, 4270.0, 4270.0, 4259.0, 4256.0, 4258.0, 4281.0, 4269.0, 4299.0, 4277.0, 4310.0, 4256.0, 4264.0, 4244.0, 4234.0, 4243.0, 4222.0, 4306.0, 4276.0, 4271.0, 4231.0, 4260.0, 4222.0, 4271.0, 4232.0, 4279.0, 4229.0, 4257.0, 4219.0, 4239.0, 4208.0, 4238.0, 4219.0, 4217.0, 4208.0, 4218.0, 4208.0, 4207.0, 4220.0, 4218.0, 4219.0, 4219.0, 4252.0, 4222.0, 4231.0, 4233.0, 4231.0, 4234.0, 4241.0, 4233.0, 4232.0, 4236.0, 4245.0, 4247.0, 4270.0, 4253.0, 4270.0, 4238.0, 4247.0, 4236.0, 4257.0, 4222.0, 4229.0, 4235.0, 4233.0, 4244.0, 4245.0, 4259.0, 4289.0, 4257.0, 4244.0, 4269.0, 4260.0, 4231.0, 4273.0, 4257.0, 4321.0, 4322.0, 4313.0, 4322.0, 4322.0, 4273.0, 4248.0, 4255.0, 4205.0, 4235.0, 4215.0, 4215.0, 4217.0, 4217.0, 4218.0, 4216.0, 4214.0, 4218.0, 4280.0, 4281.0, 4279.0, 4257.0, 4246.0, 4214.0, 4202.0, 4222.0, 4190.0, 4242.0, 4214.0, 4241.0, 4193.0, 4233.0, 4303.0, 4264.0, 4229.0, 4165.0, 4136.0, 4172.0, 4175.0, 4204.0, 4206.0, 4205.0, 4193.0, 4202.0, 4205.0, 4222.0, 4220.0, 4207.0, 4218.0, 4221.0, 4231.0, 4223.0, 4236.0, 4258.0, 4238.0, 4248.0, 4250.0, 4238.0, 4247.0, 4238.0, 4229.0, 4259.0, 4247.0, 4268.0, 4248.0, 4236.0, 4276.0, 4235.0, 4264.0, 4234.0, 4243.0, 4233.0, 4223.0, 4220.0, 4223.0, 4231.0, 4220.0, 4219.0, 4221.0, 4220.0, 4222.0, 4222.0, 4232.0, 4225.0, 4254.0, 4237.0, 4244.0, 4237.0, 4246.0, 4247.0, 4249.0, 4247.0, 4238.0, 4236.0, 4237.0, 4235.0, 4235.0, 4236.0, 4235.0, 4234.0, 4265.0, 4224.0, 4244.0, 4234.0, 4232.0, 4234.0, 4243.0, 4236.0, 4225.0, 4236.0, 4236.0, 4246.0, 4246.0, 4249.0, 4267.0, 4248.0, 4257.0, 4250.0, 4259.0, 4251.0, 4258.0, 4250.0, 4259.0, 4251.0, 4271.0, 4252.0, 4270.0, 4249.0, 4249.0, 4248.0, 4257.0, 4246.0, 4247.0, 4269.0, 4260.0, 4272.0, 4271.0, 4273.0, 4263.0, 4271.0, 4260.0, 4269.0, 4263.0, 4272.0, 4261.0, 4313.0, 4249.0, 4269.0, 4268.0, 4257.0, 4270.0, 4249.0, 4259.0, 4294.0, 4283.0, 4298.0, 4286.0, 4297.0, 4296.0, 4278.0, 4268.0, 4271.0, 4273.0, 4285.0, 4324.0, 4327.0, 4335.0, 4293.0, 4301.0, 4260.0, 4301.0, 4299.0, 4309.0, 4255.0, 4257.0, 4235.0, 4246.0, 4273.0, 4297.0, 4276.0, 4253.0, 4231.0, 4243.0, 4245.0, 4233.0, 4244.0, 4245.0, 4244.0, 4243.0, 4232.0, 4245.0, 4233.0, 4244.0, 4233.0, 4243.0, 4232.0, 4244.0, 4243.0, 4245.0, 4245.0, 4255.0, 4244.0, 4254.0, 4271.0, 4312.0, 4272.0, 4283.0, 4280.0, 4262.0, 4269.0, 4260.0, 4260.0, 4279.0, 4272.0, 4261.0, 4248.0, 4255.0, 4234.0, 4264.0, 4234.0, 4284.0, 4235.0, 4297.0, 4276.0, 4296.0, 4266.0, 4261.0, 4221.0, 4228.0, 4219.0, 4228.0, 4221.0, 4231.0, 4222.0, 4232.0, 4223.0, 4233.0, 4222.0, 4233.0, 4222.0, 4251.0, 4223.0, 4241.0, 4223.0, 4231.0, 4235.0, 4260.0, 4251.0, 4247.0, 4219.0, 4195.0, 4220.0, 4221.0, 4251.0, 4232.0, 4244.0, 4223.0, 4243.0, 4244.0, 4248.0, 4247.0, 4245.0, 4255.0, 4295.0, 4253.0, 4274.0, 4233.0, 4230.0, 4230.0, 4220.0, 4220.0, 4223.0, 4223.0, 4233.0, 4229.0, 4208.0, 4231.0, 4241.0, 4256.0, 4232.0, 4258.0, 4255.0, 4245.0, 4267.0, 4259.0, 4280.0, 4247.0, 4268.0, 4247.0, 4256.0, 4246.0, 4256.0, 4247.0, 4256.0, 4268.0, 4254.0, 4244.0, 4254.0, 4233.0, 4243.0, 4256.0, 4255.0, 4286.0, 4254.0, 4263.0, 4243.0, 4233.0, 4254.0, 4246.0, 4255.0, 4275.0, 4254.0, 4232.0, 4253.0, 4242.0, 4244.0, 4245.0, 4254.0, 4244.0, 4258.0, 4280.0, 4281.0, 4254.0, 4279.0, 4257.0, 4255.0, 4287.0, 4270.0, 4268.0, 4258.0, 4245.0, 4269.0, 4267.0, 4258.0, 4311.0, 4269.0, 4288.0, 4256.0, 4259.0, 4255.0, 4306.0, 4285.0, 4306.0, 4252.0, 4253.0, 4265.0, 4265.0, 4273.0, 4319.0, 4264.0, 4282.0, 4230.0, 4238.0, 4229.0, 4270.0, 4281.0, 4305.0, 4248.0, 4238.0, 4214.0, 4204.0, 4215.0, 4205.0, 4203.0, 4214.0, 4215.0, 4204.0, 4205.0, 4215.0, 4224.0, 4215.0, 4216.0, 4236.0, 4229.0, 4226.0, 4230.0, 4227.0, 4228.0, 4238.0, 4246.0, 4286.0, 4264.0, 4258.0, 4244.0, 4211.0, 4222.0, 4225.0, 4216.0, 4244.0, 4231.0, 4231.0, 4286.0, 4256.0, 4266.0, 4255.0, 4266.0, 4258.0, 4253.0, 4243.0, 4297.0, 4256.0, 4241.0, 4244.0, 4257.0, 4235.0, 4273.0, 4297.0, 4273.0, 4243.0, 4231.0, 4235.0, 4243.0, 4262.0, 4284.0, 4273.0, 4229.0, 4230.0, 4219.0, 4220.0, 4218.0, 4258.0, 4227.0, 4228.0, 4217.0, 4208.0, 4218.0, 4217.0, 4218.0, 4228.0, 4227.0, 4228.0, 4229.0, 4227.0, 4229.0, 4232.0, 4231.0, 4239.0, 4232.0, 4241.0, 4242.0, 4241.0, 4242.0, 4242.0, 4245.0, 4253.0, 4246.0, 4276.0, 4243.0, 4242.0, 4260.0, 4257.0, 4257.0, 4257.0, 4235.0, 4268.0, 4259.0, 4258.0, 4245.0, 4253.0, 4257.0, 4253.0, 4244.0, 4276.0, 4256.0, 4321.0, 4311.0, 4319.0, 4298.0, 4282.0, 4231.0, 4249.0, 4219.0, 4219.0, 4219.0, 4231.0, 4261.0, 4271.0, 4280.0, 4270.0, 4267.0, 4256.0, 4235.0, 4245.0, 4193.0, 4192.0, 4192.0, 4183.0, 4223.0, 4248.0, 4291.0, 4297.0, 4274.0, 4231.0, 4164.0, 4160.0, 4163.0, 4190.0, 4193.0, 4196.0, 4205.0, 4207.0, 4207.0, 4228.0, 4207.0, 4219.0, 4206.0, 4194.0, 4193.0, 4234.0, 4195.0, 4235.0, 4217.0], 'WindowWidth': [9618.0, 9543.0, 9511.0, 9521.0, 9484.0, 9530.0, 9483.0, 9537.0, 9461.0, 9526.0, 9461.0, 9519.0, 9459.0, 9494.0, 9408.0, 9443.0, 9405.0, 9425.0, 9404.0, 9481.0, 9407.0, 9441.0, 9402.0, 9426.0, 9409.0, 9433.0, 9402.0, 9398.0, 9400.0, 9396.0, 9402.0, 9397.0, 9405.0, 9424.0, 9405.0, 9398.0, 9387.0, 9381.0, 9407.0, 9406.0, 9386.0, 9404.0, 9404.0, 9403.0, 9424.0, 9429.0, 9408.0, 9424.0, 9413.0, 9425.0, 9437.0, 9452.0, 9449.0, 9411.0, 9459.0, 9414.0, 9437.0, 9411.0, 9436.0, 9433.0, 9470.0, 9424.0, 9500.0, 9409.0, 9431.0, 9403.0, 9414.0, 9415.0, 9430.0, 9413.0, 9479.0, 9412.0, 9432.0, 9429.0, 9457.0, 9433.0, 9480.0, 9423.0, 9395.0, 9405.0, 9439.0, 9437.0, 9467.0, 9432.0, 9421.0, 9436.0, 9415.0, 9420.0, 9442.0, 9421.0, 9422.0, 9477.0, 9424.0, 9455.0, 9443.0, 9456.0, 9421.0, 9513.0, 9466.0, 9454.0, 9405.0, 9439.0, 9390.0, 9513.0, 9478.0, 9463.0, 9403.0, 9429.0, 9379.0, 9443.0, 9393.0, 9422.0, 9355.0, 9348.0, 9344.0, 9368.0, 9359.0, 9369.0, 9386.0, 9370.0, 9401.0, 9386.0, 9405.0, 9389.0, 9404.0, 9390.0, 9402.0, 9397.0, 9408.0, 9410.0, 9413.0, 9393.0, 9407.0, 9396.0, 9406.0, 9398.0, 9392.0, 9401.0, 9416.0, 9419.0, 9420.0, 9405.0, 9431.0, 9520.0, 9553.0, 9405.0, 9369.0, 9382.0, 9402.0, 9415.0, 9417.0, 9441.0, 9451.0, 9440.0, 9426.0, 9435.0, 9442.0, 9462.0, 9425.0, 9451.0, 9424.0, 9453.0, 9404.0, 9439.0, 9425.0, 9419.0, 9480.0, 9517.0, 9405.0, 9425.0, 9403.0, 9447.0, 9383.0, 9511.0, 9431.0, 9453.0, 9379.0, 9391.0, 9381.0, 9454.0, 9424.0, 9491.0, 9438.0, 9429.0, 9374.0, 9382.0, 9357.0, 9377.0, 9376.0, 9372.0, 9385.0, 9384.0, 9371.0, 9364.0, 9373.0, 9385.0, 9375.0, 9393.0, 9394.0, 9388.0, 9404.0, 9413.0, 9385.0, 9407.0, 9390.0, 9394.0, 9381.0, 9391.0, 9407.0, 9414.0, 9432.0, 9475.0, 9432.0, 9403.0, 9430.0, 9412.0, 9433.0, 9412.0, 9433.0, 9422.0, 9419.0, 9405.0, 9433.0, 9420.0, 9416.0, 9405.0, 9491.0, 9400.0, 9419.0, 9403.0, 9426.0, 9385.0, 9496.0, 9442.0, 9438.0, 9383.0, 9425.0, 9383.0, 9421.0, 9394.0, 9378.0, 9406.0, 9376.0, 9405.0, 9399.0, 9428.0, 9398.0, 9455.0, 9382.0, 9421.0, 9377.0, 9376.0, 9378.0, 9390.0, 9375.0, 9454.0, 9378.0, 9391.0, 9384.0, 9410.0, 9400.0, 9439.0, 9379.0, 9388.0, 9384.0, 9395.0, 9381.0, 9440.0, 9386.0, 9393.0, 9381.0, 9380.0, 9389.0, 9390.0, 9367.0, 9395.0, 9383.0, 9373.0, 9398.0, 9392.0, 9404.0, 9394.0, 9397.0, 9397.0, 9405.0, 9403.0, 9428.0, 9398.0, 9438.0, 9382.0, 9393.0, 9383.0, 9397.0, 9381.0, 9405.0, 9369.0, 9372.0, 9377.0, 9390.0, 9386.0, 9397.0, 9384.0, 9397.0, 9409.0, 9393.0, 9396.0, 9397.0, 9398.0, 9397.0, 9459.0, 9397.0, 9378.0, 9401.0, 9401.0, 9383.0, 9455.0, 9384.0, 9391.0, 9380.0, 9376.0, 9393.0, 9395.0, 9403.0, 9419.0, 9446.0, 9415.0, 9423.0, 9447.0, 9445.0, 9427.0, 9420.0, 9425.0, 9461.0, 9441.0, 9484.0, 9450.0, 9498.0, 9419.0, 9426.0, 9398.0, 9384.0, 9395.0, 9366.0, 9487.0, 9446.0, 9430.0, 9376.0, 9412.0, 9367.0, 9431.0, 9377.0, 9438.0, 9367.0, 9401.0, 9356.0, 9382.0, 9339.0, 9378.0, 9354.0, 9348.0, 9337.0, 9351.0, 9339.0, 9337.0, 9358.0, 9353.0, 9355.0, 9355.0, 9404.0, 9364.0, 9374.0, 9381.0, 9375.0, 9384.0, 9388.0, 9382.0, 9378.0, 9393.0, 9401.0, 9408.0, 9446.0, 9427.0, 9442.0, 9395.0, 9408.0, 9393.0, 9422.0, 9366.0, 9371.0, 9386.0, 9381.0, 9399.0, 9402.0, 9428.0, 9467.0, 9423.0, 9398.0, 9444.0, 9432.0, 9378.0, 9437.0, 9419.0, 9518.0, 9521.0, 9512.0, 9524.0, 9532.0, 9440.0, 9393.0, 9394.0, 9327.0, 9366.0, 9343.0, 9342.0, 9353.0, 9354.0, 9357.0, 9352.0, 9346.0, 9357.0, 9448.0, 9447.0, 9447.0, 9408.0, 9388.0, 9343.0, 9324.0, 9348.0, 9303.0, 9376.0, 9341.0, 9374.0, 9311.0, 9387.0, 9520.0, 9448.0, 9373.0, 9258.0, 9201.0, 9262.0, 9271.0, 9327.0, 9330.0, 9322.0, 9304.0, 9316.0, 9327.0, 9362.0, 9355.0, 9335.0, 9349.0, 9362.0, 9377.0, 9370.0, 9392.0, 9426.0, 9400.0, 9412.0, 9417.0, 9396.0, 9404.0, 9393.0, 9380.0, 9422.0, 9403.0, 9436.0, 9406.0, 9388.0, 9443.0, 9383.0, 9423.0, 9379.0, 9389.0, 9376.0, 9363.0, 9355.0, 9364.0, 9373.0, 9357.0, 9353.0, 9359.0, 9355.0, 9363.0, 9361.0, 9377.0, 9370.0, 9407.0, 9392.0, 9393.0, 9389.0, 9401.0, 9404.0, 9411.0, 9404.0, 9393.0, 9387.0, 9390.0, 9384.0, 9385.0, 9389.0, 9385.0, 9380.0, 9426.0, 9367.0, 9395.0, 9382.0, 9377.0, 9382.0, 9393.0, 9388.0, 9372.0, 9389.0, 9388.0, 9404.0, 9402.0, 9411.0, 9434.0, 9410.0, 9418.0, 9414.0, 9425.0, 9418.0, 9422.0, 9415.0, 9426.0, 9418.0, 9444.0, 9423.0, 9442.0, 9414.0, 9412.0, 9410.0, 9420.0, 9404.0, 9408.0, 9440.0, 9427.0, 9448.0, 9446.0, 9450.0, 9439.0, 9445.0, 9432.0, 9440.0, 9439.0, 9448.0, 9431.0, 9508.0, 9414.0, 9441.0, 9437.0, 9423.0, 9445.0, 9414.0, 9427.0, 9485.0, 9468.0, 9495.0, 9476.0, 9492.0, 9489.0, 9453.0, 9439.0, 9448.0, 9451.0, 9471.0, 9528.0, 9533.0, 9546.0, 9481.0, 9489.0, 9429.0, 9488.0, 9481.0, 9500.0, 9412.0, 9419.0, 9387.0, 9404.0, 9436.0, 9477.0, 9445.0, 9407.0, 9373.0, 9395.0, 9402.0, 9382.0, 9398.0, 9403.0, 9396.0, 9395.0, 9377.0, 9403.0, 9381.0, 9399.0, 9381.0, 9395.0, 9378.0, 9399.0, 9393.0, 9400.0, 9401.0, 9414.0, 9397.0, 9415.0, 9452.0, 9512.0, 9456.0, 9467.0, 9457.0, 9434.0, 9442.0, 9426.0, 9425.0, 9452.0, 9449.0, 9432.0, 9411.0, 9412.0, 9382.0, 9421.0, 9381.0, 9451.0, 9387.0, 9476.0, 9445.0, 9474.0, 9427.0, 9415.0, 9360.0, 9366.0, 9355.0, 9365.0, 9361.0, 9372.0, 9364.0, 9376.0, 9365.0, 9378.0, 9363.0, 9381.0, 9364.0, 9401.0, 9368.0, 9388.0, 9365.0, 9376.0, 9388.0, 9432.0, 9422.0, 9408.0, 9355.0, 9313.0, 9356.0, 9361.0, 9402.0, 9379.0, 9396.0, 9368.0, 9396.0, 9398.0, 9414.0, 9409.0, 9401.0, 9413.0, 9476.0, 9411.0, 9438.0, 9381.0, 9372.0, 9373.0, 9358.0, 9359.0, 9370.0, 9368.0, 9381.0, 9371.0, 9340.0, 9374.0, 9389.0, 9418.0, 9379.0, 9425.0, 9415.0, 9404.0, 9433.0, 9429.0, 9458.0, 9410.0, 9437.0, 9408.0, 9418.0, 9405.0, 9416.0, 9410.0, 9417.0, 9436.0, 9412.0, 9399.0, 9410.0, 9383.0, 9396.0, 9419.0, 9414.0, 9458.0, 9413.0, 9422.0, 9395.0, 9382.0, 9412.0, 9404.0, 9417.0, 9443.0, 9413.0, 9380.0, 9409.0, 9392.0, 9397.0, 9405.0, 9413.0, 9399.0, 9425.0, 9460.0, 9462.0, 9414.0, 9456.0, 9423.0, 9416.0, 9461.0, 9445.0, 9439.0, 9427.0, 9402.0, 9443.0, 9437.0, 9425.0, 9505.0, 9444.0, 9466.0, 9417.0, 9430.0, 9416.0, 9488.0, 9456.0, 9490.0, 9407.0, 9408.0, 9429.0, 9428.0, 9436.0, 9514.0, 9428.0, 9448.0, 9371.0, 9381.0, 9371.0, 9428.0, 9445.0, 9488.0, 9393.0, 9377.0, 9341.0, 9329.0, 9342.0, 9330.0, 9325.0, 9341.0, 9342.0, 9327.0, 9330.0, 9343.0, 9357.0, 9345.0, 9349.0, 9374.0, 9368.0, 9361.0, 9374.0, 9365.0, 9369.0, 9379.0, 9408.0, 9480.0, 9446.0, 9426.0, 9397.0, 9328.0, 9346.0, 9356.0, 9346.0, 9397.0, 9376.0, 9376.0, 9457.0, 9419.0, 9431.0, 9420.0, 9432.0, 9427.0, 9409.0, 9396.0, 9476.0, 9420.0, 9391.0, 9399.0, 9422.0, 9390.0, 9437.0, 9478.0, 9438.0, 9396.0, 9376.0, 9391.0, 9397.0, 9421.0, 9453.0, 9435.0, 9369.0, 9371.0, 9357.0, 9357.0, 9353.0, 9408.0, 9361.0, 9365.0, 9347.0, 9338.0, 9351.0, 9349.0, 9351.0, 9364.0, 9364.0, 9364.0, 9368.0, 9363.0, 9369.0, 9378.0, 9376.0, 9383.0, 9379.0, 9389.0, 9393.0, 9389.0, 9393.0, 9392.0, 9403.0, 9411.0, 9406.0, 9444.0, 9397.0, 9394.0, 9434.0, 9424.0, 9422.0, 9423.0, 9388.0, 9440.0, 9428.0, 9424.0, 9403.0, 9407.0, 9424.0, 9410.0, 9399.0, 9446.0, 9417.0, 9523.0, 9503.0, 9515.0, 9479.0, 9450.0, 9377.0, 9397.0, 9355.0, 9357.0, 9356.0, 9375.0, 9415.0, 9431.0, 9446.0, 9428.0, 9420.0, 9402.0, 9368.0, 9382.0, 9309.0, 9307.0, 9305.0, 9296.0, 9350.0, 9393.0, 9479.0, 9497.0, 9458.0, 9373.0, 9247.0, 9233.0, 9245.0, 9294.0, 9307.0, 9315.0, 9325.0, 9332.0, 9331.0, 9361.0, 9334.0, 9354.0, 9331.0, 9311.0, 9308.0, 9365.0, 9314.0, 9367.0, 9346.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.00757083608360836</td></tr>
<tr><td colspan=3>aqi</td><td>0.058033304950495045</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.55955488157495</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2035381940859031</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0738492646696034</td></tr>
<tr><td colspan=3>efc</td><td>0.4739</td></tr>
<tr><td colspan=3>fber</td><td>5869.0444</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15692584230310605</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>195</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.45214521452145</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5396234999888274</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372841397972507</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8277624780354342</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4182666239585413</td></tr>
<tr><td colspan=3>gcor</td><td>0.013174</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012591557577252388</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02950948290526867</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7774833687288556</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.2891</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4802</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.1881</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302057.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>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.1852</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9214</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.0111</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3423.9247</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1175.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.4796</td></tr>
<tr><td colspan=3>tsnr</td><td>23.694618242327124</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>