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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0131_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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-03_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-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-02_task-faces_acq-mb8_run-03_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-0131/ses-02/func/sub-0131_ses-02_task-faces_acq-mb8_run-03_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>202f55d40366610105ad83e0f43d7094</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>10:54:34.167500</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.99968, -0.00994899, 0.0232427, 0.00802615, 0.996649, 0.0814045]</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-03_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.0858588</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -8112, -7361, 482, -103, -1056, 731, 144]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.143</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd66826b-e0ab-4d2f-a52c-94bb9918c439||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.6820693016052246, 0.021533580496907234, 0.06473170220851898, 110.87844848632812], [0.026692409068346024, 2.673935890197754, 0.2192182093858719, -104.15113067626953], [0.06235847249627113, -0.21840234100818634, 2.690307140350342, -60.67454528808594], [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': ['105434.167500', '105434.627500', '105435.087500', '105435.547500', '105436.007500', '105436.467500', '105436.927500', '105437.387500', '105437.847500', '105438.307500', '105438.767500', '105439.227500', '105439.687500', '105440.147500', '105440.607500', '105441.067500', '105441.527500', '105441.987500', '105442.447500', '105442.907500', '105443.367500', '105443.827500', '105444.287500', '105444.747500', '105445.207500', '105445.667500', '105446.127500', '105446.587500', '105447.047500', '105447.507500', '105447.967500', '105448.427500', '105448.887500', '105449.347500', '105449.807500', '105450.267500', '105450.727500', '105451.187500', '105451.647500', '105452.107500', '105452.567500', '105453.027500', '105453.487500', '105453.947500', '105454.407500', '105454.867500', '105455.327500', '105455.787500', '105456.247500', '105456.707500', '105457.167500', '105457.627500', '105458.087500', '105458.547500', '105459.007500', '105459.467500', '105459.927500', '105500.387500', '105500.847500', '105501.307500', '105501.767500', '105502.227500', '105502.687500', '105503.147500', '105503.607500', '105504.067500', '105504.527500', '105504.987500', '105505.447500', '105505.907500', '105506.367500', '105506.827500', '105507.287500', '105507.747500', '105508.207500', '105508.667500', '105509.127500', '105509.587500', '105510.047500', '105510.507500', '105510.967500', '105511.427500', '105511.887500', '105512.347500', '105512.807500', '105513.267500', '105513.727500', '105514.187500', '105514.647500', '105515.107500', '105515.567500', '105516.027500', '105516.487500', '105516.947500', '105517.407500', '105517.867500', '105518.327500', '105518.787500', '105519.247500', '105519.707500', '105520.167500', '105520.627500', '105521.087500', '105521.547500', '105522.007500', '105522.467500', '105522.927500', '105523.387500', '105523.847500', '105524.307500', '105524.767500', '105525.227500', '105525.687500', '105526.147500', '105526.607500', '105527.067500', '105527.527500', '105527.987500', '105528.447500', '105528.907500', '105529.367500', '105529.827500', '105530.287500', '105530.747500', '105531.207500', '105531.667500', '105532.127500', '105532.587500', '105533.047500', '105533.507500', '105533.967500', '105534.427500', '105534.887500', '105535.347500', '105535.807500', '105536.267500', '105536.727500', '105537.187500', '105537.647500', '105538.107500', '105538.567500', '105539.027500', '105539.487500', '105539.947500', '105540.407500', '105540.867500', '105541.327500', '105541.787500', '105542.247500', '105542.707500', '105543.167500', '105543.627500', '105544.087500', '105544.547500', '105545.007500', '105545.467500', '105545.927500', '105546.387500', '105546.847500', '105547.307500', '105547.767500', '105548.227500', '105548.687500', '105549.147500', '105549.607500', '105550.067500', '105550.527500', '105550.987500', '105551.447500', '105551.907500', '105552.367500', '105552.827500', '105553.287500', '105553.747500', '105554.207500', '105554.667500', '105555.127500', '105555.587500', '105556.047500', '105556.507500', '105556.967500', '105557.427500', '105557.887500', '105558.347500', '105558.807500', '105559.267500', '105559.727500', '105600.187500', '105600.647500', '105601.107500', '105601.567500', '105602.027500', '105602.487500', '105602.947500', '105603.407500', '105603.867500', '105604.327500', '105604.787500', '105605.247500', '105605.707500', '105606.167500', '105606.627500', '105607.087500', '105607.547500', '105608.007500', '105608.467500', '105608.927500', '105609.387500', '105609.847500', '105610.307500', '105610.767500', '105611.227500', '105611.687500', '105612.147500', '105612.607500', '105613.067500', '105613.527500', '105613.987500', '105614.447500', '105614.907500', '105615.367500', '105615.827500', '105616.287500', '105616.747500', '105617.207500', '105617.667500', '105618.127500', '105618.587500', '105619.047500', '105619.507500', '105619.967500', '105620.427500', '105620.887500', '105621.347500', '105621.807500', '105622.267500', '105622.727500', '105623.187500', '105623.647500', '105624.107500', '105624.567500', '105625.027500', '105625.487500', '105625.947500', '105626.407500', '105626.867500', '105627.327500', '105627.787500', '105628.247500', '105628.707500', '105629.167500', '105629.627500', '105630.087500', '105630.547500', '105631.007500', '105631.467500', '105631.927500', '105632.387500', '105632.847500', '105633.307500', '105633.767500', '105634.227500', '105634.687500', '105635.147500', '105635.607500', '105636.067500', '105636.527500', '105636.987500', '105637.447500', '105637.907500', '105638.367500', '105638.827500', '105639.287500', '105639.747500', '105640.207500', '105640.667500', '105641.127500', '105641.587500', '105642.047500', '105642.507500', '105642.967500', '105643.427500', '105643.887500', '105644.347500', '105644.807500', '105645.267500', '105645.727500', '105646.187500', '105646.647500', '105647.107500', '105647.567500', '105648.027500', '105648.487500', '105648.947500', '105649.407500', '105649.867500', '105650.327500', '105650.787500', '105651.247500', '105651.707500', '105652.167500', '105652.627500', '105653.087500', '105653.547500', '105654.007500', '105654.467500', '105654.927500', '105655.387500', '105655.847500', '105656.307500', '105656.767500', '105657.227500', '105657.687500', '105658.147500', '105658.607500', '105659.067500', '105659.527500', '105659.987500', '105700.447500', '105700.907500', '105701.367500', '105701.827500', '105702.287500', '105702.747500', '105703.207500', '105703.667500', '105704.127500', '105704.587500', '105705.047500', '105705.507500', '105705.967500', '105706.427500', '105706.887500', '105707.347500', '105707.807500', '105708.267500', '105708.727500', '105709.187500', '105709.647500', '105710.107500', '105710.567500', '105711.027500', '105711.487500', '105711.947500', '105712.407500', '105712.867500', '105713.327500', '105713.787500', '105714.247500', '105714.707500', '105715.167500', '105715.627500', '105716.087500', '105716.547500', '105717.007500', '105717.467500', '105717.927500', '105718.387500', '105718.847500', '105719.307500', '105719.767500', '105720.227500', '105720.687500', '105721.147500', '105721.607500', '105722.067500', '105722.527500', '105722.987500', '105723.447500', '105723.907500', '105724.367500', '105724.827500', '105725.287500', '105725.747500', '105726.207500', '105726.667500', '105727.127500', '105727.587500', '105728.047500', '105728.507500', '105728.967500', '105729.427500', '105729.887500', '105730.347500', '105730.807500', '105731.267500', '105731.727500', '105732.187500', '105732.647500', '105733.107500', '105733.567500', '105734.027500', '105734.487500', '105734.947500', '105735.407500', '105735.867500', '105736.327500', '105736.787500', '105737.247500', '105737.707500', '105738.167500', '105738.627500', '105739.087500', '105739.547500', '105740.007500', '105740.467500', '105740.927500', '105741.387500', '105741.847500', '105742.307500', '105742.767500', '105743.227500', '105743.687500', '105744.147500', '105744.607500', '105745.067500', '105745.527500', '105745.987500', '105746.447500', '105746.907500', '105747.367500', '105747.827500', '105748.287500', '105748.747500', '105749.207500', '105749.667500', '105750.127500', '105750.587500', '105751.047500', '105751.507500', '105751.967500', '105752.427500', '105752.887500', '105753.347500', '105753.807500', '105754.267500', '105754.727500', '105755.187500', '105755.647500', '105756.107500', '105756.567500', '105757.027500', '105757.487500', '105757.947500', '105758.407500', '105758.867500', '105759.327500', '105759.787500', '105800.247500', '105800.707500', '105801.167500', '105801.627500', '105802.087500', '105802.547500', '105803.007500', '105803.467500', '105803.927500', '105804.387500', '105804.847500', '105805.307500', '105805.767500', '105806.227500', '105806.687500', '105807.147500', '105807.607500', '105808.067500', '105808.527500', '105808.987500', '105809.447500', '105809.907500', '105810.367500', '105810.827500', '105811.287500', '105811.747500', '105812.207500', '105812.667500', '105813.127500', '105813.587500', '105814.047500', '105814.507500', '105814.967500', '105815.427500', '105815.887500', '105816.347500', '105816.807500', '105817.267500', '105817.727500', '105818.187500', '105818.647500', '105819.107500', '105819.567500', '105820.027500', '105820.487500', '105820.947500', '105821.407500', '105821.867500', '105822.327500', '105822.787500', '105823.247500', '105823.707500', '105824.167500', '105824.627500', '105825.087500', '105825.547500', '105826.007500', '105826.467500', '105826.927500', '105827.387500', '105827.847500', '105828.307500', '105828.767500', '105829.227500', '105829.687500', '105830.147500', '105830.607500', '105831.067500', '105831.527500', '105831.987500', '105832.447500', '105832.907500', '105833.367500', '105833.827500', '105834.287500', '105834.747500', '105835.207500', '105835.667500', '105836.127500', '105836.587500', '105837.047500', '105837.507500', '105837.967500', '105838.427500', '105838.887500', '105839.347500', '105839.807500', '105840.267500', '105840.727500', '105841.187500', '105841.647500', '105842.107500', '105842.567500', '105843.027500', '105843.487500', '105843.947500', '105844.407500', '105844.867500', '105845.327500', '105845.787500', '105846.247500', '105846.707500', '105847.167500', '105847.627500', '105848.087500', '105848.547500', '105849.007500', '105849.467500', '105849.927500', '105850.387500', '105850.847500', '105851.307500', '105851.767500', '105852.227500', '105852.687500', '105853.147500', '105853.607500', '105854.067500', '105854.527500', '105854.987500', '105855.447500', '105855.907500', '105856.367500', '105856.827500', '105857.287500', '105857.747500', '105858.207500', '105858.667500', '105859.127500', '105859.587500', '105900.047500', '105900.507500', '105900.967500', '105901.427500', '105901.887500', '105902.347500', '105902.807500', '105903.267500', '105903.727500', '105904.187500', '105904.647500', '105905.107500', '105905.567500', '105906.027500', '105906.487500', '105906.947500', '105907.407500', '105907.867500', '105908.327500', '105908.787500', '105909.247500', '105909.707500', '105910.167500', '105910.627500', '105911.087500', '105911.547500', '105912.007500', '105912.467500', '105912.927500', '105913.387500', '105913.847500', '105914.307500', '105914.767500', '105915.227500', '105915.687500', '105916.147500', '105916.607500', '105917.067500', '105917.527500', '105917.987500', '105918.447500', '105918.907500', '105919.367500', '105919.827500', '105920.287500', '105920.747500', '105921.207500', '105921.667500', '105922.127500', '105922.587500', '105923.047500', '105923.507500', '105923.967500', '105924.427500', '105924.887500', '105925.347500', '105925.807500', '105926.267500', '105926.727500', '105927.187500', '105927.647500', '105928.107500', '105928.567500', '105929.027500', '105929.487500', '105929.947500', '105930.407500', '105930.867500', '105931.327500', '105931.787500', '105932.247500', '105932.707500', '105933.167500', '105933.627500', '105934.087500', '105934.547500', '105935.007500', '105935.467500', '105935.927500', '105936.387500', '105936.847500', '105937.307500', '105937.767500', '105938.227500', '105938.687500', '105939.147500', '105939.607500', '105940.067500', '105940.527500', '105940.987500', '105941.447500', '105941.907500', '105942.367500', '105942.827500', '105943.287500', '105943.747500', '105944.207500', '105944.667500', '105945.127500', '105945.587500', '105946.047500', '105946.507500', '105946.967500', '105947.427500', '105947.887500', '105948.347500', '105948.807500', '105949.267500', '105949.727500', '105950.187500', '105950.647500', '105951.107500', '105951.567500', '105952.027500', '105952.487500', '105952.947500', '105953.407500', '105953.867500', '105954.327500', '105954.787500', '105955.247500', '105955.707500', '105956.167500', '105956.627500', '105957.087500', '105957.547500', '105958.007500', '105958.467500', '105958.927500', '105959.387500', '105959.847500', '110000.307500', '110000.767500', '110001.227500', '110001.687500', '110002.147500', '110002.607500', '110003.067500', '110003.527500', '110003.987500', '110004.447500', '110004.907500', '110005.367500', '110005.827500', '110006.287500', '110006.747500', '110007.207500', '110007.667500', '110008.127500', '110008.587500', '110009.047500', '110009.507500', '110009.967500', '110010.427500', '110010.887500', '110011.347500', '110011.807500', '110012.267500', '110012.727500', '110013.187500', '110013.647500', '110014.107500', '110014.567500', '110015.027500', '110015.487500', '110015.947500', '110016.407500', '110016.867500', '110017.327500', '110017.787500', '110018.247500', '110018.707500', '110019.167500', '110019.627500', '110020.087500', '110020.547500', '110021.007500', '110021.467500', '110021.927500', '110022.387500', '110022.847500', '110023.307500', '110023.767500', '110024.227500', '110024.687500', '110025.147500', '110025.607500', '110026.067500', '110026.527500', '110026.987500', '110027.447500', '110027.907500', '110028.367500', '110028.827500', '110029.287500', '110029.747500', '110030.207500', '110030.667500', '110031.127500', '110031.587500', '110032.047500', '110032.507500', '110032.967500', '110033.427500', '110033.887500', '110034.347500', '110034.807500', '110035.267500', '110035.727500', '110036.187500', '110036.647500', '110037.107500', '110037.567500', '110038.027500', '110038.487500', '110038.947500', '110039.407500', '110039.867500', '110040.327500', '110040.787500', '110041.247500', '110041.707500', '110042.167500', '110042.627500', '110043.087500', '110043.547500', '110044.007500', '110044.467500', '110044.927500', '110045.387500', '110045.847500', '110046.307500', '110046.767500', '110047.227500', '110047.687500', '110048.147500', '110048.607500', '110049.067500', '110049.527500', '110049.987500', '110050.447500', '110050.907500', '110051.367500', '110051.827500', '110052.287500', '110052.747500', '110053.207500', '110053.667500', '110054.127500', '110054.587500', '110055.047500', '110055.507500', '110055.967500', '110056.427500', '110056.887500', '110057.347500', '110057.807500', '110058.267500', '110058.727500', '110059.187500', '110059.647500', '110100.107500', '110100.567500', '110101.027500', '110101.487500', '110101.947500', '110102.407500', '110102.867500', '110103.327500', '110103.787500', '110104.247500', '110104.707500', '110105.167500', '110105.627500', '110106.087500', '110106.547500', '110107.007500', '110107.467500', '110107.927500', '110108.387500', '110108.847500', '110109.307500', '110109.767500', '110110.227500', '110110.687500', '110111.147500', '110111.607500', '110112.067500', '110112.527500', '110112.987500', '110113.447500', '110113.907500', '110114.367500', '110114.827500', '110115.287500', '110115.747500', '110116.207500', '110116.667500', '110117.127500', '110117.587500', '110118.047500', '110118.507500', '110118.967500', '110119.427500', '110119.887500', '110120.347500', '110120.807500', '110121.267500', '110121.727500', '110122.187500', '110122.647500', '110123.107500', '110123.567500', '110124.027500', '110124.487500', '110124.947500', '110125.407500', '110125.867500', '110126.327500', '110126.787500', '110127.247500', '110127.707500', '110128.167500', '110128.627500', '110129.087500', '110129.547500', '110130.007500', '110130.467500', '110130.927500', '110131.387500', '110131.847500', '110132.307500', '110132.767500', '110133.227500', '110133.687500', '110134.147500'], 'ContentTime': ['105459.868000', '105459.871000', '105459.874000', '105459.877000', '105459.879000', '105459.882000', '105459.890000', '105459.893000', '105459.895000', '105459.898000', '105459.900000', '105459.903000', '105459.906000', '105459.940000', '105459.943000', '105459.945000', '105459.948000', '105459.951000', '105459.953000', '105459.956000', '105459.965000', '105459.967000', '105459.970000', '105459.973000', '105459.975000', '105459.978000', '105459.980000', '105459.984000', '105459.986000', '105459.989000', '105459.992000', '105459.994000', '105459.997000', '105500.000000', '105500.003000', '105500.006000', '105500.008000', '105500.011000', '105500.013000', '105500.017000', '105500.020000', '105500.023000', '105500.025000', '105500.028000', '105500.030000', '105500.033000', '105500.036000', '105500.038000', '105500.041000', '105500.043000', '105500.046000', '105500.048000', '105500.051000', '105519.836000', '105519.839000', '105519.842000', '105519.844000', '105519.847000', '105519.850000', '105519.852000', '105519.855000', '105519.857000', '105519.860000', '105519.862000', '105519.865000', '105519.868000', '105519.870000', '105519.873000', '105519.875000', '105519.878000', '105519.880000', '105519.883000', '105519.886000', '105519.888000', '105519.901000', '105519.904000', '105519.907000', '105519.909000', '105519.912000', '105519.915000', '105519.917000', '105519.920000', '105519.922000', '105519.925000', '105519.928000', '105519.931000', '105519.933000', '105519.936000', '105519.938000', '105519.941000', '105519.944000', '105519.946000', '105519.949000', '105519.951000', '105519.954000', '105519.957000', '105519.959000', '105539.836000', '105539.839000', '105539.842000', '105539.844000', '105539.847000', '105539.849000', '105539.852000', '105539.855000', '105539.885000', '105539.887000', '105539.890000', '105539.893000', '105539.895000', '105539.898000', '105539.901000', '105539.903000', '105539.906000', '105539.909000', '105539.912000', '105539.915000', '105539.917000', '105539.920000', '105539.922000', '105539.925000', '105539.927000', '105539.930000', '105539.932000', '105539.935000', '105539.938000', '105539.940000', '105539.943000', '105539.945000', '105539.948000', '105539.951000', '105539.953000', '105539.956000', '105539.958000', '105539.961000', '105539.964000', '105539.966000', '105539.969000', '105539.971000', '105539.974000', '105559.837000', '105559.840000', '105559.842000', '105559.845000', '105559.848000', '105559.851000', '105559.853000', '105559.856000', '105559.859000', '105559.861000', '105559.864000', '105559.867000', '105559.869000', '105559.872000', '105559.877000', '105559.880000', '105559.883000', '105559.885000', '105559.888000', '105559.890000', '105559.893000', '105559.896000', '105559.898000', '105559.901000', '105559.903000', '105559.906000', '105559.909000', '105559.911000', '105559.914000', '105559.916000', '105559.919000', '105559.922000', '105559.924000', '105559.927000', '105559.929000', '105559.932000', '105559.934000', '105559.937000', '105559.940000', '105559.942000', '105559.945000', '105559.947000', '105559.950000', '105559.952000', '105619.836000', '105619.839000', '105619.842000', '105619.845000', '105619.847000', '105619.850000', '105619.853000', '105619.855000', '105619.858000', '105619.861000', '105619.863000', '105619.866000', '105619.876000', '105619.879000', '105619.882000', '105619.884000', '105619.887000', '105619.889000', '105619.892000', '105619.895000', '105619.897000', '105619.900000', '105619.902000', '105619.905000', '105619.908000', '105619.910000', '105619.913000', '105619.915000', '105619.918000', '105619.921000', '105619.923000', '105619.926000', '105619.929000', '105619.931000', '105619.934000', '105619.936000', '105619.939000', '105619.942000', '105619.944000', '105619.947000', '105619.949000', '105619.952000', '105619.955000', '105639.836000', '105639.839000', '105639.842000', '105639.845000', '105639.847000', '105639.850000', '105639.852000', '105639.855000', '105639.857000', '105639.860000', '105639.863000', '105639.865000', '105639.868000', '105639.892000', '105639.895000', '105639.898000', '105639.901000', '105639.903000', '105639.906000', '105639.908000', '105639.918000', '105639.921000', '105639.923000', '105639.926000', '105639.928000', '105639.931000', '105639.934000', '105639.936000', '105639.939000', '105639.942000', '105639.944000', '105639.947000', '105639.949000', '105639.952000', '105639.955000', '105639.957000', '105639.960000', '105639.962000', '105639.965000', '105639.968000', '105639.970000', '105639.973000', '105639.976000', '105639.978000', '105659.836000', '105659.839000', '105659.842000', '105659.845000', '105659.847000', '105659.850000', '105659.852000', '105659.855000', '105659.858000', '105659.860000', '105659.863000', '105659.866000', '105659.868000', '105659.871000', '105659.873000', '105659.876000', '105659.879000', '105659.881000', '105659.884000', '105659.887000', '105659.889000', '105659.892000', '105659.894000', '105659.897000', '105659.900000', '105659.902000', '105659.905000', '105659.908000', '105659.910000', '105659.913000', '105659.916000', '105659.918000', '105659.921000', '105659.924000', '105659.926000', '105659.929000', '105659.931000', '105659.934000', '105659.937000', '105659.939000', '105659.942000', '105659.944000', '105659.947000', '105719.836000', '105719.839000', '105719.842000', '105719.844000', '105719.847000', '105719.850000', '105719.852000', '105719.855000', '105719.857000', '105719.860000', '105719.863000', '105719.865000', '105719.868000', '105719.871000', '105719.873000', '105719.876000', '105719.879000', '105719.886000', '105719.889000', '105719.892000', '105719.894000', '105719.897000', '105719.899000', '105719.902000', '105719.905000', '105719.907000', '105719.910000', '105719.912000', '105719.915000', '105719.918000', '105719.920000', '105719.923000', '105719.926000', '105719.928000', '105719.931000', '105719.933000', '105719.936000', '105719.938000', '105719.941000', '105719.944000', '105719.946000', '105719.949000', '105719.951000', '105719.954000', '105739.836000', '105739.838000', '105739.846000', '105739.849000', '105739.851000', '105739.854000', '105739.856000', '105739.859000', '105739.862000', '105739.864000', '105739.867000', '105739.870000', '105739.872000', '105739.875000', '105739.877000', '105739.880000', '105739.883000', '105739.885000', '105739.888000', '105739.890000', '105739.893000', '105739.895000', '105739.899000', '105739.901000', '105739.904000', '105739.906000', '105739.909000', '105739.912000', '105739.914000', '105739.917000', '105739.920000', '105739.922000', '105739.925000', '105739.928000', '105739.930000', '105739.933000', '105739.935000', '105739.938000', '105739.941000', '105739.943000', '105739.946000', '105739.949000', '105739.951000', '105759.836000', '105759.839000', '105759.842000', '105759.845000', '105759.847000', '105759.850000', '105759.852000', '105759.855000', '105759.857000', '105759.860000', '105759.863000', '105759.865000', '105759.868000', '105759.871000', '105759.873000', '105759.876000', '105759.878000', '105759.881000', '105759.884000', '105759.886000', '105759.889000', '105759.892000', '105759.894000', '105759.897000', '105759.899000', '105759.902000', '105759.905000', '105759.907000', '105759.910000', '105759.912000', '105759.915000', '105759.918000', '105759.920000', '105759.923000', '105759.925000', '105759.928000', '105759.931000', '105759.933000', '105759.966000', '105759.990000', '105759.992000', '105759.995000', '105759.998000', '105800.001000', '105819.837000', '105819.839000', '105819.842000', '105819.845000', '105819.847000', '105819.850000', '105819.852000', '105819.855000', '105819.858000', '105819.860000', '105819.863000', '105819.866000', '105819.868000', '105819.871000', '105819.874000', '105819.876000', '105819.879000', '105819.881000', '105819.884000', '105819.887000', '105819.889000', '105819.892000', '105819.894000', '105819.897000', '105819.900000', '105819.902000', '105819.905000', '105819.907000', '105819.910000', '105819.913000', '105819.915000', '105819.918000', '105819.921000', '105819.923000', '105819.926000', '105819.928000', '105819.931000', '105819.934000', '105819.936000', '105819.939000', '105819.941000', '105819.944000', '105819.947000', '105839.837000', '105839.840000', '105839.842000', '105839.845000', '105839.848000', '105839.850000', '105839.853000', '105839.856000', '105839.858000', '105839.861000', '105839.865000', '105839.868000', '105839.870000', '105839.873000', '105839.876000', '105839.878000', '105839.881000', '105839.883000', '105839.886000', '105839.889000', '105839.891000', '105839.904000', '105839.906000', '105839.909000', '105839.911000', '105839.914000', '105839.917000', '105839.920000', '105839.922000', '105839.925000', '105839.927000', '105839.930000', '105839.933000', '105839.935000', '105839.938000', '105839.941000', '105839.943000', '105839.946000', '105839.948000', '105839.951000', '105839.954000', '105839.956000', '105839.959000', '105859.836000', '105859.839000', '105859.842000', '105859.845000', '105859.847000', '105859.850000', '105859.852000', '105859.855000', '105859.858000', '105859.860000', '105859.863000', '105859.866000', '105859.868000', '105859.871000', '105859.874000', '105859.876000', '105859.879000', '105859.881000', '105859.884000', '105859.887000', '105859.889000', '105859.892000', '105859.895000', '105859.897000', '105859.900000', '105859.902000', '105859.905000', '105859.908000', '105859.910000', '105859.913000', '105859.915000', '105859.918000', '105859.921000', '105859.923000', '105859.926000', '105859.929000', '105859.931000', '105859.934000', '105859.936000', '105859.939000', '105859.942000', '105859.944000', '105859.947000', '105859.949000', '105919.836000', '105919.839000', '105919.842000', '105919.844000', '105919.847000', '105919.850000', '105919.852000', '105919.855000', '105919.858000', '105919.860000', '105919.863000', '105919.865000', '105919.868000', '105919.870000', '105919.873000', '105919.876000', '105919.878000', '105919.881000', '105919.883000', '105919.886000', '105919.889000', '105919.891000', '105919.894000', '105919.897000', '105919.899000', '105919.902000', '105919.904000', '105919.907000', '105919.910000', '105919.912000', '105919.915000', '105919.917000', '105919.920000', '105919.923000', '105919.925000', '105919.928000', '105919.930000', '105919.933000', '105919.936000', '105919.938000', '105919.941000', '105919.943000', '105919.946000', '105939.836000', '105939.839000', '105939.842000', '105939.844000', '105939.847000', '105939.850000', '105939.852000', '105939.855000', '105939.858000', '105939.860000', '105939.863000', '105939.865000', '105939.868000', '105939.871000', '105939.873000', '105939.876000', '105939.878000', '105939.881000', '105939.884000', '105939.886000', '105939.915000', '105939.918000', '105939.920000', '105939.923000', '105939.925000', '105939.928000', '105939.931000', '105939.933000', '105939.936000', '105939.938000', '105939.941000', '105939.944000', '105939.946000', '105939.949000', '105939.952000', '105939.954000', '105939.957000', '105939.959000', '105939.962000', '105939.965000', '105939.967000', '105939.970000', '105939.972000', '105939.975000', '105959.836000', '105959.838000', '105959.841000', '105959.844000', '105959.846000', '105959.849000', '105959.852000', '105959.855000', '105959.858000', '105959.860000', '105959.863000', '105959.880000', '105959.883000', '105959.886000', '105959.888000', '105959.891000', '105959.894000', '105959.896000', '105959.899000', '105959.902000', '105959.905000', '105959.908000', '105959.911000', '105959.913000', '105959.916000', '105959.919000', '105959.921000', '105959.924000', '105959.926000', '105959.929000', '105959.931000', '105959.934000', '105959.937000', '105959.939000', '105959.942000', '105959.945000', '105959.947000', '105959.950000', '105959.952000', '105959.955000', '105959.958000', '105959.960000', '105959.963000', '110019.837000', '110019.839000', '110019.842000', '110019.845000', '110019.847000', '110019.850000', '110019.852000', '110019.855000', '110019.858000', '110019.860000', '110019.863000', '110019.866000', '110019.870000', '110019.873000', '110019.875000', '110019.878000', '110019.881000', '110019.883000', '110019.886000', '110019.889000', '110019.891000', '110019.894000', '110019.897000', '110019.899000', '110019.902000', '110019.904000', '110019.907000', '110019.909000', '110019.912000', '110019.915000', '110019.917000', '110019.920000', '110019.923000', '110019.925000', '110019.928000', '110019.931000', '110019.933000', '110019.936000', '110019.938000', '110019.941000', '110019.944000', '110019.946000', '110019.949000', '110019.951000', '110039.837000', '110039.839000', '110039.842000', '110039.845000', '110039.847000', '110039.850000', '110039.853000', '110039.855000', '110039.858000', '110039.860000', '110039.863000', '110039.866000', '110039.868000', '110039.871000', '110039.873000', '110039.876000', '110039.878000', '110039.881000', '110039.884000', '110039.886000', '110039.889000', '110039.892000', '110039.894000', '110039.897000', '110039.899000', '110039.902000', '110039.904000', '110039.907000', '110039.910000', '110039.912000', '110039.915000', '110039.918000', '110039.920000', '110039.923000', '110039.926000', '110039.928000', '110039.931000', '110039.933000', '110039.936000', '110039.939000', '110039.942000', '110039.944000', '110039.947000', '110059.837000', '110059.839000', '110059.842000', '110059.845000', '110059.847000', '110059.850000', '110059.852000', '110059.855000', '110059.858000', '110059.860000', '110059.863000', '110059.865000', '110059.868000', '110059.871000', '110059.873000', '110059.876000', '110059.878000', '110059.881000', '110059.884000', '110059.886000', '110059.889000', '110059.892000', '110059.894000', '110059.897000', '110059.899000', '110059.902000', '110059.905000', '110059.907000', '110059.910000', '110059.912000', '110059.922000', '110059.925000', '110059.927000', '110059.930000', '110059.933000', '110059.935000', '110059.938000', '110059.940000', '110059.943000', '110059.945000', '110059.948000', '110059.951000', '110059.953000', '110059.956000', '110119.837000', '110119.839000', '110119.842000', '110119.845000', '110119.847000', '110119.850000', '110119.853000', '110119.855000', '110119.858000', '110119.860000', '110119.863000', '110119.865000', '110119.868000', '110119.871000', '110119.874000', '110119.877000', '110119.880000', '110119.883000', '110119.886000', '110119.888000', '110119.891000', '110119.893000', '110119.896000', '110119.899000', '110119.902000', '110119.904000', '110119.907000', '110119.910000', '110119.912000', '110119.915000', '110119.918000', '110119.920000', '110119.923000', '110119.925000', '110119.928000', '110119.931000', '110119.933000', '110119.936000', '110119.939000', '110119.942000', '110119.945000', '110119.948000', '110119.950000', '110135.542000', '110135.544000', '110135.547000', '110135.550000', '110135.552000', '110135.555000', '110135.557000', '110135.560000', '110135.562000', '110135.565000', '110135.568000', '110135.570000', '110135.573000', '110135.575000', '110135.578000', '110135.581000', '110135.583000', '110135.586000', '110135.588000', '110135.591000', '110135.594000', '110135.596000', '110135.599000', '110135.602000', '110135.604000', '110135.607000', '110135.610000', '110135.612000', '110135.615000', '110135.618000', '110135.620000', '110135.623000', '110135.625000', '110135.628000', '110135.631000'], 'InstanceCreationTime': ['105459.868000', '105459.871000', '105459.874000', '105459.877000', '105459.879000', '105459.882000', '105459.890000', '105459.893000', '105459.895000', '105459.898000', '105459.900000', '105459.903000', '105459.906000', '105459.940000', '105459.943000', '105459.945000', '105459.948000', '105459.951000', '105459.953000', '105459.956000', '105459.965000', '105459.967000', '105459.970000', '105459.973000', '105459.975000', '105459.978000', '105459.980000', '105459.984000', '105459.986000', '105459.989000', '105459.992000', '105459.994000', '105459.997000', '105500.000000', '105500.003000', '105500.006000', '105500.008000', '105500.011000', '105500.013000', '105500.017000', '105500.020000', '105500.023000', '105500.025000', '105500.028000', '105500.030000', '105500.033000', '105500.036000', '105500.038000', '105500.041000', '105500.043000', '105500.046000', '105500.048000', '105500.051000', '105519.836000', '105519.839000', '105519.842000', '105519.844000', '105519.847000', '105519.850000', '105519.852000', '105519.855000', '105519.857000', '105519.860000', '105519.862000', '105519.865000', '105519.868000', '105519.870000', '105519.873000', '105519.875000', '105519.878000', '105519.880000', '105519.883000', '105519.886000', '105519.888000', '105519.901000', '105519.904000', '105519.907000', '105519.909000', '105519.912000', '105519.915000', '105519.917000', '105519.920000', '105519.922000', '105519.925000', '105519.928000', '105519.931000', '105519.933000', '105519.936000', '105519.938000', '105519.941000', '105519.944000', '105519.946000', '105519.949000', '105519.951000', '105519.954000', '105519.957000', '105519.959000', '105539.836000', '105539.839000', '105539.842000', '105539.844000', '105539.847000', '105539.849000', '105539.852000', '105539.855000', '105539.885000', '105539.887000', '105539.890000', '105539.893000', '105539.895000', '105539.898000', '105539.901000', '105539.903000', '105539.906000', '105539.909000', '105539.912000', '105539.915000', '105539.917000', '105539.920000', '105539.922000', '105539.925000', '105539.927000', '105539.930000', '105539.932000', '105539.935000', '105539.938000', '105539.940000', '105539.943000', '105539.945000', '105539.948000', '105539.951000', '105539.953000', '105539.956000', '105539.958000', '105539.961000', '105539.964000', '105539.966000', '105539.969000', '105539.971000', '105539.974000', '105559.837000', '105559.840000', '105559.842000', '105559.845000', '105559.848000', '105559.851000', '105559.853000', '105559.856000', '105559.859000', '105559.861000', '105559.864000', '105559.867000', '105559.869000', '105559.872000', '105559.877000', '105559.880000', '105559.883000', '105559.885000', '105559.888000', '105559.890000', '105559.893000', '105559.896000', '105559.898000', '105559.901000', '105559.903000', '105559.906000', '105559.909000', '105559.911000', '105559.914000', '105559.916000', '105559.919000', '105559.922000', '105559.924000', '105559.927000', '105559.929000', '105559.932000', '105559.934000', '105559.937000', '105559.940000', '105559.942000', '105559.945000', '105559.947000', '105559.950000', '105559.952000', '105619.836000', '105619.839000', '105619.842000', '105619.845000', '105619.847000', '105619.850000', '105619.853000', '105619.855000', '105619.858000', '105619.861000', '105619.863000', '105619.866000', '105619.876000', '105619.879000', '105619.882000', '105619.884000', '105619.887000', '105619.889000', '105619.892000', '105619.895000', '105619.897000', '105619.900000', '105619.902000', '105619.905000', '105619.908000', '105619.910000', '105619.913000', '105619.915000', '105619.918000', '105619.921000', '105619.923000', '105619.926000', '105619.929000', '105619.931000', '105619.934000', '105619.936000', '105619.939000', '105619.942000', '105619.944000', '105619.947000', '105619.949000', '105619.952000', '105619.955000', '105639.836000', '105639.839000', '105639.842000', '105639.845000', '105639.847000', '105639.850000', '105639.852000', '105639.855000', '105639.857000', '105639.860000', '105639.863000', '105639.865000', '105639.868000', '105639.892000', '105639.895000', '105639.898000', '105639.901000', '105639.903000', '105639.906000', '105639.908000', '105639.918000', '105639.921000', '105639.923000', '105639.926000', '105639.928000', '105639.931000', '105639.934000', '105639.936000', '105639.939000', '105639.942000', '105639.944000', '105639.947000', '105639.949000', '105639.952000', '105639.955000', '105639.957000', '105639.960000', '105639.962000', '105639.965000', '105639.968000', '105639.970000', '105639.973000', '105639.976000', '105639.978000', '105659.836000', '105659.839000', '105659.842000', '105659.845000', '105659.847000', '105659.850000', '105659.852000', '105659.855000', '105659.858000', '105659.860000', '105659.863000', '105659.866000', '105659.868000', '105659.871000', '105659.873000', '105659.876000', '105659.879000', '105659.881000', '105659.884000', '105659.887000', '105659.889000', '105659.892000', '105659.894000', '105659.897000', '105659.900000', '105659.902000', '105659.905000', '105659.908000', '105659.910000', '105659.913000', '105659.916000', '105659.918000', '105659.921000', '105659.924000', '105659.926000', '105659.929000', '105659.931000', '105659.934000', '105659.937000', '105659.939000', '105659.942000', '105659.944000', '105659.947000', '105719.836000', '105719.839000', '105719.842000', '105719.844000', '105719.847000', '105719.850000', '105719.852000', '105719.855000', '105719.857000', '105719.860000', '105719.863000', '105719.865000', '105719.868000', '105719.871000', '105719.873000', '105719.876000', '105719.879000', '105719.886000', '105719.889000', '105719.892000', '105719.894000', '105719.897000', '105719.899000', '105719.902000', '105719.905000', '105719.907000', '105719.910000', '105719.912000', '105719.915000', '105719.918000', '105719.920000', '105719.923000', '105719.926000', '105719.928000', '105719.931000', '105719.933000', '105719.936000', '105719.938000', '105719.941000', '105719.944000', '105719.946000', '105719.949000', '105719.951000', '105719.954000', '105739.836000', '105739.838000', '105739.846000', '105739.849000', '105739.851000', '105739.854000', '105739.856000', '105739.859000', '105739.862000', '105739.864000', '105739.867000', '105739.870000', '105739.872000', '105739.875000', '105739.877000', '105739.880000', '105739.883000', '105739.885000', '105739.888000', '105739.890000', '105739.893000', '105739.895000', '105739.899000', '105739.901000', '105739.904000', '105739.906000', '105739.909000', '105739.912000', '105739.914000', '105739.917000', '105739.920000', '105739.922000', '105739.925000', '105739.928000', '105739.930000', '105739.933000', '105739.935000', '105739.938000', '105739.941000', '105739.943000', '105739.946000', '105739.949000', '105739.951000', '105759.836000', '105759.839000', '105759.842000', '105759.845000', '105759.847000', '105759.850000', '105759.852000', '105759.855000', '105759.857000', '105759.860000', '105759.863000', '105759.865000', '105759.868000', '105759.871000', '105759.873000', '105759.876000', '105759.878000', '105759.881000', '105759.884000', '105759.886000', '105759.889000', '105759.892000', '105759.894000', '105759.897000', '105759.899000', '105759.902000', '105759.905000', '105759.907000', '105759.910000', '105759.912000', '105759.915000', '105759.918000', '105759.920000', '105759.923000', '105759.925000', '105759.928000', '105759.931000', '105759.933000', '105759.966000', '105759.990000', '105759.992000', '105759.995000', '105759.998000', '105800.001000', '105819.837000', '105819.839000', '105819.842000', '105819.845000', '105819.847000', '105819.850000', '105819.852000', '105819.855000', '105819.858000', '105819.860000', '105819.863000', '105819.866000', '105819.868000', '105819.871000', '105819.874000', '105819.876000', '105819.879000', '105819.881000', '105819.884000', '105819.887000', '105819.889000', '105819.892000', '105819.894000', '105819.897000', '105819.900000', '105819.902000', '105819.905000', '105819.907000', '105819.910000', '105819.913000', '105819.915000', '105819.918000', '105819.921000', '105819.923000', '105819.926000', '105819.928000', '105819.931000', '105819.934000', '105819.936000', '105819.939000', '105819.941000', '105819.944000', '105819.947000', '105839.837000', '105839.840000', '105839.842000', '105839.845000', '105839.848000', '105839.850000', '105839.853000', '105839.856000', '105839.858000', '105839.861000', '105839.865000', '105839.868000', '105839.870000', '105839.873000', '105839.876000', '105839.878000', '105839.881000', '105839.883000', '105839.886000', '105839.889000', '105839.891000', '105839.904000', '105839.906000', '105839.909000', '105839.911000', '105839.914000', '105839.917000', '105839.920000', '105839.922000', '105839.925000', '105839.927000', '105839.930000', '105839.933000', '105839.935000', '105839.938000', '105839.941000', '105839.943000', '105839.946000', '105839.948000', '105839.951000', '105839.954000', '105839.956000', '105839.959000', '105859.836000', '105859.839000', '105859.842000', '105859.845000', '105859.847000', '105859.850000', '105859.852000', '105859.855000', '105859.858000', '105859.860000', '105859.863000', '105859.866000', '105859.868000', '105859.871000', '105859.874000', '105859.876000', '105859.879000', '105859.881000', '105859.884000', '105859.887000', '105859.889000', '105859.892000', '105859.895000', '105859.897000', '105859.900000', '105859.902000', '105859.905000', '105859.908000', '105859.910000', '105859.913000', '105859.915000', '105859.918000', '105859.921000', '105859.923000', '105859.926000', '105859.929000', '105859.931000', '105859.934000', '105859.936000', '105859.939000', '105859.942000', '105859.944000', '105859.947000', '105859.949000', '105919.836000', '105919.839000', '105919.842000', '105919.844000', '105919.847000', '105919.850000', '105919.852000', '105919.855000', '105919.858000', '105919.860000', '105919.863000', '105919.865000', '105919.868000', '105919.870000', '105919.873000', '105919.876000', '105919.878000', '105919.881000', '105919.883000', '105919.886000', '105919.889000', '105919.891000', '105919.894000', '105919.897000', '105919.899000', '105919.902000', '105919.904000', '105919.907000', '105919.910000', '105919.912000', '105919.915000', '105919.917000', '105919.920000', '105919.923000', '105919.925000', '105919.928000', '105919.930000', '105919.933000', '105919.936000', '105919.938000', '105919.941000', '105919.943000', '105919.946000', '105939.836000', '105939.839000', '105939.842000', '105939.844000', '105939.847000', '105939.850000', '105939.852000', '105939.855000', '105939.858000', '105939.860000', '105939.863000', '105939.865000', '105939.868000', '105939.871000', '105939.873000', '105939.876000', '105939.878000', '105939.881000', '105939.884000', '105939.886000', '105939.915000', '105939.918000', '105939.920000', '105939.923000', '105939.925000', '105939.928000', '105939.931000', '105939.933000', '105939.936000', '105939.938000', '105939.941000', '105939.944000', '105939.946000', '105939.949000', '105939.952000', '105939.954000', '105939.957000', '105939.959000', '105939.962000', '105939.965000', '105939.967000', '105939.970000', '105939.972000', '105939.975000', '105959.836000', '105959.838000', '105959.841000', '105959.844000', '105959.846000', '105959.849000', '105959.852000', '105959.855000', '105959.858000', '105959.860000', '105959.863000', '105959.880000', '105959.883000', '105959.886000', '105959.888000', '105959.891000', '105959.894000', '105959.896000', '105959.899000', '105959.902000', '105959.905000', '105959.908000', '105959.911000', '105959.913000', '105959.916000', '105959.919000', '105959.921000', '105959.924000', '105959.926000', '105959.929000', '105959.931000', '105959.934000', '105959.937000', '105959.939000', '105959.942000', '105959.945000', '105959.947000', '105959.950000', '105959.952000', '105959.955000', '105959.958000', '105959.960000', '105959.963000', '110019.837000', '110019.839000', '110019.842000', '110019.845000', '110019.847000', '110019.850000', '110019.852000', '110019.855000', '110019.858000', '110019.860000', '110019.863000', '110019.866000', '110019.870000', '110019.873000', '110019.875000', '110019.878000', '110019.881000', '110019.883000', '110019.886000', '110019.889000', '110019.891000', '110019.894000', '110019.897000', '110019.899000', '110019.902000', '110019.904000', '110019.907000', '110019.909000', '110019.912000', '110019.915000', '110019.917000', '110019.920000', '110019.923000', '110019.925000', '110019.928000', '110019.931000', '110019.933000', '110019.936000', '110019.938000', '110019.941000', '110019.944000', '110019.946000', '110019.949000', '110019.951000', '110039.837000', '110039.839000', '110039.842000', '110039.845000', '110039.847000', '110039.850000', '110039.853000', '110039.855000', '110039.858000', '110039.860000', '110039.863000', '110039.866000', '110039.868000', '110039.871000', '110039.873000', '110039.876000', '110039.878000', '110039.881000', '110039.884000', '110039.886000', '110039.889000', '110039.892000', '110039.894000', '110039.897000', '110039.899000', '110039.902000', '110039.904000', '110039.907000', '110039.910000', '110039.912000', '110039.915000', '110039.918000', '110039.920000', '110039.923000', '110039.926000', '110039.928000', '110039.931000', '110039.933000', '110039.936000', '110039.939000', '110039.942000', '110039.944000', '110039.947000', '110059.837000', '110059.839000', '110059.842000', '110059.845000', '110059.847000', '110059.850000', '110059.852000', '110059.855000', '110059.858000', '110059.860000', '110059.863000', '110059.865000', '110059.868000', '110059.871000', '110059.873000', '110059.876000', '110059.878000', '110059.881000', '110059.884000', '110059.886000', '110059.889000', '110059.892000', '110059.894000', '110059.897000', '110059.899000', '110059.902000', '110059.905000', '110059.907000', '110059.910000', '110059.912000', '110059.922000', '110059.925000', '110059.927000', '110059.930000', '110059.933000', '110059.935000', '110059.938000', '110059.940000', '110059.943000', '110059.945000', '110059.948000', '110059.951000', '110059.953000', '110059.956000', '110119.837000', '110119.839000', '110119.842000', '110119.845000', '110119.847000', '110119.850000', '110119.853000', '110119.855000', '110119.858000', '110119.860000', '110119.863000', '110119.865000', '110119.868000', '110119.871000', '110119.874000', '110119.877000', '110119.880000', '110119.883000', '110119.886000', '110119.888000', '110119.891000', '110119.893000', '110119.896000', '110119.899000', '110119.902000', '110119.904000', '110119.907000', '110119.910000', '110119.912000', '110119.915000', '110119.918000', '110119.920000', '110119.923000', '110119.925000', '110119.928000', '110119.931000', '110119.933000', '110119.936000', '110119.939000', '110119.942000', '110119.945000', '110119.948000', '110119.950000', '110135.542000', '110135.544000', '110135.547000', '110135.550000', '110135.552000', '110135.555000', '110135.557000', '110135.560000', '110135.562000', '110135.565000', '110135.568000', '110135.570000', '110135.573000', '110135.575000', '110135.578000', '110135.581000', '110135.583000', '110135.586000', '110135.588000', '110135.591000', '110135.594000', '110135.596000', '110135.599000', '110135.602000', '110135.604000', '110135.607000', '110135.610000', '110135.612000', '110135.615000', '110135.618000', '110135.620000', '110135.623000', '110135.625000', '110135.628000', '110135.631000'], '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': [9209, 8672, 8746, 8552, 8636, 8161, 8419, 8071, 8263, 8340, 7830, 8332, 8166, 8205, 7976, 8305, 8316, 8265, 7924, 8152, 8141, 8002, 8274, 7726, 8346, 8245, 8211, 7988, 8278, 8219, 8132, 8225, 8041, 8283, 8164, 8056, 8099, 8344, 8286, 8181, 8320, 8325, 8040, 8017, 8322, 8066, 8324, 8204, 8030, 8177, 7845, 8341, 8119, 8339, 8084, 8100, 7810, 8099, 8079, 8078, 8162, 8038, 8408, 8042, 8287, 8028, 8201, 8079, 8205, 8125, 8193, 8309, 8036, 8383, 8060, 8125, 8125, 8117, 7942, 8099, 8009, 8055, 8357, 7994, 8290, 8214, 8090, 8009, 8161, 7975, 8059, 7979, 7982, 8205, 8107, 8216, 7877, 8351, 8054, 8314, 7930, 8286, 7908, 8021, 8331, 7927, 8092, 8036, 8194, 7908, 8160, 8020, 8492, 7802, 8176, 8143, 8173, 8173, 7945, 8251, 8100, 8535, 8222, 7870, 8081, 8010, 8092, 8173, 8267, 8258, 8075, 8124, 8392, 8269, 8224, 8167, 8440, 8152, 8228, 8138, 8363, 8006, 8329, 8261, 8134, 8194, 8082, 7943, 8305, 8157, 8068, 8400, 7917, 8421, 8067, 8200, 8006, 8104, 8009, 8232, 8316, 8177, 8262, 8266, 8107, 7784, 8503, 8106, 8323, 8232, 8366, 8252, 8116, 8120, 8147, 8079, 7970, 7958, 8211, 8041, 8102, 8258, 8233, 8146, 8037, 8187, 8266, 8309, 8453, 8365, 8169, 8321, 8134, 8356, 8112, 8358, 8011, 8383, 8184, 8330, 8110, 8318, 8134, 8004, 7889, 8052, 8011, 8155, 8200, 8056, 8050, 8195, 8127, 8223, 8469, 8178, 8586, 8188, 8600, 8413, 8523, 8000, 8177, 7985, 8128, 8243, 8391, 8215, 8110, 8514, 8038, 8213, 8393, 8347, 8023, 8452, 8169, 8190, 8162, 8400, 8165, 8233, 8295, 8290, 8544, 8177, 8674, 8217, 8620, 8217, 8421, 8051, 8165, 8147, 8359, 8237, 8106, 8476, 8021, 8224, 8086, 7975, 8217, 8371, 8023, 8198, 8179, 7859, 8305, 8574, 8205, 8085, 7954, 8082, 7989, 7958, 8156, 8321, 8251, 8320, 7965, 8162, 8139, 8153, 8226, 8077, 8296, 7980, 8174, 8046, 8298, 8162, 8021, 8333, 8074, 8460, 7977, 8087, 8024, 8176, 8279, 8202, 8132, 8007, 8159, 8083, 8507, 8101, 8103, 8214, 7913, 8384, 7971, 8068, 8187, 8405, 8164, 8153, 8333, 7962, 8167, 8305, 8054, 8151, 8235, 8165, 8280, 8034, 8138, 8144, 7997, 8294, 8050, 8356, 8067, 8254, 8211, 8256, 7963, 8224, 8102, 8347, 8094, 8482, 8059, 8136, 8225, 8201, 8002, 7952, 8274, 7987, 8257, 8003, 8144, 7892, 8159, 8061, 8143, 8030, 8215, 7921, 8099, 7953, 8217, 7975, 8337, 8018, 8112, 8212, 7983, 8286, 7967, 8344, 7997, 8343, 8154, 8165, 8243, 8278, 8231, 8062, 8543, 8043, 8302, 8066, 8197, 8076, 8051, 8258, 8092, 8257, 8088, 8416, 7955, 8186, 8100, 8492, 7835, 8305, 8192, 8189, 8237, 8009, 8537, 7972, 8487, 7979, 8451, 8098, 8392, 8198, 8108, 8321, 8107, 8195, 8031, 8168, 8105, 8459, 8013, 8239, 8068, 8252, 8132, 8499, 8162, 8216, 7995, 8244, 8286, 8116, 8396, 8038, 8093, 7991, 8278, 8058, 8321, 7948, 8241, 8462, 8187, 8196, 8103, 8023, 8169, 8014, 8191, 8183, 8235, 8444, 8013, 8546, 8008, 8547, 8015, 8348, 7915, 8232, 8088, 8079, 8276, 8362, 8100, 8024, 8478, 8137, 8501, 8317, 8366, 8231, 8320, 7916, 8204, 8129, 8226, 8084, 8172, 8218, 8083, 8207, 7941, 8382, 8364, 8286, 7844, 8260, 8057, 8131, 8242, 8030, 8364, 8119, 8407, 7934, 8597, 8019, 8402, 8010, 8472, 8414, 8430, 8059, 8269, 8070, 8330, 8190, 8119, 8238, 8256, 8081, 8318, 8527, 8307, 8334, 8250, 8413, 8249, 8172, 8417, 8213, 8517, 8640, 8548, 8381, 8058, 7966, 8201, 8187, 8100, 8204, 8281, 8118, 8230, 8339, 8362, 8184, 8814, 8171, 8468, 8433, 8747, 8270, 8396, 8199, 8553, 7954, 8794, 8506, 8351, 8238, 8106, 8341, 8179, 8202, 7971, 8346, 8089, 8177, 8207, 8142, 8209, 8452, 8106, 8138, 8245, 8478, 8259, 8398, 8360, 8771, 8356, 8533, 8429, 8380, 8416, 8345, 8031, 8017, 8438, 8265, 7943, 8208, 8179, 8200, 8173, 8151, 8290, 8210, 8158, 8152, 7883, 8298, 8124, 8461, 8165, 8602, 8164, 8255, 8218, 8808, 8651, 8696, 8447, 8846, 8386, 8551, 8206, 8410, 8134, 8191, 8411, 8215, 8473, 8236, 8472, 8229, 8693, 8230, 8411, 8002, 8396, 8016, 8370, 8234, 8307, 8337, 8301, 8481, 8816, 8657, 8548, 8339, 8480, 8101, 8453, 8413, 8198, 8226, 7948, 8136, 8070, 8233, 8115, 8420, 8318, 8218, 8153, 8374, 8337, 8982, 8429, 8534, 8548, 8355, 8592, 8190, 8874, 8244, 8317, 8365, 8182, 8277, 8208, 8333, 8355, 8157, 8282, 8104, 8369, 7957, 8332, 8076, 8529, 8341, 8161, 8729, 8392, 8405, 8379, 8248, 8056, 8221, 8155, 8569, 8470, 8646, 8462, 8260, 8781, 8440, 8538, 8362, 8795, 8445, 8901, 8463, 8889, 8498, 8618, 8262, 8386, 8418, 8058, 8129, 8466, 8110, 8402, 8278, 8478, 8370, 8219, 8348, 8317, 8241, 8298, 8330, 8312, 8179, 8283, 8227, 8258, 8182, 8422, 8547, 8463, 8526, 8472, 8499, 8286, 8249, 8328, 8248, 8024, 8302, 8141, 8095, 8277, 8343, 8192, 8387, 8350, 8316, 8347, 8179, 8164, 8374, 8257, 8352, 8204, 8329, 8222, 8444, 8461, 8271, 8572, 8467, 8511, 8523, 8458, 8576, 8496, 8485, 8210, 8253, 8435, 8281, 8436, 8327, 8214, 8007, 8469, 8327, 8257, 8439, 8188, 8268, 8103, 8339, 8114, 8256, 8149, 8455, 8209, 8357, 8167, 8325, 8238, 8131, 8178, 8292, 8228, 8406, 8211, 8332, 8508, 8450, 8441, 8525, 8493, 8401, 8309, 8532, 8475, 8211, 8158, 8301, 8183, 8535, 8362, 8346, 8311, 8350, 8537, 8411, 8169, 8161, 8301, 8137, 8383, 7996, 8097, 8146, 8222, 8298, 8275, 8336, 7963, 8100, 8044, 8257, 8190, 8235, 8260, 8348, 8071, 8241, 8454, 8258, 8261, 8206, 8454, 8027, 8234, 8095, 8561, 8248, 8171, 8277, 8239, 8049, 8277, 8177, 8058, 8321, 8155, 7949, 7958, 8223, 8505, 8162, 8571, 8126, 8570, 8219, 8308, 8247, 8332, 8037, 8098, 8267, 8146, 8373, 8192, 8589, 8146, 8215, 7952, 8453, 8060, 7851, 8207, 8326, 8579, 7795, 8172, 8398, 8021, 8241, 8109, 8485, 8394, 8351, 8519, 8708, 8325, 8445, 8472, 8336, 8267, 8222, 8464, 8159, 8259, 8584, 8492, 8455, 8245, 8335, 8258, 8275, 8448, 8284], 'WindowCenter': [4517.0, 4502.0, 4487.0, 4472.0, 4470.0, 4460.0, 4459.0, 4459.0, 4457.0, 4445.0, 4444.0, 4444.0, 4454.0, 4454.0, 4446.0, 4444.0, 4444.0, 4442.0, 4443.0, 4445.0, 4443.0, 4444.0, 4442.0, 4445.0, 4443.0, 4454.0, 4453.0, 4441.0, 4443.0, 4443.0, 4444.0, 4454.0, 4443.0, 4443.0, 4454.0, 4443.0, 4444.0, 4455.0, 4444.0, 4455.0, 4455.0, 4456.0, 4456.0, 4444.0, 4454.0, 4456.0, 4457.0, 4456.0, 4455.0, 4458.0, 4458.0, 4458.0, 4469.0, 4467.0, 4455.0, 4455.0, 4457.0, 4458.0, 4457.0, 4455.0, 4456.0, 4457.0, 4457.0, 4460.0, 4456.0, 4456.0, 4458.0, 4457.0, 4458.0, 4457.0, 4456.0, 4457.0, 4456.0, 4457.0, 4459.0, 4456.0, 4454.0, 4455.0, 4458.0, 4458.0, 4458.0, 4457.0, 4457.0, 4456.0, 4456.0, 4457.0, 4458.0, 4455.0, 4455.0, 4459.0, 4457.0, 4458.0, 4458.0, 4467.0, 4458.0, 4468.0, 4470.0, 4468.0, 4457.0, 4457.0, 4457.0, 4457.0, 4458.0, 4457.0, 4456.0, 4456.0, 4446.0, 4458.0, 4457.0, 4455.0, 4456.0, 4458.0, 4466.0, 4457.0, 4455.0, 4454.0, 4455.0, 4457.0, 4458.0, 4457.0, 4455.0, 4455.0, 4458.0, 4457.0, 4457.0, 4458.0, 4457.0, 4456.0, 4457.0, 4458.0, 4456.0, 4458.0, 4456.0, 4454.0, 4455.0, 4468.0, 4468.0, 4456.0, 4457.0, 4456.0, 4456.0, 4469.0, 4468.0, 4455.0, 4455.0, 4458.0, 4457.0, 4457.0, 4457.0, 4455.0, 4455.0, 4454.0, 4456.0, 4456.0, 4443.0, 4454.0, 4454.0, 4455.0, 4456.0, 4457.0, 4455.0, 4455.0, 4458.0, 4471.0, 4459.0, 4461.0, 4470.0, 4469.0, 4468.0, 4468.0, 4467.0, 4457.0, 4457.0, 4457.0, 4458.0, 4471.0, 4470.0, 4469.0, 4469.0, 4470.0, 4470.0, 4469.0, 4471.0, 4458.0, 4459.0, 4469.0, 4468.0, 4469.0, 4468.0, 4458.0, 4469.0, 4458.0, 4469.0, 4470.0, 4459.0, 4457.0, 4459.0, 4468.0, 4470.0, 4469.0, 4456.0, 4457.0, 4459.0, 4458.0, 4460.0, 4458.0, 4457.0, 4456.0, 4457.0, 4458.0, 4457.0, 4457.0, 4456.0, 4457.0, 4457.0, 4467.0, 4467.0, 4457.0, 4467.0, 4467.0, 4468.0, 4459.0, 4467.0, 4456.0, 4458.0, 4467.0, 4469.0, 4456.0, 4456.0, 4455.0, 4457.0, 4457.0, 4469.0, 4457.0, 4457.0, 4457.0, 4466.0, 4467.0, 4468.0, 4471.0, 4459.0, 4458.0, 4469.0, 4469.0, 4470.0, 4472.0, 4468.0, 4470.0, 4470.0, 4470.0, 4468.0, 4470.0, 4470.0, 4471.0, 4471.0, 4469.0, 4469.0, 4468.0, 4459.0, 4469.0, 4460.0, 4469.0, 4467.0, 4459.0, 4456.0, 4443.0, 4432.0, 4449.0, 4463.0, 4475.0, 4467.0, 4469.0, 4469.0, 4472.0, 4472.0, 4470.0, 4458.0, 4469.0, 4469.0, 4467.0, 4460.0, 4469.0, 4455.0, 4456.0, 4455.0, 4454.0, 4454.0, 4444.0, 4443.0, 4443.0, 4455.0, 4457.0, 4456.0, 4453.0, 4443.0, 4455.0, 4456.0, 4448.0, 4449.0, 4447.0, 4448.0, 4459.0, 4449.0, 4461.0, 4463.0, 4450.0, 4457.0, 4449.0, 4449.0, 4458.0, 4449.0, 4458.0, 4448.0, 4449.0, 4460.0, 4460.0, 4459.0, 4449.0, 4459.0, 4460.0, 4459.0, 4460.0, 4458.0, 4459.0, 4459.0, 4460.0, 4473.0, 4461.0, 4460.0, 4458.0, 4459.0, 4470.0, 4463.0, 4461.0, 4458.0, 4460.0, 4473.0, 4475.0, 4461.0, 4459.0, 4461.0, 4471.0, 4463.0, 4474.0, 4462.0, 4460.0, 4469.0, 4472.0, 4461.0, 4473.0, 4461.0, 4458.0, 4460.0, 4457.0, 4461.0, 4461.0, 4461.0, 4460.0, 4460.0, 4460.0, 4462.0, 4473.0, 4463.0, 4460.0, 4460.0, 4460.0, 4469.0, 4462.0, 4472.0, 4459.0, 4459.0, 4459.0, 4462.0, 4459.0, 4460.0, 4471.0, 4459.0, 4459.0, 4459.0, 4461.0, 4470.0, 4472.0, 4469.0, 4458.0, 4461.0, 4461.0, 4473.0, 4461.0, 4457.0, 4471.0, 4462.0, 4470.0, 4471.0, 4469.0, 4460.0, 4471.0, 4461.0, 4472.0, 4461.0, 4473.0, 4470.0, 4468.0, 4469.0, 4470.0, 4470.0, 4461.0, 4469.0, 4460.0, 4458.0, 4461.0, 4472.0, 4470.0, 4460.0, 4469.0, 4472.0, 4472.0, 4472.0, 4472.0, 4475.0, 4472.0, 4472.0, 4472.0, 4473.0, 4473.0, 4474.0, 4483.0, 4472.0, 4473.0, 4471.0, 4474.0, 4472.0, 4459.0, 4470.0, 4472.0, 4461.0, 4471.0, 4473.0, 4461.0, 4470.0, 4471.0, 4470.0, 4472.0, 4471.0, 4469.0, 4460.0, 4472.0, 4470.0, 4472.0, 4474.0, 4470.0, 4473.0, 4473.0, 4472.0, 4481.0, 4472.0, 4470.0, 4474.0, 4471.0, 4471.0, 4470.0, 4458.0, 4461.0, 4471.0, 4470.0, 4472.0, 4472.0, 4470.0, 4459.0, 4470.0, 4470.0, 4472.0, 4471.0, 4470.0, 4461.0, 4470.0, 4470.0, 4472.0, 4461.0, 4471.0, 4470.0, 4461.0, 4471.0, 4472.0, 4470.0, 4458.0, 4468.0, 4460.0, 4470.0, 4461.0, 4459.0, 4459.0, 4457.0, 4469.0, 4470.0, 4469.0, 4460.0, 4469.0, 4471.0, 4472.0, 4474.0, 4471.0, 4471.0, 4469.0, 4473.0, 4472.0, 4471.0, 4472.0, 4470.0, 4471.0, 4471.0, 4473.0, 4474.0, 4473.0, 4471.0, 4474.0, 4493.0, 4471.0, 4457.0, 4443.0, 4462.0, 4462.0, 4465.0, 4478.0, 4478.0, 4479.0, 4469.0, 4458.0, 4457.0, 4466.0, 4466.0, 4457.0, 4468.0, 4469.0, 4467.0, 4468.0, 4457.0, 4453.0, 4453.0, 4453.0, 4454.0, 4452.0, 4454.0, 4452.0, 4452.0, 4455.0, 4456.0, 4465.0, 4455.0, 4453.0, 4453.0, 4454.0, 4454.0, 4454.0, 4455.0, 4452.0, 4452.0, 4455.0, 4456.0, 4456.0, 4455.0, 4453.0, 4457.0, 4456.0, 4456.0, 4457.0, 4455.0, 4453.0, 4455.0, 4457.0, 4456.0, 4457.0, 4453.0, 4451.0, 4454.0, 4453.0, 4454.0, 4455.0, 4455.0, 4443.0, 4452.0, 4456.0, 4455.0, 4456.0, 4468.0, 4453.0, 4454.0, 4465.0, 4455.0, 4466.0, 4470.0, 4467.0, 4467.0, 4470.0, 4469.0, 4469.0, 4481.0, 4479.0, 4479.0, 4480.0, 4469.0, 4483.0, 4481.0, 4467.0, 4477.0, 4470.0, 4479.0, 4482.0, 4479.0, 4467.0, 4467.0, 4457.0, 4469.0, 4468.0, 4467.0, 4465.0, 4467.0, 4456.0, 4467.0, 4467.0, 4455.0, 4455.0, 4457.0, 4467.0, 4468.0, 4467.0, 4465.0, 4468.0, 4468.0, 4469.0, 4480.0, 4477.0, 4468.0, 4478.0, 4468.0, 4482.0, 4469.0, 4468.0, 4469.0, 4480.0, 4470.0, 4470.0, 4469.0, 4456.0, 4467.0, 4458.0, 4467.0, 4466.0, 4468.0, 4455.0, 4455.0, 4466.0, 4467.0, 4457.0, 4465.0, 4454.0, 4454.0, 4454.0, 4455.0, 4464.0, 4455.0, 4454.0, 4454.0, 4455.0, 4465.0, 4465.0, 4454.0, 4453.0, 4457.0, 4467.0, 4467.0, 4468.0, 4456.0, 4467.0, 4468.0, 4468.0, 4468.0, 4469.0, 4467.0, 4466.0, 4465.0, 4466.0, 4467.0, 4458.0, 4467.0, 4454.0, 4466.0, 4455.0, 4466.0, 4467.0, 4467.0, 4464.0, 4467.0, 4466.0, 4468.0, 4468.0, 4466.0, 4476.0, 4468.0, 4478.0, 4468.0, 4479.0, 4468.0, 4456.0, 4469.0, 4456.0, 4456.0, 4469.0, 4456.0, 4456.0, 4465.0, 4467.0, 4467.0, 4470.0, 4466.0, 4467.0, 4466.0, 4470.0, 4470.0, 4471.0, 4468.0, 4469.0, 4469.0, 4470.0, 4469.0, 4469.0, 4468.0, 4469.0, 4469.0, 4468.0, 4468.0, 4467.0, 4455.0, 4468.0, 4467.0, 4468.0, 4469.0, 4456.0, 4455.0, 4466.0, 4467.0, 4468.0, 4468.0, 4465.0, 4467.0, 4468.0, 4467.0, 4469.0, 4468.0, 4466.0, 4467.0, 4468.0, 4469.0, 4468.0, 4467.0, 4466.0, 4468.0, 4468.0, 4469.0, 4467.0, 4465.0, 4466.0, 4466.0, 4467.0, 4477.0, 4466.0, 4468.0, 4468.0, 4467.0, 4469.0, 4471.0, 4468.0, 4469.0, 4467.0, 4468.0, 4469.0, 4468.0, 4469.0, 4470.0, 4455.0, 4466.0, 4468.0, 4468.0, 4468.0, 4471.0, 4467.0, 4465.0, 4469.0, 4470.0, 4469.0, 4470.0, 4468.0, 4469.0, 4469.0, 4470.0, 4469.0, 4481.0, 4479.0, 4467.0, 4469.0, 4469.0, 4469.0, 4471.0, 4468.0, 4468.0, 4468.0, 4491.0, 4476.0, 4460.0, 4448.0, 4454.0, 4471.0, 4455.0, 4456.0, 4456.0, 4484.0, 4471.0, 4469.0, 4472.0, 4471.0, 4461.0, 4459.0, 4458.0, 4457.0, 4445.0, 4445.0, 4444.0, 4457.0, 4456.0, 4446.0, 4444.0, 4431.0, 4440.0, 4430.0, 4428.0, 4442.0, 4442.0, 4430.0, 4441.0, 4439.0, 4442.0, 4439.0, 4441.0, 4443.0, 4443.0, 4443.0, 4443.0, 4453.0, 4445.0, 4445.0, 4444.0, 4456.0, 4444.0, 4444.0, 4444.0, 4444.0, 4444.0, 4443.0, 4444.0, 4443.0, 4443.0, 4453.0, 4444.0, 4455.0, 4444.0, 4454.0, 4455.0, 4454.0, 4456.0, 4457.0, 4456.0, 4446.0, 4457.0, 4458.0, 4457.0, 4456.0, 4456.0, 4449.0, 4476.0, 4464.0, 4450.0, 4440.0, 4419.0, 4442.0, 4442.0, 4465.0, 4459.0, 4470.0, 4464.0, 4452.0, 4450.0, 4449.0, 4443.0, 4445.0, 4428.0, 4426.0, 4440.0, 4435.0, 4439.0, 4439.0, 4415.0, 4398.0, 4386.0, 4385.0, 4385.0, 4387.0, 4397.0, 4394.0, 4385.0, 4385.0, 4381.0, 4372.0, 4369.0, 4370.0, 4370.0], 'WindowWidth': [9960.0, 9926.0, 9896.0, 9861.0, 9854.0, 9840.0, 9836.0, 9836.0, 9832.0, 9809.0, 9805.0, 9806.0, 9819.0, 9819.0, 9810.0, 9805.0, 9805.0, 9801.0, 9803.0, 9809.0, 9802.0, 9803.0, 9801.0, 9808.0, 9804.0, 9818.0, 9817.0, 9798.0, 9802.0, 9803.0, 9807.0, 9819.0, 9803.0, 9803.0, 9821.0, 9805.0, 9806.0, 9822.0, 9807.0, 9824.0, 9822.0, 9826.0, 9826.0, 9806.0, 9820.0, 9825.0, 9831.0, 9827.0, 9823.0, 9831.0, 9832.0, 9830.0, 9849.0, 9845.0, 9825.0, 9825.0, 9831.0, 9834.0, 9830.0, 9825.0, 9827.0, 9831.0, 9829.0, 9837.0, 9829.0, 9827.0, 9830.0, 9831.0, 9832.0, 9831.0, 9828.0, 9829.0, 9829.0, 9829.0, 9836.0, 9827.0, 9823.0, 9824.0, 9832.0, 9833.0, 9832.0, 9831.0, 9829.0, 9826.0, 9827.0, 9830.0, 9832.0, 9825.0, 9824.0, 9836.0, 9831.0, 9835.0, 9834.0, 9845.0, 9834.0, 9846.0, 9853.0, 9848.0, 9829.0, 9830.0, 9833.0, 9831.0, 9834.0, 9832.0, 9826.0, 9828.0, 9812.0, 9835.0, 9830.0, 9823.0, 9827.0, 9831.0, 9841.0, 9829.0, 9826.0, 9822.0, 9825.0, 9828.0, 9833.0, 9830.0, 9824.0, 9824.0, 9832.0, 9828.0, 9831.0, 9835.0, 9828.0, 9825.0, 9830.0, 9831.0, 9829.0, 9834.0, 9826.0, 9822.0, 9825.0, 9846.0, 9846.0, 9828.0, 9830.0, 9830.0, 9828.0, 9850.0, 9848.0, 9826.0, 9825.0, 9832.0, 9829.0, 9830.0, 9830.0, 9823.0, 9824.0, 9820.0, 9828.0, 9826.0, 9806.0, 9821.0, 9822.0, 9823.0, 9825.0, 9829.0, 9824.0, 9826.0, 9832.0, 9854.0, 9832.0, 9842.0, 9850.0, 9853.0, 9848.0, 9849.0, 9847.0, 9829.0, 9830.0, 9832.0, 9834.0, 9856.0, 9855.0, 9850.0, 9851.0, 9854.0, 9852.0, 9852.0, 9856.0, 9833.0, 9835.0, 9849.0, 9847.0, 9849.0, 9849.0, 9834.0, 9849.0, 9833.0, 9852.0, 9852.0, 9834.0, 9832.0, 9836.0, 9848.0, 9854.0, 9849.0, 9828.0, 9832.0, 9836.0, 9834.0, 9840.0, 9833.0, 9830.0, 9828.0, 9832.0, 9835.0, 9832.0, 9829.0, 9829.0, 9830.0, 9830.0, 9846.0, 9843.0, 9829.0, 9844.0, 9845.0, 9847.0, 9837.0, 9845.0, 9827.0, 9832.0, 9845.0, 9849.0, 9829.0, 9828.0, 9826.0, 9828.0, 9829.0, 9847.0, 9832.0, 9830.0, 9830.0, 9842.0, 9845.0, 9846.0, 9857.0, 9835.0, 9834.0, 9851.0, 9851.0, 9854.0, 9859.0, 9849.0, 9852.0, 9853.0, 9853.0, 9850.0, 9852.0, 9852.0, 9855.0, 9855.0, 9850.0, 9852.0, 9847.0, 9836.0, 9848.0, 9838.0, 9851.0, 9845.0, 9832.0, 9827.0, 9802.0, 9783.0, 9816.0, 9840.0, 9859.0, 9848.0, 9855.0, 9853.0, 9859.0, 9864.0, 9855.0, 9834.0, 9851.0, 9849.0, 9845.0, 9839.0, 9851.0, 9825.0, 9826.0, 9823.0, 9821.0, 9820.0, 9805.0, 9805.0, 9805.0, 9822.0, 9827.0, 9827.0, 9820.0, 9806.0, 9823.0, 9827.0, 9813.0, 9813.0, 9808.0, 9813.0, 9830.0, 9817.0, 9838.0, 9842.0, 9819.0, 9826.0, 9817.0, 9817.0, 9828.0, 9817.0, 9828.0, 9815.0, 9818.0, 9833.0, 9836.0, 9830.0, 9818.0, 9831.0, 9833.0, 9831.0, 9834.0, 9830.0, 9832.0, 9831.0, 9835.0, 9857.0, 9837.0, 9835.0, 9832.0, 9833.0, 9849.0, 9843.0, 9837.0, 9832.0, 9836.0, 9856.0, 9862.0, 9840.0, 9835.0, 9841.0, 9852.0, 9843.0, 9862.0, 9842.0, 9835.0, 9849.0, 9855.0, 9838.0, 9859.0, 9839.0, 9832.0, 9836.0, 9830.0, 9838.0, 9839.0, 9840.0, 9834.0, 9836.0, 9837.0, 9840.0, 9859.0, 9844.0, 9835.0, 9835.0, 9838.0, 9849.0, 9840.0, 9855.0, 9835.0, 9833.0, 9833.0, 9841.0, 9834.0, 9836.0, 9854.0, 9832.0, 9831.0, 9834.0, 9837.0, 9850.0, 9857.0, 9849.0, 9833.0, 9839.0, 9840.0, 9858.0, 9840.0, 9833.0, 9854.0, 9842.0, 9851.0, 9856.0, 9850.0, 9838.0, 9854.0, 9842.0, 9855.0, 9840.0, 9861.0, 9851.0, 9848.0, 9847.0, 9853.0, 9852.0, 9841.0, 9848.0, 9839.0, 9833.0, 9839.0, 9858.0, 9851.0, 9839.0, 9849.0, 9857.0, 9857.0, 9857.0, 9860.0, 9868.0, 9858.0, 9858.0, 9859.0, 9861.0, 9862.0, 9864.0, 9874.0, 9857.0, 9858.0, 9855.0, 9864.0, 9858.0, 9838.0, 9850.0, 9857.0, 9839.0, 9855.0, 9860.0, 9840.0, 9850.0, 9855.0, 9852.0, 9857.0, 9858.0, 9850.0, 9839.0, 9858.0, 9854.0, 9859.0, 9864.0, 9853.0, 9859.0, 9860.0, 9859.0, 9870.0, 9857.0, 9852.0, 9861.0, 9854.0, 9853.0, 9853.0, 9835.0, 9839.0, 9851.0, 9852.0, 9856.0, 9858.0, 9851.0, 9836.0, 9851.0, 9854.0, 9859.0, 9857.0, 9853.0, 9843.0, 9852.0, 9852.0, 9858.0, 9841.0, 9853.0, 9852.0, 9842.0, 9853.0, 9857.0, 9852.0, 9832.0, 9845.0, 9837.0, 9852.0, 9841.0, 9835.0, 9834.0, 9832.0, 9848.0, 9854.0, 9851.0, 9839.0, 9850.0, 9855.0, 9856.0, 9862.0, 9858.0, 9855.0, 9851.0, 9859.0, 9857.0, 9856.0, 9861.0, 9853.0, 9853.0, 9856.0, 9861.0, 9862.0, 9862.0, 9855.0, 9863.0, 9895.0, 9859.0, 9826.0, 9799.0, 9839.0, 9842.0, 9845.0, 9869.0, 9867.0, 9869.0, 9853.0, 9835.0, 9832.0, 9844.0, 9844.0, 9830.0, 9847.0, 9850.0, 9846.0, 9848.0, 9831.0, 9820.0, 9818.0, 9817.0, 9820.0, 9817.0, 9822.0, 9817.0, 9818.0, 9825.0, 9828.0, 9839.0, 9826.0, 9820.0, 9819.0, 9820.0, 9822.0, 9822.0, 9825.0, 9818.0, 9819.0, 9824.0, 9829.0, 9831.0, 9826.0, 9823.0, 9831.0, 9828.0, 9829.0, 9832.0, 9826.0, 9821.0, 9826.0, 9830.0, 9829.0, 9832.0, 9821.0, 9816.0, 9823.0, 9822.0, 9823.0, 9826.0, 9826.0, 9806.0, 9818.0, 9828.0, 9825.0, 9830.0, 9848.0, 9822.0, 9824.0, 9842.0, 9828.0, 9844.0, 9854.0, 9848.0, 9846.0, 9854.0, 9852.0, 9856.0, 9874.0, 9867.0, 9866.0, 9871.0, 9854.0, 9879.0, 9872.0, 9847.0, 9862.0, 9856.0, 9866.0, 9874.0, 9865.0, 9847.0, 9845.0, 9833.0, 9853.0, 9849.0, 9845.0, 9842.0, 9846.0, 9828.0, 9847.0, 9847.0, 9825.0, 9827.0, 9832.0, 9845.0, 9849.0, 9848.0, 9841.0, 9847.0, 9849.0, 9852.0, 9872.0, 9862.0, 9849.0, 9865.0, 9851.0, 9874.0, 9857.0, 9851.0, 9851.0, 9869.0, 9854.0, 9855.0, 9854.0, 9830.0, 9846.0, 9836.0, 9845.0, 9843.0, 9848.0, 9825.0, 9826.0, 9843.0, 9843.0, 9831.0, 9839.0, 9822.0, 9822.0, 9821.0, 9826.0, 9838.0, 9824.0, 9823.0, 9825.0, 9825.0, 9841.0, 9842.0, 9823.0, 9821.0, 9831.0, 9844.0, 9846.0, 9852.0, 9831.0, 9845.0, 9850.0, 9850.0, 9848.0, 9854.0, 9846.0, 9841.0, 9842.0, 9844.0, 9844.0, 9834.0, 9847.0, 9824.0, 9841.0, 9827.0, 9844.0, 9846.0, 9845.0, 9838.0, 9846.0, 9844.0, 9850.0, 9851.0, 9846.0, 9859.0, 9850.0, 9861.0, 9850.0, 9867.0, 9846.0, 9828.0, 9851.0, 9829.0, 9831.0, 9853.0, 9830.0, 9828.0, 9841.0, 9846.0, 9849.0, 9856.0, 9844.0, 9846.0, 9847.0, 9854.0, 9856.0, 9859.0, 9849.0, 9852.0, 9852.0, 9856.0, 9853.0, 9853.0, 9849.0, 9852.0, 9849.0, 9851.0, 9848.0, 9844.0, 9827.0, 9849.0, 9846.0, 9848.0, 9851.0, 9828.0, 9828.0, 9844.0, 9847.0, 9848.0, 9850.0, 9840.0, 9845.0, 9848.0, 9846.0, 9851.0, 9850.0, 9842.0, 9845.0, 9847.0, 9854.0, 9848.0, 9845.0, 9843.0, 9847.0, 9846.0, 9851.0, 9845.0, 9840.0, 9842.0, 9842.0, 9845.0, 9862.0, 9846.0, 9848.0, 9848.0, 9847.0, 9852.0, 9857.0, 9850.0, 9852.0, 9847.0, 9850.0, 9852.0, 9851.0, 9853.0, 9855.0, 9829.0, 9844.0, 9851.0, 9850.0, 9850.0, 9857.0, 9846.0, 9843.0, 9853.0, 9853.0, 9854.0, 9858.0, 9850.0, 9851.0, 9853.0, 9855.0, 9851.0, 9872.0, 9866.0, 9847.0, 9851.0, 9852.0, 9851.0, 9859.0, 9849.0, 9848.0, 9851.0, 9896.0, 9867.0, 9835.0, 9814.0, 9823.0, 9856.0, 9823.0, 9825.0, 9829.0, 9882.0, 9855.0, 9848.0, 9857.0, 9854.0, 9840.0, 9832.0, 9830.0, 9829.0, 9809.0, 9807.0, 9803.0, 9827.0, 9827.0, 9811.0, 9804.0, 9784.0, 9793.0, 9777.0, 9773.0, 9797.0, 9797.0, 9780.0, 9798.0, 9792.0, 9796.0, 9792.0, 9797.0, 9803.0, 9802.0, 9804.0, 9804.0, 9815.0, 9808.0, 9809.0, 9807.0, 9824.0, 9805.0, 9805.0, 9805.0, 9805.0, 9805.0, 9803.0, 9805.0, 9800.0, 9803.0, 9815.0, 9807.0, 9822.0, 9807.0, 9818.0, 9824.0, 9820.0, 9826.0, 9831.0, 9825.0, 9812.0, 9831.0, 9832.0, 9830.0, 9827.0, 9827.0, 9816.0, 9866.0, 9846.0, 9815.0, 9794.0, 9758.0, 9798.0, 9800.0, 9839.0, 9834.0, 9853.0, 9839.0, 9819.0, 9817.0, 9815.0, 9799.0, 9803.0, 9770.0, 9766.0, 9789.0, 9786.0, 9793.0, 9790.0, 9747.0, 9710.0, 9690.0, 9687.0, 9687.0, 9691.0, 9706.0, 9701.0, 9687.0, 9688.0, 9677.0, 9663.0, 9656.0, 9659.0, 9660.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.008477731277533039</td></tr>
<tr><td colspan=3>aqi</td><td>0.02835278689427313</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.41123295552367</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1606031757883106</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.089744813759648</td></tr>
<tr><td colspan=3>efc</td><td>0.4675</td></tr>
<tr><td colspan=3>fber</td><td>5936.7119</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09807557778796351</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.176211453744493</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.150714255293</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.085454926437022</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4268693728425217</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9398184665994562</td></tr>
<tr><td colspan=3>gcor</td><td>0.0118464</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0028715364169329405</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01754409819841385</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</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.9340705988477875</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>46.1938</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4844</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.9778</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299802.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>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.6524</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7436</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.4227</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3661.8368</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.9952</td></tr>
<tr><td colspan=3>tsnr</td><td>34.8517860827269</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>