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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0129_suffix-bold_task-alignvideo" 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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-04_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-04_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-0129/ses-02/func/sub-0129_ses-02_task-alignvideo_acq-mb8_run-04_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>1728689994f5b411dc5f83e48ac0f31e</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:25:6.980000</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.998996, 0.0236396, -0.0380621, -0.0219726, 0.998806, 0.0436343]</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-04_task-alignvideo_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.114818</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7738, -7238, 110, -123, -1, 48, 117]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>14eedf1b-5632-492e-8db9-ae1f6d7bab96||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.680232524871826, -0.05895082280039787, -0.10542987287044525, 115.6444091796875], [-0.06342318654060364, 2.6797232627868652, 0.11543627083301544, -89.45616149902344], [-0.10211770981550217, -0.11706767976284027, 2.695470094680786, -60.06181716918945], [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': ['112506.980000', '112507.440000', '112507.900000', '112508.360000', '112508.820000', '112509.280000', '112509.740000', '112510.200000', '112510.660000', '112511.120000', '112511.580000', '112512.040000', '112512.500000', '112512.960000', '112513.420000', '112513.880000', '112514.340000', '112514.800000', '112515.260000', '112515.720000', '112516.180000', '112516.640000', '112517.100000', '112517.560000', '112518.020000', '112518.480000', '112518.940000', '112519.400000', '112519.860000', '112520.320000', '112520.780000', '112521.240000', '112521.700000', '112522.160000', '112522.620000', '112523.080000', '112523.540000', '112524.000000', '112524.460000', '112524.920000', '112525.380000', '112525.840000', '112526.300000', '112526.760000', '112527.220000', '112527.680000', '112528.140000', '112528.600000', '112529.060000', '112529.520000', '112529.980000', '112530.440000', '112530.900000', '112531.360000', '112531.820000', '112532.280000', '112532.740000', '112533.200000', '112533.660000', '112534.120000', '112534.580000', '112535.040000', '112535.500000', '112535.960000', '112536.420000', '112536.880000', '112537.340000', '112537.800000', '112538.260000', '112538.720000', '112539.180000', '112539.640000', '112540.100000', '112540.560000', '112541.020000', '112541.480000', '112541.940000', '112542.400000', '112542.860000', '112543.320000', '112543.780000', '112544.240000', '112544.700000', '112545.160000', '112545.620000', '112546.080000', '112546.540000', '112547.000000', '112547.460000', '112547.920000', '112548.380000', '112548.840000', '112549.300000', '112549.760000', '112550.220000', '112550.680000', '112551.140000', '112551.600000', '112552.060000', '112552.520000', '112552.980000', '112553.440000', '112553.900000', '112554.360000', '112554.820000', '112555.280000', '112555.740000', '112556.200000', '112556.660000', '112557.120000', '112557.580000', '112558.040000', '112558.500000', '112558.960000', '112559.420000', '112559.880000', '112600.340000', '112600.800000', '112601.260000', '112601.720000', '112602.180000', '112602.640000', '112603.100000', '112603.560000', '112604.020000', '112604.480000', '112604.940000', '112605.400000', '112605.860000', '112606.320000', '112606.780000', '112607.240000', '112607.700000', '112608.160000', '112608.620000', '112609.080000', '112609.540000', '112610.000000', '112610.460000', '112610.920000', '112611.380000', '112611.840000', '112612.300000', '112612.760000', '112613.220000', '112613.680000', '112614.140000', '112614.600000', '112615.060000', '112615.520000', '112615.980000', '112616.440000', '112616.900000', '112617.360000', '112617.820000', '112618.280000', '112618.740000', '112619.200000', '112619.660000', '112620.120000', '112620.580000', '112621.040000', '112621.500000', '112621.960000', '112622.420000', '112622.880000', '112623.340000', '112623.800000', '112624.260000', '112624.720000', '112625.180000', '112625.640000', '112626.100000', '112626.560000', '112627.020000', '112627.480000', '112627.940000', '112628.400000', '112628.860000', '112629.320000', '112629.780000', '112630.240000', '112630.700000', '112631.160000', '112631.620000', '112632.080000', '112632.540000', '112633.000000', '112633.460000', '112633.920000', '112634.380000', '112634.840000', '112635.300000', '112635.760000', '112636.220000', '112636.680000', '112637.140000', '112637.600000', '112638.060000', '112638.520000', '112638.980000', '112639.440000', '112639.900000', '112640.360000', '112640.820000', '112641.280000', '112641.740000', '112642.200000', '112642.660000', '112643.120000', '112643.580000', '112644.040000', '112644.500000', '112644.960000', '112645.420000', '112645.880000', '112646.340000', '112646.800000', '112647.260000', '112647.720000', '112648.180000', '112648.640000', '112649.100000', '112649.560000', '112650.020000', '112650.480000', '112650.940000', '112651.400000', '112651.860000', '112652.320000', '112652.780000', '112653.240000', '112653.700000', '112654.160000', '112654.620000', '112655.080000', '112655.540000', '112656.000000', '112656.460000', '112656.920000', '112657.380000', '112657.840000', '112658.300000', '112658.760000', '112659.220000', '112659.680000', '112700.140000', '112700.600000', '112701.060000', '112701.520000', '112701.980000', '112702.440000', '112702.900000', '112703.360000', '112703.820000', '112704.280000', '112704.740000', '112705.200000', '112705.660000', '112706.120000', '112706.580000', '112707.040000', '112707.500000', '112707.960000', '112708.420000', '112708.880000', '112709.340000', '112709.800000', '112710.260000', '112710.720000', '112711.180000', '112711.640000', '112712.100000', '112712.560000', '112713.020000', '112713.480000', '112713.940000', '112714.400000', '112714.860000', '112715.320000', '112715.780000', '112716.240000', '112716.700000', '112717.160000', '112717.620000', '112718.080000', '112718.540000', '112719.000000', '112719.460000', '112719.920000', '112720.380000', '112720.840000', '112721.300000', '112721.760000', '112722.220000', '112722.680000', '112723.140000', '112723.600000', '112724.060000', '112724.520000', '112724.980000', '112725.440000', '112725.900000', '112726.360000', '112726.820000', '112727.280000', '112727.740000', '112728.200000', '112728.660000', '112729.120000', '112729.580000', '112730.040000', '112730.500000', '112730.960000', '112731.420000', '112731.880000', '112732.340000', '112732.800000', '112733.260000', '112733.720000', '112734.180000', '112734.640000', '112735.100000', '112735.560000', '112736.020000', '112736.480000', '112736.940000', '112737.400000', '112737.860000', '112738.320000', '112738.780000', '112739.240000', '112739.700000', '112740.160000', '112740.620000', '112741.080000', '112741.540000', '112742.000000', '112742.460000', '112742.920000', '112743.380000', '112743.840000', '112744.300000', '112744.760000', '112745.220000', '112745.680000', '112746.140000', '112746.600000', '112747.060000', '112747.520000', '112747.980000', '112748.440000', '112748.900000', '112749.360000', '112749.820000', '112750.280000', '112750.740000', '112751.200000', '112751.660000', '112752.120000', '112752.580000', '112753.040000', '112753.500000', '112753.960000', '112754.420000', '112754.880000', '112755.340000', '112755.800000', '112756.260000', '112756.720000', '112757.180000', '112757.640000', '112758.100000', '112758.560000', '112759.020000', '112759.480000', '112759.940000', '112800.400000', '112800.860000', '112801.320000', '112801.780000', '112802.240000', '112802.700000', '112803.160000', '112803.620000', '112804.080000', '112804.540000', '112805.000000', '112805.460000', '112805.920000', '112806.380000', '112806.840000', '112807.300000', '112807.760000', '112808.220000', '112808.680000', '112809.140000', '112809.600000', '112810.060000', '112810.520000', '112810.980000', '112811.440000', '112811.900000', '112812.360000', '112812.820000', '112813.280000', '112813.740000', '112814.200000', '112814.660000', '112815.120000', '112815.580000', '112816.040000', '112816.500000', '112816.960000', '112817.420000', '112817.880000', '112818.340000', '112818.800000', '112819.260000', '112819.720000', '112820.180000', '112820.640000', '112821.100000', '112821.560000', '112822.020000', '112822.480000', '112822.940000', '112823.400000', '112823.860000', '112824.320000', '112824.780000', '112825.240000', '112825.700000', '112826.160000', '112826.620000', '112827.080000', '112827.540000', '112828.000000', '112828.460000', '112828.920000', '112829.380000', '112829.840000', '112830.300000', '112830.760000', '112831.220000', '112831.680000', '112832.140000', '112832.600000', '112833.060000', '112833.520000', '112833.980000', '112834.440000', '112834.900000', '112835.360000', '112835.820000', '112836.280000', '112836.740000', '112837.200000', '112837.660000', '112838.120000', '112838.580000', '112839.040000', '112839.500000', '112839.960000', '112840.420000', '112840.880000', '112841.340000', '112841.800000', '112842.260000', '112842.720000', '112843.180000', '112843.640000', '112844.100000', '112844.560000', '112845.020000', '112845.480000', '112845.940000', '112846.400000', '112846.860000', '112847.320000', '112847.780000', '112848.240000', '112848.700000', '112849.160000', '112849.620000', '112850.080000', '112850.540000', '112851.000000', '112851.460000', '112851.920000', '112852.380000', '112852.840000', '112853.300000', '112853.760000', '112854.220000', '112854.680000', '112855.140000', '112855.600000', '112856.060000', '112856.520000', '112856.980000', '112857.440000', '112857.900000', '112858.360000', '112858.820000', '112859.280000', '112859.740000', '112900.200000', '112900.660000', '112901.120000', '112901.580000', '112902.040000', '112902.500000', '112902.960000', '112903.420000', '112903.880000', '112904.340000', '112904.800000', '112905.260000', '112905.720000', '112906.180000', '112906.640000', '112907.100000', '112907.560000', '112908.020000', '112908.480000', '112908.940000', '112909.400000', '112909.860000', '112910.320000', '112910.780000', '112911.240000', '112911.700000', '112912.160000', '112912.620000', '112913.080000', '112913.540000', '112914.000000', '112914.460000', '112914.920000', '112915.380000', '112915.840000', '112916.300000', '112916.760000', '112917.220000', '112917.680000', '112918.140000', '112918.600000', '112919.060000', '112919.520000', '112919.980000', '112920.440000', '112920.900000', '112921.360000', '112921.820000', '112922.280000', '112922.740000', '112923.200000', '112923.660000', '112924.120000', '112924.580000', '112925.040000', '112925.500000', '112925.960000', '112926.420000', '112926.880000', '112927.340000', '112927.800000', '112928.260000', '112928.720000', '112929.180000', '112929.640000', '112930.100000', '112930.560000', '112931.020000', '112931.480000', '112931.940000', '112932.400000', '112932.860000', '112933.320000', '112933.780000', '112934.240000', '112934.700000', '112935.160000', '112935.620000', '112936.080000', '112936.540000', '112937.000000', '112937.460000', '112937.920000', '112938.380000', '112938.840000', '112939.300000', '112939.760000', '112940.220000', '112940.680000', '112941.140000', '112941.600000', '112942.060000', '112942.520000', '112942.980000', '112943.440000', '112943.900000', '112944.360000', '112944.820000', '112945.280000', '112945.740000', '112946.200000', '112946.660000', '112947.120000', '112947.580000', '112948.040000', '112948.500000', '112948.960000', '112949.420000', '112949.880000', '112950.340000', '112950.800000', '112951.260000', '112951.720000', '112952.180000', '112952.640000', '112953.100000', '112953.560000', '112954.020000', '112954.480000', '112954.940000', '112955.400000', '112955.860000', '112956.320000', '112956.780000', '112957.240000', '112957.700000', '112958.160000', '112958.620000', '112959.080000', '112959.540000', '113000.000000', '113000.460000', '113000.920000', '113001.380000', '113001.840000', '113002.300000', '113002.760000', '113003.220000', '113003.680000', '113004.140000', '113004.600000', '113005.060000', '113005.520000', '113005.980000', '113006.440000', '113006.900000', '113007.360000', '113007.820000', '113008.280000', '113008.740000', '113009.200000', '113009.660000', '113010.120000', '113010.580000', '113011.040000', '113011.500000', '113011.960000', '113012.420000', '113012.880000', '113013.340000', '113013.800000', '113014.260000', '113014.720000', '113015.180000', '113015.640000', '113016.100000', '113016.560000', '113017.020000', '113017.480000', '113017.940000', '113018.400000', '113018.860000', '113019.320000', '113019.780000', '113020.240000', '113020.700000', '113021.160000', '113021.620000', '113022.080000', '113022.540000', '113023.000000', '113023.460000', '113023.920000', '113024.380000', '113024.840000', '113025.300000', '113025.760000', '113026.220000', '113026.680000', '113027.140000', '113027.600000', '113028.060000', '113028.520000', '113028.980000', '113029.440000', '113029.900000', '113030.360000', '113030.820000', '113031.280000', '113031.740000', '113032.200000', '113032.660000', '113033.120000', '113033.580000', '113034.040000', '113034.500000', '113034.960000', '113035.420000', '113035.880000', '113036.340000', '113036.800000', '113037.260000', '113037.720000', '113038.180000', '113038.640000', '113039.100000', '113039.560000', '113040.020000', '113040.480000', '113040.940000', '113041.400000', '113041.860000', '113042.320000', '113042.780000', '113043.240000', '113043.700000', '113044.160000', '113044.620000', '113045.080000', '113045.540000', '113046.000000', '113046.460000', '113046.920000', '113047.380000', '113047.840000', '113048.300000', '113048.760000', '113049.220000', '113049.680000', '113050.140000', '113050.600000', '113051.060000', '113051.520000', '113051.980000', '113052.440000', '113052.900000', '113053.360000', '113053.820000', '113054.280000', '113054.740000', '113055.200000', '113055.660000', '113056.120000', '113056.580000', '113057.040000', '113057.500000', '113057.960000', '113058.420000', '113058.880000', '113059.340000', '113059.800000', '113100.260000', '113100.720000', '113101.180000', '113101.640000', '113102.100000', '113102.560000', '113103.020000', '113103.480000', '113103.940000', '113104.400000', '113104.860000', '113105.320000', '113105.780000', '113106.240000', '113106.700000', '113107.160000', '113107.620000', '113108.080000', '113108.540000', '113109.000000', '113109.460000', '113109.920000', '113110.380000', '113110.840000', '113111.300000', '113111.760000', '113112.220000', '113112.680000', '113113.140000', '113113.600000', '113114.060000', '113114.520000', '113114.980000', '113115.440000', '113115.900000', '113116.360000', '113116.820000', '113117.280000', '113117.740000', '113118.200000', '113118.660000', '113119.120000', '113119.580000', '113120.040000', '113120.500000', '113120.960000', '113121.420000', '113121.880000', '113122.340000', '113122.800000', '113123.260000', '113123.720000', '113124.180000', '113124.640000', '113125.100000', '113125.560000', '113126.020000', '113126.480000', '113126.940000', '113127.400000', '113127.860000', '113128.320000', '113128.780000', '113129.240000', '113129.700000', '113130.160000', '113130.620000', '113131.080000', '113131.540000', '113132.000000', '113132.460000', '113132.920000', '113133.380000', '113133.840000', '113134.300000', '113134.760000', '113135.220000', '113135.680000', '113136.140000', '113136.600000', '113137.060000', '113137.520000', '113137.980000', '113138.440000', '113138.900000', '113139.360000', '113139.820000', '113140.280000', '113140.740000', '113141.200000', '113141.660000', '113142.120000', '113142.580000', '113143.040000', '113143.500000', '113143.960000', '113144.420000', '113144.880000', '113145.340000', '113145.800000', '113146.260000', '113146.720000', '113147.180000', '113147.640000', '113148.100000', '113148.560000', '113149.020000', '113149.480000', '113149.940000', '113150.400000', '113150.860000', '113151.320000', '113151.780000', '113152.240000', '113152.700000', '113153.160000', '113153.620000', '113154.080000', '113154.540000', '113155.000000', '113155.460000', '113155.920000', '113156.380000', '113156.840000', '113157.300000', '113157.760000', '113158.220000', '113158.680000', '113159.140000', '113159.600000', '113200.060000', '113200.520000', '113200.980000', '113201.440000', '113201.900000', '113202.360000', '113202.820000', '113203.280000', '113203.740000', '113204.200000', '113204.660000', '113205.120000', '113205.580000', '113206.040000', '113206.500000', '113206.960000'], 'ContentTime': ['112530.843000', '112530.846000', '112530.849000', '112530.852000', '112530.855000', '112530.857000', '112530.860000', '112530.862000', '112530.865000', '112530.867000', '112530.870000', '112530.873000', '112530.875000', '112530.878000', '112530.880000', '112530.883000', '112530.886000', '112530.888000', '112530.891000', '112530.893000', '112530.896000', '112530.899000', '112530.901000', '112530.904000', '112530.907000', '112530.909000', '112530.912000', '112530.914000', '112530.925000', '112530.928000', '112530.930000', '112530.933000', '112530.943000', '112530.946000', '112530.948000', '112530.951000', '112530.953000', '112530.956000', '112530.958000', '112530.961000', '112530.963000', '112530.966000', '112530.969000', '112530.971000', '112530.974000', '112530.976000', '112530.979000', '112530.981000', '112530.984000', '112550.793000', '112550.796000', '112550.799000', '112550.802000', '112550.804000', '112550.807000', '112550.809000', '112550.812000', '112550.814000', '112550.817000', '112550.820000', '112550.822000', '112550.825000', '112550.827000', '112550.830000', '112550.832000', '112550.835000', '112550.837000', '112550.840000', '112550.843000', '112550.845000', '112550.848000', '112550.850000', '112550.853000', '112550.855000', '112550.858000', '112550.861000', '112550.863000', '112550.866000', '112550.869000', '112550.898000', '112550.901000', '112550.903000', '112550.906000', '112550.908000', '112550.911000', '112550.914000', '112550.916000', '112550.919000', '112550.922000', '112550.924000', '112550.927000', '112550.929000', '112610.793000', '112610.796000', '112610.799000', '112610.801000', '112610.804000', '112610.807000', '112610.810000', '112610.813000', '112610.816000', '112610.819000', '112610.821000', '112610.824000', '112610.827000', '112610.829000', '112610.832000', '112610.843000', '112610.845000', '112610.848000', '112610.851000', '112610.854000', '112610.857000', '112610.860000', '112610.863000', '112610.865000', '112610.868000', '112610.870000', '112610.873000', '112610.876000', '112610.878000', '112610.881000', '112610.883000', '112610.886000', '112610.888000', '112610.891000', '112610.894000', '112610.896000', '112610.899000', '112610.901000', '112610.904000', '112610.906000', '112610.909000', '112610.912000', '112610.914000', '112630.794000', '112630.796000', '112630.799000', '112630.802000', '112630.804000', '112630.807000', '112630.809000', '112630.812000', '112630.815000', '112630.817000', '112630.820000', '112630.823000', '112630.826000', '112630.829000', '112630.831000', '112630.834000', '112630.837000', '112630.839000', '112630.842000', '112630.844000', '112630.847000', '112630.849000', '112630.852000', '112630.855000', '112630.857000', '112630.860000', '112630.872000', '112630.874000', '112630.877000', '112630.879000', '112630.882000', '112630.885000', '112630.887000', '112630.890000', '112630.892000', '112630.895000', '112630.897000', '112630.900000', '112630.903000', '112630.905000', '112630.908000', '112630.910000', '112630.913000', '112630.915000', '112650.793000', '112650.796000', '112650.799000', '112650.802000', '112650.804000', '112650.807000', '112650.810000', '112650.812000', '112650.815000', '112650.817000', '112650.820000', '112650.822000', '112650.825000', '112650.828000', '112650.830000', '112650.833000', '112650.836000', '112650.839000', '112650.842000', '112650.845000', '112650.847000', '112650.850000', '112650.862000', '112650.865000', '112650.868000', '112650.870000', '112650.873000', '112650.875000', '112650.878000', '112650.881000', '112650.883000', '112650.886000', '112650.888000', '112650.891000', '112650.893000', '112650.896000', '112650.899000', '112650.901000', '112650.904000', '112650.907000', '112650.909000', '112650.912000', '112650.914000', '112710.793000', '112710.796000', '112710.799000', '112710.802000', '112710.805000', '112710.807000', '112710.810000', '112710.813000', '112710.815000', '112710.818000', '112710.821000', '112710.823000', '112710.826000', '112710.829000', '112710.831000', '112710.834000', '112710.837000', '112710.839000', '112710.842000', '112710.845000', '112710.847000', '112710.850000', '112710.853000', '112710.855000', '112710.858000', '112710.860000', '112710.863000', '112710.866000', '112710.868000', '112710.871000', '112710.873000', '112710.876000', '112710.879000', '112710.881000', '112710.884000', '112710.887000', '112710.889000', '112710.892000', '112710.895000', '112710.897000', '112710.900000', '112710.902000', '112710.905000', '112710.908000', '112730.795000', '112730.797000', '112730.800000', '112730.803000', '112730.806000', '112730.808000', '112730.811000', '112730.813000', '112730.816000', '112730.819000', '112730.821000', '112730.824000', '112730.827000', '112730.829000', '112730.832000', '112730.835000', '112730.838000', '112730.841000', '112730.844000', '112730.848000', '112730.850000', '112730.853000', '112730.857000', '112730.859000', '112730.862000', '112730.864000', '112730.867000', '112730.870000', '112730.872000', '112730.875000', '112730.877000', '112730.880000', '112730.883000', '112730.885000', '112730.888000', '112730.890000', '112730.893000', '112730.899000', '112730.901000', '112730.904000', '112730.907000', '112730.909000', '112730.912000', '112750.794000', '112750.798000', '112750.800000', '112750.803000', '112750.805000', '112750.808000', '112750.811000', '112750.813000', '112750.816000', '112750.819000', '112750.822000', '112750.824000', '112750.827000', '112750.829000', '112750.832000', '112750.835000', '112750.837000', '112750.840000', '112750.842000', '112750.845000', '112750.848000', '112750.866000', '112750.869000', '112750.872000', '112750.874000', '112750.877000', '112750.879000', '112750.882000', '112750.885000', '112750.887000', '112750.902000', '112750.904000', '112750.907000', '112750.910000', '112750.912000', '112750.915000', '112750.918000', '112750.920000', '112750.923000', '112750.925000', '112750.928000', '112750.930000', '112750.933000', '112750.936000', '112810.794000', '112810.797000', '112810.800000', '112810.802000', '112810.805000', '112810.808000', '112810.810000', '112810.813000', '112810.815000', '112810.818000', '112810.821000', '112810.823000', '112810.826000', '112810.828000', '112810.831000', '112810.834000', '112810.836000', '112810.839000', '112810.842000', '112810.844000', '112810.847000', '112810.849000', '112810.852000', '112810.855000', '112810.857000', '112810.860000', '112810.862000', '112810.865000', '112810.868000', '112810.870000', '112810.873000', '112810.876000', '112810.878000', '112810.881000', '112810.883000', '112810.886000', '112810.889000', '112810.891000', '112810.894000', '112810.896000', '112810.899000', '112810.902000', '112810.904000', '112830.794000', '112830.797000', '112830.799000', '112830.802000', '112830.805000', '112830.807000', '112830.810000', '112830.813000', '112830.815000', '112830.818000', '112830.820000', '112830.823000', '112830.826000', '112830.829000', '112830.832000', '112830.835000', '112830.838000', '112830.840000', '112830.843000', '112830.845000', '112830.848000', '112830.851000', '112830.853000', '112830.856000', '112830.858000', '112830.861000', '112830.864000', '112830.866000', '112830.869000', '112830.872000', '112830.878000', '112830.880000', '112830.883000', '112830.885000', '112830.888000', '112830.890000', '112830.893000', '112830.896000', '112830.898000', '112830.901000', '112830.903000', '112830.906000', '112830.908000', '112850.793000', '112850.796000', '112850.799000', '112850.801000', '112850.804000', '112850.807000', '112850.809000', '112850.812000', '112850.814000', '112850.817000', '112850.820000', '112850.822000', '112850.825000', '112850.827000', '112850.830000', '112850.833000', '112850.835000', '112850.838000', '112850.840000', '112850.843000', '112850.846000', '112850.848000', '112850.851000', '112850.854000', '112850.856000', '112850.859000', '112850.861000', '112850.864000', '112850.868000', '112850.870000', '112850.873000', '112850.876000', '112850.878000', '112850.881000', '112850.883000', '112850.886000', '112850.889000', '112850.891000', '112850.894000', '112850.897000', '112850.900000', '112850.903000', '112850.906000', '112850.908000', '112910.793000', '112910.796000', '112910.799000', '112910.801000', '112910.804000', '112910.807000', '112910.809000', '112910.812000', '112910.814000', '112910.817000', '112910.819000', '112910.822000', '112910.825000', '112910.827000', '112910.830000', '112910.832000', '112910.835000', '112910.838000', '112910.840000', '112910.843000', '112910.845000', '112910.848000', '112910.851000', '112910.853000', '112910.856000', '112910.858000', '112910.861000', '112910.864000', '112910.866000', '112910.869000', '112910.871000', '112910.882000', '112910.885000', '112910.888000', '112910.890000', '112910.893000', '112910.895000', '112910.898000', '112910.901000', '112910.903000', '112910.906000', '112910.909000', '112910.911000', '112910.914000', '112930.793000', '112930.796000', '112930.799000', '112930.801000', '112930.804000', '112930.807000', '112930.809000', '112930.812000', '112930.814000', '112930.817000', '112930.820000', '112930.830000', '112930.833000', '112930.835000', '112930.838000', '112930.841000', '112930.843000', '112930.846000', '112930.848000', '112930.851000', '112930.854000', '112930.856000', '112930.859000', '112930.861000', '112930.864000', '112930.866000', '112930.869000', '112930.872000', '112930.874000', '112930.877000', '112930.880000', '112930.883000', '112930.886000', '112930.889000', '112930.891000', '112930.894000', '112930.896000', '112930.899000', '112930.901000', '112930.904000', '112930.907000', '112930.909000', '112930.912000', '112950.795000', '112950.797000', '112950.800000', '112950.803000', '112950.805000', '112950.808000', '112950.811000', '112950.813000', '112950.816000', '112950.818000', '112950.821000', '112950.824000', '112950.826000', '112950.829000', '112950.831000', '112950.834000', '112950.837000', '112950.839000', '112950.842000', '112950.844000', '112950.847000', '112950.850000', '112950.852000', '112950.855000', '112950.857000', '112950.860000', '112950.863000', '112950.865000', '112950.868000', '112950.870000', '112950.873000', '112950.876000', '112950.878000', '112950.881000', '112950.883000', '112950.886000', '112950.889000', '112950.891000', '112950.894000', '112950.896000', '112950.899000', '112950.902000', '112950.904000', '112950.907000', '113010.795000', '113010.797000', '113010.800000', '113010.803000', '113010.805000', '113010.808000', '113010.810000', '113010.813000', '113010.815000', '113010.818000', '113010.821000', '113010.823000', '113010.826000', '113010.828000', '113010.831000', '113010.833000', '113010.836000', '113010.839000', '113010.841000', '113010.844000', '113010.846000', '113010.849000', '113010.851000', '113010.854000', '113010.857000', '113010.859000', '113010.862000', '113010.864000', '113010.867000', '113010.870000', '113010.872000', '113010.875000', '113010.877000', '113010.880000', '113010.882000', '113010.885000', '113010.888000', '113010.890000', '113010.893000', '113010.895000', '113010.898000', '113010.901000', '113010.903000', '113030.793000', '113030.798000', '113030.801000', '113030.804000', '113030.806000', '113030.809000', '113030.811000', '113030.814000', '113030.817000', '113030.819000', '113030.822000', '113030.824000', '113030.827000', '113030.830000', '113030.832000', '113030.835000', '113030.837000', '113030.840000', '113030.842000', '113030.845000', '113030.848000', '113030.850000', '113030.853000', '113030.855000', '113030.858000', '113030.861000', '113030.863000', '113030.866000', '113030.868000', '113030.871000', '113030.873000', '113030.876000', '113030.879000', '113030.881000', '113030.884000', '113030.886000', '113030.889000', '113030.891000', '113030.894000', '113030.897000', '113030.899000', '113030.902000', '113030.904000', '113030.907000', '113050.793000', '113050.796000', '113050.799000', '113050.801000', '113050.804000', '113050.807000', '113050.809000', '113050.812000', '113050.814000', '113050.817000', '113050.820000', '113050.822000', '113050.825000', '113050.828000', '113050.830000', '113050.833000', '113050.836000', '113050.838000', '113050.841000', '113050.843000', '113050.846000', '113050.849000', '113050.851000', '113050.854000', '113050.856000', '113050.859000', '113050.862000', '113050.864000', '113050.867000', '113050.870000', '113050.872000', '113050.875000', '113050.877000', '113050.880000', '113050.883000', '113050.885000', '113050.888000', '113050.891000', '113050.893000', '113050.896000', '113050.898000', '113050.901000', '113050.904000', '113110.793000', '113110.796000', '113110.799000', '113110.801000', '113110.804000', '113110.807000', '113110.809000', '113110.812000', '113110.814000', '113110.817000', '113110.820000', '113110.822000', '113110.825000', '113110.828000', '113110.831000', '113110.833000', '113110.836000', '113110.838000', '113110.841000', '113110.844000', '113110.853000', '113110.856000', '113110.859000', '113110.861000', '113110.864000', '113110.866000', '113110.869000', '113110.872000', '113110.874000', '113110.877000', '113110.880000', '113110.882000', '113110.885000', '113110.888000', '113110.890000', '113110.893000', '113110.895000', '113110.898000', '113110.901000', '113110.903000', '113110.906000', '113110.908000', '113110.911000', '113110.913000', '113130.794000', '113130.797000', '113130.799000', '113130.802000', '113130.804000', '113130.807000', '113130.810000', '113130.812000', '113130.815000', '113130.817000', '113130.820000', '113130.822000', '113130.825000', '113130.828000', '113130.830000', '113130.833000', '113130.835000', '113130.838000', '113130.850000', '113130.852000', '113130.855000', '113130.857000', '113130.860000', '113130.863000', '113130.865000', '113130.868000', '113130.871000', '113130.873000', '113130.876000', '113130.879000', '113130.881000', '113130.884000', '113130.887000', '113130.889000', '113130.892000', '113130.894000', '113130.897000', '113130.900000', '113130.902000', '113130.905000', '113130.907000', '113130.910000', '113130.913000', '113150.794000', '113150.796000', '113150.799000', '113150.802000', '113150.804000', '113150.807000', '113150.809000', '113150.812000', '113150.815000', '113150.817000', '113150.820000', '113150.822000', '113150.825000', '113150.828000', '113150.830000', '113150.837000', '113150.839000', '113150.842000', '113150.844000', '113150.847000', '113150.850000', '113150.852000', '113150.855000', '113150.858000', '113150.860000', '113150.863000', '113150.865000', '113150.868000', '113150.871000', '113150.873000', '113150.876000', '113150.879000', '113150.881000', '113150.884000', '113150.887000', '113150.889000', '113150.892000', '113150.894000', '113150.897000', '113150.900000', '113150.902000', '113150.905000', '113150.907000', '113208.663000', '113208.666000', '113208.668000', '113208.671000', '113208.674000', '113208.676000', '113208.679000', '113208.682000', '113208.684000', '113208.687000', '113208.689000', '113208.692000', '113208.695000', '113208.697000', '113208.700000', '113208.703000', '113208.705000', '113208.708000', '113208.710000', '113208.713000', '113208.716000', '113208.718000', '113208.721000', '113208.724000', '113208.726000', '113208.729000', '113208.731000', '113208.734000', '113208.736000', '113208.739000', '113208.742000', '113208.744000', '113208.747000', '113208.749000', '113208.752000', '113208.755000', '113208.757000', '113208.760000', '113208.763000', '113208.765000'], 'InstanceCreationTime': ['112530.843000', '112530.846000', '112530.849000', '112530.852000', '112530.855000', '112530.857000', '112530.860000', '112530.862000', '112530.865000', '112530.867000', '112530.870000', '112530.873000', '112530.875000', '112530.878000', '112530.880000', '112530.883000', '112530.886000', '112530.888000', '112530.891000', '112530.893000', '112530.896000', '112530.899000', '112530.901000', '112530.904000', '112530.907000', '112530.909000', '112530.912000', '112530.914000', '112530.925000', '112530.928000', '112530.930000', '112530.933000', '112530.943000', '112530.946000', '112530.948000', '112530.951000', '112530.953000', '112530.956000', '112530.958000', '112530.961000', '112530.963000', '112530.966000', '112530.969000', '112530.971000', '112530.974000', '112530.976000', '112530.979000', '112530.981000', '112530.984000', '112550.793000', '112550.796000', '112550.799000', '112550.802000', '112550.804000', '112550.807000', '112550.809000', '112550.812000', '112550.814000', '112550.817000', '112550.820000', '112550.822000', '112550.825000', '112550.827000', '112550.830000', '112550.832000', '112550.835000', '112550.837000', '112550.840000', '112550.843000', '112550.845000', '112550.848000', '112550.850000', '112550.853000', '112550.855000', '112550.858000', '112550.861000', '112550.863000', '112550.866000', '112550.869000', '112550.898000', '112550.901000', '112550.903000', '112550.906000', '112550.908000', '112550.911000', '112550.914000', '112550.916000', '112550.919000', '112550.922000', '112550.924000', '112550.927000', '112550.929000', '112610.793000', '112610.796000', '112610.799000', '112610.801000', '112610.804000', '112610.807000', '112610.810000', '112610.813000', '112610.816000', '112610.819000', '112610.821000', '112610.824000', '112610.827000', '112610.829000', '112610.832000', '112610.843000', '112610.845000', '112610.848000', '112610.851000', '112610.854000', '112610.857000', '112610.860000', '112610.863000', '112610.865000', '112610.868000', '112610.870000', '112610.873000', '112610.876000', '112610.878000', '112610.881000', '112610.883000', '112610.886000', '112610.888000', '112610.891000', '112610.894000', '112610.896000', '112610.899000', '112610.901000', '112610.904000', '112610.906000', '112610.909000', '112610.912000', '112610.914000', '112630.794000', '112630.796000', '112630.799000', '112630.802000', '112630.804000', '112630.807000', '112630.809000', '112630.812000', '112630.815000', '112630.817000', '112630.820000', '112630.823000', '112630.826000', '112630.829000', '112630.831000', '112630.834000', '112630.837000', '112630.839000', '112630.842000', '112630.844000', '112630.847000', '112630.849000', '112630.852000', '112630.855000', '112630.857000', '112630.860000', '112630.872000', '112630.874000', '112630.877000', '112630.879000', '112630.882000', '112630.885000', '112630.887000', '112630.890000', '112630.892000', '112630.895000', '112630.897000', '112630.900000', '112630.903000', '112630.905000', '112630.908000', '112630.910000', '112630.913000', '112630.915000', '112650.793000', '112650.796000', '112650.799000', '112650.802000', '112650.804000', '112650.807000', '112650.810000', '112650.812000', '112650.815000', '112650.817000', '112650.820000', '112650.822000', '112650.825000', '112650.828000', '112650.830000', '112650.833000', '112650.836000', '112650.839000', '112650.842000', '112650.845000', '112650.847000', '112650.850000', '112650.862000', '112650.865000', '112650.868000', '112650.870000', '112650.873000', '112650.875000', '112650.878000', '112650.881000', '112650.883000', '112650.886000', '112650.888000', '112650.891000', '112650.893000', '112650.896000', '112650.899000', '112650.901000', '112650.904000', '112650.907000', '112650.909000', '112650.912000', '112650.914000', '112710.793000', '112710.796000', '112710.799000', '112710.802000', '112710.805000', '112710.807000', '112710.810000', '112710.813000', '112710.815000', '112710.818000', '112710.821000', '112710.823000', '112710.826000', '112710.829000', '112710.831000', '112710.834000', '112710.837000', '112710.839000', '112710.842000', '112710.845000', '112710.847000', '112710.850000', '112710.853000', '112710.855000', '112710.858000', '112710.860000', '112710.863000', '112710.866000', '112710.868000', '112710.871000', '112710.873000', '112710.876000', '112710.879000', '112710.881000', '112710.884000', '112710.887000', '112710.889000', '112710.892000', '112710.895000', '112710.897000', '112710.900000', '112710.902000', '112710.905000', '112710.908000', '112730.795000', '112730.797000', '112730.800000', '112730.803000', '112730.806000', '112730.808000', '112730.811000', '112730.813000', '112730.816000', '112730.819000', '112730.821000', '112730.824000', '112730.827000', '112730.829000', '112730.832000', '112730.835000', '112730.838000', '112730.841000', '112730.844000', '112730.848000', '112730.850000', '112730.853000', '112730.857000', '112730.859000', '112730.862000', '112730.864000', '112730.867000', '112730.870000', '112730.872000', '112730.875000', '112730.877000', '112730.880000', '112730.883000', '112730.885000', '112730.888000', '112730.890000', '112730.893000', '112730.899000', '112730.901000', '112730.904000', '112730.907000', '112730.909000', '112730.912000', '112750.794000', '112750.798000', '112750.800000', '112750.803000', '112750.805000', '112750.808000', '112750.811000', '112750.813000', '112750.816000', '112750.819000', '112750.822000', '112750.824000', '112750.827000', '112750.829000', '112750.832000', '112750.835000', '112750.837000', '112750.840000', '112750.842000', '112750.845000', '112750.848000', '112750.866000', '112750.869000', '112750.872000', '112750.874000', '112750.877000', '112750.879000', '112750.882000', '112750.885000', '112750.887000', '112750.902000', '112750.904000', '112750.907000', '112750.910000', '112750.912000', '112750.915000', '112750.918000', '112750.920000', '112750.923000', '112750.925000', '112750.928000', '112750.930000', '112750.933000', '112750.936000', '112810.794000', '112810.797000', '112810.800000', '112810.802000', '112810.805000', '112810.808000', '112810.810000', '112810.813000', '112810.815000', '112810.818000', '112810.821000', '112810.823000', '112810.826000', '112810.828000', '112810.831000', '112810.834000', '112810.836000', '112810.839000', '112810.842000', '112810.844000', '112810.847000', '112810.849000', '112810.852000', '112810.855000', '112810.857000', '112810.860000', '112810.862000', '112810.865000', '112810.868000', '112810.870000', '112810.873000', '112810.876000', '112810.878000', '112810.881000', '112810.883000', '112810.886000', '112810.889000', '112810.891000', '112810.894000', '112810.896000', '112810.899000', '112810.902000', '112810.904000', '112830.794000', '112830.797000', '112830.799000', '112830.802000', '112830.805000', '112830.807000', '112830.810000', '112830.813000', '112830.815000', '112830.818000', '112830.820000', '112830.823000', '112830.826000', '112830.829000', '112830.832000', '112830.835000', '112830.838000', '112830.840000', '112830.843000', '112830.845000', '112830.848000', '112830.851000', '112830.853000', '112830.856000', '112830.858000', '112830.861000', '112830.864000', '112830.866000', '112830.869000', '112830.872000', '112830.878000', '112830.880000', '112830.883000', '112830.885000', '112830.888000', '112830.890000', '112830.893000', '112830.896000', '112830.898000', '112830.901000', '112830.903000', '112830.906000', '112830.908000', '112850.793000', '112850.796000', '112850.799000', '112850.801000', '112850.804000', '112850.807000', '112850.809000', '112850.812000', '112850.814000', '112850.817000', '112850.820000', '112850.822000', '112850.825000', '112850.827000', '112850.830000', '112850.833000', '112850.835000', '112850.838000', '112850.840000', '112850.843000', '112850.846000', '112850.848000', '112850.851000', '112850.854000', '112850.856000', '112850.859000', '112850.861000', '112850.864000', '112850.868000', '112850.870000', '112850.873000', '112850.876000', '112850.878000', '112850.881000', '112850.883000', '112850.886000', '112850.889000', '112850.891000', '112850.894000', '112850.897000', '112850.900000', '112850.903000', '112850.906000', '112850.908000', '112910.793000', '112910.796000', '112910.799000', '112910.801000', '112910.804000', '112910.807000', '112910.809000', '112910.812000', '112910.814000', '112910.817000', '112910.819000', '112910.822000', '112910.825000', '112910.827000', '112910.830000', '112910.832000', '112910.835000', '112910.838000', '112910.840000', '112910.843000', '112910.845000', '112910.848000', '112910.851000', '112910.853000', '112910.856000', '112910.858000', '112910.861000', '112910.864000', '112910.866000', '112910.869000', '112910.871000', '112910.882000', '112910.885000', '112910.888000', '112910.890000', '112910.893000', '112910.895000', '112910.898000', '112910.901000', '112910.903000', '112910.906000', '112910.909000', '112910.911000', '112910.914000', '112930.793000', '112930.796000', '112930.799000', '112930.801000', '112930.804000', '112930.807000', '112930.809000', '112930.812000', '112930.814000', '112930.817000', '112930.820000', '112930.830000', '112930.833000', '112930.835000', '112930.838000', '112930.841000', '112930.843000', '112930.846000', '112930.848000', '112930.851000', '112930.854000', '112930.856000', '112930.859000', '112930.861000', '112930.864000', '112930.866000', '112930.869000', '112930.872000', '112930.874000', '112930.877000', '112930.880000', '112930.883000', '112930.886000', '112930.889000', '112930.891000', '112930.894000', '112930.896000', '112930.899000', '112930.901000', '112930.904000', '112930.907000', '112930.909000', '112930.912000', '112950.795000', '112950.797000', '112950.800000', '112950.803000', '112950.805000', '112950.808000', '112950.811000', '112950.813000', '112950.816000', '112950.818000', '112950.821000', '112950.824000', '112950.826000', '112950.829000', '112950.831000', '112950.834000', '112950.837000', '112950.839000', '112950.842000', '112950.844000', '112950.847000', '112950.850000', '112950.852000', '112950.855000', '112950.857000', '112950.860000', '112950.863000', '112950.865000', '112950.868000', '112950.870000', '112950.873000', '112950.876000', '112950.878000', '112950.881000', '112950.883000', '112950.886000', '112950.889000', '112950.891000', '112950.894000', '112950.896000', '112950.899000', '112950.902000', '112950.904000', '112950.907000', '113010.795000', '113010.797000', '113010.800000', '113010.803000', '113010.805000', '113010.808000', '113010.810000', '113010.813000', '113010.815000', '113010.818000', '113010.821000', '113010.823000', '113010.826000', '113010.828000', '113010.831000', '113010.833000', '113010.836000', '113010.839000', '113010.841000', '113010.844000', '113010.846000', '113010.849000', '113010.851000', '113010.854000', '113010.857000', '113010.859000', '113010.862000', '113010.864000', '113010.867000', '113010.870000', '113010.872000', '113010.875000', '113010.877000', '113010.880000', '113010.882000', '113010.885000', '113010.888000', '113010.890000', '113010.893000', '113010.895000', '113010.898000', '113010.901000', '113010.903000', '113030.793000', '113030.798000', '113030.801000', '113030.804000', '113030.806000', '113030.809000', '113030.811000', '113030.814000', '113030.817000', '113030.819000', '113030.822000', '113030.824000', '113030.827000', '113030.830000', '113030.832000', '113030.835000', '113030.837000', '113030.840000', '113030.842000', '113030.845000', '113030.848000', '113030.850000', '113030.853000', '113030.855000', '113030.858000', '113030.861000', '113030.863000', '113030.866000', '113030.868000', '113030.871000', '113030.873000', '113030.876000', '113030.879000', '113030.881000', '113030.884000', '113030.886000', '113030.889000', '113030.891000', '113030.894000', '113030.897000', '113030.899000', '113030.902000', '113030.904000', '113030.907000', '113050.793000', '113050.796000', '113050.799000', '113050.801000', '113050.804000', '113050.807000', '113050.809000', '113050.812000', '113050.814000', '113050.817000', '113050.820000', '113050.822000', '113050.825000', '113050.828000', '113050.830000', '113050.833000', '113050.836000', '113050.838000', '113050.841000', '113050.843000', '113050.846000', '113050.849000', '113050.851000', '113050.854000', '113050.856000', '113050.859000', '113050.862000', '113050.864000', '113050.867000', '113050.870000', '113050.872000', '113050.875000', '113050.877000', '113050.880000', '113050.883000', '113050.885000', '113050.888000', '113050.891000', '113050.893000', '113050.896000', '113050.898000', '113050.901000', '113050.904000', '113110.793000', '113110.796000', '113110.799000', '113110.801000', '113110.804000', '113110.807000', '113110.809000', '113110.812000', '113110.814000', '113110.817000', '113110.820000', '113110.822000', '113110.825000', '113110.828000', '113110.831000', '113110.833000', '113110.836000', '113110.838000', '113110.841000', '113110.844000', '113110.853000', '113110.856000', '113110.859000', '113110.861000', '113110.864000', '113110.866000', '113110.869000', '113110.872000', '113110.874000', '113110.877000', '113110.880000', '113110.882000', '113110.885000', '113110.888000', '113110.890000', '113110.893000', '113110.895000', '113110.898000', '113110.901000', '113110.903000', '113110.906000', '113110.908000', '113110.911000', '113110.913000', '113130.794000', '113130.797000', '113130.799000', '113130.802000', '113130.804000', '113130.807000', '113130.810000', '113130.812000', '113130.815000', '113130.817000', '113130.820000', '113130.822000', '113130.825000', '113130.828000', '113130.830000', '113130.833000', '113130.835000', '113130.838000', '113130.850000', '113130.852000', '113130.855000', '113130.857000', '113130.860000', '113130.863000', '113130.865000', '113130.868000', '113130.871000', '113130.873000', '113130.876000', '113130.879000', '113130.881000', '113130.884000', '113130.887000', '113130.889000', '113130.892000', '113130.894000', '113130.897000', '113130.900000', '113130.902000', '113130.905000', '113130.907000', '113130.910000', '113130.913000', '113150.794000', '113150.796000', '113150.799000', '113150.802000', '113150.804000', '113150.807000', '113150.809000', '113150.812000', '113150.815000', '113150.817000', '113150.820000', '113150.822000', '113150.825000', '113150.828000', '113150.830000', '113150.837000', '113150.839000', '113150.842000', '113150.844000', '113150.847000', '113150.850000', '113150.852000', '113150.855000', '113150.858000', '113150.860000', '113150.863000', '113150.865000', '113150.868000', '113150.871000', '113150.873000', '113150.876000', '113150.879000', '113150.881000', '113150.884000', '113150.887000', '113150.889000', '113150.892000', '113150.894000', '113150.897000', '113150.900000', '113150.902000', '113150.905000', '113150.907000', '113208.663000', '113208.666000', '113208.668000', '113208.671000', '113208.674000', '113208.676000', '113208.679000', '113208.682000', '113208.684000', '113208.687000', '113208.689000', '113208.692000', '113208.695000', '113208.697000', '113208.700000', '113208.703000', '113208.705000', '113208.708000', '113208.710000', '113208.713000', '113208.716000', '113208.718000', '113208.721000', '113208.724000', '113208.726000', '113208.729000', '113208.731000', '113208.734000', '113208.736000', '113208.739000', '113208.742000', '113208.744000', '113208.747000', '113208.749000', '113208.752000', '113208.755000', '113208.757000', '113208.760000', '113208.763000', '113208.765000'], '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': [8953, 7726, 8818, 7472, 8567, 8003, 8089, 8627, 10648, 8965, 9561, 8840, 8659, 8825, 9722, 8729, 10458, 8657, 8542, 8590, 8533, 8611, 9246, 8365, 8664, 8502, 8582, 8390, 8154, 8478, 8298, 8362, 8340, 8157, 8062, 8063, 8555, 8471, 9576, 8557, 7188, 8426, 6440, 8608, 6905, 8710, 9020, 8612, 12134, 8341, 9632, 8587, 9352, 8584, 12698, 8584, 12446, 8357, 6779, 8306, 6949, 8687, 10181, 8327, 8732, 8023, 7078, 8593, 7048, 8536, 9241, 8151, 10461, 8246, 6810, 8303, 6674, 8472, 8910, 8318, 12268, 7931, 6730, 7909, 7267, 8723, 6620, 8410, 7261, 7414, 7559, 7814, 7503, 8438, 7329, 8959, 7401, 8842, 8070, 8691, 8129, 8928, 9349, 9060, 10134, 8792, 7891, 8860, 13535, 8856, 13924, 8890, 11234, 8772, 11115, 8488, 10372, 8410, 10478, 8254, 6510, 8479, 6707, 8646, 6493, 8129, 6823, 8459, 6963, 8645, 6842, 8649, 9614, 8732, 7713, 9523, 8052, 10555, 8434, 10263, 8407, 13372, 11083, 14485, 8375, 11963, 8445, 10654, 8380, 12626, 8271, 12821, 8417, 6826, 8463, 9292, 8499, 8819, 8441, 7190, 8282, 8379, 10118, 8568, 9746, 8612, 12634, 8698, 13313, 8663, 7476, 8771, 7876, 8717, 8145, 8679, 11019, 8862, 8584, 8681, 8882, 9445, 8858, 10124, 8540, 11205, 8962, 7729, 9146, 7364, 9061, 9989, 9016, 10854, 8844, 7304, 9046, 6578, 8809, 8729, 8955, 7706, 8647, 11344, 8604, 9837, 8437, 8644, 8225, 8053, 7477, 7851, 6821, 7932, 6332, 7154, 6629, 8139, 6521, 8648, 7191, 9780, 8143, 10303, 8702, 10484, 8595, 8805, 7626, 7958, 9735, 8635, 12086, 10830, 12459, 8311, 8637, 7592, 8805, 13606, 8819, 13401, 8668, 11324, 8677, 9908, 8566, 10068, 8740, 8846, 8410, 7083, 8331, 7670, 10707, 8180, 11013, 8215, 10790, 8463, 10409, 8360, 12712, 8871, 9160, 7730, 9745, 7656, 10112, 7859, 10710, 7723, 9962, 7739, 9568, 8003, 9938, 7865, 9762, 8014, 10315, 8495, 7625, 8794, 8600, 9352, 8143, 9688, 8161, 10538, 8267, 10560, 9298, 12958, 8207, 9515, 8344, 9803, 8274, 11154, 8071, 9644, 8431, 7583, 9146, 7461, 9373, 7816, 9912, 9192, 14769, 10186, 7271, 9178, 7217, 8971, 9436, 8827, 11470, 8552, 13393, 8430, 12427, 9600, 14470, 9034, 11850, 9168, 10540, 10025, 14153, 11471, 13878, 14502, 13918, 13560, 8122, 15393, 10316, 14913, 8109, 9127, 7307, 9768, 7460, 9588, 7252, 9440, 7860, 9464, 7845, 9280, 9147, 13116, 11860, 13119, 14281, 13992, 15335, 13782, 9917, 7490, 9645, 7236, 9371, 7322, 9625, 7676, 9403, 7864, 8288, 8482, 8067, 9464, 9095, 9019, 7936, 8760, 7846, 8475, 8645, 8068, 10019, 8116, 9542, 8187, 8063, 8260, 6738, 8532, 7011, 8156, 7598, 8254, 7821, 7937, 6890, 7912, 6458, 8198, 7131, 8210, 7714, 8281, 7867, 8097, 6961, 7975, 8063, 7728, 7646, 8000, 6811, 9230, 6954, 8959, 6854, 8865, 6951, 8855, 7307, 9603, 7140, 9395, 7183, 8689, 7129, 8773, 7164, 9255, 7275, 9289, 7133, 9225, 7222, 8995, 7410, 7949, 13479, 8795, 13541, 7740, 10158, 7865, 11550, 7972, 12580, 7964, 9959, 8040, 9645, 8051, 10682, 10015, 13095, 7789, 9138, 7621, 9195, 7961, 9107, 7991, 8951, 7935, 9206, 8096, 10017, 9110, 11316, 7722, 8605, 6864, 8453, 6928, 8566, 6844, 8648, 10151, 9174, 8142, 9256, 8375, 12144, 9076, 9507, 7487, 8646, 7526, 8388, 11399, 8228, 10052, 8181, 9200, 8377, 8911, 8317, 9269, 8211, 9217, 7319, 9067, 7398, 8689, 11294, 8474, 11087, 8055, 10378, 7930, 9786, 8318, 9850, 8216, 8321, 8024, 8246, 8365, 9120, 8471, 9454, 8346, 9145, 8359, 9284, 8495, 9435, 8239, 9075, 8207, 8242, 7887, 8123, 6730, 8472, 6553, 8045, 6456, 8200, 6411, 8514, 6810, 9307, 7231, 9777, 7719, 10165, 8019, 10597, 8034, 9404, 7829, 9502, 7908, 9765, 9878, 11616, 8532, 8445, 7107, 8470, 8205, 8354, 11306, 8194, 6915, 8172, 6815, 8385, 10910, 8266, 11180, 8242, 7976, 8315, 8768, 8336, 12038, 8157, 9132, 8353, 7210, 8390, 12190, 8322, 7296, 8384, 7210, 9372, 10077, 10532, 7630, 9079, 7333, 8824, 12954, 8301, 13541, 8035, 10980, 8270, 10167, 8160, 10451, 8143, 9508, 8049, 9393, 8174, 9561, 7960, 10007, 8086, 9596, 8056, 9503, 8291, 9564, 8182, 10891, 8240, 7467, 8301, 9578, 8320, 12441, 8349, 9757, 8196, 7380, 8200, 8587, 8377, 10253, 8358, 6612, 8613, 6575, 8449, 9988, 8223, 8521, 8112, 6563, 8322, 7719, 8516, 8690, 8229, 6892, 8785, 7486, 9391, 7631, 9983, 7841, 10372, 8331, 10749, 8250, 10551, 8248, 11345, 8263, 10264, 8290, 10508, 8211, 12993, 7691, 11729, 8008, 10572, 8247, 12366, 8041, 13199, 8065, 10729, 7975, 10680, 8019, 12149, 7967, 11158, 7947, 9831, 8181, 9843, 7854, 14146, 8499, 7054, 8781, 7467, 8890, 8389, 8344, 12639, 8055, 11149, 7961, 10591, 7849, 9817, 7993, 9357, 8506, 12216, 7998, 9199, 8210, 9485, 8347, 10609, 9543, 10182, 8102, 9360, 8463, 9319, 8345, 9065, 8111, 9628, 8089, 9406, 8374, 9547, 8565, 9467, 8161, 9957, 8092, 7659, 8158, 7903, 8455, 9352, 8126, 9807, 8143, 8436, 8536, 10405, 8617, 9914, 8481, 11800, 8275, 8808, 8300, 9803, 8255, 13272, 8359, 9464, 8444, 8397, 8654, 9511, 8522, 8712, 8156, 7192, 7928, 7878, 9170, 8203, 7866, 8633, 7776, 8897, 8009, 8424, 7596, 8218, 8538, 7443, 9715, 8879, 8968, 10750, 9075, 7722, 9059, 9648, 9018, 9472, 9046, 7134, 9029, 8243, 9256, 12759, 9049, 12866, 9024, 10089, 9134, 11324, 9114, 12176, 8781, 8189, 8760, 8622, 8925, 8672, 8620, 7980, 8318, 7513, 8200, 9128, 10912, 8890, 11621, 8787, 7465, 9055, 9253, 8982, 11845, 8926, 9530, 8701, 9201, 9007, 9264, 8825, 8759, 8677, 8502, 8833, 9080, 8961, 8859, 8584, 8292, 8767, 8712, 8668, 8693, 8663, 8728, 8534, 9086, 8995, 8845, 8792, 9366, 8861, 12256, 8734, 8234, 8936, 8834, 9039, 9324, 8760, 11275, 8851, 8865, 8776, 9325, 8895, 9056, 8908, 11147, 8769, 10087, 8891, 9219, 8811, 11093, 8727, 9044, 8526, 8230, 8232, 8538, 8237, 8435, 8209, 8882, 8519, 9217, 8469, 9053, 8417, 9418, 8528, 8308, 8689, 8446, 8416, 7909, 8190, 7490, 7217, 7442, 7336, 8428, 7908, 9588, 8284, 9325, 8572, 9291, 8880, 9578, 8981, 11495], 'WindowCenter': [3870.0, 3830.0, 3838.0, 3804.0, 3822.0, 3812.0, 3813.0, 3820.0, 3831.0, 3807.0, 3815.0, 3805.0, 3795.0, 3807.0, 3816.0, 3795.0, 3816.0, 3793.0, 3795.0, 3807.0, 3795.0, 3805.0, 3806.0, 3797.0, 3793.0, 3808.0, 3807.0, 3805.0, 3796.0, 3794.0, 3794.0, 3809.0, 3807.0, 3797.0, 3796.0, 3797.0, 3807.0, 3806.0, 3819.0, 3822.0, 3787.0, 3808.0, 3779.0, 3820.0, 3788.0, 3810.0, 3819.0, 3822.0, 3851.0, 3808.0, 3817.0, 3810.0, 3818.0, 3807.0, 3850.0, 3821.0, 3851.0, 3810.0, 3777.0, 3808.0, 3777.0, 3809.0, 3829.0, 3808.0, 3809.0, 3799.0, 3788.0, 3809.0, 3785.0, 3808.0, 3819.0, 3811.0, 3829.0, 3809.0, 3775.0, 3807.0, 3777.0, 3808.0, 3819.0, 3808.0, 3852.0, 3811.0, 3789.0, 3808.0, 3787.0, 3807.0, 3777.0, 3822.0, 3813.0, 3798.0, 3811.0, 3810.0, 3798.0, 3809.0, 3797.0, 3819.0, 3798.0, 3819.0, 3808.0, 3820.0, 3810.0, 3820.0, 3833.0, 3836.0, 3842.0, 3821.0, 3808.0, 3817.0, 3858.0, 3817.0, 3860.0, 3817.0, 3837.0, 3806.0, 3838.0, 3807.0, 3827.0, 3820.0, 3841.0, 3820.0, 3776.0, 3810.0, 3776.0, 3819.0, 3777.0, 3810.0, 3790.0, 3822.0, 3801.0, 3822.0, 3789.0, 3821.0, 3832.0, 3822.0, 3801.0, 3831.0, 3811.0, 3840.0, 3811.0, 3830.0, 3809.0, 3863.0, 3842.0, 3862.0, 3810.0, 3839.0, 3808.0, 3828.0, 3797.0, 3838.0, 3809.0, 3847.0, 3808.0, 3777.0, 3806.0, 3818.0, 3808.0, 3820.0, 3807.0, 3788.0, 3809.0, 3809.0, 3829.0, 3808.0, 3818.0, 3808.0, 3853.0, 3808.0, 3863.0, 3822.0, 3788.0, 3808.0, 3798.0, 3806.0, 3796.0, 3809.0, 3841.0, 3809.0, 3810.0, 3806.0, 3821.0, 3817.0, 3820.0, 3831.0, 3835.0, 3840.0, 3832.0, 3801.0, 3818.0, 3785.0, 3819.0, 3827.0, 3820.0, 3829.0, 3819.0, 3785.0, 3820.0, 3777.0, 3819.0, 3809.0, 3819.0, 3799.0, 3818.0, 3838.0, 3820.0, 3829.0, 3821.0, 3820.0, 3808.0, 3808.0, 3799.0, 3809.0, 3790.0, 3820.0, 3779.0, 3799.0, 3790.0, 3812.0, 3781.0, 3824.0, 3803.0, 3845.0, 3826.0, 3845.0, 3835.0, 3844.0, 3837.0, 3835.0, 3814.0, 3814.0, 3843.0, 3822.0, 3853.0, 3842.0, 3867.0, 3808.0, 3810.0, 3798.0, 3820.0, 3860.0, 3819.0, 3862.0, 3807.0, 3840.0, 3807.0, 3829.0, 3810.0, 3816.0, 3810.0, 3818.0, 3810.0, 3787.0, 3811.0, 3800.0, 3841.0, 3812.0, 3842.0, 3811.0, 3841.0, 3810.0, 3830.0, 3807.0, 3853.0, 3821.0, 3820.0, 3800.0, 3819.0, 3787.0, 3828.0, 3799.0, 3841.0, 3799.0, 3830.0, 3798.0, 3819.0, 3798.0, 3818.0, 3798.0, 3819.0, 3799.0, 3829.0, 3807.0, 3797.0, 3810.0, 3810.0, 3821.0, 3800.0, 3830.0, 3810.0, 3830.0, 3809.0, 3831.0, 3821.0, 3851.0, 3809.0, 3818.0, 3797.0, 3828.0, 3809.0, 3840.0, 3811.0, 3820.0, 3810.0, 3799.0, 3819.0, 3790.0, 3821.0, 3800.0, 3831.0, 3835.0, 3876.0, 3844.0, 3804.0, 3834.0, 3801.0, 3821.0, 3809.0, 3811.0, 3841.0, 3810.0, 3849.0, 3798.0, 3842.0, 3819.0, 3850.0, 3808.0, 3837.0, 3805.0, 3829.0, 3819.0, 3849.0, 3828.0, 3851.0, 3848.0, 3838.0, 3836.0, 3783.0, 3857.0, 3817.0, 3861.0, 3797.0, 3803.0, 3770.0, 3802.0, 3771.0, 3791.0, 3771.0, 3814.0, 3795.0, 3816.0, 3796.0, 3816.0, 3817.0, 3838.0, 3828.0, 3839.0, 3864.0, 3852.0, 3863.0, 3837.0, 3805.0, 3760.0, 3803.0, 3771.0, 3802.0, 3758.0, 3789.0, 3770.0, 3803.0, 3781.0, 3782.0, 3794.0, 3780.0, 3805.0, 3791.0, 3794.0, 3770.0, 3805.0, 3797.0, 3796.0, 3792.0, 3784.0, 3801.0, 3781.0, 3802.0, 3794.0, 3783.0, 3792.0, 3762.0, 3795.0, 3773.0, 3784.0, 3781.0, 3795.0, 3784.0, 3795.0, 3775.0, 3798.0, 3764.0, 3796.0, 3774.0, 3808.0, 3787.0, 3809.0, 3799.0, 3810.0, 3775.0, 3797.0, 3796.0, 3797.0, 3788.0, 3799.0, 3777.0, 3819.0, 3777.0, 3808.0, 3777.0, 3818.0, 3787.0, 3821.0, 3801.0, 3831.0, 3788.0, 3818.0, 3789.0, 3811.0, 3790.0, 3819.0, 3789.0, 3819.0, 3788.0, 3834.0, 3788.0, 3820.0, 3801.0, 3822.0, 3788.0, 3798.0, 3863.0, 3811.0, 3862.0, 3800.0, 3828.0, 3798.0, 3839.0, 3799.0, 3848.0, 3798.0, 3818.0, 3797.0, 3817.0, 3797.0, 3827.0, 3819.0, 3848.0, 3784.0, 3804.0, 3785.0, 3804.0, 3785.0, 3807.0, 3783.0, 3804.0, 3784.0, 3806.0, 3797.0, 3829.0, 3807.0, 3840.0, 3786.0, 3806.0, 3773.0, 3793.0, 3773.0, 3806.0, 3773.0, 3808.0, 3817.0, 3818.0, 3796.0, 3820.0, 3807.0, 3849.0, 3807.0, 3817.0, 3773.0, 3793.0, 3784.0, 3796.0, 3824.0, 3794.0, 3816.0, 3793.0, 3805.0, 3794.0, 3793.0, 3782.0, 3804.0, 3780.0, 3803.0, 3771.0, 3791.0, 3760.0, 3793.0, 3811.0, 3781.0, 3812.0, 3779.0, 3813.0, 3782.0, 3801.0, 3780.0, 3802.0, 3781.0, 3795.0, 3796.0, 3794.0, 3793.0, 3801.0, 3794.0, 3814.0, 3793.0, 3803.0, 3794.0, 3802.0, 3806.0, 3804.0, 3795.0, 3804.0, 3796.0, 3797.0, 3797.0, 3795.0, 3773.0, 3806.0, 3765.0, 3808.0, 3768.0, 3808.0, 3778.0, 3820.0, 3777.0, 3833.0, 3800.0, 3828.0, 3811.0, 3840.0, 3798.0, 3841.0, 3811.0, 3818.0, 3800.0, 3818.0, 3799.0, 3829.0, 3817.0, 3839.0, 3808.0, 3809.0, 3787.0, 3809.0, 3805.0, 3806.0, 3840.0, 3810.0, 3786.0, 3809.0, 3777.0, 3807.0, 3838.0, 3820.0, 3841.0, 3808.0, 3809.0, 3810.0, 3808.0, 3811.0, 3863.0, 3809.0, 3820.0, 3809.0, 3788.0, 3810.0, 3852.0, 3808.0, 3788.0, 3809.0, 3787.0, 3817.0, 3828.0, 3840.0, 3786.0, 3808.0, 3784.0, 3818.0, 3849.0, 3806.0, 3861.0, 3797.0, 3828.0, 3797.0, 3817.0, 3796.0, 3828.0, 3798.0, 3817.0, 3797.0, 3817.0, 3796.0, 3814.0, 3797.0, 3829.0, 3798.0, 3817.0, 3797.0, 3819.0, 3808.0, 3816.0, 3808.0, 3828.0, 3808.0, 3785.0, 3807.0, 3817.0, 3809.0, 3850.0, 3798.0, 3815.0, 3795.0, 3786.0, 3808.0, 3806.0, 3808.0, 3829.0, 3808.0, 3774.0, 3807.0, 3776.0, 3807.0, 3818.0, 3810.0, 3808.0, 3797.0, 3777.0, 3808.0, 3799.0, 3809.0, 3809.0, 3809.0, 3789.0, 3819.0, 3789.0, 3820.0, 3798.0, 3832.0, 3799.0, 3830.0, 3809.0, 3840.0, 3810.0, 3829.0, 3812.0, 3841.0, 3811.0, 3830.0, 3810.0, 3830.0, 3810.0, 3863.0, 3798.0, 3851.0, 3799.0, 3829.0, 3809.0, 3850.0, 3810.0, 3849.0, 3799.0, 3828.0, 3797.0, 3829.0, 3798.0, 3850.0, 3799.0, 3839.0, 3799.0, 3828.0, 3808.0, 3819.0, 3812.0, 3874.0, 3809.0, 3790.0, 3822.0, 3787.0, 3820.0, 3797.0, 3809.0, 3849.0, 3798.0, 3840.0, 3810.0, 3840.0, 3811.0, 3830.0, 3797.0, 3818.0, 3808.0, 3839.0, 3796.0, 3806.0, 3795.0, 3804.0, 3796.0, 3827.0, 3806.0, 3828.0, 3798.0, 3806.0, 3794.0, 3803.0, 3782.0, 3792.0, 3784.0, 3805.0, 3797.0, 3818.0, 3810.0, 3817.0, 3806.0, 3816.0, 3797.0, 3816.0, 3794.0, 3784.0, 3796.0, 3796.0, 3808.0, 3815.0, 3796.0, 3818.0, 3795.0, 3794.0, 3806.0, 3827.0, 3807.0, 3816.0, 3808.0, 3839.0, 3808.0, 3807.0, 3796.0, 3817.0, 3797.0, 3847.0, 3795.0, 3818.0, 3808.0, 3807.0, 3806.0, 3816.0, 3819.0, 3806.0, 3796.0, 3787.0, 3798.0, 3798.0, 3818.0, 3821.0, 3822.0, 3835.0, 3796.0, 3818.0, 3798.0, 3808.0, 3795.0, 3806.0, 3806.0, 3785.0, 3827.0, 3819.0, 3833.0, 3840.0, 3820.0, 3797.0, 3816.0, 3818.0, 3820.0, 3818.0, 3817.0, 3785.0, 3816.0, 3808.0, 3819.0, 3862.0, 3818.0, 3849.0, 3816.0, 3827.0, 3816.0, 3824.0, 3818.0, 3836.0, 3805.0, 3803.0, 3805.0, 3805.0, 3817.0, 3808.0, 3806.0, 3795.0, 3805.0, 3784.0, 3795.0, 3816.0, 3828.0, 3818.0, 3838.0, 3807.0, 3783.0, 3803.0, 3805.0, 3804.0, 3838.0, 3808.0, 3815.0, 3804.0, 3816.0, 3806.0, 3816.0, 3816.0, 3807.0, 3808.0, 3807.0, 3816.0, 3818.0, 3818.0, 3819.0, 3807.0, 3808.0, 3818.0, 3808.0, 3807.0, 3807.0, 3818.0, 3806.0, 3808.0, 3818.0, 3817.0, 3807.0, 3808.0, 3816.0, 3819.0, 3835.0, 3807.0, 3807.0, 3807.0, 3806.0, 3805.0, 3807.0, 3809.0, 3828.0, 3807.0, 3804.0, 3807.0, 3807.0, 3808.0, 3805.0, 3817.0, 3826.0, 3807.0, 3816.0, 3807.0, 3805.0, 3808.0, 3827.0, 3807.0, 3806.0, 3806.0, 3794.0, 3794.0, 3804.0, 3796.0, 3808.0, 3809.0, 3807.0, 3808.0, 3817.0, 3808.0, 3817.0, 3808.0, 3818.0, 3808.0, 3807.0, 3809.0, 3806.0, 3807.0, 3810.0, 3806.0, 3786.0, 3786.0, 3786.0, 3784.0, 3806.0, 3798.0, 3829.0, 3821.0, 3829.0, 3823.0, 3833.0, 3831.0, 3830.0, 3819.0, 3853.0], 'WindowWidth': [8686.0, 8617.0, 8619.0, 8566.0, 8590.0, 8574.0, 8579.0, 8580.0, 8594.0, 8558.0, 8568.0, 8551.0, 8538.0, 8556.0, 8570.0, 8538.0, 8567.0, 8534.0, 8537.0, 8556.0, 8536.0, 8552.0, 8554.0, 8545.0, 8534.0, 8558.0, 8556.0, 8555.0, 8541.0, 8538.0, 8537.0, 8564.0, 8557.0, 8544.0, 8545.0, 8548.0, 8557.0, 8557.0, 8576.0, 8588.0, 8536.0, 8563.0, 8525.0, 8581.0, 8536.0, 8566.0, 8577.0, 8585.0, 8624.0, 8562.0, 8572.0, 8565.0, 8574.0, 8559.0, 8619.0, 8584.0, 8621.0, 8567.0, 8521.0, 8562.0, 8519.0, 8563.0, 8590.0, 8563.0, 8561.0, 8550.0, 8535.0, 8562.0, 8528.0, 8560.0, 8575.0, 8571.0, 8589.0, 8565.0, 8516.0, 8560.0, 8519.0, 8562.0, 8577.0, 8561.0, 8624.0, 8569.0, 8544.0, 8564.0, 8532.0, 8559.0, 8518.0, 8591.0, 8578.0, 8551.0, 8577.0, 8570.0, 8549.0, 8566.0, 8547.0, 8581.0, 8553.0, 8580.0, 8565.0, 8581.0, 8569.0, 8583.0, 8602.0, 8613.0, 8613.0, 8585.0, 8564.0, 8574.0, 8629.0, 8574.0, 8633.0, 8571.0, 8599.0, 8557.0, 8600.0, 8558.0, 8586.0, 8582.0, 8609.0, 8582.0, 8519.0, 8568.0, 8518.0, 8580.0, 8524.0, 8572.0, 8542.0, 8586.0, 8560.0, 8588.0, 8540.0, 8583.0, 8599.0, 8588.0, 8557.0, 8595.0, 8571.0, 8608.0, 8569.0, 8593.0, 8565.0, 8644.0, 8612.0, 8638.0, 8565.0, 8604.0, 8560.0, 8585.0, 8543.0, 8601.0, 8563.0, 8610.0, 8560.0, 8520.0, 8559.0, 8572.0, 8560.0, 8580.0, 8559.0, 8535.0, 8564.0, 8561.0, 8588.0, 8559.0, 8571.0, 8559.0, 8629.0, 8563.0, 8641.0, 8586.0, 8535.0, 8561.0, 8546.0, 8556.0, 8542.0, 8562.0, 8607.0, 8563.0, 8565.0, 8558.0, 8585.0, 8571.0, 8580.0, 8594.0, 8609.0, 8607.0, 8603.0, 8558.0, 8574.0, 8528.0, 8576.0, 8586.0, 8579.0, 8587.0, 8575.0, 8530.0, 8581.0, 8520.0, 8577.0, 8566.0, 8578.0, 8552.0, 8578.0, 8604.0, 8581.0, 8591.0, 8587.0, 8580.0, 8566.0, 8564.0, 8553.0, 8567.0, 8545.0, 8584.0, 8527.0, 8554.0, 8542.0, 8574.0, 8533.0, 8593.0, 8563.0, 8619.0, 8597.0, 8619.0, 8609.0, 8619.0, 8615.0, 8609.0, 8579.0, 8578.0, 8617.0, 8588.0, 8631.0, 8613.0, 8654.0, 8562.0, 8566.0, 8546.0, 8579.0, 8634.0, 8577.0, 8640.0, 8559.0, 8606.0, 8560.0, 8589.0, 8565.0, 8568.0, 8566.0, 8573.0, 8564.0, 8533.0, 8571.0, 8555.0, 8609.0, 8573.0, 8612.0, 8567.0, 8606.0, 8565.0, 8593.0, 8558.0, 8630.0, 8582.0, 8578.0, 8553.0, 8575.0, 8530.0, 8585.0, 8550.0, 8610.0, 8550.0, 8592.0, 8549.0, 8574.0, 8545.0, 8573.0, 8545.0, 8573.0, 8549.0, 8587.0, 8559.0, 8546.0, 8564.0, 8566.0, 8580.0, 8550.0, 8593.0, 8564.0, 8590.0, 8563.0, 8594.0, 8581.0, 8619.0, 8562.0, 8574.0, 8546.0, 8587.0, 8563.0, 8605.0, 8570.0, 8578.0, 8564.0, 8549.0, 8576.0, 8540.0, 8584.0, 8553.0, 8595.0, 8611.0, 8665.0, 8618.0, 8565.0, 8605.0, 8558.0, 8581.0, 8560.0, 8566.0, 8607.0, 8564.0, 8616.0, 8546.0, 8609.0, 8575.0, 8617.0, 8557.0, 8595.0, 8550.0, 8586.0, 8576.0, 8615.0, 8587.0, 8620.0, 8616.0, 8599.0, 8592.0, 8518.0, 8623.0, 8569.0, 8635.0, 8544.0, 8543.0, 8497.0, 8538.0, 8500.0, 8521.0, 8497.0, 8563.0, 8539.0, 8566.0, 8540.0, 8567.0, 8570.0, 8599.0, 8590.0, 8602.0, 8651.0, 8626.0, 8645.0, 8591.0, 8549.0, 8483.0, 8543.0, 8499.0, 8540.0, 8476.0, 8519.0, 8494.0, 8544.0, 8512.0, 8514.0, 8534.0, 8512.0, 8549.0, 8526.0, 8531.0, 8497.0, 8553.0, 8545.0, 8542.0, 8532.0, 8521.0, 8538.0, 8515.0, 8544.0, 8533.0, 8517.0, 8531.0, 8490.0, 8536.0, 8506.0, 8523.0, 8513.0, 8535.0, 8521.0, 8537.0, 8515.0, 8547.0, 8498.0, 8541.0, 8510.0, 8560.0, 8530.0, 8563.0, 8551.0, 8566.0, 8513.0, 8544.0, 8541.0, 8545.0, 8532.0, 8549.0, 8519.0, 8574.0, 8519.0, 8560.0, 8517.0, 8576.0, 8534.0, 8581.0, 8556.0, 8596.0, 8534.0, 8576.0, 8538.0, 8568.0, 8542.0, 8579.0, 8539.0, 8578.0, 8536.0, 8604.0, 8536.0, 8579.0, 8556.0, 8585.0, 8534.0, 8548.0, 8638.0, 8568.0, 8635.0, 8553.0, 8589.0, 8547.0, 8602.0, 8551.0, 8616.0, 8548.0, 8574.0, 8544.0, 8569.0, 8543.0, 8584.0, 8574.0, 8612.0, 8523.0, 8549.0, 8525.0, 8548.0, 8523.0, 8557.0, 8519.0, 8548.0, 8522.0, 8555.0, 8543.0, 8591.0, 8559.0, 8606.0, 8530.0, 8554.0, 8511.0, 8534.0, 8507.0, 8558.0, 8510.0, 8561.0, 8570.0, 8572.0, 8542.0, 8579.0, 8558.0, 8621.0, 8558.0, 8569.0, 8505.0, 8533.0, 8519.0, 8539.0, 8575.0, 8533.0, 8564.0, 8533.0, 8551.0, 8534.0, 8529.0, 8515.0, 8547.0, 8510.0, 8544.0, 8499.0, 8525.0, 8483.0, 8529.0, 8551.0, 8511.0, 8554.0, 8508.0, 8557.0, 8514.0, 8537.0, 8509.0, 8541.0, 8515.0, 8538.0, 8542.0, 8534.0, 8534.0, 8540.0, 8538.0, 8562.0, 8536.0, 8548.0, 8539.0, 8545.0, 8555.0, 8549.0, 8542.0, 8550.0, 8543.0, 8544.0, 8544.0, 8541.0, 8510.0, 8559.0, 8503.0, 8562.0, 8509.0, 8566.0, 8525.0, 8582.0, 8521.0, 8602.0, 8555.0, 8592.0, 8572.0, 8608.0, 8549.0, 8610.0, 8570.0, 8577.0, 8553.0, 8576.0, 8551.0, 8590.0, 8571.0, 8606.0, 8561.0, 8563.0, 8532.0, 8564.0, 8555.0, 8558.0, 8608.0, 8565.0, 8531.0, 8563.0, 8520.0, 8561.0, 8603.0, 8582.0, 8609.0, 8562.0, 8565.0, 8566.0, 8563.0, 8570.0, 8642.0, 8566.0, 8579.0, 8565.0, 8534.0, 8566.0, 8626.0, 8562.0, 8535.0, 8565.0, 8531.0, 8572.0, 8588.0, 8609.0, 8529.0, 8562.0, 8526.0, 8573.0, 8615.0, 8557.0, 8636.0, 8545.0, 8589.0, 8543.0, 8570.0, 8541.0, 8585.0, 8548.0, 8570.0, 8543.0, 8569.0, 8542.0, 8562.0, 8545.0, 8589.0, 8548.0, 8574.0, 8547.0, 8577.0, 8562.0, 8570.0, 8563.0, 8586.0, 8561.0, 8529.0, 8559.0, 8571.0, 8563.0, 8619.0, 8545.0, 8567.0, 8540.0, 8527.0, 8560.0, 8554.0, 8562.0, 8588.0, 8560.0, 8513.0, 8559.0, 8515.0, 8559.0, 8573.0, 8568.0, 8560.0, 8547.0, 8519.0, 8562.0, 8550.0, 8564.0, 8566.0, 8565.0, 8538.0, 8578.0, 8538.0, 8580.0, 8547.0, 8600.0, 8550.0, 8590.0, 8564.0, 8606.0, 8565.0, 8589.0, 8573.0, 8610.0, 8569.0, 8594.0, 8566.0, 8592.0, 8565.0, 8642.0, 8550.0, 8623.0, 8552.0, 8589.0, 8565.0, 8619.0, 8568.0, 8616.0, 8549.0, 8587.0, 8543.0, 8588.0, 8548.0, 8622.0, 8551.0, 8602.0, 8549.0, 8588.0, 8562.0, 8576.0, 8575.0, 8657.0, 8565.0, 8543.0, 8585.0, 8534.0, 8578.0, 8543.0, 8561.0, 8617.0, 8548.0, 8608.0, 8567.0, 8606.0, 8569.0, 8592.0, 8546.0, 8573.0, 8560.0, 8602.0, 8541.0, 8552.0, 8537.0, 8548.0, 8542.0, 8584.0, 8552.0, 8585.0, 8548.0, 8552.0, 8535.0, 8545.0, 8515.0, 8529.0, 8523.0, 8551.0, 8543.0, 8572.0, 8566.0, 8572.0, 8554.0, 8568.0, 8544.0, 8567.0, 8536.0, 8522.0, 8542.0, 8542.0, 8562.0, 8568.0, 8543.0, 8572.0, 8539.0, 8538.0, 8555.0, 8582.0, 8556.0, 8570.0, 8560.0, 8603.0, 8559.0, 8557.0, 8543.0, 8569.0, 8544.0, 8611.0, 8539.0, 8574.0, 8561.0, 8562.0, 8558.0, 8568.0, 8577.0, 8557.0, 8544.0, 8533.0, 8547.0, 8546.0, 8576.0, 8587.0, 8593.0, 8611.0, 8546.0, 8577.0, 8548.0, 8562.0, 8541.0, 8558.0, 8558.0, 8528.0, 8587.0, 8579.0, 8603.0, 8606.0, 8580.0, 8548.0, 8572.0, 8574.0, 8582.0, 8574.0, 8574.0, 8530.0, 8572.0, 8561.0, 8579.0, 8640.0, 8576.0, 8618.0, 8569.0, 8586.0, 8569.0, 8580.0, 8578.0, 8596.0, 8555.0, 8551.0, 8554.0, 8554.0, 8571.0, 8563.0, 8557.0, 8542.0, 8556.0, 8525.0, 8540.0, 8569.0, 8586.0, 8576.0, 8598.0, 8557.0, 8523.0, 8551.0, 8554.0, 8551.0, 8603.0, 8559.0, 8567.0, 8552.0, 8567.0, 8555.0, 8568.0, 8571.0, 8557.0, 8561.0, 8558.0, 8572.0, 8573.0, 8574.0, 8578.0, 8560.0, 8561.0, 8578.0, 8561.0, 8561.0, 8559.0, 8578.0, 8559.0, 8562.0, 8574.0, 8573.0, 8557.0, 8560.0, 8569.0, 8578.0, 8595.0, 8559.0, 8556.0, 8559.0, 8554.0, 8553.0, 8557.0, 8564.0, 8586.0, 8559.0, 8550.0, 8557.0, 8555.0, 8559.0, 8554.0, 8573.0, 8582.0, 8558.0, 8569.0, 8556.0, 8553.0, 8560.0, 8584.0, 8557.0, 8553.0, 8554.0, 8538.0, 8538.0, 8549.0, 8540.0, 8561.0, 8562.0, 8556.0, 8560.0, 8570.0, 8561.0, 8571.0, 8560.0, 8575.0, 8561.0, 8560.0, 8565.0, 8558.0, 8560.0, 8568.0, 8557.0, 8529.0, 8528.0, 8530.0, 8527.0, 8557.0, 8550.0, 8590.0, 8585.0, 8592.0, 8591.0, 8603.0, 8599.0, 8593.0, 8578.0, 8627.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.00041161361141602633</td></tr>
<tr><td colspan=3>aqi</td><td>0.02932313271130626</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.69998476215385</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2039173353846144</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916932883406596</td></tr>
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
<tr><td colspan=3>fber</td><td>4208.0044</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07847587625416097</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6344676180021955</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4908564504817785</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348051307654458</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7861847517539973</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3383332920368813</td></tr>
<tr><td colspan=3>gcor</td><td>0.00774332</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024284349754452705</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05116588994860649</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8519064052394927</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>13.2134</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9607</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.474</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300255.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>942.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.6148</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3767</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.6696</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3023.7287</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.2328</td></tr>
<tr><td colspan=3>tsnr</td><td>33.23905259766616</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>