<?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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-02/func/sub-0084_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>66c72740465b0009c1d26272a1a69121</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:34:48.295000</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.999204, 0.0349761, -0.019198, -0.03402, 0.998265, 0.0480522]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.112628</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7770, -7267, 511, -29, -354, 53, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.863</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>18c2d15f-16b0-4380-b8d0-6e09d7f2abbf||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.680790662765503, -0.09127312153577805, -0.05628253147006035, 121.1372299194336], [-0.09383823722600937, 2.6782729625701904, 0.12787416577339172, -90.65597534179688], [-0.051506850868463516, -0.12892049551010132, 2.696382999420166, -81.29553985595703], [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': ['113448.295000', '113448.755000', '113449.215000', '113449.675000', '113450.135000', '113450.595000', '113451.055000', '113451.515000', '113451.975000', '113452.435000', '113452.895000', '113453.355000', '113453.815000', '113454.275000', '113454.735000', '113455.195000', '113455.655000', '113456.115000', '113456.575000', '113457.035000', '113457.495000', '113457.955000', '113458.415000', '113458.875000', '113459.335000', '113459.795000', '113500.255000', '113500.715000', '113501.175000', '113501.635000', '113502.095000', '113502.555000', '113503.015000', '113503.475000', '113503.935000', '113504.395000', '113504.855000', '113505.315000', '113505.775000', '113506.235000', '113506.695000', '113507.155000', '113507.615000', '113508.075000', '113508.535000', '113508.995000', '113509.455000', '113509.915000', '113510.375000', '113510.835000', '113511.295000', '113511.755000', '113512.215000', '113512.675000', '113513.135000', '113513.595000', '113514.055000', '113514.515000', '113514.975000', '113515.435000', '113515.895000', '113516.355000', '113516.815000', '113517.275000', '113517.735000', '113518.195000', '113518.655000', '113519.115000', '113519.575000', '113520.035000', '113520.495000', '113520.955000', '113521.415000', '113521.875000', '113522.335000', '113522.795000', '113523.255000', '113523.715000', '113524.175000', '113524.635000', '113525.095000', '113525.555000', '113526.015000', '113526.475000', '113526.935000', '113527.395000', '113527.855000', '113528.315000', '113528.775000', '113529.235000', '113529.695000', '113530.155000', '113530.615000', '113531.075000', '113531.535000', '113531.995000', '113532.455000', '113532.915000', '113533.375000', '113533.835000', '113534.295000', '113534.755000', '113535.215000', '113535.675000', '113536.135000', '113536.595000', '113537.055000', '113537.515000', '113537.975000', '113538.435000', '113538.895000', '113539.355000', '113539.815000', '113540.275000', '113540.735000', '113541.195000', '113541.655000', '113542.115000', '113542.575000', '113543.035000', '113543.495000', '113543.955000', '113544.415000', '113544.875000', '113545.335000', '113545.795000', '113546.255000', '113546.715000', '113547.175000', '113547.635000', '113548.095000', '113548.555000', '113549.015000', '113549.475000', '113549.935000', '113550.395000', '113550.855000', '113551.315000', '113551.775000', '113552.235000', '113552.695000', '113553.155000', '113553.615000', '113554.075000', '113554.535000', '113554.995000', '113555.455000', '113555.915000', '113556.375000', '113556.835000', '113557.295000', '113557.755000', '113558.215000', '113558.675000', '113559.135000', '113559.595000', '113600.055000', '113600.515000', '113600.975000', '113601.435000', '113601.895000', '113602.355000', '113602.815000', '113603.275000', '113603.735000', '113604.195000', '113604.655000', '113605.115000', '113605.575000', '113606.035000', '113606.495000', '113606.955000', '113607.415000', '113607.875000', '113608.335000', '113608.795000', '113609.255000', '113609.715000', '113610.175000', '113610.635000', '113611.095000', '113611.555000', '113612.015000', '113612.475000', '113612.935000', '113613.395000', '113613.855000', '113614.315000', '113614.775000', '113615.235000', '113615.695000', '113616.155000', '113616.615000', '113617.075000', '113617.535000', '113617.995000', '113618.455000', '113618.915000', '113619.375000', '113619.835000', '113620.295000', '113620.755000', '113621.215000', '113621.675000', '113622.135000', '113622.595000', '113623.055000', '113623.515000', '113623.975000', '113624.435000', '113624.895000', '113625.355000', '113625.815000', '113626.275000', '113626.735000', '113627.195000', '113627.655000', '113628.115000', '113628.575000', '113629.035000', '113629.495000', '113629.955000', '113630.415000', '113630.875000', '113631.335000', '113631.795000', '113632.255000', '113632.715000', '113633.175000', '113633.635000', '113634.095000', '113634.555000', '113635.015000', '113635.475000', '113635.935000', '113636.395000', '113636.855000', '113637.315000', '113637.775000', '113638.235000', '113638.695000', '113639.155000', '113639.615000', '113640.075000', '113640.535000', '113640.995000', '113641.455000', '113641.915000', '113642.375000', '113642.835000', '113643.295000', '113643.755000', '113644.215000', '113644.675000', '113645.135000', '113645.595000', '113646.055000', '113646.515000', '113646.975000', '113647.435000', '113647.895000', '113648.355000', '113648.815000', '113649.275000', '113649.735000', '113650.195000', '113650.655000', '113651.115000', '113651.575000', '113652.035000', '113652.495000', '113652.955000', '113653.415000', '113653.875000', '113654.335000', '113654.795000', '113655.255000', '113655.715000', '113656.175000', '113656.635000', '113657.095000', '113657.555000', '113658.015000', '113658.475000', '113658.935000', '113659.395000', '113659.855000', '113700.315000', '113700.775000', '113701.235000', '113701.695000', '113702.155000', '113702.615000', '113703.075000', '113703.535000', '113703.995000', '113704.455000', '113704.915000', '113705.375000', '113705.835000', '113706.295000', '113706.755000', '113707.215000', '113707.675000', '113708.135000', '113708.595000', '113709.055000', '113709.515000', '113709.975000', '113710.435000', '113710.895000', '113711.355000', '113711.815000', '113712.275000', '113712.735000', '113713.195000', '113713.655000', '113714.115000', '113714.575000', '113715.035000', '113715.495000', '113715.955000', '113716.415000', '113716.875000', '113717.335000', '113717.795000', '113718.255000', '113718.715000', '113719.175000', '113719.635000', '113720.095000', '113720.555000', '113721.015000', '113721.475000', '113721.935000', '113722.395000', '113722.855000', '113723.315000', '113723.775000', '113724.235000', '113724.695000', '113725.155000', '113725.615000', '113726.075000', '113726.535000', '113726.995000', '113727.455000', '113727.915000', '113728.375000', '113728.835000', '113729.295000', '113729.755000', '113730.215000', '113730.675000', '113731.135000', '113731.595000', '113732.055000', '113732.515000', '113732.975000', '113733.435000', '113733.895000', '113734.355000', '113734.815000', '113735.275000', '113735.735000', '113736.195000', '113736.655000', '113737.115000', '113737.575000', '113738.035000', '113738.495000', '113738.955000', '113739.415000', '113739.875000', '113740.335000', '113740.795000', '113741.255000', '113741.715000', '113742.175000', '113742.635000', '113743.095000', '113743.555000', '113744.015000', '113744.475000', '113744.935000', '113745.395000', '113745.855000', '113746.315000', '113746.775000', '113747.235000', '113747.695000', '113748.155000', '113748.615000', '113749.075000', '113749.535000', '113749.995000', '113750.455000', '113750.915000', '113751.375000', '113751.835000', '113752.295000', '113752.755000', '113753.215000', '113753.675000', '113754.135000', '113754.595000', '113755.055000', '113755.515000', '113755.975000', '113756.435000', '113756.895000', '113757.355000', '113757.815000', '113758.275000', '113758.735000', '113759.195000', '113759.655000', '113800.115000', '113800.575000', '113801.035000', '113801.495000', '113801.955000', '113802.415000', '113802.875000', '113803.335000', '113803.795000', '113804.255000', '113804.715000', '113805.175000', '113805.635000', '113806.095000', '113806.555000', '113807.015000', '113807.475000', '113807.935000', '113808.395000', '113808.855000', '113809.315000', '113809.775000', '113810.235000', '113810.695000', '113811.155000', '113811.615000', '113812.075000', '113812.535000', '113812.995000', '113813.455000', '113813.915000', '113814.375000', '113814.835000', '113815.295000', '113815.755000', '113816.215000', '113816.675000', '113817.135000', '113817.595000', '113818.055000', '113818.515000', '113818.975000', '113819.435000', '113819.895000', '113820.355000', '113820.815000', '113821.275000', '113821.735000', '113822.195000', '113822.655000', '113823.115000', '113823.575000', '113824.035000', '113824.495000', '113824.955000', '113825.415000', '113825.875000', '113826.335000', '113826.795000', '113827.255000', '113827.715000', '113828.175000', '113828.635000', '113829.095000', '113829.555000', '113830.015000', '113830.475000', '113830.935000', '113831.395000', '113831.855000', '113832.315000', '113832.775000', '113833.235000', '113833.695000', '113834.155000', '113834.615000', '113835.075000', '113835.535000', '113835.995000', '113836.455000', '113836.915000', '113837.375000', '113837.835000', '113838.295000', '113838.755000', '113839.215000', '113839.675000', '113840.135000', '113840.595000', '113841.055000', '113841.515000', '113841.975000', '113842.435000', '113842.895000', '113843.355000', '113843.815000', '113844.275000', '113844.735000', '113845.195000', '113845.655000', '113846.115000', '113846.575000', '113847.035000', '113847.495000', '113847.955000', '113848.415000', '113848.875000', '113849.335000', '113849.795000', '113850.255000', '113850.715000', '113851.175000', '113851.635000', '113852.095000', '113852.555000', '113853.015000', '113853.475000', '113853.935000', '113854.395000', '113854.855000', '113855.315000', '113855.775000', '113856.235000', '113856.695000', '113857.155000', '113857.615000', '113858.075000', '113858.535000', '113858.995000', '113859.455000', '113859.915000', '113900.375000', '113900.835000', '113901.295000', '113901.755000', '113902.215000', '113902.675000', '113903.135000', '113903.595000', '113904.055000', '113904.515000', '113904.975000', '113905.435000', '113905.895000', '113906.355000', '113906.815000', '113907.275000', '113907.735000', '113908.195000', '113908.655000', '113909.115000', '113909.575000', '113910.035000', '113910.495000', '113910.955000', '113911.415000', '113911.875000', '113912.335000', '113912.795000', '113913.255000', '113913.715000', '113914.175000', '113914.635000', '113915.095000', '113915.555000', '113916.015000', '113916.475000', '113916.935000', '113917.395000', '113917.855000', '113918.315000', '113918.775000', '113919.235000', '113919.695000', '113920.155000', '113920.615000', '113921.075000', '113921.535000', '113921.995000', '113922.455000', '113922.915000', '113923.375000', '113923.835000', '113924.295000', '113924.755000', '113925.215000', '113925.675000', '113926.135000', '113926.595000', '113927.055000', '113927.515000', '113927.975000', '113928.435000', '113928.895000', '113929.355000', '113929.815000', '113930.275000', '113930.735000', '113931.195000', '113931.655000', '113932.115000', '113932.575000', '113933.035000', '113933.495000', '113933.955000', '113934.415000', '113934.875000', '113935.335000', '113935.795000', '113936.255000', '113936.715000', '113937.175000', '113937.635000', '113938.095000', '113938.555000', '113939.015000', '113939.475000', '113939.935000', '113940.395000', '113940.855000', '113941.315000', '113941.775000', '113942.235000', '113942.695000', '113943.155000', '113943.615000', '113944.075000', '113944.535000', '113944.995000', '113945.455000', '113945.915000', '113946.375000', '113946.835000', '113947.295000', '113947.755000', '113948.215000', '113948.675000', '113949.135000', '113949.595000', '113950.055000', '113950.515000', '113950.975000', '113951.435000', '113951.895000', '113952.355000', '113952.815000', '113953.275000', '113953.735000', '113954.195000', '113954.655000', '113955.115000', '113955.575000', '113956.035000', '113956.495000', '113956.955000', '113957.415000', '113957.875000', '113958.335000', '113958.795000', '113959.255000', '113959.715000', '114000.175000', '114000.635000', '114001.095000', '114001.555000', '114002.015000', '114002.475000', '114002.935000', '114003.395000', '114003.855000', '114004.315000', '114004.775000', '114005.235000', '114005.695000', '114006.155000', '114006.615000', '114007.075000', '114007.535000', '114007.995000', '114008.455000', '114008.915000', '114009.375000', '114009.835000', '114010.295000', '114010.755000', '114011.215000', '114011.675000', '114012.135000', '114012.595000', '114013.055000', '114013.515000', '114013.975000', '114014.435000', '114014.895000', '114015.355000', '114015.815000', '114016.275000', '114016.735000', '114017.195000', '114017.655000', '114018.115000', '114018.575000', '114019.035000', '114019.495000', '114019.955000', '114020.415000', '114020.875000', '114021.335000', '114021.795000', '114022.255000', '114022.715000', '114023.175000', '114023.635000', '114024.095000', '114024.555000', '114025.015000', '114025.475000', '114025.935000', '114026.395000', '114026.855000', '114027.315000', '114027.775000', '114028.235000', '114028.695000', '114029.155000', '114029.615000', '114030.075000', '114030.535000', '114030.995000', '114031.455000', '114031.915000', '114032.375000', '114032.835000', '114033.295000', '114033.755000', '114034.215000', '114034.675000', '114035.135000', '114035.595000', '114036.055000', '114036.515000', '114036.975000', '114037.435000', '114037.895000', '114038.355000', '114038.815000', '114039.275000', '114039.735000', '114040.195000', '114040.655000', '114041.115000', '114041.575000', '114042.035000', '114042.495000', '114042.955000', '114043.415000', '114043.875000', '114044.335000', '114044.795000', '114045.255000', '114045.715000', '114046.175000', '114046.635000', '114047.095000', '114047.555000', '114048.015000', '114048.475000', '114048.935000', '114049.395000', '114049.855000', '114050.315000', '114050.775000', '114051.235000', '114051.695000', '114052.155000', '114052.615000', '114053.075000', '114053.535000', '114053.995000', '114054.455000', '114054.915000', '114055.375000', '114055.835000', '114056.295000', '114056.755000', '114057.215000', '114057.675000', '114058.135000', '114058.595000', '114059.055000', '114059.515000', '114059.975000', '114100.435000', '114100.895000', '114101.355000', '114101.815000', '114102.275000', '114102.735000', '114103.195000', '114103.655000', '114104.115000', '114104.575000', '114105.035000', '114105.495000', '114105.955000', '114106.415000', '114106.875000', '114107.335000', '114107.795000', '114108.255000', '114108.715000', '114109.175000', '114109.635000', '114110.095000', '114110.555000', '114111.015000', '114111.475000', '114111.935000', '114112.395000', '114112.855000', '114113.315000', '114113.775000', '114114.235000', '114114.695000', '114115.155000', '114115.615000', '114116.075000', '114116.535000', '114116.995000', '114117.455000', '114117.915000', '114118.375000', '114118.835000', '114119.295000', '114119.755000', '114120.215000', '114120.675000', '114121.135000', '114121.595000', '114122.055000', '114122.515000', '114122.975000', '114123.435000', '114123.895000', '114124.355000', '114124.815000', '114125.275000', '114125.735000', '114126.195000', '114126.655000', '114127.115000', '114127.575000', '114128.035000', '114128.495000', '114128.955000', '114129.415000', '114129.875000', '114130.335000', '114130.795000', '114131.255000', '114131.715000', '114132.175000', '114132.635000', '114133.095000', '114133.555000', '114134.015000', '114134.475000', '114134.935000', '114135.395000', '114135.855000', '114136.315000', '114136.775000', '114137.235000', '114137.695000', '114138.155000', '114138.615000', '114139.075000', '114139.535000', '114139.995000', '114140.455000', '114140.915000', '114141.375000', '114141.835000', '114142.295000', '114142.755000', '114143.215000', '114143.675000', '114144.135000', '114144.595000', '114145.055000', '114145.515000', '114145.975000', '114146.435000', '114146.895000', '114147.355000', '114147.815000', '114148.275000'], 'ContentTime': ['113505.535000', '113505.538000', '113505.540000', '113505.543000', '113505.546000', '113505.556000', '113505.558000', '113505.561000', '113505.563000', '113505.566000', '113505.569000', '113505.572000', '113505.575000', '113505.578000', '113505.581000', '113505.591000', '113505.593000', '113505.596000', '113505.599000', '113505.601000', '113505.604000', '113505.606000', '113505.609000', '113505.611000', '113505.614000', '113505.617000', '113505.619000', '113505.623000', '113505.625000', '113505.628000', '113505.631000', '113505.633000', '113505.636000', '113505.639000', '113505.641000', '113525.504000', '113525.506000', '113525.509000', '113525.512000', '113525.524000', '113525.526000', '113525.529000', '113525.531000', '113525.534000', '113525.537000', '113525.539000', '113525.542000', '113525.544000', '113525.547000', '113525.549000', '113525.552000', '113525.555000', '113525.557000', '113525.560000', '113525.562000', '113525.565000', '113525.568000', '113525.570000', '113525.573000', '113525.575000', '113525.578000', '113525.580000', '113525.583000', '113525.586000', '113525.588000', '113525.591000', '113525.593000', '113525.596000', '113525.599000', '113525.601000', '113525.604000', '113525.606000', '113525.609000', '113525.612000', '113525.614000', '113525.617000', '113525.619000', '113525.622000', '113525.625000', '113545.503000', '113545.506000', '113545.509000', '113545.511000', '113545.514000', '113545.517000', '113545.519000', '113545.522000', '113545.524000', '113545.527000', '113545.530000', '113545.532000', '113545.535000', '113545.537000', '113545.540000', '113545.542000', '113545.545000', '113545.548000', '113545.550000', '113545.553000', '113545.555000', '113545.561000', '113545.563000', '113545.566000', '113545.568000', '113545.571000', '113545.574000', '113545.576000', '113545.579000', '113545.581000', '113545.584000', '113545.586000', '113545.589000', '113545.592000', '113545.594000', '113545.597000', '113545.599000', '113545.603000', '113545.605000', '113545.608000', '113545.610000', '113545.613000', '113545.616000', '113605.503000', '113605.506000', '113605.509000', '113605.512000', '113605.514000', '113605.517000', '113605.520000', '113605.522000', '113605.525000', '113605.527000', '113605.530000', '113605.532000', '113605.535000', '113605.538000', '113605.540000', '113605.543000', '113605.545000', '113605.548000', '113605.551000', '113605.553000', '113605.556000', '113605.558000', '113605.561000', '113605.564000', '113605.566000', '113605.569000', '113605.571000', '113605.574000', '113605.576000', '113605.579000', '113605.582000', '113605.584000', '113605.587000', '113605.590000', '113605.592000', '113605.595000', '113605.597000', '113605.600000', '113605.603000', '113605.605000', '113605.608000', '113605.610000', '113605.613000', '113605.616000', '113625.503000', '113625.506000', '113625.509000', '113625.511000', '113625.514000', '113625.517000', '113625.519000', '113625.522000', '113625.525000', '113625.527000', '113625.530000', '113625.532000', '113625.535000', '113625.538000', '113625.540000', '113625.543000', '113625.545000', '113625.548000', '113625.551000', '113625.553000', '113625.556000', '113625.558000', '113625.561000', '113625.564000', '113625.566000', '113625.569000', '113625.571000', '113625.574000', '113625.577000', '113625.579000', '113625.582000', '113625.584000', '113625.587000', '113625.589000', '113625.592000', '113625.595000', '113625.597000', '113625.600000', '113625.603000', '113625.605000', '113625.608000', '113625.610000', '113625.613000', '113645.503000', '113645.506000', '113645.531000', '113645.534000', '113645.537000', '113645.539000', '113645.542000', '113645.544000', '113645.547000', '113645.550000', '113645.552000', '113645.555000', '113645.558000', '113645.560000', '113645.563000', '113645.566000', '113645.568000', '113645.580000', '113645.582000', '113645.585000', '113645.587000', '113645.590000', '113645.593000', '113645.595000', '113645.598000', '113645.601000', '113645.603000', '113645.606000', '113645.608000', '113645.611000', '113645.614000', '113645.616000', '113645.619000', '113645.622000', '113645.624000', '113645.627000', '113645.629000', '113645.632000', '113645.635000', '113645.637000', '113645.640000', '113645.642000', '113645.645000', '113645.647000', '113705.502000', '113705.505000', '113705.508000', '113705.511000', '113705.513000', '113705.516000', '113705.518000', '113705.521000', '113705.524000', '113705.526000', '113705.529000', '113705.531000', '113705.534000', '113705.537000', '113705.539000', '113705.542000', '113705.544000', '113705.547000', '113705.550000', '113705.553000', '113705.555000', '113705.558000', '113705.560000', '113705.563000', '113705.566000', '113705.568000', '113705.571000', '113705.573000', '113705.576000', '113705.579000', '113705.581000', '113705.584000', '113705.586000', '113705.589000', '113705.591000', '113705.594000', '113705.597000', '113705.599000', '113705.602000', '113705.604000', '113705.607000', '113705.610000', '113705.612000', '113725.503000', '113725.505000', '113725.508000', '113725.510000', '113725.513000', '113725.516000', '113725.519000', '113725.521000', '113725.524000', '113725.527000', '113725.529000', '113725.532000', '113725.534000', '113725.537000', '113725.539000', '113725.542000', '113725.545000', '113725.547000', '113725.550000', '113725.552000', '113725.555000', '113725.558000', '113725.561000', '113725.563000', '113725.566000', '113725.568000', '113725.571000', '113725.573000', '113725.576000', '113725.579000', '113725.581000', '113725.584000', '113725.586000', '113725.589000', '113725.592000', '113725.594000', '113725.597000', '113725.599000', '113725.602000', '113725.605000', '113725.607000', '113725.610000', '113725.613000', '113725.615000', '113745.504000', '113745.506000', '113745.509000', '113745.512000', '113745.514000', '113745.517000', '113745.519000', '113745.522000', '113745.525000', '113745.527000', '113745.530000', '113745.532000', '113745.535000', '113745.538000', '113745.540000', '113745.543000', '113745.545000', '113745.548000', '113745.551000', '113745.553000', '113745.556000', '113745.558000', '113745.561000', '113745.564000', '113745.566000', '113745.569000', '113745.572000', '113745.574000', '113745.577000', '113745.579000', '113745.582000', '113745.585000', '113745.587000', '113745.590000', '113745.593000', '113745.595000', '113745.598000', '113745.600000', '113745.603000', '113745.606000', '113745.608000', '113745.611000', '113745.613000', '113805.503000', '113805.506000', '113805.509000', '113805.511000', '113805.514000', '113805.517000', '113805.519000', '113805.522000', '113805.524000', '113805.527000', '113805.530000', '113805.532000', '113805.535000', '113805.538000', '113805.540000', '113805.543000', '113805.545000', '113805.548000', '113805.551000', '113805.553000', '113805.556000', '113805.558000', '113805.561000', '113805.563000', '113805.566000', '113805.569000', '113805.571000', '113805.574000', '113805.576000', '113805.579000', '113805.582000', '113805.584000', '113805.587000', '113805.589000', '113805.592000', '113805.595000', '113805.597000', '113805.600000', '113805.603000', '113805.605000', '113805.608000', '113805.610000', '113805.626000', '113805.629000', '113825.504000', '113825.507000', '113825.509000', '113825.512000', '113825.514000', '113825.517000', '113825.519000', '113825.522000', '113825.525000', '113825.527000', '113825.530000', '113825.533000', '113825.535000', '113825.538000', '113825.540000', '113825.543000', '113825.546000', '113825.548000', '113825.551000', '113825.554000', '113825.556000', '113825.559000', '113825.561000', '113825.564000', '113825.566000', '113825.569000', '113825.572000', '113825.574000', '113825.577000', '113825.579000', '113825.582000', '113825.585000', '113825.587000', '113825.590000', '113825.592000', '113825.595000', '113825.598000', '113825.600000', '113825.603000', '113825.606000', '113825.608000', '113825.611000', '113825.613000', '113845.504000', '113845.507000', '113845.509000', '113845.512000', '113845.515000', '113845.517000', '113845.520000', '113845.522000', '113845.525000', '113845.528000', '113845.530000', '113845.533000', '113845.536000', '113845.538000', '113845.541000', '113845.543000', '113845.546000', '113845.549000', '113845.551000', '113845.554000', '113845.557000', '113845.560000', '113845.562000', '113845.565000', '113845.567000', '113845.570000', '113845.573000', '113845.575000', '113845.578000', '113845.580000', '113845.583000', '113845.586000', '113845.588000', '113845.591000', '113845.593000', '113845.596000', '113845.599000', '113845.601000', '113845.604000', '113845.607000', '113845.609000', '113845.612000', '113845.614000', '113845.617000', '113905.503000', '113905.505000', '113905.508000', '113905.510000', '113905.513000', '113905.516000', '113905.518000', '113905.521000', '113905.524000', '113905.526000', '113905.529000', '113905.531000', '113905.534000', '113905.537000', '113905.539000', '113905.542000', '113905.545000', '113905.547000', '113905.550000', '113905.552000', '113905.555000', '113905.557000', '113905.560000', '113905.563000', '113905.565000', '113905.568000', '113905.570000', '113905.573000', '113905.576000', '113905.578000', '113905.581000', '113905.583000', '113905.586000', '113905.589000', '113905.591000', '113905.594000', '113905.597000', '113905.599000', '113905.602000', '113905.605000', '113905.607000', '113905.610000', '113905.612000', '113925.503000', '113925.506000', '113925.508000', '113925.511000', '113925.513000', '113925.516000', '113925.519000', '113925.521000', '113925.524000', '113925.526000', '113925.529000', '113925.532000', '113925.534000', '113925.537000', '113925.540000', '113925.542000', '113925.545000', '113925.548000', '113925.550000', '113925.553000', '113925.555000', '113925.558000', '113925.560000', '113925.563000', '113925.566000', '113925.568000', '113925.571000', '113925.573000', '113925.576000', '113925.579000', '113925.581000', '113925.584000', '113925.586000', '113925.589000', '113925.591000', '113925.594000', '113925.597000', '113925.599000', '113925.602000', '113925.604000', '113925.607000', '113925.610000', '113925.612000', '113945.502000', '113945.505000', '113945.508000', '113945.510000', '113945.513000', '113945.516000', '113945.518000', '113945.521000', '113945.524000', '113945.543000', '113945.545000', '113945.548000', '113945.551000', '113945.553000', '113945.556000', '113945.559000', '113945.561000', '113945.564000', '113945.566000', '113945.569000', '113945.572000', '113945.574000', '113945.577000', '113945.587000', '113945.590000', '113945.592000', '113945.595000', '113945.597000', '113945.600000', '113945.603000', '113945.605000', '113945.608000', '113945.611000', '113945.613000', '113945.616000', '113945.618000', '113945.621000', '113945.624000', '113945.626000', '113945.629000', '113945.631000', '113945.634000', '113945.637000', '113945.639000', '114005.503000', '114005.506000', '114005.509000', '114005.512000', '114005.515000', '114005.517000', '114005.520000', '114005.522000', '114005.527000', '114005.530000', '114005.532000', '114005.535000', '114005.537000', '114005.540000', '114005.543000', '114005.546000', '114005.549000', '114005.552000', '114005.554000', '114005.557000', '114005.559000', '114005.562000', '114005.565000', '114005.567000', '114005.570000', '114005.573000', '114005.575000', '114005.578000', '114005.581000', '114005.583000', '114005.586000', '114005.588000', '114005.591000', '114005.594000', '114005.596000', '114005.599000', '114005.602000', '114005.604000', '114005.607000', '114005.610000', '114005.612000', '114005.615000', '114005.617000', '114025.503000', '114025.506000', '114025.509000', '114025.512000', '114025.514000', '114025.517000', '114025.519000', '114025.522000', '114025.525000', '114025.527000', '114025.530000', '114025.532000', '114025.535000', '114025.538000', '114025.540000', '114025.543000', '114025.545000', '114025.548000', '114025.551000', '114025.553000', '114025.556000', '114025.558000', '114025.561000', '114025.564000', '114025.566000', '114025.569000', '114025.572000', '114025.574000', '114025.577000', '114025.579000', '114025.582000', '114025.585000', '114025.587000', '114025.590000', '114025.592000', '114025.595000', '114025.598000', '114025.600000', '114025.603000', '114025.606000', '114025.608000', '114025.611000', '114025.613000', '114025.616000', '114045.503000', '114045.506000', '114045.509000', '114045.512000', '114045.514000', '114045.517000', '114045.520000', '114045.522000', '114045.525000', '114045.528000', '114045.530000', '114045.533000', '114045.535000', '114045.538000', '114045.541000', '114045.543000', '114045.546000', '114045.549000', '114045.551000', '114045.554000', '114045.556000', '114045.559000', '114045.562000', '114045.564000', '114045.567000', '114045.570000', '114045.572000', '114045.575000', '114045.577000', '114045.580000', '114045.583000', '114045.585000', '114045.588000', '114045.590000', '114045.593000', '114045.596000', '114045.598000', '114045.601000', '114045.603000', '114045.606000', '114045.609000', '114045.611000', '114045.614000', '114105.503000', '114105.506000', '114105.509000', '114105.512000', '114105.514000', '114105.517000', '114105.525000', '114105.527000', '114105.530000', '114105.532000', '114105.535000', '114105.537000', '114105.540000', '114105.543000', '114105.545000', '114105.548000', '114105.550000', '114105.553000', '114105.556000', '114105.558000', '114105.561000', '114105.563000', '114105.566000', '114105.569000', '114105.571000', '114105.574000', '114105.577000', '114105.579000', '114105.582000', '114105.584000', '114105.587000', '114105.589000', '114105.592000', '114105.595000', '114105.610000', '114105.612000', '114105.615000', '114105.617000', '114105.620000', '114105.623000', '114105.625000', '114105.628000', '114105.630000', '114105.633000', '114125.503000', '114125.506000', '114125.508000', '114125.511000', '114125.514000', '114125.516000', '114125.521000', '114125.523000', '114125.526000', '114125.528000', '114125.531000', '114125.534000', '114125.536000', '114125.539000', '114125.541000', '114125.544000', '114125.547000', '114125.549000', '114125.552000', '114125.555000', '114125.557000', '114125.560000', '114125.562000', '114125.565000', '114125.567000', '114125.570000', '114125.573000', '114125.575000', '114125.578000', '114125.581000', '114125.584000', '114125.587000', '114125.590000', '114125.592000', '114125.595000', '114125.597000', '114125.600000', '114125.603000', '114125.605000', '114125.608000', '114125.610000', '114125.613000', '114125.616000', '114145.502000', '114145.505000', '114145.508000', '114145.510000', '114145.513000', '114145.516000', '114145.518000', '114145.521000', '114145.523000', '114145.526000', '114145.529000', '114145.531000', '114145.534000', '114145.537000', '114145.539000', '114145.542000', '114145.544000', '114145.547000', '114145.550000', '114145.552000', '114145.555000', '114145.558000', '114145.560000', '114145.563000', '114145.565000', '114145.568000', '114145.571000', '114145.573000', '114145.576000', '114145.579000', '114145.581000', '114145.584000', '114145.587000', '114145.589000', '114145.592000', '114145.594000', '114145.597000', '114145.600000', '114145.602000', '114145.605000', '114145.607000', '114145.610000', '114145.613000', '114145.615000', '114149.453000', '114149.456000', '114149.459000', '114149.462000', '114149.465000', '114149.467000', '114149.470000', '114149.473000', '114149.476000'], 'InstanceCreationTime': ['113505.535000', '113505.538000', '113505.540000', '113505.543000', '113505.546000', '113505.556000', '113505.558000', '113505.561000', '113505.563000', '113505.566000', '113505.569000', '113505.572000', '113505.575000', '113505.578000', '113505.581000', '113505.591000', '113505.593000', '113505.596000', '113505.599000', '113505.601000', '113505.604000', '113505.606000', '113505.609000', '113505.611000', '113505.614000', '113505.617000', '113505.619000', '113505.623000', '113505.625000', '113505.628000', '113505.631000', '113505.633000', '113505.636000', '113505.639000', '113505.641000', '113525.504000', '113525.506000', '113525.509000', '113525.512000', '113525.524000', '113525.526000', '113525.529000', '113525.531000', '113525.534000', '113525.537000', '113525.539000', '113525.542000', '113525.544000', '113525.547000', '113525.549000', '113525.552000', '113525.555000', '113525.557000', '113525.560000', '113525.562000', '113525.565000', '113525.568000', '113525.570000', '113525.573000', '113525.575000', '113525.578000', '113525.580000', '113525.583000', '113525.586000', '113525.588000', '113525.591000', '113525.593000', '113525.596000', '113525.599000', '113525.601000', '113525.604000', '113525.606000', '113525.609000', '113525.612000', '113525.614000', '113525.617000', '113525.619000', '113525.622000', '113525.625000', '113545.503000', '113545.506000', '113545.509000', '113545.511000', '113545.514000', '113545.517000', '113545.519000', '113545.522000', '113545.524000', '113545.527000', '113545.530000', '113545.532000', '113545.535000', '113545.537000', '113545.540000', '113545.542000', '113545.545000', '113545.548000', '113545.550000', '113545.553000', '113545.555000', '113545.561000', '113545.563000', '113545.566000', '113545.568000', '113545.571000', '113545.574000', '113545.576000', '113545.579000', '113545.581000', '113545.584000', '113545.586000', '113545.589000', '113545.592000', '113545.594000', '113545.597000', '113545.599000', '113545.603000', '113545.605000', '113545.608000', '113545.610000', '113545.613000', '113545.616000', '113605.503000', '113605.506000', '113605.509000', '113605.512000', '113605.514000', '113605.517000', '113605.520000', '113605.522000', '113605.525000', '113605.527000', '113605.530000', '113605.532000', '113605.535000', '113605.538000', '113605.540000', '113605.543000', '113605.545000', '113605.548000', '113605.551000', '113605.553000', '113605.556000', '113605.558000', '113605.561000', '113605.564000', '113605.566000', '113605.569000', '113605.571000', '113605.574000', '113605.576000', '113605.579000', '113605.582000', '113605.584000', '113605.587000', '113605.590000', '113605.592000', '113605.595000', '113605.597000', '113605.600000', '113605.603000', '113605.605000', '113605.608000', '113605.610000', '113605.613000', '113605.616000', '113625.503000', '113625.506000', '113625.509000', '113625.511000', '113625.514000', '113625.517000', '113625.519000', '113625.522000', '113625.525000', '113625.527000', '113625.530000', '113625.532000', '113625.535000', '113625.538000', '113625.540000', '113625.543000', '113625.545000', '113625.548000', '113625.551000', '113625.553000', '113625.556000', '113625.558000', '113625.561000', '113625.564000', '113625.566000', '113625.569000', '113625.571000', '113625.574000', '113625.577000', '113625.579000', '113625.582000', '113625.584000', '113625.587000', '113625.589000', '113625.592000', '113625.595000', '113625.597000', '113625.600000', '113625.603000', '113625.605000', '113625.608000', '113625.610000', '113625.613000', '113645.503000', '113645.506000', '113645.531000', '113645.534000', '113645.537000', '113645.539000', '113645.542000', '113645.544000', '113645.547000', '113645.550000', '113645.552000', '113645.555000', '113645.558000', '113645.560000', '113645.563000', '113645.566000', '113645.568000', '113645.580000', '113645.582000', '113645.585000', '113645.587000', '113645.590000', '113645.593000', '113645.595000', '113645.598000', '113645.601000', '113645.603000', '113645.606000', '113645.608000', '113645.611000', '113645.614000', '113645.616000', '113645.619000', '113645.622000', '113645.624000', '113645.627000', '113645.629000', '113645.632000', '113645.635000', '113645.637000', '113645.640000', '113645.642000', '113645.645000', '113645.647000', '113705.502000', '113705.505000', '113705.508000', '113705.511000', '113705.513000', '113705.516000', '113705.518000', '113705.521000', '113705.524000', '113705.526000', '113705.529000', '113705.531000', '113705.534000', '113705.537000', '113705.539000', '113705.542000', '113705.544000', '113705.547000', '113705.550000', '113705.553000', '113705.555000', '113705.558000', '113705.560000', '113705.563000', '113705.566000', '113705.568000', '113705.571000', '113705.573000', '113705.576000', '113705.579000', '113705.581000', '113705.584000', '113705.586000', '113705.589000', '113705.591000', '113705.594000', '113705.597000', '113705.599000', '113705.602000', '113705.604000', '113705.607000', '113705.610000', '113705.612000', '113725.503000', '113725.505000', '113725.508000', '113725.510000', '113725.513000', '113725.516000', '113725.519000', '113725.521000', '113725.524000', '113725.527000', '113725.529000', '113725.532000', '113725.534000', '113725.537000', '113725.539000', '113725.542000', '113725.545000', '113725.547000', '113725.550000', '113725.552000', '113725.555000', '113725.558000', '113725.561000', '113725.563000', '113725.566000', '113725.568000', '113725.571000', '113725.573000', '113725.576000', '113725.579000', '113725.581000', '113725.584000', '113725.586000', '113725.589000', '113725.592000', '113725.594000', '113725.597000', '113725.599000', '113725.602000', '113725.605000', '113725.607000', '113725.610000', '113725.613000', '113725.615000', '113745.504000', '113745.506000', '113745.509000', '113745.512000', '113745.514000', '113745.517000', '113745.519000', '113745.522000', '113745.525000', '113745.527000', '113745.530000', '113745.532000', '113745.535000', '113745.538000', '113745.540000', '113745.543000', '113745.545000', '113745.548000', '113745.551000', '113745.553000', '113745.556000', '113745.558000', '113745.561000', '113745.564000', '113745.566000', '113745.569000', '113745.572000', '113745.574000', '113745.577000', '113745.579000', '113745.582000', '113745.585000', '113745.587000', '113745.590000', '113745.593000', '113745.595000', '113745.598000', '113745.600000', '113745.603000', '113745.606000', '113745.608000', '113745.611000', '113745.613000', '113805.503000', '113805.506000', '113805.509000', '113805.511000', '113805.514000', '113805.517000', '113805.519000', '113805.522000', '113805.524000', '113805.527000', '113805.530000', '113805.532000', '113805.535000', '113805.538000', '113805.540000', '113805.543000', '113805.545000', '113805.548000', '113805.551000', '113805.553000', '113805.556000', '113805.558000', '113805.561000', '113805.563000', '113805.566000', '113805.569000', '113805.571000', '113805.574000', '113805.576000', '113805.579000', '113805.582000', '113805.584000', '113805.587000', '113805.589000', '113805.592000', '113805.595000', '113805.597000', '113805.600000', '113805.603000', '113805.605000', '113805.608000', '113805.610000', '113805.626000', '113805.629000', '113825.504000', '113825.507000', '113825.509000', '113825.512000', '113825.514000', '113825.517000', '113825.519000', '113825.522000', '113825.525000', '113825.527000', '113825.530000', '113825.533000', '113825.535000', '113825.538000', '113825.540000', '113825.543000', '113825.546000', '113825.548000', '113825.551000', '113825.554000', '113825.556000', '113825.559000', '113825.561000', '113825.564000', '113825.566000', '113825.569000', '113825.572000', '113825.574000', '113825.577000', '113825.579000', '113825.582000', '113825.585000', '113825.587000', '113825.590000', '113825.592000', '113825.595000', '113825.598000', '113825.600000', '113825.603000', '113825.606000', '113825.608000', '113825.611000', '113825.613000', '113845.504000', '113845.507000', '113845.509000', '113845.512000', '113845.515000', '113845.517000', '113845.520000', '113845.522000', '113845.525000', '113845.528000', '113845.530000', '113845.533000', '113845.536000', '113845.538000', '113845.541000', '113845.543000', '113845.546000', '113845.549000', '113845.551000', '113845.554000', '113845.557000', '113845.560000', '113845.562000', '113845.565000', '113845.567000', '113845.570000', '113845.573000', '113845.575000', '113845.578000', '113845.580000', '113845.583000', '113845.586000', '113845.588000', '113845.591000', '113845.593000', '113845.596000', '113845.599000', '113845.601000', '113845.604000', '113845.607000', '113845.609000', '113845.612000', '113845.614000', '113845.617000', '113905.503000', '113905.505000', '113905.508000', '113905.510000', '113905.513000', '113905.516000', '113905.518000', '113905.521000', '113905.524000', '113905.526000', '113905.529000', '113905.531000', '113905.534000', '113905.537000', '113905.539000', '113905.542000', '113905.545000', '113905.547000', '113905.550000', '113905.552000', '113905.555000', '113905.557000', '113905.560000', '113905.563000', '113905.565000', '113905.568000', '113905.570000', '113905.573000', '113905.576000', '113905.578000', '113905.581000', '113905.583000', '113905.586000', '113905.589000', '113905.591000', '113905.594000', '113905.597000', '113905.599000', '113905.602000', '113905.605000', '113905.607000', '113905.610000', '113905.612000', '113925.503000', '113925.506000', '113925.508000', '113925.511000', '113925.513000', '113925.516000', '113925.519000', '113925.521000', '113925.524000', '113925.526000', '113925.529000', '113925.532000', '113925.534000', '113925.537000', '113925.540000', '113925.542000', '113925.545000', '113925.548000', '113925.550000', '113925.553000', '113925.555000', '113925.558000', '113925.560000', '113925.563000', '113925.566000', '113925.568000', '113925.571000', '113925.573000', '113925.576000', '113925.579000', '113925.581000', '113925.584000', '113925.586000', '113925.589000', '113925.591000', '113925.594000', '113925.597000', '113925.599000', '113925.602000', '113925.604000', '113925.607000', '113925.610000', '113925.612000', '113945.502000', '113945.505000', '113945.508000', '113945.510000', '113945.513000', '113945.516000', '113945.518000', '113945.521000', '113945.524000', '113945.543000', '113945.545000', '113945.548000', '113945.551000', '113945.553000', '113945.556000', '113945.559000', '113945.561000', '113945.564000', '113945.566000', '113945.569000', '113945.572000', '113945.574000', '113945.577000', '113945.587000', '113945.590000', '113945.592000', '113945.595000', '113945.597000', '113945.600000', '113945.603000', '113945.605000', '113945.608000', '113945.611000', '113945.613000', '113945.616000', '113945.618000', '113945.621000', '113945.624000', '113945.626000', '113945.629000', '113945.631000', '113945.634000', '113945.637000', '113945.639000', '114005.503000', '114005.506000', '114005.509000', '114005.512000', '114005.515000', '114005.517000', '114005.520000', '114005.522000', '114005.527000', '114005.530000', '114005.532000', '114005.535000', '114005.537000', '114005.540000', '114005.543000', '114005.546000', '114005.549000', '114005.552000', '114005.554000', '114005.557000', '114005.559000', '114005.562000', '114005.565000', '114005.567000', '114005.570000', '114005.573000', '114005.575000', '114005.578000', '114005.581000', '114005.583000', '114005.586000', '114005.588000', '114005.591000', '114005.594000', '114005.596000', '114005.599000', '114005.602000', '114005.604000', '114005.607000', '114005.610000', '114005.612000', '114005.615000', '114005.617000', '114025.503000', '114025.506000', '114025.509000', '114025.512000', '114025.514000', '114025.517000', '114025.519000', '114025.522000', '114025.525000', '114025.527000', '114025.530000', '114025.532000', '114025.535000', '114025.538000', '114025.540000', '114025.543000', '114025.545000', '114025.548000', '114025.551000', '114025.553000', '114025.556000', '114025.558000', '114025.561000', '114025.564000', '114025.566000', '114025.569000', '114025.572000', '114025.574000', '114025.577000', '114025.579000', '114025.582000', '114025.585000', '114025.587000', '114025.590000', '114025.592000', '114025.595000', '114025.598000', '114025.600000', '114025.603000', '114025.606000', '114025.608000', '114025.611000', '114025.613000', '114025.616000', '114045.503000', '114045.506000', '114045.509000', '114045.512000', '114045.514000', '114045.517000', '114045.520000', '114045.522000', '114045.525000', '114045.528000', '114045.530000', '114045.533000', '114045.535000', '114045.538000', '114045.541000', '114045.543000', '114045.546000', '114045.549000', '114045.551000', '114045.554000', '114045.556000', '114045.559000', '114045.562000', '114045.564000', '114045.567000', '114045.570000', '114045.572000', '114045.575000', '114045.577000', '114045.580000', '114045.583000', '114045.585000', '114045.588000', '114045.590000', '114045.593000', '114045.596000', '114045.598000', '114045.601000', '114045.603000', '114045.606000', '114045.609000', '114045.611000', '114045.614000', '114105.503000', '114105.506000', '114105.509000', '114105.512000', '114105.514000', '114105.517000', '114105.525000', '114105.527000', '114105.530000', '114105.532000', '114105.535000', '114105.537000', '114105.540000', '114105.543000', '114105.545000', '114105.548000', '114105.550000', '114105.553000', '114105.556000', '114105.558000', '114105.561000', '114105.563000', '114105.566000', '114105.569000', '114105.571000', '114105.574000', '114105.577000', '114105.579000', '114105.582000', '114105.584000', '114105.587000', '114105.589000', '114105.592000', '114105.595000', '114105.610000', '114105.612000', '114105.615000', '114105.617000', '114105.620000', '114105.623000', '114105.625000', '114105.628000', '114105.630000', '114105.633000', '114125.503000', '114125.506000', '114125.508000', '114125.511000', '114125.514000', '114125.516000', '114125.521000', '114125.523000', '114125.526000', '114125.528000', '114125.531000', '114125.534000', '114125.536000', '114125.539000', '114125.541000', '114125.544000', '114125.547000', '114125.549000', '114125.552000', '114125.555000', '114125.557000', '114125.560000', '114125.562000', '114125.565000', '114125.567000', '114125.570000', '114125.573000', '114125.575000', '114125.578000', '114125.581000', '114125.584000', '114125.587000', '114125.590000', '114125.592000', '114125.595000', '114125.597000', '114125.600000', '114125.603000', '114125.605000', '114125.608000', '114125.610000', '114125.613000', '114125.616000', '114145.502000', '114145.505000', '114145.508000', '114145.510000', '114145.513000', '114145.516000', '114145.518000', '114145.521000', '114145.523000', '114145.526000', '114145.529000', '114145.531000', '114145.534000', '114145.537000', '114145.539000', '114145.542000', '114145.544000', '114145.547000', '114145.550000', '114145.552000', '114145.555000', '114145.558000', '114145.560000', '114145.563000', '114145.565000', '114145.568000', '114145.571000', '114145.573000', '114145.576000', '114145.579000', '114145.581000', '114145.584000', '114145.587000', '114145.589000', '114145.592000', '114145.594000', '114145.597000', '114145.600000', '114145.602000', '114145.605000', '114145.607000', '114145.610000', '114145.613000', '114145.615000', '114149.453000', '114149.456000', '114149.459000', '114149.462000', '114149.465000', '114149.467000', '114149.470000', '114149.473000', '114149.476000'], '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': [10400, 7772, 7397, 8140, 7157, 7231, 6863, 8137, 7022, 7104, 7377, 6957, 7060, 7262, 7266, 11174, 7576, 10020, 6469, 6331, 7046, 6994, 6531, 12665, 7384, 10013, 8538, 6236, 8663, 7046, 9563, 10336, 8220, 10971, 7542, 7852, 7957, 6693, 8257, 6817, 10028, 8676, 9750, 9326, 6559, 7189, 6752, 9134, 7963, 8237, 11660, 7325, 7482, 6512, 8493, 7437, 7239, 8548, 6928, 9840, 6807, 8016, 6537, 6531, 9592, 7077, 9947, 6900, 8143, 7846, 6421, 8842, 8281, 10013, 10970, 6974, 7669, 6482, 8321, 8854, 6686, 9895, 6999, 7653, 6872, 6170, 8345, 7449, 10316, 7883, 6045, 7246, 6311, 9885, 8332, 8711, 8785, 6752, 6162, 7091, 6269, 10806, 10205, 8479, 10413, 7083, 6610, 9605, 6456, 9961, 9074, 10115, 9114, 6838, 9125, 7044, 6546, 9826, 6647, 10274, 7536, 6132, 7199, 6275, 8928, 7814, 5651, 8993, 8020, 11502, 11545, 7416, 6770, 7343, 7539, 11648, 10444, 7578, 9715, 8641, 7930, 11579, 10255, 7426, 11382, 7767, 13596, 10452, 11000, 9047, 6353, 8942, 6950, 9195, 7246, 9436, 7441, 8379, 8594, 7028, 8260, 7190, 6775, 7619, 6593, 9825, 7591, 11089, 10218, 6926, 7765, 7754, 7481, 8942, 11007, 8892, 7939, 10244, 8525, 7881, 9139, 7897, 12609, 11297, 8332, 11902, 8576, 13115, 10448, 6838, 7185, 7439, 6462, 6667, 8981, 9093, 7030, 6218, 10264, 8325, 11480, 9096, 10816, 8421, 11082, 9652, 12159, 10111, 11335, 10737, 7742, 10255, 8189, 10187, 8773, 10545, 9465, 8558, 9419, 7255, 9610, 8265, 9843, 9663, 9494, 10703, 7015, 7081, 12048, 7363, 6756, 12472, 10210, 7882, 10609, 8722, 7333, 9061, 7967, 8558, 9202, 8753, 7452, 13230, 10690, 12792, 9799, 7460, 6610, 7849, 7855, 9379, 10265, 7790, 13136, 11173, 12158, 11375, 9120, 10757, 9988, 7652, 13112, 10387, 7689, 10517, 10784, 11218, 10986, 8372, 7968, 9958, 8458, 10145, 10654, 7754, 10640, 8589, 11266, 9698, 7698, 9416, 7754, 9895, 8936, 9800, 11258, 7740, 10258, 8254, 7430, 7825, 7545, 10727, 9456, 10561, 10593, 7741, 11077, 9526, 7423, 10520, 8155, 12555, 10245, 11123, 10120, 8167, 11540, 9337, 9476, 10082, 8354, 9608, 8401, 9113, 8594, 7307, 8892, 7837, 9332, 9969, 8534, 10258, 7304, 5953, 8246, 9693, 8155, 11444, 9208, 7432, 9056, 8139, 7078, 12297, 9852, 12611, 11844, 10606, 13260, 10067, 13335, 10202, 12411, 10260, 8680, 11917, 6332, 5693, 7120, 5885, 6060, 10306, 11537, 9149, 8903, 8412, 7316, 10491, 11546, 8919, 9947, 8537, 6652, 10157, 8153, 10298, 8530, 10235, 8742, 6815, 8869, 7520, 9493, 8476, 8605, 9913, 7556, 9902, 8452, 10957, 10613, 7220, 9772, 8112, 6561, 10068, 8386, 12488, 10188, 7256, 9250, 7873, 7354, 10056, 7984, 11804, 9646, 7982, 10020, 8662, 8157, 9346, 5829, 13133, 10956, 8582, 6012, 6254, 8044, 9875, 6953, 7885, 6894, 6967, 7299, 10377, 11037, 7732, 9279, 7720, 7216, 10754, 8568, 10452, 8532, 12731, 8827, 12957, 9010, 12319, 8528, 9046, 7975, 7204, 8568, 6868, 9675, 5919, 5757, 6011, 6312, 6355, 6619, 10074, 10912, 9405, 9788, 8556, 10227, 10965, 8174, 11190, 8127, 10561, 10377, 11638, 12299, 7936, 8259, 9067, 11040, 8457, 9882, 7471, 8001, 7991, 7450, 8187, 9240, 8067, 6133, 7128, 6750, 7381, 11989, 8802, 6697, 9305, 9626, 10027, 10845, 9345, 8839, 11933, 9915, 6359, 7545, 6944, 5730, 7109, 8552, 6483, 10459, 8040, 6959, 10638, 11011, 10018, 11315, 9150, 9704, 8831, 5579, 5537, 5454, 10070, 7797, 6752, 5977, 5517, 5402, 8915, 7514, 7544, 9905, 8628, 11525, 9703, 8724, 10589, 8332, 12235, 11374, 8149, 11179, 9591, 6786, 6298, 7348, 6382, 6689, 7462, 6335, 7832, 7774, 6485, 9643, 7346, 6043, 9125, 6945, 5639, 8451, 6697, 6945, 9634, 10195, 7655, 9412, 6519, 5447, 6828, 9149, 6972, 5672, 7669, 7443, 6649, 7587, 7151, 6285, 9336, 10407, 8134, 7340, 8906, 7444, 7072, 8463, 9369, 7779, 8985, 9428, 7179, 9269, 7749, 6596, 8581, 6956, 8794, 8260, 7084, 8299, 6564, 6242, 7226, 5864, 6384, 6848, 7137, 7555, 9821, 7584, 6699, 8488, 6754, 9944, 8387, 7861, 10408, 9526, 10174, 7862, 6629, 9484, 6799, 9818, 9192, 9217, 8400, 5624, 8565, 6539, 6242, 7832, 6890, 10835, 9564, 6784, 8830, 7070, 6964, 8654, 6702, 10617, 8358, 8706, 8359, 6237, 8510, 6780, 8695, 10283, 7599, 11849, 9697, 7183, 8586, 5972, 5688, 9032, 8287, 6497, 8133, 9210, 9804, 8589, 7044, 7968, 8966, 7772, 10691, 8598, 7247, 8514, 6062, 8869, 7420, 7075, 8394, 6205, 9708, 7559, 6846, 9917, 11084, 10424, 8463, 6761, 6486, 7109, 6180, 7974, 10877, 7670, 8011, 6574, 6306, 11002, 9839, 8707, 6534, 6699, 6194, 6067, 9392, 7272, 7197, 6964, 8012, 8993, 7131, 9152, 7916, 6328, 8848, 7665, 8474, 7714, 6015, 8781, 7176, 9132, 9766, 6988, 8566, 6464, 6281, 6395, 5942, 6726, 7618, 6108, 8000, 11256, 9073, 10488, 8893, 6359, 8815, 6708, 9483, 8500, 8548, 8828, 6727, 9280, 7436, 9796, 8154, 6677, 8654, 6650, 8893, 8455, 7138, 10334, 7917, 6207, 6422, 5897, 5919, 6223, 8081, 6811, 6697, 10014, 8738, 9511, 11257, 9366, 13141, 10251, 8019, 9973, 7596, 7347, 8132, 7344, 9264, 8664, 10017, 5982, 6555, 5594, 5717, 8519, 7023, 5921, 9337, 6421, 8752, 11285, 7937, 10223, 8402, 11915, 10165, 11544, 11652, 6241, 5680, 8148, 7446, 9055, 11905, 8828, 6274, 8804, 8153, 7982, 10796, 12606, 8634, 6948, 9934, 11599, 12613, 7747, 9524, 8094, 9438, 8014, 6296, 9264, 8494, 6860, 10035, 7933, 9684, 8357, 7949, 9114, 6631, 9210, 7133, 9074, 7954, 6304, 8587, 6285, 8997, 7137, 7383, 8274, 6479, 10200, 8372, 6340, 7506, 5829, 5430, 6487, 5814, 5398, 10173, 7890, 6596, 9104, 7925, 7260, 9645, 9186, 11821, 11298, 10605, 12390, 10421, 12445, 11148, 8258, 11052, 9107, 8466, 9699, 7185, 10731, 7902, 5540, 5613, 6268, 5478, 6502, 8149, 6805, 6022, 10520, 11079, 6337, 5355, 8648, 9247, 7674, 10651, 9291, 10305, 11079, 9265, 6217, 8791, 5853, 9219, 6675, 9756, 7398, 6418, 8580, 7165, 8498, 9521, 7124, 7920, 7996, 7439, 7291, 9480, 9847, 8549, 11092, 9202, 7153, 9342, 7622, 9072, 7919, 9064, 7810, 10128, 7551, 7177, 8914, 7175], 'WindowCenter': [3618.0, 3573.0, 3548.0, 3557.0, 3534.0, 3531.0, 3522.0, 3542.0, 3532.0, 3531.0, 3531.0, 3532.0, 3522.0, 3544.0, 3546.0, 3589.0, 3545.0, 3577.0, 3523.0, 3524.0, 3545.0, 3548.0, 3537.0, 3624.0, 3572.0, 3603.0, 3595.0, 3541.0, 3594.0, 3574.0, 3603.0, 3603.0, 3582.0, 3604.0, 3571.0, 3571.0, 3571.0, 3547.0, 3568.0, 3536.0, 3577.0, 3568.0, 3577.0, 3577.0, 3524.0, 3532.0, 3534.0, 3566.0, 3556.0, 3555.0, 3587.0, 3545.0, 3545.0, 3523.0, 3553.0, 3543.0, 3532.0, 3554.0, 3533.0, 3576.0, 3534.0, 3554.0, 3523.0, 3521.0, 3575.0, 3533.0, 3575.0, 3534.0, 3555.0, 3556.0, 3523.0, 3566.0, 3569.0, 3590.0, 3600.0, 3546.0, 3557.0, 3536.0, 3566.0, 3577.0, 3536.0, 3589.0, 3546.0, 3556.0, 3535.0, 3524.0, 3567.0, 3546.0, 3576.0, 3555.0, 3512.0, 3542.0, 3522.0, 3575.0, 3568.0, 3566.0, 3568.0, 3548.0, 3538.0, 3547.0, 3538.0, 3601.0, 3591.0, 3568.0, 3590.0, 3549.0, 3535.0, 3577.0, 3523.0, 3577.0, 3567.0, 3576.0, 3565.0, 3532.0, 3563.0, 3533.0, 3520.0, 3575.0, 3521.0, 3574.0, 3544.0, 3511.0, 3533.0, 3522.0, 3564.0, 3543.0, 3498.0, 3580.0, 3539.0, 3540.0, 3571.0, 3545.0, 3535.0, 3544.0, 3557.0, 3601.0, 3600.0, 3556.0, 3577.0, 3578.0, 3569.0, 3614.0, 3605.0, 3562.0, 3601.0, 3558.0, 3596.0, 3573.0, 3560.0, 3549.0, 3507.0, 3550.0, 3518.0, 3549.0, 3530.0, 3550.0, 3530.0, 3539.0, 3539.0, 3517.0, 3539.0, 3530.0, 3519.0, 3541.0, 3532.0, 3574.0, 3545.0, 3587.0, 3577.0, 3533.0, 3488.0, 3531.0, 3545.0, 3567.0, 3588.0, 3566.0, 3556.0, 3577.0, 3566.0, 3545.0, 3565.0, 3543.0, 3573.0, 3563.0, 3540.0, 3560.0, 3551.0, 3598.0, 3575.0, 3521.0, 3544.0, 3544.0, 3534.0, 3536.0, 3579.0, 3593.0, 3574.0, 3551.0, 3614.0, 3580.0, 3614.0, 3593.0, 3602.0, 3581.0, 3601.0, 3589.0, 3597.0, 3587.0, 3586.0, 3586.0, 3554.0, 3585.0, 3553.0, 3572.0, 3553.0, 3572.0, 3562.0, 3552.0, 3561.0, 3530.0, 3561.0, 3553.0, 3574.0, 3574.0, 3575.0, 3572.0, 3519.0, 3518.0, 3571.0, 3517.0, 3508.0, 3584.0, 3563.0, 3544.0, 3578.0, 3568.0, 3546.0, 3566.0, 3555.0, 3566.0, 3577.0, 3565.0, 3544.0, 3596.0, 3572.0, 3583.0, 3574.0, 3556.0, 3546.0, 3567.0, 3568.0, 3588.0, 3600.0, 3570.0, 3636.0, 3616.0, 3626.0, 3615.0, 3622.0, 3618.0, 3591.0, 3558.0, 3598.0, 3575.0, 3528.0, 3545.0, 3573.0, 3587.0, 3601.0, 3580.0, 3568.0, 3586.0, 3566.0, 3575.0, 3586.0, 3555.0, 3586.0, 3566.0, 3585.0, 3576.0, 3541.0, 3561.0, 3540.0, 3561.0, 3551.0, 3561.0, 3571.0, 3542.0, 3573.0, 3554.0, 3542.0, 3553.0, 3555.0, 3586.0, 3588.0, 3589.0, 3600.0, 3571.0, 3612.0, 3591.0, 3558.0, 3599.0, 3570.0, 3610.0, 3589.0, 3601.0, 3589.0, 3568.0, 3599.0, 3578.0, 3576.0, 3574.0, 3553.0, 3563.0, 3553.0, 3563.0, 3564.0, 3542.0, 3564.0, 3557.0, 3578.0, 3588.0, 3565.0, 3589.0, 3570.0, 3536.0, 3568.0, 3588.0, 3568.0, 3613.0, 3592.0, 3574.0, 3605.0, 3583.0, 3573.0, 3614.0, 3602.0, 3610.0, 3600.0, 3587.0, 3598.0, 3575.0, 3594.0, 3574.0, 3570.0, 3564.0, 3568.0, 3586.0, 3509.0, 3474.0, 3504.0, 3475.0, 3500.0, 3576.0, 3587.0, 3580.0, 3580.0, 3568.0, 3557.0, 3589.0, 3600.0, 3567.0, 3574.0, 3565.0, 3531.0, 3573.0, 3553.0, 3574.0, 3565.0, 3575.0, 3565.0, 3535.0, 3566.0, 3556.0, 3576.0, 3554.0, 3552.0, 3572.0, 3541.0, 3575.0, 3554.0, 3574.0, 3576.0, 3543.0, 3573.0, 3542.0, 3521.0, 3574.0, 3553.0, 3585.0, 3574.0, 3545.0, 3575.0, 3556.0, 3542.0, 3574.0, 3553.0, 3583.0, 3573.0, 3552.0, 3574.0, 3564.0, 3552.0, 3551.0, 3489.0, 3583.0, 3534.0, 3540.0, 3488.0, 3498.0, 3542.0, 3580.0, 3521.0, 3541.0, 3534.0, 3549.0, 3560.0, 3604.0, 3605.0, 3573.0, 3594.0, 3571.0, 3548.0, 3588.0, 3554.0, 3563.0, 3554.0, 3573.0, 3553.0, 3572.0, 3552.0, 3570.0, 3539.0, 3535.0, 3527.0, 3503.0, 3523.0, 3493.0, 3535.0, 3475.0, 3487.0, 3500.0, 3511.0, 3512.0, 3524.0, 3580.0, 3591.0, 3568.0, 3567.0, 3556.0, 3577.0, 3577.0, 3542.0, 3562.0, 3532.0, 3562.0, 3562.0, 3575.0, 3588.0, 3555.0, 3553.0, 3552.0, 3574.0, 3540.0, 3563.0, 3533.0, 3554.0, 3554.0, 3546.0, 3541.0, 3537.0, 3531.0, 3513.0, 3537.0, 3537.0, 3549.0, 3590.0, 3526.0, 3511.0, 3567.0, 3565.0, 3591.0, 3592.0, 3580.0, 3567.0, 3587.0, 3576.0, 3524.0, 3543.0, 3531.0, 3503.0, 3535.0, 3566.0, 3537.0, 3589.0, 3570.0, 3560.0, 3600.0, 3587.0, 3575.0, 3572.0, 3552.0, 3563.0, 3563.0, 3504.0, 3515.0, 3517.0, 3590.0, 3557.0, 3547.0, 3540.0, 3532.0, 3531.0, 3594.0, 3573.0, 3571.0, 3592.0, 3570.0, 3588.0, 3567.0, 3553.0, 3575.0, 3553.0, 3586.0, 3587.0, 3554.0, 3573.0, 3564.0, 3522.0, 3509.0, 3529.0, 3521.0, 3521.0, 3543.0, 3524.0, 3543.0, 3545.0, 3524.0, 3565.0, 3533.0, 3511.0, 3563.0, 3520.0, 3498.0, 3541.0, 3522.0, 3533.0, 3577.0, 3575.0, 3543.0, 3563.0, 3496.0, 3462.0, 3510.0, 3551.0, 3523.0, 3500.0, 3544.0, 3559.0, 3550.0, 3582.0, 3561.0, 3552.0, 3620.0, 3615.0, 3582.0, 3561.0, 3568.0, 3545.0, 3521.0, 3540.0, 3550.0, 3529.0, 3538.0, 3549.0, 3517.0, 3549.0, 3528.0, 3506.0, 3551.0, 3530.0, 3551.0, 3541.0, 3519.0, 3552.0, 3523.0, 3523.0, 3544.0, 3513.0, 3536.0, 3548.0, 3548.0, 3571.0, 3603.0, 3585.0, 3564.0, 3592.0, 3551.0, 3589.0, 3568.0, 3568.0, 3589.0, 3579.0, 3587.0, 3556.0, 3533.0, 3563.0, 3522.0, 3573.0, 3564.0, 3563.0, 3551.0, 3500.0, 3563.0, 3523.0, 3522.0, 3555.0, 3546.0, 3587.0, 3577.0, 3536.0, 3578.0, 3547.0, 3544.0, 3567.0, 3533.0, 3587.0, 3566.0, 3564.0, 3554.0, 3512.0, 3563.0, 3535.0, 3566.0, 3591.0, 3572.0, 3588.0, 3550.0, 3518.0, 3550.0, 3510.0, 3501.0, 3581.0, 3581.0, 3536.0, 3569.0, 3591.0, 3591.0, 3591.0, 3559.0, 3569.0, 3592.0, 3557.0, 3590.0, 3568.0, 3555.0, 3566.0, 3524.0, 3563.0, 3543.0, 3530.0, 3551.0, 3510.0, 3573.0, 3554.0, 3534.0, 3588.0, 3597.0, 3587.0, 3565.0, 3534.0, 3534.0, 3543.0, 3525.0, 3556.0, 3599.0, 3568.0, 3568.0, 3548.0, 3524.0, 3562.0, 3564.0, 3542.0, 3509.0, 3510.0, 3500.0, 3513.0, 3593.0, 3557.0, 3548.0, 3546.0, 3556.0, 3568.0, 3533.0, 3565.0, 3543.0, 3509.0, 3551.0, 3531.0, 3539.0, 3542.0, 3498.0, 3551.0, 3531.0, 3562.0, 3562.0, 3520.0, 3564.0, 3523.0, 3534.0, 3535.0, 3526.0, 3547.0, 3569.0, 3541.0, 3584.0, 3614.0, 3594.0, 3603.0, 3594.0, 3538.0, 3579.0, 3534.0, 3564.0, 3555.0, 3553.0, 3565.0, 3534.0, 3565.0, 3546.0, 3573.0, 3542.0, 3519.0, 3540.0, 3519.0, 3549.0, 3542.0, 3490.0, 3508.0, 3519.0, 3487.0, 3484.0, 3478.0, 3476.0, 3488.0, 3532.0, 3511.0, 3511.0, 3553.0, 3543.0, 3552.0, 3561.0, 3540.0, 3560.0, 3538.0, 3519.0, 3538.0, 3504.0, 3493.0, 3503.0, 3493.0, 3536.0, 3525.0, 3550.0, 3497.0, 3510.0, 3490.0, 3502.0, 3579.0, 3550.0, 3542.0, 3607.0, 3553.0, 3581.0, 3602.0, 3570.0, 3589.0, 3569.0, 3603.0, 3593.0, 3604.0, 3604.0, 3514.0, 3489.0, 3532.0, 3520.0, 3564.0, 3599.0, 3567.0, 3524.0, 3578.0, 3569.0, 3571.0, 3602.0, 3613.0, 3568.0, 3559.0, 3588.0, 3598.0, 3611.0, 3556.0, 3573.0, 3554.0, 3578.0, 3567.0, 3536.0, 3576.0, 3565.0, 3532.0, 3574.0, 3553.0, 3562.0, 3552.0, 3540.0, 3551.0, 3518.0, 3549.0, 3516.0, 3548.0, 3538.0, 3505.0, 3537.0, 3506.0, 3548.0, 3529.0, 3543.0, 3554.0, 3522.0, 3572.0, 3552.0, 3511.0, 3542.0, 3510.0, 3503.0, 3534.0, 3514.0, 3515.0, 3601.0, 3583.0, 3564.0, 3605.0, 3583.0, 3570.0, 3589.0, 3578.0, 3586.0, 3587.0, 3574.0, 3583.0, 3575.0, 3582.0, 3572.0, 3540.0, 3570.0, 3548.0, 3537.0, 3564.0, 3545.0, 3587.0, 3555.0, 3492.0, 3514.0, 3508.0, 3474.0, 3522.0, 3566.0, 3548.0, 3526.0, 3602.0, 3614.0, 3551.0, 3518.0, 3580.0, 3592.0, 3571.0, 3602.0, 3591.0, 3590.0, 3589.0, 3578.0, 3524.0, 3564.0, 3499.0, 3548.0, 3519.0, 3548.0, 3531.0, 3519.0, 3540.0, 3519.0, 3549.0, 3574.0, 3532.0, 3552.0, 3552.0, 3542.0, 3556.0, 3589.0, 3590.0, 3579.0, 3601.0, 3591.0, 3547.0, 3575.0, 3542.0, 3549.0, 3539.0, 3548.0, 3541.0, 3561.0, 3542.0, 3531.0, 3552.0, 3531.0], 'WindowWidth': [8169.0, 8100.0, 8058.0, 8066.0, 8031.0, 8023.0, 8012.0, 8035.0, 8024.0, 8021.0, 8022.0, 8023.0, 8010.0, 8044.0, 8052.0, 8113.0, 8049.0, 8092.0, 8018.0, 8019.0, 8050.0, 8057.0, 8044.0, 8168.0, 8097.0, 8140.0, 8131.0, 8057.0, 8129.0, 8105.0, 8140.0, 8142.0, 8110.0, 8143.0, 8095.0, 8093.0, 8094.0, 8057.0, 8085.0, 8039.0, 8095.0, 8082.0, 8093.0, 8093.0, 8020.0, 8028.0, 8032.0, 8074.0, 8064.0, 8061.0, 8107.0, 8046.0, 8046.0, 8018.0, 8054.0, 8041.0, 8024.0, 8058.0, 8029.0, 8090.0, 8031.0, 8056.0, 8015.0, 8011.0, 8086.0, 8030.0, 8087.0, 8033.0, 8059.0, 8063.0, 8018.0, 8078.0, 8087.0, 8115.0, 8130.0, 8053.0, 8066.0, 8038.0, 8077.0, 8095.0, 8039.0, 8112.0, 8051.0, 8064.0, 8035.0, 8022.0, 8082.0, 8052.0, 8090.0, 8060.0, 8002.0, 8040.0, 8013.0, 8088.0, 8082.0, 8079.0, 8083.0, 8060.0, 8048.0, 8056.0, 8046.0, 8132.0, 8119.0, 8086.0, 8116.0, 8062.0, 8037.0, 8094.0, 8017.0, 8094.0, 8079.0, 8091.0, 8073.0, 8028.0, 8068.0, 8031.0, 8007.0, 8084.0, 8010.0, 8085.0, 8045.0, 7999.0, 8030.0, 8016.0, 8070.0, 8042.0, 7978.0, 8102.0, 8029.0, 8011.0, 8075.0, 8047.0, 8034.0, 8045.0, 8070.0, 8134.0, 8129.0, 8066.0, 8094.0, 8101.0, 8091.0, 8157.0, 8146.0, 8084.0, 8135.0, 8071.0, 8115.0, 8079.0, 8055.0, 8040.0, 7982.0, 8042.0, 8001.0, 8042.0, 8020.0, 8045.0, 8018.0, 8029.0, 8028.0, 7997.0, 8029.0, 8019.0, 8005.0, 8037.0, 8026.0, 8083.0, 8045.0, 8103.0, 8090.0, 8024.0, 7933.0, 8022.0, 8047.0, 8075.0, 8105.0, 8073.0, 8058.0, 8089.0, 8074.0, 8044.0, 8071.0, 8039.0, 8076.0, 8060.0, 8027.0, 8052.0, 8046.0, 8122.0, 8086.0, 8013.0, 8047.0, 8045.0, 8034.0, 8039.0, 8102.0, 8128.0, 8106.0, 8074.0, 8160.0, 8107.0, 8154.0, 8127.0, 8138.0, 8110.0, 8132.0, 8115.0, 8118.0, 8105.0, 8104.0, 8104.0, 8059.0, 8101.0, 8056.0, 8078.0, 8054.0, 8078.0, 8064.0, 8051.0, 8064.0, 8021.0, 8063.0, 8057.0, 8086.0, 8085.0, 8089.0, 8077.0, 8003.0, 7996.0, 8066.0, 7991.0, 7982.0, 8089.0, 8061.0, 8039.0, 8090.0, 8080.0, 8048.0, 8070.0, 8059.0, 8077.0, 8096.0, 8075.0, 8047.0, 8115.0, 8077.0, 8093.0, 8087.0, 8068.0, 8055.0, 8085.0, 8085.0, 8113.0, 8132.0, 8094.0, 8190.0, 8163.0, 8173.0, 8158.0, 8180.0, 8167.0, 8120.0, 8071.0, 8119.0, 8082.0, 8008.0, 8024.0, 8079.0, 8107.0, 8133.0, 8104.0, 8085.0, 8105.0, 8076.0, 8087.0, 8103.0, 8060.0, 8103.0, 8077.0, 8100.0, 8088.0, 8037.0, 8061.0, 8035.0, 8062.0, 8048.0, 8060.0, 8074.0, 8041.0, 8080.0, 8058.0, 8040.0, 8058.0, 8063.0, 8105.0, 8111.0, 8112.0, 8130.0, 8094.0, 8150.0, 8122.0, 8074.0, 8128.0, 8091.0, 8142.0, 8116.0, 8131.0, 8115.0, 8086.0, 8127.0, 8097.0, 8090.0, 8087.0, 8055.0, 8068.0, 8056.0, 8069.0, 8072.0, 8042.0, 8072.0, 8071.0, 8097.0, 8112.0, 8075.0, 8117.0, 8093.0, 8044.0, 8085.0, 8112.0, 8086.0, 8154.0, 8125.0, 8107.0, 8149.0, 8118.0, 8102.0, 8155.0, 8136.0, 8144.0, 8130.0, 8107.0, 8122.0, 8086.0, 8110.0, 8085.0, 8071.0, 8066.0, 8080.0, 8100.0, 7986.0, 7933.0, 7970.0, 7935.0, 7980.0, 8086.0, 8102.0, 8103.0, 8102.0, 8084.0, 8069.0, 8115.0, 8129.0, 8079.0, 8084.0, 8073.0, 8025.0, 8079.0, 8054.0, 8083.0, 8073.0, 8088.0, 8073.0, 8035.0, 8077.0, 8065.0, 8090.0, 8057.0, 8050.0, 8079.0, 8036.0, 8086.0, 8057.0, 8082.0, 8088.0, 8043.0, 8081.0, 8039.0, 8009.0, 8082.0, 8055.0, 8099.0, 8085.0, 8048.0, 8089.0, 8063.0, 8042.0, 8084.0, 8054.0, 8094.0, 8081.0, 8052.0, 8084.0, 8072.0, 8053.0, 8046.0, 7961.0, 8087.0, 8004.0, 8023.0, 7954.0, 7969.0, 8036.0, 8098.0, 8005.0, 8031.0, 8029.0, 8058.0, 8077.0, 8141.0, 8146.0, 8100.0, 8128.0, 8092.0, 8055.0, 8106.0, 8056.0, 8066.0, 8053.0, 8078.0, 8051.0, 8074.0, 8047.0, 8068.0, 8026.0, 8016.0, 8009.0, 7967.0, 7993.0, 7952.0, 8008.0, 7933.0, 7953.0, 7975.0, 7992.0, 7996.0, 8014.0, 8097.0, 8114.0, 8076.0, 8072.0, 8058.0, 8085.0, 8085.0, 8032.0, 8059.0, 8019.0, 8058.0, 8059.0, 8083.0, 8104.0, 8058.0, 8052.0, 8050.0, 8082.0, 8030.0, 8063.0, 8025.0, 8056.0, 8055.0, 8050.0, 8033.0, 8019.0, 8015.0, 7999.0, 8037.0, 8038.0, 8055.0, 8108.0, 7996.0, 7991.0, 8078.0, 8072.0, 8119.0, 8122.0, 8101.0, 8076.0, 8103.0, 8088.0, 8021.0, 8042.0, 8025.0, 7991.0, 8035.0, 8080.0, 8042.0, 8113.0, 8090.0, 8078.0, 8133.0, 8107.0, 8089.0, 8080.0, 8050.0, 8063.0, 8066.0, 7997.0, 8016.0, 8022.0, 8116.0, 8068.0, 8057.0, 8057.0, 8050.0, 8048.0, 8131.0, 8102.0, 8095.0, 8121.0, 8089.0, 8108.0, 8078.0, 8054.0, 8085.0, 8058.0, 8103.0, 8108.0, 8060.0, 8080.0, 8073.0, 8012.0, 7992.0, 8019.0, 8010.0, 8010.0, 8043.0, 8018.0, 8044.0, 8048.0, 8019.0, 8073.0, 8028.0, 7996.0, 8065.0, 8006.0, 7974.0, 8035.0, 8011.0, 8031.0, 8092.0, 8087.0, 8043.0, 8065.0, 7965.0, 7911.0, 7991.0, 8042.0, 8010.0, 7980.0, 8046.0, 8074.0, 8066.0, 8114.0, 8085.0, 8077.0, 8178.0, 8161.0, 8111.0, 8079.0, 8083.0, 8046.0, 8009.0, 8031.0, 8042.0, 8012.0, 8023.0, 8039.0, 7995.0, 8038.0, 8012.0, 7982.0, 8047.0, 8023.0, 8048.0, 8035.0, 8004.0, 8052.0, 8016.0, 8017.0, 8047.0, 8009.0, 8041.0, 8061.0, 8060.0, 8094.0, 8140.0, 8120.0, 8092.0, 8125.0, 8068.0, 8114.0, 8085.0, 8084.0, 8114.0, 8099.0, 8107.0, 8064.0, 8029.0, 8069.0, 8014.0, 8080.0, 8069.0, 8066.0, 8051.0, 7983.0, 8070.0, 8019.0, 8017.0, 8062.0, 8055.0, 8109.0, 8097.0, 8040.0, 8097.0, 8057.0, 8048.0, 8082.0, 8034.0, 8108.0, 8078.0, 8072.0, 8059.0, 8001.0, 8070.0, 8036.0, 8078.0, 8120.0, 8099.0, 8105.0, 8039.0, 7998.0, 8045.0, 7995.0, 7984.0, 8108.0, 8108.0, 8045.0, 8092.0, 8121.0, 8122.0, 8123.0, 8078.0, 8089.0, 8125.0, 8071.0, 8117.0, 8086.0, 8065.0, 8079.0, 8021.0, 8071.0, 8043.0, 8022.0, 8050.0, 7996.0, 8082.0, 8060.0, 8035.0, 8111.0, 8123.0, 8109.0, 8079.0, 8035.0, 8037.0, 8047.0, 8027.0, 8067.0, 8130.0, 8087.0, 8087.0, 8061.0, 8017.0, 8060.0, 8061.0, 8030.0, 7985.0, 7990.0, 7977.0, 8001.0, 8128.0, 8069.0, 8060.0, 8052.0, 8065.0, 8081.0, 8028.0, 8072.0, 8040.0, 7989.0, 8045.0, 8018.0, 8026.0, 8038.0, 7975.0, 8050.0, 8022.0, 8064.0, 8067.0, 8008.0, 8074.0, 8019.0, 8037.0, 8040.0, 8032.0, 8057.0, 8088.0, 8057.0, 8118.0, 8160.0, 8130.0, 8141.0, 8130.0, 8047.0, 8099.0, 8034.0, 8073.0, 8060.0, 8056.0, 8076.0, 8033.0, 8073.0, 8050.0, 8083.0, 8038.0, 8004.0, 8031.0, 8005.0, 8044.0, 8034.0, 7941.0, 7957.0, 7991.0, 7949.0, 7940.0, 7939.0, 7935.0, 7951.0, 8014.0, 7988.0, 7987.0, 8045.0, 8032.0, 8041.0, 8050.0, 8020.0, 8045.0, 8014.0, 7991.0, 8014.0, 7965.0, 7947.0, 7962.0, 7949.0, 8011.0, 7997.0, 8041.0, 7972.0, 7994.0, 7971.0, 7989.0, 8099.0, 8064.0, 8059.0, 8150.0, 8075.0, 8106.0, 8134.0, 8087.0, 8112.0, 8086.0, 8136.0, 8122.0, 8137.0, 8135.0, 7999.0, 7959.0, 8016.0, 8001.0, 8069.0, 8127.0, 8079.0, 8018.0, 8097.0, 8089.0, 8094.0, 8134.0, 8152.0, 8082.0, 8079.0, 8114.0, 8125.0, 8150.0, 8067.0, 8084.0, 8061.0, 8099.0, 8083.0, 8041.0, 8091.0, 8077.0, 8029.0, 8083.0, 8055.0, 8065.0, 8053.0, 8032.0, 8048.0, 8002.0, 8042.0, 7997.0, 8039.0, 8025.0, 7979.0, 8025.0, 7984.0, 8041.0, 8020.0, 8045.0, 8060.0, 8015.0, 8080.0, 8051.0, 7997.0, 8044.0, 8000.0, 7997.0, 8037.0, 8013.0, 8015.0, 8135.0, 8114.0, 8093.0, 8149.0, 8117.0, 8094.0, 8113.0, 8097.0, 8104.0, 8105.0, 8084.0, 8095.0, 8085.0, 8092.0, 8079.0, 8031.0, 8069.0, 8040.0, 8024.0, 8071.0, 8053.0, 8107.0, 8059.0, 7973.0, 8006.0, 7986.0, 7934.0, 8012.0, 8080.0, 8058.0, 8029.0, 8139.0, 8158.0, 8072.0, 8022.0, 8105.0, 8124.0, 8095.0, 8136.0, 8120.0, 8117.0, 8113.0, 8099.0, 8021.0, 8071.0, 7979.0, 8041.0, 8002.0, 8041.0, 8024.0, 8006.0, 8030.0, 8000.0, 8044.0, 8086.0, 8028.0, 8053.0, 8053.0, 8043.0, 8067.0, 8115.0, 8115.0, 8101.0, 8134.0, 8120.0, 8058.0, 8088.0, 8042.0, 8044.0, 8031.0, 8040.0, 8035.0, 8060.0, 8040.0, 8025.0, 8053.0, 8023.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.0049181291028446384</td></tr>
<tr><td colspan=3>aqi</td><td>0.10190948380743983</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.824760395323125</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.089250050996714</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0089075701095283</td></tr>
<tr><td colspan=3>efc</td><td>0.476</td></tr>
<tr><td colspan=3>fber</td><td>4224.1821</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3263811567621553</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>451</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>49.34354485776805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.804079281115184</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.568582847851122</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0977735625069593</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.74588143298747</td></tr>
<tr><td colspan=3>gcor</td><td>0.00928729</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016371330246329308</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03208695352077484</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.0103078879384295</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>18.5476</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.499</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.72</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302998.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>606.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.5293</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2958</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>419.2845</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2781.7906</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73546.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>734.8513</td></tr>
<tr><td colspan=3>tsnr</td><td>19.624912381870672</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>