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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-02/func/sub-0050_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c6bb164557cb9cf875c3658f35507f6b</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:59:40.142500</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.998535, 0.0479477, 0.0250659, -0.0467403, 0.997814, -0.0467172]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0806183</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7747, -7278, 616, -66, -212, -27, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.635</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45809e1b-e301-4a45-af39-05b9df678e4a||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.678997278213501, -0.12540094554424286, 0.07357800751924515, 114.4319839477539], [-0.12864020466804504, 2.6770620346069336, -0.12278826534748077, -85.9688720703125], [0.06725005060434341, 0.12533870339393616, 2.6962027549743652, -75.69832611083984], [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': ['165940.142500', '165940.602500', '165941.062500', '165941.522500', '165941.982500', '165942.442500', '165942.902500', '165943.362500', '165943.822500', '165944.282500', '165944.742500', '165945.202500', '165945.662500', '165946.122500', '165946.582500', '165947.042500', '165947.502500', '165947.962500', '165948.422500', '165948.882500', '165949.342500', '165949.802500', '165950.262500', '165950.722500', '165951.182500', '165951.642500', '165952.102500', '165952.562500', '165953.022500', '165953.482500', '165953.942500', '165954.402500', '165954.862500', '165955.322500', '165955.782500', '165956.242500', '165956.702500', '165957.162500', '165957.622500', '165958.082500', '165958.542500', '165959.002500', '165959.462500', '165959.922500', '170000.382500', '170000.842500', '170001.302500', '170001.762500', '170002.222500', '170002.682500', '170003.142500', '170003.602500', '170004.062500', '170004.522500', '170004.982500', '170005.442500', '170005.902500', '170006.362500', '170006.822500', '170007.282500', '170007.742500', '170008.202500', '170008.662500', '170009.122500', '170009.582500', '170010.042500', '170010.502500', '170010.962500', '170011.422500', '170011.882500', '170012.342500', '170012.802500', '170013.262500', '170013.722500', '170014.182500', '170014.642500', '170015.102500', '170015.562500', '170016.022500', '170016.482500', '170016.942500', '170017.402500', '170017.862500', '170018.322500', '170018.782500', '170019.242500', '170019.702500', '170020.162500', '170020.622500', '170021.082500', '170021.542500', '170022.002500', '170022.462500', '170022.922500', '170023.382500', '170023.842500', '170024.302500', '170024.762500', '170025.222500', '170025.682500', '170026.142500', '170026.602500', '170027.062500', '170027.522500', '170027.982500', '170028.442500', '170028.902500', '170029.362500', '170029.822500', '170030.282500', '170030.742500', '170031.202500', '170031.662500', '170032.122500', '170032.582500', '170033.042500', '170033.502500', '170033.962500', '170034.422500', '170034.882500', '170035.342500', '170035.802500', '170036.262500', '170036.722500', '170037.182500', '170037.642500', '170038.102500', '170038.562500', '170039.022500', '170039.482500', '170039.942500', '170040.402500', '170040.862500', '170041.322500', '170041.782500', '170042.242500', '170042.702500', '170043.162500', '170043.622500', '170044.082500', '170044.542500', '170045.002500', '170045.462500', '170045.922500', '170046.382500', '170046.842500', '170047.302500', '170047.762500', '170048.222500', '170048.682500', '170049.142500', '170049.602500', '170050.062500', '170050.522500', '170050.982500', '170051.442500', '170051.902500', '170052.362500', '170052.822500', '170053.282500', '170053.742500', '170054.202500', '170054.662500', '170055.122500', '170055.582500', '170056.042500', '170056.502500', '170056.962500', '170057.422500', '170057.882500', '170058.342500', '170058.802500', '170059.262500', '170059.722500', '170100.182500', '170100.642500', '170101.102500', '170101.562500', '170102.022500', '170102.482500', '170102.942500', '170103.402500', '170103.862500', '170104.322500', '170104.782500', '170105.242500', '170105.702500', '170106.162500', '170106.622500', '170107.082500', '170107.542500', '170108.002500', '170108.462500', '170108.922500', '170109.382500', '170109.842500', '170110.302500', '170110.762500', '170111.222500', '170111.682500', '170112.142500', '170112.602500', '170113.062500', '170113.522500', '170113.982500', '170114.442500', '170114.902500', '170115.362500', '170115.822500', '170116.282500', '170116.742500', '170117.202500', '170117.662500', '170118.122500', '170118.582500', '170119.042500', '170119.502500', '170119.962500', '170120.422500', '170120.882500', '170121.342500', '170121.802500', '170122.262500', '170122.722500', '170123.182500', '170123.642500', '170124.102500', '170124.562500', '170125.022500', '170125.482500', '170125.942500', '170126.402500', '170126.862500', '170127.322500', '170127.782500', '170128.242500', '170128.702500', '170129.162500', '170129.622500', '170130.082500', '170130.542500', '170131.002500', '170131.462500', '170131.922500', '170132.382500', '170132.842500', '170133.302500', '170133.762500', '170134.222500', '170134.682500', '170135.142500', '170135.602500', '170136.062500', '170136.522500', '170136.982500', '170137.442500', '170137.902500', '170138.362500', '170138.822500', '170139.282500', '170139.742500', '170140.202500', '170140.662500', '170141.122500', '170141.582500', '170142.042500', '170142.502500', '170142.962500', '170143.422500', '170143.882500', '170144.342500', '170144.802500', '170145.262500', '170145.722500', '170146.182500', '170146.642500', '170147.102500', '170147.562500', '170148.022500', '170148.482500', '170148.942500', '170149.402500', '170149.862500', '170150.322500', '170150.782500', '170151.242500', '170151.702500', '170152.162500', '170152.622500', '170153.082500', '170153.542500', '170154.002500', '170154.462500', '170154.922500', '170155.382500', '170155.842500', '170156.302500', '170156.762500', '170157.222500', '170157.682500', '170158.142500', '170158.602500', '170159.062500', '170159.522500', '170159.982500', '170200.442500', '170200.902500', '170201.362500', '170201.822500', '170202.282500', '170202.742500', '170203.202500', '170203.662500', '170204.122500', '170204.582500', '170205.042500', '170205.502500', '170205.962500', '170206.422500', '170206.882500', '170207.342500', '170207.802500', '170208.262500', '170208.722500', '170209.182500', '170209.642500', '170210.102500', '170210.562500', '170211.022500', '170211.482500', '170211.942500', '170212.402500', '170212.862500', '170213.322500', '170213.782500', '170214.242500', '170214.702500', '170215.162500', '170215.622500', '170216.082500', '170216.542500', '170217.002500', '170217.462500', '170217.922500', '170218.382500', '170218.842500', '170219.302500', '170219.762500', '170220.222500', '170220.682500', '170221.142500', '170221.602500', '170222.062500', '170222.522500', '170222.982500', '170223.442500', '170223.902500', '170224.362500', '170224.822500', '170225.282500', '170225.742500', '170226.202500', '170226.662500', '170227.122500', '170227.582500', '170228.042500', '170228.502500', '170228.962500', '170229.422500', '170229.882500', '170230.342500', '170230.802500', '170231.262500', '170231.722500', '170232.182500', '170232.642500', '170233.102500', '170233.562500', '170234.022500', '170234.482500', '170234.942500', '170235.402500', '170235.862500', '170236.322500', '170236.782500', '170237.242500', '170237.702500', '170238.162500', '170238.622500', '170239.082500', '170239.542500', '170240.002500', '170240.462500', '170240.922500', '170241.382500', '170241.842500', '170242.302500', '170242.762500', '170243.222500', '170243.682500', '170244.142500', '170244.602500', '170245.062500', '170245.522500', '170245.982500', '170246.442500', '170246.902500', '170247.362500', '170247.822500', '170248.282500', '170248.742500', '170249.202500', '170249.662500', '170250.122500', '170250.582500', '170251.042500', '170251.502500', '170251.962500', '170252.422500', '170252.882500', '170253.342500', '170253.802500', '170254.262500', '170254.722500', '170255.182500', '170255.642500', '170256.102500', '170256.562500', '170257.022500', '170257.482500', '170257.942500', '170258.402500', '170258.862500', '170259.322500', '170259.782500', '170300.242500', '170300.702500', '170301.162500', '170301.622500', '170302.082500', '170302.542500', '170303.002500', '170303.462500', '170303.922500', '170304.382500', '170304.842500', '170305.302500', '170305.762500', '170306.222500', '170306.682500', '170307.142500', '170307.602500', '170308.062500', '170308.522500', '170308.982500', '170309.442500', '170309.902500', '170310.362500', '170310.822500', '170311.282500', '170311.742500', '170312.202500', '170312.662500', '170313.122500', '170313.582500', '170314.042500', '170314.502500', '170314.962500', '170315.422500', '170315.882500', '170316.342500', '170316.802500', '170317.262500', '170317.722500', '170318.182500', '170318.642500', '170319.102500', '170319.562500', '170320.022500', '170320.482500', '170320.942500', '170321.402500', '170321.862500', '170322.322500', '170322.782500', '170323.242500', '170323.702500', '170324.162500', '170324.622500', '170325.082500', '170325.542500', '170326.002500', '170326.462500', '170326.922500', '170327.382500', '170327.842500', '170328.302500', '170328.762500', '170329.222500', '170329.682500', '170330.142500', '170330.602500', '170331.062500', '170331.522500', '170331.982500', '170332.442500', '170332.902500', '170333.362500', '170333.822500', '170334.282500', '170334.742500', '170335.202500', '170335.662500', '170336.122500', '170336.582500', '170337.042500', '170337.502500', '170337.962500', '170338.422500', '170338.882500', '170339.342500', '170339.802500', '170340.262500', '170340.722500', '170341.182500', '170341.642500', '170342.102500', '170342.562500', '170343.022500', '170343.482500', '170343.942500', '170344.402500', '170344.862500', '170345.322500', '170345.782500', '170346.242500', '170346.702500', '170347.162500', '170347.622500', '170348.082500', '170348.542500', '170349.002500', '170349.462500', '170349.922500', '170350.382500', '170350.842500', '170351.302500', '170351.762500', '170352.222500', '170352.682500', '170353.142500', '170353.602500', '170354.062500', '170354.522500', '170354.982500', '170355.442500', '170355.902500', '170356.362500', '170356.822500', '170357.282500', '170357.742500', '170358.202500', '170358.662500', '170359.122500', '170359.582500', '170400.042500', '170400.502500', '170400.962500', '170401.422500', '170401.882500', '170402.342500', '170402.802500', '170403.262500', '170403.722500', '170404.182500', '170404.642500', '170405.102500', '170405.562500', '170406.022500', '170406.482500', '170406.942500', '170407.402500', '170407.862500', '170408.322500', '170408.782500', '170409.242500', '170409.702500', '170410.162500', '170410.622500', '170411.082500', '170411.542500', '170412.002500', '170412.462500', '170412.922500', '170413.382500', '170413.842500', '170414.302500', '170414.762500', '170415.222500', '170415.682500', '170416.142500', '170416.602500', '170417.062500', '170417.522500', '170417.982500', '170418.442500', '170418.902500', '170419.362500', '170419.822500', '170420.282500', '170420.742500', '170421.202500', '170421.662500', '170422.122500', '170422.582500', '170423.042500', '170423.502500', '170423.962500', '170424.422500', '170424.882500', '170425.342500', '170425.802500', '170426.262500', '170426.722500', '170427.182500', '170427.642500', '170428.102500', '170428.562500', '170429.022500', '170429.482500', '170429.942500', '170430.402500', '170430.862500', '170431.322500', '170431.782500', '170432.242500', '170432.702500', '170433.162500', '170433.622500', '170434.082500', '170434.542500', '170435.002500', '170435.462500', '170435.922500', '170436.382500', '170436.842500', '170437.302500', '170437.762500', '170438.222500', '170438.682500', '170439.142500', '170439.602500', '170440.062500', '170440.522500', '170440.982500', '170441.442500', '170441.902500', '170442.362500', '170442.822500', '170443.282500', '170443.742500', '170444.202500', '170444.662500', '170445.122500', '170445.582500', '170446.042500', '170446.502500', '170446.962500', '170447.422500', '170447.882500', '170448.342500', '170448.802500', '170449.262500', '170449.722500', '170450.182500', '170450.642500', '170451.102500', '170451.562500', '170452.022500', '170452.482500', '170452.942500', '170453.402500', '170453.862500', '170454.322500', '170454.782500', '170455.242500', '170455.702500', '170456.162500', '170456.622500', '170457.082500', '170457.542500', '170458.002500', '170458.462500', '170458.922500', '170459.382500', '170459.842500', '170500.302500', '170500.762500', '170501.222500', '170501.682500', '170502.142500', '170502.602500', '170503.062500', '170503.522500', '170503.982500', '170504.442500', '170504.902500', '170505.362500', '170505.822500', '170506.282500', '170506.742500', '170507.202500', '170507.662500', '170508.122500', '170508.582500', '170509.042500', '170509.502500', '170509.962500', '170510.422500', '170510.882500', '170511.342500', '170511.802500', '170512.262500', '170512.722500', '170513.182500', '170513.642500', '170514.102500', '170514.562500', '170515.022500', '170515.482500', '170515.942500', '170516.402500', '170516.862500', '170517.322500', '170517.782500', '170518.242500', '170518.702500', '170519.162500', '170519.622500', '170520.082500', '170520.542500', '170521.002500', '170521.462500', '170521.922500', '170522.382500', '170522.842500', '170523.302500', '170523.762500', '170524.222500', '170524.682500', '170525.142500', '170525.602500', '170526.062500', '170526.522500', '170526.982500', '170527.442500', '170527.902500', '170528.362500', '170528.822500', '170529.282500', '170529.742500', '170530.202500', '170530.662500', '170531.122500', '170531.582500', '170532.042500', '170532.502500', '170532.962500', '170533.422500', '170533.882500', '170534.342500', '170534.802500', '170535.262500', '170535.722500', '170536.182500', '170536.642500', '170537.102500', '170537.562500', '170538.022500', '170538.482500', '170538.942500', '170539.402500', '170539.862500', '170540.322500', '170540.782500', '170541.242500', '170541.702500', '170542.162500', '170542.622500', '170543.082500', '170543.542500', '170544.002500', '170544.462500', '170544.922500', '170545.382500', '170545.842500', '170546.302500', '170546.762500', '170547.222500', '170547.682500', '170548.142500', '170548.602500', '170549.062500', '170549.522500', '170549.982500', '170550.442500', '170550.902500', '170551.362500', '170551.822500', '170552.282500', '170552.742500', '170553.202500', '170553.662500', '170554.122500', '170554.582500', '170555.042500', '170555.502500', '170555.962500', '170556.422500', '170556.882500', '170557.342500', '170557.802500', '170558.262500', '170558.722500', '170559.182500', '170559.642500', '170600.102500', '170600.562500', '170601.022500', '170601.482500', '170601.942500', '170602.402500', '170602.862500', '170603.322500', '170603.782500', '170604.242500', '170604.702500', '170605.162500', '170605.622500', '170606.082500', '170606.542500', '170607.002500', '170607.462500', '170607.922500', '170608.382500', '170608.842500', '170609.302500', '170609.762500', '170610.222500', '170610.682500', '170611.142500', '170611.602500', '170612.062500', '170612.522500', '170612.982500', '170613.442500', '170613.902500', '170614.362500', '170614.822500', '170615.282500', '170615.742500', '170616.202500', '170616.662500', '170617.122500', '170617.582500', '170618.042500', '170618.502500', '170618.962500', '170619.422500', '170619.882500', '170620.342500', '170620.802500', '170621.262500', '170621.722500', '170622.182500', '170622.642500', '170623.102500', '170623.562500', '170624.022500', '170624.482500', '170624.942500', '170625.402500', '170625.862500', '170626.322500', '170626.782500', '170627.242500', '170627.702500', '170628.162500', '170628.622500', '170629.082500', '170629.542500', '170630.002500', '170630.462500', '170630.922500', '170631.382500', '170631.842500', '170632.302500', '170632.762500', '170633.222500', '170633.682500', '170634.142500', '170634.602500', '170635.062500', '170635.522500', '170635.982500', '170636.442500', '170636.902500', '170637.362500', '170637.822500', '170638.282500', '170638.742500', '170639.202500', '170639.662500', '170640.122500'], 'ContentTime': ['165954.809000', '165954.812000', '165954.815000', '165954.818000', '165954.820000', '165954.823000', '165954.826000', '165954.828000', '165954.838000', '165954.841000', '165954.843000', '165954.846000', '165954.848000', '165954.851000', '165954.854000', '165954.856000', '165954.862000', '165954.865000', '165954.867000', '165954.870000', '165954.872000', '165954.875000', '165954.878000', '165954.880000', '165954.883000', '165954.885000', '165954.888000', '165954.891000', '165954.893000', '170014.772000', '170014.775000', '170014.778000', '170014.780000', '170014.783000', '170014.786000', '170014.788000', '170014.791000', '170014.793000', '170014.796000', '170014.798000', '170014.801000', '170014.803000', '170014.806000', '170014.808000', '170014.811000', '170014.814000', '170014.816000', '170014.819000', '170014.821000', '170014.824000', '170014.826000', '170014.829000', '170014.832000', '170014.834000', '170014.837000', '170014.839000', '170014.842000', '170014.844000', '170014.847000', '170014.853000', '170014.855000', '170014.858000', '170014.860000', '170014.863000', '170014.865000', '170014.868000', '170014.870000', '170014.873000', '170014.876000', '170014.878000', '170014.881000', '170014.883000', '170014.886000', '170034.772000', '170034.775000', '170034.778000', '170034.780000', '170034.783000', '170034.785000', '170034.788000', '170034.790000', '170034.793000', '170034.796000', '170034.798000', '170034.801000', '170034.803000', '170034.806000', '170034.809000', '170034.811000', '170034.814000', '170034.816000', '170034.819000', '170034.821000', '170034.824000', '170034.826000', '170034.829000', '170034.832000', '170034.834000', '170034.837000', '170034.839000', '170034.842000', '170034.844000', '170034.847000', '170034.850000', '170034.852000', '170034.855000', '170034.863000', '170034.866000', '170034.868000', '170034.871000', '170034.874000', '170034.876000', '170034.879000', '170034.881000', '170034.884000', '170034.886000', '170054.772000', '170054.775000', '170054.778000', '170054.780000', '170054.783000', '170054.785000', '170054.788000', '170054.791000', '170054.793000', '170054.796000', '170054.799000', '170054.801000', '170054.804000', '170054.806000', '170054.809000', '170054.812000', '170054.814000', '170054.817000', '170054.820000', '170054.822000', '170054.825000', '170054.827000', '170054.830000', '170054.832000', '170054.835000', '170054.838000', '170054.840000', '170054.843000', '170054.845000', '170054.848000', '170054.850000', '170054.853000', '170054.856000', '170054.858000', '170054.861000', '170054.863000', '170054.866000', '170054.868000', '170054.871000', '170054.874000', '170054.876000', '170054.879000', '170054.881000', '170054.884000', '170114.772000', '170114.775000', '170114.778000', '170114.780000', '170114.783000', '170114.785000', '170114.788000', '170114.791000', '170114.793000', '170114.826000', '170114.828000', '170114.831000', '170114.833000', '170114.836000', '170114.839000', '170114.841000', '170114.844000', '170114.846000', '170114.849000', '170114.851000', '170114.854000', '170114.857000', '170114.859000', '170114.862000', '170114.864000', '170114.867000', '170114.869000', '170114.872000', '170114.875000', '170114.877000', '170114.880000', '170114.882000', '170114.885000', '170114.887000', '170114.890000', '170114.893000', '170114.895000', '170114.898000', '170114.901000', '170114.903000', '170114.906000', '170114.908000', '170114.911000', '170134.772000', '170134.775000', '170134.778000', '170134.780000', '170134.783000', '170134.786000', '170134.788000', '170134.791000', '170134.794000', '170134.796000', '170134.799000', '170134.801000', '170134.804000', '170134.806000', '170134.809000', '170134.812000', '170134.814000', '170134.817000', '170134.819000', '170134.822000', '170134.825000', '170134.827000', '170134.830000', '170134.833000', '170134.835000', '170134.838000', '170134.840000', '170134.843000', '170134.845000', '170134.848000', '170134.851000', '170134.853000', '170134.856000', '170134.858000', '170134.861000', '170134.864000', '170134.866000', '170134.869000', '170134.872000', '170134.874000', '170134.877000', '170134.879000', '170134.882000', '170134.884000', '170154.772000', '170154.774000', '170154.777000', '170154.780000', '170154.782000', '170154.785000', '170154.787000', '170154.790000', '170154.793000', '170154.795000', '170154.798000', '170154.800000', '170154.803000', '170154.805000', '170154.808000', '170154.811000', '170154.813000', '170154.816000', '170154.818000', '170154.821000', '170154.823000', '170154.826000', '170154.829000', '170154.831000', '170154.834000', '170154.836000', '170154.839000', '170154.841000', '170154.844000', '170154.847000', '170154.849000', '170154.852000', '170154.854000', '170154.857000', '170154.859000', '170154.862000', '170154.865000', '170154.867000', '170154.870000', '170154.872000', '170154.875000', '170154.877000', '170154.880000', '170214.772000', '170214.775000', '170214.778000', '170214.780000', '170214.783000', '170214.786000', '170214.788000', '170214.791000', '170214.794000', '170214.797000', '170214.800000', '170214.802000', '170214.805000', '170214.808000', '170214.810000', '170214.813000', '170214.815000', '170214.818000', '170214.820000', '170214.823000', '170214.826000', '170214.828000', '170214.831000', '170214.833000', '170214.836000', '170214.838000', '170214.841000', '170214.844000', '170214.846000', '170214.849000', '170214.852000', '170214.854000', '170214.857000', '170214.860000', '170214.862000', '170214.865000', '170214.867000', '170214.870000', '170214.873000', '170214.875000', '170214.878000', '170214.880000', '170214.883000', '170234.773000', '170234.775000', '170234.778000', '170234.780000', '170234.783000', '170234.786000', '170234.788000', '170234.791000', '170234.793000', '170234.796000', '170234.799000', '170234.801000', '170234.804000', '170234.806000', '170234.809000', '170234.812000', '170234.814000', '170234.817000', '170234.819000', '170234.822000', '170234.824000', '170234.827000', '170234.830000', '170234.832000', '170234.835000', '170234.837000', '170234.840000', '170234.843000', '170234.845000', '170234.848000', '170234.850000', '170234.853000', '170234.855000', '170234.858000', '170234.861000', '170234.863000', '170234.866000', '170234.868000', '170234.871000', '170234.874000', '170234.876000', '170234.879000', '170234.881000', '170234.884000', '170254.772000', '170254.776000', '170254.779000', '170254.782000', '170254.784000', '170254.800000', '170254.803000', '170254.805000', '170254.808000', '170254.811000', '170254.813000', '170254.816000', '170254.818000', '170254.821000', '170254.823000', '170254.826000', '170254.829000', '170254.831000', '170254.834000', '170254.837000', '170254.839000', '170254.842000', '170254.844000', '170254.847000', '170254.849000', '170254.852000', '170254.855000', '170254.857000', '170254.860000', '170254.863000', '170254.865000', '170254.868000', '170254.870000', '170254.873000', '170254.876000', '170254.878000', '170254.881000', '170254.883000', '170254.886000', '170254.889000', '170254.891000', '170254.894000', '170254.896000', '170314.772000', '170314.775000', '170314.778000', '170314.781000', '170314.783000', '170314.786000', '170314.788000', '170314.791000', '170314.794000', '170314.796000', '170314.799000', '170314.801000', '170314.804000', '170314.806000', '170314.809000', '170314.812000', '170314.814000', '170314.817000', '170314.819000', '170314.822000', '170314.825000', '170314.827000', '170314.830000', '170314.832000', '170314.835000', '170314.838000', '170314.840000', '170314.843000', '170314.846000', '170314.848000', '170314.851000', '170314.853000', '170314.856000', '170314.859000', '170314.861000', '170314.864000', '170314.866000', '170314.869000', '170314.872000', '170314.874000', '170314.877000', '170314.880000', '170314.882000', '170314.885000', '170334.773000', '170334.776000', '170334.779000', '170334.781000', '170334.784000', '170334.786000', '170334.789000', '170334.792000', '170334.794000', '170334.797000', '170334.800000', '170334.802000', '170334.805000', '170334.807000', '170334.810000', '170334.813000', '170334.815000', '170334.818000', '170334.820000', '170334.823000', '170334.826000', '170334.828000', '170334.831000', '170334.834000', '170334.837000', '170334.840000', '170334.843000', '170334.845000', '170334.848000', '170334.850000', '170334.853000', '170334.856000', '170334.858000', '170334.861000', '170334.863000', '170334.866000', '170334.868000', '170334.871000', '170334.874000', '170334.877000', '170334.879000', '170334.882000', '170334.884000', '170354.771000', '170354.774000', '170354.777000', '170354.779000', '170354.782000', '170354.785000', '170354.787000', '170354.790000', '170354.792000', '170354.795000', '170354.797000', '170354.800000', '170354.803000', '170354.805000', '170354.808000', '170354.810000', '170354.813000', '170354.816000', '170354.818000', '170354.821000', '170354.823000', '170354.826000', '170354.829000', '170354.831000', '170354.834000', '170354.836000', '170354.839000', '170354.841000', '170354.844000', '170354.847000', '170354.849000', '170354.852000', '170354.855000', '170354.857000', '170354.860000', '170354.862000', '170354.865000', '170354.867000', '170354.870000', '170354.873000', '170354.875000', '170354.878000', '170354.880000', '170354.883000', '170414.771000', '170414.774000', '170414.777000', '170414.780000', '170414.783000', '170414.786000', '170414.789000', '170414.792000', '170414.795000', '170414.797000', '170414.800000', '170414.803000', '170414.805000', '170414.808000', '170414.811000', '170414.813000', '170414.826000', '170414.829000', '170414.832000', '170414.834000', '170414.837000', '170414.839000', '170414.842000', '170414.845000', '170414.847000', '170414.850000', '170414.852000', '170414.855000', '170414.857000', '170414.860000', '170414.863000', '170414.865000', '170414.868000', '170414.870000', '170414.873000', '170414.876000', '170414.878000', '170414.881000', '170414.883000', '170414.886000', '170414.889000', '170414.891000', '170414.894000', '170434.772000', '170434.774000', '170434.777000', '170434.780000', '170434.782000', '170434.785000', '170434.787000', '170434.790000', '170434.792000', '170434.795000', '170434.798000', '170434.800000', '170434.803000', '170434.805000', '170434.808000', '170434.811000', '170434.813000', '170434.816000', '170434.819000', '170434.821000', '170434.824000', '170434.826000', '170434.829000', '170434.832000', '170434.834000', '170434.837000', '170434.839000', '170434.842000', '170434.845000', '170434.847000', '170434.850000', '170434.852000', '170434.855000', '170434.858000', '170434.861000', '170434.863000', '170434.866000', '170434.868000', '170434.871000', '170434.874000', '170434.876000', '170434.879000', '170434.881000', '170434.884000', '170454.773000', '170454.776000', '170454.778000', '170454.781000', '170454.783000', '170454.786000', '170454.788000', '170454.791000', '170454.794000', '170454.796000', '170454.799000', '170454.802000', '170454.804000', '170454.807000', '170454.810000', '170454.812000', '170454.815000', '170454.818000', '170454.820000', '170454.823000', '170454.825000', '170454.828000', '170454.831000', '170454.833000', '170454.836000', '170454.839000', '170454.841000', '170454.844000', '170454.847000', '170454.849000', '170454.852000', '170454.854000', '170454.857000', '170454.860000', '170454.863000', '170454.865000', '170454.868000', '170454.871000', '170454.873000', '170454.878000', '170454.881000', '170454.883000', '170454.886000', '170514.772000', '170514.775000', '170514.778000', '170514.780000', '170514.783000', '170514.786000', '170514.788000', '170514.791000', '170514.793000', '170514.796000', '170514.799000', '170514.801000', '170514.804000', '170514.807000', '170514.809000', '170514.812000', '170514.815000', '170514.817000', '170514.820000', '170514.822000', '170514.825000', '170514.828000', '170514.831000', '170514.833000', '170514.836000', '170514.838000', '170514.841000', '170514.844000', '170514.846000', '170514.849000', '170514.851000', '170514.854000', '170514.857000', '170514.859000', '170514.862000', '170514.864000', '170514.867000', '170514.869000', '170514.872000', '170514.875000', '170514.877000', '170514.880000', '170514.890000', '170514.893000', '170534.773000', '170534.775000', '170534.778000', '170534.781000', '170534.783000', '170534.786000', '170534.788000', '170534.791000', '170534.794000', '170534.796000', '170534.799000', '170534.801000', '170534.804000', '170534.807000', '170534.810000', '170534.814000', '170534.817000', '170534.819000', '170534.822000', '170534.824000', '170534.828000', '170534.831000', '170534.834000', '170534.837000', '170534.840000', '170534.842000', '170534.845000', '170534.848000', '170534.850000', '170534.853000', '170534.856000', '170534.858000', '170534.861000', '170534.864000', '170534.866000', '170534.869000', '170534.872000', '170534.874000', '170534.877000', '170534.880000', '170534.882000', '170534.905000', '170534.908000', '170554.772000', '170554.776000', '170554.778000', '170554.781000', '170554.783000', '170554.786000', '170554.789000', '170554.791000', '170554.794000', '170554.797000', '170554.799000', '170554.802000', '170554.804000', '170554.807000', '170554.810000', '170554.812000', '170554.815000', '170554.817000', '170554.820000', '170554.823000', '170554.825000', '170554.828000', '170554.831000', '170554.833000', '170554.836000', '170554.839000', '170554.841000', '170554.844000', '170554.846000', '170554.849000', '170554.852000', '170554.854000', '170554.857000', '170554.860000', '170554.862000', '170554.865000', '170554.867000', '170554.870000', '170554.873000', '170554.875000', '170554.878000', '170554.880000', '170554.883000', '170554.886000', '170614.772000', '170614.774000', '170614.777000', '170614.780000', '170614.782000', '170614.785000', '170614.788000', '170614.790000', '170614.793000', '170614.796000', '170614.798000', '170614.801000', '170614.804000', '170614.806000', '170614.809000', '170614.812000', '170614.815000', '170614.817000', '170614.820000', '170614.822000', '170614.825000', '170614.828000', '170614.830000', '170614.833000', '170614.835000', '170614.838000', '170614.841000', '170614.843000', '170614.846000', '170614.849000', '170614.851000', '170614.854000', '170614.857000', '170614.859000', '170614.862000', '170614.865000', '170614.867000', '170614.870000', '170614.873000', '170614.875000', '170614.878000', '170614.881000', '170614.884000', '170634.771000', '170634.774000', '170634.777000', '170634.779000', '170634.783000', '170634.786000', '170634.788000', '170634.791000', '170634.794000', '170634.796000', '170634.799000', '170634.801000', '170634.804000', '170634.807000', '170634.809000', '170634.812000', '170634.815000', '170634.817000', '170634.820000', '170634.822000', '170634.825000', '170634.828000', '170634.830000', '170634.833000', '170634.836000', '170634.838000', '170634.841000', '170634.844000', '170634.846000', '170634.849000', '170634.852000', '170634.854000', '170634.857000', '170634.860000', '170634.862000', '170634.865000', '170634.867000', '170634.870000', '170634.873000', '170634.875000', '170634.878000', '170634.881000', '170634.883000', '170634.886000', '170641.563000', '170641.566000', '170641.568000', '170641.571000', '170641.574000', '170641.577000', '170641.579000', '170641.582000', '170641.585000', '170641.587000', '170641.590000', '170641.593000', '170641.596000', '170641.598000', '170641.601000'], 'InstanceCreationTime': ['165954.809000', '165954.812000', '165954.815000', '165954.818000', '165954.820000', '165954.823000', '165954.826000', '165954.828000', '165954.838000', '165954.841000', '165954.843000', '165954.846000', '165954.848000', '165954.851000', '165954.854000', '165954.856000', '165954.862000', '165954.865000', '165954.867000', '165954.870000', '165954.872000', '165954.875000', '165954.878000', '165954.880000', '165954.883000', '165954.885000', '165954.888000', '165954.891000', '165954.893000', '170014.772000', '170014.775000', '170014.778000', '170014.780000', '170014.783000', '170014.786000', '170014.788000', '170014.791000', '170014.793000', '170014.796000', '170014.798000', '170014.801000', '170014.803000', '170014.806000', '170014.808000', '170014.811000', '170014.814000', '170014.816000', '170014.819000', '170014.821000', '170014.824000', '170014.826000', '170014.829000', '170014.832000', '170014.834000', '170014.837000', '170014.839000', '170014.842000', '170014.844000', '170014.847000', '170014.853000', '170014.855000', '170014.858000', '170014.860000', '170014.863000', '170014.865000', '170014.868000', '170014.870000', '170014.873000', '170014.876000', '170014.878000', '170014.881000', '170014.883000', '170014.886000', '170034.772000', '170034.775000', '170034.778000', '170034.780000', '170034.783000', '170034.785000', '170034.788000', '170034.790000', '170034.793000', '170034.796000', '170034.798000', '170034.801000', '170034.803000', '170034.806000', '170034.809000', '170034.811000', '170034.814000', '170034.816000', '170034.819000', '170034.821000', '170034.824000', '170034.826000', '170034.829000', '170034.832000', '170034.834000', '170034.837000', '170034.839000', '170034.842000', '170034.844000', '170034.847000', '170034.850000', '170034.852000', '170034.855000', '170034.863000', '170034.866000', '170034.868000', '170034.871000', '170034.874000', '170034.876000', '170034.879000', '170034.881000', '170034.884000', '170034.886000', '170054.772000', '170054.775000', '170054.778000', '170054.780000', '170054.783000', '170054.785000', '170054.788000', '170054.791000', '170054.793000', '170054.796000', '170054.799000', '170054.801000', '170054.804000', '170054.806000', '170054.809000', '170054.812000', '170054.814000', '170054.817000', '170054.820000', '170054.822000', '170054.825000', '170054.827000', '170054.830000', '170054.832000', '170054.835000', '170054.838000', '170054.840000', '170054.843000', '170054.845000', '170054.848000', '170054.850000', '170054.853000', '170054.856000', '170054.858000', '170054.861000', '170054.863000', '170054.866000', '170054.868000', '170054.871000', '170054.874000', '170054.876000', '170054.879000', '170054.881000', '170054.884000', '170114.772000', '170114.775000', '170114.778000', '170114.780000', '170114.783000', '170114.785000', '170114.788000', '170114.791000', '170114.793000', '170114.826000', '170114.828000', '170114.831000', '170114.833000', '170114.836000', '170114.839000', '170114.841000', '170114.844000', '170114.846000', '170114.849000', '170114.851000', '170114.854000', '170114.857000', '170114.859000', '170114.862000', '170114.864000', '170114.867000', '170114.869000', '170114.872000', '170114.875000', '170114.877000', '170114.880000', '170114.882000', '170114.885000', '170114.887000', '170114.890000', '170114.893000', '170114.895000', '170114.898000', '170114.901000', '170114.903000', '170114.906000', '170114.908000', '170114.911000', '170134.772000', '170134.775000', '170134.778000', '170134.780000', '170134.783000', '170134.786000', '170134.788000', '170134.791000', '170134.794000', '170134.796000', '170134.799000', '170134.801000', '170134.804000', '170134.806000', '170134.809000', '170134.812000', '170134.814000', '170134.817000', '170134.819000', '170134.822000', '170134.825000', '170134.827000', '170134.830000', '170134.833000', '170134.835000', '170134.838000', '170134.840000', '170134.843000', '170134.845000', '170134.848000', '170134.851000', '170134.853000', '170134.856000', '170134.858000', '170134.861000', '170134.864000', '170134.866000', '170134.869000', '170134.872000', '170134.874000', '170134.877000', '170134.879000', '170134.882000', '170134.884000', '170154.772000', '170154.774000', '170154.777000', '170154.780000', '170154.782000', '170154.785000', '170154.787000', '170154.790000', '170154.793000', '170154.795000', '170154.798000', '170154.800000', '170154.803000', '170154.805000', '170154.808000', '170154.811000', '170154.813000', '170154.816000', '170154.818000', '170154.821000', '170154.823000', '170154.826000', '170154.829000', '170154.831000', '170154.834000', '170154.836000', '170154.839000', '170154.841000', '170154.844000', '170154.847000', '170154.849000', '170154.852000', '170154.854000', '170154.857000', '170154.859000', '170154.862000', '170154.865000', '170154.867000', '170154.870000', '170154.872000', '170154.875000', '170154.877000', '170154.880000', '170214.772000', '170214.775000', '170214.778000', '170214.780000', '170214.783000', '170214.786000', '170214.788000', '170214.791000', '170214.794000', '170214.797000', '170214.800000', '170214.802000', '170214.805000', '170214.808000', '170214.810000', '170214.813000', '170214.815000', '170214.818000', '170214.820000', '170214.823000', '170214.826000', '170214.828000', '170214.831000', '170214.833000', '170214.836000', '170214.838000', '170214.841000', '170214.844000', '170214.846000', '170214.849000', '170214.852000', '170214.854000', '170214.857000', '170214.860000', '170214.862000', '170214.865000', '170214.867000', '170214.870000', '170214.873000', '170214.875000', '170214.878000', '170214.880000', '170214.883000', '170234.773000', '170234.775000', '170234.778000', '170234.780000', '170234.783000', '170234.786000', '170234.788000', '170234.791000', '170234.793000', '170234.796000', '170234.799000', '170234.801000', '170234.804000', '170234.806000', '170234.809000', '170234.812000', '170234.814000', '170234.817000', '170234.819000', '170234.822000', '170234.824000', '170234.827000', '170234.830000', '170234.832000', '170234.835000', '170234.837000', '170234.840000', '170234.843000', '170234.845000', '170234.848000', '170234.850000', '170234.853000', '170234.855000', '170234.858000', '170234.861000', '170234.863000', '170234.866000', '170234.868000', '170234.871000', '170234.874000', '170234.876000', '170234.879000', '170234.881000', '170234.884000', '170254.772000', '170254.776000', '170254.779000', '170254.782000', '170254.784000', '170254.800000', '170254.803000', '170254.805000', '170254.808000', '170254.811000', '170254.813000', '170254.816000', '170254.818000', '170254.821000', '170254.823000', '170254.826000', '170254.829000', '170254.831000', '170254.834000', '170254.837000', '170254.839000', '170254.842000', '170254.844000', '170254.847000', '170254.849000', '170254.852000', '170254.855000', '170254.857000', '170254.860000', '170254.863000', '170254.865000', '170254.868000', '170254.870000', '170254.873000', '170254.876000', '170254.878000', '170254.881000', '170254.883000', '170254.886000', '170254.889000', '170254.891000', '170254.894000', '170254.896000', '170314.772000', '170314.775000', '170314.778000', '170314.781000', '170314.783000', '170314.786000', '170314.788000', '170314.791000', '170314.794000', '170314.796000', '170314.799000', '170314.801000', '170314.804000', '170314.806000', '170314.809000', '170314.812000', '170314.814000', '170314.817000', '170314.819000', '170314.822000', '170314.825000', '170314.827000', '170314.830000', '170314.832000', '170314.835000', '170314.838000', '170314.840000', '170314.843000', '170314.846000', '170314.848000', '170314.851000', '170314.853000', '170314.856000', '170314.859000', '170314.861000', '170314.864000', '170314.866000', '170314.869000', '170314.872000', '170314.874000', '170314.877000', '170314.880000', '170314.882000', '170314.885000', '170334.773000', '170334.776000', '170334.779000', '170334.781000', '170334.784000', '170334.786000', '170334.789000', '170334.792000', '170334.794000', '170334.797000', '170334.800000', '170334.802000', '170334.805000', '170334.807000', '170334.810000', '170334.813000', '170334.815000', '170334.818000', '170334.820000', '170334.823000', '170334.826000', '170334.828000', '170334.831000', '170334.834000', '170334.837000', '170334.840000', '170334.843000', '170334.845000', '170334.848000', '170334.850000', '170334.853000', '170334.856000', '170334.858000', '170334.861000', '170334.863000', '170334.866000', '170334.868000', '170334.871000', '170334.874000', '170334.877000', '170334.879000', '170334.882000', '170334.884000', '170354.771000', '170354.774000', '170354.777000', '170354.779000', '170354.782000', '170354.785000', '170354.787000', '170354.790000', '170354.792000', '170354.795000', '170354.797000', '170354.800000', '170354.803000', '170354.805000', '170354.808000', '170354.810000', '170354.813000', '170354.816000', '170354.818000', '170354.821000', '170354.823000', '170354.826000', '170354.829000', '170354.831000', '170354.834000', '170354.836000', '170354.839000', '170354.841000', '170354.844000', '170354.847000', '170354.849000', '170354.852000', '170354.855000', '170354.857000', '170354.860000', '170354.862000', '170354.865000', '170354.867000', '170354.870000', '170354.873000', '170354.875000', '170354.878000', '170354.880000', '170354.883000', '170414.771000', '170414.774000', '170414.777000', '170414.780000', '170414.783000', '170414.786000', '170414.789000', '170414.792000', '170414.795000', '170414.797000', '170414.800000', '170414.803000', '170414.805000', '170414.808000', '170414.811000', '170414.813000', '170414.826000', '170414.829000', '170414.832000', '170414.834000', '170414.837000', '170414.839000', '170414.842000', '170414.845000', '170414.847000', '170414.850000', '170414.852000', '170414.855000', '170414.857000', '170414.860000', '170414.863000', '170414.865000', '170414.868000', '170414.870000', '170414.873000', '170414.876000', '170414.878000', '170414.881000', '170414.883000', '170414.886000', '170414.889000', '170414.891000', '170414.894000', '170434.772000', '170434.774000', '170434.777000', '170434.780000', '170434.782000', '170434.785000', '170434.787000', '170434.790000', '170434.792000', '170434.795000', '170434.798000', '170434.800000', '170434.803000', '170434.805000', '170434.808000', '170434.811000', '170434.813000', '170434.816000', '170434.819000', '170434.821000', '170434.824000', '170434.826000', '170434.829000', '170434.832000', '170434.834000', '170434.837000', '170434.839000', '170434.842000', '170434.845000', '170434.847000', '170434.850000', '170434.852000', '170434.855000', '170434.858000', '170434.861000', '170434.863000', '170434.866000', '170434.868000', '170434.871000', '170434.874000', '170434.876000', '170434.879000', '170434.881000', '170434.884000', '170454.773000', '170454.776000', '170454.778000', '170454.781000', '170454.783000', '170454.786000', '170454.788000', '170454.791000', '170454.794000', '170454.796000', '170454.799000', '170454.802000', '170454.804000', '170454.807000', '170454.810000', '170454.812000', '170454.815000', '170454.818000', '170454.820000', '170454.823000', '170454.825000', '170454.828000', '170454.831000', '170454.833000', '170454.836000', '170454.839000', '170454.841000', '170454.844000', '170454.847000', '170454.849000', '170454.852000', '170454.854000', '170454.857000', '170454.860000', '170454.863000', '170454.865000', '170454.868000', '170454.871000', '170454.873000', '170454.878000', '170454.881000', '170454.883000', '170454.886000', '170514.772000', '170514.775000', '170514.778000', '170514.780000', '170514.783000', '170514.786000', '170514.788000', '170514.791000', '170514.793000', '170514.796000', '170514.799000', '170514.801000', '170514.804000', '170514.807000', '170514.809000', '170514.812000', '170514.815000', '170514.817000', '170514.820000', '170514.822000', '170514.825000', '170514.828000', '170514.831000', '170514.833000', '170514.836000', '170514.838000', '170514.841000', '170514.844000', '170514.846000', '170514.849000', '170514.851000', '170514.854000', '170514.857000', '170514.859000', '170514.862000', '170514.864000', '170514.867000', '170514.869000', '170514.872000', '170514.875000', '170514.877000', '170514.880000', '170514.890000', '170514.893000', '170534.773000', '170534.775000', '170534.778000', '170534.781000', '170534.783000', '170534.786000', '170534.788000', '170534.791000', '170534.794000', '170534.796000', '170534.799000', '170534.801000', '170534.804000', '170534.807000', '170534.810000', '170534.814000', '170534.817000', '170534.819000', '170534.822000', '170534.824000', '170534.828000', '170534.831000', '170534.834000', '170534.837000', '170534.840000', '170534.842000', '170534.845000', '170534.848000', '170534.850000', '170534.853000', '170534.856000', '170534.858000', '170534.861000', '170534.864000', '170534.866000', '170534.869000', '170534.872000', '170534.874000', '170534.877000', '170534.880000', '170534.882000', '170534.905000', '170534.908000', '170554.772000', '170554.776000', '170554.778000', '170554.781000', '170554.783000', '170554.786000', '170554.789000', '170554.791000', '170554.794000', '170554.797000', '170554.799000', '170554.802000', '170554.804000', '170554.807000', '170554.810000', '170554.812000', '170554.815000', '170554.817000', '170554.820000', '170554.823000', '170554.825000', '170554.828000', '170554.831000', '170554.833000', '170554.836000', '170554.839000', '170554.841000', '170554.844000', '170554.846000', '170554.849000', '170554.852000', '170554.854000', '170554.857000', '170554.860000', '170554.862000', '170554.865000', '170554.867000', '170554.870000', '170554.873000', '170554.875000', '170554.878000', '170554.880000', '170554.883000', '170554.886000', '170614.772000', '170614.774000', '170614.777000', '170614.780000', '170614.782000', '170614.785000', '170614.788000', '170614.790000', '170614.793000', '170614.796000', '170614.798000', '170614.801000', '170614.804000', '170614.806000', '170614.809000', '170614.812000', '170614.815000', '170614.817000', '170614.820000', '170614.822000', '170614.825000', '170614.828000', '170614.830000', '170614.833000', '170614.835000', '170614.838000', '170614.841000', '170614.843000', '170614.846000', '170614.849000', '170614.851000', '170614.854000', '170614.857000', '170614.859000', '170614.862000', '170614.865000', '170614.867000', '170614.870000', '170614.873000', '170614.875000', '170614.878000', '170614.881000', '170614.884000', '170634.771000', '170634.774000', '170634.777000', '170634.779000', '170634.783000', '170634.786000', '170634.788000', '170634.791000', '170634.794000', '170634.796000', '170634.799000', '170634.801000', '170634.804000', '170634.807000', '170634.809000', '170634.812000', '170634.815000', '170634.817000', '170634.820000', '170634.822000', '170634.825000', '170634.828000', '170634.830000', '170634.833000', '170634.836000', '170634.838000', '170634.841000', '170634.844000', '170634.846000', '170634.849000', '170634.852000', '170634.854000', '170634.857000', '170634.860000', '170634.862000', '170634.865000', '170634.867000', '170634.870000', '170634.873000', '170634.875000', '170634.878000', '170634.881000', '170634.883000', '170634.886000', '170641.563000', '170641.566000', '170641.568000', '170641.571000', '170641.574000', '170641.577000', '170641.579000', '170641.582000', '170641.585000', '170641.587000', '170641.590000', '170641.593000', '170641.596000', '170641.598000', '170641.601000'], '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': [11306, 14878, 11101, 15706, 11246, 8026, 12104, 10040, 12343, 10963, 8611, 12987, 10318, 8827, 12735, 9849, 13633, 10629, 11355, 10982, 12383, 11801, 8289, 12797, 8689, 13822, 9551, 14127, 10614, 13747, 10788, 13374, 10613, 9446, 11358, 8238, 12372, 8708, 13006, 9260, 13231, 9433, 13725, 10361, 14370, 10869, 13818, 10402, 13022, 10582, 11914, 10718, 8879, 12464, 8685, 13498, 10352, 13925, 10830, 14861, 10812, 8814, 11343, 8659, 12601, 8872, 14302, 10689, 13690, 10638, 11893, 10818, 12428, 11378, 8305, 12457, 8610, 12957, 9405, 14364, 10558, 13115, 10738, 9269, 11062, 8766, 12875, 9272, 13778, 10656, 13649, 10415, 14101, 11116, 8183, 11708, 9194, 13453, 10511, 8414, 12602, 10216, 12477, 11608, 8848, 13014, 9754, 14244, 11053, 15067, 10938, 11784, 11003, 8395, 11516, 9089, 13315, 10101, 13479, 10430, 10697, 11209, 8826, 12890, 9078, 14143, 10425, 14536, 11262, 10600, 11248, 8365, 12614, 8792, 13802, 10793, 13488, 10569, 10224, 11680, 8309, 12677, 9127, 13697, 10277, 14753, 11182, 11791, 11630, 9006, 12988, 9854, 14250, 10647, 14006, 11373, 10431, 11509, 8947, 12266, 11389, 12376, 8680, 13756, 8862, 13714, 9271, 13473, 9841, 14066, 11083, 13956, 11042, 9947, 11854, 10951, 12627, 8424, 13114, 8712, 13766, 8888, 14004, 10010, 14444, 10448, 14147, 10729, 14235, 11167, 14725, 11874, 8454, 11940, 8937, 13450, 9838, 14027, 11483, 13431, 11101, 12696, 11260, 11621, 11746, 8403, 13234, 8923, 14041, 10598, 13984, 10629, 14001, 11131, 10053, 11848, 8599, 13155, 9149, 13887, 9583, 14167, 10718, 14205, 10696, 14626, 11414, 13284, 10886, 10308, 11090, 8211, 13003, 8847, 14303, 10650, 13435, 11203, 10956, 11887, 8288, 13112, 8805, 13986, 9667, 14529, 10331, 14757, 10787, 14662, 11353, 14761, 12054, 8546, 12158, 9030, 13508, 10462, 14513, 11155, 10959, 11370, 8362, 13003, 9367, 14690, 10881, 14729, 11499, 13015, 11487, 11237, 12183, 8314, 13327, 9024, 14187, 11030, 14361, 11665, 9632, 11693, 8362, 12974, 9089, 14155, 9714, 14432, 10870, 14068, 10699, 13791, 11414, 11712, 11011, 8192, 12530, 8271, 12883, 9088, 13918, 10684, 14683, 11111, 14638, 10988, 12757, 11703, 8192, 12326, 8620, 14109, 9407, 14058, 10322, 14348, 10504, 14630, 11168, 14680, 11278, 13545, 11639, 8116, 12503, 9291, 13987, 10538, 13854, 11407, 14127, 10967, 14142, 11197, 10235, 12454, 8859, 14433, 11083, 14831, 11429, 12412, 11528, 8418, 13440, 10263, 14753, 11648, 14766, 11564, 11857, 11856, 8643, 13488, 8692, 13978, 10860, 14959, 11344, 12055, 12071, 8935, 13604, 9095, 15026, 11347, 15554, 11815, 9723, 12663, 8653, 13855, 9610, 14960, 10808, 15087, 11909, 11634, 12562, 9347, 14291, 9786, 15240, 11484, 15544, 11558, 14968, 11650, 12169, 11776, 9402, 12429, 8720, 14006, 9310, 14893, 10396, 14992, 11338, 15127, 11444, 14661, 11826, 10751, 11384, 9362, 12827, 9089, 13301, 8585, 12411, 9353, 12947, 9794, 7626, 11172, 8560, 11975, 9467, 12264, 10070, 12858, 10388, 12759, 10658, 13010, 10681, 12657, 10780, 12931, 10897, 13273, 10891, 13219, 10848, 11475, 10333, 10173, 10875, 10399, 11012, 11159, 11654, 8455, 12315, 8701, 13202, 8837, 13148, 9998, 13367, 10995, 13728, 11036, 12901, 10477, 9730, 12834, 9746, 13788, 11127, 14003, 10683, 13621, 10615, 9761, 11625, 8098, 13020, 8960, 13768, 10273, 13804, 11005, 14515, 11280, 11414, 11536, 10183, 12165, 8369, 13706, 9541, 14160, 11305, 13619, 11295, 8628, 12075, 8172, 13478, 9475, 14128, 11320, 14334, 10922, 11393, 11184, 10193, 12854, 9168, 13352, 9645, 14146, 10804, 13326, 10839, 10549, 11224, 9921, 12443, 8312, 13746, 9954, 14406, 10869, 13753, 11152, 13642, 10923, 12651, 11381, 10562, 12152, 8776, 13132, 8840, 13874, 10789, 14367, 11007, 11522, 11092, 8286, 12467, 8647, 13580, 9166, 13530, 9088, 13532, 10296, 13301, 10735, 13330, 11408, 13288, 11414, 13481, 10867, 9050, 11085, 8201, 12211, 8830, 12601, 8215, 13417, 8889, 13921, 9633, 13488, 10963, 14268, 10731, 11364, 11320, 9817, 11923, 9003, 13559, 10289, 14046, 10878, 14060, 11198, 14507, 10686, 9490, 11932, 8177, 13386, 10505, 13292, 11383, 13953, 10796, 10650, 11586, 7957, 12620, 10002, 14465, 10964, 7604, 12144, 8912, 7405, 12264, 8126, 12728, 8908, 13132, 10687, 13880, 11649, 8972, 13203, 10689, 9431, 13264, 10857, 11099, 13365, 11793, 9160, 14133, 12128, 12007, 11522, 10910, 14502, 11614, 11012, 14532, 12926, 17293, 12743, 9816, 13061, 10887, 8933, 9850, 10163, 9806, 7871, 11469, 10032, 13246, 10714, 9177, 12166, 8227, 13276, 10603, 13549, 10453, 9006, 11733, 8660, 13432, 11003, 14000, 10743, 14009, 11130, 9487, 11516, 8514, 13182, 9068, 13847, 9790, 13118, 11053, 13449, 11441, 13554, 11124, 13684, 10984, 13074, 10543, 9092, 11863, 8140, 12687, 10618, 13791, 11067, 13599, 10829, 9983, 11336, 9092, 13151, 10595, 15458, 12673, 10221, 11006, 7517, 11542, 7717, 11693, 9065, 12685, 9961, 13143, 10971, 13861, 10856, 12552, 10900, 10809, 12147, 8233, 13656, 9761, 13234, 10368, 12592, 11162, 9341, 11035, 8078, 12495, 8719, 12823, 9487, 12173, 9395, 12857, 8572, 13292, 8974, 13503, 9215, 13102, 9969, 12790, 9679, 12925, 10307, 12691, 11155, 13883, 10949, 9337, 11108, 8754, 12009, 9797, 12642, 8876, 12404, 9165, 12656, 8891, 13053, 10891, 12789, 11075, 7465, 12464, 9387, 12950, 10352, 12999, 10096, 12584, 10183, 12533, 10028, 13163, 11162, 12481, 10855, 13605, 10705, 13762, 11100, 14030, 11060, 9475, 11065, 9372, 11628, 10304, 12013, 12001, 12302, 8797, 12144, 8965, 13172, 9999, 13290, 8233, 13139, 8451, 13426, 9446, 13350, 10517, 13111, 9388, 13189, 9871, 13378, 10016, 13300, 10909, 13376, 9858, 13207, 10859, 13468, 10798, 13413, 10786, 12192, 11869, 9069, 12476, 8642, 12950, 9200, 13325, 9944, 13171, 10394, 14571, 11049, 13411, 12018, 8255, 12264, 8731, 12886, 8901, 13344, 10780, 14514, 11383, 7561, 12027, 8640, 12707, 10832, 13924, 11674, 9219, 11837, 9690, 11297, 11733, 8929, 14877, 11497, 8200, 12330, 9140, 13637, 10848, 13907, 11635, 8153, 11957, 9313, 13949, 10811, 14229, 11076, 8937, 11380, 8264, 12664, 9437, 12872, 10621, 12701, 11133, 7670, 13105, 9669, 13695, 10680, 13382, 11202, 12365, 11080, 10290, 11586, 8754, 11998, 9326, 12758, 9373, 12979, 9786, 13220, 10265, 12679, 11227, 13199, 10851, 12326, 11881, 9866, 12402, 9285, 12898, 9846, 13057, 10252, 8800, 11735, 8343, 12639, 10028, 13140, 10197, 11782], 'WindowCenter': [4239.0, 4255.0, 4210.0, 4238.0, 4194.0, 4151.0, 4201.0, 4170.0, 4212.0, 4193.0, 4174.0, 4228.0, 4208.0, 4186.0, 4216.0, 4185.0, 4214.0, 4193.0, 4192.0, 4193.0, 4201.0, 4190.0, 4149.0, 4201.0, 4149.0, 4210.0, 4169.0, 4200.0, 4169.0, 4197.0, 4177.0, 4198.0, 4180.0, 4168.0, 4178.0, 4148.0, 4200.0, 4160.0, 4201.0, 4159.0, 4200.0, 4158.0, 4198.0, 4168.0, 4209.0, 4178.0, 4197.0, 4166.0, 4184.0, 4165.0, 4175.0, 4166.0, 4145.0, 4175.0, 4134.0, 4185.0, 4153.0, 4195.0, 4165.0, 4195.0, 4164.0, 4144.0, 4163.0, 4134.0, 4184.0, 4144.0, 4196.0, 4164.0, 4185.0, 4164.0, 4172.0, 4165.0, 4174.0, 4174.0, 4133.0, 4174.0, 4132.0, 4174.0, 4144.0, 4195.0, 4153.0, 4183.0, 4164.0, 4142.0, 4176.0, 4145.0, 4186.0, 4144.0, 4185.0, 4164.0, 4185.0, 4166.0, 4196.0, 4165.0, 4133.0, 4162.0, 4141.0, 4185.0, 4164.0, 4133.0, 4184.0, 4167.0, 4186.0, 4175.0, 4145.0, 4183.0, 4142.0, 4195.0, 4164.0, 4194.0, 4153.0, 4162.0, 4152.0, 4120.0, 4163.0, 4142.0, 4182.0, 4152.0, 4184.0, 4164.0, 4166.0, 4176.0, 4146.0, 4186.0, 4156.0, 4209.0, 4179.0, 4209.0, 4178.0, 4166.0, 4175.0, 4135.0, 4186.0, 4145.0, 4197.0, 4166.0, 4186.0, 4165.0, 4154.0, 4175.0, 4133.0, 4186.0, 4144.0, 4195.0, 4154.0, 4194.0, 4165.0, 4174.0, 4174.0, 4143.0, 4184.0, 4154.0, 4196.0, 4166.0, 4197.0, 4176.0, 4154.0, 4173.0, 4131.0, 4174.0, 4163.0, 4174.0, 4131.0, 4182.0, 4130.0, 4181.0, 4141.0, 4184.0, 4153.0, 4184.0, 4163.0, 4182.0, 4163.0, 4152.0, 4177.0, 4166.0, 4174.0, 4133.0, 4184.0, 4132.0, 4183.0, 4131.0, 4195.0, 4154.0, 4183.0, 4153.0, 4182.0, 4151.0, 4183.0, 4163.0, 4194.0, 4174.0, 4132.0, 4163.0, 4132.0, 4184.0, 4155.0, 4194.0, 4165.0, 4184.0, 4163.0, 4173.0, 4175.0, 4174.0, 4175.0, 4133.0, 4174.0, 4132.0, 4183.0, 4153.0, 4194.0, 4165.0, 4195.0, 4174.0, 4153.0, 4175.0, 4145.0, 4186.0, 4145.0, 4196.0, 4144.0, 4184.0, 4152.0, 4194.0, 4165.0, 4194.0, 4162.0, 4183.0, 4163.0, 4152.0, 4177.0, 4135.0, 4184.0, 4143.0, 4194.0, 4164.0, 4184.0, 4176.0, 4175.0, 4177.0, 4146.0, 4197.0, 4145.0, 4197.0, 4156.0, 4196.0, 4155.0, 4195.0, 4161.0, 4194.0, 4163.0, 4194.0, 4174.0, 4130.0, 4171.0, 4130.0, 4184.0, 4165.0, 4193.0, 4163.0, 4163.0, 4174.0, 4132.0, 4184.0, 4145.0, 4195.0, 4165.0, 4195.0, 4175.0, 4184.0, 4175.0, 4162.0, 4174.0, 4122.0, 4183.0, 4131.0, 4182.0, 4164.0, 4183.0, 4163.0, 4142.0, 4162.0, 4132.0, 4185.0, 4143.0, 4184.0, 4142.0, 4181.0, 4152.0, 4181.0, 4154.0, 4183.0, 4164.0, 4173.0, 4161.0, 4132.0, 4173.0, 4133.0, 4197.0, 4145.0, 4194.0, 4164.0, 4194.0, 4175.0, 4192.0, 4166.0, 4184.0, 4173.0, 4133.0, 4174.0, 4133.0, 4184.0, 4144.0, 4195.0, 4154.0, 4194.0, 4162.0, 4192.0, 4164.0, 4194.0, 4164.0, 4185.0, 4164.0, 4123.0, 4173.0, 4143.0, 4193.0, 4165.0, 4196.0, 4176.0, 4195.0, 4164.0, 4194.0, 4164.0, 4155.0, 4175.0, 4142.0, 4192.0, 4164.0, 4194.0, 4174.0, 4185.0, 4174.0, 4133.0, 4182.0, 4152.0, 4192.0, 4174.0, 4206.0, 4175.0, 4173.0, 4174.0, 4132.0, 4184.0, 4146.0, 4197.0, 4166.0, 4195.0, 4163.0, 4173.0, 4172.0, 4133.0, 4184.0, 4142.0, 4195.0, 4163.0, 4206.0, 4174.0, 4142.0, 4185.0, 4146.0, 4195.0, 4142.0, 4193.0, 4162.0, 4193.0, 4173.0, 4163.0, 4172.0, 4142.0, 4182.0, 4142.0, 4181.0, 4162.0, 4191.0, 4162.0, 4182.0, 4161.0, 4160.0, 4160.0, 4129.0, 4160.0, 4120.0, 4181.0, 4132.0, 4192.0, 4141.0, 4182.0, 4162.0, 4192.0, 4164.0, 4191.0, 4161.0, 4150.0, 4162.0, 4129.0, 4171.0, 4131.0, 4187.0, 4145.0, 4188.0, 4157.0, 4186.0, 4153.0, 4123.0, 4164.0, 4134.0, 4175.0, 4157.0, 4177.0, 4167.0, 4199.0, 4167.0, 4185.0, 4166.0, 4173.0, 4153.0, 4172.0, 4151.0, 4171.0, 4150.0, 4170.0, 4151.0, 4183.0, 4152.0, 4151.0, 4141.0, 4139.0, 4152.0, 4150.0, 4153.0, 4162.0, 4162.0, 4119.0, 4172.0, 4118.0, 4173.0, 4133.0, 4182.0, 4153.0, 4183.0, 4163.0, 4182.0, 4154.0, 4173.0, 4153.0, 4143.0, 4171.0, 4143.0, 4184.0, 4164.0, 4184.0, 4165.0, 4185.0, 4154.0, 4153.0, 4164.0, 4122.0, 4185.0, 4133.0, 4185.0, 4155.0, 4184.0, 4164.0, 4184.0, 4164.0, 4163.0, 4164.0, 4154.0, 4174.0, 4120.0, 4183.0, 4143.0, 4184.0, 4176.0, 4196.0, 4165.0, 4132.0, 4176.0, 4133.0, 4185.0, 4145.0, 4197.0, 4163.0, 4195.0, 4164.0, 4164.0, 4164.0, 4154.0, 4185.0, 4144.0, 4185.0, 4142.0, 4184.0, 4164.0, 4183.0, 4164.0, 4152.0, 4165.0, 4155.0, 4175.0, 4134.0, 4185.0, 4154.0, 4195.0, 4165.0, 4196.0, 4165.0, 4183.0, 4152.0, 4173.0, 4163.0, 4152.0, 4174.0, 4133.0, 4174.0, 4133.0, 4183.0, 4152.0, 4194.0, 4166.0, 4174.0, 4166.0, 4135.0, 4176.0, 4134.0, 4186.0, 4144.0, 4186.0, 4134.0, 4184.0, 4143.0, 4173.0, 4152.0, 4172.0, 4162.0, 4173.0, 4163.0, 4172.0, 4151.0, 4132.0, 4163.0, 4122.0, 4175.0, 4145.0, 4186.0, 4134.0, 4186.0, 4131.0, 4185.0, 4155.0, 4186.0, 4165.0, 4185.0, 4154.0, 4162.0, 4164.0, 4143.0, 4175.0, 4132.0, 4185.0, 4154.0, 4184.0, 4153.0, 4184.0, 4165.0, 4195.0, 4153.0, 4143.0, 4163.0, 4121.0, 4172.0, 4154.0, 4185.0, 4164.0, 4184.0, 4153.0, 4164.0, 4164.0, 4134.0, 4187.0, 4157.0, 4198.0, 4167.0, 4138.0, 4187.0, 4145.0, 4123.0, 4185.0, 4134.0, 4172.0, 4131.0, 4184.0, 4165.0, 4197.0, 4189.0, 4158.0, 4198.0, 4166.0, 4156.0, 4196.0, 4165.0, 4178.0, 4187.0, 4165.0, 4119.0, 4172.0, 4151.0, 4151.0, 4138.0, 4126.0, 4156.0, 4138.0, 4125.0, 4156.0, 4133.0, 4163.0, 4144.0, 4115.0, 4158.0, 4137.0, 4119.0, 4127.0, 4125.0, 4141.0, 4109.0, 4149.0, 4141.0, 4171.0, 4152.0, 4131.0, 4163.0, 4120.0, 4173.0, 4166.0, 4185.0, 4154.0, 4130.0, 4164.0, 4133.0, 4183.0, 4164.0, 4186.0, 4168.0, 4186.0, 4155.0, 4133.0, 4152.0, 4121.0, 4172.0, 4120.0, 4170.0, 4142.0, 4172.0, 4149.0, 4171.0, 4152.0, 4171.0, 4152.0, 4172.0, 4152.0, 4185.0, 4155.0, 4134.0, 4165.0, 4123.0, 4186.0, 4167.0, 4196.0, 4179.0, 4188.0, 4168.0, 4158.0, 4180.0, 4146.0, 4198.0, 4169.0, 4209.0, 4188.0, 4169.0, 4166.0, 4139.0, 4191.0, 4139.0, 4188.0, 4146.0, 4174.0, 4153.0, 4173.0, 4153.0, 4183.0, 4153.0, 4174.0, 4165.0, 4153.0, 4161.0, 4120.0, 4182.0, 4142.0, 4172.0, 4153.0, 4174.0, 4165.0, 4145.0, 4165.0, 4135.0, 4188.0, 4147.0, 4186.0, 4143.0, 4174.0, 4143.0, 4173.0, 4131.0, 4170.0, 4131.0, 4181.0, 4143.0, 4184.0, 4142.0, 4174.0, 4143.0, 4173.0, 4155.0, 4174.0, 4164.0, 4183.0, 4162.0, 4141.0, 4163.0, 4131.0, 4174.0, 4154.0, 4187.0, 4143.0, 4173.0, 4131.0, 4174.0, 4144.0, 4183.0, 4163.0, 4171.0, 4161.0, 4123.0, 4185.0, 4154.0, 4185.0, 4155.0, 4184.0, 4151.0, 4173.0, 4153.0, 4173.0, 4153.0, 4172.0, 4152.0, 4160.0, 4150.0, 4169.0, 4139.0, 4168.0, 4149.0, 4169.0, 4150.0, 4128.0, 4148.0, 4115.0, 4146.0, 4127.0, 4159.0, 4146.0, 4147.0, 4116.0, 4159.0, 4128.0, 4170.0, 4126.0, 4156.0, 4103.0, 4155.0, 4104.0, 4166.0, 4127.0, 4168.0, 4149.0, 4169.0, 4140.0, 4169.0, 4140.0, 4170.0, 4139.0, 4182.0, 4153.0, 4170.0, 4140.0, 4169.0, 4149.0, 4169.0, 4150.0, 4181.0, 4162.0, 4173.0, 4173.0, 4131.0, 4170.0, 4130.0, 4182.0, 4143.0, 4184.0, 4153.0, 4183.0, 4153.0, 4194.0, 4162.0, 4182.0, 4173.0, 4120.0, 4170.0, 4129.0, 4172.0, 4132.0, 4183.0, 4162.0, 4194.0, 4174.0, 4124.0, 4183.0, 4146.0, 4185.0, 4165.0, 4196.0, 4176.0, 4155.0, 4175.0, 4155.0, 4175.0, 4176.0, 4145.0, 4196.0, 4175.0, 4132.0, 4171.0, 4140.0, 4183.0, 4152.0, 4182.0, 4161.0, 4119.0, 4160.0, 4141.0, 4195.0, 4164.0, 4181.0, 4160.0, 4129.0, 4159.0, 4118.0, 4171.0, 4141.0, 4183.0, 4151.0, 4184.0, 4163.0, 4122.0, 4184.0, 4143.0, 4184.0, 4163.0, 4183.0, 4163.0, 4172.0, 4162.0, 4141.0, 4164.0, 4132.0, 4172.0, 4129.0, 4169.0, 4128.0, 4169.0, 4139.0, 4170.0, 4150.0, 4171.0, 4162.0, 4169.0, 4151.0, 4171.0, 4160.0, 4140.0, 4170.0, 4129.0, 4172.0, 4141.0, 4181.0, 4152.0, 4142.0, 4172.0, 4132.0, 4173.0, 4154.0, 4183.0, 4151.0, 4161.0], 'WindowWidth': [9403.0, 9413.0, 9340.0, 9373.0, 9308.0, 9244.0, 9308.0, 9264.0, 9327.0, 9303.0, 9280.0, 9359.0, 9331.0, 9301.0, 9338.0, 9294.0, 9331.0, 9302.0, 9301.0, 9301.0, 9309.0, 9294.0, 9235.0, 9307.0, 9235.0, 9318.0, 9260.0, 9305.0, 9259.0, 9298.0, 9270.0, 9300.0, 9279.0, 9261.0, 9273.0, 9235.0, 9305.0, 9252.0, 9311.0, 9249.0, 9306.0, 9246.0, 9300.0, 9259.0, 9316.0, 9273.0, 9297.0, 9254.0, 9277.0, 9251.0, 9265.0, 9255.0, 9224.0, 9265.0, 9207.0, 9276.0, 9232.0, 9290.0, 9251.0, 9291.0, 9250.0, 9221.0, 9245.0, 9207.0, 9275.0, 9222.0, 9295.0, 9248.0, 9276.0, 9248.0, 9255.0, 9249.0, 9262.0, 9261.0, 9203.0, 9260.0, 9200.0, 9260.0, 9220.0, 9289.0, 9231.0, 9271.0, 9247.0, 9217.0, 9266.0, 9224.0, 9279.0, 9220.0, 9276.0, 9247.0, 9276.0, 9253.0, 9292.0, 9249.0, 9203.0, 9237.0, 9210.0, 9277.0, 9248.0, 9205.0, 9274.0, 9255.0, 9281.0, 9264.0, 9221.0, 9271.0, 9215.0, 9290.0, 9248.0, 9288.0, 9229.0, 9241.0, 9227.0, 9183.0, 9245.0, 9215.0, 9268.0, 9230.0, 9273.0, 9250.0, 9254.0, 9269.0, 9228.0, 9282.0, 9242.0, 9316.0, 9276.0, 9316.0, 9273.0, 9252.0, 9263.0, 9212.0, 9280.0, 9224.0, 9297.0, 9252.0, 9279.0, 9251.0, 9234.0, 9264.0, 9208.0, 9280.0, 9222.0, 9292.0, 9234.0, 9288.0, 9249.0, 9260.0, 9260.0, 9218.0, 9273.0, 9233.0, 9292.0, 9254.0, 9297.0, 9267.0, 9234.0, 9259.0, 9199.0, 9260.0, 9245.0, 9258.0, 9197.0, 9267.0, 9196.0, 9266.0, 9210.0, 9273.0, 9231.0, 9274.0, 9244.0, 9270.0, 9246.0, 9228.0, 9269.0, 9254.0, 9262.0, 9204.0, 9271.0, 9199.0, 9270.0, 9199.0, 9290.0, 9233.0, 9271.0, 9230.0, 9267.0, 9226.0, 9272.0, 9245.0, 9287.0, 9261.0, 9201.0, 9243.0, 9199.0, 9272.0, 9237.0, 9289.0, 9248.0, 9274.0, 9245.0, 9258.0, 9264.0, 9262.0, 9263.0, 9204.0, 9258.0, 9200.0, 9270.0, 9229.0, 9288.0, 9249.0, 9291.0, 9262.0, 9232.0, 9263.0, 9224.0, 9280.0, 9222.0, 9291.0, 9219.0, 9272.0, 9228.0, 9287.0, 9249.0, 9286.0, 9242.0, 9269.0, 9243.0, 9228.0, 9270.0, 9210.0, 9276.0, 9216.0, 9287.0, 9248.0, 9274.0, 9268.0, 9265.0, 9269.0, 9227.0, 9295.0, 9224.0, 9298.0, 9240.0, 9297.0, 9236.0, 9289.0, 9240.0, 9287.0, 9245.0, 9287.0, 9258.0, 9196.0, 9252.0, 9195.0, 9273.0, 9248.0, 9286.0, 9244.0, 9245.0, 9260.0, 9204.0, 9276.0, 9223.0, 9291.0, 9249.0, 9291.0, 9261.0, 9272.0, 9262.0, 9244.0, 9259.0, 9186.0, 9268.0, 9197.0, 9268.0, 9248.0, 9272.0, 9245.0, 9213.0, 9241.0, 9200.0, 9275.0, 9217.0, 9274.0, 9214.0, 9265.0, 9227.0, 9265.0, 9233.0, 9271.0, 9247.0, 9257.0, 9239.0, 9201.0, 9257.0, 9205.0, 9298.0, 9224.0, 9289.0, 9247.0, 9288.0, 9261.0, 9285.0, 9252.0, 9274.0, 9259.0, 9204.0, 9258.0, 9202.0, 9274.0, 9219.0, 9291.0, 9232.0, 9285.0, 9241.0, 9282.0, 9244.0, 9288.0, 9247.0, 9278.0, 9247.0, 9189.0, 9258.0, 9217.0, 9284.0, 9249.0, 9291.0, 9265.0, 9289.0, 9247.0, 9288.0, 9246.0, 9235.0, 9262.0, 9215.0, 9283.0, 9246.0, 9286.0, 9259.0, 9278.0, 9260.0, 9203.0, 9268.0, 9228.0, 9283.0, 9259.0, 9307.0, 9264.0, 9259.0, 9259.0, 9201.0, 9272.0, 9227.0, 9296.0, 9252.0, 9290.0, 9245.0, 9257.0, 9255.0, 9202.0, 9272.0, 9215.0, 9289.0, 9243.0, 9304.0, 9260.0, 9213.0, 9274.0, 9226.0, 9291.0, 9214.0, 9285.0, 9241.0, 9283.0, 9256.0, 9241.0, 9254.0, 9213.0, 9267.0, 9212.0, 9263.0, 9236.0, 9275.0, 9237.0, 9267.0, 9235.0, 9232.0, 9233.0, 9190.0, 9233.0, 9179.0, 9263.0, 9198.0, 9280.0, 9209.0, 9264.0, 9238.0, 9280.0, 9246.0, 9279.0, 9238.0, 9221.0, 9239.0, 9193.0, 9250.0, 9198.0, 9280.0, 9224.0, 9285.0, 9243.0, 9280.0, 9231.0, 9189.0, 9247.0, 9208.0, 9263.0, 9241.0, 9269.0, 9256.0, 9304.0, 9256.0, 9276.0, 9250.0, 9258.0, 9228.0, 9254.0, 9222.0, 9249.0, 9220.0, 9247.0, 9226.0, 9272.0, 9227.0, 9223.0, 9210.0, 9206.0, 9224.0, 9222.0, 9230.0, 9240.0, 9239.0, 9179.0, 9253.0, 9178.0, 9257.0, 9201.0, 9270.0, 9230.0, 9269.0, 9242.0, 9267.0, 9231.0, 9256.0, 9230.0, 9216.0, 9252.0, 9215.0, 9270.0, 9243.0, 9271.0, 9248.0, 9276.0, 9233.0, 9229.0, 9246.0, 9186.0, 9274.0, 9203.0, 9275.0, 9236.0, 9272.0, 9246.0, 9271.0, 9245.0, 9242.0, 9244.0, 9231.0, 9258.0, 9181.0, 9268.0, 9213.0, 9270.0, 9263.0, 9292.0, 9249.0, 9203.0, 9265.0, 9203.0, 9275.0, 9222.0, 9293.0, 9246.0, 9289.0, 9245.0, 9244.0, 9244.0, 9230.0, 9274.0, 9220.0, 9275.0, 9213.0, 9272.0, 9243.0, 9269.0, 9246.0, 9228.0, 9248.0, 9235.0, 9262.0, 9203.0, 9274.0, 9232.0, 9288.0, 9247.0, 9293.0, 9249.0, 9271.0, 9226.0, 9253.0, 9241.0, 9224.0, 9256.0, 9201.0, 9257.0, 9201.0, 9269.0, 9227.0, 9285.0, 9251.0, 9261.0, 9251.0, 9207.0, 9263.0, 9206.0, 9276.0, 9217.0, 9277.0, 9206.0, 9271.0, 9214.0, 9254.0, 9224.0, 9251.0, 9238.0, 9254.0, 9242.0, 9254.0, 9224.0, 9198.0, 9241.0, 9186.0, 9263.0, 9223.0, 9279.0, 9206.0, 9278.0, 9199.0, 9275.0, 9235.0, 9277.0, 9247.0, 9274.0, 9231.0, 9239.0, 9243.0, 9215.0, 9259.0, 9200.0, 9275.0, 9230.0, 9273.0, 9230.0, 9272.0, 9247.0, 9290.0, 9230.0, 9214.0, 9240.0, 9183.0, 9253.0, 9232.0, 9275.0, 9243.0, 9271.0, 9229.0, 9246.0, 9246.0, 9207.0, 9281.0, 9242.0, 9299.0, 9256.0, 9220.0, 9284.0, 9224.0, 9191.0, 9277.0, 9209.0, 9253.0, 9195.0, 9274.0, 9254.0, 9300.0, 9293.0, 9250.0, 9303.0, 9255.0, 9243.0, 9295.0, 9252.0, 9273.0, 9284.0, 9248.0, 9170.0, 9252.0, 9222.0, 9219.0, 9198.0, 9176.0, 9220.0, 9196.0, 9173.0, 9216.0, 9180.0, 9221.0, 9198.0, 9160.0, 9224.0, 9196.0, 9176.0, 9182.0, 9177.0, 9208.0, 9163.0, 9215.0, 9205.0, 9247.0, 9223.0, 9193.0, 9238.0, 9177.0, 9253.0, 9249.0, 9272.0, 9229.0, 9194.0, 9242.0, 9201.0, 9270.0, 9244.0, 9278.0, 9254.0, 9278.0, 9232.0, 9198.0, 9222.0, 9180.0, 9248.0, 9175.0, 9246.0, 9208.0, 9251.0, 9216.0, 9248.0, 9223.0, 9248.0, 9224.0, 9251.0, 9225.0, 9274.0, 9234.0, 9204.0, 9246.0, 9190.0, 9276.0, 9252.0, 9293.0, 9273.0, 9285.0, 9255.0, 9242.0, 9276.0, 9224.0, 9300.0, 9258.0, 9312.0, 9282.0, 9259.0, 9251.0, 9222.0, 9296.0, 9222.0, 9284.0, 9223.0, 9260.0, 9229.0, 9255.0, 9228.0, 9270.0, 9228.0, 9259.0, 9247.0, 9228.0, 9238.0, 9182.0, 9266.0, 9212.0, 9255.0, 9231.0, 9262.0, 9248.0, 9222.0, 9248.0, 9209.0, 9286.0, 9231.0, 9281.0, 9217.0, 9260.0, 9215.0, 9256.0, 9197.0, 9249.0, 9196.0, 9267.0, 9218.0, 9274.0, 9214.0, 9258.0, 9217.0, 9258.0, 9236.0, 9261.0, 9246.0, 9272.0, 9241.0, 9213.0, 9242.0, 9197.0, 9260.0, 9232.0, 9284.0, 9218.0, 9259.0, 9197.0, 9261.0, 9220.0, 9272.0, 9245.0, 9253.0, 9237.0, 9193.0, 9277.0, 9235.0, 9277.0, 9236.0, 9275.0, 9227.0, 9257.0, 9229.0, 9257.0, 9231.0, 9254.0, 9226.0, 9236.0, 9218.0, 9245.0, 9203.0, 9243.0, 9216.0, 9244.0, 9221.0, 9188.0, 9213.0, 9167.0, 9208.0, 9184.0, 9229.0, 9209.0, 9212.0, 9169.0, 9232.0, 9190.0, 9249.0, 9183.0, 9221.0, 9146.0, 9219.0, 9150.0, 9236.0, 9187.0, 9244.0, 9219.0, 9247.0, 9208.0, 9247.0, 9208.0, 9250.0, 9208.0, 9270.0, 9231.0, 9249.0, 9207.0, 9245.0, 9219.0, 9247.0, 9223.0, 9266.0, 9242.0, 9257.0, 9256.0, 9200.0, 9251.0, 9198.0, 9271.0, 9219.0, 9276.0, 9232.0, 9273.0, 9231.0, 9289.0, 9242.0, 9270.0, 9256.0, 9182.0, 9250.0, 9194.0, 9255.0, 9201.0, 9274.0, 9243.0, 9289.0, 9260.0, 9195.0, 9274.0, 9227.0, 9278.0, 9252.0, 9292.0, 9266.0, 9238.0, 9264.0, 9238.0, 9264.0, 9267.0, 9224.0, 9295.0, 9262.0, 9200.0, 9252.0, 9210.0, 9270.0, 9227.0, 9268.0, 9236.0, 9180.0, 9235.0, 9213.0, 9293.0, 9247.0, 9265.0, 9235.0, 9192.0, 9232.0, 9177.0, 9251.0, 9212.0, 9272.0, 9227.0, 9274.0, 9246.0, 9188.0, 9273.0, 9217.0, 9274.0, 9244.0, 9270.0, 9244.0, 9255.0, 9238.0, 9210.0, 9247.0, 9203.0, 9255.0, 9192.0, 9246.0, 9189.0, 9244.0, 9206.0, 9249.0, 9222.0, 9253.0, 9242.0, 9248.0, 9224.0, 9251.0, 9233.0, 9207.0, 9250.0, 9193.0, 9254.0, 9212.0, 9267.0, 9227.0, 9214.0, 9254.0, 9200.0, 9259.0, 9232.0, 9271.0, 9226.0, 9239.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.0071553399122807025</td></tr>
<tr><td colspan=3>aqi</td><td>0.08258734342105263</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.46933044953897</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1902783137321622</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9770443987266756</td></tr>
<tr><td colspan=3>efc</td><td>0.4921</td></tr>
<tr><td colspan=3>fber</td><td>5063.2539</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1150983537403726</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>83</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.100877192982455</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5665556533996705</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4453480326074506</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6937819357752337</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5605369918163268</td></tr>
<tr><td colspan=3>gcor</td><td>0.00354173</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010397669859230518</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028545008972287178</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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>4.103214236855959</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>17.0134</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9007</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.5518</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295916.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.5593</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6541</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.3599</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3332.7948</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.1355</td></tr>
<tr><td colspan=3>tsnr</td><td>23.794220316922292</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>