<?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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-02/func/sub-0013_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>4a9c7f624a518d5c34160bd2b8c7d23b</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:14:51.765000</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_VE11C_LATEST_20160120</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.997561, 0.0697549, -0.00243124, -0.067832, 0.977092, 0.20172]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.090066</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>[4130, -7768, -7236, 459, -204, -234, 33, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03dd4926-102c-45a4-ad97-ab26157be1ca||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6763837337493896, -0.1819881796836853, -0.04440555348992348, 121.89144134521484], [-0.1871473789215088, 2.6214652061462402, 0.5428702235221863, -95.25267791748047], [-0.0065228319726884365, -0.541199803352356, 2.644488573074341, -23.980213165283203], [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': ['111451.765000', '111452.225000', '111452.685000', '111453.145000', '111453.605000', '111454.065000', '111454.525000', '111454.985000', '111455.445000', '111455.905000', '111456.365000', '111456.825000', '111457.285000', '111457.745000', '111458.205000', '111458.665000', '111459.125000', '111459.585000', '111500.045000', '111500.505000', '111500.965000', '111501.425000', '111501.885000', '111502.345000', '111502.805000', '111503.265000', '111503.725000', '111504.185000', '111504.645000', '111505.105000', '111505.565000', '111506.025000', '111506.485000', '111506.945000', '111507.405000', '111507.865000', '111508.325000', '111508.785000', '111509.245000', '111509.705000', '111510.165000', '111510.625000', '111511.085000', '111511.545000', '111512.005000', '111512.465000', '111512.925000', '111513.385000', '111513.845000', '111514.305000', '111514.765000', '111515.225000', '111515.685000', '111516.145000', '111516.605000', '111517.065000', '111517.525000', '111517.985000', '111518.445000', '111518.905000', '111519.365000', '111519.825000', '111520.285000', '111520.745000', '111521.205000', '111521.665000', '111522.125000', '111522.585000', '111523.045000', '111523.505000', '111523.965000', '111524.425000', '111524.885000', '111525.345000', '111525.805000', '111526.265000', '111526.725000', '111527.185000', '111527.645000', '111528.105000', '111528.565000', '111529.025000', '111529.485000', '111529.945000', '111530.405000', '111530.865000', '111531.325000', '111531.785000', '111532.245000', '111532.705000', '111533.165000', '111533.625000', '111534.085000', '111534.545000', '111535.005000', '111535.465000', '111535.925000', '111536.385000', '111536.845000', '111537.305000', '111537.765000', '111538.225000', '111538.685000', '111539.145000', '111539.605000', '111540.065000', '111540.525000', '111540.985000', '111541.445000', '111541.905000', '111542.365000', '111542.825000', '111543.285000', '111543.745000', '111544.205000', '111544.665000', '111545.125000', '111545.585000', '111546.045000', '111546.505000', '111546.965000', '111547.425000', '111547.885000', '111548.345000', '111548.805000', '111549.265000', '111549.725000', '111550.185000', '111550.645000', '111551.105000', '111551.565000', '111552.025000', '111552.485000', '111552.945000', '111553.405000', '111553.865000', '111554.325000', '111554.785000', '111555.245000', '111555.705000', '111556.165000', '111556.625000', '111557.085000', '111557.545000', '111558.005000', '111558.465000', '111558.925000', '111559.385000', '111559.845000', '111600.305000', '111600.765000', '111601.225000', '111601.685000', '111602.145000', '111602.605000', '111603.065000', '111603.525000', '111603.985000', '111604.445000', '111604.905000', '111605.365000', '111605.825000', '111606.285000', '111606.745000', '111607.205000', '111607.665000', '111608.125000', '111608.585000', '111609.045000', '111609.505000', '111609.965000', '111610.425000', '111610.885000', '111611.345000', '111611.805000', '111612.265000', '111612.725000', '111613.185000', '111613.645000', '111614.105000', '111614.565000', '111615.025000', '111615.485000', '111615.945000', '111616.405000', '111616.865000', '111617.325000', '111617.785000', '111618.245000', '111618.705000', '111619.165000', '111619.625000', '111620.085000', '111620.545000', '111621.005000', '111621.465000', '111621.925000', '111622.385000', '111622.845000', '111623.305000', '111623.765000', '111624.225000', '111624.685000', '111625.145000', '111625.605000', '111626.065000', '111626.525000', '111626.985000', '111627.445000', '111627.905000', '111628.365000', '111628.825000', '111629.285000', '111629.745000', '111630.205000', '111630.665000', '111631.125000', '111631.585000', '111632.045000', '111632.505000', '111632.965000', '111633.425000', '111633.885000', '111634.345000', '111634.805000', '111635.265000', '111635.725000', '111636.185000', '111636.645000', '111637.105000', '111637.565000', '111638.025000', '111638.485000', '111638.945000', '111639.405000', '111639.865000', '111640.325000', '111640.785000', '111641.245000', '111641.705000', '111642.165000', '111642.625000', '111643.085000', '111643.545000', '111644.005000', '111644.465000', '111644.925000', '111645.385000', '111645.845000', '111646.305000', '111646.765000', '111647.225000', '111647.685000', '111648.145000', '111648.605000', '111649.065000', '111649.525000', '111649.985000', '111650.445000', '111650.905000', '111651.365000', '111651.825000', '111652.285000', '111652.745000', '111653.205000', '111653.665000', '111654.125000', '111654.585000', '111655.045000', '111655.505000', '111655.965000', '111656.425000', '111656.885000', '111657.345000', '111657.805000', '111658.265000', '111658.725000', '111659.185000', '111659.645000', '111700.105000', '111700.565000', '111701.025000', '111701.485000', '111701.945000', '111702.405000', '111702.865000', '111703.325000', '111703.785000', '111704.245000', '111704.705000', '111705.165000', '111705.625000', '111706.085000', '111706.545000', '111707.005000', '111707.465000', '111707.925000', '111708.385000', '111708.845000', '111709.305000', '111709.765000', '111710.225000', '111710.685000', '111711.145000', '111711.605000', '111712.065000', '111712.525000', '111712.985000', '111713.445000', '111713.905000', '111714.365000', '111714.825000', '111715.285000', '111715.745000', '111716.205000', '111716.665000', '111717.125000', '111717.585000', '111718.045000', '111718.505000', '111718.965000', '111719.425000', '111719.885000', '111720.345000', '111720.805000', '111721.265000', '111721.725000', '111722.185000', '111722.645000', '111723.105000', '111723.565000', '111724.025000', '111724.485000', '111724.945000', '111725.405000', '111725.865000', '111726.325000', '111726.785000', '111727.245000', '111727.705000', '111728.165000', '111728.625000', '111729.085000', '111729.545000', '111730.005000', '111730.465000', '111730.925000', '111731.385000', '111731.845000', '111732.305000', '111732.765000', '111733.225000', '111733.685000', '111734.145000', '111734.605000', '111735.065000', '111735.525000', '111735.985000', '111736.445000', '111736.905000', '111737.365000', '111737.825000', '111738.285000', '111738.745000', '111739.205000', '111739.665000', '111740.125000', '111740.585000', '111741.045000', '111741.505000', '111741.965000', '111742.425000', '111742.885000', '111743.345000', '111743.805000', '111744.265000', '111744.725000', '111745.185000', '111745.645000', '111746.105000', '111746.565000', '111747.025000', '111747.485000', '111747.945000', '111748.405000', '111748.865000', '111749.325000', '111749.785000', '111750.245000', '111750.705000', '111751.165000', '111751.625000', '111752.085000', '111752.545000', '111753.005000', '111753.465000', '111753.925000', '111754.385000', '111754.845000', '111755.305000', '111755.765000', '111756.225000', '111756.685000', '111757.145000', '111757.605000', '111758.065000', '111758.525000', '111758.985000', '111759.445000', '111759.905000', '111800.365000', '111800.825000', '111801.285000', '111801.745000', '111802.205000', '111802.665000', '111803.125000', '111803.585000', '111804.045000', '111804.505000', '111804.965000', '111805.425000', '111805.885000', '111806.345000', '111806.805000', '111807.265000', '111807.725000', '111808.185000', '111808.645000', '111809.105000', '111809.565000', '111810.025000', '111810.485000', '111810.945000', '111811.405000', '111811.865000', '111812.325000', '111812.785000', '111813.245000', '111813.705000', '111814.165000', '111814.625000', '111815.085000', '111815.545000', '111816.005000', '111816.465000', '111816.925000', '111817.385000', '111817.845000', '111818.305000', '111818.765000', '111819.225000', '111819.685000', '111820.145000', '111820.605000', '111821.065000', '111821.525000', '111821.985000', '111822.445000', '111822.905000', '111823.365000', '111823.825000', '111824.285000', '111824.745000', '111825.205000', '111825.665000', '111826.125000', '111826.585000', '111827.045000', '111827.505000', '111827.965000', '111828.425000', '111828.885000', '111829.345000', '111829.805000', '111830.265000', '111830.725000', '111831.185000', '111831.645000', '111832.105000', '111832.565000', '111833.025000', '111833.485000', '111833.945000', '111834.405000', '111834.865000', '111835.325000', '111835.785000', '111836.245000', '111836.705000', '111837.165000', '111837.625000', '111838.085000', '111838.545000', '111839.005000', '111839.465000', '111839.925000', '111840.385000', '111840.845000', '111841.305000', '111841.765000', '111842.225000', '111842.685000', '111843.145000', '111843.605000', '111844.065000', '111844.525000', '111844.985000', '111845.445000', '111845.905000', '111846.365000', '111846.825000', '111847.285000', '111847.745000', '111848.205000', '111848.665000', '111849.125000', '111849.585000', '111850.045000', '111850.505000', '111850.965000', '111851.425000', '111851.885000', '111852.345000', '111852.805000', '111853.265000', '111853.725000', '111854.185000', '111854.645000', '111855.105000', '111855.565000', '111856.025000', '111856.485000', '111856.945000', '111857.405000', '111857.865000', '111858.325000', '111858.785000', '111859.245000', '111859.705000', '111900.165000', '111900.625000', '111901.085000', '111901.545000', '111902.005000', '111902.465000', '111902.925000', '111903.385000', '111903.845000', '111904.305000', '111904.765000', '111905.225000', '111905.685000', '111906.145000', '111906.605000', '111907.065000', '111907.525000', '111907.985000', '111908.445000', '111908.905000', '111909.365000', '111909.825000', '111910.285000', '111910.745000', '111911.205000', '111911.665000', '111912.125000', '111912.585000', '111913.045000', '111913.505000', '111913.965000', '111914.425000', '111914.885000', '111915.345000', '111915.805000', '111916.265000', '111916.725000', '111917.185000', '111917.645000', '111918.105000', '111918.565000', '111919.025000', '111919.485000', '111919.945000', '111920.405000', '111920.865000', '111921.325000', '111921.785000', '111922.245000', '111922.705000', '111923.165000', '111923.625000', '111924.085000', '111924.545000', '111925.005000', '111925.465000', '111925.925000', '111926.385000', '111926.845000', '111927.305000', '111927.765000', '111928.225000', '111928.685000', '111929.145000', '111929.605000', '111930.065000', '111930.525000', '111930.985000', '111931.445000', '111931.905000', '111932.365000', '111932.825000', '111933.285000', '111933.745000', '111934.205000', '111934.665000', '111935.125000', '111935.585000', '111936.045000', '111936.505000', '111936.965000', '111937.425000', '111937.885000', '111938.345000', '111938.805000', '111939.265000', '111939.725000', '111940.185000', '111940.645000', '111941.105000', '111941.565000', '111942.025000', '111942.485000', '111942.945000', '111943.405000', '111943.865000', '111944.325000', '111944.785000', '111945.245000', '111945.705000', '111946.165000', '111946.625000', '111947.085000', '111947.545000', '111948.005000', '111948.465000', '111948.925000', '111949.385000', '111949.845000', '111950.305000', '111950.765000', '111951.225000', '111951.685000', '111952.145000', '111952.605000', '111953.065000', '111953.525000', '111953.985000', '111954.445000', '111954.905000', '111955.365000', '111955.825000', '111956.285000', '111956.745000', '111957.205000', '111957.665000', '111958.125000', '111958.585000', '111959.045000', '111959.505000', '111959.965000', '112000.425000', '112000.885000', '112001.345000', '112001.805000', '112002.265000', '112002.725000', '112003.185000', '112003.645000', '112004.105000', '112004.565000', '112005.025000', '112005.485000', '112005.945000', '112006.405000', '112006.865000', '112007.325000', '112007.785000', '112008.245000', '112008.705000', '112009.165000', '112009.625000', '112010.085000', '112010.545000', '112011.005000', '112011.465000', '112011.925000', '112012.385000', '112012.845000', '112013.305000', '112013.765000', '112014.225000', '112014.685000', '112015.145000', '112015.605000', '112016.065000', '112016.525000', '112016.985000', '112017.445000', '112017.905000', '112018.365000', '112018.825000', '112019.285000', '112019.745000', '112020.205000', '112020.665000', '112021.125000', '112021.585000', '112022.045000', '112022.505000', '112022.965000', '112023.425000', '112023.885000', '112024.345000', '112024.805000', '112025.265000', '112025.725000', '112026.185000', '112026.645000', '112027.105000', '112027.565000', '112028.025000', '112028.485000', '112028.945000', '112029.405000', '112029.865000', '112030.325000', '112030.785000', '112031.245000', '112031.705000', '112032.165000', '112032.625000', '112033.085000', '112033.545000', '112034.005000', '112034.465000', '112034.925000', '112035.385000', '112035.845000', '112036.305000', '112036.765000', '112037.225000', '112037.685000', '112038.145000', '112038.605000', '112039.065000', '112039.525000', '112039.985000', '112040.445000', '112040.905000', '112041.365000', '112041.825000', '112042.285000', '112042.745000', '112043.205000', '112043.665000', '112044.125000', '112044.585000', '112045.045000', '112045.505000', '112045.965000', '112046.425000', '112046.885000', '112047.345000', '112047.805000', '112048.265000', '112048.725000', '112049.185000', '112049.645000', '112050.105000', '112050.565000', '112051.025000', '112051.485000', '112051.945000', '112052.405000', '112052.865000', '112053.325000', '112053.785000', '112054.245000', '112054.705000', '112055.165000', '112055.625000', '112056.085000', '112056.545000', '112057.005000', '112057.465000', '112057.925000', '112058.385000', '112058.845000', '112059.305000', '112059.765000', '112100.225000', '112100.685000', '112101.145000', '112101.605000', '112102.065000', '112102.525000', '112102.985000', '112103.445000', '112103.905000', '112104.365000', '112104.825000', '112105.285000', '112105.745000', '112106.205000', '112106.665000', '112107.125000', '112107.585000', '112108.045000', '112108.505000', '112108.965000', '112109.425000', '112109.885000', '112110.345000', '112110.805000', '112111.265000', '112111.725000', '112112.185000', '112112.645000', '112113.105000', '112113.565000', '112114.025000', '112114.485000', '112114.945000', '112115.405000', '112115.865000', '112116.325000', '112116.785000', '112117.245000', '112117.705000', '112118.165000', '112118.625000', '112119.085000', '112119.545000', '112120.005000', '112120.465000', '112120.925000', '112121.385000', '112121.845000', '112122.305000', '112122.765000', '112123.225000', '112123.685000', '112124.145000', '112124.605000', '112125.065000', '112125.525000', '112125.985000', '112126.445000', '112126.905000', '112127.365000', '112127.825000', '112128.285000', '112128.745000', '112129.205000', '112129.665000', '112130.125000', '112130.585000', '112131.045000', '112131.505000', '112131.965000', '112132.425000', '112132.885000', '112133.345000', '112133.805000', '112134.265000', '112134.725000', '112135.185000', '112135.645000', '112136.105000', '112136.565000', '112137.025000', '112137.485000', '112137.945000', '112138.405000', '112138.865000', '112139.325000', '112139.785000', '112140.245000', '112140.705000', '112141.165000', '112141.625000', '112142.085000', '112142.545000', '112143.005000', '112143.465000', '112143.925000', '112144.385000', '112144.845000', '112145.305000', '112145.765000', '112146.225000', '112146.685000', '112147.145000', '112147.605000', '112148.065000', '112148.525000', '112148.985000', '112149.445000', '112149.905000', '112150.365000', '112150.825000', '112151.285000', '112151.745000'], 'ContentTime': ['111503.021000', '111503.024000', '111503.027000', '111503.030000', '111503.041000', '111503.044000', '111503.047000', '111503.050000', '111503.053000', '111503.056000', '111503.060000', '111503.063000', '111503.075000', '111503.078000', '111503.081000', '111503.084000', '111503.087000', '111503.090000', '111503.093000', '111503.096000', '111503.099000', '111503.102000', '111522.974000', '111522.977000', '111522.980000', '111522.983000', '111522.986000', '111522.988000', '111522.991000', '111522.994000', '111522.997000', '111523.001000', '111523.004000', '111523.007000', '111523.010000', '111523.020000', '111523.023000', '111523.026000', '111523.029000', '111523.033000', '111523.036000', '111523.039000', '111523.042000', '111523.052000', '111523.055000', '111523.058000', '111523.061000', '111523.064000', '111523.067000', '111523.070000', '111523.072000', '111523.075000', '111523.078000', '111523.081000', '111523.084000', '111523.087000', '111523.090000', '111523.093000', '111523.103000', '111523.106000', '111523.108000', '111523.111000', '111523.114000', '111523.117000', '111523.120000', '111523.123000', '111542.974000', '111542.977000', '111542.980000', '111542.983000', '111542.986000', '111542.989000', '111542.992000', '111542.994000', '111542.997000', '111543.001000', '111543.004000', '111543.007000', '111543.010000', '111543.013000', '111543.016000', '111543.019000', '111543.022000', '111543.024000', '111543.027000', '111543.030000', '111543.033000', '111543.036000', '111543.039000', '111543.042000', '111543.045000', '111543.048000', '111543.051000', '111543.054000', '111543.057000', '111543.060000', '111543.062000', '111543.065000', '111543.068000', '111543.071000', '111543.074000', '111543.077000', '111543.080000', '111543.083000', '111543.086000', '111543.089000', '111543.092000', '111543.095000', '111543.098000', '111602.974000', '111602.977000', '111602.980000', '111602.983000', '111602.986000', '111602.989000', '111602.992000', '111602.994000', '111602.997000', '111603.001000', '111603.004000', '111603.007000', '111603.010000', '111603.013000', '111603.016000', '111603.018000', '111603.022000', '111603.034000', '111603.037000', '111603.040000', '111603.043000', '111603.046000', '111603.049000', '111603.052000', '111603.055000', '111603.058000', '111603.060000', '111603.063000', '111603.066000', '111603.069000', '111603.072000', '111603.075000', '111603.078000', '111603.081000', '111603.084000', '111603.087000', '111603.090000', '111603.093000', '111603.096000', '111603.098000', '111603.101000', '111603.104000', '111603.107000', '111603.110000', '111622.975000', '111622.978000', '111622.981000', '111622.984000', '111622.987000', '111622.990000', '111622.993000', '111622.995000', '111622.998000', '111623.002000', '111623.005000', '111623.008000', '111623.011000', '111623.014000', '111623.017000', '111623.020000', '111623.023000', '111623.026000', '111623.029000', '111623.032000', '111623.034000', '111623.037000', '111623.040000', '111623.043000', '111623.046000', '111623.049000', '111623.052000', '111623.055000', '111623.058000', '111623.061000', '111623.064000', '111623.067000', '111623.070000', '111623.073000', '111623.076000', '111623.079000', '111623.082000', '111623.085000', '111623.088000', '111623.090000', '111623.093000', '111623.096000', '111623.099000', '111642.975000', '111642.978000', '111642.981000', '111642.984000', '111642.987000', '111642.995000', '111642.998000', '111643.002000', '111643.005000', '111643.008000', '111643.010000', '111643.013000', '111643.016000', '111643.019000', '111643.022000', '111643.025000', '111643.028000', '111643.031000', '111643.034000', '111643.037000', '111643.040000', '111643.043000', '111643.045000', '111643.049000', '111643.051000', '111643.054000', '111643.057000', '111643.060000', '111643.063000', '111643.066000', '111643.069000', '111643.072000', '111643.075000', '111643.078000', '111643.081000', '111643.084000', '111643.087000', '111643.090000', '111643.092000', '111643.095000', '111643.098000', '111643.101000', '111643.104000', '111643.107000', '111702.975000', '111702.978000', '111702.981000', '111702.984000', '111702.987000', '111702.990000', '111702.993000', '111702.996000', '111703.000000', '111703.002000', '111703.005000', '111703.008000', '111703.011000', '111703.014000', '111703.017000', '111703.020000', '111703.023000', '111703.026000', '111703.029000', '111703.032000', '111703.035000', '111703.037000', '111703.040000', '111703.043000', '111703.046000', '111703.057000', '111703.060000', '111703.063000', '111703.066000', '111703.069000', '111703.072000', '111703.075000', '111703.077000', '111703.080000', '111703.084000', '111703.086000', '111703.089000', '111703.092000', '111703.095000', '111703.098000', '111703.101000', '111703.104000', '111703.107000', '111722.975000', '111722.978000', '111722.981000', '111722.984000', '111722.987000', '111722.990000', '111722.993000', '111722.996000', '111722.998000', '111723.002000', '111723.005000', '111723.008000', '111723.011000', '111723.014000', '111723.017000', '111723.020000', '111723.023000', '111723.026000', '111723.029000', '111723.032000', '111723.035000', '111723.038000', '111723.041000', '111723.043000', '111723.046000', '111723.049000', '111723.052000', '111723.055000', '111723.058000', '111723.061000', '111723.064000', '111723.067000', '111723.070000', '111723.073000', '111723.076000', '111723.078000', '111723.081000', '111723.084000', '111723.087000', '111723.090000', '111723.093000', '111723.096000', '111723.099000', '111723.102000', '111742.974000', '111742.977000', '111742.980000', '111742.983000', '111742.986000', '111742.989000', '111742.992000', '111742.995000', '111742.998000', '111743.001000', '111743.004000', '111743.007000', '111743.019000', '111743.022000', '111743.025000', '111743.028000', '111743.031000', '111743.034000', '111743.037000', '111743.040000', '111743.043000', '111743.045000', '111743.048000', '111743.051000', '111743.054000', '111743.057000', '111743.060000', '111743.063000', '111743.066000', '111743.069000', '111743.072000', '111743.075000', '111743.077000', '111743.080000', '111743.083000', '111743.086000', '111743.089000', '111743.092000', '111743.095000', '111743.098000', '111743.100000', '111743.103000', '111743.106000', '111802.974000', '111802.977000', '111802.980000', '111802.983000', '111802.986000', '111802.989000', '111802.992000', '111802.995000', '111803.002000', '111803.005000', '111803.008000', '111803.011000', '111803.014000', '111803.017000', '111803.019000', '111803.022000', '111803.025000', '111803.028000', '111803.031000', '111803.034000', '111803.037000', '111803.040000', '111803.043000', '111803.045000', '111803.048000', '111803.051000', '111803.054000', '111803.057000', '111803.060000', '111803.063000', '111803.066000', '111803.069000', '111803.072000', '111803.074000', '111803.077000', '111803.080000', '111803.083000', '111803.086000', '111803.089000', '111803.092000', '111803.095000', '111803.098000', '111803.101000', '111822.974000', '111822.977000', '111822.980000', '111822.983000', '111822.986000', '111822.989000', '111822.992000', '111822.995000', '111822.997000', '111823.001000', '111823.004000', '111823.007000', '111823.010000', '111823.013000', '111823.016000', '111823.019000', '111823.022000', '111823.025000', '111823.028000', '111823.030000', '111823.033000', '111823.036000', '111823.039000', '111823.042000', '111823.045000', '111823.048000', '111823.051000', '111823.054000', '111823.057000', '111823.059000', '111823.062000', '111823.065000', '111823.068000', '111823.071000', '111823.074000', '111823.077000', '111823.080000', '111823.083000', '111823.086000', '111823.089000', '111823.092000', '111823.095000', '111823.097000', '111823.100000', '111842.975000', '111842.978000', '111842.981000', '111842.984000', '111842.987000', '111842.990000', '111842.993000', '111842.995000', '111843.000000', '111843.002000', '111843.006000', '111843.009000', '111843.013000', '111843.016000', '111843.019000', '111843.022000', '111843.025000', '111843.027000', '111843.030000', '111843.033000', '111843.036000', '111843.039000', '111843.042000', '111843.045000', '111843.048000', '111843.051000', '111843.053000', '111843.056000', '111843.059000', '111843.062000', '111843.065000', '111843.068000', '111843.071000', '111843.074000', '111843.076000', '111843.079000', '111843.082000', '111843.085000', '111843.088000', '111843.091000', '111843.094000', '111843.097000', '111843.100000', '111902.975000', '111902.978000', '111902.981000', '111902.984000', '111902.987000', '111902.990000', '111902.993000', '111902.996000', '111903.000000', '111903.003000', '111903.006000', '111903.009000', '111903.012000', '111903.015000', '111903.017000', '111903.020000', '111903.023000', '111903.026000', '111903.029000', '111903.032000', '111903.035000', '111903.038000', '111903.041000', '111903.044000', '111903.047000', '111903.050000', '111903.053000', '111903.055000', '111903.058000', '111903.061000', '111903.064000', '111903.067000', '111903.070000', '111903.073000', '111903.076000', '111903.079000', '111903.082000', '111903.084000', '111903.102000', '111903.105000', '111903.108000', '111903.111000', '111903.114000', '111903.117000', '111922.975000', '111922.978000', '111922.981000', '111922.984000', '111922.987000', '111922.990000', '111922.993000', '111922.996000', '111923.000000', '111923.003000', '111923.005000', '111923.008000', '111923.011000', '111923.014000', '111923.017000', '111923.023000', '111923.026000', '111923.029000', '111923.032000', '111923.035000', '111923.038000', '111923.041000', '111923.044000', '111923.047000', '111923.050000', '111923.052000', '111923.055000', '111923.058000', '111923.061000', '111923.064000', '111923.067000', '111923.070000', '111923.073000', '111923.076000', '111923.079000', '111923.081000', '111923.084000', '111923.087000', '111923.090000', '111923.093000', '111923.096000', '111923.099000', '111923.102000', '111942.975000', '111942.978000', '111942.981000', '111942.984000', '111942.987000', '111942.990000', '111942.993000', '111942.996000', '111943.000000', '111943.002000', '111943.005000', '111943.008000', '111943.011000', '111943.014000', '111943.017000', '111943.020000', '111943.023000', '111943.026000', '111943.028000', '111943.031000', '111943.034000', '111943.037000', '111943.040000', '111943.043000', '111943.046000', '111943.049000', '111943.052000', '111943.055000', '111943.058000', '111943.060000', '111943.063000', '111943.066000', '111943.069000', '111943.072000', '111943.075000', '111943.078000', '111943.081000', '111943.084000', '111943.087000', '111943.090000', '111943.093000', '111943.096000', '111943.099000', '111943.102000', '112002.974000', '112002.977000', '112002.981000', '112002.985000', '112002.988000', '112002.990000', '112002.993000', '112002.996000', '112003.000000', '112003.003000', '112003.006000', '112003.009000', '112003.012000', '112003.015000', '112003.018000', '112003.021000', '112003.024000', '112003.027000', '112003.030000', '112003.033000', '112003.036000', '112003.039000', '112003.042000', '112003.046000', '112003.049000', '112003.052000', '112003.055000', '112003.058000', '112003.061000', '112003.064000', '112003.067000', '112003.070000', '112003.075000', '112003.078000', '112003.081000', '112003.084000', '112003.087000', '112003.090000', '112003.093000', '112003.096000', '112003.099000', '112003.101000', '112003.104000', '112022.974000', '112022.977000', '112022.980000', '112022.983000', '112022.986000', '112022.989000', '112022.992000', '112022.994000', '112022.997000', '112023.001000', '112023.004000', '112023.007000', '112023.010000', '112023.013000', '112023.016000', '112023.019000', '112023.022000', '112023.024000', '112023.027000', '112023.030000', '112023.033000', '112023.036000', '112023.039000', '112023.042000', '112023.045000', '112023.048000', '112023.051000', '112023.053000', '112023.056000', '112023.059000', '112023.062000', '112023.065000', '112023.068000', '112023.071000', '112023.074000', '112023.077000', '112023.080000', '112023.083000', '112023.085000', '112023.088000', '112023.091000', '112023.094000', '112023.097000', '112023.100000', '112042.974000', '112042.977000', '112042.980000', '112042.983000', '112042.986000', '112043.000000', '112043.003000', '112043.006000', '112043.009000', '112043.012000', '112043.015000', '112043.018000', '112043.021000', '112043.024000', '112043.026000', '112043.029000', '112043.032000', '112043.035000', '112043.038000', '112043.041000', '112043.044000', '112043.047000', '112043.050000', '112043.053000', '112043.055000', '112043.058000', '112043.061000', '112043.064000', '112043.067000', '112043.073000', '112043.077000', '112043.080000', '112043.082000', '112043.085000', '112043.088000', '112043.091000', '112043.094000', '112043.097000', '112043.100000', '112043.103000', '112043.106000', '112043.108000', '112043.111000', '112102.975000', '112102.978000', '112102.982000', '112102.984000', '112102.988000', '112102.991000', '112102.994000', '112102.997000', '112103.001000', '112103.004000', '112103.006000', '112103.009000', '112103.012000', '112103.015000', '112103.018000', '112103.021000', '112103.024000', '112103.028000', '112103.030000', '112103.034000', '112103.037000', '112103.040000', '112103.043000', '112103.045000', '112103.048000', '112103.051000', '112103.054000', '112103.057000', '112103.060000', '112103.063000', '112103.066000', '112103.069000', '112103.072000', '112103.075000', '112103.078000', '112103.081000', '112103.084000', '112103.086000', '112103.089000', '112103.092000', '112103.095000', '112103.098000', '112103.101000', '112103.104000', '112122.975000', '112122.978000', '112122.981000', '112122.984000', '112122.987000', '112122.990000', '112122.993000', '112122.996000', '112122.998000', '112123.002000', '112123.005000', '112123.008000', '112123.011000', '112123.014000', '112123.017000', '112123.021000', '112123.024000', '112123.027000', '112123.030000', '112123.033000', '112123.035000', '112123.038000', '112123.041000', '112123.044000', '112123.047000', '112123.050000', '112123.053000', '112123.056000', '112123.059000', '112123.062000', '112123.065000', '112123.067000', '112123.070000', '112123.073000', '112123.077000', '112123.079000', '112123.082000', '112123.085000', '112123.088000', '112123.091000', '112123.094000', '112123.097000', '112123.100000', '112142.975000', '112142.978000', '112142.981000', '112142.984000', '112142.987000', '112142.990000', '112142.993000', '112142.996000', '112143.000000', '112143.003000', '112143.006000', '112143.008000', '112143.011000', '112143.014000', '112143.017000', '112143.020000', '112143.023000', '112143.026000', '112143.029000', '112143.032000', '112143.035000', '112143.038000', '112143.040000', '112143.043000', '112143.046000', '112143.049000', '112143.052000', '112143.055000', '112143.058000', '112143.067000', '112143.070000', '112143.072000', '112143.075000', '112143.078000', '112143.081000', '112143.084000', '112143.087000', '112143.090000', '112143.093000', '112143.096000', '112143.098000', '112143.101000', '112143.104000', '112143.107000', '112153.038000', '112153.042000', '112153.045000', '112153.048000', '112153.051000', '112153.054000', '112153.057000', '112153.060000', '112153.063000', '112153.066000', '112153.069000', '112153.072000', '112153.074000', '112153.077000', '112153.080000', '112153.083000', '112153.086000', '112153.089000', '112153.092000', '112153.095000', '112153.098000', '112153.101000'], 'InstanceCreationTime': ['111503.021000', '111503.024000', '111503.027000', '111503.030000', '111503.041000', '111503.044000', '111503.047000', '111503.050000', '111503.053000', '111503.056000', '111503.060000', '111503.063000', '111503.075000', '111503.078000', '111503.081000', '111503.084000', '111503.087000', '111503.090000', '111503.093000', '111503.096000', '111503.099000', '111503.102000', '111522.974000', '111522.977000', '111522.980000', '111522.983000', '111522.986000', '111522.988000', '111522.991000', '111522.994000', '111522.997000', '111523.001000', '111523.004000', '111523.007000', '111523.010000', '111523.020000', '111523.023000', '111523.026000', '111523.029000', '111523.033000', '111523.036000', '111523.039000', '111523.042000', '111523.052000', '111523.055000', '111523.058000', '111523.061000', '111523.064000', '111523.067000', '111523.070000', '111523.072000', '111523.075000', '111523.078000', '111523.081000', '111523.084000', '111523.087000', '111523.090000', '111523.093000', '111523.103000', '111523.106000', '111523.108000', '111523.111000', '111523.114000', '111523.117000', '111523.120000', '111523.123000', '111542.974000', '111542.977000', '111542.980000', '111542.983000', '111542.986000', '111542.989000', '111542.992000', '111542.994000', '111542.997000', '111543.001000', '111543.004000', '111543.007000', '111543.010000', '111543.013000', '111543.016000', '111543.019000', '111543.022000', '111543.024000', '111543.027000', '111543.030000', '111543.033000', '111543.036000', '111543.039000', '111543.042000', '111543.045000', '111543.048000', '111543.051000', '111543.054000', '111543.057000', '111543.060000', '111543.062000', '111543.065000', '111543.068000', '111543.071000', '111543.074000', '111543.077000', '111543.080000', '111543.083000', '111543.086000', '111543.089000', '111543.092000', '111543.095000', '111543.098000', '111602.974000', '111602.977000', '111602.980000', '111602.983000', '111602.986000', '111602.989000', '111602.992000', '111602.994000', '111602.997000', '111603.001000', '111603.004000', '111603.007000', '111603.010000', '111603.013000', '111603.016000', '111603.018000', '111603.022000', '111603.034000', '111603.037000', '111603.040000', '111603.043000', '111603.046000', '111603.049000', '111603.052000', '111603.055000', '111603.058000', '111603.060000', '111603.063000', '111603.066000', '111603.069000', '111603.072000', '111603.075000', '111603.078000', '111603.081000', '111603.084000', '111603.087000', '111603.090000', '111603.093000', '111603.096000', '111603.098000', '111603.101000', '111603.104000', '111603.107000', '111603.110000', '111622.975000', '111622.978000', '111622.981000', '111622.984000', '111622.987000', '111622.990000', '111622.993000', '111622.995000', '111622.998000', '111623.002000', '111623.005000', '111623.008000', '111623.011000', '111623.014000', '111623.017000', '111623.020000', '111623.023000', '111623.026000', '111623.029000', '111623.032000', '111623.034000', '111623.037000', '111623.040000', '111623.043000', '111623.046000', '111623.049000', '111623.052000', '111623.055000', '111623.058000', '111623.061000', '111623.064000', '111623.067000', '111623.070000', '111623.073000', '111623.076000', '111623.079000', '111623.082000', '111623.085000', '111623.088000', '111623.090000', '111623.093000', '111623.096000', '111623.099000', '111642.975000', '111642.978000', '111642.981000', '111642.984000', '111642.987000', '111642.995000', '111642.998000', '111643.002000', '111643.005000', '111643.008000', '111643.010000', '111643.013000', '111643.016000', '111643.019000', '111643.022000', '111643.025000', '111643.028000', '111643.031000', '111643.034000', '111643.037000', '111643.040000', '111643.043000', '111643.045000', '111643.049000', '111643.051000', '111643.054000', '111643.057000', '111643.060000', '111643.063000', '111643.066000', '111643.069000', '111643.072000', '111643.075000', '111643.078000', '111643.081000', '111643.084000', '111643.087000', '111643.090000', '111643.092000', '111643.095000', '111643.098000', '111643.101000', '111643.104000', '111643.107000', '111702.975000', '111702.978000', '111702.981000', '111702.984000', '111702.987000', '111702.990000', '111702.993000', '111702.996000', '111703.000000', '111703.002000', '111703.005000', '111703.008000', '111703.011000', '111703.014000', '111703.017000', '111703.020000', '111703.023000', '111703.026000', '111703.029000', '111703.032000', '111703.035000', '111703.037000', '111703.040000', '111703.043000', '111703.046000', '111703.057000', '111703.060000', '111703.063000', '111703.066000', '111703.069000', '111703.072000', '111703.075000', '111703.077000', '111703.080000', '111703.084000', '111703.086000', '111703.089000', '111703.092000', '111703.095000', '111703.098000', '111703.101000', '111703.104000', '111703.107000', '111722.975000', '111722.978000', '111722.981000', '111722.984000', '111722.987000', '111722.990000', '111722.993000', '111722.996000', '111722.998000', '111723.002000', '111723.005000', '111723.008000', '111723.011000', '111723.014000', '111723.017000', '111723.020000', '111723.023000', '111723.026000', '111723.029000', '111723.032000', '111723.035000', '111723.038000', '111723.041000', '111723.043000', '111723.046000', '111723.049000', '111723.052000', '111723.055000', '111723.058000', '111723.061000', '111723.064000', '111723.067000', '111723.070000', '111723.073000', '111723.076000', '111723.078000', '111723.081000', '111723.084000', '111723.087000', '111723.090000', '111723.093000', '111723.096000', '111723.099000', '111723.102000', '111742.974000', '111742.977000', '111742.980000', '111742.983000', '111742.986000', '111742.989000', '111742.992000', '111742.995000', '111742.998000', '111743.001000', '111743.004000', '111743.007000', '111743.019000', '111743.022000', '111743.025000', '111743.028000', '111743.031000', '111743.034000', '111743.037000', '111743.040000', '111743.043000', '111743.045000', '111743.048000', '111743.051000', '111743.054000', '111743.057000', '111743.060000', '111743.063000', '111743.066000', '111743.069000', '111743.072000', '111743.075000', '111743.077000', '111743.080000', '111743.083000', '111743.086000', '111743.089000', '111743.092000', '111743.095000', '111743.098000', '111743.100000', '111743.103000', '111743.106000', '111802.974000', '111802.977000', '111802.980000', '111802.983000', '111802.986000', '111802.989000', '111802.992000', '111802.995000', '111803.002000', '111803.005000', '111803.008000', '111803.011000', '111803.014000', '111803.017000', '111803.019000', '111803.022000', '111803.025000', '111803.028000', '111803.031000', '111803.034000', '111803.037000', '111803.040000', '111803.043000', '111803.045000', '111803.048000', '111803.051000', '111803.054000', '111803.057000', '111803.060000', '111803.063000', '111803.066000', '111803.069000', '111803.072000', '111803.074000', '111803.077000', '111803.080000', '111803.083000', '111803.086000', '111803.089000', '111803.092000', '111803.095000', '111803.098000', '111803.101000', '111822.974000', '111822.977000', '111822.980000', '111822.983000', '111822.986000', '111822.989000', '111822.992000', '111822.995000', '111822.997000', '111823.001000', '111823.004000', '111823.007000', '111823.010000', '111823.013000', '111823.016000', '111823.019000', '111823.022000', '111823.025000', '111823.028000', '111823.030000', '111823.033000', '111823.036000', '111823.039000', '111823.042000', '111823.045000', '111823.048000', '111823.051000', '111823.054000', '111823.057000', '111823.059000', '111823.062000', '111823.065000', '111823.068000', '111823.071000', '111823.074000', '111823.077000', '111823.080000', '111823.083000', '111823.086000', '111823.089000', '111823.092000', '111823.095000', '111823.097000', '111823.100000', '111842.975000', '111842.978000', '111842.981000', '111842.984000', '111842.987000', '111842.990000', '111842.993000', '111842.995000', '111843.000000', '111843.002000', '111843.006000', '111843.009000', '111843.013000', '111843.016000', '111843.019000', '111843.022000', '111843.025000', '111843.027000', '111843.030000', '111843.033000', '111843.036000', '111843.039000', '111843.042000', '111843.045000', '111843.048000', '111843.051000', '111843.053000', '111843.056000', '111843.059000', '111843.062000', '111843.065000', '111843.068000', '111843.071000', '111843.074000', '111843.076000', '111843.079000', '111843.082000', '111843.085000', '111843.088000', '111843.091000', '111843.094000', '111843.097000', '111843.100000', '111902.975000', '111902.978000', '111902.981000', '111902.984000', '111902.987000', '111902.990000', '111902.993000', '111902.996000', '111903.000000', '111903.003000', '111903.006000', '111903.009000', '111903.012000', '111903.015000', '111903.017000', '111903.020000', '111903.023000', '111903.026000', '111903.029000', '111903.032000', '111903.035000', '111903.038000', '111903.041000', '111903.044000', '111903.047000', '111903.050000', '111903.053000', '111903.055000', '111903.058000', '111903.061000', '111903.064000', '111903.067000', '111903.070000', '111903.073000', '111903.076000', '111903.079000', '111903.082000', '111903.084000', '111903.102000', '111903.105000', '111903.108000', '111903.111000', '111903.114000', '111903.117000', '111922.975000', '111922.978000', '111922.981000', '111922.984000', '111922.987000', '111922.990000', '111922.993000', '111922.996000', '111923.000000', '111923.003000', '111923.005000', '111923.008000', '111923.011000', '111923.014000', '111923.017000', '111923.023000', '111923.026000', '111923.029000', '111923.032000', '111923.035000', '111923.038000', '111923.041000', '111923.044000', '111923.047000', '111923.050000', '111923.052000', '111923.055000', '111923.058000', '111923.061000', '111923.064000', '111923.067000', '111923.070000', '111923.073000', '111923.076000', '111923.079000', '111923.081000', '111923.084000', '111923.087000', '111923.090000', '111923.093000', '111923.096000', '111923.099000', '111923.102000', '111942.975000', '111942.978000', '111942.981000', '111942.984000', '111942.987000', '111942.990000', '111942.993000', '111942.996000', '111943.000000', '111943.002000', '111943.005000', '111943.008000', '111943.011000', '111943.014000', '111943.017000', '111943.020000', '111943.023000', '111943.026000', '111943.028000', '111943.031000', '111943.034000', '111943.037000', '111943.040000', '111943.043000', '111943.046000', '111943.049000', '111943.052000', '111943.055000', '111943.058000', '111943.060000', '111943.063000', '111943.066000', '111943.069000', '111943.072000', '111943.075000', '111943.078000', '111943.081000', '111943.084000', '111943.087000', '111943.090000', '111943.093000', '111943.096000', '111943.099000', '111943.102000', '112002.974000', '112002.977000', '112002.981000', '112002.985000', '112002.988000', '112002.990000', '112002.993000', '112002.996000', '112003.000000', '112003.003000', '112003.006000', '112003.009000', '112003.012000', '112003.015000', '112003.018000', '112003.021000', '112003.024000', '112003.027000', '112003.030000', '112003.033000', '112003.036000', '112003.039000', '112003.042000', '112003.046000', '112003.049000', '112003.052000', '112003.055000', '112003.058000', '112003.061000', '112003.064000', '112003.067000', '112003.070000', '112003.075000', '112003.078000', '112003.081000', '112003.084000', '112003.087000', '112003.090000', '112003.093000', '112003.096000', '112003.099000', '112003.101000', '112003.104000', '112022.974000', '112022.977000', '112022.980000', '112022.983000', '112022.986000', '112022.989000', '112022.992000', '112022.994000', '112022.997000', '112023.001000', '112023.004000', '112023.007000', '112023.010000', '112023.013000', '112023.016000', '112023.019000', '112023.022000', '112023.024000', '112023.027000', '112023.030000', '112023.033000', '112023.036000', '112023.039000', '112023.042000', '112023.045000', '112023.048000', '112023.051000', '112023.053000', '112023.056000', '112023.059000', '112023.062000', '112023.065000', '112023.068000', '112023.071000', '112023.074000', '112023.077000', '112023.080000', '112023.083000', '112023.085000', '112023.088000', '112023.091000', '112023.094000', '112023.097000', '112023.100000', '112042.974000', '112042.977000', '112042.980000', '112042.983000', '112042.986000', '112043.000000', '112043.003000', '112043.006000', '112043.009000', '112043.012000', '112043.015000', '112043.018000', '112043.021000', '112043.024000', '112043.026000', '112043.029000', '112043.032000', '112043.035000', '112043.038000', '112043.041000', '112043.044000', '112043.047000', '112043.050000', '112043.053000', '112043.055000', '112043.058000', '112043.061000', '112043.064000', '112043.067000', '112043.073000', '112043.077000', '112043.080000', '112043.082000', '112043.085000', '112043.088000', '112043.091000', '112043.094000', '112043.097000', '112043.100000', '112043.103000', '112043.106000', '112043.108000', '112043.111000', '112102.975000', '112102.978000', '112102.982000', '112102.984000', '112102.988000', '112102.991000', '112102.994000', '112102.997000', '112103.001000', '112103.004000', '112103.006000', '112103.009000', '112103.012000', '112103.015000', '112103.018000', '112103.021000', '112103.024000', '112103.028000', '112103.030000', '112103.034000', '112103.037000', '112103.040000', '112103.043000', '112103.045000', '112103.048000', '112103.051000', '112103.054000', '112103.057000', '112103.060000', '112103.063000', '112103.066000', '112103.069000', '112103.072000', '112103.075000', '112103.078000', '112103.081000', '112103.084000', '112103.086000', '112103.089000', '112103.092000', '112103.095000', '112103.098000', '112103.101000', '112103.104000', '112122.975000', '112122.978000', '112122.981000', '112122.984000', '112122.987000', '112122.990000', '112122.993000', '112122.996000', '112122.998000', '112123.002000', '112123.005000', '112123.008000', '112123.011000', '112123.014000', '112123.017000', '112123.021000', '112123.024000', '112123.027000', '112123.030000', '112123.033000', '112123.035000', '112123.038000', '112123.041000', '112123.044000', '112123.047000', '112123.050000', '112123.053000', '112123.056000', '112123.059000', '112123.062000', '112123.065000', '112123.067000', '112123.070000', '112123.073000', '112123.077000', '112123.079000', '112123.082000', '112123.085000', '112123.088000', '112123.091000', '112123.094000', '112123.097000', '112123.100000', '112142.975000', '112142.978000', '112142.981000', '112142.984000', '112142.987000', '112142.990000', '112142.993000', '112142.996000', '112143.000000', '112143.003000', '112143.006000', '112143.008000', '112143.011000', '112143.014000', '112143.017000', '112143.020000', '112143.023000', '112143.026000', '112143.029000', '112143.032000', '112143.035000', '112143.038000', '112143.040000', '112143.043000', '112143.046000', '112143.049000', '112143.052000', '112143.055000', '112143.058000', '112143.067000', '112143.070000', '112143.072000', '112143.075000', '112143.078000', '112143.081000', '112143.084000', '112143.087000', '112143.090000', '112143.093000', '112143.096000', '112143.098000', '112143.101000', '112143.104000', '112143.107000', '112153.038000', '112153.042000', '112153.045000', '112153.048000', '112153.051000', '112153.054000', '112153.057000', '112153.060000', '112153.063000', '112153.066000', '112153.069000', '112153.072000', '112153.074000', '112153.077000', '112153.080000', '112153.083000', '112153.086000', '112153.089000', '112153.092000', '112153.095000', '112153.098000', '112153.101000'], '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': [8548, 11851, 8172, 10452, 9823, 8690, 12135, 8523, 12160, 8552, 10931, 8452, 8490, 12164, 8348, 10580, 8061, 9783, 9635, 8233, 12146, 8053, 9977, 7737, 9223, 8865, 8257, 11080, 8207, 10349, 7729, 9277, 8953, 8228, 10970, 8173, 10923, 7777, 10122, 9779, 8093, 11734, 8192, 11160, 8422, 9483, 9962, 8033, 11184, 7713, 10489, 9008, 9481, 13470, 7988, 11289, 7835, 10108, 10158, 8255, 12492, 8172, 11067, 7775, 9452, 10667, 8334, 12457, 8066, 11391, 7713, 10236, 9214, 8040, 11832, 7983, 11273, 8016, 9637, 10613, 8057, 11472, 7794, 10407, 9836, 8471, 11728, 7788, 10246, 7336, 8502, 11684, 7767, 10538, 7229, 9701, 9577, 7853, 10480, 7544, 10532, 7847, 8692, 12518, 7744, 10883, 7567, 10589, 12151, 8759, 12450, 7885, 10697, 7816, 9030, 12207, 7989, 10903, 7548, 9802, 9406, 7764, 11382, 8009, 10701, 7984, 8951, 12695, 7938, 11004, 8037, 10315, 9730, 8210, 11843, 8114, 10273, 8601, 8912, 12387, 8192, 11557, 7808, 10025, 8108, 8212, 12028, 8322, 10913, 8097, 9312, 9894, 8094, 11522, 8083, 10492, 7980, 8980, 12722, 8360, 10696, 8108, 10302, 9582, 8247, 12193, 8213, 10615, 7882, 9617, 13079, 8461, 11899, 8392, 10133, 7864, 9408, 11725, 8378, 11477, 8035, 9802, 9516, 8123, 12176, 8166, 9917, 7915, 9364, 12869, 8318, 11255, 8154, 9846, 7784, 8415, 11626, 8441, 10677, 7654, 9222, 11118, 8260, 10791, 7603, 9393, 12522, 7957, 9734, 8068, 8178, 11337, 7953, 9524, 8071, 7691, 10225, 7664, 9436, 8356, 7882, 10896, 7615, 9800, 7919, 8273, 11090, 8027, 11091, 8224, 8730, 12456, 8384, 11653, 8628, 9819, 12982, 7861, 11125, 9467, 8165, 11821, 7797, 10182, 7875, 8053, 11793, 7544, 9772, 11243, 8032, 11082, 7667, 10113, 9288, 8091, 11636, 7904, 10122, 8634, 8156, 11607, 7651, 9973, 13451, 8219, 11177, 7553, 9865, 12550, 7745, 10007, 8193, 8028, 11477, 7853, 10059, 8020, 7698, 10986, 7698, 10098, 7901, 8520, 11735, 7834, 9770, 7552, 9006, 13569, 8361, 11518, 7512, 9829, 12574, 7988, 10705, 8299, 9529, 10012, 7825, 11379, 7869, 9699, 8702, 8201, 11854, 8098, 10529, 7547, 9410, 11288, 8294, 11924, 8207, 11158, 8155, 8760, 12503, 8490, 11563, 8254, 11293, 7921, 9039, 12351, 8590, 11169, 8543, 10028, 11173, 8137, 11739, 7893, 9648, 7928, 8284, 11953, 8413, 10737, 8228, 8924, 11368, 8070, 10808, 8122, 10420, 7679, 9440, 12967, 8437, 10687, 8285, 10222, 8185, 10142, 9951, 8436, 12205, 8397, 10463, 7961, 9444, 10304, 8509, 11214, 8366, 11433, 8145, 9744, 7815, 9947, 11388, 8554, 12770, 8808, 12138, 8136, 10001, 10121, 8510, 12804, 8360, 10216, 8248, 9978, 10999, 8261, 11883, 7958, 9361, 8829, 8250, 11275, 7976, 9848, 7460, 8092, 11562, 8471, 10247, 7539, 9020, 9538, 8039, 10524, 7896, 9723, 7601, 8283, 12230, 8142, 10127, 7681, 9820, 11350, 8134, 11807, 8035, 9806, 11499, 8398, 11532, 7881, 9793, 8442, 8065, 11960, 7771, 9957, 11851, 8087, 11371, 7777, 9514, 12792, 7699, 9745, 12402, 8009, 10088, 8080, 8423, 11376, 7442, 9506, 10088, 8127, 11294, 7638, 9614, 12621, 7803, 10569, 8322, 9102, 12425, 7907, 10745, 8344, 8107, 12115, 7945, 10311, 8320, 8040, 11566, 7623, 9754, 12754, 7766, 9831, 9312, 7746, 10585, 7607, 9154, 9547, 7785, 10617, 7740, 10198, 8358, 8441, 12976, 8188, 11180, 7456, 9964, 14214, 8379, 12376, 8998, 9881, 11100, 7740, 12036, 7705, 9826, 13909, 8226, 8867, 8573, 13481, 8552, 8849, 12750, 7714, 9598, 12336, 7665, 9385, 7579, 7841, 11533, 7599, 9677, 7875, 8640, 11600, 7474, 10329, 10190, 8215, 11604, 7621, 10458, 10106, 7801, 12101, 8395, 9448, 10957, 7814, 10637, 8003, 8079, 12130, 7445, 9704, 9867, 7880, 11188, 7463, 9424, 12841, 8021, 10698, 7275, 9510, 11942, 7483, 9392, 12015, 7857, 9610, 11940, 7729, 9454, 8503, 7646, 10664, 7616, 9389, 7992, 10271, 13366, 7803, 10168, 12111, 7933, 10584, 7783, 8209, 11293, 7365, 9469, 7927, 8730, 10060, 7960, 10870, 7741, 10779, 8272, 9345, 14231, 9092, 12932, 7800, 10010, 14107, 8162, 11693, 9425, 8312, 12596, 7542, 10150, 8128, 7802, 11435, 7216, 9968, 9024, 7941, 11482, 7779, 11042, 7638, 9486, 11852, 7644, 10721, 7736, 10116, 8631, 8629, 11913, 7836, 10365, 13357, 8142, 11427, 7734, 9452, 12199, 7616, 10743, 7335, 9210, 12083, 7641, 10966, 7447, 9597, 7855, 8160, 11283, 8157, 10081, 8384, 8616, 12175, 8161, 10634, 7483, 9331, 13174, 8006, 11772, 7885, 10185, 8017, 8398, 11843, 7936, 10983, 8181, 9835, 8548, 8236, 11592, 8233, 10918, 9137, 9441, 13521, 8173, 11874, 8519, 10003, 10638, 8463, 11426, 8381, 10649, 7817, 9614, 11880, 8005, 12320, 8409, 9781, 10094, 8722, 13093, 8021, 10664, 8250, 8220, 11573, 7799, 11215, 7798, 9549, 8276, 7633, 11418, 7988, 11475, 8695, 9344, 14234, 8228, 11830, 7729, 10681, 9606, 8411, 12943, 7841, 11670, 8803, 9122, 12944, 7571, 11668, 7546, 10071, 10935, 8737, 13067, 7929, 10546, 7784, 8948, 11815, 8047, 12044, 7789, 10867, 7897, 8339, 12026, 7964, 11600, 7359, 10245, 8711, 7704, 11642, 7789, 10843, 8620, 9154, 11286, 7674, 11685, 7678, 10386, 9511, 9077, 13233, 7840, 12045, 7871, 9054, 12439, 8058, 11861, 7583, 10727, 7843, 8112, 11692, 7990, 11446, 7669, 10910, 7422, 9231, 8235, 8253, 12706, 8107, 11665, 7706, 11795, 8127, 11367, 7806, 9974, 9920, 8289, 12113, 8135, 11629, 7265, 9746, 9707, 7711, 11738, 7896, 10903, 7958, 8658, 11529, 7520, 10565, 7375, 9581, 11140, 7914, 11683, 7428, 9848, 7888, 8176, 11893, 7785, 11851, 7431, 9725, 10345, 7909, 11801, 7860, 11348, 8400, 9601, 12472, 7740, 10924, 8230, 9629, 11537, 8141, 11823, 7738, 10288, 7879, 9479, 13790, 8255, 11986, 7470, 10246, 12561, 8342, 12285, 7545, 10303, 7370, 9460, 11385, 8074, 11911, 8063, 11166, 8368, 9582, 13773, 8493, 11950, 7792, 10149, 8471, 8594, 11584, 8333, 11653, 8776, 10473, 9177, 7999, 12227, 8036, 11069, 8516, 9561, 12866, 8075, 11614, 7618, 9330, 9848, 8312, 11790, 8082, 10687, 7439, 9086, 11293, 8404, 11605, 8138, 11221, 7736, 9599, 12459, 8318, 11626, 8433, 9924, 11006, 8382, 12584, 8019, 10607, 7518, 8982, 11983, 8452, 11754, 7684, 10228, 8523, 8279, 11504, 8268, 11708, 7768, 10222], 'WindowCenter': [4352.0, 4376.0, 4313.0, 4340.0, 4315.0, 4307.0, 4335.0, 4295.0, 4334.0, 4292.0, 4323.0, 4280.0, 4293.0, 4330.0, 4292.0, 4311.0, 4281.0, 4313.0, 4301.0, 4293.0, 4332.0, 4282.0, 4313.0, 4282.0, 4302.0, 4302.0, 4293.0, 4323.0, 4294.0, 4324.0, 4285.0, 4315.0, 4304.0, 4296.0, 4325.0, 4306.0, 4336.0, 4284.0, 4325.0, 4314.0, 4294.0, 4335.0, 4306.0, 4337.0, 4295.0, 4315.0, 4314.0, 4294.0, 4324.0, 4283.0, 4325.0, 4305.0, 4315.0, 4343.0, 4293.0, 4324.0, 4282.0, 4325.0, 4314.0, 4295.0, 4334.0, 4294.0, 4323.0, 4281.0, 4314.0, 4324.0, 4293.0, 4332.0, 4283.0, 4322.0, 4281.0, 4313.0, 4300.0, 4283.0, 4332.0, 4282.0, 4323.0, 4281.0, 4313.0, 4311.0, 4282.0, 4321.0, 4281.0, 4324.0, 4302.0, 4292.0, 4320.0, 4270.0, 4311.0, 4269.0, 4293.0, 4320.0, 4281.0, 4324.0, 4272.0, 4313.0, 4301.0, 4293.0, 4323.0, 4285.0, 4325.0, 4293.0, 4305.0, 4334.0, 4282.0, 4323.0, 4283.0, 4326.0, 4334.0, 4304.0, 4332.0, 4282.0, 4312.0, 4270.0, 4303.0, 4335.0, 4294.0, 4324.0, 4282.0, 4315.0, 4303.0, 4283.0, 4332.0, 4293.0, 4325.0, 4294.0, 4304.0, 4333.0, 4283.0, 4337.0, 4295.0, 4326.0, 4302.0, 4294.0, 4321.0, 4281.0, 4314.0, 4291.0, 4303.0, 4332.0, 4293.0, 4322.0, 4282.0, 4314.0, 4281.0, 4291.0, 4332.0, 4293.0, 4324.0, 4282.0, 4303.0, 4300.0, 4282.0, 4321.0, 4282.0, 4325.0, 4281.0, 4303.0, 4332.0, 4291.0, 4312.0, 4282.0, 4314.0, 4301.0, 4293.0, 4331.0, 4292.0, 4312.0, 4281.0, 4304.0, 4334.0, 4282.0, 4322.0, 4281.0, 4312.0, 4282.0, 4303.0, 4320.0, 4281.0, 4323.0, 4281.0, 4313.0, 4302.0, 4281.0, 4322.0, 4281.0, 4313.0, 4282.0, 4303.0, 4332.0, 4293.0, 4322.0, 4282.0, 4313.0, 4282.0, 4294.0, 4324.0, 4293.0, 4312.0, 4281.0, 4303.0, 4322.0, 4293.0, 4324.0, 4283.0, 4314.0, 4333.0, 4283.0, 4315.0, 4282.0, 4306.0, 4322.0, 4293.0, 4315.0, 4282.0, 4284.0, 4324.0, 4295.0, 4316.0, 4295.0, 4296.0, 4324.0, 4296.0, 4326.0, 4296.0, 4308.0, 4336.0, 4296.0, 4337.0, 4294.0, 4307.0, 4347.0, 4307.0, 4336.0, 4304.0, 4315.0, 4343.0, 4295.0, 4335.0, 4303.0, 4295.0, 4335.0, 4284.0, 4325.0, 4282.0, 4294.0, 4332.0, 4283.0, 4326.0, 4334.0, 4295.0, 4335.0, 4284.0, 4326.0, 4303.0, 4295.0, 4336.0, 4285.0, 4314.0, 4292.0, 4294.0, 4333.0, 4281.0, 4315.0, 4346.0, 4294.0, 4323.0, 4282.0, 4314.0, 4332.0, 4282.0, 4313.0, 4293.0, 4294.0, 4324.0, 4282.0, 4313.0, 4281.0, 4283.0, 4323.0, 4283.0, 4324.0, 4282.0, 4304.0, 4333.0, 4283.0, 4315.0, 4296.0, 4317.0, 4343.0, 4294.0, 4333.0, 4272.0, 4314.0, 4332.0, 4295.0, 4326.0, 4294.0, 4314.0, 4313.0, 4284.0, 4324.0, 4282.0, 4314.0, 4292.0, 4294.0, 4334.0, 4283.0, 4325.0, 4283.0, 4304.0, 4323.0, 4294.0, 4324.0, 4293.0, 4325.0, 4282.0, 4293.0, 4332.0, 4304.0, 4323.0, 4282.0, 4324.0, 4270.0, 4292.0, 4321.0, 4279.0, 4312.0, 4280.0, 4300.0, 4310.0, 4271.0, 4319.0, 4269.0, 4300.0, 4269.0, 4280.0, 4319.0, 4280.0, 4312.0, 4280.0, 4291.0, 4309.0, 4270.0, 4310.0, 4280.0, 4311.0, 4271.0, 4302.0, 4331.0, 4281.0, 4312.0, 4293.0, 4313.0, 4293.0, 4328.0, 4326.0, 4294.0, 4331.0, 4292.0, 4323.0, 4281.0, 4314.0, 4313.0, 4294.0, 4324.0, 4295.0, 4323.0, 4284.0, 4314.0, 4272.0, 4314.0, 4322.0, 4291.0, 4333.0, 4292.0, 4321.0, 4269.0, 4300.0, 4298.0, 4278.0, 4317.0, 4266.0, 4298.0, 4266.0, 4289.0, 4297.0, 4278.0, 4307.0, 4266.0, 4289.0, 4275.0, 4268.0, 4308.0, 4268.0, 4299.0, 4258.0, 4271.0, 4322.0, 4292.0, 4311.0, 4269.0, 4291.0, 4299.0, 4281.0, 4312.0, 4294.0, 4314.0, 4282.0, 4294.0, 4333.0, 4294.0, 4324.0, 4284.0, 4316.0, 4324.0, 4296.0, 4334.0, 4283.0, 4316.0, 4334.0, 4296.0, 4335.0, 4283.0, 4314.0, 4291.0, 4294.0, 4332.0, 4283.0, 4315.0, 4334.0, 4285.0, 4324.0, 4283.0, 4315.0, 4334.0, 4282.0, 4314.0, 4333.0, 4285.0, 4314.0, 4283.0, 4294.0, 4324.0, 4273.0, 4315.0, 4325.0, 4296.0, 4337.0, 4285.0, 4317.0, 4335.0, 4285.0, 4337.0, 4297.0, 4307.0, 4335.0, 4295.0, 4325.0, 4293.0, 4296.0, 4335.0, 4295.0, 4326.0, 4295.0, 4297.0, 4336.0, 4284.0, 4317.0, 4346.0, 4285.0, 4327.0, 4316.0, 4296.0, 4325.0, 4295.0, 4329.0, 4328.0, 4299.0, 4339.0, 4310.0, 4341.0, 4309.0, 4321.0, 4373.0, 4310.0, 4350.0, 4300.0, 4341.0, 4357.0, 4310.0, 4359.0, 4307.0, 4329.0, 4337.0, 4298.0, 4347.0, 4285.0, 4328.0, 4358.0, 4295.0, 4305.0, 4306.0, 4357.0, 4293.0, 4307.0, 4336.0, 4272.0, 4303.0, 4331.0, 4282.0, 4303.0, 4281.0, 4296.0, 4336.0, 4284.0, 4315.0, 4285.0, 4306.0, 4335.0, 4284.0, 4325.0, 4325.0, 4306.0, 4336.0, 4285.0, 4328.0, 4313.0, 4285.0, 4337.0, 4293.0, 4305.0, 4322.0, 4282.0, 4325.0, 4281.0, 4294.0, 4336.0, 4272.0, 4315.0, 4312.0, 4294.0, 4335.0, 4283.0, 4318.0, 4347.0, 4294.0, 4325.0, 4273.0, 4315.0, 4335.0, 4273.0, 4303.0, 4334.0, 4284.0, 4305.0, 4322.0, 4282.0, 4315.0, 4291.0, 4295.0, 4326.0, 4284.0, 4314.0, 4307.0, 4340.0, 4346.0, 4285.0, 4327.0, 4334.0, 4294.0, 4325.0, 4283.0, 4295.0, 4334.0, 4285.0, 4327.0, 4308.0, 4319.0, 4328.0, 4309.0, 4348.0, 4309.0, 4365.0, 4319.0, 4344.0, 4373.0, 4320.0, 4349.0, 4285.0, 4329.0, 4354.0, 4295.0, 4336.0, 4303.0, 4295.0, 4346.0, 4284.0, 4313.0, 4281.0, 4283.0, 4323.0, 4274.0, 4314.0, 4305.0, 4295.0, 4335.0, 4285.0, 4334.0, 4285.0, 4316.0, 4335.0, 4298.0, 4337.0, 4285.0, 4327.0, 4304.0, 4307.0, 4336.0, 4285.0, 4328.0, 4345.0, 4296.0, 4336.0, 4283.0, 4315.0, 4333.0, 4284.0, 4326.0, 4272.0, 4316.0, 4347.0, 4297.0, 4328.0, 4274.0, 4316.0, 4296.0, 4307.0, 4337.0, 4297.0, 4329.0, 4296.0, 4307.0, 4335.0, 4296.0, 4327.0, 4284.0, 4319.0, 4359.0, 4299.0, 4336.0, 4296.0, 4328.0, 4296.0, 4309.0, 4337.0, 4297.0, 4338.0, 4296.0, 4327.0, 4306.0, 4309.0, 4338.0, 4307.0, 4339.0, 4316.0, 4317.0, 4357.0, 4309.0, 4337.0, 4306.0, 4329.0, 4328.0, 4296.0, 4335.0, 4296.0, 4328.0, 4299.0, 4329.0, 4337.0, 4297.0, 4345.0, 4294.0, 4328.0, 4327.0, 4308.0, 4345.0, 4284.0, 4326.0, 4293.0, 4295.0, 4337.0, 4309.0, 4349.0, 4298.0, 4316.0, 4294.0, 4287.0, 4335.0, 4298.0, 4351.0, 4306.0, 4318.0, 4356.0, 4296.0, 4335.0, 4284.0, 4326.0, 4302.0, 4294.0, 4335.0, 4283.0, 4324.0, 4292.0, 4303.0, 4332.0, 4272.0, 4323.0, 4271.0, 4314.0, 4312.0, 4294.0, 4332.0, 4281.0, 4313.0, 4271.0, 4304.0, 4337.0, 4296.0, 4335.0, 4272.0, 4324.0, 4272.0, 4294.0, 4334.0, 4283.0, 4323.0, 4261.0, 4312.0, 4291.0, 4274.0, 4323.0, 4283.0, 4325.0, 4294.0, 4305.0, 4323.0, 4286.0, 4334.0, 4283.0, 4315.0, 4316.0, 4305.0, 4335.0, 4284.0, 4335.0, 4282.0, 4305.0, 4335.0, 4296.0, 4335.0, 4284.0, 4325.0, 4283.0, 4285.0, 4337.0, 4296.0, 4335.0, 4284.0, 4326.0, 4273.0, 4317.0, 4294.0, 4309.0, 4348.0, 4310.0, 4338.0, 4299.0, 4348.0, 4296.0, 4335.0, 4286.0, 4315.0, 4313.0, 4295.0, 4336.0, 4284.0, 4324.0, 4273.0, 4315.0, 4313.0, 4285.0, 4334.0, 4283.0, 4313.0, 4282.0, 4294.0, 4322.0, 4272.0, 4312.0, 4273.0, 4315.0, 4323.0, 4285.0, 4322.0, 4273.0, 4314.0, 4282.0, 4295.0, 4335.0, 4285.0, 4336.0, 4273.0, 4315.0, 4313.0, 4285.0, 4335.0, 4284.0, 4325.0, 4284.0, 4304.0, 4334.0, 4271.0, 4325.0, 4293.0, 4315.0, 4323.0, 4285.0, 4324.0, 4273.0, 4314.0, 4282.0, 4316.0, 4344.0, 4294.0, 4324.0, 4274.0, 4327.0, 4334.0, 4293.0, 4334.0, 4273.0, 4313.0, 4272.0, 4315.0, 4336.0, 4295.0, 4335.0, 4295.0, 4337.0, 4295.0, 4316.0, 4344.0, 4294.0, 4324.0, 4283.0, 4314.0, 4282.0, 4294.0, 4325.0, 4294.0, 4326.0, 4292.0, 4314.0, 4292.0, 4282.0, 4321.0, 4269.0, 4313.0, 4291.0, 4303.0, 4322.0, 4271.0, 4312.0, 4272.0, 4303.0, 4299.0, 4281.0, 4322.0, 4281.0, 4313.0, 4271.0, 4305.0, 4323.0, 4296.0, 4324.0, 4284.0, 4324.0, 4272.0, 4305.0, 4332.0, 4283.0, 4324.0, 4283.0, 4303.0, 4311.0, 4282.0, 4321.0, 4283.0, 4312.0, 4260.0, 4293.0, 4322.0, 4295.0, 4334.0, 4272.0, 4313.0, 4292.0, 4292.0, 4324.0, 4294.0, 4335.0, 4272.0, 4313.0], 'WindowWidth': [9627.0, 9646.0, 9551.0, 9582.0, 9539.0, 9528.0, 9565.0, 9508.0, 9563.0, 9500.0, 9544.0, 9482.0, 9504.0, 9549.0, 9501.0, 9524.0, 9484.0, 9530.0, 9511.0, 9503.0, 9555.0, 9489.0, 9531.0, 9487.0, 9515.0, 9513.0, 9506.0, 9544.0, 9506.0, 9546.0, 9495.0, 9537.0, 9520.0, 9513.0, 9550.0, 9526.0, 9567.0, 9495.0, 9551.0, 9533.0, 9509.0, 9565.0, 9529.0, 9571.0, 9510.0, 9538.0, 9534.0, 9508.0, 9547.0, 9490.0, 9552.0, 9523.0, 9537.0, 9573.0, 9505.0, 9547.0, 9486.0, 9549.0, 9533.0, 9509.0, 9561.0, 9506.0, 9544.0, 9485.0, 9534.0, 9547.0, 9505.0, 9556.0, 9490.0, 9541.0, 9484.0, 9529.0, 9509.0, 9490.0, 9555.0, 9488.0, 9544.0, 9484.0, 9530.0, 9523.0, 9486.0, 9538.0, 9483.0, 9545.0, 9511.0, 9501.0, 9534.0, 9469.0, 9525.0, 9465.0, 9502.0, 9536.0, 9485.0, 9545.0, 9474.0, 9531.0, 9513.0, 9504.0, 9543.0, 9497.0, 9553.0, 9503.0, 9522.0, 9559.0, 9490.0, 9544.0, 9490.0, 9554.0, 9560.0, 9520.0, 9554.0, 9486.0, 9528.0, 9466.0, 9515.0, 9563.0, 9509.0, 9549.0, 9488.0, 9536.0, 9517.0, 9489.0, 9556.0, 9505.0, 9551.0, 9507.0, 9521.0, 9556.0, 9490.0, 9569.0, 9513.0, 9551.0, 9512.0, 9506.0, 9539.0, 9482.0, 9531.0, 9498.0, 9517.0, 9556.0, 9503.0, 9541.0, 9487.0, 9530.0, 9483.0, 9499.0, 9555.0, 9505.0, 9547.0, 9487.0, 9515.0, 9507.0, 9485.0, 9538.0, 9489.0, 9548.0, 9482.0, 9516.0, 9553.0, 9496.0, 9527.0, 9487.0, 9533.0, 9511.0, 9503.0, 9551.0, 9500.0, 9528.0, 9482.0, 9518.0, 9560.0, 9487.0, 9541.0, 9485.0, 9526.0, 9487.0, 9516.0, 9534.0, 9484.0, 9540.0, 9483.0, 9530.0, 9513.0, 9486.0, 9540.0, 9485.0, 9529.0, 9486.0, 9518.0, 9553.0, 9503.0, 9540.0, 9486.0, 9530.0, 9489.0, 9508.0, 9546.0, 9503.0, 9527.0, 9484.0, 9517.0, 9541.0, 9504.0, 9549.0, 9489.0, 9535.0, 9555.0, 9490.0, 9535.0, 9487.0, 9528.0, 9543.0, 9505.0, 9537.0, 9487.0, 9494.0, 9548.0, 9511.0, 9540.0, 9510.0, 9514.0, 9547.0, 9513.0, 9555.0, 9514.0, 9533.0, 9569.0, 9514.0, 9569.0, 9507.0, 9528.0, 9585.0, 9530.0, 9569.0, 9519.0, 9537.0, 9571.0, 9508.0, 9565.0, 9517.0, 9509.0, 9565.0, 9493.0, 9550.0, 9486.0, 9507.0, 9555.0, 9491.0, 9553.0, 9562.0, 9510.0, 9563.0, 9493.0, 9552.0, 9516.0, 9509.0, 9568.0, 9494.0, 9534.0, 9499.0, 9506.0, 9559.0, 9485.0, 9535.0, 9580.0, 9507.0, 9545.0, 9487.0, 9533.0, 9553.0, 9485.0, 9532.0, 9505.0, 9507.0, 9546.0, 9487.0, 9530.0, 9483.0, 9490.0, 9543.0, 9491.0, 9548.0, 9487.0, 9519.0, 9556.0, 9490.0, 9536.0, 9514.0, 9543.0, 9575.0, 9506.0, 9557.0, 9474.0, 9532.0, 9555.0, 9511.0, 9553.0, 9509.0, 9534.0, 9530.0, 9493.0, 9545.0, 9488.0, 9535.0, 9501.0, 9508.0, 9561.0, 9491.0, 9547.0, 9489.0, 9520.0, 9544.0, 9506.0, 9547.0, 9502.0, 9551.0, 9485.0, 9502.0, 9555.0, 9520.0, 9545.0, 9487.0, 9545.0, 9467.0, 9500.0, 9537.0, 9479.0, 9527.0, 9479.0, 9506.0, 9517.0, 9467.0, 9531.0, 9463.0, 9508.0, 9463.0, 9481.0, 9532.0, 9481.0, 9527.0, 9480.0, 9494.0, 9514.0, 9467.0, 9522.0, 9482.0, 9525.0, 9468.0, 9512.0, 9548.0, 9485.0, 9529.0, 9503.0, 9531.0, 9506.0, 9560.0, 9554.0, 9506.0, 9553.0, 9501.0, 9545.0, 9485.0, 9535.0, 9530.0, 9506.0, 9547.0, 9509.0, 9545.0, 9492.0, 9533.0, 9472.0, 9532.0, 9538.0, 9497.0, 9555.0, 9497.0, 9537.0, 9464.0, 9507.0, 9498.0, 9473.0, 9523.0, 9453.0, 9500.0, 9453.0, 9489.0, 9496.0, 9472.0, 9511.0, 9453.0, 9487.0, 9464.0, 9458.0, 9515.0, 9459.0, 9502.0, 9445.0, 9467.0, 9540.0, 9502.0, 9522.0, 9463.0, 9496.0, 9502.0, 9482.0, 9527.0, 9505.0, 9532.0, 9486.0, 9507.0, 9556.0, 9506.0, 9545.0, 9492.0, 9539.0, 9545.0, 9510.0, 9560.0, 9490.0, 9538.0, 9558.0, 9512.0, 9564.0, 9489.0, 9532.0, 9497.0, 9506.0, 9555.0, 9491.0, 9538.0, 9557.0, 9494.0, 9546.0, 9492.0, 9537.0, 9560.0, 9487.0, 9532.0, 9558.0, 9493.0, 9532.0, 9489.0, 9505.0, 9544.0, 9477.0, 9537.0, 9550.0, 9512.0, 9568.0, 9495.0, 9541.0, 9563.0, 9497.0, 9571.0, 9516.0, 9530.0, 9563.0, 9507.0, 9550.0, 9503.0, 9511.0, 9565.0, 9509.0, 9553.0, 9507.0, 9514.0, 9566.0, 9493.0, 9542.0, 9581.0, 9495.0, 9554.0, 9536.0, 9513.0, 9549.0, 9511.0, 9564.0, 9562.0, 9522.0, 9575.0, 9539.0, 9583.0, 9535.0, 9558.0, 9630.0, 9540.0, 9592.0, 9523.0, 9583.0, 9600.0, 9539.0, 9605.0, 9528.0, 9561.0, 9567.0, 9516.0, 9581.0, 9495.0, 9558.0, 9599.0, 9508.0, 9521.0, 9528.0, 9599.0, 9502.0, 9528.0, 9564.0, 9472.0, 9515.0, 9548.0, 9487.0, 9517.0, 9485.0, 9514.0, 9568.0, 9494.0, 9535.0, 9494.0, 9525.0, 9563.0, 9494.0, 9552.0, 9549.0, 9525.0, 9564.0, 9496.0, 9557.0, 9530.0, 9498.0, 9568.0, 9502.0, 9520.0, 9540.0, 9488.0, 9549.0, 9485.0, 9505.0, 9564.0, 9476.0, 9534.0, 9526.0, 9507.0, 9562.0, 9491.0, 9546.0, 9582.0, 9508.0, 9548.0, 9478.0, 9538.0, 9562.0, 9477.0, 9518.0, 9559.0, 9492.0, 9520.0, 9541.0, 9488.0, 9535.0, 9499.0, 9512.0, 9553.0, 9496.0, 9534.0, 9531.0, 9577.0, 9578.0, 9497.0, 9556.0, 9562.0, 9506.0, 9548.0, 9489.0, 9510.0, 9560.0, 9499.0, 9559.0, 9532.0, 9549.0, 9559.0, 9538.0, 9588.0, 9539.0, 9621.0, 9551.0, 9591.0, 9630.0, 9549.0, 9587.0, 9495.0, 9560.0, 9588.0, 9508.0, 9567.0, 9515.0, 9509.0, 9578.0, 9493.0, 9529.0, 9483.0, 9489.0, 9541.0, 9477.0, 9534.0, 9520.0, 9510.0, 9563.0, 9495.0, 9561.0, 9494.0, 9539.0, 9564.0, 9520.0, 9568.0, 9496.0, 9555.0, 9520.0, 9528.0, 9565.0, 9497.0, 9559.0, 9576.0, 9512.0, 9565.0, 9489.0, 9534.0, 9556.0, 9491.0, 9549.0, 9474.0, 9537.0, 9579.0, 9516.0, 9556.0, 9479.0, 9538.0, 9509.0, 9528.0, 9567.0, 9513.0, 9561.0, 9512.0, 9528.0, 9563.0, 9512.0, 9554.0, 9495.0, 9547.0, 9599.0, 9518.0, 9565.0, 9511.0, 9558.0, 9511.0, 9531.0, 9568.0, 9516.0, 9570.0, 9513.0, 9555.0, 9523.0, 9532.0, 9569.0, 9527.0, 9575.0, 9539.0, 9540.0, 9595.0, 9533.0, 9567.0, 9523.0, 9560.0, 9559.0, 9513.0, 9562.0, 9511.0, 9555.0, 9519.0, 9560.0, 9566.0, 9513.0, 9576.0, 9506.0, 9557.0, 9557.0, 9530.0, 9575.0, 9492.0, 9550.0, 9500.0, 9507.0, 9568.0, 9537.0, 9591.0, 9517.0, 9538.0, 9506.0, 9501.0, 9562.0, 9518.0, 9592.0, 9525.0, 9545.0, 9593.0, 9509.0, 9561.0, 9491.0, 9551.0, 9512.0, 9504.0, 9561.0, 9487.0, 9544.0, 9498.0, 9514.0, 9553.0, 9470.0, 9538.0, 9467.0, 9532.0, 9526.0, 9504.0, 9551.0, 9481.0, 9528.0, 9469.0, 9518.0, 9568.0, 9512.0, 9561.0, 9472.0, 9544.0, 9469.0, 9503.0, 9559.0, 9488.0, 9541.0, 9455.0, 9524.0, 9494.0, 9476.0, 9541.0, 9488.0, 9550.0, 9504.0, 9523.0, 9541.0, 9495.0, 9557.0, 9489.0, 9536.0, 9538.0, 9522.0, 9562.0, 9491.0, 9559.0, 9485.0, 9521.0, 9562.0, 9512.0, 9561.0, 9490.0, 9547.0, 9485.0, 9494.0, 9568.0, 9513.0, 9561.0, 9492.0, 9549.0, 9477.0, 9539.0, 9504.0, 9535.0, 9585.0, 9536.0, 9571.0, 9522.0, 9587.0, 9513.0, 9562.0, 9495.0, 9535.0, 9528.0, 9508.0, 9563.0, 9491.0, 9543.0, 9474.0, 9534.0, 9529.0, 9495.0, 9559.0, 9488.0, 9527.0, 9483.0, 9503.0, 9537.0, 9473.0, 9526.0, 9476.0, 9535.0, 9541.0, 9492.0, 9539.0, 9476.0, 9532.0, 9486.0, 9508.0, 9563.0, 9493.0, 9563.0, 9474.0, 9535.0, 9527.0, 9492.0, 9561.0, 9491.0, 9548.0, 9488.0, 9517.0, 9558.0, 9471.0, 9546.0, 9503.0, 9535.0, 9543.0, 9493.0, 9544.0, 9473.0, 9531.0, 9486.0, 9536.0, 9572.0, 9505.0, 9546.0, 9477.0, 9554.0, 9560.0, 9502.0, 9557.0, 9474.0, 9529.0, 9473.0, 9536.0, 9562.0, 9508.0, 9560.0, 9508.0, 9567.0, 9509.0, 9537.0, 9573.0, 9504.0, 9544.0, 9487.0, 9532.0, 9486.0, 9504.0, 9546.0, 9506.0, 9552.0, 9498.0, 9530.0, 9497.0, 9484.0, 9535.0, 9464.0, 9527.0, 9497.0, 9513.0, 9538.0, 9467.0, 9524.0, 9471.0, 9514.0, 9504.0, 9481.0, 9537.0, 9482.0, 9525.0, 9471.0, 9522.0, 9543.0, 9509.0, 9545.0, 9491.0, 9547.0, 9474.0, 9520.0, 9553.0, 9487.0, 9545.0, 9487.0, 9515.0, 9523.0, 9485.0, 9537.0, 9487.0, 9526.0, 9453.0, 9500.0, 9541.0, 9506.0, 9560.0, 9470.0, 9527.0, 9497.0, 9499.0, 9545.0, 9505.0, 9562.0, 9472.0, 9529.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.00015051591657519212</td></tr>
<tr><td colspan=3>aqi</td><td>0.023261673326015364</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.304634312142866</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.182914351857141</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.972253390846154</td></tr>
<tr><td colspan=3>efc</td><td>0.4701</td></tr>
<tr><td colspan=3>fber</td><td>5366.98</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07422923551940777</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9879253567508233</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3271122902281385</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2964285816125125</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.490612031528273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.19429625754363</td></tr>
<tr><td colspan=3>gcor</td><td>0.00715954</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01563061773777008</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014519447460770607</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.062766262068483</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>36.0294</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8337</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.9624</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303417.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.9647</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6888</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.142</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3554.0323</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.5333</td></tr>
<tr><td colspan=3>tsnr</td><td>40.98722047638148</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>