<?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-0118_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-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_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-0118/figures/sub-0118_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_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-0118/ses-02/func/sub-0118_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>209bbf81147f8ed53b7103d3435ba8a2</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:27:51.250000</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.999312, 0.0205425, 0.0308868, -0.0249462, 0.988413, 0.149724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0862041</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>[4222, -7804, -7218, 292, -55, -65, -107, 80]</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>218.424</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b199e6d1-3ef4-403b-8e85-c590b4df5787||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.6810803413391113, -0.06692880392074585, 0.07412362843751907, 120.0682373046875], [-0.055114131420850754, 2.6518397331237793, 0.4060581624507904, -104.01276397705078], [0.08286702632904053, -0.4016997516155243, 2.668262243270874, -49.03840637207031], [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': ['132751.250000', '132751.710000', '132752.170000', '132752.630000', '132753.090000', '132753.550000', '132754.010000', '132754.470000', '132754.930000', '132755.390000', '132755.850000', '132756.310000', '132756.770000', '132757.230000', '132757.690000', '132758.150000', '132758.610000', '132759.070000', '132759.530000', '132759.990000', '132800.450000', '132800.910000', '132801.370000', '132801.830000', '132802.290000', '132802.750000', '132803.210000', '132803.670000', '132804.130000', '132804.590000', '132805.050000', '132805.510000', '132805.970000', '132806.430000', '132806.890000', '132807.350000', '132807.810000', '132808.270000', '132808.730000', '132809.190000', '132809.650000', '132810.110000', '132810.570000', '132811.030000', '132811.490000', '132811.950000', '132812.410000', '132812.870000', '132813.330000', '132813.790000', '132814.250000', '132814.710000', '132815.170000', '132815.630000', '132816.090000', '132816.550000', '132817.010000', '132817.470000', '132817.930000', '132818.390000', '132818.850000', '132819.310000', '132819.770000', '132820.230000', '132820.690000', '132821.150000', '132821.610000', '132822.070000', '132822.530000', '132822.990000', '132823.450000', '132823.910000', '132824.370000', '132824.830000', '132825.290000', '132825.750000', '132826.210000', '132826.670000', '132827.130000', '132827.590000', '132828.050000', '132828.510000', '132828.970000', '132829.430000', '132829.890000', '132830.350000', '132830.810000', '132831.270000', '132831.730000', '132832.190000', '132832.650000', '132833.110000', '132833.570000', '132834.030000', '132834.490000', '132834.950000', '132835.410000', '132835.870000', '132836.330000', '132836.790000', '132837.250000', '132837.710000', '132838.170000', '132838.630000', '132839.090000', '132839.550000', '132840.010000', '132840.470000', '132840.930000', '132841.390000', '132841.850000', '132842.310000', '132842.770000', '132843.230000', '132843.690000', '132844.150000', '132844.610000', '132845.070000', '132845.530000', '132845.990000', '132846.450000', '132846.910000', '132847.370000', '132847.830000', '132848.290000', '132848.750000', '132849.210000', '132849.670000', '132850.130000', '132850.590000', '132851.050000', '132851.510000', '132851.970000', '132852.430000', '132852.890000', '132853.350000', '132853.810000', '132854.270000', '132854.730000', '132855.190000', '132855.650000', '132856.110000', '132856.570000', '132857.030000', '132857.490000', '132857.950000', '132858.410000', '132858.870000', '132859.330000', '132859.790000', '132900.250000', '132900.710000', '132901.170000', '132901.630000', '132902.090000', '132902.550000', '132903.010000', '132903.470000', '132903.930000', '132904.390000', '132904.850000', '132905.310000', '132905.770000', '132906.230000', '132906.690000', '132907.150000', '132907.610000', '132908.070000', '132908.530000', '132908.990000', '132909.450000', '132909.910000', '132910.370000', '132910.830000', '132911.290000', '132911.750000', '132912.210000', '132912.670000', '132913.130000', '132913.590000', '132914.050000', '132914.510000', '132914.970000', '132915.430000', '132915.890000', '132916.350000', '132916.810000', '132917.270000', '132917.730000', '132918.190000', '132918.650000', '132919.110000', '132919.570000', '132920.030000', '132920.490000', '132920.950000', '132921.410000', '132921.870000', '132922.330000', '132922.790000', '132923.250000', '132923.710000', '132924.170000', '132924.630000', '132925.090000', '132925.550000', '132926.010000', '132926.470000', '132926.930000', '132927.390000', '132927.850000', '132928.310000', '132928.770000', '132929.230000', '132929.690000', '132930.150000', '132930.610000', '132931.070000', '132931.530000', '132931.990000', '132932.450000', '132932.910000', '132933.370000', '132933.830000', '132934.290000', '132934.750000', '132935.210000', '132935.670000', '132936.130000', '132936.590000', '132937.050000', '132937.510000', '132937.970000', '132938.430000', '132938.890000', '132939.350000', '132939.810000', '132940.270000', '132940.730000', '132941.190000', '132941.650000', '132942.110000', '132942.570000', '132943.030000', '132943.490000', '132943.950000', '132944.410000', '132944.870000', '132945.330000', '132945.790000', '132946.250000', '132946.710000', '132947.170000', '132947.630000', '132948.090000', '132948.550000', '132949.010000', '132949.470000', '132949.930000', '132950.390000', '132950.850000', '132951.310000', '132951.770000', '132952.230000', '132952.690000', '132953.150000', '132953.610000', '132954.070000', '132954.530000', '132954.990000', '132955.450000', '132955.910000', '132956.370000', '132956.830000', '132957.290000', '132957.750000', '132958.210000', '132958.670000', '132959.130000', '132959.590000', '133000.050000', '133000.510000', '133000.970000', '133001.430000', '133001.890000', '133002.350000', '133002.810000', '133003.270000', '133003.730000', '133004.190000', '133004.650000', '133005.110000', '133005.570000', '133006.030000', '133006.490000', '133006.950000', '133007.410000', '133007.870000', '133008.330000', '133008.790000', '133009.250000', '133009.710000', '133010.170000', '133010.630000', '133011.090000', '133011.550000', '133012.010000', '133012.470000', '133012.930000', '133013.390000', '133013.850000', '133014.310000', '133014.770000', '133015.230000', '133015.690000', '133016.150000', '133016.610000', '133017.070000', '133017.530000', '133017.990000', '133018.450000', '133018.910000', '133019.370000', '133019.830000', '133020.290000', '133020.750000', '133021.210000', '133021.670000', '133022.130000', '133022.590000', '133023.050000', '133023.510000', '133023.970000', '133024.430000', '133024.890000', '133025.350000', '133025.810000', '133026.270000', '133026.730000', '133027.190000', '133027.650000', '133028.110000', '133028.570000', '133029.030000', '133029.490000', '133029.950000', '133030.410000', '133030.870000', '133031.330000', '133031.790000', '133032.250000', '133032.710000', '133033.170000', '133033.630000', '133034.090000', '133034.550000', '133035.010000', '133035.470000', '133035.930000', '133036.390000', '133036.850000', '133037.310000', '133037.770000', '133038.230000', '133038.690000', '133039.150000', '133039.610000', '133040.070000', '133040.530000', '133040.990000', '133041.450000', '133041.910000', '133042.370000', '133042.830000', '133043.290000', '133043.750000', '133044.210000', '133044.670000', '133045.130000', '133045.590000', '133046.050000', '133046.510000', '133046.970000', '133047.430000', '133047.890000', '133048.350000', '133048.810000', '133049.270000', '133049.730000', '133050.190000', '133050.650000', '133051.110000', '133051.570000', '133052.030000', '133052.490000', '133052.950000', '133053.410000', '133053.870000', '133054.330000', '133054.790000', '133055.250000', '133055.710000', '133056.170000', '133056.630000', '133057.090000', '133057.550000', '133058.010000', '133058.470000', '133058.930000', '133059.390000', '133059.850000', '133100.310000', '133100.770000', '133101.230000', '133101.690000', '133102.150000', '133102.610000', '133103.070000', '133103.530000', '133103.990000', '133104.450000', '133104.910000', '133105.370000', '133105.830000', '133106.290000', '133106.750000', '133107.210000', '133107.670000', '133108.130000', '133108.590000', '133109.050000', '133109.510000', '133109.970000', '133110.430000', '133110.890000', '133111.350000', '133111.810000', '133112.270000', '133112.730000', '133113.190000', '133113.650000', '133114.110000', '133114.570000', '133115.030000', '133115.490000', '133115.950000', '133116.410000', '133116.870000', '133117.330000', '133117.790000', '133118.250000', '133118.710000', '133119.170000', '133119.630000', '133120.090000', '133120.550000', '133121.010000', '133121.470000', '133121.930000', '133122.390000', '133122.850000', '133123.310000', '133123.770000', '133124.230000', '133124.690000', '133125.150000', '133125.610000', '133126.070000', '133126.530000', '133126.990000', '133127.450000', '133127.910000', '133128.370000', '133128.830000', '133129.290000', '133129.750000', '133130.210000', '133130.670000', '133131.130000', '133131.590000', '133132.050000', '133132.510000', '133132.970000', '133133.430000', '133133.890000', '133134.350000', '133134.810000', '133135.270000', '133135.730000', '133136.190000', '133136.650000', '133137.110000', '133137.570000', '133138.030000', '133138.490000', '133138.950000', '133139.410000', '133139.870000', '133140.330000', '133140.790000', '133141.250000', '133141.710000', '133142.170000', '133142.630000', '133143.090000', '133143.550000', '133144.010000', '133144.470000', '133144.930000', '133145.390000', '133145.850000', '133146.310000', '133146.770000', '133147.230000', '133147.690000', '133148.150000', '133148.610000', '133149.070000', '133149.530000', '133149.990000', '133150.450000', '133150.910000', '133151.370000', '133151.830000', '133152.290000', '133152.750000', '133153.210000', '133153.670000', '133154.130000', '133154.590000', '133155.050000', '133155.510000', '133155.970000', '133156.430000', '133156.890000', '133157.350000', '133157.810000', '133158.270000', '133158.730000', '133159.190000', '133159.650000', '133200.110000', '133200.570000', '133201.030000', '133201.490000', '133201.950000', '133202.410000', '133202.870000', '133203.330000', '133203.790000', '133204.250000', '133204.710000', '133205.170000', '133205.630000', '133206.090000', '133206.550000', '133207.010000', '133207.470000', '133207.930000', '133208.390000', '133208.850000', '133209.310000', '133209.770000', '133210.230000', '133210.690000', '133211.150000', '133211.610000', '133212.070000', '133212.530000', '133212.990000', '133213.450000', '133213.910000', '133214.370000', '133214.830000', '133215.290000', '133215.750000', '133216.210000', '133216.670000', '133217.130000', '133217.590000', '133218.050000', '133218.510000', '133218.970000', '133219.430000', '133219.890000', '133220.350000', '133220.810000', '133221.270000', '133221.730000', '133222.190000', '133222.650000', '133223.110000', '133223.570000', '133224.030000', '133224.490000', '133224.950000', '133225.410000', '133225.870000', '133226.330000', '133226.790000', '133227.250000', '133227.710000', '133228.170000', '133228.630000', '133229.090000', '133229.550000', '133230.010000', '133230.470000', '133230.930000', '133231.390000', '133231.850000', '133232.310000', '133232.770000', '133233.230000', '133233.690000', '133234.150000', '133234.610000', '133235.070000', '133235.530000', '133235.990000', '133236.450000', '133236.910000', '133237.370000', '133237.830000', '133238.290000', '133238.750000', '133239.210000', '133239.670000', '133240.130000', '133240.590000', '133241.050000', '133241.510000', '133241.970000', '133242.430000', '133242.890000', '133243.350000', '133243.810000', '133244.270000', '133244.730000', '133245.190000', '133245.650000', '133246.110000', '133246.570000', '133247.030000', '133247.490000', '133247.950000', '133248.410000', '133248.870000', '133249.330000', '133249.790000', '133250.250000', '133250.710000', '133251.170000', '133251.630000', '133252.090000', '133252.550000', '133253.010000', '133253.470000', '133253.930000', '133254.390000', '133254.850000', '133255.310000', '133255.770000', '133256.230000', '133256.690000', '133257.150000', '133257.610000', '133258.070000', '133258.530000', '133258.990000', '133259.450000', '133259.910000', '133300.370000', '133300.830000', '133301.290000', '133301.750000', '133302.210000', '133302.670000', '133303.130000', '133303.590000', '133304.050000', '133304.510000', '133304.970000', '133305.430000', '133305.890000', '133306.350000', '133306.810000', '133307.270000', '133307.730000', '133308.190000', '133308.650000', '133309.110000', '133309.570000', '133310.030000', '133310.490000', '133310.950000', '133311.410000', '133311.870000', '133312.330000', '133312.790000', '133313.250000', '133313.710000', '133314.170000', '133314.630000', '133315.090000', '133315.550000', '133316.010000', '133316.470000', '133316.930000', '133317.390000', '133317.850000', '133318.310000', '133318.770000', '133319.230000', '133319.690000', '133320.150000', '133320.610000', '133321.070000', '133321.530000', '133321.990000', '133322.450000', '133322.910000', '133323.370000', '133323.830000', '133324.290000', '133324.750000', '133325.210000', '133325.670000', '133326.130000', '133326.590000', '133327.050000', '133327.510000', '133327.970000', '133328.430000', '133328.890000', '133329.350000', '133329.810000', '133330.270000', '133330.730000', '133331.190000', '133331.650000', '133332.110000', '133332.570000', '133333.030000', '133333.490000', '133333.950000', '133334.410000', '133334.870000', '133335.330000', '133335.790000', '133336.250000', '133336.710000', '133337.170000', '133337.630000', '133338.090000', '133338.550000', '133339.010000', '133339.470000', '133339.930000', '133340.390000', '133340.850000', '133341.310000', '133341.770000', '133342.230000', '133342.690000', '133343.150000', '133343.610000', '133344.070000', '133344.530000', '133344.990000', '133345.450000', '133345.910000', '133346.370000', '133346.830000', '133347.290000', '133347.750000', '133348.210000', '133348.670000', '133349.130000', '133349.590000', '133350.050000', '133350.510000', '133350.970000', '133351.430000', '133351.890000', '133352.350000', '133352.810000', '133353.270000', '133353.730000', '133354.190000', '133354.650000', '133355.110000', '133355.570000', '133356.030000', '133356.490000', '133356.950000', '133357.410000', '133357.870000', '133358.330000', '133358.790000', '133359.250000', '133359.710000', '133400.170000', '133400.630000', '133401.090000', '133401.550000', '133402.010000', '133402.470000', '133402.930000', '133403.390000', '133403.850000', '133404.310000', '133404.770000', '133405.230000', '133405.690000', '133406.150000', '133406.610000', '133407.070000', '133407.530000', '133407.990000', '133408.450000', '133408.910000', '133409.370000', '133409.830000', '133410.290000', '133410.750000', '133411.210000', '133411.670000', '133412.130000', '133412.590000', '133413.050000', '133413.510000', '133413.970000', '133414.430000', '133414.890000', '133415.350000', '133415.810000', '133416.270000', '133416.730000', '133417.190000', '133417.650000', '133418.110000', '133418.570000', '133419.030000', '133419.490000', '133419.950000', '133420.410000', '133420.870000', '133421.330000', '133421.790000', '133422.250000', '133422.710000', '133423.170000', '133423.630000', '133424.090000', '133424.550000', '133425.010000', '133425.470000', '133425.930000', '133426.390000', '133426.850000', '133427.310000', '133427.770000', '133428.230000', '133428.690000', '133429.150000', '133429.610000', '133430.070000', '133430.530000', '133430.990000', '133431.450000', '133431.910000', '133432.370000', '133432.830000', '133433.290000', '133433.750000', '133434.210000', '133434.670000', '133435.130000', '133435.590000', '133436.050000', '133436.510000', '133436.970000', '133437.430000', '133437.890000', '133438.350000', '133438.810000', '133439.270000', '133439.730000', '133440.190000', '133440.650000', '133441.110000', '133441.570000', '133442.030000', '133442.490000', '133442.950000', '133443.410000', '133443.870000', '133444.330000', '133444.790000', '133445.250000', '133445.710000', '133446.170000', '133446.630000', '133447.090000', '133447.550000', '133448.010000', '133448.470000', '133448.930000', '133449.390000', '133449.850000', '133450.310000', '133450.770000', '133451.230000'], 'ContentTime': ['132808.591000', '132808.595000', '132808.598000', '132808.600000', '132808.603000', '132808.606000', '132808.608000', '132808.611000', '132808.614000', '132808.616000', '132808.619000', '132808.628000', '132808.630000', '132808.633000', '132808.636000', '132808.638000', '132808.641000', '132808.643000', '132808.646000', '132808.648000', '132808.651000', '132808.654000', '132808.656000', '132808.659000', '132808.661000', '132808.664000', '132808.666000', '132808.669000', '132808.672000', '132808.681000', '132808.684000', '132808.686000', '132808.689000', '132808.691000', '132808.694000', '132808.696000', '132828.560000', '132828.562000', '132828.570000', '132828.573000', '132828.575000', '132828.578000', '132828.580000', '132828.583000', '132828.585000', '132828.588000', '132828.591000', '132828.593000', '132828.596000', '132828.598000', '132828.601000', '132828.603000', '132828.606000', '132828.609000', '132828.611000', '132828.614000', '132828.616000', '132828.619000', '132828.622000', '132828.624000', '132828.627000', '132828.629000', '132828.632000', '132828.635000', '132828.637000', '132828.640000', '132828.642000', '132828.645000', '132828.648000', '132828.650000', '132828.653000', '132828.655000', '132828.658000', '132828.661000', '132828.663000', '132828.666000', '132828.668000', '132828.671000', '132828.673000', '132848.560000', '132848.562000', '132848.565000', '132848.568000', '132848.571000', '132848.573000', '132848.576000', '132848.578000', '132848.581000', '132848.583000', '132848.586000', '132848.589000', '132848.591000', '132848.594000', '132848.597000', '132848.599000', '132848.602000', '132848.604000', '132848.607000', '132848.610000', '132848.612000', '132848.615000', '132848.618000', '132848.623000', '132848.626000', '132848.628000', '132848.631000', '132848.633000', '132848.636000', '132848.639000', '132848.641000', '132848.644000', '132848.646000', '132848.649000', '132848.652000', '132848.654000', '132848.657000', '132848.659000', '132848.662000', '132848.665000', '132848.672000', '132848.675000', '132848.678000', '132908.559000', '132908.562000', '132908.564000', '132908.567000', '132908.569000', '132908.572000', '132908.575000', '132908.577000', '132908.580000', '132908.583000', '132908.585000', '132908.588000', '132908.590000', '132908.593000', '132908.596000', '132908.598000', '132908.601000', '132908.603000', '132908.606000', '132908.609000', '132908.611000', '132908.614000', '132908.617000', '132908.619000', '132908.622000', '132908.624000', '132908.627000', '132908.630000', '132908.632000', '132908.635000', '132908.637000', '132908.640000', '132908.643000', '132908.645000', '132908.648000', '132908.651000', '132908.653000', '132908.656000', '132908.658000', '132908.661000', '132908.663000', '132908.666000', '132908.668000', '132908.671000', '132928.559000', '132928.562000', '132928.564000', '132928.567000', '132928.570000', '132928.572000', '132928.575000', '132928.577000', '132928.580000', '132928.583000', '132928.585000', '132928.588000', '132928.591000', '132928.594000', '132928.597000', '132928.599000', '132928.602000', '132928.604000', '132928.607000', '132928.610000', '132928.612000', '132928.615000', '132928.618000', '132928.620000', '132928.623000', '132928.625000', '132928.628000', '132928.631000', '132928.633000', '132928.636000', '132928.639000', '132928.653000', '132928.656000', '132928.659000', '132928.661000', '132928.664000', '132928.667000', '132928.669000', '132928.672000', '132928.674000', '132928.677000', '132928.680000', '132928.682000', '132948.559000', '132948.561000', '132948.564000', '132948.567000', '132948.570000', '132948.572000', '132948.575000', '132948.577000', '132948.580000', '132948.582000', '132948.585000', '132948.588000', '132948.590000', '132948.593000', '132948.595000', '132948.598000', '132948.601000', '132948.603000', '132948.606000', '132948.609000', '132948.612000', '132948.614000', '132948.617000', '132948.620000', '132948.622000', '132948.625000', '132948.627000', '132948.630000', '132948.633000', '132948.635000', '132948.638000', '132948.641000', '132948.643000', '132948.646000', '132948.648000', '132948.651000', '132948.654000', '132948.656000', '132948.659000', '132948.661000', '132948.664000', '132948.667000', '132948.669000', '132948.672000', '133008.558000', '133008.561000', '133008.564000', '133008.567000', '133008.569000', '133008.572000', '133008.574000', '133008.577000', '133008.580000', '133008.582000', '133008.585000', '133008.587000', '133008.590000', '133008.593000', '133008.596000', '133008.598000', '133008.601000', '133008.604000', '133008.606000', '133008.609000', '133008.611000', '133008.614000', '133008.617000', '133008.619000', '133008.622000', '133008.625000', '133008.627000', '133008.630000', '133008.632000', '133008.635000', '133008.638000', '133008.640000', '133008.643000', '133008.646000', '133008.653000', '133008.656000', '133008.658000', '133008.661000', '133008.663000', '133008.666000', '133008.669000', '133008.671000', '133008.674000', '133028.558000', '133028.561000', '133028.564000', '133028.567000', '133028.569000', '133028.572000', '133028.574000', '133028.577000', '133028.579000', '133028.582000', '133028.585000', '133028.587000', '133028.590000', '133028.593000', '133028.595000', '133028.598000', '133028.600000', '133028.611000', '133028.614000', '133028.617000', '133028.619000', '133028.622000', '133028.624000', '133028.627000', '133028.629000', '133028.632000', '133028.635000', '133028.637000', '133028.640000', '133028.643000', '133028.645000', '133028.648000', '133028.651000', '133028.653000', '133028.656000', '133028.658000', '133028.661000', '133028.664000', '133028.666000', '133028.669000', '133028.671000', '133028.674000', '133028.676000', '133028.679000', '133048.560000', '133048.562000', '133048.565000', '133048.568000', '133048.570000', '133048.573000', '133048.576000', '133048.578000', '133048.581000', '133048.584000', '133048.586000', '133048.589000', '133048.591000', '133048.594000', '133048.597000', '133048.600000', '133048.603000', '133048.606000', '133048.609000', '133048.611000', '133048.614000', '133048.617000', '133048.619000', '133048.622000', '133048.624000', '133048.627000', '133048.631000', '133048.634000', '133048.637000', '133048.639000', '133048.642000', '133048.645000', '133048.647000', '133048.650000', '133048.653000', '133048.655000', '133048.658000', '133048.660000', '133048.663000', '133048.665000', '133048.668000', '133048.671000', '133048.673000', '133108.559000', '133108.562000', '133108.565000', '133108.568000', '133108.570000', '133108.573000', '133108.575000', '133108.578000', '133108.581000', '133108.583000', '133108.586000', '133108.589000', '133108.591000', '133108.594000', '133108.597000', '133108.599000', '133108.602000', '133108.605000', '133108.607000', '133108.610000', '133108.613000', '133108.615000', '133108.618000', '133108.621000', '133108.623000', '133108.626000', '133108.628000', '133108.643000', '133108.646000', '133108.648000', '133108.651000', '133108.653000', '133108.656000', '133108.666000', '133108.669000', '133108.671000', '133108.674000', '133108.676000', '133108.679000', '133108.682000', '133108.684000', '133108.687000', '133108.690000', '133108.692000', '133128.559000', '133128.561000', '133128.564000', '133128.567000', '133128.569000', '133128.572000', '133128.574000', '133128.577000', '133128.580000', '133128.582000', '133128.585000', '133128.588000', '133128.590000', '133128.593000', '133128.595000', '133128.598000', '133128.601000', '133128.603000', '133128.606000', '133128.608000', '133128.611000', '133128.614000', '133128.617000', '133128.620000', '133128.623000', '133128.626000', '133128.629000', '133128.631000', '133128.634000', '133128.637000', '133128.640000', '133128.642000', '133128.645000', '133128.648000', '133128.650000', '133128.653000', '133128.655000', '133128.658000', '133128.661000', '133128.663000', '133128.666000', '133128.669000', '133128.671000', '133148.559000', '133148.562000', '133148.564000', '133148.567000', '133148.570000', '133148.572000', '133148.575000', '133148.577000', '133148.580000', '133148.583000', '133148.591000', '133148.594000', '133148.596000', '133148.599000', '133148.602000', '133148.604000', '133148.607000', '133148.609000', '133148.612000', '133148.615000', '133148.617000', '133148.620000', '133148.623000', '133148.625000', '133148.639000', '133148.642000', '133148.645000', '133148.647000', '133148.650000', '133148.652000', '133148.655000', '133148.658000', '133148.660000', '133148.663000', '133148.666000', '133148.668000', '133148.671000', '133148.673000', '133148.676000', '133148.678000', '133148.681000', '133148.684000', '133148.686000', '133148.689000', '133208.559000', '133208.561000', '133208.564000', '133208.567000', '133208.569000', '133208.572000', '133208.574000', '133208.577000', '133208.580000', '133208.582000', '133208.585000', '133208.587000', '133208.590000', '133208.593000', '133208.595000', '133208.598000', '133208.601000', '133208.603000', '133208.606000', '133208.608000', '133208.611000', '133208.614000', '133208.616000', '133208.619000', '133208.622000', '133208.624000', '133208.627000', '133208.630000', '133208.632000', '133208.635000', '133208.638000', '133208.640000', '133208.643000', '133208.646000', '133208.648000', '133208.651000', '133208.654000', '133208.656000', '133208.659000', '133208.661000', '133208.664000', '133208.667000', '133208.671000', '133228.559000', '133228.561000', '133228.564000', '133228.567000', '133228.569000', '133228.572000', '133228.575000', '133228.577000', '133228.580000', '133228.582000', '133228.585000', '133228.588000', '133228.590000', '133228.593000', '133228.596000', '133228.598000', '133228.601000', '133228.603000', '133228.606000', '133228.609000', '133228.611000', '133228.614000', '133228.617000', '133228.619000', '133228.622000', '133228.625000', '133228.627000', '133228.630000', '133228.633000', '133228.635000', '133228.638000', '133228.641000', '133228.643000', '133228.646000', '133228.648000', '133228.651000', '133228.654000', '133228.656000', '133228.659000', '133228.661000', '133228.664000', '133228.667000', '133228.669000', '133228.672000', '133248.559000', '133248.562000', '133248.564000', '133248.567000', '133248.569000', '133248.572000', '133248.575000', '133248.578000', '133248.580000', '133248.583000', '133248.586000', '133248.588000', '133248.591000', '133248.593000', '133248.596000', '133248.599000', '133248.601000', '133248.604000', '133248.606000', '133248.609000', '133248.611000', '133248.614000', '133248.617000', '133248.619000', '133248.622000', '133248.625000', '133248.627000', '133248.630000', '133248.633000', '133248.635000', '133248.638000', '133248.641000', '133248.643000', '133248.646000', '133248.649000', '133248.651000', '133248.654000', '133248.657000', '133248.659000', '133248.662000', '133248.665000', '133248.667000', '133248.670000', '133308.560000', '133308.562000', '133308.565000', '133308.568000', '133308.570000', '133308.573000', '133308.575000', '133308.578000', '133308.581000', '133308.583000', '133308.586000', '133308.589000', '133308.591000', '133308.594000', '133308.596000', '133308.599000', '133308.602000', '133308.604000', '133308.607000', '133308.609000', '133308.612000', '133308.615000', '133308.618000', '133308.620000', '133308.623000', '133308.626000', '133308.628000', '133308.631000', '133308.633000', '133308.636000', '133308.638000', '133308.641000', '133308.644000', '133308.651000', '133308.654000', '133308.657000', '133308.659000', '133308.662000', '133308.665000', '133308.667000', '133308.670000', '133308.672000', '133308.675000', '133308.678000', '133328.560000', '133328.563000', '133328.565000', '133328.568000', '133328.570000', '133328.573000', '133328.576000', '133328.578000', '133328.581000', '133328.583000', '133328.586000', '133328.588000', '133328.591000', '133328.594000', '133328.596000', '133328.599000', '133328.602000', '133328.604000', '133328.607000', '133328.609000', '133328.612000', '133328.615000', '133328.617000', '133328.620000', '133328.623000', '133328.625000', '133328.628000', '133328.631000', '133328.633000', '133328.636000', '133328.639000', '133328.641000', '133328.644000', '133328.646000', '133328.649000', '133328.652000', '133328.654000', '133328.657000', '133328.660000', '133328.662000', '133328.665000', '133328.667000', '133328.670000', '133348.559000', '133348.562000', '133348.564000', '133348.567000', '133348.569000', '133348.572000', '133348.575000', '133348.577000', '133348.580000', '133348.582000', '133348.585000', '133348.588000', '133348.590000', '133348.593000', '133348.595000', '133348.598000', '133348.601000', '133348.603000', '133348.606000', '133348.608000', '133348.611000', '133348.614000', '133348.616000', '133348.619000', '133348.622000', '133348.624000', '133348.627000', '133348.629000', '133348.632000', '133348.635000', '133348.637000', '133348.640000', '133348.643000', '133348.645000', '133348.648000', '133348.650000', '133348.653000', '133348.656000', '133348.658000', '133348.661000', '133348.664000', '133348.666000', '133348.669000', '133348.671000', '133408.559000', '133408.562000', '133408.564000', '133408.567000', '133408.570000', '133408.572000', '133408.575000', '133408.577000', '133408.580000', '133408.583000', '133408.585000', '133408.588000', '133408.590000', '133408.593000', '133408.596000', '133408.598000', '133408.601000', '133408.603000', '133408.606000', '133408.624000', '133408.627000', '133408.629000', '133408.632000', '133408.634000', '133408.637000', '133408.639000', '133408.642000', '133408.645000', '133408.647000', '133408.650000', '133408.652000', '133408.655000', '133408.658000', '133408.660000', '133408.663000', '133408.666000', '133408.668000', '133408.671000', '133408.674000', '133408.676000', '133408.679000', '133408.682000', '133408.684000', '133428.558000', '133428.561000', '133428.564000', '133428.567000', '133428.570000', '133428.572000', '133428.575000', '133428.578000', '133428.580000', '133428.583000', '133428.585000', '133428.588000', '133428.591000', '133428.593000', '133428.596000', '133428.598000', '133428.601000', '133428.603000', '133428.606000', '133428.609000', '133428.615000', '133428.617000', '133428.620000', '133428.623000', '133428.625000', '133428.628000', '133428.630000', '133428.633000', '133428.636000', '133428.638000', '133428.641000', '133428.643000', '133428.646000', '133428.649000', '133428.651000', '133428.654000', '133428.656000', '133428.659000', '133428.662000', '133428.664000', '133428.667000', '133428.670000', '133428.672000', '133428.675000', '133448.559000', '133448.562000', '133448.564000', '133448.567000', '133448.569000', '133448.572000', '133448.575000', '133448.577000', '133448.580000', '133448.583000', '133448.585000', '133448.588000', '133448.591000', '133448.593000', '133448.596000', '133448.598000', '133448.601000', '133448.604000', '133448.606000', '133448.609000', '133448.611000', '133448.614000', '133448.617000', '133448.619000', '133448.622000', '133448.625000', '133448.627000', '133448.630000', '133448.633000', '133448.635000', '133448.638000', '133448.640000', '133448.643000', '133448.646000', '133448.648000', '133448.651000', '133448.653000', '133448.656000', '133448.659000', '133448.661000', '133448.664000', '133448.666000', '133448.669000', '133452.381000', '133452.384000', '133452.387000', '133452.390000', '133452.393000', '133452.396000', '133452.398000', '133452.401000', '133452.404000'], 'InstanceCreationTime': ['132808.591000', '132808.595000', '132808.598000', '132808.600000', '132808.603000', '132808.606000', '132808.608000', '132808.611000', '132808.614000', '132808.616000', '132808.619000', '132808.628000', '132808.630000', '132808.633000', '132808.636000', '132808.638000', '132808.641000', '132808.643000', '132808.646000', '132808.648000', '132808.651000', '132808.654000', '132808.656000', '132808.659000', '132808.661000', '132808.664000', '132808.666000', '132808.669000', '132808.672000', '132808.681000', '132808.684000', '132808.686000', '132808.689000', '132808.691000', '132808.694000', '132808.696000', '132828.560000', '132828.562000', '132828.570000', '132828.573000', '132828.575000', '132828.578000', '132828.580000', '132828.583000', '132828.585000', '132828.588000', '132828.591000', '132828.593000', '132828.596000', '132828.598000', '132828.601000', '132828.603000', '132828.606000', '132828.609000', '132828.611000', '132828.614000', '132828.616000', '132828.619000', '132828.622000', '132828.624000', '132828.627000', '132828.629000', '132828.632000', '132828.635000', '132828.637000', '132828.640000', '132828.642000', '132828.645000', '132828.648000', '132828.650000', '132828.653000', '132828.655000', '132828.658000', '132828.661000', '132828.663000', '132828.666000', '132828.668000', '132828.671000', '132828.673000', '132848.560000', '132848.562000', '132848.565000', '132848.568000', '132848.571000', '132848.573000', '132848.576000', '132848.578000', '132848.581000', '132848.583000', '132848.586000', '132848.589000', '132848.591000', '132848.594000', '132848.597000', '132848.599000', '132848.602000', '132848.604000', '132848.607000', '132848.610000', '132848.612000', '132848.615000', '132848.618000', '132848.623000', '132848.626000', '132848.628000', '132848.631000', '132848.633000', '132848.636000', '132848.639000', '132848.641000', '132848.644000', '132848.646000', '132848.649000', '132848.652000', '132848.654000', '132848.657000', '132848.659000', '132848.662000', '132848.665000', '132848.672000', '132848.675000', '132848.678000', '132908.559000', '132908.562000', '132908.564000', '132908.567000', '132908.569000', '132908.572000', '132908.575000', '132908.577000', '132908.580000', '132908.583000', '132908.585000', '132908.588000', '132908.590000', '132908.593000', '132908.596000', '132908.598000', '132908.601000', '132908.603000', '132908.606000', '132908.609000', '132908.611000', '132908.614000', '132908.617000', '132908.619000', '132908.622000', '132908.624000', '132908.627000', '132908.630000', '132908.632000', '132908.635000', '132908.637000', '132908.640000', '132908.643000', '132908.645000', '132908.648000', '132908.651000', '132908.653000', '132908.656000', '132908.658000', '132908.661000', '132908.663000', '132908.666000', '132908.668000', '132908.671000', '132928.559000', '132928.562000', '132928.564000', '132928.567000', '132928.570000', '132928.572000', '132928.575000', '132928.577000', '132928.580000', '132928.583000', '132928.585000', '132928.588000', '132928.591000', '132928.594000', '132928.597000', '132928.599000', '132928.602000', '132928.604000', '132928.607000', '132928.610000', '132928.612000', '132928.615000', '132928.618000', '132928.620000', '132928.623000', '132928.625000', '132928.628000', '132928.631000', '132928.633000', '132928.636000', '132928.639000', '132928.653000', '132928.656000', '132928.659000', '132928.661000', '132928.664000', '132928.667000', '132928.669000', '132928.672000', '132928.674000', '132928.677000', '132928.680000', '132928.682000', '132948.559000', '132948.561000', '132948.564000', '132948.567000', '132948.570000', '132948.572000', '132948.575000', '132948.577000', '132948.580000', '132948.582000', '132948.585000', '132948.588000', '132948.590000', '132948.593000', '132948.595000', '132948.598000', '132948.601000', '132948.603000', '132948.606000', '132948.609000', '132948.612000', '132948.614000', '132948.617000', '132948.620000', '132948.622000', '132948.625000', '132948.627000', '132948.630000', '132948.633000', '132948.635000', '132948.638000', '132948.641000', '132948.643000', '132948.646000', '132948.648000', '132948.651000', '132948.654000', '132948.656000', '132948.659000', '132948.661000', '132948.664000', '132948.667000', '132948.669000', '132948.672000', '133008.558000', '133008.561000', '133008.564000', '133008.567000', '133008.569000', '133008.572000', '133008.574000', '133008.577000', '133008.580000', '133008.582000', '133008.585000', '133008.587000', '133008.590000', '133008.593000', '133008.596000', '133008.598000', '133008.601000', '133008.604000', '133008.606000', '133008.609000', '133008.611000', '133008.614000', '133008.617000', '133008.619000', '133008.622000', '133008.625000', '133008.627000', '133008.630000', '133008.632000', '133008.635000', '133008.638000', '133008.640000', '133008.643000', '133008.646000', '133008.653000', '133008.656000', '133008.658000', '133008.661000', '133008.663000', '133008.666000', '133008.669000', '133008.671000', '133008.674000', '133028.558000', '133028.561000', '133028.564000', '133028.567000', '133028.569000', '133028.572000', '133028.574000', '133028.577000', '133028.579000', '133028.582000', '133028.585000', '133028.587000', '133028.590000', '133028.593000', '133028.595000', '133028.598000', '133028.600000', '133028.611000', '133028.614000', '133028.617000', '133028.619000', '133028.622000', '133028.624000', '133028.627000', '133028.629000', '133028.632000', '133028.635000', '133028.637000', '133028.640000', '133028.643000', '133028.645000', '133028.648000', '133028.651000', '133028.653000', '133028.656000', '133028.658000', '133028.661000', '133028.664000', '133028.666000', '133028.669000', '133028.671000', '133028.674000', '133028.676000', '133028.679000', '133048.560000', '133048.562000', '133048.565000', '133048.568000', '133048.570000', '133048.573000', '133048.576000', '133048.578000', '133048.581000', '133048.584000', '133048.586000', '133048.589000', '133048.591000', '133048.594000', '133048.597000', '133048.600000', '133048.603000', '133048.606000', '133048.609000', '133048.611000', '133048.614000', '133048.617000', '133048.619000', '133048.622000', '133048.624000', '133048.627000', '133048.631000', '133048.634000', '133048.637000', '133048.639000', '133048.642000', '133048.645000', '133048.647000', '133048.650000', '133048.653000', '133048.655000', '133048.658000', '133048.660000', '133048.663000', '133048.665000', '133048.668000', '133048.671000', '133048.673000', '133108.559000', '133108.562000', '133108.565000', '133108.568000', '133108.570000', '133108.573000', '133108.575000', '133108.578000', '133108.581000', '133108.583000', '133108.586000', '133108.589000', '133108.591000', '133108.594000', '133108.597000', '133108.599000', '133108.602000', '133108.605000', '133108.607000', '133108.610000', '133108.613000', '133108.615000', '133108.618000', '133108.621000', '133108.623000', '133108.626000', '133108.628000', '133108.643000', '133108.646000', '133108.648000', '133108.651000', '133108.653000', '133108.656000', '133108.666000', '133108.669000', '133108.671000', '133108.674000', '133108.676000', '133108.679000', '133108.682000', '133108.684000', '133108.687000', '133108.690000', '133108.692000', '133128.559000', '133128.561000', '133128.564000', '133128.567000', '133128.569000', '133128.572000', '133128.574000', '133128.577000', '133128.580000', '133128.582000', '133128.585000', '133128.588000', '133128.590000', '133128.593000', '133128.595000', '133128.598000', '133128.601000', '133128.603000', '133128.606000', '133128.608000', '133128.611000', '133128.614000', '133128.617000', '133128.620000', '133128.623000', '133128.626000', '133128.629000', '133128.631000', '133128.634000', '133128.637000', '133128.640000', '133128.642000', '133128.645000', '133128.648000', '133128.650000', '133128.653000', '133128.655000', '133128.658000', '133128.661000', '133128.663000', '133128.666000', '133128.669000', '133128.671000', '133148.559000', '133148.562000', '133148.564000', '133148.567000', '133148.570000', '133148.572000', '133148.575000', '133148.577000', '133148.580000', '133148.583000', '133148.591000', '133148.594000', '133148.596000', '133148.599000', '133148.602000', '133148.604000', '133148.607000', '133148.609000', '133148.612000', '133148.615000', '133148.617000', '133148.620000', '133148.623000', '133148.625000', '133148.639000', '133148.642000', '133148.645000', '133148.647000', '133148.650000', '133148.652000', '133148.655000', '133148.658000', '133148.660000', '133148.663000', '133148.666000', '133148.668000', '133148.671000', '133148.673000', '133148.676000', '133148.678000', '133148.681000', '133148.684000', '133148.686000', '133148.689000', '133208.559000', '133208.561000', '133208.564000', '133208.567000', '133208.569000', '133208.572000', '133208.574000', '133208.577000', '133208.580000', '133208.582000', '133208.585000', '133208.587000', '133208.590000', '133208.593000', '133208.595000', '133208.598000', '133208.601000', '133208.603000', '133208.606000', '133208.608000', '133208.611000', '133208.614000', '133208.616000', '133208.619000', '133208.622000', '133208.624000', '133208.627000', '133208.630000', '133208.632000', '133208.635000', '133208.638000', '133208.640000', '133208.643000', '133208.646000', '133208.648000', '133208.651000', '133208.654000', '133208.656000', '133208.659000', '133208.661000', '133208.664000', '133208.667000', '133208.671000', '133228.559000', '133228.561000', '133228.564000', '133228.567000', '133228.569000', '133228.572000', '133228.575000', '133228.577000', '133228.580000', '133228.582000', '133228.585000', '133228.588000', '133228.590000', '133228.593000', '133228.596000', '133228.598000', '133228.601000', '133228.603000', '133228.606000', '133228.609000', '133228.611000', '133228.614000', '133228.617000', '133228.619000', '133228.622000', '133228.625000', '133228.627000', '133228.630000', '133228.633000', '133228.635000', '133228.638000', '133228.641000', '133228.643000', '133228.646000', '133228.648000', '133228.651000', '133228.654000', '133228.656000', '133228.659000', '133228.661000', '133228.664000', '133228.667000', '133228.669000', '133228.672000', '133248.559000', '133248.562000', '133248.564000', '133248.567000', '133248.569000', '133248.572000', '133248.575000', '133248.578000', '133248.580000', '133248.583000', '133248.586000', '133248.588000', '133248.591000', '133248.593000', '133248.596000', '133248.599000', '133248.601000', '133248.604000', '133248.606000', '133248.609000', '133248.611000', '133248.614000', '133248.617000', '133248.619000', '133248.622000', '133248.625000', '133248.627000', '133248.630000', '133248.633000', '133248.635000', '133248.638000', '133248.641000', '133248.643000', '133248.646000', '133248.649000', '133248.651000', '133248.654000', '133248.657000', '133248.659000', '133248.662000', '133248.665000', '133248.667000', '133248.670000', '133308.560000', '133308.562000', '133308.565000', '133308.568000', '133308.570000', '133308.573000', '133308.575000', '133308.578000', '133308.581000', '133308.583000', '133308.586000', '133308.589000', '133308.591000', '133308.594000', '133308.596000', '133308.599000', '133308.602000', '133308.604000', '133308.607000', '133308.609000', '133308.612000', '133308.615000', '133308.618000', '133308.620000', '133308.623000', '133308.626000', '133308.628000', '133308.631000', '133308.633000', '133308.636000', '133308.638000', '133308.641000', '133308.644000', '133308.651000', '133308.654000', '133308.657000', '133308.659000', '133308.662000', '133308.665000', '133308.667000', '133308.670000', '133308.672000', '133308.675000', '133308.678000', '133328.560000', '133328.563000', '133328.565000', '133328.568000', '133328.570000', '133328.573000', '133328.576000', '133328.578000', '133328.581000', '133328.583000', '133328.586000', '133328.588000', '133328.591000', '133328.594000', '133328.596000', '133328.599000', '133328.602000', '133328.604000', '133328.607000', '133328.609000', '133328.612000', '133328.615000', '133328.617000', '133328.620000', '133328.623000', '133328.625000', '133328.628000', '133328.631000', '133328.633000', '133328.636000', '133328.639000', '133328.641000', '133328.644000', '133328.646000', '133328.649000', '133328.652000', '133328.654000', '133328.657000', '133328.660000', '133328.662000', '133328.665000', '133328.667000', '133328.670000', '133348.559000', '133348.562000', '133348.564000', '133348.567000', '133348.569000', '133348.572000', '133348.575000', '133348.577000', '133348.580000', '133348.582000', '133348.585000', '133348.588000', '133348.590000', '133348.593000', '133348.595000', '133348.598000', '133348.601000', '133348.603000', '133348.606000', '133348.608000', '133348.611000', '133348.614000', '133348.616000', '133348.619000', '133348.622000', '133348.624000', '133348.627000', '133348.629000', '133348.632000', '133348.635000', '133348.637000', '133348.640000', '133348.643000', '133348.645000', '133348.648000', '133348.650000', '133348.653000', '133348.656000', '133348.658000', '133348.661000', '133348.664000', '133348.666000', '133348.669000', '133348.671000', '133408.559000', '133408.562000', '133408.564000', '133408.567000', '133408.570000', '133408.572000', '133408.575000', '133408.577000', '133408.580000', '133408.583000', '133408.585000', '133408.588000', '133408.590000', '133408.593000', '133408.596000', '133408.598000', '133408.601000', '133408.603000', '133408.606000', '133408.624000', '133408.627000', '133408.629000', '133408.632000', '133408.634000', '133408.637000', '133408.639000', '133408.642000', '133408.645000', '133408.647000', '133408.650000', '133408.652000', '133408.655000', '133408.658000', '133408.660000', '133408.663000', '133408.666000', '133408.668000', '133408.671000', '133408.674000', '133408.676000', '133408.679000', '133408.682000', '133408.684000', '133428.558000', '133428.561000', '133428.564000', '133428.567000', '133428.570000', '133428.572000', '133428.575000', '133428.578000', '133428.580000', '133428.583000', '133428.585000', '133428.588000', '133428.591000', '133428.593000', '133428.596000', '133428.598000', '133428.601000', '133428.603000', '133428.606000', '133428.609000', '133428.615000', '133428.617000', '133428.620000', '133428.623000', '133428.625000', '133428.628000', '133428.630000', '133428.633000', '133428.636000', '133428.638000', '133428.641000', '133428.643000', '133428.646000', '133428.649000', '133428.651000', '133428.654000', '133428.656000', '133428.659000', '133428.662000', '133428.664000', '133428.667000', '133428.670000', '133428.672000', '133428.675000', '133448.559000', '133448.562000', '133448.564000', '133448.567000', '133448.569000', '133448.572000', '133448.575000', '133448.577000', '133448.580000', '133448.583000', '133448.585000', '133448.588000', '133448.591000', '133448.593000', '133448.596000', '133448.598000', '133448.601000', '133448.604000', '133448.606000', '133448.609000', '133448.611000', '133448.614000', '133448.617000', '133448.619000', '133448.622000', '133448.625000', '133448.627000', '133448.630000', '133448.633000', '133448.635000', '133448.638000', '133448.640000', '133448.643000', '133448.646000', '133448.648000', '133448.651000', '133448.653000', '133448.656000', '133448.659000', '133448.661000', '133448.664000', '133448.666000', '133448.669000', '133452.381000', '133452.384000', '133452.387000', '133452.390000', '133452.393000', '133452.396000', '133452.398000', '133452.401000', '133452.404000'], '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': [8100, 17083, 8708, 14326, 11696, 10971, 14563, 10922, 18020, 10587, 17214, 10866, 13465, 14202, 10490, 14523, 10974, 12451, 7439, 13881, 7603, 14486, 9008, 9595, 11752, 7935, 15045, 7743, 12422, 7737, 7666, 11251, 7468, 11890, 8513, 7705, 10404, 7503, 16672, 13270, 12265, 12884, 9535, 14505, 9276, 17421, 10949, 13451, 8909, 7502, 14191, 8174, 17193, 10791, 13281, 9918, 9872, 12060, 9921, 16058, 10179, 16216, 9740, 15660, 7464, 15631, 7446, 13019, 8209, 7601, 9061, 7612, 12009, 7685, 12709, 11116, 9592, 12799, 9360, 12446, 9144, 14162, 9218, 16148, 9009, 15620, 7590, 14119, 11521, 9840, 11818, 7860, 14455, 8079, 15543, 7844, 15455, 7771, 9530, 10361, 7816, 14378, 7460, 13180, 8789, 9745, 12243, 9487, 14693, 7688, 15631, 11334, 12486, 12582, 9654, 13678, 8377, 14952, 7728, 12869, 11847, 7983, 14166, 7739, 15702, 10965, 13658, 12623, 9858, 13039, 7912, 15684, 9241, 15786, 10195, 11626, 10181, 9121, 13366, 9413, 14905, 7684, 14606, 7746, 10763, 10145, 7792, 13690, 7645, 14557, 9459, 16619, 10779, 11805, 11420, 7847, 14436, 7606, 16144, 9873, 11506, 10862, 7573, 14791, 8183, 11750, 10928, 8833, 15170, 9696, 16151, 10363, 17998, 10865, 13660, 12625, 10359, 12869, 9768, 15923, 10116, 16461, 8360, 15836, 7905, 14915, 10597, 9428, 12467, 7626, 14430, 7800, 13373, 7595, 11933, 10957, 9073, 13198, 9206, 14058, 7811, 16328, 10753, 10338, 11392, 7681, 14360, 7916, 15575, 10819, 11583, 12796, 10562, 14154, 7766, 13557, 7560, 15347, 12430, 9454, 12232, 7628, 12192, 7862, 11039, 13205, 10793, 16746, 9598, 14879, 7369, 7416, 8965, 7548, 7732, 14472, 9971, 12302, 15727, 8909, 12885, 10174, 7993, 15343, 7827, 17380, 12984, 13838, 13760, 10260, 14170, 8664, 12950, 7657, 16800, 8827, 11607, 8029, 7498, 8948, 7674, 15969, 10554, 11200, 12702, 9500, 13335, 10331, 14510, 9871, 17840, 10951, 13052, 11971, 9708, 13053, 7661, 16148, 8791, 14441, 7999, 10794, 12782, 10073, 17421, 11559, 17327, 11690, 13446, 12119, 9002, 14575, 7593, 11821, 7570, 7920, 11830, 8208, 13488, 7976, 11488, 7757, 7669, 13315, 8361, 17097, 12890, 14080, 13852, 10654, 16029, 10383, 19217, 14359, 14320, 13205, 9527, 14071, 7982, 13356, 12840, 10907, 15358, 9996, 14855, 7680, 7804, 13756, 7783, 11592, 9067, 7755, 13011, 7700, 8694, 9220, 7718, 16049, 10727, 10978, 13068, 10311, 14261, 7876, 12226, 14070, 8928, 14747, 10923, 7764, 12477, 7835, 12696, 12800, 8347, 14113, 12446, 8287, 15784, 9266, 11295, 13602, 10662, 16633, 11000, 11586, 13146, 7732, 10554, 9387, 7606, 14606, 13788, 10061, 16495, 9565, 11253, 11994, 7686, 13933, 12558, 9103, 16463, 10364, 10648, 13064, 7607, 15628, 9608, 8249, 13922, 7760, 13824, 9170, 8450, 13221, 7820, 10346, 8983, 7644, 10000, 7735, 12393, 10875, 7916, 14176, 7587, 11418, 8962, 7726, 14665, 8099, 12225, 12771, 10283, 14842, 8861, 13046, 13535, 10723, 15152, 8091, 13535, 8828, 7565, 13523, 7662, 10393, 12552, 7966, 13828, 11145, 9910, 14601, 8702, 11528, 7831, 8149, 7628, 10993, 10448, 11662, 15354, 12109, 11097, 17952, 14353, 11338, 17153, 13684, 14936, 14496, 10245, 17255, 9891, 12617, 13139, 7726, 9199, 8781, 7814, 13059, 7603, 7529, 8425, 7359, 7936, 10751, 8542, 7929, 16387, 13507, 11485, 16025, 10613, 16743, 10948, 15221, 9995, 8090, 14977, 8208, 16038, 8161, 11090, 10731, 7833, 15626, 8179, 12327, 8004, 7675, 12410, 7822, 11123, 11070, 7710, 14066, 7728, 7512, 10733, 7606, 7537, 12458, 7946, 11447, 12418, 9349, 16867, 13545, 12915, 12507, 8404, 15755, 13869, 11236, 14993, 8895, 8521, 8725, 7590, 15273, 12036, 10728, 11962, 8103, 17614, 13891, 11672, 15353, 9776, 14986, 13431, 9611, 14544, 13390, 9989, 14313, 9173, 7659, 7369, 7994, 7831, 16299, 12064, 7733, 12731, 8654, 7742, 11810, 14529, 11435, 13567, 14820, 10398, 17752, 14542, 10936, 17098, 9873, 8589, 13496, 7737, 7750, 10963, 8128, 7687, 14036, 10572, 7821, 10590, 7596, 7756, 15620, 8558, 8118, 11087, 8230, 10749, 8852, 8418, 15953, 11267, 14236, 12279, 11021, 15035, 8528, 15849, 9258, 13323, 12148, 8185, 15353, 7682, 7671, 10416, 8128, 9381, 11508, 8229, 16543, 12401, 13530, 13269, 10364, 17459, 12076, 15415, 13881, 11672, 15573, 7929, 16987, 11409, 11392, 13347, 8196, 16874, 7854, 8955, 10951, 8145, 15392, 7816, 7981, 9976, 7919, 15882, 7596, 13945, 11544, 9552, 13146, 7835, 11705, 8623, 8169, 13077, 7972, 8021, 13567, 7806, 15569, 13632, 11235, 17523, 12721, 11731, 15936, 11666, 14717, 11836, 7794, 15334, 10632, 11997, 17470, 11638, 17049, 9995, 7729, 17402, 14282, 11480, 16438, 8307, 14905, 12370, 8143, 15115, 13128, 7836, 9999, 8459, 7709, 8488, 11793, 9946, 10670, 17351, 10987, 8122, 14949, 12834, 7869, 14512, 7845, 7715, 7715, 7894, 8223, 7428, 14838, 10000, 13872, 11702, 7658, 12451, 8229, 7917, 14774, 11974, 7800, 7340, 11488, 10039, 11368, 16664, 12750, 13350, 14370, 8298, 10057, 13710, 8076, 7870, 10619, 7677, 12058, 10112, 7761, 15930, 10956, 8138, 16425, 8084, 8281, 11348, 7527, 13894, 14545, 9573, 16051, 13610, 8386, 17745, 9203, 11969, 13657, 7669, 8679, 8776, 7702, 12663, 9562, 7725, 7542, 8581, 7755, 12811, 10055, 8165, 17660, 12036, 12867, 13894, 9370, 17590, 8767, 14085, 11151, 8270, 14699, 7776, 16780, 7924, 7585, 8507, 8240, 10702, 7840, 8479, 7788, 8204, 8884, 8048, 12521, 7594, 8454, 8514, 8432, 14765, 7740, 8144, 8908, 7949, 16395, 11602, 11103, 14997, 9000, 15650, 13637, 10842, 17403, 11989, 15069, 13675, 10457, 18428, 11007, 18614, 11534, 16430, 9979, 10438, 9126, 7971, 11598, 8296, 14165, 8179, 9787, 7657, 7852, 8169, 8186, 11918, 7995, 7530, 7991, 8191, 12873, 8377, 9038, 14511, 8818, 16932, 12527, 13437, 15550, 11214, 18491, 15044, 17611, 14748, 11916, 15920, 10334, 17009, 15201, 9477, 16628, 7919, 7612, 16897, 10997, 9328, 15583, 7888, 16187, 10199, 8897, 16403, 13051, 10571, 17446, 14993, 10553, 17188, 8339, 7697, 8036, 10894, 7575, 12847, 7594, 7894, 11095, 10743, 7293, 13342, 17080, 13743, 11614, 18912, 15868, 11820, 17138, 10573, 8290, 14699, 10954, 10500, 16852, 11388, 14835, 13810, 8153, 17056, 10345, 7489, 12555, 7509, 7519, 10943, 7890, 7888, 8214, 8509, 8769, 14547, 9751, 16515, 14611, 11474, 16467, 10572, 16355, 14597, 11965, 18755, 15962], 'WindowCenter': [4523.0, 4596.0, 4516.0, 4562.0, 4542.0, 4522.0, 4562.0, 4520.0, 4559.0, 4518.0, 4557.0, 4518.0, 4537.0, 4538.0, 4504.0, 4537.0, 4504.0, 4514.0, 4455.0, 4534.0, 4467.0, 4536.0, 4495.0, 4496.0, 4525.0, 4477.0, 4544.0, 4467.0, 4525.0, 4465.0, 4468.0, 4517.0, 4470.0, 4528.0, 4489.0, 4482.0, 4530.0, 4470.0, 4558.0, 4538.0, 4527.0, 4527.0, 4496.0, 4536.0, 4487.0, 4544.0, 4506.0, 4524.0, 4484.0, 4455.0, 4534.0, 4474.0, 4556.0, 4516.0, 4534.0, 4507.0, 4496.0, 4515.0, 4493.0, 4531.0, 4494.0, 4532.0, 4482.0, 4520.0, 4444.0, 4532.0, 4443.0, 4523.0, 4475.0, 4454.0, 4485.0, 4465.0, 4525.0, 4467.0, 4535.0, 4528.0, 4508.0, 4539.0, 4496.0, 4527.0, 4486.0, 4536.0, 4485.0, 4545.0, 4487.0, 4544.0, 4467.0, 4533.0, 4516.0, 4495.0, 4526.0, 4477.0, 4548.0, 4490.0, 4559.0, 4490.0, 4556.0, 4478.0, 4508.0, 4518.0, 4479.0, 4549.0, 4480.0, 4551.0, 4499.0, 4520.0, 4540.0, 4509.0, 4549.0, 4479.0, 4558.0, 4529.0, 4527.0, 4537.0, 4497.0, 4538.0, 4478.0, 4547.0, 4466.0, 4539.0, 4539.0, 4479.0, 4546.0, 4479.0, 4559.0, 4519.0, 4536.0, 4526.0, 4505.0, 4535.0, 4466.0, 4546.0, 4497.0, 4545.0, 4505.0, 4516.0, 4505.0, 4495.0, 4535.0, 4494.0, 4545.0, 4466.0, 4546.0, 4478.0, 4515.0, 4517.0, 4478.0, 4546.0, 4480.0, 4546.0, 4509.0, 4557.0, 4518.0, 4527.0, 4515.0, 4478.0, 4546.0, 4468.0, 4546.0, 4509.0, 4515.0, 4528.0, 4481.0, 4548.0, 4489.0, 4528.0, 4519.0, 4486.0, 4545.0, 4497.0, 4532.0, 4506.0, 4556.0, 4505.0, 4535.0, 4525.0, 4504.0, 4525.0, 4494.0, 4534.0, 4491.0, 4534.0, 4462.0, 4533.0, 4464.0, 4533.0, 4494.0, 4473.0, 4512.0, 4454.0, 4532.0, 4464.0, 4523.0, 4465.0, 4525.0, 4516.0, 4486.0, 4537.0, 4496.0, 4535.0, 4467.0, 4545.0, 4505.0, 4493.0, 4516.0, 4454.0, 4533.0, 4465.0, 4533.0, 4504.0, 4511.0, 4524.0, 4505.0, 4533.0, 4455.0, 4524.0, 4457.0, 4532.0, 4524.0, 4494.0, 4524.0, 4466.0, 4513.0, 4466.0, 4505.0, 4525.0, 4504.0, 4546.0, 4496.0, 4534.0, 4454.0, 4443.0, 4497.0, 4467.0, 4467.0, 4548.0, 4521.0, 4540.0, 4570.0, 4511.0, 4539.0, 4507.0, 4478.0, 4534.0, 4456.0, 4543.0, 4524.0, 4524.0, 4526.0, 4495.0, 4523.0, 4474.0, 4513.0, 4453.0, 4541.0, 4484.0, 4514.0, 4478.0, 4457.0, 4498.0, 4479.0, 4556.0, 4518.0, 4517.0, 4537.0, 4497.0, 4535.0, 4507.0, 4535.0, 4496.0, 4544.0, 4506.0, 4525.0, 4516.0, 4494.0, 4525.0, 4465.0, 4545.0, 4488.0, 4535.0, 4477.0, 4516.0, 4536.0, 4506.0, 4556.0, 4517.0, 4555.0, 4526.0, 4524.0, 4514.0, 4485.0, 4545.0, 4480.0, 4528.0, 4469.0, 4479.0, 4526.0, 4465.0, 4522.0, 4463.0, 4503.0, 4453.0, 4466.0, 4534.0, 4477.0, 4556.0, 4526.0, 4522.0, 4522.0, 4481.0, 4520.0, 4480.0, 4530.0, 4510.0, 4508.0, 4500.0, 4470.0, 4509.0, 4452.0, 4511.0, 4510.0, 4490.0, 4521.0, 4481.0, 4518.0, 4441.0, 4441.0, 4521.0, 4453.0, 4512.0, 4484.0, 4453.0, 4522.0, 4464.0, 4473.0, 4486.0, 4466.0, 4545.0, 4517.0, 4504.0, 4526.0, 4494.0, 4533.0, 4464.0, 4514.0, 4535.0, 4485.0, 4545.0, 4517.0, 4467.0, 4524.0, 4466.0, 4536.0, 4537.0, 4477.0, 4546.0, 4539.0, 4487.0, 4556.0, 4497.0, 4514.0, 4536.0, 4506.0, 4544.0, 4505.0, 4514.0, 4523.0, 4455.0, 4492.0, 4482.0, 4456.0, 4533.0, 4534.0, 4495.0, 4545.0, 4496.0, 4515.0, 4514.0, 4456.0, 4534.0, 4525.0, 4483.0, 4544.0, 4504.0, 4504.0, 4524.0, 4455.0, 4545.0, 4494.0, 4476.0, 4534.0, 4467.0, 4535.0, 4496.0, 4477.0, 4535.0, 4467.0, 4517.0, 4499.0, 4478.0, 4508.0, 4478.0, 4539.0, 4529.0, 4479.0, 4548.0, 4481.0, 4528.0, 4499.0, 4479.0, 4559.0, 4480.0, 4527.0, 4540.0, 4518.0, 4547.0, 4499.0, 4538.0, 4538.0, 4516.0, 4547.0, 4479.0, 4548.0, 4509.0, 4478.0, 4550.0, 4479.0, 4519.0, 4549.0, 4491.0, 4559.0, 4531.0, 4519.0, 4559.0, 4513.0, 4542.0, 4482.0, 4490.0, 4479.0, 4527.0, 4518.0, 4517.0, 4547.0, 4541.0, 4530.0, 4569.0, 4551.0, 4530.0, 4558.0, 4526.0, 4522.0, 4512.0, 4470.0, 4517.0, 4469.0, 4500.0, 4499.0, 4438.0, 4471.0, 4460.0, 4442.0, 4508.0, 4440.0, 4439.0, 4459.0, 4442.0, 4464.0, 4505.0, 4486.0, 4466.0, 4547.0, 4526.0, 4505.0, 4533.0, 4482.0, 4520.0, 4479.0, 4508.0, 4469.0, 4440.0, 4519.0, 4451.0, 4521.0, 4462.0, 4491.0, 4490.0, 4439.0, 4519.0, 4452.0, 4499.0, 4452.0, 4442.0, 4511.0, 4454.0, 4502.0, 4514.0, 4466.0, 4534.0, 4466.0, 4466.0, 4519.0, 4479.0, 4479.0, 4539.0, 4492.0, 4539.0, 4539.0, 4509.0, 4569.0, 4550.0, 4540.0, 4537.0, 4487.0, 4546.0, 4538.0, 4517.0, 4548.0, 4500.0, 4499.0, 4499.0, 4480.0, 4559.0, 4538.0, 4518.0, 4526.0, 4479.0, 4567.0, 4548.0, 4528.0, 4547.0, 4505.0, 4544.0, 4526.0, 4496.0, 4535.0, 4535.0, 4496.0, 4535.0, 4483.0, 4454.0, 4433.0, 4452.0, 4453.0, 4530.0, 4501.0, 4453.0, 4509.0, 4485.0, 4455.0, 4513.0, 4533.0, 4512.0, 4512.0, 4521.0, 4478.0, 4518.0, 4509.0, 4479.0, 4517.0, 4479.0, 4459.0, 4509.0, 4440.0, 4442.0, 4503.0, 4465.0, 4452.0, 4523.0, 4492.0, 4456.0, 4503.0, 4454.0, 4455.0, 4543.0, 4476.0, 4465.0, 4513.0, 4475.0, 4504.0, 4486.0, 4477.0, 4554.0, 4517.0, 4544.0, 4526.0, 4516.0, 4545.0, 4485.0, 4542.0, 4497.0, 4533.0, 4527.0, 4477.0, 4556.0, 4466.0, 4478.0, 4516.0, 4488.0, 4510.0, 4538.0, 4499.0, 4570.0, 4538.0, 4537.0, 4535.0, 4508.0, 4554.0, 4526.0, 4545.0, 4536.0, 4515.0, 4544.0, 4464.0, 4554.0, 4515.0, 4513.0, 4534.0, 4475.0, 4553.0, 4475.0, 4495.0, 4515.0, 4476.0, 4543.0, 4466.0, 4476.0, 4507.0, 4478.0, 4557.0, 4466.0, 4536.0, 4526.0, 4505.0, 4534.0, 4479.0, 4527.0, 4496.0, 4490.0, 4549.0, 4489.0, 4488.0, 4550.0, 4482.0, 4560.0, 4550.0, 4541.0, 4570.0, 4549.0, 4539.0, 4558.0, 4528.0, 4548.0, 4526.0, 4478.0, 4556.0, 4517.0, 4514.0, 4555.0, 4515.0, 4542.0, 4493.0, 4452.0, 4541.0, 4522.0, 4501.0, 4530.0, 4463.0, 4519.0, 4511.0, 4478.0, 4534.0, 4523.0, 4464.0, 4493.0, 4462.0, 4452.0, 4475.0, 4513.0, 4495.0, 4504.0, 4555.0, 4505.0, 4465.0, 4534.0, 4512.0, 4466.0, 4533.0, 4454.0, 4454.0, 4455.0, 4466.0, 4488.0, 4467.0, 4545.0, 4494.0, 4520.0, 4511.0, 4465.0, 4523.0, 4477.0, 4478.0, 4545.0, 4513.0, 4454.0, 4455.0, 4501.0, 4482.0, 4502.0, 4530.0, 4512.0, 4513.0, 4521.0, 4453.0, 4479.0, 4521.0, 4452.0, 4453.0, 4491.0, 4440.0, 4513.0, 4493.0, 4454.0, 4542.0, 4505.0, 4465.0, 4544.0, 4465.0, 4464.0, 4502.0, 4452.0, 4520.0, 4523.0, 4482.0, 4529.0, 4521.0, 4464.0, 4531.0, 4470.0, 4498.0, 4509.0, 4441.0, 4460.0, 4460.0, 4452.0, 4522.0, 4492.0, 4454.0, 4453.0, 4472.0, 4465.0, 4524.0, 4496.0, 4477.0, 4556.0, 4523.0, 4522.0, 4526.0, 4485.0, 4542.0, 4475.0, 4521.0, 4503.0, 4461.0, 4529.0, 4451.0, 4541.0, 4463.0, 4453.0, 4472.0, 4473.0, 4502.0, 4476.0, 4474.0, 4466.0, 4488.0, 4495.0, 4491.0, 4537.0, 4480.0, 4500.0, 4499.0, 4499.0, 4558.0, 4491.0, 4490.0, 4509.0, 4490.0, 4570.0, 4540.0, 4530.0, 4559.0, 4503.0, 4558.0, 4550.0, 4530.0, 4568.0, 4531.0, 4548.0, 4549.0, 4518.0, 4567.0, 4515.0, 4557.0, 4513.0, 4543.0, 4495.0, 4493.0, 4482.0, 4464.0, 4513.0, 4474.0, 4535.0, 4473.0, 4493.0, 4467.0, 4476.0, 4488.0, 4488.0, 4538.0, 4491.0, 4491.0, 4500.0, 4512.0, 4562.0, 4513.0, 4525.0, 4572.0, 4525.0, 4580.0, 4551.0, 4550.0, 4560.0, 4528.0, 4568.0, 4549.0, 4556.0, 4536.0, 4516.0, 4546.0, 4508.0, 4555.0, 4546.0, 4508.0, 4554.0, 4476.0, 4466.0, 4556.0, 4514.0, 4496.0, 4556.0, 4478.0, 4546.0, 4506.0, 4474.0, 4543.0, 4525.0, 4508.0, 4554.0, 4560.0, 4530.0, 4568.0, 4477.0, 4467.0, 4463.0, 4518.0, 4465.0, 4511.0, 4441.0, 4451.0, 4489.0, 4505.0, 4455.0, 4535.0, 4555.0, 4535.0, 4514.0, 4541.0, 4520.0, 4488.0, 4519.0, 4466.0, 4437.0, 4508.0, 4478.0, 4479.0, 4519.0, 4489.0, 4507.0, 4496.0, 4440.0, 4528.0, 4479.0, 4431.0, 4509.0, 4441.0, 4457.0, 4529.0, 4477.0, 4480.0, 4488.0, 4499.0, 4486.0, 4547.0, 4497.0, 4544.0, 4536.0, 4516.0, 4545.0, 4516.0, 4545.0, 4547.0, 4539.0, 4555.0, 4534.0], 'WindowWidth': [9947.0, 10034.0, 9921.0, 9975.0, 9947.0, 9917.0, 9972.0, 9911.0, 9966.0, 9906.0, 9956.0, 9903.0, 9931.0, 9932.0, 9880.0, 9929.0, 9879.0, 9892.0, 9817.0, 9922.0, 9836.0, 9927.0, 9873.0, 9873.0, 9912.0, 9848.0, 9937.0, 9838.0, 9912.0, 9832.0, 9839.0, 9902.0, 9845.0, 9920.0, 9871.0, 9867.0, 9927.0, 9847.0, 9962.0, 9936.0, 9917.0, 9917.0, 9873.0, 9927.0, 9860.0, 9936.0, 9886.0, 9906.0, 9853.0, 9815.0, 9921.0, 9841.0, 9956.0, 9900.0, 9924.0, 9891.0, 9870.0, 9896.0, 9863.0, 9915.0, 9864.0, 9915.0, 9846.0, 9893.0, 9798.0, 9916.0, 9797.0, 9902.0, 9842.0, 9815.0, 9857.0, 9832.0, 9909.0, 9837.0, 9925.0, 9921.0, 9892.0, 9937.0, 9873.0, 9916.0, 9859.0, 9928.0, 9857.0, 9939.0, 9862.0, 9935.0, 9835.0, 9920.0, 9900.0, 9870.0, 9914.0, 9850.0, 9948.0, 9876.0, 9968.0, 9876.0, 9958.0, 9857.0, 9897.0, 9907.0, 9856.0, 9953.0, 9863.0, 9957.0, 9887.0, 9917.0, 9943.0, 9898.0, 9951.0, 9858.0, 9963.0, 9924.0, 9920.0, 9932.0, 9876.0, 9934.0, 9853.0, 9944.0, 9838.0, 9938.0, 9937.0, 9856.0, 9945.0, 9859.0, 9965.0, 9911.0, 9927.0, 9916.0, 9885.0, 9923.0, 9834.0, 9941.0, 9875.0, 9939.0, 9886.0, 9900.0, 9886.0, 9872.0, 9925.0, 9868.0, 9937.0, 9835.0, 9943.0, 9855.0, 9900.0, 9905.0, 9854.0, 9943.0, 9859.0, 9942.0, 9896.0, 9959.0, 9906.0, 9917.0, 9900.0, 9854.0, 9944.0, 9841.0, 9943.0, 9895.0, 9900.0, 9924.0, 9864.0, 9950.0, 9870.0, 9921.0, 9911.0, 9862.0, 9939.0, 9873.0, 9917.0, 9886.0, 9954.0, 9884.0, 9924.0, 9913.0, 9880.0, 9909.0, 9865.0, 9921.0, 9858.0, 9919.0, 9822.0, 9917.0, 9825.0, 9917.0, 9866.0, 9836.0, 9889.0, 9815.0, 9915.0, 9828.0, 9905.0, 9832.0, 9911.0, 9902.0, 9861.0, 9932.0, 9874.0, 9926.0, 9837.0, 9940.0, 9883.0, 9865.0, 9899.0, 9814.0, 9917.0, 9828.0, 9918.0, 9880.0, 9887.0, 9910.0, 9884.0, 9919.0, 9815.0, 9907.0, 9821.0, 9916.0, 9909.0, 9868.0, 9907.0, 9832.0, 9892.0, 9833.0, 9883.0, 9911.0, 9880.0, 9944.0, 9874.0, 9921.0, 9813.0, 9797.0, 9878.0, 9836.0, 9839.0, 9949.0, 9916.0, 9941.0, 9985.0, 9904.0, 9937.0, 9891.0, 9850.0, 9919.0, 9815.0, 9930.0, 9906.0, 9906.0, 9911.0, 9868.0, 9905.0, 9837.0, 9887.0, 9808.0, 9926.0, 9853.0, 9894.0, 9851.0, 9825.0, 9879.0, 9857.0, 9957.0, 9907.0, 9902.0, 9932.0, 9876.0, 9924.0, 9886.0, 9923.0, 9869.0, 9937.0, 9886.0, 9911.0, 9901.0, 9868.0, 9911.0, 9832.0, 9938.0, 9863.0, 9925.0, 9849.0, 9898.0, 9929.0, 9887.0, 9956.0, 9904.0, 9954.0, 9916.0, 9908.0, 9893.0, 9859.0, 9940.0, 9859.0, 9920.0, 9843.0, 9855.0, 9913.0, 9828.0, 9897.0, 9823.0, 9874.0, 9811.0, 9832.0, 9923.0, 9850.0, 9956.0, 9913.0, 9902.0, 9899.0, 9838.0, 9893.0, 9836.0, 9909.0, 9880.0, 9872.0, 9864.0, 9823.0, 9876.0, 9805.0, 9885.0, 9882.0, 9852.0, 9898.0, 9840.0, 9889.0, 9787.0, 9789.0, 9898.0, 9811.0, 9886.0, 9852.0, 9810.0, 9899.0, 9828.0, 9838.0, 9858.0, 9833.0, 9939.0, 9903.0, 9881.0, 9913.0, 9865.0, 9917.0, 9827.0, 9894.0, 9923.0, 9858.0, 9938.0, 9904.0, 9837.0, 9907.0, 9834.0, 9927.0, 9929.0, 9851.0, 9943.0, 9937.0, 9865.0, 9955.0, 9876.0, 9896.0, 9929.0, 9886.0, 9937.0, 9884.0, 9893.0, 9906.0, 9816.0, 9861.0, 9849.0, 9818.0, 9919.0, 9922.0, 9869.0, 9939.0, 9874.0, 9895.0, 9893.0, 9818.0, 9920.0, 9909.0, 9852.0, 9936.0, 9882.0, 9881.0, 9908.0, 9815.0, 9936.0, 9868.0, 9844.0, 9922.0, 9838.0, 9924.0, 9873.0, 9850.0, 9925.0, 9838.0, 9905.0, 9883.0, 9854.0, 9893.0, 9857.0, 9939.0, 9924.0, 9856.0, 9950.0, 9863.0, 9921.0, 9884.0, 9858.0, 9964.0, 9860.0, 9919.0, 9940.0, 9908.0, 9947.0, 9884.0, 9934.0, 9935.0, 9902.0, 9945.0, 9858.0, 9949.0, 9901.0, 9857.0, 9954.0, 9860.0, 9912.0, 9953.0, 9878.0, 9968.0, 9931.0, 9910.0, 9965.0, 9912.0, 9949.0, 9866.0, 9875.0, 9861.0, 9919.0, 9906.0, 9901.0, 9947.0, 9946.0, 9927.0, 9983.0, 9959.0, 9926.0, 9966.0, 9915.0, 9901.0, 9885.0, 9823.0, 9884.0, 9816.0, 9863.0, 9861.0, 9780.0, 9827.0, 9812.0, 9789.0, 9875.0, 9784.0, 9784.0, 9812.0, 9791.0, 9824.0, 9881.0, 9858.0, 9831.0, 9943.0, 9915.0, 9882.0, 9917.0, 9844.0, 9891.0, 9833.0, 9870.0, 9820.0, 9783.0, 9890.0, 9800.0, 9895.0, 9816.0, 9853.0, 9852.0, 9783.0, 9890.0, 9804.0, 9862.0, 9803.0, 9791.0, 9883.0, 9810.0, 9874.0, 9892.0, 9832.0, 9920.0, 9832.0, 9834.0, 9907.0, 9856.0, 9859.0, 9940.0, 9879.0, 9940.0, 9939.0, 9898.0, 9981.0, 9954.0, 9940.0, 9933.0, 9865.0, 9942.0, 9932.0, 9902.0, 9949.0, 9887.0, 9885.0, 9885.0, 9862.0, 9967.0, 9936.0, 9906.0, 9917.0, 9857.0, 9977.0, 9952.0, 9924.0, 9946.0, 9885.0, 9935.0, 9912.0, 9872.0, 9923.0, 9924.0, 9874.0, 9925.0, 9851.0, 9811.0, 9781.0, 9805.0, 9807.0, 9906.0, 9868.0, 9808.0, 9878.0, 9857.0, 9816.0, 9888.0, 9919.0, 9890.0, 9887.0, 9896.0, 9834.0, 9885.0, 9872.0, 9833.0, 9884.0, 9836.0, 9809.0, 9874.0, 9787.0, 9791.0, 9878.0, 9829.0, 9809.0, 9902.0, 9862.0, 9817.0, 9878.0, 9813.0, 9815.0, 9931.0, 9846.0, 9828.0, 9893.0, 9845.0, 9881.0, 9859.0, 9851.0, 9952.0, 9904.0, 9938.0, 9914.0, 9900.0, 9938.0, 9857.0, 9931.0, 9875.0, 9919.0, 9916.0, 9851.0, 9955.0, 9836.0, 9855.0, 9905.0, 9870.0, 9901.0, 9938.0, 9887.0, 9984.0, 9937.0, 9931.0, 9928.0, 9893.0, 9951.0, 9915.0, 9939.0, 9929.0, 9896.0, 9936.0, 9829.0, 9952.0, 9899.0, 9890.0, 9922.0, 9844.0, 9947.0, 9846.0, 9872.0, 9898.0, 9848.0, 9936.0, 9836.0, 9848.0, 9890.0, 9855.0, 9958.0, 9836.0, 9928.0, 9916.0, 9886.0, 9923.0, 9856.0, 9918.0, 9878.0, 9875.0, 9951.0, 9873.0, 9868.0, 9954.0, 9867.0, 9969.0, 9956.0, 9946.0, 9985.0, 9951.0, 9937.0, 9964.0, 9923.0, 9948.0, 9917.0, 9856.0, 9956.0, 9904.0, 9895.0, 9953.0, 9897.0, 9930.0, 9862.0, 9809.0, 9927.0, 9900.0, 9871.0, 9910.0, 9822.0, 9894.0, 9884.0, 9851.0, 9923.0, 9906.0, 9829.0, 9865.0, 9819.0, 9807.0, 9842.0, 9891.0, 9870.0, 9883.0, 9953.0, 9884.0, 9827.0, 9918.0, 9888.0, 9829.0, 9916.0, 9809.0, 9810.0, 9815.0, 9832.0, 9867.0, 9840.0, 9938.0, 9868.0, 9894.0, 9884.0, 9830.0, 9906.0, 9850.0, 9855.0, 9940.0, 9893.0, 9813.0, 9815.0, 9870.0, 9843.0, 9870.0, 9909.0, 9886.0, 9886.0, 9897.0, 9805.0, 9837.0, 9900.0, 9808.0, 9808.0, 9857.0, 9787.0, 9887.0, 9862.0, 9813.0, 9929.0, 9884.0, 9831.0, 9936.0, 9829.0, 9824.0, 9870.0, 9806.0, 9895.0, 9901.0, 9846.0, 9906.0, 9897.0, 9823.0, 9910.0, 9825.0, 9860.0, 9876.0, 9787.0, 9811.0, 9814.0, 9808.0, 9901.0, 9862.0, 9814.0, 9812.0, 9837.0, 9831.0, 9910.0, 9872.0, 9850.0, 9955.0, 9907.0, 9903.0, 9911.0, 9858.0, 9928.0, 9842.0, 9898.0, 9877.0, 9817.0, 9907.0, 9807.0, 9928.0, 9824.0, 9810.0, 9836.0, 9837.0, 9876.0, 9850.0, 9843.0, 9835.0, 9868.0, 9875.0, 9877.0, 9931.0, 9861.0, 9889.0, 9887.0, 9888.0, 9967.0, 9879.0, 9876.0, 9902.0, 9876.0, 9983.0, 9943.0, 9928.0, 9967.0, 9894.0, 9965.0, 9953.0, 9929.0, 9977.0, 9929.0, 9949.0, 9952.0, 9906.0, 9974.0, 9898.0, 9957.0, 9893.0, 9932.0, 9869.0, 9862.0, 9849.0, 9827.0, 9891.0, 9841.0, 9922.0, 9840.0, 9865.0, 9837.0, 9848.0, 9867.0, 9868.0, 9936.0, 9878.0, 9879.0, 9892.0, 9912.0, 9977.0, 9913.0, 9929.0, 9991.0, 9929.0, 9999.0, 9960.0, 9957.0, 9971.0, 9923.0, 9979.0, 9951.0, 9956.0, 9927.0, 9898.0, 9939.0, 9893.0, 9955.0, 9942.0, 9897.0, 9951.0, 9847.0, 9835.0, 9956.0, 9898.0, 9875.0, 9955.0, 9852.0, 9942.0, 9883.0, 9838.0, 9932.0, 9910.0, 9890.0, 9953.0, 9969.0, 9930.0, 9978.0, 9849.0, 9835.0, 9826.0, 9907.0, 9833.0, 9884.0, 9787.0, 9800.0, 9850.0, 9881.0, 9816.0, 9924.0, 9955.0, 9927.0, 9892.0, 9927.0, 9893.0, 9844.0, 9887.0, 9812.0, 9774.0, 9869.0, 9832.0, 9835.0, 9891.0, 9849.0, 9869.0, 9853.0, 9784.0, 9900.0, 9835.0, 9773.0, 9879.0, 9791.0, 9824.0, 9926.0, 9851.0, 9859.0, 9866.0, 9885.0, 9860.0, 9942.0, 9876.0, 9936.0, 9928.0, 9900.0, 9939.0, 9902.0, 9938.0, 9944.0, 9938.0, 9954.0, 9922.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.0016435675082327114</td></tr>
<tr><td colspan=3>aqi</td><td>0.05100638309549945</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.45244846561541</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0731516262967027</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9360073632197788</td></tr>
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
<tr><td colspan=3>fber</td><td>5986.792</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13528103562892857</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.391877058177826</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.53515476601959</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5171651218042888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7035436628152234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3847555134392575</td></tr>
<tr><td colspan=3>gcor</td><td>0.00893121</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0038180251140147448</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022898809984326363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.870537040015668</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>31.2246</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.7704</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.7566</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309939.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>811.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.4833</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1765</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.995</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3772.9066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4959.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1030.5986</td></tr>
<tr><td colspan=3>tsnr</td><td>29.307510936632752</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>