<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-02/func/sub-0046_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>b9fe11be4a3cc0bdb3f59dd4368523d3</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:57:57.945000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999037, 0.0298197, 0.0321938, -0.0310469, 0.998783, 0.0383168]</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_brain_imaging_center</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.123101</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7767, -7252, 475, -57, -101, 4, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7aa32ba3-cac3-4a05-97e6-76fd1b940b17||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680342435836792, -0.08329656720161438, 0.08373238891363144, 118.11659240722656], [-0.08000411838293076, 2.6796624660491943, 0.10605449229478836, -94.88450622558594], [0.08637352287769318, -0.10280126333236694, 2.6966166496276855, -43.06901168823242], [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': ['135757.945000', '135758.405000', '135758.865000', '135759.325000', '135759.785000', '135800.245000', '135800.705000', '135801.165000', '135801.625000', '135802.085000', '135802.545000', '135803.005000', '135803.465000', '135803.925000', '135804.385000', '135804.845000', '135805.305000', '135805.765000', '135806.225000', '135806.685000', '135807.145000', '135807.605000', '135808.065000', '135808.525000', '135808.985000', '135809.445000', '135809.905000', '135810.365000', '135810.825000', '135811.285000', '135811.745000', '135812.205000', '135812.665000', '135813.125000', '135813.585000', '135814.045000', '135814.505000', '135814.965000', '135815.425000', '135815.885000', '135816.345000', '135816.805000', '135817.265000', '135817.725000', '135818.185000', '135818.645000', '135819.105000', '135819.565000', '135820.025000', '135820.485000', '135820.945000', '135821.405000', '135821.865000', '135822.325000', '135822.785000', '135823.245000', '135823.705000', '135824.165000', '135824.625000', '135825.085000', '135825.545000', '135826.005000', '135826.465000', '135826.925000', '135827.385000', '135827.845000', '135828.305000', '135828.765000', '135829.225000', '135829.685000', '135830.145000', '135830.605000', '135831.065000', '135831.525000', '135831.985000', '135832.445000', '135832.905000', '135833.365000', '135833.825000', '135834.285000', '135834.745000', '135835.205000', '135835.665000', '135836.125000', '135836.585000', '135837.045000', '135837.505000', '135837.965000', '135838.425000', '135838.885000', '135839.345000', '135839.805000', '135840.265000', '135840.725000', '135841.185000', '135841.645000', '135842.105000', '135842.565000', '135843.025000', '135843.485000', '135843.945000', '135844.405000', '135844.865000', '135845.325000', '135845.785000', '135846.245000', '135846.705000', '135847.165000', '135847.625000', '135848.085000', '135848.545000', '135849.005000', '135849.465000', '135849.925000', '135850.385000', '135850.845000', '135851.305000', '135851.765000', '135852.225000', '135852.685000', '135853.145000', '135853.605000', '135854.065000', '135854.525000', '135854.985000', '135855.445000', '135855.905000', '135856.365000', '135856.825000', '135857.285000', '135857.745000', '135858.205000', '135858.665000', '135859.125000', '135859.585000', '135900.045000', '135900.505000', '135900.965000', '135901.425000', '135901.885000', '135902.345000', '135902.805000', '135903.265000', '135903.725000', '135904.185000', '135904.645000', '135905.105000', '135905.565000', '135906.025000', '135906.485000', '135906.945000', '135907.405000', '135907.865000', '135908.325000', '135908.785000', '135909.245000', '135909.705000', '135910.165000', '135910.625000', '135911.085000', '135911.545000', '135912.005000', '135912.465000', '135912.925000', '135913.385000', '135913.845000', '135914.305000', '135914.765000', '135915.225000', '135915.685000', '135916.145000', '135916.605000', '135917.065000', '135917.525000', '135917.985000', '135918.445000', '135918.905000', '135919.365000', '135919.825000', '135920.285000', '135920.745000', '135921.205000', '135921.665000', '135922.125000', '135922.585000', '135923.045000', '135923.505000', '135923.965000', '135924.425000', '135924.885000', '135925.345000', '135925.805000', '135926.265000', '135926.725000', '135927.185000', '135927.645000', '135928.105000', '135928.565000', '135929.025000', '135929.485000', '135929.945000', '135930.405000', '135930.865000', '135931.325000', '135931.785000', '135932.245000', '135932.705000', '135933.165000', '135933.625000', '135934.085000', '135934.545000', '135935.005000', '135935.465000', '135935.925000', '135936.385000', '135936.845000', '135937.305000', '135937.765000', '135938.225000', '135938.685000', '135939.145000', '135939.605000', '135940.065000', '135940.525000', '135940.985000', '135941.445000', '135941.905000', '135942.365000', '135942.825000', '135943.285000', '135943.745000', '135944.205000', '135944.665000', '135945.125000', '135945.585000', '135946.045000', '135946.505000', '135946.965000', '135947.425000', '135947.885000', '135948.345000', '135948.805000', '135949.265000', '135949.725000', '135950.185000', '135950.645000', '135951.105000', '135951.565000', '135952.025000', '135952.485000', '135952.945000', '135953.405000', '135953.865000', '135954.325000', '135954.785000', '135955.245000', '135955.705000', '135956.165000', '135956.625000', '135957.085000', '135957.545000', '135958.005000', '135958.465000', '135958.925000', '135959.385000', '135959.845000', '140000.305000', '140000.765000', '140001.225000', '140001.685000', '140002.145000', '140002.605000', '140003.065000', '140003.525000', '140003.985000', '140004.445000', '140004.905000', '140005.365000', '140005.825000', '140006.285000', '140006.745000', '140007.205000', '140007.665000', '140008.125000', '140008.585000', '140009.045000', '140009.505000', '140009.965000', '140010.425000', '140010.885000', '140011.345000', '140011.805000', '140012.265000', '140012.725000', '140013.185000', '140013.645000', '140014.105000', '140014.565000', '140015.025000', '140015.485000', '140015.945000', '140016.405000', '140016.865000', '140017.325000', '140017.785000', '140018.245000', '140018.705000', '140019.165000', '140019.625000', '140020.085000', '140020.545000', '140021.005000', '140021.465000', '140021.925000', '140022.385000', '140022.845000', '140023.305000', '140023.765000', '140024.225000', '140024.685000', '140025.145000', '140025.605000', '140026.065000', '140026.525000', '140026.985000', '140027.445000', '140027.905000', '140028.365000', '140028.825000', '140029.285000', '140029.745000', '140030.205000', '140030.665000', '140031.125000', '140031.585000', '140032.045000', '140032.505000', '140032.965000', '140033.425000', '140033.885000', '140034.345000', '140034.805000', '140035.265000', '140035.725000', '140036.185000', '140036.645000', '140037.105000', '140037.565000', '140038.025000', '140038.485000', '140038.945000', '140039.405000', '140039.865000', '140040.325000', '140040.785000', '140041.245000', '140041.705000', '140042.165000', '140042.625000', '140043.085000', '140043.545000', '140044.005000', '140044.465000', '140044.925000', '140045.385000', '140045.845000', '140046.305000', '140046.765000', '140047.225000', '140047.685000', '140048.145000', '140048.605000', '140049.065000', '140049.525000', '140049.985000', '140050.445000', '140050.905000', '140051.365000', '140051.825000', '140052.285000', '140052.745000', '140053.205000', '140053.665000', '140054.125000', '140054.585000', '140055.045000', '140055.505000', '140055.965000', '140056.425000', '140056.885000', '140057.345000', '140057.805000', '140058.265000', '140058.725000', '140059.185000', '140059.645000', '140100.105000', '140100.565000', '140101.025000', '140101.485000', '140101.945000', '140102.405000', '140102.865000', '140103.325000', '140103.785000', '140104.245000', '140104.705000', '140105.165000', '140105.625000', '140106.085000', '140106.545000', '140107.005000', '140107.465000', '140107.925000', '140108.385000', '140108.845000', '140109.305000', '140109.765000', '140110.225000', '140110.685000', '140111.145000', '140111.605000', '140112.065000', '140112.525000', '140112.985000', '140113.445000', '140113.905000', '140114.365000', '140114.825000', '140115.285000', '140115.745000', '140116.205000', '140116.665000', '140117.125000', '140117.585000', '140118.045000', '140118.505000', '140118.965000', '140119.425000', '140119.885000', '140120.345000', '140120.805000', '140121.265000', '140121.725000', '140122.185000', '140122.645000', '140123.105000', '140123.565000', '140124.025000', '140124.485000', '140124.945000', '140125.405000', '140125.865000', '140126.325000', '140126.785000', '140127.245000', '140127.705000', '140128.165000', '140128.625000', '140129.085000', '140129.545000', '140130.005000', '140130.465000', '140130.925000', '140131.385000', '140131.845000', '140132.305000', '140132.765000', '140133.225000', '140133.685000', '140134.145000', '140134.605000', '140135.065000', '140135.525000', '140135.985000', '140136.445000', '140136.905000', '140137.365000', '140137.825000', '140138.285000', '140138.745000', '140139.205000', '140139.665000', '140140.125000', '140140.585000', '140141.045000', '140141.505000', '140141.965000', '140142.425000', '140142.885000', '140143.345000', '140143.805000', '140144.265000', '140144.725000', '140145.185000', '140145.645000', '140146.105000', '140146.565000', '140147.025000', '140147.485000', '140147.945000', '140148.405000', '140148.865000', '140149.325000', '140149.785000', '140150.245000', '140150.705000', '140151.165000', '140151.625000', '140152.085000', '140152.545000', '140153.005000', '140153.465000', '140153.925000', '140154.385000', '140154.845000', '140155.305000', '140155.765000', '140156.225000', '140156.685000', '140157.145000', '140157.605000', '140158.065000', '140158.525000', '140158.985000', '140159.445000', '140159.905000', '140200.365000', '140200.825000', '140201.285000', '140201.745000', '140202.205000', '140202.665000', '140203.125000', '140203.585000', '140204.045000', '140204.505000', '140204.965000', '140205.425000', '140205.885000', '140206.345000', '140206.805000', '140207.265000', '140207.725000', '140208.185000', '140208.645000', '140209.105000', '140209.565000', '140210.025000', '140210.485000', '140210.945000', '140211.405000', '140211.865000', '140212.325000', '140212.785000', '140213.245000', '140213.705000', '140214.165000', '140214.625000', '140215.085000', '140215.545000', '140216.005000', '140216.465000', '140216.925000', '140217.385000', '140217.845000', '140218.305000', '140218.765000', '140219.225000', '140219.685000', '140220.145000', '140220.605000', '140221.065000', '140221.525000', '140221.985000', '140222.445000', '140222.905000', '140223.365000', '140223.825000', '140224.285000', '140224.745000', '140225.205000', '140225.665000', '140226.125000', '140226.585000', '140227.045000', '140227.505000', '140227.965000', '140228.425000', '140228.885000', '140229.345000', '140229.805000', '140230.265000', '140230.725000', '140231.185000', '140231.645000', '140232.105000', '140232.565000', '140233.025000', '140233.485000', '140233.945000', '140234.405000', '140234.865000', '140235.325000', '140235.785000', '140236.245000', '140236.705000', '140237.165000', '140237.625000', '140238.085000', '140238.545000', '140239.005000', '140239.465000', '140239.925000', '140240.385000', '140240.845000', '140241.305000', '140241.765000', '140242.225000', '140242.685000', '140243.145000', '140243.605000', '140244.065000', '140244.525000', '140244.985000', '140245.445000', '140245.905000', '140246.365000', '140246.825000', '140247.285000', '140247.745000', '140248.205000', '140248.665000', '140249.125000', '140249.585000', '140250.045000', '140250.505000', '140250.965000', '140251.425000', '140251.885000', '140252.345000', '140252.805000', '140253.265000', '140253.725000', '140254.185000', '140254.645000', '140255.105000', '140255.565000', '140256.025000', '140256.485000', '140256.945000', '140257.405000', '140257.865000', '140258.325000', '140258.785000', '140259.245000', '140259.705000', '140300.165000', '140300.625000', '140301.085000', '140301.545000', '140302.005000', '140302.465000', '140302.925000', '140303.385000', '140303.845000', '140304.305000', '140304.765000', '140305.225000', '140305.685000', '140306.145000', '140306.605000', '140307.065000', '140307.525000', '140307.985000', '140308.445000', '140308.905000', '140309.365000', '140309.825000', '140310.285000', '140310.745000', '140311.205000', '140311.665000', '140312.125000', '140312.585000', '140313.045000', '140313.505000', '140313.965000', '140314.425000', '140314.885000', '140315.345000', '140315.805000', '140316.265000', '140316.725000', '140317.185000', '140317.645000', '140318.105000', '140318.565000', '140319.025000', '140319.485000', '140319.945000', '140320.405000', '140320.865000', '140321.325000', '140321.785000', '140322.245000', '140322.705000', '140323.165000', '140323.625000', '140324.085000', '140324.545000', '140325.005000', '140325.465000', '140325.925000', '140326.385000', '140326.845000', '140327.305000', '140327.765000', '140328.225000', '140328.685000', '140329.145000', '140329.605000', '140330.065000', '140330.525000', '140330.985000', '140331.445000', '140331.905000', '140332.365000', '140332.825000', '140333.285000', '140333.745000', '140334.205000', '140334.665000', '140335.125000', '140335.585000', '140336.045000', '140336.505000', '140336.965000', '140337.425000', '140337.885000', '140338.345000', '140338.805000', '140339.265000', '140339.725000', '140340.185000', '140340.645000', '140341.105000', '140341.565000', '140342.025000', '140342.485000', '140342.945000', '140343.405000', '140343.865000', '140344.325000', '140344.785000', '140345.245000', '140345.705000', '140346.165000', '140346.625000', '140347.085000', '140347.545000', '140348.005000', '140348.465000', '140348.925000', '140349.385000', '140349.845000', '140350.305000', '140350.765000', '140351.225000', '140351.685000', '140352.145000', '140352.605000', '140353.065000', '140353.525000', '140353.985000', '140354.445000', '140354.905000', '140355.365000', '140355.825000', '140356.285000', '140356.745000', '140357.205000', '140357.665000', '140358.125000', '140358.585000', '140359.045000', '140359.505000', '140359.965000', '140400.425000', '140400.885000', '140401.345000', '140401.805000', '140402.265000', '140402.725000', '140403.185000', '140403.645000', '140404.105000', '140404.565000', '140405.025000', '140405.485000', '140405.945000', '140406.405000', '140406.865000', '140407.325000', '140407.785000', '140408.245000', '140408.705000', '140409.165000', '140409.625000', '140410.085000', '140410.545000', '140411.005000', '140411.465000', '140411.925000', '140412.385000', '140412.845000', '140413.305000', '140413.765000', '140414.225000', '140414.685000', '140415.145000', '140415.605000', '140416.065000', '140416.525000', '140416.985000', '140417.445000', '140417.905000', '140418.365000', '140418.825000', '140419.285000', '140419.745000', '140420.205000', '140420.665000', '140421.125000', '140421.585000', '140422.045000', '140422.505000', '140422.965000', '140423.425000', '140423.885000', '140424.345000', '140424.805000', '140425.265000', '140425.725000', '140426.185000', '140426.645000', '140427.105000', '140427.565000', '140428.025000', '140428.485000', '140428.945000', '140429.405000', '140429.865000', '140430.325000', '140430.785000', '140431.245000', '140431.705000', '140432.165000', '140432.625000', '140433.085000', '140433.545000', '140434.005000', '140434.465000', '140434.925000', '140435.385000', '140435.845000', '140436.305000', '140436.765000', '140437.225000', '140437.685000', '140438.145000', '140438.605000', '140439.065000', '140439.525000', '140439.985000', '140440.445000', '140440.905000', '140441.365000', '140441.825000', '140442.285000', '140442.745000', '140443.205000', '140443.665000', '140444.125000', '140444.585000', '140445.045000', '140445.505000', '140445.965000', '140446.425000', '140446.885000', '140447.345000', '140447.805000', '140448.265000', '140448.725000', '140449.185000', '140449.645000', '140450.105000', '140450.565000', '140451.025000', '140451.485000', '140451.945000', '140452.405000', '140452.865000', '140453.325000', '140453.785000', '140454.245000', '140454.705000', '140455.165000', '140455.625000', '140456.085000', '140456.545000', '140457.005000', '140457.465000', '140457.925000'], 'ContentTime': ['135812.736000', '135812.739000', '135812.742000', '135812.745000', '135812.748000', '135812.750000', '135812.753000', '135812.755000', '135812.758000', '135812.760000', '135812.763000', '135812.766000', '135812.774000', '135812.776000', '135812.779000', '135812.782000', '135812.784000', '135812.787000', '135812.789000', '135812.792000', '135812.794000', '135812.803000', '135812.806000', '135812.808000', '135812.811000', '135812.814000', '135812.817000', '135812.819000', '135812.822000', '135832.687000', '135832.690000', '135832.693000', '135832.695000', '135832.698000', '135832.701000', '135832.703000', '135832.706000', '135832.708000', '135832.711000', '135832.714000', '135832.716000', '135832.719000', '135832.721000', '135832.724000', '135832.727000', '135832.729000', '135832.732000', '135832.734000', '135832.737000', '135832.740000', '135832.742000', '135832.745000', '135832.747000', '135832.750000', '135832.752000', '135832.755000', '135832.758000', '135832.760000', '135832.767000', '135832.770000', '135832.772000', '135832.775000', '135832.778000', '135832.780000', '135832.783000', '135832.785000', '135832.788000', '135832.791000', '135832.793000', '135832.796000', '135832.799000', '135832.824000', '135852.687000', '135852.690000', '135852.693000', '135852.696000', '135852.699000', '135852.702000', '135852.705000', '135852.707000', '135852.710000', '135852.713000', '135852.715000', '135852.718000', '135852.721000', '135852.723000', '135852.726000', '135852.728000', '135852.731000', '135852.734000', '135852.736000', '135852.739000', '135852.741000', '135852.744000', '135852.747000', '135852.749000', '135852.752000', '135852.755000', '135852.757000', '135852.760000', '135852.762000', '135852.765000', '135852.767000', '135852.770000', '135852.772000', '135852.775000', '135852.777000', '135852.780000', '135852.783000', '135852.785000', '135852.788000', '135852.790000', '135852.793000', '135852.795000', '135852.798000', '135852.801000', '135912.688000', '135912.690000', '135912.693000', '135912.696000', '135912.698000', '135912.701000', '135912.703000', '135912.706000', '135912.708000', '135912.711000', '135912.714000', '135912.716000', '135912.719000', '135912.721000', '135912.724000', '135912.727000', '135912.729000', '135912.732000', '135912.734000', '135912.737000', '135912.739000', '135912.742000', '135912.745000', '135912.747000', '135912.750000', '135912.752000', '135912.755000', '135912.757000', '135912.760000', '135912.762000', '135912.765000', '135912.768000', '135912.770000', '135912.773000', '135912.775000', '135912.778000', '135912.780000', '135912.783000', '135912.785000', '135912.799000', '135912.802000', '135912.804000', '135912.807000', '135932.688000', '135932.691000', '135932.694000', '135932.696000', '135932.699000', '135932.701000', '135932.704000', '135932.707000', '135932.709000', '135932.712000', '135932.714000', '135932.717000', '135932.720000', '135932.722000', '135932.725000', '135932.727000', '135932.730000', '135932.732000', '135932.735000', '135932.738000', '135932.740000', '135932.743000', '135932.745000', '135932.748000', '135932.750000', '135932.753000', '135932.756000', '135932.758000', '135932.761000', '135932.763000', '135932.766000', '135932.768000', '135932.771000', '135932.774000', '135932.776000', '135932.779000', '135932.781000', '135932.784000', '135932.786000', '135932.789000', '135932.791000', '135932.794000', '135932.797000', '135932.799000', '135952.689000', '135952.691000', '135952.694000', '135952.697000', '135952.699000', '135952.702000', '135952.704000', '135952.707000', '135952.710000', '135952.712000', '135952.715000', '135952.717000', '135952.720000', '135952.722000', '135952.725000', '135952.728000', '135952.730000', '135952.733000', '135952.735000', '135952.738000', '135952.740000', '135952.743000', '135952.746000', '135952.748000', '135952.751000', '135952.753000', '135952.756000', '135952.758000', '135952.761000', '135952.764000', '135952.766000', '135952.769000', '135952.771000', '135952.774000', '135952.777000', '135952.779000', '135952.782000', '135952.784000', '135952.787000', '135952.789000', '135952.792000', '135952.795000', '135952.797000', '140012.689000', '140012.692000', '140012.694000', '140012.697000', '140012.700000', '140012.702000', '140012.705000', '140012.707000', '140012.710000', '140012.712000', '140012.715000', '140012.718000', '140012.720000', '140012.723000', '140012.725000', '140012.728000', '140012.731000', '140012.734000', '140012.737000', '140012.740000', '140012.742000', '140012.745000', '140012.747000', '140012.750000', '140012.753000', '140012.755000', '140012.758000', '140012.760000', '140012.763000', '140012.766000', '140012.768000', '140012.771000', '140012.773000', '140012.776000', '140012.778000', '140012.781000', '140012.783000', '140012.786000', '140012.789000', '140012.791000', '140012.794000', '140012.796000', '140012.799000', '140032.688000', '140032.691000', '140032.694000', '140032.697000', '140032.699000', '140032.702000', '140032.705000', '140032.707000', '140032.710000', '140032.712000', '140032.715000', '140032.718000', '140032.720000', '140032.723000', '140032.725000', '140032.728000', '140032.731000', '140032.733000', '140032.736000', '140032.738000', '140032.741000', '140032.744000', '140032.746000', '140032.749000', '140032.751000', '140032.757000', '140032.760000', '140032.763000', '140032.765000', '140032.768000', '140032.770000', '140032.773000', '140032.776000', '140032.778000', '140032.781000', '140032.783000', '140032.786000', '140032.788000', '140032.791000', '140032.794000', '140032.796000', '140032.799000', '140032.849000', '140032.851000', '140052.688000', '140052.690000', '140052.693000', '140052.696000', '140052.698000', '140052.701000', '140052.703000', '140052.706000', '140052.709000', '140052.712000', '140052.715000', '140052.717000', '140052.720000', '140052.723000', '140052.725000', '140052.728000', '140052.730000', '140052.733000', '140052.735000', '140052.738000', '140052.741000', '140052.743000', '140052.746000', '140052.748000', '140052.751000', '140052.754000', '140052.756000', '140052.759000', '140052.761000', '140052.764000', '140052.767000', '140052.769000', '140052.772000', '140052.774000', '140052.777000', '140052.789000', '140052.792000', '140052.794000', '140052.797000', '140052.834000', '140052.837000', '140052.839000', '140052.842000', '140112.688000', '140112.690000', '140112.693000', '140112.696000', '140112.698000', '140112.701000', '140112.704000', '140112.706000', '140112.709000', '140112.711000', '140112.714000', '140112.717000', '140112.719000', '140112.722000', '140112.724000', '140112.727000', '140112.730000', '140112.732000', '140112.735000', '140112.737000', '140112.740000', '140112.743000', '140112.745000', '140112.748000', '140112.751000', '140112.753000', '140112.756000', '140112.758000', '140112.761000', '140112.764000', '140112.766000', '140112.769000', '140112.771000', '140112.774000', '140112.777000', '140112.779000', '140112.782000', '140112.784000', '140112.787000', '140112.790000', '140112.792000', '140112.795000', '140112.797000', '140112.857000', '140132.687000', '140132.690000', '140132.693000', '140132.695000', '140132.698000', '140132.701000', '140132.703000', '140132.706000', '140132.708000', '140132.711000', '140132.714000', '140132.716000', '140132.719000', '140132.721000', '140132.724000', '140132.727000', '140132.729000', '140132.732000', '140132.735000', '140132.737000', '140132.740000', '140132.742000', '140132.745000', '140132.747000', '140132.750000', '140132.753000', '140132.755000', '140132.766000', '140132.769000', '140132.771000', '140132.775000', '140132.779000', '140132.782000', '140132.785000', '140132.787000', '140132.790000', '140132.793000', '140132.796000', '140132.798000', '140132.849000', '140132.852000', '140132.854000', '140132.857000', '140152.689000', '140152.691000', '140152.694000', '140152.697000', '140152.699000', '140152.702000', '140152.705000', '140152.707000', '140152.710000', '140152.713000', '140152.715000', '140152.718000', '140152.721000', '140152.723000', '140152.726000', '140152.729000', '140152.731000', '140152.734000', '140152.737000', '140152.739000', '140152.742000', '140152.745000', '140152.748000', '140152.750000', '140152.753000', '140152.756000', '140152.758000', '140152.761000', '140152.764000', '140152.766000', '140152.769000', '140152.772000', '140152.774000', '140152.777000', '140152.779000', '140152.782000', '140152.785000', '140152.787000', '140152.790000', '140152.792000', '140152.795000', '140152.798000', '140152.851000', '140152.854000', '140212.689000', '140212.691000', '140212.694000', '140212.697000', '140212.699000', '140212.702000', '140212.705000', '140212.707000', '140212.710000', '140212.712000', '140212.715000', '140212.718000', '140212.720000', '140212.723000', '140212.725000', '140212.728000', '140212.731000', '140212.733000', '140212.736000', '140212.739000', '140212.741000', '140212.744000', '140212.746000', '140212.749000', '140212.751000', '140212.754000', '140212.757000', '140212.759000', '140212.762000', '140212.764000', '140212.767000', '140212.770000', '140212.772000', '140212.775000', '140212.778000', '140212.781000', '140212.784000', '140212.791000', '140212.794000', '140212.796000', '140212.799000', '140212.841000', '140212.844000', '140232.688000', '140232.691000', '140232.694000', '140232.697000', '140232.699000', '140232.702000', '140232.705000', '140232.707000', '140232.710000', '140232.712000', '140232.715000', '140232.718000', '140232.720000', '140232.723000', '140232.726000', '140232.728000', '140232.731000', '140232.742000', '140232.745000', '140232.747000', '140232.750000', '140232.752000', '140232.755000', '140232.758000', '140232.760000', '140232.763000', '140232.765000', '140232.768000', '140232.770000', '140232.773000', '140232.776000', '140232.778000', '140232.781000', '140232.783000', '140232.786000', '140232.789000', '140232.791000', '140232.794000', '140232.796000', '140232.799000', '140232.855000', '140232.858000', '140232.861000', '140232.863000', '140252.688000', '140252.691000', '140252.694000', '140252.696000', '140252.699000', '140252.702000', '140252.704000', '140252.707000', '140252.709000', '140252.712000', '140252.714000', '140252.717000', '140252.720000', '140252.722000', '140252.725000', '140252.727000', '140252.730000', '140252.733000', '140252.735000', '140252.738000', '140252.740000', '140252.743000', '140252.745000', '140252.748000', '140252.752000', '140252.755000', '140252.757000', '140252.760000', '140252.763000', '140252.765000', '140252.768000', '140252.770000', '140252.773000', '140252.776000', '140252.778000', '140252.781000', '140252.783000', '140252.786000', '140252.788000', '140252.791000', '140252.793000', '140252.796000', '140252.799000', '140312.687000', '140312.690000', '140312.693000', '140312.695000', '140312.698000', '140312.701000', '140312.703000', '140312.706000', '140312.709000', '140312.711000', '140312.714000', '140312.716000', '140312.719000', '140312.722000', '140312.724000', '140312.727000', '140312.729000', '140312.732000', '140312.735000', '140312.737000', '140312.740000', '140312.742000', '140312.745000', '140312.747000', '140312.750000', '140312.753000', '140312.755000', '140312.758000', '140312.760000', '140312.763000', '140312.766000', '140312.769000', '140312.771000', '140312.774000', '140312.778000', '140312.781000', '140312.784000', '140312.786000', '140312.789000', '140312.792000', '140312.794000', '140312.797000', '140312.869000', '140312.871000', '140332.687000', '140332.690000', '140332.693000', '140332.696000', '140332.698000', '140332.701000', '140332.703000', '140332.706000', '140332.709000', '140332.711000', '140332.714000', '140332.716000', '140332.719000', '140332.722000', '140332.724000', '140332.727000', '140332.730000', '140332.732000', '140332.735000', '140332.737000', '140332.740000', '140332.743000', '140332.745000', '140332.748000', '140332.750000', '140332.753000', '140332.755000', '140332.758000', '140332.761000', '140332.763000', '140332.766000', '140332.769000', '140332.771000', '140332.774000', '140332.777000', '140332.779000', '140332.782000', '140332.784000', '140332.787000', '140332.790000', '140332.792000', '140332.795000', '140332.797000', '140352.688000', '140352.692000', '140352.695000', '140352.697000', '140352.700000', '140352.703000', '140352.705000', '140352.708000', '140352.710000', '140352.713000', '140352.716000', '140352.718000', '140352.721000', '140352.723000', '140352.726000', '140352.729000', '140352.731000', '140352.734000', '140352.736000', '140352.739000', '140352.742000', '140352.744000', '140352.747000', '140352.749000', '140352.752000', '140352.754000', '140352.757000', '140352.772000', '140352.775000', '140352.777000', '140352.780000', '140352.782000', '140352.785000', '140352.788000', '140352.790000', '140352.793000', '140352.795000', '140352.798000', '140352.882000', '140352.885000', '140352.888000', '140352.890000', '140352.893000', '140352.896000', '140412.689000', '140412.691000', '140412.694000', '140412.697000', '140412.699000', '140412.702000', '140412.704000', '140412.707000', '140412.710000', '140412.712000', '140412.715000', '140412.717000', '140412.720000', '140412.723000', '140412.725000', '140412.728000', '140412.730000', '140412.733000', '140412.736000', '140412.738000', '140412.741000', '140412.743000', '140412.746000', '140412.749000', '140412.751000', '140412.754000', '140412.756000', '140412.759000', '140412.761000', '140412.764000', '140412.767000', '140412.769000', '140412.772000', '140412.774000', '140412.777000', '140412.779000', '140412.782000', '140412.785000', '140412.787000', '140412.790000', '140412.792000', '140412.795000', '140412.797000', '140432.689000', '140432.691000', '140432.694000', '140432.697000', '140432.699000', '140432.702000', '140432.705000', '140432.707000', '140432.710000', '140432.713000', '140432.715000', '140432.718000', '140432.721000', '140432.723000', '140432.726000', '140432.729000', '140432.731000', '140432.734000', '140432.737000', '140432.739000', '140432.742000', '140432.745000', '140432.747000', '140432.750000', '140432.753000', '140432.755000', '140432.758000', '140432.760000', '140432.763000', '140432.766000', '140432.768000', '140432.771000', '140432.774000', '140432.776000', '140432.779000', '140432.781000', '140432.784000', '140432.787000', '140432.789000', '140432.792000', '140432.795000', '140432.797000', '140432.849000', '140432.852000', '140452.689000', '140452.691000', '140452.694000', '140452.697000', '140452.700000', '140452.702000', '140452.705000', '140452.707000', '140452.710000', '140452.713000', '140452.715000', '140452.718000', '140452.721000', '140452.723000', '140452.726000', '140452.729000', '140452.731000', '140452.734000', '140452.736000', '140452.739000', '140452.742000', '140452.744000', '140452.747000', '140452.749000', '140452.752000', '140452.755000', '140452.757000', '140452.760000', '140452.763000', '140452.765000', '140452.768000', '140452.770000', '140452.773000', '140452.776000', '140452.778000', '140452.781000', '140452.783000', '140452.786000', '140452.789000', '140452.791000', '140452.794000', '140452.796000', '140452.799000', '140459.746000', '140459.749000', '140459.751000', '140459.755000', '140459.757000', '140459.760000', '140459.763000', '140459.766000', '140459.769000', '140459.772000', '140459.775000', '140459.778000', '140459.781000', '140459.784000', '140459.787000', '140459.789000'], 'InstanceCreationTime': ['135812.736000', '135812.739000', '135812.742000', '135812.745000', '135812.748000', '135812.750000', '135812.753000', '135812.755000', '135812.758000', '135812.760000', '135812.763000', '135812.766000', '135812.774000', '135812.776000', '135812.779000', '135812.782000', '135812.784000', '135812.787000', '135812.789000', '135812.792000', '135812.794000', '135812.803000', '135812.806000', '135812.808000', '135812.811000', '135812.814000', '135812.817000', '135812.819000', '135812.822000', '135832.687000', '135832.690000', '135832.693000', '135832.695000', '135832.698000', '135832.701000', '135832.703000', '135832.706000', '135832.708000', '135832.711000', '135832.714000', '135832.716000', '135832.719000', '135832.721000', '135832.724000', '135832.727000', '135832.729000', '135832.732000', '135832.734000', '135832.737000', '135832.740000', '135832.742000', '135832.745000', '135832.747000', '135832.750000', '135832.752000', '135832.755000', '135832.758000', '135832.760000', '135832.767000', '135832.770000', '135832.772000', '135832.775000', '135832.778000', '135832.780000', '135832.783000', '135832.785000', '135832.788000', '135832.791000', '135832.793000', '135832.796000', '135832.799000', '135832.824000', '135852.687000', '135852.690000', '135852.693000', '135852.696000', '135852.699000', '135852.702000', '135852.705000', '135852.707000', '135852.710000', '135852.713000', '135852.715000', '135852.718000', '135852.721000', '135852.723000', '135852.726000', '135852.728000', '135852.731000', '135852.734000', '135852.736000', '135852.739000', '135852.741000', '135852.744000', '135852.747000', '135852.749000', '135852.752000', '135852.755000', '135852.757000', '135852.760000', '135852.762000', '135852.765000', '135852.767000', '135852.770000', '135852.772000', '135852.775000', '135852.777000', '135852.780000', '135852.783000', '135852.785000', '135852.788000', '135852.790000', '135852.793000', '135852.795000', '135852.798000', '135852.801000', '135912.688000', '135912.690000', '135912.693000', '135912.696000', '135912.698000', '135912.701000', '135912.703000', '135912.706000', '135912.708000', '135912.711000', '135912.714000', '135912.716000', '135912.719000', '135912.721000', '135912.724000', '135912.727000', '135912.729000', '135912.732000', '135912.734000', '135912.737000', '135912.739000', '135912.742000', '135912.745000', '135912.747000', '135912.750000', '135912.752000', '135912.755000', '135912.757000', '135912.760000', '135912.762000', '135912.765000', '135912.768000', '135912.770000', '135912.773000', '135912.775000', '135912.778000', '135912.780000', '135912.783000', '135912.785000', '135912.799000', '135912.802000', '135912.804000', '135912.807000', '135932.688000', '135932.691000', '135932.694000', '135932.696000', '135932.699000', '135932.701000', '135932.704000', '135932.707000', '135932.709000', '135932.712000', '135932.714000', '135932.717000', '135932.720000', '135932.722000', '135932.725000', '135932.727000', '135932.730000', '135932.732000', '135932.735000', '135932.738000', '135932.740000', '135932.743000', '135932.745000', '135932.748000', '135932.750000', '135932.753000', '135932.756000', '135932.758000', '135932.761000', '135932.763000', '135932.766000', '135932.768000', '135932.771000', '135932.774000', '135932.776000', '135932.779000', '135932.781000', '135932.784000', '135932.786000', '135932.789000', '135932.791000', '135932.794000', '135932.797000', '135932.799000', '135952.689000', '135952.691000', '135952.694000', '135952.697000', '135952.699000', '135952.702000', '135952.704000', '135952.707000', '135952.710000', '135952.712000', '135952.715000', '135952.717000', '135952.720000', '135952.722000', '135952.725000', '135952.728000', '135952.730000', '135952.733000', '135952.735000', '135952.738000', '135952.740000', '135952.743000', '135952.746000', '135952.748000', '135952.751000', '135952.753000', '135952.756000', '135952.758000', '135952.761000', '135952.764000', '135952.766000', '135952.769000', '135952.771000', '135952.774000', '135952.777000', '135952.779000', '135952.782000', '135952.784000', '135952.787000', '135952.789000', '135952.792000', '135952.795000', '135952.797000', '140012.689000', '140012.692000', '140012.694000', '140012.697000', '140012.700000', '140012.702000', '140012.705000', '140012.707000', '140012.710000', '140012.712000', '140012.715000', '140012.718000', '140012.720000', '140012.723000', '140012.725000', '140012.728000', '140012.731000', '140012.734000', '140012.737000', '140012.740000', '140012.742000', '140012.745000', '140012.747000', '140012.750000', '140012.753000', '140012.755000', '140012.758000', '140012.760000', '140012.763000', '140012.766000', '140012.768000', '140012.771000', '140012.773000', '140012.776000', '140012.778000', '140012.781000', '140012.783000', '140012.786000', '140012.789000', '140012.791000', '140012.794000', '140012.796000', '140012.799000', '140032.688000', '140032.691000', '140032.694000', '140032.697000', '140032.699000', '140032.702000', '140032.705000', '140032.707000', '140032.710000', '140032.712000', '140032.715000', '140032.718000', '140032.720000', '140032.723000', '140032.725000', '140032.728000', '140032.731000', '140032.733000', '140032.736000', '140032.738000', '140032.741000', '140032.744000', '140032.746000', '140032.749000', '140032.751000', '140032.757000', '140032.760000', '140032.763000', '140032.765000', '140032.768000', '140032.770000', '140032.773000', '140032.776000', '140032.778000', '140032.781000', '140032.783000', '140032.786000', '140032.788000', '140032.791000', '140032.794000', '140032.796000', '140032.799000', '140032.849000', '140032.851000', '140052.688000', '140052.690000', '140052.693000', '140052.696000', '140052.698000', '140052.701000', '140052.703000', '140052.706000', '140052.709000', '140052.712000', '140052.715000', '140052.717000', '140052.720000', '140052.723000', '140052.725000', '140052.728000', '140052.730000', '140052.733000', '140052.735000', '140052.738000', '140052.741000', '140052.743000', '140052.746000', '140052.748000', '140052.751000', '140052.754000', '140052.756000', '140052.759000', '140052.761000', '140052.764000', '140052.767000', '140052.769000', '140052.772000', '140052.774000', '140052.777000', '140052.789000', '140052.792000', '140052.794000', '140052.797000', '140052.834000', '140052.837000', '140052.839000', '140052.842000', '140112.688000', '140112.690000', '140112.693000', '140112.696000', '140112.698000', '140112.701000', '140112.704000', '140112.706000', '140112.709000', '140112.711000', '140112.714000', '140112.717000', '140112.719000', '140112.722000', '140112.724000', '140112.727000', '140112.730000', '140112.732000', '140112.735000', '140112.737000', '140112.740000', '140112.743000', '140112.745000', '140112.748000', '140112.751000', '140112.753000', '140112.756000', '140112.758000', '140112.761000', '140112.764000', '140112.766000', '140112.769000', '140112.771000', '140112.774000', '140112.777000', '140112.779000', '140112.782000', '140112.784000', '140112.787000', '140112.790000', '140112.792000', '140112.795000', '140112.797000', '140112.857000', '140132.687000', '140132.690000', '140132.693000', '140132.695000', '140132.698000', '140132.701000', '140132.703000', '140132.706000', '140132.708000', '140132.711000', '140132.714000', '140132.716000', '140132.719000', '140132.721000', '140132.724000', '140132.727000', '140132.729000', '140132.732000', '140132.735000', '140132.737000', '140132.740000', '140132.742000', '140132.745000', '140132.747000', '140132.750000', '140132.753000', '140132.755000', '140132.766000', '140132.769000', '140132.771000', '140132.775000', '140132.779000', '140132.782000', '140132.785000', '140132.787000', '140132.790000', '140132.793000', '140132.796000', '140132.798000', '140132.849000', '140132.852000', '140132.854000', '140132.857000', '140152.689000', '140152.691000', '140152.694000', '140152.697000', '140152.699000', '140152.702000', '140152.705000', '140152.707000', '140152.710000', '140152.713000', '140152.715000', '140152.718000', '140152.721000', '140152.723000', '140152.726000', '140152.729000', '140152.731000', '140152.734000', '140152.737000', '140152.739000', '140152.742000', '140152.745000', '140152.748000', '140152.750000', '140152.753000', '140152.756000', '140152.758000', '140152.761000', '140152.764000', '140152.766000', '140152.769000', '140152.772000', '140152.774000', '140152.777000', '140152.779000', '140152.782000', '140152.785000', '140152.787000', '140152.790000', '140152.792000', '140152.795000', '140152.798000', '140152.851000', '140152.854000', '140212.689000', '140212.691000', '140212.694000', '140212.697000', '140212.699000', '140212.702000', '140212.705000', '140212.707000', '140212.710000', '140212.712000', '140212.715000', '140212.718000', '140212.720000', '140212.723000', '140212.725000', '140212.728000', '140212.731000', '140212.733000', '140212.736000', '140212.739000', '140212.741000', '140212.744000', '140212.746000', '140212.749000', '140212.751000', '140212.754000', '140212.757000', '140212.759000', '140212.762000', '140212.764000', '140212.767000', '140212.770000', '140212.772000', '140212.775000', '140212.778000', '140212.781000', '140212.784000', '140212.791000', '140212.794000', '140212.796000', '140212.799000', '140212.841000', '140212.844000', '140232.688000', '140232.691000', '140232.694000', '140232.697000', '140232.699000', '140232.702000', '140232.705000', '140232.707000', '140232.710000', '140232.712000', '140232.715000', '140232.718000', '140232.720000', '140232.723000', '140232.726000', '140232.728000', '140232.731000', '140232.742000', '140232.745000', '140232.747000', '140232.750000', '140232.752000', '140232.755000', '140232.758000', '140232.760000', '140232.763000', '140232.765000', '140232.768000', '140232.770000', '140232.773000', '140232.776000', '140232.778000', '140232.781000', '140232.783000', '140232.786000', '140232.789000', '140232.791000', '140232.794000', '140232.796000', '140232.799000', '140232.855000', '140232.858000', '140232.861000', '140232.863000', '140252.688000', '140252.691000', '140252.694000', '140252.696000', '140252.699000', '140252.702000', '140252.704000', '140252.707000', '140252.709000', '140252.712000', '140252.714000', '140252.717000', '140252.720000', '140252.722000', '140252.725000', '140252.727000', '140252.730000', '140252.733000', '140252.735000', '140252.738000', '140252.740000', '140252.743000', '140252.745000', '140252.748000', '140252.752000', '140252.755000', '140252.757000', '140252.760000', '140252.763000', '140252.765000', '140252.768000', '140252.770000', '140252.773000', '140252.776000', '140252.778000', '140252.781000', '140252.783000', '140252.786000', '140252.788000', '140252.791000', '140252.793000', '140252.796000', '140252.799000', '140312.687000', '140312.690000', '140312.693000', '140312.695000', '140312.698000', '140312.701000', '140312.703000', '140312.706000', '140312.709000', '140312.711000', '140312.714000', '140312.716000', '140312.719000', '140312.722000', '140312.724000', '140312.727000', '140312.729000', '140312.732000', '140312.735000', '140312.737000', '140312.740000', '140312.742000', '140312.745000', '140312.747000', '140312.750000', '140312.753000', '140312.755000', '140312.758000', '140312.760000', '140312.763000', '140312.766000', '140312.769000', '140312.771000', '140312.774000', '140312.778000', '140312.781000', '140312.784000', '140312.786000', '140312.789000', '140312.792000', '140312.794000', '140312.797000', '140312.869000', '140312.871000', '140332.687000', '140332.690000', '140332.693000', '140332.696000', '140332.698000', '140332.701000', '140332.703000', '140332.706000', '140332.709000', '140332.711000', '140332.714000', '140332.716000', '140332.719000', '140332.722000', '140332.724000', '140332.727000', '140332.730000', '140332.732000', '140332.735000', '140332.737000', '140332.740000', '140332.743000', '140332.745000', '140332.748000', '140332.750000', '140332.753000', '140332.755000', '140332.758000', '140332.761000', '140332.763000', '140332.766000', '140332.769000', '140332.771000', '140332.774000', '140332.777000', '140332.779000', '140332.782000', '140332.784000', '140332.787000', '140332.790000', '140332.792000', '140332.795000', '140332.797000', '140352.688000', '140352.692000', '140352.695000', '140352.697000', '140352.700000', '140352.703000', '140352.705000', '140352.708000', '140352.710000', '140352.713000', '140352.716000', '140352.718000', '140352.721000', '140352.723000', '140352.726000', '140352.729000', '140352.731000', '140352.734000', '140352.736000', '140352.739000', '140352.742000', '140352.744000', '140352.747000', '140352.749000', '140352.752000', '140352.754000', '140352.757000', '140352.772000', '140352.775000', '140352.777000', '140352.780000', '140352.782000', '140352.785000', '140352.788000', '140352.790000', '140352.793000', '140352.795000', '140352.798000', '140352.882000', '140352.885000', '140352.888000', '140352.890000', '140352.893000', '140352.896000', '140412.689000', '140412.691000', '140412.694000', '140412.697000', '140412.699000', '140412.702000', '140412.704000', '140412.707000', '140412.710000', '140412.712000', '140412.715000', '140412.717000', '140412.720000', '140412.723000', '140412.725000', '140412.728000', '140412.730000', '140412.733000', '140412.736000', '140412.738000', '140412.741000', '140412.743000', '140412.746000', '140412.749000', '140412.751000', '140412.754000', '140412.756000', '140412.759000', '140412.761000', '140412.764000', '140412.767000', '140412.769000', '140412.772000', '140412.774000', '140412.777000', '140412.779000', '140412.782000', '140412.785000', '140412.787000', '140412.790000', '140412.792000', '140412.795000', '140412.797000', '140432.689000', '140432.691000', '140432.694000', '140432.697000', '140432.699000', '140432.702000', '140432.705000', '140432.707000', '140432.710000', '140432.713000', '140432.715000', '140432.718000', '140432.721000', '140432.723000', '140432.726000', '140432.729000', '140432.731000', '140432.734000', '140432.737000', '140432.739000', '140432.742000', '140432.745000', '140432.747000', '140432.750000', '140432.753000', '140432.755000', '140432.758000', '140432.760000', '140432.763000', '140432.766000', '140432.768000', '140432.771000', '140432.774000', '140432.776000', '140432.779000', '140432.781000', '140432.784000', '140432.787000', '140432.789000', '140432.792000', '140432.795000', '140432.797000', '140432.849000', '140432.852000', '140452.689000', '140452.691000', '140452.694000', '140452.697000', '140452.700000', '140452.702000', '140452.705000', '140452.707000', '140452.710000', '140452.713000', '140452.715000', '140452.718000', '140452.721000', '140452.723000', '140452.726000', '140452.729000', '140452.731000', '140452.734000', '140452.736000', '140452.739000', '140452.742000', '140452.744000', '140452.747000', '140452.749000', '140452.752000', '140452.755000', '140452.757000', '140452.760000', '140452.763000', '140452.765000', '140452.768000', '140452.770000', '140452.773000', '140452.776000', '140452.778000', '140452.781000', '140452.783000', '140452.786000', '140452.789000', '140452.791000', '140452.794000', '140452.796000', '140452.799000', '140459.746000', '140459.749000', '140459.751000', '140459.755000', '140459.757000', '140459.760000', '140459.763000', '140459.766000', '140459.769000', '140459.772000', '140459.775000', '140459.778000', '140459.781000', '140459.784000', '140459.787000', '140459.789000'], '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': [11364, 8756, 14147, 11655, 14789, 10727, 8428, 11919, 8068, 13971, 10375, 14867, 11515, 10536, 10646, 8099, 11540, 8051, 12873, 10057, 13324, 10419, 9006, 9931, 8068, 11314, 7766, 13389, 10975, 10258, 10490, 7852, 12072, 7812, 13635, 10690, 12641, 10937, 7838, 12357, 8554, 14167, 10660, 14908, 11684, 9318, 11626, 7964, 12743, 9700, 13152, 10226, 7689, 11829, 7757, 13255, 9654, 11581, 10112, 8134, 12460, 8019, 15549, 12255, 14752, 10429, 9114, 11478, 8198, 15093, 11038, 9439, 8350, 7799, 10315, 9301, 12208, 11567, 13202, 14673, 8985, 14945, 11784, 10987, 13061, 9326, 16160, 12538, 13554, 11419, 8700, 13832, 8372, 15991, 12075, 12816, 11072, 8292, 13224, 9766, 15521, 11529, 8079, 12545, 7915, 14807, 11302, 12285, 11743, 8037, 14313, 10389, 13177, 10790, 9459, 12108, 7913, 15292, 11166, 12076, 10513, 8106, 11956, 8351, 14468, 11472, 9446, 10854, 7538, 12376, 9701, 14500, 11334, 8516, 12913, 7530, 13992, 10534, 13147, 10503, 8226, 12943, 7884, 13892, 10566, 8287, 12099, 8139, 15929, 11311, 9191, 12768, 8038, 14546, 11984, 8301, 13923, 10242, 13722, 12687, 9711, 16240, 11640, 11873, 11002, 8316, 14408, 8339, 16421, 11972, 10868, 10752, 8044, 13690, 9552, 15097, 11560, 8767, 10704, 7916, 13343, 10398, 12676, 11052, 8214, 13286, 8634, 14672, 10727, 14830, 11910, 9174, 12643, 7722, 13819, 10056, 14642, 11058, 10955, 11486, 8093, 15166, 11243, 13099, 10617, 8188, 12254, 7897, 14107, 11132, 12209, 11583, 8104, 13120, 8603, 14688, 10724, 9655, 11332, 7922, 15171, 11512, 13115, 10636, 8477, 11622, 7889, 14556, 10621, 9070, 11947, 7969, 12529, 11347, 7904, 15248, 12385, 8888, 11428, 7810, 14506, 10590, 16305, 12357, 11655, 11856, 7603, 13455, 9478, 15013, 11648, 12185, 10914, 7900, 11540, 8011, 12690, 10279, 13502, 10804, 8616, 11149, 7814, 11815, 8277, 13626, 10937, 11339, 10606, 8018, 12152, 7876, 15038, 12085, 14841, 12067, 8607, 12644, 8414, 15403, 11463, 13928, 12214, 9364, 13264, 8245, 15346, 11002, 9966, 8047, 7682, 8832, 7812, 8552, 12275, 11840, 14594, 12357, 16690, 13110, 14360, 10582, 14137, 10913, 9026, 12278, 8054, 15864, 12751, 16270, 12745, 8581, 12113, 8047, 14239, 10996, 8809, 13271, 8193, 14316, 10972, 8892, 11114, 8050, 14690, 11346, 10794, 10390, 8096, 12842, 9858, 13161, 10724, 10452, 12122, 7877, 12887, 10363, 10966, 9379, 7711, 11934, 9460, 8039, 11788, 7878, 14484, 11426, 11424, 10005, 8248, 13451, 8887, 18161, 15251, 20214, 17882, 20002, 19137, 14026, 9538, 8619, 7616, 9823, 10227, 7932, 9368, 10464, 8786, 10661, 11718, 8605, 13685, 11883, 8340, 13976, 13508, 8665, 16690, 13409, 9427, 15912, 12102, 8302, 14292, 11908, 8238, 13401, 11292, 8559, 13555, 9381, 13493, 11401, 8286, 12505, 9738, 10799, 11040, 7674, 13858, 10665, 8584, 10820, 7566, 13690, 10562, 7806, 13136, 9554, 12794, 10838, 8062, 12253, 10320, 13463, 11563, 7970, 12600, 9578, 11224, 9900, 8039, 13623, 11058, 8725, 12276, 9323, 11205, 10718, 8075, 13487, 10270, 9275, 12374, 8883, 12253, 11517, 11001, 17750, 14384, 9623, 13377, 10157, 13541, 11554, 10495, 15648, 11414, 15975, 11929, 8895, 12610, 8443, 15312, 12039, 11469, 11083, 8679, 12116, 7727, 13943, 11361, 10748, 11364, 7968, 12423, 8854, 14247, 11217, 10157, 12014, 7736, 13130, 10648, 11274, 10382, 8359, 13721, 10952, 12185, 11244, 8260, 12334, 8716, 14238, 11890, 10351, 12551, 7809, 13577, 10125, 14431, 11635, 8149, 14290, 10028, 14942, 11939, 9110, 12383, 8696, 14862, 11268, 8855, 12350, 7689, 14051, 11216, 12127, 12265, 7493, 13762, 11148, 10514, 10955, 8142, 13629, 11006, 12920, 11304, 8144, 13035, 9616, 13074, 10793, 8881, 14425, 11110, 8016, 13563, 10735, 9762, 10705, 7871, 13952, 11274, 10941, 11828, 8253, 13576, 10424, 8665, 10291, 8360, 14449, 11177, 8833, 10877, 7671, 13665, 10327, 8871, 11251, 7961, 14586, 11108, 9051, 12208, 7830, 14361, 10152, 9049, 12955, 9167, 13292, 11509, 9642, 15140, 11434, 16067, 11656, 8506, 13690, 10907, 14465, 11677, 10072, 12657, 7949, 13865, 11233, 12223, 11424, 7979, 13579, 8153, 13446, 10835, 11430, 10578, 7961, 13470, 9348, 13769, 10262, 8757, 10541, 8021, 13670, 10370, 11361, 10311, 8428, 11886, 8470, 14529, 11523, 11282, 10904, 7826, 12117, 10147, 13633, 11468, 8402, 12133, 9199, 13095, 11136, 8299, 13404, 9682, 14712, 11109, 8450, 12295, 8614, 15053, 11416, 12290, 10624, 7990, 12446, 8629, 14348, 10925, 8344, 12354, 9582, 10361, 10431, 8219, 16589, 12589, 9111, 11092, 8124, 8386, 11568, 10067, 9780, 15756, 12223, 9147, 16686, 12424, 16499, 15091, 17401, 15080, 14859, 16850, 10465, 17432, 12620, 17242, 12826, 16184, 12621, 13839, 12587, 8126, 12759, 8727, 12210, 10885, 7540, 12661, 10381, 10579, 10048, 8491, 11756, 8422, 8452, 9901, 8079, 9195, 9183, 7826, 12817, 9938, 12669, 10974, 8129, 12737, 7541, 9124, 7648, 8458, 11882, 9706, 14608, 12067, 14190, 10541, 8081, 13555, 9674, 13752, 10472, 9583, 11881, 7636, 15871, 12114, 8999, 11304, 7706, 13693, 10780, 12127, 11916, 7699, 14519, 10881, 10543, 10814, 8108, 13789, 10816, 10319, 10587, 7599, 13449, 10303, 11578, 11554, 7815, 14750, 10162, 13878, 11265, 8064, 14603, 10640, 15339, 12248, 7799, 13062, 8425, 14759, 11634, 7556, 14483, 10318, 12458, 10301, 8064, 13216, 10462, 14272, 11575, 7766, 13013, 10214, 8444, 11264, 8092, 13637, 10478, 8273, 13254, 10441, 8258, 13617, 10417, 13528, 10615, 9428, 13554, 11218, 14773, 8443, 7520, 8730, 7515, 8148, 12745, 10894, 13943, 12090, 14795, 11453, 9242, 12352, 9204, 11274, 9613, 7964, 13026, 8157, 14329, 10668, 8800, 10275, 8240, 12364, 9121, 13056, 10219, 8238, 11460, 8629, 12594, 10513, 7972, 12338, 8071, 13281, 10454, 8409, 12070, 8114, 14977, 12008, 8470, 13892, 10554, 8859, 14801, 10684, 8565, 13477, 11308, 10909, 16131, 12145, 8821, 15119, 11487, 17288, 11518, 17573, 12799, 17487, 13676, 16310, 13429, 11771, 17033, 10602, 17048, 12332, 16404, 12522, 12628, 12038, 8525, 11651, 7395, 13249, 9491, 13528, 10984, 12254, 10705, 9007, 10233, 7431, 11941, 8521, 13301, 10875, 7707, 10962, 7561, 12463, 10054, 10961, 10346, 8027, 12268, 8246, 14433, 11266, 8174, 10854, 7526, 13717, 9715, 13028, 11022, 8299, 13851, 7916, 15464, 11585, 12761, 11562, 8615, 14399, 8280, 16392, 12033, 13381, 11669, 8362, 14328, 9626, 14852, 11769, 8226], 'WindowCenter': [4855.0, 4789.0, 4835.0, 4802.0, 4817.0, 4774.0, 4747.0, 4784.0, 4747.0, 4816.0, 4777.0, 4814.0, 4786.0, 4773.0, 4774.0, 4743.0, 4785.0, 4746.0, 4794.0, 4763.0, 4792.0, 4773.0, 4755.0, 4778.0, 4744.0, 4782.0, 4746.0, 4804.0, 4785.0, 4774.0, 4773.0, 4746.0, 4794.0, 4735.0, 4816.0, 4776.0, 4792.0, 4774.0, 4734.0, 4795.0, 4755.0, 4804.0, 4776.0, 4823.0, 4794.0, 4754.0, 4784.0, 4735.0, 4793.0, 4765.0, 4805.0, 4773.0, 4734.0, 4795.0, 4737.0, 4806.0, 4775.0, 4797.0, 4803.0, 4759.0, 4796.0, 4762.0, 4829.0, 4797.0, 4815.0, 4788.0, 4766.0, 4828.0, 4788.0, 4829.0, 4777.0, 4744.0, 4723.0, 4713.0, 4750.0, 4740.0, 4768.0, 4813.0, 4820.0, 4802.0, 4736.0, 4798.0, 4780.0, 4770.0, 4790.0, 4751.0, 4811.0, 4793.0, 4794.0, 4785.0, 4755.0, 4804.0, 4744.0, 4814.0, 4780.0, 4790.0, 4772.0, 4741.0, 4791.0, 4763.0, 4813.0, 4781.0, 4734.0, 4793.0, 4733.0, 4800.0, 4774.0, 4779.0, 4780.0, 4720.0, 4791.0, 4761.0, 4781.0, 4770.0, 4763.0, 4781.0, 4732.0, 4810.0, 4771.0, 4780.0, 4759.0, 4732.0, 4782.0, 4744.0, 4801.0, 4783.0, 4765.0, 4773.0, 4734.0, 4792.0, 4764.0, 4802.0, 4773.0, 4740.0, 4781.0, 4720.0, 4800.0, 4773.0, 4793.0, 4771.0, 4743.0, 4794.0, 4744.0, 4803.0, 4775.0, 4742.0, 4794.0, 4759.0, 4825.0, 4787.0, 4764.0, 4802.0, 4743.0, 4804.0, 4784.0, 4755.0, 4814.0, 4774.0, 4802.0, 4805.0, 4762.0, 4825.0, 4783.0, 4783.0, 4784.0, 4744.0, 4803.0, 4743.0, 4813.0, 4780.0, 4772.0, 4772.0, 4743.0, 4803.0, 4763.0, 4811.0, 4785.0, 4742.0, 4774.0, 4745.0, 4804.0, 4774.0, 4792.0, 4785.0, 4742.0, 4802.0, 4753.0, 4814.0, 4782.0, 4814.0, 4782.0, 4751.0, 4792.0, 4734.0, 4802.0, 4764.0, 4802.0, 4774.0, 4773.0, 4783.0, 4741.0, 4803.0, 4774.0, 4790.0, 4774.0, 4741.0, 4780.0, 4732.0, 4802.0, 4783.0, 4791.0, 4784.0, 4746.0, 4793.0, 4744.0, 4812.0, 4773.0, 4764.0, 4783.0, 4743.0, 4813.0, 4796.0, 4794.0, 4773.0, 4744.0, 4784.0, 4745.0, 4828.0, 4787.0, 4766.0, 4794.0, 4746.0, 4806.0, 4786.0, 4747.0, 4827.0, 4797.0, 4753.0, 4783.0, 4734.0, 4812.0, 4785.0, 4826.0, 4793.0, 4781.0, 4778.0, 4734.0, 4792.0, 4763.0, 4811.0, 4783.0, 4780.0, 4771.0, 4744.0, 4781.0, 4747.0, 4802.0, 4774.0, 4802.0, 4774.0, 4752.0, 4783.0, 4747.0, 4794.0, 4758.0, 4805.0, 4787.0, 4785.0, 4774.0, 4748.0, 4794.0, 4758.0, 4827.0, 4797.0, 4815.0, 4799.0, 4754.0, 4793.0, 4745.0, 4812.0, 4784.0, 4803.0, 4808.0, 4779.0, 4831.0, 4773.0, 4843.0, 4774.0, 4763.0, 4697.0, 4696.0, 4731.0, 4708.0, 4727.0, 4807.0, 4780.0, 4800.0, 4790.0, 4809.0, 4787.0, 4797.0, 4754.0, 4799.0, 4781.0, 4751.0, 4791.0, 4745.0, 4823.0, 4803.0, 4823.0, 4789.0, 4738.0, 4765.0, 4717.0, 4786.0, 4760.0, 4740.0, 4790.0, 4731.0, 4799.0, 4770.0, 4741.0, 4770.0, 4729.0, 4799.0, 4772.0, 4757.0, 4760.0, 4732.0, 4788.0, 4761.0, 4802.0, 4772.0, 4771.0, 4784.0, 4730.0, 4788.0, 4759.0, 4782.0, 4766.0, 4745.0, 4795.0, 4776.0, 4769.0, 4806.0, 4761.0, 4831.0, 4798.0, 4797.0, 4777.0, 4754.0, 4813.0, 4777.0, 4859.0, 4843.0, 4777.0, 4897.0, 4719.0, 4729.0, 4792.0, 4739.0, 4714.0, 4694.0, 4734.0, 4744.0, 4713.0, 4734.0, 4758.0, 4740.0, 4771.0, 4780.0, 4754.0, 4801.0, 4771.0, 4729.0, 4776.0, 4775.0, 4714.0, 4782.0, 4763.0, 4723.0, 4770.0, 4738.0, 4701.0, 4760.0, 4740.0, 4702.0, 4761.0, 4742.0, 4713.0, 4776.0, 4725.0, 4764.0, 4754.0, 4717.0, 4767.0, 4737.0, 4755.0, 4767.0, 4718.0, 4788.0, 4770.0, 4739.0, 4770.0, 4732.0, 4801.0, 4772.0, 4744.0, 4793.0, 4763.0, 4791.0, 4771.0, 4741.0, 4793.0, 4777.0, 4802.0, 4797.0, 4746.0, 4806.0, 4775.0, 4795.0, 4787.0, 4758.0, 4816.0, 4796.0, 4767.0, 4808.0, 4778.0, 4796.0, 4786.0, 4762.0, 4819.0, 4801.0, 4791.0, 4820.0, 4782.0, 4820.0, 4808.0, 4800.0, 4851.0, 4829.0, 4791.0, 4818.0, 4788.0, 4818.0, 4795.0, 4784.0, 4828.0, 4794.0, 4822.0, 4793.0, 4766.0, 4802.0, 4743.0, 4812.0, 4793.0, 4792.0, 4785.0, 4754.0, 4803.0, 4746.0, 4812.0, 4794.0, 4784.0, 4783.0, 4744.0, 4804.0, 4769.0, 4824.0, 4796.0, 4774.0, 4792.0, 4734.0, 4803.0, 4785.0, 4794.0, 4785.0, 4756.0, 4811.0, 4786.0, 4793.0, 4786.0, 4755.0, 4793.0, 4767.0, 4814.0, 4794.0, 4773.0, 4794.0, 4732.0, 4801.0, 4771.0, 4801.0, 4780.0, 4731.0, 4801.0, 4764.0, 4812.0, 4784.0, 4753.0, 4789.0, 4741.0, 4800.0, 4769.0, 4751.0, 4791.0, 4732.0, 4811.0, 4795.0, 4792.0, 4779.0, 4720.0, 4801.0, 4769.0, 4772.0, 4785.0, 4743.0, 4802.0, 4773.0, 4790.0, 4769.0, 4741.0, 4801.0, 4775.0, 4806.0, 4785.0, 4754.0, 4825.0, 4796.0, 4745.0, 4801.0, 4772.0, 4762.0, 4771.0, 4756.0, 4814.0, 4782.0, 4771.0, 4780.0, 4742.0, 4800.0, 4786.0, 4755.0, 4788.0, 4753.0, 4810.0, 4781.0, 4753.0, 4772.0, 4733.0, 4813.0, 4785.0, 4766.0, 4796.0, 4757.0, 4825.0, 4784.0, 4766.0, 4795.0, 4748.0, 4816.0, 4776.0, 4765.0, 4808.0, 4777.0, 4816.0, 4807.0, 4777.0, 4813.0, 4782.0, 4810.0, 4780.0, 4742.0, 4801.0, 4784.0, 4815.0, 4793.0, 4762.0, 4791.0, 4731.0, 4802.0, 4783.0, 4779.0, 4780.0, 4732.0, 4803.0, 4742.0, 4800.0, 4770.0, 4781.0, 4771.0, 4741.0, 4789.0, 4752.0, 4802.0, 4774.0, 4754.0, 4783.0, 4744.0, 4802.0, 4775.0, 4782.0, 4773.0, 4744.0, 4792.0, 4754.0, 4813.0, 4782.0, 4771.0, 4771.0, 4733.0, 4791.0, 4773.0, 4801.0, 4783.0, 4740.0, 4782.0, 4762.0, 4801.0, 4780.0, 4756.0, 4802.0, 4762.0, 4812.0, 4782.0, 4744.0, 4791.0, 4741.0, 4802.0, 4783.0, 4781.0, 4772.0, 4743.0, 4789.0, 4753.0, 4811.0, 4771.0, 4742.0, 4789.0, 4763.0, 4784.0, 4794.0, 4768.0, 4849.0, 4818.0, 4780.0, 4811.0, 4760.0, 4760.0, 4796.0, 4769.0, 4753.0, 4816.0, 4796.0, 4767.0, 4815.0, 4799.0, 4826.0, 4818.0, 4826.0, 4795.0, 4793.0, 4788.0, 4738.0, 4784.0, 4742.0, 4773.0, 4742.0, 4759.0, 4744.0, 4750.0, 4743.0, 4694.0, 4738.0, 4700.0, 4740.0, 4733.0, 4694.0, 4764.0, 4736.0, 4761.0, 4794.0, 4763.0, 4776.0, 4720.0, 4718.0, 4723.0, 4692.0, 4699.0, 4737.0, 4734.0, 4794.0, 4766.0, 4780.0, 4762.0, 4777.0, 4811.0, 4754.0, 4774.0, 4740.0, 4722.0, 4774.0, 4753.0, 4763.0, 4754.0, 4776.0, 4746.0, 4705.0, 4764.0, 4737.0, 4779.0, 4763.0, 4765.0, 4783.0, 4736.0, 4815.0, 4793.0, 4754.0, 4769.0, 4718.0, 4792.0, 4770.0, 4781.0, 4784.0, 4735.0, 4802.0, 4772.0, 4773.0, 4773.0, 4733.0, 4790.0, 4771.0, 4761.0, 4762.0, 4733.0, 4791.0, 4763.0, 4782.0, 4786.0, 4747.0, 4803.0, 4763.0, 4791.0, 4771.0, 4732.0, 4800.0, 4761.0, 4800.0, 4782.0, 4722.0, 4805.0, 4754.0, 4811.0, 4772.0, 4736.0, 4792.0, 4751.0, 4770.0, 4751.0, 4732.0, 4794.0, 4775.0, 4791.0, 4771.0, 4725.0, 4790.0, 4762.0, 4742.0, 4784.0, 4749.0, 4803.0, 4773.0, 4755.0, 4806.0, 4774.0, 4748.0, 4804.0, 4762.0, 4792.0, 4762.0, 4751.0, 4793.0, 4816.0, 4833.0, 4760.0, 4725.0, 4717.0, 4681.0, 4693.0, 4752.0, 4744.0, 4789.0, 4781.0, 4801.0, 4771.0, 4723.0, 4752.0, 4723.0, 4756.0, 4762.0, 4743.0, 4793.0, 4745.0, 4814.0, 4773.0, 4751.0, 4762.0, 4730.0, 4779.0, 4740.0, 4780.0, 4761.0, 4744.0, 4785.0, 4755.0, 4795.0, 4773.0, 4747.0, 4794.0, 4735.0, 4795.0, 4773.0, 4743.0, 4782.0, 4744.0, 4815.0, 4808.0, 4772.0, 4831.0, 4801.0, 4781.0, 4815.0, 4786.0, 4745.0, 4793.0, 4764.0, 4764.0, 4814.0, 4785.0, 4742.0, 4814.0, 4772.0, 4825.0, 4774.0, 4811.0, 4770.0, 4800.0, 4767.0, 4788.0, 4766.0, 4742.0, 4774.0, 4722.0, 4759.0, 4727.0, 4746.0, 4737.0, 4725.0, 4715.0, 4674.0, 4715.0, 4665.0, 4735.0, 4698.0, 4734.0, 4715.0, 4725.0, 4719.0, 4700.0, 4704.0, 4677.0, 4738.0, 4701.0, 4749.0, 4731.0, 4693.0, 4744.0, 4706.0, 4752.0, 4734.0, 4745.0, 4747.0, 4734.0, 4779.0, 4729.0, 4789.0, 4758.0, 4730.0, 4772.0, 4731.0, 4790.0, 4749.0, 4790.0, 4762.0, 4741.0, 4789.0, 4730.0, 4812.0, 4772.0, 4778.0, 4769.0, 4730.0, 4788.0, 4728.0, 4810.0, 4778.0, 4777.0, 4758.0, 4728.0, 4787.0, 4737.0, 4787.0, 4770.0, 4728.0], 'WindowWidth': [10578.0, 10472.0, 10526.0, 10473.0, 10486.0, 10424.0, 10390.0, 10436.0, 10389.0, 10479.0, 10427.0, 10477.0, 10439.0, 10416.0, 10416.0, 10378.0, 10435.0, 10388.0, 10446.0, 10405.0, 10443.0, 10418.0, 10393.0, 10431.0, 10379.0, 10428.0, 10388.0, 10463.0, 10437.0, 10420.0, 10418.0, 10385.0, 10446.0, 10372.0, 10480.0, 10427.0, 10443.0, 10419.0, 10366.0, 10448.0, 10396.0, 10459.0, 10427.0, 10492.0, 10449.0, 10394.0, 10431.0, 10366.0, 10446.0, 10410.0, 10466.0, 10422.0, 10368.0, 10451.0, 10375.0, 10468.0, 10427.0, 10457.0, 10479.0, 10408.0, 10454.0, 10417.0, 10506.0, 10454.0, 10480.0, 10445.0, 10417.0, 10520.0, 10465.0, 10502.0, 10421.0, 10371.0, 10342.0, 10328.0, 10376.0, 10362.0, 10402.0, 10491.0, 10496.0, 10456.0, 10358.0, 10446.0, 10424.0, 10406.0, 10440.0, 10387.0, 10474.0, 10446.0, 10447.0, 10437.0, 10400.0, 10462.0, 10380.0, 10477.0, 10422.0, 10439.0, 10414.0, 10376.0, 10440.0, 10403.0, 10474.0, 10426.0, 10365.0, 10444.0, 10363.0, 10451.0, 10417.0, 10421.0, 10422.0, 10339.0, 10437.0, 10397.0, 10424.0, 10409.0, 10405.0, 10424.0, 10359.0, 10466.0, 10409.0, 10421.0, 10393.0, 10361.0, 10426.0, 10378.0, 10453.0, 10435.0, 10407.0, 10416.0, 10365.0, 10441.0, 10407.0, 10456.0, 10416.0, 10370.0, 10423.0, 10342.0, 10449.0, 10416.0, 10445.0, 10413.0, 10379.0, 10448.0, 10381.0, 10460.0, 10424.0, 10378.0, 10448.0, 10409.0, 10495.0, 10441.0, 10409.0, 10458.0, 10380.0, 10461.0, 10432.0, 10401.0, 10477.0, 10423.0, 10459.0, 10464.0, 10405.0, 10494.0, 10432.0, 10432.0, 10437.0, 10382.0, 10457.0, 10376.0, 10475.0, 10425.0, 10414.0, 10413.0, 10381.0, 10461.0, 10407.0, 10470.0, 10435.0, 10376.0, 10418.0, 10384.0, 10460.0, 10423.0, 10443.0, 10436.0, 10376.0, 10456.0, 10392.0, 10475.0, 10433.0, 10474.0, 10430.0, 10387.0, 10440.0, 10363.0, 10456.0, 10406.0, 10455.0, 10419.0, 10418.0, 10429.0, 10373.0, 10458.0, 10418.0, 10438.0, 10420.0, 10371.0, 10424.0, 10362.0, 10457.0, 10432.0, 10442.0, 10433.0, 10384.0, 10443.0, 10379.0, 10469.0, 10417.0, 10407.0, 10432.0, 10378.0, 10474.0, 10453.0, 10448.0, 10416.0, 10379.0, 10435.0, 10385.0, 10501.0, 10445.0, 10415.0, 10450.0, 10387.0, 10469.0, 10439.0, 10388.0, 10500.0, 10457.0, 10392.0, 10430.0, 10367.0, 10473.0, 10439.0, 10498.0, 10446.0, 10427.0, 10419.0, 10366.0, 10440.0, 10405.0, 10470.0, 10432.0, 10423.0, 10412.0, 10379.0, 10428.0, 10388.0, 10459.0, 10424.0, 10457.0, 10420.0, 10390.0, 10431.0, 10390.0, 10451.0, 10406.0, 10466.0, 10444.0, 10438.0, 10423.0, 10392.0, 10449.0, 10409.0, 10498.0, 10456.0, 10479.0, 10460.0, 10394.0, 10446.0, 10384.0, 10473.0, 10436.0, 10462.0, 10475.0, 10437.0, 10513.0, 10438.0, 10531.0, 10422.0, 10404.0, 10295.0, 10294.0, 10350.0, 10320.0, 10345.0, 10473.0, 10426.0, 10454.0, 10438.0, 10467.0, 10431.0, 10445.0, 10380.0, 10451.0, 10430.0, 10389.0, 10443.0, 10388.0, 10493.0, 10464.0, 10489.0, 10437.0, 10365.0, 10396.0, 10333.0, 10427.0, 10396.0, 10370.0, 10436.0, 10357.0, 10450.0, 10411.0, 10371.0, 10410.0, 10352.0, 10451.0, 10414.0, 10387.0, 10394.0, 10361.0, 10433.0, 10399.0, 10458.0, 10418.0, 10413.0, 10433.0, 10357.0, 10434.0, 10396.0, 10432.0, 10413.0, 10386.0, 10454.0, 10432.0, 10427.0, 10473.0, 10417.0, 10515.0, 10463.0, 10459.0, 10429.0, 10397.0, 10479.0, 10435.0, 10554.0, 10539.0, 10405.0, 10643.0, 10318.0, 10343.0, 10445.0, 10361.0, 10318.0, 10291.0, 10348.0, 10363.0, 10320.0, 10353.0, 10389.0, 10369.0, 10413.0, 10422.0, 10394.0, 10455.0, 10411.0, 10351.0, 10410.0, 10409.0, 10320.0, 10413.0, 10388.0, 10333.0, 10393.0, 10345.0, 10296.0, 10377.0, 10350.0, 10301.0, 10380.0, 10356.0, 10318.0, 10409.0, 10339.0, 10388.0, 10375.0, 10331.0, 10395.0, 10357.0, 10383.0, 10401.0, 10335.0, 10428.0, 10409.0, 10367.0, 10407.0, 10362.0, 10454.0, 10417.0, 10384.0, 10445.0, 10403.0, 10438.0, 10414.0, 10375.0, 10446.0, 10430.0, 10457.0, 10462.0, 10390.0, 10466.0, 10425.0, 10456.0, 10447.0, 10410.0, 10485.0, 10456.0, 10420.0, 10473.0, 10437.0, 10457.0, 10444.0, 10417.0, 10493.0, 10472.0, 10459.0, 10497.0, 10447.0, 10502.0, 10481.0, 10471.0, 10547.0, 10509.0, 10458.0, 10491.0, 10450.0, 10492.0, 10455.0, 10438.0, 10506.0, 10453.0, 10488.0, 10447.0, 10414.0, 10460.0, 10380.0, 10474.0, 10450.0, 10447.0, 10439.0, 10399.0, 10463.0, 10390.0, 10474.0, 10451.0, 10435.0, 10434.0, 10382.0, 10466.0, 10424.0, 10494.0, 10454.0, 10423.0, 10445.0, 10368.0, 10464.0, 10440.0, 10452.0, 10441.0, 10404.0, 10473.0, 10442.0, 10449.0, 10439.0, 10398.0, 10447.0, 10419.0, 10480.0, 10450.0, 10421.0, 10452.0, 10364.0, 10455.0, 10414.0, 10456.0, 10426.0, 10360.0, 10457.0, 10408.0, 10472.0, 10435.0, 10393.0, 10435.0, 10374.0, 10454.0, 10409.0, 10387.0, 10440.0, 10365.0, 10470.0, 10456.0, 10444.0, 10422.0, 10341.0, 10454.0, 10410.0, 10416.0, 10438.0, 10382.0, 10457.0, 10419.0, 10438.0, 10408.0, 10375.0, 10456.0, 10426.0, 10467.0, 10439.0, 10395.0, 10496.0, 10459.0, 10385.0, 10457.0, 10417.0, 10402.0, 10415.0, 10403.0, 10480.0, 10431.0, 10415.0, 10426.0, 10374.0, 10458.0, 10443.0, 10400.0, 10448.0, 10395.0, 10470.0, 10429.0, 10390.0, 10414.0, 10366.0, 10475.0, 10440.0, 10420.0, 10460.0, 10407.0, 10496.0, 10439.0, 10418.0, 10454.0, 10394.0, 10483.0, 10426.0, 10411.0, 10473.0, 10434.0, 10486.0, 10476.0, 10431.0, 10477.0, 10432.0, 10467.0, 10424.0, 10375.0, 10457.0, 10439.0, 10481.0, 10448.0, 10403.0, 10440.0, 10359.0, 10458.0, 10433.0, 10422.0, 10423.0, 10361.0, 10462.0, 10376.0, 10453.0, 10411.0, 10428.0, 10414.0, 10375.0, 10438.0, 10388.0, 10456.0, 10420.0, 10397.0, 10435.0, 10383.0, 10459.0, 10424.0, 10432.0, 10419.0, 10380.0, 10445.0, 10396.0, 10473.0, 10430.0, 10413.0, 10411.0, 10365.0, 10443.0, 10420.0, 10456.0, 10434.0, 10371.0, 10429.0, 10403.0, 10457.0, 10427.0, 10401.0, 10458.0, 10401.0, 10473.0, 10429.0, 10383.0, 10439.0, 10373.0, 10459.0, 10434.0, 10426.0, 10414.0, 10380.0, 10436.0, 10396.0, 10472.0, 10414.0, 10375.0, 10436.0, 10407.0, 10440.0, 10456.0, 10427.0, 10539.0, 10494.0, 10444.0, 10486.0, 10416.0, 10413.0, 10454.0, 10414.0, 10386.0, 10479.0, 10451.0, 10413.0, 10477.0, 10459.0, 10496.0, 10488.0, 10494.0, 10446.0, 10435.0, 10426.0, 10352.0, 10413.0, 10348.0, 10394.0, 10346.0, 10369.0, 10353.0, 10357.0, 10349.0, 10287.0, 10339.0, 10293.0, 10347.0, 10338.0, 10288.0, 10386.0, 10350.0, 10393.0, 10462.0, 10416.0, 10417.0, 10330.0, 10326.0, 10323.0, 10278.0, 10285.0, 10355.0, 10362.0, 10443.0, 10407.0, 10420.0, 10393.0, 10442.0, 10473.0, 10402.0, 10430.0, 10375.0, 10337.0, 10414.0, 10385.0, 10382.0, 10371.0, 10403.0, 10364.0, 10306.0, 10385.0, 10352.0, 10414.0, 10400.0, 10407.0, 10429.0, 10370.0, 10476.0, 10442.0, 10391.0, 10402.0, 10333.0, 10437.0, 10406.0, 10423.0, 10428.0, 10364.0, 10452.0, 10412.0, 10414.0, 10414.0, 10362.0, 10432.0, 10408.0, 10395.0, 10396.0, 10361.0, 10438.0, 10403.0, 10427.0, 10435.0, 10387.0, 10457.0, 10401.0, 10437.0, 10409.0, 10358.0, 10449.0, 10394.0, 10449.0, 10423.0, 10343.0, 10461.0, 10395.0, 10468.0, 10413.0, 10372.0, 10437.0, 10379.0, 10404.0, 10379.0, 10359.0, 10445.0, 10418.0, 10437.0, 10409.0, 10351.0, 10435.0, 10400.0, 10376.0, 10433.0, 10391.0, 10459.0, 10420.0, 10394.0, 10466.0, 10419.0, 10387.0, 10459.0, 10399.0, 10438.0, 10396.0, 10383.0, 10443.0, 10500.0, 10514.0, 10410.0, 10349.0, 10327.0, 10268.0, 10287.0, 10366.0, 10360.0, 10435.0, 10429.0, 10453.0, 10410.0, 10331.0, 10369.0, 10333.0, 10380.0, 10400.0, 10377.0, 10444.0, 10382.0, 10474.0, 10415.0, 10383.0, 10398.0, 10353.0, 10415.0, 10366.0, 10420.0, 10395.0, 10378.0, 10433.0, 10396.0, 10449.0, 10417.0, 10388.0, 10444.0, 10364.0, 10446.0, 10415.0, 10377.0, 10427.0, 10381.0, 10479.0, 10474.0, 10433.0, 10510.0, 10472.0, 10443.0, 10481.0, 10441.0, 10384.0, 10440.0, 10400.0, 10398.0, 10475.0, 10433.0, 10373.0, 10475.0, 10413.0, 10496.0, 10416.0, 10468.0, 10399.0, 10447.0, 10397.0, 10426.0, 10395.0, 10352.0, 10399.0, 10321.0, 10372.0, 10323.0, 10348.0, 10337.0, 10315.0, 10300.0, 10244.0, 10298.0, 10235.0, 10330.0, 10282.0, 10328.0, 10303.0, 10316.0, 10316.0, 10288.0, 10290.0, 10257.0, 10340.0, 10293.0, 10356.0, 10336.0, 10288.0, 10362.0, 10309.0, 10368.0, 10346.0, 10362.0, 10369.0, 10365.0, 10418.0, 10350.0, 10429.0, 10387.0, 10351.0, 10415.0, 10356.0, 10432.0, 10378.0, 10432.0, 10397.0, 10368.0, 10431.0, 10355.0, 10467.0, 10410.0, 10416.0, 10401.0, 10350.0, 10427.0, 10345.0, 10463.0, 10414.0, 10412.0, 10385.0, 10347.0, 10423.0, 10355.0, 10426.0, 10405.0, 10348.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.005546131868131868</td></tr>
<tr><td colspan=3>aqi</td><td>0.03559053395604395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.332118748734864</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2101426769306942</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0561064739053911</td></tr>
<tr><td colspan=3>efc</td><td>0.5138</td></tr>
<tr><td colspan=3>fber</td><td>3600.7788</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16837922752868875</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.692307692307693</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5735501918487547</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510728121957759</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7001965719859333</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.509725881602572</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170658</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.01954229362308979</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026826312765479088</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.119382907154642</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.0713</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.3228</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>257.3937</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291906.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1260.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>468.7665</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5585</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>627.504</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3923.6826</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84638.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.9881</td></tr>
<tr><td colspan=3>tsnr</td><td>30.050879310874734</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>