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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-02/func/sub-0069_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8d5fdce50747dfc2fa607b9c65f1401d</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:37:0.845000</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.99991, -0.0108915, 0.00782439, 0.0111696, 0.999274, -0.0364179]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0755851</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7735, -7306, 558, -45, -120, 20, 69]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10e6e107-b4f7-4b54-afbc-c7e1f85ed461||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.682685613632202, 0.02996709570288658, 0.02003958635032177, 111.63948059082031], [0.02922111377120018, 2.6809797286987305, -0.09855539351701736, -89.07711029052734], [0.020992275327444077, 0.09770650416612625, 2.6981263160705566, -84.03435516357422], [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': ['163700.845000', '163701.305000', '163701.765000', '163702.225000', '163702.685000', '163703.145000', '163703.605000', '163704.065000', '163704.525000', '163704.985000', '163705.445000', '163705.905000', '163706.365000', '163706.825000', '163707.285000', '163707.745000', '163708.205000', '163708.665000', '163709.125000', '163709.585000', '163710.045000', '163710.505000', '163710.965000', '163711.425000', '163711.885000', '163712.345000', '163712.805000', '163713.265000', '163713.725000', '163714.185000', '163714.645000', '163715.105000', '163715.565000', '163716.025000', '163716.485000', '163716.945000', '163717.405000', '163717.865000', '163718.325000', '163718.785000', '163719.245000', '163719.705000', '163720.165000', '163720.625000', '163721.085000', '163721.545000', '163722.005000', '163722.465000', '163722.925000', '163723.385000', '163723.845000', '163724.305000', '163724.765000', '163725.225000', '163725.685000', '163726.145000', '163726.605000', '163727.065000', '163727.525000', '163727.985000', '163728.445000', '163728.905000', '163729.365000', '163729.825000', '163730.285000', '163730.745000', '163731.205000', '163731.665000', '163732.125000', '163732.585000', '163733.045000', '163733.505000', '163733.965000', '163734.425000', '163734.885000', '163735.345000', '163735.805000', '163736.265000', '163736.725000', '163737.185000', '163737.645000', '163738.105000', '163738.565000', '163739.025000', '163739.485000', '163739.945000', '163740.405000', '163740.865000', '163741.325000', '163741.785000', '163742.245000', '163742.705000', '163743.165000', '163743.625000', '163744.085000', '163744.545000', '163745.005000', '163745.465000', '163745.925000', '163746.385000', '163746.845000', '163747.305000', '163747.765000', '163748.225000', '163748.685000', '163749.145000', '163749.605000', '163750.065000', '163750.525000', '163750.985000', '163751.445000', '163751.905000', '163752.365000', '163752.825000', '163753.285000', '163753.745000', '163754.205000', '163754.665000', '163755.125000', '163755.585000', '163756.045000', '163756.505000', '163756.965000', '163757.425000', '163757.885000', '163758.345000', '163758.805000', '163759.265000', '163759.725000', '163800.185000', '163800.645000', '163801.105000', '163801.565000', '163802.025000', '163802.485000', '163802.945000', '163803.405000', '163803.865000', '163804.325000', '163804.785000', '163805.245000', '163805.705000', '163806.165000', '163806.625000', '163807.085000', '163807.545000', '163808.005000', '163808.465000', '163808.925000', '163809.385000', '163809.845000', '163810.305000', '163810.765000', '163811.225000', '163811.685000', '163812.145000', '163812.605000', '163813.065000', '163813.525000', '163813.985000', '163814.445000', '163814.905000', '163815.365000', '163815.825000', '163816.285000', '163816.745000', '163817.205000', '163817.665000', '163818.125000', '163818.585000', '163819.045000', '163819.505000', '163819.965000', '163820.425000', '163820.885000', '163821.345000', '163821.805000', '163822.265000', '163822.725000', '163823.185000', '163823.645000', '163824.105000', '163824.565000', '163825.025000', '163825.485000', '163825.945000', '163826.405000', '163826.865000', '163827.325000', '163827.785000', '163828.245000', '163828.705000', '163829.165000', '163829.625000', '163830.085000', '163830.545000', '163831.005000', '163831.465000', '163831.925000', '163832.385000', '163832.845000', '163833.305000', '163833.765000', '163834.225000', '163834.685000', '163835.145000', '163835.605000', '163836.065000', '163836.525000', '163836.985000', '163837.445000', '163837.905000', '163838.365000', '163838.825000', '163839.285000', '163839.745000', '163840.205000', '163840.665000', '163841.125000', '163841.585000', '163842.045000', '163842.505000', '163842.965000', '163843.425000', '163843.885000', '163844.345000', '163844.805000', '163845.265000', '163845.725000', '163846.185000', '163846.645000', '163847.105000', '163847.565000', '163848.025000', '163848.485000', '163848.945000', '163849.405000', '163849.865000', '163850.325000', '163850.785000', '163851.245000', '163851.705000', '163852.165000', '163852.625000', '163853.085000', '163853.545000', '163854.005000', '163854.465000', '163854.925000', '163855.385000', '163855.845000', '163856.305000', '163856.765000', '163857.225000', '163857.685000', '163858.145000', '163858.605000', '163859.065000', '163859.525000', '163859.985000', '163900.445000', '163900.905000', '163901.365000', '163901.825000', '163902.285000', '163902.745000', '163903.205000', '163903.665000', '163904.125000', '163904.585000', '163905.045000', '163905.505000', '163905.965000', '163906.425000', '163906.885000', '163907.345000', '163907.805000', '163908.265000', '163908.725000', '163909.185000', '163909.645000', '163910.105000', '163910.565000', '163911.025000', '163911.485000', '163911.945000', '163912.405000', '163912.865000', '163913.325000', '163913.785000', '163914.245000', '163914.705000', '163915.165000', '163915.625000', '163916.085000', '163916.545000', '163917.005000', '163917.465000', '163917.925000', '163918.385000', '163918.845000', '163919.305000', '163919.765000', '163920.225000', '163920.685000', '163921.145000', '163921.605000', '163922.065000', '163922.525000', '163922.985000', '163923.445000', '163923.905000', '163924.365000', '163924.825000', '163925.285000', '163925.745000', '163926.205000', '163926.665000', '163927.125000', '163927.585000', '163928.045000', '163928.505000', '163928.965000', '163929.425000', '163929.885000', '163930.345000', '163930.805000', '163931.265000', '163931.725000', '163932.185000', '163932.645000', '163933.105000', '163933.565000', '163934.025000', '163934.485000', '163934.945000', '163935.405000', '163935.865000', '163936.325000', '163936.785000', '163937.245000', '163937.705000', '163938.165000', '163938.625000', '163939.085000', '163939.545000', '163940.005000', '163940.465000', '163940.925000', '163941.385000', '163941.845000', '163942.305000', '163942.765000', '163943.225000', '163943.685000', '163944.145000', '163944.605000', '163945.065000', '163945.525000', '163945.985000', '163946.445000', '163946.905000', '163947.365000', '163947.825000', '163948.285000', '163948.745000', '163949.205000', '163949.665000', '163950.125000', '163950.585000', '163951.045000', '163951.505000', '163951.965000', '163952.425000', '163952.885000', '163953.345000', '163953.805000', '163954.265000', '163954.725000', '163955.185000', '163955.645000', '163956.105000', '163956.565000', '163957.025000', '163957.485000', '163957.945000', '163958.405000', '163958.865000', '163959.325000', '163959.785000', '164000.245000', '164000.705000', '164001.165000', '164001.625000', '164002.085000', '164002.545000', '164003.005000', '164003.465000', '164003.925000', '164004.385000', '164004.845000', '164005.305000', '164005.765000', '164006.225000', '164006.685000', '164007.145000', '164007.605000', '164008.065000', '164008.525000', '164008.985000', '164009.445000', '164009.905000', '164010.365000', '164010.825000', '164011.285000', '164011.745000', '164012.205000', '164012.665000', '164013.125000', '164013.585000', '164014.045000', '164014.505000', '164014.965000', '164015.425000', '164015.885000', '164016.345000', '164016.805000', '164017.265000', '164017.725000', '164018.185000', '164018.645000', '164019.105000', '164019.565000', '164020.025000', '164020.485000', '164020.945000', '164021.405000', '164021.865000', '164022.325000', '164022.785000', '164023.245000', '164023.705000', '164024.165000', '164024.625000', '164025.085000', '164025.545000', '164026.005000', '164026.465000', '164026.925000', '164027.385000', '164027.845000', '164028.305000', '164028.765000', '164029.225000', '164029.685000', '164030.145000', '164030.605000', '164031.065000', '164031.525000', '164031.985000', '164032.445000', '164032.905000', '164033.365000', '164033.825000', '164034.285000', '164034.745000', '164035.205000', '164035.665000', '164036.125000', '164036.585000', '164037.045000', '164037.505000', '164037.965000', '164038.425000', '164038.885000', '164039.345000', '164039.805000', '164040.265000', '164040.725000', '164041.185000', '164041.645000', '164042.105000', '164042.565000', '164043.025000', '164043.485000', '164043.945000', '164044.405000', '164044.865000', '164045.325000', '164045.785000', '164046.245000', '164046.705000', '164047.165000', '164047.625000', '164048.085000', '164048.545000', '164049.005000', '164049.465000', '164049.925000', '164050.385000', '164050.845000', '164051.305000', '164051.765000', '164052.225000', '164052.685000', '164053.145000', '164053.605000', '164054.065000', '164054.525000', '164054.985000', '164055.445000', '164055.905000', '164056.365000', '164056.825000', '164057.285000', '164057.745000', '164058.205000', '164058.665000', '164059.125000', '164059.585000', '164100.045000', '164100.505000', '164100.965000', '164101.425000', '164101.885000', '164102.345000', '164102.805000', '164103.265000', '164103.725000', '164104.185000', '164104.645000', '164105.105000', '164105.565000', '164106.025000', '164106.485000', '164106.945000', '164107.405000', '164107.865000', '164108.325000', '164108.785000', '164109.245000', '164109.705000', '164110.165000', '164110.625000', '164111.085000', '164111.545000', '164112.005000', '164112.465000', '164112.925000', '164113.385000', '164113.845000', '164114.305000', '164114.765000', '164115.225000', '164115.685000', '164116.145000', '164116.605000', '164117.065000', '164117.525000', '164117.985000', '164118.445000', '164118.905000', '164119.365000', '164119.825000', '164120.285000', '164120.745000', '164121.205000', '164121.665000', '164122.125000', '164122.585000', '164123.045000', '164123.505000', '164123.965000', '164124.425000', '164124.885000', '164125.345000', '164125.805000', '164126.265000', '164126.725000', '164127.185000', '164127.645000', '164128.105000', '164128.565000', '164129.025000', '164129.485000', '164129.945000', '164130.405000', '164130.865000', '164131.325000', '164131.785000', '164132.245000', '164132.705000', '164133.165000', '164133.625000', '164134.085000', '164134.545000', '164135.005000', '164135.465000', '164135.925000', '164136.385000', '164136.845000', '164137.305000', '164137.765000', '164138.225000', '164138.685000', '164139.145000', '164139.605000', '164140.065000', '164140.525000', '164140.985000', '164141.445000', '164141.905000', '164142.365000', '164142.825000', '164143.285000', '164143.745000', '164144.205000', '164144.665000', '164145.125000', '164145.585000', '164146.045000', '164146.505000', '164146.965000', '164147.425000', '164147.885000', '164148.345000', '164148.805000', '164149.265000', '164149.725000', '164150.185000', '164150.645000', '164151.105000', '164151.565000', '164152.025000', '164152.485000', '164152.945000', '164153.405000', '164153.865000', '164154.325000', '164154.785000', '164155.245000', '164155.705000', '164156.165000', '164156.625000', '164157.085000', '164157.545000', '164158.005000', '164158.465000', '164158.925000', '164159.385000', '164159.845000', '164200.305000', '164200.765000', '164201.225000', '164201.685000', '164202.145000', '164202.605000', '164203.065000', '164203.525000', '164203.985000', '164204.445000', '164204.905000', '164205.365000', '164205.825000', '164206.285000', '164206.745000', '164207.205000', '164207.665000', '164208.125000', '164208.585000', '164209.045000', '164209.505000', '164209.965000', '164210.425000', '164210.885000', '164211.345000', '164211.805000', '164212.265000', '164212.725000', '164213.185000', '164213.645000', '164214.105000', '164214.565000', '164215.025000', '164215.485000', '164215.945000', '164216.405000', '164216.865000', '164217.325000', '164217.785000', '164218.245000', '164218.705000', '164219.165000', '164219.625000', '164220.085000', '164220.545000', '164221.005000', '164221.465000', '164221.925000', '164222.385000', '164222.845000', '164223.305000', '164223.765000', '164224.225000', '164224.685000', '164225.145000', '164225.605000', '164226.065000', '164226.525000', '164226.985000', '164227.445000', '164227.905000', '164228.365000', '164228.825000', '164229.285000', '164229.745000', '164230.205000', '164230.665000', '164231.125000', '164231.585000', '164232.045000', '164232.505000', '164232.965000', '164233.425000', '164233.885000', '164234.345000', '164234.805000', '164235.265000', '164235.725000', '164236.185000', '164236.645000', '164237.105000', '164237.565000', '164238.025000', '164238.485000', '164238.945000', '164239.405000', '164239.865000', '164240.325000', '164240.785000', '164241.245000', '164241.705000', '164242.165000', '164242.625000', '164243.085000', '164243.545000', '164244.005000', '164244.465000', '164244.925000', '164245.385000', '164245.845000', '164246.305000', '164246.765000', '164247.225000', '164247.685000', '164248.145000', '164248.605000', '164249.065000', '164249.525000', '164249.985000', '164250.445000', '164250.905000', '164251.365000', '164251.825000', '164252.285000', '164252.745000', '164253.205000', '164253.665000', '164254.125000', '164254.585000', '164255.045000', '164255.505000', '164255.965000', '164256.425000', '164256.885000', '164257.345000', '164257.805000', '164258.265000', '164258.725000', '164259.185000', '164259.645000', '164300.105000', '164300.565000', '164301.025000', '164301.485000', '164301.945000', '164302.405000', '164302.865000', '164303.325000', '164303.785000', '164304.245000', '164304.705000', '164305.165000', '164305.625000', '164306.085000', '164306.545000', '164307.005000', '164307.465000', '164307.925000', '164308.385000', '164308.845000', '164309.305000', '164309.765000', '164310.225000', '164310.685000', '164311.145000', '164311.605000', '164312.065000', '164312.525000', '164312.985000', '164313.445000', '164313.905000', '164314.365000', '164314.825000', '164315.285000', '164315.745000', '164316.205000', '164316.665000', '164317.125000', '164317.585000', '164318.045000', '164318.505000', '164318.965000', '164319.425000', '164319.885000', '164320.345000', '164320.805000', '164321.265000', '164321.725000', '164322.185000', '164322.645000', '164323.105000', '164323.565000', '164324.025000', '164324.485000', '164324.945000', '164325.405000', '164325.865000', '164326.325000', '164326.785000', '164327.245000', '164327.705000', '164328.165000', '164328.625000', '164329.085000', '164329.545000', '164330.005000', '164330.465000', '164330.925000', '164331.385000', '164331.845000', '164332.305000', '164332.765000', '164333.225000', '164333.685000', '164334.145000', '164334.605000', '164335.065000', '164335.525000', '164335.985000', '164336.445000', '164336.905000', '164337.365000', '164337.825000', '164338.285000', '164338.745000', '164339.205000', '164339.665000', '164340.125000', '164340.585000', '164341.045000', '164341.505000', '164341.965000', '164342.425000', '164342.885000', '164343.345000', '164343.805000', '164344.265000', '164344.725000', '164345.185000', '164345.645000', '164346.105000', '164346.565000', '164347.025000', '164347.485000', '164347.945000', '164348.405000', '164348.865000', '164349.325000', '164349.785000', '164350.245000', '164350.705000', '164351.165000', '164351.625000', '164352.085000', '164352.545000', '164353.005000', '164353.465000', '164353.925000', '164354.385000', '164354.845000', '164355.305000', '164355.765000', '164356.225000', '164356.685000', '164357.145000', '164357.605000', '164358.065000', '164358.525000', '164358.985000', '164359.445000', '164359.905000', '164400.365000', '164400.825000'], 'ContentTime': ['163722.701000', '163722.704000', '163722.706000', '163722.709000', '163722.711000', '163722.714000', '163722.717000', '163722.719000', '163722.722000', '163722.724000', '163722.727000', '163722.729000', '163722.732000', '163722.735000', '163722.737000', '163722.740000', '163722.742000', '163722.745000', '163722.747000', '163722.750000', '163722.752000', '163722.755000', '163722.757000', '163722.760000', '163722.762000', '163722.765000', '163722.767000', '163722.770000', '163722.773000', '163722.775000', '163722.778000', '163722.786000', '163722.789000', '163722.791000', '163722.794000', '163722.796000', '163722.799000', '163722.801000', '163722.804000', '163722.806000', '163722.809000', '163722.813000', '163722.816000', '163722.818000', '163742.670000', '163742.673000', '163742.676000', '163742.679000', '163742.686000', '163742.689000', '163742.692000', '163742.694000', '163742.697000', '163742.699000', '163742.702000', '163742.704000', '163742.707000', '163742.710000', '163742.712000', '163742.715000', '163742.717000', '163742.720000', '163742.722000', '163742.725000', '163742.727000', '163742.730000', '163742.732000', '163742.735000', '163742.737000', '163742.740000', '163742.743000', '163742.745000', '163742.748000', '163742.750000', '163742.753000', '163742.756000', '163742.758000', '163742.761000', '163742.763000', '163742.766000', '163742.768000', '163742.771000', '163742.773000', '163742.776000', '163742.779000', '163742.781000', '163742.784000', '163742.786000', '163802.670000', '163802.673000', '163802.676000', '163802.678000', '163802.681000', '163802.683000', '163802.686000', '163802.689000', '163802.691000', '163802.695000', '163802.698000', '163802.701000', '163802.703000', '163802.706000', '163802.708000', '163802.711000', '163802.713000', '163802.716000', '163802.718000', '163802.721000', '163802.724000', '163802.726000', '163802.729000', '163802.731000', '163802.734000', '163802.737000', '163802.739000', '163802.742000', '163802.744000', '163802.747000', '163802.750000', '163802.752000', '163802.755000', '163802.758000', '163802.760000', '163802.763000', '163802.765000', '163802.768000', '163802.770000', '163802.773000', '163802.780000', '163802.783000', '163802.785000', '163802.788000', '163822.669000', '163822.672000', '163822.675000', '163822.677000', '163822.680000', '163822.682000', '163822.685000', '163822.688000', '163822.690000', '163822.693000', '163822.696000', '163822.698000', '163822.701000', '163822.703000', '163822.706000', '163822.708000', '163822.711000', '163822.714000', '163822.716000', '163822.719000', '163822.721000', '163822.724000', '163822.726000', '163822.729000', '163822.732000', '163822.739000', '163822.741000', '163822.744000', '163822.746000', '163822.749000', '163822.752000', '163822.754000', '163822.757000', '163822.759000', '163822.762000', '163822.764000', '163822.767000', '163822.770000', '163822.772000', '163822.775000', '163822.777000', '163822.780000', '163822.782000', '163842.669000', '163842.672000', '163842.675000', '163842.677000', '163842.680000', '163842.683000', '163842.685000', '163842.688000', '163842.690000', '163842.693000', '163842.696000', '163842.698000', '163842.701000', '163842.704000', '163842.707000', '163842.710000', '163842.712000', '163842.715000', '163842.718000', '163842.721000', '163842.723000', '163842.726000', '163842.746000', '163842.749000', '163842.751000', '163842.754000', '163842.757000', '163842.759000', '163842.762000', '163842.764000', '163842.767000', '163842.770000', '163842.772000', '163842.775000', '163842.777000', '163842.780000', '163842.783000', '163842.785000', '163842.788000', '163842.790000', '163842.793000', '163842.795000', '163842.798000', '163902.670000', '163902.672000', '163902.675000', '163902.678000', '163902.680000', '163902.683000', '163902.685000', '163902.688000', '163902.690000', '163902.693000', '163902.696000', '163902.698000', '163902.701000', '163902.703000', '163902.706000', '163902.708000', '163902.711000', '163902.714000', '163902.716000', '163902.719000', '163902.721000', '163902.724000', '163902.727000', '163902.729000', '163902.732000', '163902.734000', '163902.737000', '163902.740000', '163902.742000', '163902.745000', '163902.747000', '163902.750000', '163902.752000', '163902.755000', '163902.757000', '163902.760000', '163902.763000', '163902.765000', '163902.768000', '163902.770000', '163902.773000', '163902.776000', '163902.778000', '163902.781000', '163922.670000', '163922.672000', '163922.675000', '163922.678000', '163922.680000', '163922.683000', '163922.685000', '163922.688000', '163922.691000', '163922.693000', '163922.696000', '163922.698000', '163922.701000', '163922.703000', '163922.706000', '163922.708000', '163922.711000', '163922.714000', '163922.716000', '163922.719000', '163922.721000', '163922.724000', '163922.726000', '163922.729000', '163922.731000', '163922.735000', '163922.738000', '163922.741000', '163922.743000', '163922.746000', '163922.748000', '163922.751000', '163922.753000', '163922.756000', '163922.759000', '163922.761000', '163922.764000', '163922.766000', '163922.769000', '163922.772000', '163922.774000', '163922.777000', '163922.779000', '163942.670000', '163942.672000', '163942.675000', '163942.678000', '163942.680000', '163942.683000', '163942.685000', '163942.688000', '163942.691000', '163942.693000', '163942.696000', '163942.698000', '163942.701000', '163942.704000', '163942.709000', '163942.712000', '163942.715000', '163942.717000', '163942.720000', '163942.722000', '163942.725000', '163942.727000', '163942.730000', '163942.733000', '163942.735000', '163942.738000', '163942.740000', '163942.743000', '163942.746000', '163942.748000', '163942.751000', '163942.753000', '163942.756000', '163942.759000', '163942.761000', '163942.764000', '163942.766000', '163942.769000', '163942.772000', '163942.774000', '163942.777000', '163942.779000', '163942.782000', '163942.785000', '164002.670000', '164002.673000', '164002.676000', '164002.678000', '164002.681000', '164002.684000', '164002.686000', '164002.689000', '164002.692000', '164002.694000', '164002.697000', '164002.699000', '164002.702000', '164002.704000', '164002.707000', '164002.709000', '164002.712000', '164002.715000', '164002.717000', '164002.720000', '164002.722000', '164002.725000', '164002.727000', '164002.730000', '164002.732000', '164002.735000', '164002.738000', '164002.740000', '164002.743000', '164002.746000', '164002.748000', '164002.751000', '164002.754000', '164002.756000', '164002.759000', '164002.761000', '164002.764000', '164002.767000', '164002.769000', '164002.772000', '164002.774000', '164002.777000', '164002.779000', '164022.670000', '164022.673000', '164022.676000', '164022.678000', '164022.691000', '164022.694000', '164022.696000', '164022.699000', '164022.702000', '164022.704000', '164022.707000', '164022.709000', '164022.712000', '164022.715000', '164022.717000', '164022.720000', '164022.730000', '164022.732000', '164022.735000', '164022.738000', '164022.740000', '164022.743000', '164022.745000', '164022.748000', '164022.750000', '164022.753000', '164022.756000', '164022.758000', '164022.761000', '164022.763000', '164022.766000', '164022.769000', '164022.771000', '164022.774000', '164022.776000', '164022.779000', '164022.781000', '164022.784000', '164022.786000', '164022.789000', '164022.792000', '164022.794000', '164022.797000', '164022.799000', '164042.669000', '164042.672000', '164042.675000', '164042.678000', '164042.680000', '164042.683000', '164042.685000', '164042.688000', '164042.690000', '164042.693000', '164042.696000', '164042.698000', '164042.701000', '164042.703000', '164042.706000', '164042.709000', '164042.711000', '164042.714000', '164042.716000', '164042.719000', '164042.721000', '164042.724000', '164042.727000', '164042.729000', '164042.732000', '164042.735000', '164042.737000', '164042.740000', '164042.743000', '164042.745000', '164042.748000', '164042.750000', '164042.753000', '164042.755000', '164042.758000', '164042.761000', '164042.763000', '164042.766000', '164042.768000', '164042.771000', '164042.774000', '164042.777000', '164042.780000', '164102.669000', '164102.672000', '164102.675000', '164102.677000', '164102.680000', '164102.683000', '164102.685000', '164102.688000', '164102.690000', '164102.693000', '164102.695000', '164102.698000', '164102.700000', '164102.703000', '164102.706000', '164102.708000', '164102.711000', '164102.713000', '164102.716000', '164102.719000', '164102.721000', '164102.724000', '164102.726000', '164102.729000', '164102.731000', '164102.734000', '164102.737000', '164102.739000', '164102.742000', '164102.744000', '164102.747000', '164102.750000', '164102.752000', '164102.755000', '164102.757000', '164102.760000', '164102.762000', '164102.765000', '164102.767000', '164102.770000', '164102.773000', '164102.775000', '164102.778000', '164102.780000', '164122.670000', '164122.673000', '164122.675000', '164122.678000', '164122.680000', '164122.683000', '164122.686000', '164122.688000', '164122.691000', '164122.693000', '164122.696000', '164122.699000', '164122.701000', '164122.704000', '164122.706000', '164122.709000', '164122.711000', '164122.714000', '164122.717000', '164122.719000', '164122.722000', '164122.724000', '164122.727000', '164122.729000', '164122.732000', '164122.734000', '164122.737000', '164122.740000', '164122.742000', '164122.745000', '164122.747000', '164122.750000', '164122.752000', '164122.755000', '164122.758000', '164122.760000', '164122.763000', '164122.765000', '164122.768000', '164122.770000', '164122.773000', '164122.776000', '164122.778000', '164142.669000', '164142.672000', '164142.675000', '164142.678000', '164142.680000', '164142.683000', '164142.685000', '164142.688000', '164142.690000', '164142.693000', '164142.696000', '164142.698000', '164142.701000', '164142.703000', '164142.706000', '164142.709000', '164142.711000', '164142.714000', '164142.716000', '164142.719000', '164142.721000', '164142.724000', '164142.727000', '164142.729000', '164142.732000', '164142.734000', '164142.737000', '164142.739000', '164142.742000', '164142.757000', '164142.760000', '164142.762000', '164142.765000', '164142.768000', '164142.770000', '164142.773000', '164142.775000', '164142.778000', '164142.780000', '164142.783000', '164142.786000', '164142.788000', '164142.791000', '164142.793000', '164202.670000', '164202.672000', '164202.675000', '164202.677000', '164202.680000', '164202.683000', '164202.685000', '164202.688000', '164202.690000', '164202.693000', '164202.696000', '164202.698000', '164202.701000', '164202.704000', '164202.706000', '164202.709000', '164202.711000', '164202.714000', '164202.716000', '164202.719000', '164202.722000', '164202.724000', '164202.727000', '164202.729000', '164202.732000', '164202.735000', '164202.737000', '164202.740000', '164202.743000', '164202.745000', '164202.748000', '164202.750000', '164202.753000', '164202.755000', '164202.758000', '164202.760000', '164202.763000', '164202.766000', '164202.768000', '164202.771000', '164202.773000', '164202.776000', '164202.779000', '164222.671000', '164222.673000', '164222.676000', '164222.679000', '164222.681000', '164222.684000', '164222.686000', '164222.689000', '164222.692000', '164222.694000', '164222.697000', '164222.699000', '164222.702000', '164222.705000', '164222.707000', '164222.710000', '164222.712000', '164222.715000', '164222.717000', '164222.720000', '164222.723000', '164222.725000', '164222.728000', '164222.730000', '164222.733000', '164222.736000', '164222.738000', '164222.741000', '164222.743000', '164222.746000', '164222.749000', '164222.751000', '164222.754000', '164222.756000', '164222.759000', '164222.761000', '164222.764000', '164222.767000', '164222.769000', '164222.772000', '164222.774000', '164222.777000', '164222.779000', '164222.782000', '164242.671000', '164242.673000', '164242.676000', '164242.679000', '164242.681000', '164242.684000', '164242.686000', '164242.689000', '164242.692000', '164242.694000', '164242.697000', '164242.699000', '164242.702000', '164242.705000', '164242.707000', '164242.710000', '164242.712000', '164242.715000', '164242.718000', '164242.720000', '164242.723000', '164242.725000', '164242.728000', '164242.731000', '164242.733000', '164242.736000', '164242.738000', '164242.741000', '164242.744000', '164242.746000', '164242.749000', '164242.752000', '164242.754000', '164242.759000', '164242.761000', '164242.764000', '164242.766000', '164242.769000', '164242.771000', '164242.774000', '164242.777000', '164242.779000', '164242.782000', '164302.669000', '164302.672000', '164302.675000', '164302.677000', '164302.680000', '164302.683000', '164302.685000', '164302.688000', '164302.690000', '164302.693000', '164302.695000', '164302.698000', '164302.700000', '164302.703000', '164302.706000', '164302.708000', '164302.711000', '164302.713000', '164302.716000', '164302.718000', '164302.721000', '164302.723000', '164302.726000', '164302.729000', '164302.731000', '164302.734000', '164302.736000', '164302.739000', '164302.741000', '164302.744000', '164302.747000', '164302.749000', '164302.752000', '164302.754000', '164302.757000', '164302.759000', '164302.762000', '164302.765000', '164302.767000', '164302.770000', '164302.784000', '164302.787000', '164302.790000', '164302.792000', '164322.669000', '164322.672000', '164322.675000', '164322.677000', '164322.680000', '164322.683000', '164322.685000', '164322.688000', '164322.690000', '164322.693000', '164322.696000', '164322.698000', '164322.701000', '164322.703000', '164322.706000', '164322.708000', '164322.711000', '164322.714000', '164322.716000', '164322.719000', '164322.721000', '164322.724000', '164322.726000', '164322.729000', '164322.732000', '164322.734000', '164322.737000', '164322.739000', '164322.742000', '164322.744000', '164322.747000', '164322.750000', '164322.752000', '164322.755000', '164322.757000', '164322.760000', '164322.762000', '164322.765000', '164322.768000', '164322.770000', '164322.773000', '164322.775000', '164322.778000', '164342.669000', '164342.672000', '164342.675000', '164342.678000', '164342.680000', '164342.683000', '164342.685000', '164342.688000', '164342.691000', '164342.693000', '164342.696000', '164342.698000', '164342.701000', '164342.703000', '164342.706000', '164342.709000', '164342.711000', '164342.714000', '164342.716000', '164342.719000', '164342.721000', '164342.724000', '164342.726000', '164342.729000', '164342.732000', '164342.734000', '164342.737000', '164342.739000', '164342.742000', '164342.745000', '164342.747000', '164342.750000', '164342.752000', '164342.755000', '164342.758000', '164342.760000', '164342.763000', '164342.765000', '164342.768000', '164342.770000', '164342.773000', '164342.776000', '164342.778000', '164402.368000', '164402.379000', '164402.382000', '164402.385000', '164402.387000', '164402.390000', '164402.392000', '164402.395000', '164402.398000', '164402.400000', '164402.403000', '164402.406000', '164402.408000', '164402.411000', '164402.413000', '164402.416000', '164402.418000', '164402.421000', '164402.424000', '164402.426000', '164402.429000', '164402.432000', '164402.434000', '164402.437000', '164402.439000', '164402.442000', '164402.445000', '164402.447000', '164402.450000', '164402.452000', '164402.455000', '164402.457000', '164402.460000', '164402.463000', '164402.465000', '164402.468000', '164402.470000', '164402.473000', '164402.476000', '164402.479000', '164402.482000', '164402.484000', '164402.487000', '164402.490000'], 'InstanceCreationTime': ['163722.701000', '163722.704000', '163722.706000', '163722.709000', '163722.711000', '163722.714000', '163722.717000', '163722.719000', '163722.722000', '163722.724000', '163722.727000', '163722.729000', '163722.732000', '163722.735000', '163722.737000', '163722.740000', '163722.742000', '163722.745000', '163722.747000', '163722.750000', '163722.752000', '163722.755000', '163722.757000', '163722.760000', '163722.762000', '163722.765000', '163722.767000', '163722.770000', '163722.773000', '163722.775000', '163722.778000', '163722.786000', '163722.789000', '163722.791000', '163722.794000', '163722.796000', '163722.799000', '163722.801000', '163722.804000', '163722.806000', '163722.809000', '163722.813000', '163722.816000', '163722.818000', '163742.670000', '163742.673000', '163742.676000', '163742.679000', '163742.686000', '163742.689000', '163742.692000', '163742.694000', '163742.697000', '163742.699000', '163742.702000', '163742.704000', '163742.707000', '163742.710000', '163742.712000', '163742.715000', '163742.717000', '163742.720000', '163742.722000', '163742.725000', '163742.727000', '163742.730000', '163742.732000', '163742.735000', '163742.737000', '163742.740000', '163742.743000', '163742.745000', '163742.748000', '163742.750000', '163742.753000', '163742.756000', '163742.758000', '163742.761000', '163742.763000', '163742.766000', '163742.768000', '163742.771000', '163742.773000', '163742.776000', '163742.779000', '163742.781000', '163742.784000', '163742.786000', '163802.670000', '163802.673000', '163802.676000', '163802.678000', '163802.681000', '163802.683000', '163802.686000', '163802.689000', '163802.691000', '163802.695000', '163802.698000', '163802.701000', '163802.703000', '163802.706000', '163802.708000', '163802.711000', '163802.713000', '163802.716000', '163802.718000', '163802.721000', '163802.724000', '163802.726000', '163802.729000', '163802.731000', '163802.734000', '163802.737000', '163802.739000', '163802.742000', '163802.744000', '163802.747000', '163802.750000', '163802.752000', '163802.755000', '163802.758000', '163802.760000', '163802.763000', '163802.765000', '163802.768000', '163802.770000', '163802.773000', '163802.780000', '163802.783000', '163802.785000', '163802.788000', '163822.669000', '163822.672000', '163822.675000', '163822.677000', '163822.680000', '163822.682000', '163822.685000', '163822.688000', '163822.690000', '163822.693000', '163822.696000', '163822.698000', '163822.701000', '163822.703000', '163822.706000', '163822.708000', '163822.711000', '163822.714000', '163822.716000', '163822.719000', '163822.721000', '163822.724000', '163822.726000', '163822.729000', '163822.732000', '163822.739000', '163822.741000', '163822.744000', '163822.746000', '163822.749000', '163822.752000', '163822.754000', '163822.757000', '163822.759000', '163822.762000', '163822.764000', '163822.767000', '163822.770000', '163822.772000', '163822.775000', '163822.777000', '163822.780000', '163822.782000', '163842.669000', '163842.672000', '163842.675000', '163842.677000', '163842.680000', '163842.683000', '163842.685000', '163842.688000', '163842.690000', '163842.693000', '163842.696000', '163842.698000', '163842.701000', '163842.704000', '163842.707000', '163842.710000', '163842.712000', '163842.715000', '163842.718000', '163842.721000', '163842.723000', '163842.726000', '163842.746000', '163842.749000', '163842.751000', '163842.754000', '163842.757000', '163842.759000', '163842.762000', '163842.764000', '163842.767000', '163842.770000', '163842.772000', '163842.775000', '163842.777000', '163842.780000', '163842.783000', '163842.785000', '163842.788000', '163842.790000', '163842.793000', '163842.795000', '163842.798000', '163902.670000', '163902.672000', '163902.675000', '163902.678000', '163902.680000', '163902.683000', '163902.685000', '163902.688000', '163902.690000', '163902.693000', '163902.696000', '163902.698000', '163902.701000', '163902.703000', '163902.706000', '163902.708000', '163902.711000', '163902.714000', '163902.716000', '163902.719000', '163902.721000', '163902.724000', '163902.727000', '163902.729000', '163902.732000', '163902.734000', '163902.737000', '163902.740000', '163902.742000', '163902.745000', '163902.747000', '163902.750000', '163902.752000', '163902.755000', '163902.757000', '163902.760000', '163902.763000', '163902.765000', '163902.768000', '163902.770000', '163902.773000', '163902.776000', '163902.778000', '163902.781000', '163922.670000', '163922.672000', '163922.675000', '163922.678000', '163922.680000', '163922.683000', '163922.685000', '163922.688000', '163922.691000', '163922.693000', '163922.696000', '163922.698000', '163922.701000', '163922.703000', '163922.706000', '163922.708000', '163922.711000', '163922.714000', '163922.716000', '163922.719000', '163922.721000', '163922.724000', '163922.726000', '163922.729000', '163922.731000', '163922.735000', '163922.738000', '163922.741000', '163922.743000', '163922.746000', '163922.748000', '163922.751000', '163922.753000', '163922.756000', '163922.759000', '163922.761000', '163922.764000', '163922.766000', '163922.769000', '163922.772000', '163922.774000', '163922.777000', '163922.779000', '163942.670000', '163942.672000', '163942.675000', '163942.678000', '163942.680000', '163942.683000', '163942.685000', '163942.688000', '163942.691000', '163942.693000', '163942.696000', '163942.698000', '163942.701000', '163942.704000', '163942.709000', '163942.712000', '163942.715000', '163942.717000', '163942.720000', '163942.722000', '163942.725000', '163942.727000', '163942.730000', '163942.733000', '163942.735000', '163942.738000', '163942.740000', '163942.743000', '163942.746000', '163942.748000', '163942.751000', '163942.753000', '163942.756000', '163942.759000', '163942.761000', '163942.764000', '163942.766000', '163942.769000', '163942.772000', '163942.774000', '163942.777000', '163942.779000', '163942.782000', '163942.785000', '164002.670000', '164002.673000', '164002.676000', '164002.678000', '164002.681000', '164002.684000', '164002.686000', '164002.689000', '164002.692000', '164002.694000', '164002.697000', '164002.699000', '164002.702000', '164002.704000', '164002.707000', '164002.709000', '164002.712000', '164002.715000', '164002.717000', '164002.720000', '164002.722000', '164002.725000', '164002.727000', '164002.730000', '164002.732000', '164002.735000', '164002.738000', '164002.740000', '164002.743000', '164002.746000', '164002.748000', '164002.751000', '164002.754000', '164002.756000', '164002.759000', '164002.761000', '164002.764000', '164002.767000', '164002.769000', '164002.772000', '164002.774000', '164002.777000', '164002.779000', '164022.670000', '164022.673000', '164022.676000', '164022.678000', '164022.691000', '164022.694000', '164022.696000', '164022.699000', '164022.702000', '164022.704000', '164022.707000', '164022.709000', '164022.712000', '164022.715000', '164022.717000', '164022.720000', '164022.730000', '164022.732000', '164022.735000', '164022.738000', '164022.740000', '164022.743000', '164022.745000', '164022.748000', '164022.750000', '164022.753000', '164022.756000', '164022.758000', '164022.761000', '164022.763000', '164022.766000', '164022.769000', '164022.771000', '164022.774000', '164022.776000', '164022.779000', '164022.781000', '164022.784000', '164022.786000', '164022.789000', '164022.792000', '164022.794000', '164022.797000', '164022.799000', '164042.669000', '164042.672000', '164042.675000', '164042.678000', '164042.680000', '164042.683000', '164042.685000', '164042.688000', '164042.690000', '164042.693000', '164042.696000', '164042.698000', '164042.701000', '164042.703000', '164042.706000', '164042.709000', '164042.711000', '164042.714000', '164042.716000', '164042.719000', '164042.721000', '164042.724000', '164042.727000', '164042.729000', '164042.732000', '164042.735000', '164042.737000', '164042.740000', '164042.743000', '164042.745000', '164042.748000', '164042.750000', '164042.753000', '164042.755000', '164042.758000', '164042.761000', '164042.763000', '164042.766000', '164042.768000', '164042.771000', '164042.774000', '164042.777000', '164042.780000', '164102.669000', '164102.672000', '164102.675000', '164102.677000', '164102.680000', '164102.683000', '164102.685000', '164102.688000', '164102.690000', '164102.693000', '164102.695000', '164102.698000', '164102.700000', '164102.703000', '164102.706000', '164102.708000', '164102.711000', '164102.713000', '164102.716000', '164102.719000', '164102.721000', '164102.724000', '164102.726000', '164102.729000', '164102.731000', '164102.734000', '164102.737000', '164102.739000', '164102.742000', '164102.744000', '164102.747000', '164102.750000', '164102.752000', '164102.755000', '164102.757000', '164102.760000', '164102.762000', '164102.765000', '164102.767000', '164102.770000', '164102.773000', '164102.775000', '164102.778000', '164102.780000', '164122.670000', '164122.673000', '164122.675000', '164122.678000', '164122.680000', '164122.683000', '164122.686000', '164122.688000', '164122.691000', '164122.693000', '164122.696000', '164122.699000', '164122.701000', '164122.704000', '164122.706000', '164122.709000', '164122.711000', '164122.714000', '164122.717000', '164122.719000', '164122.722000', '164122.724000', '164122.727000', '164122.729000', '164122.732000', '164122.734000', '164122.737000', '164122.740000', '164122.742000', '164122.745000', '164122.747000', '164122.750000', '164122.752000', '164122.755000', '164122.758000', '164122.760000', '164122.763000', '164122.765000', '164122.768000', '164122.770000', '164122.773000', '164122.776000', '164122.778000', '164142.669000', '164142.672000', '164142.675000', '164142.678000', '164142.680000', '164142.683000', '164142.685000', '164142.688000', '164142.690000', '164142.693000', '164142.696000', '164142.698000', '164142.701000', '164142.703000', '164142.706000', '164142.709000', '164142.711000', '164142.714000', '164142.716000', '164142.719000', '164142.721000', '164142.724000', '164142.727000', '164142.729000', '164142.732000', '164142.734000', '164142.737000', '164142.739000', '164142.742000', '164142.757000', '164142.760000', '164142.762000', '164142.765000', '164142.768000', '164142.770000', '164142.773000', '164142.775000', '164142.778000', '164142.780000', '164142.783000', '164142.786000', '164142.788000', '164142.791000', '164142.793000', '164202.670000', '164202.672000', '164202.675000', '164202.677000', '164202.680000', '164202.683000', '164202.685000', '164202.688000', '164202.690000', '164202.693000', '164202.696000', '164202.698000', '164202.701000', '164202.704000', '164202.706000', '164202.709000', '164202.711000', '164202.714000', '164202.716000', '164202.719000', '164202.722000', '164202.724000', '164202.727000', '164202.729000', '164202.732000', '164202.735000', '164202.737000', '164202.740000', '164202.743000', '164202.745000', '164202.748000', '164202.750000', '164202.753000', '164202.755000', '164202.758000', '164202.760000', '164202.763000', '164202.766000', '164202.768000', '164202.771000', '164202.773000', '164202.776000', '164202.779000', '164222.671000', '164222.673000', '164222.676000', '164222.679000', '164222.681000', '164222.684000', '164222.686000', '164222.689000', '164222.692000', '164222.694000', '164222.697000', '164222.699000', '164222.702000', '164222.705000', '164222.707000', '164222.710000', '164222.712000', '164222.715000', '164222.717000', '164222.720000', '164222.723000', '164222.725000', '164222.728000', '164222.730000', '164222.733000', '164222.736000', '164222.738000', '164222.741000', '164222.743000', '164222.746000', '164222.749000', '164222.751000', '164222.754000', '164222.756000', '164222.759000', '164222.761000', '164222.764000', '164222.767000', '164222.769000', '164222.772000', '164222.774000', '164222.777000', '164222.779000', '164222.782000', '164242.671000', '164242.673000', '164242.676000', '164242.679000', '164242.681000', '164242.684000', '164242.686000', '164242.689000', '164242.692000', '164242.694000', '164242.697000', '164242.699000', '164242.702000', '164242.705000', '164242.707000', '164242.710000', '164242.712000', '164242.715000', '164242.718000', '164242.720000', '164242.723000', '164242.725000', '164242.728000', '164242.731000', '164242.733000', '164242.736000', '164242.738000', '164242.741000', '164242.744000', '164242.746000', '164242.749000', '164242.752000', '164242.754000', '164242.759000', '164242.761000', '164242.764000', '164242.766000', '164242.769000', '164242.771000', '164242.774000', '164242.777000', '164242.779000', '164242.782000', '164302.669000', '164302.672000', '164302.675000', '164302.677000', '164302.680000', '164302.683000', '164302.685000', '164302.688000', '164302.690000', '164302.693000', '164302.695000', '164302.698000', '164302.700000', '164302.703000', '164302.706000', '164302.708000', '164302.711000', '164302.713000', '164302.716000', '164302.718000', '164302.721000', '164302.723000', '164302.726000', '164302.729000', '164302.731000', '164302.734000', '164302.736000', '164302.739000', '164302.741000', '164302.744000', '164302.747000', '164302.749000', '164302.752000', '164302.754000', '164302.757000', '164302.759000', '164302.762000', '164302.765000', '164302.767000', '164302.770000', '164302.784000', '164302.787000', '164302.790000', '164302.792000', '164322.669000', '164322.672000', '164322.675000', '164322.677000', '164322.680000', '164322.683000', '164322.685000', '164322.688000', '164322.690000', '164322.693000', '164322.696000', '164322.698000', '164322.701000', '164322.703000', '164322.706000', '164322.708000', '164322.711000', '164322.714000', '164322.716000', '164322.719000', '164322.721000', '164322.724000', '164322.726000', '164322.729000', '164322.732000', '164322.734000', '164322.737000', '164322.739000', '164322.742000', '164322.744000', '164322.747000', '164322.750000', '164322.752000', '164322.755000', '164322.757000', '164322.760000', '164322.762000', '164322.765000', '164322.768000', '164322.770000', '164322.773000', '164322.775000', '164322.778000', '164342.669000', '164342.672000', '164342.675000', '164342.678000', '164342.680000', '164342.683000', '164342.685000', '164342.688000', '164342.691000', '164342.693000', '164342.696000', '164342.698000', '164342.701000', '164342.703000', '164342.706000', '164342.709000', '164342.711000', '164342.714000', '164342.716000', '164342.719000', '164342.721000', '164342.724000', '164342.726000', '164342.729000', '164342.732000', '164342.734000', '164342.737000', '164342.739000', '164342.742000', '164342.745000', '164342.747000', '164342.750000', '164342.752000', '164342.755000', '164342.758000', '164342.760000', '164342.763000', '164342.765000', '164342.768000', '164342.770000', '164342.773000', '164342.776000', '164342.778000', '164402.368000', '164402.379000', '164402.382000', '164402.385000', '164402.387000', '164402.390000', '164402.392000', '164402.395000', '164402.398000', '164402.400000', '164402.403000', '164402.406000', '164402.408000', '164402.411000', '164402.413000', '164402.416000', '164402.418000', '164402.421000', '164402.424000', '164402.426000', '164402.429000', '164402.432000', '164402.434000', '164402.437000', '164402.439000', '164402.442000', '164402.445000', '164402.447000', '164402.450000', '164402.452000', '164402.455000', '164402.457000', '164402.460000', '164402.463000', '164402.465000', '164402.468000', '164402.470000', '164402.473000', '164402.476000', '164402.479000', '164402.482000', '164402.484000', '164402.487000', '164402.490000'], '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': [12294, 7876, 8433, 7928, 8186, 9466, 8141, 7916, 7623, 8477, 8577, 7722, 7841, 8388, 8455, 7754, 7184, 8151, 8003, 8578, 9030, 7983, 7897, 7778, 8485, 8419, 8790, 9252, 7938, 8259, 7923, 8496, 8892, 8538, 9713, 7534, 8298, 8028, 8707, 8932, 8719, 9244, 7861, 8329, 7683, 8491, 8476, 8611, 8867, 9213, 7986, 7671, 8455, 8030, 8860, 8543, 8954, 9114, 7469, 8337, 7869, 8776, 8527, 8326, 9048, 8766, 7734, 7590, 8556, 8007, 8357, 8585, 8564, 8577, 7423, 8167, 7950, 8442, 8351, 8579, 9079, 8833, 7978, 7595, 8528, 8286, 8589, 8628, 8661, 8682, 8906, 8248, 7769, 8661, 8177, 8642, 8606, 8543, 7923, 7853, 8504, 8986, 9011, 7729, 7759, 8230, 7526, 8333, 8551, 8506, 8427, 8818, 7950, 7914, 8409, 7850, 8836, 8177, 8501, 8809, 8960, 8597, 8833, 8348, 7800, 8577, 7807, 8718, 8230, 8769, 9383, 9255, 7933, 9268, 8268, 8016, 8429, 8058, 8952, 7934, 8839, 9143, 9164, 9003, 9638, 8766, 8513, 8487, 7454, 8500, 8130, 8641, 8535, 9196, 9077, 9317, 7851, 8542, 8405, 7789, 8905, 7883, 8930, 8073, 8832, 9335, 8745, 9473, 8901, 7965, 7316, 8718, 7666, 8798, 8017, 8599, 9234, 8679, 8870, 8979, 8112, 9102, 8121, 7775, 8712, 7829, 9080, 7920, 8826, 8217, 8645, 7968, 8756, 8569, 8847, 8635, 9217, 8575, 7785, 8712, 7697, 8722, 8206, 8427, 8584, 9107, 8411, 7895, 8478, 7582, 8847, 7841, 8790, 8923, 8865, 8907, 8781, 8765, 9021, 8133, 7548, 8736, 7625, 8688, 7907, 8572, 8403, 9270, 8115, 7812, 8345, 7673, 8471, 7775, 8424, 8151, 8678, 8290, 8712, 9342, 8739, 8455, 8682, 8327, 7526, 8561, 7837, 8762, 8313, 8585, 9116, 8979, 8066, 7442, 8478, 7856, 8572, 9042, 8621, 9270, 9050, 8911, 8394, 8726, 7687, 8790, 7987, 8675, 8326, 8690, 7837, 7414, 8447, 7758, 8444, 8356, 8555, 9325, 7630, 8105, 7543, 7254, 8762, 7503, 8197, 7770, 6892, 7980, 7359, 9005, 10444, 7508, 8540, 8794, 8485, 9247, 9299, 8706, 7939, 8404, 7166, 8355, 8144, 8784, 8687, 8813, 8157, 7297, 8543, 7702, 8566, 8018, 8602, 8846, 8958, 8207, 8896, 8191, 9339, 8356, 8334, 8355, 7266, 8555, 7576, 8610, 7913, 8547, 8962, 8825, 7824, 7156, 8454, 7448, 8973, 8069, 8583, 9374, 8474, 9010, 8851, 8783, 8999, 9081, 8911, 8307, 7246, 8450, 7238, 8569, 7820, 8282, 8126, 8261, 8100, 8135, 8429, 8631, 8264, 8827, 7808, 8801, 8012, 9008, 9401, 8292, 8086, 7353, 8030, 7331, 8469, 7334, 8663, 7424, 8467, 8938, 8763, 7715, 7647, 8309, 7453, 8441, 7908, 8342, 8871, 8662, 10554, 8474, 8924, 8816, 7908, 7633, 8540, 8621, 8597, 7661, 8368, 8238, 8744, 8671, 8354, 8061, 7268, 8356, 7321, 8410, 8444, 8817, 9059, 7966, 8315, 7234, 8028, 8303, 8883, 8140, 7659, 8316, 7723, 8675, 8606, 8956, 8385, 9341, 8001, 7602, 8498, 7585, 8406, 7831, 8322, 8123, 8513, 9170, 8518, 8670, 8569, 8584, 8837, 8246, 7553, 8010, 7068, 8363, 7327, 8542, 7703, 8331, 8167, 8329, 8161, 8135, 7811, 7638, 8217, 7466, 8498, 7293, 8182, 8014, 8449, 8130, 8590, 7932, 7347, 8376, 7261, 8218, 7754, 8454, 8351, 8492, 9468, 8351, 7568, 6986, 8194, 7217, 8280, 8909, 7298, 7742, 7190, 8209, 8166, 8247, 8680, 8785, 9718, 8393, 7824, 7198, 8426, 7396, 8593, 8570, 8358, 7955, 8428, 8441, 7441, 8192, 7674, 8241, 8023, 8392, 7910, 7144, 8569, 7654, 8440, 7435, 8308, 8237, 8211, 8573, 8445, 9195, 8709, 8327, 7029, 7792, 7027, 8508, 7672, 8215, 8327, 8421, 8535, 9140, 8093, 7324, 8342, 7232, 8197, 8085, 8546, 7517, 7419, 8485, 7960, 8202, 8025, 7215, 8300, 7313, 8266, 8609, 8178, 8735, 8367, 9275, 8525, 11300, 7906, 7625, 6913, 8150, 7847, 8475, 8298, 8174, 7445, 6971, 7918, 7183, 8785, 8698, 8692, 8062, 8062, 8031, 8557, 7911, 8429, 8877, 8309, 8344, 8333, 8304, 8511, 8088, 7059, 8042, 7341, 8360, 8044, 8362, 8199, 8202, 8401, 8309, 8436, 8236, 8446, 8385, 8399, 8456, 8719, 8558, 7520, 7206, 7929, 7225, 8172, 7566, 8346, 8076, 8342, 7957, 8294, 8496, 8814, 8796, 8572, 8787, 7477, 8029, 7528, 8418, 7713, 8413, 7810, 8058, 7860, 8408, 8347, 8112, 8669, 7598, 6906, 7472, 8112, 8508, 7962, 8096, 8330, 9223, 8588, 8728, 8800, 8529, 8555, 9705, 7263, 8261, 7654, 8808, 7828, 8723, 8502, 8137, 8626, 8043, 8536, 8295, 8766, 8108, 7312, 7413, 8011, 8953, 7769, 8828, 7728, 6917, 7949, 7853, 7809, 8002, 8011, 8241, 7867, 8293, 7962, 7630, 7837, 8300, 7991, 7460, 6940, 8180, 8285, 8103, 8500, 8471, 11055, 7321, 7782, 7887, 8094, 7829, 8492, 9152, 8588, 8249, 8138, 8270, 8063, 8189, 8145, 8818, 8408, 8348, 8465, 8433, 8791, 8546, 8509, 7910, 7122, 7860, 7396, 8211, 8204, 8493, 8698, 8269, 8141, 8488, 8028, 8547, 8658, 8267, 7967, 7872, 8739, 8250, 8258, 8597, 8619, 7981, 7767, 7529, 7921, 7939, 8427, 8215, 8369, 8482, 8208, 8297, 8615, 8174, 8637, 8599, 9018, 8293, 7180, 7963, 7325, 7933, 8145, 7870, 8327, 8154, 8516, 7635, 7257, 7091, 7585, 8545, 8518, 8161, 7324, 7328, 7438, 8337, 9082, 7707, 8506, 10563, 8023, 8007, 8170, 8257, 8216, 8240, 10651, 8512, 8908, 7571, 7853, 7909, 8586, 8569, 7082, 7870, 7870, 7315, 8123, 8199, 8514, 8582, 8130, 10198, 8067, 7401, 7422, 8183, 8437, 8348, 8944, 7617, 7516, 7988, 8069, 8003, 7757, 8174, 7693, 8392, 8554, 8368, 8489, 7933, 7933, 7578, 8639, 9282, 7619, 8331, 7498, 7825, 8043, 8145, 8594, 8719, 8059, 9056, 8210, 8117, 7563, 8091, 7710, 8057, 8556, 7752, 7774, 7876, 8482, 8685, 8334, 11333, 8433, 9316, 8894, 8612, 9058, 8178, 7315, 8225, 8875, 7831, 8173, 8472, 7468, 8729, 7360, 7758, 7587, 8140, 8311, 7995, 8237, 8532, 7969, 8465, 8235, 8337, 7961, 8679, 7997, 7195, 7606, 7416, 7779, 7872, 8338, 8022, 8577, 8062, 7279, 7491, 7439, 8062, 7954, 8346, 7924, 8206, 7703, 8561, 7792, 8231, 7736, 7724, 7327, 7541, 9002, 7436, 8206, 8017, 7992, 7467, 7494, 8671, 7446, 8969, 7641, 8806, 8096, 11619, 8454, 7939], 'WindowCenter': [3876.0, 3840.0, 3827.0, 3827.0, 3826.0, 3837.0, 3826.0, 3824.0, 3812.0, 3824.0, 3836.0, 3839.0, 3826.0, 3826.0, 3823.0, 3812.0, 3813.0, 3823.0, 3824.0, 3835.0, 3836.0, 3824.0, 3824.0, 3813.0, 3824.0, 3823.0, 3824.0, 3835.0, 3824.0, 3823.0, 3812.0, 3823.0, 3822.0, 3824.0, 3822.0, 3812.0, 3822.0, 3810.0, 3822.0, 3822.0, 3823.0, 3823.0, 3812.0, 3811.0, 3810.0, 3820.0, 3821.0, 3823.0, 3822.0, 3834.0, 3812.0, 3811.0, 3810.0, 3810.0, 3833.0, 3821.0, 3824.0, 3821.0, 3810.0, 3810.0, 3810.0, 3821.0, 3822.0, 3823.0, 3821.0, 3822.0, 3811.0, 3811.0, 3821.0, 3810.0, 3823.0, 3821.0, 3822.0, 3820.0, 3810.0, 3822.0, 3811.0, 3824.0, 3822.0, 3824.0, 3822.0, 3823.0, 3810.0, 3811.0, 3823.0, 3823.0, 3822.0, 3822.0, 3822.0, 3822.0, 3823.0, 3823.0, 3813.0, 3823.0, 3823.0, 3821.0, 3821.0, 3823.0, 3823.0, 3823.0, 3822.0, 3834.0, 3834.0, 3814.0, 3813.0, 3824.0, 3823.0, 3823.0, 3834.0, 3824.0, 3822.0, 3823.0, 3813.0, 3822.0, 3822.0, 3823.0, 3822.0, 3822.0, 3821.0, 3822.0, 3823.0, 3821.0, 3823.0, 3821.0, 3812.0, 3821.0, 3811.0, 3821.0, 3821.0, 3822.0, 3822.0, 3821.0, 3810.0, 3822.0, 3810.0, 3811.0, 3821.0, 3810.0, 3822.0, 3809.0, 3821.0, 3820.0, 3832.0, 3820.0, 3832.0, 3823.0, 3823.0, 3821.0, 3809.0, 3822.0, 3821.0, 3821.0, 3822.0, 3834.0, 3832.0, 3834.0, 3810.0, 3822.0, 3823.0, 3811.0, 3821.0, 3811.0, 3821.0, 3809.0, 3820.0, 3820.0, 3821.0, 3821.0, 3821.0, 3810.0, 3799.0, 3808.0, 3810.0, 3821.0, 3810.0, 3822.0, 3822.0, 3822.0, 3820.0, 3822.0, 3810.0, 3821.0, 3811.0, 3810.0, 3821.0, 3809.0, 3820.0, 3808.0, 3808.0, 3809.0, 3820.0, 3808.0, 3819.0, 3807.0, 3819.0, 3807.0, 3832.0, 3820.0, 3811.0, 3819.0, 3808.0, 3820.0, 3808.0, 3822.0, 3820.0, 3822.0, 3821.0, 3809.0, 3808.0, 3811.0, 3821.0, 3810.0, 3821.0, 3821.0, 3820.0, 3818.0, 3820.0, 3818.0, 3821.0, 3809.0, 3809.0, 3819.0, 3810.0, 3821.0, 3809.0, 3822.0, 3810.0, 3822.0, 3809.0, 3810.0, 3810.0, 3809.0, 3822.0, 3809.0, 3822.0, 3822.0, 3822.0, 3819.0, 3820.0, 3820.0, 3822.0, 3820.0, 3822.0, 3822.0, 3810.0, 3819.0, 3810.0, 3820.0, 3821.0, 3822.0, 3821.0, 3821.0, 3822.0, 3813.0, 3822.0, 3823.0, 3823.0, 3821.0, 3823.0, 3821.0, 3832.0, 3821.0, 3822.0, 3821.0, 3811.0, 3819.0, 3810.0, 3823.0, 3822.0, 3834.0, 3823.0, 3813.0, 3824.0, 3814.0, 3826.0, 3835.0, 3835.0, 3835.0, 3812.0, 3824.0, 3812.0, 3814.0, 3824.0, 3814.0, 3824.0, 3823.0, 3815.0, 3825.0, 3814.0, 3834.0, 3844.0, 3812.0, 3822.0, 3823.0, 3822.0, 3821.0, 3824.0, 3823.0, 3811.0, 3811.0, 3800.0, 3808.0, 3797.0, 3811.0, 3836.0, 3822.0, 3812.0, 3802.0, 3809.0, 3810.0, 3821.0, 3811.0, 3823.0, 3822.0, 3835.0, 3824.0, 3822.0, 3810.0, 3822.0, 3822.0, 3822.0, 3824.0, 3812.0, 3809.0, 3810.0, 3823.0, 3811.0, 3823.0, 3821.0, 3823.0, 3811.0, 3801.0, 3811.0, 3812.0, 3822.0, 3811.0, 3823.0, 3820.0, 3823.0, 3823.0, 3822.0, 3821.0, 3821.0, 3822.0, 3822.0, 3809.0, 3799.0, 3821.0, 3812.0, 3822.0, 3812.0, 3821.0, 3811.0, 3824.0, 3811.0, 3812.0, 3822.0, 3823.0, 3812.0, 3824.0, 3812.0, 3824.0, 3824.0, 3824.0, 3822.0, 3812.0, 3810.0, 3800.0, 3809.0, 3811.0, 3812.0, 3814.0, 3822.0, 3812.0, 3822.0, 3821.0, 3822.0, 3814.0, 3825.0, 3825.0, 3813.0, 3823.0, 3823.0, 3824.0, 3834.0, 3824.0, 3832.0, 3812.0, 3820.0, 3822.0, 3811.0, 3811.0, 3822.0, 3824.0, 3821.0, 3811.0, 3811.0, 3811.0, 3824.0, 3820.0, 3813.0, 3811.0, 3800.0, 3811.0, 3801.0, 3811.0, 3810.0, 3821.0, 3836.0, 3825.0, 3823.0, 3811.0, 3825.0, 3822.0, 3822.0, 3812.0, 3812.0, 3811.0, 3811.0, 3822.0, 3821.0, 3821.0, 3810.0, 3822.0, 3810.0, 3811.0, 3810.0, 3799.0, 3810.0, 3799.0, 3809.0, 3808.0, 3810.0, 3820.0, 3809.0, 3808.0, 3808.0, 3808.0, 3820.0, 3810.0, 3798.0, 3809.0, 3799.0, 3810.0, 3798.0, 3809.0, 3809.0, 3812.0, 3810.0, 3811.0, 3809.0, 3810.0, 3809.0, 3810.0, 3822.0, 3812.0, 3821.0, 3813.0, 3821.0, 3812.0, 3822.0, 3812.0, 3825.0, 3813.0, 3813.0, 3823.0, 3812.0, 3825.0, 3813.0, 3823.0, 3823.0, 3824.0, 3833.0, 3824.0, 3812.0, 3800.0, 3812.0, 3812.0, 3823.0, 3822.0, 3812.0, 3813.0, 3801.0, 3822.0, 3811.0, 3823.0, 3823.0, 3825.0, 3835.0, 3813.0, 3813.0, 3800.0, 3821.0, 3812.0, 3821.0, 3822.0, 3811.0, 3811.0, 3821.0, 3823.0, 3812.0, 3821.0, 3813.0, 3822.0, 3811.0, 3823.0, 3811.0, 3814.0, 3822.0, 3813.0, 3811.0, 3802.0, 3812.0, 3809.0, 3811.0, 3821.0, 3811.0, 3822.0, 3823.0, 3811.0, 3800.0, 3799.0, 3800.0, 3821.0, 3812.0, 3822.0, 3811.0, 3822.0, 3821.0, 3822.0, 3812.0, 3812.0, 3811.0, 3801.0, 3810.0, 3809.0, 3822.0, 3800.0, 3814.0, 3822.0, 3811.0, 3811.0, 3811.0, 3812.0, 3811.0, 3813.0, 3823.0, 3821.0, 3811.0, 3810.0, 3812.0, 3819.0, 3811.0, 3830.0, 3810.0, 3799.0, 3799.0, 3810.0, 3810.0, 3811.0, 3822.0, 3823.0, 3811.0, 3801.0, 3811.0, 3801.0, 3822.0, 3824.0, 3811.0, 3810.0, 3810.0, 3809.0, 3822.0, 3810.0, 3810.0, 3810.0, 3809.0, 3808.0, 3808.0, 3809.0, 3821.0, 3809.0, 3800.0, 3810.0, 3800.0, 3810.0, 3810.0, 3811.0, 3811.0, 3811.0, 3812.0, 3811.0, 3809.0, 3810.0, 3809.0, 3809.0, 3809.0, 3810.0, 3810.0, 3838.0, 3812.0, 3811.0, 3812.0, 3814.0, 3822.0, 3811.0, 3822.0, 3812.0, 3811.0, 3810.0, 3811.0, 3822.0, 3822.0, 3810.0, 3824.0, 3811.0, 3800.0, 3810.0, 3811.0, 3811.0, 3811.0, 3811.0, 3799.0, 3810.0, 3811.0, 3811.0, 3811.0, 3824.0, 3825.0, 3814.0, 3803.0, 3815.0, 3826.0, 3835.0, 3825.0, 3813.0, 3825.0, 3822.0, 3822.0, 3810.0, 3822.0, 3822.0, 3822.0, 3821.0, 3799.0, 3809.0, 3799.0, 3821.0, 3810.0, 3810.0, 3809.0, 3809.0, 3808.0, 3809.0, 3810.0, 3811.0, 3809.0, 3811.0, 3800.0, 3799.0, 3810.0, 3821.0, 3799.0, 3821.0, 3799.0, 3800.0, 3810.0, 3809.0, 3811.0, 3811.0, 3823.0, 3822.0, 3813.0, 3823.0, 3824.0, 3828.0, 3825.0, 3824.0, 3824.0, 3814.0, 3814.0, 3823.0, 3823.0, 3812.0, 3823.0, 3825.0, 3847.0, 3815.0, 3814.0, 3812.0, 3813.0, 3813.0, 3823.0, 3823.0, 3812.0, 3811.0, 3811.0, 3810.0, 3811.0, 3811.0, 3812.0, 3821.0, 3812.0, 3810.0, 3811.0, 3810.0, 3822.0, 3811.0, 3823.0, 3812.0, 3801.0, 3811.0, 3801.0, 3823.0, 3824.0, 3822.0, 3823.0, 3811.0, 3811.0, 3810.0, 3799.0, 3810.0, 3810.0, 3811.0, 3812.0, 3810.0, 3809.0, 3811.0, 3809.0, 3822.0, 3810.0, 3812.0, 3811.0, 3812.0, 3815.0, 3812.0, 3811.0, 3811.0, 3811.0, 3823.0, 3812.0, 3811.0, 3822.0, 3811.0, 3822.0, 3811.0, 3823.0, 3810.0, 3802.0, 3811.0, 3800.0, 3811.0, 3811.0, 3812.0, 3823.0, 3813.0, 3823.0, 3811.0, 3802.0, 3802.0, 3826.0, 3836.0, 3838.0, 3826.0, 3816.0, 3828.0, 3812.0, 3813.0, 3824.0, 3814.0, 3825.0, 3846.0, 3825.0, 3813.0, 3811.0, 3812.0, 3813.0, 3812.0, 3833.0, 3812.0, 3821.0, 3801.0, 3813.0, 3812.0, 3821.0, 3823.0, 3801.0, 3812.0, 3811.0, 3801.0, 3811.0, 3812.0, 3821.0, 3812.0, 3814.0, 3821.0, 3799.0, 3798.0, 3799.0, 3810.0, 3812.0, 3812.0, 3821.0, 3801.0, 3800.0, 3798.0, 3810.0, 3810.0, 3812.0, 3812.0, 3801.0, 3811.0, 3810.0, 3810.0, 3810.0, 3812.0, 3812.0, 3801.0, 3824.0, 3821.0, 3812.0, 3810.0, 3798.0, 3799.0, 3811.0, 3812.0, 3811.0, 3811.0, 3799.0, 3808.0, 3797.0, 3799.0, 3801.0, 3811.0, 3813.0, 3810.0, 3809.0, 3800.0, 3800.0, 3812.0, 3812.0, 3811.0, 3812.0, 3820.0, 3798.0, 3807.0, 3807.0, 3796.0, 3808.0, 3796.0, 3785.0, 3798.0, 3805.0, 3798.0, 3798.0, 3809.0, 3799.0, 3811.0, 3798.0, 3799.0, 3798.0, 3810.0, 3809.0, 3810.0, 3810.0, 3810.0, 3799.0, 3809.0, 3809.0, 3810.0, 3811.0, 3809.0, 3812.0, 3800.0, 3798.0, 3798.0, 3809.0, 3812.0, 3824.0, 3824.0, 3823.0, 3824.0, 3813.0, 3811.0, 3811.0, 3824.0, 3812.0, 3814.0, 3813.0, 3811.0, 3813.0, 3821.0, 3813.0, 3824.0, 3813.0, 3811.0, 3814.0, 3812.0, 3822.0, 3803.0, 3811.0, 3813.0, 3812.0, 3813.0, 3801.0, 3821.0, 3801.0, 3820.0, 3812.0, 3822.0, 3811.0, 3831.0, 3811.0, 3798.0], 'WindowWidth': [8688.0, 8630.0, 8606.0, 8607.0, 8604.0, 8617.0, 8602.0, 8596.0, 8576.0, 8595.0, 8615.0, 8627.0, 8605.0, 8603.0, 8594.0, 8577.0, 8579.0, 8594.0, 8599.0, 8614.0, 8616.0, 8599.0, 8596.0, 8580.0, 8596.0, 8597.0, 8598.0, 8614.0, 8596.0, 8593.0, 8578.0, 8594.0, 8593.0, 8596.0, 8592.0, 8576.0, 8588.0, 8572.0, 8591.0, 8592.0, 8593.0, 8593.0, 8580.0, 8574.0, 8573.0, 8586.0, 8588.0, 8593.0, 8592.0, 8610.0, 8578.0, 8574.0, 8571.0, 8572.0, 8607.0, 8591.0, 8596.0, 8591.0, 8573.0, 8572.0, 8572.0, 8588.0, 8591.0, 8593.0, 8589.0, 8589.0, 8575.0, 8575.0, 8587.0, 8574.0, 8594.0, 8591.0, 8592.0, 8588.0, 8572.0, 8589.0, 8577.0, 8596.0, 8592.0, 8596.0, 8591.0, 8593.0, 8574.0, 8577.0, 8594.0, 8593.0, 8592.0, 8592.0, 8592.0, 8590.0, 8593.0, 8594.0, 8581.0, 8594.0, 8593.0, 8588.0, 8589.0, 8592.0, 8595.0, 8593.0, 8592.0, 8611.0, 8610.0, 8583.0, 8580.0, 8596.0, 8595.0, 8594.0, 8611.0, 8596.0, 8593.0, 8593.0, 8578.0, 8593.0, 8592.0, 8593.0, 8591.0, 8591.0, 8589.0, 8590.0, 8592.0, 8590.0, 8594.0, 8588.0, 8576.0, 8587.0, 8573.0, 8590.0, 8590.0, 8592.0, 8592.0, 8589.0, 8573.0, 8589.0, 8573.0, 8575.0, 8588.0, 8574.0, 8589.0, 8571.0, 8587.0, 8585.0, 8604.0, 8587.0, 8606.0, 8594.0, 8594.0, 8589.0, 8571.0, 8589.0, 8589.0, 8590.0, 8592.0, 8611.0, 8607.0, 8609.0, 8574.0, 8592.0, 8595.0, 8577.0, 8589.0, 8576.0, 8587.0, 8570.0, 8584.0, 8585.0, 8588.0, 8587.0, 8590.0, 8571.0, 8556.0, 8568.0, 8571.0, 8589.0, 8573.0, 8591.0, 8590.0, 8589.0, 8585.0, 8589.0, 8572.0, 8590.0, 8575.0, 8574.0, 8586.0, 8569.0, 8583.0, 8567.0, 8566.0, 8569.0, 8584.0, 8568.0, 8583.0, 8566.0, 8584.0, 8565.0, 8606.0, 8587.0, 8575.0, 8584.0, 8569.0, 8585.0, 8569.0, 8590.0, 8586.0, 8591.0, 8589.0, 8571.0, 8568.0, 8574.0, 8588.0, 8574.0, 8588.0, 8589.0, 8585.0, 8581.0, 8586.0, 8582.0, 8589.0, 8570.0, 8571.0, 8582.0, 8571.0, 8586.0, 8570.0, 8590.0, 8573.0, 8591.0, 8571.0, 8572.0, 8571.0, 8571.0, 8589.0, 8573.0, 8590.0, 8592.0, 8589.0, 8583.0, 8586.0, 8587.0, 8593.0, 8588.0, 8593.0, 8590.0, 8574.0, 8584.0, 8572.0, 8587.0, 8590.0, 8593.0, 8590.0, 8590.0, 8592.0, 8581.0, 8593.0, 8594.0, 8594.0, 8591.0, 8594.0, 8590.0, 8606.0, 8589.0, 8593.0, 8588.0, 8575.0, 8585.0, 8574.0, 8595.0, 8592.0, 8613.0, 8596.0, 8581.0, 8596.0, 8583.0, 8603.0, 8616.0, 8614.0, 8612.0, 8578.0, 8595.0, 8579.0, 8584.0, 8594.0, 8586.0, 8598.0, 8595.0, 8586.0, 8599.0, 8584.0, 8608.0, 8622.0, 8576.0, 8590.0, 8592.0, 8590.0, 8589.0, 8595.0, 8593.0, 8574.0, 8570.0, 8555.0, 8565.0, 8549.0, 8572.0, 8616.0, 8592.0, 8577.0, 8562.0, 8568.0, 8571.0, 8587.0, 8576.0, 8594.0, 8591.0, 8611.0, 8594.0, 8590.0, 8572.0, 8592.0, 8590.0, 8591.0, 8594.0, 8576.0, 8568.0, 8571.0, 8593.0, 8575.0, 8592.0, 8588.0, 8592.0, 8575.0, 8560.0, 8573.0, 8577.0, 8590.0, 8577.0, 8592.0, 8587.0, 8592.0, 8591.0, 8590.0, 8588.0, 8588.0, 8591.0, 8588.0, 8568.0, 8555.0, 8587.0, 8577.0, 8590.0, 8578.0, 8587.0, 8575.0, 8597.0, 8577.0, 8577.0, 8592.0, 8594.0, 8577.0, 8595.0, 8578.0, 8596.0, 8596.0, 8595.0, 8590.0, 8577.0, 8571.0, 8557.0, 8569.0, 8574.0, 8576.0, 8585.0, 8589.0, 8578.0, 8590.0, 8588.0, 8592.0, 8581.0, 8601.0, 8598.0, 8581.0, 8594.0, 8594.0, 8599.0, 8611.0, 8597.0, 8606.0, 8577.0, 8584.0, 8589.0, 8575.0, 8576.0, 8590.0, 8596.0, 8586.0, 8573.0, 8574.0, 8574.0, 8595.0, 8584.0, 8580.0, 8574.0, 8558.0, 8572.0, 8559.0, 8572.0, 8571.0, 8587.0, 8617.0, 8603.0, 8594.0, 8577.0, 8601.0, 8592.0, 8592.0, 8575.0, 8578.0, 8575.0, 8576.0, 8590.0, 8586.0, 8587.0, 8572.0, 8591.0, 8570.0, 8573.0, 8568.0, 8553.0, 8568.0, 8554.0, 8569.0, 8567.0, 8570.0, 8583.0, 8567.0, 8565.0, 8565.0, 8564.0, 8584.0, 8569.0, 8554.0, 8567.0, 8553.0, 8568.0, 8551.0, 8567.0, 8569.0, 8574.0, 8571.0, 8572.0, 8569.0, 8570.0, 8568.0, 8573.0, 8590.0, 8576.0, 8587.0, 8579.0, 8587.0, 8574.0, 8589.0, 8577.0, 8597.0, 8578.0, 8579.0, 8591.0, 8578.0, 8596.0, 8579.0, 8592.0, 8593.0, 8596.0, 8606.0, 8595.0, 8577.0, 8559.0, 8575.0, 8576.0, 8593.0, 8590.0, 8580.0, 8579.0, 8560.0, 8590.0, 8574.0, 8592.0, 8593.0, 8598.0, 8610.0, 8578.0, 8578.0, 8559.0, 8587.0, 8576.0, 8588.0, 8591.0, 8572.0, 8573.0, 8589.0, 8593.0, 8576.0, 8588.0, 8581.0, 8590.0, 8575.0, 8592.0, 8575.0, 8581.0, 8591.0, 8579.0, 8574.0, 8562.0, 8575.0, 8569.0, 8572.0, 8586.0, 8575.0, 8588.0, 8593.0, 8573.0, 8558.0, 8555.0, 8558.0, 8587.0, 8577.0, 8591.0, 8574.0, 8589.0, 8586.0, 8591.0, 8575.0, 8578.0, 8573.0, 8559.0, 8571.0, 8569.0, 8592.0, 8559.0, 8582.0, 8589.0, 8573.0, 8576.0, 8575.0, 8577.0, 8574.0, 8580.0, 8590.0, 8587.0, 8573.0, 8572.0, 8576.0, 8583.0, 8573.0, 8598.0, 8570.0, 8555.0, 8555.0, 8572.0, 8572.0, 8573.0, 8590.0, 8592.0, 8575.0, 8561.0, 8575.0, 8561.0, 8588.0, 8594.0, 8572.0, 8569.0, 8569.0, 8567.0, 8589.0, 8571.0, 8570.0, 8570.0, 8566.0, 8564.0, 8565.0, 8567.0, 8586.0, 8569.0, 8557.0, 8570.0, 8556.0, 8572.0, 8571.0, 8572.0, 8573.0, 8574.0, 8575.0, 8572.0, 8569.0, 8569.0, 8565.0, 8567.0, 8568.0, 8570.0, 8571.0, 8621.0, 8579.0, 8573.0, 8577.0, 8585.0, 8588.0, 8574.0, 8590.0, 8575.0, 8572.0, 8571.0, 8573.0, 8588.0, 8590.0, 8571.0, 8595.0, 8572.0, 8556.0, 8568.0, 8572.0, 8572.0, 8573.0, 8571.0, 8555.0, 8570.0, 8571.0, 8572.0, 8573.0, 8594.0, 8600.0, 8582.0, 8565.0, 8586.0, 8602.0, 8614.0, 8601.0, 8580.0, 8599.0, 8588.0, 8589.0, 8569.0, 8588.0, 8589.0, 8589.0, 8586.0, 8554.0, 8566.0, 8555.0, 8584.0, 8572.0, 8569.0, 8567.0, 8566.0, 8564.0, 8568.0, 8570.0, 8572.0, 8567.0, 8572.0, 8556.0, 8555.0, 8570.0, 8585.0, 8554.0, 8586.0, 8555.0, 8557.0, 8570.0, 8568.0, 8573.0, 8574.0, 8593.0, 8590.0, 8580.0, 8594.0, 8596.0, 8607.0, 8600.0, 8595.0, 8596.0, 8581.0, 8583.0, 8592.0, 8591.0, 8576.0, 8592.0, 8599.0, 8630.0, 8584.0, 8580.0, 8576.0, 8577.0, 8578.0, 8591.0, 8593.0, 8573.0, 8571.0, 8571.0, 8568.0, 8572.0, 8573.0, 8574.0, 8586.0, 8576.0, 8571.0, 8573.0, 8569.0, 8588.0, 8572.0, 8591.0, 8576.0, 8559.0, 8572.0, 8559.0, 8593.0, 8596.0, 8589.0, 8593.0, 8572.0, 8571.0, 8569.0, 8553.0, 8569.0, 8570.0, 8572.0, 8572.0, 8568.0, 8566.0, 8570.0, 8568.0, 8589.0, 8569.0, 8577.0, 8573.0, 8574.0, 8582.0, 8576.0, 8573.0, 8572.0, 8573.0, 8590.0, 8574.0, 8571.0, 8589.0, 8571.0, 8588.0, 8573.0, 8592.0, 8570.0, 8563.0, 8571.0, 8557.0, 8573.0, 8573.0, 8576.0, 8591.0, 8579.0, 8591.0, 8573.0, 8562.0, 8563.0, 8601.0, 8617.0, 8620.0, 8603.0, 8587.0, 8606.0, 8575.0, 8576.0, 8594.0, 8583.0, 8597.0, 8627.0, 8597.0, 8577.0, 8573.0, 8573.0, 8577.0, 8573.0, 8602.0, 8572.0, 8585.0, 8557.0, 8577.0, 8574.0, 8586.0, 8590.0, 8562.0, 8572.0, 8570.0, 8557.0, 8571.0, 8572.0, 8585.0, 8575.0, 8578.0, 8584.0, 8553.0, 8550.0, 8550.0, 8568.0, 8573.0, 8576.0, 8585.0, 8559.0, 8554.0, 8551.0, 8567.0, 8568.0, 8575.0, 8573.0, 8558.0, 8569.0, 8568.0, 8566.0, 8566.0, 8572.0, 8572.0, 8557.0, 8591.0, 8585.0, 8575.0, 8569.0, 8551.0, 8553.0, 8569.0, 8573.0, 8571.0, 8572.0, 8552.0, 8562.0, 8547.0, 8552.0, 8558.0, 8571.0, 8576.0, 8568.0, 8566.0, 8556.0, 8555.0, 8573.0, 8572.0, 8572.0, 8571.0, 8580.0, 8548.0, 8559.0, 8560.0, 8543.0, 8559.0, 8543.0, 8529.0, 8547.0, 8556.0, 8549.0, 8548.0, 8564.0, 8552.0, 8570.0, 8549.0, 8552.0, 8549.0, 8567.0, 8567.0, 8570.0, 8568.0, 8569.0, 8552.0, 8565.0, 8565.0, 8568.0, 8571.0, 8569.0, 8575.0, 8554.0, 8552.0, 8551.0, 8567.0, 8576.0, 8591.0, 8594.0, 8593.0, 8594.0, 8577.0, 8574.0, 8573.0, 8594.0, 8575.0, 8580.0, 8577.0, 8573.0, 8575.0, 8586.0, 8580.0, 8593.0, 8579.0, 8574.0, 8582.0, 8575.0, 8588.0, 8563.0, 8573.0, 8579.0, 8576.0, 8579.0, 8558.0, 8585.0, 8557.0, 8583.0, 8575.0, 8587.0, 8574.0, 8598.0, 8569.0, 8549.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.001377174151150055</td></tr>
<tr><td colspan=3>aqi</td><td>0.02972471456736035</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.765870658969284</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.211218462894735</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9848166518092106</td></tr>
<tr><td colspan=3>efc</td><td>0.4923</td></tr>
<tr><td colspan=3>fber</td><td>5869.0913</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08814147746599953</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.723986856516977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3507170282532246</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2676354004808137</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.545667575670192</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.238848108608668</td></tr>
<tr><td colspan=3>gcor</td><td>0.00454642</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007888281717896461</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026430346071720123</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.341890891598943</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>23.0195</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3957</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.2482</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292988.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.3848</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1992</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>435.9142</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3024.2368</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1311.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3880.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>726.8679</td></tr>
<tr><td colspan=3>tsnr</td><td>36.92895728047006</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>