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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-02/func/sub-0084_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>45931bdde821f73a60990f8a6471d398</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:48:8.790000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999204, 0.0349761, -0.019198, -0.03402, 0.998265, 0.0480522]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112628</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7770, -7267, 511, -29, -354, 53, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.863</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>038d73af-9d69-42e4-80c2-d778fd584a7a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680790662765503, -0.09127312153577805, -0.05628253147006035, 121.1372299194336], [-0.09383823722600937, 2.6782729625701904, 0.12787416577339172, -90.65597534179688], [-0.051506850868463516, -0.12892049551010132, 2.696382999420166, -81.29553985595703], [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': ['114808.790000', '114809.250000', '114809.710000', '114810.170000', '114810.630000', '114811.090000', '114811.550000', '114812.010000', '114812.470000', '114812.930000', '114813.390000', '114813.850000', '114814.310000', '114814.770000', '114815.230000', '114815.690000', '114816.150000', '114816.610000', '114817.070000', '114817.530000', '114817.990000', '114818.450000', '114818.910000', '114819.370000', '114819.830000', '114820.290000', '114820.750000', '114821.210000', '114821.670000', '114822.130000', '114822.590000', '114823.050000', '114823.510000', '114823.970000', '114824.430000', '114824.890000', '114825.350000', '114825.810000', '114826.270000', '114826.730000', '114827.190000', '114827.650000', '114828.110000', '114828.570000', '114829.030000', '114829.490000', '114829.950000', '114830.410000', '114830.870000', '114831.330000', '114831.790000', '114832.250000', '114832.710000', '114833.170000', '114833.630000', '114834.090000', '114834.550000', '114835.010000', '114835.470000', '114835.930000', '114836.390000', '114836.850000', '114837.310000', '114837.770000', '114838.230000', '114838.690000', '114839.150000', '114839.610000', '114840.070000', '114840.530000', '114840.990000', '114841.450000', '114841.910000', '114842.370000', '114842.830000', '114843.290000', '114843.750000', '114844.210000', '114844.670000', '114845.130000', '114845.590000', '114846.050000', '114846.510000', '114846.970000', '114847.430000', '114847.890000', '114848.350000', '114848.810000', '114849.270000', '114849.730000', '114850.190000', '114850.650000', '114851.110000', '114851.570000', '114852.030000', '114852.490000', '114852.950000', '114853.410000', '114853.870000', '114854.330000', '114854.790000', '114855.250000', '114855.710000', '114856.170000', '114856.630000', '114857.090000', '114857.550000', '114858.010000', '114858.470000', '114858.930000', '114859.390000', '114859.850000', '114900.310000', '114900.770000', '114901.230000', '114901.690000', '114902.150000', '114902.610000', '114903.070000', '114903.530000', '114903.990000', '114904.450000', '114904.910000', '114905.370000', '114905.830000', '114906.290000', '114906.750000', '114907.210000', '114907.670000', '114908.130000', '114908.590000', '114909.050000', '114909.510000', '114909.970000', '114910.430000', '114910.890000', '114911.350000', '114911.810000', '114912.270000', '114912.730000', '114913.190000', '114913.650000', '114914.110000', '114914.570000', '114915.030000', '114915.490000', '114915.950000', '114916.410000', '114916.870000', '114917.330000', '114917.790000', '114918.250000', '114918.710000', '114919.170000', '114919.630000', '114920.090000', '114920.550000', '114921.010000', '114921.470000', '114921.930000', '114922.390000', '114922.850000', '114923.310000', '114923.770000', '114924.230000', '114924.690000', '114925.150000', '114925.610000', '114926.070000', '114926.530000', '114926.990000', '114927.450000', '114927.910000', '114928.370000', '114928.830000', '114929.290000', '114929.750000', '114930.210000', '114930.670000', '114931.130000', '114931.590000', '114932.050000', '114932.510000', '114932.970000', '114933.430000', '114933.890000', '114934.350000', '114934.810000', '114935.270000', '114935.730000', '114936.190000', '114936.650000', '114937.110000', '114937.570000', '114938.030000', '114938.490000', '114938.950000', '114939.410000', '114939.870000', '114940.330000', '114940.790000', '114941.250000', '114941.710000', '114942.170000', '114942.630000', '114943.090000', '114943.550000', '114944.010000', '114944.470000', '114944.930000', '114945.390000', '114945.850000', '114946.310000', '114946.770000', '114947.230000', '114947.690000', '114948.150000', '114948.610000', '114949.070000', '114949.530000', '114949.990000', '114950.450000', '114950.910000', '114951.370000', '114951.830000', '114952.290000', '114952.750000', '114953.210000', '114953.670000', '114954.130000', '114954.590000', '114955.050000', '114955.510000', '114955.970000', '114956.430000', '114956.890000', '114957.350000', '114957.810000', '114958.270000', '114958.730000', '114959.190000', '114959.650000', '115000.110000', '115000.570000', '115001.030000', '115001.490000', '115001.950000', '115002.410000', '115002.870000', '115003.330000', '115003.790000', '115004.250000', '115004.710000', '115005.170000', '115005.630000', '115006.090000', '115006.550000', '115007.010000', '115007.470000', '115007.930000', '115008.390000', '115008.850000', '115009.310000', '115009.770000', '115010.230000', '115010.690000', '115011.150000', '115011.610000', '115012.070000', '115012.530000', '115012.990000', '115013.450000', '115013.910000', '115014.370000', '115014.830000', '115015.290000', '115015.750000', '115016.210000', '115016.670000', '115017.130000', '115017.590000', '115018.050000', '115018.510000', '115018.970000', '115019.430000', '115019.890000', '115020.350000', '115020.810000', '115021.270000', '115021.730000', '115022.190000', '115022.650000', '115023.110000', '115023.570000', '115024.030000', '115024.490000', '115024.950000', '115025.410000', '115025.870000', '115026.330000', '115026.790000', '115027.250000', '115027.710000', '115028.170000', '115028.630000', '115029.090000', '115029.550000', '115030.010000', '115030.470000', '115030.930000', '115031.390000', '115031.850000', '115032.310000', '115032.770000', '115033.230000', '115033.690000', '115034.150000', '115034.610000', '115035.070000', '115035.530000', '115035.990000', '115036.450000', '115036.910000', '115037.370000', '115037.830000', '115038.290000', '115038.750000', '115039.210000', '115039.670000', '115040.130000', '115040.590000', '115041.050000', '115041.510000', '115041.970000', '115042.430000', '115042.890000', '115043.350000', '115043.810000', '115044.270000', '115044.730000', '115045.190000', '115045.650000', '115046.110000', '115046.570000', '115047.030000', '115047.490000', '115047.950000', '115048.410000', '115048.870000', '115049.330000', '115049.790000', '115050.250000', '115050.710000', '115051.170000', '115051.630000', '115052.090000', '115052.550000', '115053.010000', '115053.470000', '115053.930000', '115054.390000', '115054.850000', '115055.310000', '115055.770000', '115056.230000', '115056.690000', '115057.150000', '115057.610000', '115058.070000', '115058.530000', '115058.990000', '115059.450000', '115059.910000', '115100.370000', '115100.830000', '115101.290000', '115101.750000', '115102.210000', '115102.670000', '115103.130000', '115103.590000', '115104.050000', '115104.510000', '115104.970000', '115105.430000', '115105.890000', '115106.350000', '115106.810000', '115107.270000', '115107.730000', '115108.190000', '115108.650000', '115109.110000', '115109.570000', '115110.030000', '115110.490000', '115110.950000', '115111.410000', '115111.870000', '115112.330000', '115112.790000', '115113.250000', '115113.710000', '115114.170000', '115114.630000', '115115.090000', '115115.550000', '115116.010000', '115116.470000', '115116.930000', '115117.390000', '115117.850000', '115118.310000', '115118.770000', '115119.230000', '115119.690000', '115120.150000', '115120.610000', '115121.070000', '115121.530000', '115121.990000', '115122.450000', '115122.910000', '115123.370000', '115123.830000', '115124.290000', '115124.750000', '115125.210000', '115125.670000', '115126.130000', '115126.590000', '115127.050000', '115127.510000', '115127.970000', '115128.430000', '115128.890000', '115129.350000', '115129.810000', '115130.270000', '115130.730000', '115131.190000', '115131.650000', '115132.110000', '115132.570000', '115133.030000', '115133.490000', '115133.950000', '115134.410000', '115134.870000', '115135.330000', '115135.790000', '115136.250000', '115136.710000', '115137.170000', '115137.630000', '115138.090000', '115138.550000', '115139.010000', '115139.470000', '115139.930000', '115140.390000', '115140.850000', '115141.310000', '115141.770000', '115142.230000', '115142.690000', '115143.150000', '115143.610000', '115144.070000', '115144.530000', '115144.990000', '115145.450000', '115145.910000', '115146.370000', '115146.830000', '115147.290000', '115147.750000', '115148.210000', '115148.670000', '115149.130000', '115149.590000', '115150.050000', '115150.510000', '115150.970000', '115151.430000', '115151.890000', '115152.350000', '115152.810000', '115153.270000', '115153.730000', '115154.190000', '115154.650000', '115155.110000', '115155.570000', '115156.030000', '115156.490000', '115156.950000', '115157.410000', '115157.870000', '115158.330000', '115158.790000', '115159.250000', '115159.710000', '115200.170000', '115200.630000', '115201.090000', '115201.550000', '115202.010000', '115202.470000', '115202.930000', '115203.390000', '115203.850000', '115204.310000', '115204.770000', '115205.230000', '115205.690000', '115206.150000', '115206.610000', '115207.070000', '115207.530000', '115207.990000', '115208.450000', '115208.910000', '115209.370000', '115209.830000', '115210.290000', '115210.750000', '115211.210000', '115211.670000', '115212.130000', '115212.590000', '115213.050000', '115213.510000', '115213.970000', '115214.430000', '115214.890000', '115215.350000', '115215.810000', '115216.270000', '115216.730000', '115217.190000', '115217.650000', '115218.110000', '115218.570000', '115219.030000', '115219.490000', '115219.950000', '115220.410000', '115220.870000', '115221.330000', '115221.790000', '115222.250000', '115222.710000', '115223.170000', '115223.630000', '115224.090000', '115224.550000', '115225.010000', '115225.470000', '115225.930000', '115226.390000', '115226.850000', '115227.310000', '115227.770000', '115228.230000', '115228.690000', '115229.150000', '115229.610000', '115230.070000', '115230.530000', '115230.990000', '115231.450000', '115231.910000', '115232.370000', '115232.830000', '115233.290000', '115233.750000', '115234.210000', '115234.670000', '115235.130000', '115235.590000', '115236.050000', '115236.510000', '115236.970000', '115237.430000', '115237.890000', '115238.350000', '115238.810000', '115239.270000', '115239.730000', '115240.190000', '115240.650000', '115241.110000', '115241.570000', '115242.030000', '115242.490000', '115242.950000', '115243.410000', '115243.870000', '115244.330000', '115244.790000', '115245.250000', '115245.710000', '115246.170000', '115246.630000', '115247.090000', '115247.550000', '115248.010000', '115248.470000', '115248.930000', '115249.390000', '115249.850000', '115250.310000', '115250.770000', '115251.230000', '115251.690000', '115252.150000', '115252.610000', '115253.070000', '115253.530000', '115253.990000', '115254.450000', '115254.910000', '115255.370000', '115255.830000', '115256.290000', '115256.750000', '115257.210000', '115257.670000', '115258.130000', '115258.590000', '115259.050000', '115259.510000', '115259.970000', '115300.430000', '115300.890000', '115301.350000', '115301.810000', '115302.270000', '115302.730000', '115303.190000', '115303.650000', '115304.110000', '115304.570000', '115305.030000', '115305.490000', '115305.950000', '115306.410000', '115306.870000', '115307.330000', '115307.790000', '115308.250000', '115308.710000', '115309.170000', '115309.630000', '115310.090000', '115310.550000', '115311.010000', '115311.470000', '115311.930000', '115312.390000', '115312.850000', '115313.310000', '115313.770000', '115314.230000', '115314.690000', '115315.150000', '115315.610000', '115316.070000', '115316.530000', '115316.990000', '115317.450000', '115317.910000', '115318.370000', '115318.830000', '115319.290000', '115319.750000', '115320.210000', '115320.670000', '115321.130000', '115321.590000', '115322.050000', '115322.510000', '115322.970000', '115323.430000', '115323.890000', '115324.350000', '115324.810000', '115325.270000', '115325.730000', '115326.190000', '115326.650000', '115327.110000', '115327.570000', '115328.030000', '115328.490000', '115328.950000', '115329.410000', '115329.870000', '115330.330000', '115330.790000', '115331.250000', '115331.710000', '115332.170000', '115332.630000', '115333.090000', '115333.550000', '115334.010000', '115334.470000', '115334.930000', '115335.390000', '115335.850000', '115336.310000', '115336.770000', '115337.230000', '115337.690000', '115338.150000', '115338.610000', '115339.070000', '115339.530000', '115339.990000', '115340.450000', '115340.910000', '115341.370000', '115341.830000', '115342.290000', '115342.750000', '115343.210000', '115343.670000', '115344.130000', '115344.590000', '115345.050000', '115345.510000', '115345.970000', '115346.430000', '115346.890000', '115347.350000', '115347.810000', '115348.270000', '115348.730000', '115349.190000', '115349.650000', '115350.110000', '115350.570000', '115351.030000', '115351.490000', '115351.950000', '115352.410000', '115352.870000', '115353.330000', '115353.790000', '115354.250000', '115354.710000', '115355.170000', '115355.630000', '115356.090000', '115356.550000', '115357.010000', '115357.470000', '115357.930000', '115358.390000', '115358.850000', '115359.310000', '115359.770000', '115400.230000', '115400.690000', '115401.150000', '115401.610000', '115402.070000', '115402.530000', '115402.990000', '115403.450000', '115403.910000', '115404.370000', '115404.830000', '115405.290000', '115405.750000', '115406.210000', '115406.670000', '115407.130000', '115407.590000', '115408.050000', '115408.510000', '115408.970000', '115409.430000', '115409.890000', '115410.350000', '115410.810000', '115411.270000', '115411.730000', '115412.190000', '115412.650000', '115413.110000', '115413.570000', '115414.030000', '115414.490000', '115414.950000', '115415.410000', '115415.870000', '115416.330000', '115416.790000', '115417.250000', '115417.710000', '115418.170000', '115418.630000', '115419.090000', '115419.550000', '115420.010000', '115420.470000', '115420.930000', '115421.390000', '115421.850000', '115422.310000', '115422.770000', '115423.230000', '115423.690000', '115424.150000', '115424.610000', '115425.070000', '115425.530000', '115425.990000', '115426.450000', '115426.910000', '115427.370000', '115427.830000', '115428.290000', '115428.750000', '115429.210000', '115429.670000', '115430.130000', '115430.590000', '115431.050000', '115431.510000', '115431.970000', '115432.430000', '115432.890000', '115433.350000', '115433.810000', '115434.270000', '115434.730000', '115435.190000', '115435.650000', '115436.110000', '115436.570000', '115437.030000', '115437.490000', '115437.950000', '115438.410000', '115438.870000', '115439.330000', '115439.790000', '115440.250000', '115440.710000', '115441.170000', '115441.630000', '115442.090000', '115442.550000', '115443.010000', '115443.470000', '115443.930000', '115444.390000', '115444.850000', '115445.310000', '115445.770000', '115446.230000', '115446.690000', '115447.150000', '115447.610000', '115448.070000', '115448.530000', '115448.990000', '115449.450000', '115449.910000', '115450.370000', '115450.830000', '115451.290000', '115451.750000', '115452.210000', '115452.670000', '115453.130000', '115453.590000', '115454.050000', '115454.510000', '115454.970000', '115455.430000', '115455.890000', '115456.350000', '115456.810000', '115457.270000', '115457.730000', '115458.190000', '115458.650000', '115459.110000', '115459.570000', '115500.030000', '115500.490000', '115500.950000', '115501.410000', '115501.870000', '115502.330000', '115502.790000', '115503.250000', '115503.710000', '115504.170000', '115504.630000', '115505.090000', '115505.550000', '115506.010000', '115506.470000', '115506.930000', '115507.390000', '115507.850000', '115508.310000', '115508.770000'], 'ContentTime': ['114825.616000', '114825.619000', '114825.622000', '114825.624000', '114825.627000', '114825.629000', '114825.632000', '114825.635000', '114825.637000', '114825.640000', '114825.642000', '114825.645000', '114825.648000', '114825.650000', '114825.653000', '114825.656000', '114825.658000', '114825.661000', '114825.664000', '114825.667000', '114825.670000', '114825.672000', '114825.675000', '114825.677000', '114825.680000', '114825.683000', '114825.685000', '114825.688000', '114825.690000', '114825.693000', '114825.695000', '114825.698000', '114825.701000', '114825.703000', '114825.706000', '114845.587000', '114845.590000', '114845.593000', '114845.596000', '114845.598000', '114845.601000', '114845.603000', '114845.610000', '114845.613000', '114845.616000', '114845.618000', '114845.621000', '114845.623000', '114845.626000', '114845.628000', '114845.631000', '114845.634000', '114845.636000', '114845.639000', '114845.641000', '114845.644000', '114845.647000', '114845.649000', '114845.652000', '114845.654000', '114845.657000', '114845.659000', '114845.662000', '114845.665000', '114845.667000', '114845.670000', '114845.672000', '114845.675000', '114845.678000', '114845.680000', '114845.683000', '114845.685000', '114845.688000', '114845.690000', '114845.693000', '114845.696000', '114845.698000', '114845.701000', '114845.703000', '114905.587000', '114905.590000', '114905.593000', '114905.596000', '114905.598000', '114905.601000', '114905.604000', '114905.606000', '114905.609000', '114905.611000', '114905.614000', '114905.617000', '114905.619000', '114905.622000', '114905.624000', '114905.634000', '114905.637000', '114905.640000', '114905.642000', '114905.645000', '114905.647000', '114905.650000', '114905.652000', '114905.655000', '114905.658000', '114905.660000', '114905.663000', '114905.665000', '114905.668000', '114905.670000', '114905.673000', '114905.675000', '114905.678000', '114905.681000', '114905.683000', '114905.686000', '114905.688000', '114905.691000', '114905.694000', '114905.696000', '114905.699000', '114905.701000', '114905.704000', '114925.589000', '114925.591000', '114925.594000', '114925.597000', '114925.600000', '114925.602000', '114925.605000', '114925.607000', '114925.610000', '114925.613000', '114925.615000', '114925.618000', '114925.621000', '114925.623000', '114925.626000', '114925.628000', '114925.631000', '114925.634000', '114925.636000', '114925.639000', '114925.642000', '114925.645000', '114925.649000', '114925.651000', '114925.654000', '114925.657000', '114925.660000', '114925.662000', '114925.665000', '114925.667000', '114925.670000', '114925.673000', '114925.675000', '114925.678000', '114925.681000', '114925.683000', '114925.686000', '114925.688000', '114925.691000', '114925.694000', '114925.696000', '114925.699000', '114925.702000', '114945.589000', '114945.592000', '114945.594000', '114945.597000', '114945.600000', '114945.602000', '114945.605000', '114945.608000', '114945.610000', '114945.613000', '114945.617000', '114945.619000', '114945.622000', '114945.624000', '114945.627000', '114945.630000', '114945.632000', '114945.635000', '114945.638000', '114945.640000', '114945.643000', '114945.645000', '114945.648000', '114945.651000', '114945.653000', '114945.656000', '114945.658000', '114945.661000', '114945.664000', '114945.666000', '114945.669000', '114945.671000', '114945.674000', '114945.677000', '114945.679000', '114945.682000', '114945.684000', '114945.687000', '114945.690000', '114945.692000', '114945.695000', '114945.698000', '114945.700000', '114945.703000', '115005.588000', '115005.592000', '115005.617000', '115005.619000', '115005.622000', '115005.625000', '115005.627000', '115005.630000', '115005.633000', '115005.635000', '115005.638000', '115005.641000', '115005.643000', '115005.646000', '115005.649000', '115005.651000', '115005.654000', '115005.657000', '115005.659000', '115005.662000', '115005.664000', '115005.667000', '115005.670000', '115005.672000', '115005.675000', '115005.677000', '115005.680000', '115005.683000', '115005.685000', '115005.688000', '115005.690000', '115005.693000', '115005.696000', '115005.698000', '115005.701000', '115005.704000', '115005.706000', '115005.709000', '115005.711000', '115005.714000', '115005.717000', '115005.719000', '115005.722000', '115025.589000', '115025.591000', '115025.594000', '115025.597000', '115025.600000', '115025.603000', '115025.605000', '115025.608000', '115025.611000', '115025.613000', '115025.616000', '115025.618000', '115025.621000', '115025.624000', '115025.626000', '115025.629000', '115025.632000', '115025.634000', '115025.637000', '115025.640000', '115025.642000', '115025.645000', '115025.648000', '115025.650000', '115025.653000', '115025.655000', '115025.658000', '115025.661000', '115025.663000', '115025.666000', '115025.669000', '115025.671000', '115025.674000', '115025.677000', '115025.679000', '115025.682000', '115025.685000', '115025.687000', '115025.690000', '115025.692000', '115025.695000', '115025.698000', '115025.700000', '115025.703000', '115045.587000', '115045.590000', '115045.593000', '115045.596000', '115045.598000', '115045.601000', '115045.604000', '115045.606000', '115045.609000', '115045.612000', '115045.614000', '115045.617000', '115045.619000', '115045.622000', '115045.625000', '115045.627000', '115045.630000', '115045.633000', '115045.635000', '115045.638000', '115045.642000', '115045.645000', '115045.647000', '115045.650000', '115045.653000', '115045.655000', '115045.658000', '115045.660000', '115045.663000', '115045.666000', '115045.668000', '115045.671000', '115045.674000', '115045.676000', '115045.679000', '115045.681000', '115045.685000', '115045.690000', '115045.692000', '115045.695000', '115045.697000', '115045.700000', '115045.703000', '115105.587000', '115105.590000', '115105.593000', '115105.596000', '115105.599000', '115105.601000', '115105.604000', '115105.615000', '115105.618000', '115105.620000', '115105.623000', '115105.625000', '115105.628000', '115105.631000', '115105.633000', '115105.636000', '115105.639000', '115105.641000', '115105.644000', '115105.647000', '115105.649000', '115105.652000', '115105.654000', '115105.657000', '115105.660000', '115105.662000', '115105.665000', '115105.667000', '115105.670000', '115105.673000', '115105.675000', '115105.678000', '115105.681000', '115105.683000', '115105.686000', '115105.688000', '115105.691000', '115105.694000', '115105.696000', '115105.699000', '115105.701000', '115105.704000', '115105.707000', '115105.709000', '115125.588000', '115125.591000', '115125.593000', '115125.596000', '115125.599000', '115125.601000', '115125.604000', '115125.607000', '115125.609000', '115125.612000', '115125.614000', '115125.617000', '115125.620000', '115125.622000', '115125.625000', '115125.628000', '115125.630000', '115125.633000', '115125.636000', '115125.638000', '115125.641000', '115125.643000', '115125.646000', '115125.649000', '115125.651000', '115125.654000', '115125.656000', '115125.673000', '115125.676000', '115125.679000', '115125.681000', '115125.684000', '115125.687000', '115125.689000', '115125.692000', '115125.694000', '115125.697000', '115125.700000', '115125.702000', '115125.705000', '115125.708000', '115125.710000', '115125.713000', '115145.588000', '115145.591000', '115145.594000', '115145.597000', '115145.600000', '115145.602000', '115145.605000', '115145.608000', '115145.610000', '115145.613000', '115145.616000', '115145.618000', '115145.621000', '115145.624000', '115145.626000', '115145.629000', '115145.632000', '115145.634000', '115145.637000', '115145.639000', '115145.642000', '115145.645000', '115145.647000', '115145.650000', '115145.653000', '115145.655000', '115145.658000', '115145.661000', '115145.663000', '115145.666000', '115145.669000', '115145.671000', '115145.674000', '115145.676000', '115145.679000', '115145.681000', '115145.684000', '115145.687000', '115145.689000', '115145.692000', '115145.694000', '115145.697000', '115145.700000', '115145.702000', '115205.589000', '115205.591000', '115205.594000', '115205.597000', '115205.600000', '115205.602000', '115205.605000', '115205.608000', '115205.611000', '115205.613000', '115205.616000', '115205.618000', '115205.621000', '115205.624000', '115205.626000', '115205.629000', '115205.632000', '115205.634000', '115205.637000', '115205.639000', '115205.642000', '115205.644000', '115205.647000', '115205.650000', '115205.653000', '115205.656000', '115205.659000', '115205.662000', '115205.664000', '115205.667000', '115205.669000', '115205.672000', '115205.675000', '115205.677000', '115205.680000', '115205.683000', '115205.685000', '115205.688000', '115205.691000', '115205.693000', '115205.696000', '115205.698000', '115205.701000', '115225.589000', '115225.592000', '115225.594000', '115225.597000', '115225.599000', '115225.602000', '115225.605000', '115225.607000', '115225.610000', '115225.613000', '115225.615000', '115225.618000', '115225.621000', '115225.623000', '115225.626000', '115225.628000', '115225.631000', '115225.633000', '115225.636000', '115225.639000', '115225.641000', '115225.644000', '115225.646000', '115225.649000', '115225.651000', '115225.654000', '115225.657000', '115225.659000', '115225.662000', '115225.665000', '115225.667000', '115225.670000', '115225.672000', '115225.675000', '115225.677000', '115225.680000', '115225.682000', '115225.685000', '115225.688000', '115225.690000', '115225.693000', '115225.695000', '115225.698000', '115225.701000', '115245.589000', '115245.591000', '115245.594000', '115245.597000', '115245.600000', '115245.602000', '115245.605000', '115245.608000', '115245.610000', '115245.613000', '115245.616000', '115245.618000', '115245.621000', '115245.623000', '115245.626000', '115245.629000', '115245.631000', '115245.634000', '115245.637000', '115245.639000', '115245.642000', '115245.644000', '115245.647000', '115245.650000', '115245.653000', '115245.655000', '115245.658000', '115245.660000', '115245.663000', '115245.666000', '115245.668000', '115245.671000', '115245.673000', '115245.676000', '115245.678000', '115245.681000', '115245.684000', '115245.687000', '115245.690000', '115245.693000', '115245.696000', '115245.698000', '115245.701000', '115305.588000', '115305.590000', '115305.593000', '115305.596000', '115305.599000', '115305.602000', '115305.604000', '115305.607000', '115305.610000', '115305.612000', '115305.615000', '115305.617000', '115305.620000', '115305.623000', '115305.626000', '115305.628000', '115305.631000', '115305.634000', '115305.636000', '115305.639000', '115305.641000', '115305.644000', '115305.647000', '115305.649000', '115305.652000', '115305.655000', '115305.657000', '115305.660000', '115305.662000', '115305.665000', '115305.667000', '115305.670000', '115305.673000', '115305.675000', '115305.678000', '115305.680000', '115305.683000', '115305.685000', '115305.688000', '115305.691000', '115305.693000', '115305.696000', '115305.698000', '115305.701000', '115325.588000', '115325.591000', '115325.593000', '115325.596000', '115325.598000', '115325.601000', '115325.604000', '115325.606000', '115325.609000', '115325.612000', '115325.614000', '115325.617000', '115325.619000', '115325.622000', '115325.625000', '115325.627000', '115325.630000', '115325.632000', '115325.635000', '115325.637000', '115325.640000', '115325.643000', '115325.645000', '115325.648000', '115325.650000', '115325.653000', '115325.656000', '115325.658000', '115325.661000', '115325.663000', '115325.666000', '115325.668000', '115325.671000', '115325.673000', '115325.676000', '115325.679000', '115325.681000', '115325.684000', '115325.687000', '115325.689000', '115325.692000', '115325.695000', '115325.697000', '115345.587000', '115345.590000', '115345.593000', '115345.596000', '115345.599000', '115345.601000', '115345.604000', '115345.607000', '115345.609000', '115345.612000', '115345.615000', '115345.617000', '115345.620000', '115345.623000', '115345.625000', '115345.628000', '115345.630000', '115345.633000', '115345.636000', '115345.638000', '115345.641000', '115345.643000', '115345.646000', '115345.649000', '115345.651000', '115345.654000', '115345.656000', '115345.659000', '115345.662000', '115345.664000', '115345.667000', '115345.669000', '115345.672000', '115345.674000', '115345.677000', '115345.680000', '115345.684000', '115345.687000', '115345.690000', '115345.693000', '115345.695000', '115345.698000', '115345.700000', '115345.703000', '115405.588000', '115405.591000', '115405.594000', '115405.597000', '115405.599000', '115405.602000', '115405.605000', '115405.607000', '115405.610000', '115405.613000', '115405.615000', '115405.618000', '115405.620000', '115405.623000', '115405.626000', '115405.628000', '115405.631000', '115405.633000', '115405.636000', '115405.639000', '115405.641000', '115405.644000', '115405.647000', '115405.649000', '115405.652000', '115405.654000', '115405.657000', '115405.660000', '115405.662000', '115405.665000', '115405.668000', '115405.670000', '115405.673000', '115405.675000', '115405.678000', '115405.681000', '115405.683000', '115405.686000', '115405.689000', '115405.691000', '115405.694000', '115405.697000', '115405.699000', '115425.588000', '115425.592000', '115425.594000', '115425.597000', '115425.599000', '115425.602000', '115425.605000', '115425.607000', '115425.610000', '115425.613000', '115425.615000', '115425.625000', '115425.628000', '115425.631000', '115425.634000', '115425.636000', '115425.639000', '115425.641000', '115425.644000', '115425.647000', '115425.664000', '115425.667000', '115425.670000', '115425.672000', '115425.675000', '115425.677000', '115425.680000', '115425.683000', '115425.685000', '115425.688000', '115425.690000', '115425.693000', '115425.695000', '115425.698000', '115425.701000', '115425.703000', '115425.706000', '115425.709000', '115425.711000', '115425.714000', '115425.716000', '115425.719000', '115425.721000', '115425.724000', '115445.589000', '115445.591000', '115445.594000', '115445.597000', '115445.600000', '115445.603000', '115445.605000', '115445.608000', '115445.611000', '115445.613000', '115445.616000', '115445.619000', '115445.621000', '115445.624000', '115445.627000', '115445.629000', '115445.632000', '115445.634000', '115445.637000', '115445.640000', '115445.642000', '115445.645000', '115445.648000', '115445.650000', '115445.653000', '115445.655000', '115445.658000', '115445.661000', '115445.663000', '115445.666000', '115445.669000', '115445.671000', '115445.674000', '115445.676000', '115445.679000', '115445.682000', '115445.684000', '115445.687000', '115445.689000', '115445.692000', '115445.694000', '115445.697000', '115445.700000', '115505.588000', '115505.591000', '115505.594000', '115505.596000', '115505.599000', '115505.602000', '115505.605000', '115505.607000', '115505.610000', '115505.613000', '115505.615000', '115505.618000', '115505.621000', '115505.623000', '115505.626000', '115505.628000', '115505.631000', '115505.633000', '115505.636000', '115505.639000', '115505.641000', '115505.644000', '115505.647000', '115505.649000', '115505.652000', '115505.654000', '115505.657000', '115505.659000', '115505.662000', '115505.665000', '115505.667000', '115505.670000', '115505.672000', '115505.675000', '115505.677000', '115505.680000', '115505.683000', '115505.685000', '115505.688000', '115505.690000', '115505.693000', '115505.696000', '115505.699000', '115505.701000', '115509.698000', '115509.701000', '115509.703000', '115509.706000', '115509.709000', '115509.711000', '115509.714000', '115509.716000', '115509.719000'], 'InstanceCreationTime': ['114825.616000', '114825.619000', '114825.622000', '114825.624000', '114825.627000', '114825.629000', '114825.632000', '114825.635000', '114825.637000', '114825.640000', '114825.642000', '114825.645000', '114825.648000', '114825.650000', '114825.653000', '114825.656000', '114825.658000', '114825.661000', '114825.664000', '114825.667000', '114825.670000', '114825.672000', '114825.675000', '114825.677000', '114825.680000', '114825.683000', '114825.685000', '114825.688000', '114825.690000', '114825.693000', '114825.695000', '114825.698000', '114825.701000', '114825.703000', '114825.706000', '114845.587000', '114845.590000', '114845.593000', '114845.596000', '114845.598000', '114845.601000', '114845.603000', '114845.610000', '114845.613000', '114845.616000', '114845.618000', '114845.621000', '114845.623000', '114845.626000', '114845.628000', '114845.631000', '114845.634000', '114845.636000', '114845.639000', '114845.641000', '114845.644000', '114845.647000', '114845.649000', '114845.652000', '114845.654000', '114845.657000', '114845.659000', '114845.662000', '114845.665000', '114845.667000', '114845.670000', '114845.672000', '114845.675000', '114845.678000', '114845.680000', '114845.683000', '114845.685000', '114845.688000', '114845.690000', '114845.693000', '114845.696000', '114845.698000', '114845.701000', '114845.703000', '114905.587000', '114905.590000', '114905.593000', '114905.596000', '114905.598000', '114905.601000', '114905.604000', '114905.606000', '114905.609000', '114905.611000', '114905.614000', '114905.617000', '114905.619000', '114905.622000', '114905.624000', '114905.634000', '114905.637000', '114905.640000', '114905.642000', '114905.645000', '114905.647000', '114905.650000', '114905.652000', '114905.655000', '114905.658000', '114905.660000', '114905.663000', '114905.665000', '114905.668000', '114905.670000', '114905.673000', '114905.675000', '114905.678000', '114905.681000', '114905.683000', '114905.686000', '114905.688000', '114905.691000', '114905.694000', '114905.696000', '114905.699000', '114905.701000', '114905.704000', '114925.589000', '114925.591000', '114925.594000', '114925.597000', '114925.600000', '114925.602000', '114925.605000', '114925.607000', '114925.610000', '114925.613000', '114925.615000', '114925.618000', '114925.621000', '114925.623000', '114925.626000', '114925.628000', '114925.631000', '114925.634000', '114925.636000', '114925.639000', '114925.642000', '114925.645000', '114925.649000', '114925.651000', '114925.654000', '114925.657000', '114925.660000', '114925.662000', '114925.665000', '114925.667000', '114925.670000', '114925.673000', '114925.675000', '114925.678000', '114925.681000', '114925.683000', '114925.686000', '114925.688000', '114925.691000', '114925.694000', '114925.696000', '114925.699000', '114925.702000', '114945.589000', '114945.592000', '114945.594000', '114945.597000', '114945.600000', '114945.602000', '114945.605000', '114945.608000', '114945.610000', '114945.613000', '114945.617000', '114945.619000', '114945.622000', '114945.624000', '114945.627000', '114945.630000', '114945.632000', '114945.635000', '114945.638000', '114945.640000', '114945.643000', '114945.645000', '114945.648000', '114945.651000', '114945.653000', '114945.656000', '114945.658000', '114945.661000', '114945.664000', '114945.666000', '114945.669000', '114945.671000', '114945.674000', '114945.677000', '114945.679000', '114945.682000', '114945.684000', '114945.687000', '114945.690000', '114945.692000', '114945.695000', '114945.698000', '114945.700000', '114945.703000', '115005.588000', '115005.592000', '115005.617000', '115005.619000', '115005.622000', '115005.625000', '115005.627000', '115005.630000', '115005.633000', '115005.635000', '115005.638000', '115005.641000', '115005.643000', '115005.646000', '115005.649000', '115005.651000', '115005.654000', '115005.657000', '115005.659000', '115005.662000', '115005.664000', '115005.667000', '115005.670000', '115005.672000', '115005.675000', '115005.677000', '115005.680000', '115005.683000', '115005.685000', '115005.688000', '115005.690000', '115005.693000', '115005.696000', '115005.698000', '115005.701000', '115005.704000', '115005.706000', '115005.709000', '115005.711000', '115005.714000', '115005.717000', '115005.719000', '115005.722000', '115025.589000', '115025.591000', '115025.594000', '115025.597000', '115025.600000', '115025.603000', '115025.605000', '115025.608000', '115025.611000', '115025.613000', '115025.616000', '115025.618000', '115025.621000', '115025.624000', '115025.626000', '115025.629000', '115025.632000', '115025.634000', '115025.637000', '115025.640000', '115025.642000', '115025.645000', '115025.648000', '115025.650000', '115025.653000', '115025.655000', '115025.658000', '115025.661000', '115025.663000', '115025.666000', '115025.669000', '115025.671000', '115025.674000', '115025.677000', '115025.679000', '115025.682000', '115025.685000', '115025.687000', '115025.690000', '115025.692000', '115025.695000', '115025.698000', '115025.700000', '115025.703000', '115045.587000', '115045.590000', '115045.593000', '115045.596000', '115045.598000', '115045.601000', '115045.604000', '115045.606000', '115045.609000', '115045.612000', '115045.614000', '115045.617000', '115045.619000', '115045.622000', '115045.625000', '115045.627000', '115045.630000', '115045.633000', '115045.635000', '115045.638000', '115045.642000', '115045.645000', '115045.647000', '115045.650000', '115045.653000', '115045.655000', '115045.658000', '115045.660000', '115045.663000', '115045.666000', '115045.668000', '115045.671000', '115045.674000', '115045.676000', '115045.679000', '115045.681000', '115045.685000', '115045.690000', '115045.692000', '115045.695000', '115045.697000', '115045.700000', '115045.703000', '115105.587000', '115105.590000', '115105.593000', '115105.596000', '115105.599000', '115105.601000', '115105.604000', '115105.615000', '115105.618000', '115105.620000', '115105.623000', '115105.625000', '115105.628000', '115105.631000', '115105.633000', '115105.636000', '115105.639000', '115105.641000', '115105.644000', '115105.647000', '115105.649000', '115105.652000', '115105.654000', '115105.657000', '115105.660000', '115105.662000', '115105.665000', '115105.667000', '115105.670000', '115105.673000', '115105.675000', '115105.678000', '115105.681000', '115105.683000', '115105.686000', '115105.688000', '115105.691000', '115105.694000', '115105.696000', '115105.699000', '115105.701000', '115105.704000', '115105.707000', '115105.709000', '115125.588000', '115125.591000', '115125.593000', '115125.596000', '115125.599000', '115125.601000', '115125.604000', '115125.607000', '115125.609000', '115125.612000', '115125.614000', '115125.617000', '115125.620000', '115125.622000', '115125.625000', '115125.628000', '115125.630000', '115125.633000', '115125.636000', '115125.638000', '115125.641000', '115125.643000', '115125.646000', '115125.649000', '115125.651000', '115125.654000', '115125.656000', '115125.673000', '115125.676000', '115125.679000', '115125.681000', '115125.684000', '115125.687000', '115125.689000', '115125.692000', '115125.694000', '115125.697000', '115125.700000', '115125.702000', '115125.705000', '115125.708000', '115125.710000', '115125.713000', '115145.588000', '115145.591000', '115145.594000', '115145.597000', '115145.600000', '115145.602000', '115145.605000', '115145.608000', '115145.610000', '115145.613000', '115145.616000', '115145.618000', '115145.621000', '115145.624000', '115145.626000', '115145.629000', '115145.632000', '115145.634000', '115145.637000', '115145.639000', '115145.642000', '115145.645000', '115145.647000', '115145.650000', '115145.653000', '115145.655000', '115145.658000', '115145.661000', '115145.663000', '115145.666000', '115145.669000', '115145.671000', '115145.674000', '115145.676000', '115145.679000', '115145.681000', '115145.684000', '115145.687000', '115145.689000', '115145.692000', '115145.694000', '115145.697000', '115145.700000', '115145.702000', '115205.589000', '115205.591000', '115205.594000', '115205.597000', '115205.600000', '115205.602000', '115205.605000', '115205.608000', '115205.611000', '115205.613000', '115205.616000', '115205.618000', '115205.621000', '115205.624000', '115205.626000', '115205.629000', '115205.632000', '115205.634000', '115205.637000', '115205.639000', '115205.642000', '115205.644000', '115205.647000', '115205.650000', '115205.653000', '115205.656000', '115205.659000', '115205.662000', '115205.664000', '115205.667000', '115205.669000', '115205.672000', '115205.675000', '115205.677000', '115205.680000', '115205.683000', '115205.685000', '115205.688000', '115205.691000', '115205.693000', '115205.696000', '115205.698000', '115205.701000', '115225.589000', '115225.592000', '115225.594000', '115225.597000', '115225.599000', '115225.602000', '115225.605000', '115225.607000', '115225.610000', '115225.613000', '115225.615000', '115225.618000', '115225.621000', '115225.623000', '115225.626000', '115225.628000', '115225.631000', '115225.633000', '115225.636000', '115225.639000', '115225.641000', '115225.644000', '115225.646000', '115225.649000', '115225.651000', '115225.654000', '115225.657000', '115225.659000', '115225.662000', '115225.665000', '115225.667000', '115225.670000', '115225.672000', '115225.675000', '115225.677000', '115225.680000', '115225.682000', '115225.685000', '115225.688000', '115225.690000', '115225.693000', '115225.695000', '115225.698000', '115225.701000', '115245.589000', '115245.591000', '115245.594000', '115245.597000', '115245.600000', '115245.602000', '115245.605000', '115245.608000', '115245.610000', '115245.613000', '115245.616000', '115245.618000', '115245.621000', '115245.623000', '115245.626000', '115245.629000', '115245.631000', '115245.634000', '115245.637000', '115245.639000', '115245.642000', '115245.644000', '115245.647000', '115245.650000', '115245.653000', '115245.655000', '115245.658000', '115245.660000', '115245.663000', '115245.666000', '115245.668000', '115245.671000', '115245.673000', '115245.676000', '115245.678000', '115245.681000', '115245.684000', '115245.687000', '115245.690000', '115245.693000', '115245.696000', '115245.698000', '115245.701000', '115305.588000', '115305.590000', '115305.593000', '115305.596000', '115305.599000', '115305.602000', '115305.604000', '115305.607000', '115305.610000', '115305.612000', '115305.615000', '115305.617000', '115305.620000', '115305.623000', '115305.626000', '115305.628000', '115305.631000', '115305.634000', '115305.636000', '115305.639000', '115305.641000', '115305.644000', '115305.647000', '115305.649000', '115305.652000', '115305.655000', '115305.657000', '115305.660000', '115305.662000', '115305.665000', '115305.667000', '115305.670000', '115305.673000', '115305.675000', '115305.678000', '115305.680000', '115305.683000', '115305.685000', '115305.688000', '115305.691000', '115305.693000', '115305.696000', '115305.698000', '115305.701000', '115325.588000', '115325.591000', '115325.593000', '115325.596000', '115325.598000', '115325.601000', '115325.604000', '115325.606000', '115325.609000', '115325.612000', '115325.614000', '115325.617000', '115325.619000', '115325.622000', '115325.625000', '115325.627000', '115325.630000', '115325.632000', '115325.635000', '115325.637000', '115325.640000', '115325.643000', '115325.645000', '115325.648000', '115325.650000', '115325.653000', '115325.656000', '115325.658000', '115325.661000', '115325.663000', '115325.666000', '115325.668000', '115325.671000', '115325.673000', '115325.676000', '115325.679000', '115325.681000', '115325.684000', '115325.687000', '115325.689000', '115325.692000', '115325.695000', '115325.697000', '115345.587000', '115345.590000', '115345.593000', '115345.596000', '115345.599000', '115345.601000', '115345.604000', '115345.607000', '115345.609000', '115345.612000', '115345.615000', '115345.617000', '115345.620000', '115345.623000', '115345.625000', '115345.628000', '115345.630000', '115345.633000', '115345.636000', '115345.638000', '115345.641000', '115345.643000', '115345.646000', '115345.649000', '115345.651000', '115345.654000', '115345.656000', '115345.659000', '115345.662000', '115345.664000', '115345.667000', '115345.669000', '115345.672000', '115345.674000', '115345.677000', '115345.680000', '115345.684000', '115345.687000', '115345.690000', '115345.693000', '115345.695000', '115345.698000', '115345.700000', '115345.703000', '115405.588000', '115405.591000', '115405.594000', '115405.597000', '115405.599000', '115405.602000', '115405.605000', '115405.607000', '115405.610000', '115405.613000', '115405.615000', '115405.618000', '115405.620000', '115405.623000', '115405.626000', '115405.628000', '115405.631000', '115405.633000', '115405.636000', '115405.639000', '115405.641000', '115405.644000', '115405.647000', '115405.649000', '115405.652000', '115405.654000', '115405.657000', '115405.660000', '115405.662000', '115405.665000', '115405.668000', '115405.670000', '115405.673000', '115405.675000', '115405.678000', '115405.681000', '115405.683000', '115405.686000', '115405.689000', '115405.691000', '115405.694000', '115405.697000', '115405.699000', '115425.588000', '115425.592000', '115425.594000', '115425.597000', '115425.599000', '115425.602000', '115425.605000', '115425.607000', '115425.610000', '115425.613000', '115425.615000', '115425.625000', '115425.628000', '115425.631000', '115425.634000', '115425.636000', '115425.639000', '115425.641000', '115425.644000', '115425.647000', '115425.664000', '115425.667000', '115425.670000', '115425.672000', '115425.675000', '115425.677000', '115425.680000', '115425.683000', '115425.685000', '115425.688000', '115425.690000', '115425.693000', '115425.695000', '115425.698000', '115425.701000', '115425.703000', '115425.706000', '115425.709000', '115425.711000', '115425.714000', '115425.716000', '115425.719000', '115425.721000', '115425.724000', '115445.589000', '115445.591000', '115445.594000', '115445.597000', '115445.600000', '115445.603000', '115445.605000', '115445.608000', '115445.611000', '115445.613000', '115445.616000', '115445.619000', '115445.621000', '115445.624000', '115445.627000', '115445.629000', '115445.632000', '115445.634000', '115445.637000', '115445.640000', '115445.642000', '115445.645000', '115445.648000', '115445.650000', '115445.653000', '115445.655000', '115445.658000', '115445.661000', '115445.663000', '115445.666000', '115445.669000', '115445.671000', '115445.674000', '115445.676000', '115445.679000', '115445.682000', '115445.684000', '115445.687000', '115445.689000', '115445.692000', '115445.694000', '115445.697000', '115445.700000', '115505.588000', '115505.591000', '115505.594000', '115505.596000', '115505.599000', '115505.602000', '115505.605000', '115505.607000', '115505.610000', '115505.613000', '115505.615000', '115505.618000', '115505.621000', '115505.623000', '115505.626000', '115505.628000', '115505.631000', '115505.633000', '115505.636000', '115505.639000', '115505.641000', '115505.644000', '115505.647000', '115505.649000', '115505.652000', '115505.654000', '115505.657000', '115505.659000', '115505.662000', '115505.665000', '115505.667000', '115505.670000', '115505.672000', '115505.675000', '115505.677000', '115505.680000', '115505.683000', '115505.685000', '115505.688000', '115505.690000', '115505.693000', '115505.696000', '115505.699000', '115505.701000', '115509.698000', '115509.701000', '115509.703000', '115509.706000', '115509.709000', '115509.711000', '115509.714000', '115509.716000', '115509.719000'], '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': [6014, 6871, 5321, 5437, 7104, 5379, 8598, 7550, 6537, 7195, 5448, 6151, 5722, 5612, 7051, 5445, 8484, 5590, 5293, 5359, 5350, 5499, 7143, 7101, 5425, 5514, 5574, 5557, 5860, 5764, 5719, 5498, 6719, 6249, 5319, 5576, 5509, 5505, 5834, 5592, 6184, 5557, 6717, 5535, 5777, 5755, 5348, 5956, 5351, 5301, 5403, 5355, 5717, 5500, 6031, 5553, 5393, 6685, 6113, 7619, 5546, 5471, 5743, 5565, 5422, 5584, 5663, 5392, 5456, 5564, 5600, 6100, 6444, 6901, 5433, 6879, 5582, 5397, 6182, 5884, 8429, 5880, 5362, 6807, 5572, 5929, 5550, 7463, 6672, 5541, 5362, 5614, 5480, 7085, 5487, 5561, 5747, 5633, 5778, 5623, 5576, 5587, 7561, 6279, 5523, 5323, 5632, 5289, 6015, 5508, 7203, 6176, 5567, 5655, 5508, 5318, 5815, 6372, 5743, 5850, 5382, 5910, 5682, 5364, 6419, 5314, 6431, 6133, 5260, 5442, 5677, 7895, 6140, 5269, 7201, 5454, 6718, 5671, 5595, 5436, 5617, 5396, 5462, 5419, 5563, 5582, 5303, 6405, 5473, 7230, 6195, 5319, 5355, 5656, 5569, 6038, 5628, 5462, 5568, 5508, 5592, 5394, 6781, 5622, 5370, 5726, 6081, 5162, 5849, 5696, 5432, 5424, 5482, 5647, 5630, 5448, 6826, 5501, 7577, 7211, 5883, 6251, 5489, 5610, 6824, 5471, 5430, 5380, 5872, 5619, 5575, 6407, 8366, 7577, 5438, 5396, 5482, 5416, 5365, 5586, 5523, 6290, 5907, 5614, 5578, 5397, 5259, 5566, 5700, 7822, 5679, 5701, 6394, 6217, 5502, 6354, 7469, 6650, 8927, 5722, 5397, 5326, 5408, 5394, 6065, 5494, 5270, 6206, 5501, 5539, 5572, 5569, 5206, 5497, 5346, 5655, 5526, 6811, 6703, 5530, 5635, 5697, 5545, 5700, 5911, 5413, 5599, 7011, 6186, 6892, 6569, 5442, 5553, 5735, 5749, 5452, 5403, 7004, 5677, 5488, 5690, 5675, 6332, 5787, 7299, 5794, 5222, 7308, 5710, 5834, 5549, 7059, 5704, 5588, 5568, 5700, 5536, 5678, 5404, 7613, 9579, 5560, 5534, 5838, 5676, 5639, 5696, 5770, 5816, 5647, 5547, 5747, 5743, 5737, 5754, 5896, 7498, 6943, 5670, 6245, 5696, 6167, 5755, 5756, 5812, 6906, 5477, 5772, 5556, 5729, 5964, 7037, 5594, 5415, 5482, 5517, 5638, 5695, 5677, 7052, 5887, 5623, 6442, 5967, 5583, 6236, 6040, 7509, 7458, 5370, 6144, 5521, 7300, 5937, 5644, 6355, 5580, 7231, 6076, 5731, 5814, 5910, 5606, 5739, 6768, 7321, 8156, 5554, 5348, 5464, 5753, 5398, 5383, 5430, 5707, 5615, 5620, 5468, 5470, 5595, 5961, 8310, 6704, 5567, 5619, 5568, 7588, 6412, 5562, 6134, 5522, 6164, 5825, 7109, 5538, 5392, 6118, 6633, 5265, 5712, 5481, 5488, 5501, 5462, 7208, 6331, 5679, 5479, 5496, 5684, 5578, 5630, 5425, 5363, 5464, 5634, 5541, 5481, 5483, 5304, 5411, 7590, 6032, 5426, 5521, 5635, 5703, 6042, 9312, 6058, 5545, 5731, 5833, 6651, 5596, 5257, 6977, 5404, 5497, 5572, 5810, 5642, 5570, 5631, 6762, 5568, 5658, 5607, 6009, 6420, 6058, 5381, 5589, 5752, 5817, 5721, 5729, 5716, 5673, 5429, 6060, 5626, 6942, 5791, 5713, 5763, 5710, 5686, 5754, 5482, 5694, 5397, 5667, 6897, 6456, 5743, 5691, 5651, 6219, 6774, 5651, 5754, 5492, 5709, 5564, 7137, 6568, 5660, 5374, 5654, 5533, 5770, 5722, 7747, 6321, 5869, 5700, 5523, 6926, 5602, 5633, 7547, 5548, 5607, 5479, 5780, 7036, 6727, 5568, 8618, 5537, 5634, 5396, 5418, 5915, 5636, 5802, 5237, 5570, 5614, 5339, 5489, 6118, 7053, 5512, 5818, 6114, 8217, 6824, 5361, 6192, 5533, 6695, 7256, 6121, 7616, 7127, 5460, 6106, 5542, 5576, 5504, 5751, 5644, 5610, 5773, 5568, 5615, 6138, 5689, 5624, 6519, 5813, 5774, 7390, 5723, 5834, 7340, 6384, 5489, 6481, 5894, 5456, 5666, 5519, 5573, 5938, 8296, 6483, 5847, 7632, 5881, 5775, 5595, 5671, 5760, 6144, 5613, 5554, 5406, 5742, 5930, 5489, 5829, 5696, 5739, 6064, 6640, 5871, 6125, 7822, 6510, 7190, 6294, 5604, 5548, 5597, 5725, 6229, 5567, 5634, 7983, 7017, 5866, 7259, 6057, 6883, 8137, 6813, 5768, 5726, 5599, 6153, 8958, 6436, 5620, 7394, 6384, 5441, 5571, 6075, 5488, 6443, 7565, 5742, 5808, 5781, 6134, 7680, 6127, 5607, 5508, 5491, 8357, 6235, 5555, 5590, 5612, 5675, 5859, 5681, 5554, 6423, 5671, 5453, 8474, 6425, 5553, 7378, 6387, 6423, 5703, 5466, 5669, 5590, 5499, 5951, 7189, 6165, 5655, 5662, 6274, 9791, 6639, 5735, 7129, 5569, 5683, 5398, 5548, 7823, 5547, 5498, 5559, 6070, 6014, 5981, 6578, 6655, 9003, 6302, 8571, 5733, 5721, 5854, 5605, 5939, 5536, 5491, 5463, 5492, 5805, 5541, 5628, 6624, 5518, 6858, 8175, 6300, 5584, 5537, 5688, 5776, 5582, 5660, 5650, 5452, 5359, 5586, 6082, 6613, 6290, 5680, 6852, 5854, 5849, 5665, 6718, 5907, 7339, 5660, 5508, 5997, 5579, 6151, 5592, 7396, 5982, 5745, 6215, 5767, 6769, 5811, 5451, 5673, 5596, 6197, 5515, 5676, 5387, 5541, 6440, 5852, 5522, 5742, 5318, 5568, 5698, 5589, 5630, 5747, 5701, 5941, 6745, 7641, 6879, 7717, 5532, 5327, 5431, 5455, 5505, 5602, 5357, 5557, 5461, 5540, 5829, 5736, 5556, 7048, 5821, 5337, 6522, 5871, 5679, 5371, 6609, 5587, 5574, 6873, 6657, 9153, 5884, 5679, 5423, 5233, 5140, 5439, 5230, 5504, 5258, 5448, 5393, 6075, 6296, 7295, 5563, 5363, 5414, 5627, 5337, 5451, 5673, 6968, 5439, 5337, 5845, 6297, 6027, 5492, 6935, 5657, 6262, 5689, 6899, 6661, 5915, 6593, 5268, 5843, 5255, 5595, 5661, 5640, 5327, 5487, 5430, 5564, 5618, 5455, 7868, 5493, 5595, 5478, 5700, 5648, 5398, 6941, 6791, 5477, 5809, 5831, 6852, 6531, 5610, 7333, 6040, 6930, 6770, 6028, 6553, 5564, 5499, 5537, 5660, 5659, 5858, 5355, 5355, 5440, 5511, 5501, 5729, 5555, 6316, 8065, 6832, 7032, 6507, 6107, 9661, 6795, 6294, 6217, 5592, 8602, 5537, 5837, 6278, 6803, 9749, 5785, 5500, 5450, 5489, 5732, 5346, 5536, 5582, 5722, 5532, 5449, 5820, 5632, 7314, 5446, 6295, 6647, 5668, 5691, 6597, 6267, 5593, 6072, 5662, 8423, 6154, 6374, 8006, 7556, 7898, 5683, 5916, 5903, 5616, 6069, 5689, 5553, 5737, 5355, 5364, 6033, 5579, 5504, 5672, 5557, 6013, 5474, 5618, 5991, 7525, 5974, 5512], 'WindowCenter': [3555.0, 3561.0, 3528.0, 3514.0, 3556.0, 3513.0, 3565.0, 3555.0, 3533.0, 3542.0, 3499.0, 3507.0, 3497.0, 3496.0, 3528.0, 3500.0, 3564.0, 3514.0, 3513.0, 3511.0, 3511.0, 3510.0, 3542.0, 3542.0, 3511.0, 3511.0, 3512.0, 3511.0, 3511.0, 3522.0, 3523.0, 3513.0, 3532.0, 3520.0, 3501.0, 3486.0, 3486.0, 3484.0, 3495.0, 3485.0, 3506.0, 3486.0, 3517.0, 3487.0, 3496.0, 3511.0, 3499.0, 3507.0, 3486.0, 3483.0, 3496.0, 3496.0, 3507.0, 3499.0, 3510.0, 3500.0, 3500.0, 3543.0, 3522.0, 3552.0, 3498.0, 3500.0, 3511.0, 3511.0, 3512.0, 3511.0, 3524.0, 3513.0, 3514.0, 3513.0, 3511.0, 3523.0, 3531.0, 3542.0, 3500.0, 3528.0, 3497.0, 3487.0, 3507.0, 3497.0, 3550.0, 3496.0, 3485.0, 3515.0, 3482.0, 3493.0, 3482.0, 3524.0, 3515.0, 3483.0, 3485.0, 3496.0, 3482.0, 3525.0, 3486.0, 3485.0, 3496.0, 3494.0, 3495.0, 3494.0, 3484.0, 3497.0, 3538.0, 3505.0, 3483.0, 3483.0, 3494.0, 3483.0, 3506.0, 3485.0, 3526.0, 3506.0, 3498.0, 3507.0, 3498.0, 3496.0, 3496.0, 3518.0, 3496.0, 3496.0, 3496.0, 3495.0, 3496.0, 3484.0, 3505.0, 3483.0, 3504.0, 3494.0, 3471.0, 3483.0, 3492.0, 3523.0, 3492.0, 3459.0, 3524.0, 3472.0, 3504.0, 3494.0, 3482.0, 3482.0, 3493.0, 3481.0, 3483.0, 3483.0, 3482.0, 3485.0, 3496.0, 3517.0, 3497.0, 3538.0, 3506.0, 3497.0, 3483.0, 3494.0, 3483.0, 3506.0, 3496.0, 3486.0, 3498.0, 3497.0, 3496.0, 3497.0, 3516.0, 3495.0, 3485.0, 3496.0, 3508.0, 3487.0, 3507.0, 3508.0, 3495.0, 3484.0, 3485.0, 3494.0, 3496.0, 3510.0, 3543.0, 3510.0, 3552.0, 3551.0, 3521.0, 3530.0, 3496.0, 3506.0, 3526.0, 3495.0, 3508.0, 3509.0, 3522.0, 3521.0, 3510.0, 3532.0, 3561.0, 3551.0, 3482.0, 3494.0, 3493.0, 3493.0, 3496.0, 3497.0, 3509.0, 3542.0, 3523.0, 3523.0, 3511.0, 3511.0, 3499.0, 3510.0, 3520.0, 3564.0, 3525.0, 3523.0, 3532.0, 3521.0, 3496.0, 3517.0, 3526.0, 3515.0, 3560.0, 3507.0, 3495.0, 3484.0, 3495.0, 3494.0, 3506.0, 3497.0, 3486.0, 3506.0, 3483.0, 3481.0, 3481.0, 3483.0, 3471.0, 3496.0, 3500.0, 3522.0, 3512.0, 3542.0, 3543.0, 3513.0, 3522.0, 3508.0, 3509.0, 3507.0, 3507.0, 3497.0, 3472.0, 3516.0, 3468.0, 3488.0, 3504.0, 3485.0, 3472.0, 3483.0, 3480.0, 3468.0, 3471.0, 3515.0, 3498.0, 3485.0, 3498.0, 3497.0, 3504.0, 3481.0, 3499.0, 3467.0, 3444.0, 3497.0, 3455.0, 3454.0, 3455.0, 3497.0, 3466.0, 3455.0, 3454.0, 3465.0, 3454.0, 3469.0, 3444.0, 3503.0, 3477.0, 3446.0, 3447.0, 3458.0, 3458.0, 3471.0, 3470.0, 3471.0, 3473.0, 3474.0, 3462.0, 3472.0, 3473.0, 3473.0, 3472.0, 3460.0, 3489.0, 3478.0, 3445.0, 3464.0, 3444.0, 3453.0, 3443.0, 3457.0, 3457.0, 3504.0, 3474.0, 3480.0, 3470.0, 3483.0, 3482.0, 3504.0, 3475.0, 3487.0, 3500.0, 3501.0, 3498.0, 3500.0, 3500.0, 3534.0, 3514.0, 3513.0, 3523.0, 3513.0, 3490.0, 3498.0, 3486.0, 3504.0, 3504.0, 3460.0, 3470.0, 3460.0, 3489.0, 3469.0, 3458.0, 3468.0, 3446.0, 3488.0, 3466.0, 3456.0, 3458.0, 3457.0, 3444.0, 3442.0, 3519.0, 3529.0, 3537.0, 3483.0, 3498.0, 3495.0, 3506.0, 3495.0, 3496.0, 3510.0, 3537.0, 3551.0, 3551.0, 3541.0, 3525.0, 3512.0, 3521.0, 3563.0, 3531.0, 3511.0, 3508.0, 3499.0, 3539.0, 3516.0, 3482.0, 3493.0, 3481.0, 3491.0, 3480.0, 3511.0, 3481.0, 3481.0, 3491.0, 3501.0, 3458.0, 3480.0, 3481.0, 3480.0, 3481.0, 3481.0, 3523.0, 3503.0, 3494.0, 3483.0, 3484.0, 3491.0, 3469.0, 3481.0, 3481.0, 3482.0, 3484.0, 3507.0, 3496.0, 3510.0, 3509.0, 3510.0, 3510.0, 3550.0, 3509.0, 3497.0, 3496.0, 3497.0, 3494.0, 3504.0, 3545.0, 3493.0, 3482.0, 3493.0, 3493.0, 3501.0, 3469.0, 3459.0, 3512.0, 3470.0, 3481.0, 3481.0, 3493.0, 3491.0, 3481.0, 3493.0, 3513.0, 3482.0, 3481.0, 3480.0, 3490.0, 3490.0, 3492.0, 3469.0, 3470.0, 3480.0, 3478.0, 3479.0, 3479.0, 3478.0, 3480.0, 3469.0, 3481.0, 3470.0, 3500.0, 3456.0, 3470.0, 3480.0, 3467.0, 3467.0, 3467.0, 3444.0, 3454.0, 3445.0, 3468.0, 3526.0, 3518.0, 3494.0, 3494.0, 3493.0, 3504.0, 3516.0, 3495.0, 3507.0, 3496.0, 3496.0, 3485.0, 3528.0, 3528.0, 3496.0, 3484.0, 3496.0, 3483.0, 3480.0, 3481.0, 3522.0, 3502.0, 3480.0, 3480.0, 3470.0, 3511.0, 3478.0, 3478.0, 3509.0, 3466.0, 3477.0, 3480.0, 3480.0, 3512.0, 3514.0, 3483.0, 3562.0, 3508.0, 3507.0, 3482.0, 3494.0, 3506.0, 3508.0, 3520.0, 3501.0, 3523.0, 3520.0, 3509.0, 3509.0, 3519.0, 3540.0, 3497.0, 3494.0, 3505.0, 3535.0, 3502.0, 3469.0, 3478.0, 3467.0, 3498.0, 3512.0, 3489.0, 3522.0, 3512.0, 3481.0, 3505.0, 3483.0, 3484.0, 3464.0, 3482.0, 3479.0, 3481.0, 3484.0, 3486.0, 3499.0, 3535.0, 3524.0, 3521.0, 3518.0, 3496.0, 3508.0, 3538.0, 3494.0, 3496.0, 3524.0, 3503.0, 3481.0, 3501.0, 3480.0, 3467.0, 3477.0, 3466.0, 3479.0, 3490.0, 3519.0, 3489.0, 3479.0, 3521.0, 3491.0, 3493.0, 3482.0, 3492.0, 3490.0, 3504.0, 3495.0, 3494.0, 3495.0, 3507.0, 3517.0, 3495.0, 3505.0, 3504.0, 3505.0, 3517.0, 3527.0, 3507.0, 3506.0, 3524.0, 3504.0, 3503.0, 3464.0, 3454.0, 3443.0, 3454.0, 3454.0, 3464.0, 3443.0, 3467.0, 3534.0, 3527.0, 3496.0, 3524.0, 3493.0, 3514.0, 3535.0, 3513.0, 3494.0, 3495.0, 3481.0, 3492.0, 3544.0, 3503.0, 3493.0, 3523.0, 3502.0, 3468.0, 3466.0, 3477.0, 3455.0, 3488.0, 3508.0, 3466.0, 3466.0, 3465.0, 3477.0, 3507.0, 3475.0, 3463.0, 3454.0, 3466.0, 3519.0, 3479.0, 3469.0, 3468.0, 3478.0, 3480.0, 3467.0, 3480.0, 3469.0, 3490.0, 3481.0, 3484.0, 3562.0, 3519.0, 3497.0, 3538.0, 3516.0, 3518.0, 3497.0, 3496.0, 3496.0, 3484.0, 3483.0, 3494.0, 3515.0, 3505.0, 3494.0, 3495.0, 3504.0, 3555.0, 3503.0, 3479.0, 3498.0, 3456.0, 3465.0, 3455.0, 3457.0, 3510.0, 3457.0, 3469.0, 3468.0, 3479.0, 3478.0, 3492.0, 3500.0, 3446.0, 3507.0, 3452.0, 3509.0, 3457.0, 3458.0, 3456.0, 3459.0, 3469.0, 3448.0, 3447.0, 3459.0, 3459.0, 3458.0, 3447.0, 3456.0, 3476.0, 3430.0, 3477.0, 3521.0, 3477.0, 3467.0, 3455.0, 3479.0, 3506.0, 3498.0, 3509.0, 3511.0, 3524.0, 3524.0, 3512.0, 3534.0, 3543.0, 3531.0, 3510.0, 3529.0, 3493.0, 3493.0, 3482.0, 3513.0, 3493.0, 3521.0, 3480.0, 3468.0, 3478.0, 3466.0, 3477.0, 3467.0, 3508.0, 3477.0, 3477.0, 3477.0, 3477.0, 3487.0, 3466.0, 3454.0, 3464.0, 3454.0, 3474.0, 3465.0, 3475.0, 3468.0, 3482.0, 3516.0, 3493.0, 3496.0, 3509.0, 3495.0, 3495.0, 3493.0, 3483.0, 3508.0, 3506.0, 3507.0, 3519.0, 3542.0, 3538.0, 3516.0, 3540.0, 3494.0, 3483.0, 3482.0, 3481.0, 3483.0, 3493.0, 3495.0, 3497.0, 3509.0, 3508.0, 3519.0, 3519.0, 3495.0, 3526.0, 3495.0, 3482.0, 3515.0, 3492.0, 3491.0, 3479.0, 3500.0, 3480.0, 3468.0, 3514.0, 3498.0, 3529.0, 3467.0, 3452.0, 3451.0, 3443.0, 3443.0, 3453.0, 3454.0, 3466.0, 3470.0, 3492.0, 3492.0, 3502.0, 3512.0, 3524.0, 3478.0, 3465.0, 3464.0, 3476.0, 3465.0, 3477.0, 3490.0, 3521.0, 3479.0, 3479.0, 3489.0, 3497.0, 3486.0, 3464.0, 3494.0, 3473.0, 3484.0, 3473.0, 3507.0, 3497.0, 3463.0, 3482.0, 3453.0, 3474.0, 3455.0, 3479.0, 3488.0, 3490.0, 3493.0, 3508.0, 3510.0, 3507.0, 3506.0, 3495.0, 3546.0, 3480.0, 3480.0, 3479.0, 3491.0, 3491.0, 3481.0, 3512.0, 3511.0, 3467.0, 3477.0, 3477.0, 3498.0, 3488.0, 3476.0, 3522.0, 3488.0, 3511.0, 3500.0, 3487.0, 3488.0, 3470.0, 3468.0, 3480.0, 3492.0, 3490.0, 3490.0, 3480.0, 3495.0, 3508.0, 3509.0, 3511.0, 3508.0, 3495.0, 3503.0, 3532.0, 3501.0, 3510.0, 3488.0, 3478.0, 3529.0, 3498.0, 3486.0, 3475.0, 3453.0, 3514.0, 3450.0, 3464.0, 3487.0, 3484.0, 3529.0, 3477.0, 3467.0, 3465.0, 3467.0, 3465.0, 3436.0, 3465.0, 3493.0, 3495.0, 3494.0, 3496.0, 3508.0, 3523.0, 3566.0, 3509.0, 3532.0, 3542.0, 3506.0, 3505.0, 3514.0, 3503.0, 3482.0, 3493.0, 3493.0, 3534.0, 3492.0, 3488.0, 3494.0, 3494.0, 3494.0, 3426.0, 3428.0, 3427.0, 3439.0, 3464.0, 3466.0, 3471.0, 3481.0, 3481.0, 3469.0, 3491.0, 3481.0, 3469.0, 3480.0, 3468.0, 3478.0, 3469.0, 3467.0, 3478.0, 3509.0, 3477.0, 3454.0], 'WindowWidth': [8091.0, 8090.0, 8041.0, 8017.0, 8072.0, 8012.0, 8082.0, 8069.0, 8037.0, 8046.0, 7987.0, 7991.0, 7977.0, 7976.0, 8022.0, 7988.0, 8077.0, 8018.0, 8015.0, 8009.0, 8009.0, 8005.0, 8046.0, 8048.0, 8007.0, 8005.0, 8009.0, 8006.0, 8007.0, 8021.0, 8024.0, 8013.0, 8033.0, 8013.0, 7991.0, 7962.0, 7963.0, 7956.0, 7971.0, 7958.0, 7986.0, 7962.0, 8002.0, 7964.0, 7979.0, 8006.0, 7989.0, 7992.0, 7961.0, 7954.0, 7978.0, 7978.0, 7993.0, 7984.0, 8000.0, 7988.0, 7989.0, 8050.0, 8022.0, 8060.0, 7985.0, 7991.0, 8004.0, 8008.0, 8010.0, 8007.0, 8028.0, 8012.0, 8014.0, 8012.0, 8007.0, 8023.0, 8031.0, 8044.0, 7987.0, 8022.0, 7979.0, 7964.0, 7992.0, 7979.0, 8050.0, 7975.0, 7962.0, 7997.0, 7952.0, 7964.0, 7950.0, 8007.0, 7998.0, 7954.0, 7959.0, 7975.0, 7953.0, 8013.0, 7961.0, 7959.0, 7976.0, 7971.0, 7973.0, 7971.0, 7958.0, 7980.0, 8032.0, 7986.0, 7956.0, 7955.0, 7971.0, 7955.0, 7988.0, 7962.0, 8015.0, 7991.0, 7984.0, 7995.0, 7984.0, 7980.0, 7977.0, 8009.0, 7979.0, 7977.0, 7979.0, 7974.0, 7977.0, 7957.0, 7987.0, 7954.0, 7982.0, 7969.0, 7938.0, 7954.0, 7966.0, 8004.0, 7962.0, 7917.0, 8006.0, 7936.0, 7981.0, 7969.0, 7953.0, 7953.0, 7968.0, 7948.0, 7953.0, 7953.0, 7952.0, 7961.0, 7977.0, 8005.0, 7980.0, 8034.0, 7992.0, 7979.0, 7956.0, 7973.0, 7955.0, 7989.0, 7977.0, 7965.0, 7984.0, 7981.0, 7978.0, 7979.0, 8002.0, 7975.0, 7961.0, 7976.0, 7996.0, 7968.0, 7995.0, 7997.0, 7976.0, 7959.0, 7961.0, 7970.0, 7977.0, 8006.0, 8053.0, 8006.0, 8063.0, 8061.0, 8024.0, 8034.0, 7980.0, 7995.0, 8019.0, 7980.0, 8000.0, 8004.0, 8024.0, 8023.0, 8009.0, 8038.0, 8069.0, 8058.0, 7956.0, 7973.0, 7972.0, 7974.0, 7980.0, 7986.0, 8005.0, 8053.0, 8031.0, 8030.0, 8012.0, 8013.0, 7993.0, 8006.0, 8019.0, 8080.0, 8036.0, 8027.0, 8037.0, 8020.0, 7984.0, 8006.0, 8016.0, 8001.0, 8067.0, 7996.0, 7976.0, 7959.0, 7978.0, 7974.0, 7994.0, 7982.0, 7968.0, 7992.0, 7956.0, 7950.0, 7951.0, 7954.0, 7938.0, 7978.0, 7992.0, 8024.0, 8012.0, 8050.0, 8053.0, 8015.0, 8025.0, 8001.0, 8000.0, 7994.0, 7993.0, 7984.0, 7935.0, 7995.0, 7917.0, 7944.0, 7976.0, 7958.0, 7934.0, 7952.0, 7942.0, 7925.0, 7933.0, 7997.0, 7979.0, 7962.0, 7980.0, 7976.0, 7980.0, 7946.0, 7963.0, 7917.0, 7882.0, 7955.0, 7897.0, 7896.0, 7900.0, 7955.0, 7915.0, 7899.0, 7897.0, 7913.0, 7896.0, 7924.0, 7881.0, 7969.0, 7898.0, 7883.0, 7885.0, 7902.0, 7903.0, 7925.0, 7923.0, 7926.0, 7931.0, 7934.0, 7914.0, 7927.0, 7930.0, 7932.0, 7927.0, 7906.0, 7942.0, 7924.0, 7878.0, 7902.0, 7875.0, 7885.0, 7872.0, 7897.0, 7903.0, 7976.0, 7940.0, 7942.0, 7930.0, 7949.0, 7944.0, 7976.0, 7943.0, 7964.0, 7985.0, 7991.0, 7983.0, 7985.0, 7985.0, 8035.0, 8008.0, 8007.0, 8018.0, 8003.0, 7969.0, 7976.0, 7954.0, 7974.0, 7974.0, 7908.0, 7920.0, 7907.0, 7944.0, 7917.0, 7900.0, 7913.0, 7882.0, 7939.0, 7909.0, 7895.0, 7900.0, 7898.0, 7877.0, 7874.0, 8010.0, 8023.0, 8026.0, 7955.0, 7987.0, 7980.0, 7993.0, 7980.0, 7981.0, 8006.0, 8056.0, 8082.0, 8083.0, 8067.0, 8037.0, 8013.0, 8021.0, 8075.0, 8032.0, 8008.0, 7998.0, 7987.0, 8037.0, 8003.0, 7954.0, 7966.0, 7948.0, 7960.0, 7946.0, 7987.0, 7950.0, 7951.0, 7961.0, 7973.0, 7915.0, 7946.0, 7949.0, 7948.0, 7949.0, 7952.0, 8006.0, 7982.0, 7970.0, 7958.0, 7957.0, 7961.0, 7930.0, 7949.0, 7950.0, 7952.0, 7961.0, 7995.0, 7982.0, 8006.0, 8003.0, 8006.0, 8006.0, 8054.0, 7997.0, 7981.0, 7977.0, 7979.0, 7973.0, 7984.0, 8035.0, 7966.0, 7951.0, 7965.0, 7965.0, 7973.0, 7930.0, 7915.0, 7989.0, 7933.0, 7949.0, 7949.0, 7969.0, 7964.0, 7949.0, 7967.0, 7992.0, 7949.0, 7947.0, 7945.0, 7958.0, 7957.0, 7961.0, 7929.0, 7930.0, 7944.0, 7939.0, 7940.0, 7939.0, 7937.0, 7943.0, 7928.0, 7944.0, 7928.0, 7966.0, 7898.0, 7928.0, 7940.0, 7918.0, 7916.0, 7919.0, 7880.0, 7893.0, 7885.0, 7922.0, 8015.0, 8009.0, 7973.0, 7972.0, 7968.0, 7982.0, 8002.0, 7976.0, 7995.0, 7979.0, 7980.0, 7962.0, 8021.0, 8022.0, 7979.0, 7960.0, 7975.0, 7954.0, 7946.0, 7948.0, 8001.0, 7974.0, 7945.0, 7944.0, 7931.0, 7984.0, 7937.0, 7938.0, 7979.0, 7920.0, 7936.0, 7945.0, 7945.0, 7987.0, 7994.0, 7956.0, 8074.0, 8003.0, 7998.0, 7958.0, 7975.0, 7995.0, 7998.0, 8020.0, 7999.0, 8032.0, 8022.0, 8003.0, 8004.0, 8014.0, 8041.0, 7980.0, 7972.0, 7987.0, 8023.0, 7975.0, 7929.0, 7938.0, 7923.0, 7964.0, 7989.0, 7957.0, 8005.0, 7990.0, 7952.0, 7988.0, 7959.0, 7958.0, 7915.0, 7948.0, 7938.0, 7946.0, 7954.0, 7959.0, 7984.0, 8047.0, 8032.0, 8022.0, 8010.0, 7977.0, 7998.0, 8034.0, 7972.0, 7977.0, 8010.0, 7979.0, 7949.0, 7973.0, 7943.0, 7922.0, 7935.0, 7919.0, 7944.0, 7959.0, 7995.0, 7954.0, 7942.0, 8001.0, 7963.0, 7971.0, 7954.0, 7968.0, 7962.0, 7984.0, 7976.0, 7974.0, 7977.0, 7997.0, 8011.0, 7978.0, 7989.0, 7986.0, 7990.0, 8008.0, 8019.0, 7994.0, 7991.0, 8005.0, 7981.0, 7973.0, 7906.0, 7892.0, 7879.0, 7895.0, 7895.0, 7904.0, 7879.0, 7917.0, 8020.0, 8019.0, 7977.0, 8008.0, 7967.0, 7993.0, 8022.0, 7994.0, 7970.0, 7974.0, 7949.0, 7963.0, 8034.0, 7979.0, 7967.0, 8005.0, 7975.0, 7924.0, 7920.0, 7933.0, 7901.0, 7948.0, 7973.0, 7918.0, 7917.0, 7915.0, 7932.0, 7970.0, 7928.0, 7911.0, 7901.0, 7920.0, 7991.0, 7940.0, 7927.0, 7923.0, 7938.0, 7945.0, 7920.0, 7943.0, 7926.0, 7954.0, 7946.0, 7959.0, 8072.0, 8012.0, 7981.0, 8034.0, 8002.0, 8009.0, 7980.0, 7978.0, 7977.0, 7960.0, 7954.0, 7970.0, 7996.0, 7985.0, 7972.0, 7974.0, 7983.0, 8049.0, 7977.0, 7940.0, 7960.0, 7903.0, 7914.0, 7900.0, 7907.0, 7978.0, 7908.0, 7926.0, 7922.0, 7940.0, 7935.0, 7962.0, 7968.0, 7865.0, 7961.0, 7877.0, 7968.0, 7897.0, 7902.0, 7895.0, 7904.0, 7915.0, 7888.0, 7885.0, 7906.0, 7906.0, 7903.0, 7886.0, 7896.0, 7921.0, 7850.0, 7927.0, 7993.0, 7932.0, 7922.0, 7902.0, 7943.0, 7994.0, 7986.0, 8000.0, 8007.0, 8034.0, 8033.0, 8013.0, 8043.0, 8052.0, 8034.0, 8004.0, 8026.0, 7968.0, 7966.0, 7951.0, 7993.0, 7968.0, 8001.0, 7946.0, 7926.0, 7937.0, 7920.0, 7933.0, 7921.0, 7976.0, 7935.0, 7934.0, 7934.0, 7934.0, 7945.0, 7919.0, 7899.0, 7912.0, 7899.0, 7927.0, 7917.0, 7932.0, 7925.0, 7955.0, 8004.0, 7970.0, 7981.0, 8003.0, 7977.0, 7977.0, 7970.0, 7957.0, 7997.0, 7991.0, 7994.0, 8012.0, 8050.0, 8034.0, 8003.0, 8041.0, 7975.0, 7957.0, 7954.0, 7952.0, 7957.0, 7972.0, 7979.0, 7986.0, 8006.0, 8003.0, 8018.0, 8016.0, 7978.0, 8017.0, 7975.0, 7955.0, 7999.0, 7966.0, 7961.0, 7945.0, 7972.0, 7945.0, 7929.0, 7999.0, 7966.0, 8005.0, 7920.0, 7890.0, 7889.0, 7883.0, 7883.0, 7896.0, 7901.0, 7923.0, 7935.0, 7969.0, 7971.0, 7979.0, 7994.0, 8012.0, 7942.0, 7918.0, 7916.0, 7934.0, 7920.0, 7940.0, 7965.0, 8005.0, 7950.0, 7947.0, 7961.0, 7966.0, 7949.0, 7919.0, 7955.0, 7928.0, 7943.0, 7928.0, 7979.0, 7964.0, 7911.0, 7933.0, 7898.0, 7928.0, 7907.0, 7947.0, 7958.0, 7962.0, 7972.0, 8003.0, 8008.0, 7999.0, 7996.0, 7979.0, 8042.0, 7948.0, 7946.0, 7944.0, 7962.0, 7964.0, 7952.0, 7991.0, 7988.0, 7925.0, 7937.0, 7939.0, 7964.0, 7953.0, 7935.0, 8004.0, 7953.0, 7989.0, 7970.0, 7951.0, 7951.0, 7933.0, 7927.0, 7947.0, 7968.0, 7960.0, 7959.0, 7948.0, 7977.0, 8000.0, 8005.0, 8009.0, 8000.0, 7976.0, 7982.0, 8014.0, 7972.0, 7981.0, 7951.0, 7937.0, 8005.0, 7963.0, 7943.0, 7926.0, 7896.0, 7974.0, 7886.0, 7913.0, 7948.0, 7935.0, 8004.0, 7936.0, 7924.0, 7915.0, 7922.0, 7913.0, 7859.0, 7920.0, 7972.0, 7974.0, 7975.0, 7985.0, 8000.0, 8030.0, 8092.0, 8005.0, 8037.0, 8050.0, 7992.0, 7991.0, 7996.0, 7981.0, 7951.0, 7966.0, 7969.0, 8021.0, 7964.0, 7951.0, 7945.0, 7945.0, 7943.0, 7837.0, 7843.0, 7840.0, 7861.0, 7906.0, 7916.0, 7934.0, 7948.0, 7948.0, 7929.0, 7960.0, 7947.0, 7930.0, 7946.0, 7923.0, 7938.0, 7924.0, 7921.0, 7937.0, 7975.0, 7933.0, 7899.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.0051965717415115</td></tr>
<tr><td colspan=3>aqi</td><td>0.10833459244249727</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.11345696871708</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0817565042214907</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.026302536666667</td></tr>
<tr><td colspan=3>efc</td><td>0.4706</td></tr>
<tr><td colspan=3>fber</td><td>4824.4229</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2926941011926585</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>441</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>48.30230010952903</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9217672191001802</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6624057547051185</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.223729286776668</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8791666158187543</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136115</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01139096263796091</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04091866686940193</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9376855506262927</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.456</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9345</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.5425</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302420.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>540.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>241.7766</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.015</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>429.2647</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2748.8439</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>741.2934</td></tr>
<tr><td colspan=3>tsnr</td><td>18.515978541690856</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>