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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0031_suffix-bold_task-faces" 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-0031/figures/sub-0031_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-02_task-faces_acq-mb8_run-03_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-0031/figures/sub-0031_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-faces_acq-mb8_run-03_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-0031/ses-02/func/sub-0031_ses-02_task-faces_acq-mb8_run-03_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>2ccebb2e1cde0aff2b0d2ece068b7d8b</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>12:22:1.050000</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.999768, -0.0212369, -0.00355872, 0.0212913, 0.999645, 0.0160159]</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-03_task-faces_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.134129</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7748, -7190, 499, -43, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5702ce68-fa9e-4a35-990b-ad75308fe120||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.682304859161377, 0.05712303891777992, -0.008686798624694347, 111.3343505859375], [0.056977104395627975, 2.681974411010742, 0.043437402695417404, -90.51675415039062], [-0.009547796100378036, -0.04296940937638283, 2.699636697769165, -36.8962516784668], [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': ['122201.050000', '122201.510000', '122201.970000', '122202.430000', '122202.890000', '122203.350000', '122203.810000', '122204.270000', '122204.730000', '122205.190000', '122205.650000', '122206.110000', '122206.570000', '122207.030000', '122207.490000', '122207.950000', '122208.410000', '122208.870000', '122209.330000', '122209.790000', '122210.250000', '122210.710000', '122211.170000', '122211.630000', '122212.090000', '122212.550000', '122213.010000', '122213.470000', '122213.930000', '122214.390000', '122214.850000', '122215.310000', '122215.770000', '122216.230000', '122216.690000', '122217.150000', '122217.610000', '122218.070000', '122218.530000', '122218.990000', '122219.450000', '122219.910000', '122220.370000', '122220.830000', '122221.290000', '122221.750000', '122222.210000', '122222.670000', '122223.130000', '122223.590000', '122224.050000', '122224.510000', '122224.970000', '122225.430000', '122225.890000', '122226.350000', '122226.810000', '122227.270000', '122227.730000', '122228.190000', '122228.650000', '122229.110000', '122229.570000', '122230.030000', '122230.490000', '122230.950000', '122231.410000', '122231.870000', '122232.330000', '122232.790000', '122233.250000', '122233.710000', '122234.170000', '122234.630000', '122235.090000', '122235.550000', '122236.010000', '122236.470000', '122236.930000', '122237.390000', '122237.850000', '122238.310000', '122238.770000', '122239.230000', '122239.690000', '122240.150000', '122240.610000', '122241.070000', '122241.530000', '122241.990000', '122242.450000', '122242.910000', '122243.370000', '122243.830000', '122244.290000', '122244.750000', '122245.210000', '122245.670000', '122246.130000', '122246.590000', '122247.050000', '122247.510000', '122247.970000', '122248.430000', '122248.890000', '122249.350000', '122249.810000', '122250.270000', '122250.730000', '122251.190000', '122251.650000', '122252.110000', '122252.570000', '122253.030000', '122253.490000', '122253.950000', '122254.410000', '122254.870000', '122255.330000', '122255.790000', '122256.250000', '122256.710000', '122257.170000', '122257.630000', '122258.090000', '122258.550000', '122259.010000', '122259.470000', '122259.930000', '122300.390000', '122300.850000', '122301.310000', '122301.770000', '122302.230000', '122302.690000', '122303.150000', '122303.610000', '122304.070000', '122304.530000', '122304.990000', '122305.450000', '122305.910000', '122306.370000', '122306.830000', '122307.290000', '122307.750000', '122308.210000', '122308.670000', '122309.130000', '122309.590000', '122310.050000', '122310.510000', '122310.970000', '122311.430000', '122311.890000', '122312.350000', '122312.810000', '122313.270000', '122313.730000', '122314.190000', '122314.650000', '122315.110000', '122315.570000', '122316.030000', '122316.490000', '122316.950000', '122317.410000', '122317.870000', '122318.330000', '122318.790000', '122319.250000', '122319.710000', '122320.170000', '122320.630000', '122321.090000', '122321.550000', '122322.010000', '122322.470000', '122322.930000', '122323.390000', '122323.850000', '122324.310000', '122324.770000', '122325.230000', '122325.690000', '122326.150000', '122326.610000', '122327.070000', '122327.530000', '122327.990000', '122328.450000', '122328.910000', '122329.370000', '122329.830000', '122330.290000', '122330.750000', '122331.210000', '122331.670000', '122332.130000', '122332.590000', '122333.050000', '122333.510000', '122333.970000', '122334.430000', '122334.890000', '122335.350000', '122335.810000', '122336.270000', '122336.730000', '122337.190000', '122337.650000', '122338.110000', '122338.570000', '122339.030000', '122339.490000', '122339.950000', '122340.410000', '122340.870000', '122341.330000', '122341.790000', '122342.250000', '122342.710000', '122343.170000', '122343.630000', '122344.090000', '122344.550000', '122345.010000', '122345.470000', '122345.930000', '122346.390000', '122346.850000', '122347.310000', '122347.770000', '122348.230000', '122348.690000', '122349.150000', '122349.610000', '122350.070000', '122350.530000', '122350.990000', '122351.450000', '122351.910000', '122352.370000', '122352.830000', '122353.290000', '122353.750000', '122354.210000', '122354.670000', '122355.130000', '122355.590000', '122356.050000', '122356.510000', '122356.970000', '122357.430000', '122357.890000', '122358.350000', '122358.810000', '122359.270000', '122359.730000', '122400.190000', '122400.650000', '122401.110000', '122401.570000', '122402.030000', '122402.490000', '122402.950000', '122403.410000', '122403.870000', '122404.330000', '122404.790000', '122405.250000', '122405.710000', '122406.170000', '122406.630000', '122407.090000', '122407.550000', '122408.010000', '122408.470000', '122408.930000', '122409.390000', '122409.850000', '122410.310000', '122410.770000', '122411.230000', '122411.690000', '122412.150000', '122412.610000', '122413.070000', '122413.530000', '122413.990000', '122414.450000', '122414.910000', '122415.370000', '122415.830000', '122416.290000', '122416.750000', '122417.210000', '122417.670000', '122418.130000', '122418.590000', '122419.050000', '122419.510000', '122419.970000', '122420.430000', '122420.890000', '122421.350000', '122421.810000', '122422.270000', '122422.730000', '122423.190000', '122423.650000', '122424.110000', '122424.570000', '122425.030000', '122425.490000', '122425.950000', '122426.410000', '122426.870000', '122427.330000', '122427.790000', '122428.250000', '122428.710000', '122429.170000', '122429.630000', '122430.090000', '122430.550000', '122431.010000', '122431.470000', '122431.930000', '122432.390000', '122432.850000', '122433.310000', '122433.770000', '122434.230000', '122434.690000', '122435.150000', '122435.610000', '122436.070000', '122436.530000', '122436.990000', '122437.450000', '122437.910000', '122438.370000', '122438.830000', '122439.290000', '122439.750000', '122440.210000', '122440.670000', '122441.130000', '122441.590000', '122442.050000', '122442.510000', '122442.970000', '122443.430000', '122443.890000', '122444.350000', '122444.810000', '122445.270000', '122445.730000', '122446.190000', '122446.650000', '122447.110000', '122447.570000', '122448.030000', '122448.490000', '122448.950000', '122449.410000', '122449.870000', '122450.330000', '122450.790000', '122451.250000', '122451.710000', '122452.170000', '122452.630000', '122453.090000', '122453.550000', '122454.010000', '122454.470000', '122454.930000', '122455.390000', '122455.850000', '122456.310000', '122456.770000', '122457.230000', '122457.690000', '122458.150000', '122458.610000', '122459.070000', '122459.530000', '122459.990000', '122500.450000', '122500.910000', '122501.370000', '122501.830000', '122502.290000', '122502.750000', '122503.210000', '122503.670000', '122504.130000', '122504.590000', '122505.050000', '122505.510000', '122505.970000', '122506.430000', '122506.890000', '122507.350000', '122507.810000', '122508.270000', '122508.730000', '122509.190000', '122509.650000', '122510.110000', '122510.570000', '122511.030000', '122511.490000', '122511.950000', '122512.410000', '122512.870000', '122513.330000', '122513.790000', '122514.250000', '122514.710000', '122515.170000', '122515.630000', '122516.090000', '122516.550000', '122517.010000', '122517.470000', '122517.930000', '122518.390000', '122518.850000', '122519.310000', '122519.770000', '122520.230000', '122520.690000', '122521.150000', '122521.610000', '122522.070000', '122522.530000', '122522.990000', '122523.450000', '122523.910000', '122524.370000', '122524.830000', '122525.290000', '122525.750000', '122526.210000', '122526.670000', '122527.130000', '122527.590000', '122528.050000', '122528.510000', '122528.970000', '122529.430000', '122529.890000', '122530.350000', '122530.810000', '122531.270000', '122531.730000', '122532.190000', '122532.650000', '122533.110000', '122533.570000', '122534.030000', '122534.490000', '122534.950000', '122535.410000', '122535.870000', '122536.330000', '122536.790000', '122537.250000', '122537.710000', '122538.170000', '122538.630000', '122539.090000', '122539.550000', '122540.010000', '122540.470000', '122540.930000', '122541.390000', '122541.850000', '122542.310000', '122542.770000', '122543.230000', '122543.690000', '122544.150000', '122544.610000', '122545.070000', '122545.530000', '122545.990000', '122546.450000', '122546.910000', '122547.370000', '122547.830000', '122548.290000', '122548.750000', '122549.210000', '122549.670000', '122550.130000', '122550.590000', '122551.050000', '122551.510000', '122551.970000', '122552.430000', '122552.890000', '122553.350000', '122553.810000', '122554.270000', '122554.730000', '122555.190000', '122555.650000', '122556.110000', '122556.570000', '122557.030000', '122557.490000', '122557.950000', '122558.410000', '122558.870000', '122559.330000', '122559.790000', '122600.250000', '122600.710000', '122601.170000', '122601.630000', '122602.090000', '122602.550000', '122603.010000', '122603.470000', '122603.930000', '122604.390000', '122604.850000', '122605.310000', '122605.770000', '122606.230000', '122606.690000', '122607.150000', '122607.610000', '122608.070000', '122608.530000', '122608.990000', '122609.450000', '122609.910000', '122610.370000', '122610.830000', '122611.290000', '122611.750000', '122612.210000', '122612.670000', '122613.130000', '122613.590000', '122614.050000', '122614.510000', '122614.970000', '122615.430000', '122615.890000', '122616.350000', '122616.810000', '122617.270000', '122617.730000', '122618.190000', '122618.650000', '122619.110000', '122619.570000', '122620.030000', '122620.490000', '122620.950000', '122621.410000', '122621.870000', '122622.330000', '122622.790000', '122623.250000', '122623.710000', '122624.170000', '122624.630000', '122625.090000', '122625.550000', '122626.010000', '122626.470000', '122626.930000', '122627.390000', '122627.850000', '122628.310000', '122628.770000', '122629.230000', '122629.690000', '122630.150000', '122630.610000', '122631.070000', '122631.530000', '122631.990000', '122632.450000', '122632.910000', '122633.370000', '122633.830000', '122634.290000', '122634.750000', '122635.210000', '122635.670000', '122636.130000', '122636.590000', '122637.050000', '122637.510000', '122637.970000', '122638.430000', '122638.890000', '122639.350000', '122639.810000', '122640.270000', '122640.730000', '122641.190000', '122641.650000', '122642.110000', '122642.570000', '122643.030000', '122643.490000', '122643.950000', '122644.410000', '122644.870000', '122645.330000', '122645.790000', '122646.250000', '122646.710000', '122647.170000', '122647.630000', '122648.090000', '122648.550000', '122649.010000', '122649.470000', '122649.930000', '122650.390000', '122650.850000', '122651.310000', '122651.770000', '122652.230000', '122652.690000', '122653.150000', '122653.610000', '122654.070000', '122654.530000', '122654.990000', '122655.450000', '122655.910000', '122656.370000', '122656.830000', '122657.290000', '122657.750000', '122658.210000', '122658.670000', '122659.130000', '122659.590000', '122700.050000', '122700.510000', '122700.970000', '122701.430000', '122701.890000', '122702.350000', '122702.810000', '122703.270000', '122703.730000', '122704.190000', '122704.650000', '122705.110000', '122705.570000', '122706.030000', '122706.490000', '122706.950000', '122707.410000', '122707.870000', '122708.330000', '122708.790000', '122709.250000', '122709.710000', '122710.170000', '122710.630000', '122711.090000', '122711.550000', '122712.010000', '122712.470000', '122712.930000', '122713.390000', '122713.850000', '122714.310000', '122714.770000', '122715.230000', '122715.690000', '122716.150000', '122716.610000', '122717.070000', '122717.530000', '122717.990000', '122718.450000', '122718.910000', '122719.370000', '122719.830000', '122720.290000', '122720.750000', '122721.210000', '122721.670000', '122722.130000', '122722.590000', '122723.050000', '122723.510000', '122723.970000', '122724.430000', '122724.890000', '122725.350000', '122725.810000', '122726.270000', '122726.730000', '122727.190000', '122727.650000', '122728.110000', '122728.570000', '122729.030000', '122729.490000', '122729.950000', '122730.410000', '122730.870000', '122731.330000', '122731.790000', '122732.250000', '122732.710000', '122733.170000', '122733.630000', '122734.090000', '122734.550000', '122735.010000', '122735.470000', '122735.930000', '122736.390000', '122736.850000', '122737.310000', '122737.770000', '122738.230000', '122738.690000', '122739.150000', '122739.610000', '122740.070000', '122740.530000', '122740.990000', '122741.450000', '122741.910000', '122742.370000', '122742.830000', '122743.290000', '122743.750000', '122744.210000', '122744.670000', '122745.130000', '122745.590000', '122746.050000', '122746.510000', '122746.970000', '122747.430000', '122747.890000', '122748.350000', '122748.810000', '122749.270000', '122749.730000', '122750.190000', '122750.650000', '122751.110000', '122751.570000', '122752.030000', '122752.490000', '122752.950000', '122753.410000', '122753.870000', '122754.330000', '122754.790000', '122755.250000', '122755.710000', '122756.170000', '122756.630000', '122757.090000', '122757.550000', '122758.010000', '122758.470000', '122758.930000', '122759.390000', '122759.850000', '122800.310000', '122800.770000', '122801.230000', '122801.690000', '122802.150000', '122802.610000', '122803.070000', '122803.530000', '122803.990000', '122804.450000', '122804.910000', '122805.370000', '122805.830000', '122806.290000', '122806.750000', '122807.210000', '122807.670000', '122808.130000', '122808.590000', '122809.050000', '122809.510000', '122809.970000', '122810.430000', '122810.890000', '122811.350000', '122811.810000', '122812.270000', '122812.730000', '122813.190000', '122813.650000', '122814.110000', '122814.570000', '122815.030000', '122815.490000', '122815.950000', '122816.410000', '122816.870000', '122817.330000', '122817.790000', '122818.250000', '122818.710000', '122819.170000', '122819.630000', '122820.090000', '122820.550000', '122821.010000', '122821.470000', '122821.930000', '122822.390000', '122822.850000', '122823.310000', '122823.770000', '122824.230000', '122824.690000', '122825.150000', '122825.610000', '122826.070000', '122826.530000', '122826.990000', '122827.450000', '122827.910000', '122828.370000', '122828.830000', '122829.290000', '122829.750000', '122830.210000', '122830.670000', '122831.130000', '122831.590000', '122832.050000', '122832.510000', '122832.970000', '122833.430000', '122833.890000', '122834.350000', '122834.810000', '122835.270000', '122835.730000', '122836.190000', '122836.650000', '122837.110000', '122837.570000', '122838.030000', '122838.490000', '122838.950000', '122839.410000', '122839.870000', '122840.330000', '122840.790000', '122841.250000', '122841.710000', '122842.170000', '122842.630000', '122843.090000', '122843.550000', '122844.010000', '122844.470000', '122844.930000', '122845.390000', '122845.850000', '122846.310000', '122846.770000', '122847.230000', '122847.690000', '122848.150000', '122848.610000', '122849.070000', '122849.530000', '122849.990000', '122850.450000', '122850.910000', '122851.370000', '122851.830000', '122852.290000', '122852.750000', '122853.210000', '122853.670000', '122854.130000', '122854.590000', '122855.050000', '122855.510000', '122855.970000', '122856.430000', '122856.890000', '122857.350000', '122857.810000', '122858.270000', '122858.730000', '122859.190000', '122859.650000', '122900.110000', '122900.570000', '122901.030000'], 'ContentTime': ['122218.372000', '122218.375000', '122218.378000', '122218.380000', '122218.383000', '122218.386000', '122218.389000', '122218.398000', '122218.401000', '122218.403000', '122218.406000', '122218.409000', '122218.412000', '122218.415000', '122218.418000', '122218.420000', '122218.423000', '122218.426000', '122218.429000', '122218.432000', '122218.435000', '122218.437000', '122218.440000', '122218.443000', '122218.446000', '122218.449000', '122218.451000', '122218.454000', '122218.457000', '122218.460000', '122218.468000', '122218.471000', '122218.474000', '122218.477000', '122218.480000', '122218.483000', '122238.338000', '122238.341000', '122238.344000', '122238.347000', '122238.349000', '122238.352000', '122238.355000', '122238.358000', '122238.361000', '122238.364000', '122238.367000', '122238.371000', '122238.375000', '122238.378000', '122238.381000', '122238.384000', '122238.386000', '122238.389000', '122238.392000', '122238.395000', '122238.398000', '122238.401000', '122238.403000', '122238.406000', '122238.409000', '122238.412000', '122238.415000', '122238.418000', '122238.420000', '122238.423000', '122238.426000', '122238.429000', '122238.432000', '122238.434000', '122238.437000', '122238.440000', '122238.443000', '122238.446000', '122238.449000', '122238.451000', '122238.454000', '122238.457000', '122238.460000', '122258.338000', '122258.341000', '122258.344000', '122258.346000', '122258.349000', '122258.359000', '122258.362000', '122258.365000', '122258.368000', '122258.370000', '122258.373000', '122258.376000', '122258.379000', '122258.382000', '122258.385000', '122258.388000', '122258.390000', '122258.393000', '122258.396000', '122258.399000', '122258.402000', '122258.405000', '122258.408000', '122258.410000', '122258.413000', '122258.416000', '122258.419000', '122258.422000', '122258.424000', '122258.427000', '122258.430000', '122258.433000', '122258.436000', '122258.449000', '122258.452000', '122258.455000', '122258.458000', '122258.460000', '122258.463000', '122258.466000', '122258.469000', '122258.472000', '122258.474000', '122258.477000', '122318.337000', '122318.340000', '122318.343000', '122318.346000', '122318.349000', '122318.352000', '122318.354000', '122318.357000', '122318.360000', '122318.363000', '122318.366000', '122318.369000', '122318.372000', '122318.374000', '122318.377000', '122318.381000', '122318.385000', '122318.388000', '122318.391000', '122318.394000', '122318.397000', '122318.400000', '122318.403000', '122318.405000', '122318.408000', '122318.411000', '122318.414000', '122318.417000', '122318.420000', '122318.423000', '122318.426000', '122318.428000', '122318.431000', '122318.434000', '122318.437000', '122318.440000', '122318.443000', '122318.446000', '122318.449000', '122318.451000', '122318.454000', '122318.457000', '122318.460000', '122338.337000', '122338.340000', '122338.343000', '122338.346000', '122338.349000', '122338.351000', '122338.354000', '122338.357000', '122338.360000', '122338.363000', '122338.366000', '122338.368000', '122338.371000', '122338.374000', '122338.377000', '122338.380000', '122338.383000', '122338.386000', '122338.388000', '122338.391000', '122338.394000', '122338.397000', '122338.400000', '122338.403000', '122338.405000', '122338.408000', '122338.411000', '122338.414000', '122338.417000', '122338.420000', '122338.422000', '122338.425000', '122338.428000', '122338.431000', '122338.434000', '122338.437000', '122338.439000', '122338.442000', '122338.445000', '122338.448000', '122338.451000', '122338.454000', '122338.457000', '122338.460000', '122358.338000', '122358.341000', '122358.344000', '122358.347000', '122358.349000', '122358.352000', '122358.355000', '122358.358000', '122358.361000', '122358.364000', '122358.367000', '122358.370000', '122358.373000', '122358.375000', '122358.378000', '122358.381000', '122358.384000', '122358.387000', '122358.391000', '122358.396000', '122358.399000', '122358.402000', '122358.405000', '122358.408000', '122358.410000', '122358.413000', '122358.416000', '122358.419000', '122358.422000', '122358.425000', '122358.428000', '122358.431000', '122358.433000', '122358.436000', '122358.439000', '122358.442000', '122358.445000', '122358.448000', '122358.450000', '122358.453000', '122358.456000', '122358.459000', '122358.462000', '122418.338000', '122418.341000', '122418.344000', '122418.347000', '122418.350000', '122418.352000', '122418.355000', '122418.358000', '122418.361000', '122418.364000', '122418.367000', '122418.369000', '122418.372000', '122418.375000', '122418.378000', '122418.381000', '122418.384000', '122418.387000', '122418.389000', '122418.392000', '122418.395000', '122418.398000', '122418.401000', '122418.404000', '122418.407000', '122418.409000', '122418.412000', '122418.415000', '122418.418000', '122418.421000', '122418.424000', '122418.427000', '122418.430000', '122418.432000', '122418.435000', '122418.438000', '122418.441000', '122418.444000', '122418.446000', '122418.449000', '122418.452000', '122418.455000', '122418.458000', '122418.461000', '122438.338000', '122438.341000', '122438.344000', '122438.347000', '122438.350000', '122438.353000', '122438.356000', '122438.359000', '122438.362000', '122438.365000', '122438.368000', '122438.371000', '122438.374000', '122438.376000', '122438.379000', '122438.382000', '122438.385000', '122438.388000', '122438.391000', '122438.394000', '122438.396000', '122438.399000', '122438.402000', '122438.405000', '122438.408000', '122438.411000', '122438.414000', '122438.417000', '122438.428000', '122438.431000', '122438.434000', '122438.437000', '122438.440000', '122438.443000', '122438.446000', '122438.449000', '122438.451000', '122438.454000', '122438.457000', '122438.460000', '122438.463000', '122438.466000', '122438.469000', '122458.338000', '122458.341000', '122458.344000', '122458.347000', '122458.350000', '122458.353000', '122458.356000', '122458.358000', '122458.361000', '122458.364000', '122458.367000', '122458.370000', '122458.373000', '122458.376000', '122458.378000', '122458.381000', '122458.384000', '122458.387000', '122458.390000', '122458.393000', '122458.396000', '122458.398000', '122458.401000', '122458.404000', '122458.407000', '122458.410000', '122458.413000', '122458.415000', '122458.418000', '122458.421000', '122458.424000', '122458.427000', '122458.430000', '122458.433000', '122458.436000', '122458.438000', '122458.441000', '122458.444000', '122458.447000', '122458.450000', '122458.453000', '122458.456000', '122458.458000', '122458.461000', '122518.338000', '122518.341000', '122518.344000', '122518.347000', '122518.349000', '122518.352000', '122518.355000', '122518.358000', '122518.361000', '122518.364000', '122518.367000', '122518.369000', '122518.372000', '122518.375000', '122518.378000', '122518.381000', '122518.384000', '122518.387000', '122518.390000', '122518.392000', '122518.395000', '122518.398000', '122518.401000', '122518.404000', '122518.407000', '122518.410000', '122518.413000', '122518.415000', '122518.418000', '122518.421000', '122518.424000', '122518.427000', '122518.430000', '122518.433000', '122518.435000', '122518.440000', '122518.443000', '122518.446000', '122518.449000', '122518.452000', '122518.455000', '122518.458000', '122518.461000', '122538.337000', '122538.340000', '122538.343000', '122538.346000', '122538.349000', '122538.352000', '122538.354000', '122538.357000', '122538.360000', '122538.363000', '122538.366000', '122538.369000', '122538.372000', '122538.374000', '122538.377000', '122538.380000', '122538.383000', '122538.386000', '122538.389000', '122538.392000', '122538.394000', '122538.397000', '122538.400000', '122538.403000', '122538.406000', '122538.409000', '122538.412000', '122538.414000', '122538.417000', '122538.420000', '122538.423000', '122538.426000', '122538.429000', '122538.431000', '122538.434000', '122538.437000', '122538.440000', '122538.443000', '122538.446000', '122538.449000', '122538.451000', '122538.454000', '122538.457000', '122538.460000', '122558.337000', '122558.340000', '122558.343000', '122558.346000', '122558.349000', '122558.351000', '122558.354000', '122558.357000', '122558.360000', '122558.363000', '122558.366000', '122558.369000', '122558.372000', '122558.375000', '122558.377000', '122558.380000', '122558.383000', '122558.386000', '122558.390000', '122558.393000', '122558.396000', '122558.399000', '122558.402000', '122558.405000', '122558.407000', '122558.411000', '122558.413000', '122558.416000', '122558.419000', '122558.422000', '122558.425000', '122558.428000', '122558.431000', '122558.434000', '122558.436000', '122558.439000', '122558.442000', '122558.445000', '122558.448000', '122558.451000', '122558.454000', '122558.457000', '122558.460000', '122618.338000', '122618.341000', '122618.344000', '122618.347000', '122618.350000', '122618.352000', '122618.356000', '122618.359000', '122618.362000', '122618.365000', '122618.379000', '122618.381000', '122618.384000', '122618.387000', '122618.390000', '122618.393000', '122618.396000', '122618.399000', '122618.401000', '122618.404000', '122618.407000', '122618.410000', '122618.413000', '122618.416000', '122618.419000', '122618.422000', '122618.425000', '122618.427000', '122618.430000', '122618.433000', '122618.436000', '122618.439000', '122618.442000', '122618.444000', '122618.447000', '122618.450000', '122618.453000', '122618.456000', '122618.459000', '122618.461000', '122618.464000', '122618.467000', '122618.470000', '122618.473000', '122638.338000', '122638.341000', '122638.344000', '122638.347000', '122638.350000', '122638.353000', '122638.355000', '122638.358000', '122638.361000', '122638.364000', '122638.367000', '122638.370000', '122638.373000', '122638.375000', '122638.378000', '122638.381000', '122638.384000', '122638.387000', '122638.390000', '122638.392000', '122638.395000', '122638.398000', '122638.401000', '122638.404000', '122638.407000', '122638.409000', '122638.412000', '122638.415000', '122638.418000', '122638.421000', '122638.424000', '122638.427000', '122638.429000', '122638.432000', '122638.435000', '122638.438000', '122638.441000', '122638.444000', '122638.447000', '122638.449000', '122638.452000', '122638.455000', '122638.458000', '122658.338000', '122658.341000', '122658.344000', '122658.347000', '122658.350000', '122658.353000', '122658.355000', '122658.358000', '122658.361000', '122658.364000', '122658.367000', '122658.370000', '122658.373000', '122658.376000', '122658.378000', '122658.381000', '122658.384000', '122658.387000', '122658.390000', '122658.393000', '122658.396000', '122658.398000', '122658.401000', '122658.404000', '122658.407000', '122658.410000', '122658.413000', '122658.416000', '122658.419000', '122658.421000', '122658.424000', '122658.427000', '122658.430000', '122658.433000', '122658.436000', '122658.439000', '122658.441000', '122658.444000', '122658.447000', '122658.450000', '122658.453000', '122658.456000', '122658.459000', '122658.461000', '122718.338000', '122718.341000', '122718.344000', '122718.347000', '122718.350000', '122718.353000', '122718.355000', '122718.358000', '122718.361000', '122718.364000', '122718.367000', '122718.370000', '122718.373000', '122718.376000', '122718.378000', '122718.381000', '122718.384000', '122718.387000', '122718.390000', '122718.393000', '122718.396000', '122718.399000', '122718.401000', '122718.404000', '122718.407000', '122718.410000', '122718.413000', '122718.416000', '122718.419000', '122718.422000', '122718.424000', '122718.429000', '122718.432000', '122718.435000', '122718.438000', '122718.440000', '122718.443000', '122718.446000', '122718.449000', '122718.452000', '122718.455000', '122718.458000', '122718.460000', '122738.337000', '122738.340000', '122738.343000', '122738.346000', '122738.348000', '122738.351000', '122738.354000', '122738.357000', '122738.360000', '122738.363000', '122738.366000', '122738.369000', '122738.372000', '122738.374000', '122738.377000', '122738.380000', '122738.383000', '122738.386000', '122738.389000', '122738.392000', '122738.395000', '122738.397000', '122738.400000', '122738.403000', '122738.406000', '122738.409000', '122738.412000', '122738.415000', '122738.418000', '122738.420000', '122738.423000', '122738.426000', '122738.429000', '122738.432000', '122738.437000', '122738.455000', '122738.458000', '122738.461000', '122738.464000', '122738.466000', '122738.469000', '122738.472000', '122738.475000', '122738.478000', '122758.337000', '122758.340000', '122758.343000', '122758.346000', '122758.349000', '122758.352000', '122758.355000', '122758.358000', '122758.361000', '122758.363000', '122758.366000', '122758.369000', '122758.372000', '122758.375000', '122758.378000', '122758.381000', '122758.384000', '122758.386000', '122758.389000', '122758.392000', '122758.395000', '122758.398000', '122758.401000', '122758.404000', '122758.406000', '122758.409000', '122758.412000', '122758.415000', '122758.418000', '122758.421000', '122758.424000', '122758.427000', '122758.429000', '122758.432000', '122758.435000', '122758.438000', '122758.441000', '122758.444000', '122758.447000', '122758.450000', '122758.452000', '122758.455000', '122758.458000', '122818.337000', '122818.340000', '122818.343000', '122818.346000', '122818.349000', '122818.351000', '122818.354000', '122818.357000', '122818.360000', '122818.363000', '122818.366000', '122818.368000', '122818.371000', '122818.374000', '122818.377000', '122818.380000', '122818.383000', '122818.386000', '122818.389000', '122818.392000', '122818.394000', '122818.397000', '122818.400000', '122818.403000', '122818.406000', '122818.409000', '122818.411000', '122818.414000', '122818.417000', '122818.420000', '122818.423000', '122818.426000', '122818.429000', '122818.432000', '122818.434000', '122818.437000', '122818.440000', '122818.443000', '122818.446000', '122818.449000', '122818.452000', '122818.454000', '122818.457000', '122818.460000', '122838.338000', '122838.341000', '122838.344000', '122838.347000', '122838.350000', '122838.352000', '122838.355000', '122838.358000', '122838.361000', '122838.364000', '122838.367000', '122838.370000', '122838.373000', '122838.375000', '122838.378000', '122838.381000', '122838.384000', '122838.387000', '122838.390000', '122838.393000', '122838.396000', '122838.398000', '122838.401000', '122838.404000', '122838.407000', '122838.410000', '122838.413000', '122838.416000', '122838.419000', '122838.421000', '122838.424000', '122838.427000', '122838.430000', '122838.433000', '122838.436000', '122838.439000', '122838.442000', '122838.444000', '122838.447000', '122838.450000', '122838.453000', '122838.456000', '122838.459000', '122858.338000', '122858.341000', '122858.344000', '122858.347000', '122858.350000', '122858.352000', '122858.355000', '122858.358000', '122858.361000', '122858.364000', '122858.367000', '122858.370000', '122858.373000', '122858.375000', '122858.378000', '122858.381000', '122858.384000', '122858.387000', '122858.390000', '122858.393000', '122858.396000', '122858.398000', '122858.401000', '122858.404000', '122858.407000', '122858.410000', '122858.413000', '122858.416000', '122858.418000', '122858.421000', '122858.424000', '122858.427000', '122858.430000', '122858.433000', '122858.436000', '122858.439000', '122858.441000', '122858.444000', '122858.447000', '122858.450000', '122858.453000', '122858.456000', '122858.459000', '122858.461000', '122902.044000', '122902.048000', '122902.066000', '122902.069000', '122902.072000', '122902.075000', '122902.078000', '122902.081000'], 'InstanceCreationTime': ['122218.372000', '122218.375000', '122218.378000', '122218.380000', '122218.383000', '122218.386000', '122218.389000', '122218.398000', '122218.401000', '122218.403000', '122218.406000', '122218.409000', '122218.412000', '122218.415000', '122218.418000', '122218.420000', '122218.423000', '122218.426000', '122218.429000', '122218.432000', '122218.435000', '122218.437000', '122218.440000', '122218.443000', '122218.446000', '122218.449000', '122218.451000', '122218.454000', '122218.457000', '122218.460000', '122218.468000', '122218.471000', '122218.474000', '122218.477000', '122218.480000', '122218.483000', '122238.338000', '122238.341000', '122238.344000', '122238.347000', '122238.349000', '122238.352000', '122238.355000', '122238.358000', '122238.361000', '122238.364000', '122238.367000', '122238.371000', '122238.375000', '122238.378000', '122238.381000', '122238.384000', '122238.386000', '122238.389000', '122238.392000', '122238.395000', '122238.398000', '122238.401000', '122238.403000', '122238.406000', '122238.409000', '122238.412000', '122238.415000', '122238.418000', '122238.420000', '122238.423000', '122238.426000', '122238.429000', '122238.432000', '122238.434000', '122238.437000', '122238.440000', '122238.443000', '122238.446000', '122238.449000', '122238.451000', '122238.454000', '122238.457000', '122238.460000', '122258.338000', '122258.341000', '122258.344000', '122258.346000', '122258.349000', '122258.359000', '122258.362000', '122258.365000', '122258.368000', '122258.370000', '122258.373000', '122258.376000', '122258.379000', '122258.382000', '122258.385000', '122258.388000', '122258.390000', '122258.393000', '122258.396000', '122258.399000', '122258.402000', '122258.405000', '122258.408000', '122258.410000', '122258.413000', '122258.416000', '122258.419000', '122258.422000', '122258.424000', '122258.427000', '122258.430000', '122258.433000', '122258.436000', '122258.449000', '122258.452000', '122258.455000', '122258.458000', '122258.460000', '122258.463000', '122258.466000', '122258.469000', '122258.472000', '122258.474000', '122258.477000', '122318.337000', '122318.340000', '122318.343000', '122318.346000', '122318.349000', '122318.352000', '122318.354000', '122318.357000', '122318.360000', '122318.363000', '122318.366000', '122318.369000', '122318.372000', '122318.374000', '122318.377000', '122318.381000', '122318.385000', '122318.388000', '122318.391000', '122318.394000', '122318.397000', '122318.400000', '122318.403000', '122318.405000', '122318.408000', '122318.411000', '122318.414000', '122318.417000', '122318.420000', '122318.423000', '122318.426000', '122318.428000', '122318.431000', '122318.434000', '122318.437000', '122318.440000', '122318.443000', '122318.446000', '122318.449000', '122318.451000', '122318.454000', '122318.457000', '122318.460000', '122338.337000', '122338.340000', '122338.343000', '122338.346000', '122338.349000', '122338.351000', '122338.354000', '122338.357000', '122338.360000', '122338.363000', '122338.366000', '122338.368000', '122338.371000', '122338.374000', '122338.377000', '122338.380000', '122338.383000', '122338.386000', '122338.388000', '122338.391000', '122338.394000', '122338.397000', '122338.400000', '122338.403000', '122338.405000', '122338.408000', '122338.411000', '122338.414000', '122338.417000', '122338.420000', '122338.422000', '122338.425000', '122338.428000', '122338.431000', '122338.434000', '122338.437000', '122338.439000', '122338.442000', '122338.445000', '122338.448000', '122338.451000', '122338.454000', '122338.457000', '122338.460000', '122358.338000', '122358.341000', '122358.344000', '122358.347000', '122358.349000', '122358.352000', '122358.355000', '122358.358000', '122358.361000', '122358.364000', '122358.367000', '122358.370000', '122358.373000', '122358.375000', '122358.378000', '122358.381000', '122358.384000', '122358.387000', '122358.391000', '122358.396000', '122358.399000', '122358.402000', '122358.405000', '122358.408000', '122358.410000', '122358.413000', '122358.416000', '122358.419000', '122358.422000', '122358.425000', '122358.428000', '122358.431000', '122358.433000', '122358.436000', '122358.439000', '122358.442000', '122358.445000', '122358.448000', '122358.450000', '122358.453000', '122358.456000', '122358.459000', '122358.462000', '122418.338000', '122418.341000', '122418.344000', '122418.347000', '122418.350000', '122418.352000', '122418.355000', '122418.358000', '122418.361000', '122418.364000', '122418.367000', '122418.369000', '122418.372000', '122418.375000', '122418.378000', '122418.381000', '122418.384000', '122418.387000', '122418.389000', '122418.392000', '122418.395000', '122418.398000', '122418.401000', '122418.404000', '122418.407000', '122418.409000', '122418.412000', '122418.415000', '122418.418000', '122418.421000', '122418.424000', '122418.427000', '122418.430000', '122418.432000', '122418.435000', '122418.438000', '122418.441000', '122418.444000', '122418.446000', '122418.449000', '122418.452000', '122418.455000', '122418.458000', '122418.461000', '122438.338000', '122438.341000', '122438.344000', '122438.347000', '122438.350000', '122438.353000', '122438.356000', '122438.359000', '122438.362000', '122438.365000', '122438.368000', '122438.371000', '122438.374000', '122438.376000', '122438.379000', '122438.382000', '122438.385000', '122438.388000', '122438.391000', '122438.394000', '122438.396000', '122438.399000', '122438.402000', '122438.405000', '122438.408000', '122438.411000', '122438.414000', '122438.417000', '122438.428000', '122438.431000', '122438.434000', '122438.437000', '122438.440000', '122438.443000', '122438.446000', '122438.449000', '122438.451000', '122438.454000', '122438.457000', '122438.460000', '122438.463000', '122438.466000', '122438.469000', '122458.338000', '122458.341000', '122458.344000', '122458.347000', '122458.350000', '122458.353000', '122458.356000', '122458.358000', '122458.361000', '122458.364000', '122458.367000', '122458.370000', '122458.373000', '122458.376000', '122458.378000', '122458.381000', '122458.384000', '122458.387000', '122458.390000', '122458.393000', '122458.396000', '122458.398000', '122458.401000', '122458.404000', '122458.407000', '122458.410000', '122458.413000', '122458.415000', '122458.418000', '122458.421000', '122458.424000', '122458.427000', '122458.430000', '122458.433000', '122458.436000', '122458.438000', '122458.441000', '122458.444000', '122458.447000', '122458.450000', '122458.453000', '122458.456000', '122458.458000', '122458.461000', '122518.338000', '122518.341000', '122518.344000', '122518.347000', '122518.349000', '122518.352000', '122518.355000', '122518.358000', '122518.361000', '122518.364000', '122518.367000', '122518.369000', '122518.372000', '122518.375000', '122518.378000', '122518.381000', '122518.384000', '122518.387000', '122518.390000', '122518.392000', '122518.395000', '122518.398000', '122518.401000', '122518.404000', '122518.407000', '122518.410000', '122518.413000', '122518.415000', '122518.418000', '122518.421000', '122518.424000', '122518.427000', '122518.430000', '122518.433000', '122518.435000', '122518.440000', '122518.443000', '122518.446000', '122518.449000', '122518.452000', '122518.455000', '122518.458000', '122518.461000', '122538.337000', '122538.340000', '122538.343000', '122538.346000', '122538.349000', '122538.352000', '122538.354000', '122538.357000', '122538.360000', '122538.363000', '122538.366000', '122538.369000', '122538.372000', '122538.374000', '122538.377000', '122538.380000', '122538.383000', '122538.386000', '122538.389000', '122538.392000', '122538.394000', '122538.397000', '122538.400000', '122538.403000', '122538.406000', '122538.409000', '122538.412000', '122538.414000', '122538.417000', '122538.420000', '122538.423000', '122538.426000', '122538.429000', '122538.431000', '122538.434000', '122538.437000', '122538.440000', '122538.443000', '122538.446000', '122538.449000', '122538.451000', '122538.454000', '122538.457000', '122538.460000', '122558.337000', '122558.340000', '122558.343000', '122558.346000', '122558.349000', '122558.351000', '122558.354000', '122558.357000', '122558.360000', '122558.363000', '122558.366000', '122558.369000', '122558.372000', '122558.375000', '122558.377000', '122558.380000', '122558.383000', '122558.386000', '122558.390000', '122558.393000', '122558.396000', '122558.399000', '122558.402000', '122558.405000', '122558.407000', '122558.411000', '122558.413000', '122558.416000', '122558.419000', '122558.422000', '122558.425000', '122558.428000', '122558.431000', '122558.434000', '122558.436000', '122558.439000', '122558.442000', '122558.445000', '122558.448000', '122558.451000', '122558.454000', '122558.457000', '122558.460000', '122618.338000', '122618.341000', '122618.344000', '122618.347000', '122618.350000', '122618.352000', '122618.356000', '122618.359000', '122618.362000', '122618.365000', '122618.379000', '122618.381000', '122618.384000', '122618.387000', '122618.390000', '122618.393000', '122618.396000', '122618.399000', '122618.401000', '122618.404000', '122618.407000', '122618.410000', '122618.413000', '122618.416000', '122618.419000', '122618.422000', '122618.425000', '122618.427000', '122618.430000', '122618.433000', '122618.436000', '122618.439000', '122618.442000', '122618.444000', '122618.447000', '122618.450000', '122618.453000', '122618.456000', '122618.459000', '122618.461000', '122618.464000', '122618.467000', '122618.470000', '122618.473000', '122638.338000', '122638.341000', '122638.344000', '122638.347000', '122638.350000', '122638.353000', '122638.355000', '122638.358000', '122638.361000', '122638.364000', '122638.367000', '122638.370000', '122638.373000', '122638.375000', '122638.378000', '122638.381000', '122638.384000', '122638.387000', '122638.390000', '122638.392000', '122638.395000', '122638.398000', '122638.401000', '122638.404000', '122638.407000', '122638.409000', '122638.412000', '122638.415000', '122638.418000', '122638.421000', '122638.424000', '122638.427000', '122638.429000', '122638.432000', '122638.435000', '122638.438000', '122638.441000', '122638.444000', '122638.447000', '122638.449000', '122638.452000', '122638.455000', '122638.458000', '122658.338000', '122658.341000', '122658.344000', '122658.347000', '122658.350000', '122658.353000', '122658.355000', '122658.358000', '122658.361000', '122658.364000', '122658.367000', '122658.370000', '122658.373000', '122658.376000', '122658.378000', '122658.381000', '122658.384000', '122658.387000', '122658.390000', '122658.393000', '122658.396000', '122658.398000', '122658.401000', '122658.404000', '122658.407000', '122658.410000', '122658.413000', '122658.416000', '122658.419000', '122658.421000', '122658.424000', '122658.427000', '122658.430000', '122658.433000', '122658.436000', '122658.439000', '122658.441000', '122658.444000', '122658.447000', '122658.450000', '122658.453000', '122658.456000', '122658.459000', '122658.461000', '122718.338000', '122718.341000', '122718.344000', '122718.347000', '122718.350000', '122718.353000', '122718.355000', '122718.358000', '122718.361000', '122718.364000', '122718.367000', '122718.370000', '122718.373000', '122718.376000', '122718.378000', '122718.381000', '122718.384000', '122718.387000', '122718.390000', '122718.393000', '122718.396000', '122718.399000', '122718.401000', '122718.404000', '122718.407000', '122718.410000', '122718.413000', '122718.416000', '122718.419000', '122718.422000', '122718.424000', '122718.429000', '122718.432000', '122718.435000', '122718.438000', '122718.440000', '122718.443000', '122718.446000', '122718.449000', '122718.452000', '122718.455000', '122718.458000', '122718.460000', '122738.337000', '122738.340000', '122738.343000', '122738.346000', '122738.348000', '122738.351000', '122738.354000', '122738.357000', '122738.360000', '122738.363000', '122738.366000', '122738.369000', '122738.372000', '122738.374000', '122738.377000', '122738.380000', '122738.383000', '122738.386000', '122738.389000', '122738.392000', '122738.395000', '122738.397000', '122738.400000', '122738.403000', '122738.406000', '122738.409000', '122738.412000', '122738.415000', '122738.418000', '122738.420000', '122738.423000', '122738.426000', '122738.429000', '122738.432000', '122738.437000', '122738.455000', '122738.458000', '122738.461000', '122738.464000', '122738.466000', '122738.469000', '122738.472000', '122738.475000', '122738.478000', '122758.337000', '122758.340000', '122758.343000', '122758.346000', '122758.349000', '122758.352000', '122758.355000', '122758.358000', '122758.361000', '122758.363000', '122758.366000', '122758.369000', '122758.372000', '122758.375000', '122758.378000', '122758.381000', '122758.384000', '122758.386000', '122758.389000', '122758.392000', '122758.395000', '122758.398000', '122758.401000', '122758.404000', '122758.406000', '122758.409000', '122758.412000', '122758.415000', '122758.418000', '122758.421000', '122758.424000', '122758.427000', '122758.429000', '122758.432000', '122758.435000', '122758.438000', '122758.441000', '122758.444000', '122758.447000', '122758.450000', '122758.452000', '122758.455000', '122758.458000', '122818.337000', '122818.340000', '122818.343000', '122818.346000', '122818.349000', '122818.351000', '122818.354000', '122818.357000', '122818.360000', '122818.363000', '122818.366000', '122818.368000', '122818.371000', '122818.374000', '122818.377000', '122818.380000', '122818.383000', '122818.386000', '122818.389000', '122818.392000', '122818.394000', '122818.397000', '122818.400000', '122818.403000', '122818.406000', '122818.409000', '122818.411000', '122818.414000', '122818.417000', '122818.420000', '122818.423000', '122818.426000', '122818.429000', '122818.432000', '122818.434000', '122818.437000', '122818.440000', '122818.443000', '122818.446000', '122818.449000', '122818.452000', '122818.454000', '122818.457000', '122818.460000', '122838.338000', '122838.341000', '122838.344000', '122838.347000', '122838.350000', '122838.352000', '122838.355000', '122838.358000', '122838.361000', '122838.364000', '122838.367000', '122838.370000', '122838.373000', '122838.375000', '122838.378000', '122838.381000', '122838.384000', '122838.387000', '122838.390000', '122838.393000', '122838.396000', '122838.398000', '122838.401000', '122838.404000', '122838.407000', '122838.410000', '122838.413000', '122838.416000', '122838.419000', '122838.421000', '122838.424000', '122838.427000', '122838.430000', '122838.433000', '122838.436000', '122838.439000', '122838.442000', '122838.444000', '122838.447000', '122838.450000', '122838.453000', '122838.456000', '122838.459000', '122858.338000', '122858.341000', '122858.344000', '122858.347000', '122858.350000', '122858.352000', '122858.355000', '122858.358000', '122858.361000', '122858.364000', '122858.367000', '122858.370000', '122858.373000', '122858.375000', '122858.378000', '122858.381000', '122858.384000', '122858.387000', '122858.390000', '122858.393000', '122858.396000', '122858.398000', '122858.401000', '122858.404000', '122858.407000', '122858.410000', '122858.413000', '122858.416000', '122858.418000', '122858.421000', '122858.424000', '122858.427000', '122858.430000', '122858.433000', '122858.436000', '122858.439000', '122858.441000', '122858.444000', '122858.447000', '122858.450000', '122858.453000', '122858.456000', '122858.459000', '122858.461000', '122902.044000', '122902.048000', '122902.066000', '122902.069000', '122902.072000', '122902.075000', '122902.078000', '122902.081000'], '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': [15557, 10064, 18106, 10971, 21012, 12317, 18304, 12684, 11846, 16560, 11205, 18277, 12037, 19705, 13158, 18152, 10947, 16355, 9978, 14990, 16532, 12250, 15512, 12468, 17679, 12662, 21822, 13788, 12630, 13894, 12282, 14667, 12212, 16163, 10461, 16965, 11186, 16633, 12041, 16900, 13240, 17477, 11333, 16280, 11234, 16617, 11591, 16237, 10786, 15456, 9917, 15121, 10166, 16843, 11011, 16604, 11471, 21667, 11990, 24291, 14181, 20065, 12085, 19408, 11699, 17424, 11861, 15896, 10821, 15078, 11009, 14746, 12182, 14500, 10812, 15422, 10635, 15278, 10390, 15538, 10951, 15922, 10781, 15599, 10889, 15975, 11212, 16413, 11657, 15424, 11066, 15996, 10995, 16126, 11273, 15930, 11655, 15814, 11466, 16879, 11654, 23857, 12007, 21792, 12004, 23971, 13624, 19443, 12104, 24051, 11905, 25548, 12615, 19765, 11845, 16381, 12386, 16585, 13058, 12462, 14664, 12281, 15187, 10996, 16387, 14118, 14762, 12632, 13994, 23222, 12036, 25157, 12926, 17676, 11513, 15921, 11295, 15577, 12321, 21752, 11779, 20444, 11743, 23727, 11888, 21553, 12443, 21615, 12034, 24255, 11922, 19461, 12371, 17157, 11291, 15652, 11235, 15650, 10830, 15010, 10713, 14946, 10362, 14606, 10218, 14388, 10456, 15781, 10106, 17283, 11138, 14946, 11684, 11129, 15291, 11115, 16375, 10026, 16261, 23508, 11681, 18981, 15206, 12176, 25312, 12021, 16296, 10370, 13985, 11575, 13062, 9974, 13686, 10262, 14677, 9882, 15524, 11395, 15957, 11238, 15817, 10692, 15770, 10529, 15189, 10076, 14623, 11235, 14210, 15142, 13023, 14651, 12552, 16445, 12608, 20640, 12640, 12229, 13668, 13221, 13669, 18354, 13148, 14930, 13617, 21934, 12239, 25660, 12163, 25293, 12383, 23253, 11699, 21775, 11968, 23155, 13586, 15244, 11983, 11974, 12153, 16288, 13140, 11859, 14532, 14959, 12845, 24196, 13232, 19222, 12824, 24524, 11610, 25420, 11739, 23295, 13043, 19768, 11655, 18146, 12463, 25718, 13414, 16646, 12271, 13182, 12988, 12964, 13574, 12677, 15032, 12802, 14698, 12197, 14206, 15373, 14098, 14567, 12824, 21769, 12516, 27107, 13646, 23015, 12257, 23698, 11859, 19708, 11957, 21309, 11627, 21531, 11827, 22316, 12493, 16409, 12183, 14180, 12510, 12684, 13646, 11109, 15139, 11591, 15107, 11189, 15122, 10265, 16111, 10030, 16114, 9905, 15859, 12901, 14620, 10734, 14557, 11607, 14570, 11955, 15452, 10444, 15255, 10158, 14952, 10935, 17046, 11457, 16740, 10737, 22254, 11468, 21731, 12720, 12340, 13285, 11231, 15154, 11480, 16380, 10898, 16701, 9804, 16347, 10593, 17410, 11557, 18232, 12597, 24056, 13021, 13102, 13989, 11397, 15541, 10886, 15608, 10301, 17807, 10454, 16634, 10370, 16269, 10219, 16185, 11669, 22130, 11234, 18544, 11927, 13506, 12574, 15515, 14300, 12250, 15456, 11378, 16183, 15035, 16511, 12905, 15363, 16588, 12983, 26348, 12155, 19519, 13262, 21898, 12281, 22318, 11833, 19116, 13044, 11490, 14642, 10334, 16185, 10387, 16547, 11207, 16455, 10810, 16440, 10757, 15812, 14608, 12614, 21187, 10844, 17044, 11200, 14886, 11975, 13799, 10515, 13491, 11021, 13662, 10374, 13751, 10054, 15337, 9855, 16410, 11276, 21173, 11088, 21867, 11246, 17106, 12193, 19557, 11209, 16488, 10995, 15879, 11074, 15710, 10826, 15917, 10764, 15220, 11353, 15683, 11185, 16255, 10895, 16710, 11102, 17135, 11571, 20950, 11515, 21534, 11239, 23879, 11148, 22024, 12684, 19833, 10691, 19327, 11164, 23041, 13386, 18700, 11511, 16805, 11533, 21385, 12085, 16295, 12912, 20749, 12389, 25197, 11890, 19342, 11837, 17456, 10521, 15934, 10995, 16205, 12132, 16524, 10893, 16020, 10899, 15508, 11796, 18650, 11321, 22970, 10991, 17440, 11263, 16853, 11752, 16270, 10880, 16246, 10835, 15931, 11466, 16392, 10781, 16174, 11122, 22856, 12992, 21269, 11265, 20699, 11587, 22398, 11757, 19996, 12323, 13076, 13105, 11502, 14481, 12816, 14813, 10432, 15628, 10166, 16088, 9919, 16780, 10135, 16447, 12881, 13777, 18825, 12119, 14804, 13926, 15633, 13576, 14576, 13876, 12923, 15011, 10161, 15820, 9937, 15899, 10418, 16558, 10734, 15981, 20870, 11407, 20233, 11281, 14899, 19694, 11634, 19160, 11372, 16911, 11837, 17188, 11039, 20132, 11422, 19184, 12398, 12005, 13060, 10918, 15014, 10311, 16067, 9957, 16410, 9944, 15553, 10001, 16019, 9778, 16457, 11565, 14948, 11469, 15364, 10348, 16248, 10125, 15370, 9873, 16367, 11575, 16394, 10155, 15617, 10612, 20999, 12222, 22036, 10777, 16252, 10549, 14920, 11637, 13193, 11493, 13882, 11667, 13189, 16774, 12653, 12245, 13894, 12715, 13562, 14429, 13703, 16859, 13724, 13838, 13389, 14282, 13968, 19513, 13872, 12489, 14531, 11738, 14330, 15716, 13587, 15757, 14562, 12511, 14466, 12190, 14797, 13758, 14738, 12300, 14771, 12029, 14293, 10865, 15442, 10817, 17149, 11551, 20133, 12632, 16075, 14273, 11180, 16232, 11995, 15549, 18251, 12217, 21944, 13097, 18334, 10897, 16151, 10122, 15619, 9844, 15373, 10902, 15855, 9849, 16037, 10331, 18484, 11606, 20557, 10876, 19440, 11456, 23730, 11410, 21145, 12421, 13438, 12560, 15506, 13779, 19301, 13060, 15410, 14679, 11817, 15096, 9610, 16117, 9874, 16924, 10622, 17117, 10696, 16965, 11210, 24017, 13619, 14888, 11563, 11609, 13502, 11679, 14850, 10447, 17582, 11388, 17432, 10993, 22924, 11444, 24422, 13267, 18805, 11889, 12554, 12773, 11249, 14754, 9992, 17542, 11164, 21256, 11381, 18318, 11783, 12769, 14394, 10293, 15454, 9881, 15707, 10473, 17446, 11802, 17741, 10833, 21947, 11420, 23217, 13405, 18092, 12042, 11882, 12926, 11181, 14287, 10166, 18350, 13218, 21660, 10773, 11177, 13154, 12293, 14191, 11475, 14837, 12017, 16343, 12776, 23312, 14318, 13496, 18924, 18609, 19571, 15892, 20385, 18705, 12540, 26708, 12587, 23448, 13524, 20403, 12105, 22044, 12523, 12230, 12962, 10853, 16045, 12013, 14391, 12201, 12325, 12315, 21034, 12220, 18330, 11962, 10836, 11840, 16323, 11614, 23223, 10906, 16674, 10908, 20330, 11768, 16923, 10840, 12406, 11172, 22642, 11244, 21846, 13686, 19427, 11038, 22437, 11439, 23698, 11659, 22862, 13108, 23094, 11417, 20512, 12033, 20568, 12495, 12663, 12146, 11059, 13189, 11821, 16013, 11150, 17509, 10701, 16954, 11338, 17363, 11947, 24527, 12255, 19431, 12109, 16553, 12221, 15586, 12502, 11028, 12660, 11433, 13068, 13215, 14014, 11608, 15429, 11280, 16418, 10947, 17078, 11326, 23890, 11955, 19855, 11982, 23514, 11967, 24136, 12541, 24747, 12073, 18211, 11673, 17666, 11731, 22438, 12209, 18765, 12716, 13612, 11806, 12057, 14290, 10497, 14364, 10267, 15161, 10763, 16839, 11053, 17848, 11177, 17235, 11189, 17013, 11418, 17222, 11634, 23034, 12183, 22491, 11545, 21293, 12770, 13725, 12631, 10967, 12798], 'WindowCenter': [5199.0, 5099.0, 5149.0, 5080.0, 5155.0, 5097.0, 5135.0, 5098.0, 5088.0, 5126.0, 5076.0, 5134.0, 5085.0, 5132.0, 5084.0, 5121.0, 5064.0, 5100.0, 5041.0, 5091.0, 5096.0, 5059.0, 5087.0, 5069.0, 5104.0, 5068.0, 5125.0, 5080.0, 5071.0, 5081.0, 5069.0, 5089.0, 5071.0, 5111.0, 5053.0, 5111.0, 5062.0, 5109.0, 5073.0, 5109.0, 5084.0, 5119.0, 5063.0, 5097.0, 5061.0, 5095.0, 5062.0, 5100.0, 5050.0, 5089.0, 5039.0, 5087.0, 5048.0, 5110.0, 5052.0, 5108.0, 5061.0, 5138.0, 5072.0, 5146.0, 5091.0, 5128.0, 5072.0, 5120.0, 5061.0, 5096.0, 5057.0, 5096.0, 5048.0, 5088.0, 5048.0, 5076.0, 5054.0, 5076.0, 5046.0, 5086.0, 5039.0, 5086.0, 5037.0, 5087.0, 5057.0, 5097.0, 5051.0, 5098.0, 5049.0, 5098.0, 5056.0, 5100.0, 5072.0, 5089.0, 5059.0, 5098.0, 5048.0, 5097.0, 5059.0, 5098.0, 5059.0, 5087.0, 5057.0, 5096.0, 5061.0, 5145.0, 5070.0, 5126.0, 5067.0, 5135.0, 5079.0, 5127.0, 5071.0, 5145.0, 5059.0, 5145.0, 5069.0, 5114.0, 5058.0, 5095.0, 5068.0, 5096.0, 5068.0, 5069.0, 5088.0, 5069.0, 5089.0, 5048.0, 5096.0, 5079.0, 5088.0, 5068.0, 5092.0, 5136.0, 5059.0, 5135.0, 5069.0, 5107.0, 5059.0, 5087.0, 5058.0, 5085.0, 5069.0, 5135.0, 5069.0, 5124.0, 5069.0, 5144.0, 5071.0, 5137.0, 5072.0, 5136.0, 5070.0, 5147.0, 5069.0, 5118.0, 5068.0, 5107.0, 5058.0, 5098.0, 5058.0, 5088.0, 5047.0, 5087.0, 5050.0, 5087.0, 5039.0, 5074.0, 5037.0, 5076.0, 5047.0, 5100.0, 5052.0, 5107.0, 5059.0, 5100.0, 5072.0, 5062.0, 5101.0, 5073.0, 5111.0, 5052.0, 5114.0, 5148.0, 5060.0, 5107.0, 5076.0, 5048.0, 5135.0, 5046.0, 5074.0, 5013.0, 5051.0, 5032.0, 5054.0, 5026.0, 5064.0, 5025.0, 5074.0, 5037.0, 5095.0, 5060.0, 5096.0, 5059.0, 5088.0, 5048.0, 5098.0, 5050.0, 5087.0, 5038.0, 5077.0, 5046.0, 5076.0, 5076.0, 5069.0, 5077.0, 5057.0, 5085.0, 5056.0, 5114.0, 5068.0, 5069.0, 5079.0, 5066.0, 5079.0, 5115.0, 5080.0, 5099.0, 5089.0, 5137.0, 5069.0, 5144.0, 5067.0, 5147.0, 5071.0, 5137.0, 5058.0, 5124.0, 5060.0, 5133.0, 5079.0, 5097.0, 5069.0, 5069.0, 5070.0, 5108.0, 5079.0, 5072.0, 5102.0, 5100.0, 5082.0, 5147.0, 5080.0, 5127.0, 5079.0, 5148.0, 5060.0, 5146.0, 5059.0, 5135.0, 5081.0, 5126.0, 5061.0, 5105.0, 5069.0, 5143.0, 5078.0, 5095.0, 5069.0, 5068.0, 5077.0, 5066.0, 5077.0, 5068.0, 5090.0, 5066.0, 5089.0, 5067.0, 5076.0, 5087.0, 5080.0, 5087.0, 5070.0, 5124.0, 5057.0, 5144.0, 5076.0, 5135.0, 5057.0, 5134.0, 5057.0, 5101.0, 5058.0, 5122.0, 5048.0, 5123.0, 5056.0, 5122.0, 5068.0, 5094.0, 5068.0, 5076.0, 5065.0, 5067.0, 5078.0, 5061.0, 5100.0, 5060.0, 5089.0, 5058.0, 5087.0, 5052.0, 5100.0, 5050.0, 5109.0, 5050.0, 5100.0, 5068.0, 5089.0, 5051.0, 5089.0, 5059.0, 5088.0, 5057.0, 5099.0, 5050.0, 5086.0, 5038.0, 5087.0, 5049.0, 5106.0, 5070.0, 5107.0, 5060.0, 5135.0, 5059.0, 5136.0, 5082.0, 5071.0, 5088.0, 5062.0, 5097.0, 5060.0, 5098.0, 5052.0, 5100.0, 5054.0, 5123.0, 5051.0, 5120.0, 5059.0, 5119.0, 5070.0, 5145.0, 5069.0, 5080.0, 5080.0, 5061.0, 5096.0, 5051.0, 5098.0, 5041.0, 5109.0, 5050.0, 5099.0, 5040.0, 5085.0, 5037.0, 5086.0, 5058.0, 5126.0, 5061.0, 5116.0, 5068.0, 5080.0, 5069.0, 5100.0, 5091.0, 5073.0, 5102.0, 5071.0, 5108.0, 5097.0, 5111.0, 5082.0, 5103.0, 5107.0, 5069.0, 5145.0, 5057.0, 5115.0, 5067.0, 5124.0, 5058.0, 5125.0, 5058.0, 5112.0, 5069.0, 5047.0, 5088.0, 5049.0, 5098.0, 5051.0, 5108.0, 5061.0, 5110.0, 5062.0, 5111.0, 5063.0, 5101.0, 5087.0, 5068.0, 5119.0, 5038.0, 5098.0, 5047.0, 5078.0, 5046.0, 5065.0, 5037.0, 5066.0, 5036.0, 5065.0, 5037.0, 5067.0, 5037.0, 5087.0, 5038.0, 5096.0, 5061.0, 5136.0, 5062.0, 5135.0, 5062.0, 5097.0, 5071.0, 5117.0, 5062.0, 5094.0, 5050.0, 5097.0, 5049.0, 5100.0, 5051.0, 5085.0, 5049.0, 5085.0, 5049.0, 5085.0, 5050.0, 5094.0, 5050.0, 5096.0, 5060.0, 5097.0, 5060.0, 5126.0, 5062.0, 5135.0, 5060.0, 5146.0, 5061.0, 5126.0, 5071.0, 5118.0, 5051.0, 5107.0, 5057.0, 5134.0, 5079.0, 5116.0, 5061.0, 5106.0, 5060.0, 5137.0, 5072.0, 5109.0, 5081.0, 5138.0, 5082.0, 5156.0, 5061.0, 5119.0, 5062.0, 5108.0, 5050.0, 5096.0, 5050.0, 5094.0, 5069.0, 5096.0, 5050.0, 5088.0, 5049.0, 5087.0, 5059.0, 5119.0, 5059.0, 5146.0, 5051.0, 5107.0, 5060.0, 5095.0, 5061.0, 5099.0, 5051.0, 5097.0, 5049.0, 5086.0, 5062.0, 5098.0, 5049.0, 5097.0, 5059.0, 5134.0, 5080.0, 5137.0, 5059.0, 5127.0, 5060.0, 5126.0, 5059.0, 5116.0, 5070.0, 5069.0, 5069.0, 5057.0, 5077.0, 5068.0, 5087.0, 5051.0, 5098.0, 5039.0, 5097.0, 5041.0, 5107.0, 5052.0, 5097.0, 5068.0, 5078.0, 5104.0, 5059.0, 5076.0, 5078.0, 5086.0, 5068.0, 5075.0, 5065.0, 5069.0, 5089.0, 5048.0, 5098.0, 5051.0, 5101.0, 5062.0, 5109.0, 5064.0, 5114.0, 5139.0, 5060.0, 5129.0, 5051.0, 5088.0, 5117.0, 5049.0, 5105.0, 5047.0, 5096.0, 5048.0, 5094.0, 5049.0, 5115.0, 5049.0, 5105.0, 5066.0, 5067.0, 5079.0, 5049.0, 5089.0, 5040.0, 5099.0, 5039.0, 5097.0, 5031.0, 5086.0, 5029.0, 5088.0, 5040.0, 5095.0, 5047.0, 5075.0, 5047.0, 5085.0, 5026.0, 5085.0, 5027.0, 5075.0, 5028.0, 5085.0, 5050.0, 5096.0, 5039.0, 5086.0, 5050.0, 5127.0, 5071.0, 5137.0, 5052.0, 5099.0, 5050.0, 5088.0, 5049.0, 5066.0, 5060.0, 5079.0, 5048.0, 5070.0, 5096.0, 5068.0, 5057.0, 5079.0, 5066.0, 5080.0, 5087.0, 5080.0, 5108.0, 5081.0, 5079.0, 5080.0, 5079.0, 5080.0, 5117.0, 5081.0, 5070.0, 5087.0, 5060.0, 5088.0, 5087.0, 5075.0, 5084.0, 5090.0, 5067.0, 5086.0, 5058.0, 5078.0, 5079.0, 5090.0, 5061.0, 5088.0, 5058.0, 5078.0, 5051.0, 5115.0, 5074.0, 5122.0, 5075.0, 5140.0, 5070.0, 5100.0, 5092.0, 5063.0, 5100.0, 5061.0, 5101.0, 5109.0, 5069.0, 5128.0, 5070.0, 5105.0, 5049.0, 5086.0, 5038.0, 5085.0, 5029.0, 5075.0, 5050.0, 5088.0, 5041.0, 5085.0, 5042.0, 5106.0, 5062.0, 5128.0, 5052.0, 5115.0, 5063.0, 5135.0, 5063.0, 5128.0, 5071.0, 5082.0, 5072.0, 5089.0, 5080.0, 5118.0, 5069.0, 5086.0, 5089.0, 5061.0, 5085.0, 5029.0, 5087.0, 5041.0, 5097.0, 5050.0, 5098.0, 5052.0, 5096.0, 5060.0, 5137.0, 5079.0, 5102.0, 5063.0, 5060.0, 5082.0, 5058.0, 5089.0, 5051.0, 5121.0, 5073.0, 5118.0, 5063.0, 5149.0, 5063.0, 5146.0, 5083.0, 5119.0, 5062.0, 5068.0, 5069.0, 5049.0, 5077.0, 5040.0, 5107.0, 5049.0, 5125.0, 5060.0, 5107.0, 5061.0, 5071.0, 5091.0, 5051.0, 5099.0, 5043.0, 5101.0, 5050.0, 5107.0, 5070.0, 5110.0, 5062.0, 5138.0, 5060.0, 5148.0, 5081.0, 5120.0, 5071.0, 5071.0, 5081.0, 5074.0, 5116.0, 5061.0, 5120.0, 5082.0, 5146.0, 5062.0, 5071.0, 5106.0, 5081.0, 5102.0, 5070.0, 5099.0, 5085.0, 5112.0, 5097.0, 5160.0, 5105.0, 5094.0, 5134.0, 5119.0, 5121.0, 5088.0, 5108.0, 5083.0, 5037.0, 5122.0, 5030.0, 5101.0, 5029.0, 5078.0, 5032.0, 5084.0, 5018.0, 5016.0, 5026.0, 5012.0, 5058.0, 5033.0, 5062.0, 5045.0, 5046.0, 5049.0, 5115.0, 5057.0, 5093.0, 5046.0, 5034.0, 5046.0, 5086.0, 5049.0, 5124.0, 5051.0, 5101.0, 5051.0, 5115.0, 5062.0, 5108.0, 5064.0, 5070.0, 5075.0, 5152.0, 5065.0, 5140.0, 5095.0, 5130.0, 5068.0, 5152.0, 5075.0, 5151.0, 5062.0, 5140.0, 5082.0, 5138.0, 5064.0, 5127.0, 5075.0, 5128.0, 5073.0, 5072.0, 5070.0, 5050.0, 5070.0, 5059.0, 5088.0, 5050.0, 5110.0, 5052.0, 5097.0, 5059.0, 5108.0, 5062.0, 5148.0, 5071.0, 5114.0, 5060.0, 5096.0, 5072.0, 5099.0, 5072.0, 5052.0, 5069.0, 5061.0, 5080.0, 5069.0, 5088.0, 5059.0, 5090.0, 5063.0, 5100.0, 5061.0, 5108.0, 5062.0, 5148.0, 5074.0, 5128.0, 5075.0, 5149.0, 5073.0, 5150.0, 5083.0, 5160.0, 5072.0, 5110.0, 5061.0, 5107.0, 5061.0, 5136.0, 5072.0, 5116.0, 5071.0, 5079.0, 5059.0, 5061.0, 5091.0, 5053.0, 5089.0, 5049.0, 5100.0, 5063.0, 5109.0, 5061.0, 5109.0, 5062.0, 5108.0, 5060.0, 5099.0, 5059.0, 5108.0, 5063.0, 5139.0, 5070.0, 5139.0, 5061.0, 5124.0, 5072.0, 5080.0, 5070.0, 5049.0, 5079.0], 'WindowWidth': [11227.0, 11063.0, 11122.0, 11020.0, 11121.0, 11040.0, 11087.0, 11041.0, 11026.0, 11078.0, 11008.0, 11087.0, 11018.0, 11084.0, 11015.0, 11065.0, 10986.0, 11034.0, 10950.0, 11020.0, 11017.0, 10971.0, 11005.0, 10986.0, 11027.0, 10983.0, 11056.0, 11001.0, 10990.0, 11003.0, 10986.0, 11014.0, 10990.0, 11049.0, 10968.0, 11050.0, 10982.0, 11043.0, 10996.0, 11044.0, 11013.0, 11061.0, 10984.0, 11028.0, 10978.0, 11024.0, 10981.0, 11033.0, 10962.0, 11014.0, 10944.0, 11009.0, 10957.0, 11047.0, 10965.0, 11042.0, 10979.0, 11085.0, 10995.0, 11095.0, 11023.0, 11069.0, 10996.0, 11064.0, 10976.0, 11023.0, 10966.0, 11022.0, 10956.0, 11013.0, 10954.0, 10991.0, 10958.0, 10992.0, 10951.0, 11007.0, 10942.0, 11006.0, 10939.0, 11010.0, 10971.0, 11026.0, 10963.0, 11028.0, 10960.0, 11026.0, 10967.0, 11034.0, 10996.0, 11016.0, 10975.0, 11026.0, 10957.0, 11027.0, 10975.0, 11027.0, 10973.0, 11010.0, 10970.0, 11022.0, 10979.0, 11091.0, 10989.0, 11063.0, 10982.0, 11075.0, 11003.0, 11063.0, 10990.0, 11088.0, 10971.0, 11091.0, 10985.0, 11044.0, 10969.0, 11016.0, 10982.0, 11017.0, 10983.0, 10985.0, 11013.0, 10988.0, 11014.0, 10957.0, 11024.0, 10997.0, 11015.0, 10985.0, 11019.0, 11075.0, 10972.0, 11084.0, 10986.0, 11040.0, 10970.0, 11007.0, 10968.0, 11003.0, 10984.0, 11075.0, 10987.0, 11058.0, 10987.0, 11087.0, 10992.0, 11078.0, 10995.0, 11078.0, 10991.0, 11095.0, 10988.0, 11059.0, 10985.0, 11040.0, 10972.0, 11027.0, 10969.0, 11011.0, 10954.0, 11010.0, 10960.0, 11009.0, 10943.0, 10988.0, 10937.0, 10993.0, 10954.0, 11031.0, 10966.0, 11040.0, 10975.0, 11031.0, 10995.0, 10982.0, 11036.0, 10999.0, 11055.0, 10970.0, 11061.0, 11102.0, 10975.0, 11049.0, 10988.0, 10953.0, 11079.0, 10945.0, 10985.0, 10897.0, 10948.0, 10921.0, 10954.0, 10921.0, 10969.0, 10918.0, 10983.0, 10940.0, 11018.0, 10975.0, 11022.0, 10972.0, 11012.0, 10957.0, 11025.0, 10959.0, 11008.0, 10942.0, 10994.0, 10949.0, 10990.0, 10988.0, 10984.0, 10991.0, 10966.0, 10999.0, 10963.0, 11040.0, 10981.0, 10984.0, 11000.0, 10979.0, 11000.0, 11044.0, 11003.0, 11025.0, 11016.0, 11078.0, 10988.0, 11091.0, 10982.0, 11100.0, 10990.0, 11081.0, 10969.0, 11058.0, 10975.0, 11070.0, 11001.0, 11024.0, 10987.0, 10983.0, 10989.0, 11037.0, 11003.0, 10996.0, 11037.0, 11030.0, 11008.0, 11093.0, 11004.0, 11066.0, 11004.0, 11096.0, 10975.0, 11093.0, 10972.0, 11076.0, 11004.0, 11063.0, 10978.0, 11030.0, 10986.0, 11085.0, 10998.0, 11017.0, 10985.0, 10981.0, 10994.0, 10978.0, 10996.0, 10984.0, 11017.0, 10981.0, 11013.0, 10981.0, 10994.0, 11007.0, 11003.0, 11009.0, 10986.0, 11057.0, 10967.0, 11090.0, 10992.0, 11073.0, 10965.0, 11073.0, 10965.0, 11024.0, 10968.0, 11053.0, 10954.0, 11052.0, 10965.0, 11052.0, 10983.0, 11015.0, 10983.0, 10990.0, 10977.0, 10979.0, 11000.0, 10977.0, 11030.0, 10976.0, 11014.0, 10972.0, 11013.0, 10966.0, 11033.0, 10965.0, 11045.0, 10962.0, 11032.0, 10982.0, 11014.0, 10963.0, 11016.0, 10972.0, 11013.0, 10967.0, 11029.0, 10960.0, 11009.0, 10942.0, 11009.0, 10957.0, 11039.0, 10990.0, 11040.0, 10975.0, 11077.0, 10975.0, 11076.0, 11009.0, 10992.0, 11015.0, 10981.0, 11026.0, 10974.0, 11029.0, 10965.0, 11032.0, 10977.0, 11070.0, 10964.0, 11063.0, 10976.0, 11059.0, 10990.0, 11090.0, 10985.0, 11000.0, 11003.0, 10978.0, 11022.0, 10963.0, 11026.0, 10948.0, 11045.0, 10961.0, 11028.0, 10945.0, 11003.0, 10937.0, 11003.0, 10969.0, 11064.0, 10977.0, 11049.0, 10986.0, 11001.0, 10987.0, 11027.0, 11021.0, 10997.0, 11037.0, 10993.0, 11043.0, 11024.0, 11049.0, 11007.0, 11038.0, 11036.0, 10986.0, 11092.0, 10968.0, 11045.0, 10982.0, 11057.0, 10968.0, 11057.0, 10968.0, 11036.0, 10983.0, 10953.0, 11010.0, 10959.0, 11024.0, 10963.0, 11042.0, 10980.0, 11047.0, 10981.0, 11051.0, 10984.0, 11039.0, 11010.0, 10984.0, 11064.0, 10939.0, 11026.0, 10952.0, 10996.0, 10949.0, 10973.0, 10937.0, 10974.0, 10935.0, 10974.0, 10937.0, 10977.0, 10938.0, 11007.0, 10941.0, 11023.0, 10976.0, 11081.0, 10979.0, 11076.0, 10979.0, 11024.0, 10991.0, 11054.0, 10980.0, 11019.0, 10962.0, 11022.0, 10959.0, 11030.0, 10963.0, 11006.0, 10956.0, 11002.0, 10954.0, 11004.0, 10960.0, 11018.0, 10959.0, 11019.0, 10972.0, 11022.0, 10975.0, 11064.0, 10981.0, 11075.0, 10975.0, 11093.0, 10978.0, 11067.0, 10991.0, 11054.0, 10961.0, 11036.0, 10969.0, 11071.0, 10999.0, 11049.0, 10978.0, 11033.0, 10974.0, 11076.0, 10993.0, 11041.0, 11007.0, 11081.0, 11008.0, 11111.0, 10978.0, 11060.0, 10978.0, 11041.0, 10960.0, 11019.0, 10961.0, 11017.0, 10987.0, 11024.0, 10964.0, 11010.0, 10960.0, 11008.0, 10973.0, 11056.0, 10976.0, 11095.0, 10964.0, 11038.0, 10975.0, 11020.0, 10976.0, 11028.0, 10963.0, 11022.0, 10960.0, 11007.0, 10980.0, 11026.0, 10960.0, 11023.0, 10973.0, 11073.0, 11003.0, 11077.0, 10974.0, 11063.0, 10974.0, 11060.0, 10971.0, 11045.0, 10988.0, 10985.0, 10985.0, 10968.0, 10996.0, 10982.0, 11010.0, 10963.0, 11025.0, 10945.0, 11024.0, 10950.0, 11042.0, 10966.0, 11029.0, 10984.0, 10997.0, 11027.0, 10970.0, 10991.0, 10996.0, 11005.0, 10981.0, 10988.0, 10976.0, 10984.0, 11014.0, 10959.0, 11026.0, 10966.0, 11033.0, 10983.0, 11048.0, 10987.0, 11059.0, 11084.0, 10978.0, 11079.0, 10962.0, 11015.0, 11046.0, 10957.0, 11035.0, 10949.0, 11019.0, 10954.0, 11016.0, 10956.0, 11043.0, 10956.0, 11029.0, 10979.0, 10980.0, 10999.0, 10960.0, 11012.0, 10946.0, 11030.0, 10945.0, 11025.0, 10931.0, 11003.0, 10928.0, 11010.0, 10945.0, 11020.0, 10950.0, 10987.0, 10949.0, 11003.0, 10921.0, 11002.0, 10922.0, 10986.0, 10926.0, 11004.0, 10959.0, 11021.0, 10943.0, 11004.0, 10961.0, 11064.0, 10994.0, 11083.0, 10967.0, 11029.0, 10959.0, 11013.0, 10955.0, 10979.0, 10973.0, 10998.0, 10954.0, 10987.0, 11017.0, 10981.0, 10966.0, 10999.0, 10978.0, 11000.0, 11008.0, 11000.0, 11037.0, 11004.0, 10998.0, 11001.0, 10995.0, 11001.0, 11048.0, 11003.0, 10988.0, 11009.0, 10973.0, 11009.0, 11005.0, 10990.0, 11002.0, 11015.0, 10983.0, 11007.0, 10966.0, 10996.0, 10996.0, 11016.0, 10975.0, 11010.0, 10966.0, 10997.0, 10963.0, 11058.0, 11002.0, 11068.0, 11003.0, 11087.0, 10990.0, 11027.0, 11022.0, 10980.0, 11032.0, 10978.0, 11033.0, 11038.0, 10986.0, 11079.0, 10985.0, 11035.0, 10955.0, 11003.0, 10938.0, 10999.0, 10926.0, 10986.0, 10957.0, 11010.0, 10947.0, 11001.0, 10950.0, 11033.0, 10979.0, 11065.0, 10965.0, 11045.0, 10980.0, 11073.0, 10980.0, 11065.0, 10992.0, 11006.0, 10993.0, 11012.0, 11001.0, 11049.0, 10983.0, 11004.0, 11012.0, 10976.0, 11006.0, 10930.0, 11009.0, 10946.0, 11025.0, 10960.0, 11026.0, 10964.0, 11023.0, 10975.0, 11078.0, 11002.0, 11033.0, 10983.0, 10976.0, 11008.0, 10972.0, 11015.0, 10963.0, 11063.0, 10996.0, 11058.0, 10984.0, 11102.0, 10983.0, 11094.0, 11008.0, 11052.0, 10977.0, 10979.0, 10983.0, 10955.0, 10995.0, 10945.0, 11038.0, 10958.0, 11063.0, 10975.0, 11034.0, 10975.0, 10987.0, 11019.0, 10964.0, 11029.0, 10954.0, 11032.0, 10962.0, 11040.0, 10991.0, 11047.0, 10982.0, 11084.0, 10977.0, 11094.0, 11006.0, 11058.0, 10992.0, 10991.0, 11006.0, 10999.0, 11063.0, 10982.0, 11062.0, 11007.0, 11096.0, 10983.0, 10995.0, 11051.0, 11009.0, 11040.0, 10991.0, 11032.0, 11019.0, 11051.0, 11038.0, 11114.0, 11044.0, 11024.0, 11090.0, 11055.0, 11068.0, 11007.0, 11043.0, 10994.0, 10930.0, 11056.0, 10911.0, 11018.0, 10910.0, 10978.0, 10918.0, 10982.0, 10890.0, 10885.0, 10900.0, 10889.0, 10948.0, 10920.0, 10959.0, 10941.0, 10942.0, 10949.0, 11039.0, 10963.0, 11006.0, 10943.0, 10925.0, 10945.0, 10997.0, 10952.0, 11056.0, 10957.0, 11028.0, 10959.0, 11043.0, 10976.0, 11034.0, 10981.0, 10987.0, 10999.0, 11103.0, 10987.0, 11087.0, 11030.0, 11074.0, 10994.0, 11105.0, 11000.0, 11108.0, 10979.0, 11088.0, 11007.0, 11083.0, 10982.0, 11066.0, 10997.0, 11064.0, 10993.0, 10988.0, 10987.0, 10957.0, 10985.0, 10968.0, 11008.0, 10957.0, 11045.0, 10962.0, 11022.0, 10970.0, 11040.0, 10978.0, 11095.0, 10988.0, 11042.0, 10971.0, 11017.0, 10994.0, 11023.0, 10992.0, 10962.0, 10987.0, 10976.0, 11000.0, 10982.0, 11013.0, 10972.0, 11017.0, 10979.0, 11031.0, 10978.0, 11042.0, 10982.0, 11100.0, 10999.0, 11068.0, 11001.0, 11099.0, 10995.0, 11104.0, 11010.0, 11118.0, 10992.0, 11044.0, 10977.0, 11037.0, 10976.0, 11078.0, 10993.0, 11048.0, 10988.0, 10996.0, 10971.0, 10973.0, 11018.0, 10966.0, 11015.0, 10958.0, 11029.0, 10980.0, 11043.0, 10977.0, 11043.0, 10977.0, 11039.0, 10974.0, 11028.0, 10973.0, 11039.0, 10981.0, 11084.0, 10989.0, 11084.0, 10977.0, 11058.0, 10992.0, 10999.0, 10987.0, 10959.0, 11000.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.0016936333699231615</td></tr>
<tr><td colspan=3>aqi</td><td>0.016773358507135017</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.79123859204394</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3598556560769217</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0236734684395612</td></tr>
<tr><td colspan=3>efc</td><td>0.521</td></tr>
<tr><td colspan=3>fber</td><td>3889.5874</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07496593508287037</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5246981339187706</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3836758580759723</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2630284914997416</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.609813937777187</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.278185144950988</td></tr>
<tr><td colspan=3>gcor</td><td>0.00828608</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015206802636384964</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033602286130189896</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.144503994996674</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.3541</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.3447</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>277.1824</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288764.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>1366.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>491.4503</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9485</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>696.032</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4225.9965</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1778.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1054.885</td></tr>
<tr><td colspan=3>tsnr</td><td>43.60802208306268</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>