<?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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-02/func/sub-0043_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>36c84492dc394d898a4dc6eefa93c593</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:49:19.710000</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_VE11C_LATEST_20160120</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.997907, 0.0566818, 0.0311379, -0.0570147, 0.998324, 0.00991151]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0837683</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>[4141, -7775, -7292, 597, -79, -340, 13, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.113</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c3c0ce2b-f7a2-479a-bbf8-413af9df2170||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773104667663574, -0.15296639502048492, 0.0824146643280983, 115.42499542236328], [-0.15207302570343018, 2.6784305572509766, 0.031498417258262634, -96.7724838256836], [0.08354080468416214, -0.02659185230731964, 2.6985580921173096, -81.25922393798828], [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': ['114919.710000', '114920.170000', '114920.630000', '114921.090000', '114921.550000', '114922.010000', '114922.470000', '114922.930000', '114923.390000', '114923.850000', '114924.310000', '114924.770000', '114925.230000', '114925.690000', '114926.150000', '114926.610000', '114927.070000', '114927.530000', '114927.990000', '114928.450000', '114928.910000', '114929.370000', '114929.830000', '114930.290000', '114930.750000', '114931.210000', '114931.670000', '114932.130000', '114932.590000', '114933.050000', '114933.510000', '114933.970000', '114934.430000', '114934.890000', '114935.350000', '114935.810000', '114936.270000', '114936.730000', '114937.190000', '114937.650000', '114938.110000', '114938.570000', '114939.030000', '114939.490000', '114939.950000', '114940.410000', '114940.870000', '114941.330000', '114941.790000', '114942.250000', '114942.710000', '114943.170000', '114943.630000', '114944.090000', '114944.550000', '114945.010000', '114945.470000', '114945.930000', '114946.390000', '114946.850000', '114947.310000', '114947.770000', '114948.230000', '114948.690000', '114949.150000', '114949.610000', '114950.070000', '114950.530000', '114950.990000', '114951.450000', '114951.910000', '114952.370000', '114952.830000', '114953.290000', '114953.750000', '114954.210000', '114954.670000', '114955.130000', '114955.590000', '114956.050000', '114956.510000', '114956.970000', '114957.430000', '114957.890000', '114958.350000', '114958.810000', '114959.270000', '114959.730000', '115000.190000', '115000.650000', '115001.110000', '115001.570000', '115002.030000', '115002.490000', '115002.950000', '115003.410000', '115003.870000', '115004.330000', '115004.790000', '115005.250000', '115005.710000', '115006.170000', '115006.630000', '115007.090000', '115007.550000', '115008.010000', '115008.470000', '115008.930000', '115009.390000', '115009.850000', '115010.310000', '115010.770000', '115011.230000', '115011.690000', '115012.150000', '115012.610000', '115013.070000', '115013.530000', '115013.990000', '115014.450000', '115014.910000', '115015.370000', '115015.830000', '115016.290000', '115016.750000', '115017.210000', '115017.670000', '115018.130000', '115018.590000', '115019.050000', '115019.510000', '115019.970000', '115020.430000', '115020.890000', '115021.350000', '115021.810000', '115022.270000', '115022.730000', '115023.190000', '115023.650000', '115024.110000', '115024.570000', '115025.030000', '115025.490000', '115025.950000', '115026.410000', '115026.870000', '115027.330000', '115027.790000', '115028.250000', '115028.710000', '115029.170000', '115029.630000', '115030.090000', '115030.550000', '115031.010000', '115031.470000', '115031.930000', '115032.390000', '115032.850000', '115033.310000', '115033.770000', '115034.230000', '115034.690000', '115035.150000', '115035.610000', '115036.070000', '115036.530000', '115036.990000', '115037.450000', '115037.910000', '115038.370000', '115038.830000', '115039.290000', '115039.750000', '115040.210000', '115040.670000', '115041.130000', '115041.590000', '115042.050000', '115042.510000', '115042.970000', '115043.430000', '115043.890000', '115044.350000', '115044.810000', '115045.270000', '115045.730000', '115046.190000', '115046.650000', '115047.110000', '115047.570000', '115048.030000', '115048.490000', '115048.950000', '115049.410000', '115049.870000', '115050.330000', '115050.790000', '115051.250000', '115051.710000', '115052.170000', '115052.630000', '115053.090000', '115053.550000', '115054.010000', '115054.470000', '115054.930000', '115055.390000', '115055.850000', '115056.310000', '115056.770000', '115057.230000', '115057.690000', '115058.150000', '115058.610000', '115059.070000', '115059.530000', '115059.990000', '115100.450000', '115100.910000', '115101.370000', '115101.830000', '115102.290000', '115102.750000', '115103.210000', '115103.670000', '115104.130000', '115104.590000', '115105.050000', '115105.510000', '115105.970000', '115106.430000', '115106.890000', '115107.350000', '115107.810000', '115108.270000', '115108.730000', '115109.190000', '115109.650000', '115110.110000', '115110.570000', '115111.030000', '115111.490000', '115111.950000', '115112.410000', '115112.870000', '115113.330000', '115113.790000', '115114.250000', '115114.710000', '115115.170000', '115115.630000', '115116.090000', '115116.550000', '115117.010000', '115117.470000', '115117.930000', '115118.390000', '115118.850000', '115119.310000', '115119.770000', '115120.230000', '115120.690000', '115121.150000', '115121.610000', '115122.070000', '115122.530000', '115122.990000', '115123.450000', '115123.910000', '115124.370000', '115124.830000', '115125.290000', '115125.750000', '115126.210000', '115126.670000', '115127.130000', '115127.590000', '115128.050000', '115128.510000', '115128.970000', '115129.430000', '115129.890000', '115130.350000', '115130.810000', '115131.270000', '115131.730000', '115132.190000', '115132.650000', '115133.110000', '115133.570000', '115134.030000', '115134.490000', '115134.950000', '115135.410000', '115135.870000', '115136.330000', '115136.790000', '115137.250000', '115137.710000', '115138.170000', '115138.630000', '115139.090000', '115139.550000', '115140.010000', '115140.470000', '115140.930000', '115141.390000', '115141.850000', '115142.310000', '115142.770000', '115143.230000', '115143.690000', '115144.150000', '115144.610000', '115145.070000', '115145.530000', '115145.990000', '115146.450000', '115146.910000', '115147.370000', '115147.830000', '115148.290000', '115148.750000', '115149.210000', '115149.670000', '115150.130000', '115150.590000', '115151.050000', '115151.510000', '115151.970000', '115152.430000', '115152.890000', '115153.350000', '115153.810000', '115154.270000', '115154.730000', '115155.190000', '115155.650000', '115156.110000', '115156.570000', '115157.030000', '115157.490000', '115157.950000', '115158.410000', '115158.870000', '115159.330000', '115159.790000', '115200.250000', '115200.710000', '115201.170000', '115201.630000', '115202.090000', '115202.550000', '115203.010000', '115203.470000', '115203.930000', '115204.390000', '115204.850000', '115205.310000', '115205.770000', '115206.230000', '115206.690000', '115207.150000', '115207.610000', '115208.070000', '115208.530000', '115208.990000', '115209.450000', '115209.910000', '115210.370000', '115210.830000', '115211.290000', '115211.750000', '115212.210000', '115212.670000', '115213.130000', '115213.590000', '115214.050000', '115214.510000', '115214.970000', '115215.430000', '115215.890000', '115216.350000', '115216.810000', '115217.270000', '115217.730000', '115218.190000', '115218.650000', '115219.110000', '115219.570000', '115220.030000', '115220.490000', '115220.950000', '115221.410000', '115221.870000', '115222.330000', '115222.790000', '115223.250000', '115223.710000', '115224.170000', '115224.630000', '115225.090000', '115225.550000', '115226.010000', '115226.470000', '115226.930000', '115227.390000', '115227.850000', '115228.310000', '115228.770000', '115229.230000', '115229.690000', '115230.150000', '115230.610000', '115231.070000', '115231.530000', '115231.990000', '115232.450000', '115232.910000', '115233.370000', '115233.830000', '115234.290000', '115234.750000', '115235.210000', '115235.670000', '115236.130000', '115236.590000', '115237.050000', '115237.510000', '115237.970000', '115238.430000', '115238.890000', '115239.350000', '115239.810000', '115240.270000', '115240.730000', '115241.190000', '115241.650000', '115242.110000', '115242.570000', '115243.030000', '115243.490000', '115243.950000', '115244.410000', '115244.870000', '115245.330000', '115245.790000', '115246.250000', '115246.710000', '115247.170000', '115247.630000', '115248.090000', '115248.550000', '115249.010000', '115249.470000', '115249.930000', '115250.390000', '115250.850000', '115251.310000', '115251.770000', '115252.230000', '115252.690000', '115253.150000', '115253.610000', '115254.070000', '115254.530000', '115254.990000', '115255.450000', '115255.910000', '115256.370000', '115256.830000', '115257.290000', '115257.750000', '115258.210000', '115258.670000', '115259.130000', '115259.590000', '115300.050000', '115300.510000', '115300.970000', '115301.430000', '115301.890000', '115302.350000', '115302.810000', '115303.270000', '115303.730000', '115304.190000', '115304.650000', '115305.110000', '115305.570000', '115306.030000', '115306.490000', '115306.950000', '115307.410000', '115307.870000', '115308.330000', '115308.790000', '115309.250000', '115309.710000', '115310.170000', '115310.630000', '115311.090000', '115311.550000', '115312.010000', '115312.470000', '115312.930000', '115313.390000', '115313.850000', '115314.310000', '115314.770000', '115315.230000', '115315.690000', '115316.150000', '115316.610000', '115317.070000', '115317.530000', '115317.990000', '115318.450000', '115318.910000', '115319.370000', '115319.830000', '115320.290000', '115320.750000', '115321.210000', '115321.670000', '115322.130000', '115322.590000', '115323.050000', '115323.510000', '115323.970000', '115324.430000', '115324.890000', '115325.350000', '115325.810000', '115326.270000', '115326.730000', '115327.190000', '115327.650000', '115328.110000', '115328.570000', '115329.030000', '115329.490000', '115329.950000', '115330.410000', '115330.870000', '115331.330000', '115331.790000', '115332.250000', '115332.710000', '115333.170000', '115333.630000', '115334.090000', '115334.550000', '115335.010000', '115335.470000', '115335.930000', '115336.390000', '115336.850000', '115337.310000', '115337.770000', '115338.230000', '115338.690000', '115339.150000', '115339.610000', '115340.070000', '115340.530000', '115340.990000', '115341.450000', '115341.910000', '115342.370000', '115342.830000', '115343.290000', '115343.750000', '115344.210000', '115344.670000', '115345.130000', '115345.590000', '115346.050000', '115346.510000', '115346.970000', '115347.430000', '115347.890000', '115348.350000', '115348.810000', '115349.270000', '115349.730000', '115350.190000', '115350.650000', '115351.110000', '115351.570000', '115352.030000', '115352.490000', '115352.950000', '115353.410000', '115353.870000', '115354.330000', '115354.790000', '115355.250000', '115355.710000', '115356.170000', '115356.630000', '115357.090000', '115357.550000', '115358.010000', '115358.470000', '115358.930000', '115359.390000', '115359.850000', '115400.310000', '115400.770000', '115401.230000', '115401.690000', '115402.150000', '115402.610000', '115403.070000', '115403.530000', '115403.990000', '115404.450000', '115404.910000', '115405.370000', '115405.830000', '115406.290000', '115406.750000', '115407.210000', '115407.670000', '115408.130000', '115408.590000', '115409.050000', '115409.510000', '115409.970000', '115410.430000', '115410.890000', '115411.350000', '115411.810000', '115412.270000', '115412.730000', '115413.190000', '115413.650000', '115414.110000', '115414.570000', '115415.030000', '115415.490000', '115415.950000', '115416.410000', '115416.870000', '115417.330000', '115417.790000', '115418.250000', '115418.710000', '115419.170000', '115419.630000', '115420.090000', '115420.550000', '115421.010000', '115421.470000', '115421.930000', '115422.390000', '115422.850000', '115423.310000', '115423.770000', '115424.230000', '115424.690000', '115425.150000', '115425.610000', '115426.070000', '115426.530000', '115426.990000', '115427.450000', '115427.910000', '115428.370000', '115428.830000', '115429.290000', '115429.750000', '115430.210000', '115430.670000', '115431.130000', '115431.590000', '115432.050000', '115432.510000', '115432.970000', '115433.430000', '115433.890000', '115434.350000', '115434.810000', '115435.270000', '115435.730000', '115436.190000', '115436.650000', '115437.110000', '115437.570000', '115438.030000', '115438.490000', '115438.950000', '115439.410000', '115439.870000', '115440.330000', '115440.790000', '115441.250000', '115441.710000', '115442.170000', '115442.630000', '115443.090000', '115443.550000', '115444.010000', '115444.470000', '115444.930000', '115445.390000', '115445.850000', '115446.310000', '115446.770000', '115447.230000', '115447.690000', '115448.150000', '115448.610000', '115449.070000', '115449.530000', '115449.990000', '115450.450000', '115450.910000', '115451.370000', '115451.830000', '115452.290000', '115452.750000', '115453.210000', '115453.670000', '115454.130000', '115454.590000', '115455.050000', '115455.510000', '115455.970000', '115456.430000', '115456.890000', '115457.350000', '115457.810000', '115458.270000', '115458.730000', '115459.190000', '115459.650000', '115500.110000', '115500.570000', '115501.030000', '115501.490000', '115501.950000', '115502.410000', '115502.870000', '115503.330000', '115503.790000', '115504.250000', '115504.710000', '115505.170000', '115505.630000', '115506.090000', '115506.550000', '115507.010000', '115507.470000', '115507.930000', '115508.390000', '115508.850000', '115509.310000', '115509.770000', '115510.230000', '115510.690000', '115511.150000', '115511.610000', '115512.070000', '115512.530000', '115512.990000', '115513.450000', '115513.910000', '115514.370000', '115514.830000', '115515.290000', '115515.750000', '115516.210000', '115516.670000', '115517.130000', '115517.590000', '115518.050000', '115518.510000', '115518.970000', '115519.430000', '115519.890000', '115520.350000', '115520.810000', '115521.270000', '115521.730000', '115522.190000', '115522.650000', '115523.110000', '115523.570000', '115524.030000', '115524.490000', '115524.950000', '115525.410000', '115525.870000', '115526.330000', '115526.790000', '115527.250000', '115527.710000', '115528.170000', '115528.630000', '115529.090000', '115529.550000', '115530.010000', '115530.470000', '115530.930000', '115531.390000', '115531.850000', '115532.310000', '115532.770000', '115533.230000', '115533.690000', '115534.150000', '115534.610000', '115535.070000', '115535.530000', '115535.990000', '115536.450000', '115536.910000', '115537.370000', '115537.830000', '115538.290000', '115538.750000', '115539.210000', '115539.670000', '115540.130000', '115540.590000', '115541.050000', '115541.510000', '115541.970000', '115542.430000', '115542.890000', '115543.350000', '115543.810000', '115544.270000', '115544.730000', '115545.190000', '115545.650000', '115546.110000', '115546.570000', '115547.030000', '115547.490000', '115547.950000', '115548.410000', '115548.870000', '115549.330000', '115549.790000', '115550.250000', '115550.710000', '115551.170000', '115551.630000', '115552.090000', '115552.550000', '115553.010000', '115553.470000', '115553.930000', '115554.390000', '115554.850000', '115555.310000', '115555.770000', '115556.230000', '115556.690000', '115557.150000', '115557.610000', '115558.070000', '115558.530000', '115558.990000', '115559.450000', '115559.910000', '115600.370000', '115600.830000', '115601.290000', '115601.750000', '115602.210000', '115602.670000', '115603.130000', '115603.590000', '115604.050000', '115604.510000', '115604.970000', '115605.430000', '115605.890000', '115606.350000', '115606.810000', '115607.270000', '115607.730000', '115608.190000', '115608.650000', '115609.110000', '115609.570000', '115610.030000', '115610.490000', '115610.950000', '115611.410000', '115611.870000', '115612.330000', '115612.790000', '115613.250000', '115613.710000', '115614.170000', '115614.630000', '115615.090000', '115615.550000', '115616.010000', '115616.470000', '115616.930000', '115617.390000', '115617.850000', '115618.310000', '115618.770000', '115619.230000', '115619.690000'], 'ContentTime': ['114927.491000', '114927.495000', '114927.498000', '114927.501000', '114927.504000', '114927.506000', '114927.509000', '114927.512000', '114927.515000', '114927.518000', '114927.521000', '114927.524000', '114927.527000', '114927.530000', '114927.533000', '114947.458000', '114947.461000', '114947.464000', '114947.467000', '114947.474000', '114947.478000', '114947.481000', '114947.484000', '114947.487000', '114947.490000', '114947.493000', '114947.496000', '114947.499000', '114947.502000', '114947.505000', '114947.508000', '114947.511000', '114947.514000', '114947.517000', '114947.520000', '114947.523000', '114947.526000', '114947.528000', '114947.532000', '114947.535000', '114947.538000', '114947.541000', '114947.544000', '114947.548000', '114947.551000', '114947.554000', '114947.557000', '114947.560000', '114947.563000', '114947.566000', '114947.569000', '114947.572000', '114947.575000', '114947.578000', '114947.581000', '114947.584000', '114947.587000', '114947.590000', '115007.458000', '115007.461000', '115007.464000', '115007.467000', '115007.470000', '115007.473000', '115007.476000', '115007.479000', '115007.482000', '115007.485000', '115007.488000', '115007.491000', '115007.494000', '115007.497000', '115007.500000', '115007.503000', '115007.506000', '115007.509000', '115007.512000', '115007.514000', '115007.524000', '115007.527000', '115007.530000', '115007.533000', '115007.536000', '115007.539000', '115007.542000', '115007.545000', '115007.548000', '115007.551000', '115007.554000', '115007.557000', '115007.560000', '115007.563000', '115007.566000', '115007.569000', '115007.572000', '115007.575000', '115007.578000', '115007.581000', '115007.584000', '115007.587000', '115007.590000', '115007.593000', '115027.458000', '115027.461000', '115027.468000', '115027.470000', '115027.473000', '115027.476000', '115027.479000', '115027.482000', '115027.485000', '115027.488000', '115027.491000', '115027.494000', '115027.497000', '115027.500000', '115027.503000', '115027.506000', '115027.509000', '115027.512000', '115027.515000', '115027.518000', '115027.521000', '115027.524000', '115027.527000', '115027.530000', '115027.533000', '115027.536000', '115027.539000', '115027.542000', '115027.545000', '115027.548000', '115027.551000', '115027.554000', '115027.557000', '115027.560000', '115027.563000', '115027.566000', '115027.569000', '115027.572000', '115027.575000', '115027.578000', '115027.581000', '115027.584000', '115027.587000', '115047.459000', '115047.462000', '115047.465000', '115047.468000', '115047.471000', '115047.474000', '115047.477000', '115047.480000', '115047.483000', '115047.486000', '115047.489000', '115047.492000', '115047.495000', '115047.498000', '115047.501000', '115047.504000', '115047.507000', '115047.510000', '115047.513000', '115047.516000', '115047.519000', '115047.522000', '115047.525000', '115047.528000', '115047.531000', '115047.534000', '115047.537000', '115047.540000', '115047.543000', '115047.546000', '115047.549000', '115047.552000', '115047.555000', '115047.558000', '115047.561000', '115047.564000', '115047.567000', '115047.569000', '115047.573000', '115047.576000', '115047.579000', '115047.582000', '115047.585000', '115047.588000', '115107.459000', '115107.462000', '115107.465000', '115107.468000', '115107.471000', '115107.474000', '115107.477000', '115107.480000', '115107.498000', '115107.501000', '115107.504000', '115107.507000', '115107.510000', '115107.513000', '115107.517000', '115107.520000', '115107.523000', '115107.526000', '115107.529000', '115107.532000', '115107.535000', '115107.538000', '115107.541000', '115107.544000', '115107.547000', '115107.550000', '115107.553000', '115107.556000', '115107.559000', '115107.562000', '115107.565000', '115107.568000', '115107.571000', '115107.575000', '115107.578000', '115107.581000', '115107.584000', '115107.587000', '115107.590000', '115107.593000', '115107.596000', '115107.599000', '115107.602000', '115127.458000', '115127.461000', '115127.464000', '115127.467000', '115127.470000', '115127.473000', '115127.476000', '115127.479000', '115127.482000', '115127.485000', '115127.488000', '115127.491000', '115127.494000', '115127.497000', '115127.500000', '115127.503000', '115127.506000', '115127.509000', '115127.512000', '115127.515000', '115127.518000', '115127.521000', '115127.524000', '115127.527000', '115127.530000', '115127.533000', '115127.536000', '115127.539000', '115127.542000', '115127.545000', '115127.548000', '115127.551000', '115127.554000', '115127.557000', '115127.560000', '115127.563000', '115127.566000', '115127.569000', '115127.572000', '115127.575000', '115127.578000', '115127.581000', '115127.584000', '115127.587000', '115147.458000', '115147.461000', '115147.464000', '115147.467000', '115147.470000', '115147.473000', '115147.476000', '115147.479000', '115147.482000', '115147.485000', '115147.488000', '115147.491000', '115147.494000', '115147.497000', '115147.500000', '115147.503000', '115147.506000', '115147.509000', '115147.512000', '115147.515000', '115147.518000', '115147.521000', '115147.524000', '115147.527000', '115147.530000', '115147.533000', '115147.536000', '115147.539000', '115147.542000', '115147.545000', '115147.548000', '115147.551000', '115147.554000', '115147.557000', '115147.560000', '115147.563000', '115147.566000', '115147.569000', '115147.572000', '115147.575000', '115147.578000', '115147.581000', '115147.584000', '115207.458000', '115207.461000', '115207.464000', '115207.467000', '115207.470000', '115207.473000', '115207.476000', '115207.479000', '115207.482000', '115207.485000', '115207.488000', '115207.491000', '115207.494000', '115207.497000', '115207.500000', '115207.503000', '115207.506000', '115207.509000', '115207.512000', '115207.515000', '115207.518000', '115207.521000', '115207.524000', '115207.527000', '115207.530000', '115207.533000', '115207.536000', '115207.539000', '115207.542000', '115207.545000', '115207.548000', '115207.551000', '115207.559000', '115207.562000', '115207.565000', '115207.574000', '115207.577000', '115207.580000', '115207.583000', '115207.586000', '115207.589000', '115207.592000', '115207.595000', '115207.598000', '115227.458000', '115227.461000', '115227.464000', '115227.467000', '115227.470000', '115227.473000', '115227.476000', '115227.479000', '115227.482000', '115227.485000', '115227.488000', '115227.491000', '115227.494000', '115227.497000', '115227.500000', '115227.503000', '115227.506000', '115227.509000', '115227.512000', '115227.515000', '115227.518000', '115227.521000', '115227.524000', '115227.527000', '115227.530000', '115227.533000', '115227.536000', '115227.539000', '115227.542000', '115227.545000', '115227.548000', '115227.552000', '115227.556000', '115227.559000', '115227.562000', '115227.565000', '115227.568000', '115227.571000', '115227.574000', '115227.577000', '115227.580000', '115227.583000', '115227.586000', '115247.458000', '115247.461000', '115247.464000', '115247.467000', '115247.470000', '115247.473000', '115247.476000', '115247.479000', '115247.482000', '115247.485000', '115247.488000', '115247.491000', '115247.494000', '115247.497000', '115247.500000', '115247.503000', '115247.506000', '115247.509000', '115247.512000', '115247.515000', '115247.518000', '115247.521000', '115247.524000', '115247.527000', '115247.530000', '115247.533000', '115247.536000', '115247.539000', '115247.542000', '115247.545000', '115247.548000', '115247.551000', '115247.554000', '115247.557000', '115247.560000', '115247.566000', '115247.569000', '115247.572000', '115247.575000', '115247.578000', '115247.581000', '115247.584000', '115247.587000', '115247.590000', '115307.459000', '115307.462000', '115307.465000', '115307.468000', '115307.471000', '115307.474000', '115307.477000', '115307.480000', '115307.483000', '115307.486000', '115307.489000', '115307.492000', '115307.495000', '115307.498000', '115307.501000', '115307.504000', '115307.507000', '115307.510000', '115307.513000', '115307.516000', '115307.519000', '115307.522000', '115307.525000', '115307.528000', '115307.531000', '115307.534000', '115307.537000', '115307.540000', '115307.543000', '115307.546000', '115307.549000', '115307.552000', '115307.555000', '115307.558000', '115307.561000', '115307.564000', '115307.567000', '115307.570000', '115307.573000', '115307.576000', '115307.579000', '115307.582000', '115307.585000', '115327.459000', '115327.462000', '115327.465000', '115327.468000', '115327.471000', '115327.474000', '115327.477000', '115327.480000', '115327.483000', '115327.486000', '115327.489000', '115327.492000', '115327.495000', '115327.498000', '115327.501000', '115327.504000', '115327.507000', '115327.510000', '115327.513000', '115327.516000', '115327.519000', '115327.522000', '115327.525000', '115327.528000', '115327.531000', '115327.534000', '115327.537000', '115327.540000', '115327.543000', '115327.546000', '115327.549000', '115327.552000', '115327.555000', '115327.558000', '115327.561000', '115327.564000', '115327.567000', '115327.570000', '115327.573000', '115327.576000', '115327.579000', '115327.582000', '115327.585000', '115327.588000', '115347.458000', '115347.461000', '115347.464000', '115347.467000', '115347.470000', '115347.473000', '115347.476000', '115347.479000', '115347.482000', '115347.485000', '115347.488000', '115347.491000', '115347.494000', '115347.497000', '115347.500000', '115347.503000', '115347.506000', '115347.509000', '115347.512000', '115347.515000', '115347.518000', '115347.521000', '115347.524000', '115347.527000', '115347.530000', '115347.538000', '115347.541000', '115347.544000', '115347.547000', '115347.549000', '115347.553000', '115347.556000', '115347.559000', '115347.562000', '115347.565000', '115347.568000', '115347.571000', '115347.574000', '115347.577000', '115347.580000', '115347.583000', '115347.586000', '115347.590000', '115407.458000', '115407.461000', '115407.464000', '115407.467000', '115407.470000', '115407.473000', '115407.476000', '115407.479000', '115407.482000', '115407.485000', '115407.488000', '115407.491000', '115407.494000', '115407.497000', '115407.500000', '115407.513000', '115407.516000', '115407.519000', '115407.522000', '115407.525000', '115407.528000', '115407.531000', '115407.534000', '115407.537000', '115407.540000', '115407.543000', '115407.546000', '115407.549000', '115407.552000', '115407.555000', '115407.559000', '115407.563000', '115407.566000', '115407.568000', '115407.571000', '115407.575000', '115407.578000', '115407.581000', '115407.584000', '115407.587000', '115407.590000', '115407.593000', '115407.596000', '115407.599000', '115427.458000', '115427.461000', '115427.464000', '115427.467000', '115427.470000', '115427.473000', '115427.476000', '115427.479000', '115427.482000', '115427.485000', '115427.488000', '115427.491000', '115427.494000', '115427.497000', '115427.500000', '115427.510000', '115427.513000', '115427.516000', '115427.519000', '115427.522000', '115427.525000', '115427.528000', '115427.531000', '115427.534000', '115427.537000', '115427.540000', '115427.543000', '115427.546000', '115427.549000', '115427.552000', '115427.555000', '115427.558000', '115427.561000', '115427.564000', '115427.567000', '115427.570000', '115427.573000', '115427.576000', '115427.579000', '115427.582000', '115427.585000', '115427.588000', '115427.591000', '115447.458000', '115447.461000', '115447.465000', '115447.468000', '115447.471000', '115447.474000', '115447.477000', '115447.480000', '115447.483000', '115447.486000', '115447.489000', '115447.492000', '115447.495000', '115447.498000', '115447.501000', '115447.504000', '115447.507000', '115447.510000', '115447.513000', '115447.516000', '115447.519000', '115447.522000', '115447.525000', '115447.528000', '115447.531000', '115447.534000', '115447.537000', '115447.540000', '115447.543000', '115447.546000', '115447.549000', '115447.552000', '115447.555000', '115447.558000', '115447.570000', '115447.573000', '115447.575000', '115447.578000', '115447.581000', '115447.584000', '115447.587000', '115447.590000', '115447.594000', '115507.458000', '115507.461000', '115507.464000', '115507.467000', '115507.470000', '115507.473000', '115507.476000', '115507.479000', '115507.482000', '115507.485000', '115507.488000', '115507.491000', '115507.494000', '115507.498000', '115507.500000', '115507.503000', '115507.506000', '115507.509000', '115507.512000', '115507.515000', '115507.518000', '115507.523000', '115507.526000', '115507.529000', '115507.532000', '115507.535000', '115507.538000', '115507.541000', '115507.545000', '115507.548000', '115507.551000', '115507.554000', '115507.557000', '115507.560000', '115507.563000', '115507.566000', '115507.569000', '115507.572000', '115507.575000', '115507.578000', '115507.582000', '115507.585000', '115507.588000', '115507.591000', '115527.459000', '115527.462000', '115527.466000', '115527.469000', '115527.472000', '115527.475000', '115527.478000', '115527.481000', '115527.484000', '115527.487000', '115527.490000', '115527.493000', '115527.496000', '115527.499000', '115527.502000', '115527.505000', '115527.508000', '115527.511000', '115527.514000', '115527.517000', '115527.520000', '115527.523000', '115527.526000', '115527.529000', '115527.532000', '115527.535000', '115527.551000', '115527.554000', '115527.556000', '115527.559000', '115527.562000', '115527.565000', '115527.568000', '115527.571000', '115527.574000', '115527.577000', '115527.580000', '115527.583000', '115527.586000', '115527.589000', '115527.592000', '115527.595000', '115527.599000', '115547.458000', '115547.461000', '115547.464000', '115547.467000', '115547.470000', '115547.473000', '115547.476000', '115547.479000', '115547.482000', '115547.485000', '115547.488000', '115547.491000', '115547.494000', '115547.497000', '115547.500000', '115547.503000', '115547.506000', '115547.509000', '115547.512000', '115547.515000', '115547.518000', '115547.521000', '115547.524000', '115547.527000', '115547.530000', '115547.533000', '115547.536000', '115547.539000', '115547.542000', '115547.545000', '115547.548000', '115547.551000', '115547.554000', '115547.557000', '115547.560000', '115547.563000', '115547.566000', '115547.569000', '115547.572000', '115547.575000', '115547.578000', '115547.581000', '115547.584000', '115547.587000', '115607.458000', '115607.461000', '115607.464000', '115607.467000', '115607.470000', '115607.473000', '115607.476000', '115607.490000', '115607.493000', '115607.496000', '115607.499000', '115607.502000', '115607.505000', '115607.508000', '115607.511000', '115607.514000', '115607.517000', '115607.520000', '115607.523000', '115607.526000', '115607.529000', '115607.532000', '115607.535000', '115607.538000', '115607.541000', '115607.544000', '115607.547000', '115607.550000', '115607.554000', '115607.557000', '115607.560000', '115607.563000', '115607.566000', '115607.569000', '115607.572000', '115607.575000', '115607.578000', '115607.581000', '115607.584000', '115607.587000', '115607.590000', '115607.593000', '115607.596000', '115620.890000', '115620.893000', '115620.897000', '115620.900000', '115620.903000', '115620.907000', '115620.910000', '115620.913000', '115620.916000', '115620.919000', '115620.923000', '115620.926000', '115620.929000', '115620.932000', '115620.935000', '115620.938000', '115620.941000', '115620.944000', '115620.947000', '115620.950000', '115620.953000', '115620.956000', '115620.960000', '115620.963000', '115620.967000', '115620.970000', '115620.973000', '115620.976000', '115620.979000', '115620.982000'], 'InstanceCreationTime': ['114927.491000', '114927.495000', '114927.498000', '114927.501000', '114927.504000', '114927.506000', '114927.509000', '114927.512000', '114927.515000', '114927.518000', '114927.521000', '114927.524000', '114927.527000', '114927.530000', '114927.533000', '114947.458000', '114947.461000', '114947.464000', '114947.467000', '114947.474000', '114947.478000', '114947.481000', '114947.484000', '114947.487000', '114947.490000', '114947.493000', '114947.496000', '114947.499000', '114947.502000', '114947.505000', '114947.508000', '114947.511000', '114947.514000', '114947.517000', '114947.520000', '114947.523000', '114947.526000', '114947.528000', '114947.532000', '114947.535000', '114947.538000', '114947.541000', '114947.544000', '114947.548000', '114947.551000', '114947.554000', '114947.557000', '114947.560000', '114947.563000', '114947.566000', '114947.569000', '114947.572000', '114947.575000', '114947.578000', '114947.581000', '114947.584000', '114947.587000', '114947.590000', '115007.458000', '115007.461000', '115007.464000', '115007.467000', '115007.470000', '115007.473000', '115007.476000', '115007.479000', '115007.482000', '115007.485000', '115007.488000', '115007.491000', '115007.494000', '115007.497000', '115007.500000', '115007.503000', '115007.506000', '115007.509000', '115007.512000', '115007.514000', '115007.524000', '115007.527000', '115007.530000', '115007.533000', '115007.536000', '115007.539000', '115007.542000', '115007.545000', '115007.548000', '115007.551000', '115007.554000', '115007.557000', '115007.560000', '115007.563000', '115007.566000', '115007.569000', '115007.572000', '115007.575000', '115007.578000', '115007.581000', '115007.584000', '115007.587000', '115007.590000', '115007.593000', '115027.458000', '115027.461000', '115027.468000', '115027.470000', '115027.473000', '115027.476000', '115027.479000', '115027.482000', '115027.485000', '115027.488000', '115027.491000', '115027.494000', '115027.497000', '115027.500000', '115027.503000', '115027.506000', '115027.509000', '115027.512000', '115027.515000', '115027.518000', '115027.521000', '115027.524000', '115027.527000', '115027.530000', '115027.533000', '115027.536000', '115027.539000', '115027.542000', '115027.545000', '115027.548000', '115027.551000', '115027.554000', '115027.557000', '115027.560000', '115027.563000', '115027.566000', '115027.569000', '115027.572000', '115027.575000', '115027.578000', '115027.581000', '115027.584000', '115027.587000', '115047.459000', '115047.462000', '115047.465000', '115047.468000', '115047.471000', '115047.474000', '115047.477000', '115047.480000', '115047.483000', '115047.486000', '115047.489000', '115047.492000', '115047.495000', '115047.498000', '115047.501000', '115047.504000', '115047.507000', '115047.510000', '115047.513000', '115047.516000', '115047.519000', '115047.522000', '115047.525000', '115047.528000', '115047.531000', '115047.534000', '115047.537000', '115047.540000', '115047.543000', '115047.546000', '115047.549000', '115047.552000', '115047.555000', '115047.558000', '115047.561000', '115047.564000', '115047.567000', '115047.569000', '115047.573000', '115047.576000', '115047.579000', '115047.582000', '115047.585000', '115047.588000', '115107.459000', '115107.462000', '115107.465000', '115107.468000', '115107.471000', '115107.474000', '115107.477000', '115107.480000', '115107.498000', '115107.501000', '115107.504000', '115107.507000', '115107.510000', '115107.513000', '115107.517000', '115107.520000', '115107.523000', '115107.526000', '115107.529000', '115107.532000', '115107.535000', '115107.538000', '115107.541000', '115107.544000', '115107.547000', '115107.550000', '115107.553000', '115107.556000', '115107.559000', '115107.562000', '115107.565000', '115107.568000', '115107.571000', '115107.575000', '115107.578000', '115107.581000', '115107.584000', '115107.587000', '115107.590000', '115107.593000', '115107.596000', '115107.599000', '115107.602000', '115127.458000', '115127.461000', '115127.464000', '115127.467000', '115127.470000', '115127.473000', '115127.476000', '115127.479000', '115127.482000', '115127.485000', '115127.488000', '115127.491000', '115127.494000', '115127.497000', '115127.500000', '115127.503000', '115127.506000', '115127.509000', '115127.512000', '115127.515000', '115127.518000', '115127.521000', '115127.524000', '115127.527000', '115127.530000', '115127.533000', '115127.536000', '115127.539000', '115127.542000', '115127.545000', '115127.548000', '115127.551000', '115127.554000', '115127.557000', '115127.560000', '115127.563000', '115127.566000', '115127.569000', '115127.572000', '115127.575000', '115127.578000', '115127.581000', '115127.584000', '115127.587000', '115147.458000', '115147.461000', '115147.464000', '115147.467000', '115147.470000', '115147.473000', '115147.476000', '115147.479000', '115147.482000', '115147.485000', '115147.488000', '115147.491000', '115147.494000', '115147.497000', '115147.500000', '115147.503000', '115147.506000', '115147.509000', '115147.512000', '115147.515000', '115147.518000', '115147.521000', '115147.524000', '115147.527000', '115147.530000', '115147.533000', '115147.536000', '115147.539000', '115147.542000', '115147.545000', '115147.548000', '115147.551000', '115147.554000', '115147.557000', '115147.560000', '115147.563000', '115147.566000', '115147.569000', '115147.572000', '115147.575000', '115147.578000', '115147.581000', '115147.584000', '115207.458000', '115207.461000', '115207.464000', '115207.467000', '115207.470000', '115207.473000', '115207.476000', '115207.479000', '115207.482000', '115207.485000', '115207.488000', '115207.491000', '115207.494000', '115207.497000', '115207.500000', '115207.503000', '115207.506000', '115207.509000', '115207.512000', '115207.515000', '115207.518000', '115207.521000', '115207.524000', '115207.527000', '115207.530000', '115207.533000', '115207.536000', '115207.539000', '115207.542000', '115207.545000', '115207.548000', '115207.551000', '115207.559000', '115207.562000', '115207.565000', '115207.574000', '115207.577000', '115207.580000', '115207.583000', '115207.586000', '115207.589000', '115207.592000', '115207.595000', '115207.598000', '115227.458000', '115227.461000', '115227.464000', '115227.467000', '115227.470000', '115227.473000', '115227.476000', '115227.479000', '115227.482000', '115227.485000', '115227.488000', '115227.491000', '115227.494000', '115227.497000', '115227.500000', '115227.503000', '115227.506000', '115227.509000', '115227.512000', '115227.515000', '115227.518000', '115227.521000', '115227.524000', '115227.527000', '115227.530000', '115227.533000', '115227.536000', '115227.539000', '115227.542000', '115227.545000', '115227.548000', '115227.552000', '115227.556000', '115227.559000', '115227.562000', '115227.565000', '115227.568000', '115227.571000', '115227.574000', '115227.577000', '115227.580000', '115227.583000', '115227.586000', '115247.458000', '115247.461000', '115247.464000', '115247.467000', '115247.470000', '115247.473000', '115247.476000', '115247.479000', '115247.482000', '115247.485000', '115247.488000', '115247.491000', '115247.494000', '115247.497000', '115247.500000', '115247.503000', '115247.506000', '115247.509000', '115247.512000', '115247.515000', '115247.518000', '115247.521000', '115247.524000', '115247.527000', '115247.530000', '115247.533000', '115247.536000', '115247.539000', '115247.542000', '115247.545000', '115247.548000', '115247.551000', '115247.554000', '115247.557000', '115247.560000', '115247.566000', '115247.569000', '115247.572000', '115247.575000', '115247.578000', '115247.581000', '115247.584000', '115247.587000', '115247.590000', '115307.459000', '115307.462000', '115307.465000', '115307.468000', '115307.471000', '115307.474000', '115307.477000', '115307.480000', '115307.483000', '115307.486000', '115307.489000', '115307.492000', '115307.495000', '115307.498000', '115307.501000', '115307.504000', '115307.507000', '115307.510000', '115307.513000', '115307.516000', '115307.519000', '115307.522000', '115307.525000', '115307.528000', '115307.531000', '115307.534000', '115307.537000', '115307.540000', '115307.543000', '115307.546000', '115307.549000', '115307.552000', '115307.555000', '115307.558000', '115307.561000', '115307.564000', '115307.567000', '115307.570000', '115307.573000', '115307.576000', '115307.579000', '115307.582000', '115307.585000', '115327.459000', '115327.462000', '115327.465000', '115327.468000', '115327.471000', '115327.474000', '115327.477000', '115327.480000', '115327.483000', '115327.486000', '115327.489000', '115327.492000', '115327.495000', '115327.498000', '115327.501000', '115327.504000', '115327.507000', '115327.510000', '115327.513000', '115327.516000', '115327.519000', '115327.522000', '115327.525000', '115327.528000', '115327.531000', '115327.534000', '115327.537000', '115327.540000', '115327.543000', '115327.546000', '115327.549000', '115327.552000', '115327.555000', '115327.558000', '115327.561000', '115327.564000', '115327.567000', '115327.570000', '115327.573000', '115327.576000', '115327.579000', '115327.582000', '115327.585000', '115327.588000', '115347.458000', '115347.461000', '115347.464000', '115347.467000', '115347.470000', '115347.473000', '115347.476000', '115347.479000', '115347.482000', '115347.485000', '115347.488000', '115347.491000', '115347.494000', '115347.497000', '115347.500000', '115347.503000', '115347.506000', '115347.509000', '115347.512000', '115347.515000', '115347.518000', '115347.521000', '115347.524000', '115347.527000', '115347.530000', '115347.538000', '115347.541000', '115347.544000', '115347.547000', '115347.549000', '115347.553000', '115347.556000', '115347.559000', '115347.562000', '115347.565000', '115347.568000', '115347.571000', '115347.574000', '115347.577000', '115347.580000', '115347.583000', '115347.586000', '115347.590000', '115407.458000', '115407.461000', '115407.464000', '115407.467000', '115407.470000', '115407.473000', '115407.476000', '115407.479000', '115407.482000', '115407.485000', '115407.488000', '115407.491000', '115407.494000', '115407.497000', '115407.500000', '115407.513000', '115407.516000', '115407.519000', '115407.522000', '115407.525000', '115407.528000', '115407.531000', '115407.534000', '115407.537000', '115407.540000', '115407.543000', '115407.546000', '115407.549000', '115407.552000', '115407.555000', '115407.559000', '115407.563000', '115407.566000', '115407.568000', '115407.571000', '115407.575000', '115407.578000', '115407.581000', '115407.584000', '115407.587000', '115407.590000', '115407.593000', '115407.596000', '115407.599000', '115427.458000', '115427.461000', '115427.464000', '115427.467000', '115427.470000', '115427.473000', '115427.476000', '115427.479000', '115427.482000', '115427.485000', '115427.488000', '115427.491000', '115427.494000', '115427.497000', '115427.500000', '115427.510000', '115427.513000', '115427.516000', '115427.519000', '115427.522000', '115427.525000', '115427.528000', '115427.531000', '115427.534000', '115427.537000', '115427.540000', '115427.543000', '115427.546000', '115427.549000', '115427.552000', '115427.555000', '115427.558000', '115427.561000', '115427.564000', '115427.567000', '115427.570000', '115427.573000', '115427.576000', '115427.579000', '115427.582000', '115427.585000', '115427.588000', '115427.591000', '115447.458000', '115447.461000', '115447.465000', '115447.468000', '115447.471000', '115447.474000', '115447.477000', '115447.480000', '115447.483000', '115447.486000', '115447.489000', '115447.492000', '115447.495000', '115447.498000', '115447.501000', '115447.504000', '115447.507000', '115447.510000', '115447.513000', '115447.516000', '115447.519000', '115447.522000', '115447.525000', '115447.528000', '115447.531000', '115447.534000', '115447.537000', '115447.540000', '115447.543000', '115447.546000', '115447.549000', '115447.552000', '115447.555000', '115447.558000', '115447.570000', '115447.573000', '115447.575000', '115447.578000', '115447.581000', '115447.584000', '115447.587000', '115447.590000', '115447.594000', '115507.458000', '115507.461000', '115507.464000', '115507.467000', '115507.470000', '115507.473000', '115507.476000', '115507.479000', '115507.482000', '115507.485000', '115507.488000', '115507.491000', '115507.494000', '115507.498000', '115507.500000', '115507.503000', '115507.506000', '115507.509000', '115507.512000', '115507.515000', '115507.518000', '115507.523000', '115507.526000', '115507.529000', '115507.532000', '115507.535000', '115507.538000', '115507.541000', '115507.545000', '115507.548000', '115507.551000', '115507.554000', '115507.557000', '115507.560000', '115507.563000', '115507.566000', '115507.569000', '115507.572000', '115507.575000', '115507.578000', '115507.582000', '115507.585000', '115507.588000', '115507.591000', '115527.459000', '115527.462000', '115527.466000', '115527.469000', '115527.472000', '115527.475000', '115527.478000', '115527.481000', '115527.484000', '115527.487000', '115527.490000', '115527.493000', '115527.496000', '115527.499000', '115527.502000', '115527.505000', '115527.508000', '115527.511000', '115527.514000', '115527.517000', '115527.520000', '115527.523000', '115527.526000', '115527.529000', '115527.532000', '115527.535000', '115527.551000', '115527.554000', '115527.556000', '115527.559000', '115527.562000', '115527.565000', '115527.568000', '115527.571000', '115527.574000', '115527.577000', '115527.580000', '115527.583000', '115527.586000', '115527.589000', '115527.592000', '115527.595000', '115527.599000', '115547.458000', '115547.461000', '115547.464000', '115547.467000', '115547.470000', '115547.473000', '115547.476000', '115547.479000', '115547.482000', '115547.485000', '115547.488000', '115547.491000', '115547.494000', '115547.497000', '115547.500000', '115547.503000', '115547.506000', '115547.509000', '115547.512000', '115547.515000', '115547.518000', '115547.521000', '115547.524000', '115547.527000', '115547.530000', '115547.533000', '115547.536000', '115547.539000', '115547.542000', '115547.545000', '115547.548000', '115547.551000', '115547.554000', '115547.557000', '115547.560000', '115547.563000', '115547.566000', '115547.569000', '115547.572000', '115547.575000', '115547.578000', '115547.581000', '115547.584000', '115547.587000', '115607.458000', '115607.461000', '115607.464000', '115607.467000', '115607.470000', '115607.473000', '115607.476000', '115607.490000', '115607.493000', '115607.496000', '115607.499000', '115607.502000', '115607.505000', '115607.508000', '115607.511000', '115607.514000', '115607.517000', '115607.520000', '115607.523000', '115607.526000', '115607.529000', '115607.532000', '115607.535000', '115607.538000', '115607.541000', '115607.544000', '115607.547000', '115607.550000', '115607.554000', '115607.557000', '115607.560000', '115607.563000', '115607.566000', '115607.569000', '115607.572000', '115607.575000', '115607.578000', '115607.581000', '115607.584000', '115607.587000', '115607.590000', '115607.593000', '115607.596000', '115620.890000', '115620.893000', '115620.897000', '115620.900000', '115620.903000', '115620.907000', '115620.910000', '115620.913000', '115620.916000', '115620.919000', '115620.923000', '115620.926000', '115620.929000', '115620.932000', '115620.935000', '115620.938000', '115620.941000', '115620.944000', '115620.947000', '115620.950000', '115620.953000', '115620.956000', '115620.960000', '115620.963000', '115620.967000', '115620.970000', '115620.973000', '115620.976000', '115620.979000', '115620.982000'], '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': [11836, 8660, 11983, 13422, 11859, 11109, 11603, 8174, 11519, 9704, 12707, 10156, 14626, 10098, 14606, 11179, 13262, 10187, 12274, 9447, 8711, 11084, 9179, 13322, 9104, 11809, 7781, 11839, 8493, 10892, 11128, 10907, 8230, 10252, 8079, 10185, 10898, 9573, 9825, 9462, 11175, 9175, 12731, 9136, 12406, 9137, 12489, 8890, 10032, 8307, 7650, 10125, 9498, 14204, 10535, 15141, 10855, 13524, 10584, 13959, 10839, 14248, 10616, 13413, 9883, 12080, 9265, 11622, 9682, 12684, 9266, 11250, 8807, 10719, 8072, 11107, 7602, 11003, 7854, 10722, 7865, 10573, 7961, 11279, 7963, 10944, 8305, 11095, 8532, 11848, 8602, 11918, 9495, 11308, 13868, 9876, 14629, 10160, 14116, 9178, 12715, 9053, 12507, 9097, 12165, 8795, 11770, 8887, 11712, 8885, 12265, 9032, 11072, 8815, 11417, 8940, 9765, 9640, 7785, 10923, 8301, 12617, 8972, 13521, 9106, 12868, 9276, 14185, 9854, 12725, 8433, 11040, 8577, 11199, 8795, 11372, 8631, 10605, 7906, 11013, 8463, 11800, 8000, 10637, 7774, 10813, 7228, 10743, 8184, 10910, 7670, 10468, 7719, 10609, 11365, 10069, 13726, 9867, 11189, 9661, 12490, 9501, 13973, 9211, 13559, 10656, 13065, 9144, 12568, 9391, 10256, 9686, 7701, 11348, 9496, 12671, 10129, 14578, 10760, 13725, 10393, 11935, 9924, 14054, 11296, 13572, 8378, 11820, 8444, 11647, 8466, 11948, 8402, 10605, 8579, 12299, 8679, 11894, 8700, 11970, 8819, 11397, 8789, 12732, 8845, 11660, 9877, 12724, 8644, 11886, 8632, 11961, 8566, 11673, 9849, 12772, 8805, 11705, 8918, 11471, 9039, 12330, 9899, 10144, 11155, 8142, 11544, 8447, 13448, 9105, 14272, 9493, 13335, 9363, 13707, 8872, 10537, 8746, 7480, 10983, 8815, 12706, 9123, 11975, 9939, 13343, 11584, 11506, 11212, 9489, 12930, 14125, 11962, 17189, 12747, 15149, 11381, 14155, 9490, 12130, 8597, 11658, 8514, 11663, 8709, 11737, 8179, 10683, 8121, 11769, 9099, 10668, 8226, 8793, 9525, 7569, 10387, 7990, 11779, 9000, 13230, 9337, 13577, 10977, 13821, 10118, 13177, 9321, 14664, 9303, 12292, 9366, 12125, 8780, 11665, 8373, 10949, 8457, 10416, 8216, 11303, 8527, 10394, 8147, 10874, 8275, 10684, 8542, 11589, 8706, 11541, 8833, 12094, 8016, 14152, 10255, 12897, 9686, 10849, 13425, 10308, 14912, 9892, 13546, 10248, 12246, 8628, 11503, 8347, 11038, 8003, 11644, 8326, 10938, 8349, 11160, 7768, 10473, 7969, 11228, 8012, 10533, 8152, 10958, 9180, 12466, 8951, 11613, 9186, 14407, 9666, 14411, 10399, 13209, 9605, 13168, 9567, 12613, 10480, 13258, 10249, 12460, 8674, 12129, 8105, 11509, 8250, 10851, 8489, 10522, 12315, 10368, 13784, 10141, 14361, 9835, 12961, 9495, 12222, 8778, 11448, 8619, 11239, 8337, 10846, 8099, 11536, 8257, 10482, 7910, 10319, 7676, 10394, 8229, 10239, 7436, 10814, 7453, 10676, 8095, 10260, 11536, 10081, 12553, 9815, 13620, 9964, 12133, 9537, 10271, 9795, 8817, 10331, 7790, 11285, 9266, 13763, 10930, 13932, 11875, 13749, 10428, 12800, 10569, 13913, 11056, 13659, 9471, 12632, 9313, 12024, 9568, 13056, 8802, 11716, 9006, 11860, 9486, 12933, 9413, 12176, 9323, 12093, 8666, 11777, 8417, 13337, 9070, 14138, 9237, 11007, 11270, 10908, 14984, 10637, 13593, 10754, 15002, 9901, 12668, 9249, 12186, 9209, 12198, 9018, 11630, 8923, 11344, 9219, 10376, 9635, 10575, 9719, 13942, 10003, 12973, 9822, 12836, 9516, 12168, 9695, 14770, 9878, 12832, 9959, 12351, 9262, 11747, 8963, 11775, 9491, 12499, 9479, 10171, 9293, 8846, 10334, 8569, 11735, 9726, 13444, 10912, 14051, 10878, 12791, 9624, 12621, 9825, 12959, 9102, 11409, 8390, 10777, 7932, 10833, 8328, 11084, 8191, 10506, 7584, 10476, 7953, 10846, 8496, 10482, 8662, 10411, 11158, 10423, 11337, 10061, 10280, 9978, 11316, 9920, 14241, 10011, 12380, 10334, 13584, 8752, 14146, 10092, 11198, 15221, 11085, 14098, 10202, 12655, 9077, 11429, 8750, 11439, 8197, 10757, 7394, 10621, 7896, 10799, 7508, 10676, 7302, 10765, 7757, 10685, 7842, 10926, 7607, 10806, 7406, 10717, 8386, 11012, 7705, 10836, 7538, 10935, 7649, 11875, 8384, 10953, 7939, 11100, 8394, 12054, 9476, 11951, 9284, 13224, 9688, 15081, 10632, 12946, 9346, 10625, 8872, 10637, 12478, 11031, 10630, 10690, 12149, 10411, 14686, 10552, 12809, 10207, 14642, 10173, 12612, 9749, 12307, 9410, 11885, 9330, 11958, 9384, 11621, 8906, 11535, 8878, 11225, 9339, 14685, 10397, 13126, 10617, 13156, 9217, 11803, 8858, 11837, 9136, 11652, 9142, 11092, 7830, 10380, 7532, 10393, 7877, 10774, 7585, 10604, 7334, 10519, 7840, 10413, 8110, 10665, 7556, 10758, 7968, 10793, 7773, 10766, 8110, 11042, 8803, 11616, 8976, 12216, 9520, 13511, 9125, 11096, 8096, 12084, 9589, 7678, 10982, 8948, 14375, 10499, 13734, 12216, 13311, 10448, 11498, 11116, 8899, 15434, 11841, 16317, 13216, 16493, 12839, 14638, 11765, 14508, 10584, 15076, 9510, 15389, 9301, 11876, 8702, 11178, 8035, 10953, 7781, 11386, 8522, 11653, 8794, 9966, 8882, 8826, 10618, 8810, 10573, 8466, 10276, 8689, 10414, 7670, 10724, 7548, 10930, 7888, 10901, 7976, 10989, 8100, 11075, 8675, 11466, 9416, 11699, 9216, 12237, 9128, 11626, 8945, 11211, 9284, 11345, 8825, 11088, 8607, 10785, 8726, 11295, 8460, 11261, 8713, 11405, 8505, 11468, 8808, 9426, 9576, 7877, 9873, 7406, 10533, 8559, 11869, 9242, 11901, 9311, 12751, 9698, 9414, 10028, 7852, 11487, 9717, 13738, 10263, 11817, 10028, 8344, 11226, 9280, 12318, 9965, 13379, 10450, 14274, 10773, 13545, 10719, 16234, 11693, 14323, 11154, 13668, 10524, 11459, 10379, 11604, 10700, 11851, 10849, 8383, 10718, 8049, 11474, 8956, 12565, 10162, 12875, 10137, 14077, 10718, 13799, 10768, 13952, 10647, 13342, 10580, 13130, 10762, 13794, 10442, 13779, 10252, 14301, 10614, 14545, 10713, 12157, 10587, 10967, 10583, 10234, 10812, 8872, 10567, 8332, 10739, 8421, 10849, 9043, 11423, 9315, 11158, 8770, 11077, 8633, 10875, 9026, 11644, 9097, 11285, 9107, 10998, 9660, 8911, 10723, 8265, 11112, 9283, 11798, 9903, 11959, 10045, 9673, 9938, 7954, 10152, 7933, 9191, 9428, 8106, 11272, 9452, 8021, 11996, 9090, 13998, 10810, 14561, 12016, 10890, 11356, 8753, 12959, 9773, 13775, 10525, 13648, 10906, 13580, 10104, 12161, 9536, 11739, 10156, 13661, 10360, 12285, 10107, 14572, 10727, 13473, 10541, 10370, 10344, 9373, 10504, 11424, 10629, 9107, 10537, 8275, 11058, 8308, 10992, 8618, 11307, 9302, 10444], 'WindowCenter': [4583.0, 4537.0, 4553.0, 4559.0, 4539.0, 4539.0, 4538.0, 4484.0, 4513.0, 4500.0, 4519.0, 4501.0, 4531.0, 4490.0, 4532.0, 4512.0, 4519.0, 4486.0, 4508.0, 4478.0, 4469.0, 4499.0, 4490.0, 4518.0, 4466.0, 4498.0, 4457.0, 4508.0, 4466.0, 4487.0, 4497.0, 4486.0, 4455.0, 4486.0, 4454.0, 4486.0, 4486.0, 4478.0, 4489.0, 4489.0, 4497.0, 4478.0, 4518.0, 4480.0, 4518.0, 4490.0, 4519.0, 4479.0, 4491.0, 4484.0, 4472.0, 4502.0, 4493.0, 4530.0, 4500.0, 4529.0, 4499.0, 4509.0, 4488.0, 4517.0, 4487.0, 4504.0, 4476.0, 4505.0, 4476.0, 4493.0, 4464.0, 4484.0, 4464.0, 4493.0, 4465.0, 4484.0, 4463.0, 4474.0, 4445.0, 4484.0, 4444.0, 4484.0, 4443.0, 4485.0, 4457.0, 4485.0, 4455.0, 4496.0, 4454.0, 4497.0, 4454.0, 4496.0, 4465.0, 4496.0, 4466.0, 4508.0, 4475.0, 4486.0, 4505.0, 4476.0, 4529.0, 4486.0, 4506.0, 4464.0, 4505.0, 4466.0, 4506.0, 4466.0, 4495.0, 4467.0, 4506.0, 4467.0, 4497.0, 4467.0, 4506.0, 4466.0, 4498.0, 4468.0, 4496.0, 4475.0, 4476.0, 4477.0, 4457.0, 4499.0, 4470.0, 4509.0, 4478.0, 4518.0, 4467.0, 4507.0, 4477.0, 4517.0, 4488.0, 4505.0, 4457.0, 4497.0, 4480.0, 4498.0, 4468.0, 4496.0, 4479.0, 4486.0, 4454.0, 4487.0, 4467.0, 4496.0, 4458.0, 4486.0, 4456.0, 4497.0, 4459.0, 4499.0, 4466.0, 4499.0, 4447.0, 4487.0, 4457.0, 4498.0, 4496.0, 4488.0, 4519.0, 4488.0, 4497.0, 4475.0, 4506.0, 4476.0, 4516.0, 4477.0, 4516.0, 4487.0, 4506.0, 4466.0, 4505.0, 4466.0, 4486.0, 4475.0, 4447.0, 4496.0, 4491.0, 4509.0, 4488.0, 4518.0, 4487.0, 4515.0, 4486.0, 4496.0, 4478.0, 4514.0, 4497.0, 4505.0, 4456.0, 4495.0, 4456.0, 4508.0, 4466.0, 4497.0, 4466.0, 4487.0, 4468.0, 4508.0, 4468.0, 4509.0, 4479.0, 4508.0, 4480.0, 4508.0, 4478.0, 4520.0, 4480.0, 4511.0, 4488.0, 4517.0, 4479.0, 4509.0, 4480.0, 4509.0, 4480.0, 4511.0, 4489.0, 4519.0, 4480.0, 4509.0, 4481.0, 4509.0, 4492.0, 4520.0, 4501.0, 4503.0, 4523.0, 4471.0, 4522.0, 4481.0, 4520.0, 4480.0, 4530.0, 4490.0, 4519.0, 4479.0, 4532.0, 4481.0, 4498.0, 4480.0, 4458.0, 4499.0, 4479.0, 4520.0, 4490.0, 4508.0, 4487.0, 4519.0, 4510.0, 4509.0, 4498.0, 4478.0, 4517.0, 4515.0, 4497.0, 4527.0, 4494.0, 4515.0, 4483.0, 4503.0, 4462.0, 4482.0, 4452.0, 4481.0, 4453.0, 4480.0, 4451.0, 4483.0, 4452.0, 4472.0, 4455.0, 4496.0, 4478.0, 4497.0, 4467.0, 4465.0, 4476.0, 4457.0, 4484.0, 4458.0, 4507.0, 4480.0, 4519.0, 4479.0, 4519.0, 4485.0, 4506.0, 4476.0, 4504.0, 4463.0, 4512.0, 4465.0, 4492.0, 4464.0, 4494.0, 4455.0, 4494.0, 4455.0, 4485.0, 4466.0, 4485.0, 4467.0, 4496.0, 4466.0, 4487.0, 4471.0, 4511.0, 4480.0, 4512.0, 4481.0, 4509.0, 4480.0, 4511.0, 4481.0, 4523.0, 4469.0, 4529.0, 4488.0, 4519.0, 4478.0, 4499.0, 4517.0, 4488.0, 4529.0, 4487.0, 4516.0, 4486.0, 4507.0, 4466.0, 4496.0, 4467.0, 4496.0, 4458.0, 4496.0, 4467.0, 4499.0, 4469.0, 4497.0, 4470.0, 4499.0, 4470.0, 4509.0, 4482.0, 4511.0, 4481.0, 4511.0, 4491.0, 4521.0, 4491.0, 4522.0, 4494.0, 4542.0, 4491.0, 4542.0, 4501.0, 4531.0, 4490.0, 4530.0, 4490.0, 4520.0, 4500.0, 4518.0, 4498.0, 4519.0, 4468.0, 4508.0, 4457.0, 4508.0, 4469.0, 4498.0, 4468.0, 4497.0, 4508.0, 4488.0, 4517.0, 4499.0, 4529.0, 4487.0, 4518.0, 4478.0, 4507.0, 4468.0, 4497.0, 4467.0, 4498.0, 4468.0, 4498.0, 4458.0, 4497.0, 4468.0, 4497.0, 4469.0, 4486.0, 4458.0, 4499.0, 4469.0, 4488.0, 4459.0, 4499.0, 4459.0, 4500.0, 4469.0, 4501.0, 4508.0, 4498.0, 4520.0, 4490.0, 4531.0, 4490.0, 4520.0, 4490.0, 4500.0, 4490.0, 4478.0, 4500.0, 4471.0, 4510.0, 4503.0, 4532.0, 4510.0, 4531.0, 4521.0, 4529.0, 4499.0, 4520.0, 4500.0, 4517.0, 4497.0, 4516.0, 4476.0, 4506.0, 4476.0, 4507.0, 4477.0, 4517.0, 4476.0, 4507.0, 4479.0, 4509.0, 4488.0, 4519.0, 4490.0, 4519.0, 4489.0, 4509.0, 4479.0, 4509.0, 4469.0, 4518.0, 4467.0, 4518.0, 4476.0, 4487.0, 4497.0, 4496.0, 4526.0, 4486.0, 4505.0, 4486.0, 4524.0, 4475.0, 4505.0, 4466.0, 4495.0, 4479.0, 4508.0, 4479.0, 4508.0, 4478.0, 4497.0, 4489.0, 4498.0, 4491.0, 4499.0, 4491.0, 4530.0, 4490.0, 4520.0, 4500.0, 4520.0, 4490.0, 4519.0, 4489.0, 4528.0, 4489.0, 4518.0, 4488.0, 4510.0, 4479.0, 4508.0, 4478.0, 4508.0, 4491.0, 4521.0, 4488.0, 4500.0, 4480.0, 4478.0, 4499.0, 4480.0, 4523.0, 4503.0, 4531.0, 4501.0, 4530.0, 4498.0, 4519.0, 4478.0, 4508.0, 4477.0, 4504.0, 4466.0, 4496.0, 4456.0, 4487.0, 4455.0, 4486.0, 4456.0, 4495.0, 4467.0, 4487.0, 4456.0, 4487.0, 4459.0, 4499.0, 4468.0, 4498.0, 4467.0, 4497.0, 4498.0, 4498.0, 4498.0, 4489.0, 4499.0, 4501.0, 4510.0, 4501.0, 4541.0, 4501.0, 4521.0, 4516.0, 4532.0, 4479.0, 4527.0, 4486.0, 4497.0, 4527.0, 4494.0, 4516.0, 4485.0, 4505.0, 4466.0, 4494.0, 4466.0, 4497.0, 4455.0, 4496.0, 4446.0, 4487.0, 4467.0, 4497.0, 4458.0, 4498.0, 4459.0, 4498.0, 4460.0, 4499.0, 4469.0, 4510.0, 4471.0, 4510.0, 4460.0, 4510.0, 4481.0, 4512.0, 4472.0, 4510.0, 4473.0, 4512.0, 4472.0, 4522.0, 4481.0, 4512.0, 4482.0, 4511.0, 4483.0, 4523.0, 4502.0, 4522.0, 4491.0, 4532.0, 4489.0, 4540.0, 4498.0, 4519.0, 4477.0, 4498.0, 4477.0, 4498.0, 4517.0, 4497.0, 4497.0, 4498.0, 4509.0, 4498.0, 4528.0, 4498.0, 4518.0, 4499.0, 4529.0, 4499.0, 4520.0, 4489.0, 4509.0, 4478.0, 4508.0, 4478.0, 4508.0, 4479.0, 4499.0, 4476.0, 4497.0, 4479.0, 4510.0, 4488.0, 4530.0, 4488.0, 4518.0, 4488.0, 4517.0, 4479.0, 4507.0, 4467.0, 4507.0, 4477.0, 4497.0, 4477.0, 4497.0, 4457.0, 4486.0, 4457.0, 4487.0, 4457.0, 4497.0, 4458.0, 4498.0, 4460.0, 4499.0, 4471.0, 4501.0, 4470.0, 4500.0, 4472.0, 4512.0, 4472.0, 4513.0, 4485.0, 4513.0, 4484.0, 4512.0, 4492.0, 4523.0, 4492.0, 4523.0, 4503.0, 4546.0, 4518.0, 4512.0, 4469.0, 4507.0, 4488.0, 4458.0, 4509.0, 4478.0, 4530.0, 4498.0, 4519.0, 4510.0, 4518.0, 4499.0, 4509.0, 4507.0, 4476.0, 4529.0, 4495.0, 4527.0, 4495.0, 4514.0, 4481.0, 4490.0, 4467.0, 4488.0, 4444.0, 4474.0, 4422.0, 4472.0, 4420.0, 4441.0, 4411.0, 4441.0, 4413.0, 4442.0, 4403.0, 4453.0, 4425.0, 4455.0, 4425.0, 4447.0, 4437.0, 4449.0, 4469.0, 4450.0, 4469.0, 4438.0, 4461.0, 4441.0, 4471.0, 4433.0, 4471.0, 4431.0, 4482.0, 4454.0, 4483.0, 4456.0, 4497.0, 4468.0, 4498.0, 4481.0, 4509.0, 4491.0, 4509.0, 4480.0, 4509.0, 4479.0, 4509.0, 4479.0, 4497.0, 4480.0, 4498.0, 4479.0, 4499.0, 4469.0, 4499.0, 4479.0, 4511.0, 4481.0, 4511.0, 4493.0, 4523.0, 4494.0, 4521.0, 4490.0, 4488.0, 4503.0, 4481.0, 4513.0, 4473.0, 4514.0, 4494.0, 4524.0, 4505.0, 4534.0, 4517.0, 4547.0, 4515.0, 4504.0, 4515.0, 4499.0, 4536.0, 4517.0, 4555.0, 4527.0, 4536.0, 4515.0, 4484.0, 4525.0, 4504.0, 4534.0, 4516.0, 4545.0, 4514.0, 4545.0, 4514.0, 4532.0, 4503.0, 4552.0, 4510.0, 4531.0, 4511.0, 4532.0, 4500.0, 4510.0, 4500.0, 4509.0, 4500.0, 4510.0, 4510.0, 4470.0, 4501.0, 4471.0, 4522.0, 4493.0, 4522.0, 4505.0, 4532.0, 4503.0, 4543.0, 4513.0, 4533.0, 4502.0, 4532.0, 4500.0, 4520.0, 4499.0, 4519.0, 4500.0, 4519.0, 4499.0, 4519.0, 4486.0, 4527.0, 4487.0, 4528.0, 4486.0, 4508.0, 4487.0, 4497.0, 4498.0, 4489.0, 4498.0, 4477.0, 4498.0, 4470.0, 4499.0, 4470.0, 4499.0, 4479.0, 4509.0, 4489.0, 4510.0, 4480.0, 4498.0, 4479.0, 4499.0, 4479.0, 4508.0, 4479.0, 4509.0, 4481.0, 4511.0, 4490.0, 4480.0, 4511.0, 4481.0, 4512.0, 4492.0, 4523.0, 4502.0, 4521.0, 4503.0, 4518.0, 4504.0, 4480.0, 4514.0, 4482.0, 4502.0, 4502.0, 4485.0, 4522.0, 4504.0, 4483.0, 4524.0, 4494.0, 4544.0, 4513.0, 4543.0, 4512.0, 4500.0, 4501.0, 4468.0, 4509.0, 4488.0, 4518.0, 4488.0, 4518.0, 4487.0, 4506.0, 4476.0, 4495.0, 4475.0, 4495.0, 4475.0, 4515.0, 4476.0, 4494.0, 4486.0, 4517.0, 4487.0, 4504.0, 4485.0, 4476.0, 4486.0, 4476.0, 4486.0, 4497.0, 4485.0, 4465.0, 4486.0, 4456.0, 4496.0, 4457.0, 4501.0, 4481.0, 4527.0, 4493.0, 4489.0], 'WindowWidth': [10060.0, 9985.0, 9996.0, 9999.0, 9969.0, 9967.0, 9964.0, 9882.0, 9921.0, 9898.0, 9922.0, 9898.0, 9941.0, 9882.0, 9945.0, 9913.0, 9920.0, 9870.0, 9904.0, 9862.0, 9850.0, 9891.0, 9880.0, 9916.0, 9843.0, 9889.0, 9831.0, 9903.0, 9840.0, 9870.0, 9883.0, 9869.0, 9824.0, 9867.0, 9823.0, 9868.0, 9870.0, 9861.0, 9881.0, 9878.0, 9887.0, 9862.0, 9920.0, 9869.0, 9919.0, 9881.0, 9923.0, 9864.0, 9885.0, 9880.0, 9861.0, 9901.0, 9888.0, 9938.0, 9893.0, 9937.0, 9891.0, 9906.0, 9873.0, 9917.0, 9871.0, 9893.0, 9852.0, 9892.0, 9854.0, 9876.0, 9838.0, 9863.0, 9835.0, 9872.0, 9836.0, 9863.0, 9832.0, 9848.0, 9811.0, 9861.0, 9807.0, 9861.0, 9807.0, 9864.0, 9833.0, 9868.0, 9825.0, 9883.0, 9824.0, 9890.0, 9826.0, 9884.0, 9839.0, 9884.0, 9841.0, 9904.0, 9852.0, 9868.0, 9894.0, 9855.0, 9936.0, 9870.0, 9897.0, 9836.0, 9897.0, 9842.0, 9895.0, 9842.0, 9880.0, 9846.0, 9899.0, 9844.0, 9886.0, 9846.0, 9897.0, 9844.0, 9890.0, 9847.0, 9882.0, 9854.0, 9857.0, 9860.0, 9832.0, 9893.0, 9855.0, 9906.0, 9862.0, 9915.0, 9844.0, 9900.0, 9858.0, 9916.0, 9877.0, 9896.0, 9833.0, 9886.0, 9870.0, 9889.0, 9849.0, 9885.0, 9866.0, 9872.0, 9826.0, 9872.0, 9846.0, 9885.0, 9835.0, 9872.0, 9830.0, 9887.0, 9842.0, 9893.0, 9845.0, 9890.0, 9817.0, 9873.0, 9831.0, 9888.0, 9884.0, 9876.0, 9922.0, 9875.0, 9887.0, 9856.0, 9899.0, 9858.0, 9914.0, 9857.0, 9912.0, 9871.0, 9898.0, 9842.0, 9894.0, 9842.0, 9868.0, 9854.0, 9817.0, 9884.0, 9883.0, 9905.0, 9874.0, 9916.0, 9871.0, 9908.0, 9869.0, 9885.0, 9860.0, 9907.0, 9886.0, 9895.0, 9829.0, 9882.0, 9829.0, 9905.0, 9845.0, 9886.0, 9844.0, 9873.0, 9848.0, 9905.0, 9849.0, 9906.0, 9866.0, 9904.0, 9868.0, 9905.0, 9865.0, 9923.0, 9870.0, 9912.0, 9878.0, 9916.0, 9865.0, 9908.0, 9870.0, 9908.0, 9870.0, 9915.0, 9879.0, 9920.0, 9869.0, 9907.0, 9871.0, 9907.0, 9887.0, 9924.0, 9900.0, 9906.0, 9934.0, 9860.0, 9930.0, 9873.0, 9925.0, 9870.0, 9937.0, 9881.0, 9919.0, 9865.0, 9944.0, 9873.0, 9894.0, 9869.0, 9838.0, 9893.0, 9867.0, 9923.0, 9881.0, 9905.0, 9874.0, 9920.0, 9911.0, 9904.0, 9890.0, 9860.0, 9913.0, 9908.0, 9884.0, 9932.0, 9876.0, 9909.0, 9858.0, 9889.0, 9828.0, 9857.0, 9816.0, 9854.0, 9817.0, 9851.0, 9814.0, 9858.0, 9817.0, 9845.0, 9827.0, 9883.0, 9866.0, 9888.0, 9849.0, 9839.0, 9854.0, 9830.0, 9866.0, 9836.0, 9902.0, 9867.0, 9924.0, 9867.0, 9921.0, 9868.0, 9897.0, 9854.0, 9891.0, 9834.0, 9901.0, 9838.0, 9874.0, 9835.0, 9878.0, 9826.0, 9878.0, 9826.0, 9866.0, 9842.0, 9868.0, 9845.0, 9883.0, 9844.0, 9874.0, 9860.0, 9914.0, 9873.0, 9915.0, 9874.0, 9910.0, 9872.0, 9913.0, 9872.0, 9933.0, 9854.0, 9935.0, 9878.0, 9920.0, 9862.0, 9891.0, 9914.0, 9874.0, 9937.0, 9873.0, 9914.0, 9869.0, 9900.0, 9844.0, 9885.0, 9847.0, 9883.0, 9835.0, 9883.0, 9846.0, 9890.0, 9851.0, 9888.0, 9856.0, 9894.0, 9857.0, 9907.0, 9876.0, 9914.0, 9874.0, 9914.0, 9889.0, 9929.0, 9888.0, 9932.0, 9894.0, 9962.0, 9888.0, 9959.0, 9899.0, 9942.0, 9884.0, 9939.0, 9883.0, 9927.0, 9898.0, 9921.0, 9892.0, 9922.0, 9850.0, 9903.0, 9833.0, 9904.0, 9851.0, 9890.0, 9849.0, 9887.0, 9903.0, 9876.0, 9914.0, 9891.0, 9935.0, 9873.0, 9919.0, 9863.0, 9901.0, 9849.0, 9888.0, 9848.0, 9890.0, 9850.0, 9889.0, 9837.0, 9886.0, 9849.0, 9889.0, 9853.0, 9874.0, 9838.0, 9894.0, 9852.0, 9877.0, 9841.0, 9894.0, 9839.0, 9896.0, 9853.0, 9898.0, 9905.0, 9891.0, 9923.0, 9883.0, 9941.0, 9882.0, 9923.0, 9882.0, 9899.0, 9881.0, 9864.0, 9897.0, 9860.0, 9912.0, 9907.0, 9946.0, 9912.0, 9943.0, 9926.0, 9938.0, 9893.0, 9925.0, 9894.0, 9918.0, 9887.0, 9914.0, 9857.0, 9898.0, 9858.0, 9902.0, 9862.0, 9915.0, 9858.0, 9903.0, 9866.0, 9906.0, 9877.0, 9922.0, 9882.0, 9923.0, 9881.0, 9908.0, 9867.0, 9908.0, 9853.0, 9918.0, 9846.0, 9917.0, 9856.0, 9873.0, 9886.0, 9884.0, 9924.0, 9870.0, 9895.0, 9868.0, 9921.0, 9852.0, 9896.0, 9842.0, 9883.0, 9866.0, 9905.0, 9865.0, 9904.0, 9864.0, 9889.0, 9879.0, 9892.0, 9884.0, 9894.0, 9886.0, 9938.0, 9882.0, 9925.0, 9898.0, 9925.0, 9883.0, 9921.0, 9879.0, 9934.0, 9879.0, 9921.0, 9877.0, 9910.0, 9865.0, 9904.0, 9863.0, 9905.0, 9884.0, 9929.0, 9878.0, 9895.0, 9866.0, 9863.0, 9895.0, 9871.0, 9933.0, 9905.0, 9944.0, 9900.0, 9940.0, 9893.0, 9922.0, 9863.0, 9904.0, 9860.0, 9895.0, 9843.0, 9884.0, 9831.0, 9871.0, 9829.0, 9870.0, 9830.0, 9881.0, 9847.0, 9873.0, 9834.0, 9874.0, 9840.0, 9893.0, 9849.0, 9889.0, 9847.0, 9887.0, 9889.0, 9888.0, 9892.0, 9879.0, 9894.0, 9898.0, 9912.0, 9899.0, 9956.0, 9899.0, 9931.0, 9930.0, 9948.0, 9867.0, 9930.0, 9871.0, 9885.0, 9931.0, 9879.0, 9915.0, 9867.0, 9897.0, 9842.0, 9880.0, 9844.0, 9884.0, 9828.0, 9884.0, 9815.0, 9873.0, 9848.0, 9889.0, 9836.0, 9890.0, 9840.0, 9891.0, 9844.0, 9894.0, 9854.0, 9911.0, 9860.0, 9911.0, 9844.0, 9913.0, 9874.0, 9919.0, 9865.0, 9913.0, 9868.0, 9917.0, 9864.0, 9930.0, 9876.0, 9919.0, 9876.0, 9916.0, 9879.0, 9933.0, 9903.0, 9931.0, 9888.0, 9945.0, 9881.0, 9954.0, 9893.0, 9921.0, 9862.0, 9890.0, 9862.0, 9891.0, 9916.0, 9888.0, 9888.0, 9890.0, 9907.0, 9891.0, 9935.0, 9890.0, 9919.0, 9892.0, 9938.0, 9892.0, 9924.0, 9879.0, 9908.0, 9864.0, 9906.0, 9866.0, 9905.0, 9865.0, 9891.0, 9858.0, 9887.0, 9865.0, 9908.0, 9880.0, 9941.0, 9879.0, 9921.0, 9877.0, 9918.0, 9864.0, 9900.0, 9847.0, 9900.0, 9861.0, 9887.0, 9859.0, 9888.0, 9835.0, 9871.0, 9835.0, 9873.0, 9832.0, 9887.0, 9837.0, 9889.0, 9841.0, 9892.0, 9858.0, 9898.0, 9857.0, 9897.0, 9862.0, 9914.0, 9862.0, 9921.0, 9889.0, 9921.0, 9883.0, 9918.0, 9893.0, 9933.0, 9890.0, 9935.0, 9908.0, 9973.0, 9938.0, 9918.0, 9850.0, 9900.0, 9876.0, 9836.0, 9909.0, 9866.0, 9938.0, 9892.0, 9922.0, 9907.0, 9919.0, 9894.0, 9908.0, 9903.0, 9857.0, 9938.0, 9881.0, 9935.0, 9877.0, 9908.0, 9851.0, 9867.0, 9826.0, 9859.0, 9789.0, 9833.0, 9754.0, 9823.0, 9750.0, 9780.0, 9738.0, 9780.0, 9746.0, 9784.0, 9734.0, 9801.0, 9766.0, 9807.0, 9768.0, 9801.0, 9788.0, 9805.0, 9834.0, 9809.0, 9834.0, 9792.0, 9825.0, 9798.0, 9838.0, 9790.0, 9840.0, 9788.0, 9857.0, 9823.0, 9860.0, 9831.0, 9887.0, 9851.0, 9890.0, 9871.0, 9907.0, 9883.0, 9909.0, 9868.0, 9907.0, 9866.0, 9907.0, 9865.0, 9888.0, 9869.0, 9892.0, 9866.0, 9893.0, 9852.0, 9893.0, 9867.0, 9914.0, 9875.0, 9914.0, 9895.0, 9934.0, 9897.0, 9929.0, 9885.0, 9880.0, 9907.0, 9873.0, 9922.0, 9867.0, 9923.0, 9898.0, 9937.0, 9914.0, 9952.0, 9934.0, 9972.0, 9929.0, 9912.0, 9926.0, 9914.0, 9959.0, 9933.0, 9985.0, 9947.0, 9958.0, 9929.0, 9883.0, 9942.0, 9911.0, 9953.0, 9928.0, 9971.0, 9924.0, 9968.0, 9923.0, 9947.0, 9906.0, 9975.0, 9911.0, 9944.0, 9912.0, 9943.0, 9895.0, 9911.0, 9895.0, 9909.0, 9897.0, 9909.0, 9910.0, 9856.0, 9899.0, 9861.0, 9931.0, 9893.0, 9931.0, 9909.0, 9947.0, 9906.0, 9964.0, 9922.0, 9949.0, 9902.0, 9946.0, 9898.0, 9928.0, 9894.0, 9925.0, 9895.0, 9922.0, 9892.0, 9923.0, 9873.0, 9931.0, 9874.0, 9932.0, 9872.0, 9903.0, 9873.0, 9887.0, 9888.0, 9879.0, 9890.0, 9861.0, 9891.0, 9854.0, 9893.0, 9855.0, 9894.0, 9867.0, 9907.0, 9880.0, 9909.0, 9869.0, 9892.0, 9865.0, 9892.0, 9865.0, 9905.0, 9866.0, 9906.0, 9872.0, 9914.0, 9885.0, 9869.0, 9912.0, 9873.0, 9916.0, 9890.0, 9933.0, 9902.0, 9928.0, 9907.0, 9934.0, 9907.0, 9872.0, 9924.0, 9880.0, 9905.0, 9903.0, 9887.0, 9933.0, 9911.0, 9877.0, 9937.0, 9897.0, 9967.0, 9918.0, 9962.0, 9914.0, 9894.0, 9897.0, 9849.0, 9908.0, 9873.0, 9918.0, 9872.0, 9917.0, 9872.0, 9898.0, 9853.0, 9879.0, 9852.0, 9881.0, 9852.0, 9908.0, 9853.0, 9878.0, 9868.0, 9913.0, 9870.0, 9893.0, 9865.0, 9853.0, 9868.0, 9855.0, 9869.0, 9885.0, 9867.0, 9838.0, 9869.0, 9828.0, 9883.0, 9830.0, 9899.0, 9870.0, 9943.0, 9891.0, 9877.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.0024453634361233482</td></tr>
<tr><td colspan=3>aqi</td><td>0.02858986629955947</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.12484115802643</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2211716657772866</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0095461913781678</td></tr>
<tr><td colspan=3>efc</td><td>0.4807</td></tr>
<tr><td colspan=3>fber</td><td>5366.8711</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10415355575989212</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.387665198237886</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.710202455873563</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7365262983924925</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.803181114985136</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5908999542430604</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133476</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0023927048314362764</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.013977313414216042</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</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.9420141695582926</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>20.2373</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.8016</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.3716</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.0585</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6101</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.0445</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3689.4492</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.3503</td></tr>
<tr><td colspan=3>tsnr</td><td>37.07212966843508</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>