<?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-0132_ses-02_task-faces_acq-mb8_run-01_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-0132_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-01_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-01_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-0132/ses-02/func/sub-0132_ses-02_task-faces_acq-mb8_run-01_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>f4604791ba5fb8e55d15e8e7123b4fb9</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>19:37:49.830000</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.999858, 0.0110846, -0.0126984, -0.0101218, 0.997242, 0.0735244]</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-01_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.0747887</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7779, -7216, 223, -78, -51, -82, 144]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db67628d-aecf-4310-9373-73c909708d26||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.6825456619262695, -0.027156023308634758, -0.03639146313071251, 115.0146713256836], [-0.02973906882107258, 2.675527572631836, 0.19814063608646393, -93.51024627685547], [-0.0340687595307827, -0.19726057350635529, 2.692473888397217, -61.141666412353516], [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': ['193749.830000', '193750.290000', '193750.750000', '193751.210000', '193751.670000', '193752.130000', '193752.590000', '193753.050000', '193753.510000', '193753.970000', '193754.430000', '193754.890000', '193755.350000', '193755.810000', '193756.270000', '193756.730000', '193757.190000', '193757.650000', '193758.110000', '193758.570000', '193759.030000', '193759.490000', '193759.950000', '193800.410000', '193800.870000', '193801.330000', '193801.790000', '193802.250000', '193802.710000', '193803.170000', '193803.630000', '193804.090000', '193804.550000', '193805.010000', '193805.470000', '193805.930000', '193806.390000', '193806.850000', '193807.310000', '193807.770000', '193808.230000', '193808.690000', '193809.150000', '193809.610000', '193810.070000', '193810.530000', '193810.990000', '193811.450000', '193811.910000', '193812.370000', '193812.830000', '193813.290000', '193813.750000', '193814.210000', '193814.670000', '193815.130000', '193815.590000', '193816.050000', '193816.510000', '193816.970000', '193817.430000', '193817.890000', '193818.350000', '193818.810000', '193819.270000', '193819.730000', '193820.190000', '193820.650000', '193821.110000', '193821.570000', '193822.030000', '193822.490000', '193822.950000', '193823.410000', '193823.870000', '193824.330000', '193824.790000', '193825.250000', '193825.710000', '193826.170000', '193826.630000', '193827.090000', '193827.550000', '193828.010000', '193828.470000', '193828.930000', '193829.390000', '193829.850000', '193830.310000', '193830.770000', '193831.230000', '193831.690000', '193832.150000', '193832.610000', '193833.070000', '193833.530000', '193833.990000', '193834.450000', '193834.910000', '193835.370000', '193835.830000', '193836.290000', '193836.750000', '193837.210000', '193837.670000', '193838.130000', '193838.590000', '193839.050000', '193839.510000', '193839.970000', '193840.430000', '193840.890000', '193841.350000', '193841.810000', '193842.270000', '193842.730000', '193843.190000', '193843.650000', '193844.110000', '193844.570000', '193845.030000', '193845.490000', '193845.950000', '193846.410000', '193846.870000', '193847.330000', '193847.790000', '193848.250000', '193848.710000', '193849.170000', '193849.630000', '193850.090000', '193850.550000', '193851.010000', '193851.470000', '193851.930000', '193852.390000', '193852.850000', '193853.310000', '193853.770000', '193854.230000', '193854.690000', '193855.150000', '193855.610000', '193856.070000', '193856.530000', '193856.990000', '193857.450000', '193857.910000', '193858.370000', '193858.830000', '193859.290000', '193859.750000', '193900.210000', '193900.670000', '193901.130000', '193901.590000', '193902.050000', '193902.510000', '193902.970000', '193903.430000', '193903.890000', '193904.350000', '193904.810000', '193905.270000', '193905.730000', '193906.190000', '193906.650000', '193907.110000', '193907.570000', '193908.030000', '193908.490000', '193908.950000', '193909.410000', '193909.870000', '193910.330000', '193910.790000', '193911.250000', '193911.710000', '193912.170000', '193912.630000', '193913.090000', '193913.550000', '193914.010000', '193914.470000', '193914.930000', '193915.390000', '193915.850000', '193916.310000', '193916.770000', '193917.230000', '193917.690000', '193918.150000', '193918.610000', '193919.070000', '193919.530000', '193919.990000', '193920.450000', '193920.910000', '193921.370000', '193921.830000', '193922.290000', '193922.750000', '193923.210000', '193923.670000', '193924.130000', '193924.590000', '193925.050000', '193925.510000', '193925.970000', '193926.430000', '193926.890000', '193927.350000', '193927.810000', '193928.270000', '193928.730000', '193929.190000', '193929.650000', '193930.110000', '193930.570000', '193931.030000', '193931.490000', '193931.950000', '193932.410000', '193932.870000', '193933.330000', '193933.790000', '193934.250000', '193934.710000', '193935.170000', '193935.630000', '193936.090000', '193936.550000', '193937.010000', '193937.470000', '193937.930000', '193938.390000', '193938.850000', '193939.310000', '193939.770000', '193940.230000', '193940.690000', '193941.150000', '193941.610000', '193942.070000', '193942.530000', '193942.990000', '193943.450000', '193943.910000', '193944.370000', '193944.830000', '193945.290000', '193945.750000', '193946.210000', '193946.670000', '193947.130000', '193947.590000', '193948.050000', '193948.510000', '193948.970000', '193949.430000', '193949.890000', '193950.350000', '193950.810000', '193951.270000', '193951.730000', '193952.190000', '193952.650000', '193953.110000', '193953.570000', '193954.030000', '193954.490000', '193954.950000', '193955.410000', '193955.870000', '193956.330000', '193956.790000', '193957.250000', '193957.710000', '193958.170000', '193958.630000', '193959.090000', '193959.550000', '194000.010000', '194000.470000', '194000.930000', '194001.390000', '194001.850000', '194002.310000', '194002.770000', '194003.230000', '194003.690000', '194004.150000', '194004.610000', '194005.070000', '194005.530000', '194005.990000', '194006.450000', '194006.910000', '194007.370000', '194007.830000', '194008.290000', '194008.750000', '194009.210000', '194009.670000', '194010.130000', '194010.590000', '194011.050000', '194011.510000', '194011.970000', '194012.430000', '194012.890000', '194013.350000', '194013.810000', '194014.270000', '194014.730000', '194015.190000', '194015.650000', '194016.110000', '194016.570000', '194017.030000', '194017.490000', '194017.950000', '194018.410000', '194018.870000', '194019.330000', '194019.790000', '194020.250000', '194020.710000', '194021.170000', '194021.630000', '194022.090000', '194022.550000', '194023.010000', '194023.470000', '194023.930000', '194024.390000', '194024.850000', '194025.310000', '194025.770000', '194026.230000', '194026.690000', '194027.150000', '194027.610000', '194028.070000', '194028.530000', '194028.990000', '194029.450000', '194029.910000', '194030.370000', '194030.830000', '194031.290000', '194031.750000', '194032.210000', '194032.670000', '194033.130000', '194033.590000', '194034.050000', '194034.510000', '194034.970000', '194035.430000', '194035.890000', '194036.350000', '194036.810000', '194037.270000', '194037.730000', '194038.190000', '194038.650000', '194039.110000', '194039.570000', '194040.030000', '194040.490000', '194040.950000', '194041.410000', '194041.870000', '194042.330000', '194042.790000', '194043.250000', '194043.710000', '194044.170000', '194044.630000', '194045.090000', '194045.550000', '194046.010000', '194046.470000', '194046.930000', '194047.390000', '194047.850000', '194048.310000', '194048.770000', '194049.230000', '194049.690000', '194050.150000', '194050.610000', '194051.070000', '194051.530000', '194051.990000', '194052.450000', '194052.910000', '194053.370000', '194053.830000', '194054.290000', '194054.750000', '194055.210000', '194055.670000', '194056.130000', '194056.590000', '194057.050000', '194057.510000', '194057.970000', '194058.430000', '194058.890000', '194059.350000', '194059.810000', '194100.270000', '194100.730000', '194101.190000', '194101.650000', '194102.110000', '194102.570000', '194103.030000', '194103.490000', '194103.950000', '194104.410000', '194104.870000', '194105.330000', '194105.790000', '194106.250000', '194106.710000', '194107.170000', '194107.630000', '194108.090000', '194108.550000', '194109.010000', '194109.470000', '194109.930000', '194110.390000', '194110.850000', '194111.310000', '194111.770000', '194112.230000', '194112.690000', '194113.150000', '194113.610000', '194114.070000', '194114.530000', '194114.990000', '194115.450000', '194115.910000', '194116.370000', '194116.830000', '194117.290000', '194117.750000', '194118.210000', '194118.670000', '194119.130000', '194119.590000', '194120.050000', '194120.510000', '194120.970000', '194121.430000', '194121.890000', '194122.350000', '194122.810000', '194123.270000', '194123.730000', '194124.190000', '194124.650000', '194125.110000', '194125.570000', '194126.030000', '194126.490000', '194126.950000', '194127.410000', '194127.870000', '194128.330000', '194128.790000', '194129.250000', '194129.710000', '194130.170000', '194130.630000', '194131.090000', '194131.550000', '194132.010000', '194132.470000', '194132.930000', '194133.390000', '194133.850000', '194134.310000', '194134.770000', '194135.230000', '194135.690000', '194136.150000', '194136.610000', '194137.070000', '194137.530000', '194137.990000', '194138.450000', '194138.910000', '194139.370000', '194139.830000', '194140.290000', '194140.750000', '194141.210000', '194141.670000', '194142.130000', '194142.590000', '194143.050000', '194143.510000', '194143.970000', '194144.430000', '194144.890000', '194145.350000', '194145.810000', '194146.270000', '194146.730000', '194147.190000', '194147.650000', '194148.110000', '194148.570000', '194149.030000', '194149.490000', '194149.950000', '194150.410000', '194150.870000', '194151.330000', '194151.790000', '194152.250000', '194152.710000', '194153.170000', '194153.630000', '194154.090000', '194154.550000', '194155.010000', '194155.470000', '194155.930000', '194156.390000', '194156.850000', '194157.310000', '194157.770000', '194158.230000', '194158.690000', '194159.150000', '194159.610000', '194200.070000', '194200.530000', '194200.990000', '194201.450000', '194201.910000', '194202.370000', '194202.830000', '194203.290000', '194203.750000', '194204.210000', '194204.670000', '194205.130000', '194205.590000', '194206.050000', '194206.510000', '194206.970000', '194207.430000', '194207.890000', '194208.350000', '194208.810000', '194209.270000', '194209.730000', '194210.190000', '194210.650000', '194211.110000', '194211.570000', '194212.030000', '194212.490000', '194212.950000', '194213.410000', '194213.870000', '194214.330000', '194214.790000', '194215.250000', '194215.710000', '194216.170000', '194216.630000', '194217.090000', '194217.550000', '194218.010000', '194218.470000', '194218.930000', '194219.390000', '194219.850000', '194220.310000', '194220.770000', '194221.230000', '194221.690000', '194222.150000', '194222.610000', '194223.070000', '194223.530000', '194223.990000', '194224.450000', '194224.910000', '194225.370000', '194225.830000', '194226.290000', '194226.750000', '194227.210000', '194227.670000', '194228.130000', '194228.590000', '194229.050000', '194229.510000', '194229.970000', '194230.430000', '194230.890000', '194231.350000', '194231.810000', '194232.270000', '194232.730000', '194233.190000', '194233.650000', '194234.110000', '194234.570000', '194235.030000', '194235.490000', '194235.950000', '194236.410000', '194236.870000', '194237.330000', '194237.790000', '194238.250000', '194238.710000', '194239.170000', '194239.630000', '194240.090000', '194240.550000', '194241.010000', '194241.470000', '194241.930000', '194242.390000', '194242.850000', '194243.310000', '194243.770000', '194244.230000', '194244.690000', '194245.150000', '194245.610000', '194246.070000', '194246.530000', '194246.990000', '194247.450000', '194247.910000', '194248.370000', '194248.830000', '194249.290000', '194249.750000', '194250.210000', '194250.670000', '194251.130000', '194251.590000', '194252.050000', '194252.510000', '194252.970000', '194253.430000', '194253.890000', '194254.350000', '194254.810000', '194255.270000', '194255.730000', '194256.190000', '194256.650000', '194257.110000', '194257.570000', '194258.030000', '194258.490000', '194258.950000', '194259.410000', '194259.870000', '194300.330000', '194300.790000', '194301.250000', '194301.710000', '194302.170000', '194302.630000', '194303.090000', '194303.550000', '194304.010000', '194304.470000', '194304.930000', '194305.390000', '194305.850000', '194306.310000', '194306.770000', '194307.230000', '194307.690000', '194308.150000', '194308.610000', '194309.070000', '194309.530000', '194309.990000', '194310.450000', '194310.910000', '194311.370000', '194311.830000', '194312.290000', '194312.750000', '194313.210000', '194313.670000', '194314.130000', '194314.590000', '194315.050000', '194315.510000', '194315.970000', '194316.430000', '194316.890000', '194317.350000', '194317.810000', '194318.270000', '194318.730000', '194319.190000', '194319.650000', '194320.110000', '194320.570000', '194321.030000', '194321.490000', '194321.950000', '194322.410000', '194322.870000', '194323.330000', '194323.790000', '194324.250000', '194324.710000', '194325.170000', '194325.630000', '194326.090000', '194326.550000', '194327.010000', '194327.470000', '194327.930000', '194328.390000', '194328.850000', '194329.310000', '194329.770000', '194330.230000', '194330.690000', '194331.150000', '194331.610000', '194332.070000', '194332.530000', '194332.990000', '194333.450000', '194333.910000', '194334.370000', '194334.830000', '194335.290000', '194335.750000', '194336.210000', '194336.670000', '194337.130000', '194337.590000', '194338.050000', '194338.510000', '194338.970000', '194339.430000', '194339.890000', '194340.350000', '194340.810000', '194341.270000', '194341.730000', '194342.190000', '194342.650000', '194343.110000', '194343.570000', '194344.030000', '194344.490000', '194344.950000', '194345.410000', '194345.870000', '194346.330000', '194346.790000', '194347.250000', '194347.710000', '194348.170000', '194348.630000', '194349.090000', '194349.550000', '194350.010000', '194350.470000', '194350.930000', '194351.390000', '194351.850000', '194352.310000', '194352.770000', '194353.230000', '194353.690000', '194354.150000', '194354.610000', '194355.070000', '194355.530000', '194355.990000', '194356.450000', '194356.910000', '194357.370000', '194357.830000', '194358.290000', '194358.750000', '194359.210000', '194359.670000', '194400.130000', '194400.590000', '194401.050000', '194401.510000', '194401.970000', '194402.430000', '194402.890000', '194403.350000', '194403.810000', '194404.270000', '194404.730000', '194405.190000', '194405.650000', '194406.110000', '194406.570000', '194407.030000', '194407.490000', '194407.950000', '194408.410000', '194408.870000', '194409.330000', '194409.790000', '194410.250000', '194410.710000', '194411.170000', '194411.630000', '194412.090000', '194412.550000', '194413.010000', '194413.470000', '194413.930000', '194414.390000', '194414.850000', '194415.310000', '194415.770000', '194416.230000', '194416.690000', '194417.150000', '194417.610000', '194418.070000', '194418.530000', '194418.990000', '194419.450000', '194419.910000', '194420.370000', '194420.830000', '194421.290000', '194421.750000', '194422.210000', '194422.670000', '194423.130000', '194423.590000', '194424.050000', '194424.510000', '194424.970000', '194425.430000', '194425.890000', '194426.350000', '194426.810000', '194427.270000', '194427.730000', '194428.190000', '194428.650000', '194429.110000', '194429.570000', '194430.030000', '194430.490000', '194430.950000', '194431.410000', '194431.870000', '194432.330000', '194432.790000', '194433.250000', '194433.710000', '194434.170000', '194434.630000', '194435.090000', '194435.550000', '194436.010000', '194436.470000', '194436.930000', '194437.390000', '194437.850000', '194438.310000', '194438.770000', '194439.230000', '194439.690000', '194440.150000', '194440.610000', '194441.070000', '194441.530000', '194441.990000', '194442.450000', '194442.910000', '194443.370000', '194443.830000', '194444.290000', '194444.750000', '194445.210000', '194445.670000', '194446.130000', '194446.590000', '194447.050000', '194447.510000', '194447.970000', '194448.430000', '194448.890000', '194449.350000', '194449.810000'], 'ContentTime': ['193814.961000', '193814.964000', '193814.966000', '193814.969000', '193814.972000', '193814.974000', '193814.977000', '193814.980000', '193814.982000', '193814.985000', '193814.987000', '193814.990000', '193814.993000', '193815.009000', '193815.012000', '193815.015000', '193815.018000', '193815.021000', '193815.023000', '193815.026000', '193815.028000', '193815.031000', '193815.034000', '193815.036000', '193815.044000', '193815.047000', '193815.049000', '193815.052000', '193815.055000', '193815.057000', '193815.060000', '193815.063000', '193815.065000', '193815.068000', '193815.070000', '193815.073000', '193815.075000', '193815.078000', '193815.080000', '193815.083000', '193815.085000', '193815.088000', '193815.090000', '193815.093000', '193815.096000', '193815.098000', '193815.110000', '193815.112000', '193815.115000', '193815.117000', '193815.120000', '193815.123000', '193834.924000', '193834.927000', '193834.930000', '193834.933000', '193834.935000', '193834.938000', '193834.940000', '193834.943000', '193834.945000', '193834.948000', '193834.951000', '193834.953000', '193834.956000', '193834.958000', '193834.961000', '193834.964000', '193834.966000', '193834.969000', '193834.971000', '193834.974000', '193834.976000', '193834.979000', '193834.981000', '193834.984000', '193834.987000', '193834.990000', '193834.992000', '193834.995000', '193834.997000', '193835.001000', '193835.003000', '193835.006000', '193835.009000', '193835.011000', '193835.014000', '193835.016000', '193835.019000', '193835.022000', '193835.024000', '193835.027000', '193835.029000', '193835.032000', '193835.034000', '193835.037000', '193854.925000', '193854.927000', '193854.933000', '193854.936000', '193854.938000', '193854.941000', '193854.943000', '193854.946000', '193854.948000', '193854.951000', '193854.953000', '193854.957000', '193854.960000', '193854.963000', '193854.965000', '193854.968000', '193854.970000', '193854.973000', '193854.976000', '193854.978000', '193854.981000', '193854.983000', '193854.986000', '193854.988000', '193854.991000', '193854.994000', '193854.996000', '193855.000000', '193855.003000', '193855.005000', '193855.008000', '193855.011000', '193855.013000', '193855.016000', '193855.019000', '193855.021000', '193855.024000', '193855.026000', '193855.029000', '193855.031000', '193855.034000', '193855.036000', '193855.039000', '193914.924000', '193914.927000', '193914.930000', '193914.932000', '193914.935000', '193914.938000', '193914.940000', '193914.943000', '193914.945000', '193914.948000', '193914.950000', '193914.953000', '193914.955000', '193914.958000', '193914.961000', '193914.963000', '193914.966000', '193914.969000', '193914.971000', '193914.974000', '193914.981000', '193914.984000', '193914.986000', '193914.989000', '193914.992000', '193914.994000', '193914.997000', '193915.000000', '193915.003000', '193915.005000', '193915.008000', '193915.011000', '193915.013000', '193915.016000', '193915.019000', '193915.021000', '193915.024000', '193915.027000', '193915.029000', '193915.032000', '193915.034000', '193915.037000', '193915.039000', '193915.042000', '193934.924000', '193934.927000', '193934.930000', '193934.933000', '193934.935000', '193934.938000', '193934.941000', '193934.943000', '193934.946000', '193934.949000', '193934.951000', '193934.957000', '193934.960000', '193934.963000', '193934.965000', '193934.968000', '193934.971000', '193934.973000', '193934.976000', '193934.978000', '193934.981000', '193934.984000', '193934.986000', '193934.989000', '193934.992000', '193934.994000', '193934.997000', '193935.000000', '193935.015000', '193935.018000', '193935.021000', '193935.023000', '193935.026000', '193935.028000', '193935.031000', '193935.034000', '193935.036000', '193935.039000', '193935.041000', '193935.044000', '193935.047000', '193935.049000', '193935.052000', '193954.924000', '193954.927000', '193954.930000', '193954.933000', '193954.935000', '193954.938000', '193954.940000', '193954.943000', '193954.945000', '193954.948000', '193954.951000', '193954.953000', '193954.956000', '193954.958000', '193954.961000', '193954.964000', '193954.966000', '193954.975000', '193954.978000', '193954.980000', '193954.983000', '193954.985000', '193954.988000', '193954.990000', '193954.993000', '193954.995000', '193954.998000', '193955.002000', '193955.005000', '193955.007000', '193955.010000', '193955.013000', '193955.015000', '193955.018000', '193955.021000', '193955.023000', '193955.026000', '193955.028000', '193955.031000', '193955.034000', '193955.036000', '193955.039000', '193955.041000', '193955.044000', '194014.924000', '194014.927000', '194014.930000', '194014.933000', '194014.935000', '194014.938000', '194014.941000', '194014.943000', '194014.946000', '194014.948000', '194014.951000', '194014.953000', '194014.956000', '194014.959000', '194014.961000', '194014.964000', '194014.966000', '194014.969000', '194014.971000', '194014.974000', '194014.977000', '194014.979000', '194014.982000', '194014.984000', '194014.987000', '194014.990000', '194014.992000', '194014.996000', '194015.000000', '194015.002000', '194015.005000', '194015.007000', '194015.010000', '194015.013000', '194015.015000', '194015.018000', '194015.021000', '194015.023000', '194015.026000', '194015.028000', '194015.031000', '194015.034000', '194015.036000', '194034.925000', '194034.928000', '194034.931000', '194034.933000', '194034.936000', '194034.938000', '194034.941000', '194034.944000', '194034.946000', '194034.955000', '194034.958000', '194034.960000', '194034.963000', '194034.966000', '194034.968000', '194034.971000', '194034.973000', '194034.976000', '194034.979000', '194034.989000', '194034.992000', '194034.994000', '194034.997000', '194035.001000', '194035.003000', '194035.006000', '194035.008000', '194035.011000', '194035.013000', '194035.016000', '194035.019000', '194035.022000', '194035.024000', '194035.027000', '194035.029000', '194035.032000', '194035.034000', '194035.037000', '194035.040000', '194035.042000', '194035.045000', '194035.047000', '194035.050000', '194035.052000', '194054.924000', '194054.927000', '194054.930000', '194054.932000', '194054.935000', '194054.938000', '194054.940000', '194054.943000', '194054.945000', '194054.948000', '194054.950000', '194054.953000', '194054.956000', '194054.958000', '194054.961000', '194054.963000', '194054.966000', '194054.968000', '194054.971000', '194054.973000', '194054.976000', '194054.979000', '194054.982000', '194054.984000', '194054.987000', '194054.990000', '194054.992000', '194054.995000', '194054.998000', '194055.001000', '194055.004000', '194055.006000', '194055.009000', '194055.012000', '194055.014000', '194055.017000', '194055.019000', '194055.022000', '194055.024000', '194055.027000', '194055.030000', '194055.032000', '194055.035000', '194114.925000', '194114.928000', '194114.930000', '194114.933000', '194114.935000', '194114.938000', '194114.941000', '194114.943000', '194114.946000', '194114.948000', '194114.951000', '194114.953000', '194114.956000', '194114.959000', '194114.961000', '194114.964000', '194114.966000', '194114.969000', '194114.971000', '194114.974000', '194114.976000', '194114.979000', '194114.990000', '194114.993000', '194114.995000', '194115.009000', '194115.012000', '194115.015000', '194115.017000', '194115.020000', '194115.022000', '194115.025000', '194115.027000', '194115.030000', '194115.033000', '194115.035000', '194115.038000', '194115.040000', '194115.043000', '194115.046000', '194115.048000', '194115.051000', '194115.053000', '194115.056000', '194134.924000', '194134.927000', '194134.930000', '194134.932000', '194134.935000', '194134.938000', '194134.940000', '194134.943000', '194134.945000', '194134.948000', '194134.950000', '194134.953000', '194134.955000', '194134.958000', '194134.961000', '194134.963000', '194134.966000', '194134.968000', '194134.971000', '194134.973000', '194134.976000', '194134.978000', '194134.981000', '194134.984000', '194134.986000', '194134.989000', '194134.991000', '194134.994000', '194134.997000', '194135.001000', '194135.004000', '194135.007000', '194135.010000', '194135.012000', '194135.015000', '194135.018000', '194135.020000', '194135.023000', '194135.026000', '194135.028000', '194135.031000', '194135.033000', '194135.037000', '194154.924000', '194154.927000', '194154.930000', '194154.932000', '194154.935000', '194154.938000', '194154.940000', '194154.943000', '194154.945000', '194154.948000', '194154.950000', '194154.953000', '194154.956000', '194154.958000', '194154.961000', '194154.963000', '194154.966000', '194154.968000', '194154.971000', '194154.973000', '194154.976000', '194154.979000', '194154.981000', '194154.984000', '194154.986000', '194154.989000', '194154.991000', '194154.994000', '194154.997000', '194155.000000', '194155.003000', '194155.005000', '194155.008000', '194155.011000', '194155.013000', '194155.016000', '194155.018000', '194155.021000', '194155.024000', '194155.026000', '194155.029000', '194155.031000', '194155.034000', '194155.037000', '194214.925000', '194214.927000', '194214.930000', '194214.933000', '194214.935000', '194214.938000', '194214.940000', '194214.943000', '194214.946000', '194214.948000', '194214.951000', '194214.953000', '194214.956000', '194214.959000', '194214.961000', '194214.964000', '194214.966000', '194214.969000', '194214.971000', '194214.974000', '194214.977000', '194214.979000', '194214.982000', '194214.984000', '194214.987000', '194214.990000', '194214.992000', '194214.995000', '194214.997000', '194215.001000', '194215.003000', '194215.006000', '194215.009000', '194215.011000', '194215.014000', '194215.016000', '194215.019000', '194215.022000', '194215.024000', '194215.027000', '194215.030000', '194215.033000', '194215.035000', '194234.924000', '194234.927000', '194234.930000', '194234.932000', '194234.935000', '194234.938000', '194234.940000', '194234.943000', '194234.945000', '194234.948000', '194234.951000', '194234.953000', '194234.956000', '194234.958000', '194234.961000', '194234.963000', '194234.966000', '194234.968000', '194234.971000', '194234.973000', '194234.976000', '194234.979000', '194234.981000', '194234.984000', '194234.986000', '194234.989000', '194234.992000', '194234.994000', '194234.997000', '194235.000000', '194235.003000', '194235.005000', '194235.015000', '194235.018000', '194235.020000', '194235.023000', '194235.026000', '194235.028000', '194235.031000', '194235.034000', '194235.036000', '194235.039000', '194235.041000', '194235.044000', '194254.925000', '194254.928000', '194254.931000', '194254.942000', '194254.945000', '194254.947000', '194254.950000', '194254.952000', '194254.955000', '194254.958000', '194254.960000', '194254.963000', '194254.966000', '194254.968000', '194254.971000', '194254.973000', '194254.976000', '194254.979000', '194254.981000', '194254.984000', '194254.986000', '194254.989000', '194254.992000', '194254.994000', '194254.997000', '194255.000000', '194255.003000', '194255.006000', '194255.009000', '194255.011000', '194255.014000', '194255.017000', '194255.019000', '194255.022000', '194255.025000', '194255.027000', '194255.030000', '194255.032000', '194255.035000', '194255.038000', '194255.040000', '194255.043000', '194255.045000', '194314.925000', '194314.927000', '194314.930000', '194314.933000', '194314.935000', '194314.938000', '194314.941000', '194314.943000', '194314.946000', '194314.948000', '194314.951000', '194314.953000', '194314.956000', '194314.958000', '194314.961000', '194314.963000', '194314.966000', '194314.969000', '194314.971000', '194314.974000', '194314.977000', '194314.979000', '194314.982000', '194314.985000', '194314.987000', '194314.990000', '194314.992000', '194314.995000', '194314.997000', '194315.001000', '194315.004000', '194315.006000', '194315.009000', '194315.011000', '194315.014000', '194315.017000', '194315.019000', '194315.022000', '194315.025000', '194315.036000', '194315.038000', '194315.041000', '194315.044000', '194315.046000', '194334.924000', '194334.927000', '194334.930000', '194334.932000', '194334.935000', '194334.938000', '194334.940000', '194334.943000', '194334.945000', '194334.948000', '194334.950000', '194334.953000', '194334.956000', '194334.958000', '194334.961000', '194334.963000', '194334.966000', '194334.968000', '194334.971000', '194334.973000', '194334.984000', '194334.987000', '194334.989000', '194334.992000', '194334.994000', '194334.997000', '194335.001000', '194335.003000', '194335.006000', '194335.008000', '194335.011000', '194335.014000', '194335.016000', '194335.019000', '194335.022000', '194335.024000', '194335.027000', '194335.029000', '194335.032000', '194335.035000', '194335.039000', '194335.041000', '194335.044000', '194354.925000', '194354.928000', '194354.931000', '194354.933000', '194354.936000', '194354.939000', '194354.941000', '194354.944000', '194354.946000', '194354.949000', '194354.952000', '194354.954000', '194354.957000', '194354.959000', '194354.962000', '194354.964000', '194354.967000', '194354.969000', '194354.972000', '194354.975000', '194354.977000', '194354.980000', '194354.982000', '194354.985000', '194354.987000', '194354.990000', '194354.992000', '194354.995000', '194354.998000', '194355.001000', '194355.004000', '194355.007000', '194355.009000', '194355.012000', '194355.014000', '194355.017000', '194355.019000', '194355.022000', '194355.025000', '194355.027000', '194355.030000', '194355.032000', '194355.035000', '194355.037000', '194414.925000', '194414.927000', '194414.930000', '194414.933000', '194414.935000', '194414.938000', '194414.941000', '194414.943000', '194414.946000', '194414.948000', '194414.951000', '194414.953000', '194414.956000', '194414.958000', '194414.961000', '194414.964000', '194414.980000', '194414.983000', '194414.985000', '194414.988000', '194414.991000', '194414.993000', '194414.996000', '194414.998000', '194415.002000', '194415.005000', '194415.007000', '194415.010000', '194415.012000', '194415.015000', '194415.018000', '194415.020000', '194415.023000', '194415.026000', '194415.028000', '194415.031000', '194415.033000', '194415.036000', '194415.039000', '194415.041000', '194415.044000', '194415.046000', '194415.049000', '194434.924000', '194434.927000', '194434.930000', '194434.933000', '194434.935000', '194434.938000', '194434.941000', '194434.943000', '194434.946000', '194434.949000', '194434.951000', '194434.954000', '194434.956000', '194434.959000', '194434.962000', '194434.964000', '194434.967000', '194434.970000', '194434.972000', '194434.975000', '194434.977000', '194434.980000', '194434.983000', '194434.985000', '194434.988000', '194434.991000', '194434.993000', '194434.996000', '194434.998000', '194435.002000', '194435.005000', '194435.007000', '194435.010000', '194435.012000', '194435.015000', '194435.018000', '194435.020000', '194435.023000', '194435.025000', '194435.028000', '194435.031000', '194435.033000', '194435.036000', '194435.038000', '194450.946000', '194450.949000', '194450.951000', '194450.954000', '194450.957000', '194450.959000', '194450.962000', '194450.965000', '194450.967000', '194450.970000', '194450.973000', '194450.976000', '194450.978000', '194450.981000', '194450.984000', '194450.987000', '194450.990000', '194450.993000', '194450.995000', '194450.998000', '194451.002000', '194451.005000', '194451.008000', '194451.011000', '194451.013000', '194451.016000', '194451.019000', '194451.021000', '194451.025000', '194451.028000', '194451.031000', '194451.034000', '194451.036000', '194451.039000', '194451.042000'], 'InstanceCreationTime': ['193814.961000', '193814.964000', '193814.966000', '193814.969000', '193814.972000', '193814.974000', '193814.977000', '193814.980000', '193814.982000', '193814.985000', '193814.987000', '193814.990000', '193814.993000', '193815.009000', '193815.012000', '193815.015000', '193815.018000', '193815.021000', '193815.023000', '193815.026000', '193815.028000', '193815.031000', '193815.034000', '193815.036000', '193815.044000', '193815.047000', '193815.049000', '193815.052000', '193815.055000', '193815.057000', '193815.060000', '193815.063000', '193815.065000', '193815.068000', '193815.070000', '193815.073000', '193815.075000', '193815.078000', '193815.080000', '193815.083000', '193815.085000', '193815.088000', '193815.090000', '193815.093000', '193815.096000', '193815.098000', '193815.110000', '193815.112000', '193815.115000', '193815.117000', '193815.120000', '193815.123000', '193834.924000', '193834.927000', '193834.930000', '193834.933000', '193834.935000', '193834.938000', '193834.940000', '193834.943000', '193834.945000', '193834.948000', '193834.951000', '193834.953000', '193834.956000', '193834.958000', '193834.961000', '193834.964000', '193834.966000', '193834.969000', '193834.971000', '193834.974000', '193834.976000', '193834.979000', '193834.981000', '193834.984000', '193834.987000', '193834.990000', '193834.992000', '193834.995000', '193834.997000', '193835.001000', '193835.003000', '193835.006000', '193835.009000', '193835.011000', '193835.014000', '193835.016000', '193835.019000', '193835.022000', '193835.024000', '193835.027000', '193835.029000', '193835.032000', '193835.034000', '193835.037000', '193854.925000', '193854.927000', '193854.933000', '193854.936000', '193854.938000', '193854.941000', '193854.943000', '193854.946000', '193854.948000', '193854.951000', '193854.953000', '193854.957000', '193854.960000', '193854.963000', '193854.965000', '193854.968000', '193854.970000', '193854.973000', '193854.976000', '193854.978000', '193854.981000', '193854.983000', '193854.986000', '193854.988000', '193854.991000', '193854.994000', '193854.996000', '193855.000000', '193855.003000', '193855.005000', '193855.008000', '193855.011000', '193855.013000', '193855.016000', '193855.019000', '193855.021000', '193855.024000', '193855.026000', '193855.029000', '193855.031000', '193855.034000', '193855.036000', '193855.039000', '193914.924000', '193914.927000', '193914.930000', '193914.932000', '193914.935000', '193914.938000', '193914.940000', '193914.943000', '193914.945000', '193914.948000', '193914.950000', '193914.953000', '193914.955000', '193914.958000', '193914.961000', '193914.963000', '193914.966000', '193914.969000', '193914.971000', '193914.974000', '193914.981000', '193914.984000', '193914.986000', '193914.989000', '193914.992000', '193914.994000', '193914.997000', '193915.000000', '193915.003000', '193915.005000', '193915.008000', '193915.011000', '193915.013000', '193915.016000', '193915.019000', '193915.021000', '193915.024000', '193915.027000', '193915.029000', '193915.032000', '193915.034000', '193915.037000', '193915.039000', '193915.042000', '193934.924000', '193934.927000', '193934.930000', '193934.933000', '193934.935000', '193934.938000', '193934.941000', '193934.943000', '193934.946000', '193934.949000', '193934.951000', '193934.957000', '193934.960000', '193934.963000', '193934.965000', '193934.968000', '193934.971000', '193934.973000', '193934.976000', '193934.978000', '193934.981000', '193934.984000', '193934.986000', '193934.989000', '193934.992000', '193934.994000', '193934.997000', '193935.000000', '193935.015000', '193935.018000', '193935.021000', '193935.023000', '193935.026000', '193935.028000', '193935.031000', '193935.034000', '193935.036000', '193935.039000', '193935.041000', '193935.044000', '193935.047000', '193935.049000', '193935.052000', '193954.924000', '193954.927000', '193954.930000', '193954.933000', '193954.935000', '193954.938000', '193954.940000', '193954.943000', '193954.945000', '193954.948000', '193954.951000', '193954.953000', '193954.956000', '193954.958000', '193954.961000', '193954.964000', '193954.966000', '193954.975000', '193954.978000', '193954.980000', '193954.983000', '193954.985000', '193954.988000', '193954.990000', '193954.993000', '193954.995000', '193954.998000', '193955.002000', '193955.005000', '193955.007000', '193955.010000', '193955.013000', '193955.015000', '193955.018000', '193955.021000', '193955.023000', '193955.026000', '193955.028000', '193955.031000', '193955.034000', '193955.036000', '193955.039000', '193955.041000', '193955.044000', '194014.924000', '194014.927000', '194014.930000', '194014.933000', '194014.935000', '194014.938000', '194014.941000', '194014.943000', '194014.946000', '194014.948000', '194014.951000', '194014.953000', '194014.956000', '194014.959000', '194014.961000', '194014.964000', '194014.966000', '194014.969000', '194014.971000', '194014.974000', '194014.977000', '194014.979000', '194014.982000', '194014.984000', '194014.987000', '194014.990000', '194014.992000', '194014.996000', '194015.000000', '194015.002000', '194015.005000', '194015.007000', '194015.010000', '194015.013000', '194015.015000', '194015.018000', '194015.021000', '194015.023000', '194015.026000', '194015.028000', '194015.031000', '194015.034000', '194015.036000', '194034.925000', '194034.928000', '194034.931000', '194034.933000', '194034.936000', '194034.938000', '194034.941000', '194034.944000', '194034.946000', '194034.955000', '194034.958000', '194034.960000', '194034.963000', '194034.966000', '194034.968000', '194034.971000', '194034.973000', '194034.976000', '194034.979000', '194034.989000', '194034.992000', '194034.994000', '194034.997000', '194035.001000', '194035.003000', '194035.006000', '194035.008000', '194035.011000', '194035.013000', '194035.016000', '194035.019000', '194035.022000', '194035.024000', '194035.027000', '194035.029000', '194035.032000', '194035.034000', '194035.037000', '194035.040000', '194035.042000', '194035.045000', '194035.047000', '194035.050000', '194035.052000', '194054.924000', '194054.927000', '194054.930000', '194054.932000', '194054.935000', '194054.938000', '194054.940000', '194054.943000', '194054.945000', '194054.948000', '194054.950000', '194054.953000', '194054.956000', '194054.958000', '194054.961000', '194054.963000', '194054.966000', '194054.968000', '194054.971000', '194054.973000', '194054.976000', '194054.979000', '194054.982000', '194054.984000', '194054.987000', '194054.990000', '194054.992000', '194054.995000', '194054.998000', '194055.001000', '194055.004000', '194055.006000', '194055.009000', '194055.012000', '194055.014000', '194055.017000', '194055.019000', '194055.022000', '194055.024000', '194055.027000', '194055.030000', '194055.032000', '194055.035000', '194114.925000', '194114.928000', '194114.930000', '194114.933000', '194114.935000', '194114.938000', '194114.941000', '194114.943000', '194114.946000', '194114.948000', '194114.951000', '194114.953000', '194114.956000', '194114.959000', '194114.961000', '194114.964000', '194114.966000', '194114.969000', '194114.971000', '194114.974000', '194114.976000', '194114.979000', '194114.990000', '194114.993000', '194114.995000', '194115.009000', '194115.012000', '194115.015000', '194115.017000', '194115.020000', '194115.022000', '194115.025000', '194115.027000', '194115.030000', '194115.033000', '194115.035000', '194115.038000', '194115.040000', '194115.043000', '194115.046000', '194115.048000', '194115.051000', '194115.053000', '194115.056000', '194134.924000', '194134.927000', '194134.930000', '194134.932000', '194134.935000', '194134.938000', '194134.940000', '194134.943000', '194134.945000', '194134.948000', '194134.950000', '194134.953000', '194134.955000', '194134.958000', '194134.961000', '194134.963000', '194134.966000', '194134.968000', '194134.971000', '194134.973000', '194134.976000', '194134.978000', '194134.981000', '194134.984000', '194134.986000', '194134.989000', '194134.991000', '194134.994000', '194134.997000', '194135.001000', '194135.004000', '194135.007000', '194135.010000', '194135.012000', '194135.015000', '194135.018000', '194135.020000', '194135.023000', '194135.026000', '194135.028000', '194135.031000', '194135.033000', '194135.037000', '194154.924000', '194154.927000', '194154.930000', '194154.932000', '194154.935000', '194154.938000', '194154.940000', '194154.943000', '194154.945000', '194154.948000', '194154.950000', '194154.953000', '194154.956000', '194154.958000', '194154.961000', '194154.963000', '194154.966000', '194154.968000', '194154.971000', '194154.973000', '194154.976000', '194154.979000', '194154.981000', '194154.984000', '194154.986000', '194154.989000', '194154.991000', '194154.994000', '194154.997000', '194155.000000', '194155.003000', '194155.005000', '194155.008000', '194155.011000', '194155.013000', '194155.016000', '194155.018000', '194155.021000', '194155.024000', '194155.026000', '194155.029000', '194155.031000', '194155.034000', '194155.037000', '194214.925000', '194214.927000', '194214.930000', '194214.933000', '194214.935000', '194214.938000', '194214.940000', '194214.943000', '194214.946000', '194214.948000', '194214.951000', '194214.953000', '194214.956000', '194214.959000', '194214.961000', '194214.964000', '194214.966000', '194214.969000', '194214.971000', '194214.974000', '194214.977000', '194214.979000', '194214.982000', '194214.984000', '194214.987000', '194214.990000', '194214.992000', '194214.995000', '194214.997000', '194215.001000', '194215.003000', '194215.006000', '194215.009000', '194215.011000', '194215.014000', '194215.016000', '194215.019000', '194215.022000', '194215.024000', '194215.027000', '194215.030000', '194215.033000', '194215.035000', '194234.924000', '194234.927000', '194234.930000', '194234.932000', '194234.935000', '194234.938000', '194234.940000', '194234.943000', '194234.945000', '194234.948000', '194234.951000', '194234.953000', '194234.956000', '194234.958000', '194234.961000', '194234.963000', '194234.966000', '194234.968000', '194234.971000', '194234.973000', '194234.976000', '194234.979000', '194234.981000', '194234.984000', '194234.986000', '194234.989000', '194234.992000', '194234.994000', '194234.997000', '194235.000000', '194235.003000', '194235.005000', '194235.015000', '194235.018000', '194235.020000', '194235.023000', '194235.026000', '194235.028000', '194235.031000', '194235.034000', '194235.036000', '194235.039000', '194235.041000', '194235.044000', '194254.925000', '194254.928000', '194254.931000', '194254.942000', '194254.945000', '194254.947000', '194254.950000', '194254.952000', '194254.955000', '194254.958000', '194254.960000', '194254.963000', '194254.966000', '194254.968000', '194254.971000', '194254.973000', '194254.976000', '194254.979000', '194254.981000', '194254.984000', '194254.986000', '194254.989000', '194254.992000', '194254.994000', '194254.997000', '194255.000000', '194255.003000', '194255.006000', '194255.009000', '194255.011000', '194255.014000', '194255.017000', '194255.019000', '194255.022000', '194255.025000', '194255.027000', '194255.030000', '194255.032000', '194255.035000', '194255.038000', '194255.040000', '194255.043000', '194255.045000', '194314.925000', '194314.927000', '194314.930000', '194314.933000', '194314.935000', '194314.938000', '194314.941000', '194314.943000', '194314.946000', '194314.948000', '194314.951000', '194314.953000', '194314.956000', '194314.958000', '194314.961000', '194314.963000', '194314.966000', '194314.969000', '194314.971000', '194314.974000', '194314.977000', '194314.979000', '194314.982000', '194314.985000', '194314.987000', '194314.990000', '194314.992000', '194314.995000', '194314.997000', '194315.001000', '194315.004000', '194315.006000', '194315.009000', '194315.011000', '194315.014000', '194315.017000', '194315.019000', '194315.022000', '194315.025000', '194315.036000', '194315.038000', '194315.041000', '194315.044000', '194315.046000', '194334.924000', '194334.927000', '194334.930000', '194334.932000', '194334.935000', '194334.938000', '194334.940000', '194334.943000', '194334.945000', '194334.948000', '194334.950000', '194334.953000', '194334.956000', '194334.958000', '194334.961000', '194334.963000', '194334.966000', '194334.968000', '194334.971000', '194334.973000', '194334.984000', '194334.987000', '194334.989000', '194334.992000', '194334.994000', '194334.997000', '194335.001000', '194335.003000', '194335.006000', '194335.008000', '194335.011000', '194335.014000', '194335.016000', '194335.019000', '194335.022000', '194335.024000', '194335.027000', '194335.029000', '194335.032000', '194335.035000', '194335.039000', '194335.041000', '194335.044000', '194354.925000', '194354.928000', '194354.931000', '194354.933000', '194354.936000', '194354.939000', '194354.941000', '194354.944000', '194354.946000', '194354.949000', '194354.952000', '194354.954000', '194354.957000', '194354.959000', '194354.962000', '194354.964000', '194354.967000', '194354.969000', '194354.972000', '194354.975000', '194354.977000', '194354.980000', '194354.982000', '194354.985000', '194354.987000', '194354.990000', '194354.992000', '194354.995000', '194354.998000', '194355.001000', '194355.004000', '194355.007000', '194355.009000', '194355.012000', '194355.014000', '194355.017000', '194355.019000', '194355.022000', '194355.025000', '194355.027000', '194355.030000', '194355.032000', '194355.035000', '194355.037000', '194414.925000', '194414.927000', '194414.930000', '194414.933000', '194414.935000', '194414.938000', '194414.941000', '194414.943000', '194414.946000', '194414.948000', '194414.951000', '194414.953000', '194414.956000', '194414.958000', '194414.961000', '194414.964000', '194414.980000', '194414.983000', '194414.985000', '194414.988000', '194414.991000', '194414.993000', '194414.996000', '194414.998000', '194415.002000', '194415.005000', '194415.007000', '194415.010000', '194415.012000', '194415.015000', '194415.018000', '194415.020000', '194415.023000', '194415.026000', '194415.028000', '194415.031000', '194415.033000', '194415.036000', '194415.039000', '194415.041000', '194415.044000', '194415.046000', '194415.049000', '194434.924000', '194434.927000', '194434.930000', '194434.933000', '194434.935000', '194434.938000', '194434.941000', '194434.943000', '194434.946000', '194434.949000', '194434.951000', '194434.954000', '194434.956000', '194434.959000', '194434.962000', '194434.964000', '194434.967000', '194434.970000', '194434.972000', '194434.975000', '194434.977000', '194434.980000', '194434.983000', '194434.985000', '194434.988000', '194434.991000', '194434.993000', '194434.996000', '194434.998000', '194435.002000', '194435.005000', '194435.007000', '194435.010000', '194435.012000', '194435.015000', '194435.018000', '194435.020000', '194435.023000', '194435.025000', '194435.028000', '194435.031000', '194435.033000', '194435.036000', '194435.038000', '194450.946000', '194450.949000', '194450.951000', '194450.954000', '194450.957000', '194450.959000', '194450.962000', '194450.965000', '194450.967000', '194450.970000', '194450.973000', '194450.976000', '194450.978000', '194450.981000', '194450.984000', '194450.987000', '194450.990000', '194450.993000', '194450.995000', '194450.998000', '194451.002000', '194451.005000', '194451.008000', '194451.011000', '194451.013000', '194451.016000', '194451.019000', '194451.021000', '194451.025000', '194451.028000', '194451.031000', '194451.034000', '194451.036000', '194451.039000', '194451.042000'], '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': [8520, 13931, 9291, 14415, 7877, 12208, 7944, 10610, 8957, 8351, 15720, 8044, 9785, 7702, 9837, 7390, 8005, 7260, 6758, 8919, 7082, 9380, 7390, 8093, 9324, 7355, 9221, 7432, 9542, 6980, 7021, 10424, 7199, 8935, 7775, 8237, 6987, 8225, 11477, 7336, 10503, 8078, 9188, 7681, 7459, 13879, 6974, 10789, 8083, 8581, 14983, 7273, 10549, 7486, 9347, 7070, 7929, 13253, 7450, 10147, 7505, 8542, 14503, 6935, 8627, 7065, 8117, 8334, 7108, 9872, 7009, 7748, 10947, 7409, 8730, 7376, 8010, 12683, 7021, 10481, 7801, 8521, 7892, 7261, 11987, 7154, 8913, 6852, 7698, 11202, 7909, 9595, 7412, 8761, 7579, 7695, 7618, 7514, 13868, 7612, 12224, 8591, 8767, 15363, 8389, 12298, 8040, 8905, 6965, 8047, 7328, 7506, 9832, 7031, 9051, 7553, 7874, 7182, 8365, 9733, 7245, 10968, 6768, 9200, 7251, 8291, 12474, 7395, 11794, 6823, 8437, 7784, 8219, 8475, 8244, 12139, 8170, 9983, 7818, 9013, 7009, 8277, 9276, 7188, 9206, 7544, 8558, 7320, 8696, 8194, 8275, 7094, 8001, 7321, 8634, 6992, 9093, 8547, 9320, 9443, 8411, 12321, 8354, 9458, 6709, 8154, 9160, 7643, 7602, 8157, 9297, 7991, 6737, 7958, 6689, 9341, 10451, 8531, 12652, 7994, 12140, 6915, 11645, 7863, 9260, 12110, 7835, 9602, 7487, 8828, 7645, 7457, 10376, 6912, 8822, 7662, 8035, 7124, 8170, 7361, 8921, 6736, 8774, 12252, 8533, 12228, 7525, 9399, 7564, 9172, 9643, 7989, 15447, 7597, 9233, 7237, 8277, 11987, 7034, 8971, 7621, 8436, 7130, 7603, 9770, 6853, 8459, 7674, 8554, 6918, 7610, 9328, 7246, 9394, 8053, 7857, 7733, 7614, 9494, 8437, 10878, 6983, 9609, 7326, 7949, 14567, 7688, 11262, 8135, 8408, 11906, 8105, 9060, 7777, 9465, 7693, 8556, 12498, 7363, 10395, 7883, 8368, 7358, 7876, 10048, 6811, 8494, 7468, 8922, 8238, 8551, 7130, 8404, 11885, 7584, 11671, 7519, 8597, 7213, 7446, 14702, 8606, 12820, 8185, 7903, 8744, 7773, 8639, 8261, 9215, 7238, 9019, 6925, 7705, 7290, 7541, 9686, 7194, 9953, 7446, 8406, 6971, 7474, 12600, 7738, 10351, 7769, 9123, 6877, 7727, 6958, 7496, 9449, 7026, 9711, 7965, 8718, 7677, 7800, 8652, 7628, 11552, 6956, 9603, 7197, 8283, 6971, 8103, 13213, 6782, 9731, 7368, 8565, 6966, 7954, 8623, 7878, 8208, 8137, 8465, 8141, 10890, 8129, 11752, 7181, 9807, 8282, 11199, 8706, 9261, 15274, 7597, 10057, 7370, 8658, 14339, 7104, 8447, 7340, 8810, 7863, 8672, 7172, 7971, 7253, 8078, 6940, 7810, 9208, 6884, 10790, 7177, 9674, 7699, 9341, 8190, 10847, 8434, 10601, 7584, 8514, 7602, 9496, 8061, 14262, 7383, 8818, 8043, 9071, 7917, 8619, 7374, 8375, 7382, 7634, 13848, 7804, 11587, 6940, 8682, 7552, 9178, 8302, 8417, 7019, 7643, 8467, 8163, 10417, 6853, 8658, 6837, 8103, 7382, 7614, 6900, 7511, 7206, 7939, 8834, 8275, 10606, 8185, 11934, 7303, 8640, 8201, 8882, 12096, 9249, 15981, 7330, 9609, 7187, 8418, 14161, 8257, 11091, 7026, 8501, 7239, 9577, 7264, 9339, 7711, 8407, 8304, 7973, 6810, 8323, 9831, 7421, 10331, 7691, 9151, 13416, 8617, 9552, 7974, 9402, 8799, 8046, 7925, 7864, 8567, 7795, 9926, 6696, 8581, 7578, 8899, 8197, 7769, 12319, 7501, 10671, 8337, 8735, 7727, 7132, 9676, 7215, 8650, 8446, 7309, 7890, 7943, 7512, 7964, 8967, 7026, 9340, 8391, 7796, 13716, 8234, 9388, 8199, 9564, 8241, 7418, 12323, 7756, 13885, 7603, 12092, 7667, 11031, 7211, 9869, 8276, 11167, 7440, 9266, 7890, 10319, 8088, 11796, 7705, 8605, 7596, 11377, 8605, 8267, 6929, 8190, 9838, 7334, 9620, 8068, 9034, 7963, 8753, 7367, 8646, 7341, 8777, 7589, 8288, 7853, 8090, 7350, 8616, 7409, 8163, 8199, 8420, 12825, 9151, 12511, 7824, 8748, 8415, 7795, 13328, 8325, 9387, 7314, 9182, 7157, 7920, 7406, 7380, 7033, 7919, 12119, 7784, 10921, 7684, 8534, 7088, 8242, 6937, 7955, 11504, 8001, 11057, 7595, 9110, 7088, 8166, 10071, 7594, 10208, 7479, 8273, 7357, 8215, 7125, 7856, 6930, 8381, 11666, 7922, 11703, 7352, 8757, 7590, 9143, 8131, 8577, 9200, 8456, 11666, 7724, 10253, 8829, 8090, 8214, 7696, 7079, 8703, 9076, 8185, 11387, 8231, 11007, 7500, 9333, 7750, 9599, 7632, 8490, 7523, 7542, 8271, 7629, 7015, 8479, 10935, 7893, 10549, 8113, 10188, 7244, 8564, 7569, 8706, 7618, 8367, 7093, 7443, 7475, 8724, 8575, 7926, 11906, 8346, 10777, 7797, 11093, 7791, 10507, 7664, 10395, 8958, 11202, 7378, 8678, 7745, 8239, 7763, 8625, 7401, 8025, 8437, 7946, 7347, 7873, 7369, 8983, 9372, 9720, 8061, 8997, 7429, 7991, 7494, 11453, 8181, 9978, 7704, 8215, 7862, 8769, 7818, 9621, 7745, 11622, 8666, 9745, 7750, 8359, 7932, 11105, 8366, 10294, 7974, 6833, 7595, 6851, 8949, 7659, 8284, 6869, 8333, 7007, 10106, 8777, 9317, 7725, 8311, 7542, 9366, 9248, 9455, 7783, 8453, 12216, 8304, 12459, 9045, 10817, 7621, 9532, 7598, 9760, 7918, 10310, 8116, 9680, 8277, 9921, 9454, 10501, 7852, 9238, 7198, 8519, 7475, 9054, 7905, 8765, 7240, 7649, 7723, 8832, 8133, 7276, 8368, 8127, 9946, 8859, 11753, 8017, 10369, 7775, 8274, 7766, 9263, 8801, 8215, 7594, 11599, 8667, 10213, 8848, 10185, 7241, 8554, 7354, 8825, 8133, 8013, 10749, 7470, 8693, 7546, 9479, 7266, 9109, 7109, 9423, 7778, 8691, 6927, 7742, 12332, 8476, 11137, 7558, 8796, 13561, 8579, 10087, 8253, 9245, 7757, 7771, 7233, 7802, 9501, 7375, 9093, 7956, 7899, 7723, 8175, 8916, 7898, 9840, 8425, 10368, 13188, 9044, 12668, 8081, 9572, 8170, 8234, 12397, 7916, 9050, 7177, 8083, 7605, 7570, 10255, 7712, 9057, 8743, 9439, 7591, 7756, 12045, 7616, 9458, 8655, 8689, 7069, 8158, 7069, 8994, 7882, 7777, 10440, 8985, 9430, 8946, 9474, 7489, 8411, 6903, 8353, 12670, 7990, 10990, 7371, 9179, 8538, 8927, 7285, 8026, 7770, 8461, 9884, 7565, 9977, 7884, 8716, 7844, 8611, 7190, 8975, 7592, 9251, 7580, 10209, 8635, 11472, 7053, 10538, 7539, 11423, 14566, 12334, 14713, 8949, 8045, 7870, 7720, 11117, 7669, 9033, 7994, 8125, 8100, 8199, 9342, 7019, 8661, 7035, 8662, 7060, 8165, 6954, 8586, 10346, 8078, 10669, 7362, 8647, 7478, 7863], 'WindowCenter': [4187.0, 4211.0, 4169.0, 4194.0, 4132.0, 4159.0, 4118.0, 4138.0, 4116.0, 4105.0, 4153.0, 4103.0, 4122.0, 4092.0, 4122.0, 4080.0, 4104.0, 4091.0, 4083.0, 4112.0, 4092.0, 4123.0, 4103.0, 4115.0, 4123.0, 4105.0, 4124.0, 4106.0, 4135.0, 4105.0, 4107.0, 4135.0, 4096.0, 4126.0, 4104.0, 4128.0, 4107.0, 4129.0, 4160.0, 4119.0, 4148.0, 4119.0, 4141.0, 4118.0, 4119.0, 4179.0, 4109.0, 4150.0, 4116.0, 4128.0, 4166.0, 4106.0, 4148.0, 4118.0, 4140.0, 4106.0, 4129.0, 4167.0, 4116.0, 4138.0, 4105.0, 4126.0, 4153.0, 4094.0, 4115.0, 4095.0, 4115.0, 4113.0, 4106.0, 4136.0, 4106.0, 4105.0, 4144.0, 4106.0, 4114.0, 4105.0, 4116.0, 4157.0, 4105.0, 4135.0, 4107.0, 4127.0, 4116.0, 4106.0, 4146.0, 4105.0, 4126.0, 4095.0, 4118.0, 4147.0, 4128.0, 4137.0, 4106.0, 4127.0, 4104.0, 4116.0, 4115.0, 4107.0, 4166.0, 4106.0, 4157.0, 4114.0, 4115.0, 4164.0, 4115.0, 4142.0, 4103.0, 4115.0, 4093.0, 4104.0, 4094.0, 4118.0, 4135.0, 4105.0, 4125.0, 4104.0, 4114.0, 4094.0, 4126.0, 4124.0, 4106.0, 4144.0, 4095.0, 4126.0, 4094.0, 4117.0, 4144.0, 4094.0, 4143.0, 4082.0, 4113.0, 4105.0, 4113.0, 4115.0, 4129.0, 4159.0, 4118.0, 4122.0, 4090.0, 4112.0, 4079.0, 4114.0, 4136.0, 4095.0, 4124.0, 4106.0, 4114.0, 4104.0, 4115.0, 4115.0, 4128.0, 4107.0, 4116.0, 4106.0, 4126.0, 4106.0, 4128.0, 4126.0, 4138.0, 4136.0, 4129.0, 4158.0, 4116.0, 4125.0, 4082.0, 4105.0, 4122.0, 4104.0, 4105.0, 4118.0, 4126.0, 4117.0, 4094.0, 4115.0, 4108.0, 4139.0, 4149.0, 4129.0, 4154.0, 4103.0, 4146.0, 4095.0, 4144.0, 4105.0, 4125.0, 4142.0, 4092.0, 4110.0, 4092.0, 4112.0, 4091.0, 4093.0, 4121.0, 4093.0, 4112.0, 4103.0, 4127.0, 4117.0, 4127.0, 4118.0, 4152.0, 4120.0, 4152.0, 4169.0, 4127.0, 4144.0, 4103.0, 4124.0, 4104.0, 4126.0, 4125.0, 4117.0, 4165.0, 4104.0, 4124.0, 4092.0, 4111.0, 4131.0, 4092.0, 4112.0, 4106.0, 4115.0, 4091.0, 4104.0, 4135.0, 4094.0, 4115.0, 4105.0, 4125.0, 4105.0, 4117.0, 4124.0, 4106.0, 4125.0, 4106.0, 4118.0, 4116.0, 4119.0, 4136.0, 4129.0, 4147.0, 4106.0, 4136.0, 4104.0, 4116.0, 4165.0, 4106.0, 4146.0, 4115.0, 4114.0, 4131.0, 4105.0, 4113.0, 4104.0, 4124.0, 4116.0, 4138.0, 4155.0, 4095.0, 4133.0, 4102.0, 4127.0, 4105.0, 4117.0, 4135.0, 4096.0, 4126.0, 4119.0, 4127.0, 4127.0, 4128.0, 4097.0, 4129.0, 4156.0, 4106.0, 4146.0, 4094.0, 4116.0, 4106.0, 4109.0, 4167.0, 4114.0, 4143.0, 4101.0, 4103.0, 4101.0, 4093.0, 4112.0, 4112.0, 4123.0, 4095.0, 4115.0, 4093.0, 4103.0, 4091.0, 4105.0, 4136.0, 4108.0, 4125.0, 4095.0, 4116.0, 4095.0, 4105.0, 4155.0, 4106.0, 4137.0, 4105.0, 4125.0, 4082.0, 4104.0, 4092.0, 4105.0, 4137.0, 4119.0, 4136.0, 4116.0, 4114.0, 4104.0, 4116.0, 4114.0, 4118.0, 4145.0, 4095.0, 4126.0, 4095.0, 4116.0, 4092.0, 4105.0, 4156.0, 4083.0, 4124.0, 4094.0, 4127.0, 4103.0, 4126.0, 4126.0, 4126.0, 4113.0, 4116.0, 4114.0, 4118.0, 4146.0, 4116.0, 4145.0, 4096.0, 4136.0, 4117.0, 4147.0, 4114.0, 4115.0, 4153.0, 4091.0, 4122.0, 4081.0, 4103.0, 4151.0, 4081.0, 4090.0, 4081.0, 4103.0, 4092.0, 4113.0, 4094.0, 4116.0, 4105.0, 4117.0, 4095.0, 4119.0, 4138.0, 4108.0, 4148.0, 4107.0, 4125.0, 4117.0, 4128.0, 4118.0, 4148.0, 4129.0, 4158.0, 4118.0, 4126.0, 4118.0, 4136.0, 4117.0, 4168.0, 4121.0, 4127.0, 4118.0, 4128.0, 4105.0, 4116.0, 4093.0, 4115.0, 4093.0, 4106.0, 4156.0, 4107.0, 4134.0, 4095.0, 4127.0, 4106.0, 4124.0, 4115.0, 4115.0, 4093.0, 4106.0, 4103.0, 4116.0, 4134.0, 4097.0, 4115.0, 4085.0, 4105.0, 4093.0, 4106.0, 4095.0, 4108.0, 4106.0, 4120.0, 4129.0, 4130.0, 4148.0, 4119.0, 4147.0, 4107.0, 4116.0, 4117.0, 4129.0, 4156.0, 4126.0, 4166.0, 4095.0, 4125.0, 4082.0, 4104.0, 4152.0, 4103.0, 4122.0, 4082.0, 4113.0, 4105.0, 4124.0, 4107.0, 4128.0, 4104.0, 4117.0, 4127.0, 4129.0, 4096.0, 4116.0, 4125.0, 4107.0, 4149.0, 4105.0, 4126.0, 4144.0, 4116.0, 4124.0, 4105.0, 4112.0, 4113.0, 4103.0, 4116.0, 4118.0, 4115.0, 4117.0, 4135.0, 4096.0, 4128.0, 4117.0, 4128.0, 4128.0, 4117.0, 4146.0, 4096.0, 4137.0, 4117.0, 4115.0, 4104.0, 4108.0, 4136.0, 4109.0, 4116.0, 4116.0, 4107.0, 4117.0, 4117.0, 4106.0, 4118.0, 4140.0, 4109.0, 4139.0, 4117.0, 4107.0, 4155.0, 4116.0, 4127.0, 4117.0, 4139.0, 4117.0, 4106.0, 4156.0, 4106.0, 4155.0, 4105.0, 4144.0, 4105.0, 4147.0, 4107.0, 4139.0, 4117.0, 4145.0, 4105.0, 4126.0, 4109.0, 4136.0, 4119.0, 4158.0, 4116.0, 4115.0, 4106.0, 4145.0, 4101.0, 4102.0, 4080.0, 4114.0, 4125.0, 4093.0, 4112.0, 4105.0, 4126.0, 4114.0, 4113.0, 4104.0, 4114.0, 4105.0, 4115.0, 4105.0, 4115.0, 4118.0, 4118.0, 4107.0, 4128.0, 4095.0, 4116.0, 4103.0, 4116.0, 4156.0, 4125.0, 4144.0, 4093.0, 4114.0, 4103.0, 4094.0, 4141.0, 4103.0, 4111.0, 4094.0, 4125.0, 4083.0, 4103.0, 4092.0, 4093.0, 4095.0, 4129.0, 4156.0, 4107.0, 4135.0, 4105.0, 4116.0, 4096.0, 4116.0, 4093.0, 4117.0, 4156.0, 4116.0, 4146.0, 4104.0, 4114.0, 4082.0, 4115.0, 4124.0, 4106.0, 4134.0, 4106.0, 4115.0, 4106.0, 4116.0, 4095.0, 4117.0, 4095.0, 4129.0, 4157.0, 4118.0, 4145.0, 4105.0, 4125.0, 4119.0, 4126.0, 4106.0, 4116.0, 4112.0, 4118.0, 4144.0, 4104.0, 4123.0, 4125.0, 4127.0, 4125.0, 4117.0, 4094.0, 4114.0, 4113.0, 4115.0, 4145.0, 4115.0, 4134.0, 4096.0, 4124.0, 4108.0, 4127.0, 4105.0, 4115.0, 4092.0, 4105.0, 4115.0, 4106.0, 4093.0, 4116.0, 4134.0, 4115.0, 4133.0, 4105.0, 4124.0, 4094.0, 4115.0, 4106.0, 4117.0, 4107.0, 4114.0, 4095.0, 4105.0, 4118.0, 4138.0, 4126.0, 4116.0, 4143.0, 4114.0, 4135.0, 4107.0, 4134.0, 4105.0, 4134.0, 4105.0, 4134.0, 4115.0, 4134.0, 4094.0, 4113.0, 4104.0, 4116.0, 4093.0, 4126.0, 4105.0, 4114.0, 4102.0, 4116.0, 4116.0, 4116.0, 4093.0, 4115.0, 4114.0, 4125.0, 4104.0, 4128.0, 4105.0, 4115.0, 4106.0, 4147.0, 4116.0, 4125.0, 4106.0, 4117.0, 4117.0, 4115.0, 4105.0, 4113.0, 4106.0, 4159.0, 4128.0, 4124.0, 4104.0, 4102.0, 4106.0, 4147.0, 4116.0, 4134.0, 4115.0, 4084.0, 4106.0, 4084.0, 4128.0, 4107.0, 4117.0, 4086.0, 4118.0, 4109.0, 4151.0, 4119.0, 4127.0, 4105.0, 4117.0, 4093.0, 4127.0, 4113.0, 4127.0, 4094.0, 4107.0, 4135.0, 4104.0, 4144.0, 4128.0, 4146.0, 4104.0, 4111.0, 4093.0, 4122.0, 4104.0, 4123.0, 4105.0, 4123.0, 4117.0, 4126.0, 4126.0, 4135.0, 4107.0, 4113.0, 4084.0, 4113.0, 4109.0, 4129.0, 4107.0, 4117.0, 4094.0, 4107.0, 4104.0, 4140.0, 4117.0, 4108.0, 4117.0, 4119.0, 4138.0, 4116.0, 4146.0, 4118.0, 4137.0, 4108.0, 4119.0, 4122.0, 4141.0, 4130.0, 4119.0, 4108.0, 4148.0, 4120.0, 4139.0, 4118.0, 4126.0, 4094.0, 4116.0, 4096.0, 4129.0, 4105.0, 4119.0, 4133.0, 4096.0, 4114.0, 4106.0, 4125.0, 4108.0, 4117.0, 4109.0, 4129.0, 4109.0, 4130.0, 4098.0, 4120.0, 4159.0, 4119.0, 4137.0, 4095.0, 4118.0, 4143.0, 4116.0, 4137.0, 4117.0, 4114.0, 4093.0, 4092.0, 4081.0, 4105.0, 4126.0, 4106.0, 4117.0, 4105.0, 4118.0, 4119.0, 4128.0, 4126.0, 4118.0, 4125.0, 4119.0, 4138.0, 4155.0, 4117.0, 4145.0, 4102.0, 4113.0, 4091.0, 4091.0, 4132.0, 4092.0, 4113.0, 4095.0, 4116.0, 4094.0, 4107.0, 4123.0, 4094.0, 4111.0, 4103.0, 4114.0, 4107.0, 4095.0, 4133.0, 4095.0, 4114.0, 4103.0, 4101.0, 4081.0, 4106.0, 4095.0, 4116.0, 4104.0, 4106.0, 4122.0, 4128.0, 4126.0, 4114.0, 4123.0, 4095.0, 4104.0, 4083.0, 4115.0, 4144.0, 4092.0, 4121.0, 4091.0, 4115.0, 4114.0, 4115.0, 4083.0, 4104.0, 4092.0, 4104.0, 4126.0, 4094.0, 4123.0, 4114.0, 4126.0, 4115.0, 4116.0, 4108.0, 4136.0, 4132.0, 4138.0, 4130.0, 4160.0, 4141.0, 4159.0, 4109.0, 4148.0, 4120.0, 4173.0, 4178.0, 4170.0, 4177.0, 4125.0, 4116.0, 4114.0, 4103.0, 4143.0, 4102.0, 4111.0, 4099.0, 4101.0, 4088.0, 4102.0, 4123.0, 4094.0, 4114.0, 4108.0, 4128.0, 4096.0, 4118.0, 4095.0, 4127.0, 4135.0, 4106.0, 4134.0, 4095.0, 4115.0, 4094.0, 4106.0], 'WindowWidth': [9307.0, 9322.0, 9263.0, 9284.0, 9195.0, 9224.0, 9168.0, 9193.0, 9158.0, 9142.0, 9203.0, 9136.0, 9158.0, 9122.0, 9160.0, 9102.0, 9139.0, 9118.0, 9113.0, 9149.0, 9122.0, 9164.0, 9137.0, 9156.0, 9164.0, 9143.0, 9170.0, 9147.0, 9185.0, 9144.0, 9151.0, 9184.0, 9133.0, 9171.0, 9143.0, 9177.0, 9150.0, 9186.0, 9228.0, 9171.0, 9206.0, 9169.0, 9202.0, 9166.0, 9170.0, 9252.0, 9156.0, 9212.0, 9160.0, 9180.0, 9226.0, 9148.0, 9208.0, 9172.0, 9199.0, 9151.0, 9188.0, 9232.0, 9163.0, 9193.0, 9143.0, 9173.0, 9203.0, 9129.0, 9157.0, 9132.0, 9159.0, 9152.0, 9147.0, 9188.0, 9148.0, 9144.0, 9195.0, 9147.0, 9155.0, 9143.0, 9162.0, 9216.0, 9145.0, 9184.0, 9149.0, 9180.0, 9160.0, 9148.0, 9199.0, 9146.0, 9174.0, 9131.0, 9168.0, 9201.0, 9182.0, 9190.0, 9148.0, 9176.0, 9142.0, 9161.0, 9161.0, 9152.0, 9229.0, 9148.0, 9217.0, 9153.0, 9158.0, 9220.0, 9155.0, 9186.0, 9135.0, 9155.0, 9123.0, 9141.0, 9126.0, 9168.0, 9183.0, 9146.0, 9170.0, 9143.0, 9154.0, 9127.0, 9174.0, 9167.0, 9149.0, 9194.0, 9134.0, 9173.0, 9129.0, 9161.0, 9192.0, 9126.0, 9188.0, 9111.0, 9151.0, 9144.0, 9152.0, 9160.0, 9187.0, 9221.0, 9166.0, 9158.0, 9116.0, 9145.0, 9098.0, 9154.0, 9186.0, 9131.0, 9166.0, 9144.0, 9155.0, 9141.0, 9156.0, 9158.0, 9180.0, 9151.0, 9161.0, 9146.0, 9173.0, 9148.0, 9181.0, 9173.0, 9192.0, 9186.0, 9182.0, 9220.0, 9161.0, 9171.0, 9106.0, 9142.0, 9161.0, 9142.0, 9143.0, 9165.0, 9173.0, 9161.0, 9127.0, 9158.0, 9155.0, 9196.0, 9208.0, 9182.0, 9207.0, 9138.0, 9199.0, 9132.0, 9192.0, 9143.0, 9167.0, 9185.0, 9120.0, 9142.0, 9120.0, 9145.0, 9117.0, 9126.0, 9157.0, 9126.0, 9147.0, 9139.0, 9182.0, 9168.0, 9178.0, 9170.0, 9225.0, 9180.0, 9224.0, 9239.0, 9179.0, 9192.0, 9139.0, 9167.0, 9140.0, 9172.0, 9169.0, 9162.0, 9222.0, 9139.0, 9166.0, 9118.0, 9146.0, 9169.0, 9121.0, 9147.0, 9148.0, 9159.0, 9119.0, 9141.0, 9183.0, 9130.0, 9156.0, 9145.0, 9170.0, 9146.0, 9163.0, 9167.0, 9148.0, 9171.0, 9147.0, 9166.0, 9160.0, 9171.0, 9187.0, 9186.0, 9204.0, 9149.0, 9187.0, 9142.0, 9161.0, 9222.0, 9147.0, 9199.0, 9156.0, 9153.0, 9170.0, 9143.0, 9149.0, 9140.0, 9166.0, 9163.0, 9196.0, 9211.0, 9129.0, 9176.0, 9136.0, 9178.0, 9143.0, 9163.0, 9182.0, 9134.0, 9176.0, 9171.0, 9179.0, 9177.0, 9180.0, 9135.0, 9182.0, 9213.0, 9146.0, 9198.0, 9126.0, 9158.0, 9146.0, 9156.0, 9229.0, 9153.0, 9188.0, 9128.0, 9135.0, 9129.0, 9124.0, 9146.0, 9149.0, 9163.0, 9129.0, 9156.0, 9124.0, 9138.0, 9119.0, 9142.0, 9188.0, 9151.0, 9169.0, 9128.0, 9157.0, 9130.0, 9143.0, 9208.0, 9147.0, 9187.0, 9142.0, 9169.0, 9108.0, 9141.0, 9121.0, 9145.0, 9192.0, 9172.0, 9189.0, 9161.0, 9155.0, 9141.0, 9160.0, 9153.0, 9167.0, 9196.0, 9130.0, 9171.0, 9129.0, 9159.0, 9122.0, 9142.0, 9210.0, 9112.0, 9166.0, 9129.0, 9179.0, 9142.0, 9178.0, 9179.0, 9178.0, 9153.0, 9159.0, 9154.0, 9166.0, 9200.0, 9161.0, 9198.0, 9135.0, 9185.0, 9163.0, 9203.0, 9152.0, 9154.0, 9203.0, 9116.0, 9160.0, 9102.0, 9133.0, 9194.0, 9102.0, 9112.0, 9103.0, 9132.0, 9118.0, 9149.0, 9127.0, 9160.0, 9144.0, 9163.0, 9131.0, 9169.0, 9193.0, 9155.0, 9205.0, 9151.0, 9170.0, 9164.0, 9178.0, 9165.0, 9203.0, 9181.0, 9223.0, 9167.0, 9175.0, 9168.0, 9187.0, 9162.0, 9233.0, 9178.0, 9177.0, 9165.0, 9178.0, 9139.0, 9156.0, 9122.0, 9153.0, 9122.0, 9142.0, 9210.0, 9150.0, 9177.0, 9129.0, 9175.0, 9145.0, 9165.0, 9153.0, 9154.0, 9123.0, 9144.0, 9137.0, 9158.0, 9179.0, 9139.0, 9156.0, 9115.0, 9143.0, 9125.0, 9147.0, 9131.0, 9153.0, 9148.0, 9171.0, 9181.0, 9186.0, 9206.0, 9167.0, 9201.0, 9148.0, 9158.0, 9162.0, 9182.0, 9212.0, 9173.0, 9225.0, 9127.0, 9167.0, 9106.0, 9136.0, 9199.0, 9135.0, 9156.0, 9106.0, 9149.0, 9142.0, 9165.0, 9151.0, 9177.0, 9142.0, 9161.0, 9178.0, 9187.0, 9132.0, 9160.0, 9169.0, 9150.0, 9208.0, 9144.0, 9171.0, 9189.0, 9156.0, 9163.0, 9140.0, 9147.0, 9149.0, 9139.0, 9159.0, 9165.0, 9157.0, 9163.0, 9182.0, 9135.0, 9181.0, 9166.0, 9179.0, 9181.0, 9165.0, 9199.0, 9134.0, 9187.0, 9161.0, 9157.0, 9139.0, 9154.0, 9187.0, 9157.0, 9161.0, 9159.0, 9151.0, 9162.0, 9165.0, 9147.0, 9167.0, 9200.0, 9159.0, 9196.0, 9161.0, 9148.0, 9208.0, 9160.0, 9176.0, 9163.0, 9196.0, 9161.0, 9147.0, 9214.0, 9147.0, 9209.0, 9145.0, 9192.0, 9143.0, 9200.0, 9150.0, 9194.0, 9164.0, 9196.0, 9145.0, 9173.0, 9150.0, 9184.0, 9171.0, 9221.0, 9163.0, 9157.0, 9143.0, 9196.0, 9130.0, 9132.0, 9099.0, 9155.0, 9167.0, 9124.0, 9145.0, 9145.0, 9176.0, 9156.0, 9151.0, 9141.0, 9152.0, 9144.0, 9156.0, 9144.0, 9156.0, 9168.0, 9167.0, 9151.0, 9177.0, 9131.0, 9159.0, 9138.0, 9159.0, 9211.0, 9169.0, 9193.0, 9124.0, 9153.0, 9134.0, 9125.0, 9185.0, 9137.0, 9144.0, 9127.0, 9169.0, 9110.0, 9136.0, 9120.0, 9124.0, 9132.0, 9183.0, 9214.0, 9150.0, 9183.0, 9144.0, 9162.0, 9131.0, 9160.0, 9128.0, 9164.0, 9214.0, 9163.0, 9198.0, 9140.0, 9152.0, 9108.0, 9156.0, 9164.0, 9144.0, 9178.0, 9146.0, 9157.0, 9147.0, 9160.0, 9132.0, 9164.0, 9131.0, 9182.0, 9216.0, 9165.0, 9196.0, 9145.0, 9171.0, 9170.0, 9175.0, 9146.0, 9160.0, 9149.0, 9164.0, 9192.0, 9141.0, 9163.0, 9171.0, 9180.0, 9176.0, 9165.0, 9127.0, 9155.0, 9149.0, 9157.0, 9195.0, 9157.0, 9178.0, 9131.0, 9166.0, 9152.0, 9175.0, 9142.0, 9155.0, 9121.0, 9142.0, 9158.0, 9147.0, 9124.0, 9160.0, 9181.0, 9156.0, 9177.0, 9144.0, 9165.0, 9127.0, 9153.0, 9148.0, 9163.0, 9147.0, 9155.0, 9130.0, 9146.0, 9173.0, 9196.0, 9174.0, 9160.0, 9189.0, 9155.0, 9180.0, 9148.0, 9179.0, 9143.0, 9180.0, 9144.0, 9180.0, 9158.0, 9178.0, 9127.0, 9151.0, 9140.0, 9158.0, 9124.0, 9174.0, 9147.0, 9155.0, 9136.0, 9164.0, 9165.0, 9161.0, 9125.0, 9156.0, 9153.0, 9172.0, 9142.0, 9179.0, 9145.0, 9159.0, 9149.0, 9200.0, 9161.0, 9168.0, 9145.0, 9163.0, 9164.0, 9155.0, 9142.0, 9149.0, 9145.0, 9225.0, 9182.0, 9167.0, 9140.0, 9132.0, 9145.0, 9201.0, 9161.0, 9182.0, 9159.0, 9111.0, 9145.0, 9112.0, 9176.0, 9147.0, 9162.0, 9116.0, 9162.0, 9153.0, 9214.0, 9167.0, 9172.0, 9143.0, 9160.0, 9121.0, 9171.0, 9148.0, 9174.0, 9124.0, 9146.0, 9177.0, 9136.0, 9189.0, 9179.0, 9202.0, 9140.0, 9143.0, 9123.0, 9159.0, 9139.0, 9160.0, 9141.0, 9162.0, 9160.0, 9172.0, 9170.0, 9179.0, 9144.0, 9148.0, 9112.0, 9148.0, 9155.0, 9180.0, 9148.0, 9161.0, 9127.0, 9149.0, 9139.0, 9201.0, 9164.0, 9152.0, 9162.0, 9167.0, 9189.0, 9158.0, 9197.0, 9164.0, 9188.0, 9151.0, 9168.0, 9176.0, 9201.0, 9182.0, 9163.0, 9150.0, 9204.0, 9169.0, 9190.0, 9161.0, 9169.0, 9125.0, 9155.0, 9130.0, 9177.0, 9138.0, 9165.0, 9175.0, 9130.0, 9153.0, 9145.0, 9168.0, 9150.0, 9161.0, 9155.0, 9181.0, 9155.0, 9183.0, 9138.0, 9172.0, 9221.0, 9166.0, 9189.0, 9128.0, 9160.0, 9189.0, 9156.0, 9187.0, 9161.0, 9150.0, 9121.0, 9120.0, 9103.0, 9144.0, 9172.0, 9144.0, 9159.0, 9142.0, 9167.0, 9172.0, 9180.0, 9171.0, 9165.0, 9170.0, 9168.0, 9189.0, 9209.0, 9163.0, 9197.0, 9135.0, 9148.0, 9115.0, 9115.0, 9168.0, 9118.0, 9149.0, 9134.0, 9161.0, 9126.0, 9145.0, 9161.0, 9124.0, 9144.0, 9136.0, 9150.0, 9147.0, 9127.0, 9174.0, 9126.0, 9148.0, 9135.0, 9129.0, 9103.0, 9147.0, 9130.0, 9158.0, 9139.0, 9143.0, 9160.0, 9177.0, 9172.0, 9153.0, 9164.0, 9127.0, 9138.0, 9110.0, 9157.0, 9190.0, 9118.0, 9156.0, 9117.0, 9154.0, 9152.0, 9154.0, 9107.0, 9137.0, 9121.0, 9139.0, 9173.0, 9125.0, 9161.0, 9155.0, 9174.0, 9159.0, 9159.0, 9151.0, 9191.0, 9198.0, 9198.0, 9190.0, 9230.0, 9204.0, 9223.0, 9159.0, 9209.0, 9175.0, 9251.0, 9250.0, 9244.0, 9248.0, 9172.0, 9164.0, 9156.0, 9140.0, 9192.0, 9139.0, 9144.0, 9127.0, 9130.0, 9109.0, 9135.0, 9163.0, 9127.0, 9152.0, 9153.0, 9180.0, 9133.0, 9165.0, 9131.0, 9176.0, 9183.0, 9147.0, 9179.0, 9129.0, 9158.0, 9129.0, 9147.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.0024521139101861995</td></tr>
<tr><td colspan=3>aqi</td><td>0.05406205498357065</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.67219846717104</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1224649545394723</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9608423888157905</td></tr>
<tr><td colspan=3>efc</td><td>0.4426</td></tr>
<tr><td colspan=3>fber</td><td>8069.1406</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1392933051981612</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>137</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.005476451259584</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.383636246299504</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.308385672236524</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6153638467357756</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2271592199262122</td></tr>
<tr><td colspan=3>gcor</td><td>0.00482766</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015514137223362923</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024915210902690887</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.113979508166032</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>31.0072</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.0957</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.3674</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308933.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>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.0183</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4813</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.3206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3412.99</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67611.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.7665</td></tr>
<tr><td colspan=3>tsnr</td><td>29.00379103398882</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>