<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-02/func/sub-0009_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>ac832e79483c09ce8e58dbf48ef42aa2</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>13:36:34.772500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998019, -0.0210373, 0.059292, 0.0188145, 0.999108, 0.0378022]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0887424</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>[4171, -7695, -7232, 572, -5, 18, 5, 56]</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>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d3e13430-38a0-4ffe-8169-6437449c01ae||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677612066268921, 0.05047789216041565, 0.1620928794145584, 110.55265808105469], [0.05644167214632034, 2.6805338859558105, 0.09885186702013016, -99.83153533935547], [0.15907615423202515, -0.10142064094543457, 2.693316698074341, -44.31338882446289], [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': ['133634.772500', '133635.232500', '133635.692500', '133636.152500', '133636.612500', '133637.072500', '133637.532500', '133637.992500', '133638.452500', '133638.912500', '133639.372500', '133639.832500', '133640.292500', '133640.752500', '133641.212500', '133641.672500', '133642.132500', '133642.592500', '133643.052500', '133643.512500', '133643.972500', '133644.432500', '133644.892500', '133645.352500', '133645.812500', '133646.272500', '133646.732500', '133647.192500', '133647.652500', '133648.112500', '133648.572500', '133649.032500', '133649.492500', '133649.952500', '133650.412500', '133650.872500', '133651.332500', '133651.792500', '133652.252500', '133652.712500', '133653.172500', '133653.632500', '133654.092500', '133654.552500', '133655.012500', '133655.472500', '133655.932500', '133656.392500', '133656.852500', '133657.312500', '133657.772500', '133658.232500', '133658.692500', '133659.152500', '133659.612500', '133700.072500', '133700.532500', '133700.992500', '133701.452500', '133701.912500', '133702.372500', '133702.832500', '133703.292500', '133703.752500', '133704.212500', '133704.672500', '133705.132500', '133705.592500', '133706.052500', '133706.512500', '133706.972500', '133707.432500', '133707.892500', '133708.352500', '133708.812500', '133709.272500', '133709.732500', '133710.192500', '133710.652500', '133711.112500', '133711.572500', '133712.032500', '133712.492500', '133712.952500', '133713.412500', '133713.872500', '133714.332500', '133714.792500', '133715.252500', '133715.712500', '133716.172500', '133716.632500', '133717.092500', '133717.552500', '133718.012500', '133718.472500', '133718.932500', '133719.392500', '133719.852500', '133720.312500', '133720.772500', '133721.232500', '133721.692500', '133722.152500', '133722.612500', '133723.072500', '133723.532500', '133723.992500', '133724.452500', '133724.912500', '133725.372500', '133725.832500', '133726.292500', '133726.752500', '133727.212500', '133727.672500', '133728.132500', '133728.592500', '133729.052500', '133729.512500', '133729.972500', '133730.432500', '133730.892500', '133731.352500', '133731.812500', '133732.272500', '133732.732500', '133733.192500', '133733.652500', '133734.112500', '133734.572500', '133735.032500', '133735.492500', '133735.952500', '133736.412500', '133736.872500', '133737.332500', '133737.792500', '133738.252500', '133738.712500', '133739.172500', '133739.632500', '133740.092500', '133740.552500', '133741.012500', '133741.472500', '133741.932500', '133742.392500', '133742.852500', '133743.312500', '133743.772500', '133744.232500', '133744.692500', '133745.152500', '133745.612500', '133746.072500', '133746.532500', '133746.992500', '133747.452500', '133747.912500', '133748.372500', '133748.832500', '133749.292500', '133749.752500', '133750.212500', '133750.672500', '133751.132500', '133751.592500', '133752.052500', '133752.512500', '133752.972500', '133753.432500', '133753.892500', '133754.352500', '133754.812500', '133755.272500', '133755.732500', '133756.192500', '133756.652500', '133757.112500', '133757.572500', '133758.032500', '133758.492500', '133758.952500', '133759.412500', '133759.872500', '133800.332500', '133800.792500', '133801.252500', '133801.712500', '133802.172500', '133802.632500', '133803.092500', '133803.552500', '133804.012500', '133804.472500', '133804.932500', '133805.392500', '133805.852500', '133806.312500', '133806.772500', '133807.232500', '133807.692500', '133808.152500', '133808.612500', '133809.072500', '133809.532500', '133809.992500', '133810.452500', '133810.912500', '133811.372500', '133811.832500', '133812.292500', '133812.752500', '133813.212500', '133813.672500', '133814.132500', '133814.592500', '133815.052500', '133815.512500', '133815.972500', '133816.432500', '133816.892500', '133817.352500', '133817.812500', '133818.272500', '133818.732500', '133819.192500', '133819.652500', '133820.112500', '133820.572500', '133821.032500', '133821.492500', '133821.952500', '133822.412500', '133822.872500', '133823.332500', '133823.792500', '133824.252500', '133824.712500', '133825.172500', '133825.632500', '133826.092500', '133826.552500', '133827.012500', '133827.472500', '133827.932500', '133828.392500', '133828.852500', '133829.312500', '133829.772500', '133830.232500', '133830.692500', '133831.152500', '133831.612500', '133832.072500', '133832.532500', '133832.992500', '133833.452500', '133833.912500', '133834.372500', '133834.832500', '133835.292500', '133835.752500', '133836.212500', '133836.672500', '133837.132500', '133837.592500', '133838.052500', '133838.512500', '133838.972500', '133839.432500', '133839.892500', '133840.352500', '133840.812500', '133841.272500', '133841.732500', '133842.192500', '133842.652500', '133843.112500', '133843.572500', '133844.032500', '133844.492500', '133844.952500', '133845.412500', '133845.872500', '133846.332500', '133846.792500', '133847.252500', '133847.712500', '133848.172500', '133848.632500', '133849.092500', '133849.552500', '133850.012500', '133850.472500', '133850.932500', '133851.392500', '133851.852500', '133852.312500', '133852.772500', '133853.232500', '133853.692500', '133854.152500', '133854.612500', '133855.072500', '133855.532500', '133855.992500', '133856.452500', '133856.912500', '133857.372500', '133857.832500', '133858.292500', '133858.752500', '133859.212500', '133859.672500', '133900.132500', '133900.592500', '133901.052500', '133901.512500', '133901.972500', '133902.432500', '133902.892500', '133903.352500', '133903.812500', '133904.272500', '133904.732500', '133905.192500', '133905.652500', '133906.112500', '133906.572500', '133907.032500', '133907.492500', '133907.952500', '133908.412500', '133908.872500', '133909.332500', '133909.792500', '133910.252500', '133910.712500', '133911.172500', '133911.632500', '133912.092500', '133912.552500', '133913.012500', '133913.472500', '133913.932500', '133914.392500', '133914.852500', '133915.312500', '133915.772500', '133916.232500', '133916.692500', '133917.152500', '133917.612500', '133918.072500', '133918.532500', '133918.992500', '133919.452500', '133919.912500', '133920.372500', '133920.832500', '133921.292500', '133921.752500', '133922.212500', '133922.672500', '133923.132500', '133923.592500', '133924.052500', '133924.512500', '133924.972500', '133925.432500', '133925.892500', '133926.352500', '133926.812500', '133927.272500', '133927.732500', '133928.192500', '133928.652500', '133929.112500', '133929.572500', '133930.032500', '133930.492500', '133930.952500', '133931.412500', '133931.872500', '133932.332500', '133932.792500', '133933.252500', '133933.712500', '133934.172500', '133934.632500', '133935.092500', '133935.552500', '133936.012500', '133936.472500', '133936.932500', '133937.392500', '133937.852500', '133938.312500', '133938.772500', '133939.232500', '133939.692500', '133940.152500', '133940.612500', '133941.072500', '133941.532500', '133941.992500', '133942.452500', '133942.912500', '133943.372500', '133943.832500', '133944.292500', '133944.752500', '133945.212500', '133945.672500', '133946.132500', '133946.592500', '133947.052500', '133947.512500', '133947.972500', '133948.432500', '133948.892500', '133949.352500', '133949.812500', '133950.272500', '133950.732500', '133951.192500', '133951.652500', '133952.112500', '133952.572500', '133953.032500', '133953.492500', '133953.952500', '133954.412500', '133954.872500', '133955.332500', '133955.792500', '133956.252500', '133956.712500', '133957.172500', '133957.632500', '133958.092500', '133958.552500', '133959.012500', '133959.472500', '133959.932500', '134000.392500', '134000.852500', '134001.312500', '134001.772500', '134002.232500', '134002.692500', '134003.152500', '134003.612500', '134004.072500', '134004.532500', '134004.992500', '134005.452500', '134005.912500', '134006.372500', '134006.832500', '134007.292500', '134007.752500', '134008.212500', '134008.672500', '134009.132500', '134009.592500', '134010.052500', '134010.512500', '134010.972500', '134011.432500', '134011.892500', '134012.352500', '134012.812500', '134013.272500', '134013.732500', '134014.192500', '134014.652500', '134015.112500', '134015.572500', '134016.032500', '134016.492500', '134016.952500', '134017.412500', '134017.872500', '134018.332500', '134018.792500', '134019.252500', '134019.712500', '134020.172500', '134020.632500', '134021.092500', '134021.552500', '134022.012500', '134022.472500', '134022.932500', '134023.392500', '134023.852500', '134024.312500', '134024.772500', '134025.232500', '134025.692500', '134026.152500', '134026.612500', '134027.072500', '134027.532500', '134027.992500', '134028.452500', '134028.912500', '134029.372500', '134029.832500', '134030.292500', '134030.752500', '134031.212500', '134031.672500', '134032.132500', '134032.592500', '134033.052500', '134033.512500', '134033.972500', '134034.432500', '134034.892500', '134035.352500', '134035.812500', '134036.272500', '134036.732500', '134037.192500', '134037.652500', '134038.112500', '134038.572500', '134039.032500', '134039.492500', '134039.952500', '134040.412500', '134040.872500', '134041.332500', '134041.792500', '134042.252500', '134042.712500', '134043.172500', '134043.632500', '134044.092500', '134044.552500', '134045.012500', '134045.472500', '134045.932500', '134046.392500', '134046.852500', '134047.312500', '134047.772500', '134048.232500', '134048.692500', '134049.152500', '134049.612500', '134050.072500', '134050.532500', '134050.992500', '134051.452500', '134051.912500', '134052.372500', '134052.832500', '134053.292500', '134053.752500', '134054.212500', '134054.672500', '134055.132500', '134055.592500', '134056.052500', '134056.512500', '134056.972500', '134057.432500', '134057.892500', '134058.352500', '134058.812500', '134059.272500', '134059.732500', '134100.192500', '134100.652500', '134101.112500', '134101.572500', '134102.032500', '134102.492500', '134102.952500', '134103.412500', '134103.872500', '134104.332500', '134104.792500', '134105.252500', '134105.712500', '134106.172500', '134106.632500', '134107.092500', '134107.552500', '134108.012500', '134108.472500', '134108.932500', '134109.392500', '134109.852500', '134110.312500', '134110.772500', '134111.232500', '134111.692500', '134112.152500', '134112.612500', '134113.072500', '134113.532500', '134113.992500', '134114.452500', '134114.912500', '134115.372500', '134115.832500', '134116.292500', '134116.752500', '134117.212500', '134117.672500', '134118.132500', '134118.592500', '134119.052500', '134119.512500', '134119.972500', '134120.432500', '134120.892500', '134121.352500', '134121.812500', '134122.272500', '134122.732500', '134123.192500', '134123.652500', '134124.112500', '134124.572500', '134125.032500', '134125.492500', '134125.952500', '134126.412500', '134126.872500', '134127.332500', '134127.792500', '134128.252500', '134128.712500', '134129.172500', '134129.632500', '134130.092500', '134130.552500', '134131.012500', '134131.472500', '134131.932500', '134132.392500', '134132.852500', '134133.312500', '134133.772500', '134134.232500', '134134.692500', '134135.152500', '134135.612500', '134136.072500', '134136.532500', '134136.992500', '134137.452500', '134137.912500', '134138.372500', '134138.832500', '134139.292500', '134139.752500', '134140.212500', '134140.672500', '134141.132500', '134141.592500', '134142.052500', '134142.512500', '134142.972500', '134143.432500', '134143.892500', '134144.352500', '134144.812500', '134145.272500', '134145.732500', '134146.192500', '134146.652500', '134147.112500', '134147.572500', '134148.032500', '134148.492500', '134148.952500', '134149.412500', '134149.872500', '134150.332500', '134150.792500', '134151.252500', '134151.712500', '134152.172500', '134152.632500', '134153.092500', '134153.552500', '134154.012500', '134154.472500', '134154.932500', '134155.392500', '134155.852500', '134156.312500', '134156.772500', '134157.232500', '134157.692500', '134158.152500', '134158.612500', '134159.072500', '134159.532500', '134159.992500', '134200.452500', '134200.912500', '134201.372500', '134201.832500', '134202.292500', '134202.752500', '134203.212500', '134203.672500', '134204.132500', '134204.592500', '134205.052500', '134205.512500', '134205.972500', '134206.432500', '134206.892500', '134207.352500', '134207.812500', '134208.272500', '134208.732500', '134209.192500', '134209.652500', '134210.112500', '134210.572500', '134211.032500', '134211.492500', '134211.952500', '134212.412500', '134212.872500', '134213.332500', '134213.792500', '134214.252500', '134214.712500', '134215.172500', '134215.632500', '134216.092500', '134216.552500', '134217.012500', '134217.472500', '134217.932500', '134218.392500', '134218.852500', '134219.312500', '134219.772500', '134220.232500', '134220.692500', '134221.152500', '134221.612500', '134222.072500', '134222.532500', '134222.992500', '134223.452500', '134223.912500', '134224.372500', '134224.832500', '134225.292500', '134225.752500', '134226.212500', '134226.672500', '134227.132500', '134227.592500', '134228.052500', '134228.512500', '134228.972500', '134229.432500', '134229.892500', '134230.352500', '134230.812500', '134231.272500', '134231.732500', '134232.192500', '134232.652500', '134233.112500', '134233.572500', '134234.032500', '134234.492500', '134234.952500', '134235.412500', '134235.872500', '134236.332500', '134236.792500', '134237.252500', '134237.712500', '134238.172500', '134238.632500', '134239.092500', '134239.552500', '134240.012500', '134240.472500', '134240.932500', '134241.392500', '134241.852500', '134242.312500', '134242.772500', '134243.232500', '134243.692500', '134244.152500', '134244.612500', '134245.072500', '134245.532500', '134245.992500', '134246.452500', '134246.912500', '134247.372500', '134247.832500', '134248.292500', '134248.752500', '134249.212500', '134249.672500', '134250.132500', '134250.592500', '134251.052500', '134251.512500', '134251.972500', '134252.432500', '134252.892500', '134253.352500', '134253.812500', '134254.272500', '134254.732500', '134255.192500', '134255.652500', '134256.112500', '134256.572500', '134257.032500', '134257.492500', '134257.952500', '134258.412500', '134258.872500', '134259.332500', '134259.792500', '134300.252500', '134300.712500', '134301.172500', '134301.632500', '134302.092500', '134302.552500', '134303.012500', '134303.472500', '134303.932500', '134304.392500', '134304.852500', '134305.312500', '134305.772500', '134306.232500', '134306.692500', '134307.152500', '134307.612500', '134308.072500', '134308.532500', '134308.992500', '134309.452500', '134309.912500', '134310.372500', '134310.832500', '134311.292500', '134311.752500', '134312.212500', '134312.672500', '134313.132500', '134313.592500', '134314.052500', '134314.512500', '134314.972500', '134315.432500', '134315.892500', '134316.352500', '134316.812500', '134317.272500', '134317.732500', '134318.192500', '134318.652500', '134319.112500', '134319.572500', '134320.032500', '134320.492500', '134320.952500', '134321.412500', '134321.872500', '134322.332500', '134322.792500', '134323.252500', '134323.712500', '134324.172500', '134324.632500', '134325.092500', '134325.552500', '134326.012500', '134326.472500', '134326.932500', '134327.392500', '134327.852500', '134328.312500', '134328.772500', '134329.232500', '134329.692500', '134330.152500', '134330.612500', '134331.072500', '134331.532500', '134331.992500', '134332.452500', '134332.912500', '134333.372500', '134333.832500', '134334.292500', '134334.752500'], 'ContentTime': ['133659.222000', '133659.226000', '133659.229000', '133659.232000', '133659.235000', '133659.238000', '133659.241000', '133659.244000', '133659.247000', '133659.250000', '133659.253000', '133659.256000', '133659.259000', '133659.266000', '133659.269000', '133659.272000', '133659.275000', '133659.278000', '133659.281000', '133659.284000', '133659.287000', '133659.290000', '133659.293000', '133659.296000', '133659.299000', '133659.301000', '133659.304000', '133659.307000', '133659.310000', '133659.313000', '133659.316000', '133659.318000', '133659.321000', '133659.324000', '133659.327000', '133659.330000', '133659.333000', '133659.336000', '133659.339000', '133659.341000', '133659.344000', '133659.347000', '133659.350000', '133659.353000', '133659.356000', '133659.359000', '133659.362000', '133659.364000', '133659.367000', '133659.370000', '133659.373000', '133659.376000', '133719.179000', '133719.182000', '133719.185000', '133719.188000', '133719.191000', '133719.193000', '133719.196000', '133719.199000', '133719.202000', '133719.205000', '133719.207000', '133719.210000', '133719.213000', '133719.216000', '133719.219000', '133719.222000', '133719.231000', '133719.234000', '133719.237000', '133719.240000', '133719.243000', '133719.246000', '133719.248000', '133719.251000', '133719.254000', '133719.257000', '133719.260000', '133719.262000', '133719.265000', '133719.268000', '133719.271000', '133719.274000', '133719.289000', '133719.298000', '133719.301000', '133719.304000', '133719.306000', '133719.309000', '133719.312000', '133719.315000', '133719.318000', '133719.321000', '133719.323000', '133739.180000', '133739.183000', '133739.186000', '133739.189000', '133739.192000', '133739.194000', '133739.197000', '133739.200000', '133739.203000', '133739.211000', '133739.214000', '133739.217000', '133739.220000', '133739.222000', '133739.225000', '133739.228000', '133739.231000', '133739.234000', '133739.237000', '133739.240000', '133739.242000', '133739.245000', '133739.248000', '133739.251000', '133739.254000', '133739.257000', '133739.260000', '133739.262000', '133739.265000', '133739.268000', '133739.271000', '133739.274000', '133739.277000', '133739.280000', '133739.282000', '133739.285000', '133739.288000', '133739.291000', '133739.294000', '133739.297000', '133739.299000', '133739.302000', '133739.305000', '133739.308000', '133759.179000', '133759.182000', '133759.185000', '133759.188000', '133759.191000', '133759.194000', '133759.196000', '133759.199000', '133759.202000', '133759.205000', '133759.208000', '133759.211000', '133759.213000', '133759.216000', '133759.219000', '133759.222000', '133759.225000', '133759.228000', '133759.230000', '133759.233000', '133759.236000', '133759.239000', '133759.242000', '133759.245000', '133759.248000', '133759.251000', '133759.253000', '133759.256000', '133759.259000', '133759.262000', '133759.265000', '133759.268000', '133759.271000', '133759.274000', '133759.277000', '133759.279000', '133759.282000', '133759.285000', '133759.288000', '133759.291000', '133759.294000', '133759.297000', '133759.303000', '133819.179000', '133819.183000', '133819.186000', '133819.189000', '133819.192000', '133819.202000', '133819.205000', '133819.208000', '133819.211000', '133819.214000', '133819.217000', '133819.219000', '133819.222000', '133819.225000', '133819.228000', '133819.231000', '133819.234000', '133819.237000', '133819.240000', '133819.243000', '133819.246000', '133819.249000', '133819.251000', '133819.254000', '133819.257000', '133819.260000', '133819.263000', '133819.266000', '133819.269000', '133819.272000', '133819.275000', '133819.278000', '133819.280000', '133819.283000', '133819.286000', '133819.289000', '133819.292000', '133819.295000', '133819.298000', '133819.300000', '133819.303000', '133819.306000', '133819.312000', '133839.179000', '133839.182000', '133839.185000', '133839.188000', '133839.191000', '133839.193000', '133839.196000', '133839.199000', '133839.202000', '133839.205000', '133839.208000', '133839.210000', '133839.213000', '133839.216000', '133839.219000', '133839.222000', '133839.225000', '133839.228000', '133839.231000', '133839.233000', '133839.236000', '133839.239000', '133839.242000', '133839.245000', '133839.255000', '133839.257000', '133839.260000', '133839.263000', '133839.266000', '133839.269000', '133839.272000', '133839.275000', '133839.278000', '133839.280000', '133839.283000', '133839.286000', '133839.289000', '133839.292000', '133839.295000', '133839.298000', '133839.301000', '133839.303000', '133839.306000', '133839.309000', '133859.179000', '133859.182000', '133859.185000', '133859.188000', '133859.191000', '133859.194000', '133859.197000', '133859.199000', '133859.203000', '133859.208000', '133859.212000', '133859.214000', '133859.217000', '133859.220000', '133859.223000', '133859.226000', '133859.229000', '133859.232000', '133859.234000', '133859.237000', '133859.240000', '133859.243000', '133859.246000', '133859.249000', '133859.258000', '133859.260000', '133859.263000', '133859.266000', '133859.269000', '133859.272000', '133859.275000', '133859.277000', '133859.280000', '133859.283000', '133859.286000', '133859.289000', '133859.292000', '133859.295000', '133859.297000', '133859.300000', '133859.303000', '133859.306000', '133859.317000', '133919.179000', '133919.182000', '133919.185000', '133919.188000', '133919.191000', '133919.193000', '133919.196000', '133919.199000', '133919.202000', '133919.205000', '133919.208000', '133919.211000', '133919.213000', '133919.216000', '133919.219000', '133919.222000', '133919.225000', '133919.228000', '133919.230000', '133919.233000', '133919.236000', '133919.239000', '133919.242000', '133919.245000', '133919.248000', '133919.251000', '133919.253000', '133919.257000', '133919.259000', '133919.262000', '133919.265000', '133919.268000', '133919.271000', '133919.274000', '133919.276000', '133919.279000', '133919.282000', '133919.285000', '133919.288000', '133919.291000', '133919.294000', '133919.296000', '133919.299000', '133919.302000', '133939.179000', '133939.182000', '133939.185000', '133939.188000', '133939.190000', '133939.193000', '133939.196000', '133939.199000', '133939.202000', '133939.205000', '133939.208000', '133939.213000', '133939.217000', '133939.220000', '133939.223000', '133939.226000', '133939.229000', '133939.231000', '133939.234000', '133939.237000', '133939.240000', '133939.243000', '133939.246000', '133939.249000', '133939.252000', '133939.254000', '133939.257000', '133939.260000', '133939.263000', '133939.266000', '133939.269000', '133939.272000', '133939.274000', '133939.277000', '133939.280000', '133939.283000', '133939.286000', '133939.289000', '133939.292000', '133939.294000', '133939.297000', '133939.300000', '133939.303000', '133959.180000', '133959.183000', '133959.186000', '133959.189000', '133959.191000', '133959.194000', '133959.199000', '133959.202000', '133959.205000', '133959.208000', '133959.211000', '133959.214000', '133959.216000', '133959.219000', '133959.222000', '133959.225000', '133959.228000', '133959.231000', '133959.234000', '133959.236000', '133959.239000', '133959.242000', '133959.245000', '133959.248000', '133959.250000', '133959.253000', '133959.256000', '133959.259000', '133959.262000', '133959.265000', '133959.268000', '133959.271000', '133959.274000', '133959.276000', '133959.279000', '133959.282000', '133959.285000', '133959.288000', '133959.291000', '133959.294000', '133959.296000', '133959.299000', '133959.302000', '133959.305000', '134019.179000', '134019.182000', '134019.185000', '134019.188000', '134019.191000', '134019.194000', '134019.196000', '134019.199000', '134019.202000', '134019.205000', '134019.208000', '134019.211000', '134019.213000', '134019.216000', '134019.219000', '134019.222000', '134019.225000', '134019.228000', '134019.232000', '134019.237000', '134019.240000', '134019.243000', '134019.246000', '134019.249000', '134019.252000', '134019.255000', '134019.258000', '134019.261000', '134019.263000', '134019.266000', '134019.269000', '134019.272000', '134019.275000', '134019.278000', '134019.281000', '134019.283000', '134019.286000', '134019.289000', '134019.292000', '134019.295000', '134019.298000', '134019.300000', '134019.303000', '134039.179000', '134039.182000', '134039.185000', '134039.188000', '134039.190000', '134039.193000', '134039.196000', '134039.199000', '134039.202000', '134039.205000', '134039.208000', '134039.210000', '134039.213000', '134039.216000', '134039.219000', '134039.222000', '134039.225000', '134039.228000', '134039.230000', '134039.233000', '134039.236000', '134039.239000', '134039.242000', '134039.245000', '134039.262000', '134039.265000', '134039.268000', '134039.271000', '134039.274000', '134039.277000', '134039.279000', '134039.282000', '134039.285000', '134039.288000', '134039.291000', '134039.293000', '134039.296000', '134039.299000', '134039.302000', '134039.305000', '134039.308000', '134039.311000', '134039.313000', '134039.316000', '134059.179000', '134059.182000', '134059.185000', '134059.188000', '134059.190000', '134059.193000', '134059.196000', '134059.199000', '134059.202000', '134059.205000', '134059.207000', '134059.210000', '134059.213000', '134059.216000', '134059.219000', '134059.222000', '134059.225000', '134059.227000', '134059.230000', '134059.233000', '134059.236000', '134059.239000', '134059.242000', '134059.245000', '134059.248000', '134059.251000', '134059.254000', '134059.257000', '134059.260000', '134059.262000', '134059.265000', '134059.268000', '134059.271000', '134059.274000', '134059.277000', '134059.280000', '134059.282000', '134059.285000', '134059.288000', '134059.291000', '134059.294000', '134059.297000', '134059.300000', '134119.179000', '134119.182000', '134119.185000', '134119.188000', '134119.191000', '134119.194000', '134119.196000', '134119.199000', '134119.202000', '134119.205000', '134119.208000', '134119.211000', '134119.214000', '134119.216000', '134119.219000', '134119.222000', '134119.225000', '134119.228000', '134119.231000', '134119.234000', '134119.237000', '134119.239000', '134119.242000', '134119.245000', '134119.248000', '134119.251000', '134119.254000', '134119.256000', '134119.259000', '134119.262000', '134119.265000', '134119.268000', '134119.271000', '134119.274000', '134119.276000', '134119.279000', '134119.282000', '134119.285000', '134119.288000', '134119.291000', '134119.294000', '134119.296000', '134119.299000', '134119.302000', '134139.179000', '134139.182000', '134139.185000', '134139.188000', '134139.191000', '134139.193000', '134139.196000', '134139.199000', '134139.202000', '134139.205000', '134139.209000', '134139.212000', '134139.215000', '134139.218000', '134139.221000', '134139.223000', '134139.226000', '134139.229000', '134139.232000', '134139.235000', '134139.237000', '134139.240000', '134139.243000', '134139.246000', '134139.249000', '134139.252000', '134139.255000', '134139.258000', '134139.260000', '134139.263000', '134139.266000', '134139.269000', '134139.273000', '134139.277000', '134139.280000', '134139.283000', '134139.286000', '134139.289000', '134139.292000', '134139.295000', '134139.298000', '134139.300000', '134139.303000', '134159.179000', '134159.182000', '134159.185000', '134159.188000', '134159.190000', '134159.193000', '134159.196000', '134159.273000', '134159.276000', '134159.279000', '134159.282000', '134159.285000', '134159.288000', '134159.290000', '134159.293000', '134159.296000', '134159.299000', '134159.302000', '134159.305000', '134159.308000', '134159.311000', '134159.313000', '134159.316000', '134159.319000', '134159.322000', '134159.325000', '134159.328000', '134159.330000', '134159.333000', '134159.336000', '134159.339000', '134159.342000', '134159.344000', '134159.347000', '134159.350000', '134159.369000', '134159.372000', '134159.375000', '134159.378000', '134159.381000', '134159.383000', '134159.386000', '134159.389000', '134159.392000', '134219.180000', '134219.183000', '134219.186000', '134219.189000', '134219.192000', '134219.195000', '134219.198000', '134219.201000', '134219.203000', '134219.206000', '134219.209000', '134219.212000', '134219.215000', '134219.218000', '134219.220000', '134219.223000', '134219.226000', '134219.229000', '134219.232000', '134219.235000', '134219.237000', '134219.240000', '134219.243000', '134219.246000', '134219.249000', '134219.252000', '134219.254000', '134219.257000', '134219.260000', '134219.263000', '134219.266000', '134219.269000', '134219.271000', '134219.274000', '134219.277000', '134219.280000', '134219.283000', '134219.287000', '134219.290000', '134219.293000', '134219.296000', '134219.299000', '134219.302000', '134239.179000', '134239.182000', '134239.185000', '134239.188000', '134239.191000', '134239.194000', '134239.196000', '134239.199000', '134239.202000', '134239.205000', '134239.208000', '134239.211000', '134239.213000', '134239.216000', '134239.219000', '134239.222000', '134239.225000', '134239.228000', '134239.231000', '134239.234000', '134239.236000', '134239.239000', '134239.242000', '134239.245000', '134239.248000', '134239.251000', '134239.254000', '134239.256000', '134239.259000', '134239.262000', '134239.265000', '134239.268000', '134239.271000', '134239.274000', '134239.277000', '134239.279000', '134239.282000', '134239.285000', '134239.288000', '134239.291000', '134239.294000', '134239.297000', '134239.300000', '134239.302000', '134259.179000', '134259.182000', '134259.185000', '134259.188000', '134259.191000', '134259.194000', '134259.196000', '134259.199000', '134259.202000', '134259.205000', '134259.208000', '134259.211000', '134259.213000', '134259.216000', '134259.219000', '134259.222000', '134259.225000', '134259.228000', '134259.230000', '134259.233000', '134259.236000', '134259.239000', '134259.242000', '134259.245000', '134259.249000', '134259.252000', '134259.254000', '134259.257000', '134259.260000', '134259.263000', '134259.266000', '134259.269000', '134259.272000', '134259.274000', '134259.277000', '134259.280000', '134259.283000', '134259.286000', '134259.289000', '134259.291000', '134259.294000', '134259.297000', '134259.302000', '134319.179000', '134319.187000', '134319.190000', '134319.193000', '134319.196000', '134319.199000', '134319.202000', '134319.205000', '134319.208000', '134319.211000', '134319.213000', '134319.216000', '134319.219000', '134319.222000', '134319.225000', '134319.228000', '134319.230000', '134319.233000', '134319.236000', '134319.239000', '134319.242000', '134319.245000', '134319.248000', '134319.250000', '134319.253000', '134319.256000', '134319.259000', '134319.262000', '134319.264000', '134319.267000', '134319.270000', '134319.273000', '134319.276000', '134319.279000', '134319.282000', '134319.285000', '134319.287000', '134319.291000', '134319.293000', '134319.296000', '134319.299000', '134319.302000', '134319.305000', '134319.307000', '134335.711000', '134335.715000', '134335.718000', '134335.721000', '134335.724000', '134335.728000', '134335.731000', '134335.734000', '134335.738000', '134335.741000', '134335.744000', '134335.747000', '134335.750000', '134335.752000', '134335.755000', '134335.758000', '134335.761000', '134335.764000', '134335.767000', '134335.770000', '134335.773000', '134335.776000', '134335.779000', '134335.782000', '134335.785000', '134335.788000', '134335.791000', '134335.794000', '134335.797000', '134335.800000', '134335.803000', '134335.806000', '134335.809000', '134335.812000', '134335.815000', '134335.817000'], 'InstanceCreationTime': ['133659.222000', '133659.226000', '133659.229000', '133659.232000', '133659.235000', '133659.238000', '133659.241000', '133659.244000', '133659.247000', '133659.250000', '133659.253000', '133659.256000', '133659.259000', '133659.266000', '133659.269000', '133659.272000', '133659.275000', '133659.278000', '133659.281000', '133659.284000', '133659.287000', '133659.290000', '133659.293000', '133659.296000', '133659.299000', '133659.301000', '133659.304000', '133659.307000', '133659.310000', '133659.313000', '133659.316000', '133659.318000', '133659.321000', '133659.324000', '133659.327000', '133659.330000', '133659.333000', '133659.336000', '133659.339000', '133659.341000', '133659.344000', '133659.347000', '133659.350000', '133659.353000', '133659.356000', '133659.359000', '133659.362000', '133659.364000', '133659.367000', '133659.370000', '133659.373000', '133659.376000', '133719.179000', '133719.182000', '133719.185000', '133719.188000', '133719.191000', '133719.193000', '133719.196000', '133719.199000', '133719.202000', '133719.205000', '133719.207000', '133719.210000', '133719.213000', '133719.216000', '133719.219000', '133719.222000', '133719.231000', '133719.234000', '133719.237000', '133719.240000', '133719.243000', '133719.246000', '133719.248000', '133719.251000', '133719.254000', '133719.257000', '133719.260000', '133719.262000', '133719.265000', '133719.268000', '133719.271000', '133719.274000', '133719.289000', '133719.298000', '133719.301000', '133719.304000', '133719.306000', '133719.309000', '133719.312000', '133719.315000', '133719.318000', '133719.321000', '133719.323000', '133739.180000', '133739.183000', '133739.186000', '133739.189000', '133739.192000', '133739.194000', '133739.197000', '133739.200000', '133739.203000', '133739.211000', '133739.214000', '133739.217000', '133739.220000', '133739.222000', '133739.225000', '133739.228000', '133739.231000', '133739.234000', '133739.237000', '133739.240000', '133739.242000', '133739.245000', '133739.248000', '133739.251000', '133739.254000', '133739.257000', '133739.260000', '133739.262000', '133739.265000', '133739.268000', '133739.271000', '133739.274000', '133739.277000', '133739.280000', '133739.282000', '133739.285000', '133739.288000', '133739.291000', '133739.294000', '133739.297000', '133739.299000', '133739.302000', '133739.305000', '133739.308000', '133759.179000', '133759.182000', '133759.185000', '133759.188000', '133759.191000', '133759.194000', '133759.196000', '133759.199000', '133759.202000', '133759.205000', '133759.208000', '133759.211000', '133759.213000', '133759.216000', '133759.219000', '133759.222000', '133759.225000', '133759.228000', '133759.230000', '133759.233000', '133759.236000', '133759.239000', '133759.242000', '133759.245000', '133759.248000', '133759.251000', '133759.253000', '133759.256000', '133759.259000', '133759.262000', '133759.265000', '133759.268000', '133759.271000', '133759.274000', '133759.277000', '133759.279000', '133759.282000', '133759.285000', '133759.288000', '133759.291000', '133759.294000', '133759.297000', '133759.303000', '133819.179000', '133819.183000', '133819.186000', '133819.189000', '133819.192000', '133819.202000', '133819.205000', '133819.208000', '133819.211000', '133819.214000', '133819.217000', '133819.219000', '133819.222000', '133819.225000', '133819.228000', '133819.231000', '133819.234000', '133819.237000', '133819.240000', '133819.243000', '133819.246000', '133819.249000', '133819.251000', '133819.254000', '133819.257000', '133819.260000', '133819.263000', '133819.266000', '133819.269000', '133819.272000', '133819.275000', '133819.278000', '133819.280000', '133819.283000', '133819.286000', '133819.289000', '133819.292000', '133819.295000', '133819.298000', '133819.300000', '133819.303000', '133819.306000', '133819.312000', '133839.179000', '133839.182000', '133839.185000', '133839.188000', '133839.191000', '133839.193000', '133839.196000', '133839.199000', '133839.202000', '133839.205000', '133839.208000', '133839.210000', '133839.213000', '133839.216000', '133839.219000', '133839.222000', '133839.225000', '133839.228000', '133839.231000', '133839.233000', '133839.236000', '133839.239000', '133839.242000', '133839.245000', '133839.255000', '133839.257000', '133839.260000', '133839.263000', '133839.266000', '133839.269000', '133839.272000', '133839.275000', '133839.278000', '133839.280000', '133839.283000', '133839.286000', '133839.289000', '133839.292000', '133839.295000', '133839.298000', '133839.301000', '133839.303000', '133839.306000', '133839.309000', '133859.179000', '133859.182000', '133859.185000', '133859.188000', '133859.191000', '133859.194000', '133859.197000', '133859.199000', '133859.203000', '133859.208000', '133859.212000', '133859.214000', '133859.217000', '133859.220000', '133859.223000', '133859.226000', '133859.229000', '133859.232000', '133859.234000', '133859.237000', '133859.240000', '133859.243000', '133859.246000', '133859.249000', '133859.258000', '133859.260000', '133859.263000', '133859.266000', '133859.269000', '133859.272000', '133859.275000', '133859.277000', '133859.280000', '133859.283000', '133859.286000', '133859.289000', '133859.292000', '133859.295000', '133859.297000', '133859.300000', '133859.303000', '133859.306000', '133859.317000', '133919.179000', '133919.182000', '133919.185000', '133919.188000', '133919.191000', '133919.193000', '133919.196000', '133919.199000', '133919.202000', '133919.205000', '133919.208000', '133919.211000', '133919.213000', '133919.216000', '133919.219000', '133919.222000', '133919.225000', '133919.228000', '133919.230000', '133919.233000', '133919.236000', '133919.239000', '133919.242000', '133919.245000', '133919.248000', '133919.251000', '133919.253000', '133919.257000', '133919.259000', '133919.262000', '133919.265000', '133919.268000', '133919.271000', '133919.274000', '133919.276000', '133919.279000', '133919.282000', '133919.285000', '133919.288000', '133919.291000', '133919.294000', '133919.296000', '133919.299000', '133919.302000', '133939.179000', '133939.182000', '133939.185000', '133939.188000', '133939.190000', '133939.193000', '133939.196000', '133939.199000', '133939.202000', '133939.205000', '133939.208000', '133939.213000', '133939.217000', '133939.220000', '133939.223000', '133939.226000', '133939.229000', '133939.231000', '133939.234000', '133939.237000', '133939.240000', '133939.243000', '133939.246000', '133939.249000', '133939.252000', '133939.254000', '133939.257000', '133939.260000', '133939.263000', '133939.266000', '133939.269000', '133939.272000', '133939.274000', '133939.277000', '133939.280000', '133939.283000', '133939.286000', '133939.289000', '133939.292000', '133939.294000', '133939.297000', '133939.300000', '133939.303000', '133959.180000', '133959.183000', '133959.186000', '133959.189000', '133959.191000', '133959.194000', '133959.199000', '133959.202000', '133959.205000', '133959.208000', '133959.211000', '133959.214000', '133959.216000', '133959.219000', '133959.222000', '133959.225000', '133959.228000', '133959.231000', '133959.234000', '133959.236000', '133959.239000', '133959.242000', '133959.245000', '133959.248000', '133959.250000', '133959.253000', '133959.256000', '133959.259000', '133959.262000', '133959.265000', '133959.268000', '133959.271000', '133959.274000', '133959.276000', '133959.279000', '133959.282000', '133959.285000', '133959.288000', '133959.291000', '133959.294000', '133959.296000', '133959.299000', '133959.302000', '133959.305000', '134019.179000', '134019.182000', '134019.185000', '134019.188000', '134019.191000', '134019.194000', '134019.196000', '134019.199000', '134019.202000', '134019.205000', '134019.208000', '134019.211000', '134019.213000', '134019.216000', '134019.219000', '134019.222000', '134019.225000', '134019.228000', '134019.232000', '134019.237000', '134019.240000', '134019.243000', '134019.246000', '134019.249000', '134019.252000', '134019.255000', '134019.258000', '134019.261000', '134019.263000', '134019.266000', '134019.269000', '134019.272000', '134019.275000', '134019.278000', '134019.281000', '134019.283000', '134019.286000', '134019.289000', '134019.292000', '134019.295000', '134019.298000', '134019.300000', '134019.303000', '134039.179000', '134039.182000', '134039.185000', '134039.188000', '134039.190000', '134039.193000', '134039.196000', '134039.199000', '134039.202000', '134039.205000', '134039.208000', '134039.210000', '134039.213000', '134039.216000', '134039.219000', '134039.222000', '134039.225000', '134039.228000', '134039.230000', '134039.233000', '134039.236000', '134039.239000', '134039.242000', '134039.245000', '134039.262000', '134039.265000', '134039.268000', '134039.271000', '134039.274000', '134039.277000', '134039.279000', '134039.282000', '134039.285000', '134039.288000', '134039.291000', '134039.293000', '134039.296000', '134039.299000', '134039.302000', '134039.305000', '134039.308000', '134039.311000', '134039.313000', '134039.316000', '134059.179000', '134059.182000', '134059.185000', '134059.188000', '134059.190000', '134059.193000', '134059.196000', '134059.199000', '134059.202000', '134059.205000', '134059.207000', '134059.210000', '134059.213000', '134059.216000', '134059.219000', '134059.222000', '134059.225000', '134059.227000', '134059.230000', '134059.233000', '134059.236000', '134059.239000', '134059.242000', '134059.245000', '134059.248000', '134059.251000', '134059.254000', '134059.257000', '134059.260000', '134059.262000', '134059.265000', '134059.268000', '134059.271000', '134059.274000', '134059.277000', '134059.280000', '134059.282000', '134059.285000', '134059.288000', '134059.291000', '134059.294000', '134059.297000', '134059.300000', '134119.179000', '134119.182000', '134119.185000', '134119.188000', '134119.191000', '134119.194000', '134119.196000', '134119.199000', '134119.202000', '134119.205000', '134119.208000', '134119.211000', '134119.214000', '134119.216000', '134119.219000', '134119.222000', '134119.225000', '134119.228000', '134119.231000', '134119.234000', '134119.237000', '134119.239000', '134119.242000', '134119.245000', '134119.248000', '134119.251000', '134119.254000', '134119.256000', '134119.259000', '134119.262000', '134119.265000', '134119.268000', '134119.271000', '134119.274000', '134119.276000', '134119.279000', '134119.282000', '134119.285000', '134119.288000', '134119.291000', '134119.294000', '134119.296000', '134119.299000', '134119.302000', '134139.179000', '134139.182000', '134139.185000', '134139.188000', '134139.191000', '134139.193000', '134139.196000', '134139.199000', '134139.202000', '134139.205000', '134139.209000', '134139.212000', '134139.215000', '134139.218000', '134139.221000', '134139.223000', '134139.226000', '134139.229000', '134139.232000', '134139.235000', '134139.237000', '134139.240000', '134139.243000', '134139.246000', '134139.249000', '134139.252000', '134139.255000', '134139.258000', '134139.260000', '134139.263000', '134139.266000', '134139.269000', '134139.273000', '134139.277000', '134139.280000', '134139.283000', '134139.286000', '134139.289000', '134139.292000', '134139.295000', '134139.298000', '134139.300000', '134139.303000', '134159.179000', '134159.182000', '134159.185000', '134159.188000', '134159.190000', '134159.193000', '134159.196000', '134159.273000', '134159.276000', '134159.279000', '134159.282000', '134159.285000', '134159.288000', '134159.290000', '134159.293000', '134159.296000', '134159.299000', '134159.302000', '134159.305000', '134159.308000', '134159.311000', '134159.313000', '134159.316000', '134159.319000', '134159.322000', '134159.325000', '134159.328000', '134159.330000', '134159.333000', '134159.336000', '134159.339000', '134159.342000', '134159.344000', '134159.347000', '134159.350000', '134159.369000', '134159.372000', '134159.375000', '134159.378000', '134159.381000', '134159.383000', '134159.386000', '134159.389000', '134159.392000', '134219.180000', '134219.183000', '134219.186000', '134219.189000', '134219.192000', '134219.195000', '134219.198000', '134219.201000', '134219.203000', '134219.206000', '134219.209000', '134219.212000', '134219.215000', '134219.218000', '134219.220000', '134219.223000', '134219.226000', '134219.229000', '134219.232000', '134219.235000', '134219.237000', '134219.240000', '134219.243000', '134219.246000', '134219.249000', '134219.252000', '134219.254000', '134219.257000', '134219.260000', '134219.263000', '134219.266000', '134219.269000', '134219.271000', '134219.274000', '134219.277000', '134219.280000', '134219.283000', '134219.287000', '134219.290000', '134219.293000', '134219.296000', '134219.299000', '134219.302000', '134239.179000', '134239.182000', '134239.185000', '134239.188000', '134239.191000', '134239.194000', '134239.196000', '134239.199000', '134239.202000', '134239.205000', '134239.208000', '134239.211000', '134239.213000', '134239.216000', '134239.219000', '134239.222000', '134239.225000', '134239.228000', '134239.231000', '134239.234000', '134239.236000', '134239.239000', '134239.242000', '134239.245000', '134239.248000', '134239.251000', '134239.254000', '134239.256000', '134239.259000', '134239.262000', '134239.265000', '134239.268000', '134239.271000', '134239.274000', '134239.277000', '134239.279000', '134239.282000', '134239.285000', '134239.288000', '134239.291000', '134239.294000', '134239.297000', '134239.300000', '134239.302000', '134259.179000', '134259.182000', '134259.185000', '134259.188000', '134259.191000', '134259.194000', '134259.196000', '134259.199000', '134259.202000', '134259.205000', '134259.208000', '134259.211000', '134259.213000', '134259.216000', '134259.219000', '134259.222000', '134259.225000', '134259.228000', '134259.230000', '134259.233000', '134259.236000', '134259.239000', '134259.242000', '134259.245000', '134259.249000', '134259.252000', '134259.254000', '134259.257000', '134259.260000', '134259.263000', '134259.266000', '134259.269000', '134259.272000', '134259.274000', '134259.277000', '134259.280000', '134259.283000', '134259.286000', '134259.289000', '134259.291000', '134259.294000', '134259.297000', '134259.302000', '134319.179000', '134319.187000', '134319.190000', '134319.193000', '134319.196000', '134319.199000', '134319.202000', '134319.205000', '134319.208000', '134319.211000', '134319.213000', '134319.216000', '134319.219000', '134319.222000', '134319.225000', '134319.228000', '134319.230000', '134319.233000', '134319.236000', '134319.239000', '134319.242000', '134319.245000', '134319.248000', '134319.250000', '134319.253000', '134319.256000', '134319.259000', '134319.262000', '134319.264000', '134319.267000', '134319.270000', '134319.273000', '134319.276000', '134319.279000', '134319.282000', '134319.285000', '134319.287000', '134319.291000', '134319.293000', '134319.296000', '134319.299000', '134319.302000', '134319.305000', '134319.307000', '134335.711000', '134335.715000', '134335.718000', '134335.721000', '134335.724000', '134335.728000', '134335.731000', '134335.734000', '134335.738000', '134335.741000', '134335.744000', '134335.747000', '134335.750000', '134335.752000', '134335.755000', '134335.758000', '134335.761000', '134335.764000', '134335.767000', '134335.770000', '134335.773000', '134335.776000', '134335.779000', '134335.782000', '134335.785000', '134335.788000', '134335.791000', '134335.794000', '134335.797000', '134335.800000', '134335.803000', '134335.806000', '134335.809000', '134335.812000', '134335.815000', '134335.817000'], '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': [14384, 9705, 12271, 9834, 10606, 9246, 8871, 10515, 8262, 13446, 8279, 15021, 9866, 13696, 8274, 7543, 8460, 7913, 8289, 8003, 8115, 8401, 8173, 7879, 8419, 7983, 8473, 8374, 8849, 8908, 9201, 8577, 9308, 8601, 8325, 8647, 7868, 8501, 8230, 8085, 8015, 8213, 7998, 8665, 8216, 9721, 8170, 9554, 8060, 9639, 7890, 11327, 8287, 10847, 8278, 9592, 8386, 8862, 8725, 7826, 8299, 8297, 8539, 7835, 9633, 8280, 12043, 8646, 11259, 8518, 10838, 9819, 12479, 9369, 7808, 8312, 8033, 8786, 8158, 12416, 8434, 10214, 8771, 9001, 8731, 8342, 9477, 8051, 8477, 7967, 8402, 8283, 13467, 8697, 14557, 8460, 11333, 8920, 11883, 9526, 15080, 9450, 12906, 8383, 12773, 9419, 12954, 10200, 12101, 8685, 8158, 8586, 8769, 8704, 8127, 8578, 8140, 8742, 8449, 11871, 8827, 8241, 8671, 8550, 8381, 10819, 8428, 12696, 8653, 14227, 11107, 15806, 13601, 12502, 9597, 10680, 10389, 11361, 15648, 12099, 14542, 11180, 8582, 8617, 8420, 8600, 8553, 9978, 8100, 9312, 9224, 10238, 8770, 8571, 14012, 12095, 8475, 16676, 11375, 16883, 13191, 15593, 11915, 15631, 11684, 14165, 9240, 9824, 8844, 8651, 8273, 8486, 8793, 8234, 8790, 8115, 8936, 8537, 8498, 8220, 12509, 9343, 12008, 8279, 11870, 8554, 10662, 8453, 9829, 8014, 9243, 8799, 8441, 11344, 8069, 12823, 8240, 10121, 8405, 9446, 8191, 8597, 8528, 8170, 8617, 8149, 7950, 8078, 8556, 8452, 9547, 8357, 9422, 8484, 8852, 8346, 8038, 8217, 8295, 8660, 8356, 9814, 8443, 9898, 8512, 9114, 8387, 9264, 8370, 9295, 8333, 9018, 8362, 9146, 8598, 8588, 8513, 8421, 12972, 8608, 13066, 8608, 12021, 8443, 10863, 8575, 10359, 8193, 9153, 8248, 8342, 8514, 9171, 8421, 8639, 8929, 8262, 8296, 8604, 8494, 8238, 10294, 8308, 14371, 8776, 12121, 8769, 11805, 8865, 11425, 9112, 12048, 8972, 12130, 8798, 12029, 9235, 14402, 8837, 13583, 8359, 11237, 10702, 15048, 8756, 9754, 8489, 8312, 8807, 8615, 8846, 8249, 10123, 8334, 12196, 8520, 12227, 9246, 9037, 8440, 8557, 9123, 8591, 13362, 8679, 15164, 9814, 13213, 9963, 15847, 11671, 16030, 11117, 11841, 9428, 9955, 14691, 8577, 13068, 8648, 9297, 8783, 8484, 11627, 8511, 13548, 8813, 14016, 9485, 10292, 10544, 8370, 9346, 8358, 8435, 9457, 8382, 11454, 8338, 12743, 9039, 14456, 12591, 8976, 13873, 8293, 9018, 8324, 8195, 9557, 8630, 9647, 9437, 9086, 8764, 8851, 10438, 8639, 8524, 10299, 8567, 8496, 14567, 9906, 13264, 8973, 8830, 8937, 8492, 12500, 8760, 11717, 8446, 12482, 9282, 9019, 8553, 8509, 8278, 8289, 8500, 8205, 8340, 9501, 8190, 8415, 8331, 7946, 8200, 8038, 8779, 8318, 8652, 8501, 7584, 8436, 8586, 8632, 8236, 8383, 8302, 8056, 8343, 8052, 8840, 8185, 9608, 8338, 10182, 8190, 8350, 8004, 7822, 7964, 7976, 8051, 8094, 7597, 8215, 8400, 8052, 8793, 8198, 9055, 8208, 7882, 8465, 7990, 9701, 8401, 11642, 9301, 12243, 11319, 12637, 15389, 12012, 15536, 13661, 13944, 8849, 11800, 9080, 8659, 8973, 8443, 8965, 8748, 8227, 8929, 8701, 8708, 7812, 8595, 9632, 8626, 11116, 8779, 12524, 8547, 11433, 8596, 12072, 9446, 11313, 8664, 7769, 8510, 7467, 8252, 8760, 8078, 11938, 8135, 10487, 8127, 10001, 8279, 9650, 8476, 7663, 7798, 8448, 8117, 7474, 9149, 7974, 10101, 8002, 9967, 8131, 10130, 8527, 12266, 9409, 9362, 12535, 8551, 15224, 8482, 13030, 10662, 11274, 8040, 9813, 7938, 9016, 8149, 9107, 8065, 9016, 7879, 8271, 8728, 8321, 10297, 8586, 10049, 8362, 9171, 7629, 8347, 11910, 8300, 10597, 7902, 9603, 7934, 8507, 7953, 8212, 7807, 8612, 8222, 8301, 7265, 7695, 11560, 7883, 12984, 9033, 13195, 7978, 10683, 7928, 8744, 8864, 9620, 8668, 8260, 8392, 8153, 8432, 7961, 10300, 8173, 10255, 7926, 9778, 7662, 8312, 15616, 8736, 13106, 10200, 13505, 8164, 10319, 8386, 9143, 8859, 8745, 8741, 8436, 7658, 8296, 8637, 8126, 11649, 8721, 13351, 8426, 12732, 8282, 12221, 9530, 14114, 9503, 14855, 8397, 12444, 8568, 11894, 10213, 13894, 8545, 11395, 8852, 9032, 9048, 8913, 8870, 8545, 7952, 8418, 7880, 8620, 8021, 8385, 12055, 8354, 10767, 8874, 9203, 9072, 9139, 9181, 9082, 8792, 8395, 8995, 8882, 7643, 8832, 12905, 8632, 14267, 8321, 11616, 8782, 10170, 9761, 13752, 8937, 8619, 7827, 8941, 12366, 9125, 11024, 8727, 11334, 8662, 9152, 8704, 8303, 8512, 8268, 8310, 7627, 8095, 7404, 8897, 7784, 9299, 7891, 9355, 10785, 8818, 14193, 10655, 14567, 10970, 14100, 9001, 11645, 9128, 11348, 9761, 9112, 8826, 9560, 8647, 9022, 8996, 9221, 14481, 8618, 10652, 8474, 9287, 8717, 9381, 9186, 10255, 8431, 7836, 8433, 9385, 8862, 8291, 10731, 8577, 8107, 8459, 7974, 9189, 9581, 12944, 9111, 10091, 8923, 8805, 9558, 15479, 10427, 12934, 8488, 8050, 8998, 8200, 12134, 8257, 7798, 9045, 8474, 9006, 10690, 8859, 9130, 12220, 8363, 8700, 13780, 8442, 9594, 11938, 8348, 15664, 12019, 8894, 13460, 10678, 13045, 11427, 9302, 10120, 15135, 12112, 9707, 9789, 9419, 8912, 8327, 9183, 9558, 15116, 10928, 9743, 8962, 8733, 8260, 8220, 9192, 8727, 8062, 9104, 8382, 8672, 9229, 9057, 10307, 8341, 8679, 8329, 9287, 10890, 8482, 8337, 8225, 8062, 9007, 8162, 10157, 8447, 9407, 8055, 9609, 8165, 13068, 8356, 9749, 8351, 9654, 8739, 9555, 8943, 9626, 8348, 9342, 8158, 8281, 8682, 7719, 8258, 7931, 8403, 8258, 8625, 7889, 9865, 8289, 9114, 8460, 9568, 8327, 13279, 8664, 10427, 8536, 7663, 9069, 7904, 12993, 10381, 8448, 14804, 10980, 9287, 13986, 8400, 14444, 9342, 13818, 9353, 9301, 14383, 11497, 14689, 10180, 12817, 9310, 9122, 9424, 10191, 12714, 9031, 11466, 9615, 12370, 9421, 8907, 9123, 8998, 11120, 9482, 8727, 9014, 8680, 9352, 9478, 8774, 9310, 9234, 8751, 13515, 9050, 8307, 8562, 8510, 9241, 8309, 9241, 8633, 8541, 8311, 8668, 8480, 8755, 9137, 9998, 8314, 7878, 8776, 8208, 10721, 8043, 8999, 8245, 8061, 9559, 8610, 12337, 13094, 8712, 15004, 9250, 9199, 9601, 8257, 9103, 8495, 9641, 10045, 8690, 11127, 8715, 8309, 7716, 9070, 10006, 9061, 15487, 11321, 14654, 9376, 7992, 8913, 8036, 13597, 8720, 7872, 8782, 8205], 'WindowCenter': [4008.0, 3962.0, 3969.0, 3945.0, 3943.0, 3931.0, 3920.0, 3929.0, 3907.0, 3950.0, 3908.0, 3961.0, 3930.0, 3949.0, 3908.0, 3897.0, 3907.0, 3907.0, 3908.0, 3907.0, 3906.0, 3907.0, 3905.0, 3906.0, 3906.0, 3909.0, 3907.0, 3909.0, 3917.0, 3919.0, 3929.0, 3919.0, 3930.0, 3921.0, 3920.0, 3922.0, 3924.0, 3935.0, 3934.0, 3923.0, 3923.0, 3933.0, 3924.0, 3934.0, 3934.0, 3943.0, 3934.0, 3943.0, 3922.0, 3943.0, 3923.0, 3953.0, 3923.0, 3941.0, 3921.0, 3931.0, 3923.0, 3932.0, 3934.0, 3921.0, 3934.0, 3937.0, 3946.0, 3937.0, 3957.0, 3950.0, 3977.0, 3946.0, 3966.0, 3949.0, 3968.0, 3956.0, 3977.0, 3945.0, 3924.0, 3933.0, 3936.0, 3934.0, 3937.0, 3978.0, 3933.0, 3953.0, 3935.0, 3946.0, 3936.0, 3934.0, 3947.0, 3924.0, 3922.0, 3922.0, 3935.0, 3933.0, 3977.0, 3935.0, 3974.0, 3922.0, 3950.0, 3932.0, 3962.0, 3945.0, 3987.0, 3933.0, 3950.0, 3919.0, 3962.0, 3931.0, 3952.0, 3941.0, 3950.0, 3918.0, 3907.0, 3920.0, 3919.0, 3920.0, 3908.0, 3917.0, 3921.0, 3919.0, 3921.0, 3954.0, 3933.0, 3921.0, 3933.0, 3934.0, 3934.0, 3955.0, 3921.0, 3953.0, 3920.0, 3963.0, 3941.0, 3973.0, 3951.0, 3939.0, 3916.0, 3926.0, 3928.0, 3941.0, 3960.0, 3937.0, 3960.0, 3949.0, 3929.0, 3927.0, 3916.0, 3919.0, 3905.0, 3923.0, 3897.0, 3920.0, 3932.0, 3943.0, 3920.0, 3918.0, 3948.0, 3935.0, 3894.0, 3958.0, 3926.0, 3946.0, 3923.0, 3945.0, 3914.0, 3933.0, 3901.0, 3908.0, 3875.0, 3873.0, 3863.0, 3863.0, 3863.0, 3878.0, 3877.0, 3879.0, 3890.0, 3881.0, 3903.0, 3905.0, 3893.0, 3895.0, 3937.0, 3905.0, 3925.0, 3895.0, 3927.0, 3908.0, 3916.0, 3897.0, 3916.0, 3895.0, 3905.0, 3894.0, 3895.0, 3925.0, 3894.0, 3936.0, 3895.0, 3914.0, 3894.0, 3904.0, 3894.0, 3893.0, 3905.0, 3896.0, 3906.0, 3896.0, 3895.0, 3908.0, 3907.0, 3909.0, 3918.0, 3909.0, 3920.0, 3920.0, 3919.0, 3910.0, 3910.0, 3909.0, 3921.0, 3920.0, 3921.0, 3931.0, 3921.0, 3930.0, 3923.0, 3933.0, 3923.0, 3930.0, 3925.0, 3934.0, 3936.0, 3935.0, 3935.0, 3946.0, 3937.0, 3937.0, 3936.0, 3937.0, 3978.0, 3937.0, 3978.0, 3934.0, 3966.0, 3935.0, 3955.0, 3934.0, 3946.0, 3935.0, 3934.0, 3934.0, 3936.0, 3937.0, 3947.0, 3937.0, 3935.0, 3935.0, 3937.0, 3935.0, 3948.0, 3935.0, 3935.0, 3955.0, 3936.0, 3978.0, 3938.0, 3966.0, 3936.0, 3964.0, 3936.0, 3966.0, 3937.0, 3963.0, 3934.0, 3965.0, 3934.0, 3965.0, 3936.0, 3975.0, 3934.0, 3963.0, 3921.0, 3944.0, 3942.0, 3965.0, 3909.0, 3917.0, 3907.0, 3906.0, 3919.0, 3906.0, 3918.0, 3908.0, 3929.0, 3907.0, 3938.0, 3918.0, 3939.0, 3919.0, 3918.0, 3906.0, 3907.0, 3917.0, 3919.0, 3951.0, 3920.0, 3961.0, 3917.0, 3950.0, 3919.0, 3960.0, 3928.0, 3958.0, 3926.0, 3925.0, 3904.0, 3914.0, 3946.0, 3890.0, 3923.0, 3891.0, 3902.0, 3892.0, 3892.0, 3923.0, 3892.0, 3932.0, 3892.0, 3945.0, 3902.0, 3900.0, 3900.0, 3890.0, 3889.0, 3890.0, 3891.0, 3901.0, 3891.0, 3912.0, 3892.0, 3922.0, 3903.0, 3933.0, 3924.0, 3891.0, 3935.0, 3891.0, 3903.0, 3892.0, 3891.0, 3913.0, 3905.0, 3903.0, 3904.0, 3905.0, 3902.0, 3904.0, 3924.0, 3902.0, 3902.0, 3914.0, 3893.0, 3905.0, 3946.0, 3913.0, 3922.0, 3892.0, 3891.0, 3889.0, 3889.0, 3919.0, 3877.0, 3909.0, 3879.0, 3920.0, 3901.0, 3889.0, 3888.0, 3889.0, 3878.0, 3889.0, 3890.0, 3889.0, 3891.0, 3903.0, 3893.0, 3905.0, 3906.0, 3895.0, 3893.0, 3895.0, 3905.0, 3905.0, 3905.0, 3906.0, 3894.0, 3906.0, 3906.0, 3905.0, 3907.0, 3908.0, 3907.0, 3910.0, 3907.0, 3907.0, 3917.0, 3920.0, 3929.0, 3909.0, 3928.0, 3919.0, 3919.0, 3923.0, 3924.0, 3922.0, 3909.0, 3908.0, 3909.0, 3911.0, 3921.0, 3923.0, 3924.0, 3934.0, 3923.0, 3921.0, 3921.0, 3923.0, 3936.0, 3937.0, 3959.0, 3950.0, 3970.0, 3936.0, 3955.0, 3944.0, 3956.0, 3961.0, 3940.0, 3961.0, 3949.0, 3964.0, 3907.0, 3936.0, 3920.0, 3907.0, 3904.0, 3895.0, 3904.0, 3904.0, 3906.0, 3915.0, 3919.0, 3920.0, 3909.0, 3907.0, 3917.0, 3908.0, 3927.0, 3919.0, 3938.0, 3907.0, 3938.0, 3920.0, 3952.0, 3921.0, 3929.0, 3907.0, 3897.0, 3908.0, 3897.0, 3907.0, 3907.0, 3906.0, 3939.0, 3907.0, 3927.0, 3907.0, 3930.0, 3920.0, 3928.0, 3921.0, 3910.0, 3911.0, 3922.0, 3921.0, 3914.0, 3932.0, 3924.0, 3944.0, 3923.0, 3942.0, 3922.0, 3943.0, 3921.0, 3954.0, 3922.0, 3920.0, 3952.0, 3908.0, 3960.0, 3906.0, 3938.0, 3929.0, 3929.0, 3908.0, 3917.0, 3907.0, 3919.0, 3909.0, 3919.0, 3909.0, 3920.0, 3910.0, 3922.0, 3921.0, 3921.0, 3929.0, 3920.0, 3931.0, 3910.0, 3920.0, 3909.0, 3911.0, 3942.0, 3907.0, 3930.0, 3908.0, 3930.0, 3912.0, 3921.0, 3924.0, 3934.0, 3925.0, 3933.0, 3924.0, 3925.0, 3912.0, 3925.0, 3968.0, 3922.0, 3964.0, 3936.0, 3965.0, 3911.0, 3943.0, 3922.0, 3922.0, 3933.0, 3933.0, 3921.0, 3921.0, 3923.0, 3923.0, 3920.0, 3923.0, 3943.0, 3924.0, 3944.0, 3923.0, 3945.0, 3912.0, 3923.0, 3975.0, 3921.0, 3963.0, 3943.0, 3963.0, 3909.0, 3931.0, 3910.0, 3920.0, 3921.0, 3921.0, 3921.0, 3920.0, 3910.0, 3909.0, 3920.0, 3922.0, 3942.0, 3933.0, 3962.0, 3921.0, 3951.0, 3921.0, 3951.0, 3931.0, 3961.0, 3931.0, 3960.0, 3907.0, 3938.0, 3920.0, 3940.0, 3929.0, 3949.0, 3907.0, 3926.0, 3905.0, 3906.0, 3917.0, 3906.0, 3906.0, 3906.0, 3895.0, 3905.0, 3905.0, 3906.0, 3895.0, 3907.0, 3939.0, 3907.0, 3928.0, 3906.0, 3917.0, 3907.0, 3916.0, 3906.0, 3906.0, 3905.0, 3906.0, 3918.0, 3919.0, 3898.0, 3918.0, 3950.0, 3908.0, 3948.0, 3908.0, 3926.0, 3906.0, 3916.0, 3916.0, 3948.0, 3906.0, 3893.0, 3883.0, 3904.0, 3935.0, 3906.0, 3914.0, 3905.0, 3925.0, 3904.0, 3904.0, 3905.0, 3906.0, 3917.0, 3907.0, 3909.0, 3896.0, 3908.0, 3898.0, 3933.0, 3910.0, 3932.0, 3910.0, 3931.0, 3941.0, 3921.0, 3962.0, 3931.0, 3963.0, 3929.0, 3949.0, 3907.0, 3927.0, 3916.0, 3927.0, 3915.0, 3905.0, 3905.0, 3915.0, 3905.0, 3917.0, 3916.0, 3905.0, 3947.0, 3905.0, 3912.0, 3893.0, 3906.0, 3908.0, 3904.0, 3917.0, 3916.0, 3906.0, 3896.0, 3906.0, 3919.0, 3918.0, 3920.0, 3940.0, 3921.0, 3909.0, 3909.0, 3910.0, 3919.0, 3918.0, 3950.0, 3907.0, 3916.0, 3906.0, 3906.0, 3916.0, 3958.0, 3914.0, 3936.0, 3904.0, 3907.0, 3917.0, 3907.0, 3939.0, 3906.0, 3897.0, 3919.0, 3908.0, 3918.0, 3940.0, 3919.0, 3932.0, 3953.0, 3922.0, 3921.0, 3963.0, 3933.0, 3942.0, 3951.0, 3919.0, 3970.0, 3939.0, 3905.0, 3947.0, 3915.0, 3934.0, 3924.0, 3902.0, 3912.0, 3945.0, 3922.0, 3901.0, 3901.0, 3890.0, 3888.0, 3878.0, 3887.0, 3888.0, 3932.0, 3898.0, 3888.0, 3889.0, 3887.0, 3890.0, 3892.0, 3900.0, 3891.0, 3891.0, 3902.0, 3895.0, 3905.0, 3915.0, 3906.0, 3915.0, 3905.0, 3905.0, 3894.0, 3916.0, 3927.0, 3907.0, 3905.0, 3904.0, 3908.0, 3917.0, 3906.0, 3925.0, 3907.0, 3914.0, 3906.0, 3915.0, 3908.0, 3948.0, 3906.0, 3916.0, 3904.0, 3917.0, 3907.0, 3916.0, 3917.0, 3915.0, 3906.0, 3917.0, 3907.0, 3906.0, 3919.0, 3909.0, 3919.0, 3908.0, 3909.0, 3909.0, 3919.0, 3908.0, 3931.0, 3921.0, 3919.0, 3920.0, 3930.0, 3921.0, 3962.0, 3935.0, 3942.0, 3922.0, 3923.0, 3929.0, 3909.0, 3950.0, 3931.0, 3921.0, 3961.0, 3941.0, 3930.0, 3976.0, 3922.0, 3976.0, 3932.0, 3965.0, 3920.0, 3918.0, 3947.0, 3927.0, 3947.0, 3914.0, 3925.0, 3890.0, 3891.0, 3891.0, 3900.0, 3921.0, 3888.0, 3897.0, 3887.0, 3909.0, 3889.0, 3876.0, 3877.0, 3875.0, 3896.0, 3886.0, 3877.0, 3876.0, 3876.0, 3886.0, 3886.0, 3876.0, 3888.0, 3886.0, 3877.0, 3919.0, 3887.0, 3878.0, 3877.0, 3887.0, 3889.0, 3890.0, 3902.0, 3892.0, 3892.0, 3892.0, 3892.0, 3904.0, 3904.0, 3906.0, 3916.0, 3892.0, 3893.0, 3904.0, 3894.0, 3927.0, 3895.0, 3918.0, 3906.0, 3909.0, 3916.0, 3919.0, 3953.0, 3950.0, 3922.0, 3963.0, 3919.0, 3919.0, 3929.0, 3920.0, 3919.0, 3919.0, 3930.0, 3930.0, 3918.0, 3952.0, 3921.0, 3921.0, 3910.0, 3918.0, 3917.0, 3907.0, 3948.0, 3927.0, 3946.0, 3904.0, 3893.0, 3891.0, 3881.0, 3934.0, 3892.0, 3892.0, 3902.0, 3905.0], 'WindowWidth': [8938.0, 8864.0, 8866.0, 8827.0, 8820.0, 8801.0, 8783.0, 8794.0, 8763.0, 8824.0, 8765.0, 8842.0, 8796.0, 8822.0, 8765.0, 8750.0, 8763.0, 8763.0, 8764.0, 8763.0, 8759.0, 8762.0, 8757.0, 8759.0, 8759.0, 8766.0, 8761.0, 8768.0, 8776.0, 8783.0, 8794.0, 8783.0, 8797.0, 8787.0, 8785.0, 8791.0, 8797.0, 8814.0, 8810.0, 8795.0, 8795.0, 8808.0, 8797.0, 8810.0, 8811.0, 8821.0, 8811.0, 8821.0, 8794.0, 8820.0, 8796.0, 8836.0, 8793.0, 8816.0, 8789.0, 8803.0, 8795.0, 8806.0, 8811.0, 8792.0, 8810.0, 8820.0, 8830.0, 8823.0, 8848.0, 8844.0, 8874.0, 8833.0, 8857.0, 8838.0, 8864.0, 8847.0, 8876.0, 8827.0, 8800.0, 8808.0, 8820.0, 8814.0, 8821.0, 8879.0, 8812.0, 8837.0, 8814.0, 8834.0, 8819.0, 8815.0, 8836.0, 8799.0, 8795.0, 8794.0, 8813.0, 8810.0, 8874.0, 8816.0, 8869.0, 8794.0, 8829.0, 8806.0, 8847.0, 8829.0, 8888.0, 8808.0, 8830.0, 8785.0, 8847.0, 8803.0, 8832.0, 8816.0, 8826.0, 8779.0, 8765.0, 8786.0, 8783.0, 8787.0, 8768.0, 8778.0, 8789.0, 8785.0, 8789.0, 8837.0, 8810.0, 8792.0, 8812.0, 8814.0, 8811.0, 8841.0, 8790.0, 8834.0, 8787.0, 8848.0, 8814.0, 8864.0, 8829.0, 8809.0, 8773.0, 8787.0, 8794.0, 8816.0, 8843.0, 8804.0, 8845.0, 8827.0, 8802.0, 8801.0, 8785.0, 8788.0, 8763.0, 8786.0, 8752.0, 8788.0, 8809.0, 8823.0, 8788.0, 8780.0, 8820.0, 8798.0, 8740.0, 8832.0, 8783.0, 8815.0, 8777.0, 8809.0, 8766.0, 8789.0, 8740.0, 8747.0, 8696.0, 8690.0, 8676.0, 8676.0, 8677.0, 8706.0, 8704.0, 8709.0, 8726.0, 8716.0, 8749.0, 8753.0, 8736.0, 8740.0, 8801.0, 8755.0, 8781.0, 8743.0, 8786.0, 8764.0, 8769.0, 8747.0, 8769.0, 8742.0, 8754.0, 8739.0, 8739.0, 8780.0, 8737.0, 8799.0, 8741.0, 8765.0, 8738.0, 8750.0, 8739.0, 8736.0, 8754.0, 8743.0, 8756.0, 8746.0, 8743.0, 8763.0, 8761.0, 8767.0, 8778.0, 8767.0, 8782.0, 8783.0, 8783.0, 8770.0, 8771.0, 8769.0, 8786.0, 8783.0, 8787.0, 8798.0, 8788.0, 8798.0, 8794.0, 8804.0, 8795.0, 8800.0, 8799.0, 8809.0, 8816.0, 8813.0, 8815.0, 8830.0, 8819.0, 8818.0, 8814.0, 8819.0, 8876.0, 8818.0, 8876.0, 8812.0, 8854.0, 8813.0, 8840.0, 8813.0, 8828.0, 8814.0, 8811.0, 8813.0, 8816.0, 8821.0, 8834.0, 8818.0, 8816.0, 8815.0, 8820.0, 8817.0, 8836.0, 8816.0, 8816.0, 8842.0, 8817.0, 8879.0, 8823.0, 8859.0, 8818.0, 8852.0, 8816.0, 8856.0, 8821.0, 8851.0, 8814.0, 8854.0, 8812.0, 8855.0, 8817.0, 8870.0, 8809.0, 8852.0, 8789.0, 8825.0, 8818.0, 8856.0, 8768.0, 8778.0, 8761.0, 8761.0, 8781.0, 8762.0, 8779.0, 8766.0, 8794.0, 8763.0, 8809.0, 8781.0, 8809.0, 8781.0, 8777.0, 8761.0, 8764.0, 8778.0, 8784.0, 8828.0, 8785.0, 8843.0, 8778.0, 8827.0, 8783.0, 8839.0, 8794.0, 8836.0, 8786.0, 8785.0, 8756.0, 8765.0, 8815.0, 8729.0, 8778.0, 8732.0, 8749.0, 8735.0, 8733.0, 8779.0, 8733.0, 8788.0, 8734.0, 8814.0, 8749.0, 8742.0, 8742.0, 8728.0, 8727.0, 8729.0, 8734.0, 8745.0, 8731.0, 8760.0, 8735.0, 8777.0, 8751.0, 8791.0, 8783.0, 8730.0, 8799.0, 8733.0, 8752.0, 8735.0, 8735.0, 8763.0, 8759.0, 8752.0, 8753.0, 8759.0, 8750.0, 8755.0, 8781.0, 8748.0, 8748.0, 8765.0, 8736.0, 8756.0, 8814.0, 8763.0, 8775.0, 8732.0, 8731.0, 8724.0, 8723.0, 8766.0, 8707.0, 8750.0, 8712.0, 8768.0, 8743.0, 8724.0, 8723.0, 8725.0, 8708.0, 8724.0, 8727.0, 8726.0, 8731.0, 8747.0, 8738.0, 8760.0, 8759.0, 8741.0, 8737.0, 8743.0, 8756.0, 8758.0, 8756.0, 8759.0, 8740.0, 8759.0, 8758.0, 8757.0, 8763.0, 8768.0, 8764.0, 8768.0, 8764.0, 8763.0, 8776.0, 8783.0, 8794.0, 8769.0, 8793.0, 8783.0, 8783.0, 8796.0, 8798.0, 8791.0, 8768.0, 8762.0, 8768.0, 8773.0, 8790.0, 8793.0, 8796.0, 8809.0, 8793.0, 8787.0, 8789.0, 8793.0, 8817.0, 8821.0, 8853.0, 8842.0, 8870.0, 8815.0, 8844.0, 8823.0, 8844.0, 8845.0, 8812.0, 8845.0, 8823.0, 8853.0, 8764.0, 8801.0, 8786.0, 8762.0, 8753.0, 8742.0, 8754.0, 8754.0, 8760.0, 8769.0, 8781.0, 8785.0, 8769.0, 8762.0, 8777.0, 8765.0, 8790.0, 8781.0, 8807.0, 8761.0, 8804.0, 8783.0, 8829.0, 8786.0, 8793.0, 8760.0, 8747.0, 8763.0, 8748.0, 8762.0, 8763.0, 8761.0, 8808.0, 8761.0, 8788.0, 8762.0, 8797.0, 8785.0, 8792.0, 8788.0, 8771.0, 8772.0, 8789.0, 8789.0, 8784.0, 8806.0, 8797.0, 8822.0, 8795.0, 8818.0, 8791.0, 8818.0, 8788.0, 8837.0, 8790.0, 8785.0, 8828.0, 8764.0, 8841.0, 8759.0, 8806.0, 8792.0, 8792.0, 8763.0, 8775.0, 8762.0, 8778.0, 8770.0, 8781.0, 8769.0, 8784.0, 8773.0, 8790.0, 8789.0, 8788.0, 8797.0, 8785.0, 8799.0, 8772.0, 8785.0, 8768.0, 8772.0, 8816.0, 8765.0, 8796.0, 8767.0, 8797.0, 8775.0, 8788.0, 8799.0, 8809.0, 8800.0, 8809.0, 8797.0, 8800.0, 8780.0, 8800.0, 8861.0, 8794.0, 8850.0, 8816.0, 8853.0, 8776.0, 8819.0, 8792.0, 8791.0, 8806.0, 8807.0, 8788.0, 8786.0, 8791.0, 8792.0, 8786.0, 8794.0, 8821.0, 8797.0, 8825.0, 8795.0, 8826.0, 8779.0, 8792.0, 8870.0, 8789.0, 8848.0, 8820.0, 8845.0, 8771.0, 8798.0, 8771.0, 8783.0, 8787.0, 8787.0, 8786.0, 8784.0, 8770.0, 8769.0, 8786.0, 8791.0, 8817.0, 8809.0, 8844.0, 8787.0, 8829.0, 8787.0, 8831.0, 8802.0, 8843.0, 8800.0, 8840.0, 8764.0, 8807.0, 8783.0, 8810.0, 8796.0, 8822.0, 8763.0, 8787.0, 8758.0, 8760.0, 8776.0, 8758.0, 8757.0, 8757.0, 8742.0, 8757.0, 8759.0, 8761.0, 8746.0, 8762.0, 8808.0, 8763.0, 8790.0, 8759.0, 8776.0, 8761.0, 8772.0, 8757.0, 8758.0, 8755.0, 8758.0, 8776.0, 8779.0, 8753.0, 8777.0, 8824.0, 8764.0, 8821.0, 8761.0, 8787.0, 8761.0, 8772.0, 8771.0, 8818.0, 8755.0, 8736.0, 8723.0, 8752.0, 8796.0, 8757.0, 8765.0, 8755.0, 8780.0, 8752.0, 8752.0, 8756.0, 8761.0, 8778.0, 8762.0, 8768.0, 8748.0, 8765.0, 8755.0, 8805.0, 8773.0, 8804.0, 8773.0, 8801.0, 8813.0, 8788.0, 8844.0, 8799.0, 8847.0, 8796.0, 8824.0, 8761.0, 8788.0, 8771.0, 8785.0, 8770.0, 8754.0, 8755.0, 8767.0, 8754.0, 8776.0, 8773.0, 8755.0, 8816.0, 8754.0, 8763.0, 8737.0, 8756.0, 8765.0, 8753.0, 8778.0, 8771.0, 8757.0, 8744.0, 8757.0, 8781.0, 8778.0, 8785.0, 8811.0, 8786.0, 8768.0, 8769.0, 8772.0, 8781.0, 8776.0, 8828.0, 8761.0, 8772.0, 8760.0, 8758.0, 8772.0, 8834.0, 8767.0, 8799.0, 8752.0, 8763.0, 8774.0, 8763.0, 8808.0, 8760.0, 8750.0, 8783.0, 8765.0, 8778.0, 8812.0, 8782.0, 8808.0, 8833.0, 8792.0, 8788.0, 8852.0, 8809.0, 8821.0, 8831.0, 8783.0, 8856.0, 8810.0, 8756.0, 8819.0, 8771.0, 8794.0, 8782.0, 8746.0, 8760.0, 8810.0, 8773.0, 8743.0, 8743.0, 8725.0, 8723.0, 8707.0, 8717.0, 8719.0, 8789.0, 8735.0, 8719.0, 8722.0, 8717.0, 8727.0, 8731.0, 8742.0, 8732.0, 8733.0, 8747.0, 8741.0, 8754.0, 8770.0, 8757.0, 8769.0, 8756.0, 8754.0, 8739.0, 8771.0, 8788.0, 8760.0, 8757.0, 8755.0, 8765.0, 8774.0, 8758.0, 8784.0, 8763.0, 8768.0, 8760.0, 8770.0, 8766.0, 8818.0, 8759.0, 8773.0, 8755.0, 8774.0, 8761.0, 8772.0, 8774.0, 8772.0, 8760.0, 8775.0, 8763.0, 8760.0, 8781.0, 8767.0, 8782.0, 8766.0, 8770.0, 8768.0, 8782.0, 8768.0, 8800.0, 8787.0, 8781.0, 8785.0, 8798.0, 8789.0, 8846.0, 8814.0, 8819.0, 8789.0, 8795.0, 8797.0, 8768.0, 8826.0, 8798.0, 8788.0, 8843.0, 8814.0, 8798.0, 8871.0, 8790.0, 8875.0, 8803.0, 8853.0, 8781.0, 8778.0, 8815.0, 8788.0, 8813.0, 8764.0, 8782.0, 8726.0, 8728.0, 8727.0, 8738.0, 8769.0, 8721.0, 8732.0, 8716.0, 8751.0, 8720.0, 8700.0, 8702.0, 8697.0, 8728.0, 8714.0, 8702.0, 8701.0, 8702.0, 8713.0, 8713.0, 8699.0, 8717.0, 8713.0, 8703.0, 8763.0, 8718.0, 8706.0, 8704.0, 8719.0, 8723.0, 8726.0, 8745.0, 8733.0, 8732.0, 8734.0, 8734.0, 8753.0, 8752.0, 8756.0, 8770.0, 8734.0, 8737.0, 8752.0, 8739.0, 8787.0, 8744.0, 8776.0, 8758.0, 8767.0, 8774.0, 8782.0, 8832.0, 8826.0, 8793.0, 8846.0, 8779.0, 8782.0, 8798.0, 8786.0, 8782.0, 8779.0, 8794.0, 8796.0, 8779.0, 8832.0, 8788.0, 8789.0, 8770.0, 8779.0, 8776.0, 8763.0, 8818.0, 8786.0, 8812.0, 8750.0, 8736.0, 8728.0, 8716.0, 8791.0, 8731.0, 8734.0, 8747.0, 8755.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.0025783351588170864</td></tr>
<tr><td colspan=3>aqi</td><td>0.03740908959474261</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.534731685252176</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2366381447807024</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0133726477192981</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>4244.0581</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1054488260912341</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.119386637458927</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.534082409147768</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.418690578697559</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796390024237957</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3871666245077874</td></tr>
<tr><td colspan=3>gcor</td><td>0.0199001</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013772535137832165</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03344830125570297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.832194344453103</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.4007</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9379</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.7617</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.9299</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2655</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.4522</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3112.8838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.4684</td></tr>
<tr><td colspan=3>tsnr</td><td>33.067893609404564</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>