<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-02/func/sub-0025_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>6bb6d026f073407df3508180ec465d27</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>21:50:33.695000</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.999241, 0.0244847, -0.0303095, -0.0263405, 0.997702, -0.0624274]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0980151</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7761, -7250, 95, -146, -149, -132, 60]</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>294.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8e81f841-d38e-4fa3-a04f-a675c43ad251||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.68088960647583, -0.07066969573497772, -0.0775204747915268, 114.82727813720703], [-0.0656905248761177, 2.6767611503601074, -0.17058148980140686, -89.91136169433594], [-0.08131805062294006, 0.16748806834220886, 2.693490743637085, -106.24281311035156], [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': ['215033.695000', '215034.155000', '215034.615000', '215035.075000', '215035.535000', '215035.995000', '215036.455000', '215036.915000', '215037.375000', '215037.835000', '215038.295000', '215038.755000', '215039.215000', '215039.675000', '215040.135000', '215040.595000', '215041.055000', '215041.515000', '215041.975000', '215042.435000', '215042.895000', '215043.355000', '215043.815000', '215044.275000', '215044.735000', '215045.195000', '215045.655000', '215046.115000', '215046.575000', '215047.035000', '215047.495000', '215047.955000', '215048.415000', '215048.875000', '215049.335000', '215049.795000', '215050.255000', '215050.715000', '215051.175000', '215051.635000', '215052.095000', '215052.555000', '215053.015000', '215053.475000', '215053.935000', '215054.395000', '215054.855000', '215055.315000', '215055.775000', '215056.235000', '215056.695000', '215057.155000', '215057.615000', '215058.075000', '215058.535000', '215058.995000', '215059.455000', '215059.915000', '215100.375000', '215100.835000', '215101.295000', '215101.755000', '215102.215000', '215102.675000', '215103.135000', '215103.595000', '215104.055000', '215104.515000', '215104.975000', '215105.435000', '215105.895000', '215106.355000', '215106.815000', '215107.275000', '215107.735000', '215108.195000', '215108.655000', '215109.115000', '215109.575000', '215110.035000', '215110.495000', '215110.955000', '215111.415000', '215111.875000', '215112.335000', '215112.795000', '215113.255000', '215113.715000', '215114.175000', '215114.635000', '215115.095000', '215115.555000', '215116.015000', '215116.475000', '215116.935000', '215117.395000', '215117.855000', '215118.315000', '215118.775000', '215119.235000', '215119.695000', '215120.155000', '215120.615000', '215121.075000', '215121.535000', '215121.995000', '215122.455000', '215122.915000', '215123.375000', '215123.835000', '215124.295000', '215124.755000', '215125.215000', '215125.675000', '215126.135000', '215126.595000', '215127.055000', '215127.515000', '215127.975000', '215128.435000', '215128.895000', '215129.355000', '215129.815000', '215130.275000', '215130.735000', '215131.195000', '215131.655000', '215132.115000', '215132.575000', '215133.035000', '215133.495000', '215133.955000', '215134.415000', '215134.875000', '215135.335000', '215135.795000', '215136.255000', '215136.715000', '215137.175000', '215137.635000', '215138.095000', '215138.555000', '215139.015000', '215139.475000', '215139.935000', '215140.395000', '215140.855000', '215141.315000', '215141.775000', '215142.235000', '215142.695000', '215143.155000', '215143.615000', '215144.075000', '215144.535000', '215144.995000', '215145.455000', '215145.915000', '215146.375000', '215146.835000', '215147.295000', '215147.755000', '215148.215000', '215148.675000', '215149.135000', '215149.595000', '215150.055000', '215150.515000', '215150.975000', '215151.435000', '215151.895000', '215152.355000', '215152.815000', '215153.275000', '215153.735000', '215154.195000', '215154.655000', '215155.115000', '215155.575000', '215156.035000', '215156.495000', '215156.955000', '215157.415000', '215157.875000', '215158.335000', '215158.795000', '215159.255000', '215159.715000', '215200.175000', '215200.635000', '215201.095000', '215201.555000', '215202.015000', '215202.475000', '215202.935000', '215203.395000', '215203.855000', '215204.315000', '215204.775000', '215205.235000', '215205.695000', '215206.155000', '215206.615000', '215207.075000', '215207.535000', '215207.995000', '215208.455000', '215208.915000', '215209.375000', '215209.835000', '215210.295000', '215210.755000', '215211.215000', '215211.675000', '215212.135000', '215212.595000', '215213.055000', '215213.515000', '215213.975000', '215214.435000', '215214.895000', '215215.355000', '215215.815000', '215216.275000', '215216.735000', '215217.195000', '215217.655000', '215218.115000', '215218.575000', '215219.035000', '215219.495000', '215219.955000', '215220.415000', '215220.875000', '215221.335000', '215221.795000', '215222.255000', '215222.715000', '215223.175000', '215223.635000', '215224.095000', '215224.555000', '215225.015000', '215225.475000', '215225.935000', '215226.395000', '215226.855000', '215227.315000', '215227.775000', '215228.235000', '215228.695000', '215229.155000', '215229.615000', '215230.075000', '215230.535000', '215230.995000', '215231.455000', '215231.915000', '215232.375000', '215232.835000', '215233.295000', '215233.755000', '215234.215000', '215234.675000', '215235.135000', '215235.595000', '215236.055000', '215236.515000', '215236.975000', '215237.435000', '215237.895000', '215238.355000', '215238.815000', '215239.275000', '215239.735000', '215240.195000', '215240.655000', '215241.115000', '215241.575000', '215242.035000', '215242.495000', '215242.955000', '215243.415000', '215243.875000', '215244.335000', '215244.795000', '215245.255000', '215245.715000', '215246.175000', '215246.635000', '215247.095000', '215247.555000', '215248.015000', '215248.475000', '215248.935000', '215249.395000', '215249.855000', '215250.315000', '215250.775000', '215251.235000', '215251.695000', '215252.155000', '215252.615000', '215253.075000', '215253.535000', '215253.995000', '215254.455000', '215254.915000', '215255.375000', '215255.835000', '215256.295000', '215256.755000', '215257.215000', '215257.675000', '215258.135000', '215258.595000', '215259.055000', '215259.515000', '215259.975000', '215300.435000', '215300.895000', '215301.355000', '215301.815000', '215302.275000', '215302.735000', '215303.195000', '215303.655000', '215304.115000', '215304.575000', '215305.035000', '215305.495000', '215305.955000', '215306.415000', '215306.875000', '215307.335000', '215307.795000', '215308.255000', '215308.715000', '215309.175000', '215309.635000', '215310.095000', '215310.555000', '215311.015000', '215311.475000', '215311.935000', '215312.395000', '215312.855000', '215313.315000', '215313.775000', '215314.235000', '215314.695000', '215315.155000', '215315.615000', '215316.075000', '215316.535000', '215316.995000', '215317.455000', '215317.915000', '215318.375000', '215318.835000', '215319.295000', '215319.755000', '215320.215000', '215320.675000', '215321.135000', '215321.595000', '215322.055000', '215322.515000', '215322.975000', '215323.435000', '215323.895000', '215324.355000', '215324.815000', '215325.275000', '215325.735000', '215326.195000', '215326.655000', '215327.115000', '215327.575000', '215328.035000', '215328.495000', '215328.955000', '215329.415000', '215329.875000', '215330.335000', '215330.795000', '215331.255000', '215331.715000', '215332.175000', '215332.635000', '215333.095000', '215333.555000', '215334.015000', '215334.475000', '215334.935000', '215335.395000', '215335.855000', '215336.315000', '215336.775000', '215337.235000', '215337.695000', '215338.155000', '215338.615000', '215339.075000', '215339.535000', '215339.995000', '215340.455000', '215340.915000', '215341.375000', '215341.835000', '215342.295000', '215342.755000', '215343.215000', '215343.675000', '215344.135000', '215344.595000', '215345.055000', '215345.515000', '215345.975000', '215346.435000', '215346.895000', '215347.355000', '215347.815000', '215348.275000', '215348.735000', '215349.195000', '215349.655000', '215350.115000', '215350.575000', '215351.035000', '215351.495000', '215351.955000', '215352.415000', '215352.875000', '215353.335000', '215353.795000', '215354.255000', '215354.715000', '215355.175000', '215355.635000', '215356.095000', '215356.555000', '215357.015000', '215357.475000', '215357.935000', '215358.395000', '215358.855000', '215359.315000', '215359.775000', '215400.235000', '215400.695000', '215401.155000', '215401.615000', '215402.075000', '215402.535000', '215402.995000', '215403.455000', '215403.915000', '215404.375000', '215404.835000', '215405.295000', '215405.755000', '215406.215000', '215406.675000', '215407.135000', '215407.595000', '215408.055000', '215408.515000', '215408.975000', '215409.435000', '215409.895000', '215410.355000', '215410.815000', '215411.275000', '215411.735000', '215412.195000', '215412.655000', '215413.115000', '215413.575000', '215414.035000', '215414.495000', '215414.955000', '215415.415000', '215415.875000', '215416.335000', '215416.795000', '215417.255000', '215417.715000', '215418.175000', '215418.635000', '215419.095000', '215419.555000', '215420.015000', '215420.475000', '215420.935000', '215421.395000', '215421.855000', '215422.315000', '215422.775000', '215423.235000', '215423.695000', '215424.155000', '215424.615000', '215425.075000', '215425.535000', '215425.995000', '215426.455000', '215426.915000', '215427.375000', '215427.835000', '215428.295000', '215428.755000', '215429.215000', '215429.675000', '215430.135000', '215430.595000', '215431.055000', '215431.515000', '215431.975000', '215432.435000', '215432.895000', '215433.355000', '215433.815000', '215434.275000', '215434.735000', '215435.195000', '215435.655000', '215436.115000', '215436.575000', '215437.035000', '215437.495000', '215437.955000', '215438.415000', '215438.875000', '215439.335000', '215439.795000', '215440.255000', '215440.715000', '215441.175000', '215441.635000', '215442.095000', '215442.555000', '215443.015000', '215443.475000', '215443.935000', '215444.395000', '215444.855000', '215445.315000', '215445.775000', '215446.235000', '215446.695000', '215447.155000', '215447.615000', '215448.075000', '215448.535000', '215448.995000', '215449.455000', '215449.915000', '215450.375000', '215450.835000', '215451.295000', '215451.755000', '215452.215000', '215452.675000', '215453.135000', '215453.595000', '215454.055000', '215454.515000', '215454.975000', '215455.435000', '215455.895000', '215456.355000', '215456.815000', '215457.275000', '215457.735000', '215458.195000', '215458.655000', '215459.115000', '215459.575000', '215500.035000', '215500.495000', '215500.955000', '215501.415000', '215501.875000', '215502.335000', '215502.795000', '215503.255000', '215503.715000', '215504.175000', '215504.635000', '215505.095000', '215505.555000', '215506.015000', '215506.475000', '215506.935000', '215507.395000', '215507.855000', '215508.315000', '215508.775000', '215509.235000', '215509.695000', '215510.155000', '215510.615000', '215511.075000', '215511.535000', '215511.995000', '215512.455000', '215512.915000', '215513.375000', '215513.835000', '215514.295000', '215514.755000', '215515.215000', '215515.675000', '215516.135000', '215516.595000', '215517.055000', '215517.515000', '215517.975000', '215518.435000', '215518.895000', '215519.355000', '215519.815000', '215520.275000', '215520.735000', '215521.195000', '215521.655000', '215522.115000', '215522.575000', '215523.035000', '215523.495000', '215523.955000', '215524.415000', '215524.875000', '215525.335000', '215525.795000', '215526.255000', '215526.715000', '215527.175000', '215527.635000', '215528.095000', '215528.555000', '215529.015000', '215529.475000', '215529.935000', '215530.395000', '215530.855000', '215531.315000', '215531.775000', '215532.235000', '215532.695000', '215533.155000', '215533.615000', '215534.075000', '215534.535000', '215534.995000', '215535.455000', '215535.915000', '215536.375000', '215536.835000', '215537.295000', '215537.755000', '215538.215000', '215538.675000', '215539.135000', '215539.595000', '215540.055000', '215540.515000', '215540.975000', '215541.435000', '215541.895000', '215542.355000', '215542.815000', '215543.275000', '215543.735000', '215544.195000', '215544.655000', '215545.115000', '215545.575000', '215546.035000', '215546.495000', '215546.955000', '215547.415000', '215547.875000', '215548.335000', '215548.795000', '215549.255000', '215549.715000', '215550.175000', '215550.635000', '215551.095000', '215551.555000', '215552.015000', '215552.475000', '215552.935000', '215553.395000', '215553.855000', '215554.315000', '215554.775000', '215555.235000', '215555.695000', '215556.155000', '215556.615000', '215557.075000', '215557.535000', '215557.995000', '215558.455000', '215558.915000', '215559.375000', '215559.835000', '215600.295000', '215600.755000', '215601.215000', '215601.675000', '215602.135000', '215602.595000', '215603.055000', '215603.515000', '215603.975000', '215604.435000', '215604.895000', '215605.355000', '215605.815000', '215606.275000', '215606.735000', '215607.195000', '215607.655000', '215608.115000', '215608.575000', '215609.035000', '215609.495000', '215609.955000', '215610.415000', '215610.875000', '215611.335000', '215611.795000', '215612.255000', '215612.715000', '215613.175000', '215613.635000', '215614.095000', '215614.555000', '215615.015000', '215615.475000', '215615.935000', '215616.395000', '215616.855000', '215617.315000', '215617.775000', '215618.235000', '215618.695000', '215619.155000', '215619.615000', '215620.075000', '215620.535000', '215620.995000', '215621.455000', '215621.915000', '215622.375000', '215622.835000', '215623.295000', '215623.755000', '215624.215000', '215624.675000', '215625.135000', '215625.595000', '215626.055000', '215626.515000', '215626.975000', '215627.435000', '215627.895000', '215628.355000', '215628.815000', '215629.275000', '215629.735000', '215630.195000', '215630.655000', '215631.115000', '215631.575000', '215632.035000', '215632.495000', '215632.955000', '215633.415000', '215633.875000', '215634.335000', '215634.795000', '215635.255000', '215635.715000', '215636.175000', '215636.635000', '215637.095000', '215637.555000', '215638.015000', '215638.475000', '215638.935000', '215639.395000', '215639.855000', '215640.315000', '215640.775000', '215641.235000', '215641.695000', '215642.155000', '215642.615000', '215643.075000', '215643.535000', '215643.995000', '215644.455000', '215644.915000', '215645.375000', '215645.835000', '215646.295000', '215646.755000', '215647.215000', '215647.675000', '215648.135000', '215648.595000', '215649.055000', '215649.515000', '215649.975000', '215650.435000', '215650.895000', '215651.355000', '215651.815000', '215652.275000', '215652.735000', '215653.195000', '215653.655000', '215654.115000', '215654.575000', '215655.035000', '215655.495000', '215655.955000', '215656.415000', '215656.875000', '215657.335000', '215657.795000', '215658.255000', '215658.715000', '215659.175000', '215659.635000', '215700.095000', '215700.555000', '215701.015000', '215701.475000', '215701.935000', '215702.395000', '215702.855000', '215703.315000', '215703.775000', '215704.235000', '215704.695000', '215705.155000', '215705.615000', '215706.075000', '215706.535000', '215706.995000', '215707.455000', '215707.915000', '215708.375000', '215708.835000', '215709.295000', '215709.755000', '215710.215000', '215710.675000', '215711.135000', '215711.595000', '215712.055000', '215712.515000', '215712.975000', '215713.435000', '215713.895000', '215714.355000', '215714.815000', '215715.275000', '215715.735000', '215716.195000', '215716.655000', '215717.115000', '215717.575000', '215718.035000', '215718.495000', '215718.955000', '215719.415000', '215719.875000', '215720.335000', '215720.795000', '215721.255000', '215721.715000', '215722.175000', '215722.635000', '215723.095000', '215723.555000', '215724.015000', '215724.475000', '215724.935000', '215725.395000', '215725.855000', '215726.315000', '215726.775000', '215727.235000', '215727.695000', '215728.155000', '215728.615000', '215729.075000', '215729.535000', '215729.995000', '215730.455000', '215730.915000', '215731.375000', '215731.835000', '215732.295000', '215732.755000', '215733.215000', '215733.675000'], 'ContentTime': ['215054.248000', '215054.251000', '215054.253000', '215054.256000', '215054.259000', '215054.261000', '215054.264000', '215054.267000', '215054.269000', '215054.272000', '215054.274000', '215054.277000', '215054.279000', '215054.282000', '215054.284000', '215054.294000', '215054.296000', '215054.299000', '215054.302000', '215054.304000', '215054.307000', '215054.309000', '215054.312000', '215054.315000', '215054.317000', '215054.320000', '215054.322000', '215054.325000', '215054.327000', '215054.330000', '215054.333000', '215054.335000', '215054.338000', '215054.340000', '215054.343000', '215054.346000', '215054.348000', '215054.351000', '215054.353000', '215054.356000', '215054.359000', '215054.361000', '215114.207000', '215114.210000', '215114.213000', '215114.215000', '215114.218000', '215114.225000', '215114.227000', '215114.230000', '215114.233000', '215114.235000', '215114.238000', '215114.241000', '215114.243000', '215114.246000', '215114.248000', '215114.251000', '215114.254000', '215114.256000', '215114.259000', '215114.261000', '215114.264000', '215114.266000', '215114.269000', '215114.272000', '215114.280000', '215114.282000', '215114.285000', '215114.287000', '215114.290000', '215114.292000', '215114.295000', '215114.297000', '215114.300000', '215114.303000', '215114.305000', '215114.308000', '215114.310000', '215114.313000', '215114.316000', '215114.318000', '215114.321000', '215114.323000', '215114.326000', '215134.207000', '215134.210000', '215134.213000', '215134.215000', '215134.218000', '215134.220000', '215134.223000', '215134.225000', '215134.228000', '215134.231000', '215134.233000', '215134.236000', '215134.239000', '215134.242000', '215134.245000', '215134.248000', '215134.250000', '215134.253000', '215134.255000', '215134.258000', '215134.261000', '215134.263000', '215134.266000', '215134.268000', '215134.271000', '215134.273000', '215134.276000', '215134.279000', '215134.281000', '215134.284000', '215134.286000', '215134.289000', '215134.291000', '215134.294000', '215134.296000', '215134.299000', '215134.302000', '215134.304000', '215134.307000', '215134.312000', '215134.315000', '215134.317000', '215134.320000', '215154.207000', '215154.210000', '215154.213000', '215154.215000', '215154.218000', '215154.221000', '215154.223000', '215154.226000', '215154.228000', '215154.231000', '215154.233000', '215154.236000', '215154.239000', '215154.241000', '215154.244000', '215154.246000', '215154.249000', '215154.251000', '215154.254000', '215154.257000', '215154.259000', '215154.262000', '215154.264000', '215154.267000', '215154.270000', '215154.272000', '215154.275000', '215154.278000', '215154.280000', '215154.283000', '215154.285000', '215154.288000', '215154.291000', '215154.293000', '215154.296000', '215154.298000', '215154.301000', '215154.304000', '215154.306000', '215154.309000', '215154.311000', '215154.325000', '215154.328000', '215154.330000', '215214.207000', '215214.211000', '215214.214000', '215214.217000', '215214.219000', '215214.222000', '215214.224000', '215214.227000', '215214.230000', '215214.232000', '215214.235000', '215214.238000', '215214.240000', '215214.243000', '215214.246000', '215214.249000', '215214.252000', '215214.254000', '215214.257000', '215214.260000', '215214.262000', '215214.265000', '215214.268000', '215214.270000', '215214.273000', '215214.275000', '215214.278000', '215214.281000', '215214.283000', '215214.286000', '215214.288000', '215214.291000', '215214.299000', '215214.302000', '215214.305000', '215214.307000', '215214.310000', '215214.313000', '215214.315000', '215214.318000', '215214.320000', '215214.323000', '215214.326000', '215234.207000', '215234.210000', '215234.213000', '215234.216000', '215234.219000', '215234.222000', '215234.224000', '215234.227000', '215234.230000', '215234.232000', '215234.235000', '215234.237000', '215234.240000', '215234.243000', '215234.245000', '215234.248000', '215234.250000', '215234.253000', '215234.256000', '215234.258000', '215234.261000', '215234.263000', '215234.266000', '215234.269000', '215234.271000', '215234.274000', '215234.277000', '215234.279000', '215234.282000', '215234.284000', '215234.296000', '215234.299000', '215234.301000', '215234.304000', '215234.306000', '215234.309000', '215234.312000', '215234.314000', '215234.317000', '215234.320000', '215234.322000', '215234.325000', '215234.327000', '215234.330000', '215254.208000', '215254.210000', '215254.213000', '215254.215000', '215254.218000', '215254.221000', '215254.223000', '215254.226000', '215254.228000', '215254.231000', '215254.234000', '215254.236000', '215254.239000', '215254.242000', '215254.245000', '215254.248000', '215254.250000', '215254.253000', '215254.256000', '215254.258000', '215254.261000', '215254.263000', '215254.266000', '215254.269000', '215254.271000', '215254.274000', '215254.276000', '215254.279000', '215254.282000', '215254.284000', '215254.287000', '215254.289000', '215254.292000', '215254.295000', '215254.297000', '215254.300000', '215254.302000', '215254.305000', '215254.307000', '215254.310000', '215254.313000', '215254.315000', '215254.318000', '215314.208000', '215314.210000', '215314.213000', '215314.216000', '215314.218000', '215314.221000', '215314.224000', '215314.226000', '215314.229000', '215314.231000', '215314.234000', '215314.237000', '215314.239000', '215314.242000', '215314.245000', '215314.247000', '215314.250000', '215314.252000', '215314.255000', '215314.257000', '215314.260000', '215314.263000', '215314.265000', '215314.273000', '215314.276000', '215314.279000', '215314.281000', '215314.284000', '215314.286000', '215314.289000', '215314.292000', '215314.294000', '215314.297000', '215314.299000', '215314.302000', '215314.304000', '215314.307000', '215314.310000', '215314.312000', '215314.315000', '215314.317000', '215314.320000', '215314.323000', '215314.325000', '215334.207000', '215334.210000', '215334.213000', '215334.216000', '215334.218000', '215334.221000', '215334.223000', '215334.226000', '215334.229000', '215334.231000', '215334.234000', '215334.237000', '215334.239000', '215334.242000', '215334.245000', '215334.247000', '215334.250000', '215334.252000', '215334.255000', '215334.257000', '215334.260000', '215334.263000', '215334.265000', '215334.268000', '215334.270000', '215334.273000', '215334.276000', '215334.278000', '215334.281000', '215334.283000', '215334.287000', '215334.290000', '215334.292000', '215334.295000', '215334.298000', '215334.300000', '215334.317000', '215334.320000', '215334.322000', '215334.325000', '215334.328000', '215334.330000', '215334.333000', '215354.207000', '215354.210000', '215354.213000', '215354.215000', '215354.218000', '215354.221000', '215354.223000', '215354.226000', '215354.228000', '215354.231000', '215354.234000', '215354.236000', '215354.239000', '215354.241000', '215354.244000', '215354.246000', '215354.249000', '215354.252000', '215354.254000', '215354.257000', '215354.260000', '215354.263000', '215354.265000', '215354.268000', '215354.271000', '215354.273000', '215354.276000', '215354.278000', '215354.281000', '215354.283000', '215354.286000', '215354.289000', '215354.291000', '215354.294000', '215354.296000', '215354.299000', '215354.302000', '215354.304000', '215354.307000', '215354.309000', '215354.312000', '215354.315000', '215354.317000', '215354.320000', '215414.207000', '215414.210000', '215414.213000', '215414.216000', '215414.218000', '215414.221000', '215414.223000', '215414.226000', '215414.229000', '215414.231000', '215414.234000', '215414.236000', '215414.239000', '215414.242000', '215414.244000', '215414.247000', '215414.249000', '215414.252000', '215414.255000', '215414.257000', '215414.260000', '215414.262000', '215414.265000', '215414.268000', '215414.270000', '215414.273000', '215414.276000', '215414.278000', '215414.281000', '215414.283000', '215414.286000', '215414.288000', '215414.291000', '215414.294000', '215414.296000', '215414.299000', '215414.301000', '215414.304000', '215414.307000', '215414.309000', '215414.312000', '215414.315000', '215414.317000', '215434.207000', '215434.210000', '215434.213000', '215434.215000', '215434.218000', '215434.221000', '215434.223000', '215434.226000', '215434.228000', '215434.231000', '215434.234000', '215434.236000', '215434.239000', '215434.242000', '215434.244000', '215434.247000', '215434.249000', '215434.252000', '215434.255000', '215434.257000', '215434.260000', '215434.263000', '215434.265000', '215434.268000', '215434.271000', '215434.273000', '215434.276000', '215434.278000', '215434.281000', '215434.284000', '215434.286000', '215434.289000', '215434.292000', '215434.294000', '215434.297000', '215434.299000', '215434.302000', '215434.305000', '215434.307000', '215434.310000', '215434.312000', '215434.315000', '215434.318000', '215434.320000', '215454.207000', '215454.210000', '215454.213000', '215454.216000', '215454.218000', '215454.221000', '215454.223000', '215454.226000', '215454.229000', '215454.231000', '215454.234000', '215454.236000', '215454.239000', '215454.241000', '215454.244000', '215454.247000', '215454.249000', '215454.252000', '215454.255000', '215454.257000', '215454.260000', '215454.262000', '215454.265000', '215454.268000', '215454.270000', '215454.273000', '215454.276000', '215454.278000', '215454.281000', '215454.283000', '215454.286000', '215454.289000', '215454.291000', '215454.294000', '215454.297000', '215454.299000', '215454.302000', '215454.304000', '215454.307000', '215454.310000', '215454.312000', '215454.315000', '215454.317000', '215514.207000', '215514.210000', '215514.213000', '215514.215000', '215514.218000', '215514.221000', '215514.223000', '215514.226000', '215514.229000', '215514.231000', '215514.234000', '215514.236000', '215514.239000', '215514.242000', '215514.244000', '215514.247000', '215514.250000', '215514.252000', '215514.271000', '215514.273000', '215514.276000', '215514.279000', '215514.281000', '215514.284000', '215514.287000', '215514.289000', '215514.292000', '215514.294000', '215514.298000', '215514.300000', '215514.303000', '215514.306000', '215514.308000', '215514.311000', '215514.313000', '215514.316000', '215514.319000', '215514.321000', '215514.324000', '215514.326000', '215514.329000', '215514.332000', '215514.334000', '215514.337000', '215534.208000', '215534.210000', '215534.213000', '215534.216000', '215534.218000', '215534.221000', '215534.223000', '215534.226000', '215534.229000', '215534.231000', '215534.234000', '215534.236000', '215534.239000', '215534.242000', '215534.244000', '215534.247000', '215534.249000', '215534.252000', '215534.255000', '215534.257000', '215534.260000', '215534.262000', '215534.265000', '215534.268000', '215534.270000', '215534.273000', '215534.275000', '215534.278000', '215534.281000', '215534.283000', '215534.286000', '215534.289000', '215534.291000', '215534.294000', '215534.296000', '215534.299000', '215534.302000', '215534.304000', '215534.307000', '215534.309000', '215534.312000', '215534.314000', '215534.317000', '215554.207000', '215554.210000', '215554.213000', '215554.216000', '215554.218000', '215554.221000', '215554.224000', '215554.226000', '215554.229000', '215554.234000', '215554.236000', '215554.239000', '215554.242000', '215554.244000', '215554.247000', '215554.249000', '215554.252000', '215554.255000', '215554.257000', '215554.260000', '215554.262000', '215554.265000', '215554.268000', '215554.270000', '215554.273000', '215554.275000', '215554.278000', '215554.281000', '215554.283000', '215554.286000', '215554.289000', '215554.291000', '215554.294000', '215554.296000', '215554.299000', '215554.301000', '215554.304000', '215554.307000', '215554.309000', '215554.312000', '215554.314000', '215554.317000', '215554.319000', '215554.322000', '215614.207000', '215614.210000', '215614.213000', '215614.215000', '215614.218000', '215614.221000', '215614.223000', '215614.226000', '215614.229000', '215614.231000', '215614.234000', '215614.236000', '215614.239000', '215614.242000', '215614.244000', '215614.247000', '215614.249000', '215614.252000', '215614.255000', '215614.257000', '215614.260000', '215614.262000', '215614.265000', '215614.267000', '215614.270000', '215614.273000', '215614.275000', '215614.278000', '215614.281000', '215614.283000', '215614.286000', '215614.288000', '215614.291000', '215614.294000', '215614.297000', '215614.300000', '215614.302000', '215614.305000', '215614.307000', '215614.310000', '215614.312000', '215614.315000', '215614.318000', '215634.207000', '215634.210000', '215634.213000', '215634.216000', '215634.218000', '215634.221000', '215634.223000', '215634.226000', '215634.228000', '215634.231000', '215634.234000', '215634.236000', '215634.239000', '215634.241000', '215634.244000', '215634.246000', '215634.249000', '215634.252000', '215634.254000', '215634.257000', '215634.259000', '215634.262000', '215634.264000', '215634.267000', '215634.270000', '215634.272000', '215634.275000', '215634.277000', '215634.280000', '215634.283000', '215634.285000', '215634.288000', '215634.290000', '215634.293000', '215634.296000', '215634.298000', '215634.301000', '215634.303000', '215634.306000', '215634.309000', '215634.311000', '215634.314000', '215634.317000', '215634.330000', '215654.208000', '215654.210000', '215654.213000', '215654.216000', '215654.218000', '215654.221000', '215654.224000', '215654.226000', '215654.229000', '215654.231000', '215654.234000', '215654.237000', '215654.239000', '215654.242000', '215654.245000', '215654.247000', '215654.250000', '215654.253000', '215654.255000', '215654.258000', '215654.261000', '215654.263000', '215654.266000', '215654.268000', '215654.271000', '215654.274000', '215654.276000', '215654.279000', '215654.281000', '215654.284000', '215654.287000', '215654.289000', '215654.292000', '215654.295000', '215654.297000', '215654.300000', '215654.302000', '215654.305000', '215654.308000', '215654.310000', '215654.313000', '215654.316000', '215654.318000', '215714.207000', '215714.210000', '215714.213000', '215714.215000', '215714.218000', '215714.221000', '215714.224000', '215714.226000', '215714.229000', '215714.232000', '215714.234000', '215714.237000', '215714.240000', '215714.242000', '215714.245000', '215714.248000', '215714.250000', '215714.253000', '215714.255000', '215714.258000', '215714.261000', '215714.263000', '215714.266000', '215714.268000', '215714.271000', '215714.274000', '215714.276000', '215714.279000', '215714.281000', '215714.284000', '215714.287000', '215714.289000', '215714.292000', '215714.294000', '215714.297000', '215714.300000', '215714.302000', '215714.305000', '215714.307000', '215714.310000', '215714.313000', '215714.315000', '215714.318000', '215714.320000', '215734.207000', '215734.210000', '215734.213000', '215734.216000', '215734.218000', '215734.221000', '215734.223000', '215734.226000', '215734.228000', '215734.231000', '215734.234000', '215734.236000', '215734.239000', '215734.242000', '215734.244000', '215734.247000', '215734.249000', '215734.252000', '215734.255000', '215734.257000', '215734.260000', '215734.262000', '215734.265000', '215734.267000', '215734.270000', '215734.273000', '215734.275000', '215734.278000', '215734.280000', '215734.283000', '215734.286000', '215734.288000', '215734.291000', '215734.293000', '215734.296000', '215734.299000', '215734.301000', '215734.304000', '215734.306000', '215734.309000', '215734.312000', '215734.314000', '215734.317000', '215735.268000', '215735.271000', '215735.274000'], 'InstanceCreationTime': ['215054.248000', '215054.251000', '215054.253000', '215054.256000', '215054.259000', '215054.261000', '215054.264000', '215054.267000', '215054.269000', '215054.272000', '215054.274000', '215054.277000', '215054.279000', '215054.282000', '215054.284000', '215054.294000', '215054.296000', '215054.299000', '215054.302000', '215054.304000', '215054.307000', '215054.309000', '215054.312000', '215054.315000', '215054.317000', '215054.320000', '215054.322000', '215054.325000', '215054.327000', '215054.330000', '215054.333000', '215054.335000', '215054.338000', '215054.340000', '215054.343000', '215054.346000', '215054.348000', '215054.351000', '215054.353000', '215054.356000', '215054.359000', '215054.361000', '215114.207000', '215114.210000', '215114.213000', '215114.215000', '215114.218000', '215114.225000', '215114.227000', '215114.230000', '215114.233000', '215114.235000', '215114.238000', '215114.241000', '215114.243000', '215114.246000', '215114.248000', '215114.251000', '215114.254000', '215114.256000', '215114.259000', '215114.261000', '215114.264000', '215114.266000', '215114.269000', '215114.272000', '215114.280000', '215114.282000', '215114.285000', '215114.287000', '215114.290000', '215114.292000', '215114.295000', '215114.297000', '215114.300000', '215114.303000', '215114.305000', '215114.308000', '215114.310000', '215114.313000', '215114.316000', '215114.318000', '215114.321000', '215114.323000', '215114.326000', '215134.207000', '215134.210000', '215134.213000', '215134.215000', '215134.218000', '215134.220000', '215134.223000', '215134.225000', '215134.228000', '215134.231000', '215134.233000', '215134.236000', '215134.239000', '215134.242000', '215134.245000', '215134.248000', '215134.250000', '215134.253000', '215134.255000', '215134.258000', '215134.261000', '215134.263000', '215134.266000', '215134.268000', '215134.271000', '215134.273000', '215134.276000', '215134.279000', '215134.281000', '215134.284000', '215134.286000', '215134.289000', '215134.291000', '215134.294000', '215134.296000', '215134.299000', '215134.302000', '215134.304000', '215134.307000', '215134.312000', '215134.315000', '215134.317000', '215134.320000', '215154.207000', '215154.210000', '215154.213000', '215154.215000', '215154.218000', '215154.221000', '215154.223000', '215154.226000', '215154.228000', '215154.231000', '215154.233000', '215154.236000', '215154.239000', '215154.241000', '215154.244000', '215154.246000', '215154.249000', '215154.251000', '215154.254000', '215154.257000', '215154.259000', '215154.262000', '215154.264000', '215154.267000', '215154.270000', '215154.272000', '215154.275000', '215154.278000', '215154.280000', '215154.283000', '215154.285000', '215154.288000', '215154.291000', '215154.293000', '215154.296000', '215154.298000', '215154.301000', '215154.304000', '215154.306000', '215154.309000', '215154.311000', '215154.325000', '215154.328000', '215154.330000', '215214.207000', '215214.211000', '215214.214000', '215214.217000', '215214.219000', '215214.222000', '215214.224000', '215214.227000', '215214.230000', '215214.232000', '215214.235000', '215214.238000', '215214.240000', '215214.243000', '215214.246000', '215214.249000', '215214.252000', '215214.254000', '215214.257000', '215214.260000', '215214.262000', '215214.265000', '215214.268000', '215214.270000', '215214.273000', '215214.275000', '215214.278000', '215214.281000', '215214.283000', '215214.286000', '215214.288000', '215214.291000', '215214.299000', '215214.302000', '215214.305000', '215214.307000', '215214.310000', '215214.313000', '215214.315000', '215214.318000', '215214.320000', '215214.323000', '215214.326000', '215234.207000', '215234.210000', '215234.213000', '215234.216000', '215234.219000', '215234.222000', '215234.224000', '215234.227000', '215234.230000', '215234.232000', '215234.235000', '215234.237000', '215234.240000', '215234.243000', '215234.245000', '215234.248000', '215234.250000', '215234.253000', '215234.256000', '215234.258000', '215234.261000', '215234.263000', '215234.266000', '215234.269000', '215234.271000', '215234.274000', '215234.277000', '215234.279000', '215234.282000', '215234.284000', '215234.296000', '215234.299000', '215234.301000', '215234.304000', '215234.306000', '215234.309000', '215234.312000', '215234.314000', '215234.317000', '215234.320000', '215234.322000', '215234.325000', '215234.327000', '215234.330000', '215254.208000', '215254.210000', '215254.213000', '215254.215000', '215254.218000', '215254.221000', '215254.223000', '215254.226000', '215254.228000', '215254.231000', '215254.234000', '215254.236000', '215254.239000', '215254.242000', '215254.245000', '215254.248000', '215254.250000', '215254.253000', '215254.256000', '215254.258000', '215254.261000', '215254.263000', '215254.266000', '215254.269000', '215254.271000', '215254.274000', '215254.276000', '215254.279000', '215254.282000', '215254.284000', '215254.287000', '215254.289000', '215254.292000', '215254.295000', '215254.297000', '215254.300000', '215254.302000', '215254.305000', '215254.307000', '215254.310000', '215254.313000', '215254.315000', '215254.318000', '215314.208000', '215314.210000', '215314.213000', '215314.216000', '215314.218000', '215314.221000', '215314.224000', '215314.226000', '215314.229000', '215314.231000', '215314.234000', '215314.237000', '215314.239000', '215314.242000', '215314.245000', '215314.247000', '215314.250000', '215314.252000', '215314.255000', '215314.257000', '215314.260000', '215314.263000', '215314.265000', '215314.273000', '215314.276000', '215314.279000', '215314.281000', '215314.284000', '215314.286000', '215314.289000', '215314.292000', '215314.294000', '215314.297000', '215314.299000', '215314.302000', '215314.304000', '215314.307000', '215314.310000', '215314.312000', '215314.315000', '215314.317000', '215314.320000', '215314.323000', '215314.325000', '215334.207000', '215334.210000', '215334.213000', '215334.216000', '215334.218000', '215334.221000', '215334.223000', '215334.226000', '215334.229000', '215334.231000', '215334.234000', '215334.237000', '215334.239000', '215334.242000', '215334.245000', '215334.247000', '215334.250000', '215334.252000', '215334.255000', '215334.257000', '215334.260000', '215334.263000', '215334.265000', '215334.268000', '215334.270000', '215334.273000', '215334.276000', '215334.278000', '215334.281000', '215334.283000', '215334.287000', '215334.290000', '215334.292000', '215334.295000', '215334.298000', '215334.300000', '215334.317000', '215334.320000', '215334.322000', '215334.325000', '215334.328000', '215334.330000', '215334.333000', '215354.207000', '215354.210000', '215354.213000', '215354.215000', '215354.218000', '215354.221000', '215354.223000', '215354.226000', '215354.228000', '215354.231000', '215354.234000', '215354.236000', '215354.239000', '215354.241000', '215354.244000', '215354.246000', '215354.249000', '215354.252000', '215354.254000', '215354.257000', '215354.260000', '215354.263000', '215354.265000', '215354.268000', '215354.271000', '215354.273000', '215354.276000', '215354.278000', '215354.281000', '215354.283000', '215354.286000', '215354.289000', '215354.291000', '215354.294000', '215354.296000', '215354.299000', '215354.302000', '215354.304000', '215354.307000', '215354.309000', '215354.312000', '215354.315000', '215354.317000', '215354.320000', '215414.207000', '215414.210000', '215414.213000', '215414.216000', '215414.218000', '215414.221000', '215414.223000', '215414.226000', '215414.229000', '215414.231000', '215414.234000', '215414.236000', '215414.239000', '215414.242000', '215414.244000', '215414.247000', '215414.249000', '215414.252000', '215414.255000', '215414.257000', '215414.260000', '215414.262000', '215414.265000', '215414.268000', '215414.270000', '215414.273000', '215414.276000', '215414.278000', '215414.281000', '215414.283000', '215414.286000', '215414.288000', '215414.291000', '215414.294000', '215414.296000', '215414.299000', '215414.301000', '215414.304000', '215414.307000', '215414.309000', '215414.312000', '215414.315000', '215414.317000', '215434.207000', '215434.210000', '215434.213000', '215434.215000', '215434.218000', '215434.221000', '215434.223000', '215434.226000', '215434.228000', '215434.231000', '215434.234000', '215434.236000', '215434.239000', '215434.242000', '215434.244000', '215434.247000', '215434.249000', '215434.252000', '215434.255000', '215434.257000', '215434.260000', '215434.263000', '215434.265000', '215434.268000', '215434.271000', '215434.273000', '215434.276000', '215434.278000', '215434.281000', '215434.284000', '215434.286000', '215434.289000', '215434.292000', '215434.294000', '215434.297000', '215434.299000', '215434.302000', '215434.305000', '215434.307000', '215434.310000', '215434.312000', '215434.315000', '215434.318000', '215434.320000', '215454.207000', '215454.210000', '215454.213000', '215454.216000', '215454.218000', '215454.221000', '215454.223000', '215454.226000', '215454.229000', '215454.231000', '215454.234000', '215454.236000', '215454.239000', '215454.241000', '215454.244000', '215454.247000', '215454.249000', '215454.252000', '215454.255000', '215454.257000', '215454.260000', '215454.262000', '215454.265000', '215454.268000', '215454.270000', '215454.273000', '215454.276000', '215454.278000', '215454.281000', '215454.283000', '215454.286000', '215454.289000', '215454.291000', '215454.294000', '215454.297000', '215454.299000', '215454.302000', '215454.304000', '215454.307000', '215454.310000', '215454.312000', '215454.315000', '215454.317000', '215514.207000', '215514.210000', '215514.213000', '215514.215000', '215514.218000', '215514.221000', '215514.223000', '215514.226000', '215514.229000', '215514.231000', '215514.234000', '215514.236000', '215514.239000', '215514.242000', '215514.244000', '215514.247000', '215514.250000', '215514.252000', '215514.271000', '215514.273000', '215514.276000', '215514.279000', '215514.281000', '215514.284000', '215514.287000', '215514.289000', '215514.292000', '215514.294000', '215514.298000', '215514.300000', '215514.303000', '215514.306000', '215514.308000', '215514.311000', '215514.313000', '215514.316000', '215514.319000', '215514.321000', '215514.324000', '215514.326000', '215514.329000', '215514.332000', '215514.334000', '215514.337000', '215534.208000', '215534.210000', '215534.213000', '215534.216000', '215534.218000', '215534.221000', '215534.223000', '215534.226000', '215534.229000', '215534.231000', '215534.234000', '215534.236000', '215534.239000', '215534.242000', '215534.244000', '215534.247000', '215534.249000', '215534.252000', '215534.255000', '215534.257000', '215534.260000', '215534.262000', '215534.265000', '215534.268000', '215534.270000', '215534.273000', '215534.275000', '215534.278000', '215534.281000', '215534.283000', '215534.286000', '215534.289000', '215534.291000', '215534.294000', '215534.296000', '215534.299000', '215534.302000', '215534.304000', '215534.307000', '215534.309000', '215534.312000', '215534.314000', '215534.317000', '215554.207000', '215554.210000', '215554.213000', '215554.216000', '215554.218000', '215554.221000', '215554.224000', '215554.226000', '215554.229000', '215554.234000', '215554.236000', '215554.239000', '215554.242000', '215554.244000', '215554.247000', '215554.249000', '215554.252000', '215554.255000', '215554.257000', '215554.260000', '215554.262000', '215554.265000', '215554.268000', '215554.270000', '215554.273000', '215554.275000', '215554.278000', '215554.281000', '215554.283000', '215554.286000', '215554.289000', '215554.291000', '215554.294000', '215554.296000', '215554.299000', '215554.301000', '215554.304000', '215554.307000', '215554.309000', '215554.312000', '215554.314000', '215554.317000', '215554.319000', '215554.322000', '215614.207000', '215614.210000', '215614.213000', '215614.215000', '215614.218000', '215614.221000', '215614.223000', '215614.226000', '215614.229000', '215614.231000', '215614.234000', '215614.236000', '215614.239000', '215614.242000', '215614.244000', '215614.247000', '215614.249000', '215614.252000', '215614.255000', '215614.257000', '215614.260000', '215614.262000', '215614.265000', '215614.267000', '215614.270000', '215614.273000', '215614.275000', '215614.278000', '215614.281000', '215614.283000', '215614.286000', '215614.288000', '215614.291000', '215614.294000', '215614.297000', '215614.300000', '215614.302000', '215614.305000', '215614.307000', '215614.310000', '215614.312000', '215614.315000', '215614.318000', '215634.207000', '215634.210000', '215634.213000', '215634.216000', '215634.218000', '215634.221000', '215634.223000', '215634.226000', '215634.228000', '215634.231000', '215634.234000', '215634.236000', '215634.239000', '215634.241000', '215634.244000', '215634.246000', '215634.249000', '215634.252000', '215634.254000', '215634.257000', '215634.259000', '215634.262000', '215634.264000', '215634.267000', '215634.270000', '215634.272000', '215634.275000', '215634.277000', '215634.280000', '215634.283000', '215634.285000', '215634.288000', '215634.290000', '215634.293000', '215634.296000', '215634.298000', '215634.301000', '215634.303000', '215634.306000', '215634.309000', '215634.311000', '215634.314000', '215634.317000', '215634.330000', '215654.208000', '215654.210000', '215654.213000', '215654.216000', '215654.218000', '215654.221000', '215654.224000', '215654.226000', '215654.229000', '215654.231000', '215654.234000', '215654.237000', '215654.239000', '215654.242000', '215654.245000', '215654.247000', '215654.250000', '215654.253000', '215654.255000', '215654.258000', '215654.261000', '215654.263000', '215654.266000', '215654.268000', '215654.271000', '215654.274000', '215654.276000', '215654.279000', '215654.281000', '215654.284000', '215654.287000', '215654.289000', '215654.292000', '215654.295000', '215654.297000', '215654.300000', '215654.302000', '215654.305000', '215654.308000', '215654.310000', '215654.313000', '215654.316000', '215654.318000', '215714.207000', '215714.210000', '215714.213000', '215714.215000', '215714.218000', '215714.221000', '215714.224000', '215714.226000', '215714.229000', '215714.232000', '215714.234000', '215714.237000', '215714.240000', '215714.242000', '215714.245000', '215714.248000', '215714.250000', '215714.253000', '215714.255000', '215714.258000', '215714.261000', '215714.263000', '215714.266000', '215714.268000', '215714.271000', '215714.274000', '215714.276000', '215714.279000', '215714.281000', '215714.284000', '215714.287000', '215714.289000', '215714.292000', '215714.294000', '215714.297000', '215714.300000', '215714.302000', '215714.305000', '215714.307000', '215714.310000', '215714.313000', '215714.315000', '215714.318000', '215714.320000', '215734.207000', '215734.210000', '215734.213000', '215734.216000', '215734.218000', '215734.221000', '215734.223000', '215734.226000', '215734.228000', '215734.231000', '215734.234000', '215734.236000', '215734.239000', '215734.242000', '215734.244000', '215734.247000', '215734.249000', '215734.252000', '215734.255000', '215734.257000', '215734.260000', '215734.262000', '215734.265000', '215734.267000', '215734.270000', '215734.273000', '215734.275000', '215734.278000', '215734.280000', '215734.283000', '215734.286000', '215734.288000', '215734.291000', '215734.293000', '215734.296000', '215734.299000', '215734.301000', '215734.304000', '215734.306000', '215734.309000', '215734.312000', '215734.314000', '215734.317000', '215735.268000', '215735.271000', '215735.274000'], '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': [11975, 8022, 7960, 11744, 7112, 8580, 12216, 7503, 11552, 7450, 8553, 8292, 7704, 10765, 8286, 7744, 13164, 8434, 8948, 8373, 7945, 10860, 7809, 7878, 13287, 8830, 9777, 7029, 7925, 7660, 7800, 11948, 12017, 7729, 11526, 7345, 8350, 9967, 7612, 11438, 6830, 7984, 13504, 9237, 9853, 12817, 8063, 9860, 6959, 7762, 12685, 7961, 9245, 12990, 7996, 9779, 8259, 7702, 12015, 7195, 8978, 13850, 8063, 9335, 8756, 7434, 11268, 7233, 8314, 13131, 8113, 10225, 8127, 7489, 12577, 7600, 9404, 10158, 7955, 10978, 7986, 9546, 13410, 8353, 10150, 9248, 7970, 11134, 8399, 8728, 9077, 7317, 11085, 8310, 7672, 13242, 8228, 8945, 8832, 7678, 11871, 7491, 9047, 14314, 8716, 10418, 7079, 7733, 12526, 8439, 10244, 10558, 7908, 13254, 8637, 9238, 6796, 7903, 10443, 7702, 12835, 8897, 9692, 7507, 7802, 7658, 10729, 8561, 11449, 9047, 12577, 14493, 11204, 10115, 8892, 8499, 9075, 8622, 10967, 8537, 8576, 9490, 10212, 14999, 10276, 11236, 8807, 8420, 7763, 7158, 12909, 12971, 12262, 10579, 8109, 8476, 8515, 7562, 10464, 8157, 8874, 9838, 7755, 11054, 7841, 7996, 7184, 8341, 11136, 9836, 10156, 8464, 8028, 10952, 7465, 11741, 9218, 11549, 13412, 10046, 11533, 7993, 13790, 9706, 14127, 10117, 13004, 9399, 13570, 9300, 13369, 8799, 9149, 7613, 12421, 8412, 10530, 8377, 8144, 8362, 7523, 7744, 10514, 10624, 7728, 7247, 7349, 7074, 7826, 6855, 10513, 6965, 9192, 7620, 7139, 12742, 8383, 9274, 9648, 7443, 10858, 6984, 11673, 12479, 7510, 11322, 7541, 8082, 7961, 7134, 13637, 7443, 10744, 13700, 9014, 10628, 7484, 6890, 13137, 9667, 10906, 7747, 7410, 13213, 7686, 10227, 13724, 9316, 12056, 8476, 10137, 7395, 7192, 13501, 8624, 8809, 13718, 9607, 10532, 7262, 8629, 12869, 7513, 9923, 13232, 7865, 11300, 8001, 7337, 10121, 7210, 10729, 8246, 7515, 12776, 7919, 9060, 9497, 7816, 13798, 7660, 10787, 13911, 9055, 10904, 10248, 8131, 12498, 7722, 10883, 9989, 7317, 11818, 7900, 7491, 12774, 7654, 10890, 7945, 10648, 6654, 8617, 13945, 10255, 10837, 7595, 9117, 8856, 7887, 12329, 8145, 12580, 10079, 8472, 13918, 8286, 11358, 8157, 10775, 8752, 8166, 13523, 9669, 8002, 13625, 8370, 9761, 8214, 7831, 11589, 8712, 10202, 8321, 10952, 7832, 8134, 8212, 9788, 8370, 9406, 8621, 11636, 14904, 10024, 11365, 9195, 7934, 9541, 8304, 11143, 7761, 10108, 8064, 9512, 9190, 8606, 9110, 8085, 9411, 7967, 12081, 8029, 8442, 12931, 7927, 9873, 9780, 7608, 11987, 7870, 10909, 7805, 7868, 8143, 8226, 12345, 7727, 9012, 12579, 8059, 10142, 7796, 7611, 11648, 8450, 10334, 9487, 7998, 11511, 7908, 7998, 12516, 8543, 9707, 10161, 7916, 11561, 8063, 8545, 12411, 8166, 10281, 8698, 7881, 13695, 8198, 10360, 7804, 8165, 13094, 9156, 10525, 10100, 8064, 11709, 8200, 7699, 12738, 8102, 9917, 8773, 8059, 11991, 8459, 9877, 12491, 8418, 11105, 7851, 8625, 7938, 7643, 12328, 8061, 7464, 12467, 7805, 8929, 9971, 8025, 10843, 7907, 7536, 13202, 8789, 10806, 7182, 7769, 13157, 7808, 10169, 8818, 7747, 14043, 8194, 11194, 7583, 8895, 14062, 8800, 11382, 7529, 7797, 11643, 7625, 11190, 7102, 8348, 14404, 8138, 10683, 7920, 8066, 12780, 7761, 11488, 7942, 9224, 7430, 7601, 13553, 8560, 11028, 8981, 7911, 11012, 7768, 11844, 7803, 9373, 12156, 8258, 14134, 8619, 10867, 8561, 9915, 9378, 7861, 13460, 9047, 10985, 7860, 8276, 9209, 8165, 13717, 8879, 11231, 9416, 8020, 13630, 8584, 11572, 7626, 7826, 11492, 8400, 8911, 7971, 8890, 8172, 9024, 8228, 13309, 11700, 8114, 13860, 8541, 9015, 8664, 7831, 11602, 8913, 11315, 9917, 8162, 13116, 8016, 9225, 7968, 7899, 12637, 7433, 8516, 13857, 8479, 10471, 7660, 8795, 13420, 8557, 10841, 10087, 7741, 12780, 7677, 9629, 8908, 8180, 12245, 7714, 7831, 14238, 8451, 10419, 7562, 9336, 10787, 8158, 13273, 8574, 9444, 8789, 7935, 12500, 7768, 10164, 11474, 8285, 12374, 8579, 10200, 8254, 7618, 12942, 8355, 10941, 8510, 7841, 12545, 7983, 9551, 11915, 8073, 10753, 7010, 8411, 9122, 7903, 12585, 7303, 9758, 13571, 8634, 10669, 8243, 7607, 9777, 7729, 11804, 7193, 7739, 13185, 8462, 10689, 7934, 7740, 9760, 7547, 11126, 9093, 7893, 12936, 8204, 9838, 7202, 7581, 13051, 8470, 10853, 8407, 8014, 14545, 8569, 11244, 8119, 9709, 13420, 8378, 9488, 12821, 8200, 10309, 7774, 7951, 13520, 8290, 10405, 8906, 7563, 13333, 8341, 10343, 8413, 7618, 13282, 8969, 11295, 7871, 8716, 8624, 7987, 12897, 10310, 7688, 13318, 8961, 10239, 8413, 7716, 13262, 8284, 11250, 8879, 7895, 13802, 8254, 10170, 7847, 7651, 12460, 8392, 11423, 8422, 8485, 10523, 7895, 12290, 7546, 10676, 7258, 9862, 7751, 9972, 8347, 7642, 8715, 11881, 8975, 12372, 8748, 11840, 8199, 10165, 14289, 8728, 7951, 11703, 8105, 11255, 6994, 8717, 9237, 7950, 12757, 7318, 8403, 13381, 8974, 10875, 7802, 8552, 7510, 8201, 9178, 8149, 13068, 9429, 8923, 13614, 8458, 11219, 7965, 9378, 13697, 8792, 11048, 8301, 9722, 9851, 8482, 12202, 8557, 8190, 13006, 7750, 9481, 9523, 8375, 11332, 8144, 9895, 13839, 8093, 10168, 9903, 8476, 11362, 8858, 10732, 8091, 8793, 13755, 9274, 10121, 9439, 8230, 10247, 8845, 11591, 9185, 8419, 13200, 8600, 8402, 12625, 8498, 10732, 10250, 8425, 11634, 7803, 7887, 12912, 8452, 11301, 8643, 7577, 12721, 7611, 9030, 13348, 8096, 11296, 7317, 8480, 13404, 8275, 10866, 8789, 7868, 13531, 8514, 9549, 10537, 7745, 11906, 7205, 9003, 9779, 8088, 12641, 8256, 11062, 11270, 8043, 13680, 8952, 10600, 9073, 7756, 13150, 8876, 9535, 8902, 7953, 8216, 8047, 11623, 14717, 8796, 10716, 9453, 7663, 12279, 7832, 9324, 9605, 7745, 13277, 8690, 10785, 8121, 8402, 8862, 7913, 13724, 9981, 8039, 13552, 9096, 10632, 7815, 9607, 9115, 8274, 14273, 10608, 12660, 8411, 8517, 10462, 8225, 12548, 9025, 8085, 10725, 8580, 8625, 9419, 9196, 11103, 8209, 10113, 14389, 10845, 8301, 11045, 9002, 8153, 12116, 8622, 10172, 7855, 8505, 11902, 8490, 11265, 9255, 8168, 12777, 8691, 9980, 8969, 8055, 12458, 8252, 11813, 7744, 9707, 9132, 8397, 12266, 7795, 9334, 14210, 8493, 11259, 7286, 7992, 9260, 8213, 11918], 'WindowCenter': [4033.0, 3975.0, 3971.0, 4001.0, 3946.0, 3967.0, 3986.0, 3943.0, 3985.0, 3943.0, 3953.0, 3953.0, 3944.0, 3987.0, 3953.0, 3943.0, 3996.0, 3953.0, 3966.0, 3954.0, 3955.0, 3975.0, 3943.0, 3944.0, 3995.0, 3953.0, 3963.0, 3933.0, 3954.0, 3944.0, 3957.0, 3988.0, 3986.0, 3944.0, 3974.0, 3932.0, 3955.0, 3975.0, 3956.0, 3987.0, 3934.0, 3955.0, 3995.0, 3964.0, 3965.0, 3996.0, 3955.0, 3976.0, 3934.0, 3956.0, 3996.0, 3942.0, 3963.0, 3996.0, 3955.0, 3976.0, 3954.0, 3955.0, 3985.0, 3933.0, 3965.0, 3995.0, 3954.0, 3966.0, 3953.0, 3945.0, 3986.0, 3933.0, 3955.0, 3996.0, 3956.0, 3977.0, 3955.0, 3946.0, 3985.0, 3943.0, 3965.0, 3975.0, 3955.0, 3976.0, 3955.0, 3978.0, 3997.0, 3955.0, 3976.0, 3964.0, 3944.0, 3986.0, 3956.0, 3967.0, 3966.0, 3946.0, 3987.0, 3954.0, 3945.0, 3998.0, 3957.0, 3968.0, 3967.0, 3957.0, 3988.0, 3945.0, 3968.0, 4008.0, 3967.0, 3978.0, 3947.0, 3958.0, 3998.0, 3957.0, 3979.0, 3977.0, 3973.0, 4014.0, 3957.0, 3980.0, 3937.0, 3959.0, 3989.0, 3970.0, 4012.0, 3980.0, 3980.0, 3949.0, 3960.0, 3973.0, 4005.0, 3983.0, 4003.0, 3983.0, 4016.0, 4026.0, 3991.0, 3981.0, 3985.0, 3985.0, 3983.0, 3966.0, 3976.0, 3956.0, 3957.0, 3966.0, 3992.0, 4025.0, 3992.0, 3991.0, 3985.0, 3985.0, 3959.0, 3934.0, 4002.0, 4035.0, 3960.0, 3948.0, 3929.0, 3900.0, 3910.0, 3900.0, 3939.0, 3926.0, 3950.0, 3972.0, 3939.0, 3969.0, 3938.0, 3939.0, 3916.0, 3923.0, 3957.0, 3962.0, 3974.0, 3951.0, 3954.0, 3974.0, 3932.0, 3973.0, 3941.0, 3951.0, 3960.0, 3940.0, 3961.0, 3918.0, 3957.0, 3937.0, 3955.0, 3933.0, 3942.0, 3912.0, 3956.0, 3923.0, 3956.0, 3913.0, 3912.0, 3902.0, 3943.0, 3912.0, 3945.0, 3913.0, 3913.0, 3913.0, 3916.0, 3915.0, 3949.0, 3961.0, 3941.0, 3932.0, 3932.0, 3934.0, 3943.0, 3922.0, 3975.0, 3947.0, 3979.0, 3958.0, 3949.0, 3999.0, 3955.0, 3966.0, 3967.0, 3948.0, 3988.0, 3947.0, 4002.0, 3999.0, 3947.0, 3989.0, 3944.0, 3958.0, 3958.0, 3959.0, 4012.0, 3960.0, 3992.0, 4009.0, 3970.0, 3992.0, 3961.0, 3964.0, 4015.0, 3981.0, 4003.0, 3960.0, 3961.0, 4012.0, 3960.0, 3992.0, 4011.0, 3980.0, 4001.0, 3971.0, 3992.0, 3959.0, 3949.0, 4011.0, 3967.0, 3966.0, 3997.0, 3966.0, 3976.0, 3946.0, 3967.0, 3997.0, 3946.0, 3980.0, 3998.0, 3955.0, 3987.0, 3955.0, 3946.0, 3977.0, 3957.0, 3989.0, 3955.0, 3957.0, 3999.0, 3956.0, 3967.0, 3978.0, 3958.0, 4011.0, 3958.0, 4001.0, 4009.0, 3965.0, 3976.0, 3975.0, 3956.0, 3997.0, 3956.0, 3989.0, 3976.0, 3944.0, 3986.0, 3942.0, 3944.0, 3999.0, 3957.0, 3988.0, 3969.0, 3989.0, 3946.0, 3969.0, 4011.0, 3977.0, 3987.0, 3957.0, 3968.0, 3979.0, 3971.0, 4012.0, 3970.0, 4001.0, 3977.0, 3957.0, 4009.0, 3958.0, 3989.0, 3958.0, 3989.0, 3966.0, 3957.0, 4010.0, 3964.0, 3943.0, 3996.0, 3953.0, 3964.0, 3953.0, 3943.0, 3973.0, 3953.0, 3974.0, 3954.0, 3986.0, 3945.0, 3955.0, 3956.0, 3977.0, 3968.0, 3965.0, 3968.0, 4001.0, 4009.0, 3966.0, 3987.0, 3964.0, 3944.0, 3964.0, 3955.0, 3987.0, 3970.0, 3975.0, 3944.0, 3964.0, 3950.0, 3952.0, 3952.0, 3943.0, 3964.0, 3957.0, 3990.0, 3945.0, 3955.0, 3985.0, 3931.0, 3953.0, 3951.0, 3947.0, 3984.0, 3941.0, 3974.0, 3943.0, 3956.0, 3969.0, 3969.0, 3999.0, 3958.0, 3968.0, 3987.0, 3955.0, 3977.0, 3956.0, 3957.0, 3986.0, 3953.0, 3974.0, 3964.0, 3955.0, 3985.0, 3955.0, 3957.0, 3997.0, 3965.0, 3966.0, 3963.0, 3942.0, 3986.0, 3954.0, 3967.0, 3995.0, 3956.0, 3977.0, 3954.0, 3956.0, 4009.0, 3956.0, 3978.0, 3957.0, 3968.0, 3999.0, 3964.0, 3977.0, 3977.0, 3956.0, 3987.0, 3955.0, 3957.0, 3996.0, 3944.0, 3976.0, 3955.0, 3956.0, 3999.0, 3968.0, 3990.0, 3998.0, 3955.0, 3974.0, 3943.0, 3966.0, 3956.0, 3959.0, 4000.0, 3942.0, 3931.0, 3984.0, 3941.0, 3964.0, 3975.0, 3972.0, 4001.0, 3956.0, 3958.0, 4009.0, 3968.0, 3989.0, 3947.0, 3960.0, 4011.0, 3959.0, 3989.0, 3967.0, 3956.0, 4009.0, 3968.0, 3989.0, 3957.0, 3969.0, 4009.0, 3966.0, 3986.0, 3945.0, 3957.0, 3999.0, 3970.0, 3989.0, 3947.0, 3957.0, 4008.0, 3957.0, 3989.0, 3957.0, 3970.0, 3998.0, 3958.0, 4000.0, 3970.0, 3981.0, 3959.0, 3971.0, 4012.0, 3969.0, 3990.0, 3968.0, 3970.0, 3990.0, 3959.0, 4000.0, 3970.0, 3982.0, 4000.0, 3970.0, 4021.0, 3982.0, 4001.0, 3982.0, 3992.0, 3980.0, 3970.0, 4010.0, 3969.0, 3991.0, 3957.0, 3968.0, 3978.0, 3969.0, 4009.0, 3966.0, 3989.0, 3967.0, 3959.0, 4011.0, 3983.0, 4015.0, 3959.0, 3945.0, 3987.0, 3968.0, 3967.0, 3971.0, 3981.0, 3972.0, 3982.0, 3983.0, 4015.0, 3999.0, 3957.0, 4010.0, 3955.0, 3966.0, 3965.0, 3958.0, 3987.0, 3967.0, 3988.0, 3962.0, 3953.0, 3997.0, 3955.0, 3977.0, 3956.0, 3957.0, 3998.0, 3944.0, 3964.0, 3997.0, 3956.0, 3988.0, 3957.0, 3969.0, 3996.0, 3966.0, 3987.0, 3963.0, 3944.0, 3996.0, 3943.0, 3966.0, 3964.0, 3954.0, 3986.0, 3942.0, 3943.0, 3996.0, 3955.0, 3976.0, 3955.0, 3977.0, 3974.0, 3954.0, 3996.0, 3954.0, 3965.0, 3954.0, 3956.0, 3995.0, 3944.0, 3976.0, 3984.0, 3954.0, 3996.0, 3967.0, 3988.0, 3966.0, 3956.0, 3996.0, 3954.0, 3987.0, 3954.0, 3956.0, 3997.0, 3955.0, 3977.0, 3984.0, 3954.0, 3975.0, 3933.0, 3956.0, 3966.0, 3956.0, 3998.0, 3946.0, 3977.0, 3997.0, 3955.0, 3976.0, 3953.0, 3945.0, 3976.0, 3957.0, 3998.0, 3944.0, 3956.0, 3996.0, 3955.0, 3977.0, 3956.0, 3958.0, 3977.0, 3958.0, 4000.0, 3966.0, 3955.0, 3997.0, 3954.0, 3977.0, 3957.0, 3959.0, 4010.0, 3966.0, 3989.0, 3956.0, 3957.0, 4008.0, 3968.0, 3989.0, 3969.0, 3980.0, 4010.0, 3956.0, 3977.0, 3996.0, 3957.0, 3977.0, 3958.0, 3970.0, 4010.0, 3968.0, 3989.0, 3966.0, 3957.0, 4008.0, 3968.0, 3990.0, 3968.0, 3959.0, 4009.0, 3967.0, 3988.0, 3956.0, 3969.0, 3968.0, 3958.0, 4001.0, 3977.0, 3945.0, 3996.0, 3964.0, 3976.0, 3956.0, 3958.0, 3998.0, 3965.0, 3988.0, 3965.0, 3956.0, 4008.0, 3956.0, 3976.0, 3956.0, 3957.0, 3998.0, 3967.0, 3989.0, 3956.0, 3969.0, 3991.0, 3971.0, 4012.0, 3957.0, 3977.0, 3946.0, 3990.0, 3960.0, 3978.0, 3970.0, 3958.0, 3968.0, 4002.0, 3968.0, 4000.0, 3970.0, 4003.0, 3971.0, 3994.0, 4014.0, 3967.0, 3945.0, 3974.0, 3943.0, 3975.0, 3935.0, 3968.0, 3977.0, 3955.0, 3998.0, 3944.0, 3955.0, 3995.0, 3953.0, 3976.0, 3945.0, 3965.0, 3945.0, 3957.0, 3966.0, 3956.0, 3999.0, 3965.0, 3968.0, 3998.0, 3958.0, 3989.0, 3957.0, 3967.0, 3996.0, 3954.0, 3975.0, 3953.0, 3967.0, 3978.0, 3969.0, 4001.0, 3966.0, 3956.0, 3986.0, 3932.0, 3965.0, 3965.0, 3955.0, 3987.0, 3957.0, 3978.0, 3997.0, 3944.0, 3976.0, 3963.0, 3956.0, 3986.0, 3967.0, 3988.0, 3957.0, 3968.0, 3998.0, 3965.0, 3977.0, 3964.0, 3957.0, 3977.0, 3979.0, 3998.0, 3966.0, 3956.0, 3999.0, 3956.0, 3957.0, 3998.0, 3967.0, 3988.0, 3964.0, 3955.0, 3989.0, 3931.0, 3942.0, 3985.0, 3956.0, 3989.0, 3981.0, 3959.0, 3999.0, 3944.0, 3964.0, 3995.0, 3944.0, 3985.0, 3944.0, 3967.0, 3997.0, 3956.0, 3988.0, 3954.0, 3943.0, 3996.0, 3955.0, 3976.0, 3976.0, 3956.0, 3987.0, 3944.0, 3965.0, 3976.0, 3957.0, 3998.0, 3956.0, 3988.0, 3986.0, 3943.0, 3996.0, 3965.0, 3977.0, 3965.0, 3958.0, 4011.0, 3964.0, 3965.0, 3966.0, 3957.0, 3969.0, 3970.0, 4002.0, 4009.0, 3955.0, 3977.0, 3965.0, 3945.0, 3999.0, 3959.0, 3980.0, 3992.0, 3960.0, 4009.0, 3967.0, 3989.0, 3958.0, 3971.0, 3982.0, 3973.0, 4014.0, 3979.0, 3943.0, 3985.0, 3965.0, 3991.0, 3987.0, 3994.0, 3982.0, 3982.0, 4023.0, 3988.0, 4001.0, 3956.0, 3966.0, 3987.0, 3956.0, 3998.0, 3966.0, 3944.0, 3987.0, 3966.0, 3966.0, 3968.0, 3979.0, 4002.0, 3970.0, 3992.0, 4013.0, 3976.0, 3944.0, 3974.0, 3951.0, 3941.0, 3984.0, 3954.0, 3975.0, 3954.0, 3954.0, 3984.0, 3953.0, 3975.0, 3963.0, 3955.0, 3997.0, 3966.0, 3976.0, 3965.0, 3956.0, 3985.0, 3954.0, 3987.0, 3943.0, 3966.0, 3965.0, 3956.0, 3987.0, 3944.0, 3965.0, 3996.0, 3954.0, 3987.0, 3944.0, 3956.0, 3966.0, 3955.0, 3988.0], 'WindowWidth': [8988.0, 8892.0, 8882.0, 8919.0, 8837.0, 8865.0, 8889.0, 8827.0, 8884.0, 8827.0, 8841.0, 8838.0, 8830.0, 8893.0, 8841.0, 8828.0, 8903.0, 8841.0, 8860.0, 8843.0, 8845.0, 8876.0, 8827.0, 8828.0, 8900.0, 8839.0, 8852.0, 8812.0, 8842.0, 8831.0, 8851.0, 8897.0, 8887.0, 8829.0, 8870.0, 8810.0, 8843.0, 8871.0, 8848.0, 8891.0, 8815.0, 8846.0, 8903.0, 8854.0, 8860.0, 8903.0, 8845.0, 8875.0, 8816.0, 8849.0, 8902.0, 8824.0, 8854.0, 8901.0, 8843.0, 8875.0, 8840.0, 8847.0, 8888.0, 8813.0, 8858.0, 8902.0, 8841.0, 8862.0, 8840.0, 8832.0, 8888.0, 8811.0, 8846.0, 8902.0, 8846.0, 8879.0, 8843.0, 8834.0, 8886.0, 8826.0, 8858.0, 8872.0, 8845.0, 8875.0, 8846.0, 8880.0, 8906.0, 8844.0, 8874.0, 8855.0, 8829.0, 8886.0, 8847.0, 8865.0, 8863.0, 8835.0, 8892.0, 8843.0, 8833.0, 8908.0, 8850.0, 8867.0, 8863.0, 8853.0, 8896.0, 8834.0, 8866.0, 8923.0, 8863.0, 8881.0, 8837.0, 8855.0, 8909.0, 8852.0, 8883.0, 8878.0, 8883.0, 8939.0, 8848.0, 8885.0, 8826.0, 8857.0, 8898.0, 8876.0, 8935.0, 8887.0, 8884.0, 8843.0, 8859.0, 8878.0, 8926.0, 8895.0, 8922.0, 8895.0, 8947.0, 8963.0, 8899.0, 8888.0, 8900.0, 8899.0, 8893.0, 8860.0, 8875.0, 8843.0, 8849.0, 8859.0, 8903.0, 8956.0, 8904.0, 8901.0, 8898.0, 8899.0, 8855.0, 8816.0, 8924.0, 9002.0, 8850.0, 8831.0, 8799.0, 8740.0, 8758.0, 8744.0, 8798.0, 8792.0, 8832.0, 8862.0, 8814.0, 8852.0, 8811.0, 8818.0, 8782.0, 8785.0, 8833.0, 8847.0, 8868.0, 8836.0, 8845.0, 8870.0, 8805.0, 8859.0, 8815.0, 8825.0, 8839.0, 8808.0, 8837.0, 8774.0, 8827.0, 8798.0, 8821.0, 8788.0, 8796.0, 8756.0, 8822.0, 8774.0, 8822.0, 8761.0, 8756.0, 8743.0, 8799.0, 8764.0, 8809.0, 8763.0, 8764.0, 8763.0, 8772.0, 8769.0, 8821.0, 8845.0, 8819.0, 8809.0, 8808.0, 8816.0, 8823.0, 8795.0, 8871.0, 8835.0, 8881.0, 8852.0, 8846.0, 8911.0, 8844.0, 8857.0, 8862.0, 8838.0, 8892.0, 8839.0, 8917.0, 8910.0, 8837.0, 8895.0, 8829.0, 8851.0, 8853.0, 8858.0, 8931.0, 8858.0, 8904.0, 8925.0, 8871.0, 8904.0, 8863.0, 8871.0, 8940.0, 8889.0, 8922.0, 8859.0, 8863.0, 8932.0, 8860.0, 8908.0, 8930.0, 8887.0, 8917.0, 8874.0, 8906.0, 8857.0, 8846.0, 8931.0, 8863.0, 8862.0, 8906.0, 8860.0, 8875.0, 8834.0, 8866.0, 8907.0, 8834.0, 8886.0, 8909.0, 8846.0, 8891.0, 8844.0, 8834.0, 8877.0, 8851.0, 8898.0, 8847.0, 8853.0, 8911.0, 8847.0, 8864.0, 8879.0, 8856.0, 8932.0, 8857.0, 8917.0, 8927.0, 8860.0, 8877.0, 8873.0, 8847.0, 8905.0, 8850.0, 8897.0, 8875.0, 8831.0, 8890.0, 8824.0, 8831.0, 8910.0, 8851.0, 8895.0, 8871.0, 8900.0, 8839.0, 8871.0, 8931.0, 8877.0, 8893.0, 8850.0, 8867.0, 8885.0, 8879.0, 8935.0, 8876.0, 8921.0, 8880.0, 8850.0, 8926.0, 8854.0, 8898.0, 8855.0, 8897.0, 8863.0, 8851.0, 8929.0, 8857.0, 8826.0, 8902.0, 8840.0, 8856.0, 8838.0, 8826.0, 8867.0, 8838.0, 8872.0, 8844.0, 8890.0, 8832.0, 8843.0, 8848.0, 8877.0, 8867.0, 8862.0, 8868.0, 8919.0, 8928.0, 8862.0, 8890.0, 8853.0, 8828.0, 8854.0, 8843.0, 8891.0, 8877.0, 8874.0, 8827.0, 8852.0, 8831.0, 8834.0, 8833.0, 8823.0, 8856.0, 8848.0, 8897.0, 8828.0, 8842.0, 8884.0, 8803.0, 8834.0, 8829.0, 8837.0, 8882.0, 8818.0, 8865.0, 8824.0, 8846.0, 8874.0, 8871.0, 8912.0, 8854.0, 8866.0, 8891.0, 8844.0, 8876.0, 8849.0, 8851.0, 8888.0, 8841.0, 8871.0, 8854.0, 8844.0, 8887.0, 8844.0, 8851.0, 8904.0, 8859.0, 8861.0, 8853.0, 8825.0, 8888.0, 8843.0, 8863.0, 8902.0, 8849.0, 8879.0, 8843.0, 8847.0, 8924.0, 8849.0, 8882.0, 8852.0, 8869.0, 8912.0, 8857.0, 8879.0, 8876.0, 8849.0, 8894.0, 8845.0, 8852.0, 8904.0, 8829.0, 8875.0, 8846.0, 8849.0, 8910.0, 8867.0, 8901.0, 8910.0, 8846.0, 8870.0, 8826.0, 8863.0, 8849.0, 8858.0, 8915.0, 8821.0, 8808.0, 8883.0, 8820.0, 8857.0, 8872.0, 8880.0, 8920.0, 8853.0, 8857.0, 8927.0, 8867.0, 8900.0, 8841.0, 8860.0, 8932.0, 8861.0, 8900.0, 8865.0, 8850.0, 8927.0, 8868.0, 8899.0, 8853.0, 8872.0, 8925.0, 8862.0, 8892.0, 8833.0, 8852.0, 8915.0, 8877.0, 8900.0, 8840.0, 8851.0, 8925.0, 8853.0, 8897.0, 8855.0, 8875.0, 8911.0, 8856.0, 8916.0, 8873.0, 8892.0, 8859.0, 8879.0, 8936.0, 8872.0, 8903.0, 8869.0, 8874.0, 8902.0, 8861.0, 8918.0, 8876.0, 8894.0, 8918.0, 8875.0, 8949.0, 8892.0, 8920.0, 8894.0, 8909.0, 8888.0, 8876.0, 8931.0, 8872.0, 8905.0, 8852.0, 8871.0, 8881.0, 8872.0, 8926.0, 8863.0, 8898.0, 8866.0, 8859.0, 8933.0, 8896.0, 8945.0, 8859.0, 8830.0, 8892.0, 8869.0, 8868.0, 8879.0, 8892.0, 8881.0, 8893.0, 8896.0, 8945.0, 8912.0, 8853.0, 8933.0, 8846.0, 8862.0, 8859.0, 8854.0, 8893.0, 8864.0, 8894.0, 8853.0, 8841.0, 8905.0, 8847.0, 8879.0, 8848.0, 8853.0, 8909.0, 8831.0, 8858.0, 8906.0, 8848.0, 8894.0, 8852.0, 8871.0, 8907.0, 8862.0, 8893.0, 8854.0, 8829.0, 8903.0, 8827.0, 8861.0, 8857.0, 8845.0, 8890.0, 8825.0, 8828.0, 8904.0, 8846.0, 8876.0, 8848.0, 8879.0, 8870.0, 8842.0, 8904.0, 8842.0, 8860.0, 8842.0, 8848.0, 8903.0, 8831.0, 8874.0, 8884.0, 8841.0, 8903.0, 8865.0, 8897.0, 8863.0, 8851.0, 8905.0, 8843.0, 8891.0, 8843.0, 8849.0, 8906.0, 8847.0, 8877.0, 8885.0, 8843.0, 8875.0, 8814.0, 8850.0, 8864.0, 8852.0, 8911.0, 8837.0, 8880.0, 8908.0, 8845.0, 8876.0, 8839.0, 8833.0, 8875.0, 8851.0, 8908.0, 8832.0, 8849.0, 8904.0, 8845.0, 8880.0, 8848.0, 8854.0, 8881.0, 8855.0, 8915.0, 8862.0, 8847.0, 8908.0, 8844.0, 8880.0, 8851.0, 8859.0, 8929.0, 8865.0, 8898.0, 8849.0, 8853.0, 8926.0, 8868.0, 8898.0, 8871.0, 8888.0, 8929.0, 8849.0, 8879.0, 8904.0, 8851.0, 8879.0, 8854.0, 8874.0, 8930.0, 8869.0, 8899.0, 8862.0, 8851.0, 8924.0, 8869.0, 8901.0, 8869.0, 8859.0, 8927.0, 8867.0, 8899.0, 8850.0, 8871.0, 8868.0, 8857.0, 8918.0, 8877.0, 8834.0, 8905.0, 8856.0, 8877.0, 8848.0, 8854.0, 8911.0, 8861.0, 8896.0, 8859.0, 8847.0, 8924.0, 8849.0, 8878.0, 8850.0, 8854.0, 8912.0, 8865.0, 8898.0, 8847.0, 8870.0, 8906.0, 8879.0, 8934.0, 8855.0, 8878.0, 8836.0, 8900.0, 8861.0, 8883.0, 8872.0, 8854.0, 8870.0, 8919.0, 8869.0, 8914.0, 8873.0, 8921.0, 8876.0, 8910.0, 8941.0, 8864.0, 8832.0, 8868.0, 8823.0, 8871.0, 8818.0, 8866.0, 8878.0, 8848.0, 8908.0, 8828.0, 8845.0, 8899.0, 8839.0, 8873.0, 8831.0, 8860.0, 8833.0, 8851.0, 8862.0, 8849.0, 8912.0, 8858.0, 8865.0, 8908.0, 8852.0, 8896.0, 8850.0, 8864.0, 8902.0, 8841.0, 8872.0, 8839.0, 8862.0, 8879.0, 8869.0, 8916.0, 8860.0, 8847.0, 8887.0, 8809.0, 8856.0, 8858.0, 8845.0, 8892.0, 8849.0, 8881.0, 8906.0, 8829.0, 8873.0, 8853.0, 8846.0, 8889.0, 8863.0, 8894.0, 8850.0, 8867.0, 8910.0, 8858.0, 8876.0, 8855.0, 8849.0, 8880.0, 8883.0, 8910.0, 8860.0, 8847.0, 8909.0, 8847.0, 8852.0, 8910.0, 8863.0, 8892.0, 8856.0, 8843.0, 8896.0, 8805.0, 8822.0, 8885.0, 8849.0, 8897.0, 8890.0, 8858.0, 8911.0, 8829.0, 8857.0, 8898.0, 8828.0, 8887.0, 8830.0, 8864.0, 8907.0, 8849.0, 8893.0, 8841.0, 8826.0, 8903.0, 8844.0, 8876.0, 8874.0, 8850.0, 8892.0, 8828.0, 8859.0, 8873.0, 8853.0, 8910.0, 8848.0, 8895.0, 8888.0, 8827.0, 8902.0, 8858.0, 8879.0, 8859.0, 8854.0, 8935.0, 8856.0, 8858.0, 8860.0, 8852.0, 8871.0, 8875.0, 8921.0, 8928.0, 8847.0, 8878.0, 8858.0, 8833.0, 8912.0, 8857.0, 8891.0, 8907.0, 8863.0, 8928.0, 8864.0, 8899.0, 8856.0, 8877.0, 8893.0, 8883.0, 8943.0, 8882.0, 8825.0, 8885.0, 8858.0, 8905.0, 8910.0, 8915.0, 8895.0, 8894.0, 8951.0, 8895.0, 8917.0, 8849.0, 8862.0, 8892.0, 8848.0, 8908.0, 8858.0, 8828.0, 8893.0, 8861.0, 8860.0, 8867.0, 8882.0, 8920.0, 8872.0, 8904.0, 8942.0, 8872.0, 8826.0, 8868.0, 8830.0, 8819.0, 8883.0, 8842.0, 8872.0, 8844.0, 8844.0, 8882.0, 8840.0, 8872.0, 8853.0, 8843.0, 8904.0, 8861.0, 8876.0, 8860.0, 8849.0, 8887.0, 8840.0, 8890.0, 8826.0, 8861.0, 8859.0, 8847.0, 8891.0, 8831.0, 8859.0, 8902.0, 8842.0, 8890.0, 8830.0, 8849.0, 8861.0, 8848.0, 8895.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.007624489571899012</td></tr>
<tr><td colspan=3>aqi</td><td>0.034625521405049396</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.63889791482418</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3904867537692303</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1756151217362634</td></tr>
<tr><td colspan=3>efc</td><td>0.5188</td></tr>
<tr><td colspan=3>fber</td><td>3646.2996</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12039956525708939</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.244785949506038</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.288312054268783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1877264023859926</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5177875763349027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.159422184085454</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123665</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003601229516789317</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03280722349882126</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.420399453317171</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>15.8755</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7496</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.7618</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292616.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>1062.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.483</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5495</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.3979</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3171.6113</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83928.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.3442</td></tr>
<tr><td colspan=3>tsnr</td><td>34.27623509336263</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>