<?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-0032_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-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_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-0032/figures/sub-0032_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_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-0032/ses-02/func/sub-0032_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>bb5ad52fc9dffdc6e094f35596bc5146</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>14:03:40.355000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999182, -0.0374765, 0.0151811, 0.0383847, 0.997162, -0.0647674]</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.103515</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>[4142, -7770, -7224, 623, -74, -158, -36, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e50ffddb-6f8b-4ef1-b38e-4edd85ff92ed||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6807327270507812, 0.10298342257738113, 0.034319039434194565, 106.30611419677734], [0.10054660588502884, 2.6753125190734863, -0.17630219459533691, -97.97314453125], [0.04072976112365723, 0.17376607656478882, 2.694019317626953, -82.89295196533203], [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': ['140340.355000', '140340.815000', '140341.275000', '140341.735000', '140342.195000', '140342.655000', '140343.115000', '140343.575000', '140344.035000', '140344.495000', '140344.955000', '140345.415000', '140345.875000', '140346.335000', '140346.795000', '140347.255000', '140347.715000', '140348.175000', '140348.635000', '140349.095000', '140349.555000', '140350.015000', '140350.475000', '140350.935000', '140351.395000', '140351.855000', '140352.315000', '140352.775000', '140353.235000', '140353.695000', '140354.155000', '140354.615000', '140355.075000', '140355.535000', '140355.995000', '140356.455000', '140356.915000', '140357.375000', '140357.835000', '140358.295000', '140358.755000', '140359.215000', '140359.675000', '140400.135000', '140400.595000', '140401.055000', '140401.515000', '140401.975000', '140402.435000', '140402.895000', '140403.355000', '140403.815000', '140404.275000', '140404.735000', '140405.195000', '140405.655000', '140406.115000', '140406.575000', '140407.035000', '140407.495000', '140407.955000', '140408.415000', '140408.875000', '140409.335000', '140409.795000', '140410.255000', '140410.715000', '140411.175000', '140411.635000', '140412.095000', '140412.555000', '140413.015000', '140413.475000', '140413.935000', '140414.395000', '140414.855000', '140415.315000', '140415.775000', '140416.235000', '140416.695000', '140417.155000', '140417.615000', '140418.075000', '140418.535000', '140418.995000', '140419.455000', '140419.915000', '140420.375000', '140420.835000', '140421.295000', '140421.755000', '140422.215000', '140422.675000', '140423.135000', '140423.595000', '140424.055000', '140424.515000', '140424.975000', '140425.435000', '140425.895000', '140426.355000', '140426.815000', '140427.275000', '140427.735000', '140428.195000', '140428.655000', '140429.115000', '140429.575000', '140430.035000', '140430.495000', '140430.955000', '140431.415000', '140431.875000', '140432.335000', '140432.795000', '140433.255000', '140433.715000', '140434.175000', '140434.635000', '140435.095000', '140435.555000', '140436.015000', '140436.475000', '140436.935000', '140437.395000', '140437.855000', '140438.315000', '140438.775000', '140439.235000', '140439.695000', '140440.155000', '140440.615000', '140441.075000', '140441.535000', '140441.995000', '140442.455000', '140442.915000', '140443.375000', '140443.835000', '140444.295000', '140444.755000', '140445.215000', '140445.675000', '140446.135000', '140446.595000', '140447.055000', '140447.515000', '140447.975000', '140448.435000', '140448.895000', '140449.355000', '140449.815000', '140450.275000', '140450.735000', '140451.195000', '140451.655000', '140452.115000', '140452.575000', '140453.035000', '140453.495000', '140453.955000', '140454.415000', '140454.875000', '140455.335000', '140455.795000', '140456.255000', '140456.715000', '140457.175000', '140457.635000', '140458.095000', '140458.555000', '140459.015000', '140459.475000', '140459.935000', '140500.395000', '140500.855000', '140501.315000', '140501.775000', '140502.235000', '140502.695000', '140503.155000', '140503.615000', '140504.075000', '140504.535000', '140504.995000', '140505.455000', '140505.915000', '140506.375000', '140506.835000', '140507.295000', '140507.755000', '140508.215000', '140508.675000', '140509.135000', '140509.595000', '140510.055000', '140510.515000', '140510.975000', '140511.435000', '140511.895000', '140512.355000', '140512.815000', '140513.275000', '140513.735000', '140514.195000', '140514.655000', '140515.115000', '140515.575000', '140516.035000', '140516.495000', '140516.955000', '140517.415000', '140517.875000', '140518.335000', '140518.795000', '140519.255000', '140519.715000', '140520.175000', '140520.635000', '140521.095000', '140521.555000', '140522.015000', '140522.475000', '140522.935000', '140523.395000', '140523.855000', '140524.315000', '140524.775000', '140525.235000', '140525.695000', '140526.155000', '140526.615000', '140527.075000', '140527.535000', '140527.995000', '140528.455000', '140528.915000', '140529.375000', '140529.835000', '140530.295000', '140530.755000', '140531.215000', '140531.675000', '140532.135000', '140532.595000', '140533.055000', '140533.515000', '140533.975000', '140534.435000', '140534.895000', '140535.355000', '140535.815000', '140536.275000', '140536.735000', '140537.195000', '140537.655000', '140538.115000', '140538.575000', '140539.035000', '140539.495000', '140539.955000', '140540.415000', '140540.875000', '140541.335000', '140541.795000', '140542.255000', '140542.715000', '140543.175000', '140543.635000', '140544.095000', '140544.555000', '140545.015000', '140545.475000', '140545.935000', '140546.395000', '140546.855000', '140547.315000', '140547.775000', '140548.235000', '140548.695000', '140549.155000', '140549.615000', '140550.075000', '140550.535000', '140550.995000', '140551.455000', '140551.915000', '140552.375000', '140552.835000', '140553.295000', '140553.755000', '140554.215000', '140554.675000', '140555.135000', '140555.595000', '140556.055000', '140556.515000', '140556.975000', '140557.435000', '140557.895000', '140558.355000', '140558.815000', '140559.275000', '140559.735000', '140600.195000', '140600.655000', '140601.115000', '140601.575000', '140602.035000', '140602.495000', '140602.955000', '140603.415000', '140603.875000', '140604.335000', '140604.795000', '140605.255000', '140605.715000', '140606.175000', '140606.635000', '140607.095000', '140607.555000', '140608.015000', '140608.475000', '140608.935000', '140609.395000', '140609.855000', '140610.315000', '140610.775000', '140611.235000', '140611.695000', '140612.155000', '140612.615000', '140613.075000', '140613.535000', '140613.995000', '140614.455000', '140614.915000', '140615.375000', '140615.835000', '140616.295000', '140616.755000', '140617.215000', '140617.675000', '140618.135000', '140618.595000', '140619.055000', '140619.515000', '140619.975000', '140620.435000', '140620.895000', '140621.355000', '140621.815000', '140622.275000', '140622.735000', '140623.195000', '140623.655000', '140624.115000', '140624.575000', '140625.035000', '140625.495000', '140625.955000', '140626.415000', '140626.875000', '140627.335000', '140627.795000', '140628.255000', '140628.715000', '140629.175000', '140629.635000', '140630.095000', '140630.555000', '140631.015000', '140631.475000', '140631.935000', '140632.395000', '140632.855000', '140633.315000', '140633.775000', '140634.235000', '140634.695000', '140635.155000', '140635.615000', '140636.075000', '140636.535000', '140636.995000', '140637.455000', '140637.915000', '140638.375000', '140638.835000', '140639.295000', '140639.755000', '140640.215000', '140640.675000', '140641.135000', '140641.595000', '140642.055000', '140642.515000', '140642.975000', '140643.435000', '140643.895000', '140644.355000', '140644.815000', '140645.275000', '140645.735000', '140646.195000', '140646.655000', '140647.115000', '140647.575000', '140648.035000', '140648.495000', '140648.955000', '140649.415000', '140649.875000', '140650.335000', '140650.795000', '140651.255000', '140651.715000', '140652.175000', '140652.635000', '140653.095000', '140653.555000', '140654.015000', '140654.475000', '140654.935000', '140655.395000', '140655.855000', '140656.315000', '140656.775000', '140657.235000', '140657.695000', '140658.155000', '140658.615000', '140659.075000', '140659.535000', '140659.995000', '140700.455000', '140700.915000', '140701.375000', '140701.835000', '140702.295000', '140702.755000', '140703.215000', '140703.675000', '140704.135000', '140704.595000', '140705.055000', '140705.515000', '140705.975000', '140706.435000', '140706.895000', '140707.355000', '140707.815000', '140708.275000', '140708.735000', '140709.195000', '140709.655000', '140710.115000', '140710.575000', '140711.035000', '140711.495000', '140711.955000', '140712.415000', '140712.875000', '140713.335000', '140713.795000', '140714.255000', '140714.715000', '140715.175000', '140715.635000', '140716.095000', '140716.555000', '140717.015000', '140717.475000', '140717.935000', '140718.395000', '140718.855000', '140719.315000', '140719.775000', '140720.235000', '140720.695000', '140721.155000', '140721.615000', '140722.075000', '140722.535000', '140722.995000', '140723.455000', '140723.915000', '140724.375000', '140724.835000', '140725.295000', '140725.755000', '140726.215000', '140726.675000', '140727.135000', '140727.595000', '140728.055000', '140728.515000', '140728.975000', '140729.435000', '140729.895000', '140730.355000', '140730.815000', '140731.275000', '140731.735000', '140732.195000', '140732.655000', '140733.115000', '140733.575000', '140734.035000', '140734.495000', '140734.955000', '140735.415000', '140735.875000', '140736.335000', '140736.795000', '140737.255000', '140737.715000', '140738.175000', '140738.635000', '140739.095000', '140739.555000', '140740.015000', '140740.475000', '140740.935000', '140741.395000', '140741.855000', '140742.315000', '140742.775000', '140743.235000', '140743.695000', '140744.155000', '140744.615000', '140745.075000', '140745.535000', '140745.995000', '140746.455000', '140746.915000', '140747.375000', '140747.835000', '140748.295000', '140748.755000', '140749.215000', '140749.675000', '140750.135000', '140750.595000', '140751.055000', '140751.515000', '140751.975000', '140752.435000', '140752.895000', '140753.355000', '140753.815000', '140754.275000', '140754.735000', '140755.195000', '140755.655000', '140756.115000', '140756.575000', '140757.035000', '140757.495000', '140757.955000', '140758.415000', '140758.875000', '140759.335000', '140759.795000', '140800.255000', '140800.715000', '140801.175000', '140801.635000', '140802.095000', '140802.555000', '140803.015000', '140803.475000', '140803.935000', '140804.395000', '140804.855000', '140805.315000', '140805.775000', '140806.235000', '140806.695000', '140807.155000', '140807.615000', '140808.075000', '140808.535000', '140808.995000', '140809.455000', '140809.915000', '140810.375000', '140810.835000', '140811.295000', '140811.755000', '140812.215000', '140812.675000', '140813.135000', '140813.595000', '140814.055000', '140814.515000', '140814.975000', '140815.435000', '140815.895000', '140816.355000', '140816.815000', '140817.275000', '140817.735000', '140818.195000', '140818.655000', '140819.115000', '140819.575000', '140820.035000', '140820.495000', '140820.955000', '140821.415000', '140821.875000', '140822.335000', '140822.795000', '140823.255000', '140823.715000', '140824.175000', '140824.635000', '140825.095000', '140825.555000', '140826.015000', '140826.475000', '140826.935000', '140827.395000', '140827.855000', '140828.315000', '140828.775000', '140829.235000', '140829.695000', '140830.155000', '140830.615000', '140831.075000', '140831.535000', '140831.995000', '140832.455000', '140832.915000', '140833.375000', '140833.835000', '140834.295000', '140834.755000', '140835.215000', '140835.675000', '140836.135000', '140836.595000', '140837.055000', '140837.515000', '140837.975000', '140838.435000', '140838.895000', '140839.355000', '140839.815000', '140840.275000', '140840.735000', '140841.195000', '140841.655000', '140842.115000', '140842.575000', '140843.035000', '140843.495000', '140843.955000', '140844.415000', '140844.875000', '140845.335000', '140845.795000', '140846.255000', '140846.715000', '140847.175000', '140847.635000', '140848.095000', '140848.555000', '140849.015000', '140849.475000', '140849.935000', '140850.395000', '140850.855000', '140851.315000', '140851.775000', '140852.235000', '140852.695000', '140853.155000', '140853.615000', '140854.075000', '140854.535000', '140854.995000', '140855.455000', '140855.915000', '140856.375000', '140856.835000', '140857.295000', '140857.755000', '140858.215000', '140858.675000', '140859.135000', '140859.595000', '140900.055000', '140900.515000', '140900.975000', '140901.435000', '140901.895000', '140902.355000', '140902.815000', '140903.275000', '140903.735000', '140904.195000', '140904.655000', '140905.115000', '140905.575000', '140906.035000', '140906.495000', '140906.955000', '140907.415000', '140907.875000', '140908.335000', '140908.795000', '140909.255000', '140909.715000', '140910.175000', '140910.635000', '140911.095000', '140911.555000', '140912.015000', '140912.475000', '140912.935000', '140913.395000', '140913.855000', '140914.315000', '140914.775000', '140915.235000', '140915.695000', '140916.155000', '140916.615000', '140917.075000', '140917.535000', '140917.995000', '140918.455000', '140918.915000', '140919.375000', '140919.835000', '140920.295000', '140920.755000', '140921.215000', '140921.675000', '140922.135000', '140922.595000', '140923.055000', '140923.515000', '140923.975000', '140924.435000', '140924.895000', '140925.355000', '140925.815000', '140926.275000', '140926.735000', '140927.195000', '140927.655000', '140928.115000', '140928.575000', '140929.035000', '140929.495000', '140929.955000', '140930.415000', '140930.875000', '140931.335000', '140931.795000', '140932.255000', '140932.715000', '140933.175000', '140933.635000', '140934.095000', '140934.555000', '140935.015000', '140935.475000', '140935.935000', '140936.395000', '140936.855000', '140937.315000', '140937.775000', '140938.235000', '140938.695000', '140939.155000', '140939.615000', '140940.075000', '140940.535000', '140940.995000', '140941.455000', '140941.915000', '140942.375000', '140942.835000', '140943.295000', '140943.755000', '140944.215000', '140944.675000', '140945.135000', '140945.595000', '140946.055000', '140946.515000', '140946.975000', '140947.435000', '140947.895000', '140948.355000', '140948.815000', '140949.275000', '140949.735000', '140950.195000', '140950.655000', '140951.115000', '140951.575000', '140952.035000', '140952.495000', '140952.955000', '140953.415000', '140953.875000', '140954.335000', '140954.795000', '140955.255000', '140955.715000', '140956.175000', '140956.635000', '140957.095000', '140957.555000', '140958.015000', '140958.475000', '140958.935000', '140959.395000', '140959.855000', '141000.315000', '141000.775000', '141001.235000', '141001.695000', '141002.155000', '141002.615000', '141003.075000', '141003.535000', '141003.995000', '141004.455000', '141004.915000', '141005.375000', '141005.835000', '141006.295000', '141006.755000', '141007.215000', '141007.675000', '141008.135000', '141008.595000', '141009.055000', '141009.515000', '141009.975000', '141010.435000', '141010.895000', '141011.355000', '141011.815000', '141012.275000', '141012.735000', '141013.195000', '141013.655000', '141014.115000', '141014.575000', '141015.035000', '141015.495000', '141015.955000', '141016.415000', '141016.875000', '141017.335000', '141017.795000', '141018.255000', '141018.715000', '141019.175000', '141019.635000', '141020.095000', '141020.555000', '141021.015000', '141021.475000', '141021.935000', '141022.395000', '141022.855000', '141023.315000', '141023.775000', '141024.235000', '141024.695000', '141025.155000', '141025.615000', '141026.075000', '141026.535000', '141026.995000', '141027.455000', '141027.915000', '141028.375000', '141028.835000', '141029.295000', '141029.755000', '141030.215000', '141030.675000', '141031.135000', '141031.595000', '141032.055000', '141032.515000', '141032.975000', '141033.435000', '141033.895000', '141034.355000', '141034.815000', '141035.275000', '141035.735000', '141036.195000', '141036.655000', '141037.115000', '141037.575000', '141038.035000', '141038.495000', '141038.955000', '141039.415000', '141039.875000', '141040.335000'], 'ContentTime': ['140401.301000', '140401.305000', '140401.308000', '140401.311000', '140401.314000', '140401.317000', '140401.320000', '140401.323000', '140401.325000', '140401.328000', '140401.331000', '140401.339000', '140401.342000', '140401.345000', '140401.348000', '140401.351000', '140401.353000', '140401.356000', '140401.359000', '140401.362000', '140401.365000', '140401.368000', '140401.371000', '140401.374000', '140401.376000', '140401.379000', '140401.382000', '140401.385000', '140401.388000', '140401.391000', '140401.394000', '140401.397000', '140401.399000', '140401.402000', '140401.405000', '140401.408000', '140401.411000', '140401.420000', '140401.423000', '140401.426000', '140401.429000', '140401.432000', '140401.435000', '140401.438000', '140401.441000', '140421.257000', '140421.260000', '140421.263000', '140421.266000', '140421.269000', '140421.272000', '140421.275000', '140421.278000', '140421.281000', '140421.283000', '140421.286000', '140421.289000', '140421.292000', '140421.295000', '140421.298000', '140421.301000', '140421.304000', '140421.307000', '140421.310000', '140421.312000', '140421.316000', '140421.319000', '140421.322000', '140421.325000', '140421.328000', '140421.331000', '140421.334000', '140421.337000', '140421.339000', '140421.342000', '140421.345000', '140421.348000', '140421.351000', '140421.354000', '140421.357000', '140421.360000', '140421.363000', '140421.365000', '140421.368000', '140421.371000', '140421.374000', '140421.377000', '140421.380000', '140441.257000', '140441.260000', '140441.263000', '140441.273000', '140441.276000', '140441.279000', '140441.281000', '140441.285000', '140441.287000', '140441.290000', '140441.293000', '140441.296000', '140441.299000', '140441.302000', '140441.305000', '140441.308000', '140441.311000', '140441.313000', '140441.316000', '140441.319000', '140441.322000', '140441.325000', '140441.328000', '140441.331000', '140441.334000', '140441.337000', '140441.339000', '140441.342000', '140441.345000', '140441.348000', '140441.351000', '140441.354000', '140441.357000', '140441.360000', '140441.363000', '140441.366000', '140441.369000', '140441.378000', '140441.381000', '140441.384000', '140441.387000', '140441.389000', '140441.392000', '140441.395000', '140501.256000', '140501.259000', '140501.262000', '140501.265000', '140501.268000', '140501.271000', '140501.274000', '140501.277000', '140501.280000', '140501.283000', '140501.286000', '140501.289000', '140501.291000', '140501.295000', '140501.297000', '140501.300000', '140501.303000', '140501.306000', '140501.309000', '140501.312000', '140501.315000', '140501.318000', '140501.321000', '140501.323000', '140501.326000', '140501.329000', '140501.332000', '140501.335000', '140501.338000', '140501.341000', '140501.344000', '140501.347000', '140501.350000', '140501.353000', '140501.356000', '140501.358000', '140501.361000', '140501.364000', '140501.367000', '140501.370000', '140501.373000', '140501.376000', '140501.379000', '140521.256000', '140521.259000', '140521.262000', '140521.265000', '140521.268000', '140521.271000', '140521.274000', '140521.277000', '140521.279000', '140521.282000', '140521.285000', '140521.288000', '140521.291000', '140521.294000', '140521.297000', '140521.300000', '140521.303000', '140521.306000', '140521.309000', '140521.311000', '140521.314000', '140521.317000', '140521.320000', '140521.323000', '140521.326000', '140521.329000', '140521.332000', '140521.335000', '140521.338000', '140521.340000', '140521.343000', '140521.346000', '140521.349000', '140521.352000', '140521.355000', '140521.358000', '140521.376000', '140521.379000', '140521.382000', '140521.385000', '140521.387000', '140521.390000', '140521.393000', '140521.396000', '140541.256000', '140541.259000', '140541.262000', '140541.265000', '140541.268000', '140541.270000', '140541.273000', '140541.276000', '140541.279000', '140541.282000', '140541.285000', '140541.288000', '140541.291000', '140541.294000', '140541.297000', '140541.300000', '140541.303000', '140541.305000', '140541.308000', '140541.311000', '140541.314000', '140541.317000', '140541.320000', '140541.323000', '140541.326000', '140541.329000', '140541.332000', '140541.334000', '140541.337000', '140541.340000', '140541.343000', '140541.346000', '140541.349000', '140541.352000', '140541.356000', '140541.359000', '140541.362000', '140541.365000', '140541.368000', '140541.371000', '140541.373000', '140541.376000', '140541.379000', '140601.256000', '140601.259000', '140601.262000', '140601.265000', '140601.268000', '140601.271000', '140601.274000', '140601.276000', '140601.279000', '140601.282000', '140601.285000', '140601.288000', '140601.291000', '140601.294000', '140601.297000', '140601.300000', '140601.302000', '140601.305000', '140601.308000', '140601.311000', '140601.314000', '140601.317000', '140601.321000', '140601.324000', '140601.327000', '140601.330000', '140601.334000', '140601.337000', '140601.340000', '140601.343000', '140601.346000', '140601.348000', '140601.351000', '140601.354000', '140601.357000', '140601.360000', '140601.363000', '140601.366000', '140601.369000', '140601.372000', '140601.374000', '140601.377000', '140601.380000', '140601.383000', '140621.257000', '140621.260000', '140621.263000', '140621.267000', '140621.270000', '140621.272000', '140621.275000', '140621.278000', '140621.281000', '140621.284000', '140621.287000', '140621.290000', '140621.293000', '140621.296000', '140621.299000', '140621.302000', '140621.305000', '140621.307000', '140621.310000', '140621.313000', '140621.326000', '140621.328000', '140621.331000', '140621.334000', '140621.337000', '140621.340000', '140621.343000', '140621.346000', '140621.349000', '140621.352000', '140621.355000', '140621.358000', '140621.360000', '140621.363000', '140621.366000', '140621.369000', '140621.372000', '140621.375000', '140621.378000', '140621.381000', '140621.384000', '140621.387000', '140621.389000', '140641.257000', '140641.260000', '140641.263000', '140641.266000', '140641.269000', '140641.272000', '140641.275000', '140641.278000', '140641.281000', '140641.284000', '140641.286000', '140641.289000', '140641.292000', '140641.295000', '140641.298000', '140641.301000', '140641.304000', '140641.307000', '140641.310000', '140641.313000', '140641.316000', '140641.319000', '140641.322000', '140641.324000', '140641.327000', '140641.330000', '140641.333000', '140641.336000', '140641.339000', '140641.342000', '140641.345000', '140641.348000', '140641.351000', '140641.354000', '140641.356000', '140641.359000', '140641.362000', '140641.365000', '140641.368000', '140641.371000', '140641.374000', '140641.377000', '140641.380000', '140641.382000', '140701.257000', '140701.260000', '140701.263000', '140701.266000', '140701.269000', '140701.272000', '140701.275000', '140701.278000', '140701.281000', '140701.284000', '140701.287000', '140701.290000', '140701.292000', '140701.295000', '140701.298000', '140701.301000', '140701.304000', '140701.307000', '140701.310000', '140701.313000', '140701.316000', '140701.319000', '140701.322000', '140701.325000', '140701.327000', '140701.330000', '140701.333000', '140701.336000', '140701.339000', '140701.342000', '140701.345000', '140701.348000', '140701.363000', '140701.366000', '140701.369000', '140701.372000', '140701.375000', '140701.378000', '140701.381000', '140701.383000', '140701.386000', '140701.389000', '140701.393000', '140721.256000', '140721.392000', '140721.395000', '140721.398000', '140721.401000', '140721.404000', '140721.407000', '140721.410000', '140721.413000', '140721.416000', '140721.419000', '140721.422000', '140721.425000', '140721.428000', '140721.430000', '140721.434000', '140721.436000', '140721.439000', '140721.442000', '140721.445000', '140721.448000', '140721.451000', '140721.454000', '140721.457000', '140721.460000', '140721.463000', '140721.466000', '140721.469000', '140721.472000', '140721.474000', '140721.477000', '140721.480000', '140721.483000', '140721.486000', '140721.489000', '140721.492000', '140721.495000', '140721.498000', '140721.501000', '140721.504000', '140721.507000', '140721.510000', '140721.513000', '140741.256000', '140741.259000', '140741.262000', '140741.265000', '140741.268000', '140741.271000', '140741.274000', '140741.277000', '140741.280000', '140741.283000', '140741.286000', '140741.288000', '140741.291000', '140741.294000', '140741.297000', '140741.300000', '140741.303000', '140741.306000', '140741.309000', '140741.312000', '140741.315000', '140741.318000', '140741.321000', '140741.324000', '140741.327000', '140741.329000', '140741.333000', '140741.335000', '140741.338000', '140741.341000', '140741.344000', '140741.347000', '140741.350000', '140741.353000', '140741.356000', '140741.359000', '140741.362000', '140741.365000', '140741.368000', '140741.371000', '140741.373000', '140741.376000', '140741.379000', '140741.382000', '140801.256000', '140801.259000', '140801.262000', '140801.265000', '140801.268000', '140801.271000', '140801.274000', '140801.277000', '140801.280000', '140801.283000', '140801.286000', '140801.289000', '140801.291000', '140801.294000', '140801.297000', '140801.300000', '140801.303000', '140801.306000', '140801.309000', '140801.312000', '140801.315000', '140801.318000', '140801.321000', '140801.324000', '140801.327000', '140801.330000', '140801.333000', '140801.335000', '140801.338000', '140801.341000', '140801.344000', '140801.347000', '140801.350000', '140801.353000', '140801.356000', '140801.359000', '140801.362000', '140801.365000', '140801.368000', '140801.370000', '140801.373000', '140801.376000', '140801.379000', '140821.257000', '140821.266000', '140821.269000', '140821.272000', '140821.275000', '140821.278000', '140821.281000', '140821.284000', '140821.286000', '140821.289000', '140821.292000', '140821.295000', '140821.298000', '140821.301000', '140821.304000', '140821.307000', '140821.310000', '140821.313000', '140821.316000', '140821.319000', '140821.321000', '140821.324000', '140821.327000', '140821.330000', '140821.333000', '140821.336000', '140821.339000', '140821.342000', '140821.345000', '140821.348000', '140821.351000', '140821.354000', '140821.356000', '140821.359000', '140821.362000', '140821.365000', '140821.368000', '140821.371000', '140821.374000', '140821.377000', '140821.380000', '140821.383000', '140821.386000', '140821.389000', '140841.257000', '140841.260000', '140841.263000', '140841.266000', '140841.269000', '140841.272000', '140841.277000', '140841.280000', '140841.283000', '140841.286000', '140841.289000', '140841.292000', '140841.295000', '140841.298000', '140841.301000', '140841.304000', '140841.307000', '140841.310000', '140841.313000', '140841.316000', '140841.319000', '140841.322000', '140841.325000', '140841.327000', '140841.330000', '140841.333000', '140841.336000', '140841.339000', '140841.342000', '140841.345000', '140841.348000', '140841.351000', '140841.354000', '140841.357000', '140841.360000', '140841.363000', '140841.366000', '140841.369000', '140841.371000', '140841.374000', '140841.377000', '140841.380000', '140841.383000', '140901.257000', '140901.260000', '140901.263000', '140901.266000', '140901.269000', '140901.272000', '140901.275000', '140901.278000', '140901.281000', '140901.284000', '140901.287000', '140901.289000', '140901.292000', '140901.295000', '140901.298000', '140901.301000', '140901.304000', '140901.307000', '140901.310000', '140901.313000', '140901.316000', '140901.319000', '140901.322000', '140901.325000', '140901.328000', '140901.330000', '140901.333000', '140901.336000', '140901.339000', '140901.342000', '140901.345000', '140901.348000', '140901.351000', '140901.354000', '140901.357000', '140901.360000', '140901.363000', '140901.366000', '140901.368000', '140901.371000', '140901.374000', '140901.377000', '140901.380000', '140901.383000', '140921.257000', '140921.260000', '140921.263000', '140921.266000', '140921.269000', '140921.272000', '140921.275000', '140921.278000', '140921.281000', '140921.284000', '140921.287000', '140921.290000', '140921.294000', '140921.296000', '140921.299000', '140921.302000', '140921.305000', '140921.308000', '140921.311000', '140921.314000', '140921.317000', '140921.320000', '140921.323000', '140921.326000', '140921.329000', '140921.332000', '140921.335000', '140921.337000', '140921.340000', '140921.343000', '140921.346000', '140921.349000', '140921.352000', '140921.355000', '140921.358000', '140921.361000', '140921.364000', '140921.368000', '140921.371000', '140921.374000', '140921.377000', '140921.380000', '140921.383000', '140941.256000', '140941.259000', '140941.262000', '140941.270000', '140941.273000', '140941.276000', '140941.279000', '140941.282000', '140941.285000', '140941.288000', '140941.291000', '140941.294000', '140941.297000', '140941.299000', '140941.302000', '140941.305000', '140941.308000', '140941.311000', '140941.314000', '140941.317000', '140941.320000', '140941.323000', '140941.326000', '140941.329000', '140941.332000', '140941.334000', '140941.337000', '140941.340000', '140941.343000', '140941.346000', '140941.349000', '140941.352000', '140941.355000', '140941.358000', '140941.361000', '140941.364000', '140941.367000', '140941.370000', '140941.373000', '140941.376000', '140941.379000', '140941.381000', '140941.384000', '140941.387000', '141001.256000', '141001.259000', '141001.262000', '141001.265000', '141001.268000', '141001.271000', '141001.274000', '141001.277000', '141001.280000', '141001.283000', '141001.308000', '141001.310000', '141001.314000', '141001.318000', '141001.321000', '141001.325000', '141001.327000', '141001.330000', '141001.333000', '141001.337000', '141001.339000', '141001.342000', '141001.345000', '141001.348000', '141001.351000', '141001.354000', '141001.357000', '141001.360000', '141001.363000', '141001.366000', '141001.369000', '141001.372000', '141001.374000', '141001.377000', '141001.380000', '141001.383000', '141001.386000', '141001.389000', '141001.392000', '141001.395000', '141001.398000', '141001.401000', '141001.403000', '141021.256000', '141021.259000', '141021.262000', '141021.265000', '141021.268000', '141021.271000', '141021.274000', '141021.277000', '141021.280000', '141021.283000', '141021.286000', '141021.288000', '141021.291000', '141021.294000', '141021.297000', '141021.300000', '141021.303000', '141021.306000', '141021.309000', '141021.312000', '141021.315000', '141021.317000', '141021.320000', '141021.323000', '141021.326000', '141021.329000', '141021.332000', '141021.335000', '141021.338000', '141021.341000', '141021.344000', '141021.347000', '141021.350000', '141021.352000', '141021.355000', '141021.358000', '141021.361000', '141021.364000', '141021.367000', '141021.370000', '141021.373000', '141021.376000', '141021.379000', '141021.382000', '141040.931000', '141040.935000', '141040.938000', '141040.941000', '141040.945000', '141040.948000', '141040.951000', '141040.955000', '141040.958000', '141040.961000', '141040.965000', '141040.968000', '141040.971000', '141040.973000', '141040.976000', '141040.979000', '141040.983000', '141040.986000', '141040.989000', '141040.992000', '141040.996000', '141041.000000', '141041.003000', '141041.006000', '141041.009000', '141041.012000', '141041.015000', '141041.018000', '141041.021000', '141041.024000', '141041.027000', '141041.030000', '141041.033000', '141041.036000', '141041.039000', '141041.042000', '141041.045000', '141041.048000', '141041.051000', '141041.054000', '141041.057000', '141041.060000', '141041.063000'], 'InstanceCreationTime': ['140401.301000', '140401.305000', '140401.308000', '140401.311000', '140401.314000', '140401.317000', '140401.320000', '140401.323000', '140401.325000', '140401.328000', '140401.331000', '140401.339000', '140401.342000', '140401.345000', '140401.348000', '140401.351000', '140401.353000', '140401.356000', '140401.359000', '140401.362000', '140401.365000', '140401.368000', '140401.371000', '140401.374000', '140401.376000', '140401.379000', '140401.382000', '140401.385000', '140401.388000', '140401.391000', '140401.394000', '140401.397000', '140401.399000', '140401.402000', '140401.405000', '140401.408000', '140401.411000', '140401.420000', '140401.423000', '140401.426000', '140401.429000', '140401.432000', '140401.435000', '140401.438000', '140401.441000', '140421.257000', '140421.260000', '140421.263000', '140421.266000', '140421.269000', '140421.272000', '140421.275000', '140421.278000', '140421.281000', '140421.283000', '140421.286000', '140421.289000', '140421.292000', '140421.295000', '140421.298000', '140421.301000', '140421.304000', '140421.307000', '140421.310000', '140421.312000', '140421.316000', '140421.319000', '140421.322000', '140421.325000', '140421.328000', '140421.331000', '140421.334000', '140421.337000', '140421.339000', '140421.342000', '140421.345000', '140421.348000', '140421.351000', '140421.354000', '140421.357000', '140421.360000', '140421.363000', '140421.365000', '140421.368000', '140421.371000', '140421.374000', '140421.377000', '140421.380000', '140441.257000', '140441.260000', '140441.263000', '140441.273000', '140441.276000', '140441.279000', '140441.281000', '140441.285000', '140441.287000', '140441.290000', '140441.293000', '140441.296000', '140441.299000', '140441.302000', '140441.305000', '140441.308000', '140441.311000', '140441.313000', '140441.316000', '140441.319000', '140441.322000', '140441.325000', '140441.328000', '140441.331000', '140441.334000', '140441.337000', '140441.339000', '140441.342000', '140441.345000', '140441.348000', '140441.351000', '140441.354000', '140441.357000', '140441.360000', '140441.363000', '140441.366000', '140441.369000', '140441.378000', '140441.381000', '140441.384000', '140441.387000', '140441.389000', '140441.392000', '140441.395000', '140501.256000', '140501.259000', '140501.262000', '140501.265000', '140501.268000', '140501.271000', '140501.274000', '140501.277000', '140501.280000', '140501.283000', '140501.286000', '140501.289000', '140501.291000', '140501.295000', '140501.297000', '140501.300000', '140501.303000', '140501.306000', '140501.309000', '140501.312000', '140501.315000', '140501.318000', '140501.321000', '140501.323000', '140501.326000', '140501.329000', '140501.332000', '140501.335000', '140501.338000', '140501.341000', '140501.344000', '140501.347000', '140501.350000', '140501.353000', '140501.356000', '140501.358000', '140501.361000', '140501.364000', '140501.367000', '140501.370000', '140501.373000', '140501.376000', '140501.379000', '140521.256000', '140521.259000', '140521.262000', '140521.265000', '140521.268000', '140521.271000', '140521.274000', '140521.277000', '140521.279000', '140521.282000', '140521.285000', '140521.288000', '140521.291000', '140521.294000', '140521.297000', '140521.300000', '140521.303000', '140521.306000', '140521.309000', '140521.311000', '140521.314000', '140521.317000', '140521.320000', '140521.323000', '140521.326000', '140521.329000', '140521.332000', '140521.335000', '140521.338000', '140521.340000', '140521.343000', '140521.346000', '140521.349000', '140521.352000', '140521.355000', '140521.358000', '140521.376000', '140521.379000', '140521.382000', '140521.385000', '140521.387000', '140521.390000', '140521.393000', '140521.396000', '140541.256000', '140541.259000', '140541.262000', '140541.265000', '140541.268000', '140541.270000', '140541.273000', '140541.276000', '140541.279000', '140541.282000', '140541.285000', '140541.288000', '140541.291000', '140541.294000', '140541.297000', '140541.300000', '140541.303000', '140541.305000', '140541.308000', '140541.311000', '140541.314000', '140541.317000', '140541.320000', '140541.323000', '140541.326000', '140541.329000', '140541.332000', '140541.334000', '140541.337000', '140541.340000', '140541.343000', '140541.346000', '140541.349000', '140541.352000', '140541.356000', '140541.359000', '140541.362000', '140541.365000', '140541.368000', '140541.371000', '140541.373000', '140541.376000', '140541.379000', '140601.256000', '140601.259000', '140601.262000', '140601.265000', '140601.268000', '140601.271000', '140601.274000', '140601.276000', '140601.279000', '140601.282000', '140601.285000', '140601.288000', '140601.291000', '140601.294000', '140601.297000', '140601.300000', '140601.302000', '140601.305000', '140601.308000', '140601.311000', '140601.314000', '140601.317000', '140601.321000', '140601.324000', '140601.327000', '140601.330000', '140601.334000', '140601.337000', '140601.340000', '140601.343000', '140601.346000', '140601.348000', '140601.351000', '140601.354000', '140601.357000', '140601.360000', '140601.363000', '140601.366000', '140601.369000', '140601.372000', '140601.374000', '140601.377000', '140601.380000', '140601.383000', '140621.257000', '140621.260000', '140621.263000', '140621.267000', '140621.270000', '140621.272000', '140621.275000', '140621.278000', '140621.281000', '140621.284000', '140621.287000', '140621.290000', '140621.293000', '140621.296000', '140621.299000', '140621.302000', '140621.305000', '140621.307000', '140621.310000', '140621.313000', '140621.326000', '140621.328000', '140621.331000', '140621.334000', '140621.337000', '140621.340000', '140621.343000', '140621.346000', '140621.349000', '140621.352000', '140621.355000', '140621.358000', '140621.360000', '140621.363000', '140621.366000', '140621.369000', '140621.372000', '140621.375000', '140621.378000', '140621.381000', '140621.384000', '140621.387000', '140621.389000', '140641.257000', '140641.260000', '140641.263000', '140641.266000', '140641.269000', '140641.272000', '140641.275000', '140641.278000', '140641.281000', '140641.284000', '140641.286000', '140641.289000', '140641.292000', '140641.295000', '140641.298000', '140641.301000', '140641.304000', '140641.307000', '140641.310000', '140641.313000', '140641.316000', '140641.319000', '140641.322000', '140641.324000', '140641.327000', '140641.330000', '140641.333000', '140641.336000', '140641.339000', '140641.342000', '140641.345000', '140641.348000', '140641.351000', '140641.354000', '140641.356000', '140641.359000', '140641.362000', '140641.365000', '140641.368000', '140641.371000', '140641.374000', '140641.377000', '140641.380000', '140641.382000', '140701.257000', '140701.260000', '140701.263000', '140701.266000', '140701.269000', '140701.272000', '140701.275000', '140701.278000', '140701.281000', '140701.284000', '140701.287000', '140701.290000', '140701.292000', '140701.295000', '140701.298000', '140701.301000', '140701.304000', '140701.307000', '140701.310000', '140701.313000', '140701.316000', '140701.319000', '140701.322000', '140701.325000', '140701.327000', '140701.330000', '140701.333000', '140701.336000', '140701.339000', '140701.342000', '140701.345000', '140701.348000', '140701.363000', '140701.366000', '140701.369000', '140701.372000', '140701.375000', '140701.378000', '140701.381000', '140701.383000', '140701.386000', '140701.389000', '140701.393000', '140721.256000', '140721.392000', '140721.395000', '140721.398000', '140721.401000', '140721.404000', '140721.407000', '140721.410000', '140721.413000', '140721.416000', '140721.419000', '140721.422000', '140721.425000', '140721.428000', '140721.430000', '140721.434000', '140721.436000', '140721.439000', '140721.442000', '140721.445000', '140721.448000', '140721.451000', '140721.454000', '140721.457000', '140721.460000', '140721.463000', '140721.466000', '140721.469000', '140721.472000', '140721.474000', '140721.477000', '140721.480000', '140721.483000', '140721.486000', '140721.489000', '140721.492000', '140721.495000', '140721.498000', '140721.501000', '140721.504000', '140721.507000', '140721.510000', '140721.513000', '140741.256000', '140741.259000', '140741.262000', '140741.265000', '140741.268000', '140741.271000', '140741.274000', '140741.277000', '140741.280000', '140741.283000', '140741.286000', '140741.288000', '140741.291000', '140741.294000', '140741.297000', '140741.300000', '140741.303000', '140741.306000', '140741.309000', '140741.312000', '140741.315000', '140741.318000', '140741.321000', '140741.324000', '140741.327000', '140741.329000', '140741.333000', '140741.335000', '140741.338000', '140741.341000', '140741.344000', '140741.347000', '140741.350000', '140741.353000', '140741.356000', '140741.359000', '140741.362000', '140741.365000', '140741.368000', '140741.371000', '140741.373000', '140741.376000', '140741.379000', '140741.382000', '140801.256000', '140801.259000', '140801.262000', '140801.265000', '140801.268000', '140801.271000', '140801.274000', '140801.277000', '140801.280000', '140801.283000', '140801.286000', '140801.289000', '140801.291000', '140801.294000', '140801.297000', '140801.300000', '140801.303000', '140801.306000', '140801.309000', '140801.312000', '140801.315000', '140801.318000', '140801.321000', '140801.324000', '140801.327000', '140801.330000', '140801.333000', '140801.335000', '140801.338000', '140801.341000', '140801.344000', '140801.347000', '140801.350000', '140801.353000', '140801.356000', '140801.359000', '140801.362000', '140801.365000', '140801.368000', '140801.370000', '140801.373000', '140801.376000', '140801.379000', '140821.257000', '140821.266000', '140821.269000', '140821.272000', '140821.275000', '140821.278000', '140821.281000', '140821.284000', '140821.286000', '140821.289000', '140821.292000', '140821.295000', '140821.298000', '140821.301000', '140821.304000', '140821.307000', '140821.310000', '140821.313000', '140821.316000', '140821.319000', '140821.321000', '140821.324000', '140821.327000', '140821.330000', '140821.333000', '140821.336000', '140821.339000', '140821.342000', '140821.345000', '140821.348000', '140821.351000', '140821.354000', '140821.356000', '140821.359000', '140821.362000', '140821.365000', '140821.368000', '140821.371000', '140821.374000', '140821.377000', '140821.380000', '140821.383000', '140821.386000', '140821.389000', '140841.257000', '140841.260000', '140841.263000', '140841.266000', '140841.269000', '140841.272000', '140841.277000', '140841.280000', '140841.283000', '140841.286000', '140841.289000', '140841.292000', '140841.295000', '140841.298000', '140841.301000', '140841.304000', '140841.307000', '140841.310000', '140841.313000', '140841.316000', '140841.319000', '140841.322000', '140841.325000', '140841.327000', '140841.330000', '140841.333000', '140841.336000', '140841.339000', '140841.342000', '140841.345000', '140841.348000', '140841.351000', '140841.354000', '140841.357000', '140841.360000', '140841.363000', '140841.366000', '140841.369000', '140841.371000', '140841.374000', '140841.377000', '140841.380000', '140841.383000', '140901.257000', '140901.260000', '140901.263000', '140901.266000', '140901.269000', '140901.272000', '140901.275000', '140901.278000', '140901.281000', '140901.284000', '140901.287000', '140901.289000', '140901.292000', '140901.295000', '140901.298000', '140901.301000', '140901.304000', '140901.307000', '140901.310000', '140901.313000', '140901.316000', '140901.319000', '140901.322000', '140901.325000', '140901.328000', '140901.330000', '140901.333000', '140901.336000', '140901.339000', '140901.342000', '140901.345000', '140901.348000', '140901.351000', '140901.354000', '140901.357000', '140901.360000', '140901.363000', '140901.366000', '140901.368000', '140901.371000', '140901.374000', '140901.377000', '140901.380000', '140901.383000', '140921.257000', '140921.260000', '140921.263000', '140921.266000', '140921.269000', '140921.272000', '140921.275000', '140921.278000', '140921.281000', '140921.284000', '140921.287000', '140921.290000', '140921.294000', '140921.296000', '140921.299000', '140921.302000', '140921.305000', '140921.308000', '140921.311000', '140921.314000', '140921.317000', '140921.320000', '140921.323000', '140921.326000', '140921.329000', '140921.332000', '140921.335000', '140921.337000', '140921.340000', '140921.343000', '140921.346000', '140921.349000', '140921.352000', '140921.355000', '140921.358000', '140921.361000', '140921.364000', '140921.368000', '140921.371000', '140921.374000', '140921.377000', '140921.380000', '140921.383000', '140941.256000', '140941.259000', '140941.262000', '140941.270000', '140941.273000', '140941.276000', '140941.279000', '140941.282000', '140941.285000', '140941.288000', '140941.291000', '140941.294000', '140941.297000', '140941.299000', '140941.302000', '140941.305000', '140941.308000', '140941.311000', '140941.314000', '140941.317000', '140941.320000', '140941.323000', '140941.326000', '140941.329000', '140941.332000', '140941.334000', '140941.337000', '140941.340000', '140941.343000', '140941.346000', '140941.349000', '140941.352000', '140941.355000', '140941.358000', '140941.361000', '140941.364000', '140941.367000', '140941.370000', '140941.373000', '140941.376000', '140941.379000', '140941.381000', '140941.384000', '140941.387000', '141001.256000', '141001.259000', '141001.262000', '141001.265000', '141001.268000', '141001.271000', '141001.274000', '141001.277000', '141001.280000', '141001.283000', '141001.308000', '141001.310000', '141001.314000', '141001.318000', '141001.321000', '141001.325000', '141001.327000', '141001.330000', '141001.333000', '141001.337000', '141001.339000', '141001.342000', '141001.345000', '141001.348000', '141001.351000', '141001.354000', '141001.357000', '141001.360000', '141001.363000', '141001.366000', '141001.369000', '141001.372000', '141001.374000', '141001.377000', '141001.380000', '141001.383000', '141001.386000', '141001.389000', '141001.392000', '141001.395000', '141001.398000', '141001.401000', '141001.403000', '141021.256000', '141021.259000', '141021.262000', '141021.265000', '141021.268000', '141021.271000', '141021.274000', '141021.277000', '141021.280000', '141021.283000', '141021.286000', '141021.288000', '141021.291000', '141021.294000', '141021.297000', '141021.300000', '141021.303000', '141021.306000', '141021.309000', '141021.312000', '141021.315000', '141021.317000', '141021.320000', '141021.323000', '141021.326000', '141021.329000', '141021.332000', '141021.335000', '141021.338000', '141021.341000', '141021.344000', '141021.347000', '141021.350000', '141021.352000', '141021.355000', '141021.358000', '141021.361000', '141021.364000', '141021.367000', '141021.370000', '141021.373000', '141021.376000', '141021.379000', '141021.382000', '141040.931000', '141040.935000', '141040.938000', '141040.941000', '141040.945000', '141040.948000', '141040.951000', '141040.955000', '141040.958000', '141040.961000', '141040.965000', '141040.968000', '141040.971000', '141040.973000', '141040.976000', '141040.979000', '141040.983000', '141040.986000', '141040.989000', '141040.992000', '141040.996000', '141041.000000', '141041.003000', '141041.006000', '141041.009000', '141041.012000', '141041.015000', '141041.018000', '141041.021000', '141041.024000', '141041.027000', '141041.030000', '141041.033000', '141041.036000', '141041.039000', '141041.042000', '141041.045000', '141041.048000', '141041.051000', '141041.054000', '141041.057000', '141041.060000', '141041.063000'], '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': [12278, 10601, 10605, 10677, 8196, 10789, 7042, 9294, 7198, 8699, 7024, 7192, 7174, 8299, 6883, 7968, 6792, 6092, 5931, 6148, 5804, 6457, 6155, 6252, 6093, 5966, 6476, 6591, 8338, 6295, 8763, 6130, 6779, 6360, 8336, 6651, 7750, 6777, 6730, 7755, 6359, 12049, 6821, 10188, 6885, 10660, 6917, 9589, 7095, 8563, 7186, 7098, 8933, 6477, 6985, 6689, 7431, 6495, 8382, 6100, 7628, 6134, 7521, 6492, 6387, 7828, 6086, 6283, 6276, 6796, 6482, 7473, 6017, 6852, 7010, 6806, 5967, 8195, 6303, 6452, 6729, 6542, 7921, 7942, 6470, 7303, 7164, 6715, 8864, 7065, 11248, 9161, 9066, 7823, 6735, 7996, 6566, 7466, 6654, 7217, 6543, 6785, 6528, 7696, 6521, 9374, 6453, 8796, 6484, 8509, 6281, 8297, 6375, 6907, 6235, 7900, 6929, 6386, 6758, 8075, 6828, 5980, 5969, 5985, 6323, 6231, 6409, 7006, 9989, 8063, 6436, 6310, 7166, 6639, 8384, 6627, 9271, 7412, 12046, 7002, 6635, 8072, 6637, 8367, 8630, 6738, 9932, 8835, 9122, 8058, 6915, 11756, 7262, 12008, 7603, 11371, 8915, 12296, 6878, 7509, 7180, 6466, 7047, 7244, 6834, 6619, 6879, 7927, 6606, 6199, 6653, 6208, 7831, 6247, 6414, 6272, 6378, 6653, 6956, 6720, 8222, 6468, 9408, 6725, 10964, 6409, 7200, 8049, 7472, 9773, 8143, 10750, 7269, 7395, 6638, 6661, 6626, 6763, 6728, 7444, 7061, 8131, 7005, 6449, 7317, 8659, 7166, 8015, 7076, 8906, 6915, 7695, 6572, 7383, 6354, 6009, 6681, 6338, 6512, 6382, 6079, 6496, 6352, 6508, 8275, 6954, 7965, 7246, 9544, 7635, 10915, 8307, 10534, 8491, 11099, 7688, 9925, 6962, 9470, 6852, 7696, 6277, 7345, 6029, 7163, 6603, 6523, 6722, 6525, 6884, 6584, 7031, 8916, 7357, 8573, 6902, 7740, 7005, 8535, 6972, 9367, 6582, 8196, 6523, 7448, 6550, 7131, 6169, 6165, 6658, 6192, 6504, 6239, 6527, 6428, 7205, 6308, 6941, 6157, 6703, 6216, 7243, 6099, 6404, 6240, 6307, 6560, 5868, 6535, 6426, 6560, 6697, 7587, 6785, 6642, 6182, 8894, 6633, 9920, 6386, 9583, 7425, 11028, 7613, 9942, 7099, 7127, 7351, 6532, 8011, 7055, 8195, 6477, 7039, 6674, 6549, 6497, 7178, 6883, 6454, 7446, 6590, 6562, 6540, 7404, 6785, 7874, 6552, 8008, 7065, 6391, 7844, 6189, 8313, 6287, 9392, 6227, 9423, 6499, 8321, 6408, 7063, 6573, 6591, 6884, 7263, 6563, 7507, 6433, 8529, 6594, 7453, 6638, 6211, 6565, 6657, 8023, 5979, 8474, 5993, 7296, 6428, 7088, 6634, 7437, 6479, 7731, 6272, 7767, 6755, 6743, 6727, 6635, 6388, 6188, 6857, 6371, 7536, 6764, 6621, 7461, 6351, 8647, 6471, 12670, 7344, 8850, 6594, 8737, 6755, 8690, 6977, 10150, 7978, 8365, 6948, 7414, 7019, 7602, 6885, 7671, 6949, 7577, 7085, 6057, 7777, 6497, 8494, 6180, 8623, 5941, 7091, 6573, 7842, 6807, 7591, 6798, 7606, 6864, 8619, 6815, 8533, 6658, 6110, 6744, 6419, 6513, 6320, 6491, 5922, 6276, 6109, 6820, 6409, 10833, 7305, 10831, 6825, 9630, 6888, 8377, 6982, 11684, 6550, 11519, 6410, 8308, 6600, 8112, 6746, 6704, 6701, 7383, 6850, 7761, 6821, 8755, 6741, 8510, 6410, 7374, 6563, 7162, 7080, 7048, 6397, 6311, 7663, 6098, 6280, 6193, 6207, 5955, 6706, 5951, 6025, 5951, 6135, 7765, 6305, 7362, 6403, 7705, 6791, 8669, 6776, 10323, 6933, 11153, 7070, 8849, 6562, 8005, 6704, 8236, 6499, 10708, 7011, 10122, 6959, 8298, 7117, 8401, 7042, 9334, 7073, 8477, 6805, 7254, 6718, 7616, 6035, 7893, 5901, 6751, 6391, 6156, 6720, 6015, 6050, 7331, 10029, 8669, 7259, 6249, 7008, 6314, 7126, 8842, 7009, 9749, 6438, 8147, 6753, 7021, 6431, 7823, 6328, 6990, 6140, 5690, 6159, 6052, 6375, 6007, 6447, 6669, 9244, 7474, 7878, 6508, 6809, 6542, 5900, 6087, 6809, 7162, 6755, 7779, 9189, 6814, 10332, 6766, 8883, 7066, 11804, 7027, 11259, 9458, 8790, 6749, 6389, 8549, 6497, 9257, 6480, 6430, 6534, 6125, 6617, 6452, 6950, 6745, 6876, 7880, 6815, 7802, 6745, 6873, 6463, 7092, 6545, 6647, 6673, 7025, 6764, 7283, 6569, 7446, 6765, 7069, 6740, 7588, 6528, 7832, 6445, 8070, 6311, 6875, 6551, 7354, 6774, 8293, 7056, 7193, 7145, 5977, 6250, 7238, 6571, 7565, 6558, 8529, 6822, 6831, 6245, 7892, 6440, 6985, 6171, 7054, 6747, 9602, 6228, 7289, 6155, 6920, 6754, 6861, 8021, 6963, 7658, 6611, 6361, 6431, 6489, 6651, 6500, 6571, 7774, 6469, 6916, 6798, 6231, 6537, 6024, 6617, 9250, 6637, 9580, 6761, 8376, 6762, 6479, 6977, 6238, 6452, 6388, 8341, 6471, 9521, 6461, 9197, 6796, 8452, 6519, 7994, 6401, 7962, 6309, 7899, 6300, 6073, 6583, 6620, 6576, 5852, 8448, 6187, 6519, 6216, 6068, 9555, 6027, 9408, 6383, 8038, 6531, 7724, 6553, 7740, 6459, 9239, 6495, 9013, 6490, 6028, 8168, 6097, 8109, 6149, 8799, 6403, 7621, 6457, 6361, 6730, 6930, 6682, 7883, 9003, 6092, 7050, 6462, 6929, 6360, 7405, 6275, 8246, 6001, 6263, 6305, 6079, 6528, 6931, 6740, 6854, 8363, 6678, 6093, 6303, 6130, 6085, 6297, 8711, 6420, 7644, 6684, 8501, 6453, 8594, 6450, 10911, 6286, 7270, 6485, 6808, 6192, 6479, 6819, 6151, 6312, 5945, 6114, 6255, 6940, 7023, 6826, 6569, 6342, 5796, 5956, 6353, 6014, 6697, 7211, 6936, 6065, 5923, 6044, 6318, 6466, 6652, 6781, 9543, 11278, 7557, 10480, 6756, 10685, 8348, 10489, 8841, 11822, 12113, 9367, 7907, 6611, 7162, 6620, 7290, 6743, 8416, 6731, 6106, 7011, 6302, 9156, 6612, 9184, 6467, 9911, 6387, 7673, 6723, 6221, 6776, 6069, 6203, 6201, 7347, 6217, 8091, 6498, 6798, 6411, 5883, 6578, 5929, 6605, 6030, 7495, 6215, 7875, 6335, 6587, 6627, 6302, 6715, 6355, 8170, 6519, 9092, 6685, 9923, 6483, 6387, 6636, 6311, 7067, 6492, 6265, 6810, 5845, 6425, 6216, 5626, 5823, 5706, 6614, 6518, 6456, 8004, 6924, 6044, 7105, 6244, 6610, 6571, 6451, 6282, 6015, 5769, 6155, 6209, 7190, 6452, 6802, 6382, 7476, 7008, 8134, 6207, 6582, 9639, 7065, 10217, 7282, 11408, 8383, 13066, 8043, 10849, 6797, 8735, 6733, 7546, 6799, 7448, 6836, 8117, 6759, 6471, 6973, 6777, 7027, 7247, 6904, 7000, 6814, 7067, 6180, 6033, 6079], 'WindowCenter': [3883.0, 3843.0, 3826.0, 3800.0, 3766.0, 3795.0, 3740.0, 3757.0, 3726.0, 3745.0, 3725.0, 3710.0, 3711.0, 3730.0, 3723.0, 3733.0, 3725.0, 3719.0, 3717.0, 3705.0, 3706.0, 3729.0, 3732.0, 3730.0, 3732.0, 3732.0, 3748.0, 3759.0, 3801.0, 3760.0, 3790.0, 3746.0, 3757.0, 3747.0, 3776.0, 3756.0, 3766.0, 3755.0, 3757.0, 3767.0, 3745.0, 3818.0, 3745.0, 3794.0, 3743.0, 3782.0, 3741.0, 3784.0, 3740.0, 3758.0, 3739.0, 3741.0, 3770.0, 3729.0, 3738.0, 3729.0, 3737.0, 3716.0, 3758.0, 3717.0, 3749.0, 3730.0, 3748.0, 3729.0, 3729.0, 3761.0, 3732.0, 3743.0, 3759.0, 3758.0, 3748.0, 3765.0, 3734.0, 3770.0, 3768.0, 3743.0, 3735.0, 3775.0, 3745.0, 3744.0, 3757.0, 3746.0, 3776.0, 3775.0, 3744.0, 3768.0, 3757.0, 3745.0, 3788.0, 3759.0, 3808.0, 3788.0, 3773.0, 3752.0, 3731.0, 3749.0, 3715.0, 3725.0, 3716.0, 3751.0, 3719.0, 3728.0, 3716.0, 3736.0, 3703.0, 3768.0, 3717.0, 3758.0, 3716.0, 3771.0, 3743.0, 3775.0, 3743.0, 3752.0, 3720.0, 3762.0, 3753.0, 3743.0, 3754.0, 3775.0, 3744.0, 3733.0, 3734.0, 3746.0, 3758.0, 3746.0, 3758.0, 3782.0, 3823.0, 3791.0, 3760.0, 3762.0, 3770.0, 3759.0, 3778.0, 3758.0, 3800.0, 3782.0, 3831.0, 3769.0, 3745.0, 3776.0, 3744.0, 3761.0, 3774.0, 3744.0, 3786.0, 3787.0, 3787.0, 3763.0, 3741.0, 3804.0, 3754.0, 3803.0, 3753.0, 3792.0, 3760.0, 3791.0, 3727.0, 3726.0, 3726.0, 3716.0, 3739.0, 3738.0, 3727.0, 3726.0, 3727.0, 3762.0, 3740.0, 3718.0, 3739.0, 3731.0, 3765.0, 3743.0, 3744.0, 3758.0, 3757.0, 3756.0, 3753.0, 3757.0, 3787.0, 3746.0, 3786.0, 3744.0, 3795.0, 3730.0, 3753.0, 3762.0, 3752.0, 3781.0, 3761.0, 3793.0, 3739.0, 3736.0, 3727.0, 3727.0, 3727.0, 3728.0, 3740.0, 3751.0, 3742.0, 3762.0, 3740.0, 3743.0, 3753.0, 3761.0, 3740.0, 3762.0, 3742.0, 3772.0, 3740.0, 3750.0, 3742.0, 3751.0, 3743.0, 3732.0, 3754.0, 3741.0, 3743.0, 3756.0, 3745.0, 3760.0, 3758.0, 3758.0, 3789.0, 3768.0, 3779.0, 3769.0, 3788.0, 3765.0, 3794.0, 3762.0, 3783.0, 3761.0, 3780.0, 3764.0, 3770.0, 3726.0, 3756.0, 3714.0, 3735.0, 3717.0, 3736.0, 3704.0, 3723.0, 3726.0, 3715.0, 3725.0, 3715.0, 3750.0, 3740.0, 3740.0, 3772.0, 3752.0, 3759.0, 3728.0, 3735.0, 3737.0, 3759.0, 3738.0, 3769.0, 3715.0, 3747.0, 3703.0, 3736.0, 3717.0, 3726.0, 3704.0, 3716.0, 3714.0, 3718.0, 3717.0, 3717.0, 3717.0, 3731.0, 3764.0, 3744.0, 3754.0, 3746.0, 3754.0, 3748.0, 3764.0, 3735.0, 3745.0, 3770.0, 3758.0, 3769.0, 3736.0, 3756.0, 3758.0, 3759.0, 3771.0, 3782.0, 3757.0, 3757.0, 3736.0, 3787.0, 3756.0, 3800.0, 3747.0, 3788.0, 3756.0, 3807.0, 3764.0, 3784.0, 3740.0, 3728.0, 3739.0, 3719.0, 3751.0, 3728.0, 3760.0, 3729.0, 3740.0, 3728.0, 3716.0, 3732.0, 3738.0, 3739.0, 3730.0, 3752.0, 3729.0, 3727.0, 3729.0, 3738.0, 3730.0, 3760.0, 3732.0, 3750.0, 3740.0, 3730.0, 3761.0, 3719.0, 3761.0, 3730.0, 3784.0, 3720.0, 3783.0, 3732.0, 3761.0, 3731.0, 3741.0, 3741.0, 3727.0, 3739.0, 3750.0, 3742.0, 3751.0, 3731.0, 3772.0, 3742.0, 3751.0, 3741.0, 3719.0, 3741.0, 3741.0, 3763.0, 3734.0, 3788.0, 3748.0, 3766.0, 3745.0, 3755.0, 3755.0, 3765.0, 3745.0, 3764.0, 3746.0, 3767.0, 3757.0, 3757.0, 3757.0, 3757.0, 3745.0, 3747.0, 3757.0, 3746.0, 3777.0, 3757.0, 3756.0, 3766.0, 3746.0, 3787.0, 3745.0, 3817.0, 3754.0, 3784.0, 3742.0, 3771.0, 3741.0, 3773.0, 3753.0, 3782.0, 3762.0, 3760.0, 3740.0, 3739.0, 3738.0, 3737.0, 3737.0, 3750.0, 3739.0, 3748.0, 3739.0, 3719.0, 3749.0, 3727.0, 3770.0, 3718.0, 3771.0, 3731.0, 3742.0, 3740.0, 3763.0, 3754.0, 3762.0, 3754.0, 3762.0, 3741.0, 3772.0, 3742.0, 3786.0, 3758.0, 3732.0, 3744.0, 3730.0, 3745.0, 3757.0, 3744.0, 3733.0, 3745.0, 3733.0, 3758.0, 3746.0, 3821.0, 3769.0, 3811.0, 3746.0, 3786.0, 3743.0, 3761.0, 3740.0, 3792.0, 3719.0, 3793.0, 3717.0, 3748.0, 3728.0, 3749.0, 3727.0, 3727.0, 3755.0, 3740.0, 3741.0, 3751.0, 3730.0, 3759.0, 3730.0, 3761.0, 3730.0, 3738.0, 3728.0, 3726.0, 3727.0, 3739.0, 3717.0, 3730.0, 3762.0, 3734.0, 3743.0, 3733.0, 3732.0, 3733.0, 3755.0, 3745.0, 3746.0, 3747.0, 3749.0, 3780.0, 3759.0, 3769.0, 3761.0, 3779.0, 3758.0, 3775.0, 3744.0, 3784.0, 3744.0, 3795.0, 3742.0, 3760.0, 3729.0, 3748.0, 3730.0, 3759.0, 3718.0, 3780.0, 3728.0, 3768.0, 3726.0, 3745.0, 3727.0, 3747.0, 3727.0, 3758.0, 3727.0, 3744.0, 3714.0, 3724.0, 3714.0, 3733.0, 3718.0, 3746.0, 3704.0, 3725.0, 3729.0, 3719.0, 3739.0, 3719.0, 3731.0, 3753.0, 3794.0, 3773.0, 3752.0, 3729.0, 3740.0, 3717.0, 3741.0, 3771.0, 3741.0, 3782.0, 3729.0, 3737.0, 3727.0, 3726.0, 3718.0, 3750.0, 3717.0, 3737.0, 3732.0, 3709.0, 3719.0, 3719.0, 3730.0, 3729.0, 3729.0, 3741.0, 3787.0, 3766.0, 3791.0, 3759.0, 3771.0, 3748.0, 3725.0, 3733.0, 3744.0, 3754.0, 3745.0, 3765.0, 3774.0, 3744.0, 3784.0, 3742.0, 3773.0, 3741.0, 3794.0, 3742.0, 3782.0, 3770.0, 3760.0, 3717.0, 3705.0, 3748.0, 3704.0, 3757.0, 3715.0, 3715.0, 3717.0, 3717.0, 3731.0, 3716.0, 3740.0, 3728.0, 3729.0, 3750.0, 3742.0, 3749.0, 3729.0, 3727.0, 3718.0, 3727.0, 3717.0, 3727.0, 3741.0, 3741.0, 3743.0, 3753.0, 3743.0, 3751.0, 3740.0, 3741.0, 3730.0, 3750.0, 3732.0, 3764.0, 3732.0, 3763.0, 3730.0, 3728.0, 3729.0, 3750.0, 3739.0, 3773.0, 3753.0, 3752.0, 3753.0, 3733.0, 3743.0, 3752.0, 3742.0, 3763.0, 3732.0, 3774.0, 3744.0, 3743.0, 3743.0, 3763.0, 3729.0, 3740.0, 3719.0, 3740.0, 3729.0, 3783.0, 3718.0, 3740.0, 3718.0, 3737.0, 3725.0, 3728.0, 3749.0, 3737.0, 3748.0, 3728.0, 3717.0, 3717.0, 3718.0, 3729.0, 3729.0, 3741.0, 3764.0, 3732.0, 3756.0, 3756.0, 3734.0, 3743.0, 3719.0, 3742.0, 3782.0, 3742.0, 3786.0, 3756.0, 3775.0, 3742.0, 3731.0, 3740.0, 3718.0, 3729.0, 3743.0, 3773.0, 3744.0, 3796.0, 3758.0, 3786.0, 3742.0, 3761.0, 3729.0, 3749.0, 3717.0, 3748.0, 3717.0, 3748.0, 3729.0, 3717.0, 3728.0, 3740.0, 3755.0, 3722.0, 3773.0, 3720.0, 3731.0, 3734.0, 3746.0, 3796.0, 3734.0, 3785.0, 3730.0, 3749.0, 3730.0, 3751.0, 3731.0, 3764.0, 3732.0, 3772.0, 3730.0, 3770.0, 3717.0, 3717.0, 3760.0, 3718.0, 3760.0, 3720.0, 3773.0, 3731.0, 3751.0, 3731.0, 3729.0, 3729.0, 3740.0, 3729.0, 3750.0, 3772.0, 3719.0, 3741.0, 3729.0, 3738.0, 3729.0, 3751.0, 3731.0, 3759.0, 3721.0, 3731.0, 3730.0, 3718.0, 3729.0, 3754.0, 3759.0, 3744.0, 3762.0, 3741.0, 3720.0, 3731.0, 3731.0, 3732.0, 3743.0, 3774.0, 3744.0, 3766.0, 3760.0, 3787.0, 3746.0, 3762.0, 3719.0, 3794.0, 3719.0, 3739.0, 3717.0, 3728.0, 3705.0, 3716.0, 3714.0, 3717.0, 3729.0, 3731.0, 3719.0, 3734.0, 3753.0, 3754.0, 3743.0, 3741.0, 3744.0, 3735.0, 3747.0, 3757.0, 3748.0, 3756.0, 3767.0, 3782.0, 3761.0, 3761.0, 3761.0, 3760.0, 3761.0, 3759.0, 3760.0, 3800.0, 3811.0, 3768.0, 3799.0, 3746.0, 3795.0, 3763.0, 3795.0, 3775.0, 3794.0, 3794.0, 3760.0, 3748.0, 3716.0, 3725.0, 3715.0, 3725.0, 3717.0, 3747.0, 3726.0, 3707.0, 3727.0, 3714.0, 3756.0, 3715.0, 3770.0, 3716.0, 3767.0, 3704.0, 3736.0, 3715.0, 3704.0, 3725.0, 3719.0, 3718.0, 3717.0, 3738.0, 3706.0, 3748.0, 3718.0, 3728.0, 3728.0, 3705.0, 3739.0, 3718.0, 3740.0, 3721.0, 3753.0, 3733.0, 3775.0, 3744.0, 3744.0, 3742.0, 3732.0, 3742.0, 3732.0, 3762.0, 3732.0, 3773.0, 3742.0, 3783.0, 3730.0, 3730.0, 3742.0, 3730.0, 3752.0, 3730.0, 3731.0, 3756.0, 3738.0, 3746.0, 3732.0, 3735.0, 3736.0, 3736.0, 3757.0, 3746.0, 3745.0, 3766.0, 3756.0, 3736.0, 3768.0, 3746.0, 3755.0, 3743.0, 3732.0, 3744.0, 3719.0, 3735.0, 3736.0, 3734.0, 3754.0, 3744.0, 3755.0, 3745.0, 3766.0, 3756.0, 3779.0, 3747.0, 3758.0, 3785.0, 3742.0, 3783.0, 3741.0, 3793.0, 3748.0, 3789.0, 3736.0, 3766.0, 3714.0, 3743.0, 3712.0, 3720.0, 3699.0, 3709.0, 3712.0, 3732.0, 3715.0, 3715.0, 3724.0, 3711.0, 3723.0, 3721.0, 3724.0, 3724.0, 3713.0, 3723.0, 3703.0, 3704.0, 3703.0], 'WindowWidth': [8708.0, 8633.0, 8589.0, 8544.0, 8490.0, 8524.0, 8446.0, 8461.0, 8420.0, 8442.0, 8414.0, 8387.0, 8389.0, 8411.0, 8409.0, 8422.0, 8419.0, 8416.0, 8410.0, 8389.0, 8391.0, 8429.0, 8437.0, 8432.0, 8439.0, 8441.0, 8468.0, 8484.0, 8546.0, 8489.0, 8526.0, 8466.0, 8480.0, 8468.0, 8500.0, 8477.0, 8490.0, 8473.0, 8479.0, 8493.0, 8458.0, 8558.0, 8459.0, 8520.0, 8451.0, 8500.0, 8446.0, 8509.0, 8445.0, 8464.0, 8442.0, 8446.0, 8485.0, 8428.0, 8438.0, 8428.0, 8432.0, 8407.0, 8464.0, 8409.0, 8455.0, 8434.0, 8453.0, 8430.0, 8430.0, 8476.0, 8442.0, 8458.0, 8486.0, 8485.0, 8469.0, 8488.0, 8447.0, 8505.0, 8499.0, 8454.0, 8442.0, 8498.0, 8460.0, 8458.0, 8479.0, 8463.0, 8502.0, 8497.0, 8456.0, 8493.0, 8476.0, 8458.0, 8520.0, 8482.0, 8544.0, 8517.0, 8491.0, 8460.0, 8432.0, 8451.0, 8399.0, 8413.0, 8405.0, 8460.0, 8412.0, 8424.0, 8405.0, 8429.0, 8382.0, 8475.0, 8407.0, 8463.0, 8407.0, 8487.0, 8454.0, 8497.0, 8455.0, 8463.0, 8417.0, 8474.0, 8468.0, 8454.0, 8472.0, 8499.0, 8456.0, 8441.0, 8446.0, 8464.0, 8482.0, 8464.0, 8482.0, 8521.0, 8576.0, 8530.0, 8488.0, 8496.0, 8501.0, 8486.0, 8507.0, 8482.0, 8538.0, 8521.0, 8583.0, 8500.0, 8458.0, 8500.0, 8456.0, 8472.0, 8493.0, 8455.0, 8510.0, 8518.0, 8516.0, 8480.0, 8446.0, 8533.0, 8470.0, 8533.0, 8465.0, 8514.0, 8468.0, 8509.0, 8422.0, 8416.0, 8418.0, 8406.0, 8440.0, 8437.0, 8422.0, 8418.0, 8422.0, 8477.0, 8446.0, 8414.0, 8440.0, 8434.0, 8486.0, 8457.0, 8460.0, 8485.0, 8481.0, 8478.0, 8470.0, 8480.0, 8519.0, 8463.0, 8514.0, 8457.0, 8522.0, 8429.0, 8465.0, 8476.0, 8463.0, 8499.0, 8471.0, 8517.0, 8442.0, 8433.0, 8421.0, 8423.0, 8424.0, 8427.0, 8445.0, 8460.0, 8450.0, 8473.0, 8443.0, 8455.0, 8468.0, 8472.0, 8445.0, 8477.0, 8449.0, 8489.0, 8444.0, 8457.0, 8451.0, 8460.0, 8458.0, 8440.0, 8471.0, 8451.0, 8454.0, 8478.0, 8462.0, 8489.0, 8482.0, 8482.0, 8525.0, 8497.0, 8511.0, 8498.0, 8517.0, 8482.0, 8521.0, 8477.0, 8503.0, 8472.0, 8496.0, 8482.0, 8481.0, 8417.0, 8457.0, 8399.0, 8430.0, 8411.0, 8434.0, 8389.0, 8410.0, 8420.0, 8406.0, 8418.0, 8404.0, 8459.0, 8447.0, 8444.0, 8487.0, 8462.0, 8467.0, 8423.0, 8428.0, 8436.0, 8469.0, 8440.0, 8478.0, 8404.0, 8444.0, 8384.0, 8431.0, 8410.0, 8419.0, 8385.0, 8406.0, 8402.0, 8414.0, 8409.0, 8411.0, 8410.0, 8437.0, 8485.0, 8459.0, 8471.0, 8467.0, 8472.0, 8471.0, 8486.0, 8449.0, 8463.0, 8507.0, 8486.0, 8499.0, 8451.0, 8477.0, 8482.0, 8486.0, 8506.0, 8519.0, 8479.0, 8477.0, 8450.0, 8516.0, 8475.0, 8537.0, 8466.0, 8519.0, 8475.0, 8544.0, 8484.0, 8505.0, 8443.0, 8424.0, 8440.0, 8413.0, 8458.0, 8425.0, 8469.0, 8429.0, 8440.0, 8424.0, 8407.0, 8435.0, 8438.0, 8441.0, 8431.0, 8460.0, 8428.0, 8423.0, 8428.0, 8436.0, 8429.0, 8470.0, 8438.0, 8458.0, 8445.0, 8432.0, 8473.0, 8415.0, 8472.0, 8431.0, 8505.0, 8418.0, 8506.0, 8437.0, 8473.0, 8435.0, 8444.0, 8446.0, 8422.0, 8442.0, 8458.0, 8451.0, 8460.0, 8435.0, 8486.0, 8452.0, 8460.0, 8446.0, 8415.0, 8447.0, 8449.0, 8479.0, 8444.0, 8520.0, 8470.0, 8492.0, 8462.0, 8474.0, 8473.0, 8486.0, 8462.0, 8485.0, 8462.0, 8491.0, 8482.0, 8480.0, 8482.0, 8479.0, 8461.0, 8466.0, 8478.0, 8464.0, 8505.0, 8481.0, 8477.0, 8490.0, 8461.0, 8517.0, 8460.0, 8558.0, 8470.0, 8508.0, 8450.0, 8487.0, 8450.0, 8492.0, 8468.0, 8501.0, 8474.0, 8470.0, 8443.0, 8440.0, 8436.0, 8433.0, 8434.0, 8456.0, 8441.0, 8452.0, 8443.0, 8418.0, 8454.0, 8424.0, 8484.0, 8414.0, 8485.0, 8436.0, 8449.0, 8446.0, 8478.0, 8471.0, 8477.0, 8471.0, 8477.0, 8449.0, 8489.0, 8453.0, 8516.0, 8482.0, 8440.0, 8457.0, 8432.0, 8461.0, 8481.0, 8459.0, 8440.0, 8460.0, 8443.0, 8480.0, 8464.0, 8567.0, 8495.0, 8554.0, 8461.0, 8511.0, 8451.0, 8470.0, 8440.0, 8512.0, 8413.0, 8513.0, 8409.0, 8449.0, 8424.0, 8450.0, 8421.0, 8421.0, 8473.0, 8443.0, 8446.0, 8458.0, 8431.0, 8464.0, 8430.0, 8471.0, 8431.0, 8436.0, 8424.0, 8419.0, 8419.0, 8438.0, 8408.0, 8431.0, 8479.0, 8447.0, 8455.0, 8440.0, 8439.0, 8442.0, 8477.0, 8462.0, 8464.0, 8466.0, 8471.0, 8511.0, 8485.0, 8497.0, 8490.0, 8512.0, 8481.0, 8497.0, 8455.0, 8507.0, 8454.0, 8523.0, 8449.0, 8470.0, 8428.0, 8448.0, 8432.0, 8466.0, 8413.0, 8495.0, 8424.0, 8475.0, 8417.0, 8442.0, 8420.0, 8447.0, 8423.0, 8464.0, 8420.0, 8437.0, 8400.0, 8413.0, 8399.0, 8423.0, 8415.0, 8445.0, 8388.0, 8419.0, 8430.0, 8415.0, 8442.0, 8416.0, 8437.0, 8466.0, 8521.0, 8492.0, 8463.0, 8430.0, 8442.0, 8411.0, 8449.0, 8487.0, 8447.0, 8500.0, 8428.0, 8431.0, 8421.0, 8418.0, 8413.0, 8456.0, 8411.0, 8438.0, 8438.0, 8402.0, 8416.0, 8416.0, 8434.0, 8431.0, 8430.0, 8449.0, 8515.0, 8487.0, 8530.0, 8485.0, 8506.0, 8469.0, 8435.0, 8442.0, 8456.0, 8468.0, 8458.0, 8482.0, 8494.0, 8453.0, 8505.0, 8449.0, 8488.0, 8446.0, 8518.0, 8447.0, 8499.0, 8478.0, 8466.0, 8407.0, 8388.0, 8446.0, 8385.0, 8457.0, 8403.0, 8403.0, 8409.0, 8411.0, 8431.0, 8406.0, 8444.0, 8424.0, 8428.0, 8455.0, 8449.0, 8453.0, 8427.0, 8422.0, 8411.0, 8420.0, 8409.0, 8423.0, 8447.0, 8446.0, 8452.0, 8464.0, 8454.0, 8459.0, 8446.0, 8445.0, 8430.0, 8454.0, 8437.0, 8482.0, 8438.0, 8477.0, 8434.0, 8422.0, 8428.0, 8455.0, 8442.0, 8493.0, 8466.0, 8462.0, 8466.0, 8440.0, 8455.0, 8463.0, 8450.0, 8478.0, 8439.0, 8495.0, 8456.0, 8454.0, 8455.0, 8478.0, 8429.0, 8443.0, 8415.0, 8444.0, 8427.0, 8501.0, 8413.0, 8441.0, 8411.0, 8434.0, 8417.0, 8424.0, 8454.0, 8435.0, 8451.0, 8424.0, 8408.0, 8409.0, 8411.0, 8427.0, 8430.0, 8450.0, 8481.0, 8440.0, 8475.0, 8476.0, 8446.0, 8454.0, 8415.0, 8451.0, 8503.0, 8450.0, 8513.0, 8478.0, 8500.0, 8451.0, 8436.0, 8443.0, 8412.0, 8428.0, 8453.0, 8493.0, 8455.0, 8525.0, 8483.0, 8515.0, 8451.0, 8473.0, 8427.0, 8453.0, 8409.0, 8449.0, 8409.0, 8451.0, 8430.0, 8409.0, 8425.0, 8445.0, 8475.0, 8427.0, 8494.0, 8419.0, 8435.0, 8444.0, 8465.0, 8528.0, 8446.0, 8510.0, 8432.0, 8453.0, 8431.0, 8458.0, 8433.0, 8481.0, 8438.0, 8487.0, 8430.0, 8483.0, 8410.0, 8407.0, 8468.0, 8412.0, 8471.0, 8419.0, 8489.0, 8436.0, 8460.0, 8435.0, 8429.0, 8428.0, 8444.0, 8428.0, 8454.0, 8486.0, 8416.0, 8447.0, 8427.0, 8438.0, 8429.0, 8461.0, 8433.0, 8466.0, 8423.0, 8434.0, 8433.0, 8413.0, 8428.0, 8469.0, 8485.0, 8456.0, 8477.0, 8449.0, 8419.0, 8433.0, 8437.0, 8438.0, 8455.0, 8495.0, 8456.0, 8489.0, 8489.0, 8520.0, 8462.0, 8473.0, 8414.0, 8520.0, 8411.0, 8436.0, 8407.0, 8422.0, 8387.0, 8403.0, 8398.0, 8408.0, 8427.0, 8435.0, 8416.0, 8442.0, 8466.0, 8470.0, 8452.0, 8449.0, 8459.0, 8450.0, 8468.0, 8481.0, 8473.0, 8476.0, 8491.0, 8521.0, 8494.0, 8494.0, 8494.0, 8487.0, 8491.0, 8484.0, 8486.0, 8538.0, 8554.0, 8493.0, 8533.0, 8463.0, 8523.0, 8478.0, 8522.0, 8495.0, 8519.0, 8518.0, 8467.0, 8449.0, 8405.0, 8412.0, 8400.0, 8414.0, 8407.0, 8445.0, 8418.0, 8393.0, 8419.0, 8399.0, 8456.0, 8402.0, 8481.0, 8405.0, 8471.0, 8386.0, 8429.0, 8401.0, 8384.0, 8415.0, 8418.0, 8412.0, 8409.0, 8436.0, 8393.0, 8450.0, 8410.0, 8423.0, 8426.0, 8390.0, 8442.0, 8414.0, 8444.0, 8420.0, 8465.0, 8440.0, 8498.0, 8458.0, 8456.0, 8450.0, 8437.0, 8450.0, 8436.0, 8475.0, 8437.0, 8491.0, 8451.0, 8504.0, 8429.0, 8430.0, 8452.0, 8435.0, 8466.0, 8433.0, 8433.0, 8476.0, 8458.0, 8463.0, 8437.0, 8449.0, 8450.0, 8452.0, 8479.0, 8463.0, 8459.0, 8485.0, 8476.0, 8450.0, 8494.0, 8463.0, 8472.0, 8453.0, 8437.0, 8455.0, 8414.0, 8449.0, 8450.0, 8445.0, 8470.0, 8456.0, 8474.0, 8460.0, 8487.0, 8476.0, 8509.0, 8466.0, 8481.0, 8511.0, 8449.0, 8502.0, 8444.0, 8517.0, 8447.0, 8503.0, 8427.0, 8467.0, 8399.0, 8434.0, 8390.0, 8396.0, 8368.0, 8382.0, 8392.0, 8419.0, 8400.0, 8403.0, 8411.0, 8390.0, 8407.0, 8404.0, 8411.0, 8411.0, 8395.0, 8409.0, 8385.0, 8389.0, 8383.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.00450472647702407</td></tr>
<tr><td colspan=3>aqi</td><td>0.03609643588621444</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.65863273192772</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2288793067907984</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0697135964293534</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>3442.0955</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18238628461869377</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>242</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.477024070021884</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.607424145080452</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.594383029054179</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6914561176488676</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5364332885383094</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142299</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002545600989833474</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.011124213226139545</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>3.8267852638681865</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>35.4487</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1246</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.9165</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>768.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.5974</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3363</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.3709</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2964.35</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3969.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>811.9033</td></tr>
<tr><td colspan=3>tsnr</td><td>29.27918627858162</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>