<?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-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-02/func/sub-0094_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>3320d537e9b685d35ccea95f1453d033</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>11:48:16.127500</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.997698, 0.0596292, 0.0322941, -0.060148, 0.998072, 0.0153377]</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.113007</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4257, -7867, -7207, 508, -86, -426, 263, 41]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>83bdb64f-4b45-4a88-8541-658f0f47dd79||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.676750898361206, -0.1613726019859314, 0.08455651998519897, 115.10087585449219], [-0.15998074412345886, 2.677753210067749, 0.046561021357774734, -89.55316162109375], [0.08664265275001526, -0.041149940341711044, 2.6982741355895996, -57.943199157714844], [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': ['114816.127500', '114816.587500', '114817.047500', '114817.507500', '114817.967500', '114818.427500', '114818.887500', '114819.347500', '114819.807500', '114820.267500', '114820.727500', '114821.187500', '114821.647500', '114822.107500', '114822.567500', '114823.027500', '114823.487500', '114823.947500', '114824.407500', '114824.867500', '114825.327500', '114825.787500', '114826.247500', '114826.707500', '114827.167500', '114827.627500', '114828.087500', '114828.547500', '114829.007500', '114829.467500', '114829.927500', '114830.387500', '114830.847500', '114831.307500', '114831.767500', '114832.227500', '114832.687500', '114833.147500', '114833.607500', '114834.067500', '114834.527500', '114834.987500', '114835.447500', '114835.907500', '114836.367500', '114836.827500', '114837.287500', '114837.747500', '114838.207500', '114838.667500', '114839.127500', '114839.587500', '114840.047500', '114840.507500', '114840.967500', '114841.427500', '114841.887500', '114842.347500', '114842.807500', '114843.267500', '114843.727500', '114844.187500', '114844.647500', '114845.107500', '114845.567500', '114846.027500', '114846.487500', '114846.947500', '114847.407500', '114847.867500', '114848.327500', '114848.787500', '114849.247500', '114849.707500', '114850.167500', '114850.627500', '114851.087500', '114851.547500', '114852.007500', '114852.467500', '114852.927500', '114853.387500', '114853.847500', '114854.307500', '114854.767500', '114855.227500', '114855.687500', '114856.147500', '114856.607500', '114857.067500', '114857.527500', '114857.987500', '114858.447500', '114858.907500', '114859.367500', '114859.827500', '114900.287500', '114900.747500', '114901.207500', '114901.667500', '114902.127500', '114902.587500', '114903.047500', '114903.507500', '114903.967500', '114904.427500', '114904.887500', '114905.347500', '114905.807500', '114906.267500', '114906.727500', '114907.187500', '114907.647500', '114908.107500', '114908.567500', '114909.027500', '114909.487500', '114909.947500', '114910.407500', '114910.867500', '114911.327500', '114911.787500', '114912.247500', '114912.707500', '114913.167500', '114913.627500', '114914.087500', '114914.547500', '114915.007500', '114915.467500', '114915.927500', '114916.387500', '114916.847500', '114917.307500', '114917.767500', '114918.227500', '114918.687500', '114919.147500', '114919.607500', '114920.067500', '114920.527500', '114920.987500', '114921.447500', '114921.907500', '114922.367500', '114922.827500', '114923.287500', '114923.747500', '114924.207500', '114924.667500', '114925.127500', '114925.587500', '114926.047500', '114926.507500', '114926.967500', '114927.427500', '114927.887500', '114928.347500', '114928.807500', '114929.267500', '114929.727500', '114930.187500', '114930.647500', '114931.107500', '114931.567500', '114932.027500', '114932.487500', '114932.947500', '114933.407500', '114933.867500', '114934.327500', '114934.787500', '114935.247500', '114935.707500', '114936.167500', '114936.627500', '114937.087500', '114937.547500', '114938.007500', '114938.467500', '114938.927500', '114939.387500', '114939.847500', '114940.307500', '114940.767500', '114941.227500', '114941.687500', '114942.147500', '114942.607500', '114943.067500', '114943.527500', '114943.987500', '114944.447500', '114944.907500', '114945.367500', '114945.827500', '114946.287500', '114946.747500', '114947.207500', '114947.667500', '114948.127500', '114948.587500', '114949.047500', '114949.507500', '114949.967500', '114950.427500', '114950.887500', '114951.347500', '114951.807500', '114952.267500', '114952.727500', '114953.187500', '114953.647500', '114954.107500', '114954.567500', '114955.027500', '114955.487500', '114955.947500', '114956.407500', '114956.867500', '114957.327500', '114957.787500', '114958.247500', '114958.707500', '114959.167500', '114959.627500', '115000.087500', '115000.547500', '115001.007500', '115001.467500', '115001.927500', '115002.387500', '115002.847500', '115003.307500', '115003.767500', '115004.227500', '115004.687500', '115005.147500', '115005.607500', '115006.067500', '115006.527500', '115006.987500', '115007.447500', '115007.907500', '115008.367500', '115008.827500', '115009.287500', '115009.747500', '115010.207500', '115010.667500', '115011.127500', '115011.587500', '115012.047500', '115012.507500', '115012.967500', '115013.427500', '115013.887500', '115014.347500', '115014.807500', '115015.267500', '115015.727500', '115016.187500', '115016.647500', '115017.107500', '115017.567500', '115018.027500', '115018.487500', '115018.947500', '115019.407500', '115019.867500', '115020.327500', '115020.787500', '115021.247500', '115021.707500', '115022.167500', '115022.627500', '115023.087500', '115023.547500', '115024.007500', '115024.467500', '115024.927500', '115025.387500', '115025.847500', '115026.307500', '115026.767500', '115027.227500', '115027.687500', '115028.147500', '115028.607500', '115029.067500', '115029.527500', '115029.987500', '115030.447500', '115030.907500', '115031.367500', '115031.827500', '115032.287500', '115032.747500', '115033.207500', '115033.667500', '115034.127500', '115034.587500', '115035.047500', '115035.507500', '115035.967500', '115036.427500', '115036.887500', '115037.347500', '115037.807500', '115038.267500', '115038.727500', '115039.187500', '115039.647500', '115040.107500', '115040.567500', '115041.027500', '115041.487500', '115041.947500', '115042.407500', '115042.867500', '115043.327500', '115043.787500', '115044.247500', '115044.707500', '115045.167500', '115045.627500', '115046.087500', '115046.547500', '115047.007500', '115047.467500', '115047.927500', '115048.387500', '115048.847500', '115049.307500', '115049.767500', '115050.227500', '115050.687500', '115051.147500', '115051.607500', '115052.067500', '115052.527500', '115052.987500', '115053.447500', '115053.907500', '115054.367500', '115054.827500', '115055.287500', '115055.747500', '115056.207500', '115056.667500', '115057.127500', '115057.587500', '115058.047500', '115058.507500', '115058.967500', '115059.427500', '115059.887500', '115100.347500', '115100.807500', '115101.267500', '115101.727500', '115102.187500', '115102.647500', '115103.107500', '115103.567500', '115104.027500', '115104.487500', '115104.947500', '115105.407500', '115105.867500', '115106.327500', '115106.787500', '115107.247500', '115107.707500', '115108.167500', '115108.627500', '115109.087500', '115109.547500', '115110.007500', '115110.467500', '115110.927500', '115111.387500', '115111.847500', '115112.307500', '115112.767500', '115113.227500', '115113.687500', '115114.147500', '115114.607500', '115115.067500', '115115.527500', '115115.987500', '115116.447500', '115116.907500', '115117.367500', '115117.827500', '115118.287500', '115118.747500', '115119.207500', '115119.667500', '115120.127500', '115120.587500', '115121.047500', '115121.507500', '115121.967500', '115122.427500', '115122.887500', '115123.347500', '115123.807500', '115124.267500', '115124.727500', '115125.187500', '115125.647500', '115126.107500', '115126.567500', '115127.027500', '115127.487500', '115127.947500', '115128.407500', '115128.867500', '115129.327500', '115129.787500', '115130.247500', '115130.707500', '115131.167500', '115131.627500', '115132.087500', '115132.547500', '115133.007500', '115133.467500', '115133.927500', '115134.387500', '115134.847500', '115135.307500', '115135.767500', '115136.227500', '115136.687500', '115137.147500', '115137.607500', '115138.067500', '115138.527500', '115138.987500', '115139.447500', '115139.907500', '115140.367500', '115140.827500', '115141.287500', '115141.747500', '115142.207500', '115142.667500', '115143.127500', '115143.587500', '115144.047500', '115144.507500', '115144.967500', '115145.427500', '115145.887500', '115146.347500', '115146.807500', '115147.267500', '115147.727500', '115148.187500', '115148.647500', '115149.107500', '115149.567500', '115150.027500', '115150.487500', '115150.947500', '115151.407500', '115151.867500', '115152.327500', '115152.787500', '115153.247500', '115153.707500', '115154.167500', '115154.627500', '115155.087500', '115155.547500', '115156.007500', '115156.467500', '115156.927500', '115157.387500', '115157.847500', '115158.307500', '115158.767500', '115159.227500', '115159.687500', '115200.147500', '115200.607500', '115201.067500', '115201.527500', '115201.987500', '115202.447500', '115202.907500', '115203.367500', '115203.827500', '115204.287500', '115204.747500', '115205.207500', '115205.667500', '115206.127500', '115206.587500', '115207.047500', '115207.507500', '115207.967500', '115208.427500', '115208.887500', '115209.347500', '115209.807500', '115210.267500', '115210.727500', '115211.187500', '115211.647500', '115212.107500', '115212.567500', '115213.027500', '115213.487500', '115213.947500', '115214.407500', '115214.867500', '115215.327500', '115215.787500', '115216.247500', '115216.707500', '115217.167500', '115217.627500', '115218.087500', '115218.547500', '115219.007500', '115219.467500', '115219.927500', '115220.387500', '115220.847500', '115221.307500', '115221.767500', '115222.227500', '115222.687500', '115223.147500', '115223.607500', '115224.067500', '115224.527500', '115224.987500', '115225.447500', '115225.907500', '115226.367500', '115226.827500', '115227.287500', '115227.747500', '115228.207500', '115228.667500', '115229.127500', '115229.587500', '115230.047500', '115230.507500', '115230.967500', '115231.427500', '115231.887500', '115232.347500', '115232.807500', '115233.267500', '115233.727500', '115234.187500', '115234.647500', '115235.107500', '115235.567500', '115236.027500', '115236.487500', '115236.947500', '115237.407500', '115237.867500', '115238.327500', '115238.787500', '115239.247500', '115239.707500', '115240.167500', '115240.627500', '115241.087500', '115241.547500', '115242.007500', '115242.467500', '115242.927500', '115243.387500', '115243.847500', '115244.307500', '115244.767500', '115245.227500', '115245.687500', '115246.147500', '115246.607500', '115247.067500', '115247.527500', '115247.987500', '115248.447500', '115248.907500', '115249.367500', '115249.827500', '115250.287500', '115250.747500', '115251.207500', '115251.667500', '115252.127500', '115252.587500', '115253.047500', '115253.507500', '115253.967500', '115254.427500', '115254.887500', '115255.347500', '115255.807500', '115256.267500', '115256.727500', '115257.187500', '115257.647500', '115258.107500', '115258.567500', '115259.027500', '115259.487500', '115259.947500', '115300.407500', '115300.867500', '115301.327500', '115301.787500', '115302.247500', '115302.707500', '115303.167500', '115303.627500', '115304.087500', '115304.547500', '115305.007500', '115305.467500', '115305.927500', '115306.387500', '115306.847500', '115307.307500', '115307.767500', '115308.227500', '115308.687500', '115309.147500', '115309.607500', '115310.067500', '115310.527500', '115310.987500', '115311.447500', '115311.907500', '115312.367500', '115312.827500', '115313.287500', '115313.747500', '115314.207500', '115314.667500', '115315.127500', '115315.587500', '115316.047500', '115316.507500', '115316.967500', '115317.427500', '115317.887500', '115318.347500', '115318.807500', '115319.267500', '115319.727500', '115320.187500', '115320.647500', '115321.107500', '115321.567500', '115322.027500', '115322.487500', '115322.947500', '115323.407500', '115323.867500', '115324.327500', '115324.787500', '115325.247500', '115325.707500', '115326.167500', '115326.627500', '115327.087500', '115327.547500', '115328.007500', '115328.467500', '115328.927500', '115329.387500', '115329.847500', '115330.307500', '115330.767500', '115331.227500', '115331.687500', '115332.147500', '115332.607500', '115333.067500', '115333.527500', '115333.987500', '115334.447500', '115334.907500', '115335.367500', '115335.827500', '115336.287500', '115336.747500', '115337.207500', '115337.667500', '115338.127500', '115338.587500', '115339.047500', '115339.507500', '115339.967500', '115340.427500', '115340.887500', '115341.347500', '115341.807500', '115342.267500', '115342.727500', '115343.187500', '115343.647500', '115344.107500', '115344.567500', '115345.027500', '115345.487500', '115345.947500', '115346.407500', '115346.867500', '115347.327500', '115347.787500', '115348.247500', '115348.707500', '115349.167500', '115349.627500', '115350.087500', '115350.547500', '115351.007500', '115351.467500', '115351.927500', '115352.387500', '115352.847500', '115353.307500', '115353.767500', '115354.227500', '115354.687500', '115355.147500', '115355.607500', '115356.067500', '115356.527500', '115356.987500', '115357.447500', '115357.907500', '115358.367500', '115358.827500', '115359.287500', '115359.747500', '115400.207500', '115400.667500', '115401.127500', '115401.587500', '115402.047500', '115402.507500', '115402.967500', '115403.427500', '115403.887500', '115404.347500', '115404.807500', '115405.267500', '115405.727500', '115406.187500', '115406.647500', '115407.107500', '115407.567500', '115408.027500', '115408.487500', '115408.947500', '115409.407500', '115409.867500', '115410.327500', '115410.787500', '115411.247500', '115411.707500', '115412.167500', '115412.627500', '115413.087500', '115413.547500', '115414.007500', '115414.467500', '115414.927500', '115415.387500', '115415.847500', '115416.307500', '115416.767500', '115417.227500', '115417.687500', '115418.147500', '115418.607500', '115419.067500', '115419.527500', '115419.987500', '115420.447500', '115420.907500', '115421.367500', '115421.827500', '115422.287500', '115422.747500', '115423.207500', '115423.667500', '115424.127500', '115424.587500', '115425.047500', '115425.507500', '115425.967500', '115426.427500', '115426.887500', '115427.347500', '115427.807500', '115428.267500', '115428.727500', '115429.187500', '115429.647500', '115430.107500', '115430.567500', '115431.027500', '115431.487500', '115431.947500', '115432.407500', '115432.867500', '115433.327500', '115433.787500', '115434.247500', '115434.707500', '115435.167500', '115435.627500', '115436.087500', '115436.547500', '115437.007500', '115437.467500', '115437.927500', '115438.387500', '115438.847500', '115439.307500', '115439.767500', '115440.227500', '115440.687500', '115441.147500', '115441.607500', '115442.067500', '115442.527500', '115442.987500', '115443.447500', '115443.907500', '115444.367500', '115444.827500', '115445.287500', '115445.747500', '115446.207500', '115446.667500', '115447.127500', '115447.587500', '115448.047500', '115448.507500', '115448.967500', '115449.427500', '115449.887500', '115450.347500', '115450.807500', '115451.267500', '115451.727500', '115452.187500', '115452.647500', '115453.107500', '115453.567500', '115454.027500', '115454.487500', '115454.947500', '115455.407500', '115455.867500', '115456.327500', '115456.787500', '115457.247500', '115457.707500', '115458.167500', '115458.627500', '115459.087500', '115459.547500', '115500.007500', '115500.467500', '115500.927500', '115501.387500', '115501.847500', '115502.307500', '115502.767500', '115503.227500', '115503.687500', '115504.147500', '115504.607500', '115505.067500', '115505.527500', '115505.987500', '115506.447500', '115506.907500', '115507.367500', '115507.827500', '115508.287500', '115508.747500', '115509.207500', '115509.667500', '115510.127500', '115510.587500', '115511.047500', '115511.507500', '115511.967500', '115512.427500', '115512.887500', '115513.347500', '115513.807500', '115514.267500', '115514.727500', '115515.187500', '115515.647500', '115516.107500'], 'ContentTime': ['114842.561000', '114842.564000', '114842.566000', '114842.569000', '114842.572000', '114842.574000', '114842.577000', '114842.579000', '114842.582000', '114842.585000', '114842.587000', '114842.590000', '114842.592000', '114842.595000', '114842.597000', '114842.600000', '114842.603000', '114842.605000', '114842.616000', '114842.619000', '114842.621000', '114842.624000', '114842.626000', '114842.629000', '114842.632000', '114842.634000', '114842.637000', '114842.639000', '114842.642000', '114842.645000', '114842.647000', '114842.650000', '114842.652000', '114842.655000', '114842.657000', '114842.660000', '114842.663000', '114842.665000', '114842.668000', '114842.670000', '114842.673000', '114842.676000', '114842.678000', '114842.681000', '114842.683000', '114842.686000', '114842.689000', '114842.691000', '114842.694000', '114842.697000', '114842.699000', '114842.702000', '114842.705000', '114842.708000', '114902.532000', '114902.535000', '114902.538000', '114902.541000', '114902.543000', '114902.546000', '114902.548000', '114902.551000', '114902.553000', '114902.556000', '114902.559000', '114902.561000', '114902.564000', '114902.567000', '114902.569000', '114902.572000', '114902.575000', '114902.577000', '114902.581000', '114902.583000', '114902.586000', '114902.588000', '114902.592000', '114902.594000', '114902.597000', '114902.599000', '114902.602000', '114902.605000', '114902.607000', '114902.610000', '114902.613000', '114902.615000', '114902.618000', '114902.620000', '114902.623000', '114902.626000', '114902.628000', '114902.631000', '114902.633000', '114902.636000', '114902.638000', '114902.641000', '114902.643000', '114902.646000', '114922.534000', '114922.536000', '114922.539000', '114922.541000', '114922.544000', '114922.547000', '114922.549000', '114922.552000', '114922.555000', '114922.557000', '114922.560000', '114922.563000', '114922.565000', '114922.568000', '114922.577000', '114922.586000', '114922.589000', '114922.591000', '114922.594000', '114922.597000', '114922.599000', '114922.602000', '114922.605000', '114922.607000', '114922.610000', '114922.612000', '114922.615000', '114922.618000', '114922.620000', '114922.623000', '114922.626000', '114922.628000', '114922.631000', '114922.634000', '114922.636000', '114922.639000', '114922.641000', '114922.644000', '114922.646000', '114922.649000', '114922.652000', '114922.654000', '114922.657000', '114942.533000', '114942.537000', '114942.539000', '114942.542000', '114942.545000', '114942.547000', '114942.550000', '114942.552000', '114942.555000', '114942.558000', '114942.560000', '114942.563000', '114942.565000', '114942.568000', '114942.571000', '114942.580000', '114942.583000', '114942.586000', '114942.588000', '114942.591000', '114942.594000', '114942.596000', '114942.599000', '114942.602000', '114942.604000', '114942.607000', '114942.610000', '114942.612000', '114942.615000', '114942.618000', '114942.621000', '114942.623000', '114942.626000', '114942.628000', '114942.631000', '114942.634000', '114942.636000', '114942.639000', '114942.642000', '114942.644000', '114942.647000', '114942.649000', '114942.652000', '114942.655000', '115002.533000', '115002.535000', '115002.538000', '115002.541000', '115002.544000', '115002.546000', '115002.549000', '115002.552000', '115002.554000', '115002.557000', '115002.559000', '115002.571000', '115002.573000', '115002.576000', '115002.579000', '115002.581000', '115002.584000', '115002.587000', '115002.589000', '115002.592000', '115002.594000', '115002.597000', '115002.600000', '115002.603000', '115002.605000', '115002.608000', '115002.611000', '115002.613000', '115002.616000', '115002.619000', '115002.621000', '115002.624000', '115002.626000', '115002.629000', '115002.632000', '115002.634000', '115002.637000', '115002.640000', '115002.642000', '115002.645000', '115002.648000', '115002.650000', '115002.653000', '115022.532000', '115022.535000', '115022.538000', '115022.541000', '115022.544000', '115022.546000', '115022.550000', '115022.553000', '115022.556000', '115022.559000', '115022.561000', '115022.564000', '115022.567000', '115022.569000', '115022.572000', '115022.574000', '115022.577000', '115022.580000', '115022.582000', '115022.585000', '115022.588000', '115022.590000', '115022.593000', '115022.595000', '115022.598000', '115022.601000', '115022.603000', '115022.606000', '115022.609000', '115022.611000', '115022.614000', '115022.616000', '115022.619000', '115022.622000', '115022.624000', '115022.627000', '115022.630000', '115022.634000', '115022.637000', '115022.639000', '115022.642000', '115022.645000', '115022.647000', '115042.533000', '115042.535000', '115042.538000', '115042.541000', '115042.543000', '115042.546000', '115042.548000', '115042.551000', '115042.554000', '115042.556000', '115042.559000', '115042.561000', '115042.564000', '115042.566000', '115042.569000', '115042.572000', '115042.574000', '115042.577000', '115042.579000', '115042.582000', '115042.585000', '115042.587000', '115042.590000', '115042.592000', '115042.595000', '115042.598000', '115042.600000', '115042.603000', '115042.606000', '115042.608000', '115042.611000', '115042.613000', '115042.616000', '115042.619000', '115042.621000', '115042.624000', '115042.626000', '115042.629000', '115042.632000', '115042.634000', '115042.637000', '115042.639000', '115042.642000', '115042.644000', '115102.532000', '115102.535000', '115102.538000', '115102.540000', '115102.543000', '115102.546000', '115102.548000', '115102.551000', '115102.557000', '115102.560000', '115102.574000', '115102.577000', '115102.579000', '115102.582000', '115102.584000', '115102.587000', '115102.590000', '115102.592000', '115102.595000', '115102.597000', '115102.600000', '115102.603000', '115102.605000', '115102.608000', '115102.611000', '115102.613000', '115102.616000', '115102.619000', '115102.621000', '115102.624000', '115102.626000', '115102.629000', '115102.632000', '115102.634000', '115102.637000', '115102.639000', '115102.642000', '115102.645000', '115102.647000', '115102.650000', '115102.653000', '115102.655000', '115102.658000', '115122.533000', '115122.535000', '115122.538000', '115122.541000', '115122.543000', '115122.546000', '115122.548000', '115122.551000', '115122.554000', '115122.556000', '115122.559000', '115122.561000', '115122.564000', '115122.567000', '115122.569000', '115122.572000', '115122.574000', '115122.577000', '115122.579000', '115122.582000', '115122.585000', '115122.587000', '115122.590000', '115122.593000', '115122.595000', '115122.598000', '115122.601000', '115122.603000', '115122.606000', '115122.608000', '115122.611000', '115122.613000', '115122.616000', '115122.619000', '115122.621000', '115122.624000', '115122.626000', '115122.629000', '115122.632000', '115122.634000', '115122.637000', '115122.639000', '115122.642000', '115122.645000', '115142.534000', '115142.536000', '115142.539000', '115142.542000', '115142.545000', '115142.547000', '115142.550000', '115142.553000', '115142.555000', '115142.558000', '115142.561000', '115142.563000', '115142.566000', '115142.568000', '115142.571000', '115142.574000', '115142.576000', '115142.579000', '115142.581000', '115142.584000', '115142.587000', '115142.590000', '115142.593000', '115142.596000', '115142.599000', '115142.601000', '115142.604000', '115142.607000', '115142.609000', '115142.612000', '115142.614000', '115142.617000', '115142.620000', '115142.622000', '115142.625000', '115142.627000', '115142.630000', '115142.633000', '115142.635000', '115142.638000', '115142.640000', '115142.643000', '115142.646000', '115202.534000', '115202.536000', '115202.539000', '115202.542000', '115202.544000', '115202.547000', '115202.549000', '115202.552000', '115202.555000', '115202.557000', '115202.560000', '115202.562000', '115202.565000', '115202.568000', '115202.570000', '115202.573000', '115202.576000', '115202.578000', '115202.581000', '115202.583000', '115202.586000', '115202.589000', '115202.591000', '115202.594000', '115202.597000', '115202.599000', '115202.602000', '115202.604000', '115202.607000', '115202.614000', '115202.616000', '115202.619000', '115202.621000', '115202.624000', '115202.627000', '115202.629000', '115202.632000', '115202.635000', '115202.638000', '115202.640000', '115202.643000', '115202.646000', '115202.649000', '115202.651000', '115222.533000', '115222.535000', '115222.538000', '115222.541000', '115222.544000', '115222.546000', '115222.549000', '115222.552000', '115222.554000', '115222.557000', '115222.559000', '115222.562000', '115222.565000', '115222.567000', '115222.570000', '115222.572000', '115222.575000', '115222.593000', '115222.596000', '115222.598000', '115222.601000', '115222.603000', '115222.606000', '115222.609000', '115222.611000', '115222.614000', '115222.617000', '115222.619000', '115222.622000', '115222.624000', '115222.627000', '115222.630000', '115222.632000', '115222.635000', '115222.638000', '115222.652000', '115222.655000', '115222.657000', '115222.660000', '115222.663000', '115222.665000', '115222.668000', '115222.670000', '115242.533000', '115242.535000', '115242.538000', '115242.540000', '115242.543000', '115242.546000', '115242.548000', '115242.551000', '115242.554000', '115242.556000', '115242.559000', '115242.561000', '115242.564000', '115242.567000', '115242.569000', '115242.572000', '115242.574000', '115242.577000', '115242.579000', '115242.582000', '115242.585000', '115242.588000', '115242.590000', '115242.593000', '115242.595000', '115242.598000', '115242.601000', '115242.603000', '115242.606000', '115242.609000', '115242.611000', '115242.614000', '115242.617000', '115242.619000', '115242.622000', '115242.625000', '115242.627000', '115242.630000', '115242.633000', '115242.635000', '115242.638000', '115242.640000', '115242.643000', '115242.646000', '115302.533000', '115302.535000', '115302.538000', '115302.541000', '115302.543000', '115302.546000', '115302.549000', '115302.551000', '115302.554000', '115302.557000', '115302.559000', '115302.562000', '115302.565000', '115302.567000', '115302.570000', '115302.573000', '115302.575000', '115302.578000', '115302.581000', '115302.583000', '115302.586000', '115302.588000', '115302.591000', '115302.594000', '115302.597000', '115302.599000', '115302.602000', '115302.605000', '115302.607000', '115302.610000', '115302.613000', '115302.615000', '115302.618000', '115302.621000', '115302.623000', '115302.626000', '115302.631000', '115302.633000', '115302.636000', '115302.639000', '115302.641000', '115302.644000', '115302.646000', '115322.532000', '115322.535000', '115322.538000', '115322.541000', '115322.543000', '115322.546000', '115322.549000', '115322.551000', '115322.554000', '115322.557000', '115322.559000', '115322.562000', '115322.565000', '115322.567000', '115322.570000', '115322.572000', '115322.575000', '115322.578000', '115322.580000', '115322.583000', '115322.586000', '115322.588000', '115322.591000', '115322.594000', '115322.596000', '115322.599000', '115322.601000', '115322.604000', '115322.607000', '115322.609000', '115322.612000', '115322.615000', '115322.617000', '115322.620000', '115322.623000', '115322.625000', '115322.628000', '115322.631000', '115322.633000', '115322.636000', '115322.638000', '115322.641000', '115322.644000', '115322.647000', '115342.533000', '115342.536000', '115342.539000', '115342.541000', '115342.544000', '115342.547000', '115342.549000', '115342.552000', '115342.555000', '115342.557000', '115342.560000', '115342.562000', '115342.565000', '115342.568000', '115342.570000', '115342.573000', '115342.576000', '115342.578000', '115342.581000', '115342.584000', '115342.586000', '115342.589000', '115342.592000', '115342.595000', '115342.598000', '115342.601000', '115342.603000', '115342.606000', '115342.609000', '115342.611000', '115342.614000', '115342.617000', '115342.619000', '115342.622000', '115342.625000', '115342.627000', '115342.630000', '115342.633000', '115342.635000', '115342.638000', '115342.641000', '115342.643000', '115342.646000', '115402.534000', '115402.537000', '115402.540000', '115402.554000', '115402.556000', '115402.559000', '115402.562000', '115402.564000', '115402.567000', '115402.569000', '115402.572000', '115402.575000', '115402.577000', '115402.580000', '115402.583000', '115402.586000', '115402.589000', '115402.591000', '115402.594000', '115402.597000', '115402.599000', '115402.602000', '115402.605000', '115402.607000', '115402.610000', '115402.613000', '115402.617000', '115402.620000', '115402.622000', '115402.625000', '115402.628000', '115402.630000', '115402.633000', '115402.636000', '115402.638000', '115402.641000', '115402.644000', '115402.646000', '115402.649000', '115402.651000', '115402.654000', '115402.657000', '115402.659000', '115402.662000', '115422.534000', '115422.537000', '115422.539000', '115422.542000', '115422.545000', '115422.547000', '115422.550000', '115422.552000', '115422.555000', '115422.558000', '115422.560000', '115422.563000', '115422.566000', '115422.568000', '115422.571000', '115422.573000', '115422.576000', '115422.579000', '115422.581000', '115422.584000', '115422.587000', '115422.589000', '115422.592000', '115422.595000', '115422.597000', '115422.600000', '115422.603000', '115422.605000', '115422.608000', '115422.611000', '115422.613000', '115422.616000', '115422.619000', '115422.621000', '115422.624000', '115422.626000', '115422.629000', '115422.632000', '115422.634000', '115422.637000', '115422.640000', '115422.642000', '115422.645000', '115442.533000', '115442.536000', '115442.538000', '115442.541000', '115442.544000', '115442.547000', '115442.549000', '115442.552000', '115442.554000', '115442.557000', '115442.560000', '115442.562000', '115442.565000', '115442.568000', '115442.570000', '115442.573000', '115442.576000', '115442.578000', '115442.581000', '115442.584000', '115442.586000', '115442.589000', '115442.592000', '115442.594000', '115442.597000', '115442.599000', '115442.602000', '115442.605000', '115442.607000', '115442.610000', '115442.613000', '115442.615000', '115442.618000', '115442.621000', '115442.623000', '115442.626000', '115442.628000', '115442.631000', '115442.634000', '115442.636000', '115442.639000', '115442.641000', '115442.644000', '115442.647000', '115502.532000', '115502.535000', '115502.538000', '115502.541000', '115502.543000', '115502.546000', '115502.548000', '115502.551000', '115502.554000', '115502.556000', '115502.559000', '115502.562000', '115502.564000', '115502.567000', '115502.570000', '115502.572000', '115502.575000', '115502.578000', '115502.580000', '115502.583000', '115502.586000', '115502.588000', '115502.591000', '115502.593000', '115502.596000', '115502.599000', '115502.601000', '115502.604000', '115502.607000', '115502.609000', '115502.612000', '115502.615000', '115502.617000', '115502.620000', '115502.622000', '115502.625000', '115502.628000', '115502.630000', '115502.633000', '115502.636000', '115502.638000', '115502.641000', '115502.644000', '115517.822000', '115517.826000', '115517.828000', '115517.831000', '115517.835000', '115517.837000', '115517.840000', '115517.843000', '115517.846000', '115517.849000', '115517.852000', '115517.855000', '115517.858000', '115517.882000', '115517.885000', '115517.888000', '115517.891000', '115517.893000', '115517.896000', '115517.899000', '115517.901000', '115517.904000', '115517.907000', '115517.910000', '115517.913000', '115517.916000', '115517.919000', '115517.922000', '115517.925000', '115517.928000', '115517.931000', '115517.935000', '115517.938000', '115517.943000'], 'InstanceCreationTime': ['114842.561000', '114842.564000', '114842.566000', '114842.569000', '114842.572000', '114842.574000', '114842.577000', '114842.579000', '114842.582000', '114842.585000', '114842.587000', '114842.590000', '114842.592000', '114842.595000', '114842.597000', '114842.600000', '114842.603000', '114842.605000', '114842.616000', '114842.619000', '114842.621000', '114842.624000', '114842.626000', '114842.629000', '114842.632000', '114842.634000', '114842.637000', '114842.639000', '114842.642000', '114842.645000', '114842.647000', '114842.650000', '114842.652000', '114842.655000', '114842.657000', '114842.660000', '114842.663000', '114842.665000', '114842.668000', '114842.670000', '114842.673000', '114842.676000', '114842.678000', '114842.681000', '114842.683000', '114842.686000', '114842.689000', '114842.691000', '114842.694000', '114842.697000', '114842.699000', '114842.702000', '114842.705000', '114842.708000', '114902.532000', '114902.535000', '114902.538000', '114902.541000', '114902.543000', '114902.546000', '114902.548000', '114902.551000', '114902.553000', '114902.556000', '114902.559000', '114902.561000', '114902.564000', '114902.567000', '114902.569000', '114902.572000', '114902.575000', '114902.577000', '114902.581000', '114902.583000', '114902.586000', '114902.588000', '114902.592000', '114902.594000', '114902.597000', '114902.599000', '114902.602000', '114902.605000', '114902.607000', '114902.610000', '114902.613000', '114902.615000', '114902.618000', '114902.620000', '114902.623000', '114902.626000', '114902.628000', '114902.631000', '114902.633000', '114902.636000', '114902.638000', '114902.641000', '114902.643000', '114902.646000', '114922.534000', '114922.536000', '114922.539000', '114922.541000', '114922.544000', '114922.547000', '114922.549000', '114922.552000', '114922.555000', '114922.557000', '114922.560000', '114922.563000', '114922.565000', '114922.568000', '114922.577000', '114922.586000', '114922.589000', '114922.591000', '114922.594000', '114922.597000', '114922.599000', '114922.602000', '114922.605000', '114922.607000', '114922.610000', '114922.612000', '114922.615000', '114922.618000', '114922.620000', '114922.623000', '114922.626000', '114922.628000', '114922.631000', '114922.634000', '114922.636000', '114922.639000', '114922.641000', '114922.644000', '114922.646000', '114922.649000', '114922.652000', '114922.654000', '114922.657000', '114942.533000', '114942.537000', '114942.539000', '114942.542000', '114942.545000', '114942.547000', '114942.550000', '114942.552000', '114942.555000', '114942.558000', '114942.560000', '114942.563000', '114942.565000', '114942.568000', '114942.571000', '114942.580000', '114942.583000', '114942.586000', '114942.588000', '114942.591000', '114942.594000', '114942.596000', '114942.599000', '114942.602000', '114942.604000', '114942.607000', '114942.610000', '114942.612000', '114942.615000', '114942.618000', '114942.621000', '114942.623000', '114942.626000', '114942.628000', '114942.631000', '114942.634000', '114942.636000', '114942.639000', '114942.642000', '114942.644000', '114942.647000', '114942.649000', '114942.652000', '114942.655000', '115002.533000', '115002.535000', '115002.538000', '115002.541000', '115002.544000', '115002.546000', '115002.549000', '115002.552000', '115002.554000', '115002.557000', '115002.559000', '115002.571000', '115002.573000', '115002.576000', '115002.579000', '115002.581000', '115002.584000', '115002.587000', '115002.589000', '115002.592000', '115002.594000', '115002.597000', '115002.600000', '115002.603000', '115002.605000', '115002.608000', '115002.611000', '115002.613000', '115002.616000', '115002.619000', '115002.621000', '115002.624000', '115002.626000', '115002.629000', '115002.632000', '115002.634000', '115002.637000', '115002.640000', '115002.642000', '115002.645000', '115002.648000', '115002.650000', '115002.653000', '115022.532000', '115022.535000', '115022.538000', '115022.541000', '115022.544000', '115022.546000', '115022.550000', '115022.553000', '115022.556000', '115022.559000', '115022.561000', '115022.564000', '115022.567000', '115022.569000', '115022.572000', '115022.574000', '115022.577000', '115022.580000', '115022.582000', '115022.585000', '115022.588000', '115022.590000', '115022.593000', '115022.595000', '115022.598000', '115022.601000', '115022.603000', '115022.606000', '115022.609000', '115022.611000', '115022.614000', '115022.616000', '115022.619000', '115022.622000', '115022.624000', '115022.627000', '115022.630000', '115022.634000', '115022.637000', '115022.639000', '115022.642000', '115022.645000', '115022.647000', '115042.533000', '115042.535000', '115042.538000', '115042.541000', '115042.543000', '115042.546000', '115042.548000', '115042.551000', '115042.554000', '115042.556000', '115042.559000', '115042.561000', '115042.564000', '115042.566000', '115042.569000', '115042.572000', '115042.574000', '115042.577000', '115042.579000', '115042.582000', '115042.585000', '115042.587000', '115042.590000', '115042.592000', '115042.595000', '115042.598000', '115042.600000', '115042.603000', '115042.606000', '115042.608000', '115042.611000', '115042.613000', '115042.616000', '115042.619000', '115042.621000', '115042.624000', '115042.626000', '115042.629000', '115042.632000', '115042.634000', '115042.637000', '115042.639000', '115042.642000', '115042.644000', '115102.532000', '115102.535000', '115102.538000', '115102.540000', '115102.543000', '115102.546000', '115102.548000', '115102.551000', '115102.557000', '115102.560000', '115102.574000', '115102.577000', '115102.579000', '115102.582000', '115102.584000', '115102.587000', '115102.590000', '115102.592000', '115102.595000', '115102.597000', '115102.600000', '115102.603000', '115102.605000', '115102.608000', '115102.611000', '115102.613000', '115102.616000', '115102.619000', '115102.621000', '115102.624000', '115102.626000', '115102.629000', '115102.632000', '115102.634000', '115102.637000', '115102.639000', '115102.642000', '115102.645000', '115102.647000', '115102.650000', '115102.653000', '115102.655000', '115102.658000', '115122.533000', '115122.535000', '115122.538000', '115122.541000', '115122.543000', '115122.546000', '115122.548000', '115122.551000', '115122.554000', '115122.556000', '115122.559000', '115122.561000', '115122.564000', '115122.567000', '115122.569000', '115122.572000', '115122.574000', '115122.577000', '115122.579000', '115122.582000', '115122.585000', '115122.587000', '115122.590000', '115122.593000', '115122.595000', '115122.598000', '115122.601000', '115122.603000', '115122.606000', '115122.608000', '115122.611000', '115122.613000', '115122.616000', '115122.619000', '115122.621000', '115122.624000', '115122.626000', '115122.629000', '115122.632000', '115122.634000', '115122.637000', '115122.639000', '115122.642000', '115122.645000', '115142.534000', '115142.536000', '115142.539000', '115142.542000', '115142.545000', '115142.547000', '115142.550000', '115142.553000', '115142.555000', '115142.558000', '115142.561000', '115142.563000', '115142.566000', '115142.568000', '115142.571000', '115142.574000', '115142.576000', '115142.579000', '115142.581000', '115142.584000', '115142.587000', '115142.590000', '115142.593000', '115142.596000', '115142.599000', '115142.601000', '115142.604000', '115142.607000', '115142.609000', '115142.612000', '115142.614000', '115142.617000', '115142.620000', '115142.622000', '115142.625000', '115142.627000', '115142.630000', '115142.633000', '115142.635000', '115142.638000', '115142.640000', '115142.643000', '115142.646000', '115202.534000', '115202.536000', '115202.539000', '115202.542000', '115202.544000', '115202.547000', '115202.549000', '115202.552000', '115202.555000', '115202.557000', '115202.560000', '115202.562000', '115202.565000', '115202.568000', '115202.570000', '115202.573000', '115202.576000', '115202.578000', '115202.581000', '115202.583000', '115202.586000', '115202.589000', '115202.591000', '115202.594000', '115202.597000', '115202.599000', '115202.602000', '115202.604000', '115202.607000', '115202.614000', '115202.616000', '115202.619000', '115202.621000', '115202.624000', '115202.627000', '115202.629000', '115202.632000', '115202.635000', '115202.638000', '115202.640000', '115202.643000', '115202.646000', '115202.649000', '115202.651000', '115222.533000', '115222.535000', '115222.538000', '115222.541000', '115222.544000', '115222.546000', '115222.549000', '115222.552000', '115222.554000', '115222.557000', '115222.559000', '115222.562000', '115222.565000', '115222.567000', '115222.570000', '115222.572000', '115222.575000', '115222.593000', '115222.596000', '115222.598000', '115222.601000', '115222.603000', '115222.606000', '115222.609000', '115222.611000', '115222.614000', '115222.617000', '115222.619000', '115222.622000', '115222.624000', '115222.627000', '115222.630000', '115222.632000', '115222.635000', '115222.638000', '115222.652000', '115222.655000', '115222.657000', '115222.660000', '115222.663000', '115222.665000', '115222.668000', '115222.670000', '115242.533000', '115242.535000', '115242.538000', '115242.540000', '115242.543000', '115242.546000', '115242.548000', '115242.551000', '115242.554000', '115242.556000', '115242.559000', '115242.561000', '115242.564000', '115242.567000', '115242.569000', '115242.572000', '115242.574000', '115242.577000', '115242.579000', '115242.582000', '115242.585000', '115242.588000', '115242.590000', '115242.593000', '115242.595000', '115242.598000', '115242.601000', '115242.603000', '115242.606000', '115242.609000', '115242.611000', '115242.614000', '115242.617000', '115242.619000', '115242.622000', '115242.625000', '115242.627000', '115242.630000', '115242.633000', '115242.635000', '115242.638000', '115242.640000', '115242.643000', '115242.646000', '115302.533000', '115302.535000', '115302.538000', '115302.541000', '115302.543000', '115302.546000', '115302.549000', '115302.551000', '115302.554000', '115302.557000', '115302.559000', '115302.562000', '115302.565000', '115302.567000', '115302.570000', '115302.573000', '115302.575000', '115302.578000', '115302.581000', '115302.583000', '115302.586000', '115302.588000', '115302.591000', '115302.594000', '115302.597000', '115302.599000', '115302.602000', '115302.605000', '115302.607000', '115302.610000', '115302.613000', '115302.615000', '115302.618000', '115302.621000', '115302.623000', '115302.626000', '115302.631000', '115302.633000', '115302.636000', '115302.639000', '115302.641000', '115302.644000', '115302.646000', '115322.532000', '115322.535000', '115322.538000', '115322.541000', '115322.543000', '115322.546000', '115322.549000', '115322.551000', '115322.554000', '115322.557000', '115322.559000', '115322.562000', '115322.565000', '115322.567000', '115322.570000', '115322.572000', '115322.575000', '115322.578000', '115322.580000', '115322.583000', '115322.586000', '115322.588000', '115322.591000', '115322.594000', '115322.596000', '115322.599000', '115322.601000', '115322.604000', '115322.607000', '115322.609000', '115322.612000', '115322.615000', '115322.617000', '115322.620000', '115322.623000', '115322.625000', '115322.628000', '115322.631000', '115322.633000', '115322.636000', '115322.638000', '115322.641000', '115322.644000', '115322.647000', '115342.533000', '115342.536000', '115342.539000', '115342.541000', '115342.544000', '115342.547000', '115342.549000', '115342.552000', '115342.555000', '115342.557000', '115342.560000', '115342.562000', '115342.565000', '115342.568000', '115342.570000', '115342.573000', '115342.576000', '115342.578000', '115342.581000', '115342.584000', '115342.586000', '115342.589000', '115342.592000', '115342.595000', '115342.598000', '115342.601000', '115342.603000', '115342.606000', '115342.609000', '115342.611000', '115342.614000', '115342.617000', '115342.619000', '115342.622000', '115342.625000', '115342.627000', '115342.630000', '115342.633000', '115342.635000', '115342.638000', '115342.641000', '115342.643000', '115342.646000', '115402.534000', '115402.537000', '115402.540000', '115402.554000', '115402.556000', '115402.559000', '115402.562000', '115402.564000', '115402.567000', '115402.569000', '115402.572000', '115402.575000', '115402.577000', '115402.580000', '115402.583000', '115402.586000', '115402.589000', '115402.591000', '115402.594000', '115402.597000', '115402.599000', '115402.602000', '115402.605000', '115402.607000', '115402.610000', '115402.613000', '115402.617000', '115402.620000', '115402.622000', '115402.625000', '115402.628000', '115402.630000', '115402.633000', '115402.636000', '115402.638000', '115402.641000', '115402.644000', '115402.646000', '115402.649000', '115402.651000', '115402.654000', '115402.657000', '115402.659000', '115402.662000', '115422.534000', '115422.537000', '115422.539000', '115422.542000', '115422.545000', '115422.547000', '115422.550000', '115422.552000', '115422.555000', '115422.558000', '115422.560000', '115422.563000', '115422.566000', '115422.568000', '115422.571000', '115422.573000', '115422.576000', '115422.579000', '115422.581000', '115422.584000', '115422.587000', '115422.589000', '115422.592000', '115422.595000', '115422.597000', '115422.600000', '115422.603000', '115422.605000', '115422.608000', '115422.611000', '115422.613000', '115422.616000', '115422.619000', '115422.621000', '115422.624000', '115422.626000', '115422.629000', '115422.632000', '115422.634000', '115422.637000', '115422.640000', '115422.642000', '115422.645000', '115442.533000', '115442.536000', '115442.538000', '115442.541000', '115442.544000', '115442.547000', '115442.549000', '115442.552000', '115442.554000', '115442.557000', '115442.560000', '115442.562000', '115442.565000', '115442.568000', '115442.570000', '115442.573000', '115442.576000', '115442.578000', '115442.581000', '115442.584000', '115442.586000', '115442.589000', '115442.592000', '115442.594000', '115442.597000', '115442.599000', '115442.602000', '115442.605000', '115442.607000', '115442.610000', '115442.613000', '115442.615000', '115442.618000', '115442.621000', '115442.623000', '115442.626000', '115442.628000', '115442.631000', '115442.634000', '115442.636000', '115442.639000', '115442.641000', '115442.644000', '115442.647000', '115502.532000', '115502.535000', '115502.538000', '115502.541000', '115502.543000', '115502.546000', '115502.548000', '115502.551000', '115502.554000', '115502.556000', '115502.559000', '115502.562000', '115502.564000', '115502.567000', '115502.570000', '115502.572000', '115502.575000', '115502.578000', '115502.580000', '115502.583000', '115502.586000', '115502.588000', '115502.591000', '115502.593000', '115502.596000', '115502.599000', '115502.601000', '115502.604000', '115502.607000', '115502.609000', '115502.612000', '115502.615000', '115502.617000', '115502.620000', '115502.622000', '115502.625000', '115502.628000', '115502.630000', '115502.633000', '115502.636000', '115502.638000', '115502.641000', '115502.644000', '115517.822000', '115517.826000', '115517.828000', '115517.831000', '115517.835000', '115517.837000', '115517.840000', '115517.843000', '115517.846000', '115517.849000', '115517.852000', '115517.855000', '115517.858000', '115517.882000', '115517.885000', '115517.888000', '115517.891000', '115517.893000', '115517.896000', '115517.899000', '115517.901000', '115517.904000', '115517.907000', '115517.910000', '115517.913000', '115517.916000', '115517.919000', '115517.922000', '115517.925000', '115517.928000', '115517.931000', '115517.935000', '115517.938000', '115517.943000'], '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': [7906, 8070, 8187, 8151, 8435, 8313, 8074, 7271, 8051, 7998, 8089, 7773, 8145, 8418, 7968, 7580, 7944, 8238, 7512, 7709, 7825, 7801, 7976, 7752, 7347, 8092, 7484, 7902, 7585, 7870, 7555, 7387, 7823, 7737, 7951, 7332, 7660, 8171, 7758, 7966, 7640, 7784, 8149, 7747, 8118, 7383, 8025, 8219, 8086, 8232, 7803, 7894, 7165, 7238, 7504, 7513, 7676, 7892, 8099, 7507, 7955, 7114, 7722, 7878, 7661, 7609, 7601, 7729, 8308, 7999, 7977, 7347, 7813, 7810, 7993, 8015, 7788, 8043, 7696, 7947, 8175, 7749, 7963, 7649, 7913, 7038, 7632, 7022, 8119, 8207, 7673, 7899, 7248, 8045, 7095, 8029, 8078, 7935, 7915, 7178, 7737, 7034, 7666, 8113, 7651, 7652, 7336, 8087, 7164, 7915, 8294, 7551, 7931, 7077, 8128, 7980, 7719, 7935, 6933, 7961, 7502, 7714, 7906, 7526, 7479, 7027, 7596, 7273, 7633, 7879, 7637, 7977, 7321, 7867, 8246, 7961, 8004, 7175, 7936, 6982, 7844, 8012, 7883, 7853, 6994, 7702, 7862, 7830, 8110, 7510, 7738, 7302, 8045, 7613, 7882, 6868, 7624, 8051, 7575, 8018, 7091, 7465, 7892, 7845, 7827, 7825, 8191, 7392, 7567, 8231, 7835, 7680, 7511, 8190, 6691, 7467, 7775, 7600, 7720, 7543, 7657, 7342, 7636, 7957, 7909, 7883, 6820, 7687, 7108, 7598, 7915, 8059, 8100, 7549, 7586, 6706, 7623, 6776, 7881, 8229, 7586, 7717, 7084, 7549, 6852, 7406, 7738, 7376, 7417, 7514, 7727, 7687, 7879, 6857, 7702, 6989, 7757, 8103, 7840, 8076, 6932, 7730, 7059, 7983, 6937, 7555, 7738, 7586, 7690, 7926, 7951, 6959, 7564, 6788, 7540, 7761, 7777, 8011, 7450, 7801, 6868, 7463, 6770, 7283, 7670, 7230, 7299, 7267, 7752, 6756, 7475, 7315, 7398, 7393, 7415, 7323, 7027, 7065, 7145, 7598, 6822, 7461, 6827, 7272, 7265, 7261, 7321, 7003, 7109, 6988, 7306, 6935, 7190, 7579, 6763, 7150, 7143, 7289, 7064, 7522, 7109, 7685, 7713, 7226, 7044, 7152, 6767, 7299, 7180, 7030, 7071, 7120, 7025, 7197, 6966, 7161, 6750, 7236, 6706, 6703, 6815, 7327, 6837, 6821, 7063, 6773, 7361, 6649, 6992, 6973, 7351, 6984, 7288, 7186, 6996, 6826, 6760, 7350, 6884, 7215, 6783, 6606, 6920, 6637, 6939, 6936, 7083, 6724, 7361, 6615, 7728, 6682, 7517, 7003, 7164, 7253, 7214, 7359, 6629, 7349, 6651, 7087, 7220, 6776, 6929, 7148, 7040, 7485, 7179, 6619, 7252, 6662, 7337, 7120, 6928, 7393, 6676, 7205, 6679, 7018, 6952, 6813, 7181, 6780, 7036, 6643, 6740, 6709, 7012, 7109, 7343, 6747, 6982, 6887, 6836, 6874, 6634, 6721, 6674, 6810, 7008, 6696, 6837, 6963, 7178, 6625, 7068, 6961, 6882, 7031, 6796, 7091, 7182, 6923, 6993, 6829, 6830, 6619, 6845, 6658, 6602, 6784, 6713, 6700, 6857, 7200, 6795, 7440, 8295, 7047, 8038, 7265, 6692, 6907, 6679, 7100, 7327, 6844, 6711, 6810, 6703, 6662, 6852, 6555, 6959, 6631, 6528, 6972, 6525, 6776, 6862, 6992, 6768, 6776, 6863, 6756, 6577, 6868, 6497, 6742, 6896, 6736, 6965, 7241, 6820, 7458, 6971, 6799, 7682, 6884, 6808, 6814, 6863, 7027, 7171, 7007, 6902, 6870, 7020, 7087, 6790, 7052, 6742, 6998, 6637, 7133, 7271, 6747, 6994, 6503, 7127, 6891, 7052, 6899, 6858, 7367, 6924, 7356, 6855, 7050, 7298, 6825, 7058, 6974, 7337, 7361, 7053, 7545, 7368, 7208, 6952, 7362, 6597, 7316, 6577, 7220, 7448, 7461, 7090, 6965, 7206, 6967, 6872, 7172, 6951, 7047, 7522, 7218, 7005, 6940, 6753, 7699, 7403, 7371, 7569, 6972, 7069, 6943, 7121, 6744, 7899, 6866, 8015, 7102, 7681, 7432, 7500, 8055, 7632, 8270, 7150, 7480, 7553, 7489, 7779, 6875, 7843, 6667, 7619, 7919, 7567, 7792, 7075, 7340, 7927, 7362, 7726, 6652, 7551, 7691, 7296, 8036, 7103, 7472, 7288, 7479, 7111, 7803, 7181, 7810, 7053, 7452, 7961, 6943, 8493, 6993, 8124, 7038, 7879, 7162, 6940, 7953, 6981, 7152, 7216, 7253, 7319, 7198, 6780, 6887, 6824, 6963, 6844, 7084, 6975, 7266, 7343, 7370, 7555, 6893, 7102, 6965, 7268, 6914, 7422, 6897, 7352, 7161, 6931, 7387, 7065, 7144, 7572, 7079, 7565, 6808, 7710, 7435, 7011, 7205, 6869, 7253, 6709, 7036, 7025, 7051, 7365, 7119, 7213, 6727, 7002, 6833, 7115, 6917, 7107, 7410, 7111, 7256, 7066, 7568, 6855, 7050, 6595, 7248, 7204, 7272, 7755, 7160, 7612, 7393, 7721, 7489, 7313, 7593, 7346, 7396, 6809, 7075, 6700, 7276, 7557, 7041, 7299, 7122, 7068, 7222, 7038, 7645, 6840, 7201, 7039, 7214, 7432, 7343, 7564, 6815, 7128, 7188, 7444, 6885, 7318, 7410, 6896, 7561, 7083, 7629, 7847, 6882, 7225, 6814, 7005, 7465, 7219, 7552, 7647, 8020, 7209, 7491, 7026, 7548, 7340, 7816, 7169, 7458, 7242, 6772, 7257, 6818, 7157, 6902, 7012, 7577, 7403, 7251, 7409, 7246, 7219, 7376, 7268, 7362, 7300, 7516, 7778, 7083, 7138, 7653, 6973, 7178, 7048, 7007, 7270, 6749, 7166, 7395, 7315, 7262, 7167, 7643, 7471, 7549, 7049, 7745, 7078, 7523, 7827, 7433, 7483, 7252, 7505, 7932, 7572, 7791, 6830, 7684, 7756, 6942, 7701, 7101, 6952, 7572, 7024, 7098, 7283, 6985, 6991, 7528, 7279, 7548, 7284, 8315, 7274, 7930, 7332, 7513, 7112, 7660, 6751, 7387, 7063, 7567, 7368, 7712, 7600, 7180, 7678, 7348, 7698, 6616, 7601, 8096, 7499, 7758, 6947, 7978, 6946, 7362, 7654, 7283, 7552, 6913, 7101, 7048, 7072, 7043, 7071, 6891, 7077, 6875, 6925, 8556, 7108, 7156, 7310, 7006, 6694, 6738, 6655, 6712, 6782, 6825, 6775, 6533, 6755, 6901, 7291, 7501, 7429, 7286, 7276, 7215, 7836, 7506, 7686, 7240, 7530, 7508, 7882, 7706, 8528, 7912, 8216, 7303, 9732, 8418, 9112, 8834, 8888, 9159, 12500, 9428, 8178, 7485, 7634, 7283, 6952, 7169, 6858, 7099, 6780, 6695, 7001, 7010, 6986, 6678, 6997, 6984, 6943, 6800, 6810, 7212, 6697, 6826, 6911, 7058, 7046, 6664, 7219, 6920, 7071, 6900, 6826, 7374, 6914, 7468, 7946, 7538, 7462, 8726, 7637, 7495, 7253, 6934, 7010, 7246, 7444, 7415, 7302, 7816, 7181, 7168, 7174, 7085, 7398, 7052, 7152, 7499, 7061, 7530, 7394, 8398, 7251, 8387, 7096, 7155, 7772, 7187, 7795, 7178, 7835, 7240, 7480, 7343, 7176, 7349], 'WindowCenter': [4216.0, 4199.0, 4194.0, 4180.0, 4178.0, 4176.0, 4175.0, 4155.0, 4176.0, 4165.0, 4164.0, 4164.0, 4165.0, 4175.0, 4177.0, 4190.0, 4193.0, 4192.0, 4167.0, 4176.0, 4163.0, 4163.0, 4174.0, 4164.0, 4165.0, 4176.0, 4166.0, 4178.0, 4177.0, 4178.0, 4176.0, 4166.0, 4167.0, 4165.0, 4164.0, 4152.0, 4154.0, 4164.0, 4165.0, 4178.0, 4164.0, 4163.0, 4163.0, 4164.0, 4165.0, 4151.0, 4165.0, 4162.0, 4162.0, 4163.0, 4152.0, 4163.0, 4155.0, 4164.0, 4152.0, 4167.0, 4176.0, 4178.0, 4177.0, 4165.0, 4164.0, 4152.0, 4164.0, 4165.0, 4152.0, 4156.0, 4152.0, 4151.0, 4167.0, 4167.0, 4166.0, 4152.0, 4154.0, 4166.0, 4163.0, 4165.0, 4154.0, 4168.0, 4154.0, 4165.0, 4162.0, 4154.0, 4167.0, 4167.0, 4164.0, 4155.0, 4167.0, 4156.0, 4168.0, 4167.0, 4155.0, 4167.0, 4156.0, 4167.0, 4156.0, 4165.0, 4179.0, 4176.0, 4177.0, 4167.0, 4166.0, 4155.0, 4168.0, 4179.0, 4176.0, 4178.0, 4180.0, 4181.0, 4167.0, 4178.0, 4189.0, 4167.0, 4177.0, 4156.0, 4180.0, 4165.0, 4165.0, 4175.0, 4156.0, 4179.0, 4183.0, 4191.0, 4190.0, 4181.0, 4165.0, 4166.0, 4181.0, 4165.0, 4166.0, 4177.0, 4177.0, 4188.0, 4168.0, 4179.0, 4189.0, 4178.0, 4179.0, 4168.0, 4176.0, 4167.0, 4176.0, 4177.0, 4188.0, 4175.0, 4165.0, 4177.0, 4163.0, 4165.0, 4165.0, 4162.0, 4177.0, 4167.0, 4190.0, 4178.0, 4177.0, 4158.0, 4178.0, 4178.0, 4165.0, 4165.0, 4153.0, 4154.0, 4164.0, 4166.0, 4167.0, 4164.0, 4163.0, 4152.0, 4152.0, 4161.0, 4152.0, 4152.0, 4151.0, 4174.0, 4141.0, 4150.0, 4151.0, 4151.0, 4153.0, 4152.0, 4164.0, 4154.0, 4163.0, 4164.0, 4164.0, 4163.0, 4155.0, 4167.0, 4154.0, 4163.0, 4176.0, 4164.0, 4177.0, 4177.0, 4178.0, 4154.0, 4166.0, 4156.0, 4165.0, 4175.0, 4166.0, 4166.0, 4153.0, 4153.0, 4142.0, 4166.0, 4164.0, 4153.0, 4165.0, 4166.0, 4165.0, 4167.0, 4178.0, 4158.0, 4167.0, 4156.0, 4166.0, 4165.0, 4180.0, 4179.0, 4155.0, 4166.0, 4155.0, 4165.0, 4154.0, 4165.0, 4166.0, 4166.0, 4167.0, 4167.0, 4182.0, 4167.0, 4166.0, 4155.0, 4165.0, 4164.0, 4165.0, 4176.0, 4166.0, 4167.0, 4154.0, 4165.0, 4156.0, 4152.0, 4163.0, 4154.0, 4166.0, 4181.0, 4181.0, 4156.0, 4167.0, 4167.0, 4168.0, 4167.0, 4167.0, 4166.0, 4155.0, 4157.0, 4156.0, 4167.0, 4155.0, 4168.0, 4156.0, 4168.0, 4166.0, 4165.0, 4155.0, 4154.0, 4155.0, 4168.0, 4168.0, 4167.0, 4169.0, 4190.0, 4167.0, 4167.0, 4166.0, 4180.0, 4169.0, 4179.0, 4155.0, 4175.0, 4178.0, 4177.0, 4166.0, 4180.0, 4167.0, 4155.0, 4156.0, 4142.0, 4160.0, 4157.0, 4169.0, 4167.0, 4153.0, 4142.0, 4133.0, 4126.0, 4118.0, 4117.0, 4116.0, 4113.0, 4113.0, 4101.0, 4111.0, 4101.0, 4100.0, 4101.0, 4100.0, 4098.0, 4097.0, 4097.0, 4098.0, 4099.0, 4099.0, 4100.0, 4103.0, 4116.0, 4112.0, 4111.0, 4111.0, 4113.0, 4127.0, 4131.0, 4142.0, 4140.0, 4142.0, 4142.0, 4155.0, 4155.0, 4155.0, 4146.0, 4156.0, 4157.0, 4156.0, 4166.0, 4167.0, 4165.0, 4145.0, 4154.0, 4145.0, 4141.0, 4166.0, 4156.0, 4170.0, 4167.0, 4167.0, 4167.0, 4169.0, 4160.0, 4182.0, 4161.0, 4166.0, 4170.0, 4169.0, 4168.0, 4158.0, 4168.0, 4157.0, 4157.0, 4154.0, 4168.0, 4169.0, 4159.0, 4167.0, 4156.0, 4156.0, 4157.0, 4170.0, 4181.0, 4182.0, 4183.0, 4181.0, 4182.0, 4170.0, 4170.0, 4167.0, 4158.0, 4158.0, 4157.0, 4156.0, 4156.0, 4156.0, 4156.0, 4156.0, 4155.0, 4155.0, 4154.0, 4155.0, 4154.0, 4141.0, 4142.0, 4152.0, 4151.0, 4154.0, 4157.0, 4154.0, 4143.0, 4143.0, 4143.0, 4145.0, 4144.0, 4144.0, 4156.0, 4158.0, 4179.0, 4169.0, 4179.0, 4189.0, 4194.0, 4200.0, 4190.0, 4182.0, 4183.0, 4171.0, 4185.0, 4180.0, 4172.0, 4158.0, 4169.0, 4158.0, 4157.0, 4157.0, 4145.0, 4156.0, 4156.0, 4143.0, 4156.0, 4145.0, 4144.0, 4155.0, 4155.0, 4144.0, 4143.0, 4143.0, 4156.0, 4156.0, 4155.0, 4143.0, 4143.0, 4155.0, 4155.0, 4157.0, 4166.0, 4169.0, 4181.0, 4181.0, 4171.0, 4191.0, 4183.0, 4171.0, 4184.0, 4171.0, 4169.0, 4171.0, 4169.0, 4169.0, 4159.0, 4156.0, 4157.0, 4156.0, 4155.0, 4142.0, 4155.0, 4145.0, 4154.0, 4155.0, 4143.0, 4144.0, 4132.0, 4154.0, 4142.0, 4141.0, 4142.0, 4131.0, 4151.0, 4141.0, 4142.0, 4142.0, 4142.0, 4143.0, 4142.0, 4140.0, 4140.0, 4141.0, 4141.0, 4140.0, 4152.0, 4153.0, 4153.0, 4143.0, 4152.0, 4142.0, 4152.0, 4143.0, 4153.0, 4155.0, 4154.0, 4156.0, 4170.0, 4184.0, 4180.0, 4167.0, 4164.0, 4165.0, 4154.0, 4163.0, 4166.0, 4180.0, 4178.0, 4171.0, 4179.0, 4166.0, 4163.0, 4174.0, 4165.0, 4167.0, 4164.0, 4152.0, 4130.0, 4155.0, 4148.0, 4164.0, 4143.0, 4150.0, 4139.0, 4138.0, 4138.0, 4125.0, 4149.0, 4125.0, 4125.0, 4124.0, 4124.0, 4135.0, 4117.0, 4137.0, 4128.0, 4137.0, 4149.0, 4139.0, 4150.0, 4140.0, 4139.0, 4149.0, 4153.0, 4153.0, 4143.0, 4154.0, 4153.0, 4168.0, 4177.0, 4168.0, 4168.0, 4166.0, 4167.0, 4157.0, 4166.0, 4170.0, 4180.0, 4180.0, 4196.0, 4206.0, 4184.0, 4201.0, 4198.0, 4204.0, 4196.0, 4207.0, 4185.0, 4184.0, 4192.0, 4184.0, 4183.0, 4182.0, 4181.0, 4183.0, 4183.0, 4169.0, 4170.0, 4159.0, 4170.0, 4157.0, 4156.0, 4156.0, 4167.0, 4156.0, 4155.0, 4153.0, 4141.0, 4143.0, 4140.0, 4140.0, 4142.0, 4154.0, 4140.0, 4151.0, 4141.0, 4141.0, 4140.0, 4139.0, 4140.0, 4150.0, 4141.0, 4153.0, 4142.0, 4152.0, 4140.0, 4139.0, 4139.0, 4128.0, 4140.0, 4139.0, 4166.0, 4154.0, 4152.0, 4153.0, 4152.0, 4154.0, 4142.0, 4155.0, 4156.0, 4154.0, 4141.0, 4143.0, 4151.0, 4142.0, 4154.0, 4143.0, 4154.0, 4141.0, 4153.0, 4141.0, 4153.0, 4152.0, 4152.0, 4151.0, 4140.0, 4151.0, 4140.0, 4164.0, 4153.0, 4151.0, 4151.0, 4152.0, 4150.0, 4142.0, 4143.0, 4140.0, 4150.0, 4151.0, 4142.0, 4169.0, 4152.0, 4154.0, 4153.0, 4154.0, 4176.0, 4156.0, 4167.0, 4168.0, 4167.0, 4167.0, 4180.0, 4178.0, 4159.0, 4170.0, 4157.0, 4167.0, 4167.0, 4168.0, 4167.0, 4158.0, 4180.0, 4169.0, 4178.0, 4179.0, 4168.0, 4165.0, 4156.0, 4157.0, 4165.0, 4168.0, 4182.0, 4178.0, 4189.0, 4191.0, 4178.0, 4177.0, 4180.0, 4177.0, 4177.0, 4165.0, 4165.0, 4165.0, 4156.0, 4165.0, 4152.0, 4153.0, 4151.0, 4152.0, 4161.0, 4151.0, 4150.0, 4151.0, 4152.0, 4152.0, 4153.0, 4151.0, 4151.0, 4150.0, 4152.0, 4163.0, 4141.0, 4152.0, 4152.0, 4152.0, 4155.0, 4153.0, 4155.0, 4165.0, 4156.0, 4168.0, 4167.0, 4180.0, 4179.0, 4167.0, 4179.0, 4180.0, 4178.0, 4155.0, 4165.0, 4154.0, 4165.0, 4166.0, 4154.0, 4165.0, 4169.0, 4165.0, 4166.0, 4153.0, 4153.0, 4144.0, 4166.0, 4178.0, 4154.0, 4165.0, 4154.0, 4169.0, 4181.0, 4158.0, 4156.0, 4165.0, 4155.0, 4156.0, 4179.0, 4191.0, 4201.0, 4203.0, 4200.0, 4191.0, 4188.0, 4190.0, 4190.0, 4182.0, 4179.0, 4169.0, 4179.0, 4167.0, 4177.0, 4165.0, 4164.0, 4164.0, 4142.0, 4152.0, 4151.0, 4154.0, 4141.0, 4150.0, 4150.0, 4149.0, 4162.0, 4152.0, 4163.0, 4152.0, 4151.0, 4152.0, 4150.0, 4148.0, 4137.0, 4138.0, 4151.0, 4151.0, 4154.0, 4141.0, 4151.0, 4154.0, 4145.0, 4156.0, 4161.0, 4142.0, 4143.0, 4144.0, 4123.0, 4123.0, 4110.0, 4112.0, 4112.0, 4127.0, 4139.0, 4132.0, 4131.0, 4129.0, 4129.0, 4134.0, 4129.0, 4121.0, 4131.0, 4116.0, 4116.0, 4102.0, 4105.0, 4099.0, 4090.0, 4087.0, 4089.0, 4095.0, 4100.0, 4105.0, 4111.0, 4109.0, 4103.0, 4145.0, 4130.0, 4144.0, 4157.0, 4167.0, 4167.0, 4210.0, 4213.0, 4213.0, 4193.0, 4191.0, 4164.0, 4154.0, 4139.0, 4141.0, 4140.0, 4142.0, 4144.0, 4145.0, 4155.0, 4145.0, 4133.0, 4127.0, 4114.0, 4101.0, 4100.0, 4100.0, 4113.0, 4113.0, 4113.0, 4113.0, 4113.0, 4119.0, 4113.0, 4124.0, 4112.0, 4114.0, 4125.0, 4127.0, 4152.0, 4142.0, 4166.0, 4179.0, 4179.0, 4178.0, 4190.0, 4182.0, 4181.0, 4169.0, 4168.0, 4169.0, 4156.0, 4157.0, 4168.0, 4171.0, 4165.0, 4155.0, 4157.0, 4156.0, 4156.0, 4154.0, 4155.0, 4154.0, 4167.0, 4169.0, 4165.0, 4165.0, 4178.0, 4180.0, 4202.0, 4181.0, 4197.0, 4193.0, 4183.0, 4191.0, 4182.0, 4192.0, 4181.0, 4180.0, 4193.0, 4181.0, 4180.0], 'WindowWidth': [9384.0, 9346.0, 9327.0, 9299.0, 9293.0, 9285.0, 9282.0, 9255.0, 9284.0, 9266.0, 9265.0, 9264.0, 9266.0, 9279.0, 9286.0, 9313.0, 9318.0, 9315.0, 9273.0, 9282.0, 9261.0, 9258.0, 9278.0, 9264.0, 9266.0, 9283.0, 9269.0, 9287.0, 9285.0, 9290.0, 9284.0, 9271.0, 9272.0, 9265.0, 9262.0, 9242.0, 9246.0, 9260.0, 9263.0, 9288.0, 9261.0, 9261.0, 9259.0, 9264.0, 9265.0, 9242.0, 9264.0, 9256.0, 9255.0, 9258.0, 9242.0, 9256.0, 9254.0, 9265.0, 9245.0, 9271.0, 9282.0, 9290.0, 9285.0, 9265.0, 9263.0, 9243.0, 9264.0, 9263.0, 9241.0, 9250.0, 9241.0, 9240.0, 9266.0, 9265.0, 9264.0, 9241.0, 9246.0, 9265.0, 9259.0, 9261.0, 9244.0, 9268.0, 9246.0, 9260.0, 9254.0, 9246.0, 9265.0, 9269.0, 9264.0, 9252.0, 9269.0, 9252.0, 9268.0, 9266.0, 9249.0, 9267.0, 9251.0, 9267.0, 9251.0, 9264.0, 9290.0, 9282.0, 9287.0, 9272.0, 9270.0, 9253.0, 9274.0, 9291.0, 9284.0, 9290.0, 9293.0, 9297.0, 9275.0, 9289.0, 9305.0, 9271.0, 9285.0, 9255.0, 9289.0, 9266.0, 9264.0, 9278.0, 9254.0, 9289.0, 9300.0, 9316.0, 9312.0, 9296.0, 9268.0, 9269.0, 9295.0, 9267.0, 9269.0, 9285.0, 9287.0, 9305.0, 9277.0, 9290.0, 9304.0, 9290.0, 9290.0, 9276.0, 9286.0, 9272.0, 9284.0, 9286.0, 9302.0, 9280.0, 9267.0, 9286.0, 9262.0, 9265.0, 9265.0, 9261.0, 9285.0, 9274.0, 9312.0, 9290.0, 9288.0, 9263.0, 9289.0, 9287.0, 9265.0, 9265.0, 9247.0, 9247.0, 9262.0, 9268.0, 9270.0, 9261.0, 9259.0, 9241.0, 9240.0, 9251.0, 9242.0, 9241.0, 9237.0, 9275.0, 9227.0, 9236.0, 9239.0, 9239.0, 9244.0, 9241.0, 9262.0, 9248.0, 9262.0, 9263.0, 9261.0, 9259.0, 9252.0, 9272.0, 9248.0, 9262.0, 9281.0, 9264.0, 9283.0, 9284.0, 9287.0, 9252.0, 9267.0, 9253.0, 9264.0, 9278.0, 9267.0, 9266.0, 9246.0, 9244.0, 9230.0, 9268.0, 9261.0, 9245.0, 9264.0, 9267.0, 9268.0, 9271.0, 9290.0, 9263.0, 9273.0, 9256.0, 9267.0, 9266.0, 9291.0, 9291.0, 9251.0, 9270.0, 9251.0, 9265.0, 9249.0, 9264.0, 9268.0, 9270.0, 9272.0, 9269.0, 9296.0, 9274.0, 9267.0, 9251.0, 9263.0, 9262.0, 9264.0, 9283.0, 9269.0, 9272.0, 9250.0, 9265.0, 9255.0, 9245.0, 9259.0, 9250.0, 9268.0, 9297.0, 9298.0, 9256.0, 9271.0, 9271.0, 9275.0, 9274.0, 9273.0, 9268.0, 9251.0, 9257.0, 9253.0, 9271.0, 9253.0, 9273.0, 9254.0, 9273.0, 9269.0, 9265.0, 9249.0, 9248.0, 9253.0, 9275.0, 9276.0, 9274.0, 9278.0, 9309.0, 9275.0, 9273.0, 9268.0, 9296.0, 9278.0, 9294.0, 9253.0, 9282.0, 9291.0, 9289.0, 9273.0, 9297.0, 9273.0, 9249.0, 9251.0, 9227.0, 9263.0, 9254.0, 9275.0, 9270.0, 9245.0, 9228.0, 9212.0, 9195.0, 9184.0, 9182.0, 9176.0, 9169.0, 9168.0, 9150.0, 9162.0, 9147.0, 9144.0, 9149.0, 9145.0, 9140.0, 9135.0, 9137.0, 9139.0, 9142.0, 9142.0, 9147.0, 9153.0, 9175.0, 9165.0, 9162.0, 9165.0, 9170.0, 9194.0, 9205.0, 9222.0, 9222.0, 9228.0, 9227.0, 9249.0, 9250.0, 9248.0, 9237.0, 9253.0, 9253.0, 9253.0, 9266.0, 9269.0, 9264.0, 9236.0, 9246.0, 9236.0, 9226.0, 9266.0, 9255.0, 9281.0, 9271.0, 9271.0, 9269.0, 9275.0, 9265.0, 9299.0, 9267.0, 9269.0, 9278.0, 9275.0, 9271.0, 9259.0, 9272.0, 9258.0, 9255.0, 9251.0, 9276.0, 9279.0, 9261.0, 9271.0, 9255.0, 9255.0, 9257.0, 9282.0, 9301.0, 9300.0, 9306.0, 9299.0, 9301.0, 9281.0, 9283.0, 9274.0, 9262.0, 9260.0, 9257.0, 9255.0, 9255.0, 9255.0, 9253.0, 9253.0, 9251.0, 9250.0, 9251.0, 9252.0, 9248.0, 9226.0, 9227.0, 9243.0, 9240.0, 9248.0, 9256.0, 9248.0, 9233.0, 9230.0, 9232.0, 9235.0, 9236.0, 9235.0, 9253.0, 9260.0, 9293.0, 9283.0, 9294.0, 9309.0, 9325.0, 9329.0, 9314.0, 9306.0, 9305.0, 9287.0, 9308.0, 9297.0, 9288.0, 9264.0, 9280.0, 9262.0, 9257.0, 9257.0, 9238.0, 9253.0, 9252.0, 9232.0, 9252.0, 9238.0, 9234.0, 9251.0, 9251.0, 9234.0, 9231.0, 9230.0, 9254.0, 9255.0, 9251.0, 9231.0, 9230.0, 9251.0, 9251.0, 9257.0, 9270.0, 9278.0, 9296.0, 9298.0, 9287.0, 9310.0, 9304.0, 9288.0, 9306.0, 9287.0, 9279.0, 9285.0, 9276.0, 9277.0, 9261.0, 9255.0, 9255.0, 9253.0, 9250.0, 9229.0, 9249.0, 9235.0, 9247.0, 9248.0, 9230.0, 9232.0, 9214.0, 9246.0, 9226.0, 9224.0, 9225.0, 9209.0, 9239.0, 9223.0, 9226.0, 9225.0, 9228.0, 9227.0, 9226.0, 9222.0, 9220.0, 9223.0, 9222.0, 9221.0, 9238.0, 9241.0, 9241.0, 9229.0, 9241.0, 9226.0, 9241.0, 9230.0, 9244.0, 9249.0, 9248.0, 9253.0, 9279.0, 9304.0, 9298.0, 9276.0, 9267.0, 9268.0, 9251.0, 9260.0, 9269.0, 9297.0, 9293.0, 9286.0, 9289.0, 9269.0, 9260.0, 9278.0, 9267.0, 9276.0, 9266.0, 9243.0, 9208.0, 9246.0, 9241.0, 9259.0, 9229.0, 9233.0, 9216.0, 9210.0, 9211.0, 9191.0, 9230.0, 9191.0, 9189.0, 9185.0, 9186.0, 9204.0, 9181.0, 9211.0, 9200.0, 9211.0, 9228.0, 9215.0, 9233.0, 9220.0, 9221.0, 9232.0, 9247.0, 9243.0, 9230.0, 9245.0, 9244.0, 9272.0, 9284.0, 9272.0, 9272.0, 9266.0, 9269.0, 9257.0, 9269.0, 9281.0, 9294.0, 9296.0, 9329.0, 9340.0, 9307.0, 9327.0, 9334.0, 9337.0, 9329.0, 9344.0, 9310.0, 9308.0, 9315.0, 9306.0, 9304.0, 9301.0, 9298.0, 9301.0, 9303.0, 9281.0, 9281.0, 9263.0, 9277.0, 9257.0, 9254.0, 9255.0, 9269.0, 9252.0, 9250.0, 9244.0, 9225.0, 9231.0, 9222.0, 9223.0, 9226.0, 9248.0, 9224.0, 9238.0, 9225.0, 9222.0, 9222.0, 9219.0, 9222.0, 9234.0, 9225.0, 9242.0, 9225.0, 9239.0, 9221.0, 9219.0, 9216.0, 9202.0, 9220.0, 9222.0, 9269.0, 9249.0, 9244.0, 9245.0, 9243.0, 9248.0, 9229.0, 9252.0, 9253.0, 9247.0, 9227.0, 9231.0, 9240.0, 9228.0, 9248.0, 9229.0, 9244.0, 9225.0, 9244.0, 9224.0, 9246.0, 9242.0, 9240.0, 9237.0, 9222.0, 9239.0, 9222.0, 9261.0, 9244.0, 9237.0, 9239.0, 9240.0, 9236.0, 9230.0, 9231.0, 9222.0, 9236.0, 9237.0, 9227.0, 9276.0, 9243.0, 9247.0, 9245.0, 9249.0, 9283.0, 9255.0, 9273.0, 9273.0, 9272.0, 9271.0, 9295.0, 9288.0, 9262.0, 9278.0, 9257.0, 9271.0, 9272.0, 9273.0, 9273.0, 9260.0, 9291.0, 9276.0, 9291.0, 9292.0, 9275.0, 9264.0, 9254.0, 9257.0, 9266.0, 9276.0, 9298.0, 9292.0, 9308.0, 9316.0, 9293.0, 9290.0, 9297.0, 9290.0, 9287.0, 9269.0, 9269.0, 9267.0, 9258.0, 9269.0, 9245.0, 9246.0, 9240.0, 9243.0, 9254.0, 9240.0, 9239.0, 9241.0, 9242.0, 9242.0, 9245.0, 9241.0, 9239.0, 9237.0, 9239.0, 9258.0, 9226.0, 9242.0, 9244.0, 9244.0, 9254.0, 9247.0, 9254.0, 9266.0, 9258.0, 9277.0, 9273.0, 9295.0, 9295.0, 9277.0, 9296.0, 9296.0, 9288.0, 9254.0, 9267.0, 9250.0, 9266.0, 9268.0, 9249.0, 9265.0, 9277.0, 9264.0, 9266.0, 9243.0, 9245.0, 9234.0, 9266.0, 9289.0, 9247.0, 9264.0, 9248.0, 9276.0, 9295.0, 9259.0, 9252.0, 9263.0, 9251.0, 9256.0, 9291.0, 9316.0, 9331.0, 9337.0, 9326.0, 9317.0, 9308.0, 9313.0, 9313.0, 9305.0, 9293.0, 9282.0, 9294.0, 9275.0, 9285.0, 9265.0, 9263.0, 9261.0, 9229.0, 9241.0, 9239.0, 9246.0, 9223.0, 9233.0, 9233.0, 9234.0, 9255.0, 9245.0, 9261.0, 9245.0, 9239.0, 9241.0, 9236.0, 9231.0, 9214.0, 9218.0, 9245.0, 9243.0, 9252.0, 9225.0, 9239.0, 9246.0, 9237.0, 9249.0, 9251.0, 9223.0, 9228.0, 9226.0, 9190.0, 9192.0, 9169.0, 9170.0, 9172.0, 9201.0, 9219.0, 9206.0, 9207.0, 9201.0, 9198.0, 9207.0, 9196.0, 9184.0, 9197.0, 9169.0, 9169.0, 9143.0, 9149.0, 9136.0, 9123.0, 9115.0, 9121.0, 9126.0, 9140.0, 9142.0, 9156.0, 9152.0, 9149.0, 9213.0, 9189.0, 9212.0, 9238.0, 9257.0, 9257.0, 9322.0, 9342.0, 9349.0, 9321.0, 9313.0, 9265.0, 9246.0, 9217.0, 9222.0, 9220.0, 9225.0, 9231.0, 9233.0, 9247.0, 9232.0, 9212.0, 9195.0, 9172.0, 9148.0, 9147.0, 9146.0, 9168.0, 9172.0, 9170.0, 9171.0, 9169.0, 9183.0, 9171.0, 9186.0, 9169.0, 9172.0, 9192.0, 9199.0, 9239.0, 9228.0, 9267.0, 9291.0, 9291.0, 9291.0, 9308.0, 9300.0, 9299.0, 9277.0, 9275.0, 9277.0, 9254.0, 9255.0, 9272.0, 9279.0, 9265.0, 9250.0, 9255.0, 9253.0, 9254.0, 9246.0, 9249.0, 9248.0, 9272.0, 9276.0, 9264.0, 9267.0, 9287.0, 9298.0, 9330.0, 9303.0, 9332.0, 9320.0, 9305.0, 9313.0, 9305.0, 9319.0, 9299.0, 9298.0, 9321.0, 9300.0, 9296.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.00820854006586169</td></tr>
<tr><td colspan=3>aqi</td><td>0.04132773238199781</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.365009938846136</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2329604432417591</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.118358273747253</td></tr>
<tr><td colspan=3>efc</td><td>0.4572</td></tr>
<tr><td colspan=3>fber</td><td>6871.873</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14694965646944058</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.34357848518112</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5410789139272754</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.512960758268165</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.773676024779501</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3365999587341597</td></tr>
<tr><td colspan=3>gcor</td><td>0.0189633</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018472883850336075</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03136533126235008</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9912295013527768</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>29.0578</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5206</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.3674</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306727.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>864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.9884</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3546</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.4349</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3443.6803</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.98</td></tr>
<tr><td colspan=3>tsnr</td><td>30.899540656479076</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>