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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-02/func/sub-0098_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5a4d0a9483fb49b7a4f0ca642ce836b4</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>13:50:22.572500</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.99768, -0.0677909, -0.00618284, 0.068015, 0.988996, 0.13138]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112342</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7798, -7165, 235, -102, 72, -39, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4e0e10be-b4ea-4fb8-a0b5-d718ed52ed5c||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.676703453063965, 0.18247941136360168, 0.00753721734508872, 105.40565490722656], [0.18187814950942993, 2.6534042358398438, 0.3550384044647217, -107.4439926147461], [-0.0165881160646677, -0.35248273611068726, 2.676544427871704, -25.00989532470703], [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': ['135022.572500', '135023.032500', '135023.492500', '135023.952500', '135024.412500', '135024.872500', '135025.332500', '135025.792500', '135026.252500', '135026.712500', '135027.172500', '135027.632500', '135028.092500', '135028.552500', '135029.012500', '135029.472500', '135029.932500', '135030.392500', '135030.852500', '135031.312500', '135031.772500', '135032.232500', '135032.692500', '135033.152500', '135033.612500', '135034.072500', '135034.532500', '135034.992500', '135035.452500', '135035.912500', '135036.372500', '135036.832500', '135037.292500', '135037.752500', '135038.212500', '135038.672500', '135039.132500', '135039.592500', '135040.052500', '135040.512500', '135040.972500', '135041.432500', '135041.892500', '135042.352500', '135042.812500', '135043.272500', '135043.732500', '135044.192500', '135044.652500', '135045.112500', '135045.572500', '135046.032500', '135046.492500', '135046.952500', '135047.412500', '135047.872500', '135048.332500', '135048.792500', '135049.252500', '135049.712500', '135050.172500', '135050.632500', '135051.092500', '135051.552500', '135052.012500', '135052.472500', '135052.932500', '135053.392500', '135053.852500', '135054.312500', '135054.772500', '135055.232500', '135055.692500', '135056.152500', '135056.612500', '135057.072500', '135057.532500', '135057.992500', '135058.452500', '135058.912500', '135059.372500', '135059.832500', '135100.292500', '135100.752500', '135101.212500', '135101.672500', '135102.132500', '135102.592500', '135103.052500', '135103.512500', '135103.972500', '135104.432500', '135104.892500', '135105.352500', '135105.812500', '135106.272500', '135106.732500', '135107.192500', '135107.652500', '135108.112500', '135108.572500', '135109.032500', '135109.492500', '135109.952500', '135110.412500', '135110.872500', '135111.332500', '135111.792500', '135112.252500', '135112.712500', '135113.172500', '135113.632500', '135114.092500', '135114.552500', '135115.012500', '135115.472500', '135115.932500', '135116.392500', '135116.852500', '135117.312500', '135117.772500', '135118.232500', '135118.692500', '135119.152500', '135119.612500', '135120.072500', '135120.532500', '135120.992500', '135121.452500', '135121.912500', '135122.372500', '135122.832500', '135123.292500', '135123.752500', '135124.212500', '135124.672500', '135125.132500', '135125.592500', '135126.052500', '135126.512500', '135126.972500', '135127.432500', '135127.892500', '135128.352500', '135128.812500', '135129.272500', '135129.732500', '135130.192500', '135130.652500', '135131.112500', '135131.572500', '135132.032500', '135132.492500', '135132.952500', '135133.412500', '135133.872500', '135134.332500', '135134.792500', '135135.252500', '135135.712500', '135136.172500', '135136.632500', '135137.092500', '135137.552500', '135138.012500', '135138.472500', '135138.932500', '135139.392500', '135139.852500', '135140.312500', '135140.772500', '135141.232500', '135141.692500', '135142.152500', '135142.612500', '135143.072500', '135143.532500', '135143.992500', '135144.452500', '135144.912500', '135145.372500', '135145.832500', '135146.292500', '135146.752500', '135147.212500', '135147.672500', '135148.132500', '135148.592500', '135149.052500', '135149.512500', '135149.972500', '135150.432500', '135150.892500', '135151.352500', '135151.812500', '135152.272500', '135152.732500', '135153.192500', '135153.652500', '135154.112500', '135154.572500', '135155.032500', '135155.492500', '135155.952500', '135156.412500', '135156.872500', '135157.332500', '135157.792500', '135158.252500', '135158.712500', '135159.172500', '135159.632500', '135200.092500', '135200.552500', '135201.012500', '135201.472500', '135201.932500', '135202.392500', '135202.852500', '135203.312500', '135203.772500', '135204.232500', '135204.692500', '135205.152500', '135205.612500', '135206.072500', '135206.532500', '135206.992500', '135207.452500', '135207.912500', '135208.372500', '135208.832500', '135209.292500', '135209.752500', '135210.212500', '135210.672500', '135211.132500', '135211.592500', '135212.052500', '135212.512500', '135212.972500', '135213.432500', '135213.892500', '135214.352500', '135214.812500', '135215.272500', '135215.732500', '135216.192500', '135216.652500', '135217.112500', '135217.572500', '135218.032500', '135218.492500', '135218.952500', '135219.412500', '135219.872500', '135220.332500', '135220.792500', '135221.252500', '135221.712500', '135222.172500', '135222.632500', '135223.092500', '135223.552500', '135224.012500', '135224.472500', '135224.932500', '135225.392500', '135225.852500', '135226.312500', '135226.772500', '135227.232500', '135227.692500', '135228.152500', '135228.612500', '135229.072500', '135229.532500', '135229.992500', '135230.452500', '135230.912500', '135231.372500', '135231.832500', '135232.292500', '135232.752500', '135233.212500', '135233.672500', '135234.132500', '135234.592500', '135235.052500', '135235.512500', '135235.972500', '135236.432500', '135236.892500', '135237.352500', '135237.812500', '135238.272500', '135238.732500', '135239.192500', '135239.652500', '135240.112500', '135240.572500', '135241.032500', '135241.492500', '135241.952500', '135242.412500', '135242.872500', '135243.332500', '135243.792500', '135244.252500', '135244.712500', '135245.172500', '135245.632500', '135246.092500', '135246.552500', '135247.012500', '135247.472500', '135247.932500', '135248.392500', '135248.852500', '135249.312500', '135249.772500', '135250.232500', '135250.692500', '135251.152500', '135251.612500', '135252.072500', '135252.532500', '135252.992500', '135253.452500', '135253.912500', '135254.372500', '135254.832500', '135255.292500', '135255.752500', '135256.212500', '135256.672500', '135257.132500', '135257.592500', '135258.052500', '135258.512500', '135258.972500', '135259.432500', '135259.892500', '135300.352500', '135300.812500', '135301.272500', '135301.732500', '135302.192500', '135302.652500', '135303.112500', '135303.572500', '135304.032500', '135304.492500', '135304.952500', '135305.412500', '135305.872500', '135306.332500', '135306.792500', '135307.252500', '135307.712500', '135308.172500', '135308.632500', '135309.092500', '135309.552500', '135310.012500', '135310.472500', '135310.932500', '135311.392500', '135311.852500', '135312.312500', '135312.772500', '135313.232500', '135313.692500', '135314.152500', '135314.612500', '135315.072500', '135315.532500', '135315.992500', '135316.452500', '135316.912500', '135317.372500', '135317.832500', '135318.292500', '135318.752500', '135319.212500', '135319.672500', '135320.132500', '135320.592500', '135321.052500', '135321.512500', '135321.972500', '135322.432500', '135322.892500', '135323.352500', '135323.812500', '135324.272500', '135324.732500', '135325.192500', '135325.652500', '135326.112500', '135326.572500', '135327.032500', '135327.492500', '135327.952500', '135328.412500', '135328.872500', '135329.332500', '135329.792500', '135330.252500', '135330.712500', '135331.172500', '135331.632500', '135332.092500', '135332.552500', '135333.012500', '135333.472500', '135333.932500', '135334.392500', '135334.852500', '135335.312500', '135335.772500', '135336.232500', '135336.692500', '135337.152500', '135337.612500', '135338.072500', '135338.532500', '135338.992500', '135339.452500', '135339.912500', '135340.372500', '135340.832500', '135341.292500', '135341.752500', '135342.212500', '135342.672500', '135343.132500', '135343.592500', '135344.052500', '135344.512500', '135344.972500', '135345.432500', '135345.892500', '135346.352500', '135346.812500', '135347.272500', '135347.732500', '135348.192500', '135348.652500', '135349.112500', '135349.572500', '135350.032500', '135350.492500', '135350.952500', '135351.412500', '135351.872500', '135352.332500', '135352.792500', '135353.252500', '135353.712500', '135354.172500', '135354.632500', '135355.092500', '135355.552500', '135356.012500', '135356.472500', '135356.932500', '135357.392500', '135357.852500', '135358.312500', '135358.772500', '135359.232500', '135359.692500', '135400.152500', '135400.612500', '135401.072500', '135401.532500', '135401.992500', '135402.452500', '135402.912500', '135403.372500', '135403.832500', '135404.292500', '135404.752500', '135405.212500', '135405.672500', '135406.132500', '135406.592500', '135407.052500', '135407.512500', '135407.972500', '135408.432500', '135408.892500', '135409.352500', '135409.812500', '135410.272500', '135410.732500', '135411.192500', '135411.652500', '135412.112500', '135412.572500', '135413.032500', '135413.492500', '135413.952500', '135414.412500', '135414.872500', '135415.332500', '135415.792500', '135416.252500', '135416.712500', '135417.172500', '135417.632500', '135418.092500', '135418.552500', '135419.012500', '135419.472500', '135419.932500', '135420.392500', '135420.852500', '135421.312500', '135421.772500', '135422.232500', '135422.692500', '135423.152500', '135423.612500', '135424.072500', '135424.532500', '135424.992500', '135425.452500', '135425.912500', '135426.372500', '135426.832500', '135427.292500', '135427.752500', '135428.212500', '135428.672500', '135429.132500', '135429.592500', '135430.052500', '135430.512500', '135430.972500', '135431.432500', '135431.892500', '135432.352500', '135432.812500', '135433.272500', '135433.732500', '135434.192500', '135434.652500', '135435.112500', '135435.572500', '135436.032500', '135436.492500', '135436.952500', '135437.412500', '135437.872500', '135438.332500', '135438.792500', '135439.252500', '135439.712500', '135440.172500', '135440.632500', '135441.092500', '135441.552500', '135442.012500', '135442.472500', '135442.932500', '135443.392500', '135443.852500', '135444.312500', '135444.772500', '135445.232500', '135445.692500', '135446.152500', '135446.612500', '135447.072500', '135447.532500', '135447.992500', '135448.452500', '135448.912500', '135449.372500', '135449.832500', '135450.292500', '135450.752500', '135451.212500', '135451.672500', '135452.132500', '135452.592500', '135453.052500', '135453.512500', '135453.972500', '135454.432500', '135454.892500', '135455.352500', '135455.812500', '135456.272500', '135456.732500', '135457.192500', '135457.652500', '135458.112500', '135458.572500', '135459.032500', '135459.492500', '135459.952500', '135500.412500', '135500.872500', '135501.332500', '135501.792500', '135502.252500', '135502.712500', '135503.172500', '135503.632500', '135504.092500', '135504.552500', '135505.012500', '135505.472500', '135505.932500', '135506.392500', '135506.852500', '135507.312500', '135507.772500', '135508.232500', '135508.692500', '135509.152500', '135509.612500', '135510.072500', '135510.532500', '135510.992500', '135511.452500', '135511.912500', '135512.372500', '135512.832500', '135513.292500', '135513.752500', '135514.212500', '135514.672500', '135515.132500', '135515.592500', '135516.052500', '135516.512500', '135516.972500', '135517.432500', '135517.892500', '135518.352500', '135518.812500', '135519.272500', '135519.732500', '135520.192500', '135520.652500', '135521.112500', '135521.572500', '135522.032500', '135522.492500', '135522.952500', '135523.412500', '135523.872500', '135524.332500', '135524.792500', '135525.252500', '135525.712500', '135526.172500', '135526.632500', '135527.092500', '135527.552500', '135528.012500', '135528.472500', '135528.932500', '135529.392500', '135529.852500', '135530.312500', '135530.772500', '135531.232500', '135531.692500', '135532.152500', '135532.612500', '135533.072500', '135533.532500', '135533.992500', '135534.452500', '135534.912500', '135535.372500', '135535.832500', '135536.292500', '135536.752500', '135537.212500', '135537.672500', '135538.132500', '135538.592500', '135539.052500', '135539.512500', '135539.972500', '135540.432500', '135540.892500', '135541.352500', '135541.812500', '135542.272500', '135542.732500', '135543.192500', '135543.652500', '135544.112500', '135544.572500', '135545.032500', '135545.492500', '135545.952500', '135546.412500', '135546.872500', '135547.332500', '135547.792500', '135548.252500', '135548.712500', '135549.172500', '135549.632500', '135550.092500', '135550.552500', '135551.012500', '135551.472500', '135551.932500', '135552.392500', '135552.852500', '135553.312500', '135553.772500', '135554.232500', '135554.692500', '135555.152500', '135555.612500', '135556.072500', '135556.532500', '135556.992500', '135557.452500', '135557.912500', '135558.372500', '135558.832500', '135559.292500', '135559.752500', '135600.212500', '135600.672500', '135601.132500', '135601.592500', '135602.052500', '135602.512500', '135602.972500', '135603.432500', '135603.892500', '135604.352500', '135604.812500', '135605.272500', '135605.732500', '135606.192500', '135606.652500', '135607.112500', '135607.572500', '135608.032500', '135608.492500', '135608.952500', '135609.412500', '135609.872500', '135610.332500', '135610.792500', '135611.252500', '135611.712500', '135612.172500', '135612.632500', '135613.092500', '135613.552500', '135614.012500', '135614.472500', '135614.932500', '135615.392500', '135615.852500', '135616.312500', '135616.772500', '135617.232500', '135617.692500', '135618.152500', '135618.612500', '135619.072500', '135619.532500', '135619.992500', '135620.452500', '135620.912500', '135621.372500', '135621.832500', '135622.292500', '135622.752500', '135623.212500', '135623.672500', '135624.132500', '135624.592500', '135625.052500', '135625.512500', '135625.972500', '135626.432500', '135626.892500', '135627.352500', '135627.812500', '135628.272500', '135628.732500', '135629.192500', '135629.652500', '135630.112500', '135630.572500', '135631.032500', '135631.492500', '135631.952500', '135632.412500', '135632.872500', '135633.332500', '135633.792500', '135634.252500', '135634.712500', '135635.172500', '135635.632500', '135636.092500', '135636.552500', '135637.012500', '135637.472500', '135637.932500', '135638.392500', '135638.852500', '135639.312500', '135639.772500', '135640.232500', '135640.692500', '135641.152500', '135641.612500', '135642.072500', '135642.532500', '135642.992500', '135643.452500', '135643.912500', '135644.372500', '135644.832500', '135645.292500', '135645.752500', '135646.212500', '135646.672500', '135647.132500', '135647.592500', '135648.052500', '135648.512500', '135648.972500', '135649.432500', '135649.892500', '135650.352500', '135650.812500', '135651.272500', '135651.732500', '135652.192500', '135652.652500', '135653.112500', '135653.572500', '135654.032500', '135654.492500', '135654.952500', '135655.412500', '135655.872500', '135656.332500', '135656.792500', '135657.252500', '135657.712500', '135658.172500', '135658.632500', '135659.092500', '135659.552500', '135700.012500', '135700.472500', '135700.932500', '135701.392500', '135701.852500', '135702.312500', '135702.772500', '135703.232500', '135703.692500', '135704.152500', '135704.612500', '135705.072500', '135705.532500', '135705.992500', '135706.452500', '135706.912500', '135707.372500', '135707.832500', '135708.292500', '135708.752500', '135709.212500', '135709.672500', '135710.132500', '135710.592500', '135711.052500', '135711.512500', '135711.972500', '135712.432500', '135712.892500', '135713.352500', '135713.812500', '135714.272500', '135714.732500', '135715.192500', '135715.652500', '135716.112500', '135716.572500', '135717.032500', '135717.492500', '135717.952500', '135718.412500', '135718.872500', '135719.332500', '135719.792500', '135720.252500', '135720.712500', '135721.172500', '135721.632500', '135722.092500', '135722.552500'], 'ContentTime': ['135042.664000', '135042.672000', '135042.674000', '135042.677000', '135042.680000', '135042.682000', '135042.685000', '135042.687000', '135042.690000', '135042.692000', '135042.695000', '135042.697000', '135042.700000', '135042.703000', '135042.705000', '135042.708000', '135042.710000', '135042.713000', '135042.715000', '135042.718000', '135042.721000', '135042.728000', '135042.730000', '135042.733000', '135042.735000', '135042.738000', '135042.741000', '135042.743000', '135042.746000', '135042.748000', '135042.751000', '135042.753000', '135042.756000', '135042.758000', '135042.761000', '135042.764000', '135042.766000', '135042.769000', '135042.771000', '135042.774000', '135102.617000', '135102.620000', '135102.623000', '135102.625000', '135102.628000', '135102.631000', '135102.633000', '135102.636000', '135102.638000', '135102.641000', '135102.643000', '135102.646000', '135102.648000', '135102.651000', '135102.653000', '135102.656000', '135102.659000', '135102.661000', '135102.664000', '135102.667000', '135102.669000', '135102.672000', '135102.674000', '135102.677000', '135102.679000', '135102.682000', '135102.685000', '135102.687000', '135102.690000', '135102.692000', '135102.695000', '135102.698000', '135102.700000', '135102.703000', '135102.705000', '135102.708000', '135102.710000', '135102.713000', '135102.716000', '135102.718000', '135102.721000', '135102.723000', '135102.726000', '135102.730000', '135122.617000', '135122.620000', '135122.623000', '135122.625000', '135122.628000', '135122.631000', '135122.633000', '135122.636000', '135122.638000', '135122.641000', '135122.644000', '135122.646000', '135122.649000', '135122.651000', '135122.654000', '135122.656000', '135122.659000', '135122.661000', '135122.664000', '135122.667000', '135122.669000', '135122.672000', '135122.674000', '135122.677000', '135122.679000', '135122.682000', '135122.684000', '135122.687000', '135122.690000', '135122.692000', '135122.695000', '135122.697000', '135122.700000', '135122.702000', '135122.705000', '135122.707000', '135122.710000', '135122.713000', '135122.716000', '135122.719000', '135122.721000', '135122.724000', '135122.726000', '135142.618000', '135142.620000', '135142.623000', '135142.626000', '135142.628000', '135142.631000', '135142.633000', '135142.636000', '135142.639000', '135142.642000', '135142.644000', '135142.647000', '135142.650000', '135142.652000', '135142.655000', '135142.658000', '135142.660000', '135142.663000', '135142.665000', '135142.668000', '135142.671000', '135142.673000', '135142.676000', '135142.678000', '135142.681000', '135142.684000', '135142.686000', '135142.689000', '135142.692000', '135142.694000', '135142.697000', '135142.699000', '135142.702000', '135142.705000', '135142.707000', '135142.710000', '135142.713000', '135142.715000', '135142.725000', '135142.728000', '135142.731000', '135142.733000', '135142.736000', '135142.739000', '135202.618000', '135202.621000', '135202.624000', '135202.626000', '135202.629000', '135202.632000', '135202.634000', '135202.637000', '135202.639000', '135202.642000', '135202.644000', '135202.647000', '135202.650000', '135202.652000', '135202.655000', '135202.657000', '135202.660000', '135202.662000', '135202.665000', '135202.668000', '135202.670000', '135202.673000', '135202.675000', '135202.678000', '135202.681000', '135202.683000', '135202.686000', '135202.688000', '135202.691000', '135202.694000', '135202.696000', '135202.699000', '135202.701000', '135202.704000', '135202.707000', '135202.709000', '135202.712000', '135202.714000', '135202.717000', '135202.719000', '135202.748000', '135202.750000', '135202.753000', '135222.619000', '135222.621000', '135222.624000', '135222.627000', '135222.629000', '135222.632000', '135222.634000', '135222.637000', '135222.639000', '135222.642000', '135222.645000', '135222.647000', '135222.650000', '135222.652000', '135222.655000', '135222.658000', '135222.660000', '135222.663000', '135222.665000', '135222.668000', '135222.670000', '135222.673000', '135222.676000', '135222.678000', '135222.681000', '135222.683000', '135222.686000', '135222.689000', '135222.691000', '135222.694000', '135222.696000', '135222.699000', '135222.701000', '135222.704000', '135222.707000', '135222.709000', '135222.712000', '135222.715000', '135222.717000', '135222.720000', '135222.723000', '135222.725000', '135222.728000', '135222.730000', '135242.619000', '135242.621000', '135242.624000', '135242.627000', '135242.629000', '135242.632000', '135242.635000', '135242.637000', '135242.640000', '135242.642000', '135242.645000', '135242.648000', '135242.650000', '135242.653000', '135242.655000', '135242.658000', '135242.661000', '135242.663000', '135242.666000', '135242.668000', '135242.671000', '135242.673000', '135242.676000', '135242.679000', '135242.681000', '135242.684000', '135242.687000', '135242.689000', '135242.692000', '135242.694000', '135242.697000', '135242.700000', '135242.703000', '135242.706000', '135242.709000', '135242.712000', '135242.715000', '135242.717000', '135242.720000', '135242.723000', '135242.725000', '135242.728000', '135242.730000', '135302.617000', '135302.620000', '135302.623000', '135302.625000', '135302.628000', '135302.631000', '135302.633000', '135302.636000', '135302.639000', '135302.641000', '135302.644000', '135302.647000', '135302.649000', '135302.652000', '135302.654000', '135302.657000', '135302.659000', '135302.662000', '135302.665000', '135302.667000', '135302.670000', '135302.672000', '135302.675000', '135302.678000', '135302.680000', '135302.683000', '135302.685000', '135302.688000', '135302.691000', '135302.693000', '135302.696000', '135302.698000', '135302.701000', '135302.703000', '135302.706000', '135302.709000', '135302.711000', '135302.714000', '135302.716000', '135302.719000', '135302.722000', '135302.724000', '135302.727000', '135302.729000', '135322.617000', '135322.620000', '135322.623000', '135322.626000', '135322.628000', '135322.631000', '135322.633000', '135322.636000', '135322.639000', '135322.642000', '135322.644000', '135322.647000', '135322.649000', '135322.652000', '135322.655000', '135322.657000', '135322.660000', '135322.662000', '135322.665000', '135322.668000', '135322.670000', '135322.673000', '135322.675000', '135322.678000', '135322.681000', '135322.683000', '135322.686000', '135322.689000', '135322.691000', '135322.694000', '135322.696000', '135322.699000', '135322.702000', '135322.704000', '135322.707000', '135322.710000', '135322.712000', '135322.715000', '135322.717000', '135322.720000', '135322.723000', '135322.725000', '135322.728000', '135342.618000', '135342.620000', '135342.623000', '135342.626000', '135342.628000', '135342.631000', '135342.634000', '135342.636000', '135342.639000', '135342.642000', '135342.644000', '135342.647000', '135342.650000', '135342.652000', '135342.655000', '135342.657000', '135342.660000', '135342.663000', '135342.665000', '135342.668000', '135342.671000', '135342.673000', '135342.676000', '135342.678000', '135342.681000', '135342.684000', '135342.686000', '135342.689000', '135342.691000', '135342.694000', '135342.697000', '135342.699000', '135342.702000', '135342.705000', '135342.707000', '135342.710000', '135342.718000', '135342.726000', '135342.729000', '135342.731000', '135342.734000', '135342.737000', '135342.739000', '135342.742000', '135402.617000', '135402.620000', '135402.623000', '135402.626000', '135402.628000', '135402.631000', '135402.634000', '135402.636000', '135402.639000', '135402.642000', '135402.644000', '135402.647000', '135402.650000', '135402.652000', '135402.655000', '135402.658000', '135402.660000', '135402.663000', '135402.665000', '135402.668000', '135402.671000', '135402.673000', '135402.676000', '135402.679000', '135402.681000', '135402.684000', '135402.686000', '135402.689000', '135402.691000', '135402.694000', '135402.697000', '135402.699000', '135402.702000', '135402.705000', '135402.707000', '135402.710000', '135402.712000', '135402.715000', '135402.718000', '135402.720000', '135402.723000', '135402.725000', '135402.728000', '135422.618000', '135422.621000', '135422.624000', '135422.627000', '135422.629000', '135422.632000', '135422.635000', '135422.637000', '135422.640000', '135422.643000', '135422.645000', '135422.648000', '135422.650000', '135422.653000', '135422.656000', '135422.658000', '135422.661000', '135422.663000', '135422.666000', '135422.669000', '135422.671000', '135422.674000', '135422.677000', '135422.679000', '135422.682000', '135422.684000', '135422.687000', '135422.690000', '135422.693000', '135422.695000', '135422.698000', '135422.701000', '135422.703000', '135422.706000', '135422.708000', '135422.711000', '135422.714000', '135422.716000', '135422.719000', '135422.722000', '135422.724000', '135422.727000', '135422.730000', '135422.732000', '135442.619000', '135442.621000', '135442.624000', '135442.627000', '135442.630000', '135442.632000', '135442.635000', '135442.637000', '135442.640000', '135442.642000', '135442.645000', '135442.648000', '135442.650000', '135442.653000', '135442.655000', '135442.658000', '135442.661000', '135442.663000', '135442.666000', '135442.669000', '135442.671000', '135442.674000', '135442.676000', '135442.679000', '135442.682000', '135442.684000', '135442.687000', '135442.689000', '135442.692000', '135442.695000', '135442.697000', '135442.700000', '135442.703000', '135442.705000', '135442.708000', '135442.711000', '135442.713000', '135442.716000', '135442.718000', '135442.721000', '135442.724000', '135442.726000', '135442.729000', '135502.619000', '135502.621000', '135502.624000', '135502.627000', '135502.629000', '135502.632000', '135502.635000', '135502.637000', '135502.640000', '135502.642000', '135502.645000', '135502.648000', '135502.650000', '135502.653000', '135502.655000', '135502.658000', '135502.661000', '135502.663000', '135502.666000', '135502.669000', '135502.672000', '135502.674000', '135502.677000', '135502.680000', '135502.682000', '135502.685000', '135502.688000', '135502.691000', '135502.694000', '135502.697000', '135502.699000', '135502.702000', '135502.704000', '135502.707000', '135502.710000', '135502.712000', '135502.715000', '135502.717000', '135502.720000', '135502.723000', '135502.725000', '135502.728000', '135502.730000', '135522.617000', '135522.620000', '135522.623000', '135522.626000', '135522.642000', '135522.645000', '135522.647000', '135522.650000', '135522.652000', '135522.655000', '135522.658000', '135522.660000', '135522.663000', '135522.665000', '135522.668000', '135522.671000', '135522.673000', '135522.676000', '135522.678000', '135522.681000', '135522.684000', '135522.686000', '135522.689000', '135522.691000', '135522.694000', '135522.697000', '135522.699000', '135522.702000', '135522.705000', '135522.707000', '135522.710000', '135522.713000', '135522.715000', '135522.718000', '135522.721000', '135522.723000', '135522.726000', '135522.728000', '135522.731000', '135522.734000', '135522.736000', '135522.739000', '135522.742000', '135522.744000', '135542.618000', '135542.620000', '135542.623000', '135542.626000', '135542.629000', '135542.631000', '135542.634000', '135542.636000', '135542.639000', '135542.642000', '135542.644000', '135542.647000', '135542.650000', '135542.652000', '135542.655000', '135542.658000', '135542.660000', '135542.663000', '135542.666000', '135542.668000', '135542.671000', '135542.673000', '135542.676000', '135542.679000', '135542.681000', '135542.684000', '135542.686000', '135542.689000', '135542.692000', '135542.694000', '135542.697000', '135542.700000', '135542.702000', '135542.705000', '135542.707000', '135542.710000', '135542.713000', '135542.715000', '135542.718000', '135542.720000', '135542.723000', '135542.726000', '135542.728000', '135542.731000', '135602.617000', '135602.621000', '135602.623000', '135602.626000', '135602.628000', '135602.631000', '135602.633000', '135602.636000', '135602.639000', '135602.641000', '135602.644000', '135602.646000', '135602.649000', '135602.652000', '135602.654000', '135602.657000', '135602.660000', '135602.662000', '135602.665000', '135602.667000', '135602.670000', '135602.673000', '135602.675000', '135602.678000', '135602.680000', '135602.683000', '135602.685000', '135602.688000', '135602.691000', '135602.693000', '135602.696000', '135602.698000', '135602.701000', '135602.704000', '135602.706000', '135602.709000', '135602.711000', '135602.714000', '135602.717000', '135602.719000', '135602.722000', '135602.726000', '135602.729000', '135622.618000', '135622.620000', '135622.623000', '135622.626000', '135622.628000', '135622.631000', '135622.634000', '135622.636000', '135622.639000', '135622.641000', '135622.644000', '135622.647000', '135622.649000', '135622.653000', '135622.656000', '135622.659000', '135622.661000', '135622.664000', '135622.666000', '135622.669000', '135622.672000', '135622.674000', '135622.677000', '135622.679000', '135622.682000', '135622.685000', '135622.687000', '135622.690000', '135622.692000', '135622.695000', '135622.698000', '135622.700000', '135622.703000', '135622.705000', '135622.708000', '135622.711000', '135622.714000', '135622.716000', '135622.719000', '135622.721000', '135622.724000', '135622.727000', '135622.729000', '135622.732000', '135642.619000', '135642.622000', '135642.624000', '135642.627000', '135642.630000', '135642.632000', '135642.635000', '135642.637000', '135642.640000', '135642.643000', '135642.645000', '135642.648000', '135642.650000', '135642.653000', '135642.700000', '135642.703000', '135642.705000', '135642.708000', '135642.710000', '135642.713000', '135642.716000', '135642.718000', '135642.721000', '135642.723000', '135642.726000', '135642.729000', '135642.731000', '135642.734000', '135642.736000', '135642.739000', '135642.742000', '135642.744000', '135642.747000', '135642.749000', '135642.752000', '135642.754000', '135642.757000', '135642.760000', '135642.762000', '135642.765000', '135642.767000', '135642.770000', '135642.773000', '135702.618000', '135702.621000', '135702.624000', '135702.627000', '135702.629000', '135702.632000', '135702.634000', '135702.637000', '135702.639000', '135702.642000', '135702.645000', '135702.647000', '135702.650000', '135702.652000', '135702.655000', '135702.658000', '135702.660000', '135702.663000', '135702.665000', '135702.668000', '135702.670000', '135702.673000', '135702.676000', '135702.678000', '135702.681000', '135702.683000', '135702.686000', '135702.689000', '135702.691000', '135702.694000', '135702.697000', '135702.699000', '135702.702000', '135702.704000', '135702.707000', '135702.710000', '135702.712000', '135702.715000', '135702.718000', '135702.720000', '135702.723000', '135702.726000', '135702.728000', '135722.621000', '135722.624000', '135722.626000', '135722.629000', '135722.632000', '135722.635000', '135722.637000', '135722.640000', '135722.642000', '135722.645000', '135722.648000', '135722.650000', '135722.653000', '135722.656000', '135722.658000', '135722.661000', '135722.664000', '135722.666000', '135722.669000', '135722.672000', '135722.674000', '135722.677000', '135722.679000', '135722.682000', '135722.684000', '135722.687000', '135722.690000', '135722.692000', '135722.695000', '135722.698000', '135722.700000', '135722.703000', '135722.705000', '135722.708000', '135722.710000', '135722.713000', '135722.716000', '135722.718000', '135722.721000', '135722.723000', '135722.726000', '135722.729000', '135722.731000', '135722.734000', '135724.231000', '135724.233000', '135724.236000', '135724.239000'], 'InstanceCreationTime': ['135042.664000', '135042.672000', '135042.674000', '135042.677000', '135042.680000', '135042.682000', '135042.685000', '135042.687000', '135042.690000', '135042.692000', '135042.695000', '135042.697000', '135042.700000', '135042.703000', '135042.705000', '135042.708000', '135042.710000', '135042.713000', '135042.715000', '135042.718000', '135042.721000', '135042.728000', '135042.730000', '135042.733000', '135042.735000', '135042.738000', '135042.741000', '135042.743000', '135042.746000', '135042.748000', '135042.751000', '135042.753000', '135042.756000', '135042.758000', '135042.761000', '135042.764000', '135042.766000', '135042.769000', '135042.771000', '135042.774000', '135102.617000', '135102.620000', '135102.623000', '135102.625000', '135102.628000', '135102.631000', '135102.633000', '135102.636000', '135102.638000', '135102.641000', '135102.643000', '135102.646000', '135102.648000', '135102.651000', '135102.653000', '135102.656000', '135102.659000', '135102.661000', '135102.664000', '135102.667000', '135102.669000', '135102.672000', '135102.674000', '135102.677000', '135102.679000', '135102.682000', '135102.685000', '135102.687000', '135102.690000', '135102.692000', '135102.695000', '135102.698000', '135102.700000', '135102.703000', '135102.705000', '135102.708000', '135102.710000', '135102.713000', '135102.716000', '135102.718000', '135102.721000', '135102.723000', '135102.726000', '135102.730000', '135122.617000', '135122.620000', '135122.623000', '135122.625000', '135122.628000', '135122.631000', '135122.633000', '135122.636000', '135122.638000', '135122.641000', '135122.644000', '135122.646000', '135122.649000', '135122.651000', '135122.654000', '135122.656000', '135122.659000', '135122.661000', '135122.664000', '135122.667000', '135122.669000', '135122.672000', '135122.674000', '135122.677000', '135122.679000', '135122.682000', '135122.684000', '135122.687000', '135122.690000', '135122.692000', '135122.695000', '135122.697000', '135122.700000', '135122.702000', '135122.705000', '135122.707000', '135122.710000', '135122.713000', '135122.716000', '135122.719000', '135122.721000', '135122.724000', '135122.726000', '135142.618000', '135142.620000', '135142.623000', '135142.626000', '135142.628000', '135142.631000', '135142.633000', '135142.636000', '135142.639000', '135142.642000', '135142.644000', '135142.647000', '135142.650000', '135142.652000', '135142.655000', '135142.658000', '135142.660000', '135142.663000', '135142.665000', '135142.668000', '135142.671000', '135142.673000', '135142.676000', '135142.678000', '135142.681000', '135142.684000', '135142.686000', '135142.689000', '135142.692000', '135142.694000', '135142.697000', '135142.699000', '135142.702000', '135142.705000', '135142.707000', '135142.710000', '135142.713000', '135142.715000', '135142.725000', '135142.728000', '135142.731000', '135142.733000', '135142.736000', '135142.739000', '135202.618000', '135202.621000', '135202.624000', '135202.626000', '135202.629000', '135202.632000', '135202.634000', '135202.637000', '135202.639000', '135202.642000', '135202.644000', '135202.647000', '135202.650000', '135202.652000', '135202.655000', '135202.657000', '135202.660000', '135202.662000', '135202.665000', '135202.668000', '135202.670000', '135202.673000', '135202.675000', '135202.678000', '135202.681000', '135202.683000', '135202.686000', '135202.688000', '135202.691000', '135202.694000', '135202.696000', '135202.699000', '135202.701000', '135202.704000', '135202.707000', '135202.709000', '135202.712000', '135202.714000', '135202.717000', '135202.719000', '135202.748000', '135202.750000', '135202.753000', '135222.619000', '135222.621000', '135222.624000', '135222.627000', '135222.629000', '135222.632000', '135222.634000', '135222.637000', '135222.639000', '135222.642000', '135222.645000', '135222.647000', '135222.650000', '135222.652000', '135222.655000', '135222.658000', '135222.660000', '135222.663000', '135222.665000', '135222.668000', '135222.670000', '135222.673000', '135222.676000', '135222.678000', '135222.681000', '135222.683000', '135222.686000', '135222.689000', '135222.691000', '135222.694000', '135222.696000', '135222.699000', '135222.701000', '135222.704000', '135222.707000', '135222.709000', '135222.712000', '135222.715000', '135222.717000', '135222.720000', '135222.723000', '135222.725000', '135222.728000', '135222.730000', '135242.619000', '135242.621000', '135242.624000', '135242.627000', '135242.629000', '135242.632000', '135242.635000', '135242.637000', '135242.640000', '135242.642000', '135242.645000', '135242.648000', '135242.650000', '135242.653000', '135242.655000', '135242.658000', '135242.661000', '135242.663000', '135242.666000', '135242.668000', '135242.671000', '135242.673000', '135242.676000', '135242.679000', '135242.681000', '135242.684000', '135242.687000', '135242.689000', '135242.692000', '135242.694000', '135242.697000', '135242.700000', '135242.703000', '135242.706000', '135242.709000', '135242.712000', '135242.715000', '135242.717000', '135242.720000', '135242.723000', '135242.725000', '135242.728000', '135242.730000', '135302.617000', '135302.620000', '135302.623000', '135302.625000', '135302.628000', '135302.631000', '135302.633000', '135302.636000', '135302.639000', '135302.641000', '135302.644000', '135302.647000', '135302.649000', '135302.652000', '135302.654000', '135302.657000', '135302.659000', '135302.662000', '135302.665000', '135302.667000', '135302.670000', '135302.672000', '135302.675000', '135302.678000', '135302.680000', '135302.683000', '135302.685000', '135302.688000', '135302.691000', '135302.693000', '135302.696000', '135302.698000', '135302.701000', '135302.703000', '135302.706000', '135302.709000', '135302.711000', '135302.714000', '135302.716000', '135302.719000', '135302.722000', '135302.724000', '135302.727000', '135302.729000', '135322.617000', '135322.620000', '135322.623000', '135322.626000', '135322.628000', '135322.631000', '135322.633000', '135322.636000', '135322.639000', '135322.642000', '135322.644000', '135322.647000', '135322.649000', '135322.652000', '135322.655000', '135322.657000', '135322.660000', '135322.662000', '135322.665000', '135322.668000', '135322.670000', '135322.673000', '135322.675000', '135322.678000', '135322.681000', '135322.683000', '135322.686000', '135322.689000', '135322.691000', '135322.694000', '135322.696000', '135322.699000', '135322.702000', '135322.704000', '135322.707000', '135322.710000', '135322.712000', '135322.715000', '135322.717000', '135322.720000', '135322.723000', '135322.725000', '135322.728000', '135342.618000', '135342.620000', '135342.623000', '135342.626000', '135342.628000', '135342.631000', '135342.634000', '135342.636000', '135342.639000', '135342.642000', '135342.644000', '135342.647000', '135342.650000', '135342.652000', '135342.655000', '135342.657000', '135342.660000', '135342.663000', '135342.665000', '135342.668000', '135342.671000', '135342.673000', '135342.676000', '135342.678000', '135342.681000', '135342.684000', '135342.686000', '135342.689000', '135342.691000', '135342.694000', '135342.697000', '135342.699000', '135342.702000', '135342.705000', '135342.707000', '135342.710000', '135342.718000', '135342.726000', '135342.729000', '135342.731000', '135342.734000', '135342.737000', '135342.739000', '135342.742000', '135402.617000', '135402.620000', '135402.623000', '135402.626000', '135402.628000', '135402.631000', '135402.634000', '135402.636000', '135402.639000', '135402.642000', '135402.644000', '135402.647000', '135402.650000', '135402.652000', '135402.655000', '135402.658000', '135402.660000', '135402.663000', '135402.665000', '135402.668000', '135402.671000', '135402.673000', '135402.676000', '135402.679000', '135402.681000', '135402.684000', '135402.686000', '135402.689000', '135402.691000', '135402.694000', '135402.697000', '135402.699000', '135402.702000', '135402.705000', '135402.707000', '135402.710000', '135402.712000', '135402.715000', '135402.718000', '135402.720000', '135402.723000', '135402.725000', '135402.728000', '135422.618000', '135422.621000', '135422.624000', '135422.627000', '135422.629000', '135422.632000', '135422.635000', '135422.637000', '135422.640000', '135422.643000', '135422.645000', '135422.648000', '135422.650000', '135422.653000', '135422.656000', '135422.658000', '135422.661000', '135422.663000', '135422.666000', '135422.669000', '135422.671000', '135422.674000', '135422.677000', '135422.679000', '135422.682000', '135422.684000', '135422.687000', '135422.690000', '135422.693000', '135422.695000', '135422.698000', '135422.701000', '135422.703000', '135422.706000', '135422.708000', '135422.711000', '135422.714000', '135422.716000', '135422.719000', '135422.722000', '135422.724000', '135422.727000', '135422.730000', '135422.732000', '135442.619000', '135442.621000', '135442.624000', '135442.627000', '135442.630000', '135442.632000', '135442.635000', '135442.637000', '135442.640000', '135442.642000', '135442.645000', '135442.648000', '135442.650000', '135442.653000', '135442.655000', '135442.658000', '135442.661000', '135442.663000', '135442.666000', '135442.669000', '135442.671000', '135442.674000', '135442.676000', '135442.679000', '135442.682000', '135442.684000', '135442.687000', '135442.689000', '135442.692000', '135442.695000', '135442.697000', '135442.700000', '135442.703000', '135442.705000', '135442.708000', '135442.711000', '135442.713000', '135442.716000', '135442.718000', '135442.721000', '135442.724000', '135442.726000', '135442.729000', '135502.619000', '135502.621000', '135502.624000', '135502.627000', '135502.629000', '135502.632000', '135502.635000', '135502.637000', '135502.640000', '135502.642000', '135502.645000', '135502.648000', '135502.650000', '135502.653000', '135502.655000', '135502.658000', '135502.661000', '135502.663000', '135502.666000', '135502.669000', '135502.672000', '135502.674000', '135502.677000', '135502.680000', '135502.682000', '135502.685000', '135502.688000', '135502.691000', '135502.694000', '135502.697000', '135502.699000', '135502.702000', '135502.704000', '135502.707000', '135502.710000', '135502.712000', '135502.715000', '135502.717000', '135502.720000', '135502.723000', '135502.725000', '135502.728000', '135502.730000', '135522.617000', '135522.620000', '135522.623000', '135522.626000', '135522.642000', '135522.645000', '135522.647000', '135522.650000', '135522.652000', '135522.655000', '135522.658000', '135522.660000', '135522.663000', '135522.665000', '135522.668000', '135522.671000', '135522.673000', '135522.676000', '135522.678000', '135522.681000', '135522.684000', '135522.686000', '135522.689000', '135522.691000', '135522.694000', '135522.697000', '135522.699000', '135522.702000', '135522.705000', '135522.707000', '135522.710000', '135522.713000', '135522.715000', '135522.718000', '135522.721000', '135522.723000', '135522.726000', '135522.728000', '135522.731000', '135522.734000', '135522.736000', '135522.739000', '135522.742000', '135522.744000', '135542.618000', '135542.620000', '135542.623000', '135542.626000', '135542.629000', '135542.631000', '135542.634000', '135542.636000', '135542.639000', '135542.642000', '135542.644000', '135542.647000', '135542.650000', '135542.652000', '135542.655000', '135542.658000', '135542.660000', '135542.663000', '135542.666000', '135542.668000', '135542.671000', '135542.673000', '135542.676000', '135542.679000', '135542.681000', '135542.684000', '135542.686000', '135542.689000', '135542.692000', '135542.694000', '135542.697000', '135542.700000', '135542.702000', '135542.705000', '135542.707000', '135542.710000', '135542.713000', '135542.715000', '135542.718000', '135542.720000', '135542.723000', '135542.726000', '135542.728000', '135542.731000', '135602.617000', '135602.621000', '135602.623000', '135602.626000', '135602.628000', '135602.631000', '135602.633000', '135602.636000', '135602.639000', '135602.641000', '135602.644000', '135602.646000', '135602.649000', '135602.652000', '135602.654000', '135602.657000', '135602.660000', '135602.662000', '135602.665000', '135602.667000', '135602.670000', '135602.673000', '135602.675000', '135602.678000', '135602.680000', '135602.683000', '135602.685000', '135602.688000', '135602.691000', '135602.693000', '135602.696000', '135602.698000', '135602.701000', '135602.704000', '135602.706000', '135602.709000', '135602.711000', '135602.714000', '135602.717000', '135602.719000', '135602.722000', '135602.726000', '135602.729000', '135622.618000', '135622.620000', '135622.623000', '135622.626000', '135622.628000', '135622.631000', '135622.634000', '135622.636000', '135622.639000', '135622.641000', '135622.644000', '135622.647000', '135622.649000', '135622.653000', '135622.656000', '135622.659000', '135622.661000', '135622.664000', '135622.666000', '135622.669000', '135622.672000', '135622.674000', '135622.677000', '135622.679000', '135622.682000', '135622.685000', '135622.687000', '135622.690000', '135622.692000', '135622.695000', '135622.698000', '135622.700000', '135622.703000', '135622.705000', '135622.708000', '135622.711000', '135622.714000', '135622.716000', '135622.719000', '135622.721000', '135622.724000', '135622.727000', '135622.729000', '135622.732000', '135642.619000', '135642.622000', '135642.624000', '135642.627000', '135642.630000', '135642.632000', '135642.635000', '135642.637000', '135642.640000', '135642.643000', '135642.645000', '135642.648000', '135642.650000', '135642.653000', '135642.700000', '135642.703000', '135642.705000', '135642.708000', '135642.710000', '135642.713000', '135642.716000', '135642.718000', '135642.721000', '135642.723000', '135642.726000', '135642.729000', '135642.731000', '135642.734000', '135642.736000', '135642.739000', '135642.742000', '135642.744000', '135642.747000', '135642.749000', '135642.752000', '135642.754000', '135642.757000', '135642.760000', '135642.762000', '135642.765000', '135642.767000', '135642.770000', '135642.773000', '135702.618000', '135702.621000', '135702.624000', '135702.627000', '135702.629000', '135702.632000', '135702.634000', '135702.637000', '135702.639000', '135702.642000', '135702.645000', '135702.647000', '135702.650000', '135702.652000', '135702.655000', '135702.658000', '135702.660000', '135702.663000', '135702.665000', '135702.668000', '135702.670000', '135702.673000', '135702.676000', '135702.678000', '135702.681000', '135702.683000', '135702.686000', '135702.689000', '135702.691000', '135702.694000', '135702.697000', '135702.699000', '135702.702000', '135702.704000', '135702.707000', '135702.710000', '135702.712000', '135702.715000', '135702.718000', '135702.720000', '135702.723000', '135702.726000', '135702.728000', '135722.621000', '135722.624000', '135722.626000', '135722.629000', '135722.632000', '135722.635000', '135722.637000', '135722.640000', '135722.642000', '135722.645000', '135722.648000', '135722.650000', '135722.653000', '135722.656000', '135722.658000', '135722.661000', '135722.664000', '135722.666000', '135722.669000', '135722.672000', '135722.674000', '135722.677000', '135722.679000', '135722.682000', '135722.684000', '135722.687000', '135722.690000', '135722.692000', '135722.695000', '135722.698000', '135722.700000', '135722.703000', '135722.705000', '135722.708000', '135722.710000', '135722.713000', '135722.716000', '135722.718000', '135722.721000', '135722.723000', '135722.726000', '135722.729000', '135722.731000', '135722.734000', '135724.231000', '135724.233000', '135724.236000', '135724.239000'], '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': [13727, 18177, 12919, 15947, 9037, 13133, 8372, 13640, 8458, 15651, 8625, 12220, 8916, 10486, 8447, 12484, 9657, 15885, 8433, 12080, 8467, 16924, 12412, 16329, 8936, 10347, 8824, 10871, 8848, 10127, 8780, 9281, 8397, 12732, 8739, 17714, 12385, 17674, 9944, 15275, 12008, 17188, 13170, 17190, 10476, 14040, 8554, 14804, 10379, 16795, 8656, 13039, 8875, 11936, 8890, 15195, 9399, 13961, 8805, 13727, 8636, 17055, 13031, 17913, 12535, 15667, 9779, 17011, 12644, 19769, 13339, 18428, 12558, 16699, 12252, 17673, 12974, 17788, 10915, 14282, 8622, 13963, 10046, 16626, 10534, 11038, 8430, 9712, 8430, 11487, 9281, 8622, 9034, 8902, 8606, 10577, 9503, 14362, 11507, 8905, 8472, 8795, 10319, 11388, 17298, 9660, 14066, 9384, 14369, 16743, 17028, 10913, 12102, 8367, 9289, 8732, 10947, 11457, 15083, 8863, 8833, 9844, 16549, 11822, 14830, 8580, 9172, 8763, 8744, 9314, 18979, 12926, 18011, 12805, 15210, 10367, 15906, 13610, 18641, 11163, 12785, 8500, 9375, 8657, 12048, 8242, 10936, 8610, 11052, 8609, 14112, 12379, 16658, 8647, 11238, 9054, 13124, 13469, 17513, 9228, 10157, 8412, 8918, 13758, 14629, 14311, 11084, 12039, 8867, 15524, 9729, 18476, 12286, 8980, 8814, 8767, 8762, 8538, 11731, 8532, 13436, 8580, 11508, 8966, 18153, 13564, 17768, 9238, 12811, 8763, 16040, 14643, 19010, 13312, 12231, 10070, 8450, 19153, 12911, 20030, 13671, 17592, 9568, 13712, 8715, 13781, 10461, 14141, 8746, 9401, 8774, 9100, 8751, 12029, 8740, 15106, 8784, 12172, 8371, 14667, 12652, 17250, 9256, 10384, 9218, 8830, 14080, 10522, 16522, 8993, 15250, 8602, 14403, 9163, 15678, 12073, 16198, 9231, 12549, 8466, 11493, 8761, 13209, 8724, 12007, 8678, 8296, 8541, 8604, 8851, 8804, 8871, 8997, 8615, 8939, 8863, 17621, 11987, 17963, 12130, 16763, 12832, 17875, 14604, 18228, 11123, 12701, 8659, 13075, 9392, 18006, 8882, 10575, 8480, 10100, 8785, 17207, 12157, 16552, 8755, 12288, 8500, 14769, 11175, 15866, 10508, 15860, 9334, 19483, 14201, 19337, 14138, 16646, 10460, 12991, 8556, 14933, 11095, 16238, 8468, 11616, 8611, 12605, 9568, 16663, 12237, 13694, 8618, 8979, 9006, 8805, 9301, 9058, 11052, 9294, 15533, 8834, 15589, 11278, 18926, 12203, 18915, 12099, 14055, 8735, 14541, 10574, 19186, 12976, 12337, 8928, 8682, 8670, 13058, 10951, 14352, 11015, 8968, 8817, 8983, 8918, 18202, 12353, 9619, 8882, 8903, 8350, 18398, 12729, 19272, 12504, 18162, 10989, 17598, 12999, 19172, 14257, 18770, 11289, 13787, 8649, 15749, 12428, 14190, 8730, 8941, 8797, 16977, 12884, 17275, 10668, 9994, 8584, 11996, 9326, 17459, 11700, 9592, 8544, 8679, 8800, 9786, 11353, 8810, 9133, 8794, 8912, 12090, 15244, 13046, 11326, 8814, 9002, 12264, 8947, 19575, 12670, 14030, 8835, 10621, 8631, 12897, 9551, 16730, 11047, 13958, 8364, 12497, 8621, 13556, 9052, 14767, 8742, 9043, 8693, 9163, 8500, 12837, 8827, 9087, 9051, 8664, 11700, 8517, 14332, 10549, 14297, 8638, 8997, 8768, 9062, 8658, 10920, 8597, 13630, 8286, 16995, 11255, 17551, 13704, 18925, 13873, 17805, 10108, 13866, 8458, 15482, 10795, 14746, 8815, 8704, 9066, 8471, 15065, 9407, 17880, 11060, 16797, 10937, 14441, 10841, 16506, 8578, 8844, 9261, 8319, 8558, 10850, 9504, 16964, 11758, 16988, 11410, 8351, 8720, 8628, 12437, 11050, 17807, 12645, 15074, 9862, 17042, 12510, 18111, 12146, 14294, 8952, 14224, 11481, 17436, 9600, 11238, 8808, 10564, 8657, 12502, 9724, 9450, 8540, 14322, 10716, 19026, 12594, 18308, 12935, 16827, 12050, 17555, 13249, 18234, 8352, 10192, 9439, 9457, 19938, 13358, 16664, 9280, 12796, 8476, 13812, 10364, 17207, 8878, 9392, 8636, 10264, 8647, 15290, 12916, 8502, 8975, 8861, 9600, 8934, 13150, 10462, 14349, 8586, 11044, 8582, 11191, 9279, 8610, 8935, 8719, 10779, 9181, 9647, 8768, 8464, 13621, 9146, 12326, 9611, 15960, 12436, 12697, 10837, 10099, 12925, 15475, 15302, 16522, 17347, 10466, 17829, 10958, 8420, 9297, 8700, 9151, 8657, 10246, 8921, 12510, 10960, 8495, 11438, 8664, 14997, 13560, 15998, 10688, 10776, 8743, 8873, 8420, 13192, 8693, 8868, 8692, 8796, 8881, 8991, 8884, 9931, 8923, 8715, 8963, 10574, 12852, 12846, 9284, 8828, 8090, 8805, 14063, 11683, 11101, 8768, 11187, 8511, 15500, 11919, 15809, 10044, 12579, 8739, 12255, 10411, 14430, 10023, 12246, 8970, 12503, 10472, 14906, 11092, 14063, 8745, 11308, 9226, 13646, 9121, 12686, 8920, 10839, 8840, 13288, 9048, 13807, 8961, 9828, 8798, 10418, 8807, 13506, 8992, 10850, 8966, 12659, 9997, 14674, 10998, 13246, 9026, 12627, 11178, 15716, 11910, 14665, 9878, 13157, 8783, 13902, 11110, 13934, 8728, 12045, 9153, 12031, 10010, 14004, 9146, 11885, 9065, 11882, 8950, 14566, 10720, 13723, 8932, 11504, 8790, 13518, 8954, 13527, 8850, 10456, 8624, 13989, 8726, 11571, 8563, 8722, 8698, 9437, 8982, 12826, 8413, 8615, 8427, 8759, 9795, 14732, 14128, 11897, 12432, 15554, 13053, 18369, 14058, 16589, 11243, 15131, 10737, 15119, 11799, 15675, 9926, 12726, 8743, 10681, 9087, 11626, 8957, 11097, 8696, 8320, 9176, 10246, 9014, 11043, 8739, 10874, 9253, 14547, 10801, 16616, 12960, 14899, 9307, 12477, 8793, 13121, 10027, 12389, 8947, 11231, 8582, 12567, 10740, 15104, 9644, 11994, 9113, 12278, 8708, 13070, 8610, 11618, 8586, 8730, 8878, 10140, 8756, 11841, 8607, 8828, 8644, 8740, 8594, 8585, 8910, 8972, 8647, 8745, 12265, 9519, 13891, 10066, 12859, 8730, 8711, 13998, 10727, 17030, 12386, 15765, 10833, 13052, 8728, 13494, 9256, 14041, 8638, 8556, 13471, 9009, 13440, 10412, 12814, 8790, 9909, 9139, 8770, 8905, 8728, 8666, 8905, 8575, 8961, 8206, 9054, 10495, 9757, 8140, 8808, 8590, 8828, 8604, 10012, 8775, 10833, 8853, 8764, 8769, 12433, 8788, 13188, 9053, 11712, 8838, 8779, 9711, 13872, 15825, 11026, 12025, 8845, 13131, 14909, 16559, 13520, 10838, 14607, 10144, 18441, 12890, 16872, 11804, 13772, 8787, 10227, 9409, 8711, 9062, 9245, 8911, 8693, 9190, 8534, 8664, 11884, 8696, 11980, 8876, 11484, 10490, 15315, 11859, 15343, 9050, 10711, 8427, 11994, 15349, 11345, 14310, 8999, 14531, 9557, 13647, 9951, 14578, 8365, 8639, 12165, 8935, 13775, 8547, 12255, 8828, 9857, 8782, 8930, 8828, 8914, 8378, 8707, 8288, 8958, 8823, 8673, 9317, 8970, 10206, 8576, 9439, 8805, 9580, 8725], 'WindowCenter': [5144.0, 5157.0, 5115.0, 5122.0, 5063.0, 5087.0, 5039.0, 5087.0, 5040.0, 5098.0, 5036.0, 5067.0, 5038.0, 5058.0, 5038.0, 5074.0, 5060.0, 5097.0, 5040.0, 5077.0, 5040.0, 5106.0, 5077.0, 5096.0, 5039.0, 5045.0, 5048.0, 5056.0, 5049.0, 5061.0, 5037.0, 5048.0, 5041.0, 5078.0, 5038.0, 5117.0, 5080.0, 5115.0, 5059.0, 5097.0, 5079.0, 5104.0, 5091.0, 5106.0, 5060.0, 5088.0, 5038.0, 5098.0, 5057.0, 5094.0, 5038.0, 5076.0, 5039.0, 5067.0, 5038.0, 5095.0, 5052.0, 5089.0, 5051.0, 5090.0, 5053.0, 5107.0, 5089.0, 5107.0, 5079.0, 5095.0, 5050.0, 5106.0, 5078.0, 5116.0, 5079.0, 5105.0, 5077.0, 5091.0, 5067.0, 5104.0, 5077.0, 5103.0, 5053.0, 5073.0, 5028.0, 5072.0, 5046.0, 5093.0, 5055.0, 5054.0, 5039.0, 5048.0, 5039.0, 5067.0, 5047.0, 5037.0, 5049.0, 5049.0, 5041.0, 5061.0, 5059.0, 5097.0, 5071.0, 5051.0, 5056.0, 5053.0, 5059.0, 5079.0, 5122.0, 5062.0, 5089.0, 5051.0, 5099.0, 5108.0, 5107.0, 5057.0, 5076.0, 5039.0, 5049.0, 5039.0, 5066.0, 5068.0, 5098.0, 5051.0, 5063.0, 5075.0, 5119.0, 5080.0, 5098.0, 5050.0, 5061.0, 5053.0, 5053.0, 5062.0, 5119.0, 5092.0, 5118.0, 5078.0, 5097.0, 5061.0, 5095.0, 5075.0, 5107.0, 5056.0, 5066.0, 5037.0, 5037.0, 5037.0, 5065.0, 5040.0, 5058.0, 5038.0, 5068.0, 5038.0, 5087.0, 5068.0, 5096.0, 5039.0, 5056.0, 5039.0, 5074.0, 5077.0, 5107.0, 5037.0, 5045.0, 5026.0, 5037.0, 5074.0, 5082.0, 5076.0, 5056.0, 5065.0, 5037.0, 5083.0, 5047.0, 5103.0, 5065.0, 5026.0, 5036.0, 5027.0, 5037.0, 5037.0, 5067.0, 5039.0, 5089.0, 5037.0, 5069.0, 5050.0, 5115.0, 5079.0, 5108.0, 5051.0, 5076.0, 5038.0, 5094.0, 5086.0, 5116.0, 5076.0, 5066.0, 5033.0, 5027.0, 5113.0, 5065.0, 5099.0, 5074.0, 5092.0, 5034.0, 5063.0, 5026.0, 5073.0, 5045.0, 5072.0, 5026.0, 5033.0, 5028.0, 5036.0, 5037.0, 5066.0, 5037.0, 5086.0, 5040.0, 5066.0, 5036.0, 5095.0, 5076.0, 5095.0, 5035.0, 5046.0, 5034.0, 5035.0, 5086.0, 5057.0, 5095.0, 5035.0, 5082.0, 5027.0, 5072.0, 5047.0, 5082.0, 5066.0, 5083.0, 5035.0, 5061.0, 5025.0, 5057.0, 5037.0, 5075.0, 5050.0, 5073.0, 5040.0, 5037.0, 5038.0, 5037.0, 5039.0, 5048.0, 5051.0, 5052.0, 5054.0, 5053.0, 5062.0, 5121.0, 5081.0, 5118.0, 5092.0, 5108.0, 5089.0, 5117.0, 5089.0, 5103.0, 5060.0, 5076.0, 5038.0, 5087.0, 5049.0, 5117.0, 5050.0, 5070.0, 5038.0, 5055.0, 5038.0, 5117.0, 5080.0, 5107.0, 5051.0, 5078.0, 5062.0, 5110.0, 5079.0, 5107.0, 5071.0, 5106.0, 5049.0, 5114.0, 5086.0, 5116.0, 5088.0, 5117.0, 5068.0, 5076.0, 5037.0, 5093.0, 5068.0, 5092.0, 5026.0, 5055.0, 5027.0, 5063.0, 5050.0, 5093.0, 5069.0, 5077.0, 5037.0, 5037.0, 5035.0, 5038.0, 5038.0, 5049.0, 5069.0, 5051.0, 5100.0, 5052.0, 5098.0, 5072.0, 5117.0, 5070.0, 5113.0, 5067.0, 5086.0, 5038.0, 5084.0, 5061.0, 5117.0, 5078.0, 5067.0, 5035.0, 5038.0, 5038.0, 5076.0, 5057.0, 5087.0, 5057.0, 5041.0, 5039.0, 5037.0, 5050.0, 5114.0, 5080.0, 5049.0, 5038.0, 5040.0, 5042.0, 5117.0, 5088.0, 5128.0, 5081.0, 5116.0, 5069.0, 5106.0, 5077.0, 5116.0, 5087.0, 5111.0, 5083.0, 5087.0, 5037.0, 5094.0, 5067.0, 5085.0, 5035.0, 5037.0, 5037.0, 5095.0, 5066.0, 5103.0, 5047.0, 5034.0, 5028.0, 5063.0, 5038.0, 5104.0, 5066.0, 5044.0, 5036.0, 5025.0, 5034.0, 5042.0, 5055.0, 5036.0, 5038.0, 5036.0, 5049.0, 5076.0, 5097.0, 5076.0, 5066.0, 5038.0, 5036.0, 5064.0, 5040.0, 5113.0, 5065.0, 5073.0, 5049.0, 5057.0, 5037.0, 5064.0, 5045.0, 5093.0, 5057.0, 5074.0, 5026.0, 5064.0, 5039.0, 5091.0, 5049.0, 5089.0, 5028.0, 5035.0, 5028.0, 5037.0, 5036.0, 5079.0, 5037.0, 5040.0, 5036.0, 5038.0, 5063.0, 5036.0, 5086.0, 5056.0, 5097.0, 5040.0, 5048.0, 5042.0, 5051.0, 5050.0, 5069.0, 5053.0, 5101.0, 5055.0, 5130.0, 5093.0, 5118.0, 5100.0, 5118.0, 5090.0, 5107.0, 5049.0, 5089.0, 5028.0, 5099.0, 5071.0, 5097.0, 5049.0, 5039.0, 5037.0, 5039.0, 5096.0, 5061.0, 5118.0, 5082.0, 5108.0, 5061.0, 5085.0, 5058.0, 5096.0, 5029.0, 5040.0, 5041.0, 5032.0, 5044.0, 5060.0, 5042.0, 5100.0, 5066.0, 5108.0, 5056.0, 5019.0, 5026.0, 5029.0, 5070.0, 5056.0, 5108.0, 5079.0, 5086.0, 5049.0, 5096.0, 5069.0, 5108.0, 5068.0, 5076.0, 5040.0, 5077.0, 5058.0, 5094.0, 5039.0, 5057.0, 5040.0, 5049.0, 5040.0, 5068.0, 5050.0, 5051.0, 5043.0, 5088.0, 5061.0, 5116.0, 5074.0, 5106.0, 5068.0, 5095.0, 5068.0, 5095.0, 5060.0, 5104.0, 5025.0, 5037.0, 5035.0, 5036.0, 5103.0, 5065.0, 5081.0, 5026.0, 5054.0, 5016.0, 5064.0, 5048.0, 5094.0, 5049.0, 5035.0, 5037.0, 5044.0, 5026.0, 5086.0, 5064.0, 5027.0, 5023.0, 5024.0, 5032.0, 5032.0, 5065.0, 5046.0, 5063.0, 5015.0, 5038.0, 5026.0, 5047.0, 5028.0, 5028.0, 5026.0, 5016.0, 5045.0, 5037.0, 5038.0, 5028.0, 5030.0, 5076.0, 5042.0, 5058.0, 5039.0, 5087.0, 5065.0, 5067.0, 5046.0, 5035.0, 5062.0, 5072.0, 5095.0, 5101.0, 5098.0, 5036.0, 5079.0, 5038.0, 4991.0, 5009.0, 5001.0, 5012.0, 5017.0, 5037.0, 5030.0, 5067.0, 5058.0, 5029.0, 5040.0, 5015.0, 5073.0, 5053.0, 5084.0, 5034.0, 5034.0, 5015.0, 5015.0, 5015.0, 5054.0, 5015.0, 5014.0, 5013.0, 5013.0, 5026.0, 5025.0, 5025.0, 5036.0, 5026.0, 5022.0, 5030.0, 5048.0, 5058.0, 5066.0, 5025.0, 5026.0, 5005.0, 5027.0, 5065.0, 5057.0, 5046.0, 5021.0, 5045.0, 5026.0, 5074.0, 5055.0, 5083.0, 5037.0, 5053.0, 5028.0, 5054.0, 5046.0, 5074.0, 5037.0, 5056.0, 5027.0, 5065.0, 5046.0, 5084.0, 5058.0, 5073.0, 5027.0, 5047.0, 5036.0, 5074.0, 5038.0, 5064.0, 5027.0, 5047.0, 5029.0, 5067.0, 5028.0, 5075.0, 5029.0, 5036.0, 5028.0, 5046.0, 5028.0, 5077.0, 5038.0, 5048.0, 5036.0, 5067.0, 5048.0, 5087.0, 5052.0, 5079.0, 5053.0, 5069.0, 5059.0, 5083.0, 5059.0, 5074.0, 5037.0, 5065.0, 5029.0, 5076.0, 5056.0, 5073.0, 5029.0, 5056.0, 5038.0, 5056.0, 5038.0, 5075.0, 5039.0, 5067.0, 5039.0, 5054.0, 5026.0, 5075.0, 5055.0, 5072.0, 5039.0, 5057.0, 5028.0, 5068.0, 5027.0, 5065.0, 5026.0, 5045.0, 5030.0, 5087.0, 5030.0, 5056.0, 5027.0, 5038.0, 5040.0, 5049.0, 5049.0, 5075.0, 5026.0, 5025.0, 5024.0, 5038.0, 5047.0, 5099.0, 5087.0, 5067.0, 5078.0, 5099.0, 5068.0, 5092.0, 5062.0, 5071.0, 5033.0, 5061.0, 5032.0, 5061.0, 5043.0, 5069.0, 5022.0, 5051.0, 5012.0, 5031.0, 5015.0, 5041.0, 5024.0, 5043.0, 5027.0, 5013.0, 5050.0, 5045.0, 5036.0, 5056.0, 5027.0, 5045.0, 5036.0, 5074.0, 5048.0, 5083.0, 5064.0, 5073.0, 5024.0, 5067.0, 5028.0, 5065.0, 5035.0, 5052.0, 5025.0, 5044.0, 5027.0, 5077.0, 5058.0, 5072.0, 5026.0, 5042.0, 5024.0, 5052.0, 5017.0, 5065.0, 5029.0, 5057.0, 5039.0, 5026.0, 5027.0, 5032.0, 5017.0, 5056.0, 5026.0, 5024.0, 5026.0, 5027.0, 5041.0, 5038.0, 5042.0, 5040.0, 5041.0, 5040.0, 5070.0, 5049.0, 5077.0, 5052.0, 5080.0, 5041.0, 5041.0, 5078.0, 5049.0, 5086.0, 5057.0, 5074.0, 5049.0, 5069.0, 5015.0, 5054.0, 5015.0, 5065.0, 5026.0, 5025.0, 5066.0, 5014.0, 5051.0, 5035.0, 5044.0, 5014.0, 5023.0, 5015.0, 5013.0, 5014.0, 5016.0, 5018.0, 5026.0, 5014.0, 5025.0, 5008.0, 5017.0, 5036.0, 5027.0, 5008.0, 5016.0, 5017.0, 5027.0, 5017.0, 5034.0, 5027.0, 5049.0, 5042.0, 5041.0, 5029.0, 5066.0, 5029.0, 5068.0, 5029.0, 5072.0, 5045.0, 5042.0, 5054.0, 5090.0, 5099.0, 5062.0, 5069.0, 5029.0, 5063.0, 5074.0, 5097.0, 5068.0, 5048.0, 5074.0, 5040.0, 5093.0, 5055.0, 5082.0, 5044.0, 5052.0, 5014.0, 5023.0, 5026.0, 5016.0, 5015.0, 5025.0, 5027.0, 5015.0, 5039.0, 5023.0, 5027.0, 5056.0, 5028.0, 5056.0, 5029.0, 5057.0, 5047.0, 5086.0, 5056.0, 5087.0, 5027.0, 5036.0, 5019.0, 5058.0, 5096.0, 5057.0, 5077.0, 5030.0, 5064.0, 5026.0, 5066.0, 5026.0, 5064.0, 5005.0, 5030.0, 5042.0, 5010.0, 5053.0, 5014.0, 5042.0, 5014.0, 5023.0, 5012.0, 5014.0, 5040.0, 5025.0, 5015.0, 5016.0, 5015.0, 5027.0, 5030.0, 5030.0, 5027.0, 5031.0, 5036.0, 5029.0, 5028.0, 5038.0, 5050.0, 5030.0], 'WindowWidth': [11144.0, 11147.0, 11083.0, 11087.0, 11002.0, 11027.0, 10962.0, 11025.0, 10961.0, 11040.0, 10954.0, 10994.0, 10957.0, 10984.0, 10960.0, 11005.0, 10992.0, 11036.0, 10965.0, 11010.0, 10963.0, 11050.0, 11011.0, 11033.0, 10961.0, 10964.0, 10971.0, 10980.0, 10974.0, 10990.0, 10958.0, 10973.0, 10968.0, 11013.0, 10960.0, 11065.0, 11018.0, 11062.0, 10987.0, 11039.0, 11014.0, 11047.0, 11032.0, 11047.0, 10989.0, 11022.0, 10958.0, 11039.0, 10982.0, 11030.0, 10957.0, 11005.0, 10960.0, 10995.0, 10956.0, 11032.0, 10980.0, 11028.0, 10979.0, 11032.0, 10984.0, 11053.0, 11030.0, 11050.0, 11014.0, 11031.0, 10975.0, 11046.0, 11013.0, 11064.0, 11014.0, 11046.0, 11008.0, 11023.0, 10994.0, 11044.0, 11009.0, 11038.0, 10971.0, 10996.0, 10941.0, 10995.0, 10964.0, 11027.0, 10977.0, 10972.0, 10959.0, 10969.0, 10962.0, 10997.0, 10968.0, 10955.0, 10974.0, 10974.0, 10965.0, 10991.0, 10987.0, 11037.0, 11006.0, 10978.0, 10995.0, 10985.0, 10991.0, 11017.0, 11081.0, 10995.0, 11030.0, 10977.0, 11042.0, 11052.0, 11051.0, 10983.0, 11008.0, 10960.0, 10974.0, 10960.0, 10997.0, 10998.0, 11040.0, 10980.0, 11004.0, 11021.0, 11073.0, 11020.0, 11041.0, 10977.0, 10992.0, 10985.0, 10986.0, 10997.0, 11072.0, 11038.0, 11068.0, 11013.0, 11035.0, 10991.0, 11034.0, 11005.0, 11049.0, 10978.0, 10989.0, 10953.0, 10952.0, 10955.0, 10990.0, 10963.0, 10984.0, 10959.0, 10998.0, 10959.0, 11024.0, 10997.0, 11034.0, 10957.0, 10976.0, 10957.0, 11004.0, 11007.0, 11049.0, 10952.0, 10962.0, 10936.0, 10952.0, 10999.0, 11010.0, 11004.0, 10978.0, 10988.0, 10952.0, 11012.0, 10965.0, 11039.0, 10988.0, 10936.0, 10950.0, 10938.0, 10954.0, 10954.0, 10996.0, 10959.0, 11026.0, 10956.0, 11000.0, 10976.0, 11062.0, 11013.0, 11051.0, 10977.0, 11007.0, 10956.0, 11032.0, 11018.0, 11063.0, 11003.0, 10990.0, 10943.0, 10938.0, 11053.0, 10986.0, 11030.0, 10999.0, 11020.0, 10944.0, 10981.0, 10936.0, 10995.0, 10960.0, 10993.0, 10935.0, 10941.0, 10940.0, 10950.0, 10953.0, 10990.0, 10954.0, 11020.0, 10958.0, 10991.0, 10953.0, 11033.0, 11003.0, 11030.0, 10946.0, 10963.0, 10945.0, 10952.0, 11020.0, 10980.0, 11028.0, 10948.0, 11007.0, 10937.0, 10997.0, 10968.0, 11008.0, 10990.0, 11010.0, 10946.0, 10978.0, 10933.0, 10978.0, 10953.0, 11004.0, 10978.0, 11002.0, 10962.0, 10956.0, 10958.0, 10952.0, 10960.0, 10970.0, 10979.0, 10981.0, 10986.0, 10984.0, 10997.0, 11074.0, 11020.0, 11071.0, 11039.0, 11056.0, 11031.0, 11066.0, 11028.0, 11043.0, 10987.0, 11006.0, 10956.0, 11024.0, 10974.0, 11065.0, 10977.0, 11005.0, 10960.0, 10980.0, 10960.0, 11065.0, 11018.0, 11052.0, 10980.0, 11016.0, 11002.0, 11063.0, 11021.0, 11052.0, 11009.0, 11051.0, 10974.0, 11059.0, 11022.0, 11065.0, 11028.0, 11070.0, 11004.0, 11007.0, 10954.0, 11028.0, 11001.0, 11023.0, 10936.0, 10973.0, 10939.0, 10984.0, 10973.0, 11026.0, 10997.0, 11006.0, 10954.0, 10950.0, 10947.0, 10954.0, 10957.0, 10974.0, 10999.0, 10979.0, 11044.0, 10981.0, 11038.0, 11006.0, 11063.0, 11001.0, 11055.0, 10996.0, 11019.0, 10956.0, 11017.0, 10989.0, 11062.0, 11010.0, 10992.0, 10950.0, 10954.0, 10956.0, 11006.0, 10981.0, 11022.0, 10983.0, 10961.0, 10959.0, 10956.0, 10975.0, 11058.0, 11014.0, 10972.0, 10959.0, 10962.0, 10968.0, 11067.0, 11028.0, 11081.0, 11019.0, 11063.0, 11000.0, 11048.0, 11009.0, 11062.0, 11024.0, 11051.0, 11025.0, 11027.0, 10956.0, 11028.0, 10994.0, 11015.0, 10951.0, 10955.0, 10954.0, 11029.0, 10992.0, 11039.0, 10965.0, 10945.0, 10940.0, 10984.0, 10954.0, 11040.0, 10991.0, 10960.0, 10950.0, 10934.0, 10948.0, 10956.0, 10977.0, 10951.0, 10956.0, 10952.0, 10974.0, 11006.0, 11040.0, 11009.0, 10995.0, 10954.0, 10950.0, 10987.0, 10960.0, 11054.0, 10989.0, 10997.0, 10973.0, 10980.0, 10952.0, 10986.0, 10962.0, 11025.0, 10981.0, 11001.0, 10939.0, 10987.0, 10960.0, 11034.0, 10975.0, 11026.0, 10941.0, 10948.0, 10941.0, 10953.0, 10951.0, 11013.0, 10956.0, 10960.0, 10952.0, 10956.0, 10984.0, 10952.0, 11020.0, 10981.0, 11039.0, 10964.0, 10972.0, 10967.0, 10978.0, 10979.0, 11002.0, 10988.0, 11047.0, 10990.0, 11091.0, 11044.0, 11071.0, 11047.0, 11070.0, 11030.0, 11049.0, 10972.0, 11024.0, 10941.0, 11042.0, 11008.0, 11039.0, 10975.0, 10960.0, 10954.0, 10959.0, 11036.0, 10995.0, 11070.0, 11023.0, 11053.0, 10988.0, 11014.0, 10979.0, 11030.0, 10943.0, 10959.0, 10960.0, 10951.0, 10968.0, 10987.0, 10962.0, 11039.0, 10992.0, 11049.0, 10976.0, 10927.0, 10937.0, 10943.0, 10998.0, 10977.0, 11049.0, 11010.0, 11018.0, 10971.0, 11031.0, 10997.0, 11048.0, 10994.0, 11002.0, 10957.0, 11005.0, 10980.0, 11025.0, 10956.0, 10977.0, 10959.0, 10970.0, 10959.0, 10996.0, 10974.0, 10976.0, 10968.0, 11027.0, 10991.0, 11063.0, 11004.0, 11048.0, 10994.0, 11030.0, 10996.0, 11031.0, 10977.0, 11040.0, 10932.0, 10949.0, 10945.0, 10949.0, 11038.0, 10985.0, 11003.0, 10933.0, 10968.0, 10920.0, 10982.0, 10964.0, 11024.0, 10974.0, 10947.0, 10954.0, 10958.0, 10938.0, 11017.0, 10989.0, 10939.0, 10929.0, 10930.0, 10942.0, 10942.0, 10987.0, 10962.0, 10980.0, 10918.0, 10944.0, 10934.0, 10961.0, 10937.0, 10938.0, 10933.0, 10917.0, 10956.0, 10949.0, 10952.0, 10941.0, 10944.0, 11004.0, 10961.0, 10978.0, 10954.0, 11019.0, 10988.0, 10990.0, 10961.0, 10944.0, 10983.0, 10990.0, 11039.0, 11042.0, 11037.0, 10941.0, 10998.0, 10954.0, 10875.0, 10896.0, 10887.0, 10905.0, 10919.0, 10948.0, 10945.0, 10993.0, 10981.0, 10941.0, 10949.0, 10914.0, 10991.0, 10961.0, 11010.0, 10939.0, 10939.0, 10913.0, 10915.0, 10916.0, 10966.0, 10914.0, 10912.0, 10910.0, 10912.0, 10933.0, 10932.0, 10931.0, 10947.0, 10934.0, 10927.0, 10942.0, 10966.0, 10977.0, 10987.0, 10930.0, 10931.0, 10903.0, 10935.0, 10983.0, 10975.0, 10960.0, 10924.0, 10957.0, 10934.0, 10997.0, 10970.0, 11008.0, 10947.0, 10967.0, 10939.0, 10971.0, 10962.0, 10997.0, 10950.0, 10974.0, 10938.0, 10986.0, 10962.0, 11012.0, 10979.0, 10994.0, 10937.0, 10963.0, 10949.0, 10998.0, 10954.0, 10984.0, 10938.0, 10963.0, 10941.0, 10990.0, 10939.0, 11000.0, 10940.0, 10948.0, 10939.0, 10961.0, 10939.0, 11004.0, 10953.0, 10967.0, 10949.0, 10990.0, 10968.0, 11019.0, 10972.0, 11012.0, 10985.0, 10998.0, 10984.0, 11013.0, 10982.0, 10999.0, 10951.0, 10986.0, 10941.0, 11002.0, 10979.0, 10996.0, 10942.0, 10974.0, 10952.0, 10974.0, 10951.0, 10999.0, 10958.0, 10993.0, 10956.0, 10971.0, 10934.0, 10999.0, 10973.0, 10994.0, 10957.0, 10981.0, 10939.0, 10993.0, 10938.0, 10987.0, 10934.0, 10959.0, 10946.0, 11021.0, 10942.0, 10975.0, 10938.0, 10960.0, 10963.0, 10974.0, 10974.0, 11004.0, 10937.0, 10933.0, 10932.0, 10954.0, 10968.0, 11040.0, 11025.0, 10993.0, 11011.0, 11043.0, 10996.0, 11024.0, 10977.0, 10987.0, 10936.0, 10972.0, 10934.0, 10973.0, 10950.0, 10984.0, 10922.0, 10957.0, 10908.0, 10932.0, 10914.0, 10946.0, 10928.0, 10951.0, 10939.0, 10916.0, 10975.0, 10964.0, 10952.0, 10979.0, 10942.0, 10959.0, 10947.0, 10998.0, 10968.0, 11011.0, 10983.0, 10992.0, 10929.0, 10992.0, 10942.0, 10986.0, 10946.0, 10966.0, 10933.0, 10956.0, 10939.0, 11010.0, 10981.0, 10994.0, 10934.0, 10951.0, 10930.0, 10966.0, 10921.0, 10986.0, 10942.0, 10981.0, 10958.0, 10937.0, 10936.0, 10938.0, 10920.0, 10974.0, 10934.0, 10930.0, 10936.0, 10940.0, 10965.0, 10957.0, 10965.0, 10961.0, 10962.0, 10962.0, 11001.0, 10972.0, 11009.0, 10977.0, 11015.0, 10964.0, 10962.0, 11006.0, 10966.0, 11014.0, 10976.0, 10996.0, 10965.0, 10994.0, 10916.0, 10965.0, 10913.0, 10983.0, 10933.0, 10931.0, 10985.0, 10911.0, 10957.0, 10938.0, 10948.0, 10911.0, 10921.0, 10912.0, 10908.0, 10910.0, 10916.0, 10923.0, 10930.0, 10914.0, 10930.0, 10906.0, 10918.0, 10944.0, 10931.0, 10907.0, 10916.0, 10918.0, 10932.0, 10920.0, 10942.0, 10934.0, 10967.0, 10964.0, 10963.0, 10941.0, 10989.0, 10941.0, 10992.0, 10940.0, 11004.0, 10970.0, 10964.0, 10982.0, 11028.0, 11040.0, 10988.0, 10998.0, 10941.0, 10985.0, 10997.0, 11034.0, 10990.0, 10964.0, 10996.0, 10953.0, 11022.0, 10971.0, 11005.0, 10953.0, 10961.0, 10912.0, 10922.0, 10929.0, 10916.0, 10915.0, 10929.0, 10933.0, 10917.0, 10954.0, 10928.0, 10935.0, 10974.0, 10939.0, 10974.0, 10939.0, 10977.0, 10963.0, 11017.0, 10974.0, 11017.0, 10933.0, 10947.0, 10924.0, 10980.0, 11034.0, 10978.0, 11005.0, 10943.0, 10981.0, 10930.0, 10983.0, 10927.0, 10979.0, 10900.0, 10941.0, 10949.0, 10904.0, 10961.0, 10910.0, 10944.0, 10908.0, 10921.0, 10908.0, 10914.0, 10957.0, 10932.0, 10915.0, 10917.0, 10915.0, 10934.0, 10942.0, 10941.0, 10933.0, 10941.0, 10945.0, 10939.0, 10936.0, 10953.0, 10974.0, 10943.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.0025911758241758238</td></tr>
<tr><td colspan=3>aqi</td><td>0.05304566120879121</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.776655518305866</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.055413465951596</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9276260010010996</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>7641.9375</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10302615263877883</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.4945054945054945</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.640069945661119</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.465367213948338</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.912487112379078</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5423555106559412</td></tr>
<tr><td colspan=3>gcor</td><td>0.0047635</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002447893377393484</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043170951306819916</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9392658173224078</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>14.2494</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3052</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.7017</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1170.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>443.4118</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4598</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>642.2735</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4237.855</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1129.6452</td></tr>
<tr><td colspan=3>tsnr</td><td>30.266933319158852</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>