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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0100_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-02_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-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-faces_acq-mb8_run-02_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-0100/ses-02/func/sub-0100_ses-02_task-faces_acq-mb8_run-02_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>d127292ba33effc42cbc66865f61a89f</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:49:38.482500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997825, 0.0656022, 0.00652134, -0.0640018, 0.987678, -0.142811]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.11532</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7243, 137, -181, -64, 77, 117]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>55b537c9-6974-481e-bedd-855b4e255085||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6770904064178467, -0.17171218991279602, 0.04268624261021614, 121.3066177368164], [-0.17600597441196442, 2.649869203567505, -0.383624404668808, -85.1888656616211], [0.01749628409743309, 0.38315191864967346, 2.672266960144043, -99.80449676513672], [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': ['114938.482500', '114938.942500', '114939.402500', '114939.862500', '114940.322500', '114940.782500', '114941.242500', '114941.702500', '114942.162500', '114942.622500', '114943.082500', '114943.542500', '114944.002500', '114944.462500', '114944.922500', '114945.382500', '114945.842500', '114946.302500', '114946.762500', '114947.222500', '114947.682500', '114948.142500', '114948.602500', '114949.062500', '114949.522500', '114949.982500', '114950.442500', '114950.902500', '114951.362500', '114951.822500', '114952.282500', '114952.742500', '114953.202500', '114953.662500', '114954.122500', '114954.582500', '114955.042500', '114955.502500', '114955.962500', '114956.422500', '114956.882500', '114957.342500', '114957.802500', '114958.262500', '114958.722500', '114959.182500', '114959.642500', '115000.102500', '115000.562500', '115001.022500', '115001.482500', '115001.942500', '115002.402500', '115002.862500', '115003.322500', '115003.782500', '115004.242500', '115004.702500', '115005.162500', '115005.622500', '115006.082500', '115006.542500', '115007.002500', '115007.462500', '115007.922500', '115008.382500', '115008.842500', '115009.302500', '115009.762500', '115010.222500', '115010.682500', '115011.142500', '115011.602500', '115012.062500', '115012.522500', '115012.982500', '115013.442500', '115013.902500', '115014.362500', '115014.822500', '115015.282500', '115015.742500', '115016.202500', '115016.662500', '115017.122500', '115017.582500', '115018.042500', '115018.502500', '115018.962500', '115019.422500', '115019.882500', '115020.342500', '115020.802500', '115021.262500', '115021.722500', '115022.182500', '115022.642500', '115023.102500', '115023.562500', '115024.022500', '115024.482500', '115024.942500', '115025.402500', '115025.862500', '115026.322500', '115026.782500', '115027.242500', '115027.702500', '115028.162500', '115028.622500', '115029.082500', '115029.542500', '115030.002500', '115030.462500', '115030.922500', '115031.382500', '115031.842500', '115032.302500', '115032.762500', '115033.222500', '115033.682500', '115034.142500', '115034.602500', '115035.062500', '115035.522500', '115035.982500', '115036.442500', '115036.902500', '115037.362500', '115037.822500', '115038.282500', '115038.742500', '115039.202500', '115039.662500', '115040.122500', '115040.582500', '115041.042500', '115041.502500', '115041.962500', '115042.422500', '115042.882500', '115043.342500', '115043.802500', '115044.262500', '115044.722500', '115045.182500', '115045.642500', '115046.102500', '115046.562500', '115047.022500', '115047.482500', '115047.942500', '115048.402500', '115048.862500', '115049.322500', '115049.782500', '115050.242500', '115050.702500', '115051.162500', '115051.622500', '115052.082500', '115052.542500', '115053.002500', '115053.462500', '115053.922500', '115054.382500', '115054.842500', '115055.302500', '115055.762500', '115056.222500', '115056.682500', '115057.142500', '115057.602500', '115058.062500', '115058.522500', '115058.982500', '115059.442500', '115059.902500', '115100.362500', '115100.822500', '115101.282500', '115101.742500', '115102.202500', '115102.662500', '115103.122500', '115103.582500', '115104.042500', '115104.502500', '115104.962500', '115105.422500', '115105.882500', '115106.342500', '115106.802500', '115107.262500', '115107.722500', '115108.182500', '115108.642500', '115109.102500', '115109.562500', '115110.022500', '115110.482500', '115110.942500', '115111.402500', '115111.862500', '115112.322500', '115112.782500', '115113.242500', '115113.702500', '115114.162500', '115114.622500', '115115.082500', '115115.542500', '115116.002500', '115116.462500', '115116.922500', '115117.382500', '115117.842500', '115118.302500', '115118.762500', '115119.222500', '115119.682500', '115120.142500', '115120.602500', '115121.062500', '115121.522500', '115121.982500', '115122.442500', '115122.902500', '115123.362500', '115123.822500', '115124.282500', '115124.742500', '115125.202500', '115125.662500', '115126.122500', '115126.582500', '115127.042500', '115127.502500', '115127.962500', '115128.422500', '115128.882500', '115129.342500', '115129.802500', '115130.262500', '115130.722500', '115131.182500', '115131.642500', '115132.102500', '115132.562500', '115133.022500', '115133.482500', '115133.942500', '115134.402500', '115134.862500', '115135.322500', '115135.782500', '115136.242500', '115136.702500', '115137.162500', '115137.622500', '115138.082500', '115138.542500', '115139.002500', '115139.462500', '115139.922500', '115140.382500', '115140.842500', '115141.302500', '115141.762500', '115142.222500', '115142.682500', '115143.142500', '115143.602500', '115144.062500', '115144.522500', '115144.982500', '115145.442500', '115145.902500', '115146.362500', '115146.822500', '115147.282500', '115147.742500', '115148.202500', '115148.662500', '115149.122500', '115149.582500', '115150.042500', '115150.502500', '115150.962500', '115151.422500', '115151.882500', '115152.342500', '115152.802500', '115153.262500', '115153.722500', '115154.182500', '115154.642500', '115155.102500', '115155.562500', '115156.022500', '115156.482500', '115156.942500', '115157.402500', '115157.862500', '115158.322500', '115158.782500', '115159.242500', '115159.702500', '115200.162500', '115200.622500', '115201.082500', '115201.542500', '115202.002500', '115202.462500', '115202.922500', '115203.382500', '115203.842500', '115204.302500', '115204.762500', '115205.222500', '115205.682500', '115206.142500', '115206.602500', '115207.062500', '115207.522500', '115207.982500', '115208.442500', '115208.902500', '115209.362500', '115209.822500', '115210.282500', '115210.742500', '115211.202500', '115211.662500', '115212.122500', '115212.582500', '115213.042500', '115213.502500', '115213.962500', '115214.422500', '115214.882500', '115215.342500', '115215.802500', '115216.262500', '115216.722500', '115217.182500', '115217.642500', '115218.102500', '115218.562500', '115219.022500', '115219.482500', '115219.942500', '115220.402500', '115220.862500', '115221.322500', '115221.782500', '115222.242500', '115222.702500', '115223.162500', '115223.622500', '115224.082500', '115224.542500', '115225.002500', '115225.462500', '115225.922500', '115226.382500', '115226.842500', '115227.302500', '115227.762500', '115228.222500', '115228.682500', '115229.142500', '115229.602500', '115230.062500', '115230.522500', '115230.982500', '115231.442500', '115231.902500', '115232.362500', '115232.822500', '115233.282500', '115233.742500', '115234.202500', '115234.662500', '115235.122500', '115235.582500', '115236.042500', '115236.502500', '115236.962500', '115237.422500', '115237.882500', '115238.342500', '115238.802500', '115239.262500', '115239.722500', '115240.182500', '115240.642500', '115241.102500', '115241.562500', '115242.022500', '115242.482500', '115242.942500', '115243.402500', '115243.862500', '115244.322500', '115244.782500', '115245.242500', '115245.702500', '115246.162500', '115246.622500', '115247.082500', '115247.542500', '115248.002500', '115248.462500', '115248.922500', '115249.382500', '115249.842500', '115250.302500', '115250.762500', '115251.222500', '115251.682500', '115252.142500', '115252.602500', '115253.062500', '115253.522500', '115253.982500', '115254.442500', '115254.902500', '115255.362500', '115255.822500', '115256.282500', '115256.742500', '115257.202500', '115257.662500', '115258.122500', '115258.582500', '115259.042500', '115259.502500', '115259.962500', '115300.422500', '115300.882500', '115301.342500', '115301.802500', '115302.262500', '115302.722500', '115303.182500', '115303.642500', '115304.102500', '115304.562500', '115305.022500', '115305.482500', '115305.942500', '115306.402500', '115306.862500', '115307.322500', '115307.782500', '115308.242500', '115308.702500', '115309.162500', '115309.622500', '115310.082500', '115310.542500', '115311.002500', '115311.462500', '115311.922500', '115312.382500', '115312.842500', '115313.302500', '115313.762500', '115314.222500', '115314.682500', '115315.142500', '115315.602500', '115316.062500', '115316.522500', '115316.982500', '115317.442500', '115317.902500', '115318.362500', '115318.822500', '115319.282500', '115319.742500', '115320.202500', '115320.662500', '115321.122500', '115321.582500', '115322.042500', '115322.502500', '115322.962500', '115323.422500', '115323.882500', '115324.342500', '115324.802500', '115325.262500', '115325.722500', '115326.182500', '115326.642500', '115327.102500', '115327.562500', '115328.022500', '115328.482500', '115328.942500', '115329.402500', '115329.862500', '115330.322500', '115330.782500', '115331.242500', '115331.702500', '115332.162500', '115332.622500', '115333.082500', '115333.542500', '115334.002500', '115334.462500', '115334.922500', '115335.382500', '115335.842500', '115336.302500', '115336.762500', '115337.222500', '115337.682500', '115338.142500', '115338.602500', '115339.062500', '115339.522500', '115339.982500', '115340.442500', '115340.902500', '115341.362500', '115341.822500', '115342.282500', '115342.742500', '115343.202500', '115343.662500', '115344.122500', '115344.582500', '115345.042500', '115345.502500', '115345.962500', '115346.422500', '115346.882500', '115347.342500', '115347.802500', '115348.262500', '115348.722500', '115349.182500', '115349.642500', '115350.102500', '115350.562500', '115351.022500', '115351.482500', '115351.942500', '115352.402500', '115352.862500', '115353.322500', '115353.782500', '115354.242500', '115354.702500', '115355.162500', '115355.622500', '115356.082500', '115356.542500', '115357.002500', '115357.462500', '115357.922500', '115358.382500', '115358.842500', '115359.302500', '115359.762500', '115400.222500', '115400.682500', '115401.142500', '115401.602500', '115402.062500', '115402.522500', '115402.982500', '115403.442500', '115403.902500', '115404.362500', '115404.822500', '115405.282500', '115405.742500', '115406.202500', '115406.662500', '115407.122500', '115407.582500', '115408.042500', '115408.502500', '115408.962500', '115409.422500', '115409.882500', '115410.342500', '115410.802500', '115411.262500', '115411.722500', '115412.182500', '115412.642500', '115413.102500', '115413.562500', '115414.022500', '115414.482500', '115414.942500', '115415.402500', '115415.862500', '115416.322500', '115416.782500', '115417.242500', '115417.702500', '115418.162500', '115418.622500', '115419.082500', '115419.542500', '115420.002500', '115420.462500', '115420.922500', '115421.382500', '115421.842500', '115422.302500', '115422.762500', '115423.222500', '115423.682500', '115424.142500', '115424.602500', '115425.062500', '115425.522500', '115425.982500', '115426.442500', '115426.902500', '115427.362500', '115427.822500', '115428.282500', '115428.742500', '115429.202500', '115429.662500', '115430.122500', '115430.582500', '115431.042500', '115431.502500', '115431.962500', '115432.422500', '115432.882500', '115433.342500', '115433.802500', '115434.262500', '115434.722500', '115435.182500', '115435.642500', '115436.102500', '115436.562500', '115437.022500', '115437.482500', '115437.942500', '115438.402500', '115438.862500', '115439.322500', '115439.782500', '115440.242500', '115440.702500', '115441.162500', '115441.622500', '115442.082500', '115442.542500', '115443.002500', '115443.462500', '115443.922500', '115444.382500', '115444.842500', '115445.302500', '115445.762500', '115446.222500', '115446.682500', '115447.142500', '115447.602500', '115448.062500', '115448.522500', '115448.982500', '115449.442500', '115449.902500', '115450.362500', '115450.822500', '115451.282500', '115451.742500', '115452.202500', '115452.662500', '115453.122500', '115453.582500', '115454.042500', '115454.502500', '115454.962500', '115455.422500', '115455.882500', '115456.342500', '115456.802500', '115457.262500', '115457.722500', '115458.182500', '115458.642500', '115459.102500', '115459.562500', '115500.022500', '115500.482500', '115500.942500', '115501.402500', '115501.862500', '115502.322500', '115502.782500', '115503.242500', '115503.702500', '115504.162500', '115504.622500', '115505.082500', '115505.542500', '115506.002500', '115506.462500', '115506.922500', '115507.382500', '115507.842500', '115508.302500', '115508.762500', '115509.222500', '115509.682500', '115510.142500', '115510.602500', '115511.062500', '115511.522500', '115511.982500', '115512.442500', '115512.902500', '115513.362500', '115513.822500', '115514.282500', '115514.742500', '115515.202500', '115515.662500', '115516.122500', '115516.582500', '115517.042500', '115517.502500', '115517.962500', '115518.422500', '115518.882500', '115519.342500', '115519.802500', '115520.262500', '115520.722500', '115521.182500', '115521.642500', '115522.102500', '115522.562500', '115523.022500', '115523.482500', '115523.942500', '115524.402500', '115524.862500', '115525.322500', '115525.782500', '115526.242500', '115526.702500', '115527.162500', '115527.622500', '115528.082500', '115528.542500', '115529.002500', '115529.462500', '115529.922500', '115530.382500', '115530.842500', '115531.302500', '115531.762500', '115532.222500', '115532.682500', '115533.142500', '115533.602500', '115534.062500', '115534.522500', '115534.982500', '115535.442500', '115535.902500', '115536.362500', '115536.822500', '115537.282500', '115537.742500', '115538.202500', '115538.662500', '115539.122500', '115539.582500', '115540.042500', '115540.502500', '115540.962500', '115541.422500', '115541.882500', '115542.342500', '115542.802500', '115543.262500', '115543.722500', '115544.182500', '115544.642500', '115545.102500', '115545.562500', '115546.022500', '115546.482500', '115546.942500', '115547.402500', '115547.862500', '115548.322500', '115548.782500', '115549.242500', '115549.702500', '115550.162500', '115550.622500', '115551.082500', '115551.542500', '115552.002500', '115552.462500', '115552.922500', '115553.382500', '115553.842500', '115554.302500', '115554.762500', '115555.222500', '115555.682500', '115556.142500', '115556.602500', '115557.062500', '115557.522500', '115557.982500', '115558.442500', '115558.902500', '115559.362500', '115559.822500', '115600.282500', '115600.742500', '115601.202500', '115601.662500', '115602.122500', '115602.582500', '115603.042500', '115603.502500', '115603.962500', '115604.422500', '115604.882500', '115605.342500', '115605.802500', '115606.262500', '115606.722500', '115607.182500', '115607.642500', '115608.102500', '115608.562500', '115609.022500', '115609.482500', '115609.942500', '115610.402500', '115610.862500', '115611.322500', '115611.782500', '115612.242500', '115612.702500', '115613.162500', '115613.622500', '115614.082500', '115614.542500', '115615.002500', '115615.462500', '115615.922500', '115616.382500', '115616.842500', '115617.302500', '115617.762500', '115618.222500', '115618.682500', '115619.142500', '115619.602500', '115620.062500', '115620.522500', '115620.982500', '115621.442500', '115621.902500', '115622.362500', '115622.822500', '115623.282500', '115623.742500', '115624.202500', '115624.662500', '115625.122500', '115625.582500', '115626.042500', '115626.502500', '115626.962500', '115627.422500', '115627.882500', '115628.342500', '115628.802500', '115629.262500', '115629.722500', '115630.182500', '115630.642500', '115631.102500', '115631.562500', '115632.022500', '115632.482500', '115632.942500', '115633.402500', '115633.862500', '115634.322500', '115634.782500', '115635.242500', '115635.702500', '115636.162500', '115636.622500', '115637.082500', '115637.542500', '115638.002500', '115638.462500'], 'ContentTime': ['114958.766000', '114958.768000', '114958.771000', '114958.774000', '114958.776000', '114958.779000', '114958.782000', '114958.784000', '114958.787000', '114958.795000', '114958.797000', '114958.800000', '114958.803000', '114958.805000', '114958.832000', '114958.834000', '114958.837000', '114958.839000', '114958.852000', '114958.855000', '114958.857000', '114958.860000', '114958.862000', '114958.865000', '114958.867000', '114958.870000', '114958.872000', '114958.875000', '114958.878000', '114958.880000', '114958.883000', '114958.885000', '114958.888000', '114958.890000', '114958.893000', '114958.895000', '114958.898000', '114958.901000', '114958.904000', '114958.906000', '114958.909000', '115018.730000', '115018.732000', '115018.735000', '115018.738000', '115018.740000', '115018.743000', '115018.745000', '115018.748000', '115018.750000', '115018.753000', '115018.755000', '115018.758000', '115018.761000', '115018.763000', '115018.766000', '115018.768000', '115018.771000', '115018.774000', '115018.776000', '115018.779000', '115018.781000', '115018.784000', '115018.786000', '115018.789000', '115018.791000', '115018.794000', '115018.796000', '115018.799000', '115018.802000', '115018.804000', '115018.807000', '115018.809000', '115018.812000', '115018.815000', '115018.817000', '115018.820000', '115018.822000', '115018.825000', '115018.827000', '115018.830000', '115018.832000', '115018.835000', '115018.838000', '115018.840000', '115038.729000', '115038.732000', '115038.735000', '115038.737000', '115038.740000', '115038.742000', '115038.745000', '115038.748000', '115038.750000', '115038.753000', '115038.755000', '115038.758000', '115038.760000', '115038.763000', '115038.766000', '115038.768000', '115038.771000', '115038.773000', '115038.776000', '115038.778000', '115038.781000', '115038.784000', '115038.786000', '115038.789000', '115038.791000', '115038.794000', '115038.796000', '115038.799000', '115038.873000', '115038.876000', '115038.878000', '115038.881000', '115038.883000', '115038.886000', '115038.888000', '115038.891000', '115038.894000', '115038.902000', '115038.905000', '115038.907000', '115038.910000', '115038.913000', '115038.915000', '115058.729000', '115058.732000', '115058.735000', '115058.737000', '115058.740000', '115058.743000', '115058.745000', '115058.748000', '115058.750000', '115058.753000', '115058.755000', '115058.758000', '115058.761000', '115058.763000', '115058.766000', '115058.769000', '115058.771000', '115058.774000', '115058.776000', '115058.779000', '115058.782000', '115058.784000', '115058.787000', '115058.789000', '115058.792000', '115058.794000', '115058.797000', '115058.800000', '115058.802000', '115058.805000', '115058.807000', '115058.810000', '115058.813000', '115058.815000', '115058.818000', '115058.820000', '115058.823000', '115058.825000', '115058.828000', '115058.831000', '115058.833000', '115058.845000', '115058.847000', '115058.850000', '115118.729000', '115118.732000', '115118.735000', '115118.737000', '115118.740000', '115118.743000', '115118.745000', '115118.748000', '115118.750000', '115118.753000', '115118.755000', '115118.758000', '115118.761000', '115118.763000', '115118.766000', '115118.768000', '115118.771000', '115118.774000', '115118.776000', '115118.779000', '115118.781000', '115118.784000', '115118.786000', '115118.789000', '115118.791000', '115118.794000', '115118.797000', '115118.799000', '115118.802000', '115118.804000', '115118.807000', '115118.810000', '115118.812000', '115118.815000', '115118.817000', '115118.820000', '115118.822000', '115118.825000', '115118.828000', '115118.830000', '115118.833000', '115118.835000', '115118.838000', '115138.729000', '115138.731000', '115138.734000', '115138.737000', '115138.739000', '115138.742000', '115138.744000', '115138.747000', '115138.749000', '115138.752000', '115138.755000', '115138.757000', '115138.760000', '115138.762000', '115138.765000', '115138.768000', '115138.770000', '115138.773000', '115138.775000', '115138.778000', '115138.781000', '115138.783000', '115138.786000', '115138.788000', '115138.791000', '115138.794000', '115138.796000', '115138.827000', '115138.830000', '115138.832000', '115138.835000', '115138.838000', '115138.840000', '115138.843000', '115138.845000', '115138.848000', '115138.850000', '115138.853000', '115138.856000', '115138.858000', '115138.861000', '115138.864000', '115138.866000', '115138.869000', '115158.729000', '115158.731000', '115158.734000', '115158.737000', '115158.739000', '115158.742000', '115158.744000', '115158.747000', '115158.750000', '115158.752000', '115158.755000', '115158.757000', '115158.760000', '115158.763000', '115158.765000', '115158.768000', '115158.770000', '115158.773000', '115158.775000', '115158.778000', '115158.781000', '115158.783000', '115158.786000', '115158.788000', '115158.791000', '115158.794000', '115158.796000', '115158.799000', '115158.865000', '115158.868000', '115158.870000', '115158.873000', '115158.876000', '115158.878000', '115158.881000', '115158.883000', '115158.886000', '115158.888000', '115158.891000', '115158.894000', '115158.896000', '115158.899000', '115158.901000', '115218.728000', '115218.731000', '115218.734000', '115218.736000', '115218.739000', '115218.742000', '115218.745000', '115218.747000', '115218.750000', '115218.752000', '115218.755000', '115218.758000', '115218.760000', '115218.763000', '115218.765000', '115218.768000', '115218.771000', '115218.773000', '115218.776000', '115218.778000', '115218.781000', '115218.784000', '115218.786000', '115218.789000', '115218.792000', '115218.794000', '115218.797000', '115218.799000', '115218.802000', '115218.805000', '115218.807000', '115218.810000', '115218.813000', '115218.815000', '115218.818000', '115218.833000', '115218.835000', '115218.838000', '115218.840000', '115218.843000', '115218.846000', '115218.848000', '115218.851000', '115218.853000', '115238.729000', '115238.732000', '115238.735000', '115238.737000', '115238.740000', '115238.743000', '115238.745000', '115238.748000', '115238.750000', '115238.753000', '115238.755000', '115238.758000', '115238.761000', '115238.763000', '115238.766000', '115238.768000', '115238.771000', '115238.774000', '115238.776000', '115238.779000', '115238.781000', '115238.784000', '115238.787000', '115238.789000', '115238.792000', '115238.794000', '115238.797000', '115238.821000', '115238.824000', '115238.827000', '115238.829000', '115238.832000', '115238.834000', '115238.837000', '115238.839000', '115238.842000', '115238.865000', '115238.872000', '115238.875000', '115238.878000', '115238.880000', '115238.883000', '115238.886000', '115258.730000', '115258.732000', '115258.735000', '115258.738000', '115258.740000', '115258.743000', '115258.745000', '115258.748000', '115258.751000', '115258.753000', '115258.756000', '115258.758000', '115258.761000', '115258.764000', '115258.766000', '115258.769000', '115258.771000', '115258.774000', '115258.777000', '115258.779000', '115258.782000', '115258.785000', '115258.787000', '115258.790000', '115258.792000', '115258.795000', '115258.798000', '115258.848000', '115258.851000', '115258.853000', '115258.856000', '115258.859000', '115258.861000', '115258.864000', '115258.866000', '115258.869000', '115258.872000', '115258.874000', '115258.877000', '115258.879000', '115258.882000', '115258.884000', '115258.887000', '115258.890000', '115318.729000', '115318.732000', '115318.735000', '115318.737000', '115318.740000', '115318.743000', '115318.745000', '115318.748000', '115318.751000', '115318.753000', '115318.756000', '115318.758000', '115318.761000', '115318.763000', '115318.766000', '115318.769000', '115318.771000', '115318.774000', '115318.776000', '115318.779000', '115318.782000', '115318.784000', '115318.787000', '115318.789000', '115318.792000', '115318.795000', '115318.797000', '115318.851000', '115318.854000', '115318.856000', '115318.859000', '115318.862000', '115318.864000', '115318.867000', '115318.869000', '115318.872000', '115318.875000', '115318.877000', '115318.880000', '115318.882000', '115318.885000', '115318.887000', '115318.891000', '115338.730000', '115338.733000', '115338.736000', '115338.738000', '115338.741000', '115338.744000', '115338.746000', '115338.749000', '115338.751000', '115338.754000', '115338.757000', '115338.759000', '115338.762000', '115338.765000', '115338.767000', '115338.770000', '115338.772000', '115338.775000', '115338.778000', '115338.780000', '115338.784000', '115338.786000', '115338.789000', '115338.792000', '115338.794000', '115338.797000', '115338.865000', '115338.867000', '115338.870000', '115338.872000', '115338.875000', '115338.877000', '115338.880000', '115338.882000', '115338.885000', '115338.888000', '115338.890000', '115338.893000', '115338.896000', '115338.898000', '115338.901000', '115338.903000', '115338.906000', '115338.908000', '115358.728000', '115358.731000', '115358.734000', '115358.736000', '115358.739000', '115358.742000', '115358.744000', '115358.747000', '115358.749000', '115358.752000', '115358.755000', '115358.757000', '115358.760000', '115358.762000', '115358.765000', '115358.767000', '115358.770000', '115358.773000', '115358.775000', '115358.778000', '115358.780000', '115358.783000', '115358.786000', '115358.788000', '115358.791000', '115358.793000', '115358.796000', '115358.799000', '115358.816000', '115358.819000', '115358.822000', '115358.824000', '115358.827000', '115358.829000', '115358.832000', '115358.835000', '115358.837000', '115358.840000', '115358.842000', '115358.845000', '115358.848000', '115358.850000', '115358.853000', '115418.729000', '115418.731000', '115418.734000', '115418.737000', '115418.739000', '115418.742000', '115418.744000', '115418.747000', '115418.750000', '115418.752000', '115418.755000', '115418.757000', '115418.760000', '115418.763000', '115418.765000', '115418.768000', '115418.771000', '115418.773000', '115418.805000', '115418.857000', '115418.859000', '115418.862000', '115418.864000', '115418.867000', '115418.869000', '115418.872000', '115418.875000', '115418.877000', '115418.880000', '115418.882000', '115418.885000', '115418.887000', '115418.890000', '115418.893000', '115418.895000', '115418.898000', '115418.901000', '115418.903000', '115418.906000', '115418.909000', '115418.911000', '115418.914000', '115418.916000', '115418.919000', '115438.728000', '115438.731000', '115438.734000', '115438.737000', '115438.739000', '115438.742000', '115438.744000', '115438.747000', '115438.749000', '115438.752000', '115438.755000', '115438.757000', '115438.760000', '115438.763000', '115438.765000', '115438.768000', '115438.770000', '115438.773000', '115438.776000', '115438.778000', '115438.781000', '115438.783000', '115438.786000', '115438.789000', '115438.791000', '115438.794000', '115438.796000', '115438.799000', '115438.802000', '115438.804000', '115438.807000', '115438.809000', '115438.812000', '115438.815000', '115438.817000', '115438.820000', '115438.823000', '115438.825000', '115438.828000', '115438.830000', '115438.833000', '115438.836000', '115438.838000', '115458.730000', '115458.733000', '115458.735000', '115458.738000', '115458.741000', '115458.744000', '115458.746000', '115458.749000', '115458.751000', '115458.754000', '115458.757000', '115458.759000', '115458.762000', '115458.764000', '115458.768000', '115458.771000', '115458.774000', '115458.776000', '115458.779000', '115458.782000', '115458.784000', '115458.787000', '115458.789000', '115458.792000', '115458.794000', '115458.797000', '115458.800000', '115458.802000', '115458.805000', '115458.808000', '115458.810000', '115458.813000', '115458.816000', '115458.818000', '115458.821000', '115458.824000', '115458.826000', '115458.829000', '115458.831000', '115458.834000', '115458.837000', '115458.839000', '115458.842000', '115518.729000', '115518.732000', '115518.735000', '115518.738000', '115518.741000', '115518.743000', '115518.746000', '115518.748000', '115518.751000', '115518.754000', '115518.756000', '115518.759000', '115518.761000', '115518.764000', '115518.767000', '115518.769000', '115518.772000', '115518.775000', '115518.777000', '115518.780000', '115518.783000', '115518.785000', '115518.788000', '115518.791000', '115518.793000', '115518.796000', '115518.799000', '115518.801000', '115518.804000', '115518.807000', '115518.809000', '115518.812000', '115518.814000', '115518.817000', '115518.820000', '115518.822000', '115518.825000', '115518.828000', '115518.830000', '115518.833000', '115518.837000', '115518.840000', '115518.843000', '115518.845000', '115538.730000', '115538.732000', '115538.735000', '115538.738000', '115538.740000', '115538.743000', '115538.745000', '115538.748000', '115538.750000', '115538.753000', '115538.756000', '115538.758000', '115538.761000', '115538.763000', '115538.766000', '115538.769000', '115538.771000', '115538.774000', '115538.777000', '115538.779000', '115538.782000', '115538.784000', '115538.787000', '115538.789000', '115538.792000', '115538.795000', '115538.797000', '115538.871000', '115538.873000', '115538.912000', '115538.914000', '115538.917000', '115538.919000', '115538.922000', '115538.925000', '115538.927000', '115538.930000', '115538.932000', '115538.935000', '115538.938000', '115538.940000', '115538.943000', '115538.945000', '115538.948000', '115558.730000', '115558.732000', '115558.735000', '115558.738000', '115558.740000', '115558.743000', '115558.745000', '115558.748000', '115558.750000', '115558.753000', '115558.756000', '115558.758000', '115558.761000', '115558.764000', '115558.766000', '115558.769000', '115558.771000', '115558.774000', '115558.776000', '115558.779000', '115558.782000', '115558.784000', '115558.787000', '115558.789000', '115558.792000', '115558.794000', '115558.797000', '115558.800000', '115558.851000', '115558.853000', '115558.856000', '115558.859000', '115558.861000', '115558.864000', '115558.866000', '115558.869000', '115558.871000', '115558.874000', '115558.877000', '115558.879000', '115558.882000', '115558.884000', '115558.887000', '115618.729000', '115618.731000', '115618.734000', '115618.737000', '115618.739000', '115618.742000', '115618.744000', '115618.747000', '115618.750000', '115618.752000', '115618.755000', '115618.757000', '115618.760000', '115618.763000', '115618.765000', '115618.768000', '115618.770000', '115618.773000', '115618.776000', '115618.778000', '115618.781000', '115618.783000', '115618.786000', '115618.788000', '115618.791000', '115618.794000', '115618.796000', '115618.799000', '115618.846000', '115618.849000', '115618.851000', '115618.854000', '115618.857000', '115618.859000', '115618.862000', '115618.864000', '115618.867000', '115618.870000', '115618.872000', '115618.875000', '115618.877000', '115618.880000', '115618.883000', '115638.729000', '115638.732000', '115638.734000', '115638.737000', '115638.739000', '115638.742000', '115638.745000', '115638.747000', '115638.750000', '115638.752000', '115638.755000', '115638.758000', '115638.760000', '115638.763000', '115638.765000', '115638.768000', '115638.771000', '115638.773000', '115638.776000', '115638.778000', '115638.781000', '115638.784000', '115638.786000', '115638.789000', '115638.792000', '115638.794000', '115638.797000', '115638.800000', '115638.802000', '115638.805000', '115638.807000', '115638.810000', '115638.813000', '115638.815000', '115638.818000', '115638.820000', '115638.823000', '115638.825000', '115638.828000', '115638.831000', '115638.833000', '115638.836000', '115638.839000', '115638.841000', '115639.915000', '115639.918000', '115639.921000'], 'InstanceCreationTime': ['114958.766000', '114958.768000', '114958.771000', '114958.774000', '114958.776000', '114958.779000', '114958.782000', '114958.784000', '114958.787000', '114958.795000', '114958.797000', '114958.800000', '114958.803000', '114958.805000', '114958.832000', '114958.834000', '114958.837000', '114958.839000', '114958.852000', '114958.855000', '114958.857000', '114958.860000', '114958.862000', '114958.865000', '114958.867000', '114958.870000', '114958.872000', '114958.875000', '114958.878000', '114958.880000', '114958.883000', '114958.885000', '114958.888000', '114958.890000', '114958.893000', '114958.895000', '114958.898000', '114958.901000', '114958.904000', '114958.906000', '114958.909000', '115018.730000', '115018.732000', '115018.735000', '115018.738000', '115018.740000', '115018.743000', '115018.745000', '115018.748000', '115018.750000', '115018.753000', '115018.755000', '115018.758000', '115018.761000', '115018.763000', '115018.766000', '115018.768000', '115018.771000', '115018.774000', '115018.776000', '115018.779000', '115018.781000', '115018.784000', '115018.786000', '115018.789000', '115018.791000', '115018.794000', '115018.796000', '115018.799000', '115018.802000', '115018.804000', '115018.807000', '115018.809000', '115018.812000', '115018.815000', '115018.817000', '115018.820000', '115018.822000', '115018.825000', '115018.827000', '115018.830000', '115018.832000', '115018.835000', '115018.838000', '115018.840000', '115038.729000', '115038.732000', '115038.735000', '115038.737000', '115038.740000', '115038.742000', '115038.745000', '115038.748000', '115038.750000', '115038.753000', '115038.755000', '115038.758000', '115038.760000', '115038.763000', '115038.766000', '115038.768000', '115038.771000', '115038.773000', '115038.776000', '115038.778000', '115038.781000', '115038.784000', '115038.786000', '115038.789000', '115038.791000', '115038.794000', '115038.796000', '115038.799000', '115038.873000', '115038.876000', '115038.878000', '115038.881000', '115038.883000', '115038.886000', '115038.888000', '115038.891000', '115038.894000', '115038.902000', '115038.905000', '115038.907000', '115038.910000', '115038.913000', '115038.915000', '115058.729000', '115058.732000', '115058.735000', '115058.737000', '115058.740000', '115058.743000', '115058.745000', '115058.748000', '115058.750000', '115058.753000', '115058.755000', '115058.758000', '115058.761000', '115058.763000', '115058.766000', '115058.769000', '115058.771000', '115058.774000', '115058.776000', '115058.779000', '115058.782000', '115058.784000', '115058.787000', '115058.789000', '115058.792000', '115058.794000', '115058.797000', '115058.800000', '115058.802000', '115058.805000', '115058.807000', '115058.810000', '115058.813000', '115058.815000', '115058.818000', '115058.820000', '115058.823000', '115058.825000', '115058.828000', '115058.831000', '115058.833000', '115058.845000', '115058.847000', '115058.850000', '115118.729000', '115118.732000', '115118.735000', '115118.737000', '115118.740000', '115118.743000', '115118.745000', '115118.748000', '115118.750000', '115118.753000', '115118.755000', '115118.758000', '115118.761000', '115118.763000', '115118.766000', '115118.768000', '115118.771000', '115118.774000', '115118.776000', '115118.779000', '115118.781000', '115118.784000', '115118.786000', '115118.789000', '115118.791000', '115118.794000', '115118.797000', '115118.799000', '115118.802000', '115118.804000', '115118.807000', '115118.810000', '115118.812000', '115118.815000', '115118.817000', '115118.820000', '115118.822000', '115118.825000', '115118.828000', '115118.830000', '115118.833000', '115118.835000', '115118.838000', '115138.729000', '115138.731000', '115138.734000', '115138.737000', '115138.739000', '115138.742000', '115138.744000', '115138.747000', '115138.749000', '115138.752000', '115138.755000', '115138.757000', '115138.760000', '115138.762000', '115138.765000', '115138.768000', '115138.770000', '115138.773000', '115138.775000', '115138.778000', '115138.781000', '115138.783000', '115138.786000', '115138.788000', '115138.791000', '115138.794000', '115138.796000', '115138.827000', '115138.830000', '115138.832000', '115138.835000', '115138.838000', '115138.840000', '115138.843000', '115138.845000', '115138.848000', '115138.850000', '115138.853000', '115138.856000', '115138.858000', '115138.861000', '115138.864000', '115138.866000', '115138.869000', '115158.729000', '115158.731000', '115158.734000', '115158.737000', '115158.739000', '115158.742000', '115158.744000', '115158.747000', '115158.750000', '115158.752000', '115158.755000', '115158.757000', '115158.760000', '115158.763000', '115158.765000', '115158.768000', '115158.770000', '115158.773000', '115158.775000', '115158.778000', '115158.781000', '115158.783000', '115158.786000', '115158.788000', '115158.791000', '115158.794000', '115158.796000', '115158.799000', '115158.865000', '115158.868000', '115158.870000', '115158.873000', '115158.876000', '115158.878000', '115158.881000', '115158.883000', '115158.886000', '115158.888000', '115158.891000', '115158.894000', '115158.896000', '115158.899000', '115158.901000', '115218.728000', '115218.731000', '115218.734000', '115218.736000', '115218.739000', '115218.742000', '115218.745000', '115218.747000', '115218.750000', '115218.752000', '115218.755000', '115218.758000', '115218.760000', '115218.763000', '115218.765000', '115218.768000', '115218.771000', '115218.773000', '115218.776000', '115218.778000', '115218.781000', '115218.784000', '115218.786000', '115218.789000', '115218.792000', '115218.794000', '115218.797000', '115218.799000', '115218.802000', '115218.805000', '115218.807000', '115218.810000', '115218.813000', '115218.815000', '115218.818000', '115218.833000', '115218.835000', '115218.838000', '115218.840000', '115218.843000', '115218.846000', '115218.848000', '115218.851000', '115218.853000', '115238.729000', '115238.732000', '115238.735000', '115238.737000', '115238.740000', '115238.743000', '115238.745000', '115238.748000', '115238.750000', '115238.753000', '115238.755000', '115238.758000', '115238.761000', '115238.763000', '115238.766000', '115238.768000', '115238.771000', '115238.774000', '115238.776000', '115238.779000', '115238.781000', '115238.784000', '115238.787000', '115238.789000', '115238.792000', '115238.794000', '115238.797000', '115238.821000', '115238.824000', '115238.827000', '115238.829000', '115238.832000', '115238.834000', '115238.837000', '115238.839000', '115238.842000', '115238.865000', '115238.872000', '115238.875000', '115238.878000', '115238.880000', '115238.883000', '115238.886000', '115258.730000', '115258.732000', '115258.735000', '115258.738000', '115258.740000', '115258.743000', '115258.745000', '115258.748000', '115258.751000', '115258.753000', '115258.756000', '115258.758000', '115258.761000', '115258.764000', '115258.766000', '115258.769000', '115258.771000', '115258.774000', '115258.777000', '115258.779000', '115258.782000', '115258.785000', '115258.787000', '115258.790000', '115258.792000', '115258.795000', '115258.798000', '115258.848000', '115258.851000', '115258.853000', '115258.856000', '115258.859000', '115258.861000', '115258.864000', '115258.866000', '115258.869000', '115258.872000', '115258.874000', '115258.877000', '115258.879000', '115258.882000', '115258.884000', '115258.887000', '115258.890000', '115318.729000', '115318.732000', '115318.735000', '115318.737000', '115318.740000', '115318.743000', '115318.745000', '115318.748000', '115318.751000', '115318.753000', '115318.756000', '115318.758000', '115318.761000', '115318.763000', '115318.766000', '115318.769000', '115318.771000', '115318.774000', '115318.776000', '115318.779000', '115318.782000', '115318.784000', '115318.787000', '115318.789000', '115318.792000', '115318.795000', '115318.797000', '115318.851000', '115318.854000', '115318.856000', '115318.859000', '115318.862000', '115318.864000', '115318.867000', '115318.869000', '115318.872000', '115318.875000', '115318.877000', '115318.880000', '115318.882000', '115318.885000', '115318.887000', '115318.891000', '115338.730000', '115338.733000', '115338.736000', '115338.738000', '115338.741000', '115338.744000', '115338.746000', '115338.749000', '115338.751000', '115338.754000', '115338.757000', '115338.759000', '115338.762000', '115338.765000', '115338.767000', '115338.770000', '115338.772000', '115338.775000', '115338.778000', '115338.780000', '115338.784000', '115338.786000', '115338.789000', '115338.792000', '115338.794000', '115338.797000', '115338.865000', '115338.867000', '115338.870000', '115338.872000', '115338.875000', '115338.877000', '115338.880000', '115338.882000', '115338.885000', '115338.888000', '115338.890000', '115338.893000', '115338.896000', '115338.898000', '115338.901000', '115338.903000', '115338.906000', '115338.908000', '115358.728000', '115358.731000', '115358.734000', '115358.736000', '115358.739000', '115358.742000', '115358.744000', '115358.747000', '115358.749000', '115358.752000', '115358.755000', '115358.757000', '115358.760000', '115358.762000', '115358.765000', '115358.767000', '115358.770000', '115358.773000', '115358.775000', '115358.778000', '115358.780000', '115358.783000', '115358.786000', '115358.788000', '115358.791000', '115358.793000', '115358.796000', '115358.799000', '115358.816000', '115358.819000', '115358.822000', '115358.824000', '115358.827000', '115358.829000', '115358.832000', '115358.835000', '115358.837000', '115358.840000', '115358.842000', '115358.845000', '115358.848000', '115358.850000', '115358.853000', '115418.729000', '115418.731000', '115418.734000', '115418.737000', '115418.739000', '115418.742000', '115418.744000', '115418.747000', '115418.750000', '115418.752000', '115418.755000', '115418.757000', '115418.760000', '115418.763000', '115418.765000', '115418.768000', '115418.771000', '115418.773000', '115418.805000', '115418.857000', '115418.859000', '115418.862000', '115418.864000', '115418.867000', '115418.869000', '115418.872000', '115418.875000', '115418.877000', '115418.880000', '115418.882000', '115418.885000', '115418.887000', '115418.890000', '115418.893000', '115418.895000', '115418.898000', '115418.901000', '115418.903000', '115418.906000', '115418.909000', '115418.911000', '115418.914000', '115418.916000', '115418.919000', '115438.728000', '115438.731000', '115438.734000', '115438.737000', '115438.739000', '115438.742000', '115438.744000', '115438.747000', '115438.749000', '115438.752000', '115438.755000', '115438.757000', '115438.760000', '115438.763000', '115438.765000', '115438.768000', '115438.770000', '115438.773000', '115438.776000', '115438.778000', '115438.781000', '115438.783000', '115438.786000', '115438.789000', '115438.791000', '115438.794000', '115438.796000', '115438.799000', '115438.802000', '115438.804000', '115438.807000', '115438.809000', '115438.812000', '115438.815000', '115438.817000', '115438.820000', '115438.823000', '115438.825000', '115438.828000', '115438.830000', '115438.833000', '115438.836000', '115438.838000', '115458.730000', '115458.733000', '115458.735000', '115458.738000', '115458.741000', '115458.744000', '115458.746000', '115458.749000', '115458.751000', '115458.754000', '115458.757000', '115458.759000', '115458.762000', '115458.764000', '115458.768000', '115458.771000', '115458.774000', '115458.776000', '115458.779000', '115458.782000', '115458.784000', '115458.787000', '115458.789000', '115458.792000', '115458.794000', '115458.797000', '115458.800000', '115458.802000', '115458.805000', '115458.808000', '115458.810000', '115458.813000', '115458.816000', '115458.818000', '115458.821000', '115458.824000', '115458.826000', '115458.829000', '115458.831000', '115458.834000', '115458.837000', '115458.839000', '115458.842000', '115518.729000', '115518.732000', '115518.735000', '115518.738000', '115518.741000', '115518.743000', '115518.746000', '115518.748000', '115518.751000', '115518.754000', '115518.756000', '115518.759000', '115518.761000', '115518.764000', '115518.767000', '115518.769000', '115518.772000', '115518.775000', '115518.777000', '115518.780000', '115518.783000', '115518.785000', '115518.788000', '115518.791000', '115518.793000', '115518.796000', '115518.799000', '115518.801000', '115518.804000', '115518.807000', '115518.809000', '115518.812000', '115518.814000', '115518.817000', '115518.820000', '115518.822000', '115518.825000', '115518.828000', '115518.830000', '115518.833000', '115518.837000', '115518.840000', '115518.843000', '115518.845000', '115538.730000', '115538.732000', '115538.735000', '115538.738000', '115538.740000', '115538.743000', '115538.745000', '115538.748000', '115538.750000', '115538.753000', '115538.756000', '115538.758000', '115538.761000', '115538.763000', '115538.766000', '115538.769000', '115538.771000', '115538.774000', '115538.777000', '115538.779000', '115538.782000', '115538.784000', '115538.787000', '115538.789000', '115538.792000', '115538.795000', '115538.797000', '115538.871000', '115538.873000', '115538.912000', '115538.914000', '115538.917000', '115538.919000', '115538.922000', '115538.925000', '115538.927000', '115538.930000', '115538.932000', '115538.935000', '115538.938000', '115538.940000', '115538.943000', '115538.945000', '115538.948000', '115558.730000', '115558.732000', '115558.735000', '115558.738000', '115558.740000', '115558.743000', '115558.745000', '115558.748000', '115558.750000', '115558.753000', '115558.756000', '115558.758000', '115558.761000', '115558.764000', '115558.766000', '115558.769000', '115558.771000', '115558.774000', '115558.776000', '115558.779000', '115558.782000', '115558.784000', '115558.787000', '115558.789000', '115558.792000', '115558.794000', '115558.797000', '115558.800000', '115558.851000', '115558.853000', '115558.856000', '115558.859000', '115558.861000', '115558.864000', '115558.866000', '115558.869000', '115558.871000', '115558.874000', '115558.877000', '115558.879000', '115558.882000', '115558.884000', '115558.887000', '115618.729000', '115618.731000', '115618.734000', '115618.737000', '115618.739000', '115618.742000', '115618.744000', '115618.747000', '115618.750000', '115618.752000', '115618.755000', '115618.757000', '115618.760000', '115618.763000', '115618.765000', '115618.768000', '115618.770000', '115618.773000', '115618.776000', '115618.778000', '115618.781000', '115618.783000', '115618.786000', '115618.788000', '115618.791000', '115618.794000', '115618.796000', '115618.799000', '115618.846000', '115618.849000', '115618.851000', '115618.854000', '115618.857000', '115618.859000', '115618.862000', '115618.864000', '115618.867000', '115618.870000', '115618.872000', '115618.875000', '115618.877000', '115618.880000', '115618.883000', '115638.729000', '115638.732000', '115638.734000', '115638.737000', '115638.739000', '115638.742000', '115638.745000', '115638.747000', '115638.750000', '115638.752000', '115638.755000', '115638.758000', '115638.760000', '115638.763000', '115638.765000', '115638.768000', '115638.771000', '115638.773000', '115638.776000', '115638.778000', '115638.781000', '115638.784000', '115638.786000', '115638.789000', '115638.792000', '115638.794000', '115638.797000', '115638.800000', '115638.802000', '115638.805000', '115638.807000', '115638.810000', '115638.813000', '115638.815000', '115638.818000', '115638.820000', '115638.823000', '115638.825000', '115638.828000', '115638.831000', '115638.833000', '115638.836000', '115638.839000', '115638.841000', '115639.915000', '115639.918000', '115639.921000'], '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': [14992, 14612, 17544, 11041, 10526, 10969, 11340, 14138, 12312, 10576, 10899, 11068, 11429, 11260, 10258, 10712, 10740, 12884, 11615, 10306, 10975, 10982, 14496, 11104, 10011, 11079, 13355, 17119, 11233, 11912, 13177, 19630, 16853, 11059, 11544, 11392, 16575, 17583, 11188, 11162, 11295, 11915, 14537, 10883, 11468, 11322, 10268, 11077, 11116, 11521, 11366, 11902, 12340, 11125, 11261, 11510, 18031, 20052, 16221, 17190, 11343, 10385, 11959, 14955, 19154, 12021, 10917, 13170, 16416, 17019, 11066, 9902, 10927, 11246, 14619, 11163, 10653, 11613, 14181, 16465, 10947, 10610, 11357, 12928, 20468, 11435, 10585, 10621, 11084, 16639, 14705, 12169, 10723, 11054, 11514, 11133, 11125, 19230, 11969, 10491, 10991, 11493, 12820, 11139, 10850, 10666, 13291, 20638, 15778, 14049, 10929, 11150, 10580, 11015, 12548, 12247, 11382, 12960, 11392, 13804, 10706, 11488, 16476, 10626, 11716, 10875, 11272, 17791, 12097, 11076, 10211, 11398, 20126, 15572, 10421, 10363, 11249, 10686, 11115, 10988, 10715, 11306, 10963, 10970, 10967, 11593, 11399, 10796, 10784, 11351, 11553, 11092, 12205, 13147, 10912, 11287, 11132, 15421, 15038, 11096, 12965, 10943, 19592, 14729, 10901, 11052, 11027, 18156, 16784, 10950, 11406, 11059, 10211, 18202, 13595, 11613, 11046, 10456, 10921, 11365, 10616, 11387, 11368, 10305, 10856, 10934, 11293, 10907, 12052, 19704, 17505, 20173, 13473, 11413, 10865, 11075, 10610, 16084, 11345, 11118, 10881, 11383, 15035, 10538, 10582, 11396, 13615, 21763, 17149, 12273, 11321, 10694, 10467, 10872, 10990, 13855, 15367, 13006, 12416, 10553, 10872, 10997, 10824, 10561, 12688, 10884, 10418, 10036, 11317, 13591, 10415, 11233, 13121, 10871, 11282, 11535, 14326, 21086, 14674, 10787, 10788, 11170, 12078, 12131, 16916, 17286, 10869, 11653, 10858, 11135, 11494, 10833, 16267, 12020, 10646, 10993, 10983, 11217, 13774, 11165, 13663, 11475, 11187, 20520, 14238, 11271, 11391, 10848, 12091, 12376, 11120, 11124, 10730, 11352, 14204, 13041, 19313, 10827, 10573, 12383, 11008, 10733, 11951, 10886, 13952, 10845, 10717, 11138, 10997, 14148, 11051, 10647, 13804, 12505, 13163, 11385, 10983, 17928, 15408, 11888, 15236, 12743, 20173, 19403, 13988, 11672, 10533, 10966, 18462, 12927, 10985, 11246, 10764, 12080, 14825, 10942, 11448, 10905, 11140, 10967, 11007, 11160, 11673, 11022, 10801, 11747, 11046, 11827, 10635, 11452, 14049, 11293, 10631, 10615, 14216, 20586, 14138, 10465, 10599, 10701, 14760, 13546, 18083, 11766, 10206, 11005, 11071, 10982, 15276, 10694, 10605, 10847, 10950, 12928, 10830, 11214, 10818, 11157, 14257, 11444, 10630, 10593, 11319, 11523, 11365, 16902, 11599, 10626, 10425, 11127, 11492, 11397, 13392, 14963, 10941, 10430, 10903, 10706, 10549, 9960, 12760, 10713, 10436, 10691, 11461, 10681, 11031, 10219, 10910, 10869, 10990, 10689, 12233, 11028, 11285, 12145, 14004, 19389, 13453, 12999, 15859, 18863, 20883, 15201, 15003, 12904, 16192, 19751, 14019, 11273, 13318, 10829, 17388, 17152, 11129, 10783, 11517, 12773, 20273, 12864, 10952, 10991, 10899, 11751, 10980, 10156, 10974, 10464, 10465, 11114, 9989, 10820, 10417, 12595, 11080, 10363, 10661, 10819, 17126, 13618, 14885, 12832, 11268, 19127, 14999, 14806, 10694, 11047, 14719, 15192, 18989, 10808, 10521, 11558, 11552, 20062, 11965, 10852, 10906, 11137, 13199, 10972, 10510, 10878, 10838, 11776, 11080, 10682, 10991, 11132, 10161, 11129, 11028, 11955, 10869, 14478, 16063, 11195, 14835, 10926, 17227, 16691, 10968, 15253, 11467, 16144, 13074, 10984, 12006, 11051, 19883, 16238, 11161, 11929, 10913, 10715, 11766, 10834, 11579, 10616, 11246, 11529, 11385, 10546, 10613, 10820, 13666, 11028, 10897, 10908, 11217, 14215, 10737, 11048, 14914, 13567, 20835, 16149, 11880, 11265, 10786, 10449, 17024, 14302, 14614, 10542, 10924, 11657, 10988, 10815, 10780, 11239, 12313, 11130, 10629, 10920, 10993, 14896, 11410, 9691, 11234, 10685, 19850, 14886, 10595, 10385, 11309, 13076, 15621, 15051, 13859, 10949, 10251, 11048, 11606, 12709, 10823, 11080, 12475, 11245, 9679, 10430, 11351, 14283, 11693, 11245, 12030, 11021, 18336, 15960, 10927, 10771, 10601, 12350, 15112, 10996, 11277, 10972, 11628, 18173, 11687, 11552, 10616, 11073, 12042, 11306, 10183, 10851, 11020, 15982, 11003, 10469, 10485, 11414, 15106, 13596, 11279, 10883, 10785, 11177, 14866, 11988, 15195, 10666, 16892, 18714, 13107, 12909, 10732, 10936, 11949, 11321, 18717, 13191, 11059, 10837, 10788, 11061, 12859, 10883, 10116, 10703, 13138, 16063, 10271, 11289, 10568, 10746, 14408, 13264, 11244, 11147, 10318, 12614, 20036, 13428, 10325, 11181, 10989, 13826, 13911, 11019, 10257, 10753, 10835, 13737, 10916, 11601, 10259, 10927, 19534, 14944, 18762, 12696, 10910, 10035, 11808, 10672, 12291, 10907, 10472, 11397, 11067, 10985, 10536, 11045, 13105, 10684, 10678, 14989, 11497, 14019, 14193, 11795, 18409, 13970, 12015, 16865, 12662, 19802, 15707, 11727, 12276, 10291, 10717, 11342, 13357, 14148, 10502, 10644, 10420, 11305, 11393, 11052, 10141, 10836, 11541, 10087, 10655, 10854, 10275, 10882, 10808, 11750, 11190, 10882, 11771, 10995, 11732, 10581, 13454, 16170, 11737, 12014, 10481, 16372, 18210, 13229, 11739, 10882, 11931, 18206, 11831, 10247, 10981, 10840, 11507, 11354, 11524, 10956, 10171, 11850, 11049, 11162, 12010, 11018, 12868, 14151, 10619, 11990, 10723, 13709, 18791, 13485, 12492, 13325, 17478, 21289, 16956, 11978, 11411, 10654, 15148, 15844, 11826, 10868, 11002, 10838, 16459, 11511, 9653, 10539, 10346, 11200, 10584, 10798, 10975, 10929, 11560, 16557, 12255, 9875, 10185, 11233, 15395, 13093, 11235, 17266, 13406, 14493, 13005, 11188, 14061, 11697, 11356, 11822, 10744, 16150, 13688, 10657, 10198, 10670, 11401, 16490, 10829, 9690, 10501, 10861, 10360, 10622, 11271, 10590, 11016, 9956, 10407, 11310, 13707, 10793, 10537, 10364, 11091, 14514, 10214, 11726, 16256, 16002, 19714, 14930, 10959, 10554, 10716, 12262, 14120, 11076, 11269, 10378, 15532, 18835, 13181, 10488, 10336, 11081, 13191, 11110, 11473, 10547, 10961, 10538, 14537, 12165, 11738, 10319, 10533, 11331, 10525, 11628, 12750, 11154, 10755, 11939, 17220, 19163, 13289, 11107, 11722, 10914, 16478, 17134, 13017, 12237, 9819, 11285, 12501, 10482, 11455, 14173, 10316, 10673, 13894, 11079, 9522, 10153, 10730, 11197, 12978, 10957, 12288, 10189, 11285, 15462, 14022, 13075, 10104, 11154, 10966, 10310, 11348, 13534, 10389, 18139, 16334, 11725, 11539, 10454, 11437, 11101, 10687, 12497, 11883, 11043, 11096, 10578, 11177, 11308, 10195, 11136, 13567, 11031, 10557, 9993, 11628, 18801, 10879, 10893], 'WindowCenter': [5224.0, 5183.0, 5191.0, 5103.0, 5075.0, 5072.0, 5093.0, 5118.0, 5103.0, 5060.0, 5059.0, 5065.0, 5064.0, 5079.0, 5061.0, 5057.0, 5081.0, 5098.0, 5092.0, 5060.0, 5079.0, 5080.0, 5120.0, 5085.0, 5071.0, 5092.0, 5121.0, 5150.0, 5086.0, 5091.0, 5115.0, 5169.0, 5137.0, 5068.0, 5068.0, 5075.0, 5127.0, 5147.0, 5069.0, 5054.0, 5064.0, 5075.0, 5114.0, 5067.0, 5062.0, 5067.0, 5057.0, 5079.0, 5080.0, 5077.0, 5087.0, 5089.0, 5114.0, 5081.0, 5071.0, 5095.0, 5152.0, 5155.0, 5141.0, 5123.0, 5066.0, 5047.0, 5074.0, 5117.0, 5145.0, 5077.0, 5067.0, 5096.0, 5125.0, 5110.0, 5052.0, 5031.0, 5053.0, 5066.0, 5102.0, 5069.0, 5062.0, 5077.0, 5118.0, 5113.0, 5053.0, 5056.0, 5063.0, 5084.0, 5152.0, 5069.0, 5044.0, 5056.0, 5067.0, 5126.0, 5104.0, 5079.0, 5053.0, 5052.0, 5066.0, 5064.0, 5067.0, 5157.0, 5081.0, 5055.0, 5054.0, 5081.0, 5100.0, 5069.0, 5054.0, 5069.0, 5097.0, 5141.0, 5113.0, 5105.0, 5053.0, 5066.0, 5057.0, 5066.0, 5089.0, 5088.0, 5079.0, 5097.0, 5078.0, 5100.0, 5058.0, 5077.0, 5112.0, 5054.0, 5075.0, 5054.0, 5076.0, 5133.0, 5088.0, 5057.0, 5057.0, 5075.0, 5142.0, 5115.0, 5045.0, 5030.0, 5063.0, 5052.0, 5068.0, 5054.0, 5041.0, 5064.0, 5064.0, 5054.0, 5066.0, 5064.0, 5063.0, 5067.0, 5066.0, 5079.0, 5065.0, 5081.0, 5087.0, 5108.0, 5070.0, 5066.0, 5083.0, 5127.0, 5120.0, 5066.0, 5098.0, 5068.0, 5160.0, 5104.0, 5052.0, 5068.0, 5070.0, 5143.0, 5121.0, 5053.0, 5049.0, 5067.0, 5043.0, 5119.0, 5098.0, 5064.0, 5064.0, 5043.0, 5064.0, 5074.0, 5068.0, 5070.0, 5082.0, 5059.0, 5080.0, 5070.0, 5065.0, 5069.0, 5088.0, 5154.0, 5133.0, 5141.0, 5083.0, 5063.0, 5043.0, 5049.0, 5053.0, 5129.0, 5068.0, 5068.0, 5066.0, 5076.0, 5103.0, 5042.0, 5056.0, 5065.0, 5095.0, 5149.0, 5122.0, 5071.0, 5039.0, 5044.0, 5040.0, 5055.0, 5057.0, 5094.0, 5103.0, 5083.0, 5071.0, 5046.0, 5052.0, 5051.0, 5055.0, 5043.0, 5086.0, 5060.0, 5054.0, 5047.0, 5065.0, 5082.0, 5053.0, 5053.0, 5070.0, 5042.0, 5063.0, 5076.0, 5108.0, 5153.0, 5115.0, 5055.0, 5057.0, 5063.0, 5074.0, 5079.0, 5126.0, 5135.0, 5057.0, 5053.0, 5054.0, 5066.0, 5079.0, 5054.0, 5112.0, 5076.0, 5058.0, 5040.0, 5055.0, 5067.0, 5095.0, 5070.0, 5095.0, 5078.0, 5067.0, 5142.0, 5090.0, 5050.0, 5038.0, 5065.0, 5076.0, 5076.0, 5068.0, 5055.0, 5069.0, 5066.0, 5105.0, 5083.0, 5131.0, 5054.0, 5046.0, 5072.0, 5054.0, 5058.0, 5074.0, 5081.0, 5108.0, 5056.0, 5057.0, 5076.0, 5069.0, 5107.0, 5070.0, 5057.0, 5098.0, 5091.0, 5097.0, 5066.0, 5068.0, 5134.0, 5114.0, 5064.0, 5114.0, 5084.0, 5141.0, 5143.0, 5090.0, 5049.0, 5040.0, 5056.0, 5132.0, 5073.0, 5042.0, 5051.0, 5052.0, 5060.0, 5087.0, 5052.0, 5053.0, 5042.0, 5053.0, 5051.0, 5055.0, 5065.0, 5064.0, 5066.0, 5069.0, 5081.0, 5065.0, 5061.0, 5057.0, 5080.0, 5106.0, 5064.0, 5070.0, 5068.0, 5107.0, 5159.0, 5106.0, 5043.0, 5043.0, 5057.0, 5108.0, 5096.0, 5132.0, 5062.0, 5047.0, 5051.0, 5065.0, 5054.0, 5114.0, 5057.0, 5057.0, 5057.0, 5065.0, 5083.0, 5073.0, 5067.0, 5053.0, 5067.0, 5102.0, 5077.0, 5046.0, 5045.0, 5052.0, 5052.0, 5076.0, 5123.0, 5066.0, 5044.0, 5044.0, 5052.0, 5053.0, 5078.0, 5095.0, 5103.0, 5043.0, 5044.0, 5053.0, 5055.0, 5055.0, 5044.0, 5083.0, 5054.0, 5053.0, 5054.0, 5080.0, 5056.0, 5079.0, 5061.0, 5074.0, 5080.0, 5081.0, 5087.0, 5105.0, 5086.0, 5096.0, 5104.0, 5122.0, 5172.0, 5100.0, 5102.0, 5128.0, 5158.0, 5171.0, 5118.0, 5105.0, 5085.0, 5124.0, 5135.0, 5096.0, 5057.0, 5096.0, 5066.0, 5134.0, 5123.0, 5054.0, 5045.0, 5064.0, 5070.0, 5141.0, 5073.0, 5040.0, 5053.0, 5055.0, 5060.0, 5056.0, 5045.0, 5056.0, 5042.0, 5055.0, 5069.0, 5059.0, 5069.0, 5071.0, 5089.0, 5080.0, 5059.0, 5058.0, 5071.0, 5136.0, 5096.0, 5120.0, 5086.0, 5080.0, 5146.0, 5118.0, 5105.0, 5049.0, 5069.0, 5104.0, 5116.0, 5137.0, 5059.0, 5054.0, 5063.0, 5064.0, 5154.0, 5066.0, 5043.0, 5056.0, 5064.0, 5096.0, 5056.0, 5045.0, 5057.0, 5068.0, 5075.0, 5082.0, 5057.0, 5056.0, 5066.0, 5057.0, 5082.0, 5071.0, 5080.0, 5082.0, 5118.0, 5132.0, 5068.0, 5105.0, 5069.0, 5124.0, 5128.0, 5057.0, 5120.0, 5077.0, 5129.0, 5086.0, 5055.0, 5077.0, 5065.0, 5143.0, 5113.0, 5055.0, 5050.0, 5059.0, 5058.0, 5063.0, 5072.0, 5065.0, 5043.0, 5067.0, 5066.0, 5075.0, 5058.0, 5056.0, 5068.0, 5095.0, 5069.0, 5071.0, 5068.0, 5069.0, 5107.0, 5069.0, 5068.0, 5130.0, 5107.0, 5167.0, 5126.0, 5077.0, 5053.0, 5058.0, 5059.0, 5124.0, 5109.0, 5102.0, 5044.0, 5069.0, 5063.0, 5065.0, 5054.0, 5042.0, 5065.0, 5073.0, 5079.0, 5059.0, 5067.0, 5068.0, 5117.0, 5078.0, 5051.0, 5079.0, 5069.0, 5158.0, 5119.0, 5057.0, 5044.0, 5079.0, 5095.0, 5126.0, 5116.0, 5094.0, 5055.0, 5046.0, 5065.0, 5079.0, 5088.0, 5055.0, 5078.0, 5086.0, 5080.0, 5048.0, 5057.0, 5082.0, 5117.0, 5089.0, 5066.0, 5092.0, 5071.0, 5152.0, 5129.0, 5056.0, 5053.0, 5068.0, 5085.0, 5120.0, 5056.0, 5063.0, 5068.0, 5076.0, 5145.0, 5076.0, 5063.0, 5042.0, 5063.0, 5075.0, 5079.0, 5061.0, 5067.0, 5081.0, 5127.0, 5080.0, 5057.0, 5070.0, 5093.0, 5120.0, 5110.0, 5067.0, 5053.0, 5066.0, 5071.0, 5120.0, 5080.0, 5105.0, 5071.0, 5137.0, 5146.0, 5086.0, 5072.0, 5043.0, 5054.0, 5072.0, 5064.0, 5144.0, 5096.0, 5054.0, 5052.0, 5066.0, 5065.0, 5087.0, 5056.0, 5058.0, 5055.0, 5097.0, 5114.0, 5044.0, 5054.0, 5066.0, 5069.0, 5116.0, 5084.0, 5053.0, 5064.0, 5056.0, 5085.0, 5153.0, 5096.0, 5043.0, 5051.0, 5067.0, 5096.0, 5107.0, 5056.0, 5032.0, 5069.0, 5055.0, 5093.0, 5058.0, 5078.0, 5056.0, 5051.0, 5126.0, 5091.0, 5118.0, 5067.0, 5052.0, 5034.0, 5067.0, 5060.0, 5078.0, 5071.0, 5057.0, 5078.0, 5067.0, 5066.0, 5057.0, 5066.0, 5081.0, 5053.0, 5045.0, 5104.0, 5067.0, 5099.0, 5094.0, 5075.0, 5134.0, 5097.0, 5064.0, 5123.0, 5089.0, 5144.0, 5102.0, 5051.0, 5049.0, 5030.0, 5047.0, 5053.0, 5083.0, 5078.0, 5030.0, 5041.0, 5052.0, 5050.0, 5050.0, 5049.0, 5035.0, 5043.0, 5063.0, 5057.0, 5068.0, 5069.0, 5069.0, 5069.0, 5079.0, 5076.0, 5080.0, 5068.0, 5080.0, 5082.0, 5093.0, 5084.0, 5112.0, 5140.0, 5078.0, 5088.0, 5072.0, 5127.0, 5149.0, 5096.0, 5064.0, 5068.0, 5078.0, 5149.0, 5076.0, 5046.0, 5054.0, 5068.0, 5078.0, 5067.0, 5081.0, 5066.0, 5049.0, 5079.0, 5078.0, 5083.0, 5075.0, 5069.0, 5095.0, 5122.0, 5058.0, 5074.0, 5068.0, 5096.0, 5151.0, 5095.0, 5090.0, 5107.0, 5134.0, 5166.0, 5126.0, 5064.0, 5054.0, 5054.0, 5102.0, 5116.0, 5063.0, 5042.0, 5056.0, 5064.0, 5112.0, 5066.0, 5037.0, 5039.0, 5042.0, 5064.0, 5068.0, 5068.0, 5055.0, 5078.0, 5079.0, 5137.0, 5087.0, 5034.0, 5042.0, 5068.0, 5106.0, 5087.0, 5069.0, 5135.0, 5096.0, 5105.0, 5084.0, 5069.0, 5092.0, 5074.0, 5053.0, 5062.0, 5065.0, 5113.0, 5095.0, 5043.0, 5043.0, 5057.0, 5063.0, 5108.0, 5053.0, 5025.0, 5044.0, 5052.0, 5044.0, 5056.0, 5071.0, 5057.0, 5055.0, 5042.0, 5055.0, 5064.0, 5096.0, 5058.0, 5056.0, 5055.0, 5069.0, 5105.0, 5045.0, 5080.0, 5124.0, 5125.0, 5148.0, 5102.0, 5053.0, 5044.0, 5052.0, 5075.0, 5105.0, 5053.0, 5067.0, 5060.0, 5113.0, 5133.0, 5072.0, 5040.0, 5029.0, 5051.0, 5080.0, 5065.0, 5063.0, 5042.0, 5065.0, 5058.0, 5090.0, 5073.0, 5062.0, 5043.0, 5042.0, 5050.0, 5057.0, 5079.0, 5085.0, 5067.0, 5066.0, 5076.0, 5134.0, 5130.0, 5081.0, 5043.0, 5060.0, 5054.0, 5109.0, 5126.0, 5082.0, 5061.0, 5023.0, 5051.0, 5070.0, 5043.0, 5051.0, 5080.0, 5047.0, 5043.0, 5095.0, 5052.0, 5023.0, 5030.0, 5053.0, 5051.0, 5089.0, 5055.0, 5060.0, 5045.0, 5063.0, 5100.0, 5093.0, 5072.0, 5032.0, 5041.0, 5043.0, 5047.0, 5057.0, 5096.0, 5044.0, 5132.0, 5110.0, 5063.0, 5047.0, 5032.0, 5047.0, 5051.0, 5055.0, 5076.0, 5067.0, 5066.0, 5068.0, 5058.0, 5053.0, 5039.0, 5030.0, 5064.0, 5082.0, 5045.0, 5059.0, 5048.0, 5068.0, 5144.0, 5055.0, 5043.0], 'WindowWidth': [11326.0, 11235.0, 11223.0, 11090.0, 11038.0, 11028.0, 11059.0, 11087.0, 11067.0, 11000.0, 10993.0, 11001.0, 10998.0, 11025.0, 11002.0, 10991.0, 11031.0, 11051.0, 11048.0, 11000.0, 11026.0, 11031.0, 11084.0, 11037.0, 11020.0, 11051.0, 11090.0, 11129.0, 11039.0, 11048.0, 11083.0, 11153.0, 11102.0, 11005.0, 11002.0, 11016.0, 11086.0, 11118.0, 11007.0, 10981.0, 11003.0, 11016.0, 11067.0, 11003.0, 10991.0, 11001.0, 10992.0, 11024.0, 11030.0, 11019.0, 11037.0, 11042.0, 11080.0, 11029.0, 11013.0, 11053.0, 11131.0, 11132.0, 11112.0, 11078.0, 10999.0, 10972.0, 11012.0, 11076.0, 11112.0, 11015.0, 11007.0, 11046.0, 11085.0, 11055.0, 10974.0, 10945.0, 10982.0, 11004.0, 11049.0, 11004.0, 11002.0, 11022.0, 11079.0, 11061.0, 10975.0, 10988.0, 10998.0, 11024.0, 11122.0, 11006.0, 10965.0, 10989.0, 11006.0, 11086.0, 11053.0, 11020.0, 10978.0, 10974.0, 10999.0, 10998.0, 11002.0, 11134.0, 11026.0, 10983.0, 10980.0, 11026.0, 11053.0, 11009.0, 10985.0, 11009.0, 11045.0, 11106.0, 11062.0, 11053.0, 10982.0, 10998.0, 10988.0, 11001.0, 11039.0, 11038.0, 11019.0, 11047.0, 11021.0, 11049.0, 10987.0, 11020.0, 11060.0, 10983.0, 11011.0, 10981.0, 11020.0, 11093.0, 11036.0, 10986.0, 10992.0, 11015.0, 11107.0, 11069.0, 10964.0, 10938.0, 10995.0, 10980.0, 11005.0, 10982.0, 10958.0, 10998.0, 10997.0, 10985.0, 11001.0, 10994.0, 10993.0, 11006.0, 11003.0, 11025.0, 11002.0, 11030.0, 11035.0, 11066.0, 11012.0, 11000.0, 11035.0, 11091.0, 11079.0, 11001.0, 11051.0, 11011.0, 11140.0, 11050.0, 10975.0, 11006.0, 11011.0, 11109.0, 11075.0, 10977.0, 10968.0, 11002.0, 10968.0, 11068.0, 11045.0, 10997.0, 10994.0, 10965.0, 10999.0, 11012.0, 11010.0, 11008.0, 11028.0, 10999.0, 11030.0, 11013.0, 10999.0, 11013.0, 11039.0, 11128.0, 11092.0, 11103.0, 11020.0, 10990.0, 10963.0, 10971.0, 10980.0, 11093.0, 11005.0, 11003.0, 11004.0, 11015.0, 11048.0, 10960.0, 10989.0, 11001.0, 11039.0, 11116.0, 11071.0, 11001.0, 10951.0, 10963.0, 10956.0, 10979.0, 10987.0, 11036.0, 11046.0, 11018.0, 11000.0, 10968.0, 10973.0, 10974.0, 10980.0, 10965.0, 11028.0, 10994.0, 10979.0, 10975.0, 10996.0, 11018.0, 10978.0, 10978.0, 10997.0, 10962.0, 10999.0, 11017.0, 11059.0, 11126.0, 11069.0, 10982.0, 10983.0, 10993.0, 11012.0, 11021.0, 11083.0, 11096.0, 10986.0, 10974.0, 10980.0, 11002.0, 11021.0, 10981.0, 11058.0, 11014.0, 10988.0, 10956.0, 10979.0, 11003.0, 11041.0, 11008.0, 11036.0, 11021.0, 11004.0, 11105.0, 11027.0, 10968.0, 10950.0, 11001.0, 11009.0, 11014.0, 11005.0, 10984.0, 11007.0, 11003.0, 11057.0, 11021.0, 11085.0, 10981.0, 10969.0, 11000.0, 10981.0, 10991.0, 11009.0, 11030.0, 11061.0, 10985.0, 10986.0, 11016.0, 11006.0, 11059.0, 11008.0, 10988.0, 11044.0, 11042.0, 11045.0, 10998.0, 11010.0, 11097.0, 11067.0, 10994.0, 11069.0, 11026.0, 11104.0, 11108.0, 11027.0, 10966.0, 10961.0, 10984.0, 11091.0, 11006.0, 10957.0, 10971.0, 10979.0, 10983.0, 11016.0, 10975.0, 10973.0, 10960.0, 10977.0, 10975.0, 10986.0, 11001.0, 10993.0, 11004.0, 11008.0, 11026.0, 10997.0, 10985.0, 10988.0, 11027.0, 11059.0, 10998.0, 11012.0, 11010.0, 11060.0, 11139.0, 11054.0, 10964.0, 10963.0, 10993.0, 11060.0, 11040.0, 11089.0, 10990.0, 10973.0, 10973.0, 10997.0, 10982.0, 11064.0, 10990.0, 10987.0, 10984.0, 10999.0, 11022.0, 11016.0, 10998.0, 10974.0, 11004.0, 11046.0, 11018.0, 10971.0, 10967.0, 10971.0, 10973.0, 11014.0, 11075.0, 11000.0, 10964.0, 10963.0, 10972.0, 10975.0, 11023.0, 11040.0, 11048.0, 10961.0, 10964.0, 10975.0, 10985.0, 10985.0, 10964.0, 11019.0, 10979.0, 10973.0, 10976.0, 11022.0, 10983.0, 11024.0, 10998.0, 11016.0, 11027.0, 11030.0, 11041.0, 11068.0, 11036.0, 11053.0, 11061.0, 11089.0, 11158.0, 11052.0, 11056.0, 11093.0, 11134.0, 11159.0, 11074.0, 11052.0, 11024.0, 11077.0, 11093.0, 11036.0, 10983.0, 11043.0, 11001.0, 11094.0, 11074.0, 10979.0, 10964.0, 10994.0, 10998.0, 11104.0, 11006.0, 10953.0, 10977.0, 10981.0, 10983.0, 10986.0, 10966.0, 10981.0, 10963.0, 10985.0, 11005.0, 10997.0, 11009.0, 11011.0, 11035.0, 11025.0, 10994.0, 10989.0, 11014.0, 11099.0, 11044.0, 11075.0, 11027.0, 11026.0, 11115.0, 11074.0, 11053.0, 10974.0, 11010.0, 11052.0, 11070.0, 11100.0, 10989.0, 10981.0, 10993.0, 10995.0, 11124.0, 10999.0, 10961.0, 10987.0, 10995.0, 11044.0, 10988.0, 10969.0, 10989.0, 11007.0, 11014.0, 11030.0, 10991.0, 10986.0, 11001.0, 10990.0, 11030.0, 11015.0, 11024.0, 11031.0, 11076.0, 11099.0, 11006.0, 11052.0, 11012.0, 11080.0, 11087.0, 10988.0, 11081.0, 11019.0, 11090.0, 11027.0, 10984.0, 11017.0, 11001.0, 11107.0, 11064.0, 10981.0, 10965.0, 10993.0, 10992.0, 10994.0, 11015.0, 10997.0, 10965.0, 11004.0, 11000.0, 11014.0, 10992.0, 10986.0, 11009.0, 11041.0, 11010.0, 11012.0, 11010.0, 11011.0, 11061.0, 11009.0, 11009.0, 11100.0, 11065.0, 11148.0, 11088.0, 11016.0, 10977.0, 10993.0, 10994.0, 11081.0, 11064.0, 11045.0, 10968.0, 11008.0, 10993.0, 11001.0, 10982.0, 10962.0, 11001.0, 11007.0, 11025.0, 10996.0, 11005.0, 11010.0, 11075.0, 11022.0, 10988.0, 11027.0, 11013.0, 11142.0, 11078.0, 10988.0, 10967.0, 11027.0, 11047.0, 11087.0, 11071.0, 11039.0, 10981.0, 10973.0, 10998.0, 11025.0, 11033.0, 10985.0, 11023.0, 11032.0, 11027.0, 10981.0, 10990.0, 11034.0, 11075.0, 11039.0, 11001.0, 11045.0, 11018.0, 11131.0, 11092.0, 10987.0, 10978.0, 11010.0, 11030.0, 11080.0, 10985.0, 10995.0, 11009.0, 11019.0, 11114.0, 11018.0, 10991.0, 10963.0, 10998.0, 11013.0, 11026.0, 10999.0, 11002.0, 11031.0, 11089.0, 11028.0, 10991.0, 11016.0, 11050.0, 11083.0, 11071.0, 11006.0, 10979.0, 11002.0, 11013.0, 11084.0, 11026.0, 11056.0, 11017.0, 11106.0, 11119.0, 11028.0, 11004.0, 10961.0, 10984.0, 11008.0, 10998.0, 11111.0, 11044.0, 10981.0, 10976.0, 11003.0, 11001.0, 11031.0, 10983.0, 10994.0, 10990.0, 11047.0, 11067.0, 10968.0, 10981.0, 11006.0, 11010.0, 11075.0, 11024.0, 10977.0, 11000.0, 10990.0, 11028.0, 11127.0, 11041.0, 10964.0, 10975.0, 11007.0, 11042.0, 11062.0, 10985.0, 10948.0, 11006.0, 10986.0, 11037.0, 10989.0, 11021.0, 10989.0, 10974.0, 11072.0, 11024.0, 11063.0, 10988.0, 10974.0, 10955.0, 11002.0, 10996.0, 11017.0, 11011.0, 10990.0, 11019.0, 11003.0, 11003.0, 10991.0, 11004.0, 11017.0, 10982.0, 10972.0, 11054.0, 11004.0, 11048.0, 11041.0, 11014.0, 11097.0, 11046.0, 10995.0, 11084.0, 11037.0, 11113.0, 11046.0, 10971.0, 10969.0, 10943.0, 10973.0, 10981.0, 11023.0, 11006.0, 10940.0, 10963.0, 10979.0, 10971.0, 10973.0, 10970.0, 10953.0, 10964.0, 10996.0, 10992.0, 11009.0, 11011.0, 11014.0, 11012.0, 11025.0, 11016.0, 11028.0, 11008.0, 11027.0, 11032.0, 11049.0, 11042.0, 11077.0, 11114.0, 11024.0, 11035.0, 11020.0, 11091.0, 11126.0, 11043.0, 10996.0, 11008.0, 11024.0, 11121.0, 11017.0, 10968.0, 10980.0, 11007.0, 11022.0, 11006.0, 11027.0, 11002.0, 10978.0, 11024.0, 11021.0, 11033.0, 11012.0, 11013.0, 11044.0, 11086.0, 10995.0, 11009.0, 11011.0, 11044.0, 11126.0, 11038.0, 11038.0, 11065.0, 11098.0, 11149.0, 11081.0, 10992.0, 10978.0, 10985.0, 11049.0, 11071.0, 10991.0, 10960.0, 10989.0, 10998.0, 11060.0, 11001.0, 10959.0, 10953.0, 10962.0, 10999.0, 11010.0, 11010.0, 10986.0, 11025.0, 11027.0, 11108.0, 11033.0, 10952.0, 10962.0, 11008.0, 11055.0, 11031.0, 11006.0, 11101.0, 11044.0, 11053.0, 11021.0, 11010.0, 11035.0, 11014.0, 10979.0, 10991.0, 11003.0, 11066.0, 11040.0, 10966.0, 10967.0, 10993.0, 10995.0, 11047.0, 10979.0, 10941.0, 10966.0, 10975.0, 10969.0, 10984.0, 11011.0, 10991.0, 10983.0, 10964.0, 10986.0, 10996.0, 11043.0, 10989.0, 10989.0, 10988.0, 11012.0, 11056.0, 10970.0, 11025.0, 11085.0, 11083.0, 11119.0, 11047.0, 10977.0, 10967.0, 10980.0, 11015.0, 11055.0, 10978.0, 11003.0, 10998.0, 11062.0, 11093.0, 11001.0, 10956.0, 10940.0, 10976.0, 11013.0, 11000.0, 10991.0, 10961.0, 11001.0, 10992.0, 11026.0, 11005.0, 10990.0, 10965.0, 10963.0, 10973.0, 10989.0, 11023.0, 11027.0, 11004.0, 11003.0, 11017.0, 11094.0, 11085.0, 11014.0, 10959.0, 10986.0, 10981.0, 11053.0, 11084.0, 11017.0, 10984.0, 10932.0, 10971.0, 10999.0, 10966.0, 10972.0, 11010.0, 10975.0, 10967.0, 11038.0, 10976.0, 10935.0, 10939.0, 10982.0, 10975.0, 11033.0, 10984.0, 10983.0, 10970.0, 10994.0, 11044.0, 11035.0, 11000.0, 10944.0, 10954.0, 10961.0, 10973.0, 10987.0, 11042.0, 10971.0, 11090.0, 11054.0, 10990.0, 10961.0, 10946.0, 10960.0, 10976.0, 10984.0, 11014.0, 10999.0, 11001.0, 11004.0, 10990.0, 10976.0, 10950.0, 10943.0, 10996.0, 11016.0, 10966.0, 10993.0, 10980.0, 11005.0, 11109.0, 10984.0, 10962.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.0004808771929824561</td></tr>
<tr><td colspan=3>aqi</td><td>0.029834618640350873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.28321360187713</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1791852908452256</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9856284902963779</td></tr>
<tr><td colspan=3>efc</td><td>0.5355</td></tr>
<tr><td colspan=3>fber</td><td>2463.8022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24042770729939247</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>535</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>58.66228070175438</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3654929068351076</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2853585818764417</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5012720312741186</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3098481073547625</td></tr>
<tr><td colspan=3>gcor</td><td>0.00698656</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012021882459521294</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041102152317762375</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.103284724597809</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>21.1054</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.3981</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>303.3506</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>87.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285693.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1353.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>523.6486</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6816</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>663.2629</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4219.5492</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1057.9271</td></tr>
<tr><td colspan=3>tsnr</td><td>32.543430941412225</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>