<?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-0109_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-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_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-0109/ses-02/func/sub-0109_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>f39daf14b08db11e1a43925a7f932c50</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:36:55.540000</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.999732, 0.0223292, -0.00614155, -0.0214651, 0.992996, 0.116183]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819631</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>[4216, -7777, -7214, 354, -155, 45, 91, 82]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65a278da-d1cd-4abc-bdac-e8577c73e936||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.6822073459625244, -0.05758918821811676, -0.02347058802843094, 116.10602569580078], [-0.05990773066878319, 2.664135217666626, 0.313254177570343, -110.92465209960938], [-0.016477322205901146, -0.3117106556892395, 2.681663751602173, -49.07248306274414], [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': ['113655.540000', '113656.000000', '113656.460000', '113656.920000', '113657.380000', '113657.840000', '113658.300000', '113658.760000', '113659.220000', '113659.680000', '113700.140000', '113700.600000', '113701.060000', '113701.520000', '113701.980000', '113702.440000', '113702.900000', '113703.360000', '113703.820000', '113704.280000', '113704.740000', '113705.200000', '113705.660000', '113706.120000', '113706.580000', '113707.040000', '113707.500000', '113707.960000', '113708.420000', '113708.880000', '113709.340000', '113709.800000', '113710.260000', '113710.720000', '113711.180000', '113711.640000', '113712.100000', '113712.560000', '113713.020000', '113713.480000', '113713.940000', '113714.400000', '113714.860000', '113715.320000', '113715.780000', '113716.240000', '113716.700000', '113717.160000', '113717.620000', '113718.080000', '113718.540000', '113719.000000', '113719.460000', '113719.920000', '113720.380000', '113720.840000', '113721.300000', '113721.760000', '113722.220000', '113722.680000', '113723.140000', '113723.600000', '113724.060000', '113724.520000', '113724.980000', '113725.440000', '113725.900000', '113726.360000', '113726.820000', '113727.280000', '113727.740000', '113728.200000', '113728.660000', '113729.120000', '113729.580000', '113730.040000', '113730.500000', '113730.960000', '113731.420000', '113731.880000', '113732.340000', '113732.800000', '113733.260000', '113733.720000', '113734.180000', '113734.640000', '113735.100000', '113735.560000', '113736.020000', '113736.480000', '113736.940000', '113737.400000', '113737.860000', '113738.320000', '113738.780000', '113739.240000', '113739.700000', '113740.160000', '113740.620000', '113741.080000', '113741.540000', '113742.000000', '113742.460000', '113742.920000', '113743.380000', '113743.840000', '113744.300000', '113744.760000', '113745.220000', '113745.680000', '113746.140000', '113746.600000', '113747.060000', '113747.520000', '113747.980000', '113748.440000', '113748.900000', '113749.360000', '113749.820000', '113750.280000', '113750.740000', '113751.200000', '113751.660000', '113752.120000', '113752.580000', '113753.040000', '113753.500000', '113753.960000', '113754.420000', '113754.880000', '113755.340000', '113755.800000', '113756.260000', '113756.720000', '113757.180000', '113757.640000', '113758.100000', '113758.560000', '113759.020000', '113759.480000', '113759.940000', '113800.400000', '113800.860000', '113801.320000', '113801.780000', '113802.240000', '113802.700000', '113803.160000', '113803.620000', '113804.080000', '113804.540000', '113805.000000', '113805.460000', '113805.920000', '113806.380000', '113806.840000', '113807.300000', '113807.760000', '113808.220000', '113808.680000', '113809.140000', '113809.600000', '113810.060000', '113810.520000', '113810.980000', '113811.440000', '113811.900000', '113812.360000', '113812.820000', '113813.280000', '113813.740000', '113814.200000', '113814.660000', '113815.120000', '113815.580000', '113816.040000', '113816.500000', '113816.960000', '113817.420000', '113817.880000', '113818.340000', '113818.800000', '113819.260000', '113819.720000', '113820.180000', '113820.640000', '113821.100000', '113821.560000', '113822.020000', '113822.480000', '113822.940000', '113823.400000', '113823.860000', '113824.320000', '113824.780000', '113825.240000', '113825.700000', '113826.160000', '113826.620000', '113827.080000', '113827.540000', '113828.000000', '113828.460000', '113828.920000', '113829.380000', '113829.840000', '113830.300000', '113830.760000', '113831.220000', '113831.680000', '113832.140000', '113832.600000', '113833.060000', '113833.520000', '113833.980000', '113834.440000', '113834.900000', '113835.360000', '113835.820000', '113836.280000', '113836.740000', '113837.200000', '113837.660000', '113838.120000', '113838.580000', '113839.040000', '113839.500000', '113839.960000', '113840.420000', '113840.880000', '113841.340000', '113841.800000', '113842.260000', '113842.720000', '113843.180000', '113843.640000', '113844.100000', '113844.560000', '113845.020000', '113845.480000', '113845.940000', '113846.400000', '113846.860000', '113847.320000', '113847.780000', '113848.240000', '113848.700000', '113849.160000', '113849.620000', '113850.080000', '113850.540000', '113851.000000', '113851.460000', '113851.920000', '113852.380000', '113852.840000', '113853.300000', '113853.760000', '113854.220000', '113854.680000', '113855.140000', '113855.600000', '113856.060000', '113856.520000', '113856.980000', '113857.440000', '113857.900000', '113858.360000', '113858.820000', '113859.280000', '113859.740000', '113900.200000', '113900.660000', '113901.120000', '113901.580000', '113902.040000', '113902.500000', '113902.960000', '113903.420000', '113903.880000', '113904.340000', '113904.800000', '113905.260000', '113905.720000', '113906.180000', '113906.640000', '113907.100000', '113907.560000', '113908.020000', '113908.480000', '113908.940000', '113909.400000', '113909.860000', '113910.320000', '113910.780000', '113911.240000', '113911.700000', '113912.160000', '113912.620000', '113913.080000', '113913.540000', '113914.000000', '113914.460000', '113914.920000', '113915.380000', '113915.840000', '113916.300000', '113916.760000', '113917.220000', '113917.680000', '113918.140000', '113918.600000', '113919.060000', '113919.520000', '113919.980000', '113920.440000', '113920.900000', '113921.360000', '113921.820000', '113922.280000', '113922.740000', '113923.200000', '113923.660000', '113924.120000', '113924.580000', '113925.040000', '113925.500000', '113925.960000', '113926.420000', '113926.880000', '113927.340000', '113927.800000', '113928.260000', '113928.720000', '113929.180000', '113929.640000', '113930.100000', '113930.560000', '113931.020000', '113931.480000', '113931.940000', '113932.400000', '113932.860000', '113933.320000', '113933.780000', '113934.240000', '113934.700000', '113935.160000', '113935.620000', '113936.080000', '113936.540000', '113937.000000', '113937.460000', '113937.920000', '113938.380000', '113938.840000', '113939.300000', '113939.760000', '113940.220000', '113940.680000', '113941.140000', '113941.600000', '113942.060000', '113942.520000', '113942.980000', '113943.440000', '113943.900000', '113944.360000', '113944.820000', '113945.280000', '113945.740000', '113946.200000', '113946.660000', '113947.120000', '113947.580000', '113948.040000', '113948.500000', '113948.960000', '113949.420000', '113949.880000', '113950.340000', '113950.800000', '113951.260000', '113951.720000', '113952.180000', '113952.640000', '113953.100000', '113953.560000', '113954.020000', '113954.480000', '113954.940000', '113955.400000', '113955.860000', '113956.320000', '113956.780000', '113957.240000', '113957.700000', '113958.160000', '113958.620000', '113959.080000', '113959.540000', '114000.000000', '114000.460000', '114000.920000', '114001.380000', '114001.840000', '114002.300000', '114002.760000', '114003.220000', '114003.680000', '114004.140000', '114004.600000', '114005.060000', '114005.520000', '114005.980000', '114006.440000', '114006.900000', '114007.360000', '114007.820000', '114008.280000', '114008.740000', '114009.200000', '114009.660000', '114010.120000', '114010.580000', '114011.040000', '114011.500000', '114011.960000', '114012.420000', '114012.880000', '114013.340000', '114013.800000', '114014.260000', '114014.720000', '114015.180000', '114015.640000', '114016.100000', '114016.560000', '114017.020000', '114017.480000', '114017.940000', '114018.400000', '114018.860000', '114019.320000', '114019.780000', '114020.240000', '114020.700000', '114021.160000', '114021.620000', '114022.080000', '114022.540000', '114023.000000', '114023.460000', '114023.920000', '114024.380000', '114024.840000', '114025.300000', '114025.760000', '114026.220000', '114026.680000', '114027.140000', '114027.600000', '114028.060000', '114028.520000', '114028.980000', '114029.440000', '114029.900000', '114030.360000', '114030.820000', '114031.280000', '114031.740000', '114032.200000', '114032.660000', '114033.120000', '114033.580000', '114034.040000', '114034.500000', '114034.960000', '114035.420000', '114035.880000', '114036.340000', '114036.800000', '114037.260000', '114037.720000', '114038.180000', '114038.640000', '114039.100000', '114039.560000', '114040.020000', '114040.480000', '114040.940000', '114041.400000', '114041.860000', '114042.320000', '114042.780000', '114043.240000', '114043.700000', '114044.160000', '114044.620000', '114045.080000', '114045.540000', '114046.000000', '114046.460000', '114046.920000', '114047.380000', '114047.840000', '114048.300000', '114048.760000', '114049.220000', '114049.680000', '114050.140000', '114050.600000', '114051.060000', '114051.520000', '114051.980000', '114052.440000', '114052.900000', '114053.360000', '114053.820000', '114054.280000', '114054.740000', '114055.200000', '114055.660000', '114056.120000', '114056.580000', '114057.040000', '114057.500000', '114057.960000', '114058.420000', '114058.880000', '114059.340000', '114059.800000', '114100.260000', '114100.720000', '114101.180000', '114101.640000', '114102.100000', '114102.560000', '114103.020000', '114103.480000', '114103.940000', '114104.400000', '114104.860000', '114105.320000', '114105.780000', '114106.240000', '114106.700000', '114107.160000', '114107.620000', '114108.080000', '114108.540000', '114109.000000', '114109.460000', '114109.920000', '114110.380000', '114110.840000', '114111.300000', '114111.760000', '114112.220000', '114112.680000', '114113.140000', '114113.600000', '114114.060000', '114114.520000', '114114.980000', '114115.440000', '114115.900000', '114116.360000', '114116.820000', '114117.280000', '114117.740000', '114118.200000', '114118.660000', '114119.120000', '114119.580000', '114120.040000', '114120.500000', '114120.960000', '114121.420000', '114121.880000', '114122.340000', '114122.800000', '114123.260000', '114123.720000', '114124.180000', '114124.640000', '114125.100000', '114125.560000', '114126.020000', '114126.480000', '114126.940000', '114127.400000', '114127.860000', '114128.320000', '114128.780000', '114129.240000', '114129.700000', '114130.160000', '114130.620000', '114131.080000', '114131.540000', '114132.000000', '114132.460000', '114132.920000', '114133.380000', '114133.840000', '114134.300000', '114134.760000', '114135.220000', '114135.680000', '114136.140000', '114136.600000', '114137.060000', '114137.520000', '114137.980000', '114138.440000', '114138.900000', '114139.360000', '114139.820000', '114140.280000', '114140.740000', '114141.200000', '114141.660000', '114142.120000', '114142.580000', '114143.040000', '114143.500000', '114143.960000', '114144.420000', '114144.880000', '114145.340000', '114145.800000', '114146.260000', '114146.720000', '114147.180000', '114147.640000', '114148.100000', '114148.560000', '114149.020000', '114149.480000', '114149.940000', '114150.400000', '114150.860000', '114151.320000', '114151.780000', '114152.240000', '114152.700000', '114153.160000', '114153.620000', '114154.080000', '114154.540000', '114155.000000', '114155.460000', '114155.920000', '114156.380000', '114156.840000', '114157.300000', '114157.760000', '114158.220000', '114158.680000', '114159.140000', '114159.600000', '114200.060000', '114200.520000', '114200.980000', '114201.440000', '114201.900000', '114202.360000', '114202.820000', '114203.280000', '114203.740000', '114204.200000', '114204.660000', '114205.120000', '114205.580000', '114206.040000', '114206.500000', '114206.960000', '114207.420000', '114207.880000', '114208.340000', '114208.800000', '114209.260000', '114209.720000', '114210.180000', '114210.640000', '114211.100000', '114211.560000', '114212.020000', '114212.480000', '114212.940000', '114213.400000', '114213.860000', '114214.320000', '114214.780000', '114215.240000', '114215.700000', '114216.160000', '114216.620000', '114217.080000', '114217.540000', '114218.000000', '114218.460000', '114218.920000', '114219.380000', '114219.840000', '114220.300000', '114220.760000', '114221.220000', '114221.680000', '114222.140000', '114222.600000', '114223.060000', '114223.520000', '114223.980000', '114224.440000', '114224.900000', '114225.360000', '114225.820000', '114226.280000', '114226.740000', '114227.200000', '114227.660000', '114228.120000', '114228.580000', '114229.040000', '114229.500000', '114229.960000', '114230.420000', '114230.880000', '114231.340000', '114231.800000', '114232.260000', '114232.720000', '114233.180000', '114233.640000', '114234.100000', '114234.560000', '114235.020000', '114235.480000', '114235.940000', '114236.400000', '114236.860000', '114237.320000', '114237.780000', '114238.240000', '114238.700000', '114239.160000', '114239.620000', '114240.080000', '114240.540000', '114241.000000', '114241.460000', '114241.920000', '114242.380000', '114242.840000', '114243.300000', '114243.760000', '114244.220000', '114244.680000', '114245.140000', '114245.600000', '114246.060000', '114246.520000', '114246.980000', '114247.440000', '114247.900000', '114248.360000', '114248.820000', '114249.280000', '114249.740000', '114250.200000', '114250.660000', '114251.120000', '114251.580000', '114252.040000', '114252.500000', '114252.960000', '114253.420000', '114253.880000', '114254.340000', '114254.800000', '114255.260000', '114255.720000', '114256.180000', '114256.640000', '114257.100000', '114257.560000', '114258.020000', '114258.480000', '114258.940000', '114259.400000', '114259.860000', '114300.320000', '114300.780000', '114301.240000', '114301.700000', '114302.160000', '114302.620000', '114303.080000', '114303.540000', '114304.000000', '114304.460000', '114304.920000', '114305.380000', '114305.840000', '114306.300000', '114306.760000', '114307.220000', '114307.680000', '114308.140000', '114308.600000', '114309.060000', '114309.520000', '114309.980000', '114310.440000', '114310.900000', '114311.360000', '114311.820000', '114312.280000', '114312.740000', '114313.200000', '114313.660000', '114314.120000', '114314.580000', '114315.040000', '114315.500000', '114315.960000', '114316.420000', '114316.880000', '114317.340000', '114317.800000', '114318.260000', '114318.720000', '114319.180000', '114319.640000', '114320.100000', '114320.560000', '114321.020000', '114321.480000', '114321.940000', '114322.400000', '114322.860000', '114323.320000', '114323.780000', '114324.240000', '114324.700000', '114325.160000', '114325.620000', '114326.080000', '114326.540000', '114327.000000', '114327.460000', '114327.920000', '114328.380000', '114328.840000', '114329.300000', '114329.760000', '114330.220000', '114330.680000', '114331.140000', '114331.600000', '114332.060000', '114332.520000', '114332.980000', '114333.440000', '114333.900000', '114334.360000', '114334.820000', '114335.280000', '114335.740000', '114336.200000', '114336.660000', '114337.120000', '114337.580000', '114338.040000', '114338.500000', '114338.960000', '114339.420000', '114339.880000', '114340.340000', '114340.800000', '114341.260000', '114341.720000', '114342.180000', '114342.640000', '114343.100000', '114343.560000', '114344.020000', '114344.480000', '114344.940000', '114345.400000', '114345.860000', '114346.320000', '114346.780000', '114347.240000', '114347.700000', '114348.160000', '114348.620000', '114349.080000', '114349.540000', '114350.000000', '114350.460000', '114350.920000', '114351.380000', '114351.840000', '114352.300000', '114352.760000', '114353.220000', '114353.680000', '114354.140000', '114354.600000', '114355.060000', '114355.520000'], 'ContentTime': ['113715.035000', '113715.038000', '113715.040000', '113715.043000', '113715.046000', '113715.050000', '113715.053000', '113715.055000', '113715.058000', '113715.060000', '113715.063000', '113715.066000', '113715.068000', '113715.071000', '113715.080000', '113715.083000', '113715.085000', '113715.088000', '113715.090000', '113715.093000', '113715.095000', '113715.098000', '113715.101000', '113715.103000', '113715.106000', '113715.108000', '113715.111000', '113715.113000', '113715.116000', '113715.118000', '113715.122000', '113715.125000', '113715.128000', '113715.130000', '113715.133000', '113715.136000', '113715.138000', '113715.141000', '113715.143000', '113715.146000', '113734.992000', '113734.995000', '113734.998000', '113735.002000', '113735.004000', '113735.007000', '113735.009000', '113735.012000', '113735.014000', '113735.017000', '113735.020000', '113735.022000', '113735.025000', '113735.027000', '113735.030000', '113735.032000', '113735.035000', '113735.038000', '113735.040000', '113735.043000', '113735.045000', '113735.048000', '113735.050000', '113735.053000', '113735.055000', '113735.058000', '113735.060000', '113735.063000', '113735.065000', '113735.068000', '113735.071000', '113735.073000', '113735.076000', '113735.078000', '113735.114000', '113735.117000', '113735.119000', '113735.122000', '113735.124000', '113735.127000', '113735.130000', '113735.132000', '113735.135000', '113735.137000', '113754.993000', '113754.995000', '113754.998000', '113755.001000', '113755.003000', '113755.006000', '113755.008000', '113755.011000', '113755.013000', '113755.016000', '113755.018000', '113755.021000', '113755.024000', '113755.026000', '113755.029000', '113755.031000', '113755.034000', '113755.036000', '113755.039000', '113755.042000', '113755.044000', '113755.047000', '113755.049000', '113755.052000', '113755.054000', '113755.057000', '113755.060000', '113755.062000', '113755.065000', '113755.067000', '113755.070000', '113755.073000', '113755.075000', '113755.078000', '113755.080000', '113755.083000', '113755.085000', '113755.088000', '113755.090000', '113755.093000', '113755.095000', '113755.098000', '113755.111000', '113814.992000', '113814.995000', '113814.998000', '113815.001000', '113815.004000', '113815.007000', '113815.009000', '113815.012000', '113815.014000', '113815.017000', '113815.019000', '113815.022000', '113815.024000', '113815.027000', '113815.030000', '113815.032000', '113815.035000', '113815.037000', '113815.040000', '113815.042000', '113815.045000', '113815.048000', '113815.050000', '113815.053000', '113815.055000', '113815.058000', '113815.060000', '113815.063000', '113815.066000', '113815.068000', '113815.071000', '113815.073000', '113815.076000', '113815.078000', '113815.081000', '113815.084000', '113815.086000', '113815.089000', '113815.091000', '113815.094000', '113815.096000', '113815.099000', '113815.102000', '113815.104000', '113834.993000', '113834.995000', '113834.998000', '113835.001000', '113835.003000', '113835.006000', '113835.008000', '113835.011000', '113835.013000', '113835.016000', '113835.018000', '113835.021000', '113835.024000', '113835.026000', '113835.029000', '113835.031000', '113835.034000', '113835.037000', '113835.039000', '113835.042000', '113835.044000', '113835.047000', '113835.049000', '113835.052000', '113835.055000', '113835.057000', '113835.060000', '113835.062000', '113835.065000', '113835.067000', '113835.070000', '113835.073000', '113835.075000', '113835.078000', '113835.080000', '113835.083000', '113835.088000', '113835.091000', '113835.094000', '113835.096000', '113835.099000', '113835.101000', '113835.104000', '113854.994000', '113854.996000', '113855.000000', '113855.003000', '113855.005000', '113855.008000', '113855.010000', '113855.013000', '113855.015000', '113855.018000', '113855.021000', '113855.023000', '113855.026000', '113855.029000', '113855.031000', '113855.034000', '113855.036000', '113855.039000', '113855.042000', '113855.044000', '113855.047000', '113855.049000', '113855.052000', '113855.054000', '113855.057000', '113855.060000', '113855.062000', '113855.096000', '113855.098000', '113855.101000', '113855.103000', '113855.106000', '113855.109000', '113855.111000', '113855.114000', '113855.116000', '113855.119000', '113855.121000', '113855.124000', '113855.127000', '113855.129000', '113855.132000', '113855.134000', '113855.137000', '113914.992000', '113914.995000', '113914.998000', '113915.001000', '113915.004000', '113915.007000', '113915.009000', '113915.012000', '113915.014000', '113915.017000', '113915.020000', '113915.022000', '113915.025000', '113915.027000', '113915.030000', '113915.032000', '113915.035000', '113915.038000', '113915.040000', '113915.043000', '113915.045000', '113915.048000', '113915.050000', '113915.053000', '113915.056000', '113915.058000', '113915.061000', '113915.063000', '113915.066000', '113915.069000', '113915.071000', '113915.074000', '113915.076000', '113915.079000', '113915.081000', '113915.084000', '113915.086000', '113915.089000', '113915.092000', '113915.094000', '113915.097000', '113915.099000', '113915.102000', '113934.992000', '113935.002000', '113935.005000', '113935.008000', '113935.010000', '113935.013000', '113935.015000', '113935.018000', '113935.020000', '113935.023000', '113935.026000', '113935.028000', '113935.031000', '113935.033000', '113935.036000', '113935.038000', '113935.041000', '113935.044000', '113935.046000', '113935.049000', '113935.051000', '113935.054000', '113935.056000', '113935.059000', '113935.087000', '113935.090000', '113935.092000', '113935.095000', '113935.098000', '113935.100000', '113935.103000', '113935.105000', '113935.108000', '113935.110000', '113935.113000', '113935.116000', '113935.118000', '113935.121000', '113935.123000', '113935.126000', '113935.128000', '113935.131000', '113935.134000', '113935.136000', '113954.993000', '113954.995000', '113954.998000', '113955.002000', '113955.004000', '113955.007000', '113955.009000', '113955.012000', '113955.015000', '113955.017000', '113955.020000', '113955.022000', '113955.025000', '113955.028000', '113955.030000', '113955.033000', '113955.035000', '113955.038000', '113955.040000', '113955.043000', '113955.046000', '113955.048000', '113955.051000', '113955.054000', '113955.056000', '113955.059000', '113955.061000', '113955.064000', '113955.067000', '113955.069000', '113955.072000', '113955.074000', '113955.077000', '113955.080000', '113955.082000', '113955.085000', '113955.088000', '113955.090000', '113955.093000', '113955.095000', '113955.098000', '113955.101000', '113955.103000', '114014.992000', '114014.995000', '114014.998000', '114015.001000', '114015.004000', '114015.006000', '114015.009000', '114015.012000', '114015.014000', '114015.017000', '114015.020000', '114015.023000', '114015.026000', '114015.028000', '114015.031000', '114015.033000', '114015.036000', '114015.038000', '114015.041000', '114015.043000', '114015.046000', '114015.049000', '114015.051000', '114015.054000', '114015.057000', '114015.059000', '114015.062000', '114015.064000', '114015.067000', '114015.069000', '114015.072000', '114015.075000', '114015.078000', '114015.080000', '114015.083000', '114015.085000', '114015.088000', '114015.090000', '114015.093000', '114015.096000', '114015.098000', '114015.101000', '114015.103000', '114015.106000', '114034.992000', '114034.995000', '114034.998000', '114035.001000', '114035.004000', '114035.007000', '114035.009000', '114035.012000', '114035.015000', '114035.017000', '114035.020000', '114035.022000', '114035.025000', '114035.027000', '114035.030000', '114035.032000', '114035.035000', '114035.038000', '114035.040000', '114035.043000', '114035.045000', '114035.048000', '114035.051000', '114035.053000', '114035.056000', '114035.058000', '114035.061000', '114035.064000', '114035.066000', '114035.069000', '114035.071000', '114035.074000', '114035.076000', '114035.079000', '114035.081000', '114035.084000', '114035.087000', '114035.089000', '114035.092000', '114035.095000', '114035.097000', '114035.100000', '114035.102000', '114054.993000', '114054.996000', '114054.998000', '114055.001000', '114055.003000', '114055.006000', '114055.009000', '114055.011000', '114055.014000', '114055.016000', '114055.019000', '114055.022000', '114055.024000', '114055.027000', '114055.029000', '114055.032000', '114055.034000', '114055.037000', '114055.040000', '114055.042000', '114055.045000', '114055.048000', '114055.050000', '114055.053000', '114055.055000', '114055.058000', '114055.060000', '114055.063000', '114055.066000', '114055.068000', '114055.071000', '114055.073000', '114055.076000', '114055.078000', '114055.081000', '114055.084000', '114055.086000', '114055.089000', '114055.092000', '114055.094000', '114055.097000', '114055.100000', '114055.102000', '114114.993000', '114114.995000', '114114.998000', '114115.002000', '114115.004000', '114115.007000', '114115.021000', '114115.023000', '114115.026000', '114115.029000', '114115.031000', '114115.034000', '114115.036000', '114115.039000', '114115.041000', '114115.044000', '114115.046000', '114115.049000', '114115.052000', '114115.054000', '114115.057000', '114115.059000', '114115.062000', '114115.064000', '114115.067000', '114115.070000', '114115.072000', '114115.075000', '114115.077000', '114115.080000', '114115.082000', '114115.085000', '114115.088000', '114115.090000', '114115.093000', '114115.095000', '114115.098000', '114115.101000', '114115.103000', '114115.106000', '114115.108000', '114115.111000', '114115.113000', '114115.116000', '114134.993000', '114134.995000', '114134.998000', '114135.001000', '114135.003000', '114135.006000', '114135.008000', '114135.011000', '114135.014000', '114135.016000', '114135.019000', '114135.021000', '114135.024000', '114135.027000', '114135.030000', '114135.033000', '114135.035000', '114135.038000', '114135.041000', '114135.043000', '114135.046000', '114135.048000', '114135.051000', '114135.054000', '114135.056000', '114135.059000', '114135.062000', '114135.065000', '114135.068000', '114135.070000', '114135.073000', '114135.076000', '114135.078000', '114135.081000', '114135.084000', '114135.086000', '114135.089000', '114135.091000', '114135.094000', '114135.096000', '114135.099000', '114135.101000', '114135.104000', '114154.993000', '114154.995000', '114154.998000', '114155.002000', '114155.004000', '114155.007000', '114155.010000', '114155.012000', '114155.015000', '114155.017000', '114155.020000', '114155.023000', '114155.025000', '114155.028000', '114155.030000', '114155.033000', '114155.036000', '114155.038000', '114155.041000', '114155.044000', '114155.046000', '114155.049000', '114155.051000', '114155.054000', '114155.056000', '114155.059000', '114155.062000', '114155.064000', '114155.067000', '114155.069000', '114155.072000', '114155.074000', '114155.077000', '114155.080000', '114155.082000', '114155.085000', '114155.087000', '114155.090000', '114155.093000', '114155.095000', '114155.098000', '114155.100000', '114155.103000', '114155.105000', '114214.993000', '114214.995000', '114214.998000', '114215.002000', '114215.004000', '114215.007000', '114215.010000', '114215.012000', '114215.015000', '114215.017000', '114215.020000', '114215.022000', '114215.025000', '114215.028000', '114215.030000', '114215.033000', '114215.035000', '114215.038000', '114215.041000', '114215.044000', '114215.047000', '114215.050000', '114215.053000', '114215.055000', '114215.058000', '114215.061000', '114215.063000', '114215.066000', '114215.068000', '114215.071000', '114215.073000', '114215.076000', '114215.079000', '114215.081000', '114215.084000', '114215.087000', '114215.089000', '114215.092000', '114215.094000', '114215.097000', '114215.099000', '114215.102000', '114215.105000', '114234.992000', '114234.995000', '114234.998000', '114235.002000', '114235.004000', '114235.007000', '114235.009000', '114235.012000', '114235.015000', '114235.017000', '114235.020000', '114235.022000', '114235.025000', '114235.027000', '114235.030000', '114235.033000', '114235.035000', '114235.038000', '114235.040000', '114235.043000', '114235.046000', '114235.048000', '114235.051000', '114235.053000', '114235.056000', '114235.059000', '114235.061000', '114235.064000', '114235.066000', '114235.069000', '114235.071000', '114235.082000', '114235.085000', '114235.088000', '114235.090000', '114235.093000', '114235.095000', '114235.098000', '114235.100000', '114235.103000', '114235.106000', '114235.108000', '114235.111000', '114235.115000', '114254.993000', '114254.996000', '114254.998000', '114255.002000', '114255.004000', '114255.007000', '114255.010000', '114255.012000', '114255.015000', '114255.017000', '114255.020000', '114255.022000', '114255.025000', '114255.028000', '114255.030000', '114255.033000', '114255.036000', '114255.038000', '114255.041000', '114255.043000', '114255.046000', '114255.049000', '114255.051000', '114255.054000', '114255.056000', '114255.059000', '114255.061000', '114255.064000', '114255.067000', '114255.069000', '114255.072000', '114255.075000', '114255.078000', '114255.080000', '114255.083000', '114255.085000', '114255.088000', '114255.091000', '114255.093000', '114255.096000', '114255.098000', '114255.101000', '114255.104000', '114314.993000', '114314.995000', '114314.998000', '114315.002000', '114315.004000', '114315.007000', '114315.010000', '114315.012000', '114315.015000', '114315.017000', '114315.020000', '114315.023000', '114315.025000', '114315.028000', '114315.030000', '114315.033000', '114315.036000', '114315.038000', '114315.041000', '114315.044000', '114315.046000', '114315.049000', '114315.051000', '114315.054000', '114315.057000', '114315.059000', '114315.062000', '114315.065000', '114315.067000', '114315.071000', '114315.074000', '114315.076000', '114315.079000', '114315.081000', '114315.084000', '114315.087000', '114315.089000', '114315.092000', '114315.094000', '114315.097000', '114315.100000', '114315.102000', '114315.105000', '114315.107000', '114334.993000', '114334.995000', '114334.998000', '114335.001000', '114335.003000', '114335.006000', '114335.008000', '114335.011000', '114335.013000', '114335.016000', '114335.018000', '114335.021000', '114335.024000', '114335.026000', '114335.029000', '114335.031000', '114335.034000', '114335.037000', '114335.039000', '114335.042000', '114335.044000', '114335.047000', '114335.049000', '114335.052000', '114335.055000', '114335.057000', '114335.060000', '114335.062000', '114335.065000', '114335.068000', '114335.070000', '114335.073000', '114335.075000', '114335.078000', '114335.080000', '114335.083000', '114335.086000', '114335.088000', '114335.091000', '114335.094000', '114335.096000', '114335.099000', '114335.101000', '114354.992000', '114354.995000', '114354.998000', '114355.002000', '114355.004000', '114355.007000', '114355.009000', '114355.012000', '114355.014000', '114355.017000', '114355.020000', '114355.022000', '114355.025000', '114355.027000', '114355.030000', '114355.033000', '114355.035000', '114355.038000', '114355.040000', '114355.043000', '114355.046000', '114355.048000', '114355.051000', '114355.053000', '114355.056000', '114355.058000', '114355.061000', '114355.064000', '114355.066000', '114355.069000', '114355.072000', '114355.074000', '114355.077000', '114355.079000', '114355.082000', '114355.085000', '114355.087000', '114355.090000', '114355.092000', '114355.095000', '114355.098000', '114355.100000', '114355.120000', '114355.122000', '114356.682000', '114356.685000', '114356.688000', '114356.691000'], 'InstanceCreationTime': ['113715.035000', '113715.038000', '113715.040000', '113715.043000', '113715.046000', '113715.050000', '113715.053000', '113715.055000', '113715.058000', '113715.060000', '113715.063000', '113715.066000', '113715.068000', '113715.071000', '113715.080000', '113715.083000', '113715.085000', '113715.088000', '113715.090000', '113715.093000', '113715.095000', '113715.098000', '113715.101000', '113715.103000', '113715.106000', '113715.108000', '113715.111000', '113715.113000', '113715.116000', '113715.118000', '113715.122000', '113715.125000', '113715.128000', '113715.130000', '113715.133000', '113715.136000', '113715.138000', '113715.141000', '113715.143000', '113715.146000', '113734.992000', '113734.995000', '113734.998000', '113735.002000', '113735.004000', '113735.007000', '113735.009000', '113735.012000', '113735.014000', '113735.017000', '113735.020000', '113735.022000', '113735.025000', '113735.027000', '113735.030000', '113735.032000', '113735.035000', '113735.038000', '113735.040000', '113735.043000', '113735.045000', '113735.048000', '113735.050000', '113735.053000', '113735.055000', '113735.058000', '113735.060000', '113735.063000', '113735.065000', '113735.068000', '113735.071000', '113735.073000', '113735.076000', '113735.078000', '113735.114000', '113735.117000', '113735.119000', '113735.122000', '113735.124000', '113735.127000', '113735.130000', '113735.132000', '113735.135000', '113735.137000', '113754.993000', '113754.995000', '113754.998000', '113755.001000', '113755.003000', '113755.006000', '113755.008000', '113755.011000', '113755.013000', '113755.016000', '113755.018000', '113755.021000', '113755.024000', '113755.026000', '113755.029000', '113755.031000', '113755.034000', '113755.036000', '113755.039000', '113755.042000', '113755.044000', '113755.047000', '113755.049000', '113755.052000', '113755.054000', '113755.057000', '113755.060000', '113755.062000', '113755.065000', '113755.067000', '113755.070000', '113755.073000', '113755.075000', '113755.078000', '113755.080000', '113755.083000', '113755.085000', '113755.088000', '113755.090000', '113755.093000', '113755.095000', '113755.098000', '113755.111000', '113814.992000', '113814.995000', '113814.998000', '113815.001000', '113815.004000', '113815.007000', '113815.009000', '113815.012000', '113815.014000', '113815.017000', '113815.019000', '113815.022000', '113815.024000', '113815.027000', '113815.030000', '113815.032000', '113815.035000', '113815.037000', '113815.040000', '113815.042000', '113815.045000', '113815.048000', '113815.050000', '113815.053000', '113815.055000', '113815.058000', '113815.060000', '113815.063000', '113815.066000', '113815.068000', '113815.071000', '113815.073000', '113815.076000', '113815.078000', '113815.081000', '113815.084000', '113815.086000', '113815.089000', '113815.091000', '113815.094000', '113815.096000', '113815.099000', '113815.102000', '113815.104000', '113834.993000', '113834.995000', '113834.998000', '113835.001000', '113835.003000', '113835.006000', '113835.008000', '113835.011000', '113835.013000', '113835.016000', '113835.018000', '113835.021000', '113835.024000', '113835.026000', '113835.029000', '113835.031000', '113835.034000', '113835.037000', '113835.039000', '113835.042000', '113835.044000', '113835.047000', '113835.049000', '113835.052000', '113835.055000', '113835.057000', '113835.060000', '113835.062000', '113835.065000', '113835.067000', '113835.070000', '113835.073000', '113835.075000', '113835.078000', '113835.080000', '113835.083000', '113835.088000', '113835.091000', '113835.094000', '113835.096000', '113835.099000', '113835.101000', '113835.104000', '113854.994000', '113854.996000', '113855.000000', '113855.003000', '113855.005000', '113855.008000', '113855.010000', '113855.013000', '113855.015000', '113855.018000', '113855.021000', '113855.023000', '113855.026000', '113855.029000', '113855.031000', '113855.034000', '113855.036000', '113855.039000', '113855.042000', '113855.044000', '113855.047000', '113855.049000', '113855.052000', '113855.054000', '113855.057000', '113855.060000', '113855.062000', '113855.096000', '113855.098000', '113855.101000', '113855.103000', '113855.106000', '113855.109000', '113855.111000', '113855.114000', '113855.116000', '113855.119000', '113855.121000', '113855.124000', '113855.127000', '113855.129000', '113855.132000', '113855.134000', '113855.137000', '113914.992000', '113914.995000', '113914.998000', '113915.001000', '113915.004000', '113915.007000', '113915.009000', '113915.012000', '113915.014000', '113915.017000', '113915.020000', '113915.022000', '113915.025000', '113915.027000', '113915.030000', '113915.032000', '113915.035000', '113915.038000', '113915.040000', '113915.043000', '113915.045000', '113915.048000', '113915.050000', '113915.053000', '113915.056000', '113915.058000', '113915.061000', '113915.063000', '113915.066000', '113915.069000', '113915.071000', '113915.074000', '113915.076000', '113915.079000', '113915.081000', '113915.084000', '113915.086000', '113915.089000', '113915.092000', '113915.094000', '113915.097000', '113915.099000', '113915.102000', '113934.992000', '113935.002000', '113935.005000', '113935.008000', '113935.010000', '113935.013000', '113935.015000', '113935.018000', '113935.020000', '113935.023000', '113935.026000', '113935.028000', '113935.031000', '113935.033000', '113935.036000', '113935.038000', '113935.041000', '113935.044000', '113935.046000', '113935.049000', '113935.051000', '113935.054000', '113935.056000', '113935.059000', '113935.087000', '113935.090000', '113935.092000', '113935.095000', '113935.098000', '113935.100000', '113935.103000', '113935.105000', '113935.108000', '113935.110000', '113935.113000', '113935.116000', '113935.118000', '113935.121000', '113935.123000', '113935.126000', '113935.128000', '113935.131000', '113935.134000', '113935.136000', '113954.993000', '113954.995000', '113954.998000', '113955.002000', '113955.004000', '113955.007000', '113955.009000', '113955.012000', '113955.015000', '113955.017000', '113955.020000', '113955.022000', '113955.025000', '113955.028000', '113955.030000', '113955.033000', '113955.035000', '113955.038000', '113955.040000', '113955.043000', '113955.046000', '113955.048000', '113955.051000', '113955.054000', '113955.056000', '113955.059000', '113955.061000', '113955.064000', '113955.067000', '113955.069000', '113955.072000', '113955.074000', '113955.077000', '113955.080000', '113955.082000', '113955.085000', '113955.088000', '113955.090000', '113955.093000', '113955.095000', '113955.098000', '113955.101000', '113955.103000', '114014.992000', '114014.995000', '114014.998000', '114015.001000', '114015.004000', '114015.006000', '114015.009000', '114015.012000', '114015.014000', '114015.017000', '114015.020000', '114015.023000', '114015.026000', '114015.028000', '114015.031000', '114015.033000', '114015.036000', '114015.038000', '114015.041000', '114015.043000', '114015.046000', '114015.049000', '114015.051000', '114015.054000', '114015.057000', '114015.059000', '114015.062000', '114015.064000', '114015.067000', '114015.069000', '114015.072000', '114015.075000', '114015.078000', '114015.080000', '114015.083000', '114015.085000', '114015.088000', '114015.090000', '114015.093000', '114015.096000', '114015.098000', '114015.101000', '114015.103000', '114015.106000', '114034.992000', '114034.995000', '114034.998000', '114035.001000', '114035.004000', '114035.007000', '114035.009000', '114035.012000', '114035.015000', '114035.017000', '114035.020000', '114035.022000', '114035.025000', '114035.027000', '114035.030000', '114035.032000', '114035.035000', '114035.038000', '114035.040000', '114035.043000', '114035.045000', '114035.048000', '114035.051000', '114035.053000', '114035.056000', '114035.058000', '114035.061000', '114035.064000', '114035.066000', '114035.069000', '114035.071000', '114035.074000', '114035.076000', '114035.079000', '114035.081000', '114035.084000', '114035.087000', '114035.089000', '114035.092000', '114035.095000', '114035.097000', '114035.100000', '114035.102000', '114054.993000', '114054.996000', '114054.998000', '114055.001000', '114055.003000', '114055.006000', '114055.009000', '114055.011000', '114055.014000', '114055.016000', '114055.019000', '114055.022000', '114055.024000', '114055.027000', '114055.029000', '114055.032000', '114055.034000', '114055.037000', '114055.040000', '114055.042000', '114055.045000', '114055.048000', '114055.050000', '114055.053000', '114055.055000', '114055.058000', '114055.060000', '114055.063000', '114055.066000', '114055.068000', '114055.071000', '114055.073000', '114055.076000', '114055.078000', '114055.081000', '114055.084000', '114055.086000', '114055.089000', '114055.092000', '114055.094000', '114055.097000', '114055.100000', '114055.102000', '114114.993000', '114114.995000', '114114.998000', '114115.002000', '114115.004000', '114115.007000', '114115.021000', '114115.023000', '114115.026000', '114115.029000', '114115.031000', '114115.034000', '114115.036000', '114115.039000', '114115.041000', '114115.044000', '114115.046000', '114115.049000', '114115.052000', '114115.054000', '114115.057000', '114115.059000', '114115.062000', '114115.064000', '114115.067000', '114115.070000', '114115.072000', '114115.075000', '114115.077000', '114115.080000', '114115.082000', '114115.085000', '114115.088000', '114115.090000', '114115.093000', '114115.095000', '114115.098000', '114115.101000', '114115.103000', '114115.106000', '114115.108000', '114115.111000', '114115.113000', '114115.116000', '114134.993000', '114134.995000', '114134.998000', '114135.001000', '114135.003000', '114135.006000', '114135.008000', '114135.011000', '114135.014000', '114135.016000', '114135.019000', '114135.021000', '114135.024000', '114135.027000', '114135.030000', '114135.033000', '114135.035000', '114135.038000', '114135.041000', '114135.043000', '114135.046000', '114135.048000', '114135.051000', '114135.054000', '114135.056000', '114135.059000', '114135.062000', '114135.065000', '114135.068000', '114135.070000', '114135.073000', '114135.076000', '114135.078000', '114135.081000', '114135.084000', '114135.086000', '114135.089000', '114135.091000', '114135.094000', '114135.096000', '114135.099000', '114135.101000', '114135.104000', '114154.993000', '114154.995000', '114154.998000', '114155.002000', '114155.004000', '114155.007000', '114155.010000', '114155.012000', '114155.015000', '114155.017000', '114155.020000', '114155.023000', '114155.025000', '114155.028000', '114155.030000', '114155.033000', '114155.036000', '114155.038000', '114155.041000', '114155.044000', '114155.046000', '114155.049000', '114155.051000', '114155.054000', '114155.056000', '114155.059000', '114155.062000', '114155.064000', '114155.067000', '114155.069000', '114155.072000', '114155.074000', '114155.077000', '114155.080000', '114155.082000', '114155.085000', '114155.087000', '114155.090000', '114155.093000', '114155.095000', '114155.098000', '114155.100000', '114155.103000', '114155.105000', '114214.993000', '114214.995000', '114214.998000', '114215.002000', '114215.004000', '114215.007000', '114215.010000', '114215.012000', '114215.015000', '114215.017000', '114215.020000', '114215.022000', '114215.025000', '114215.028000', '114215.030000', '114215.033000', '114215.035000', '114215.038000', '114215.041000', '114215.044000', '114215.047000', '114215.050000', '114215.053000', '114215.055000', '114215.058000', '114215.061000', '114215.063000', '114215.066000', '114215.068000', '114215.071000', '114215.073000', '114215.076000', '114215.079000', '114215.081000', '114215.084000', '114215.087000', '114215.089000', '114215.092000', '114215.094000', '114215.097000', '114215.099000', '114215.102000', '114215.105000', '114234.992000', '114234.995000', '114234.998000', '114235.002000', '114235.004000', '114235.007000', '114235.009000', '114235.012000', '114235.015000', '114235.017000', '114235.020000', '114235.022000', '114235.025000', '114235.027000', '114235.030000', '114235.033000', '114235.035000', '114235.038000', '114235.040000', '114235.043000', '114235.046000', '114235.048000', '114235.051000', '114235.053000', '114235.056000', '114235.059000', '114235.061000', '114235.064000', '114235.066000', '114235.069000', '114235.071000', '114235.082000', '114235.085000', '114235.088000', '114235.090000', '114235.093000', '114235.095000', '114235.098000', '114235.100000', '114235.103000', '114235.106000', '114235.108000', '114235.111000', '114235.115000', '114254.993000', '114254.996000', '114254.998000', '114255.002000', '114255.004000', '114255.007000', '114255.010000', '114255.012000', '114255.015000', '114255.017000', '114255.020000', '114255.022000', '114255.025000', '114255.028000', '114255.030000', '114255.033000', '114255.036000', '114255.038000', '114255.041000', '114255.043000', '114255.046000', '114255.049000', '114255.051000', '114255.054000', '114255.056000', '114255.059000', '114255.061000', '114255.064000', '114255.067000', '114255.069000', '114255.072000', '114255.075000', '114255.078000', '114255.080000', '114255.083000', '114255.085000', '114255.088000', '114255.091000', '114255.093000', '114255.096000', '114255.098000', '114255.101000', '114255.104000', '114314.993000', '114314.995000', '114314.998000', '114315.002000', '114315.004000', '114315.007000', '114315.010000', '114315.012000', '114315.015000', '114315.017000', '114315.020000', '114315.023000', '114315.025000', '114315.028000', '114315.030000', '114315.033000', '114315.036000', '114315.038000', '114315.041000', '114315.044000', '114315.046000', '114315.049000', '114315.051000', '114315.054000', '114315.057000', '114315.059000', '114315.062000', '114315.065000', '114315.067000', '114315.071000', '114315.074000', '114315.076000', '114315.079000', '114315.081000', '114315.084000', '114315.087000', '114315.089000', '114315.092000', '114315.094000', '114315.097000', '114315.100000', '114315.102000', '114315.105000', '114315.107000', '114334.993000', '114334.995000', '114334.998000', '114335.001000', '114335.003000', '114335.006000', '114335.008000', '114335.011000', '114335.013000', '114335.016000', '114335.018000', '114335.021000', '114335.024000', '114335.026000', '114335.029000', '114335.031000', '114335.034000', '114335.037000', '114335.039000', '114335.042000', '114335.044000', '114335.047000', '114335.049000', '114335.052000', '114335.055000', '114335.057000', '114335.060000', '114335.062000', '114335.065000', '114335.068000', '114335.070000', '114335.073000', '114335.075000', '114335.078000', '114335.080000', '114335.083000', '114335.086000', '114335.088000', '114335.091000', '114335.094000', '114335.096000', '114335.099000', '114335.101000', '114354.992000', '114354.995000', '114354.998000', '114355.002000', '114355.004000', '114355.007000', '114355.009000', '114355.012000', '114355.014000', '114355.017000', '114355.020000', '114355.022000', '114355.025000', '114355.027000', '114355.030000', '114355.033000', '114355.035000', '114355.038000', '114355.040000', '114355.043000', '114355.046000', '114355.048000', '114355.051000', '114355.053000', '114355.056000', '114355.058000', '114355.061000', '114355.064000', '114355.066000', '114355.069000', '114355.072000', '114355.074000', '114355.077000', '114355.079000', '114355.082000', '114355.085000', '114355.087000', '114355.090000', '114355.092000', '114355.095000', '114355.098000', '114355.100000', '114355.120000', '114355.122000', '114356.682000', '114356.685000', '114356.688000', '114356.691000'], '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': [12177, 13586, 11349, 13192, 9776, 12054, 11804, 11583, 11378, 10735, 19736, 10573, 16290, 10287, 11440, 10755, 11027, 8951, 9703, 10905, 9760, 8783, 9468, 12289, 9492, 11630, 10626, 11918, 10307, 11224, 8931, 9720, 9846, 10450, 11397, 10249, 11243, 10008, 11516, 9595, 15602, 10562, 11719, 11930, 12281, 11147, 11428, 9168, 11436, 11380, 12348, 12478, 11137, 15303, 10906, 18662, 11160, 13819, 11481, 12071, 10870, 11351, 8848, 11461, 12181, 10377, 11513, 10010, 12735, 10077, 13093, 10333, 11482, 10395, 10253, 10032, 10410, 9541, 10303, 9904, 10135, 10078, 10137, 13542, 9788, 12778, 10831, 12472, 11613, 11752, 9595, 11267, 10203, 11652, 10898, 10840, 13508, 10322, 15004, 10138, 11742, 11033, 11235, 9377, 10628, 8994, 10900, 10382, 10233, 11998, 9742, 13481, 9892, 12256, 10623, 11562, 10555, 10518, 10105, 11059, 8800, 10617, 9766, 10490, 10847, 10759, 10601, 10292, 15930, 10177, 14071, 10041, 12247, 10774, 11339, 10831, 10696, 10212, 10911, 11289, 10869, 9477, 10387, 9324, 10210, 9845, 10046, 11808, 9863, 12501, 9925, 12096, 10449, 11619, 10755, 11251, 9150, 11311, 12028, 11123, 10336, 10925, 9999, 10832, 12444, 10395, 18356, 10820, 13609, 10490, 11810, 10673, 11155, 10265, 10357, 10199, 11150, 9021, 11076, 9748, 10514, 10358, 10883, 11413, 10856, 11724, 10688, 12546, 10655, 15300, 10147, 13181, 11126, 11608, 10700, 11634, 10856, 11384, 9129, 10537, 10218, 10566, 10229, 10400, 11686, 9957, 12088, 9718, 12827, 10097, 11175, 10877, 11654, 10501, 11237, 9352, 10552, 10228, 10869, 11317, 10413, 12980, 10319, 13987, 10100, 13612, 10900, 11751, 11395, 10915, 10288, 11195, 9636, 10982, 10210, 10666, 11474, 10614, 9220, 10443, 18094, 10116, 13303, 11298, 11638, 10669, 10855, 8769, 11091, 11397, 10474, 11970, 10341, 12099, 9592, 11910, 10702, 11418, 10408, 10621, 10501, 10617, 9323, 10117, 12524, 9575, 12376, 9708, 12114, 10512, 10824, 10963, 10663, 8713, 10905, 11821, 10838, 9586, 10429, 10571, 10462, 18334, 10557, 12615, 11824, 12796, 8925, 11009, 11300, 10839, 10836, 10840, 9858, 10188, 12274, 9814, 12220, 9780, 16097, 9743, 12105, 10442, 10644, 10418, 11723, 10132, 11238, 9078, 11123, 10873, 11148, 11761, 10685, 9566, 11021, 9249, 10238, 11931, 9748, 17818, 10591, 12883, 10607, 11867, 10569, 10930, 8905, 10405, 11633, 10706, 11342, 10027, 16926, 10445, 14988, 10280, 11520, 10318, 10638, 9317, 10443, 11519, 10666, 10116, 10577, 13575, 10227, 16465, 10637, 12310, 10343, 11231, 11099, 11181, 10392, 10214, 14982, 9889, 12041, 10648, 11564, 9241, 10478, 9697, 10463, 10093, 9433, 15263, 9866, 11124, 10878, 11127, 9602, 10792, 10856, 10846, 10996, 10244, 13257, 9427, 11839, 11101, 10724, 10132, 10831, 11334, 10485, 10323, 9864, 10735, 9574, 13690, 10288, 11458, 11431, 11128, 9085, 10836, 10084, 10787, 12348, 9972, 14430, 10784, 11261, 11268, 10145, 9339, 10596, 10579, 10580, 16580, 10047, 13090, 11179, 11328, 9560, 10884, 11813, 10680, 12851, 9324, 12047, 10699, 11013, 10819, 10944, 9259, 10821, 11112, 10423, 20365, 10680, 12987, 11142, 11604, 10914, 11341, 19098, 9929, 12691, 11109, 11755, 10164, 10861, 11045, 10201, 12331, 9513, 11542, 10850, 10961, 9006, 10337, 10703, 10059, 11669, 9652, 15879, 10186, 11533, 10165, 10403, 8674, 10482, 11739, 10334, 12151, 9564, 17538, 10761, 12395, 10722, 11337, 9030, 11057, 11507, 10982, 11086, 9831, 16434, 10067, 11631, 10543, 11188, 9405, 10562, 9555, 10541, 19778, 9908, 12623, 11384, 11527, 9599, 11165, 12023, 10212, 11927, 9749, 12223, 9536, 11715, 10668, 10922, 10178, 10211, 8823, 10608, 11448, 10388, 14129, 9769, 19669, 10647, 12347, 11030, 11179, 9362, 11456, 11864, 10634, 14336, 9679, 12151, 11427, 11940, 10732, 11201, 11139, 10863, 9381, 10654, 10129, 9741, 13371, 9630, 11250, 11222, 11022, 10225, 10852, 10957, 10243, 15741, 9367, 13068, 11037, 11426, 9296, 10774, 9711, 10577, 13363, 9192, 11907, 10508, 10757, 9770, 10807, 11677, 10238, 10662, 9925, 11820, 9416, 12398, 11021, 10914, 9692, 10781, 11054, 10719, 10039, 10734, 14419, 10144, 17798, 11104, 11402, 10965, 10536, 8835, 10940, 9902, 10287, 19615, 10764, 12643, 10892, 11224, 10968, 10796, 9712, 10817, 13354, 9543, 13338, 10195, 10988, 10552, 11474, 9246, 10699, 10678, 10491, 9629, 10119, 11795, 9549, 11925, 10530, 10876, 10104, 10951, 10272, 10341, 9686, 10678, 14767, 10190, 17187, 10472, 12061, 11252, 12458, 10871, 11364, 11322, 11035, 9890, 11091, 11974, 9481, 15696, 10249, 11471, 10607, 11384, 9955, 10683, 10233, 10673, 11506, 10457, 10762, 10243, 19224, 10582, 12627, 11402, 11663, 10765, 11147, 9411, 11230, 9171, 11423, 10942, 11115, 12633, 10299, 19122, 9426, 12356, 11127, 11441, 8964, 11295, 10250, 10341, 16618, 9917, 11500, 10137, 11435, 9190, 10656, 9587, 10280, 11806, 9061, 13768, 9614, 11198, 10596, 10290, 10391, 10137, 9832, 9883, 11667, 9093, 12134, 9740, 11511, 10706, 10545, 9274, 10569, 11218, 10152, 9809, 9946, 16904, 10408, 12373, 11289, 11209, 9105, 10666, 9901, 10796, 9903, 10509, 13303, 9832, 13309, 11056, 12352, 11393, 11342, 10493, 10672, 8707, 11110, 11307, 11057, 14366, 10119, 13616, 11516, 13084, 9127, 11237, 10698, 10793, 11580, 9645, 13751, 10292, 10431, 10397, 9835, 10556, 10414, 10666, 10408, 9590, 10254, 9817, 10918, 19034, 9402, 13522, 12484, 12460, 9760, 11967, 11943, 10606, 17701, 10064, 12237, 11450, 11786, 9447, 10966, 10134, 10508, 12431, 9161, 11822, 10683, 10912, 9313, 9920, 10071, 10180, 10805, 9600, 11400, 9441, 12994, 10049, 15418, 10605, 11804, 10694, 11572, 10666, 11810, 12117, 11095, 14616, 10249, 14359, 11446, 12397, 11079, 11344, 8661, 10929, 10336, 10598, 12565, 9570, 12685, 9639, 11528, 10176, 10952, 10829, 11023, 10445, 10301, 8663, 10682, 10250, 10437, 15366, 9652, 17783, 10074, 12904, 11818, 12074, 9707, 11137, 10103, 11348, 9795, 9824, 14896, 9922, 11031, 10571, 11106, 9453, 10666, 9758, 10250, 16115, 9529, 11808, 11319, 10961, 9918, 10314, 9776, 10247, 9447, 9727, 12778, 9574, 11408, 11625, 11052, 10553, 10716, 11548, 10428, 10022, 10162, 10582, 9564, 13945, 10402, 11153, 11137, 10599, 10574, 10615, 11566, 10839, 10189, 10276, 12407, 9951, 18397, 10792, 12421, 12051, 12323, 9275, 11339, 11275, 11479, 18739, 9796, 18283, 11398, 11519, 11137, 10982, 10342, 10630, 11370, 10773, 9937, 10513, 15551, 9717, 19440, 11019, 12631, 11127, 11376, 9962, 11132, 10889, 9825, 13924, 9594], 'WindowCenter': [4814.0, 4797.0, 4748.0, 4745.0, 4700.0, 4718.0, 4706.0, 4705.0, 4705.0, 4703.0, 4754.0, 4692.0, 4721.0, 4682.0, 4689.0, 4691.0, 4690.0, 4673.0, 4682.0, 4693.0, 4684.0, 4664.0, 4686.0, 4717.0, 4686.0, 4704.0, 4705.0, 4713.0, 4696.0, 4718.0, 4690.0, 4698.0, 4695.0, 4706.0, 4716.0, 4720.0, 4717.0, 4710.0, 4717.0, 4700.0, 4746.0, 4709.0, 4716.0, 4718.0, 4715.0, 4707.0, 4707.0, 4686.0, 4718.0, 4704.0, 4717.0, 4713.0, 4704.0, 4733.0, 4707.0, 4740.0, 4706.0, 4722.0, 4702.0, 4703.0, 4705.0, 4694.0, 4672.0, 4702.0, 4702.0, 4680.0, 4704.0, 4695.0, 4712.0, 4682.0, 4710.0, 4684.0, 4702.0, 4697.0, 4680.0, 4682.0, 4692.0, 4684.0, 4695.0, 4696.0, 4707.0, 4696.0, 4697.0, 4726.0, 4699.0, 4715.0, 4706.0, 4714.0, 4705.0, 4705.0, 4685.0, 4705.0, 4692.0, 4705.0, 4692.0, 4693.0, 4723.0, 4694.0, 4720.0, 4684.0, 4702.0, 4692.0, 4704.0, 4686.0, 4694.0, 4674.0, 4693.0, 4683.0, 4694.0, 4705.0, 4685.0, 4712.0, 4684.0, 4703.0, 4695.0, 4701.0, 4693.0, 4695.0, 4695.0, 4702.0, 4675.0, 4706.0, 4696.0, 4695.0, 4694.0, 4706.0, 4692.0, 4695.0, 4731.0, 4686.0, 4724.0, 4685.0, 4704.0, 4695.0, 4704.0, 4694.0, 4693.0, 4696.0, 4693.0, 4693.0, 4705.0, 4684.0, 4693.0, 4674.0, 4696.0, 4685.0, 4695.0, 4716.0, 4696.0, 4714.0, 4696.0, 4713.0, 4707.0, 4715.0, 4705.0, 4704.0, 4684.0, 4705.0, 4714.0, 4706.0, 4693.0, 4706.0, 4683.0, 4705.0, 4714.0, 4695.0, 4745.0, 4694.0, 4723.0, 4695.0, 4704.0, 4694.0, 4703.0, 4695.0, 4685.0, 4696.0, 4704.0, 4686.0, 4717.0, 4687.0, 4695.0, 4696.0, 4705.0, 4703.0, 4705.0, 4715.0, 4696.0, 4712.0, 4705.0, 4733.0, 4693.0, 4726.0, 4705.0, 4704.0, 4696.0, 4704.0, 4704.0, 4705.0, 4685.0, 4693.0, 4693.0, 4694.0, 4695.0, 4706.0, 4712.0, 4695.0, 4716.0, 4687.0, 4723.0, 4698.0, 4704.0, 4707.0, 4704.0, 4694.0, 4706.0, 4686.0, 4704.0, 4697.0, 4704.0, 4703.0, 4706.0, 4724.0, 4694.0, 4721.0, 4695.0, 4723.0, 4693.0, 4713.0, 4707.0, 4694.0, 4694.0, 4704.0, 4685.0, 4707.0, 4694.0, 4695.0, 4703.0, 4704.0, 4684.0, 4706.0, 4745.0, 4697.0, 4712.0, 4704.0, 4704.0, 4696.0, 4693.0, 4662.0, 4702.0, 4703.0, 4696.0, 4703.0, 4696.0, 4703.0, 4682.0, 4701.0, 4696.0, 4703.0, 4696.0, 4693.0, 4695.0, 4693.0, 4684.0, 4697.0, 4714.0, 4686.0, 4711.0, 4687.0, 4714.0, 4708.0, 4705.0, 4707.0, 4695.0, 4675.0, 4704.0, 4717.0, 4706.0, 4686.0, 4705.0, 4695.0, 4703.0, 4744.0, 4705.0, 4714.0, 4704.0, 4713.0, 4674.0, 4694.0, 4705.0, 4702.0, 4691.0, 4696.0, 4685.0, 4695.0, 4714.0, 4695.0, 4713.0, 4694.0, 4733.0, 4683.0, 4716.0, 4697.0, 4693.0, 4695.0, 4715.0, 4694.0, 4705.0, 4677.0, 4704.0, 4692.0, 4704.0, 4713.0, 4706.0, 4695.0, 4704.0, 4685.0, 4697.0, 4714.0, 4684.0, 4756.0, 4695.0, 4716.0, 4705.0, 4703.0, 4706.0, 4707.0, 4676.0, 4695.0, 4704.0, 4705.0, 4702.0, 4696.0, 4743.0, 4695.0, 4734.0, 4695.0, 4701.0, 4707.0, 4703.0, 4688.0, 4704.0, 4705.0, 4695.0, 4697.0, 4705.0, 4725.0, 4696.0, 4732.0, 4694.0, 4714.0, 4695.0, 4703.0, 4694.0, 4705.0, 4683.0, 4696.0, 4731.0, 4683.0, 4703.0, 4695.0, 4701.0, 4685.0, 4695.0, 4683.0, 4693.0, 4692.0, 4684.0, 4734.0, 4696.0, 4705.0, 4693.0, 4703.0, 4685.0, 4694.0, 4705.0, 4702.0, 4693.0, 4694.0, 4713.0, 4684.0, 4715.0, 4705.0, 4706.0, 4696.0, 4703.0, 4705.0, 4707.0, 4695.0, 4696.0, 4705.0, 4686.0, 4724.0, 4698.0, 4704.0, 4717.0, 4705.0, 4674.0, 4705.0, 4696.0, 4704.0, 4714.0, 4695.0, 4734.0, 4705.0, 4704.0, 4703.0, 4696.0, 4686.0, 4707.0, 4707.0, 4709.0, 4744.0, 4695.0, 4724.0, 4705.0, 4707.0, 4685.0, 4705.0, 4703.0, 4695.0, 4713.0, 4688.0, 4717.0, 4695.0, 4694.0, 4705.0, 4703.0, 4683.0, 4708.0, 4717.0, 4705.0, 4753.0, 4696.0, 4725.0, 4703.0, 4703.0, 4693.0, 4704.0, 4741.0, 4682.0, 4712.0, 4692.0, 4701.0, 4683.0, 4693.0, 4691.0, 4692.0, 4711.0, 4687.0, 4704.0, 4693.0, 4692.0, 4674.0, 4692.0, 4694.0, 4694.0, 4702.0, 4684.0, 4745.0, 4695.0, 4705.0, 4697.0, 4705.0, 4677.0, 4694.0, 4712.0, 4694.0, 4715.0, 4697.0, 4744.0, 4703.0, 4713.0, 4704.0, 4704.0, 4683.0, 4704.0, 4704.0, 4705.0, 4704.0, 4696.0, 4742.0, 4684.0, 4704.0, 4696.0, 4702.0, 4685.0, 4703.0, 4686.0, 4706.0, 4752.0, 4684.0, 4713.0, 4705.0, 4701.0, 4683.0, 4693.0, 4702.0, 4694.0, 4713.0, 4685.0, 4712.0, 4684.0, 4714.0, 4708.0, 4703.0, 4695.0, 4696.0, 4687.0, 4704.0, 4716.0, 4709.0, 4734.0, 4697.0, 4753.0, 4705.0, 4714.0, 4708.0, 4703.0, 4687.0, 4705.0, 4704.0, 4696.0, 4732.0, 4686.0, 4704.0, 4702.0, 4704.0, 4693.0, 4693.0, 4706.0, 4706.0, 4673.0, 4696.0, 4695.0, 4685.0, 4722.0, 4688.0, 4704.0, 4702.0, 4704.0, 4695.0, 4694.0, 4707.0, 4697.0, 4733.0, 4685.0, 4712.0, 4693.0, 4702.0, 4684.0, 4705.0, 4683.0, 4695.0, 4712.0, 4686.0, 4714.0, 4694.0, 4706.0, 4695.0, 4705.0, 4704.0, 4697.0, 4704.0, 4697.0, 4715.0, 4685.0, 4716.0, 4709.0, 4706.0, 4685.0, 4705.0, 4704.0, 4693.0, 4696.0, 4707.0, 4736.0, 4694.0, 4744.0, 4706.0, 4715.0, 4707.0, 4705.0, 4675.0, 4704.0, 4694.0, 4697.0, 4753.0, 4706.0, 4715.0, 4694.0, 4693.0, 4706.0, 4692.0, 4684.0, 4704.0, 4723.0, 4686.0, 4725.0, 4695.0, 4694.0, 4695.0, 4704.0, 4673.0, 4695.0, 4694.0, 4692.0, 4685.0, 4696.0, 4714.0, 4697.0, 4714.0, 4696.0, 4706.0, 4696.0, 4705.0, 4707.0, 4696.0, 4686.0, 4707.0, 4732.0, 4694.0, 4745.0, 4707.0, 4714.0, 4705.0, 4715.0, 4695.0, 4706.0, 4705.0, 4705.0, 4685.0, 4705.0, 4703.0, 4685.0, 4746.0, 4694.0, 4705.0, 4696.0, 4703.0, 4683.0, 4696.0, 4695.0, 4694.0, 4703.0, 4695.0, 4705.0, 4706.0, 4755.0, 4696.0, 4713.0, 4705.0, 4703.0, 4705.0, 4705.0, 4676.0, 4703.0, 4685.0, 4703.0, 4706.0, 4706.0, 4715.0, 4695.0, 4754.0, 4673.0, 4712.0, 4704.0, 4703.0, 4674.0, 4703.0, 4683.0, 4694.0, 4742.0, 4683.0, 4692.0, 4684.0, 4693.0, 4671.0, 4695.0, 4673.0, 4683.0, 4702.0, 4672.0, 4710.0, 4685.0, 4703.0, 4695.0, 4693.0, 4694.0, 4694.0, 4686.0, 4698.0, 4718.0, 4686.0, 4716.0, 4696.0, 4705.0, 4704.0, 4706.0, 4687.0, 4697.0, 4706.0, 4694.0, 4699.0, 4710.0, 4747.0, 4705.0, 4715.0, 4705.0, 4704.0, 4687.0, 4705.0, 4696.0, 4707.0, 4686.0, 4706.0, 4724.0, 4699.0, 4726.0, 4705.0, 4714.0, 4707.0, 4706.0, 4709.0, 4707.0, 4678.0, 4705.0, 4705.0, 4705.0, 4736.0, 4696.0, 4724.0, 4703.0, 4713.0, 4673.0, 4694.0, 4694.0, 4707.0, 4714.0, 4695.0, 4737.0, 4696.0, 4693.0, 4695.0, 4693.0, 4708.0, 4706.0, 4708.0, 4705.0, 4707.0, 4706.0, 4697.0, 4709.0, 4755.0, 4686.0, 4725.0, 4717.0, 4713.0, 4685.0, 4705.0, 4702.0, 4694.0, 4743.0, 4683.0, 4703.0, 4703.0, 4702.0, 4671.0, 4695.0, 4682.0, 4692.0, 4699.0, 4675.0, 4699.0, 4694.0, 4692.0, 4686.0, 4695.0, 4684.0, 4694.0, 4702.0, 4687.0, 4717.0, 4711.0, 4736.0, 4700.0, 4744.0, 4708.0, 4716.0, 4706.0, 4717.0, 4695.0, 4717.0, 4714.0, 4706.0, 4736.0, 4698.0, 4724.0, 4704.0, 4711.0, 4693.0, 4701.0, 4676.0, 4706.0, 4694.0, 4693.0, 4713.0, 4684.0, 4716.0, 4687.0, 4704.0, 4697.0, 4705.0, 4706.0, 4704.0, 4708.0, 4695.0, 4676.0, 4707.0, 4696.0, 4694.0, 4737.0, 4686.0, 4745.0, 4692.0, 4714.0, 4705.0, 4712.0, 4686.0, 4701.0, 4684.0, 4704.0, 4685.0, 4685.0, 4731.0, 4696.0, 4695.0, 4694.0, 4703.0, 4686.0, 4695.0, 4696.0, 4698.0, 4733.0, 4684.0, 4703.0, 4706.0, 4694.0, 4696.0, 4696.0, 4686.0, 4696.0, 4686.0, 4697.0, 4725.0, 4699.0, 4707.0, 4706.0, 4706.0, 4698.0, 4697.0, 4716.0, 4708.0, 4696.0, 4696.0, 4695.0, 4697.0, 4723.0, 4706.0, 4716.0, 4718.0, 4706.0, 4709.0, 4708.0, 4717.0, 4721.0, 4707.0, 4710.0, 4727.0, 4700.0, 4756.0, 4709.0, 4718.0, 4718.0, 4714.0, 4684.0, 4707.0, 4707.0, 4719.0, 4755.0, 4696.0, 4743.0, 4705.0, 4704.0, 4706.0, 4702.0, 4696.0, 4706.0, 4705.0, 4705.0, 4697.0, 4705.0, 4735.0, 4687.0, 4755.0, 4695.0, 4715.0, 4707.0, 4703.0, 4684.0, 4694.0, 4693.0, 4686.0, 4723.0, 4687.0], 'WindowWidth': [10517.0, 10472.0, 10386.0, 10369.0, 10300.0, 10317.0, 10296.0, 10295.0, 10289.0, 10289.0, 10360.0, 10271.0, 10309.0, 10256.0, 10260.0, 10266.0, 10265.0, 10247.0, 10257.0, 10272.0, 10262.0, 10235.0, 10268.0, 10312.0, 10269.0, 10291.0, 10295.0, 10302.0, 10285.0, 10315.0, 10281.0, 10289.0, 10282.0, 10298.0, 10312.0, 10325.0, 10315.0, 10308.0, 10312.0, 10294.0, 10353.0, 10306.0, 10312.0, 10316.0, 10308.0, 10298.0, 10296.0, 10270.0, 10316.0, 10291.0, 10311.0, 10300.0, 10290.0, 10329.0, 10297.0, 10337.0, 10292.0, 10311.0, 10283.0, 10286.0, 10293.0, 10274.0, 10243.0, 10283.0, 10282.0, 10252.0, 10288.0, 10279.0, 10296.0, 10258.0, 10293.0, 10262.0, 10285.0, 10284.0, 10254.0, 10259.0, 10270.0, 10263.0, 10281.0, 10284.0, 10299.0, 10281.0, 10284.0, 10321.0, 10289.0, 10307.0, 10298.0, 10303.0, 10291.0, 10292.0, 10269.0, 10291.0, 10270.0, 10291.0, 10269.0, 10272.0, 10315.0, 10277.0, 10307.0, 10263.0, 10285.0, 10272.0, 10288.0, 10269.0, 10275.0, 10249.0, 10273.0, 10257.0, 10275.0, 10292.0, 10265.0, 10298.0, 10261.0, 10286.0, 10276.0, 10284.0, 10275.0, 10278.0, 10279.0, 10286.0, 10254.0, 10295.0, 10282.0, 10280.0, 10276.0, 10293.0, 10271.0, 10280.0, 10325.0, 10265.0, 10317.0, 10265.0, 10288.0, 10279.0, 10291.0, 10276.0, 10272.0, 10280.0, 10274.0, 10274.0, 10295.0, 10263.0, 10273.0, 10249.0, 10282.0, 10265.0, 10279.0, 10310.0, 10282.0, 10304.0, 10283.0, 10302.0, 10300.0, 10308.0, 10294.0, 10290.0, 10265.0, 10291.0, 10301.0, 10296.0, 10276.0, 10295.0, 10260.0, 10293.0, 10303.0, 10280.0, 10349.0, 10276.0, 10315.0, 10277.0, 10288.0, 10276.0, 10290.0, 10280.0, 10264.0, 10282.0, 10288.0, 10268.0, 10314.0, 10272.0, 10281.0, 10282.0, 10295.0, 10289.0, 10295.0, 10309.0, 10281.0, 10299.0, 10292.0, 10328.0, 10275.0, 10322.0, 10291.0, 10288.0, 10279.0, 10288.0, 10290.0, 10292.0, 10267.0, 10275.0, 10275.0, 10277.0, 10281.0, 10298.0, 10300.0, 10282.0, 10309.0, 10271.0, 10316.0, 10289.0, 10291.0, 10298.0, 10290.0, 10278.0, 10296.0, 10272.0, 10293.0, 10283.0, 10292.0, 10287.0, 10297.0, 10321.0, 10279.0, 10311.0, 10278.0, 10314.0, 10276.0, 10303.0, 10297.0, 10275.0, 10276.0, 10290.0, 10265.0, 10297.0, 10277.0, 10279.0, 10288.0, 10291.0, 10264.0, 10299.0, 10349.0, 10284.0, 10300.0, 10289.0, 10289.0, 10283.0, 10274.0, 10232.0, 10285.0, 10284.0, 10280.0, 10288.0, 10279.0, 10285.0, 10259.0, 10283.0, 10282.0, 10290.0, 10280.0, 10274.0, 10278.0, 10274.0, 10263.0, 10286.0, 10305.0, 10269.0, 10297.0, 10271.0, 10303.0, 10304.0, 10295.0, 10298.0, 10280.0, 10254.0, 10291.0, 10312.0, 10298.0, 10269.0, 10295.0, 10279.0, 10290.0, 10346.0, 10295.0, 10304.0, 10291.0, 10300.0, 10248.0, 10276.0, 10293.0, 10285.0, 10269.0, 10280.0, 10263.0, 10279.0, 10305.0, 10279.0, 10300.0, 10276.0, 10328.0, 10262.0, 10311.0, 10286.0, 10274.0, 10281.0, 10304.0, 10277.0, 10294.0, 10258.0, 10290.0, 10272.0, 10291.0, 10300.0, 10298.0, 10281.0, 10292.0, 10265.0, 10283.0, 10303.0, 10266.0, 10365.0, 10279.0, 10307.0, 10294.0, 10288.0, 10295.0, 10299.0, 10256.0, 10279.0, 10291.0, 10294.0, 10286.0, 10285.0, 10345.0, 10280.0, 10330.0, 10281.0, 10285.0, 10300.0, 10291.0, 10274.0, 10292.0, 10292.0, 10281.0, 10285.0, 10295.0, 10320.0, 10282.0, 10328.0, 10276.0, 10305.0, 10280.0, 10287.0, 10275.0, 10289.0, 10258.0, 10282.0, 10324.0, 10262.0, 10287.0, 10278.0, 10282.0, 10267.0, 10281.0, 10259.0, 10275.0, 10272.0, 10263.0, 10331.0, 10283.0, 10290.0, 10275.0, 10286.0, 10264.0, 10276.0, 10294.0, 10288.0, 10273.0, 10277.0, 10300.0, 10265.0, 10306.0, 10293.0, 10293.0, 10283.0, 10288.0, 10292.0, 10299.0, 10280.0, 10282.0, 10292.0, 10269.0, 10319.0, 10288.0, 10292.0, 10313.0, 10292.0, 10249.0, 10295.0, 10282.0, 10291.0, 10303.0, 10280.0, 10333.0, 10294.0, 10292.0, 10290.0, 10282.0, 10269.0, 10298.0, 10299.0, 10305.0, 10347.0, 10281.0, 10318.0, 10292.0, 10298.0, 10266.0, 10292.0, 10286.0, 10280.0, 10301.0, 10272.0, 10311.0, 10280.0, 10277.0, 10295.0, 10289.0, 10264.0, 10303.0, 10314.0, 10296.0, 10358.0, 10282.0, 10320.0, 10286.0, 10288.0, 10274.0, 10290.0, 10337.0, 10258.0, 10296.0, 10271.0, 10283.0, 10260.0, 10272.0, 10267.0, 10271.0, 10295.0, 10270.0, 10289.0, 10273.0, 10271.0, 10247.0, 10271.0, 10278.0, 10278.0, 10286.0, 10266.0, 10348.0, 10280.0, 10293.0, 10286.0, 10294.0, 10259.0, 10278.0, 10299.0, 10280.0, 10309.0, 10287.0, 10346.0, 10290.0, 10301.0, 10291.0, 10290.0, 10263.0, 10290.0, 10291.0, 10293.0, 10289.0, 10284.0, 10342.0, 10264.0, 10289.0, 10281.0, 10286.0, 10269.0, 10291.0, 10267.0, 10295.0, 10354.0, 10262.0, 10301.0, 10292.0, 10282.0, 10260.0, 10272.0, 10283.0, 10276.0, 10302.0, 10267.0, 10300.0, 10264.0, 10304.0, 10301.0, 10292.0, 10282.0, 10283.0, 10271.0, 10293.0, 10311.0, 10306.0, 10332.0, 10286.0, 10360.0, 10293.0, 10305.0, 10300.0, 10289.0, 10269.0, 10293.0, 10289.0, 10280.0, 10328.0, 10270.0, 10289.0, 10286.0, 10287.0, 10272.0, 10271.0, 10295.0, 10295.0, 10246.0, 10281.0, 10277.0, 10265.0, 10314.0, 10273.0, 10291.0, 10287.0, 10289.0, 10279.0, 10278.0, 10298.0, 10284.0, 10329.0, 10265.0, 10299.0, 10273.0, 10286.0, 10265.0, 10293.0, 10260.0, 10280.0, 10298.0, 10268.0, 10305.0, 10279.0, 10294.0, 10281.0, 10292.0, 10290.0, 10286.0, 10293.0, 10285.0, 10307.0, 10268.0, 10309.0, 10303.0, 10296.0, 10267.0, 10293.0, 10290.0, 10277.0, 10284.0, 10300.0, 10336.0, 10277.0, 10346.0, 10295.0, 10308.0, 10298.0, 10294.0, 10254.0, 10292.0, 10279.0, 10287.0, 10358.0, 10294.0, 10306.0, 10277.0, 10273.0, 10295.0, 10274.0, 10262.0, 10289.0, 10314.0, 10267.0, 10320.0, 10281.0, 10275.0, 10280.0, 10289.0, 10247.0, 10281.0, 10279.0, 10274.0, 10264.0, 10282.0, 10303.0, 10285.0, 10306.0, 10282.0, 10294.0, 10283.0, 10293.0, 10301.0, 10285.0, 10268.0, 10299.0, 10326.0, 10278.0, 10348.0, 10298.0, 10303.0, 10294.0, 10305.0, 10277.0, 10295.0, 10294.0, 10293.0, 10265.0, 10293.0, 10287.0, 10267.0, 10351.0, 10278.0, 10292.0, 10281.0, 10289.0, 10262.0, 10282.0, 10278.0, 10277.0, 10288.0, 10280.0, 10293.0, 10297.0, 10363.0, 10280.0, 10303.0, 10292.0, 10287.0, 10294.0, 10291.0, 10254.0, 10287.0, 10264.0, 10287.0, 10296.0, 10296.0, 10303.0, 10280.0, 10357.0, 10246.0, 10298.0, 10292.0, 10286.0, 10248.0, 10287.0, 10259.0, 10274.0, 10340.0, 10260.0, 10269.0, 10261.0, 10271.0, 10240.0, 10277.0, 10245.0, 10258.0, 10282.0, 10244.0, 10294.0, 10266.0, 10288.0, 10277.0, 10273.0, 10275.0, 10275.0, 10268.0, 10289.0, 10319.0, 10273.0, 10308.0, 10283.0, 10294.0, 10294.0, 10295.0, 10271.0, 10284.0, 10295.0, 10279.0, 10290.0, 10307.0, 10353.0, 10294.0, 10307.0, 10293.0, 10290.0, 10273.0, 10295.0, 10280.0, 10299.0, 10268.0, 10296.0, 10320.0, 10290.0, 10323.0, 10295.0, 10304.0, 10297.0, 10294.0, 10304.0, 10298.0, 10258.0, 10293.0, 10291.0, 10293.0, 10336.0, 10282.0, 10317.0, 10288.0, 10300.0, 10244.0, 10276.0, 10275.0, 10300.0, 10311.0, 10284.0, 10342.0, 10283.0, 10274.0, 10279.0, 10275.0, 10306.0, 10297.0, 10302.0, 10297.0, 10304.0, 10299.0, 10288.0, 10305.0, 10363.0, 10268.0, 10322.0, 10311.0, 10300.0, 10263.0, 10291.0, 10283.0, 10277.0, 10343.0, 10258.0, 10286.0, 10284.0, 10281.0, 10240.0, 10277.0, 10257.0, 10269.0, 10277.0, 10249.0, 10278.0, 10273.0, 10270.0, 10270.0, 10280.0, 10264.0, 10278.0, 10286.0, 10271.0, 10314.0, 10312.0, 10340.0, 10293.0, 10347.0, 10302.0, 10309.0, 10298.0, 10313.0, 10280.0, 10311.0, 10303.0, 10294.0, 10335.0, 10286.0, 10317.0, 10289.0, 10294.0, 10272.0, 10281.0, 10255.0, 10295.0, 10276.0, 10275.0, 10300.0, 10262.0, 10308.0, 10271.0, 10289.0, 10283.0, 10291.0, 10294.0, 10292.0, 10303.0, 10281.0, 10258.0, 10298.0, 10281.0, 10278.0, 10338.0, 10269.0, 10346.0, 10274.0, 10304.0, 10292.0, 10298.0, 10267.0, 10282.0, 10262.0, 10290.0, 10262.0, 10264.0, 10327.0, 10282.0, 10277.0, 10277.0, 10286.0, 10268.0, 10278.0, 10283.0, 10286.0, 10328.0, 10262.0, 10287.0, 10293.0, 10275.0, 10282.0, 10283.0, 10267.0, 10282.0, 10268.0, 10284.0, 10322.0, 10291.0, 10298.0, 10296.0, 10294.0, 10285.0, 10283.0, 10310.0, 10301.0, 10282.0, 10282.0, 10280.0, 10284.0, 10317.0, 10298.0, 10312.0, 10316.0, 10297.0, 10305.0, 10302.0, 10316.0, 10324.0, 10300.0, 10307.0, 10327.0, 10292.0, 10368.0, 10305.0, 10313.0, 10313.0, 10304.0, 10264.0, 10296.0, 10297.0, 10316.0, 10360.0, 10281.0, 10343.0, 10291.0, 10291.0, 10296.0, 10286.0, 10283.0, 10294.0, 10293.0, 10295.0, 10287.0, 10294.0, 10333.0, 10270.0, 10361.0, 10277.0, 10304.0, 10297.0, 10288.0, 10259.0, 10275.0, 10271.0, 10265.0, 10314.0, 10270.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.0005137431394072449</td></tr>
<tr><td colspan=3>aqi</td><td>0.013578860043907794</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.75245569251651</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2266509553516478</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006228635010989</td></tr>
<tr><td colspan=3>efc</td><td>0.4696</td></tr>
<tr><td colspan=3>fber</td><td>6706.894</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06869638354833679</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10976948408342481</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4289259940403864</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4611516685942987</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.489948576998636</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3356777365282246</td></tr>
<tr><td colspan=3>gcor</td><td>0.00630207</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016135798767209053</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02750455215573311</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.059801860963113</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>40.2077</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3707</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.2789</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300619.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>833.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.4444</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0398</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.4385</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3936.5005</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1467.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.3138</td></tr>
<tr><td colspan=3>tsnr</td><td>53.18920262437314</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>