<?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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-02/func/sub-0051_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>a4faea969bf2e5d080fec798bc5b504d</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>10:23:0.550000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999259, -0.0312791, 0.0224431, 0.0233744, 0.956165, 0.291892]</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.102837</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>[4136, -7789, -7247, 576, -45, -37, 38, 131]</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>255.414</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>110bce68-2fb3-43b8-946e-9eb91c4eb949||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809380054473877, 0.0627116933465004, 0.08259151130914688, 108.12759399414062], [0.08391955494880676, 2.565322160720825, 0.7861089706420898, -100.77798461914062], [0.060213182121515274, -0.7831261157989502, 2.581707000732422, -13.848033905029297], [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': ['102300.550000', '102301.010000', '102301.470000', '102301.930000', '102302.390000', '102302.850000', '102303.310000', '102303.770000', '102304.230000', '102304.690000', '102305.150000', '102305.610000', '102306.070000', '102306.530000', '102306.990000', '102307.450000', '102307.910000', '102308.370000', '102308.830000', '102309.290000', '102309.750000', '102310.210000', '102310.670000', '102311.130000', '102311.590000', '102312.050000', '102312.510000', '102312.970000', '102313.430000', '102313.890000', '102314.350000', '102314.810000', '102315.270000', '102315.730000', '102316.190000', '102316.650000', '102317.110000', '102317.570000', '102318.030000', '102318.490000', '102318.950000', '102319.410000', '102319.870000', '102320.330000', '102320.790000', '102321.250000', '102321.710000', '102322.170000', '102322.630000', '102323.090000', '102323.550000', '102324.010000', '102324.470000', '102324.930000', '102325.390000', '102325.850000', '102326.310000', '102326.770000', '102327.230000', '102327.690000', '102328.150000', '102328.610000', '102329.070000', '102329.530000', '102329.990000', '102330.450000', '102330.910000', '102331.370000', '102331.830000', '102332.290000', '102332.750000', '102333.210000', '102333.670000', '102334.130000', '102334.590000', '102335.050000', '102335.510000', '102335.970000', '102336.430000', '102336.890000', '102337.350000', '102337.810000', '102338.270000', '102338.730000', '102339.190000', '102339.650000', '102340.110000', '102340.570000', '102341.030000', '102341.490000', '102341.950000', '102342.410000', '102342.870000', '102343.330000', '102343.790000', '102344.250000', '102344.710000', '102345.170000', '102345.630000', '102346.090000', '102346.550000', '102347.010000', '102347.470000', '102347.930000', '102348.390000', '102348.850000', '102349.310000', '102349.770000', '102350.230000', '102350.690000', '102351.150000', '102351.610000', '102352.070000', '102352.530000', '102352.990000', '102353.450000', '102353.910000', '102354.370000', '102354.830000', '102355.290000', '102355.750000', '102356.210000', '102356.670000', '102357.130000', '102357.590000', '102358.050000', '102358.510000', '102358.970000', '102359.430000', '102359.890000', '102400.350000', '102400.810000', '102401.270000', '102401.730000', '102402.190000', '102402.650000', '102403.110000', '102403.570000', '102404.030000', '102404.490000', '102404.950000', '102405.410000', '102405.870000', '102406.330000', '102406.790000', '102407.250000', '102407.710000', '102408.170000', '102408.630000', '102409.090000', '102409.550000', '102410.010000', '102410.470000', '102410.930000', '102411.390000', '102411.850000', '102412.310000', '102412.770000', '102413.230000', '102413.690000', '102414.150000', '102414.610000', '102415.070000', '102415.530000', '102415.990000', '102416.450000', '102416.910000', '102417.370000', '102417.830000', '102418.290000', '102418.750000', '102419.210000', '102419.670000', '102420.130000', '102420.590000', '102421.050000', '102421.510000', '102421.970000', '102422.430000', '102422.890000', '102423.350000', '102423.810000', '102424.270000', '102424.730000', '102425.190000', '102425.650000', '102426.110000', '102426.570000', '102427.030000', '102427.490000', '102427.950000', '102428.410000', '102428.870000', '102429.330000', '102429.790000', '102430.250000', '102430.710000', '102431.170000', '102431.630000', '102432.090000', '102432.550000', '102433.010000', '102433.470000', '102433.930000', '102434.390000', '102434.850000', '102435.310000', '102435.770000', '102436.230000', '102436.690000', '102437.150000', '102437.610000', '102438.070000', '102438.530000', '102438.990000', '102439.450000', '102439.910000', '102440.370000', '102440.830000', '102441.290000', '102441.750000', '102442.210000', '102442.670000', '102443.130000', '102443.590000', '102444.050000', '102444.510000', '102444.970000', '102445.430000', '102445.890000', '102446.350000', '102446.810000', '102447.270000', '102447.730000', '102448.190000', '102448.650000', '102449.110000', '102449.570000', '102450.030000', '102450.490000', '102450.950000', '102451.410000', '102451.870000', '102452.330000', '102452.790000', '102453.250000', '102453.710000', '102454.170000', '102454.630000', '102455.090000', '102455.550000', '102456.010000', '102456.470000', '102456.930000', '102457.390000', '102457.850000', '102458.310000', '102458.770000', '102459.230000', '102459.690000', '102500.150000', '102500.610000', '102501.070000', '102501.530000', '102501.990000', '102502.450000', '102502.910000', '102503.370000', '102503.830000', '102504.290000', '102504.750000', '102505.210000', '102505.670000', '102506.130000', '102506.590000', '102507.050000', '102507.510000', '102507.970000', '102508.430000', '102508.890000', '102509.350000', '102509.810000', '102510.270000', '102510.730000', '102511.190000', '102511.650000', '102512.110000', '102512.570000', '102513.030000', '102513.490000', '102513.950000', '102514.410000', '102514.870000', '102515.330000', '102515.790000', '102516.250000', '102516.710000', '102517.170000', '102517.630000', '102518.090000', '102518.550000', '102519.010000', '102519.470000', '102519.930000', '102520.390000', '102520.850000', '102521.310000', '102521.770000', '102522.230000', '102522.690000', '102523.150000', '102523.610000', '102524.070000', '102524.530000', '102524.990000', '102525.450000', '102525.910000', '102526.370000', '102526.830000', '102527.290000', '102527.750000', '102528.210000', '102528.670000', '102529.130000', '102529.590000', '102530.050000', '102530.510000', '102530.970000', '102531.430000', '102531.890000', '102532.350000', '102532.810000', '102533.270000', '102533.730000', '102534.190000', '102534.650000', '102535.110000', '102535.570000', '102536.030000', '102536.490000', '102536.950000', '102537.410000', '102537.870000', '102538.330000', '102538.790000', '102539.250000', '102539.710000', '102540.170000', '102540.630000', '102541.090000', '102541.550000', '102542.010000', '102542.470000', '102542.930000', '102543.390000', '102543.850000', '102544.310000', '102544.770000', '102545.230000', '102545.690000', '102546.150000', '102546.610000', '102547.070000', '102547.530000', '102547.990000', '102548.450000', '102548.910000', '102549.370000', '102549.830000', '102550.290000', '102550.750000', '102551.210000', '102551.670000', '102552.130000', '102552.590000', '102553.050000', '102553.510000', '102553.970000', '102554.430000', '102554.890000', '102555.350000', '102555.810000', '102556.270000', '102556.730000', '102557.190000', '102557.650000', '102558.110000', '102558.570000', '102559.030000', '102559.490000', '102559.950000', '102600.410000', '102600.870000', '102601.330000', '102601.790000', '102602.250000', '102602.710000', '102603.170000', '102603.630000', '102604.090000', '102604.550000', '102605.010000', '102605.470000', '102605.930000', '102606.390000', '102606.850000', '102607.310000', '102607.770000', '102608.230000', '102608.690000', '102609.150000', '102609.610000', '102610.070000', '102610.530000', '102610.990000', '102611.450000', '102611.910000', '102612.370000', '102612.830000', '102613.290000', '102613.750000', '102614.210000', '102614.670000', '102615.130000', '102615.590000', '102616.050000', '102616.510000', '102616.970000', '102617.430000', '102617.890000', '102618.350000', '102618.810000', '102619.270000', '102619.730000', '102620.190000', '102620.650000', '102621.110000', '102621.570000', '102622.030000', '102622.490000', '102622.950000', '102623.410000', '102623.870000', '102624.330000', '102624.790000', '102625.250000', '102625.710000', '102626.170000', '102626.630000', '102627.090000', '102627.550000', '102628.010000', '102628.470000', '102628.930000', '102629.390000', '102629.850000', '102630.310000', '102630.770000', '102631.230000', '102631.690000', '102632.150000', '102632.610000', '102633.070000', '102633.530000', '102633.990000', '102634.450000', '102634.910000', '102635.370000', '102635.830000', '102636.290000', '102636.750000', '102637.210000', '102637.670000', '102638.130000', '102638.590000', '102639.050000', '102639.510000', '102639.970000', '102640.430000', '102640.890000', '102641.350000', '102641.810000', '102642.270000', '102642.730000', '102643.190000', '102643.650000', '102644.110000', '102644.570000', '102645.030000', '102645.490000', '102645.950000', '102646.410000', '102646.870000', '102647.330000', '102647.790000', '102648.250000', '102648.710000', '102649.170000', '102649.630000', '102650.090000', '102650.550000', '102651.010000', '102651.470000', '102651.930000', '102652.390000', '102652.850000', '102653.310000', '102653.770000', '102654.230000', '102654.690000', '102655.150000', '102655.610000', '102656.070000', '102656.530000', '102656.990000', '102657.450000', '102657.910000', '102658.370000', '102658.830000', '102659.290000', '102659.750000', '102700.210000', '102700.670000', '102701.130000', '102701.590000', '102702.050000', '102702.510000', '102702.970000', '102703.430000', '102703.890000', '102704.350000', '102704.810000', '102705.270000', '102705.730000', '102706.190000', '102706.650000', '102707.110000', '102707.570000', '102708.030000', '102708.490000', '102708.950000', '102709.410000', '102709.870000', '102710.330000', '102710.790000', '102711.250000', '102711.710000', '102712.170000', '102712.630000', '102713.090000', '102713.550000', '102714.010000', '102714.470000', '102714.930000', '102715.390000', '102715.850000', '102716.310000', '102716.770000', '102717.230000', '102717.690000', '102718.150000', '102718.610000', '102719.070000', '102719.530000', '102719.990000', '102720.450000', '102720.910000', '102721.370000', '102721.830000', '102722.290000', '102722.750000', '102723.210000', '102723.670000', '102724.130000', '102724.590000', '102725.050000', '102725.510000', '102725.970000', '102726.430000', '102726.890000', '102727.350000', '102727.810000', '102728.270000', '102728.730000', '102729.190000', '102729.650000', '102730.110000', '102730.570000', '102731.030000', '102731.490000', '102731.950000', '102732.410000', '102732.870000', '102733.330000', '102733.790000', '102734.250000', '102734.710000', '102735.170000', '102735.630000', '102736.090000', '102736.550000', '102737.010000', '102737.470000', '102737.930000', '102738.390000', '102738.850000', '102739.310000', '102739.770000', '102740.230000', '102740.690000', '102741.150000', '102741.610000', '102742.070000', '102742.530000', '102742.990000', '102743.450000', '102743.910000', '102744.370000', '102744.830000', '102745.290000', '102745.750000', '102746.210000', '102746.670000', '102747.130000', '102747.590000', '102748.050000', '102748.510000', '102748.970000', '102749.430000', '102749.890000', '102750.350000', '102750.810000', '102751.270000', '102751.730000', '102752.190000', '102752.650000', '102753.110000', '102753.570000', '102754.030000', '102754.490000', '102754.950000', '102755.410000', '102755.870000', '102756.330000', '102756.790000', '102757.250000', '102757.710000', '102758.170000', '102758.630000', '102759.090000', '102759.550000', '102800.010000', '102800.470000', '102800.930000', '102801.390000', '102801.850000', '102802.310000', '102802.770000', '102803.230000', '102803.690000', '102804.150000', '102804.610000', '102805.070000', '102805.530000', '102805.990000', '102806.450000', '102806.910000', '102807.370000', '102807.830000', '102808.290000', '102808.750000', '102809.210000', '102809.670000', '102810.130000', '102810.590000', '102811.050000', '102811.510000', '102811.970000', '102812.430000', '102812.890000', '102813.350000', '102813.810000', '102814.270000', '102814.730000', '102815.190000', '102815.650000', '102816.110000', '102816.570000', '102817.030000', '102817.490000', '102817.950000', '102818.410000', '102818.870000', '102819.330000', '102819.790000', '102820.250000', '102820.710000', '102821.170000', '102821.630000', '102822.090000', '102822.550000', '102823.010000', '102823.470000', '102823.930000', '102824.390000', '102824.850000', '102825.310000', '102825.770000', '102826.230000', '102826.690000', '102827.150000', '102827.610000', '102828.070000', '102828.530000', '102828.990000', '102829.450000', '102829.910000', '102830.370000', '102830.830000', '102831.290000', '102831.750000', '102832.210000', '102832.670000', '102833.130000', '102833.590000', '102834.050000', '102834.510000', '102834.970000', '102835.430000', '102835.890000', '102836.350000', '102836.810000', '102837.270000', '102837.730000', '102838.190000', '102838.650000', '102839.110000', '102839.570000', '102840.030000', '102840.490000', '102840.950000', '102841.410000', '102841.870000', '102842.330000', '102842.790000', '102843.250000', '102843.710000', '102844.170000', '102844.630000', '102845.090000', '102845.550000', '102846.010000', '102846.470000', '102846.930000', '102847.390000', '102847.850000', '102848.310000', '102848.770000', '102849.230000', '102849.690000', '102850.150000', '102850.610000', '102851.070000', '102851.530000', '102851.990000', '102852.450000', '102852.910000', '102853.370000', '102853.830000', '102854.290000', '102854.750000', '102855.210000', '102855.670000', '102856.130000', '102856.590000', '102857.050000', '102857.510000', '102857.970000', '102858.430000', '102858.890000', '102859.350000', '102859.810000', '102900.270000', '102900.730000', '102901.190000', '102901.650000', '102902.110000', '102902.570000', '102903.030000', '102903.490000', '102903.950000', '102904.410000', '102904.870000', '102905.330000', '102905.790000', '102906.250000', '102906.710000', '102907.170000', '102907.630000', '102908.090000', '102908.550000', '102909.010000', '102909.470000', '102909.930000', '102910.390000', '102910.850000', '102911.310000', '102911.770000', '102912.230000', '102912.690000', '102913.150000', '102913.610000', '102914.070000', '102914.530000', '102914.990000', '102915.450000', '102915.910000', '102916.370000', '102916.830000', '102917.290000', '102917.750000', '102918.210000', '102918.670000', '102919.130000', '102919.590000', '102920.050000', '102920.510000', '102920.970000', '102921.430000', '102921.890000', '102922.350000', '102922.810000', '102923.270000', '102923.730000', '102924.190000', '102924.650000', '102925.110000', '102925.570000', '102926.030000', '102926.490000', '102926.950000', '102927.410000', '102927.870000', '102928.330000', '102928.790000', '102929.250000', '102929.710000', '102930.170000', '102930.630000', '102931.090000', '102931.550000', '102932.010000', '102932.470000', '102932.930000', '102933.390000', '102933.850000', '102934.310000', '102934.770000', '102935.230000', '102935.690000', '102936.150000', '102936.610000', '102937.070000', '102937.530000', '102937.990000', '102938.450000', '102938.910000', '102939.370000', '102939.830000', '102940.290000', '102940.750000', '102941.210000', '102941.670000', '102942.130000', '102942.590000', '102943.050000', '102943.510000', '102943.970000', '102944.430000', '102944.890000', '102945.350000', '102945.810000', '102946.270000', '102946.730000', '102947.190000', '102947.650000', '102948.110000', '102948.570000', '102949.030000', '102949.490000', '102949.950000', '102950.410000', '102950.870000', '102951.330000', '102951.790000', '102952.250000', '102952.710000', '102953.170000', '102953.630000', '102954.090000', '102954.550000', '102955.010000', '102955.470000', '102955.930000', '102956.390000', '102956.850000', '102957.310000', '102957.770000', '102958.230000', '102958.690000', '102959.150000', '102959.610000', '103000.070000', '103000.530000'], 'ContentTime': ['102313.776000', '102313.780000', '102313.783000', '102313.785000', '102313.788000', '102313.791000', '102313.794000', '102313.804000', '102313.817000', '102313.819000', '102313.822000', '102313.824000', '102313.827000', '102313.830000', '102313.832000', '102313.835000', '102313.838000', '102313.840000', '102313.843000', '102313.845000', '102313.848000', '102313.851000', '102313.854000', '102313.856000', '102313.869000', '102313.872000', '102333.721000', '102333.724000', '102333.726000', '102333.729000', '102333.731000', '102333.734000', '102333.736000', '102333.739000', '102333.741000', '102333.749000', '102333.752000', '102333.754000', '102333.757000', '102333.759000', '102333.762000', '102333.765000', '102333.767000', '102333.770000', '102333.772000', '102333.775000', '102333.778000', '102333.780000', '102333.783000', '102333.785000', '102333.788000', '102333.790000', '102333.793000', '102333.795000', '102333.798000', '102333.801000', '102333.803000', '102333.806000', '102333.808000', '102333.811000', '102333.813000', '102333.816000', '102333.819000', '102333.821000', '102333.824000', '102333.826000', '102333.829000', '102333.831000', '102333.834000', '102333.836000', '102353.721000', '102353.723000', '102353.726000', '102353.728000', '102353.731000', '102353.733000', '102353.736000', '102353.739000', '102353.741000', '102353.744000', '102353.746000', '102353.749000', '102353.751000', '102353.754000', '102353.756000', '102353.759000', '102353.762000', '102353.764000', '102353.767000', '102353.769000', '102353.772000', '102353.774000', '102353.777000', '102353.779000', '102353.782000', '102353.784000', '102353.787000', '102353.790000', '102353.792000', '102353.795000', '102353.797000', '102353.800000', '102353.802000', '102353.805000', '102353.808000', '102353.810000', '102353.813000', '102353.815000', '102353.818000', '102353.820000', '102353.823000', '102353.825000', '102353.833000', '102413.721000', '102413.723000', '102413.726000', '102413.729000', '102413.731000', '102413.734000', '102413.736000', '102413.739000', '102413.741000', '102413.744000', '102413.746000', '102413.749000', '102413.751000', '102413.754000', '102413.757000', '102413.759000', '102413.762000', '102413.765000', '102413.767000', '102413.770000', '102413.772000', '102413.775000', '102413.777000', '102413.780000', '102413.782000', '102413.785000', '102413.787000', '102413.790000', '102413.793000', '102413.795000', '102413.798000', '102413.800000', '102413.803000', '102413.806000', '102413.808000', '102413.811000', '102413.813000', '102413.816000', '102413.818000', '102413.821000', '102413.823000', '102413.826000', '102413.829000', '102413.831000', '102433.720000', '102433.723000', '102433.726000', '102433.728000', '102433.731000', '102433.734000', '102433.736000', '102433.739000', '102433.741000', '102433.744000', '102433.746000', '102433.749000', '102433.752000', '102433.754000', '102433.757000', '102433.759000', '102433.762000', '102433.765000', '102433.767000', '102433.770000', '102433.772000', '102433.775000', '102433.777000', '102433.780000', '102433.783000', '102433.785000', '102433.788000', '102433.791000', '102433.793000', '102433.796000', '102433.798000', '102433.801000', '102433.803000', '102433.806000', '102433.808000', '102433.811000', '102433.814000', '102433.816000', '102433.819000', '102433.821000', '102433.824000', '102433.826000', '102433.829000', '102453.720000', '102453.723000', '102453.726000', '102453.729000', '102453.732000', '102453.735000', '102453.737000', '102453.740000', '102453.742000', '102453.745000', '102453.748000', '102453.750000', '102453.753000', '102453.755000', '102453.758000', '102453.761000', '102453.763000', '102453.766000', '102453.768000', '102453.771000', '102453.773000', '102453.776000', '102453.778000', '102453.781000', '102453.784000', '102453.786000', '102453.789000', '102453.792000', '102453.794000', '102453.797000', '102453.799000', '102453.802000', '102453.804000', '102453.807000', '102453.810000', '102453.812000', '102453.815000', '102453.817000', '102453.820000', '102453.822000', '102453.825000', '102453.828000', '102453.830000', '102453.833000', '102513.722000', '102513.724000', '102513.727000', '102513.730000', '102513.732000', '102513.735000', '102513.737000', '102513.740000', '102513.742000', '102513.745000', '102513.748000', '102513.750000', '102513.753000', '102513.755000', '102513.758000', '102513.761000', '102513.763000', '102513.766000', '102513.769000', '102513.771000', '102513.774000', '102513.776000', '102513.779000', '102513.782000', '102513.784000', '102513.787000', '102513.789000', '102513.792000', '102513.795000', '102513.797000', '102513.800000', '102513.802000', '102513.805000', '102513.807000', '102513.810000', '102513.812000', '102513.815000', '102513.818000', '102513.820000', '102513.823000', '102513.825000', '102513.828000', '102513.831000', '102533.722000', '102533.725000', '102533.728000', '102533.730000', '102533.733000', '102533.736000', '102533.738000', '102533.741000', '102533.743000', '102533.746000', '102533.748000', '102533.751000', '102533.754000', '102533.756000', '102533.759000', '102533.761000', '102533.764000', '102533.766000', '102533.769000', '102533.772000', '102533.774000', '102533.777000', '102533.779000', '102533.782000', '102533.785000', '102533.787000', '102533.790000', '102533.792000', '102533.795000', '102533.798000', '102533.800000', '102533.803000', '102533.805000', '102533.808000', '102533.810000', '102533.813000', '102533.816000', '102533.818000', '102533.831000', '102533.833000', '102533.836000', '102533.838000', '102533.841000', '102553.720000', '102553.723000', '102553.726000', '102553.728000', '102553.731000', '102553.734000', '102553.736000', '102553.739000', '102553.741000', '102553.744000', '102553.746000', '102553.749000', '102553.751000', '102553.754000', '102553.757000', '102553.759000', '102553.762000', '102553.764000', '102553.767000', '102553.769000', '102553.772000', '102553.774000', '102553.777000', '102553.780000', '102553.782000', '102553.785000', '102553.787000', '102553.790000', '102553.793000', '102553.795000', '102553.798000', '102553.800000', '102553.803000', '102553.805000', '102553.808000', '102553.810000', '102553.813000', '102553.816000', '102553.818000', '102553.821000', '102553.823000', '102553.826000', '102553.829000', '102553.831000', '102613.720000', '102613.723000', '102613.726000', '102613.729000', '102613.731000', '102613.734000', '102613.736000', '102613.739000', '102613.741000', '102613.744000', '102613.747000', '102613.749000', '102613.752000', '102613.754000', '102613.757000', '102613.759000', '102613.762000', '102613.765000', '102613.767000', '102613.770000', '102613.773000', '102613.776000', '102613.779000', '102613.781000', '102613.784000', '102613.786000', '102613.789000', '102613.791000', '102613.794000', '102613.797000', '102613.799000', '102613.802000', '102613.804000', '102613.807000', '102613.810000', '102613.812000', '102613.815000', '102613.817000', '102613.820000', '102613.822000', '102613.825000', '102613.828000', '102613.830000', '102633.721000', '102633.724000', '102633.726000', '102633.729000', '102633.731000', '102633.734000', '102633.737000', '102633.739000', '102633.742000', '102633.744000', '102633.747000', '102633.749000', '102633.752000', '102633.755000', '102633.757000', '102633.760000', '102633.762000', '102633.765000', '102633.768000', '102633.770000', '102633.773000', '102633.775000', '102633.778000', '102633.781000', '102633.783000', '102633.786000', '102633.788000', '102633.791000', '102633.793000', '102633.796000', '102633.799000', '102633.801000', '102633.804000', '102633.806000', '102633.809000', '102633.811000', '102633.814000', '102633.817000', '102633.819000', '102633.822000', '102633.824000', '102633.827000', '102633.830000', '102633.832000', '102653.721000', '102653.723000', '102653.726000', '102653.729000', '102653.731000', '102653.734000', '102653.736000', '102653.739000', '102653.741000', '102653.744000', '102653.747000', '102653.749000', '102653.752000', '102653.754000', '102653.757000', '102653.759000', '102653.762000', '102653.765000', '102653.767000', '102653.770000', '102653.773000', '102653.775000', '102653.778000', '102653.780000', '102653.783000', '102653.786000', '102653.788000', '102653.791000', '102653.793000', '102653.796000', '102653.799000', '102653.801000', '102653.804000', '102653.806000', '102653.809000', '102653.812000', '102653.814000', '102653.817000', '102653.819000', '102653.822000', '102653.824000', '102653.827000', '102653.829000', '102713.721000', '102713.723000', '102713.726000', '102713.729000', '102713.731000', '102713.734000', '102713.742000', '102713.745000', '102713.747000', '102713.750000', '102713.752000', '102713.755000', '102713.757000', '102713.760000', '102713.763000', '102713.765000', '102713.768000', '102713.770000', '102713.773000', '102713.776000', '102713.778000', '102713.781000', '102713.783000', '102713.786000', '102713.789000', '102713.791000', '102713.794000', '102713.796000', '102713.799000', '102713.802000', '102713.804000', '102713.807000', '102713.809000', '102713.812000', '102713.814000', '102713.817000', '102713.820000', '102713.822000', '102713.825000', '102713.827000', '102713.830000', '102713.833000', '102713.835000', '102713.838000', '102733.722000', '102733.725000', '102733.727000', '102733.730000', '102733.733000', '102733.735000', '102733.738000', '102733.740000', '102733.743000', '102733.745000', '102733.748000', '102733.750000', '102733.754000', '102733.757000', '102733.759000', '102733.762000', '102733.765000', '102733.767000', '102733.770000', '102733.773000', '102733.775000', '102733.778000', '102733.780000', '102733.783000', '102733.785000', '102733.788000', '102733.791000', '102733.793000', '102733.796000', '102733.798000', '102733.801000', '102733.804000', '102733.806000', '102733.809000', '102733.812000', '102733.815000', '102733.818000', '102733.820000', '102733.823000', '102733.826000', '102733.828000', '102733.831000', '102733.833000', '102753.722000', '102753.724000', '102753.727000', '102753.730000', '102753.732000', '102753.735000', '102753.738000', '102753.740000', '102753.743000', '102753.745000', '102753.748000', '102753.750000', '102753.753000', '102753.756000', '102753.758000', '102753.761000', '102753.763000', '102753.766000', '102753.768000', '102753.771000', '102753.774000', '102753.776000', '102753.779000', '102753.781000', '102753.784000', '102753.787000', '102753.789000', '102753.792000', '102753.794000', '102753.797000', '102753.799000', '102753.802000', '102753.805000', '102753.807000', '102753.810000', '102753.813000', '102753.815000', '102753.818000', '102753.820000', '102753.823000', '102753.825000', '102753.828000', '102753.830000', '102753.833000', '102813.721000', '102813.723000', '102813.726000', '102813.729000', '102813.731000', '102813.734000', '102813.736000', '102813.739000', '102813.742000', '102813.744000', '102813.747000', '102813.749000', '102813.752000', '102813.754000', '102813.757000', '102813.760000', '102813.762000', '102813.765000', '102813.768000', '102813.771000', '102813.774000', '102813.777000', '102813.780000', '102813.782000', '102813.785000', '102813.787000', '102813.790000', '102813.795000', '102813.797000', '102813.800000', '102813.803000', '102813.805000', '102813.808000', '102813.810000', '102813.813000', '102813.833000', '102813.836000', '102813.838000', '102813.841000', '102813.843000', '102813.846000', '102813.849000', '102813.851000', '102833.721000', '102833.724000', '102833.726000', '102833.729000', '102833.731000', '102833.734000', '102833.737000', '102833.739000', '102833.742000', '102833.744000', '102833.747000', '102833.750000', '102833.752000', '102833.755000', '102833.758000', '102833.760000', '102833.763000', '102833.765000', '102833.768000', '102833.771000', '102833.773000', '102833.776000', '102833.779000', '102833.781000', '102833.784000', '102833.786000', '102833.789000', '102833.792000', '102833.794000', '102833.797000', '102833.799000', '102833.815000', '102833.818000', '102833.820000', '102833.823000', '102833.826000', '102833.828000', '102833.831000', '102833.833000', '102833.836000', '102833.839000', '102833.841000', '102833.844000', '102833.846000', '102853.720000', '102853.723000', '102853.726000', '102853.729000', '102853.731000', '102853.734000', '102853.736000', '102853.739000', '102853.741000', '102853.744000', '102853.746000', '102853.749000', '102853.752000', '102853.754000', '102853.757000', '102853.759000', '102853.762000', '102853.765000', '102853.767000', '102853.770000', '102853.772000', '102853.775000', '102853.777000', '102853.780000', '102853.782000', '102853.785000', '102853.788000', '102853.790000', '102853.793000', '102853.795000', '102853.798000', '102853.801000', '102853.803000', '102853.806000', '102853.808000', '102853.811000', '102853.813000', '102853.816000', '102853.818000', '102853.821000', '102853.824000', '102853.826000', '102853.829000', '102913.721000', '102913.723000', '102913.726000', '102913.729000', '102913.731000', '102913.734000', '102913.736000', '102913.739000', '102913.741000', '102913.744000', '102913.747000', '102913.749000', '102913.752000', '102913.754000', '102913.757000', '102913.760000', '102913.762000', '102913.765000', '102913.767000', '102913.770000', '102913.772000', '102913.775000', '102913.778000', '102913.780000', '102913.783000', '102913.785000', '102913.788000', '102913.790000', '102913.793000', '102913.796000', '102913.798000', '102913.801000', '102913.803000', '102913.806000', '102913.809000', '102913.811000', '102913.814000', '102913.816000', '102913.819000', '102913.821000', '102913.824000', '102913.827000', '102913.829000', '102913.832000', '102933.721000', '102933.724000', '102933.726000', '102933.729000', '102933.731000', '102933.734000', '102933.736000', '102933.739000', '102933.742000', '102933.744000', '102933.747000', '102933.749000', '102933.752000', '102933.754000', '102933.757000', '102933.760000', '102933.762000', '102933.765000', '102933.767000', '102933.770000', '102933.772000', '102933.775000', '102933.778000', '102933.780000', '102933.783000', '102933.785000', '102933.788000', '102933.791000', '102933.793000', '102933.796000', '102933.799000', '102933.801000', '102933.804000', '102933.806000', '102933.809000', '102933.811000', '102933.814000', '102933.816000', '102933.819000', '102933.822000', '102933.824000', '102933.827000', '102933.830000', '102953.722000', '102953.724000', '102953.727000', '102953.730000', '102953.732000', '102953.735000', '102953.737000', '102953.740000', '102953.743000', '102953.745000', '102953.748000', '102953.750000', '102953.753000', '102953.756000', '102953.758000', '102953.761000', '102953.763000', '102953.766000', '102953.768000', '102953.771000', '102953.774000', '102953.776000', '102953.779000', '102953.781000', '102953.784000', '102953.786000', '102953.789000', '102953.792000', '102953.794000', '102953.797000', '102953.799000', '102953.802000', '102953.805000', '102953.807000', '102953.810000', '102953.812000', '102953.815000', '102953.817000', '102953.820000', '102953.823000', '102953.829000', '102953.844000', '102953.847000', '102953.849000', '103001.872000', '103001.875000', '103001.878000', '103001.881000', '103001.883000', '103001.886000', '103001.889000', '103001.891000', '103001.894000', '103001.896000', '103001.899000', '103001.902000', '103001.904000', '103001.907000', '103001.910000', '103001.912000', '103001.915000', '103001.917000'], 'InstanceCreationTime': ['102313.776000', '102313.780000', '102313.783000', '102313.785000', '102313.788000', '102313.791000', '102313.794000', '102313.804000', '102313.817000', '102313.819000', '102313.822000', '102313.824000', '102313.827000', '102313.830000', '102313.832000', '102313.835000', '102313.838000', '102313.840000', '102313.843000', '102313.845000', '102313.848000', '102313.851000', '102313.854000', '102313.856000', '102313.869000', '102313.872000', '102333.721000', '102333.724000', '102333.726000', '102333.729000', '102333.731000', '102333.734000', '102333.736000', '102333.739000', '102333.741000', '102333.749000', '102333.752000', '102333.754000', '102333.757000', '102333.759000', '102333.762000', '102333.765000', '102333.767000', '102333.770000', '102333.772000', '102333.775000', '102333.778000', '102333.780000', '102333.783000', '102333.785000', '102333.788000', '102333.790000', '102333.793000', '102333.795000', '102333.798000', '102333.801000', '102333.803000', '102333.806000', '102333.808000', '102333.811000', '102333.813000', '102333.816000', '102333.819000', '102333.821000', '102333.824000', '102333.826000', '102333.829000', '102333.831000', '102333.834000', '102333.836000', '102353.721000', '102353.723000', '102353.726000', '102353.728000', '102353.731000', '102353.733000', '102353.736000', '102353.739000', '102353.741000', '102353.744000', '102353.746000', '102353.749000', '102353.751000', '102353.754000', '102353.756000', '102353.759000', '102353.762000', '102353.764000', '102353.767000', '102353.769000', '102353.772000', '102353.774000', '102353.777000', '102353.779000', '102353.782000', '102353.784000', '102353.787000', '102353.790000', '102353.792000', '102353.795000', '102353.797000', '102353.800000', '102353.802000', '102353.805000', '102353.808000', '102353.810000', '102353.813000', '102353.815000', '102353.818000', '102353.820000', '102353.823000', '102353.825000', '102353.833000', '102413.721000', '102413.723000', '102413.726000', '102413.729000', '102413.731000', '102413.734000', '102413.736000', '102413.739000', '102413.741000', '102413.744000', '102413.746000', '102413.749000', '102413.751000', '102413.754000', '102413.757000', '102413.759000', '102413.762000', '102413.765000', '102413.767000', '102413.770000', '102413.772000', '102413.775000', '102413.777000', '102413.780000', '102413.782000', '102413.785000', '102413.787000', '102413.790000', '102413.793000', '102413.795000', '102413.798000', '102413.800000', '102413.803000', '102413.806000', '102413.808000', '102413.811000', '102413.813000', '102413.816000', '102413.818000', '102413.821000', '102413.823000', '102413.826000', '102413.829000', '102413.831000', '102433.720000', '102433.723000', '102433.726000', '102433.728000', '102433.731000', '102433.734000', '102433.736000', '102433.739000', '102433.741000', '102433.744000', '102433.746000', '102433.749000', '102433.752000', '102433.754000', '102433.757000', '102433.759000', '102433.762000', '102433.765000', '102433.767000', '102433.770000', '102433.772000', '102433.775000', '102433.777000', '102433.780000', '102433.783000', '102433.785000', '102433.788000', '102433.791000', '102433.793000', '102433.796000', '102433.798000', '102433.801000', '102433.803000', '102433.806000', '102433.808000', '102433.811000', '102433.814000', '102433.816000', '102433.819000', '102433.821000', '102433.824000', '102433.826000', '102433.829000', '102453.720000', '102453.723000', '102453.726000', '102453.729000', '102453.732000', '102453.735000', '102453.737000', '102453.740000', '102453.742000', '102453.745000', '102453.748000', '102453.750000', '102453.753000', '102453.755000', '102453.758000', '102453.761000', '102453.763000', '102453.766000', '102453.768000', '102453.771000', '102453.773000', '102453.776000', '102453.778000', '102453.781000', '102453.784000', '102453.786000', '102453.789000', '102453.792000', '102453.794000', '102453.797000', '102453.799000', '102453.802000', '102453.804000', '102453.807000', '102453.810000', '102453.812000', '102453.815000', '102453.817000', '102453.820000', '102453.822000', '102453.825000', '102453.828000', '102453.830000', '102453.833000', '102513.722000', '102513.724000', '102513.727000', '102513.730000', '102513.732000', '102513.735000', '102513.737000', '102513.740000', '102513.742000', '102513.745000', '102513.748000', '102513.750000', '102513.753000', '102513.755000', '102513.758000', '102513.761000', '102513.763000', '102513.766000', '102513.769000', '102513.771000', '102513.774000', '102513.776000', '102513.779000', '102513.782000', '102513.784000', '102513.787000', '102513.789000', '102513.792000', '102513.795000', '102513.797000', '102513.800000', '102513.802000', '102513.805000', '102513.807000', '102513.810000', '102513.812000', '102513.815000', '102513.818000', '102513.820000', '102513.823000', '102513.825000', '102513.828000', '102513.831000', '102533.722000', '102533.725000', '102533.728000', '102533.730000', '102533.733000', '102533.736000', '102533.738000', '102533.741000', '102533.743000', '102533.746000', '102533.748000', '102533.751000', '102533.754000', '102533.756000', '102533.759000', '102533.761000', '102533.764000', '102533.766000', '102533.769000', '102533.772000', '102533.774000', '102533.777000', '102533.779000', '102533.782000', '102533.785000', '102533.787000', '102533.790000', '102533.792000', '102533.795000', '102533.798000', '102533.800000', '102533.803000', '102533.805000', '102533.808000', '102533.810000', '102533.813000', '102533.816000', '102533.818000', '102533.831000', '102533.833000', '102533.836000', '102533.838000', '102533.841000', '102553.720000', '102553.723000', '102553.726000', '102553.728000', '102553.731000', '102553.734000', '102553.736000', '102553.739000', '102553.741000', '102553.744000', '102553.746000', '102553.749000', '102553.751000', '102553.754000', '102553.757000', '102553.759000', '102553.762000', '102553.764000', '102553.767000', '102553.769000', '102553.772000', '102553.774000', '102553.777000', '102553.780000', '102553.782000', '102553.785000', '102553.787000', '102553.790000', '102553.793000', '102553.795000', '102553.798000', '102553.800000', '102553.803000', '102553.805000', '102553.808000', '102553.810000', '102553.813000', '102553.816000', '102553.818000', '102553.821000', '102553.823000', '102553.826000', '102553.829000', '102553.831000', '102613.720000', '102613.723000', '102613.726000', '102613.729000', '102613.731000', '102613.734000', '102613.736000', '102613.739000', '102613.741000', '102613.744000', '102613.747000', '102613.749000', '102613.752000', '102613.754000', '102613.757000', '102613.759000', '102613.762000', '102613.765000', '102613.767000', '102613.770000', '102613.773000', '102613.776000', '102613.779000', '102613.781000', '102613.784000', '102613.786000', '102613.789000', '102613.791000', '102613.794000', '102613.797000', '102613.799000', '102613.802000', '102613.804000', '102613.807000', '102613.810000', '102613.812000', '102613.815000', '102613.817000', '102613.820000', '102613.822000', '102613.825000', '102613.828000', '102613.830000', '102633.721000', '102633.724000', '102633.726000', '102633.729000', '102633.731000', '102633.734000', '102633.737000', '102633.739000', '102633.742000', '102633.744000', '102633.747000', '102633.749000', '102633.752000', '102633.755000', '102633.757000', '102633.760000', '102633.762000', '102633.765000', '102633.768000', '102633.770000', '102633.773000', '102633.775000', '102633.778000', '102633.781000', '102633.783000', '102633.786000', '102633.788000', '102633.791000', '102633.793000', '102633.796000', '102633.799000', '102633.801000', '102633.804000', '102633.806000', '102633.809000', '102633.811000', '102633.814000', '102633.817000', '102633.819000', '102633.822000', '102633.824000', '102633.827000', '102633.830000', '102633.832000', '102653.721000', '102653.723000', '102653.726000', '102653.729000', '102653.731000', '102653.734000', '102653.736000', '102653.739000', '102653.741000', '102653.744000', '102653.747000', '102653.749000', '102653.752000', '102653.754000', '102653.757000', '102653.759000', '102653.762000', '102653.765000', '102653.767000', '102653.770000', '102653.773000', '102653.775000', '102653.778000', '102653.780000', '102653.783000', '102653.786000', '102653.788000', '102653.791000', '102653.793000', '102653.796000', '102653.799000', '102653.801000', '102653.804000', '102653.806000', '102653.809000', '102653.812000', '102653.814000', '102653.817000', '102653.819000', '102653.822000', '102653.824000', '102653.827000', '102653.829000', '102713.721000', '102713.723000', '102713.726000', '102713.729000', '102713.731000', '102713.734000', '102713.742000', '102713.745000', '102713.747000', '102713.750000', '102713.752000', '102713.755000', '102713.757000', '102713.760000', '102713.763000', '102713.765000', '102713.768000', '102713.770000', '102713.773000', '102713.776000', '102713.778000', '102713.781000', '102713.783000', '102713.786000', '102713.789000', '102713.791000', '102713.794000', '102713.796000', '102713.799000', '102713.802000', '102713.804000', '102713.807000', '102713.809000', '102713.812000', '102713.814000', '102713.817000', '102713.820000', '102713.822000', '102713.825000', '102713.827000', '102713.830000', '102713.833000', '102713.835000', '102713.838000', '102733.722000', '102733.725000', '102733.727000', '102733.730000', '102733.733000', '102733.735000', '102733.738000', '102733.740000', '102733.743000', '102733.745000', '102733.748000', '102733.750000', '102733.754000', '102733.757000', '102733.759000', '102733.762000', '102733.765000', '102733.767000', '102733.770000', '102733.773000', '102733.775000', '102733.778000', '102733.780000', '102733.783000', '102733.785000', '102733.788000', '102733.791000', '102733.793000', '102733.796000', '102733.798000', '102733.801000', '102733.804000', '102733.806000', '102733.809000', '102733.812000', '102733.815000', '102733.818000', '102733.820000', '102733.823000', '102733.826000', '102733.828000', '102733.831000', '102733.833000', '102753.722000', '102753.724000', '102753.727000', '102753.730000', '102753.732000', '102753.735000', '102753.738000', '102753.740000', '102753.743000', '102753.745000', '102753.748000', '102753.750000', '102753.753000', '102753.756000', '102753.758000', '102753.761000', '102753.763000', '102753.766000', '102753.768000', '102753.771000', '102753.774000', '102753.776000', '102753.779000', '102753.781000', '102753.784000', '102753.787000', '102753.789000', '102753.792000', '102753.794000', '102753.797000', '102753.799000', '102753.802000', '102753.805000', '102753.807000', '102753.810000', '102753.813000', '102753.815000', '102753.818000', '102753.820000', '102753.823000', '102753.825000', '102753.828000', '102753.830000', '102753.833000', '102813.721000', '102813.723000', '102813.726000', '102813.729000', '102813.731000', '102813.734000', '102813.736000', '102813.739000', '102813.742000', '102813.744000', '102813.747000', '102813.749000', '102813.752000', '102813.754000', '102813.757000', '102813.760000', '102813.762000', '102813.765000', '102813.768000', '102813.771000', '102813.774000', '102813.777000', '102813.780000', '102813.782000', '102813.785000', '102813.787000', '102813.790000', '102813.795000', '102813.797000', '102813.800000', '102813.803000', '102813.805000', '102813.808000', '102813.810000', '102813.813000', '102813.833000', '102813.836000', '102813.838000', '102813.841000', '102813.843000', '102813.846000', '102813.849000', '102813.851000', '102833.721000', '102833.724000', '102833.726000', '102833.729000', '102833.731000', '102833.734000', '102833.737000', '102833.739000', '102833.742000', '102833.744000', '102833.747000', '102833.750000', '102833.752000', '102833.755000', '102833.758000', '102833.760000', '102833.763000', '102833.765000', '102833.768000', '102833.771000', '102833.773000', '102833.776000', '102833.779000', '102833.781000', '102833.784000', '102833.786000', '102833.789000', '102833.792000', '102833.794000', '102833.797000', '102833.799000', '102833.815000', '102833.818000', '102833.820000', '102833.823000', '102833.826000', '102833.828000', '102833.831000', '102833.833000', '102833.836000', '102833.839000', '102833.841000', '102833.844000', '102833.846000', '102853.720000', '102853.723000', '102853.726000', '102853.729000', '102853.731000', '102853.734000', '102853.736000', '102853.739000', '102853.741000', '102853.744000', '102853.746000', '102853.749000', '102853.752000', '102853.754000', '102853.757000', '102853.759000', '102853.762000', '102853.765000', '102853.767000', '102853.770000', '102853.772000', '102853.775000', '102853.777000', '102853.780000', '102853.782000', '102853.785000', '102853.788000', '102853.790000', '102853.793000', '102853.795000', '102853.798000', '102853.801000', '102853.803000', '102853.806000', '102853.808000', '102853.811000', '102853.813000', '102853.816000', '102853.818000', '102853.821000', '102853.824000', '102853.826000', '102853.829000', '102913.721000', '102913.723000', '102913.726000', '102913.729000', '102913.731000', '102913.734000', '102913.736000', '102913.739000', '102913.741000', '102913.744000', '102913.747000', '102913.749000', '102913.752000', '102913.754000', '102913.757000', '102913.760000', '102913.762000', '102913.765000', '102913.767000', '102913.770000', '102913.772000', '102913.775000', '102913.778000', '102913.780000', '102913.783000', '102913.785000', '102913.788000', '102913.790000', '102913.793000', '102913.796000', '102913.798000', '102913.801000', '102913.803000', '102913.806000', '102913.809000', '102913.811000', '102913.814000', '102913.816000', '102913.819000', '102913.821000', '102913.824000', '102913.827000', '102913.829000', '102913.832000', '102933.721000', '102933.724000', '102933.726000', '102933.729000', '102933.731000', '102933.734000', '102933.736000', '102933.739000', '102933.742000', '102933.744000', '102933.747000', '102933.749000', '102933.752000', '102933.754000', '102933.757000', '102933.760000', '102933.762000', '102933.765000', '102933.767000', '102933.770000', '102933.772000', '102933.775000', '102933.778000', '102933.780000', '102933.783000', '102933.785000', '102933.788000', '102933.791000', '102933.793000', '102933.796000', '102933.799000', '102933.801000', '102933.804000', '102933.806000', '102933.809000', '102933.811000', '102933.814000', '102933.816000', '102933.819000', '102933.822000', '102933.824000', '102933.827000', '102933.830000', '102953.722000', '102953.724000', '102953.727000', '102953.730000', '102953.732000', '102953.735000', '102953.737000', '102953.740000', '102953.743000', '102953.745000', '102953.748000', '102953.750000', '102953.753000', '102953.756000', '102953.758000', '102953.761000', '102953.763000', '102953.766000', '102953.768000', '102953.771000', '102953.774000', '102953.776000', '102953.779000', '102953.781000', '102953.784000', '102953.786000', '102953.789000', '102953.792000', '102953.794000', '102953.797000', '102953.799000', '102953.802000', '102953.805000', '102953.807000', '102953.810000', '102953.812000', '102953.815000', '102953.817000', '102953.820000', '102953.823000', '102953.829000', '102953.844000', '102953.847000', '102953.849000', '103001.872000', '103001.875000', '103001.878000', '103001.881000', '103001.883000', '103001.886000', '103001.889000', '103001.891000', '103001.894000', '103001.896000', '103001.899000', '103001.902000', '103001.904000', '103001.907000', '103001.910000', '103001.912000', '103001.915000', '103001.917000'], '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': [9822, 14835, 10577, 15150, 11299, 13683, 11637, 12732, 11914, 12770, 11772, 12515, 11359, 10618, 10865, 11618, 10217, 12225, 10757, 12730, 13888, 12074, 15214, 10929, 12724, 12605, 13414, 11706, 9650, 11984, 10064, 12899, 9508, 13101, 10672, 13462, 10491, 12317, 12926, 12226, 16601, 11085, 13590, 9430, 12675, 10446, 12083, 12733, 11411, 15027, 10259, 12427, 10230, 11680, 9638, 11902, 9546, 12323, 8962, 11936, 10271, 12139, 11087, 11515, 10074, 11804, 12054, 10955, 13891, 10903, 12578, 10811, 15493, 10104, 13396, 10161, 13642, 9607, 12967, 10504, 12121, 11120, 12195, 10443, 11664, 12090, 11292, 12037, 10900, 14943, 10789, 14662, 11277, 13071, 9787, 12373, 11028, 12161, 11274, 12095, 11504, 11940, 15722, 11526, 15576, 10833, 13263, 9283, 12081, 10093, 12299, 10212, 11979, 10080, 12353, 9192, 11482, 9185, 11822, 9174, 11460, 9420, 11612, 10809, 11900, 9556, 12342, 11074, 12329, 11015, 12918, 11603, 11040, 12304, 10936, 14597, 12041, 11127, 14743, 14710, 18337, 18200, 19358, 11594, 13954, 13745, 11855, 13003, 13361, 10910, 13905, 12515, 13430, 12811, 16965, 12945, 18139, 12621, 17782, 12644, 16507, 12437, 12761, 12537, 12644, 12014, 12339, 12154, 13063, 11989, 12756, 12969, 12439, 13517, 11214, 12731, 12773, 12554, 11785, 14506, 13432, 11699, 14273, 11987, 14428, 11718, 13410, 11161, 13521, 11902, 13099, 11150, 11465, 11854, 9749, 12554, 16874, 9604, 12739, 12848, 11990, 15739, 10979, 12630, 12672, 12792, 12935, 11500, 12607, 10101, 11877, 9695, 11046, 9569, 11659, 9418, 11166, 9449, 11626, 10405, 11576, 10745, 11231, 12457, 11120, 14604, 12875, 14693, 12948, 10185, 12516, 10255, 11298, 11950, 13078, 12489, 10454, 12635, 11459, 12654, 15407, 10549, 12954, 11935, 13243, 10465, 13776, 11684, 13012, 11705, 8882, 12572, 10103, 14347, 12376, 14066, 12271, 15974, 11198, 13174, 14726, 12587, 17234, 11455, 14586, 11738, 13722, 14142, 12538, 15380, 12343, 14803, 9763, 13693, 11585, 13254, 10638, 13188, 9855, 12933, 9591, 12825, 11696, 13011, 10849, 9198, 13069, 9944, 13195, 12221, 13101, 13362, 13043, 17827, 11982, 14918, 11160, 13923, 11294, 13605, 11260, 16531, 12570, 14420, 13135, 15599, 12816, 14826, 13113, 13320, 13413, 11312, 14185, 11499, 13868, 11333, 12628, 10718, 13195, 11657, 14183, 12941, 9972, 12668, 12137, 12777, 11798, 9964, 12439, 10704, 13655, 11762, 12951, 13748, 11546, 11047, 11779, 15094, 17127, 19517, 17766, 13959, 16262, 12604, 13049, 13955, 13834, 11025, 12561, 10103, 13702, 11814, 11896, 13608, 14052, 12119, 14954, 12959, 12452, 11872, 14273, 12421, 11662, 13978, 11722, 14599, 13640, 14855, 14213, 15908, 13140, 12662, 13644, 13230, 13538, 12782, 14184, 12500, 13288, 10974, 14298, 13159, 13609, 12475, 13253, 12375, 10077, 12131, 12774, 12685, 11233, 10101, 11548, 10888, 17236, 12632, 17493, 12655, 17656, 12319, 18155, 13505, 11104, 13507, 15127, 13268, 18175, 12466, 16796, 13315, 15785, 13621, 11889, 13817, 17484, 11248, 14624, 11383, 14320, 10805, 13919, 9852, 12876, 9931, 12738, 9192, 12301, 10291, 12899, 10591, 13036, 9805, 12749, 11494, 13773, 10455, 13135, 10742, 13401, 12840, 11346, 15381, 10200, 14679, 10371, 13616, 9364, 13365, 10842, 12331, 11084, 11761, 11176, 14640, 11599, 16746, 11619, 16350, 11057, 14289, 13173, 13911, 15559, 13342, 17871, 13046, 17425, 12879, 17494, 11407, 14936, 10537, 14247, 10933, 15885, 11611, 15396, 10354, 14569, 11377, 14960, 11842, 14405, 11169, 14036, 12353, 14021, 12799, 13578, 13908, 13442, 14535, 12386, 15595, 12209, 15598, 12152, 14288, 11088, 13626, 10073, 14164, 11017, 14068, 11445, 14066, 11385, 13534, 12055, 13373, 15021, 13307, 15265, 10657, 15052, 10520, 14217, 11133, 14552, 10697, 14874, 10159, 14451, 10270, 14577, 11488, 14208, 10658, 13643, 10852, 13088, 14532, 13198, 16604, 12416, 17346, 11725, 15087, 11016, 15071, 10415, 12905, 9554, 12748, 12056, 9529, 12717, 10478, 13033, 17115, 11375, 14736, 11937, 13444, 15926, 12189, 15686, 11796, 14424, 13002, 12785, 16762, 11556, 14281, 11024, 13364, 10845, 12039, 14265, 11233, 14469, 11823, 14559, 11114, 12147, 12851, 11148, 12107, 11697, 11505, 11398, 14131, 11505, 14307, 11168, 13743, 15427, 12510, 14699, 11717, 14737, 10903, 14290, 14225, 13341, 16508, 11596, 14402, 16728, 13027, 15173, 11103, 14107, 15753, 12300, 14505, 11100, 14373, 10549, 13788, 9361, 13437, 9996, 13248, 10224, 13672, 10159, 13366, 11095, 13024, 11069, 12433, 10921, 15380, 11672, 15890, 11804, 15132, 10546, 14093, 11866, 14124, 16086, 13909, 17470, 13808, 16730, 11950, 16620, 11545, 15062, 11610, 15039, 12046, 14573, 13717, 14619, 16995, 12971, 15543, 10985, 14721, 13207, 14779, 10324, 14152, 12477, 13692, 15192, 10971, 15030, 11727, 14857, 12172, 14652, 11725, 14091, 12872, 14167, 16605, 12487, 15428, 11636, 15107, 10568, 14351, 10170, 13904, 12645, 12298, 15487, 12430, 14729, 10511, 15301, 10728, 14740, 11037, 14203, 10817, 12964, 10797, 11551, 13066, 10459, 13417, 12625, 11152, 12243, 10298, 13683, 12177, 13873, 13056, 13869, 13637, 17844, 14145, 13154, 13778, 12647, 15047, 13024, 14201, 14761, 14260, 16076, 14830, 18824, 12852, 11637, 12197, 12862, 12948, 12606, 10391, 13179, 12327, 13455, 13489, 12144, 12463, 12087, 12571, 13620, 12090, 13116, 13146, 16323, 11680, 12879, 16068, 13882, 16513, 13137, 16690, 13246, 15114, 12642, 17446, 13252, 11491, 12422, 12906, 14002, 12452, 15280, 12945, 14178, 12862, 13453, 13156, 11095, 13811, 11238, 11777, 12027, 11816, 13201, 10876, 13737, 10334, 13979, 14304, 12585, 14304, 10304, 14178, 11615, 13861, 12852, 13621, 13448, 12668, 15384, 11225, 14842, 11253, 13709, 11339, 12272, 12663, 12742, 13213, 12711, 13101, 14069, 13275, 15006, 12236, 14497, 12367, 13820, 14479, 13190, 14686, 11023, 13864, 10509, 13925, 9428, 12786, 13550, 11596, 14340, 9873, 13452, 10928, 13321, 10840, 12838, 13995, 11497, 16129, 10746, 13869, 9662, 12686, 9828, 12916, 9648, 12552, 9773, 12282, 9936, 12997, 11407, 13331, 10427, 12850, 9586, 13624, 10510, 14091, 10971, 15384, 11649, 16491, 12824, 13874, 13089, 14167, 12937, 17239, 11492, 15446, 11478, 15330, 11253, 15093, 11250, 14000, 10465, 13449, 10413, 13387, 9791, 13444, 10577, 13223, 10940, 12917, 12929, 12416, 13563, 12828, 14335, 12609, 14923, 12610, 13704, 12536, 14005, 12552, 14675, 12403, 14275, 11851, 13402, 10268, 13627, 11554, 13714, 16024, 13087, 14404, 11531, 13753, 12097, 13551, 14075, 12967, 15279, 12744, 13041, 10755, 11798, 9957, 14061, 9503, 13983, 10034, 13828, 9674], 'WindowCenter': [4987.0, 5009.0, 4967.0, 4991.0, 4951.0, 4967.0, 4939.0, 4944.0, 4937.0, 4943.0, 4934.0, 4929.0, 4922.0, 4911.0, 4910.0, 4921.0, 4912.0, 4933.0, 4937.0, 4958.0, 4954.0, 4937.0, 4954.0, 4913.0, 4943.0, 4933.0, 4932.0, 4920.0, 4888.0, 4922.0, 4899.0, 4931.0, 4903.0, 4941.0, 4925.0, 4953.0, 4914.0, 4936.0, 4930.0, 4924.0, 4947.0, 4911.0, 4928.0, 4880.0, 4919.0, 4899.0, 4920.0, 4929.0, 4920.0, 4950.0, 4912.0, 4930.0, 4911.0, 4933.0, 4918.0, 4946.0, 4927.0, 4946.0, 4918.0, 4949.0, 4929.0, 4959.0, 4938.0, 4949.0, 4918.0, 4948.0, 4945.0, 4936.0, 4954.0, 4937.0, 4957.0, 4939.0, 4973.0, 4928.0, 4956.0, 4928.0, 4954.0, 4916.0, 4946.0, 4917.0, 4931.0, 4923.0, 4935.0, 4913.0, 4934.0, 4933.0, 4934.0, 4933.0, 4927.0, 4961.0, 4926.0, 4964.0, 4936.0, 4945.0, 4916.0, 4943.0, 4924.0, 4934.0, 4925.0, 4934.0, 4923.0, 4934.0, 4960.0, 4923.0, 4950.0, 4912.0, 4931.0, 4891.0, 4922.0, 4911.0, 4929.0, 4915.0, 4957.0, 4942.0, 4986.0, 4934.0, 4961.0, 4919.0, 4957.0, 4917.0, 4948.0, 4915.0, 4949.0, 4939.0, 4989.0, 4970.0, 4973.0, 4991.0, 4960.0, 4964.0, 4971.0, 4960.0, 4958.0, 4956.0, 4962.0, 4991.0, 5010.0, 5042.0, 5067.0, 5042.0, 5053.0, 5026.0, 5005.0, 4936.0, 4928.0, 4908.0, 4904.0, 4938.0, 4951.0, 4918.0, 4950.0, 4942.0, 4953.0, 4955.0, 4983.0, 4958.0, 4991.0, 4944.0, 4968.0, 4931.0, 4944.0, 4905.0, 4901.0, 4900.0, 4898.0, 4886.0, 4898.0, 4898.0, 4908.0, 4899.0, 4912.0, 4909.0, 4900.0, 4901.0, 4871.0, 4876.0, 4874.0, 4861.0, 4874.0, 4945.0, 4949.0, 4928.0, 4960.0, 4933.0, 4949.0, 4915.0, 4950.0, 4947.0, 4979.0, 4998.0, 4926.0, 4891.0, 4930.0, 4957.0, 4941.0, 4982.0, 5010.0, 4941.0, 4980.0, 4968.0, 4971.0, 4995.0, 4950.0, 4971.0, 4978.0, 5022.0, 4991.0, 4960.0, 4926.0, 4869.0, 4917.0, 4911.0, 4932.0, 4926.0, 4953.0, 4925.0, 4958.0, 4939.0, 4955.0, 4945.0, 4970.0, 4958.0, 4971.0, 4977.0, 4970.0, 5000.0, 4994.0, 5000.0, 4992.0, 4962.0, 4990.0, 4972.0, 4984.0, 4995.0, 5016.0, 5008.0, 4986.0, 5006.0, 4987.0, 5005.0, 5024.0, 4975.0, 4993.0, 5023.0, 5049.0, 5012.0, 5022.0, 4997.0, 4976.0, 4924.0, 4915.0, 4966.0, 4962.0, 5002.0, 4994.0, 5004.0, 4995.0, 5016.0, 4963.0, 4985.0, 4990.0, 4971.0, 4999.0, 4950.0, 4977.0, 4945.0, 4965.0, 4963.0, 4953.0, 4973.0, 4953.0, 4972.0, 4921.0, 4965.0, 4943.0, 4964.0, 4935.0, 4965.0, 4940.0, 4967.0, 4938.0, 5018.0, 5035.0, 5059.0, 5030.0, 5005.0, 5058.0, 5007.0, 5019.0, 5012.0, 5021.0, 5033.0, 5025.0, 5025.0, 4958.0, 4993.0, 4966.0, 4991.0, 4977.0, 4994.0, 4977.0, 5011.0, 4984.0, 4993.0, 4994.0, 5002.0, 4983.0, 4989.0, 4982.0, 4980.0, 4979.0, 4950.0, 4977.0, 4949.0, 4967.0, 4961.0, 4962.0, 4941.0, 4957.0, 4972.0, 4962.0, 5008.0, 4948.0, 4995.0, 4987.0, 4971.0, 4974.0, 4951.0, 4971.0, 4959.0, 5016.0, 5038.0, 5050.0, 5034.0, 4989.0, 4988.0, 4987.0, 5007.0, 5000.0, 4982.0, 4968.0, 4966.0, 4990.0, 4976.0, 4960.0, 4972.0, 4999.0, 4895.0, 4944.0, 4936.0, 4961.0, 4925.0, 4910.0, 4962.0, 4961.0, 4943.0, 4947.0, 4928.0, 4931.0, 4902.0, 4934.0, 4917.0, 4915.0, 4947.0, 4927.0, 4972.0, 4963.0, 5015.0, 5078.0, 5070.0, 5017.0, 4966.0, 4950.0, 4890.0, 4890.0, 4895.0, 4902.0, 4888.0, 4922.0, 4903.0, 5000.0, 4963.0, 4933.0, 4922.0, 4979.0, 4997.0, 4953.0, 4952.0, 4952.0, 4955.0, 4948.0, 4966.0, 4959.0, 4956.0, 4988.0, 4963.0, 5001.0, 4971.0, 4998.0, 4973.0, 5009.0, 4981.0, 4947.0, 4970.0, 4977.0, 4969.0, 4996.0, 4960.0, 4976.0, 4958.0, 4964.0, 4955.0, 4933.0, 4957.0, 4973.0, 4925.0, 4951.0, 4934.0, 4951.0, 4924.0, 4952.0, 4912.0, 4958.0, 4927.0, 4957.0, 4916.0, 4956.0, 4939.0, 4968.0, 4951.0, 4977.0, 4942.0, 4968.0, 4962.0, 4982.0, 4951.0, 4983.0, 4952.0, 4983.0, 4959.0, 4961.0, 4992.0, 4942.0, 4978.0, 4950.0, 4979.0, 4932.0, 4979.0, 4964.0, 4982.0, 4978.0, 4975.0, 4987.0, 5004.0, 4988.0, 5016.0, 4989.0, 5016.0, 4965.0, 4997.0, 4974.0, 4985.0, 4988.0, 4971.0, 4987.0, 4971.0, 4986.0, 4957.0, 4984.0, 4947.0, 4967.0, 4938.0, 4965.0, 4948.0, 4986.0, 4961.0, 4979.0, 4940.0, 4980.0, 4951.0, 4979.0, 4949.0, 4968.0, 4935.0, 4965.0, 4946.0, 4967.0, 4944.0, 4957.0, 4953.0, 4965.0, 4967.0, 4956.0, 4976.0, 4956.0, 4976.0, 4958.0, 4966.0, 4950.0, 4966.0, 4940.0, 4968.0, 4937.0, 4979.0, 4948.0, 4979.0, 4949.0, 4969.0, 4949.0, 4967.0, 4977.0, 4968.0, 4976.0, 4940.0, 4976.0, 4939.0, 4977.0, 4951.0, 4980.0, 4949.0, 4979.0, 4953.0, 4988.0, 4951.0, 4993.0, 4973.0, 4990.0, 4953.0, 4993.0, 4963.0, 4984.0, 4992.0, 4982.0, 4999.0, 4974.0, 4999.0, 4963.0, 4989.0, 4953.0, 4981.0, 4938.0, 4969.0, 4941.0, 4970.0, 4974.0, 4944.0, 4984.0, 4966.0, 4998.0, 5013.0, 4989.0, 5007.0, 4976.0, 4996.0, 5000.0, 4974.0, 4992.0, 4963.0, 4982.0, 4969.0, 4972.0, 4987.0, 4949.0, 4976.0, 4938.0, 4968.0, 4936.0, 4958.0, 4976.0, 4960.0, 4978.0, 4972.0, 4979.0, 4936.0, 4932.0, 4938.0, 4943.0, 4966.0, 4951.0, 4955.0, 4965.0, 4987.0, 4967.0, 4972.0, 4944.0, 4965.0, 4970.0, 4939.0, 4955.0, 4913.0, 4945.0, 4919.0, 4946.0, 4957.0, 4958.0, 4966.0, 4924.0, 4945.0, 4950.0, 4933.0, 4943.0, 4911.0, 4942.0, 4940.0, 4911.0, 4930.0, 4908.0, 4941.0, 4911.0, 4941.0, 4893.0, 4953.0, 4914.0, 4956.0, 4966.0, 5006.0, 4994.0, 5038.0, 4993.0, 4998.0, 4979.0, 4984.0, 4966.0, 4993.0, 4977.0, 5007.0, 4966.0, 4991.0, 4940.0, 4982.0, 4950.0, 4983.0, 4980.0, 4971.0, 4986.0, 4968.0, 4985.0, 4947.0, 4975.0, 4947.0, 4966.0, 4936.0, 4967.0, 4945.0, 4968.0, 4951.0, 4976.0, 4974.0, 4945.0, 4962.0, 4923.0, 4953.0, 4944.0, 4964.0, 4912.0, 4953.0, 4933.0, 4955.0, 4966.0, 4937.0, 4967.0, 4934.0, 4967.0, 4947.0, 4977.0, 4946.0, 4982.0, 4955.0, 4969.0, 4986.0, 4960.0, 4977.0, 4950.0, 4977.0, 4938.0, 4977.0, 4927.0, 4971.0, 4958.0, 4959.0, 4980.0, 4972.0, 4981.0, 4955.0, 4990.0, 4952.0, 4991.0, 4952.0, 4952.0, 4884.0, 4938.0, 4935.0, 4930.0, 4967.0, 4962.0, 5006.0, 5026.0, 5018.0, 5027.0, 4996.0, 5021.0, 4999.0, 5048.0, 5051.0, 5020.0, 5023.0, 5051.0, 5048.0, 4996.0, 4971.0, 4960.0, 4992.0, 4972.0, 4982.0, 4980.0, 4991.0, 4984.0, 5002.0, 5016.0, 4965.0, 4957.0, 4967.0, 4976.0, 4965.0, 4977.0, 4963.0, 5005.0, 4994.0, 5002.0, 5003.0, 4993.0, 4993.0, 4981.0, 4993.0, 4991.0, 4995.0, 5019.0, 5016.0, 5038.0, 4986.0, 4995.0, 4998.0, 4991.0, 5007.0, 4979.0, 5006.0, 4990.0, 4999.0, 4968.0, 5003.0, 4978.0, 4955.0, 4964.0, 4963.0, 4973.0, 4968.0, 4986.0, 4957.0, 4964.0, 4981.0, 4978.0, 4980.0, 4946.0, 4898.0, 4896.0, 4893.0, 4917.0, 4919.0, 4951.0, 4935.0, 4966.0, 4938.0, 4979.0, 4966.0, 4956.0, 4965.0, 4924.0, 4965.0, 4933.0, 4966.0, 4943.0, 4964.0, 4952.0, 4955.0, 4963.0, 4935.0, 4962.0, 4937.0, 4952.0, 4934.0, 4957.0, 4983.0, 4978.0, 4983.0, 4969.0, 4981.0, 4977.0, 4969.0, 4976.0, 4960.0, 4979.0, 4957.0, 4968.0, 4963.0, 4957.0, 4961.0, 4935.0, 4963.0, 4925.0, 4964.0, 4912.0, 4967.0, 4965.0, 4947.0, 4975.0, 4938.0, 4968.0, 4949.0, 4969.0, 4936.0, 4968.0, 4975.0, 4961.0, 4987.0, 4948.0, 4965.0, 4940.0, 4971.0, 4952.0, 4984.0, 4958.0, 4985.0, 4966.0, 4986.0, 4964.0, 5022.0, 5031.0, 5035.0, 5007.0, 5015.0, 4969.0, 4981.0, 4953.0, 4980.0, 4952.0, 5002.0, 5018.0, 5053.0, 5015.0, 5010.0, 5010.0, 5005.0, 4996.0, 5012.0, 4967.0, 4991.0, 4962.0, 4988.0, 4950.0, 4978.0, 4950.0, 4978.0, 4940.0, 4969.0, 4939.0, 4966.0, 4928.0, 4968.0, 4939.0, 4968.0, 4936.0, 4970.0, 4956.0, 4970.0, 4970.0, 4972.0, 4979.0, 4973.0, 4977.0, 4960.0, 4967.0, 4969.0, 4979.0, 4970.0, 4978.0, 4973.0, 4978.0, 4960.0, 4970.0, 4940.0, 4979.0, 4949.0, 4981.0, 4977.0, 4958.0, 4967.0, 4947.0, 4967.0, 4944.0, 4967.0, 4966.0, 4966.0, 4977.0, 4969.0, 4969.0, 4953.0, 4961.0, 4941.0, 4981.0, 4943.0, 4992.0, 4954.0, 4998.0, 4956.0], 'WindowWidth': [10851.0, 10861.0, 10804.0, 10827.0, 10772.0, 10782.0, 10745.0, 10745.0, 10742.0, 10743.0, 10732.0, 10720.0, 10713.0, 10696.0, 10692.0, 10709.0, 10697.0, 10727.0, 10738.0, 10771.0, 10757.0, 10740.0, 10758.0, 10700.0, 10742.0, 10725.0, 10721.0, 10705.0, 10656.0, 10708.0, 10672.0, 10716.0, 10685.0, 10738.0, 10721.0, 10760.0, 10704.0, 10738.0, 10717.0, 10715.0, 10740.0, 10692.0, 10714.0, 10649.0, 10703.0, 10675.0, 10708.0, 10718.0, 10706.0, 10746.0, 10699.0, 10720.0, 10698.0, 10730.0, 10718.0, 10753.0, 10729.0, 10752.0, 10719.0, 10760.0, 10733.0, 10775.0, 10743.0, 10760.0, 10716.0, 10759.0, 10749.0, 10739.0, 10761.0, 10743.0, 10768.0, 10746.0, 10788.0, 10730.0, 10767.0, 10730.0, 10763.0, 10711.0, 10750.0, 10709.0, 10727.0, 10717.0, 10736.0, 10703.0, 10733.0, 10727.0, 10732.0, 10729.0, 10726.0, 10767.0, 10725.0, 10773.0, 10738.0, 10749.0, 10711.0, 10747.0, 10721.0, 10734.0, 10719.0, 10734.0, 10714.0, 10732.0, 10762.0, 10715.0, 10745.0, 10697.0, 10721.0, 10668.0, 10710.0, 10698.0, 10721.0, 10706.0, 10774.0, 10760.0, 10829.0, 10750.0, 10783.0, 10724.0, 10773.0, 10716.0, 10760.0, 10711.0, 10763.0, 10749.0, 10837.0, 10818.0, 10803.0, 10844.0, 10782.0, 10793.0, 10799.0, 10785.0, 10777.0, 10771.0, 10788.0, 10825.0, 10877.0, 10946.0, 10975.0, 10926.0, 10944.0, 10897.0, 10844.0, 10744.0, 10717.0, 10678.0, 10679.0, 10737.0, 10759.0, 10709.0, 10757.0, 10749.0, 10768.0, 10774.0, 10810.0, 10782.0, 10818.0, 10753.0, 10780.0, 10729.0, 10736.0, 10678.0, 10671.0, 10666.0, 10662.0, 10639.0, 10661.0, 10665.0, 10678.0, 10669.0, 10690.0, 10679.0, 10668.0, 10669.0, 10622.0, 10619.0, 10614.0, 10592.0, 10617.0, 10740.0, 10752.0, 10722.0, 10769.0, 10733.0, 10752.0, 10694.0, 10754.0, 10764.0, 10813.0, 10854.0, 10714.0, 10653.0, 10728.0, 10776.0, 10765.0, 10824.0, 10857.0, 10763.0, 10816.0, 10794.0, 10802.0, 10831.0, 10771.0, 10801.0, 10808.0, 10891.0, 10831.0, 10782.0, 10712.0, 10621.0, 10704.0, 10704.0, 10735.0, 10732.0, 10768.0, 10735.0, 10782.0, 10755.0, 10774.0, 10759.0, 10803.0, 10783.0, 10808.0, 10809.0, 10803.0, 10846.0, 10844.0, 10847.0, 10841.0, 10799.0, 10836.0, 10815.0, 10831.0, 10849.0, 10879.0, 10873.0, 10838.0, 10867.0, 10837.0, 10863.0, 10889.0, 10819.0, 10842.0, 10902.0, 10947.0, 10891.0, 10891.0, 10851.0, 10808.0, 10709.0, 10712.0, 10790.0, 10793.0, 10846.0, 10839.0, 10852.0, 10843.0, 10875.0, 10794.0, 10826.0, 10825.0, 10803.0, 10835.0, 10768.0, 10804.0, 10755.0, 10785.0, 10775.0, 10767.0, 10788.0, 10764.0, 10789.0, 10720.0, 10780.0, 10751.0, 10781.0, 10746.0, 10786.0, 10758.0, 10791.0, 10753.0, 10883.0, 10922.0, 10963.0, 10924.0, 10881.0, 10962.0, 10885.0, 10885.0, 10880.0, 10891.0, 10910.0, 10901.0, 10883.0, 10777.0, 10833.0, 10800.0, 10830.0, 10820.0, 10839.0, 10819.0, 10859.0, 10826.0, 10834.0, 10839.0, 10844.0, 10822.0, 10824.0, 10819.0, 10810.0, 10810.0, 10768.0, 10805.0, 10764.0, 10790.0, 10788.0, 10784.0, 10752.0, 10773.0, 10806.0, 10773.0, 10866.0, 10770.0, 10843.0, 10832.0, 10799.0, 10810.0, 10775.0, 10801.0, 10787.0, 10880.0, 10934.0, 10952.0, 10913.0, 10841.0, 10842.0, 10840.0, 10863.0, 10847.0, 10809.0, 10777.0, 10791.0, 10827.0, 10816.0, 10781.0, 10797.0, 10849.0, 10662.0, 10749.0, 10746.0, 10776.0, 10713.0, 10687.0, 10782.0, 10775.0, 10754.0, 10742.0, 10719.0, 10732.0, 10671.0, 10719.0, 10701.0, 10698.0, 10749.0, 10719.0, 10790.0, 10782.0, 10877.0, 11001.0, 10978.0, 10883.0, 10790.0, 10755.0, 10646.0, 10639.0, 10656.0, 10660.0, 10638.0, 10702.0, 10678.0, 10847.0, 10780.0, 10720.0, 10704.0, 10813.0, 10850.0, 10781.0, 10763.0, 10764.0, 10768.0, 10765.0, 10801.0, 10782.0, 10782.0, 10817.0, 10786.0, 10835.0, 10797.0, 10829.0, 10803.0, 10847.0, 10812.0, 10759.0, 10795.0, 10799.0, 10792.0, 10826.0, 10777.0, 10793.0, 10772.0, 10774.0, 10765.0, 10731.0, 10770.0, 10787.0, 10722.0, 10754.0, 10731.0, 10753.0, 10718.0, 10757.0, 10702.0, 10774.0, 10728.0, 10771.0, 10713.0, 10769.0, 10748.0, 10793.0, 10769.0, 10804.0, 10759.0, 10791.0, 10789.0, 10816.0, 10773.0, 10818.0, 10771.0, 10817.0, 10776.0, 10784.0, 10827.0, 10759.0, 10803.0, 10768.0, 10807.0, 10745.0, 10807.0, 10794.0, 10815.0, 10817.0, 10811.0, 10833.0, 10852.0, 10835.0, 10870.0, 10834.0, 10871.0, 10796.0, 10843.0, 10803.0, 10823.0, 10817.0, 10797.0, 10815.0, 10796.0, 10812.0, 10773.0, 10804.0, 10758.0, 10783.0, 10747.0, 10782.0, 10762.0, 10811.0, 10781.0, 10804.0, 10752.0, 10806.0, 10767.0, 10805.0, 10761.0, 10787.0, 10735.0, 10779.0, 10750.0, 10784.0, 10747.0, 10769.0, 10760.0, 10780.0, 10782.0, 10769.0, 10794.0, 10770.0, 10796.0, 10774.0, 10783.0, 10766.0, 10784.0, 10753.0, 10787.0, 10745.0, 10805.0, 10760.0, 10805.0, 10760.0, 10791.0, 10761.0, 10786.0, 10797.0, 10789.0, 10797.0, 10750.0, 10798.0, 10751.0, 10800.0, 10768.0, 10808.0, 10766.0, 10807.0, 10777.0, 10820.0, 10772.0, 10831.0, 10804.0, 10826.0, 10777.0, 10833.0, 10788.0, 10821.0, 10829.0, 10817.0, 10835.0, 10806.0, 10835.0, 10789.0, 10822.0, 10776.0, 10810.0, 10749.0, 10792.0, 10757.0, 10795.0, 10807.0, 10765.0, 10822.0, 10801.0, 10850.0, 10863.0, 10836.0, 10858.0, 10813.0, 10843.0, 10839.0, 10806.0, 10830.0, 10789.0, 10817.0, 10790.0, 10798.0, 10816.0, 10762.0, 10800.0, 10745.0, 10788.0, 10742.0, 10777.0, 10798.0, 10784.0, 10806.0, 10806.0, 10804.0, 10735.0, 10724.0, 10735.0, 10753.0, 10790.0, 10761.0, 10772.0, 10791.0, 10821.0, 10793.0, 10794.0, 10751.0, 10785.0, 10785.0, 10737.0, 10760.0, 10697.0, 10742.0, 10713.0, 10749.0, 10766.0, 10771.0, 10778.0, 10713.0, 10745.0, 10747.0, 10724.0, 10738.0, 10690.0, 10734.0, 10729.0, 10689.0, 10716.0, 10686.0, 10731.0, 10694.0, 10736.0, 10674.0, 10759.0, 10706.0, 10770.0, 10801.0, 10860.0, 10854.0, 10921.0, 10847.0, 10847.0, 10821.0, 10822.0, 10798.0, 10831.0, 10814.0, 10859.0, 10798.0, 10827.0, 10753.0, 10815.0, 10765.0, 10816.0, 10808.0, 10796.0, 10811.0, 10788.0, 10809.0, 10758.0, 10796.0, 10757.0, 10783.0, 10741.0, 10785.0, 10748.0, 10786.0, 10756.0, 10797.0, 10790.0, 10750.0, 10769.0, 10718.0, 10759.0, 10744.0, 10776.0, 10701.0, 10762.0, 10730.0, 10765.0, 10780.0, 10742.0, 10783.0, 10737.0, 10784.0, 10753.0, 10801.0, 10754.0, 10812.0, 10768.0, 10789.0, 10809.0, 10776.0, 10798.0, 10763.0, 10800.0, 10745.0, 10800.0, 10730.0, 10795.0, 10773.0, 10780.0, 10807.0, 10799.0, 10809.0, 10779.0, 10820.0, 10775.0, 10828.0, 10771.0, 10756.0, 10644.0, 10733.0, 10741.0, 10726.0, 10790.0, 10793.0, 10861.0, 10908.0, 10898.0, 10904.0, 10861.0, 10889.0, 10856.0, 10939.0, 10949.0, 10887.0, 10896.0, 10934.0, 10943.0, 10844.0, 10797.0, 10781.0, 10833.0, 10800.0, 10819.0, 10810.0, 10828.0, 10817.0, 10854.0, 10864.0, 10794.0, 10782.0, 10796.0, 10807.0, 10790.0, 10815.0, 10799.0, 10863.0, 10848.0, 10856.0, 10859.0, 10842.0, 10841.0, 10819.0, 10841.0, 10834.0, 10845.0, 10891.0, 10881.0, 10915.0, 10834.0, 10847.0, 10839.0, 10833.0, 10849.0, 10812.0, 10848.0, 10833.0, 10842.0, 10794.0, 10840.0, 10810.0, 10775.0, 10784.0, 10781.0, 10794.0, 10794.0, 10813.0, 10776.0, 10783.0, 10818.0, 10808.0, 10815.0, 10758.0, 10655.0, 10665.0, 10655.0, 10698.0, 10703.0, 10755.0, 10741.0, 10783.0, 10748.0, 10809.0, 10781.0, 10770.0, 10782.0, 10724.0, 10781.0, 10734.0, 10781.0, 10746.0, 10778.0, 10757.0, 10765.0, 10773.0, 10737.0, 10771.0, 10746.0, 10755.0, 10737.0, 10774.0, 10822.0, 10810.0, 10821.0, 10793.0, 10815.0, 10802.0, 10795.0, 10802.0, 10781.0, 10807.0, 10771.0, 10789.0, 10774.0, 10771.0, 10772.0, 10739.0, 10776.0, 10725.0, 10779.0, 10706.0, 10786.0, 10780.0, 10761.0, 10796.0, 10751.0, 10791.0, 10764.0, 10793.0, 10743.0, 10792.0, 10796.0, 10783.0, 10815.0, 10764.0, 10783.0, 10756.0, 10798.0, 10778.0, 10823.0, 10795.0, 10827.0, 10803.0, 10829.0, 10799.0, 10893.0, 10920.0, 10920.0, 10877.0, 10884.0, 10809.0, 10810.0, 10774.0, 10810.0, 10773.0, 10844.0, 10894.0, 10935.0, 10882.0, 10867.0, 10869.0, 10853.0, 10845.0, 10860.0, 10800.0, 10828.0, 10789.0, 10819.0, 10768.0, 10803.0, 10769.0, 10804.0, 10755.0, 10792.0, 10750.0, 10785.0, 10735.0, 10789.0, 10749.0, 10790.0, 10745.0, 10795.0, 10769.0, 10796.0, 10792.0, 10803.0, 10805.0, 10801.0, 10801.0, 10780.0, 10786.0, 10793.0, 10806.0, 10797.0, 10803.0, 10801.0, 10804.0, 10783.0, 10796.0, 10756.0, 10808.0, 10763.0, 10810.0, 10799.0, 10775.0, 10785.0, 10756.0, 10785.0, 10751.0, 10788.0, 10782.0, 10786.0, 10798.0, 10793.0, 10793.0, 10777.0, 10784.0, 10758.0, 10813.0, 10763.0, 10831.0, 10780.0, 10847.0, 10791.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.0060406586169045005</td></tr>
<tr><td colspan=3>aqi</td><td>0.06400214851811196</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.724654032120846</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.282380207186815</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0473736050989009</td></tr>
<tr><td colspan=3>efc</td><td>0.5008</td></tr>
<tr><td colspan=3>fber</td><td>5785.9746</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23643072886813518</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>289</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.72338090010977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4699296989291124</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344648307735592</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7692815703388187</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2958592187129265</td></tr>
<tr><td colspan=3>gcor</td><td>0.0276732</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00595338549464941</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0464370921254158</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.083604314290222</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>17.6581</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.6082</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.7606</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293143.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1130.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.0203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1907</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.4095</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4125.1034</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4332.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1519.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5325.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1060.8212</td></tr>
<tr><td colspan=3>tsnr</td><td>26.11850707512349</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>