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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0092_suffix-bold_task-alignvideo" 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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-04_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-04_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-0092/ses-02/func/sub-0092_ses-02_task-alignvideo_acq-mb8_run-04_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>04166a539516706f4c553a3bdda439e4</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:27:46.310000</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.998133, 0.0309912, -0.0526316, -0.0311932, 0.999509, -0.00302077]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_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.0809677</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7728, -7280, 662, -49, -79, 73, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.706</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d63756bb-72f7-40b6-8249-a2eb520280e9||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.677917718887329, -0.08368918299674988, -0.1417827159166336, 115.78175354003906], [-0.08314722776412964, 2.6816091537475586, -0.01257357932627201, -96.94845581054688], [-0.14120669662952423, 0.008104508742690086, 2.6962454319000244, -66.8814926147461], [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': ['102746.310000', '102746.770000', '102747.230000', '102747.690000', '102748.150000', '102748.610000', '102749.070000', '102749.530000', '102749.990000', '102750.450000', '102750.910000', '102751.370000', '102751.830000', '102752.290000', '102752.750000', '102753.210000', '102753.670000', '102754.130000', '102754.590000', '102755.050000', '102755.510000', '102755.970000', '102756.430000', '102756.890000', '102757.350000', '102757.810000', '102758.270000', '102758.730000', '102759.190000', '102759.650000', '102800.110000', '102800.570000', '102801.030000', '102801.490000', '102801.950000', '102802.410000', '102802.870000', '102803.330000', '102803.790000', '102804.250000', '102804.710000', '102805.170000', '102805.630000', '102806.090000', '102806.550000', '102807.010000', '102807.470000', '102807.930000', '102808.390000', '102808.850000', '102809.310000', '102809.770000', '102810.230000', '102810.690000', '102811.150000', '102811.610000', '102812.070000', '102812.530000', '102812.990000', '102813.450000', '102813.910000', '102814.370000', '102814.830000', '102815.290000', '102815.750000', '102816.210000', '102816.670000', '102817.130000', '102817.590000', '102818.050000', '102818.510000', '102818.970000', '102819.430000', '102819.890000', '102820.350000', '102820.810000', '102821.270000', '102821.730000', '102822.190000', '102822.650000', '102823.110000', '102823.570000', '102824.030000', '102824.490000', '102824.950000', '102825.410000', '102825.870000', '102826.330000', '102826.790000', '102827.250000', '102827.710000', '102828.170000', '102828.630000', '102829.090000', '102829.550000', '102830.010000', '102830.470000', '102830.930000', '102831.390000', '102831.850000', '102832.310000', '102832.770000', '102833.230000', '102833.690000', '102834.150000', '102834.610000', '102835.070000', '102835.530000', '102835.990000', '102836.450000', '102836.910000', '102837.370000', '102837.830000', '102838.290000', '102838.750000', '102839.210000', '102839.670000', '102840.130000', '102840.590000', '102841.050000', '102841.510000', '102841.970000', '102842.430000', '102842.890000', '102843.350000', '102843.810000', '102844.270000', '102844.730000', '102845.190000', '102845.650000', '102846.110000', '102846.570000', '102847.030000', '102847.490000', '102847.950000', '102848.410000', '102848.870000', '102849.330000', '102849.790000', '102850.250000', '102850.710000', '102851.170000', '102851.630000', '102852.090000', '102852.550000', '102853.010000', '102853.470000', '102853.930000', '102854.390000', '102854.850000', '102855.310000', '102855.770000', '102856.230000', '102856.690000', '102857.150000', '102857.610000', '102858.070000', '102858.530000', '102858.990000', '102859.450000', '102859.910000', '102900.370000', '102900.830000', '102901.290000', '102901.750000', '102902.210000', '102902.670000', '102903.130000', '102903.590000', '102904.050000', '102904.510000', '102904.970000', '102905.430000', '102905.890000', '102906.350000', '102906.810000', '102907.270000', '102907.730000', '102908.190000', '102908.650000', '102909.110000', '102909.570000', '102910.030000', '102910.490000', '102910.950000', '102911.410000', '102911.870000', '102912.330000', '102912.790000', '102913.250000', '102913.710000', '102914.170000', '102914.630000', '102915.090000', '102915.550000', '102916.010000', '102916.470000', '102916.930000', '102917.390000', '102917.850000', '102918.310000', '102918.770000', '102919.230000', '102919.690000', '102920.150000', '102920.610000', '102921.070000', '102921.530000', '102921.990000', '102922.450000', '102922.910000', '102923.370000', '102923.830000', '102924.290000', '102924.750000', '102925.210000', '102925.670000', '102926.130000', '102926.590000', '102927.050000', '102927.510000', '102927.970000', '102928.430000', '102928.890000', '102929.350000', '102929.810000', '102930.270000', '102930.730000', '102931.190000', '102931.650000', '102932.110000', '102932.570000', '102933.030000', '102933.490000', '102933.950000', '102934.410000', '102934.870000', '102935.330000', '102935.790000', '102936.250000', '102936.710000', '102937.170000', '102937.630000', '102938.090000', '102938.550000', '102939.010000', '102939.470000', '102939.930000', '102940.390000', '102940.850000', '102941.310000', '102941.770000', '102942.230000', '102942.690000', '102943.150000', '102943.610000', '102944.070000', '102944.530000', '102944.990000', '102945.450000', '102945.910000', '102946.370000', '102946.830000', '102947.290000', '102947.750000', '102948.210000', '102948.670000', '102949.130000', '102949.590000', '102950.050000', '102950.510000', '102950.970000', '102951.430000', '102951.890000', '102952.350000', '102952.810000', '102953.270000', '102953.730000', '102954.190000', '102954.650000', '102955.110000', '102955.570000', '102956.030000', '102956.490000', '102956.950000', '102957.410000', '102957.870000', '102958.330000', '102958.790000', '102959.250000', '102959.710000', '103000.170000', '103000.630000', '103001.090000', '103001.550000', '103002.010000', '103002.470000', '103002.930000', '103003.390000', '103003.850000', '103004.310000', '103004.770000', '103005.230000', '103005.690000', '103006.150000', '103006.610000', '103007.070000', '103007.530000', '103007.990000', '103008.450000', '103008.910000', '103009.370000', '103009.830000', '103010.290000', '103010.750000', '103011.210000', '103011.670000', '103012.130000', '103012.590000', '103013.050000', '103013.510000', '103013.970000', '103014.430000', '103014.890000', '103015.350000', '103015.810000', '103016.270000', '103016.730000', '103017.190000', '103017.650000', '103018.110000', '103018.570000', '103019.030000', '103019.490000', '103019.950000', '103020.410000', '103020.870000', '103021.330000', '103021.790000', '103022.250000', '103022.710000', '103023.170000', '103023.630000', '103024.090000', '103024.550000', '103025.010000', '103025.470000', '103025.930000', '103026.390000', '103026.850000', '103027.310000', '103027.770000', '103028.230000', '103028.690000', '103029.150000', '103029.610000', '103030.070000', '103030.530000', '103030.990000', '103031.450000', '103031.910000', '103032.370000', '103032.830000', '103033.290000', '103033.750000', '103034.210000', '103034.670000', '103035.130000', '103035.590000', '103036.050000', '103036.510000', '103036.970000', '103037.430000', '103037.890000', '103038.350000', '103038.810000', '103039.270000', '103039.730000', '103040.190000', '103040.650000', '103041.110000', '103041.570000', '103042.030000', '103042.490000', '103042.950000', '103043.410000', '103043.870000', '103044.330000', '103044.790000', '103045.250000', '103045.710000', '103046.170000', '103046.630000', '103047.090000', '103047.550000', '103048.010000', '103048.470000', '103048.930000', '103049.390000', '103049.850000', '103050.310000', '103050.770000', '103051.230000', '103051.690000', '103052.150000', '103052.610000', '103053.070000', '103053.530000', '103053.990000', '103054.450000', '103054.910000', '103055.370000', '103055.830000', '103056.290000', '103056.750000', '103057.210000', '103057.670000', '103058.130000', '103058.590000', '103059.050000', '103059.510000', '103059.970000', '103100.430000', '103100.890000', '103101.350000', '103101.810000', '103102.270000', '103102.730000', '103103.190000', '103103.650000', '103104.110000', '103104.570000', '103105.030000', '103105.490000', '103105.950000', '103106.410000', '103106.870000', '103107.330000', '103107.790000', '103108.250000', '103108.710000', '103109.170000', '103109.630000', '103110.090000', '103110.550000', '103111.010000', '103111.470000', '103111.930000', '103112.390000', '103112.850000', '103113.310000', '103113.770000', '103114.230000', '103114.690000', '103115.150000', '103115.610000', '103116.070000', '103116.530000', '103116.990000', '103117.450000', '103117.910000', '103118.370000', '103118.830000', '103119.290000', '103119.750000', '103120.210000', '103120.670000', '103121.130000', '103121.590000', '103122.050000', '103122.510000', '103122.970000', '103123.430000', '103123.890000', '103124.350000', '103124.810000', '103125.270000', '103125.730000', '103126.190000', '103126.650000', '103127.110000', '103127.570000', '103128.030000', '103128.490000', '103128.950000', '103129.410000', '103129.870000', '103130.330000', '103130.790000', '103131.250000', '103131.710000', '103132.170000', '103132.630000', '103133.090000', '103133.550000', '103134.010000', '103134.470000', '103134.930000', '103135.390000', '103135.850000', '103136.310000', '103136.770000', '103137.230000', '103137.690000', '103138.150000', '103138.610000', '103139.070000', '103139.530000', '103139.990000', '103140.450000', '103140.910000', '103141.370000', '103141.830000', '103142.290000', '103142.750000', '103143.210000', '103143.670000', '103144.130000', '103144.590000', '103145.050000', '103145.510000', '103145.970000', '103146.430000', '103146.890000', '103147.350000', '103147.810000', '103148.270000', '103148.730000', '103149.190000', '103149.650000', '103150.110000', '103150.570000', '103151.030000', '103151.490000', '103151.950000', '103152.410000', '103152.870000', '103153.330000', '103153.790000', '103154.250000', '103154.710000', '103155.170000', '103155.630000', '103156.090000', '103156.550000', '103157.010000', '103157.470000', '103157.930000', '103158.390000', '103158.850000', '103159.310000', '103159.770000', '103200.230000', '103200.690000', '103201.150000', '103201.610000', '103202.070000', '103202.530000', '103202.990000', '103203.450000', '103203.910000', '103204.370000', '103204.830000', '103205.290000', '103205.750000', '103206.210000', '103206.670000', '103207.130000', '103207.590000', '103208.050000', '103208.510000', '103208.970000', '103209.430000', '103209.890000', '103210.350000', '103210.810000', '103211.270000', '103211.730000', '103212.190000', '103212.650000', '103213.110000', '103213.570000', '103214.030000', '103214.490000', '103214.950000', '103215.410000', '103215.870000', '103216.330000', '103216.790000', '103217.250000', '103217.710000', '103218.170000', '103218.630000', '103219.090000', '103219.550000', '103220.010000', '103220.470000', '103220.930000', '103221.390000', '103221.850000', '103222.310000', '103222.770000', '103223.230000', '103223.690000', '103224.150000', '103224.610000', '103225.070000', '103225.530000', '103225.990000', '103226.450000', '103226.910000', '103227.370000', '103227.830000', '103228.290000', '103228.750000', '103229.210000', '103229.670000', '103230.130000', '103230.590000', '103231.050000', '103231.510000', '103231.970000', '103232.430000', '103232.890000', '103233.350000', '103233.810000', '103234.270000', '103234.730000', '103235.190000', '103235.650000', '103236.110000', '103236.570000', '103237.030000', '103237.490000', '103237.950000', '103238.410000', '103238.870000', '103239.330000', '103239.790000', '103240.250000', '103240.710000', '103241.170000', '103241.630000', '103242.090000', '103242.550000', '103243.010000', '103243.470000', '103243.930000', '103244.390000', '103244.850000', '103245.310000', '103245.770000', '103246.230000', '103246.690000', '103247.150000', '103247.610000', '103248.070000', '103248.530000', '103248.990000', '103249.450000', '103249.910000', '103250.370000', '103250.830000', '103251.290000', '103251.750000', '103252.210000', '103252.670000', '103253.130000', '103253.590000', '103254.050000', '103254.510000', '103254.970000', '103255.430000', '103255.890000', '103256.350000', '103256.810000', '103257.270000', '103257.730000', '103258.190000', '103258.650000', '103259.110000', '103259.570000', '103300.030000', '103300.490000', '103300.950000', '103301.410000', '103301.870000', '103302.330000', '103302.790000', '103303.250000', '103303.710000', '103304.170000', '103304.630000', '103305.090000', '103305.550000', '103306.010000', '103306.470000', '103306.930000', '103307.390000', '103307.850000', '103308.310000', '103308.770000', '103309.230000', '103309.690000', '103310.150000', '103310.610000', '103311.070000', '103311.530000', '103311.990000', '103312.450000', '103312.910000', '103313.370000', '103313.830000', '103314.290000', '103314.750000', '103315.210000', '103315.670000', '103316.130000', '103316.590000', '103317.050000', '103317.510000', '103317.970000', '103318.430000', '103318.890000', '103319.350000', '103319.810000', '103320.270000', '103320.730000', '103321.190000', '103321.650000', '103322.110000', '103322.570000', '103323.030000', '103323.490000', '103323.950000', '103324.410000', '103324.870000', '103325.330000', '103325.790000', '103326.250000', '103326.710000', '103327.170000', '103327.630000', '103328.090000', '103328.550000', '103329.010000', '103329.470000', '103329.930000', '103330.390000', '103330.850000', '103331.310000', '103331.770000', '103332.230000', '103332.690000', '103333.150000', '103333.610000', '103334.070000', '103334.530000', '103334.990000', '103335.450000', '103335.910000', '103336.370000', '103336.830000', '103337.290000', '103337.750000', '103338.210000', '103338.670000', '103339.130000', '103339.590000', '103340.050000', '103340.510000', '103340.970000', '103341.430000', '103341.890000', '103342.350000', '103342.810000', '103343.270000', '103343.730000', '103344.190000', '103344.650000', '103345.110000', '103345.570000', '103346.030000', '103346.490000', '103346.950000', '103347.410000', '103347.870000', '103348.330000', '103348.790000', '103349.250000', '103349.710000', '103350.170000', '103350.630000', '103351.090000', '103351.550000', '103352.010000', '103352.470000', '103352.930000', '103353.390000', '103353.850000', '103354.310000', '103354.770000', '103355.230000', '103355.690000', '103356.150000', '103356.610000', '103357.070000', '103357.530000', '103357.990000', '103358.450000', '103358.910000', '103359.370000', '103359.830000', '103400.290000', '103400.750000', '103401.210000', '103401.670000', '103402.130000', '103402.590000', '103403.050000', '103403.510000', '103403.970000', '103404.430000', '103404.890000', '103405.350000', '103405.810000', '103406.270000', '103406.730000', '103407.190000', '103407.650000', '103408.110000', '103408.570000', '103409.030000', '103409.490000', '103409.950000', '103410.410000', '103410.870000', '103411.330000', '103411.790000', '103412.250000', '103412.710000', '103413.170000', '103413.630000', '103414.090000', '103414.550000', '103415.010000', '103415.470000', '103415.930000', '103416.390000', '103416.850000', '103417.310000', '103417.770000', '103418.230000', '103418.690000', '103419.150000', '103419.610000', '103420.070000', '103420.530000', '103420.990000', '103421.450000', '103421.910000', '103422.370000', '103422.830000', '103423.290000', '103423.750000', '103424.210000', '103424.670000', '103425.130000', '103425.590000', '103426.050000', '103426.510000', '103426.970000', '103427.430000', '103427.890000', '103428.350000', '103428.810000', '103429.270000', '103429.730000', '103430.190000', '103430.650000', '103431.110000', '103431.570000', '103432.030000', '103432.490000', '103432.950000', '103433.410000', '103433.870000', '103434.330000', '103434.790000', '103435.250000', '103435.710000', '103436.170000', '103436.630000', '103437.090000', '103437.550000', '103438.010000', '103438.470000', '103438.930000', '103439.390000', '103439.850000', '103440.310000', '103440.770000', '103441.230000', '103441.690000', '103442.150000', '103442.610000', '103443.070000', '103443.530000', '103443.990000', '103444.450000', '103444.910000', '103445.370000', '103445.830000', '103446.290000'], 'ContentTime': ['102810.708000', '102810.711000', '102810.714000', '102810.717000', '102810.719000', '102810.722000', '102810.724000', '102810.727000', '102810.730000', '102810.732000', '102810.735000', '102810.738000', '102810.740000', '102810.743000', '102810.746000', '102810.748000', '102810.751000', '102810.753000', '102810.756000', '102810.761000', '102810.764000', '102810.766000', '102810.769000', '102810.772000', '102810.774000', '102810.777000', '102810.779000', '102810.792000', '102810.795000', '102810.797000', '102810.800000', '102810.803000', '102810.805000', '102810.808000', '102810.811000', '102810.813000', '102810.816000', '102810.818000', '102810.821000', '102810.824000', '102810.826000', '102810.829000', '102810.831000', '102810.834000', '102810.837000', '102810.839000', '102810.842000', '102810.844000', '102810.847000', '102810.849000', '102810.852000', '102830.672000', '102830.675000', '102830.678000', '102830.681000', '102830.683000', '102830.686000', '102830.689000', '102830.691000', '102830.694000', '102830.696000', '102830.699000', '102830.702000', '102830.704000', '102830.707000', '102830.710000', '102830.712000', '102830.715000', '102830.717000', '102830.720000', '102830.723000', '102830.725000', '102830.728000', '102830.731000', '102830.733000', '102830.736000', '102830.740000', '102830.743000', '102830.746000', '102830.748000', '102830.751000', '102830.753000', '102830.756000', '102830.759000', '102830.761000', '102830.764000', '102830.767000', '102830.769000', '102830.772000', '102830.774000', '102830.777000', '102830.780000', '102830.782000', '102830.785000', '102850.672000', '102850.675000', '102850.678000', '102850.680000', '102850.684000', '102850.686000', '102850.689000', '102850.691000', '102850.694000', '102850.697000', '102850.699000', '102850.702000', '102850.705000', '102850.707000', '102850.710000', '102850.712000', '102850.715000', '102850.718000', '102850.722000', '102850.724000', '102850.728000', '102850.730000', '102850.733000', '102850.736000', '102850.738000', '102850.741000', '102850.752000', '102850.754000', '102850.762000', '102850.765000', '102850.768000', '102850.770000', '102850.773000', '102850.776000', '102850.778000', '102850.781000', '102850.783000', '102850.786000', '102850.789000', '102850.792000', '102850.794000', '102850.797000', '102850.799000', '102910.672000', '102910.676000', '102910.678000', '102910.681000', '102910.683000', '102910.686000', '102910.689000', '102910.691000', '102910.694000', '102910.697000', '102910.699000', '102910.702000', '102910.704000', '102910.707000', '102910.710000', '102910.712000', '102910.715000', '102910.718000', '102910.720000', '102910.723000', '102910.726000', '102910.728000', '102910.731000', '102910.733000', '102910.736000', '102910.739000', '102910.741000', '102910.744000', '102910.746000', '102910.749000', '102910.752000', '102910.754000', '102910.757000', '102910.760000', '102910.762000', '102910.765000', '102910.768000', '102910.770000', '102910.773000', '102910.775000', '102910.778000', '102910.781000', '102910.783000', '102910.789000', '102930.673000', '102930.675000', '102930.678000', '102930.681000', '102930.683000', '102930.686000', '102930.689000', '102930.691000', '102930.694000', '102930.696000', '102930.699000', '102930.702000', '102930.705000', '102930.707000', '102930.710000', '102930.713000', '102930.716000', '102930.719000', '102930.721000', '102930.724000', '102930.726000', '102930.729000', '102930.732000', '102930.734000', '102930.737000', '102930.740000', '102930.742000', '102930.745000', '102930.747000', '102930.750000', '102930.753000', '102930.755000', '102930.758000', '102930.761000', '102930.763000', '102930.766000', '102930.768000', '102930.772000', '102930.775000', '102930.777000', '102930.780000', '102930.783000', '102930.785000', '102950.671000', '102950.674000', '102950.677000', '102950.680000', '102950.683000', '102950.686000', '102950.688000', '102950.691000', '102950.693000', '102950.696000', '102950.699000', '102950.701000', '102950.704000', '102950.706000', '102950.709000', '102950.712000', '102950.726000', '102950.729000', '102950.731000', '102950.734000', '102950.737000', '102950.739000', '102950.742000', '102950.744000', '102950.747000', '102950.750000', '102950.752000', '102950.755000', '102950.758000', '102950.760000', '102950.763000', '102950.765000', '102950.768000', '102950.771000', '102950.773000', '102950.776000', '102950.779000', '102950.781000', '102950.784000', '102950.786000', '102950.789000', '102950.792000', '102950.794000', '102950.797000', '103010.672000', '103010.675000', '103010.678000', '103010.681000', '103010.683000', '103010.686000', '103010.689000', '103010.691000', '103010.694000', '103010.696000', '103010.699000', '103010.702000', '103010.704000', '103010.707000', '103010.710000', '103010.712000', '103010.715000', '103010.718000', '103010.720000', '103010.723000', '103010.725000', '103010.728000', '103010.731000', '103010.733000', '103010.736000', '103010.738000', '103010.741000', '103010.744000', '103010.746000', '103010.749000', '103010.752000', '103010.754000', '103010.757000', '103010.760000', '103010.763000', '103010.766000', '103010.769000', '103010.773000', '103010.776000', '103010.778000', '103010.781000', '103010.784000', '103010.787000', '103030.673000', '103030.676000', '103030.678000', '103030.682000', '103030.684000', '103030.687000', '103030.690000', '103030.692000', '103030.695000', '103030.697000', '103030.700000', '103030.703000', '103030.705000', '103030.708000', '103030.711000', '103030.713000', '103030.716000', '103030.719000', '103030.721000', '103030.724000', '103030.727000', '103030.729000', '103030.732000', '103030.734000', '103030.737000', '103030.740000', '103030.742000', '103030.745000', '103030.748000', '103030.750000', '103030.753000', '103030.756000', '103030.758000', '103030.761000', '103030.763000', '103030.766000', '103030.769000', '103030.771000', '103030.774000', '103030.777000', '103030.779000', '103030.782000', '103030.784000', '103030.787000', '103050.673000', '103050.675000', '103050.678000', '103050.681000', '103050.683000', '103050.686000', '103050.689000', '103050.691000', '103050.694000', '103050.697000', '103050.699000', '103050.702000', '103050.704000', '103050.707000', '103050.710000', '103050.712000', '103050.715000', '103050.717000', '103050.720000', '103050.722000', '103050.725000', '103050.728000', '103050.730000', '103050.733000', '103050.735000', '103050.738000', '103050.741000', '103050.743000', '103050.746000', '103050.749000', '103050.751000', '103050.754000', '103050.756000', '103050.759000', '103050.762000', '103050.764000', '103050.767000', '103050.770000', '103050.772000', '103050.775000', '103050.777000', '103050.780000', '103050.782000', '103110.673000', '103110.675000', '103110.678000', '103110.681000', '103110.684000', '103110.686000', '103110.689000', '103110.692000', '103110.694000', '103110.697000', '103110.699000', '103110.702000', '103110.705000', '103110.707000', '103110.710000', '103110.713000', '103110.715000', '103110.718000', '103110.721000', '103110.723000', '103110.726000', '103110.728000', '103110.731000', '103110.733000', '103110.736000', '103110.739000', '103110.741000', '103110.744000', '103110.747000', '103110.749000', '103110.752000', '103110.754000', '103110.757000', '103110.759000', '103110.769000', '103110.772000', '103110.775000', '103110.777000', '103110.780000', '103110.783000', '103110.785000', '103110.788000', '103110.790000', '103110.793000', '103130.673000', '103130.675000', '103130.678000', '103130.681000', '103130.683000', '103130.686000', '103130.689000', '103130.691000', '103130.694000', '103130.697000', '103130.699000', '103130.702000', '103130.704000', '103130.707000', '103130.710000', '103130.712000', '103130.715000', '103130.718000', '103130.720000', '103130.723000', '103130.725000', '103130.728000', '103130.730000', '103130.733000', '103130.736000', '103130.738000', '103130.741000', '103130.744000', '103130.746000', '103130.749000', '103130.752000', '103130.754000', '103130.757000', '103130.759000', '103130.762000', '103130.764000', '103130.767000', '103130.770000', '103130.772000', '103130.776000', '103130.778000', '103130.781000', '103130.784000', '103150.672000', '103150.675000', '103150.678000', '103150.681000', '103150.683000', '103150.686000', '103150.689000', '103150.691000', '103150.694000', '103150.696000', '103150.699000', '103150.702000', '103150.704000', '103150.707000', '103150.710000', '103150.717000', '103150.719000', '103150.722000', '103150.724000', '103150.727000', '103150.730000', '103150.732000', '103150.735000', '103150.738000', '103150.740000', '103150.743000', '103150.746000', '103150.748000', '103150.751000', '103150.754000', '103150.756000', '103150.759000', '103150.761000', '103150.764000', '103150.767000', '103150.769000', '103150.772000', '103150.774000', '103150.777000', '103150.780000', '103150.782000', '103150.785000', '103150.788000', '103150.790000', '103210.672000', '103210.674000', '103210.677000', '103210.680000', '103210.682000', '103210.685000', '103210.687000', '103210.690000', '103210.693000', '103210.695000', '103210.698000', '103210.701000', '103210.703000', '103210.706000', '103210.708000', '103210.711000', '103210.714000', '103210.716000', '103210.719000', '103210.722000', '103210.724000', '103210.727000', '103210.729000', '103210.732000', '103210.735000', '103210.737000', '103210.740000', '103210.743000', '103210.745000', '103210.748000', '103210.751000', '103210.753000', '103210.756000', '103210.758000', '103210.761000', '103210.764000', '103210.767000', '103210.770000', '103210.773000', '103210.776000', '103210.779000', '103210.782000', '103210.784000', '103230.673000', '103230.675000', '103230.678000', '103230.681000', '103230.684000', '103230.686000', '103230.689000', '103230.692000', '103230.694000', '103230.697000', '103230.700000', '103230.702000', '103230.705000', '103230.708000', '103230.710000', '103230.713000', '103230.716000', '103230.718000', '103230.721000', '103230.723000', '103230.726000', '103230.729000', '103230.731000', '103230.734000', '103230.737000', '103230.739000', '103230.742000', '103230.744000', '103230.747000', '103230.750000', '103230.752000', '103230.755000', '103230.758000', '103230.760000', '103230.763000', '103230.765000', '103230.768000', '103230.771000', '103230.774000', '103230.776000', '103230.779000', '103230.781000', '103230.784000', '103230.787000', '103250.672000', '103250.675000', '103250.678000', '103250.681000', '103250.683000', '103250.686000', '103250.689000', '103250.691000', '103250.694000', '103250.696000', '103250.699000', '103250.702000', '103250.704000', '103250.707000', '103250.710000', '103250.712000', '103250.715000', '103250.717000', '103250.720000', '103250.723000', '103250.725000', '103250.728000', '103250.777000', '103250.780000', '103250.783000', '103250.785000', '103250.788000', '103250.791000', '103250.793000', '103250.796000', '103250.799000', '103250.835000', '103250.838000', '103250.841000', '103250.844000', '103250.846000', '103250.849000', '103250.852000', '103250.854000', '103250.857000', '103250.859000', '103250.862000', '103250.865000', '103310.672000', '103310.675000', '103310.678000', '103310.681000', '103310.683000', '103310.686000', '103310.688000', '103310.691000', '103310.694000', '103310.696000', '103310.699000', '103310.702000', '103310.704000', '103310.707000', '103310.709000', '103310.712000', '103310.715000', '103310.717000', '103310.720000', '103310.722000', '103310.725000', '103310.728000', '103310.730000', '103310.733000', '103310.736000', '103310.738000', '103310.741000', '103310.743000', '103310.746000', '103310.749000', '103310.751000', '103310.754000', '103310.756000', '103310.759000', '103310.762000', '103310.764000', '103310.767000', '103310.770000', '103310.772000', '103310.775000', '103310.777000', '103310.780000', '103310.783000', '103310.785000', '103330.673000', '103330.676000', '103330.678000', '103330.681000', '103330.683000', '103330.686000', '103330.689000', '103330.691000', '103330.694000', '103330.696000', '103330.699000', '103330.702000', '103330.704000', '103330.707000', '103330.709000', '103330.712000', '103330.714000', '103330.717000', '103330.720000', '103330.722000', '103330.725000', '103330.728000', '103330.730000', '103330.733000', '103330.735000', '103330.738000', '103330.741000', '103330.743000', '103330.746000', '103330.748000', '103330.751000', '103330.754000', '103330.756000', '103330.759000', '103330.761000', '103330.764000', '103330.767000', '103330.769000', '103330.772000', '103330.775000', '103330.777000', '103330.780000', '103330.782000', '103350.672000', '103350.675000', '103350.678000', '103350.681000', '103350.683000', '103350.686000', '103350.689000', '103350.691000', '103350.694000', '103350.696000', '103350.699000', '103350.702000', '103350.704000', '103350.707000', '103350.710000', '103350.712000', '103350.715000', '103350.717000', '103350.720000', '103350.722000', '103350.725000', '103350.728000', '103350.730000', '103350.733000', '103350.736000', '103350.738000', '103350.741000', '103350.744000', '103350.746000', '103350.749000', '103350.751000', '103350.754000', '103350.757000', '103350.759000', '103350.762000', '103350.765000', '103350.767000', '103350.770000', '103350.772000', '103350.775000', '103350.778000', '103350.780000', '103350.783000', '103350.785000', '103410.673000', '103410.675000', '103410.678000', '103410.681000', '103410.684000', '103410.686000', '103410.689000', '103410.691000', '103410.694000', '103410.697000', '103410.699000', '103410.702000', '103410.704000', '103410.707000', '103410.710000', '103410.712000', '103410.715000', '103410.718000', '103410.720000', '103410.723000', '103410.726000', '103410.728000', '103410.731000', '103410.733000', '103410.736000', '103410.739000', '103410.741000', '103410.744000', '103410.747000', '103410.749000', '103410.752000', '103410.754000', '103410.766000', '103410.768000', '103410.771000', '103410.773000', '103410.776000', '103410.779000', '103410.781000', '103410.784000', '103410.786000', '103410.789000', '103410.791000', '103430.672000', '103430.675000', '103430.677000', '103430.680000', '103430.682000', '103430.685000', '103430.688000', '103430.691000', '103430.693000', '103430.696000', '103430.698000', '103430.701000', '103430.704000', '103430.706000', '103430.709000', '103430.711000', '103430.714000', '103430.717000', '103430.719000', '103430.722000', '103430.725000', '103430.727000', '103430.730000', '103430.733000', '103430.735000', '103430.738000', '103430.741000', '103430.743000', '103430.746000', '103430.749000', '103430.751000', '103430.754000', '103430.757000', '103430.759000', '103430.762000', '103430.765000', '103430.767000', '103430.770000', '103430.772000', '103430.775000', '103430.778000', '103430.780000', '103430.783000', '103430.786000', '103447.653000', '103447.656000', '103447.659000', '103447.661000', '103447.664000', '103447.667000', '103447.669000', '103447.672000', '103447.675000', '103447.677000', '103447.680000', '103447.682000', '103447.685000', '103447.688000', '103447.690000', '103447.693000', '103447.695000', '103447.698000', '103447.701000', '103447.703000', '103447.706000', '103447.708000', '103447.711000', '103447.714000', '103447.716000', '103447.719000', '103447.721000', '103447.724000', '103447.727000', '103447.729000', '103447.732000', '103447.735000', '103447.737000', '103447.740000', '103447.743000', '103447.745000', '103447.748000'], 'InstanceCreationTime': ['102810.708000', '102810.711000', '102810.714000', '102810.717000', '102810.719000', '102810.722000', '102810.724000', '102810.727000', '102810.730000', '102810.732000', '102810.735000', '102810.738000', '102810.740000', '102810.743000', '102810.746000', '102810.748000', '102810.751000', '102810.753000', '102810.756000', '102810.761000', '102810.764000', '102810.766000', '102810.769000', '102810.772000', '102810.774000', '102810.777000', '102810.779000', '102810.792000', '102810.795000', '102810.797000', '102810.800000', '102810.803000', '102810.805000', '102810.808000', '102810.811000', '102810.813000', '102810.816000', '102810.818000', '102810.821000', '102810.824000', '102810.826000', '102810.829000', '102810.831000', '102810.834000', '102810.837000', '102810.839000', '102810.842000', '102810.844000', '102810.847000', '102810.849000', '102810.852000', '102830.672000', '102830.675000', '102830.678000', '102830.681000', '102830.683000', '102830.686000', '102830.689000', '102830.691000', '102830.694000', '102830.696000', '102830.699000', '102830.702000', '102830.704000', '102830.707000', '102830.710000', '102830.712000', '102830.715000', '102830.717000', '102830.720000', '102830.723000', '102830.725000', '102830.728000', '102830.731000', '102830.733000', '102830.736000', '102830.740000', '102830.743000', '102830.746000', '102830.748000', '102830.751000', '102830.753000', '102830.756000', '102830.759000', '102830.761000', '102830.764000', '102830.767000', '102830.769000', '102830.772000', '102830.774000', '102830.777000', '102830.780000', '102830.782000', '102830.785000', '102850.672000', '102850.675000', '102850.678000', '102850.680000', '102850.684000', '102850.686000', '102850.689000', '102850.691000', '102850.694000', '102850.697000', '102850.699000', '102850.702000', '102850.705000', '102850.707000', '102850.710000', '102850.712000', '102850.715000', '102850.718000', '102850.722000', '102850.724000', '102850.728000', '102850.730000', '102850.733000', '102850.736000', '102850.738000', '102850.741000', '102850.752000', '102850.754000', '102850.762000', '102850.765000', '102850.768000', '102850.770000', '102850.773000', '102850.776000', '102850.778000', '102850.781000', '102850.783000', '102850.786000', '102850.789000', '102850.792000', '102850.794000', '102850.797000', '102850.799000', '102910.672000', '102910.676000', '102910.678000', '102910.681000', '102910.683000', '102910.686000', '102910.689000', '102910.691000', '102910.694000', '102910.697000', '102910.699000', '102910.702000', '102910.704000', '102910.707000', '102910.710000', '102910.712000', '102910.715000', '102910.718000', '102910.720000', '102910.723000', '102910.726000', '102910.728000', '102910.731000', '102910.733000', '102910.736000', '102910.739000', '102910.741000', '102910.744000', '102910.746000', '102910.749000', '102910.752000', '102910.754000', '102910.757000', '102910.760000', '102910.762000', '102910.765000', '102910.768000', '102910.770000', '102910.773000', '102910.775000', '102910.778000', '102910.781000', '102910.783000', '102910.789000', '102930.673000', '102930.675000', '102930.678000', '102930.681000', '102930.683000', '102930.686000', '102930.689000', '102930.691000', '102930.694000', '102930.696000', '102930.699000', '102930.702000', '102930.705000', '102930.707000', '102930.710000', '102930.713000', '102930.716000', '102930.719000', '102930.721000', '102930.724000', '102930.726000', '102930.729000', '102930.732000', '102930.734000', '102930.737000', '102930.740000', '102930.742000', '102930.745000', '102930.747000', '102930.750000', '102930.753000', '102930.755000', '102930.758000', '102930.761000', '102930.763000', '102930.766000', '102930.768000', '102930.772000', '102930.775000', '102930.777000', '102930.780000', '102930.783000', '102930.785000', '102950.671000', '102950.674000', '102950.677000', '102950.680000', '102950.683000', '102950.686000', '102950.688000', '102950.691000', '102950.693000', '102950.696000', '102950.699000', '102950.701000', '102950.704000', '102950.706000', '102950.709000', '102950.712000', '102950.726000', '102950.729000', '102950.731000', '102950.734000', '102950.737000', '102950.739000', '102950.742000', '102950.744000', '102950.747000', '102950.750000', '102950.752000', '102950.755000', '102950.758000', '102950.760000', '102950.763000', '102950.765000', '102950.768000', '102950.771000', '102950.773000', '102950.776000', '102950.779000', '102950.781000', '102950.784000', '102950.786000', '102950.789000', '102950.792000', '102950.794000', '102950.797000', '103010.672000', '103010.675000', '103010.678000', '103010.681000', '103010.683000', '103010.686000', '103010.689000', '103010.691000', '103010.694000', '103010.696000', '103010.699000', '103010.702000', '103010.704000', '103010.707000', '103010.710000', '103010.712000', '103010.715000', '103010.718000', '103010.720000', '103010.723000', '103010.725000', '103010.728000', '103010.731000', '103010.733000', '103010.736000', '103010.738000', '103010.741000', '103010.744000', '103010.746000', '103010.749000', '103010.752000', '103010.754000', '103010.757000', '103010.760000', '103010.763000', '103010.766000', '103010.769000', '103010.773000', '103010.776000', '103010.778000', '103010.781000', '103010.784000', '103010.787000', '103030.673000', '103030.676000', '103030.678000', '103030.682000', '103030.684000', '103030.687000', '103030.690000', '103030.692000', '103030.695000', '103030.697000', '103030.700000', '103030.703000', '103030.705000', '103030.708000', '103030.711000', '103030.713000', '103030.716000', '103030.719000', '103030.721000', '103030.724000', '103030.727000', '103030.729000', '103030.732000', '103030.734000', '103030.737000', '103030.740000', '103030.742000', '103030.745000', '103030.748000', '103030.750000', '103030.753000', '103030.756000', '103030.758000', '103030.761000', '103030.763000', '103030.766000', '103030.769000', '103030.771000', '103030.774000', '103030.777000', '103030.779000', '103030.782000', '103030.784000', '103030.787000', '103050.673000', '103050.675000', '103050.678000', '103050.681000', '103050.683000', '103050.686000', '103050.689000', '103050.691000', '103050.694000', '103050.697000', '103050.699000', '103050.702000', '103050.704000', '103050.707000', '103050.710000', '103050.712000', '103050.715000', '103050.717000', '103050.720000', '103050.722000', '103050.725000', '103050.728000', '103050.730000', '103050.733000', '103050.735000', '103050.738000', '103050.741000', '103050.743000', '103050.746000', '103050.749000', '103050.751000', '103050.754000', '103050.756000', '103050.759000', '103050.762000', '103050.764000', '103050.767000', '103050.770000', '103050.772000', '103050.775000', '103050.777000', '103050.780000', '103050.782000', '103110.673000', '103110.675000', '103110.678000', '103110.681000', '103110.684000', '103110.686000', '103110.689000', '103110.692000', '103110.694000', '103110.697000', '103110.699000', '103110.702000', '103110.705000', '103110.707000', '103110.710000', '103110.713000', '103110.715000', '103110.718000', '103110.721000', '103110.723000', '103110.726000', '103110.728000', '103110.731000', '103110.733000', '103110.736000', '103110.739000', '103110.741000', '103110.744000', '103110.747000', '103110.749000', '103110.752000', '103110.754000', '103110.757000', '103110.759000', '103110.769000', '103110.772000', '103110.775000', '103110.777000', '103110.780000', '103110.783000', '103110.785000', '103110.788000', '103110.790000', '103110.793000', '103130.673000', '103130.675000', '103130.678000', '103130.681000', '103130.683000', '103130.686000', '103130.689000', '103130.691000', '103130.694000', '103130.697000', '103130.699000', '103130.702000', '103130.704000', '103130.707000', '103130.710000', '103130.712000', '103130.715000', '103130.718000', '103130.720000', '103130.723000', '103130.725000', '103130.728000', '103130.730000', '103130.733000', '103130.736000', '103130.738000', '103130.741000', '103130.744000', '103130.746000', '103130.749000', '103130.752000', '103130.754000', '103130.757000', '103130.759000', '103130.762000', '103130.764000', '103130.767000', '103130.770000', '103130.772000', '103130.776000', '103130.778000', '103130.781000', '103130.784000', '103150.672000', '103150.675000', '103150.678000', '103150.681000', '103150.683000', '103150.686000', '103150.689000', '103150.691000', '103150.694000', '103150.696000', '103150.699000', '103150.702000', '103150.704000', '103150.707000', '103150.710000', '103150.717000', '103150.719000', '103150.722000', '103150.724000', '103150.727000', '103150.730000', '103150.732000', '103150.735000', '103150.738000', '103150.740000', '103150.743000', '103150.746000', '103150.748000', '103150.751000', '103150.754000', '103150.756000', '103150.759000', '103150.761000', '103150.764000', '103150.767000', '103150.769000', '103150.772000', '103150.774000', '103150.777000', '103150.780000', '103150.782000', '103150.785000', '103150.788000', '103150.790000', '103210.672000', '103210.674000', '103210.677000', '103210.680000', '103210.682000', '103210.685000', '103210.687000', '103210.690000', '103210.693000', '103210.695000', '103210.698000', '103210.701000', '103210.703000', '103210.706000', '103210.708000', '103210.711000', '103210.714000', '103210.716000', '103210.719000', '103210.722000', '103210.724000', '103210.727000', '103210.729000', '103210.732000', '103210.735000', '103210.737000', '103210.740000', '103210.743000', '103210.745000', '103210.748000', '103210.751000', '103210.753000', '103210.756000', '103210.758000', '103210.761000', '103210.764000', '103210.767000', '103210.770000', '103210.773000', '103210.776000', '103210.779000', '103210.782000', '103210.784000', '103230.673000', '103230.675000', '103230.678000', '103230.681000', '103230.684000', '103230.686000', '103230.689000', '103230.692000', '103230.694000', '103230.697000', '103230.700000', '103230.702000', '103230.705000', '103230.708000', '103230.710000', '103230.713000', '103230.716000', '103230.718000', '103230.721000', '103230.723000', '103230.726000', '103230.729000', '103230.731000', '103230.734000', '103230.737000', '103230.739000', '103230.742000', '103230.744000', '103230.747000', '103230.750000', '103230.752000', '103230.755000', '103230.758000', '103230.760000', '103230.763000', '103230.765000', '103230.768000', '103230.771000', '103230.774000', '103230.776000', '103230.779000', '103230.781000', '103230.784000', '103230.787000', '103250.672000', '103250.675000', '103250.678000', '103250.681000', '103250.683000', '103250.686000', '103250.689000', '103250.691000', '103250.694000', '103250.696000', '103250.699000', '103250.702000', '103250.704000', '103250.707000', '103250.710000', '103250.712000', '103250.715000', '103250.717000', '103250.720000', '103250.723000', '103250.725000', '103250.728000', '103250.777000', '103250.780000', '103250.783000', '103250.785000', '103250.788000', '103250.791000', '103250.793000', '103250.796000', '103250.799000', '103250.835000', '103250.838000', '103250.841000', '103250.844000', '103250.846000', '103250.849000', '103250.852000', '103250.854000', '103250.857000', '103250.859000', '103250.862000', '103250.865000', '103310.672000', '103310.675000', '103310.678000', '103310.681000', '103310.683000', '103310.686000', '103310.688000', '103310.691000', '103310.694000', '103310.696000', '103310.699000', '103310.702000', '103310.704000', '103310.707000', '103310.709000', '103310.712000', '103310.715000', '103310.717000', '103310.720000', '103310.722000', '103310.725000', '103310.728000', '103310.730000', '103310.733000', '103310.736000', '103310.738000', '103310.741000', '103310.743000', '103310.746000', '103310.749000', '103310.751000', '103310.754000', '103310.756000', '103310.759000', '103310.762000', '103310.764000', '103310.767000', '103310.770000', '103310.772000', '103310.775000', '103310.777000', '103310.780000', '103310.783000', '103310.785000', '103330.673000', '103330.676000', '103330.678000', '103330.681000', '103330.683000', '103330.686000', '103330.689000', '103330.691000', '103330.694000', '103330.696000', '103330.699000', '103330.702000', '103330.704000', '103330.707000', '103330.709000', '103330.712000', '103330.714000', '103330.717000', '103330.720000', '103330.722000', '103330.725000', '103330.728000', '103330.730000', '103330.733000', '103330.735000', '103330.738000', '103330.741000', '103330.743000', '103330.746000', '103330.748000', '103330.751000', '103330.754000', '103330.756000', '103330.759000', '103330.761000', '103330.764000', '103330.767000', '103330.769000', '103330.772000', '103330.775000', '103330.777000', '103330.780000', '103330.782000', '103350.672000', '103350.675000', '103350.678000', '103350.681000', '103350.683000', '103350.686000', '103350.689000', '103350.691000', '103350.694000', '103350.696000', '103350.699000', '103350.702000', '103350.704000', '103350.707000', '103350.710000', '103350.712000', '103350.715000', '103350.717000', '103350.720000', '103350.722000', '103350.725000', '103350.728000', '103350.730000', '103350.733000', '103350.736000', '103350.738000', '103350.741000', '103350.744000', '103350.746000', '103350.749000', '103350.751000', '103350.754000', '103350.757000', '103350.759000', '103350.762000', '103350.765000', '103350.767000', '103350.770000', '103350.772000', '103350.775000', '103350.778000', '103350.780000', '103350.783000', '103350.785000', '103410.673000', '103410.675000', '103410.678000', '103410.681000', '103410.684000', '103410.686000', '103410.689000', '103410.691000', '103410.694000', '103410.697000', '103410.699000', '103410.702000', '103410.704000', '103410.707000', '103410.710000', '103410.712000', '103410.715000', '103410.718000', '103410.720000', '103410.723000', '103410.726000', '103410.728000', '103410.731000', '103410.733000', '103410.736000', '103410.739000', '103410.741000', '103410.744000', '103410.747000', '103410.749000', '103410.752000', '103410.754000', '103410.766000', '103410.768000', '103410.771000', '103410.773000', '103410.776000', '103410.779000', '103410.781000', '103410.784000', '103410.786000', '103410.789000', '103410.791000', '103430.672000', '103430.675000', '103430.677000', '103430.680000', '103430.682000', '103430.685000', '103430.688000', '103430.691000', '103430.693000', '103430.696000', '103430.698000', '103430.701000', '103430.704000', '103430.706000', '103430.709000', '103430.711000', '103430.714000', '103430.717000', '103430.719000', '103430.722000', '103430.725000', '103430.727000', '103430.730000', '103430.733000', '103430.735000', '103430.738000', '103430.741000', '103430.743000', '103430.746000', '103430.749000', '103430.751000', '103430.754000', '103430.757000', '103430.759000', '103430.762000', '103430.765000', '103430.767000', '103430.770000', '103430.772000', '103430.775000', '103430.778000', '103430.780000', '103430.783000', '103430.786000', '103447.653000', '103447.656000', '103447.659000', '103447.661000', '103447.664000', '103447.667000', '103447.669000', '103447.672000', '103447.675000', '103447.677000', '103447.680000', '103447.682000', '103447.685000', '103447.688000', '103447.690000', '103447.693000', '103447.695000', '103447.698000', '103447.701000', '103447.703000', '103447.706000', '103447.708000', '103447.711000', '103447.714000', '103447.716000', '103447.719000', '103447.721000', '103447.724000', '103447.727000', '103447.729000', '103447.732000', '103447.735000', '103447.737000', '103447.740000', '103447.743000', '103447.745000', '103447.748000'], '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': [18325, 8904, 15183, 8271, 12190, 8816, 12616, 10059, 16093, 10536, 13932, 7945, 8703, 7872, 8282, 7919, 8305, 7246, 7931, 10955, 7590, 9993, 7441, 8860, 7898, 7727, 7332, 7803, 10240, 7417, 11601, 7804, 9633, 9899, 8371, 17837, 8282, 14745, 7562, 10984, 11230, 8751, 18289, 10331, 13862, 7934, 9348, 6994, 8076, 13800, 7471, 9916, 8302, 8074, 8639, 7517, 10455, 7496, 9970, 8229, 8362, 17169, 8814, 14107, 9600, 10277, 7338, 8611, 19149, 8030, 13669, 7997, 10396, 7664, 8589, 7260, 8092, 15567, 7633, 8892, 8252, 7974, 7432, 7501, 7409, 7312, 14200, 7664, 8977, 14532, 7668, 12167, 7363, 9239, 7220, 8588, 18189, 11577, 13110, 7420, 9183, 6881, 8177, 7248, 7822, 14887, 8673, 8461, 7600, 9063, 7058, 8478, 7247, 7648, 15445, 9662, 8686, 7386, 8561, 7050, 7702, 7812, 10413, 7971, 9414, 7370, 9394, 8074, 11139, 8936, 18412, 14223, 13606, 11476, 8257, 10526, 8310, 16907, 8656, 17984, 13191, 18255, 14918, 10041, 9264, 8140, 9105, 18991, 14831, 15811, 12306, 7701, 8830, 7877, 8306, 7215, 10082, 8233, 7375, 8432, 7606, 7895, 7907, 11057, 8339, 12377, 9977, 17631, 9401, 14485, 8366, 12995, 8697, 12476, 9982, 12258, 10369, 7739, 9483, 7802, 12318, 7941, 13266, 9063, 9889, 8596, 7197, 9728, 8340, 9250, 8750, 15018, 9727, 9080, 8680, 9164, 8348, 13801, 8438, 11629, 8374, 8788, 7481, 9358, 7554, 9449, 7213, 8609, 7587, 7236, 7185, 8449, 15833, 8140, 10871, 8158, 8331, 7606, 8306, 7176, 9879, 15978, 8654, 11293, 8659, 7921, 7613, 10873, 16316, 8669, 12436, 7700, 9862, 7792, 9131, 7490, 9781, 16496, 8834, 11381, 9960, 9035, 7161, 8868, 13394, 7722, 12000, 14269, 9065, 13563, 7577, 9920, 7290, 8895, 7022, 8711, 12784, 7836, 11262, 7310, 8696, 7123, 8963, 15790, 11318, 11374, 8347, 9166, 7494, 8451, 14790, 7978, 8202, 7405, 8576, 7627, 7776, 12841, 7815, 9532, 12379, 8498, 9862, 7963, 12973, 7493, 12147, 14117, 10986, 9014, 8535, 12438, 7626, 9317, 8803, 7864, 7757, 8519, 7189, 7115, 7510, 7056, 7129, 12159, 9001, 7651, 8933, 9138, 11037, 16570, 14243, 16768, 14721, 10478, 12140, 8881, 15478, 17524, 13114, 15073, 11542, 8416, 8394, 8113, 10828, 8558, 16170, 8237, 10819, 8634, 8629, 8724, 7900, 8547, 7821, 10624, 8294, 8717, 7901, 8233, 7922, 9821, 7876, 13016, 7720, 10280, 7534, 10161, 7487, 10589, 7977, 10508, 7758, 10254, 7793, 12309, 9548, 11792, 9068, 7810, 8078, 8185, 7881, 7916, 13181, 8655, 17036, 7072, 6984, 11326, 7516, 7639, 12618, 16638, 11011, 15973, 13442, 15031, 8328, 12597, 7922, 10287, 7787, 11715, 8312, 9647, 6860, 7883, 12067, 7399, 10766, 7314, 8054, 6995, 7545, 7038, 7571, 8700, 6961, 11799, 7172, 10978, 7117, 11418, 7024, 11722, 11269, 10534, 13569, 8713, 11764, 7537, 13091, 6946, 10360, 8220, 8931, 7328, 8131, 15132, 7646, 11247, 7031, 8621, 11689, 8367, 13492, 7581, 9653, 7081, 8464, 11347, 7482, 11484, 6870, 9583, 7037, 8513, 10248, 7805, 12616, 7155, 11779, 7109, 9246, 16897, 8476, 14721, 10011, 9471, 7218, 8218, 14148, 7203, 9591, 7397, 8648, 7260, 7525, 12817, 7120, 9866, 9095, 7757, 14881, 7306, 10797, 6952, 8201, 10129, 6988, 12315, 7369, 9167, 6865, 8256, 10264, 7206, 11554, 7447, 8786, 6984, 8185, 6863, 7544, 13051, 7509, 11095, 7042, 9998, 6939, 8644, 13137, 7359, 13070, 6973, 9684, 6922, 8476, 10001, 7395, 12118, 7134, 11635, 6944, 9784, 6849, 8718, 7258, 7337, 7017, 8745, 7089, 7946, 13258, 8339, 15211, 9914, 14177, 7129, 11824, 7978, 10618, 8326, 11347, 7439, 8291, 7498, 7876, 15698, 7442, 13430, 7378, 11019, 7799, 9840, 7467, 8646, 7833, 8007, 7821, 8809, 7423, 10968, 8289, 11732, 8397, 11425, 8237, 13563, 15539, 12383, 17639, 13801, 13400, 9912, 9257, 7509, 8563, 9510, 7716, 11277, 7992, 8506, 7620, 7800, 7463, 8243, 7769, 8444, 8396, 8119, 7507, 8100, 10692, 7779, 14504, 9373, 14576, 8993, 10146, 7764, 9511, 7488, 8091, 15753, 8729, 16039, 7995, 12710, 7593, 8828, 7371, 8579, 8487, 7827, 8696, 7555, 14705, 7734, 8476, 7779, 7134, 7924, 7883, 8162, 14121, 8541, 14794, 10145, 14632, 9426, 9707, 12652, 9004, 13835, 7566, 10685, 7435, 8483, 7615, 7402, 7487, 7938, 7288, 7829, 7019, 7859, 8065, 7452, 10567, 7779, 9558, 7712, 12511, 8843, 7772, 7590, 7882, 7528, 8546, 8130, 7772, 7084, 7524, 7134, 8305, 7827, 8018, 15318, 8148, 15931, 10046, 14494, 7713, 11974, 9038, 12265, 7827, 11438, 8142, 8937, 7968, 9390, 7739, 8374, 13643, 8345, 14402, 8622, 19128, 14179, 9806, 7814, 11548, 7826, 10598, 8898, 12090, 10669, 15964, 7981, 9841, 7621, 8997, 7642, 11292, 8252, 13299, 7568, 10202, 8233, 9641, 9126, 8361, 10295, 10514, 18236, 11937, 16596, 7916, 13864, 8042, 15324, 11901, 11177, 8680, 7922, 8190, 8372, 9398, 13843, 15564, 8032, 9381, 7850, 8962, 7829, 10496, 9285, 18102, 9152, 12081, 7716, 9142, 7887, 10610, 8081, 16436, 13549, 17187, 7376, 11186, 8104, 9356, 7841, 11139, 8221, 10060, 7660, 7418, 8531, 7934, 8335, 7859, 13225, 10405, 13758, 11893, 17983, 12203, 13168, 8016, 8076, 7934, 8000, 8438, 10659, 9057, 10864, 9034, 7769, 8409, 7685, 9018, 8179, 9284, 10493, 13212, 8201, 7845, 7883, 8210, 8355, 8214, 10123, 7794, 7733, 7960, 11979, 7734, 9919, 8015, 8930, 8139, 8274, 7560, 8044, 9563, 7780, 10808, 8276, 9045, 7767, 8392, 7830, 8504, 15030, 8512, 12439, 9894, 10584, 7833, 9365, 7493, 8219, 16158, 8369, 12969, 7980, 10388, 7937, 8868, 17719, 8574, 14004, 9282, 13099, 7543, 9395, 7802, 9678, 16960, 10994, 15296, 8100, 13666, 7520, 9198, 7770, 9539, 9397, 10063, 7689, 7634, 7834, 7694, 17737, 8965, 14476, 9862, 8371, 7842, 7720, 7515, 7809, 8436, 7548, 10224, 7867, 11465, 9936, 16484, 13657, 18270, 13006, 14867, 9137, 12290, 10172, 10365, 15685, 14322, 7750, 7374, 7569, 8282, 7629, 9209, 7856, 13739, 8043, 8204, 7812, 7857, 8058, 10921, 9102, 8086, 9002, 7893, 8571, 7756, 13323, 9447, 12384, 8080, 8144, 7912, 15562, 8386, 17168, 13317, 8020, 8418, 7906, 8334, 8007, 10505, 8249, 8218, 8483, 7953, 8059, 8000, 9375, 8048, 18289, 12211, 12210, 7635, 7595, 8719, 7642], 'WindowCenter': [4253.0, 4177.0, 4215.0, 4163.0, 4191.0, 4161.0, 4190.0, 4171.0, 4200.0, 4168.0, 4188.0, 4138.0, 4147.0, 4149.0, 4149.0, 4148.0, 4150.0, 4140.0, 4151.0, 4180.0, 4151.0, 4182.0, 4153.0, 4172.0, 4163.0, 4154.0, 4152.0, 4152.0, 4182.0, 4154.0, 4194.0, 4164.0, 4185.0, 4196.0, 4164.0, 4235.0, 4163.0, 4213.0, 4152.0, 4182.0, 4181.0, 4162.0, 4224.0, 4183.0, 4203.0, 4151.0, 4170.0, 4140.0, 4160.0, 4201.0, 4152.0, 4184.0, 4163.0, 4164.0, 4161.0, 4151.0, 4181.0, 4152.0, 4184.0, 4162.0, 4175.0, 4237.0, 4185.0, 4213.0, 4183.0, 4182.0, 4151.0, 4173.0, 4223.0, 4162.0, 4212.0, 4163.0, 4183.0, 4150.0, 4161.0, 4149.0, 4162.0, 4212.0, 4162.0, 4172.0, 4163.0, 4164.0, 4150.0, 4150.0, 4151.0, 4163.0, 4213.0, 4164.0, 4173.0, 4213.0, 4163.0, 4191.0, 4151.0, 4171.0, 4151.0, 4174.0, 4234.0, 4195.0, 4201.0, 4149.0, 4170.0, 4139.0, 4172.0, 4151.0, 4175.0, 4226.0, 4173.0, 4160.0, 4162.0, 4172.0, 4152.0, 4175.0, 4178.0, 4177.0, 4225.0, 4199.0, 4174.0, 4163.0, 4173.0, 4153.0, 4164.0, 4176.0, 4208.0, 4178.0, 4185.0, 4166.0, 4197.0, 4177.0, 4217.0, 4198.0, 4238.0, 4229.0, 4216.0, 4193.0, 4162.0, 4195.0, 4175.0, 4224.0, 4173.0, 4225.0, 4204.0, 4224.0, 4201.0, 4170.0, 4170.0, 4148.0, 4160.0, 4211.0, 4200.0, 4198.0, 4179.0, 4136.0, 4158.0, 4147.0, 4146.0, 4152.0, 4193.0, 4173.0, 4152.0, 4163.0, 4162.0, 4162.0, 4162.0, 4193.0, 4162.0, 4203.0, 4184.0, 4223.0, 4172.0, 4201.0, 4161.0, 4190.0, 4161.0, 4191.0, 4173.0, 4193.0, 4180.0, 4150.0, 4184.0, 4163.0, 4190.0, 4161.0, 4202.0, 4175.0, 4184.0, 4161.0, 4140.0, 4180.0, 4162.0, 4172.0, 4174.0, 4212.0, 4185.0, 4172.0, 4172.0, 4170.0, 4162.0, 4202.0, 4161.0, 4190.0, 4163.0, 4159.0, 4151.0, 4168.0, 4150.0, 4171.0, 4149.0, 4172.0, 4161.0, 4150.0, 4150.0, 4172.0, 4212.0, 4161.0, 4192.0, 4160.0, 4161.0, 4162.0, 4172.0, 4153.0, 4197.0, 4224.0, 4185.0, 4205.0, 4172.0, 4161.0, 4163.0, 4194.0, 4223.0, 4172.0, 4203.0, 4163.0, 4182.0, 4162.0, 4181.0, 4162.0, 4194.0, 4236.0, 4185.0, 4205.0, 4182.0, 4172.0, 4150.0, 4186.0, 4213.0, 4164.0, 4204.0, 4212.0, 4173.0, 4201.0, 4161.0, 4180.0, 4162.0, 4184.0, 4166.0, 4186.0, 4213.0, 4163.0, 4192.0, 4152.0, 4173.0, 4166.0, 4187.0, 4225.0, 4193.0, 4192.0, 4159.0, 4170.0, 4150.0, 4174.0, 4225.0, 4162.0, 4161.0, 4150.0, 4173.0, 4162.0, 4163.0, 4214.0, 4175.0, 4185.0, 4203.0, 4172.0, 4181.0, 4162.0, 4202.0, 4163.0, 4205.0, 4213.0, 4194.0, 4170.0, 4162.0, 4190.0, 4164.0, 4183.0, 4172.0, 4162.0, 4162.0, 4175.0, 4165.0, 4165.0, 4178.0, 4178.0, 4179.0, 4229.0, 4200.0, 4179.0, 4201.0, 4199.0, 4209.0, 4239.0, 4217.0, 4228.0, 4216.0, 4182.0, 4191.0, 4161.0, 4212.0, 4236.0, 4203.0, 4200.0, 4178.0, 4159.0, 4148.0, 4148.0, 4177.0, 4158.0, 4211.0, 4148.0, 4166.0, 4146.0, 4146.0, 4157.0, 4147.0, 4158.0, 4137.0, 4179.0, 4146.0, 4147.0, 4147.0, 4148.0, 4149.0, 4169.0, 4149.0, 4202.0, 4148.0, 4167.0, 4148.0, 4178.0, 4151.0, 4180.0, 4161.0, 4180.0, 4150.0, 4179.0, 4163.0, 4202.0, 4182.0, 4192.0, 4160.0, 4149.0, 4150.0, 4160.0, 4163.0, 4163.0, 4203.0, 4174.0, 4223.0, 4142.0, 4139.0, 4193.0, 4166.0, 4176.0, 4220.0, 4215.0, 4146.0, 4151.0, 4127.0, 4136.0, 4121.0, 4190.0, 4148.0, 4167.0, 4150.0, 4193.0, 4161.0, 4183.0, 4141.0, 4176.0, 4203.0, 4154.0, 4192.0, 4168.0, 4175.0, 4167.0, 4167.0, 4168.0, 4180.0, 4200.0, 4182.0, 4221.0, 4181.0, 4210.0, 4181.0, 4221.0, 4181.0, 4224.0, 4222.0, 4211.0, 4230.0, 4189.0, 4219.0, 4179.0, 4218.0, 4182.0, 4224.0, 4181.0, 4165.0, 4118.0, 4129.0, 4178.0, 4128.0, 4157.0, 4118.0, 4137.0, 4156.0, 4125.0, 4176.0, 4115.0, 4135.0, 4114.0, 4136.0, 4169.0, 4152.0, 4203.0, 4166.0, 4210.0, 4168.0, 4189.0, 4209.0, 4191.0, 4218.0, 4168.0, 4219.0, 4168.0, 4198.0, 4239.0, 4177.0, 4228.0, 4197.0, 4186.0, 4165.0, 4177.0, 4225.0, 4166.0, 4197.0, 4167.0, 4188.0, 4166.0, 4178.0, 4217.0, 4167.0, 4210.0, 4188.0, 4178.0, 4239.0, 4178.0, 4207.0, 4167.0, 4188.0, 4208.0, 4168.0, 4219.0, 4180.0, 4197.0, 4168.0, 4189.0, 4208.0, 4179.0, 4219.0, 4180.0, 4188.0, 4168.0, 4190.0, 4168.0, 4191.0, 4230.0, 4181.0, 4220.0, 4180.0, 4210.0, 4180.0, 4201.0, 4229.0, 4180.0, 4231.0, 4169.0, 4199.0, 4168.0, 4190.0, 4209.0, 4180.0, 4230.0, 4179.0, 4217.0, 4169.0, 4209.0, 4170.0, 4200.0, 4182.0, 4180.0, 4180.0, 4200.0, 4169.0, 4192.0, 4232.0, 4191.0, 4242.0, 4211.0, 4229.0, 4169.0, 4219.0, 4190.0, 4210.0, 4189.0, 4209.0, 4167.0, 4187.0, 4166.0, 4178.0, 4240.0, 4178.0, 4229.0, 4168.0, 4209.0, 4180.0, 4199.0, 4169.0, 4177.0, 4179.0, 4178.0, 4180.0, 4200.0, 4182.0, 4222.0, 4193.0, 4223.0, 4193.0, 4221.0, 4192.0, 4233.0, 4241.0, 4221.0, 4241.0, 4218.0, 4207.0, 4186.0, 4174.0, 4154.0, 4176.0, 4184.0, 4166.0, 4194.0, 4177.0, 4175.0, 4167.0, 4166.0, 4167.0, 4189.0, 4179.0, 4179.0, 4179.0, 4179.0, 4169.0, 4180.0, 4210.0, 4181.0, 4231.0, 4190.0, 4230.0, 4189.0, 4198.0, 4179.0, 4199.0, 4170.0, 4180.0, 4240.0, 4179.0, 4229.0, 4178.0, 4207.0, 4167.0, 4187.0, 4168.0, 4189.0, 4178.0, 4169.0, 4188.0, 4181.0, 4230.0, 4169.0, 4179.0, 4181.0, 4170.0, 4181.0, 4181.0, 4192.0, 4231.0, 4181.0, 4231.0, 4199.0, 4219.0, 4177.0, 4177.0, 4196.0, 4166.0, 4205.0, 4154.0, 4185.0, 4156.0, 4164.0, 4167.0, 4156.0, 4157.0, 4167.0, 4169.0, 4170.0, 4171.0, 4182.0, 4180.0, 4171.0, 4210.0, 4184.0, 4214.0, 4184.0, 4233.0, 4203.0, 4181.0, 4183.0, 4193.0, 4195.0, 4205.0, 4195.0, 4195.0, 4174.0, 4194.0, 4185.0, 4208.0, 4208.0, 4209.0, 4269.0, 4207.0, 4256.0, 4216.0, 4244.0, 4195.0, 4224.0, 4204.0, 4223.0, 4183.0, 4221.0, 4194.0, 4204.0, 4191.0, 4202.0, 4171.0, 4191.0, 4233.0, 4193.0, 4243.0, 4192.0, 4253.0, 4231.0, 4200.0, 4181.0, 4210.0, 4181.0, 4210.0, 4191.0, 4221.0, 4212.0, 4241.0, 4181.0, 4200.0, 4181.0, 4189.0, 4183.0, 4226.0, 4192.0, 4230.0, 4182.0, 4201.0, 4193.0, 4202.0, 4203.0, 4194.0, 4215.0, 4214.0, 4267.0, 4225.0, 4254.0, 4183.0, 4233.0, 4194.0, 4243.0, 4224.0, 4212.0, 4192.0, 4180.0, 4181.0, 4181.0, 4202.0, 4231.0, 4243.0, 4180.0, 4189.0, 4179.0, 4190.0, 4169.0, 4211.0, 4190.0, 4252.0, 4191.0, 4209.0, 4169.0, 4188.0, 4179.0, 4199.0, 4180.0, 4240.0, 4220.0, 4229.0, 4157.0, 4197.0, 4168.0, 4187.0, 4178.0, 4198.0, 4179.0, 4187.0, 4169.0, 4156.0, 4178.0, 4168.0, 4180.0, 4181.0, 4222.0, 4200.0, 4220.0, 4209.0, 4228.0, 4208.0, 4204.0, 4167.0, 4166.0, 4168.0, 4168.0, 4180.0, 4200.0, 4190.0, 4198.0, 4190.0, 4169.0, 4168.0, 4169.0, 4179.0, 4179.0, 4189.0, 4198.0, 4220.0, 4166.0, 4167.0, 4168.0, 4178.0, 4178.0, 4178.0, 4187.0, 4168.0, 4156.0, 4167.0, 4206.0, 4168.0, 4186.0, 4167.0, 4176.0, 4167.0, 4167.0, 4166.0, 4168.0, 4187.0, 4169.0, 4199.0, 4179.0, 4189.0, 4170.0, 4179.0, 4180.0, 4191.0, 4231.0, 4191.0, 4220.0, 4202.0, 4199.0, 4170.0, 4190.0, 4169.0, 4192.0, 4241.0, 4191.0, 4231.0, 4181.0, 4200.0, 4180.0, 4191.0, 4252.0, 4190.0, 4230.0, 4191.0, 4219.0, 4180.0, 4190.0, 4181.0, 4202.0, 4242.0, 4211.0, 4242.0, 4180.0, 4229.0, 4180.0, 4200.0, 4194.0, 4202.0, 4190.0, 4202.0, 4169.0, 4180.0, 4180.0, 4182.0, 4252.0, 4191.0, 4231.0, 4201.0, 4179.0, 4180.0, 4181.0, 4183.0, 4195.0, 4194.0, 4195.0, 4214.0, 4194.0, 4223.0, 4213.0, 4254.0, 4231.0, 4253.0, 4221.0, 4228.0, 4188.0, 4208.0, 4198.0, 4198.0, 4227.0, 4218.0, 4166.0, 4155.0, 4167.0, 4165.0, 4168.0, 4189.0, 4179.0, 4229.0, 4178.0, 4177.0, 4168.0, 4178.0, 4180.0, 4210.0, 4190.0, 4179.0, 4188.0, 4178.0, 4178.0, 4180.0, 4230.0, 4201.0, 4219.0, 4167.0, 4178.0, 4178.0, 4229.0, 4179.0, 4237.0, 4220.0, 4166.0, 4165.0, 4166.0, 4165.0, 4177.0, 4197.0, 4179.0, 4177.0, 4177.0, 4167.0, 4178.0, 4178.0, 4189.0, 4178.0, 4240.0, 4209.0, 4206.0, 4166.0, 4166.0, 4177.0, 4168.0], 'WindowWidth': [9400.0, 9286.0, 9330.0, 9257.0, 9290.0, 9249.0, 9287.0, 9264.0, 9301.0, 9254.0, 9280.0, 9213.0, 9224.0, 9229.0, 9229.0, 9228.0, 9232.0, 9219.0, 9237.0, 9274.0, 9237.0, 9281.0, 9246.0, 9267.0, 9257.0, 9244.0, 9240.0, 9241.0, 9282.0, 9247.0, 9300.0, 9261.0, 9288.0, 9306.0, 9261.0, 9357.0, 9256.0, 9322.0, 9240.0, 9281.0, 9277.0, 9254.0, 9343.0, 9285.0, 9309.0, 9238.0, 9261.0, 9223.0, 9250.0, 9303.0, 9243.0, 9287.0, 9257.0, 9261.0, 9252.0, 9241.0, 9278.0, 9243.0, 9286.0, 9254.0, 9277.0, 9367.0, 9292.0, 9326.0, 9284.0, 9280.0, 9240.0, 9270.0, 9340.0, 9255.0, 9325.0, 9258.0, 9284.0, 9237.0, 9252.0, 9236.0, 9255.0, 9324.0, 9257.0, 9269.0, 9258.0, 9262.0, 9237.0, 9239.0, 9242.0, 9261.0, 9327.0, 9263.0, 9273.0, 9325.0, 9257.0, 9292.0, 9240.0, 9265.0, 9242.0, 9276.0, 9359.0, 9303.0, 9307.0, 9236.0, 9262.0, 9223.0, 9271.0, 9241.0, 9281.0, 9349.0, 9274.0, 9252.0, 9258.0, 9268.0, 9243.0, 9277.0, 9292.0, 9286.0, 9348.0, 9316.0, 9275.0, 9260.0, 9274.0, 9247.0, 9263.0, 9283.0, 9327.0, 9287.0, 9293.0, 9271.0, 9313.0, 9286.0, 9341.0, 9316.0, 9371.0, 9357.0, 9335.0, 9298.0, 9256.0, 9303.0, 9277.0, 9343.0, 9273.0, 9347.0, 9315.0, 9342.0, 9305.0, 9261.0, 9261.0, 9229.0, 9249.0, 9322.0, 9301.0, 9295.0, 9269.0, 9209.0, 9241.0, 9226.0, 9225.0, 9245.0, 9298.0, 9272.0, 9241.0, 9257.0, 9255.0, 9256.0, 9256.0, 9298.0, 9255.0, 9312.0, 9287.0, 9340.0, 9267.0, 9306.0, 9249.0, 9288.0, 9251.0, 9292.0, 9268.0, 9294.0, 9275.0, 9237.0, 9287.0, 9258.0, 9289.0, 9254.0, 9309.0, 9279.0, 9285.0, 9254.0, 9224.0, 9277.0, 9256.0, 9269.0, 9273.0, 9324.0, 9291.0, 9270.0, 9267.0, 9264.0, 9254.0, 9308.0, 9254.0, 9287.0, 9258.0, 9245.0, 9237.0, 9257.0, 9236.0, 9264.0, 9236.0, 9269.0, 9254.0, 9240.0, 9238.0, 9270.0, 9322.0, 9254.0, 9295.0, 9253.0, 9253.0, 9258.0, 9268.0, 9246.0, 9312.0, 9345.0, 9293.0, 9318.0, 9269.0, 9252.0, 9259.0, 9303.0, 9339.0, 9269.0, 9312.0, 9262.0, 9284.0, 9258.0, 9279.0, 9258.0, 9304.0, 9366.0, 9293.0, 9318.0, 9282.0, 9266.0, 9238.0, 9296.0, 9326.0, 9263.0, 9317.0, 9324.0, 9273.0, 9307.0, 9254.0, 9277.0, 9257.0, 9290.0, 9272.0, 9295.0, 9328.0, 9260.0, 9297.0, 9245.0, 9273.0, 9271.0, 9299.0, 9349.0, 9300.0, 9296.0, 9246.0, 9263.0, 9237.0, 9277.0, 9346.0, 9258.0, 9253.0, 9239.0, 9271.0, 9257.0, 9261.0, 9328.0, 9280.0, 9291.0, 9313.0, 9270.0, 9280.0, 9257.0, 9309.0, 9259.0, 9318.0, 9328.0, 9304.0, 9263.0, 9254.0, 9290.0, 9264.0, 9288.0, 9270.0, 9258.0, 9256.0, 9277.0, 9270.0, 9270.0, 9291.0, 9292.0, 9294.0, 9360.0, 9323.0, 9292.0, 9327.0, 9320.0, 9331.0, 9371.0, 9341.0, 9356.0, 9335.0, 9283.0, 9292.0, 9250.0, 9327.0, 9365.0, 9313.0, 9304.0, 9268.0, 9248.0, 9231.0, 9230.0, 9265.0, 9242.0, 9318.0, 9228.0, 9249.0, 9222.0, 9221.0, 9239.0, 9226.0, 9242.0, 9213.0, 9272.0, 9224.0, 9224.0, 9226.0, 9226.0, 9232.0, 9259.0, 9233.0, 9308.0, 9231.0, 9253.0, 9229.0, 9270.0, 9242.0, 9275.0, 9254.0, 9273.0, 9235.0, 9273.0, 9261.0, 9309.0, 9282.0, 9295.0, 9248.0, 9234.0, 9234.0, 9248.0, 9257.0, 9260.0, 9311.0, 9273.0, 9339.0, 9227.0, 9220.0, 9298.0, 9270.0, 9283.0, 9349.0, 9325.0, 9210.0, 9204.0, 9161.0, 9173.0, 9172.0, 9287.0, 9232.0, 9253.0, 9235.0, 9298.0, 9251.0, 9284.0, 9226.0, 9281.0, 9311.0, 9248.0, 9296.0, 9275.0, 9278.0, 9272.0, 9272.0, 9277.0, 9294.0, 9323.0, 9301.0, 9350.0, 9299.0, 9333.0, 9299.0, 9351.0, 9298.0, 9357.0, 9355.0, 9337.0, 9361.0, 9303.0, 9344.0, 9292.0, 9342.0, 9304.0, 9362.0, 9292.0, 9252.0, 9176.0, 9188.0, 9258.0, 9189.0, 9228.0, 9178.0, 9202.0, 9225.0, 9182.0, 9252.0, 9170.0, 9196.0, 9170.0, 9201.0, 9252.0, 9243.0, 9315.0, 9272.0, 9339.0, 9277.0, 9307.0, 9332.0, 9312.0, 9345.0, 9278.0, 9344.0, 9276.0, 9315.0, 9375.0, 9287.0, 9358.0, 9312.0, 9295.0, 9266.0, 9285.0, 9347.0, 9272.0, 9314.0, 9274.0, 9301.0, 9270.0, 9288.0, 9339.0, 9276.0, 9333.0, 9303.0, 9290.0, 9373.0, 9289.0, 9327.0, 9274.0, 9304.0, 9331.0, 9278.0, 9345.0, 9295.0, 9313.0, 9278.0, 9307.0, 9332.0, 9295.0, 9345.0, 9297.0, 9304.0, 9280.0, 9308.0, 9278.0, 9313.0, 9364.0, 9299.0, 9349.0, 9297.0, 9335.0, 9296.0, 9325.0, 9360.0, 9295.0, 9364.0, 9281.0, 9318.0, 9278.0, 9309.0, 9334.0, 9296.0, 9365.0, 9294.0, 9342.0, 9281.0, 9332.0, 9283.0, 9322.0, 9303.0, 9296.0, 9297.0, 9323.0, 9281.0, 9315.0, 9368.0, 9313.0, 9384.0, 9337.0, 9361.0, 9279.0, 9345.0, 9308.0, 9335.0, 9305.0, 9332.0, 9271.0, 9300.0, 9269.0, 9288.0, 9377.0, 9290.0, 9359.0, 9275.0, 9330.0, 9294.0, 9317.0, 9278.0, 9282.0, 9290.0, 9288.0, 9297.0, 9321.0, 9303.0, 9354.0, 9317.0, 9354.0, 9317.0, 9350.0, 9311.0, 9368.0, 9375.0, 9347.0, 9380.0, 9340.0, 9322.0, 9292.0, 9273.0, 9245.0, 9278.0, 9287.0, 9267.0, 9301.0, 9285.0, 9275.0, 9270.0, 9268.0, 9273.0, 9303.0, 9292.0, 9290.0, 9289.0, 9290.0, 9277.0, 9294.0, 9333.0, 9298.0, 9363.0, 9307.0, 9360.0, 9303.0, 9312.0, 9289.0, 9316.0, 9280.0, 9293.0, 9373.0, 9288.0, 9355.0, 9285.0, 9323.0, 9271.0, 9297.0, 9274.0, 9302.0, 9286.0, 9275.0, 9301.0, 9298.0, 9362.0, 9276.0, 9286.0, 9293.0, 9277.0, 9295.0, 9292.0, 9309.0, 9360.0, 9292.0, 9360.0, 9311.0, 9343.0, 9278.0, 9276.0, 9302.0, 9261.0, 9313.0, 9244.0, 9285.0, 9248.0, 9258.0, 9265.0, 9249.0, 9254.0, 9268.0, 9271.0, 9276.0, 9281.0, 9295.0, 9289.0, 9279.0, 9330.0, 9303.0, 9346.0, 9304.0, 9367.0, 9326.0, 9296.0, 9303.0, 9314.0, 9322.0, 9336.0, 9321.0, 9320.0, 9291.0, 9319.0, 9310.0, 9344.0, 9345.0, 9348.0, 9431.0, 9340.0, 9403.0, 9350.0, 9386.0, 9321.0, 9358.0, 9331.0, 9352.0, 9298.0, 9347.0, 9317.0, 9330.0, 9310.0, 9323.0, 9280.0, 9308.0, 9366.0, 9314.0, 9380.0, 9311.0, 9396.0, 9360.0, 9317.0, 9293.0, 9332.0, 9293.0, 9331.0, 9308.0, 9345.0, 9337.0, 9373.0, 9293.0, 9316.0, 9295.0, 9304.0, 9304.0, 9363.0, 9314.0, 9357.0, 9296.0, 9318.0, 9312.0, 9325.0, 9328.0, 9320.0, 9348.0, 9343.0, 9422.0, 9358.0, 9395.0, 9301.0, 9366.0, 9316.0, 9381.0, 9355.0, 9337.0, 9308.0, 9291.0, 9293.0, 9295.0, 9325.0, 9360.0, 9381.0, 9289.0, 9301.0, 9288.0, 9302.0, 9275.0, 9334.0, 9304.0, 9392.0, 9305.0, 9325.0, 9273.0, 9297.0, 9289.0, 9313.0, 9291.0, 9371.0, 9344.0, 9354.0, 9255.0, 9305.0, 9270.0, 9294.0, 9286.0, 9311.0, 9289.0, 9293.0, 9270.0, 9248.0, 9283.0, 9271.0, 9288.0, 9292.0, 9348.0, 9315.0, 9343.0, 9324.0, 9352.0, 9323.0, 9311.0, 9266.0, 9265.0, 9271.0, 9270.0, 9289.0, 9317.0, 9303.0, 9310.0, 9302.0, 9272.0, 9268.0, 9272.0, 9284.0, 9286.0, 9299.0, 9310.0, 9344.0, 9265.0, 9266.0, 9269.0, 9285.0, 9285.0, 9283.0, 9294.0, 9269.0, 9251.0, 9268.0, 9319.0, 9269.0, 9292.0, 9268.0, 9279.0, 9266.0, 9267.0, 9266.0, 9272.0, 9295.0, 9275.0, 9313.0, 9289.0, 9302.0, 9277.0, 9289.0, 9291.0, 9309.0, 9362.0, 9306.0, 9344.0, 9322.0, 9314.0, 9276.0, 9303.0, 9276.0, 9310.0, 9378.0, 9307.0, 9361.0, 9294.0, 9317.0, 9292.0, 9309.0, 9393.0, 9304.0, 9359.0, 9307.0, 9343.0, 9291.0, 9304.0, 9294.0, 9325.0, 9378.0, 9333.0, 9377.0, 9292.0, 9356.0, 9293.0, 9319.0, 9319.0, 9326.0, 9305.0, 9325.0, 9277.0, 9290.0, 9291.0, 9298.0, 9393.0, 9308.0, 9361.0, 9320.0, 9289.0, 9292.0, 9296.0, 9302.0, 9322.0, 9318.0, 9323.0, 9343.0, 9317.0, 9355.0, 9339.0, 9400.0, 9362.0, 9398.0, 9346.0, 9352.0, 9298.0, 9325.0, 9310.0, 9310.0, 9348.0, 9337.0, 9263.0, 9248.0, 9269.0, 9264.0, 9272.0, 9301.0, 9290.0, 9356.0, 9287.0, 9282.0, 9273.0, 9286.0, 9292.0, 9330.0, 9306.0, 9288.0, 9299.0, 9286.0, 9285.0, 9291.0, 9358.0, 9321.0, 9341.0, 9270.0, 9284.0, 9286.0, 9356.0, 9289.0, 9364.0, 9344.0, 9263.0, 9262.0, 9264.0, 9264.0, 9284.0, 9308.0, 9288.0, 9283.0, 9283.0, 9269.0, 9284.0, 9285.0, 9301.0, 9283.0, 9375.0, 9328.0, 9318.0, 9264.0, 9264.0, 9279.0, 9273.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.0015656516976998902</td></tr>
<tr><td colspan=3>aqi</td><td>0.06431636856516977</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.30844505200658</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1214702852741225</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9454562299561391</td></tr>
<tr><td colspan=3>efc</td><td>0.47</td></tr>
<tr><td colspan=3>fber</td><td>5963.5327</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13632163236508502</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.924424972617743</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5599485959607713</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5121519401056305</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7806012973416623</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.387092550435021</td></tr>
<tr><td colspan=3>gcor</td><td>0.0130647</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015092863701283932</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02694288082420826</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.9818164919787313</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>20.9949</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.3544</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.939</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301360.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>780.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.4318</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5148</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.7603</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3398.1297</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.6108</td></tr>
<tr><td colspan=3>tsnr</td><td>27.368875291431323</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>