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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-02/func/sub-0058_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>47effcab42f73a3f94e6753e360f9c4c</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:55:17.970000</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.998222, 0.0585695, -0.0110455, -0.0593053, 0.994516, -0.0861404]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104537</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7683, -7279, 556, -64, 57, -28, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.631</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e3b2e818-3d52-4c61-bbe3-e1044bfae058||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.678157329559326, -0.15911169350147247, -0.016037316992878914, 121.63204193115234], [-0.15713781118392944, 2.6682145595550537, -0.23393426835536957, -78.99569702148438], [-0.029634326696395874, 0.2311083972454071, 2.6897988319396973, -92.24765014648438], [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': ['115517.970000', '115518.430000', '115518.890000', '115519.350000', '115519.810000', '115520.270000', '115520.730000', '115521.190000', '115521.650000', '115522.110000', '115522.570000', '115523.030000', '115523.490000', '115523.950000', '115524.410000', '115524.870000', '115525.330000', '115525.790000', '115526.250000', '115526.710000', '115527.170000', '115527.630000', '115528.090000', '115528.550000', '115529.010000', '115529.470000', '115529.930000', '115530.390000', '115530.850000', '115531.310000', '115531.770000', '115532.230000', '115532.690000', '115533.150000', '115533.610000', '115534.070000', '115534.530000', '115534.990000', '115535.450000', '115535.910000', '115536.370000', '115536.830000', '115537.290000', '115537.750000', '115538.210000', '115538.670000', '115539.130000', '115539.590000', '115540.050000', '115540.510000', '115540.970000', '115541.430000', '115541.890000', '115542.350000', '115542.810000', '115543.270000', '115543.730000', '115544.190000', '115544.650000', '115545.110000', '115545.570000', '115546.030000', '115546.490000', '115546.950000', '115547.410000', '115547.870000', '115548.330000', '115548.790000', '115549.250000', '115549.710000', '115550.170000', '115550.630000', '115551.090000', '115551.550000', '115552.010000', '115552.470000', '115552.930000', '115553.390000', '115553.850000', '115554.310000', '115554.770000', '115555.230000', '115555.690000', '115556.150000', '115556.610000', '115557.070000', '115557.530000', '115557.990000', '115558.450000', '115558.910000', '115559.370000', '115559.830000', '115600.290000', '115600.750000', '115601.210000', '115601.670000', '115602.130000', '115602.590000', '115603.050000', '115603.510000', '115603.970000', '115604.430000', '115604.890000', '115605.350000', '115605.810000', '115606.270000', '115606.730000', '115607.190000', '115607.650000', '115608.110000', '115608.570000', '115609.030000', '115609.490000', '115609.950000', '115610.410000', '115610.870000', '115611.330000', '115611.790000', '115612.250000', '115612.710000', '115613.170000', '115613.630000', '115614.090000', '115614.550000', '115615.010000', '115615.470000', '115615.930000', '115616.390000', '115616.850000', '115617.310000', '115617.770000', '115618.230000', '115618.690000', '115619.150000', '115619.610000', '115620.070000', '115620.530000', '115620.990000', '115621.450000', '115621.910000', '115622.370000', '115622.830000', '115623.290000', '115623.750000', '115624.210000', '115624.670000', '115625.130000', '115625.590000', '115626.050000', '115626.510000', '115626.970000', '115627.430000', '115627.890000', '115628.350000', '115628.810000', '115629.270000', '115629.730000', '115630.190000', '115630.650000', '115631.110000', '115631.570000', '115632.030000', '115632.490000', '115632.950000', '115633.410000', '115633.870000', '115634.330000', '115634.790000', '115635.250000', '115635.710000', '115636.170000', '115636.630000', '115637.090000', '115637.550000', '115638.010000', '115638.470000', '115638.930000', '115639.390000', '115639.850000', '115640.310000', '115640.770000', '115641.230000', '115641.690000', '115642.150000', '115642.610000', '115643.070000', '115643.530000', '115643.990000', '115644.450000', '115644.910000', '115645.370000', '115645.830000', '115646.290000', '115646.750000', '115647.210000', '115647.670000', '115648.130000', '115648.590000', '115649.050000', '115649.510000', '115649.970000', '115650.430000', '115650.890000', '115651.350000', '115651.810000', '115652.270000', '115652.730000', '115653.190000', '115653.650000', '115654.110000', '115654.570000', '115655.030000', '115655.490000', '115655.950000', '115656.410000', '115656.870000', '115657.330000', '115657.790000', '115658.250000', '115658.710000', '115659.170000', '115659.630000', '115700.090000', '115700.550000', '115701.010000', '115701.470000', '115701.930000', '115702.390000', '115702.850000', '115703.310000', '115703.770000', '115704.230000', '115704.690000', '115705.150000', '115705.610000', '115706.070000', '115706.530000', '115706.990000', '115707.450000', '115707.910000', '115708.370000', '115708.830000', '115709.290000', '115709.750000', '115710.210000', '115710.670000', '115711.130000', '115711.590000', '115712.050000', '115712.510000', '115712.970000', '115713.430000', '115713.890000', '115714.350000', '115714.810000', '115715.270000', '115715.730000', '115716.190000', '115716.650000', '115717.110000', '115717.570000', '115718.030000', '115718.490000', '115718.950000', '115719.410000', '115719.870000', '115720.330000', '115720.790000', '115721.250000', '115721.710000', '115722.170000', '115722.630000', '115723.090000', '115723.550000', '115724.010000', '115724.470000', '115724.930000', '115725.390000', '115725.850000', '115726.310000', '115726.770000', '115727.230000', '115727.690000', '115728.150000', '115728.610000', '115729.070000', '115729.530000', '115729.990000', '115730.450000', '115730.910000', '115731.370000', '115731.830000', '115732.290000', '115732.750000', '115733.210000', '115733.670000', '115734.130000', '115734.590000', '115735.050000', '115735.510000', '115735.970000', '115736.430000', '115736.890000', '115737.350000', '115737.810000', '115738.270000', '115738.730000', '115739.190000', '115739.650000', '115740.110000', '115740.570000', '115741.030000', '115741.490000', '115741.950000', '115742.410000', '115742.870000', '115743.330000', '115743.790000', '115744.250000', '115744.710000', '115745.170000', '115745.630000', '115746.090000', '115746.550000', '115747.010000', '115747.470000', '115747.930000', '115748.390000', '115748.850000', '115749.310000', '115749.770000', '115750.230000', '115750.690000', '115751.150000', '115751.610000', '115752.070000', '115752.530000', '115752.990000', '115753.450000', '115753.910000', '115754.370000', '115754.830000', '115755.290000', '115755.750000', '115756.210000', '115756.670000', '115757.130000', '115757.590000', '115758.050000', '115758.510000', '115758.970000', '115759.430000', '115759.890000', '115800.350000', '115800.810000', '115801.270000', '115801.730000', '115802.190000', '115802.650000', '115803.110000', '115803.570000', '115804.030000', '115804.490000', '115804.950000', '115805.410000', '115805.870000', '115806.330000', '115806.790000', '115807.250000', '115807.710000', '115808.170000', '115808.630000', '115809.090000', '115809.550000', '115810.010000', '115810.470000', '115810.930000', '115811.390000', '115811.850000', '115812.310000', '115812.770000', '115813.230000', '115813.690000', '115814.150000', '115814.610000', '115815.070000', '115815.530000', '115815.990000', '115816.450000', '115816.910000', '115817.370000', '115817.830000', '115818.290000', '115818.750000', '115819.210000', '115819.670000', '115820.130000', '115820.590000', '115821.050000', '115821.510000', '115821.970000', '115822.430000', '115822.890000', '115823.350000', '115823.810000', '115824.270000', '115824.730000', '115825.190000', '115825.650000', '115826.110000', '115826.570000', '115827.030000', '115827.490000', '115827.950000', '115828.410000', '115828.870000', '115829.330000', '115829.790000', '115830.250000', '115830.710000', '115831.170000', '115831.630000', '115832.090000', '115832.550000', '115833.010000', '115833.470000', '115833.930000', '115834.390000', '115834.850000', '115835.310000', '115835.770000', '115836.230000', '115836.690000', '115837.150000', '115837.610000', '115838.070000', '115838.530000', '115838.990000', '115839.450000', '115839.910000', '115840.370000', '115840.830000', '115841.290000', '115841.750000', '115842.210000', '115842.670000', '115843.130000', '115843.590000', '115844.050000', '115844.510000', '115844.970000', '115845.430000', '115845.890000', '115846.350000', '115846.810000', '115847.270000', '115847.730000', '115848.190000', '115848.650000', '115849.110000', '115849.570000', '115850.030000', '115850.490000', '115850.950000', '115851.410000', '115851.870000', '115852.330000', '115852.790000', '115853.250000', '115853.710000', '115854.170000', '115854.630000', '115855.090000', '115855.550000', '115856.010000', '115856.470000', '115856.930000', '115857.390000', '115857.850000', '115858.310000', '115858.770000', '115859.230000', '115859.690000', '115900.150000', '115900.610000', '115901.070000', '115901.530000', '115901.990000', '115902.450000', '115902.910000', '115903.370000', '115903.830000', '115904.290000', '115904.750000', '115905.210000', '115905.670000', '115906.130000', '115906.590000', '115907.050000', '115907.510000', '115907.970000', '115908.430000', '115908.890000', '115909.350000', '115909.810000', '115910.270000', '115910.730000', '115911.190000', '115911.650000', '115912.110000', '115912.570000', '115913.030000', '115913.490000', '115913.950000', '115914.410000', '115914.870000', '115915.330000', '115915.790000', '115916.250000', '115916.710000', '115917.170000', '115917.630000', '115918.090000', '115918.550000', '115919.010000', '115919.470000', '115919.930000', '115920.390000', '115920.850000', '115921.310000', '115921.770000', '115922.230000', '115922.690000', '115923.150000', '115923.610000', '115924.070000', '115924.530000', '115924.990000', '115925.450000', '115925.910000', '115926.370000', '115926.830000', '115927.290000', '115927.750000', '115928.210000', '115928.670000', '115929.130000', '115929.590000', '115930.050000', '115930.510000', '115930.970000', '115931.430000', '115931.890000', '115932.350000', '115932.810000', '115933.270000', '115933.730000', '115934.190000', '115934.650000', '115935.110000', '115935.570000', '115936.030000', '115936.490000', '115936.950000', '115937.410000', '115937.870000', '115938.330000', '115938.790000', '115939.250000', '115939.710000', '115940.170000', '115940.630000', '115941.090000', '115941.550000', '115942.010000', '115942.470000', '115942.930000', '115943.390000', '115943.850000', '115944.310000', '115944.770000', '115945.230000', '115945.690000', '115946.150000', '115946.610000', '115947.070000', '115947.530000', '115947.990000', '115948.450000', '115948.910000', '115949.370000', '115949.830000', '115950.290000', '115950.750000', '115951.210000', '115951.670000', '115952.130000', '115952.590000', '115953.050000', '115953.510000', '115953.970000', '115954.430000', '115954.890000', '115955.350000', '115955.810000', '115956.270000', '115956.730000', '115957.190000', '115957.650000', '115958.110000', '115958.570000', '115959.030000', '115959.490000', '115959.950000', '120000.410000', '120000.870000', '120001.330000', '120001.790000', '120002.250000', '120002.710000', '120003.170000', '120003.630000', '120004.090000', '120004.550000', '120005.010000', '120005.470000', '120005.930000', '120006.390000', '120006.850000', '120007.310000', '120007.770000', '120008.230000', '120008.690000', '120009.150000', '120009.610000', '120010.070000', '120010.530000', '120010.990000', '120011.450000', '120011.910000', '120012.370000', '120012.830000', '120013.290000', '120013.750000', '120014.210000', '120014.670000', '120015.130000', '120015.590000', '120016.050000', '120016.510000', '120016.970000', '120017.430000', '120017.890000', '120018.350000', '120018.810000', '120019.270000', '120019.730000', '120020.190000', '120020.650000', '120021.110000', '120021.570000', '120022.030000', '120022.490000', '120022.950000', '120023.410000', '120023.870000', '120024.330000', '120024.790000', '120025.250000', '120025.710000', '120026.170000', '120026.630000', '120027.090000', '120027.550000', '120028.010000', '120028.470000', '120028.930000', '120029.390000', '120029.850000', '120030.310000', '120030.770000', '120031.230000', '120031.690000', '120032.150000', '120032.610000', '120033.070000', '120033.530000', '120033.990000', '120034.450000', '120034.910000', '120035.370000', '120035.830000', '120036.290000', '120036.750000', '120037.210000', '120037.670000', '120038.130000', '120038.590000', '120039.050000', '120039.510000', '120039.970000', '120040.430000', '120040.890000', '120041.350000', '120041.810000', '120042.270000', '120042.730000', '120043.190000', '120043.650000', '120044.110000', '120044.570000', '120045.030000', '120045.490000', '120045.950000', '120046.410000', '120046.870000', '120047.330000', '120047.790000', '120048.250000', '120048.710000', '120049.170000', '120049.630000', '120050.090000', '120050.550000', '120051.010000', '120051.470000', '120051.930000', '120052.390000', '120052.850000', '120053.310000', '120053.770000', '120054.230000', '120054.690000', '120055.150000', '120055.610000', '120056.070000', '120056.530000', '120056.990000', '120057.450000', '120057.910000', '120058.370000', '120058.830000', '120059.290000', '120059.750000', '120100.210000', '120100.670000', '120101.130000', '120101.590000', '120102.050000', '120102.510000', '120102.970000', '120103.430000', '120103.890000', '120104.350000', '120104.810000', '120105.270000', '120105.730000', '120106.190000', '120106.650000', '120107.110000', '120107.570000', '120108.030000', '120108.490000', '120108.950000', '120109.410000', '120109.870000', '120110.330000', '120110.790000', '120111.250000', '120111.710000', '120112.170000', '120112.630000', '120113.090000', '120113.550000', '120114.010000', '120114.470000', '120114.930000', '120115.390000', '120115.850000', '120116.310000', '120116.770000', '120117.230000', '120117.690000', '120118.150000', '120118.610000', '120119.070000', '120119.530000', '120119.990000', '120120.450000', '120120.910000', '120121.370000', '120121.830000', '120122.290000', '120122.750000', '120123.210000', '120123.670000', '120124.130000', '120124.590000', '120125.050000', '120125.510000', '120125.970000', '120126.430000', '120126.890000', '120127.350000', '120127.810000', '120128.270000', '120128.730000', '120129.190000', '120129.650000', '120130.110000', '120130.570000', '120131.030000', '120131.490000', '120131.950000', '120132.410000', '120132.870000', '120133.330000', '120133.790000', '120134.250000', '120134.710000', '120135.170000', '120135.630000', '120136.090000', '120136.550000', '120137.010000', '120137.470000', '120137.930000', '120138.390000', '120138.850000', '120139.310000', '120139.770000', '120140.230000', '120140.690000', '120141.150000', '120141.610000', '120142.070000', '120142.530000', '120142.990000', '120143.450000', '120143.910000', '120144.370000', '120144.830000', '120145.290000', '120145.750000', '120146.210000', '120146.670000', '120147.130000', '120147.590000', '120148.050000', '120148.510000', '120148.970000', '120149.430000', '120149.890000', '120150.350000', '120150.810000', '120151.270000', '120151.730000', '120152.190000', '120152.650000', '120153.110000', '120153.570000', '120154.030000', '120154.490000', '120154.950000', '120155.410000', '120155.870000', '120156.330000', '120156.790000', '120157.250000', '120157.710000', '120158.170000', '120158.630000', '120159.090000', '120159.550000', '120200.010000', '120200.470000', '120200.930000', '120201.390000', '120201.850000', '120202.310000', '120202.770000', '120203.230000', '120203.690000', '120204.150000', '120204.610000', '120205.070000', '120205.530000', '120205.990000', '120206.450000', '120206.910000', '120207.370000', '120207.830000', '120208.290000', '120208.750000', '120209.210000', '120209.670000', '120210.130000', '120210.590000', '120211.050000', '120211.510000', '120211.970000', '120212.430000', '120212.890000', '120213.350000', '120213.810000', '120214.270000', '120214.730000', '120215.190000', '120215.650000', '120216.110000', '120216.570000', '120217.030000', '120217.490000', '120217.950000'], 'ContentTime': ['115537.005000', '115537.008000', '115537.010000', '115537.013000', '115537.016000', '115537.019000', '115537.022000', '115537.025000', '115537.027000', '115537.030000', '115537.033000', '115537.035000', '115537.038000', '115537.041000', '115537.043000', '115537.046000', '115537.052000', '115537.054000', '115537.057000', '115537.060000', '115537.062000', '115537.065000', '115537.067000', '115537.070000', '115537.073000', '115537.075000', '115537.078000', '115537.081000', '115537.083000', '115537.086000', '115537.089000', '115537.093000', '115537.096000', '115537.098000', '115537.101000', '115537.104000', '115537.106000', '115537.109000', '115556.956000', '115556.963000', '115556.965000', '115556.968000', '115556.971000', '115556.973000', '115556.976000', '115556.978000', '115556.981000', '115556.984000', '115556.986000', '115556.989000', '115556.991000', '115556.994000', '115556.997000', '115557.000000', '115557.003000', '115557.006000', '115557.008000', '115557.011000', '115557.013000', '115557.016000', '115557.019000', '115557.021000', '115557.024000', '115557.026000', '115557.029000', '115557.032000', '115557.034000', '115557.037000', '115557.040000', '115557.042000', '115557.045000', '115557.047000', '115557.050000', '115557.053000', '115557.055000', '115557.058000', '115557.060000', '115557.063000', '115557.065000', '115557.068000', '115557.071000', '115616.956000', '115616.959000', '115616.961000', '115616.964000', '115616.966000', '115616.969000', '115616.972000', '115616.974000', '115616.977000', '115616.979000', '115616.982000', '115616.985000', '115616.987000', '115616.990000', '115616.992000', '115616.995000', '115616.997000', '115617.001000', '115617.004000', '115617.006000', '115617.009000', '115617.012000', '115617.014000', '115617.017000', '115617.019000', '115617.022000', '115617.024000', '115617.027000', '115617.030000', '115617.032000', '115617.035000', '115617.037000', '115617.040000', '115617.043000', '115617.045000', '115617.048000', '115617.050000', '115617.053000', '115617.055000', '115617.058000', '115617.060000', '115617.063000', '115617.066000', '115617.068000', '115636.955000', '115636.958000', '115636.961000', '115636.963000', '115636.966000', '115636.969000', '115636.971000', '115636.974000', '115636.977000', '115636.979000', '115636.982000', '115636.984000', '115636.987000', '115636.990000', '115636.992000', '115636.995000', '115636.997000', '115637.001000', '115637.004000', '115637.006000', '115637.009000', '115637.011000', '115637.014000', '115637.017000', '115637.019000', '115637.022000', '115637.024000', '115637.027000', '115637.030000', '115637.032000', '115637.035000', '115637.037000', '115637.040000', '115637.043000', '115637.045000', '115637.048000', '115637.050000', '115637.053000', '115637.055000', '115637.058000', '115637.061000', '115637.063000', '115637.066000', '115637.068000', '115656.956000', '115656.959000', '115656.962000', '115656.965000', '115656.967000', '115656.970000', '115656.972000', '115656.975000', '115656.978000', '115656.980000', '115656.983000', '115656.986000', '115656.988000', '115656.991000', '115657.003000', '115657.006000', '115657.009000', '115657.011000', '115657.014000', '115657.017000', '115657.019000', '115657.022000', '115657.024000', '115657.027000', '115657.030000', '115657.032000', '115657.035000', '115657.037000', '115657.040000', '115657.043000', '115657.045000', '115657.048000', '115657.051000', '115657.053000', '115657.056000', '115657.058000', '115657.061000', '115657.063000', '115657.066000', '115657.069000', '115657.071000', '115657.074000', '115657.076000', '115716.955000', '115716.958000', '115716.961000', '115716.963000', '115716.966000', '115716.969000', '115716.971000', '115716.974000', '115716.977000', '115716.979000', '115716.982000', '115716.985000', '115716.988000', '115716.991000', '115716.993000', '115716.996000', '115717.000000', '115717.002000', '115717.005000', '115717.007000', '115717.010000', '115717.012000', '115717.015000', '115717.017000', '115717.020000', '115717.023000', '115717.025000', '115717.028000', '115717.031000', '115717.033000', '115717.036000', '115717.038000', '115717.041000', '115717.044000', '115717.046000', '115717.049000', '115717.057000', '115717.060000', '115717.063000', '115717.065000', '115717.068000', '115717.078000', '115717.080000', '115736.956000', '115736.959000', '115736.961000', '115736.964000', '115736.966000', '115736.969000', '115736.972000', '115736.974000', '115736.977000', '115736.979000', '115736.982000', '115736.985000', '115736.987000', '115736.990000', '115736.992000', '115736.995000', '115736.998000', '115737.001000', '115737.004000', '115737.006000', '115737.009000', '115737.012000', '115737.014000', '115737.017000', '115737.019000', '115737.022000', '115737.024000', '115737.027000', '115737.030000', '115737.032000', '115737.035000', '115737.038000', '115737.040000', '115737.043000', '115737.045000', '115737.048000', '115737.050000', '115737.053000', '115737.055000', '115737.058000', '115737.061000', '115737.063000', '115737.066000', '115737.069000', '115756.955000', '115756.958000', '115756.961000', '115756.964000', '115756.966000', '115756.969000', '115756.971000', '115756.974000', '115756.977000', '115756.979000', '115756.982000', '115756.984000', '115756.987000', '115756.991000', '115756.993000', '115756.996000', '115757.000000', '115757.002000', '115757.005000', '115757.007000', '115757.010000', '115757.013000', '115757.015000', '115757.018000', '115757.021000', '115757.023000', '115757.026000', '115757.028000', '115757.031000', '115757.034000', '115757.039000', '115757.042000', '115757.045000', '115757.047000', '115757.050000', '115757.052000', '115757.055000', '115757.058000', '115757.060000', '115757.063000', '115757.065000', '115757.068000', '115757.070000', '115816.956000', '115816.958000', '115816.961000', '115816.964000', '115816.966000', '115816.969000', '115816.972000', '115816.975000', '115816.977000', '115816.980000', '115816.982000', '115816.985000', '115816.987000', '115816.990000', '115816.993000', '115816.995000', '115816.998000', '115817.001000', '115817.004000', '115817.007000', '115817.009000', '115817.012000', '115817.015000', '115817.017000', '115817.020000', '115817.022000', '115817.025000', '115817.028000', '115817.030000', '115817.033000', '115817.035000', '115817.038000', '115817.041000', '115817.043000', '115817.046000', '115817.049000', '115817.051000', '115817.054000', '115817.056000', '115817.059000', '115817.069000', '115817.072000', '115817.074000', '115817.077000', '115836.955000', '115836.958000', '115836.961000', '115836.964000', '115836.967000', '115836.969000', '115836.972000', '115836.974000', '115836.977000', '115836.980000', '115836.982000', '115836.985000', '115836.988000', '115836.990000', '115836.993000', '115836.997000', '115837.001000', '115837.003000', '115837.006000', '115837.009000', '115837.011000', '115837.014000', '115837.017000', '115837.019000', '115837.022000', '115837.024000', '115837.028000', '115837.031000', '115837.033000', '115837.036000', '115837.039000', '115837.041000', '115837.044000', '115837.046000', '115837.049000', '115837.052000', '115837.054000', '115837.057000', '115837.060000', '115837.062000', '115837.065000', '115837.067000', '115837.070000', '115856.956000', '115856.959000', '115856.961000', '115856.964000', '115856.966000', '115856.969000', '115856.972000', '115856.974000', '115856.977000', '115856.979000', '115856.982000', '115856.985000', '115856.987000', '115856.990000', '115856.993000', '115856.995000', '115856.998000', '115857.002000', '115857.005000', '115857.007000', '115857.010000', '115857.013000', '115857.015000', '115857.018000', '115857.020000', '115857.023000', '115857.026000', '115857.028000', '115857.031000', '115857.034000', '115857.036000', '115857.039000', '115857.041000', '115857.044000', '115857.047000', '115857.049000', '115857.052000', '115857.054000', '115857.057000', '115857.060000', '115857.062000', '115857.065000', '115857.067000', '115857.070000', '115916.955000', '115916.958000', '115916.961000', '115916.964000', '115916.966000', '115916.969000', '115916.971000', '115916.974000', '115916.977000', '115916.980000', '115916.982000', '115916.985000', '115916.988000', '115916.990000', '115916.993000', '115916.995000', '115916.998000', '115917.001000', '115917.003000', '115917.006000', '115917.009000', '115917.011000', '115917.014000', '115917.017000', '115917.019000', '115917.022000', '115917.024000', '115917.027000', '115917.029000', '115917.032000', '115917.035000', '115917.038000', '115917.041000', '115917.044000', '115917.049000', '115917.051000', '115917.054000', '115917.056000', '115917.059000', '115917.062000', '115917.064000', '115917.067000', '115917.069000', '115936.955000', '115936.958000', '115936.961000', '115936.964000', '115936.967000', '115936.970000', '115936.972000', '115936.975000', '115936.978000', '115936.980000', '115936.983000', '115936.986000', '115936.988000', '115936.991000', '115936.993000', '115936.996000', '115937.000000', '115937.003000', '115937.005000', '115937.008000', '115937.010000', '115937.013000', '115937.016000', '115937.018000', '115937.021000', '115937.024000', '115937.026000', '115937.029000', '115937.031000', '115937.034000', '115937.036000', '115937.039000', '115937.042000', '115937.044000', '115937.047000', '115937.050000', '115937.052000', '115937.055000', '115937.057000', '115937.060000', '115937.063000', '115937.065000', '115937.068000', '115937.071000', '115956.955000', '115956.958000', '115956.961000', '115956.964000', '115956.966000', '115956.969000', '115956.972000', '115956.974000', '115956.977000', '115956.980000', '115956.982000', '115956.985000', '115956.987000', '115956.990000', '115956.993000', '115956.995000', '115956.998000', '115957.002000', '115957.004000', '115957.007000', '115957.009000', '115957.029000', '115957.031000', '115957.034000', '115957.036000', '115957.039000', '115957.042000', '115957.044000', '115957.047000', '115957.049000', '115957.052000', '115957.054000', '115957.057000', '115957.060000', '115957.062000', '115957.066000', '115957.069000', '115957.072000', '115957.075000', '115957.077000', '115957.080000', '115957.082000', '115957.085000', '120016.955000', '120016.958000', '120016.961000', '120016.964000', '120016.966000', '120016.969000', '120016.971000', '120016.974000', '120016.977000', '120016.979000', '120016.982000', '120016.984000', '120016.987000', '120016.989000', '120016.992000', '120016.995000', '120016.997000', '120017.001000', '120017.004000', '120017.006000', '120017.009000', '120017.011000', '120017.014000', '120017.017000', '120017.019000', '120017.022000', '120017.024000', '120017.027000', '120017.029000', '120017.032000', '120017.035000', '120017.037000', '120017.040000', '120017.043000', '120017.045000', '120017.048000', '120017.050000', '120017.053000', '120017.056000', '120017.058000', '120017.061000', '120017.063000', '120017.066000', '120017.069000', '120036.956000', '120036.958000', '120036.961000', '120036.964000', '120036.966000', '120036.969000', '120036.972000', '120036.974000', '120036.977000', '120036.980000', '120036.982000', '120036.985000', '120036.988000', '120036.990000', '120036.993000', '120036.995000', '120036.998000', '120037.002000', '120037.004000', '120037.007000', '120037.010000', '120037.012000', '120037.015000', '120037.017000', '120037.020000', '120037.023000', '120037.025000', '120037.028000', '120037.030000', '120037.033000', '120037.036000', '120037.038000', '120037.041000', '120037.044000', '120037.046000', '120037.049000', '120037.052000', '120037.054000', '120037.057000', '120037.060000', '120037.062000', '120037.065000', '120037.067000', '120056.955000', '120056.958000', '120056.961000', '120056.964000', '120056.966000', '120056.969000', '120056.971000', '120056.974000', '120056.977000', '120056.979000', '120056.982000', '120056.985000', '120056.987000', '120056.990000', '120056.992000', '120056.995000', '120056.998000', '120057.002000', '120057.005000', '120057.008000', '120057.011000', '120057.013000', '120057.016000', '120057.018000', '120057.021000', '120057.024000', '120057.026000', '120057.029000', '120057.031000', '120057.034000', '120057.037000', '120057.039000', '120057.042000', '120057.045000', '120057.047000', '120057.050000', '120057.052000', '120057.055000', '120057.058000', '120057.060000', '120057.063000', '120057.065000', '120057.068000', '120116.955000', '120116.958000', '120116.961000', '120116.964000', '120116.966000', '120116.969000', '120116.972000', '120116.974000', '120116.977000', '120116.980000', '120116.982000', '120116.985000', '120116.987000', '120116.990000', '120116.993000', '120116.995000', '120116.998000', '120117.001000', '120117.004000', '120117.007000', '120117.009000', '120117.012000', '120117.014000', '120117.017000', '120117.020000', '120117.022000', '120117.025000', '120117.027000', '120117.030000', '120117.033000', '120117.035000', '120117.038000', '120117.040000', '120117.043000', '120117.046000', '120117.048000', '120117.051000', '120117.053000', '120117.056000', '120117.058000', '120117.061000', '120117.064000', '120117.066000', '120117.069000', '120136.956000', '120136.959000', '120136.961000', '120136.964000', '120136.967000', '120136.969000', '120136.972000', '120136.974000', '120136.977000', '120136.979000', '120136.982000', '120136.985000', '120136.987000', '120136.990000', '120136.992000', '120136.995000', '120136.998000', '120137.000000', '120137.003000', '120137.005000', '120137.008000', '120137.011000', '120137.013000', '120137.016000', '120137.019000', '120137.021000', '120137.024000', '120137.026000', '120137.029000', '120137.032000', '120137.034000', '120137.037000', '120137.040000', '120137.042000', '120137.045000', '120137.047000', '120137.050000', '120137.053000', '120137.055000', '120137.058000', '120137.060000', '120137.063000', '120137.066000', '120137.068000', '120156.955000', '120156.958000', '120156.961000', '120156.964000', '120156.966000', '120156.969000', '120156.972000', '120156.975000', '120156.977000', '120156.980000', '120156.983000', '120156.985000', '120156.988000', '120156.990000', '120156.993000', '120156.996000', '120156.998000', '120157.002000', '120157.005000', '120157.007000', '120157.010000', '120157.012000', '120157.015000', '120157.018000', '120157.020000', '120157.023000', '120157.026000', '120157.028000', '120157.031000', '120157.034000', '120157.037000', '120157.039000', '120157.042000', '120157.044000', '120157.047000', '120157.050000', '120157.052000', '120157.055000', '120157.057000', '120157.060000', '120157.063000', '120157.065000', '120157.068000', '120216.956000', '120216.959000', '120216.961000', '120216.964000', '120216.967000', '120216.970000', '120216.972000', '120216.975000', '120216.977000', '120216.980000', '120216.983000', '120216.985000', '120216.988000', '120216.991000', '120216.993000', '120216.996000', '120217.000000', '120217.003000', '120217.005000', '120217.008000', '120217.011000', '120217.014000', '120217.016000', '120217.019000', '120217.022000', '120217.024000', '120217.027000', '120217.029000', '120217.032000', '120217.035000', '120217.037000', '120217.040000', '120217.043000', '120217.045000', '120217.048000', '120217.051000', '120217.053000', '120217.056000', '120217.058000', '120217.061000', '120217.064000', '120217.066000', '120217.069000', '120217.072000', '120219.622000', '120219.626000', '120219.629000', '120219.632000', '120219.635000', '120219.638000'], 'InstanceCreationTime': ['115537.005000', '115537.008000', '115537.010000', '115537.013000', '115537.016000', '115537.019000', '115537.022000', '115537.025000', '115537.027000', '115537.030000', '115537.033000', '115537.035000', '115537.038000', '115537.041000', '115537.043000', '115537.046000', '115537.052000', '115537.054000', '115537.057000', '115537.060000', '115537.062000', '115537.065000', '115537.067000', '115537.070000', '115537.073000', '115537.075000', '115537.078000', '115537.081000', '115537.083000', '115537.086000', '115537.089000', '115537.093000', '115537.096000', '115537.098000', '115537.101000', '115537.104000', '115537.106000', '115537.109000', '115556.956000', '115556.963000', '115556.965000', '115556.968000', '115556.971000', '115556.973000', '115556.976000', '115556.978000', '115556.981000', '115556.984000', '115556.986000', '115556.989000', '115556.991000', '115556.994000', '115556.997000', '115557.000000', '115557.003000', '115557.006000', '115557.008000', '115557.011000', '115557.013000', '115557.016000', '115557.019000', '115557.021000', '115557.024000', '115557.026000', '115557.029000', '115557.032000', '115557.034000', '115557.037000', '115557.040000', '115557.042000', '115557.045000', '115557.047000', '115557.050000', '115557.053000', '115557.055000', '115557.058000', '115557.060000', '115557.063000', '115557.065000', '115557.068000', '115557.071000', '115616.956000', '115616.959000', '115616.961000', '115616.964000', '115616.966000', '115616.969000', '115616.972000', '115616.974000', '115616.977000', '115616.979000', '115616.982000', '115616.985000', '115616.987000', '115616.990000', '115616.992000', '115616.995000', '115616.997000', '115617.001000', '115617.004000', '115617.006000', '115617.009000', '115617.012000', '115617.014000', '115617.017000', '115617.019000', '115617.022000', '115617.024000', '115617.027000', '115617.030000', '115617.032000', '115617.035000', '115617.037000', '115617.040000', '115617.043000', '115617.045000', '115617.048000', '115617.050000', '115617.053000', '115617.055000', '115617.058000', '115617.060000', '115617.063000', '115617.066000', '115617.068000', '115636.955000', '115636.958000', '115636.961000', '115636.963000', '115636.966000', '115636.969000', '115636.971000', '115636.974000', '115636.977000', '115636.979000', '115636.982000', '115636.984000', '115636.987000', '115636.990000', '115636.992000', '115636.995000', '115636.997000', '115637.001000', '115637.004000', '115637.006000', '115637.009000', '115637.011000', '115637.014000', '115637.017000', '115637.019000', '115637.022000', '115637.024000', '115637.027000', '115637.030000', '115637.032000', '115637.035000', '115637.037000', '115637.040000', '115637.043000', '115637.045000', '115637.048000', '115637.050000', '115637.053000', '115637.055000', '115637.058000', '115637.061000', '115637.063000', '115637.066000', '115637.068000', '115656.956000', '115656.959000', '115656.962000', '115656.965000', '115656.967000', '115656.970000', '115656.972000', '115656.975000', '115656.978000', '115656.980000', '115656.983000', '115656.986000', '115656.988000', '115656.991000', '115657.003000', '115657.006000', '115657.009000', '115657.011000', '115657.014000', '115657.017000', '115657.019000', '115657.022000', '115657.024000', '115657.027000', '115657.030000', '115657.032000', '115657.035000', '115657.037000', '115657.040000', '115657.043000', '115657.045000', '115657.048000', '115657.051000', '115657.053000', '115657.056000', '115657.058000', '115657.061000', '115657.063000', '115657.066000', '115657.069000', '115657.071000', '115657.074000', '115657.076000', '115716.955000', '115716.958000', '115716.961000', '115716.963000', '115716.966000', '115716.969000', '115716.971000', '115716.974000', '115716.977000', '115716.979000', '115716.982000', '115716.985000', '115716.988000', '115716.991000', '115716.993000', '115716.996000', '115717.000000', '115717.002000', '115717.005000', '115717.007000', '115717.010000', '115717.012000', '115717.015000', '115717.017000', '115717.020000', '115717.023000', '115717.025000', '115717.028000', '115717.031000', '115717.033000', '115717.036000', '115717.038000', '115717.041000', '115717.044000', '115717.046000', '115717.049000', '115717.057000', '115717.060000', '115717.063000', '115717.065000', '115717.068000', '115717.078000', '115717.080000', '115736.956000', '115736.959000', '115736.961000', '115736.964000', '115736.966000', '115736.969000', '115736.972000', '115736.974000', '115736.977000', '115736.979000', '115736.982000', '115736.985000', '115736.987000', '115736.990000', '115736.992000', '115736.995000', '115736.998000', '115737.001000', '115737.004000', '115737.006000', '115737.009000', '115737.012000', '115737.014000', '115737.017000', '115737.019000', '115737.022000', '115737.024000', '115737.027000', '115737.030000', '115737.032000', '115737.035000', '115737.038000', '115737.040000', '115737.043000', '115737.045000', '115737.048000', '115737.050000', '115737.053000', '115737.055000', '115737.058000', '115737.061000', '115737.063000', '115737.066000', '115737.069000', '115756.955000', '115756.958000', '115756.961000', '115756.964000', '115756.966000', '115756.969000', '115756.971000', '115756.974000', '115756.977000', '115756.979000', '115756.982000', '115756.984000', '115756.987000', '115756.991000', '115756.993000', '115756.996000', '115757.000000', '115757.002000', '115757.005000', '115757.007000', '115757.010000', '115757.013000', '115757.015000', '115757.018000', '115757.021000', '115757.023000', '115757.026000', '115757.028000', '115757.031000', '115757.034000', '115757.039000', '115757.042000', '115757.045000', '115757.047000', '115757.050000', '115757.052000', '115757.055000', '115757.058000', '115757.060000', '115757.063000', '115757.065000', '115757.068000', '115757.070000', '115816.956000', '115816.958000', '115816.961000', '115816.964000', '115816.966000', '115816.969000', '115816.972000', '115816.975000', '115816.977000', '115816.980000', '115816.982000', '115816.985000', '115816.987000', '115816.990000', '115816.993000', '115816.995000', '115816.998000', '115817.001000', '115817.004000', '115817.007000', '115817.009000', '115817.012000', '115817.015000', '115817.017000', '115817.020000', '115817.022000', '115817.025000', '115817.028000', '115817.030000', '115817.033000', '115817.035000', '115817.038000', '115817.041000', '115817.043000', '115817.046000', '115817.049000', '115817.051000', '115817.054000', '115817.056000', '115817.059000', '115817.069000', '115817.072000', '115817.074000', '115817.077000', '115836.955000', '115836.958000', '115836.961000', '115836.964000', '115836.967000', '115836.969000', '115836.972000', '115836.974000', '115836.977000', '115836.980000', '115836.982000', '115836.985000', '115836.988000', '115836.990000', '115836.993000', '115836.997000', '115837.001000', '115837.003000', '115837.006000', '115837.009000', '115837.011000', '115837.014000', '115837.017000', '115837.019000', '115837.022000', '115837.024000', '115837.028000', '115837.031000', '115837.033000', '115837.036000', '115837.039000', '115837.041000', '115837.044000', '115837.046000', '115837.049000', '115837.052000', '115837.054000', '115837.057000', '115837.060000', '115837.062000', '115837.065000', '115837.067000', '115837.070000', '115856.956000', '115856.959000', '115856.961000', '115856.964000', '115856.966000', '115856.969000', '115856.972000', '115856.974000', '115856.977000', '115856.979000', '115856.982000', '115856.985000', '115856.987000', '115856.990000', '115856.993000', '115856.995000', '115856.998000', '115857.002000', '115857.005000', '115857.007000', '115857.010000', '115857.013000', '115857.015000', '115857.018000', '115857.020000', '115857.023000', '115857.026000', '115857.028000', '115857.031000', '115857.034000', '115857.036000', '115857.039000', '115857.041000', '115857.044000', '115857.047000', '115857.049000', '115857.052000', '115857.054000', '115857.057000', '115857.060000', '115857.062000', '115857.065000', '115857.067000', '115857.070000', '115916.955000', '115916.958000', '115916.961000', '115916.964000', '115916.966000', '115916.969000', '115916.971000', '115916.974000', '115916.977000', '115916.980000', '115916.982000', '115916.985000', '115916.988000', '115916.990000', '115916.993000', '115916.995000', '115916.998000', '115917.001000', '115917.003000', '115917.006000', '115917.009000', '115917.011000', '115917.014000', '115917.017000', '115917.019000', '115917.022000', '115917.024000', '115917.027000', '115917.029000', '115917.032000', '115917.035000', '115917.038000', '115917.041000', '115917.044000', '115917.049000', '115917.051000', '115917.054000', '115917.056000', '115917.059000', '115917.062000', '115917.064000', '115917.067000', '115917.069000', '115936.955000', '115936.958000', '115936.961000', '115936.964000', '115936.967000', '115936.970000', '115936.972000', '115936.975000', '115936.978000', '115936.980000', '115936.983000', '115936.986000', '115936.988000', '115936.991000', '115936.993000', '115936.996000', '115937.000000', '115937.003000', '115937.005000', '115937.008000', '115937.010000', '115937.013000', '115937.016000', '115937.018000', '115937.021000', '115937.024000', '115937.026000', '115937.029000', '115937.031000', '115937.034000', '115937.036000', '115937.039000', '115937.042000', '115937.044000', '115937.047000', '115937.050000', '115937.052000', '115937.055000', '115937.057000', '115937.060000', '115937.063000', '115937.065000', '115937.068000', '115937.071000', '115956.955000', '115956.958000', '115956.961000', '115956.964000', '115956.966000', '115956.969000', '115956.972000', '115956.974000', '115956.977000', '115956.980000', '115956.982000', '115956.985000', '115956.987000', '115956.990000', '115956.993000', '115956.995000', '115956.998000', '115957.002000', '115957.004000', '115957.007000', '115957.009000', '115957.029000', '115957.031000', '115957.034000', '115957.036000', '115957.039000', '115957.042000', '115957.044000', '115957.047000', '115957.049000', '115957.052000', '115957.054000', '115957.057000', '115957.060000', '115957.062000', '115957.066000', '115957.069000', '115957.072000', '115957.075000', '115957.077000', '115957.080000', '115957.082000', '115957.085000', '120016.955000', '120016.958000', '120016.961000', '120016.964000', '120016.966000', '120016.969000', '120016.971000', '120016.974000', '120016.977000', '120016.979000', '120016.982000', '120016.984000', '120016.987000', '120016.989000', '120016.992000', '120016.995000', '120016.997000', '120017.001000', '120017.004000', '120017.006000', '120017.009000', '120017.011000', '120017.014000', '120017.017000', '120017.019000', '120017.022000', '120017.024000', '120017.027000', '120017.029000', '120017.032000', '120017.035000', '120017.037000', '120017.040000', '120017.043000', '120017.045000', '120017.048000', '120017.050000', '120017.053000', '120017.056000', '120017.058000', '120017.061000', '120017.063000', '120017.066000', '120017.069000', '120036.956000', '120036.958000', '120036.961000', '120036.964000', '120036.966000', '120036.969000', '120036.972000', '120036.974000', '120036.977000', '120036.980000', '120036.982000', '120036.985000', '120036.988000', '120036.990000', '120036.993000', '120036.995000', '120036.998000', '120037.002000', '120037.004000', '120037.007000', '120037.010000', '120037.012000', '120037.015000', '120037.017000', '120037.020000', '120037.023000', '120037.025000', '120037.028000', '120037.030000', '120037.033000', '120037.036000', '120037.038000', '120037.041000', '120037.044000', '120037.046000', '120037.049000', '120037.052000', '120037.054000', '120037.057000', '120037.060000', '120037.062000', '120037.065000', '120037.067000', '120056.955000', '120056.958000', '120056.961000', '120056.964000', '120056.966000', '120056.969000', '120056.971000', '120056.974000', '120056.977000', '120056.979000', '120056.982000', '120056.985000', '120056.987000', '120056.990000', '120056.992000', '120056.995000', '120056.998000', '120057.002000', '120057.005000', '120057.008000', '120057.011000', '120057.013000', '120057.016000', '120057.018000', '120057.021000', '120057.024000', '120057.026000', '120057.029000', '120057.031000', '120057.034000', '120057.037000', '120057.039000', '120057.042000', '120057.045000', '120057.047000', '120057.050000', '120057.052000', '120057.055000', '120057.058000', '120057.060000', '120057.063000', '120057.065000', '120057.068000', '120116.955000', '120116.958000', '120116.961000', '120116.964000', '120116.966000', '120116.969000', '120116.972000', '120116.974000', '120116.977000', '120116.980000', '120116.982000', '120116.985000', '120116.987000', '120116.990000', '120116.993000', '120116.995000', '120116.998000', '120117.001000', '120117.004000', '120117.007000', '120117.009000', '120117.012000', '120117.014000', '120117.017000', '120117.020000', '120117.022000', '120117.025000', '120117.027000', '120117.030000', '120117.033000', '120117.035000', '120117.038000', '120117.040000', '120117.043000', '120117.046000', '120117.048000', '120117.051000', '120117.053000', '120117.056000', '120117.058000', '120117.061000', '120117.064000', '120117.066000', '120117.069000', '120136.956000', '120136.959000', '120136.961000', '120136.964000', '120136.967000', '120136.969000', '120136.972000', '120136.974000', '120136.977000', '120136.979000', '120136.982000', '120136.985000', '120136.987000', '120136.990000', '120136.992000', '120136.995000', '120136.998000', '120137.000000', '120137.003000', '120137.005000', '120137.008000', '120137.011000', '120137.013000', '120137.016000', '120137.019000', '120137.021000', '120137.024000', '120137.026000', '120137.029000', '120137.032000', '120137.034000', '120137.037000', '120137.040000', '120137.042000', '120137.045000', '120137.047000', '120137.050000', '120137.053000', '120137.055000', '120137.058000', '120137.060000', '120137.063000', '120137.066000', '120137.068000', '120156.955000', '120156.958000', '120156.961000', '120156.964000', '120156.966000', '120156.969000', '120156.972000', '120156.975000', '120156.977000', '120156.980000', '120156.983000', '120156.985000', '120156.988000', '120156.990000', '120156.993000', '120156.996000', '120156.998000', '120157.002000', '120157.005000', '120157.007000', '120157.010000', '120157.012000', '120157.015000', '120157.018000', '120157.020000', '120157.023000', '120157.026000', '120157.028000', '120157.031000', '120157.034000', '120157.037000', '120157.039000', '120157.042000', '120157.044000', '120157.047000', '120157.050000', '120157.052000', '120157.055000', '120157.057000', '120157.060000', '120157.063000', '120157.065000', '120157.068000', '120216.956000', '120216.959000', '120216.961000', '120216.964000', '120216.967000', '120216.970000', '120216.972000', '120216.975000', '120216.977000', '120216.980000', '120216.983000', '120216.985000', '120216.988000', '120216.991000', '120216.993000', '120216.996000', '120217.000000', '120217.003000', '120217.005000', '120217.008000', '120217.011000', '120217.014000', '120217.016000', '120217.019000', '120217.022000', '120217.024000', '120217.027000', '120217.029000', '120217.032000', '120217.035000', '120217.037000', '120217.040000', '120217.043000', '120217.045000', '120217.048000', '120217.051000', '120217.053000', '120217.056000', '120217.058000', '120217.061000', '120217.064000', '120217.066000', '120217.069000', '120217.072000', '120219.622000', '120219.626000', '120219.629000', '120219.632000', '120219.635000', '120219.638000'], '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': [9254, 13291, 9871, 12937, 11245, 10530, 12752, 9595, 11931, 9485, 13431, 9716, 12932, 9014, 12113, 9016, 10866, 8484, 10522, 8177, 7711, 8439, 8110, 8604, 8357, 8642, 10002, 8981, 9114, 8618, 12417, 8570, 12250, 7884, 9856, 8131, 10346, 8384, 12872, 8105, 9582, 6805, 8645, 7694, 8576, 9219, 8493, 10095, 8649, 7756, 8424, 6980, 8700, 10473, 8490, 12500, 8826, 10193, 8677, 7546, 9649, 11739, 10617, 13310, 8777, 13682, 8753, 11507, 8523, 9267, 11599, 8312, 14538, 8594, 12186, 9855, 11437, 9139, 11729, 10240, 8857, 8693, 8686, 11217, 8291, 10708, 8381, 9797, 8292, 11504, 7402, 8889, 7263, 8794, 13586, 8228, 12174, 8725, 10736, 8044, 8841, 6823, 8696, 7080, 8227, 7074, 7884, 8055, 7780, 8487, 7786, 8886, 11442, 8404, 10219, 14585, 10879, 11867, 10148, 11068, 9541, 11098, 8834, 11399, 8621, 11448, 10103, 9802, 9854, 9364, 9582, 11223, 9110, 11654, 10810, 8943, 12585, 8700, 10627, 8409, 9570, 8969, 11575, 8729, 9569, 6804, 8727, 10737, 8739, 10332, 8532, 9261, 8789, 6651, 8766, 6748, 8430, 6504, 8509, 8970, 8570, 7152, 10473, 7734, 11286, 7781, 11047, 7688, 11646, 9883, 13077, 8800, 10423, 6793, 8844, 6931, 9866, 9089, 13136, 9946, 10575, 7231, 9088, 6899, 8517, 6850, 8614, 7445, 8519, 7391, 10933, 7633, 10601, 7721, 11044, 8044, 6853, 8357, 9882, 8416, 10894, 11676, 11879, 10318, 12645, 8716, 12740, 8358, 11564, 8318, 11784, 9172, 10953, 7461, 9110, 6691, 8879, 6933, 8321, 7686, 7540, 6893, 7643, 6920, 8542, 6290, 8197, 6265, 8192, 6209, 8239, 6100, 8523, 8347, 8827, 12074, 9878, 12252, 9656, 9010, 9879, 7452, 8439, 8644, 8913, 8434, 11129, 7771, 11108, 7941, 12535, 8198, 12905, 8253, 13171, 9920, 15360, 11846, 14700, 10536, 8653, 8517, 8684, 16475, 12146, 12767, 8934, 12716, 9625, 9808, 10266, 8420, 9591, 9815, 13088, 9836, 13960, 10984, 12829, 9599, 10500, 8007, 10296, 7663, 10301, 7337, 10018, 7306, 9630, 7661, 9469, 9506, 9469, 11024, 9539, 7729, 8953, 7856, 8849, 9764, 8767, 10023, 8994, 7140, 8769, 7833, 9037, 8538, 8879, 9661, 7213, 8851, 10687, 8842, 10249, 8546, 12817, 9297, 15311, 11631, 14057, 10383, 11509, 8621, 10153, 8290, 12099, 8726, 11082, 8627, 10350, 8492, 11481, 9253, 10269, 8077, 9903, 8143, 10171, 8771, 9713, 8681, 10304, 9798, 11079, 9481, 9152, 8579, 10008, 8633, 8220, 8543, 10351, 8201, 12846, 9491, 10620, 8384, 9324, 8440, 10798, 8092, 12316, 8048, 9998, 8245, 8865, 8245, 10039, 7562, 9094, 7751, 8730, 6454, 8485, 7041, 8098, 11969, 8145, 12910, 9406, 12968, 9820, 11870, 8199, 8450, 7902, 8419, 6914, 8213, 10096, 7959, 11469, 8441, 9498, 7930, 9565, 7924, 9620, 7814, 9359, 7669, 6512, 8067, 5967, 8302, 6129, 7917, 7773, 9583, 8578, 9202, 8259, 8097, 8692, 7673, 7816, 7721, 6853, 7925, 6401, 7705, 9309, 7789, 11086, 9395, 11353, 7782, 12217, 7683, 12495, 8082, 11311, 8963, 12637, 7724, 9943, 7164, 8950, 7103, 8052, 7317, 9514, 7868, 8293, 7743, 8369, 7840, 7218, 7831, 8833, 8324, 7825, 10233, 6727, 9131, 7757, 11686, 8307, 13104, 9040, 14046, 10722, 14087, 10887, 13938, 11003, 13127, 10528, 11782, 8870, 9972, 8373, 9120, 8121, 8155, 8504, 8407, 8449, 8406, 8427, 8224, 8824, 6694, 8432, 7233, 8316, 7251, 8235, 7837, 8119, 7498, 8076, 6955, 8211, 7252, 7464, 8039, 8407, 8573, 12516, 9390, 12616, 10159, 12092, 8776, 10001, 7837, 8970, 7043, 8767, 7378, 10958, 7895, 7783, 7628, 6258, 7536, 8884, 8157, 6188, 8105, 6383, 8145, 8738, 9499, 10972, 11476, 8981, 10706, 7899, 12170, 8222, 8979, 8433, 6819, 8788, 7199, 8788, 7492, 9848, 7967, 11827, 8236, 12058, 8299, 13147, 9035, 13945, 11096, 13765, 10937, 11987, 8581, 9404, 9441, 8554, 7621, 8242, 6862, 8138, 8094, 8018, 10737, 7947, 8268, 8012, 7706, 8062, 8400, 7979, 9788, 8002, 8010, 7822, 7953, 7949, 9399, 7750, 9673, 7644, 8782, 6783, 8246, 7425, 8070, 9271, 7965, 12947, 7590, 10415, 7890, 9133, 8940, 9557, 7592, 7842, 9422, 7928, 10888, 7578, 8557, 7110, 8413, 7240, 8532, 7095, 7935, 6852, 8380, 9649, 8123, 14171, 10656, 12397, 8176, 10330, 8262, 12153, 8770, 10920, 8893, 12092, 8609, 10312, 7812, 8791, 8047, 9146, 7351, 8694, 8163, 8955, 10386, 7628, 9106, 7913, 9989, 7009, 13506, 8584, 11864, 8309, 9161, 8691, 7286, 11725, 11004, 12843, 12082, 12643, 12952, 11159, 12533, 9620, 10362, 9188, 7295, 6921, 8750, 8767, 8967, 9819, 8901, 9978, 9231, 9548, 9006, 9505, 8627, 9714, 8863, 9313, 8730, 8600, 8727, 8887, 8774, 7652, 9282, 8417, 9168, 12840, 8910, 13987, 8914, 11012, 8223, 9464, 10185, 8501, 12548, 7944, 10645, 8826, 9830, 7724, 8437, 6402, 8020, 9446, 7974, 6574, 7909, 7937, 7715, 9294, 7619, 9258, 7941, 7724, 7911, 9359, 8893, 7588, 9921, 8546, 10999, 7129, 8970, 8201, 8308, 11250, 8129, 13737, 9877, 13356, 8687, 10535, 8064, 9447, 8450, 10305, 8425, 12304, 8523, 13670, 10042, 10247, 8014, 10209, 8252, 14942, 10356, 12839, 8015, 9707, 8062, 9906, 8241, 10016, 8282, 9640, 7946, 9073, 7309, 8817, 6755, 8560, 6851, 6634, 7474, 6701, 7892, 9280, 8238, 6940, 9099, 7652, 8416, 8199, 10432, 8163, 10853, 7847, 12417, 8840, 13670, 10173, 12709, 9897, 11911, 9254, 11107, 8381, 9006, 9075, 8791, 7767, 8397, 8655, 8152, 8497, 8227, 9484, 7937, 10140, 8174, 7310, 8222, 8182, 7789, 7671, 7639, 7312, 7485, 7684, 7483, 7907, 11204, 7769, 12637, 9823, 12343, 11906, 12009, 12066, 8362, 10954, 8018, 11213, 8492, 10118, 8207, 8671, 8078, 8006, 6104, 8392, 7251, 8212, 10837, 8227, 13063, 8952, 11291, 9292, 11327, 8754, 11390, 8751, 11405, 9018, 12541, 9380, 12743, 9974, 13107, 9554, 12475, 8966, 11747, 9262, 11471, 8840, 9367, 9064, 12546, 8920, 11751, 8938, 10224, 8156, 9268, 9425, 9366, 7645, 8693, 6848, 8426, 8867, 8472, 8245, 8616, 6925, 8521, 9988, 8746, 7829, 8535, 11758, 8342, 12982, 7924, 10753, 7893, 9064, 7091, 8317, 10846, 7948, 11287, 7792, 10354, 7657, 8959, 7483, 8715, 7777, 10172, 7917, 8264, 7762, 9478, 7918, 9040, 8098, 9600, 7647, 13671, 9732, 13985, 8699, 11159], 'WindowCenter': [3664.0, 3691.0, 3644.0, 3664.0, 3654.0, 3641.0, 3650.0, 3627.0, 3636.0, 3626.0, 3660.0, 3641.0, 3648.0, 3615.0, 3634.0, 3613.0, 3623.0, 3612.0, 3623.0, 3613.0, 3602.0, 3614.0, 3614.0, 3626.0, 3616.0, 3627.0, 3639.0, 3629.0, 3629.0, 3629.0, 3661.0, 3630.0, 3660.0, 3629.0, 3639.0, 3629.0, 3639.0, 3629.0, 3662.0, 3630.0, 3640.0, 3608.0, 3629.0, 3617.0, 3630.0, 3640.0, 3642.0, 3653.0, 3641.0, 3630.0, 3630.0, 3633.0, 3656.0, 3664.0, 3643.0, 3675.0, 3643.0, 3654.0, 3643.0, 3632.0, 3656.0, 3680.0, 3666.0, 3675.0, 3642.0, 3662.0, 3629.0, 3651.0, 3629.0, 3629.0, 3649.0, 3617.0, 3659.0, 3615.0, 3647.0, 3625.0, 3636.0, 3625.0, 3636.0, 3624.0, 3613.0, 3613.0, 3613.0, 3622.0, 3601.0, 3622.0, 3613.0, 3623.0, 3603.0, 3635.0, 3603.0, 3614.0, 3591.0, 3613.0, 3644.0, 3613.0, 3634.0, 3613.0, 3634.0, 3614.0, 3624.0, 3607.0, 3627.0, 3605.0, 3615.0, 3605.0, 3615.0, 3628.0, 3629.0, 3656.0, 3646.0, 3656.0, 3677.0, 3644.0, 3653.0, 3673.0, 3650.0, 3649.0, 3639.0, 3648.0, 3639.0, 3648.0, 3627.0, 3648.0, 3615.0, 3637.0, 3625.0, 3624.0, 3624.0, 3612.0, 3612.0, 3623.0, 3601.0, 3623.0, 3621.0, 3599.0, 3620.0, 3612.0, 3609.0, 3599.0, 3609.0, 3611.0, 3621.0, 3611.0, 3611.0, 3579.0, 3599.0, 3622.0, 3611.0, 3623.0, 3612.0, 3624.0, 3614.0, 3605.0, 3640.0, 3608.0, 3628.0, 3608.0, 3628.0, 3629.0, 3629.0, 3619.0, 3651.0, 3619.0, 3651.0, 3619.0, 3649.0, 3617.0, 3649.0, 3638.0, 3660.0, 3628.0, 3637.0, 3607.0, 3626.0, 3604.0, 3625.0, 3615.0, 3647.0, 3626.0, 3637.0, 3604.0, 3613.0, 3592.0, 3612.0, 3592.0, 3613.0, 3603.0, 3613.0, 3605.0, 3637.0, 3605.0, 3637.0, 3616.0, 3647.0, 3616.0, 3605.0, 3627.0, 3638.0, 3629.0, 3639.0, 3650.0, 3649.0, 3638.0, 3648.0, 3614.0, 3634.0, 3601.0, 3623.0, 3602.0, 3634.0, 3614.0, 3623.0, 3602.0, 3612.0, 3592.0, 3612.0, 3592.0, 3613.0, 3615.0, 3604.0, 3606.0, 3616.0, 3618.0, 3627.0, 3596.0, 3628.0, 3596.0, 3628.0, 3597.0, 3628.0, 3597.0, 3628.0, 3628.0, 3629.0, 3651.0, 3639.0, 3649.0, 3627.0, 3628.0, 3653.0, 3619.0, 3628.0, 3628.0, 3625.0, 3616.0, 3636.0, 3605.0, 3636.0, 3616.0, 3647.0, 3616.0, 3647.0, 3616.0, 3648.0, 3638.0, 3659.0, 3649.0, 3658.0, 3623.0, 3599.0, 3600.0, 3614.0, 3657.0, 3635.0, 3633.0, 3599.0, 3621.0, 3599.0, 3609.0, 3607.0, 3586.0, 3595.0, 3596.0, 3618.0, 3596.0, 3617.0, 3595.0, 3604.0, 3582.0, 3580.0, 3559.0, 3579.0, 3559.0, 3580.0, 3560.0, 3580.0, 3561.0, 3583.0, 3574.0, 3584.0, 3595.0, 3596.0, 3607.0, 3597.0, 3576.0, 3598.0, 3586.0, 3600.0, 3610.0, 3602.0, 3612.0, 3613.0, 3593.0, 3615.0, 3603.0, 3615.0, 3614.0, 3615.0, 3626.0, 3605.0, 3627.0, 3637.0, 3627.0, 3627.0, 3616.0, 3648.0, 3627.0, 3660.0, 3638.0, 3648.0, 3627.0, 3637.0, 3616.0, 3625.0, 3604.0, 3635.0, 3615.0, 3635.0, 3615.0, 3625.0, 3616.0, 3637.0, 3626.0, 3626.0, 3619.0, 3638.0, 3616.0, 3638.0, 3617.0, 3627.0, 3617.0, 3628.0, 3628.0, 3638.0, 3627.0, 3627.0, 3615.0, 3626.0, 3615.0, 3615.0, 3615.0, 3626.0, 3616.0, 3649.0, 3626.0, 3638.0, 3616.0, 3627.0, 3616.0, 3636.0, 3616.0, 3636.0, 3604.0, 3624.0, 3615.0, 3626.0, 3616.0, 3626.0, 3606.0, 3626.0, 3606.0, 3615.0, 3595.0, 3616.0, 3606.0, 3617.0, 3648.0, 3617.0, 3649.0, 3627.0, 3649.0, 3627.0, 3638.0, 3616.0, 3614.0, 3604.0, 3614.0, 3593.0, 3616.0, 3640.0, 3616.0, 3637.0, 3617.0, 3627.0, 3615.0, 3626.0, 3615.0, 3626.0, 3616.0, 3627.0, 3617.0, 3596.0, 3617.0, 3596.0, 3617.0, 3596.0, 3616.0, 3605.0, 3627.0, 3616.0, 3627.0, 3616.0, 3615.0, 3616.0, 3605.0, 3605.0, 3616.0, 3607.0, 3616.0, 3596.0, 3616.0, 3627.0, 3617.0, 3639.0, 3628.0, 3638.0, 3617.0, 3648.0, 3605.0, 3647.0, 3615.0, 3636.0, 3626.0, 3647.0, 3616.0, 3637.0, 3607.0, 3628.0, 3618.0, 3629.0, 3620.0, 3641.0, 3630.0, 3631.0, 3631.0, 3644.0, 3633.0, 3621.0, 3620.0, 3630.0, 3630.0, 3619.0, 3654.0, 3610.0, 3639.0, 3631.0, 3651.0, 3629.0, 3661.0, 3628.0, 3659.0, 3637.0, 3647.0, 3626.0, 3646.0, 3624.0, 3633.0, 3611.0, 3620.0, 3598.0, 3595.0, 3586.0, 3596.0, 3586.0, 3586.0, 3598.0, 3599.0, 3600.0, 3600.0, 3600.0, 3600.0, 3611.0, 3579.0, 3601.0, 3589.0, 3601.0, 3589.0, 3602.0, 3601.0, 3601.0, 3590.0, 3601.0, 3592.0, 3613.0, 3604.0, 3604.0, 3617.0, 3617.0, 3628.0, 3649.0, 3629.0, 3650.0, 3641.0, 3649.0, 3616.0, 3625.0, 3606.0, 3614.0, 3593.0, 3614.0, 3604.0, 3636.0, 3615.0, 3605.0, 3605.0, 3594.0, 3616.0, 3628.0, 3629.0, 3596.0, 3617.0, 3609.0, 3630.0, 3630.0, 3638.0, 3651.0, 3650.0, 3641.0, 3650.0, 3631.0, 3663.0, 3629.0, 3627.0, 3616.0, 3606.0, 3616.0, 3606.0, 3615.0, 3605.0, 3625.0, 3615.0, 3635.0, 3615.0, 3635.0, 3614.0, 3646.0, 3614.0, 3646.0, 3623.0, 3634.0, 3611.0, 3620.0, 3587.0, 3586.0, 3595.0, 3584.0, 3574.0, 3585.0, 3563.0, 3586.0, 3586.0, 3588.0, 3620.0, 3600.0, 3599.0, 3600.0, 3588.0, 3600.0, 3600.0, 3601.0, 3611.0, 3602.0, 3601.0, 3603.0, 3602.0, 3614.0, 3625.0, 3616.0, 3626.0, 3617.0, 3616.0, 3606.0, 3616.0, 3606.0, 3617.0, 3627.0, 3617.0, 3649.0, 3605.0, 3637.0, 3616.0, 3626.0, 3626.0, 3626.0, 3605.0, 3617.0, 3627.0, 3617.0, 3637.0, 3617.0, 3627.0, 3607.0, 3628.0, 3619.0, 3630.0, 3620.0, 3630.0, 3608.0, 3630.0, 3640.0, 3630.0, 3673.0, 3654.0, 3663.0, 3630.0, 3639.0, 3629.0, 3649.0, 3628.0, 3638.0, 3628.0, 3649.0, 3617.0, 3637.0, 3619.0, 3628.0, 3616.0, 3626.0, 3620.0, 3628.0, 3629.0, 3643.0, 3655.0, 3631.0, 3629.0, 3618.0, 3628.0, 3606.0, 3660.0, 3617.0, 3637.0, 3615.0, 3625.0, 3614.0, 3603.0, 3635.0, 3624.0, 3635.0, 3622.0, 3622.0, 3620.0, 3609.0, 3621.0, 3598.0, 3596.0, 3583.0, 3562.0, 3560.0, 3583.0, 3584.0, 3596.0, 3624.0, 3614.0, 3611.0, 3609.0, 3609.0, 3598.0, 3598.0, 3597.0, 3598.0, 3597.0, 3598.0, 3598.0, 3599.0, 3599.0, 3610.0, 3599.0, 3590.0, 3611.0, 3601.0, 3612.0, 3633.0, 3599.0, 3632.0, 3598.0, 3609.0, 3587.0, 3598.0, 3607.0, 3597.0, 3618.0, 3587.0, 3608.0, 3599.0, 3609.0, 3589.0, 3600.0, 3591.0, 3601.0, 3612.0, 3615.0, 3605.0, 3615.0, 3617.0, 3616.0, 3627.0, 3616.0, 3627.0, 3630.0, 3618.0, 3629.0, 3640.0, 3629.0, 3619.0, 3655.0, 3644.0, 3652.0, 3620.0, 3628.0, 3617.0, 3616.0, 3638.0, 3616.0, 3648.0, 3626.0, 3648.0, 3615.0, 3625.0, 3602.0, 3624.0, 3613.0, 3624.0, 3614.0, 3647.0, 3614.0, 3648.0, 3625.0, 3624.0, 3614.0, 3638.0, 3614.0, 3657.0, 3624.0, 3632.0, 3600.0, 3611.0, 3601.0, 3611.0, 3601.0, 3610.0, 3600.0, 3610.0, 3600.0, 3610.0, 3590.0, 3611.0, 3591.0, 3613.0, 3592.0, 3591.0, 3603.0, 3594.0, 3617.0, 3639.0, 3628.0, 3607.0, 3627.0, 3618.0, 3615.0, 3628.0, 3638.0, 3628.0, 3639.0, 3618.0, 3648.0, 3627.0, 3659.0, 3626.0, 3647.0, 3626.0, 3636.0, 3614.0, 3624.0, 3602.0, 3612.0, 3612.0, 3601.0, 3602.0, 3613.0, 3612.0, 3603.0, 3614.0, 3616.0, 3626.0, 3615.0, 3636.0, 3615.0, 3604.0, 3615.0, 3615.0, 3619.0, 3618.0, 3617.0, 3617.0, 3617.0, 3618.0, 3617.0, 3629.0, 3650.0, 3619.0, 3663.0, 3653.0, 3663.0, 3650.0, 3649.0, 3636.0, 3614.0, 3624.0, 3602.0, 3636.0, 3613.0, 3623.0, 3614.0, 3615.0, 3614.0, 3617.0, 3593.0, 3615.0, 3617.0, 3674.0, 3694.0, 3660.0, 3675.0, 3643.0, 3651.0, 3629.0, 3649.0, 3628.0, 3637.0, 3616.0, 3636.0, 3615.0, 3635.0, 3614.0, 3634.0, 3612.0, 3632.0, 3611.0, 3620.0, 3599.0, 3619.0, 3599.0, 3608.0, 3597.0, 3598.0, 3598.0, 3619.0, 3598.0, 3618.0, 3598.0, 3608.0, 3587.0, 3597.0, 3598.0, 3598.0, 3587.0, 3599.0, 3578.0, 3600.0, 3610.0, 3600.0, 3612.0, 3614.0, 3604.0, 3614.0, 3637.0, 3616.0, 3604.0, 3616.0, 3636.0, 3615.0, 3647.0, 3616.0, 3638.0, 3616.0, 3615.0, 3593.0, 3614.0, 3625.0, 3603.0, 3649.0, 3617.0, 3636.0, 3617.0, 3626.0, 3617.0, 3626.0, 3618.0, 3638.0, 3617.0, 3628.0, 3630.0, 3655.0, 3632.0, 3641.0, 3630.0, 3640.0, 3619.0, 3662.0, 3640.0, 3661.0, 3629.0, 3650.0], 'WindowWidth': [8291.0, 8321.0, 8243.0, 8271.0, 8258.0, 8232.0, 8242.0, 8205.0, 8217.0, 8203.0, 8257.0, 8232.0, 8236.0, 8184.0, 8208.0, 8176.0, 8191.0, 8176.0, 8191.0, 8180.0, 8164.0, 8183.0, 8184.0, 8201.0, 8189.0, 8206.0, 8223.0, 8210.0, 8210.0, 8212.0, 8256.0, 8212.0, 8254.0, 8209.0, 8224.0, 8210.0, 8225.0, 8212.0, 8259.0, 8213.0, 8226.0, 8184.0, 8210.0, 8193.0, 8215.0, 8228.0, 8235.0, 8248.0, 8231.0, 8215.0, 8216.0, 8224.0, 8259.0, 8268.0, 8238.0, 8282.0, 8236.0, 8253.0, 8237.0, 8222.0, 8262.0, 8302.0, 8273.0, 8284.0, 8233.0, 8262.0, 8212.0, 8244.0, 8209.0, 8211.0, 8238.0, 8190.0, 8253.0, 8187.0, 8230.0, 8197.0, 8215.0, 8199.0, 8215.0, 8193.0, 8178.0, 8178.0, 8179.0, 8191.0, 8161.0, 8188.0, 8179.0, 8194.0, 8165.0, 8213.0, 8166.0, 8182.0, 8148.0, 8180.0, 8224.0, 8179.0, 8210.0, 8180.0, 8209.0, 8181.0, 8196.0, 8182.0, 8205.0, 8174.0, 8187.0, 8175.0, 8188.0, 8209.0, 8213.0, 8260.0, 8247.0, 8260.0, 8289.0, 8240.0, 8249.0, 8276.0, 8240.0, 8238.0, 8223.0, 8234.0, 8223.0, 8235.0, 8206.0, 8236.0, 8186.0, 8219.0, 8199.0, 8196.0, 8194.0, 8176.0, 8175.0, 8193.0, 8159.0, 8194.0, 8187.0, 8154.0, 8184.0, 8175.0, 8167.0, 8155.0, 8168.0, 8174.0, 8186.0, 8174.0, 8173.0, 8129.0, 8155.0, 8188.0, 8174.0, 8192.0, 8176.0, 8194.0, 8182.0, 8175.0, 8229.0, 8184.0, 8211.0, 8183.0, 8209.0, 8211.0, 8211.0, 8200.0, 8242.0, 8200.0, 8244.0, 8198.0, 8239.0, 8193.0, 8239.0, 8222.0, 8257.0, 8207.0, 8220.0, 8180.0, 8200.0, 8171.0, 8200.0, 8186.0, 8234.0, 8203.0, 8219.0, 8169.0, 8178.0, 8150.0, 8175.0, 8151.0, 8179.0, 8167.0, 8180.0, 8173.0, 8218.0, 8172.0, 8217.0, 8190.0, 8232.0, 8190.0, 8174.0, 8204.0, 8222.0, 8210.0, 8225.0, 8242.0, 8238.0, 8220.0, 8235.0, 8181.0, 8208.0, 8160.0, 8192.0, 8162.0, 8208.0, 8180.0, 8193.0, 8163.0, 8175.0, 8150.0, 8176.0, 8151.0, 8180.0, 8185.0, 8170.0, 8175.0, 8189.0, 8195.0, 8204.0, 8163.0, 8206.0, 8164.0, 8207.0, 8164.0, 8206.0, 8168.0, 8206.0, 8208.0, 8210.0, 8245.0, 8225.0, 8236.0, 8204.0, 8208.0, 8251.0, 8201.0, 8206.0, 8207.0, 8199.0, 8188.0, 8215.0, 8173.0, 8215.0, 8186.0, 8232.0, 8190.0, 8231.0, 8188.0, 8235.0, 8223.0, 8254.0, 8238.0, 8247.0, 8191.0, 8154.0, 8157.0, 8182.0, 8247.0, 8213.0, 8205.0, 8152.0, 8185.0, 8153.0, 8166.0, 8159.0, 8129.0, 8139.0, 8143.0, 8176.0, 8143.0, 8175.0, 8139.0, 8152.0, 8116.0, 8111.0, 8080.0, 8105.0, 8081.0, 8108.0, 8084.0, 8110.0, 8087.0, 8118.0, 8108.0, 8122.0, 8138.0, 8139.0, 8158.0, 8145.0, 8115.0, 8148.0, 8130.0, 8154.0, 8168.0, 8159.0, 8173.0, 8178.0, 8152.0, 8185.0, 8166.0, 8183.0, 8180.0, 8184.0, 8199.0, 8171.0, 8202.0, 8215.0, 8202.0, 8201.0, 8185.0, 8231.0, 8202.0, 8253.0, 8220.0, 8236.0, 8201.0, 8217.0, 8186.0, 8196.0, 8167.0, 8211.0, 8181.0, 8210.0, 8183.0, 8195.0, 8188.0, 8216.0, 8200.0, 8202.0, 8199.0, 8220.0, 8188.0, 8219.0, 8188.0, 8202.0, 8187.0, 8205.0, 8205.0, 8220.0, 8204.0, 8202.0, 8185.0, 8200.0, 8183.0, 8182.0, 8184.0, 8201.0, 8186.0, 8236.0, 8201.0, 8219.0, 8187.0, 8203.0, 8185.0, 8214.0, 8185.0, 8213.0, 8167.0, 8193.0, 8185.0, 8200.0, 8187.0, 8200.0, 8174.0, 8200.0, 8174.0, 8185.0, 8157.0, 8187.0, 8174.0, 8188.0, 8233.0, 8191.0, 8236.0, 8204.0, 8236.0, 8202.0, 8222.0, 8186.0, 8182.0, 8168.0, 8181.0, 8152.0, 8186.0, 8226.0, 8187.0, 8219.0, 8191.0, 8203.0, 8185.0, 8199.0, 8184.0, 8199.0, 8188.0, 8204.0, 8191.0, 8164.0, 8190.0, 8162.0, 8190.0, 8162.0, 8186.0, 8173.0, 8203.0, 8188.0, 8202.0, 8187.0, 8185.0, 8187.0, 8171.0, 8173.0, 8189.0, 8178.0, 8188.0, 8163.0, 8188.0, 8205.0, 8191.0, 8223.0, 8206.0, 8222.0, 8191.0, 8233.0, 8172.0, 8233.0, 8185.0, 8213.0, 8202.0, 8232.0, 8189.0, 8217.0, 8178.0, 8208.0, 8196.0, 8211.0, 8203.0, 8229.0, 8215.0, 8219.0, 8219.0, 8241.0, 8226.0, 8205.0, 8199.0, 8215.0, 8212.0, 8198.0, 8254.0, 8188.0, 8225.0, 8216.0, 8243.0, 8211.0, 8257.0, 8207.0, 8252.0, 8218.0, 8233.0, 8199.0, 8230.0, 8195.0, 8206.0, 8171.0, 8181.0, 8150.0, 8142.0, 8130.0, 8143.0, 8131.0, 8131.0, 8151.0, 8154.0, 8155.0, 8156.0, 8155.0, 8157.0, 8171.0, 8127.0, 8160.0, 8141.0, 8159.0, 8140.0, 8161.0, 8159.0, 8160.0, 8144.0, 8158.0, 8149.0, 8178.0, 8169.0, 8169.0, 8191.0, 8190.0, 8209.0, 8238.0, 8210.0, 8241.0, 8230.0, 8237.0, 8187.0, 8197.0, 8174.0, 8182.0, 8153.0, 8182.0, 8169.0, 8214.0, 8186.0, 8173.0, 8171.0, 8158.0, 8187.0, 8207.0, 8210.0, 8164.0, 8190.0, 8185.0, 8212.0, 8212.0, 8221.0, 8242.0, 8242.0, 8231.0, 8242.0, 8217.0, 8266.0, 8210.0, 8205.0, 8188.0, 8177.0, 8187.0, 8175.0, 8185.0, 8172.0, 8198.0, 8185.0, 8213.0, 8184.0, 8214.0, 8182.0, 8228.0, 8181.0, 8229.0, 8192.0, 8210.0, 8171.0, 8185.0, 8132.0, 8129.0, 8139.0, 8124.0, 8110.0, 8127.0, 8097.0, 8132.0, 8131.0, 8136.0, 8180.0, 8157.0, 8155.0, 8155.0, 8136.0, 8156.0, 8157.0, 8159.0, 8171.0, 8161.0, 8159.0, 8165.0, 8162.0, 8183.0, 8197.0, 8188.0, 8200.0, 8191.0, 8188.0, 8175.0, 8189.0, 8175.0, 8190.0, 8205.0, 8192.0, 8237.0, 8172.0, 8216.0, 8188.0, 8202.0, 8200.0, 8201.0, 8173.0, 8190.0, 8204.0, 8192.0, 8218.0, 8191.0, 8203.0, 8179.0, 8209.0, 8197.0, 8213.0, 8201.0, 8212.0, 8183.0, 8215.0, 8227.0, 8213.0, 8278.0, 8252.0, 8261.0, 8214.0, 8224.0, 8208.0, 8237.0, 8205.0, 8220.0, 8206.0, 8238.0, 8191.0, 8218.0, 8198.0, 8210.0, 8190.0, 8202.0, 8204.0, 8208.0, 8213.0, 8236.0, 8256.0, 8217.0, 8212.0, 8195.0, 8206.0, 8176.0, 8255.0, 8191.0, 8217.0, 8185.0, 8199.0, 8182.0, 8167.0, 8214.0, 8193.0, 8214.0, 8190.0, 8190.0, 8183.0, 8167.0, 8186.0, 8151.0, 8142.0, 8123.0, 8092.0, 8087.0, 8122.0, 8124.0, 8145.0, 8196.0, 8184.0, 8172.0, 8166.0, 8167.0, 8149.0, 8148.0, 8147.0, 8149.0, 8147.0, 8152.0, 8150.0, 8152.0, 8152.0, 8170.0, 8154.0, 8144.0, 8173.0, 8159.0, 8175.0, 8207.0, 8154.0, 8203.0, 8151.0, 8167.0, 8133.0, 8149.0, 8161.0, 8146.0, 8179.0, 8134.0, 8164.0, 8154.0, 8167.0, 8140.0, 8156.0, 8149.0, 8159.0, 8174.0, 8185.0, 8173.0, 8185.0, 8191.0, 8188.0, 8204.0, 8190.0, 8203.0, 8216.0, 8197.0, 8210.0, 8227.0, 8213.0, 8200.0, 8258.0, 8240.0, 8247.0, 8201.0, 8208.0, 8191.0, 8189.0, 8222.0, 8187.0, 8237.0, 8202.0, 8234.0, 8185.0, 8199.0, 8164.0, 8194.0, 8179.0, 8197.0, 8184.0, 8233.0, 8183.0, 8235.0, 8200.0, 8195.0, 8183.0, 8220.0, 8181.0, 8248.0, 8197.0, 8204.0, 8157.0, 8174.0, 8159.0, 8172.0, 8159.0, 8169.0, 8157.0, 8169.0, 8158.0, 8170.0, 8144.0, 8172.0, 8147.0, 8178.0, 8150.0, 8148.0, 8167.0, 8157.0, 8194.0, 8226.0, 8207.0, 8179.0, 8204.0, 8195.0, 8187.0, 8208.0, 8221.0, 8208.0, 8223.0, 8194.0, 8237.0, 8205.0, 8251.0, 8201.0, 8232.0, 8200.0, 8216.0, 8183.0, 8198.0, 8163.0, 8177.0, 8175.0, 8158.0, 8162.0, 8179.0, 8176.0, 8168.0, 8181.0, 8189.0, 8201.0, 8187.0, 8216.0, 8186.0, 8170.0, 8184.0, 8186.0, 8197.0, 8195.0, 8192.0, 8193.0, 8191.0, 8196.0, 8192.0, 8211.0, 8241.0, 8200.0, 8264.0, 8248.0, 8264.0, 8240.0, 8237.0, 8214.0, 8182.0, 8194.0, 8163.0, 8215.0, 8179.0, 8192.0, 8181.0, 8187.0, 8184.0, 8194.0, 8156.0, 8185.0, 8192.0, 8299.0, 8327.0, 8273.0, 8283.0, 8236.0, 8244.0, 8211.0, 8237.0, 8206.0, 8219.0, 8188.0, 8213.0, 8184.0, 8213.0, 8181.0, 8209.0, 8177.0, 8203.0, 8172.0, 8182.0, 8152.0, 8180.0, 8152.0, 8165.0, 8147.0, 8148.0, 8149.0, 8180.0, 8147.0, 8177.0, 8148.0, 8162.0, 8134.0, 8148.0, 8148.0, 8150.0, 8134.0, 8151.0, 8127.0, 8156.0, 8170.0, 8158.0, 8176.0, 8182.0, 8168.0, 8183.0, 8216.0, 8188.0, 8170.0, 8186.0, 8216.0, 8185.0, 8231.0, 8187.0, 8220.0, 8188.0, 8185.0, 8153.0, 8182.0, 8197.0, 8167.0, 8237.0, 8191.0, 8216.0, 8193.0, 8203.0, 8191.0, 8203.0, 8195.0, 8221.0, 8194.0, 8210.0, 8216.0, 8255.0, 8222.0, 8229.0, 8212.0, 8227.0, 8197.0, 8260.0, 8225.0, 8259.0, 8209.0, 8239.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.0009499233296823659</td></tr>
<tr><td colspan=3>aqi</td><td>0.02013552300109529</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.03692948188597</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1858483926096486</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0127609190570164</td></tr>
<tr><td colspan=3>efc</td><td>0.4982</td></tr>
<tr><td colspan=3>fber</td><td>4356.7334</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08575302308997944</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.695509309967141</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3982308925586984</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2818176728699546</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6165491194347896</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2963258853713513</td></tr>
<tr><td colspan=3>gcor</td><td>0.0347573</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019753796979784966</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028240123763680458</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.012261304225472</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>22.6391</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8662</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.0553</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296543.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.4835</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.82</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.4726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2826.8451</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>742.2202</td></tr>
<tr><td colspan=3>tsnr</td><td>40.349425457417965</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>