<?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-0090_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0090_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0090_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0090_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0090_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0090_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0090_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0090_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0090_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-02/func/sub-0090_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fe2bae6245e809c8914d20eb14a8562e</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>11:47:13.140000</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.999612, 0.0245558, 0.0131301, -0.0249537, 0.999206, 0.0310519]</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0945144</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7738, -7221, 558, 44, -144, -133, -11]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b3beb2a9-478f-411e-8361-583a6c87652c||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.6818864345550537, -0.06694898754358292, 0.03336448222398758, 113.8362808227539], [-0.06588144600391388, 2.6807973384857178, 0.08469236642122269, -87.41136169433594], [0.0352272167801857, -0.0833100825548172, 2.69846510887146, -55.97203826904297], [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': ['114713.140000', '114713.600000', '114714.060000', '114714.520000', '114714.980000', '114715.440000', '114715.900000', '114716.360000', '114716.820000', '114717.280000', '114717.740000', '114718.200000', '114718.660000', '114719.120000', '114719.580000', '114720.040000', '114720.500000', '114720.960000', '114721.420000', '114721.880000', '114722.340000', '114722.800000', '114723.260000', '114723.720000', '114724.180000', '114724.640000', '114725.100000', '114725.560000', '114726.020000', '114726.480000', '114726.940000', '114727.400000', '114727.860000', '114728.320000', '114728.780000', '114729.240000', '114729.700000', '114730.160000', '114730.620000', '114731.080000', '114731.540000', '114732.000000', '114732.460000', '114732.920000', '114733.380000', '114733.840000', '114734.300000', '114734.760000', '114735.220000', '114735.680000', '114736.140000', '114736.600000', '114737.060000', '114737.520000', '114737.980000', '114738.440000', '114738.900000', '114739.360000', '114739.820000', '114740.280000', '114740.740000', '114741.200000', '114741.660000', '114742.120000', '114742.580000', '114743.040000', '114743.500000', '114743.960000', '114744.420000', '114744.880000', '114745.340000', '114745.800000', '114746.260000', '114746.720000', '114747.180000', '114747.640000', '114748.100000', '114748.560000', '114749.020000', '114749.480000', '114749.940000', '114750.400000', '114750.860000', '114751.320000', '114751.780000', '114752.240000', '114752.700000', '114753.160000', '114753.620000', '114754.080000', '114754.540000', '114755.000000', '114755.460000', '114755.920000', '114756.380000', '114756.840000', '114757.300000', '114757.760000', '114758.220000', '114758.680000', '114759.140000', '114759.600000', '114800.060000', '114800.520000', '114800.980000', '114801.440000', '114801.900000', '114802.360000', '114802.820000', '114803.280000', '114803.740000', '114804.200000', '114804.660000', '114805.120000', '114805.580000', '114806.040000', '114806.500000', '114806.960000', '114807.420000', '114807.880000', '114808.340000', '114808.800000', '114809.260000', '114809.720000', '114810.180000', '114810.640000', '114811.100000', '114811.560000', '114812.020000', '114812.480000', '114812.940000', '114813.400000', '114813.860000', '114814.320000', '114814.780000', '114815.240000', '114815.700000', '114816.160000', '114816.620000', '114817.080000', '114817.540000', '114818.000000', '114818.460000', '114818.920000', '114819.380000', '114819.840000', '114820.300000', '114820.760000', '114821.220000', '114821.680000', '114822.140000', '114822.600000', '114823.060000', '114823.520000', '114823.980000', '114824.440000', '114824.900000', '114825.360000', '114825.820000', '114826.280000', '114826.740000', '114827.200000', '114827.660000', '114828.120000', '114828.580000', '114829.040000', '114829.500000', '114829.960000', '114830.420000', '114830.880000', '114831.340000', '114831.800000', '114832.260000', '114832.720000', '114833.180000', '114833.640000', '114834.100000', '114834.560000', '114835.020000', '114835.480000', '114835.940000', '114836.400000', '114836.860000', '114837.320000', '114837.780000', '114838.240000', '114838.700000', '114839.160000', '114839.620000', '114840.080000', '114840.540000', '114841.000000', '114841.460000', '114841.920000', '114842.380000', '114842.840000', '114843.300000', '114843.760000', '114844.220000', '114844.680000', '114845.140000', '114845.600000', '114846.060000', '114846.520000', '114846.980000', '114847.440000', '114847.900000', '114848.360000', '114848.820000', '114849.280000', '114849.740000', '114850.200000', '114850.660000', '114851.120000', '114851.580000', '114852.040000', '114852.500000', '114852.960000', '114853.420000', '114853.880000', '114854.340000', '114854.800000', '114855.260000', '114855.720000', '114856.180000', '114856.640000', '114857.100000', '114857.560000', '114858.020000', '114858.480000', '114858.940000', '114859.400000', '114859.860000', '114900.320000', '114900.780000', '114901.240000', '114901.700000', '114902.160000', '114902.620000', '114903.080000', '114903.540000', '114904.000000', '114904.460000', '114904.920000', '114905.380000', '114905.840000', '114906.300000', '114906.760000', '114907.220000', '114907.680000', '114908.140000', '114908.600000', '114909.060000', '114909.520000', '114909.980000', '114910.440000', '114910.900000', '114911.360000', '114911.820000', '114912.280000', '114912.740000', '114913.200000', '114913.660000', '114914.120000', '114914.580000', '114915.040000', '114915.500000', '114915.960000', '114916.420000', '114916.880000', '114917.340000', '114917.800000', '114918.260000', '114918.720000', '114919.180000', '114919.640000', '114920.100000', '114920.560000', '114921.020000', '114921.480000', '114921.940000', '114922.400000', '114922.860000', '114923.320000', '114923.780000', '114924.240000', '114924.700000', '114925.160000', '114925.620000', '114926.080000', '114926.540000', '114927.000000', '114927.460000', '114927.920000', '114928.380000', '114928.840000', '114929.300000', '114929.760000', '114930.220000', '114930.680000', '114931.140000', '114931.600000', '114932.060000', '114932.520000', '114932.980000', '114933.440000', '114933.900000', '114934.360000', '114934.820000', '114935.280000', '114935.740000', '114936.200000', '114936.660000', '114937.120000', '114937.580000', '114938.040000', '114938.500000', '114938.960000', '114939.420000', '114939.880000', '114940.340000', '114940.800000', '114941.260000', '114941.720000', '114942.180000', '114942.640000', '114943.100000', '114943.560000', '114944.020000', '114944.480000', '114944.940000', '114945.400000', '114945.860000', '114946.320000', '114946.780000', '114947.240000', '114947.700000', '114948.160000', '114948.620000', '114949.080000', '114949.540000', '114950.000000', '114950.460000', '114950.920000', '114951.380000', '114951.840000', '114952.300000', '114952.760000', '114953.220000', '114953.680000', '114954.140000', '114954.600000', '114955.060000', '114955.520000', '114955.980000', '114956.440000', '114956.900000', '114957.360000', '114957.820000', '114958.280000', '114958.740000', '114959.200000', '114959.660000', '115000.120000', '115000.580000', '115001.040000', '115001.500000', '115001.960000', '115002.420000', '115002.880000', '115003.340000', '115003.800000', '115004.260000', '115004.720000', '115005.180000', '115005.640000', '115006.100000', '115006.560000', '115007.020000', '115007.480000', '115007.940000', '115008.400000', '115008.860000', '115009.320000', '115009.780000', '115010.240000', '115010.700000', '115011.160000', '115011.620000', '115012.080000', '115012.540000', '115013.000000', '115013.460000', '115013.920000', '115014.380000', '115014.840000', '115015.300000', '115015.760000', '115016.220000', '115016.680000', '115017.140000', '115017.600000', '115018.060000', '115018.520000', '115018.980000', '115019.440000', '115019.900000', '115020.360000', '115020.820000', '115021.280000', '115021.740000', '115022.200000', '115022.660000', '115023.120000', '115023.580000', '115024.040000', '115024.500000', '115024.960000', '115025.420000', '115025.880000', '115026.340000', '115026.800000', '115027.260000', '115027.720000', '115028.180000', '115028.640000', '115029.100000', '115029.560000', '115030.020000', '115030.480000', '115030.940000', '115031.400000', '115031.860000', '115032.320000', '115032.780000', '115033.240000', '115033.700000', '115034.160000', '115034.620000', '115035.080000', '115035.540000', '115036.000000', '115036.460000', '115036.920000', '115037.380000', '115037.840000', '115038.300000', '115038.760000', '115039.220000', '115039.680000', '115040.140000', '115040.600000', '115041.060000', '115041.520000', '115041.980000', '115042.440000', '115042.900000', '115043.360000', '115043.820000', '115044.280000', '115044.740000', '115045.200000', '115045.660000', '115046.120000', '115046.580000', '115047.040000', '115047.500000', '115047.960000', '115048.420000', '115048.880000', '115049.340000', '115049.800000', '115050.260000', '115050.720000', '115051.180000', '115051.640000', '115052.100000', '115052.560000', '115053.020000', '115053.480000', '115053.940000', '115054.400000', '115054.860000', '115055.320000', '115055.780000', '115056.240000', '115056.700000', '115057.160000', '115057.620000', '115058.080000', '115058.540000', '115059.000000', '115059.460000', '115059.920000', '115100.380000', '115100.840000', '115101.300000', '115101.760000', '115102.220000', '115102.680000', '115103.140000', '115103.600000', '115104.060000', '115104.520000', '115104.980000', '115105.440000', '115105.900000', '115106.360000', '115106.820000', '115107.280000', '115107.740000', '115108.200000', '115108.660000', '115109.120000', '115109.580000', '115110.040000', '115110.500000', '115110.960000', '115111.420000', '115111.880000', '115112.340000', '115112.800000', '115113.260000', '115113.720000', '115114.180000', '115114.640000', '115115.100000', '115115.560000', '115116.020000', '115116.480000', '115116.940000', '115117.400000', '115117.860000', '115118.320000', '115118.780000', '115119.240000', '115119.700000', '115120.160000', '115120.620000', '115121.080000', '115121.540000', '115122.000000', '115122.460000', '115122.920000', '115123.380000', '115123.840000', '115124.300000', '115124.760000', '115125.220000', '115125.680000', '115126.140000', '115126.600000', '115127.060000', '115127.520000', '115127.980000', '115128.440000', '115128.900000', '115129.360000', '115129.820000', '115130.280000', '115130.740000', '115131.200000', '115131.660000', '115132.120000', '115132.580000', '115133.040000', '115133.500000', '115133.960000', '115134.420000', '115134.880000', '115135.340000', '115135.800000', '115136.260000', '115136.720000', '115137.180000', '115137.640000', '115138.100000', '115138.560000', '115139.020000', '115139.480000', '115139.940000', '115140.400000', '115140.860000', '115141.320000', '115141.780000', '115142.240000', '115142.700000', '115143.160000', '115143.620000', '115144.080000', '115144.540000', '115145.000000', '115145.460000', '115145.920000', '115146.380000', '115146.840000', '115147.300000', '115147.760000', '115148.220000', '115148.680000', '115149.140000', '115149.600000', '115150.060000', '115150.520000', '115150.980000', '115151.440000', '115151.900000', '115152.360000', '115152.820000', '115153.280000', '115153.740000', '115154.200000', '115154.660000', '115155.120000', '115155.580000', '115156.040000', '115156.500000', '115156.960000', '115157.420000', '115157.880000', '115158.340000', '115158.800000', '115159.260000', '115159.720000', '115200.180000', '115200.640000', '115201.100000', '115201.560000', '115202.020000', '115202.480000', '115202.940000', '115203.400000', '115203.860000', '115204.320000', '115204.780000', '115205.240000', '115205.700000', '115206.160000', '115206.620000', '115207.080000', '115207.540000', '115208.000000', '115208.460000', '115208.920000', '115209.380000', '115209.840000', '115210.300000', '115210.760000', '115211.220000', '115211.680000', '115212.140000', '115212.600000', '115213.060000', '115213.520000', '115213.980000', '115214.440000', '115214.900000', '115215.360000', '115215.820000', '115216.280000', '115216.740000', '115217.200000', '115217.660000', '115218.120000', '115218.580000', '115219.040000', '115219.500000', '115219.960000', '115220.420000', '115220.880000', '115221.340000', '115221.800000', '115222.260000', '115222.720000', '115223.180000', '115223.640000', '115224.100000', '115224.560000', '115225.020000', '115225.480000', '115225.940000', '115226.400000', '115226.860000', '115227.320000', '115227.780000', '115228.240000', '115228.700000', '115229.160000', '115229.620000', '115230.080000', '115230.540000', '115231.000000', '115231.460000', '115231.920000', '115232.380000', '115232.840000', '115233.300000', '115233.760000', '115234.220000', '115234.680000', '115235.140000', '115235.600000', '115236.060000', '115236.520000', '115236.980000', '115237.440000', '115237.900000', '115238.360000', '115238.820000', '115239.280000', '115239.740000', '115240.200000', '115240.660000', '115241.120000', '115241.580000', '115242.040000', '115242.500000', '115242.960000', '115243.420000', '115243.880000', '115244.340000', '115244.800000', '115245.260000', '115245.720000', '115246.180000', '115246.640000', '115247.100000', '115247.560000', '115248.020000', '115248.480000', '115248.940000', '115249.400000', '115249.860000', '115250.320000', '115250.780000', '115251.240000', '115251.700000', '115252.160000', '115252.620000', '115253.080000', '115253.540000', '115254.000000', '115254.460000', '115254.920000', '115255.380000', '115255.840000', '115256.300000', '115256.760000', '115257.220000', '115257.680000', '115258.140000', '115258.600000', '115259.060000', '115259.520000', '115259.980000', '115300.440000', '115300.900000', '115301.360000', '115301.820000', '115302.280000', '115302.740000', '115303.200000', '115303.660000', '115304.120000', '115304.580000', '115305.040000', '115305.500000', '115305.960000', '115306.420000', '115306.880000', '115307.340000', '115307.800000', '115308.260000', '115308.720000', '115309.180000', '115309.640000', '115310.100000', '115310.560000', '115311.020000', '115311.480000', '115311.940000', '115312.400000', '115312.860000', '115313.320000', '115313.780000', '115314.240000', '115314.700000', '115315.160000', '115315.620000', '115316.080000', '115316.540000', '115317.000000', '115317.460000', '115317.920000', '115318.380000', '115318.840000', '115319.300000', '115319.760000', '115320.220000', '115320.680000', '115321.140000', '115321.600000', '115322.060000', '115322.520000', '115322.980000', '115323.440000', '115323.900000', '115324.360000', '115324.820000', '115325.280000', '115325.740000', '115326.200000', '115326.660000', '115327.120000', '115327.580000', '115328.040000', '115328.500000', '115328.960000', '115329.420000', '115329.880000', '115330.340000', '115330.800000', '115331.260000', '115331.720000', '115332.180000', '115332.640000', '115333.100000', '115333.560000', '115334.020000', '115334.480000', '115334.940000', '115335.400000', '115335.860000', '115336.320000', '115336.780000', '115337.240000', '115337.700000', '115338.160000', '115338.620000', '115339.080000', '115339.540000', '115340.000000', '115340.460000', '115340.920000', '115341.380000', '115341.840000', '115342.300000', '115342.760000', '115343.220000', '115343.680000', '115344.140000', '115344.600000', '115345.060000', '115345.520000', '115345.980000', '115346.440000', '115346.900000', '115347.360000', '115347.820000', '115348.280000', '115348.740000', '115349.200000', '115349.660000', '115350.120000', '115350.580000', '115351.040000', '115351.500000', '115351.960000', '115352.420000', '115352.880000', '115353.340000', '115353.800000', '115354.260000', '115354.720000', '115355.180000', '115355.640000', '115356.100000', '115356.560000', '115357.020000', '115357.480000', '115357.940000', '115358.400000', '115358.860000', '115359.320000', '115359.780000', '115400.240000', '115400.700000', '115401.160000', '115401.620000', '115402.080000', '115402.540000', '115403.000000', '115403.460000', '115403.920000', '115404.380000', '115404.840000', '115405.300000', '115405.760000', '115406.220000', '115406.680000', '115407.140000', '115407.600000', '115408.060000', '115408.520000', '115408.980000', '115409.440000', '115409.900000', '115410.360000', '115410.820000', '115411.280000', '115411.740000', '115412.200000', '115412.660000', '115413.120000'], 'ContentTime': ['114730.620000', '114730.623000', '114730.626000', '114730.632000', '114730.635000', '114730.637000', '114730.640000', '114730.643000', '114730.645000', '114730.648000', '114730.650000', '114730.653000', '114730.656000', '114730.658000', '114730.661000', '114730.663000', '114730.666000', '114730.669000', '114730.671000', '114730.674000', '114730.676000', '114730.679000', '114730.681000', '114730.684000', '114730.686000', '114730.689000', '114730.692000', '114730.694000', '114730.697000', '114730.704000', '114730.706000', '114730.709000', '114730.711000', '114730.714000', '114730.716000', '114750.586000', '114750.589000', '114750.592000', '114750.594000', '114750.597000', '114750.600000', '114750.602000', '114750.606000', '114750.609000', '114750.612000', '114750.614000', '114750.617000', '114750.619000', '114750.622000', '114750.624000', '114750.627000', '114750.629000', '114750.632000', '114750.635000', '114750.637000', '114750.640000', '114750.642000', '114750.645000', '114750.647000', '114750.650000', '114750.653000', '114750.655000', '114750.658000', '114750.660000', '114750.663000', '114750.666000', '114750.668000', '114750.671000', '114750.673000', '114750.676000', '114750.678000', '114750.681000', '114750.684000', '114750.686000', '114750.689000', '114750.691000', '114750.694000', '114750.697000', '114810.586000', '114810.589000', '114810.592000', '114810.595000', '114810.597000', '114810.600000', '114810.610000', '114810.612000', '114810.615000', '114810.617000', '114810.620000', '114810.623000', '114810.625000', '114810.628000', '114810.630000', '114810.633000', '114810.635000', '114810.638000', '114810.641000', '114810.643000', '114810.646000', '114810.648000', '114810.651000', '114810.653000', '114810.656000', '114810.658000', '114810.661000', '114810.663000', '114810.666000', '114810.669000', '114810.671000', '114810.674000', '114810.676000', '114810.679000', '114810.682000', '114810.684000', '114810.687000', '114810.689000', '114810.692000', '114810.695000', '114810.697000', '114810.700000', '114810.702000', '114810.705000', '114830.585000', '114830.588000', '114830.591000', '114830.593000', '114830.596000', '114830.599000', '114830.602000', '114830.604000', '114830.607000', '114830.610000', '114830.612000', '114830.615000', '114830.618000', '114830.620000', '114830.623000', '114830.625000', '114830.628000', '114830.631000', '114830.634000', '114830.636000', '114830.639000', '114830.641000', '114830.644000', '114830.646000', '114830.649000', '114830.652000', '114830.654000', '114830.657000', '114830.659000', '114830.662000', '114830.665000', '114830.667000', '114830.670000', '114830.672000', '114830.675000', '114830.678000', '114830.680000', '114830.683000', '114830.685000', '114830.693000', '114830.695000', '114830.698000', '114830.700000', '114850.586000', '114850.589000', '114850.592000', '114850.594000', '114850.597000', '114850.600000', '114850.602000', '114850.605000', '114850.607000', '114850.610000', '114850.613000', '114850.615000', '114850.618000', '114850.620000', '114850.623000', '114850.625000', '114850.628000', '114850.631000', '114850.633000', '114850.636000', '114850.639000', '114850.641000', '114850.644000', '114850.646000', '114850.649000', '114850.652000', '114850.654000', '114850.657000', '114850.659000', '114850.662000', '114850.664000', '114850.667000', '114850.670000', '114850.672000', '114850.675000', '114850.677000', '114850.680000', '114850.682000', '114850.686000', '114850.689000', '114850.692000', '114850.694000', '114850.697000', '114850.699000', '114910.586000', '114910.589000', '114910.592000', '114910.594000', '114910.597000', '114910.600000', '114910.602000', '114910.605000', '114910.607000', '114910.610000', '114910.613000', '114910.615000', '114910.618000', '114910.620000', '114910.623000', '114910.626000', '114910.628000', '114910.631000', '114910.633000', '114910.636000', '114910.639000', '114910.641000', '114910.644000', '114910.646000', '114910.649000', '114910.651000', '114910.654000', '114910.657000', '114910.659000', '114910.662000', '114910.664000', '114910.667000', '114910.670000', '114910.672000', '114910.675000', '114910.677000', '114910.680000', '114910.682000', '114910.685000', '114910.688000', '114910.690000', '114910.693000', '114910.695000', '114930.586000', '114930.589000', '114930.592000', '114930.595000', '114930.598000', '114930.600000', '114930.603000', '114930.605000', '114930.608000', '114930.611000', '114930.613000', '114930.616000', '114930.619000', '114930.621000', '114930.624000', '114930.626000', '114930.629000', '114930.632000', '114930.634000', '114930.637000', '114930.640000', '114930.642000', '114930.645000', '114930.647000', '114930.650000', '114930.653000', '114930.655000', '114930.658000', '114930.661000', '114930.663000', '114930.666000', '114930.668000', '114930.671000', '114930.673000', '114930.676000', '114930.679000', '114930.681000', '114930.684000', '114930.686000', '114930.689000', '114930.692000', '114930.694000', '114930.697000', '114930.699000', '114950.587000', '114950.590000', '114950.592000', '114950.595000', '114950.598000', '114950.600000', '114950.603000', '114950.605000', '114950.608000', '114950.611000', '114950.613000', '114950.616000', '114950.618000', '114950.621000', '114950.624000', '114950.626000', '114950.629000', '114950.631000', '114950.634000', '114950.637000', '114950.639000', '114950.642000', '114950.644000', '114950.647000', '114950.650000', '114950.652000', '114950.661000', '114950.663000', '114950.666000', '114950.669000', '114950.671000', '114950.674000', '114950.676000', '114950.686000', '114950.689000', '114950.692000', '114950.694000', '114950.697000', '114950.699000', '114950.702000', '114950.705000', '114950.707000', '114950.710000', '115010.587000', '115010.589000', '115010.592000', '115010.595000', '115010.597000', '115010.600000', '115010.602000', '115010.605000', '115010.608000', '115010.610000', '115010.613000', '115010.615000', '115010.618000', '115010.621000', '115010.623000', '115010.626000', '115010.628000', '115010.631000', '115010.634000', '115010.636000', '115010.639000', '115010.641000', '115010.644000', '115010.647000', '115010.649000', '115010.652000', '115010.654000', '115010.657000', '115010.659000', '115010.662000', '115010.665000', '115010.667000', '115010.670000', '115010.672000', '115010.675000', '115010.678000', '115010.680000', '115010.683000', '115010.685000', '115010.688000', '115010.690000', '115010.693000', '115010.696000', '115010.698000', '115030.586000', '115030.589000', '115030.592000', '115030.594000', '115030.597000', '115030.600000', '115030.602000', '115030.605000', '115030.608000', '115030.610000', '115030.613000', '115030.615000', '115030.618000', '115030.621000', '115030.623000', '115030.626000', '115030.628000', '115030.631000', '115030.633000', '115030.636000', '115030.639000', '115030.641000', '115030.644000', '115030.646000', '115030.649000', '115030.652000', '115030.654000', '115030.657000', '115030.659000', '115030.662000', '115030.665000', '115030.667000', '115030.670000', '115030.673000', '115030.675000', '115030.678000', '115030.680000', '115030.683000', '115030.685000', '115030.688000', '115030.691000', '115030.693000', '115030.696000', '115050.585000', '115050.588000', '115050.591000', '115050.593000', '115050.596000', '115050.599000', '115050.601000', '115050.604000', '115050.607000', '115050.609000', '115050.612000', '115050.614000', '115050.617000', '115050.620000', '115050.622000', '115050.625000', '115050.627000', '115050.630000', '115050.633000', '115050.635000', '115050.638000', '115050.640000', '115050.643000', '115050.646000', '115050.648000', '115050.651000', '115050.653000', '115050.656000', '115050.659000', '115050.661000', '115050.664000', '115050.666000', '115050.669000', '115050.671000', '115050.674000', '115050.677000', '115050.679000', '115050.682000', '115050.684000', '115050.687000', '115050.689000', '115050.692000', '115050.695000', '115050.697000', '115110.586000', '115110.589000', '115110.592000', '115110.594000', '115110.597000', '115110.600000', '115110.602000', '115110.605000', '115110.608000', '115110.610000', '115110.613000', '115110.615000', '115110.618000', '115110.621000', '115110.623000', '115110.626000', '115110.629000', '115110.631000', '115110.634000', '115110.636000', '115110.639000', '115110.642000', '115110.644000', '115110.647000', '115110.649000', '115110.652000', '115110.654000', '115110.657000', '115110.660000', '115110.662000', '115110.665000', '115110.667000', '115110.670000', '115110.672000', '115110.675000', '115110.678000', '115110.680000', '115110.683000', '115110.685000', '115110.688000', '115110.691000', '115110.693000', '115110.696000', '115130.587000', '115130.589000', '115130.592000', '115130.595000', '115130.597000', '115130.600000', '115130.603000', '115130.605000', '115130.608000', '115130.610000', '115130.613000', '115130.628000', '115130.631000', '115130.634000', '115130.636000', '115130.639000', '115130.642000', '115130.644000', '115130.647000', '115130.649000', '115130.652000', '115130.655000', '115130.657000', '115130.660000', '115130.662000', '115130.665000', '115130.668000', '115130.670000', '115130.673000', '115130.675000', '115130.678000', '115130.681000', '115130.683000', '115130.686000', '115130.688000', '115130.691000', '115130.694000', '115130.696000', '115130.699000', '115130.702000', '115130.704000', '115130.707000', '115130.709000', '115130.712000', '115150.587000', '115150.589000', '115150.592000', '115150.595000', '115150.597000', '115150.600000', '115150.603000', '115150.605000', '115150.608000', '115150.610000', '115150.613000', '115150.616000', '115150.618000', '115150.621000', '115150.623000', '115150.626000', '115150.628000', '115150.631000', '115150.634000', '115150.636000', '115150.639000', '115150.642000', '115150.644000', '115150.647000', '115150.650000', '115150.652000', '115150.655000', '115150.657000', '115150.660000', '115150.662000', '115150.665000', '115150.668000', '115150.671000', '115150.673000', '115150.676000', '115150.678000', '115150.681000', '115150.683000', '115150.686000', '115150.689000', '115150.691000', '115150.694000', '115150.696000', '115210.586000', '115210.589000', '115210.592000', '115210.594000', '115210.597000', '115210.600000', '115210.602000', '115210.605000', '115210.607000', '115210.610000', '115210.613000', '115210.615000', '115210.618000', '115210.620000', '115210.625000', '115210.627000', '115210.630000', '115210.633000', '115210.635000', '115210.638000', '115210.641000', '115210.643000', '115210.646000', '115210.649000', '115210.651000', '115210.654000', '115210.656000', '115210.659000', '115210.662000', '115210.664000', '115210.667000', '115210.669000', '115210.672000', '115210.675000', '115210.678000', '115210.680000', '115210.683000', '115210.685000', '115210.688000', '115210.691000', '115210.693000', '115210.696000', '115210.698000', '115210.701000', '115230.587000', '115230.589000', '115230.592000', '115230.595000', '115230.597000', '115230.600000', '115230.603000', '115230.605000', '115230.608000', '115230.610000', '115230.613000', '115230.616000', '115230.618000', '115230.621000', '115230.624000', '115230.626000', '115230.629000', '115230.631000', '115230.634000', '115230.637000', '115230.639000', '115230.642000', '115230.645000', '115230.647000', '115230.650000', '115230.652000', '115230.655000', '115230.657000', '115230.660000', '115230.663000', '115230.665000', '115230.668000', '115230.670000', '115230.673000', '115230.676000', '115230.678000', '115230.681000', '115230.683000', '115230.686000', '115230.688000', '115230.691000', '115230.694000', '115230.696000', '115250.586000', '115250.589000', '115250.592000', '115250.595000', '115250.597000', '115250.600000', '115250.603000', '115250.606000', '115250.608000', '115250.611000', '115250.614000', '115250.617000', '115250.620000', '115250.622000', '115250.625000', '115250.628000', '115250.630000', '115250.633000', '115250.635000', '115250.638000', '115250.641000', '115250.643000', '115250.646000', '115250.649000', '115250.651000', '115250.654000', '115250.656000', '115250.659000', '115250.661000', '115250.664000', '115250.667000', '115250.669000', '115250.672000', '115250.674000', '115250.677000', '115250.680000', '115250.694000', '115250.697000', '115250.699000', '115250.702000', '115250.705000', '115250.707000', '115250.710000', '115310.586000', '115310.588000', '115310.591000', '115310.594000', '115310.596000', '115310.599000', '115310.602000', '115310.604000', '115310.607000', '115310.609000', '115310.612000', '115310.615000', '115310.617000', '115310.620000', '115310.622000', '115310.625000', '115310.628000', '115310.630000', '115310.633000', '115310.635000', '115310.638000', '115310.641000', '115310.643000', '115310.646000', '115310.648000', '115310.651000', '115310.654000', '115310.656000', '115310.659000', '115310.661000', '115310.664000', '115310.667000', '115310.669000', '115310.672000', '115310.674000', '115310.677000', '115310.680000', '115310.682000', '115310.685000', '115310.687000', '115310.690000', '115310.692000', '115310.695000', '115310.698000', '115330.586000', '115330.589000', '115330.592000', '115330.594000', '115330.597000', '115330.600000', '115330.602000', '115330.605000', '115330.608000', '115330.610000', '115330.613000', '115330.615000', '115330.618000', '115330.621000', '115330.623000', '115330.626000', '115330.629000', '115330.632000', '115330.635000', '115330.637000', '115330.640000', '115330.642000', '115330.645000', '115330.648000', '115330.650000', '115330.653000', '115330.657000', '115330.659000', '115330.662000', '115330.665000', '115330.668000', '115330.670000', '115330.673000', '115330.675000', '115330.678000', '115330.680000', '115330.683000', '115330.686000', '115330.688000', '115330.691000', '115330.694000', '115330.696000', '115330.699000', '115350.586000', '115350.589000', '115350.592000', '115350.594000', '115350.597000', '115350.600000', '115350.602000', '115350.605000', '115350.607000', '115350.610000', '115350.613000', '115350.615000', '115350.618000', '115350.620000', '115350.623000', '115350.626000', '115350.628000', '115350.631000', '115350.634000', '115350.636000', '115350.639000', '115350.641000', '115350.644000', '115350.646000', '115350.649000', '115350.652000', '115350.654000', '115350.657000', '115350.660000', '115350.662000', '115350.665000', '115350.667000', '115350.670000', '115350.673000', '115350.675000', '115350.678000', '115350.680000', '115350.683000', '115350.685000', '115350.688000', '115350.691000', '115350.693000', '115350.696000', '115350.699000', '115410.586000', '115410.589000', '115410.592000', '115410.595000', '115410.597000', '115410.600000', '115410.602000', '115410.605000', '115410.608000', '115410.610000', '115410.613000', '115410.615000', '115410.618000', '115410.621000', '115410.623000', '115410.626000', '115410.628000', '115410.631000', '115410.634000', '115410.637000', '115410.639000', '115410.642000', '115410.645000', '115410.647000', '115410.650000', '115410.653000', '115410.655000', '115410.658000', '115410.660000', '115410.663000', '115410.666000', '115410.668000', '115410.671000', '115410.674000', '115410.676000', '115410.679000', '115410.681000', '115410.684000', '115410.687000', '115410.689000', '115410.692000', '115410.694000', '115410.697000', '115414.769000', '115414.772000', '115414.775000', '115414.778000', '115414.786000', '115414.789000', '115414.791000', '115414.794000', '115414.797000', '115414.799000'], 'InstanceCreationTime': ['114730.620000', '114730.623000', '114730.626000', '114730.632000', '114730.635000', '114730.637000', '114730.640000', '114730.643000', '114730.645000', '114730.648000', '114730.650000', '114730.653000', '114730.656000', '114730.658000', '114730.661000', '114730.663000', '114730.666000', '114730.669000', '114730.671000', '114730.674000', '114730.676000', '114730.679000', '114730.681000', '114730.684000', '114730.686000', '114730.689000', '114730.692000', '114730.694000', '114730.697000', '114730.704000', '114730.706000', '114730.709000', '114730.711000', '114730.714000', '114730.716000', '114750.586000', '114750.589000', '114750.592000', '114750.594000', '114750.597000', '114750.600000', '114750.602000', '114750.606000', '114750.609000', '114750.612000', '114750.614000', '114750.617000', '114750.619000', '114750.622000', '114750.624000', '114750.627000', '114750.629000', '114750.632000', '114750.635000', '114750.637000', '114750.640000', '114750.642000', '114750.645000', '114750.647000', '114750.650000', '114750.653000', '114750.655000', '114750.658000', '114750.660000', '114750.663000', '114750.666000', '114750.668000', '114750.671000', '114750.673000', '114750.676000', '114750.678000', '114750.681000', '114750.684000', '114750.686000', '114750.689000', '114750.691000', '114750.694000', '114750.697000', '114810.586000', '114810.589000', '114810.592000', '114810.595000', '114810.597000', '114810.600000', '114810.610000', '114810.612000', '114810.615000', '114810.617000', '114810.620000', '114810.623000', '114810.625000', '114810.628000', '114810.630000', '114810.633000', '114810.635000', '114810.638000', '114810.641000', '114810.643000', '114810.646000', '114810.648000', '114810.651000', '114810.653000', '114810.656000', '114810.658000', '114810.661000', '114810.663000', '114810.666000', '114810.669000', '114810.671000', '114810.674000', '114810.676000', '114810.679000', '114810.682000', '114810.684000', '114810.687000', '114810.689000', '114810.692000', '114810.695000', '114810.697000', '114810.700000', '114810.702000', '114810.705000', '114830.585000', '114830.588000', '114830.591000', '114830.593000', '114830.596000', '114830.599000', '114830.602000', '114830.604000', '114830.607000', '114830.610000', '114830.612000', '114830.615000', '114830.618000', '114830.620000', '114830.623000', '114830.625000', '114830.628000', '114830.631000', '114830.634000', '114830.636000', '114830.639000', '114830.641000', '114830.644000', '114830.646000', '114830.649000', '114830.652000', '114830.654000', '114830.657000', '114830.659000', '114830.662000', '114830.665000', '114830.667000', '114830.670000', '114830.672000', '114830.675000', '114830.678000', '114830.680000', '114830.683000', '114830.685000', '114830.693000', '114830.695000', '114830.698000', '114830.700000', '114850.586000', '114850.589000', '114850.592000', '114850.594000', '114850.597000', '114850.600000', '114850.602000', '114850.605000', '114850.607000', '114850.610000', '114850.613000', '114850.615000', '114850.618000', '114850.620000', '114850.623000', '114850.625000', '114850.628000', '114850.631000', '114850.633000', '114850.636000', '114850.639000', '114850.641000', '114850.644000', '114850.646000', '114850.649000', '114850.652000', '114850.654000', '114850.657000', '114850.659000', '114850.662000', '114850.664000', '114850.667000', '114850.670000', '114850.672000', '114850.675000', '114850.677000', '114850.680000', '114850.682000', '114850.686000', '114850.689000', '114850.692000', '114850.694000', '114850.697000', '114850.699000', '114910.586000', '114910.589000', '114910.592000', '114910.594000', '114910.597000', '114910.600000', '114910.602000', '114910.605000', '114910.607000', '114910.610000', '114910.613000', '114910.615000', '114910.618000', '114910.620000', '114910.623000', '114910.626000', '114910.628000', '114910.631000', '114910.633000', '114910.636000', '114910.639000', '114910.641000', '114910.644000', '114910.646000', '114910.649000', '114910.651000', '114910.654000', '114910.657000', '114910.659000', '114910.662000', '114910.664000', '114910.667000', '114910.670000', '114910.672000', '114910.675000', '114910.677000', '114910.680000', '114910.682000', '114910.685000', '114910.688000', '114910.690000', '114910.693000', '114910.695000', '114930.586000', '114930.589000', '114930.592000', '114930.595000', '114930.598000', '114930.600000', '114930.603000', '114930.605000', '114930.608000', '114930.611000', '114930.613000', '114930.616000', '114930.619000', '114930.621000', '114930.624000', '114930.626000', '114930.629000', '114930.632000', '114930.634000', '114930.637000', '114930.640000', '114930.642000', '114930.645000', '114930.647000', '114930.650000', '114930.653000', '114930.655000', '114930.658000', '114930.661000', '114930.663000', '114930.666000', '114930.668000', '114930.671000', '114930.673000', '114930.676000', '114930.679000', '114930.681000', '114930.684000', '114930.686000', '114930.689000', '114930.692000', '114930.694000', '114930.697000', '114930.699000', '114950.587000', '114950.590000', '114950.592000', '114950.595000', '114950.598000', '114950.600000', '114950.603000', '114950.605000', '114950.608000', '114950.611000', '114950.613000', '114950.616000', '114950.618000', '114950.621000', '114950.624000', '114950.626000', '114950.629000', '114950.631000', '114950.634000', '114950.637000', '114950.639000', '114950.642000', '114950.644000', '114950.647000', '114950.650000', '114950.652000', '114950.661000', '114950.663000', '114950.666000', '114950.669000', '114950.671000', '114950.674000', '114950.676000', '114950.686000', '114950.689000', '114950.692000', '114950.694000', '114950.697000', '114950.699000', '114950.702000', '114950.705000', '114950.707000', '114950.710000', '115010.587000', '115010.589000', '115010.592000', '115010.595000', '115010.597000', '115010.600000', '115010.602000', '115010.605000', '115010.608000', '115010.610000', '115010.613000', '115010.615000', '115010.618000', '115010.621000', '115010.623000', '115010.626000', '115010.628000', '115010.631000', '115010.634000', '115010.636000', '115010.639000', '115010.641000', '115010.644000', '115010.647000', '115010.649000', '115010.652000', '115010.654000', '115010.657000', '115010.659000', '115010.662000', '115010.665000', '115010.667000', '115010.670000', '115010.672000', '115010.675000', '115010.678000', '115010.680000', '115010.683000', '115010.685000', '115010.688000', '115010.690000', '115010.693000', '115010.696000', '115010.698000', '115030.586000', '115030.589000', '115030.592000', '115030.594000', '115030.597000', '115030.600000', '115030.602000', '115030.605000', '115030.608000', '115030.610000', '115030.613000', '115030.615000', '115030.618000', '115030.621000', '115030.623000', '115030.626000', '115030.628000', '115030.631000', '115030.633000', '115030.636000', '115030.639000', '115030.641000', '115030.644000', '115030.646000', '115030.649000', '115030.652000', '115030.654000', '115030.657000', '115030.659000', '115030.662000', '115030.665000', '115030.667000', '115030.670000', '115030.673000', '115030.675000', '115030.678000', '115030.680000', '115030.683000', '115030.685000', '115030.688000', '115030.691000', '115030.693000', '115030.696000', '115050.585000', '115050.588000', '115050.591000', '115050.593000', '115050.596000', '115050.599000', '115050.601000', '115050.604000', '115050.607000', '115050.609000', '115050.612000', '115050.614000', '115050.617000', '115050.620000', '115050.622000', '115050.625000', '115050.627000', '115050.630000', '115050.633000', '115050.635000', '115050.638000', '115050.640000', '115050.643000', '115050.646000', '115050.648000', '115050.651000', '115050.653000', '115050.656000', '115050.659000', '115050.661000', '115050.664000', '115050.666000', '115050.669000', '115050.671000', '115050.674000', '115050.677000', '115050.679000', '115050.682000', '115050.684000', '115050.687000', '115050.689000', '115050.692000', '115050.695000', '115050.697000', '115110.586000', '115110.589000', '115110.592000', '115110.594000', '115110.597000', '115110.600000', '115110.602000', '115110.605000', '115110.608000', '115110.610000', '115110.613000', '115110.615000', '115110.618000', '115110.621000', '115110.623000', '115110.626000', '115110.629000', '115110.631000', '115110.634000', '115110.636000', '115110.639000', '115110.642000', '115110.644000', '115110.647000', '115110.649000', '115110.652000', '115110.654000', '115110.657000', '115110.660000', '115110.662000', '115110.665000', '115110.667000', '115110.670000', '115110.672000', '115110.675000', '115110.678000', '115110.680000', '115110.683000', '115110.685000', '115110.688000', '115110.691000', '115110.693000', '115110.696000', '115130.587000', '115130.589000', '115130.592000', '115130.595000', '115130.597000', '115130.600000', '115130.603000', '115130.605000', '115130.608000', '115130.610000', '115130.613000', '115130.628000', '115130.631000', '115130.634000', '115130.636000', '115130.639000', '115130.642000', '115130.644000', '115130.647000', '115130.649000', '115130.652000', '115130.655000', '115130.657000', '115130.660000', '115130.662000', '115130.665000', '115130.668000', '115130.670000', '115130.673000', '115130.675000', '115130.678000', '115130.681000', '115130.683000', '115130.686000', '115130.688000', '115130.691000', '115130.694000', '115130.696000', '115130.699000', '115130.702000', '115130.704000', '115130.707000', '115130.709000', '115130.712000', '115150.587000', '115150.589000', '115150.592000', '115150.595000', '115150.597000', '115150.600000', '115150.603000', '115150.605000', '115150.608000', '115150.610000', '115150.613000', '115150.616000', '115150.618000', '115150.621000', '115150.623000', '115150.626000', '115150.628000', '115150.631000', '115150.634000', '115150.636000', '115150.639000', '115150.642000', '115150.644000', '115150.647000', '115150.650000', '115150.652000', '115150.655000', '115150.657000', '115150.660000', '115150.662000', '115150.665000', '115150.668000', '115150.671000', '115150.673000', '115150.676000', '115150.678000', '115150.681000', '115150.683000', '115150.686000', '115150.689000', '115150.691000', '115150.694000', '115150.696000', '115210.586000', '115210.589000', '115210.592000', '115210.594000', '115210.597000', '115210.600000', '115210.602000', '115210.605000', '115210.607000', '115210.610000', '115210.613000', '115210.615000', '115210.618000', '115210.620000', '115210.625000', '115210.627000', '115210.630000', '115210.633000', '115210.635000', '115210.638000', '115210.641000', '115210.643000', '115210.646000', '115210.649000', '115210.651000', '115210.654000', '115210.656000', '115210.659000', '115210.662000', '115210.664000', '115210.667000', '115210.669000', '115210.672000', '115210.675000', '115210.678000', '115210.680000', '115210.683000', '115210.685000', '115210.688000', '115210.691000', '115210.693000', '115210.696000', '115210.698000', '115210.701000', '115230.587000', '115230.589000', '115230.592000', '115230.595000', '115230.597000', '115230.600000', '115230.603000', '115230.605000', '115230.608000', '115230.610000', '115230.613000', '115230.616000', '115230.618000', '115230.621000', '115230.624000', '115230.626000', '115230.629000', '115230.631000', '115230.634000', '115230.637000', '115230.639000', '115230.642000', '115230.645000', '115230.647000', '115230.650000', '115230.652000', '115230.655000', '115230.657000', '115230.660000', '115230.663000', '115230.665000', '115230.668000', '115230.670000', '115230.673000', '115230.676000', '115230.678000', '115230.681000', '115230.683000', '115230.686000', '115230.688000', '115230.691000', '115230.694000', '115230.696000', '115250.586000', '115250.589000', '115250.592000', '115250.595000', '115250.597000', '115250.600000', '115250.603000', '115250.606000', '115250.608000', '115250.611000', '115250.614000', '115250.617000', '115250.620000', '115250.622000', '115250.625000', '115250.628000', '115250.630000', '115250.633000', '115250.635000', '115250.638000', '115250.641000', '115250.643000', '115250.646000', '115250.649000', '115250.651000', '115250.654000', '115250.656000', '115250.659000', '115250.661000', '115250.664000', '115250.667000', '115250.669000', '115250.672000', '115250.674000', '115250.677000', '115250.680000', '115250.694000', '115250.697000', '115250.699000', '115250.702000', '115250.705000', '115250.707000', '115250.710000', '115310.586000', '115310.588000', '115310.591000', '115310.594000', '115310.596000', '115310.599000', '115310.602000', '115310.604000', '115310.607000', '115310.609000', '115310.612000', '115310.615000', '115310.617000', '115310.620000', '115310.622000', '115310.625000', '115310.628000', '115310.630000', '115310.633000', '115310.635000', '115310.638000', '115310.641000', '115310.643000', '115310.646000', '115310.648000', '115310.651000', '115310.654000', '115310.656000', '115310.659000', '115310.661000', '115310.664000', '115310.667000', '115310.669000', '115310.672000', '115310.674000', '115310.677000', '115310.680000', '115310.682000', '115310.685000', '115310.687000', '115310.690000', '115310.692000', '115310.695000', '115310.698000', '115330.586000', '115330.589000', '115330.592000', '115330.594000', '115330.597000', '115330.600000', '115330.602000', '115330.605000', '115330.608000', '115330.610000', '115330.613000', '115330.615000', '115330.618000', '115330.621000', '115330.623000', '115330.626000', '115330.629000', '115330.632000', '115330.635000', '115330.637000', '115330.640000', '115330.642000', '115330.645000', '115330.648000', '115330.650000', '115330.653000', '115330.657000', '115330.659000', '115330.662000', '115330.665000', '115330.668000', '115330.670000', '115330.673000', '115330.675000', '115330.678000', '115330.680000', '115330.683000', '115330.686000', '115330.688000', '115330.691000', '115330.694000', '115330.696000', '115330.699000', '115350.586000', '115350.589000', '115350.592000', '115350.594000', '115350.597000', '115350.600000', '115350.602000', '115350.605000', '115350.607000', '115350.610000', '115350.613000', '115350.615000', '115350.618000', '115350.620000', '115350.623000', '115350.626000', '115350.628000', '115350.631000', '115350.634000', '115350.636000', '115350.639000', '115350.641000', '115350.644000', '115350.646000', '115350.649000', '115350.652000', '115350.654000', '115350.657000', '115350.660000', '115350.662000', '115350.665000', '115350.667000', '115350.670000', '115350.673000', '115350.675000', '115350.678000', '115350.680000', '115350.683000', '115350.685000', '115350.688000', '115350.691000', '115350.693000', '115350.696000', '115350.699000', '115410.586000', '115410.589000', '115410.592000', '115410.595000', '115410.597000', '115410.600000', '115410.602000', '115410.605000', '115410.608000', '115410.610000', '115410.613000', '115410.615000', '115410.618000', '115410.621000', '115410.623000', '115410.626000', '115410.628000', '115410.631000', '115410.634000', '115410.637000', '115410.639000', '115410.642000', '115410.645000', '115410.647000', '115410.650000', '115410.653000', '115410.655000', '115410.658000', '115410.660000', '115410.663000', '115410.666000', '115410.668000', '115410.671000', '115410.674000', '115410.676000', '115410.679000', '115410.681000', '115410.684000', '115410.687000', '115410.689000', '115410.692000', '115410.694000', '115410.697000', '115414.769000', '115414.772000', '115414.775000', '115414.778000', '115414.786000', '115414.789000', '115414.791000', '115414.794000', '115414.797000', '115414.799000'], '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': [17085, 14402, 16999, 16106, 15810, 17108, 15867, 15955, 12782, 12387, 14053, 12759, 10396, 11518, 16926, 13075, 8870, 9615, 12765, 10046, 8642, 13906, 13028, 9898, 8638, 13464, 13235, 10974, 8642, 9311, 13493, 11148, 8921, 8705, 16314, 12894, 10576, 8787, 16202, 12706, 11901, 10573, 16178, 12083, 9103, 11324, 17061, 12809, 13090, 11204, 16173, 14400, 17728, 17442, 15316, 13805, 13480, 15741, 18254, 18083, 16635, 12758, 11542, 9875, 8453, 15787, 13503, 11037, 8592, 15438, 13285, 12110, 11260, 15742, 12750, 10636, 8471, 16130, 13379, 10834, 8510, 16725, 13530, 13414, 10917, 16128, 12588, 11445, 10588, 15996, 11062, 8844, 11855, 16345, 13556, 8374, 11227, 13617, 10555, 8840, 12365, 14884, 10888, 8849, 12280, 16658, 13203, 8932, 10217, 15728, 12945, 14221, 15513, 14467, 12437, 18902, 18924, 15154, 12323, 16584, 19553, 17513, 11541, 9349, 8231, 10900, 15746, 12997, 9057, 9164, 16421, 13356, 12279, 8779, 9250, 16465, 12219, 10945, 8809, 15994, 12931, 11678, 9700, 15974, 13073, 10509, 8482, 15533, 14840, 11803, 8725, 9613, 14326, 11478, 10169, 8923, 13585, 11808, 10643, 8469, 15019, 14881, 11577, 8703, 15503, 15947, 12881, 11319, 11521, 16299, 13168, 12601, 14684, 15090, 13038, 10385, 9036, 10723, 16305, 13458, 14544, 13980, 14458, 16258, 18079, 16100, 12057, 9951, 15982, 13799, 12207, 9552, 16402, 14031, 8920, 12708, 14278, 11444, 9766, 16884, 13402, 10236, 9313, 16581, 13179, 10440, 13711, 15391, 11768, 8513, 16548, 13843, 11218, 8790, 16362, 12799, 12508, 9399, 15752, 11615, 9260, 9009, 17031, 13255, 11299, 12953, 15206, 11473, 8765, 16686, 14047, 11953, 12612, 15764, 13128, 15658, 16612, 13803, 13598, 16542, 14135, 14137, 11461, 16091, 12151, 8356, 16152, 13657, 10696, 9213, 17168, 13423, 8559, 14600, 13382, 11892, 8640, 17353, 12039, 8899, 10111, 17124, 12939, 8915, 10514, 14880, 11710, 10712, 16366, 13623, 10996, 10040, 17588, 14420, 10218, 11235, 15585, 12338, 8885, 16896, 14100, 12923, 11909, 17323, 13914, 15458, 15622, 13476, 10725, 8492, 14239, 15428, 12936, 14284, 11936, 14859, 12950, 12573, 9393, 9798, 15034, 10699, 8810, 14045, 16140, 11459, 8787, 14622, 13894, 12839, 13220, 16305, 11968, 8861, 10469, 14816, 13116, 8756, 13056, 14306, 10806, 8729, 16258, 14294, 11114, 8689, 15804, 14686, 14669, 16786, 14908, 12377, 9756, 9047, 17362, 15129, 14142, 10914, 16171, 12928, 11757, 14194, 13536, 13443, 12005, 8720, 15191, 15532, 17394, 17078, 13455, 14339, 10447, 9254, 14298, 18205, 15164, 12240, 8381, 12975, 12420, 11149, 8742, 14247, 15308, 11549, 8572, 8928, 16734, 11972, 10424, 8356, 15075, 15029, 12734, 10567, 9042, 9445, 15950, 12565, 9514, 10701, 17608, 13902, 13003, 9365, 15565, 11521, 8566, 9727, 16872, 13192, 9110, 9109, 12626, 12162, 10272, 8585, 15234, 15477, 11907, 8649, 12214, 17317, 14224, 10720, 13886, 15516, 13638, 15959, 16408, 14839, 14179, 13878, 17276, 15267, 14194, 11962, 16880, 13548, 11927, 13592, 16484, 12194, 8733, 13330, 16471, 12728, 8862, 11442, 15323, 12949, 9454, 13904, 13421, 10417, 8516, 15442, 15726, 11347, 8466, 15734, 14234, 13075, 8561, 16916, 13268, 10831, 12560, 17307, 12835, 9506, 11759, 16519, 13202, 13356, 15238, 14014, 10704, 8570, 14716, 13529, 10963, 10939, 18282, 14290, 11370, 9815, 16150, 13010, 11211, 13774, 16442, 12884, 11324, 12624, 16935, 13766, 13990, 15116, 16097, 12975, 9699, 8857, 16327, 12604, 11563, 13533, 16172, 12144, 9543, 8869, 16821, 13239, 11170, 8521, 8568, 16609, 13910, 11199, 8457, 9731, 16978, 13776, 11099, 8182, 16020, 14001, 12409, 11025, 16610, 12903, 10467, 7947, 16972, 14063, 13399, 15274, 15256, 10886, 8931, 8614, 15968, 13129, 9226, 12888, 15900, 12780, 10566, 8762, 11577, 16884, 13184, 10851, 8100, 13801, 15462, 13120, 15356, 14561, 14848, 11133, 8464, 14955, 16800, 12950, 10451, 8859, 15422, 12410, 11787, 8141, 15924, 12568, 9788, 9109, 17706, 13833, 11156, 9032, 15723, 12334, 10415, 12653, 16815, 12649, 10412, 8107, 15101, 14580, 12681, 12037, 14763, 14640, 13869, 15596, 15651, 13099, 11041, 10641, 16418, 13220, 10896, 8050, 16510, 14402, 11589, 8528, 14578, 13275, 11011, 9589, 16361, 13645, 10296, 8120, 16751, 14443, 11460, 8105, 15678, 14623, 12610, 8666, 8830, 15985, 12386, 11252, 12023, 16700, 13709, 11313, 10262, 16131, 15010, 11758, 11310, 13855, 16052, 12749, 13318, 11979, 13723, 11833, 8472, 12234, 13165, 11608, 9803, 8952, 9513, 15499, 14011, 11346, 9836, 8867, 16703, 13587, 15687, 16027, 13990, 12086, 9755, 8429, 16062, 14199, 13980, 15573, 11781, 12314, 9382, 8933, 12625, 16207, 12216, 8738, 12972, 14662, 12842, 11501, 15962, 13293, 12343, 11007, 16027, 13822, 15274, 15583, 15061, 12040, 8731, 9625, 14508, 12309, 11004, 10715, 15792, 12052, 10275, 9079, 15394, 13481, 10202, 9048, 13337, 15267, 11929, 9187, 11246, 15037, 10446, 9206, 10347, 13906, 10875, 9235, 8509, 11070, 15644, 11599, 8784, 8555, 14495, 15276, 11444, 8648, 10390, 15243, 12665, 10253, 12740, 14797, 10587, 8493, 9712, 16051, 12830, 9747, 10028, 15129, 12116, 9772, 12919, 16008, 12190, 8814, 9985, 15623, 12564, 9953, 9581, 14786, 12596, 10149, 9672, 15778, 11920, 9547, 8664, 15674, 15316, 11127, 8572, 9271, 15851, 13012, 11588, 9377, 14911, 11928, 10533, 10049, 14719, 13068, 10249, 9153, 10925, 15567, 12996, 11276, 12318, 11514, 12908, 10361, 9188, 10456, 16894, 13284, 10853, 10494, 11204, 14210, 11887, 11626, 11194, 14961, 12234, 11037, 14224, 15470, 14566, 12837, 9483, 9328, 12532, 11636, 10951, 9070, 9998, 14511, 10766, 9080, 9777, 9472, 14502, 12212, 11096, 13124, 15405, 13142, 13083, 10357, 13796, 10686, 9163, 13719, 14720, 12116, 9523, 14013, 11067, 9111, 9860, 16100, 12194, 9574, 9407, 14574, 12020, 9960, 13492, 13794, 10402, 9480, 15220, 12699, 11181, 10752, 14834, 10845, 8836, 9107, 15897, 12891, 10698, 9726, 12927, 11998, 11533, 8849, 13820, 13558, 10555, 8598, 12675, 15235, 11922, 11365, 12286, 13061, 12604, 10787, 10187, 12364, 13375, 13057, 10954, 8538, 11929, 15607, 13541, 12840, 9967, 13179, 10419, 9763, 13328, 15039, 11299, 9458, 10287, 13951, 11257, 9212, 16137, 13947, 11678, 10180, 14711, 12994, 12865, 14374, 14682, 14655, 15684, 16016, 13144, 13207, 10905, 9493, 8261, 16379, 13095, 9094, 16322, 13724, 11933, 11710, 16521, 13500, 12566, 14265, 14697, 15898, 15297, 15709, 15466, 11571, 14967, 13854, 14913, 17129, 15926, 13291], 'WindowCenter': [4993.0, 4945.0, 4943.0, 4920.0, 4914.0, 4921.0, 4905.0, 4902.0, 4889.0, 4889.0, 4899.0, 4887.0, 4869.0, 4877.0, 4919.0, 4883.0, 4850.0, 4859.0, 4887.0, 4855.0, 4845.0, 4893.0, 4898.0, 4860.0, 4849.0, 4898.0, 4901.0, 4883.0, 4862.0, 4873.0, 4911.0, 4886.0, 4871.0, 4863.0, 4935.0, 4914.0, 4896.0, 4860.0, 4932.0, 4904.0, 4886.0, 4882.0, 4928.0, 4893.0, 4863.0, 4893.0, 4929.0, 4898.0, 4913.0, 4892.0, 4925.0, 4911.0, 4926.0, 4925.0, 4911.0, 4894.0, 4896.0, 4920.0, 4929.0, 4929.0, 4923.0, 4894.0, 4878.0, 4864.0, 4844.0, 4920.0, 4891.0, 4873.0, 4850.0, 4908.0, 4898.0, 4890.0, 4881.0, 4919.0, 4889.0, 4871.0, 4850.0, 4914.0, 4899.0, 4879.0, 4852.0, 4912.0, 4888.0, 4899.0, 4876.0, 4912.0, 4888.0, 4875.0, 4874.0, 4921.0, 4878.0, 4862.0, 4890.0, 4913.0, 4893.0, 4857.0, 4890.0, 4907.0, 4881.0, 4862.0, 4895.0, 4922.0, 4876.0, 4874.0, 4902.0, 4933.0, 4896.0, 4875.0, 4879.0, 4921.0, 4896.0, 4912.0, 4923.0, 4907.0, 4898.0, 4942.0, 4931.0, 4902.0, 4887.0, 4918.0, 4924.0, 4919.0, 4871.0, 4849.0, 4833.0, 4864.0, 4908.0, 4886.0, 4855.0, 4859.0, 4908.0, 4887.0, 4878.0, 4850.0, 4848.0, 4908.0, 4873.0, 4861.0, 4850.0, 4902.0, 4889.0, 4873.0, 4853.0, 4904.0, 4888.0, 4861.0, 4848.0, 4903.0, 4899.0, 4878.0, 4850.0, 4854.0, 4909.0, 4888.0, 4870.0, 4857.0, 4899.0, 4892.0, 4883.0, 4863.0, 4918.0, 4916.0, 4888.0, 4864.0, 4934.0, 4936.0, 4902.0, 4875.0, 4876.0, 4920.0, 4884.0, 4885.0, 4906.0, 4907.0, 4902.0, 4873.0, 4863.0, 4875.0, 4915.0, 4902.0, 4911.0, 4895.0, 4904.0, 4913.0, 4929.0, 4905.0, 4872.0, 4857.0, 4902.0, 4881.0, 4876.0, 4839.0, 4907.0, 4887.0, 4849.0, 4886.0, 4890.0, 4870.0, 4852.0, 4912.0, 4893.0, 4866.0, 4853.0, 4913.0, 4886.0, 4864.0, 4901.0, 4908.0, 4879.0, 4850.0, 4921.0, 4899.0, 4871.0, 4851.0, 4919.0, 4903.0, 4902.0, 4874.0, 4922.0, 4890.0, 4856.0, 4862.0, 4933.0, 4903.0, 4890.0, 4897.0, 4923.0, 4877.0, 4857.0, 4922.0, 4911.0, 4885.0, 4884.0, 4909.0, 4888.0, 4903.0, 4903.0, 4885.0, 4882.0, 4901.0, 4882.0, 4898.0, 4868.0, 4887.0, 4859.0, 4832.0, 4909.0, 4881.0, 4851.0, 4847.0, 4917.0, 4883.0, 4848.0, 4891.0, 4881.0, 4872.0, 4850.0, 4913.0, 4880.0, 4861.0, 4864.0, 4924.0, 4899.0, 4873.0, 4878.0, 4923.0, 4886.0, 4877.0, 4927.0, 4906.0, 4877.0, 4866.0, 4944.0, 4915.0, 4878.0, 4888.0, 4916.0, 4897.0, 4856.0, 4928.0, 4906.0, 4897.0, 4893.0, 4926.0, 4901.0, 4906.0, 4916.0, 4882.0, 4868.0, 4845.0, 4895.0, 4905.0, 4895.0, 4905.0, 4883.0, 4910.0, 4890.0, 4885.0, 4856.0, 4869.0, 4907.0, 4877.0, 4856.0, 4912.0, 4923.0, 4885.0, 4855.0, 4906.0, 4902.0, 4892.0, 4884.0, 4917.0, 4886.0, 4863.0, 4870.0, 4911.0, 4903.0, 4853.0, 4897.0, 4912.0, 4877.0, 4856.0, 4926.0, 4912.0, 4888.0, 4858.0, 4916.0, 4906.0, 4906.0, 4917.0, 4909.0, 4888.0, 4862.0, 4844.0, 4920.0, 4905.0, 4901.0, 4863.0, 4909.0, 4884.0, 4879.0, 4894.0, 4897.0, 4892.0, 4899.0, 4859.0, 4916.0, 4920.0, 4919.0, 4921.0, 4901.0, 4891.0, 4869.0, 4854.0, 4904.0, 4930.0, 4909.0, 4890.0, 4845.0, 4888.0, 4887.0, 4872.0, 4849.0, 4897.0, 4909.0, 4877.0, 4850.0, 4843.0, 4901.0, 4861.0, 4850.0, 4831.0, 4896.0, 4891.0, 4883.0, 4862.0, 4843.0, 4860.0, 4902.0, 4875.0, 4842.0, 4858.0, 4900.0, 4882.0, 4880.0, 4849.0, 4900.0, 4858.0, 4848.0, 4861.0, 4910.0, 4880.0, 4846.0, 4849.0, 4883.0, 4890.0, 4863.0, 4862.0, 4916.0, 4924.0, 4904.0, 4869.0, 4899.0, 4935.0, 4909.0, 4878.0, 4914.0, 4908.0, 4896.0, 4910.0, 4913.0, 4895.0, 4897.0, 4899.0, 4920.0, 4903.0, 4888.0, 4867.0, 4901.0, 4880.0, 4868.0, 4881.0, 4906.0, 4866.0, 4837.0, 4885.0, 4909.0, 4888.0, 4843.0, 4869.0, 4898.0, 4882.0, 4857.0, 4900.0, 4900.0, 4864.0, 4845.0, 4916.0, 4923.0, 4876.0, 4846.0, 4908.0, 4900.0, 4884.0, 4852.0, 4915.0, 4884.0, 4885.0, 4885.0, 4920.0, 4885.0, 4862.0, 4899.0, 4926.0, 4901.0, 4907.0, 4915.0, 4893.0, 4876.0, 4856.0, 4906.0, 4901.0, 4876.0, 4881.0, 4926.0, 4912.0, 4877.0, 4874.0, 4908.0, 4891.0, 4865.0, 4882.0, 4893.0, 4871.0, 4861.0, 4874.0, 4911.0, 4914.0, 4896.0, 4908.0, 4904.0, 4877.0, 4840.0, 4830.0, 4894.0, 4875.0, 4875.0, 4890.0, 4904.0, 4877.0, 4843.0, 4839.0, 4902.0, 4871.0, 4870.0, 4839.0, 4841.0, 4910.0, 4884.0, 4864.0, 4841.0, 4845.0, 4902.0, 4883.0, 4862.0, 4841.0, 4898.0, 4881.0, 4878.0, 4854.0, 4908.0, 4878.0, 4854.0, 4824.0, 4907.0, 4887.0, 4883.0, 4899.0, 4893.0, 4851.0, 4837.0, 4833.0, 4902.0, 4884.0, 4848.0, 4889.0, 4906.0, 4886.0, 4872.0, 4848.0, 4889.0, 4924.0, 4896.0, 4882.0, 4836.0, 4894.0, 4905.0, 4902.0, 4911.0, 4896.0, 4894.0, 4863.0, 4841.0, 4894.0, 4903.0, 4872.0, 4865.0, 4849.0, 4899.0, 4875.0, 4882.0, 4838.0, 4917.0, 4892.0, 4868.0, 4848.0, 4924.0, 4897.0, 4891.0, 4865.0, 4910.0, 4875.0, 4870.0, 4885.0, 4922.0, 4892.0, 4866.0, 4836.0, 4911.0, 4904.0, 4885.0, 4880.0, 4893.0, 4899.0, 4884.0, 4894.0, 4893.0, 4873.0, 4869.0, 4854.0, 4894.0, 4873.0, 4857.0, 4819.0, 4899.0, 4883.0, 4869.0, 4835.0, 4900.0, 4877.0, 4863.0, 4847.0, 4902.0, 4884.0, 4859.0, 4830.0, 4904.0, 4899.0, 4875.0, 4842.0, 4910.0, 4894.0, 4880.0, 4854.0, 4859.0, 4910.0, 4893.0, 4885.0, 4889.0, 4919.0, 4898.0, 4878.0, 4873.0, 4924.0, 4908.0, 4878.0, 4867.0, 4904.0, 4926.0, 4892.0, 4890.0, 4875.0, 4881.0, 4864.0, 4824.0, 4862.0, 4873.0, 4868.0, 4861.0, 4840.0, 4845.0, 4895.0, 4890.0, 4864.0, 4850.0, 4835.0, 4909.0, 4875.0, 4898.0, 4899.0, 4886.0, 4868.0, 4832.0, 4827.0, 4898.0, 4871.0, 4876.0, 4887.0, 4868.0, 4860.0, 4830.0, 4835.0, 4867.0, 4900.0, 4870.0, 4837.0, 4879.0, 4897.0, 4879.0, 4859.0, 4895.0, 4874.0, 4864.0, 4860.0, 4889.0, 4874.0, 4885.0, 4885.0, 4882.0, 4857.0, 4822.0, 4831.0, 4874.0, 4856.0, 4847.0, 4848.0, 4886.0, 4856.0, 4848.0, 4826.0, 4881.0, 4877.0, 4849.0, 4827.0, 4877.0, 4883.0, 4857.0, 4827.0, 4842.0, 4874.0, 4832.0, 4840.0, 4862.0, 4890.0, 4843.0, 4835.0, 4826.0, 4857.0, 4887.0, 4851.0, 4828.0, 4821.0, 4888.0, 4896.0, 4858.0, 4834.0, 4850.0, 4886.0, 4877.0, 4843.0, 4878.0, 4891.0, 4859.0, 4840.0, 4848.0, 4893.0, 4873.0, 4845.0, 4856.0, 4897.0, 4864.0, 4844.0, 4874.0, 4900.0, 4870.0, 4834.0, 4843.0, 4889.0, 4869.0, 4841.0, 4847.0, 4883.0, 4883.0, 4859.0, 4833.0, 4900.0, 4862.0, 4832.0, 4838.0, 4893.0, 4895.0, 4870.0, 4842.0, 4845.0, 4898.0, 4883.0, 4863.0, 4840.0, 4890.0, 4862.0, 4854.0, 4850.0, 4889.0, 4878.0, 4846.0, 4837.0, 4859.0, 4897.0, 4877.0, 4856.0, 4870.0, 4871.0, 4874.0, 4852.0, 4832.0, 4847.0, 4897.0, 4878.0, 4842.0, 4844.0, 4841.0, 4876.0, 4856.0, 4855.0, 4848.0, 4888.0, 4855.0, 4840.0, 4859.0, 4879.0, 4874.0, 4854.0, 4837.0, 4823.0, 4852.0, 4838.0, 4844.0, 4825.0, 4836.0, 4876.0, 4847.0, 4821.0, 4844.0, 4838.0, 4872.0, 4854.0, 4845.0, 4863.0, 4875.0, 4863.0, 4853.0, 4834.0, 4863.0, 4832.0, 4819.0, 4859.0, 4862.0, 4847.0, 4821.0, 4874.0, 4841.0, 4811.0, 4831.0, 4882.0, 4854.0, 4833.0, 4823.0, 4872.0, 4856.0, 4834.0, 4864.0, 4864.0, 4832.0, 4824.0, 4867.0, 4851.0, 4844.0, 4833.0, 4864.0, 4832.0, 4814.0, 4823.0, 4883.0, 4863.0, 4844.0, 4839.0, 4864.0, 4852.0, 4856.0, 4826.0, 4876.0, 4862.0, 4842.0, 4813.0, 4864.0, 4886.0, 4855.0, 4857.0, 4852.0, 4866.0, 4850.0, 4835.0, 4831.0, 4848.0, 4867.0, 4863.0, 4832.0, 4802.0, 4842.0, 4873.0, 4864.0, 4868.0, 4850.0, 4861.0, 4827.0, 4823.0, 4847.0, 4867.0, 4841.0, 4822.0, 4830.0, 4859.0, 4837.0, 4822.0, 4879.0, 4872.0, 4854.0, 4859.0, 4900.0, 4876.0, 4868.0, 4887.0, 4875.0, 4874.0, 4886.0, 4873.0, 4847.0, 4863.0, 4813.0, 4795.0, 4792.0, 4864.0, 4849.0, 4809.0, 4870.0, 4850.0, 4827.0, 4830.0, 4867.0, 4836.0, 4824.0, 4835.0, 4844.0, 4844.0, 4832.0, 4831.0, 4831.0, 4788.0, 4819.0, 4809.0, 4818.0, 4836.0, 4828.0, 4809.0], 'WindowWidth': [10845.0, 10759.0, 10740.0, 10703.0, 10691.0, 10694.0, 10666.0, 10663.0, 10644.0, 10643.0, 10658.0, 10640.0, 10621.0, 10630.0, 10693.0, 10635.0, 10595.0, 10605.0, 10641.0, 10598.0, 10582.0, 10649.0, 10660.0, 10608.0, 10591.0, 10660.0, 10665.0, 10644.0, 10618.0, 10633.0, 10684.0, 10646.0, 10630.0, 10621.0, 10723.0, 10691.0, 10668.0, 10616.0, 10714.0, 10676.0, 10646.0, 10643.0, 10706.0, 10658.0, 10618.0, 10660.0, 10711.0, 10664.0, 10685.0, 10657.0, 10698.0, 10683.0, 10699.0, 10700.0, 10682.0, 10653.0, 10657.0, 10695.0, 10706.0, 10703.0, 10694.0, 10654.0, 10631.0, 10611.0, 10585.0, 10691.0, 10646.0, 10624.0, 10597.0, 10672.0, 10660.0, 10650.0, 10639.0, 10689.0, 10647.0, 10624.0, 10595.0, 10683.0, 10662.0, 10634.0, 10600.0, 10680.0, 10646.0, 10661.0, 10628.0, 10676.0, 10647.0, 10627.0, 10628.0, 10694.0, 10632.0, 10616.0, 10651.0, 10682.0, 10653.0, 10609.0, 10653.0, 10671.0, 10639.0, 10616.0, 10658.0, 10696.0, 10632.0, 10633.0, 10672.0, 10716.0, 10661.0, 10637.0, 10639.0, 10695.0, 10658.0, 10684.0, 10699.0, 10676.0, 10667.0, 10726.0, 10709.0, 10665.0, 10644.0, 10686.0, 10694.0, 10692.0, 10617.0, 10592.0, 10567.0, 10610.0, 10670.0, 10640.0, 10600.0, 10605.0, 10671.0, 10641.0, 10629.0, 10593.0, 10590.0, 10670.0, 10621.0, 10604.0, 10595.0, 10662.0, 10646.0, 10622.0, 10593.0, 10666.0, 10643.0, 10604.0, 10590.0, 10664.0, 10661.0, 10632.0, 10598.0, 10599.0, 10675.0, 10649.0, 10624.0, 10607.0, 10665.0, 10657.0, 10646.0, 10623.0, 10694.0, 10690.0, 10651.0, 10623.0, 10719.0, 10722.0, 10671.0, 10629.0, 10628.0, 10692.0, 10640.0, 10642.0, 10672.0, 10677.0, 10670.0, 10628.0, 10616.0, 10628.0, 10685.0, 10669.0, 10678.0, 10653.0, 10666.0, 10677.0, 10703.0, 10669.0, 10617.0, 10601.0, 10662.0, 10630.0, 10624.0, 10571.0, 10667.0, 10639.0, 10594.0, 10641.0, 10641.0, 10614.0, 10591.0, 10677.0, 10649.0, 10613.0, 10593.0, 10676.0, 10640.0, 10609.0, 10663.0, 10671.0, 10632.0, 10592.0, 10691.0, 10660.0, 10622.0, 10596.0, 10690.0, 10675.0, 10670.0, 10632.0, 10698.0, 10651.0, 10605.0, 10614.0, 10714.0, 10672.0, 10654.0, 10663.0, 10699.0, 10633.0, 10605.0, 10698.0, 10680.0, 10640.0, 10637.0, 10673.0, 10646.0, 10660.0, 10666.0, 10636.0, 10630.0, 10659.0, 10632.0, 10656.0, 10613.0, 10633.0, 10596.0, 10563.0, 10671.0, 10630.0, 10587.0, 10588.0, 10685.0, 10634.0, 10588.0, 10644.0, 10632.0, 10621.0, 10595.0, 10679.0, 10630.0, 10611.0, 10615.0, 10698.0, 10664.0, 10633.0, 10639.0, 10699.0, 10646.0, 10632.0, 10704.0, 10673.0, 10635.0, 10618.0, 10734.0, 10691.0, 10638.0, 10650.0, 10687.0, 10660.0, 10605.0, 10708.0, 10674.0, 10661.0, 10656.0, 10702.0, 10667.0, 10669.0, 10685.0, 10633.0, 10616.0, 10585.0, 10654.0, 10669.0, 10656.0, 10669.0, 10637.0, 10677.0, 10650.0, 10642.0, 10603.0, 10624.0, 10673.0, 10632.0, 10604.0, 10682.0, 10701.0, 10643.0, 10603.0, 10669.0, 10667.0, 10654.0, 10640.0, 10690.0, 10644.0, 10616.0, 10621.0, 10678.0, 10671.0, 10603.0, 10661.0, 10680.0, 10632.0, 10605.0, 10701.0, 10684.0, 10649.0, 10607.0, 10684.0, 10671.0, 10671.0, 10686.0, 10677.0, 10645.0, 10611.0, 10584.0, 10693.0, 10670.0, 10666.0, 10607.0, 10673.0, 10636.0, 10632.0, 10651.0, 10662.0, 10650.0, 10667.0, 10615.0, 10692.0, 10694.0, 10688.0, 10692.0, 10663.0, 10644.0, 10621.0, 10599.0, 10667.0, 10712.0, 10675.0, 10651.0, 10587.0, 10646.0, 10642.0, 10620.0, 10592.0, 10658.0, 10674.0, 10630.0, 10596.0, 10580.0, 10658.0, 10601.0, 10585.0, 10562.0, 10653.0, 10644.0, 10634.0, 10605.0, 10583.0, 10608.0, 10660.0, 10622.0, 10575.0, 10599.0, 10656.0, 10631.0, 10626.0, 10589.0, 10655.0, 10595.0, 10591.0, 10612.0, 10668.0, 10625.0, 10584.0, 10593.0, 10636.0, 10648.0, 10611.0, 10615.0, 10687.0, 10703.0, 10676.0, 10628.0, 10667.0, 10720.0, 10682.0, 10637.0, 10687.0, 10674.0, 10656.0, 10675.0, 10681.0, 10655.0, 10654.0, 10659.0, 10693.0, 10663.0, 10642.0, 10610.0, 10655.0, 10624.0, 10612.0, 10627.0, 10665.0, 10607.0, 10571.0, 10636.0, 10674.0, 10643.0, 10580.0, 10616.0, 10655.0, 10632.0, 10599.0, 10662.0, 10663.0, 10609.0, 10586.0, 10686.0, 10699.0, 10628.0, 10589.0, 10672.0, 10663.0, 10637.0, 10598.0, 10680.0, 10637.0, 10646.0, 10640.0, 10692.0, 10639.0, 10611.0, 10667.0, 10700.0, 10666.0, 10677.0, 10683.0, 10650.0, 10630.0, 10604.0, 10670.0, 10667.0, 10628.0, 10637.0, 10699.0, 10680.0, 10631.0, 10628.0, 10668.0, 10646.0, 10608.0, 10628.0, 10643.0, 10610.0, 10598.0, 10616.0, 10674.0, 10687.0, 10655.0, 10671.0, 10665.0, 10624.0, 10569.0, 10555.0, 10643.0, 10618.0, 10626.0, 10645.0, 10665.0, 10626.0, 10578.0, 10570.0, 10656.0, 10611.0, 10618.0, 10575.0, 10577.0, 10672.0, 10633.0, 10606.0, 10579.0, 10580.0, 10657.0, 10630.0, 10601.0, 10578.0, 10652.0, 10626.0, 10625.0, 10591.0, 10669.0, 10625.0, 10591.0, 10547.0, 10663.0, 10635.0, 10629.0, 10654.0, 10644.0, 10586.0, 10569.0, 10562.0, 10657.0, 10634.0, 10583.0, 10643.0, 10668.0, 10638.0, 10626.0, 10593.0, 10649.0, 10702.0, 10654.0, 10637.0, 10572.0, 10649.0, 10666.0, 10665.0, 10674.0, 10653.0, 10646.0, 10603.0, 10576.0, 10645.0, 10660.0, 10616.0, 10608.0, 10588.0, 10656.0, 10623.0, 10635.0, 10577.0, 10684.0, 10649.0, 10618.0, 10589.0, 10698.0, 10655.0, 10655.0, 10620.0, 10674.0, 10621.0, 10618.0, 10636.0, 10692.0, 10650.0, 10611.0, 10569.0, 10674.0, 10664.0, 10636.0, 10631.0, 10646.0, 10655.0, 10633.0, 10645.0, 10646.0, 10615.0, 10614.0, 10588.0, 10645.0, 10611.0, 10590.0, 10542.0, 10651.0, 10625.0, 10609.0, 10568.0, 10656.0, 10623.0, 10602.0, 10582.0, 10656.0, 10632.0, 10600.0, 10562.0, 10661.0, 10655.0, 10622.0, 10581.0, 10671.0, 10647.0, 10632.0, 10602.0, 10606.0, 10674.0, 10652.0, 10645.0, 10647.0, 10691.0, 10658.0, 10631.0, 10626.0, 10700.0, 10673.0, 10629.0, 10613.0, 10667.0, 10705.0, 10650.0, 10642.0, 10620.0, 10624.0, 10598.0, 10546.0, 10598.0, 10613.0, 10609.0, 10603.0, 10573.0, 10577.0, 10647.0, 10642.0, 10602.0, 10585.0, 10563.0, 10665.0, 10617.0, 10649.0, 10650.0, 10632.0, 10608.0, 10553.0, 10548.0, 10645.0, 10604.0, 10614.0, 10630.0, 10606.0, 10590.0, 10550.0, 10560.0, 10605.0, 10651.0, 10612.0, 10568.0, 10624.0, 10649.0, 10624.0, 10596.0, 10646.0, 10615.0, 10598.0, 10595.0, 10635.0, 10609.0, 10622.0, 10624.0, 10623.0, 10587.0, 10539.0, 10550.0, 10608.0, 10586.0, 10575.0, 10576.0, 10629.0, 10586.0, 10577.0, 10544.0, 10619.0, 10618.0, 10579.0, 10547.0, 10615.0, 10620.0, 10587.0, 10546.0, 10563.0, 10607.0, 10546.0, 10568.0, 10604.0, 10640.0, 10567.0, 10558.0, 10547.0, 10590.0, 10632.0, 10577.0, 10553.0, 10538.0, 10633.0, 10646.0, 10593.0, 10561.0, 10584.0, 10629.0, 10617.0, 10570.0, 10619.0, 10641.0, 10597.0, 10571.0, 10581.0, 10640.0, 10612.0, 10578.0, 10593.0, 10649.0, 10600.0, 10573.0, 10615.0, 10657.0, 10611.0, 10559.0, 10569.0, 10637.0, 10607.0, 10567.0, 10582.0, 10628.0, 10637.0, 10597.0, 10558.0, 10655.0, 10595.0, 10554.0, 10566.0, 10641.0, 10646.0, 10613.0, 10575.0, 10576.0, 10651.0, 10633.0, 10599.0, 10569.0, 10638.0, 10597.0, 10587.0, 10584.0, 10636.0, 10620.0, 10575.0, 10563.0, 10593.0, 10648.0, 10619.0, 10591.0, 10611.0, 10615.0, 10614.0, 10587.0, 10553.0, 10573.0, 10646.0, 10618.0, 10568.0, 10570.0, 10563.0, 10613.0, 10585.0, 10583.0, 10574.0, 10631.0, 10581.0, 10559.0, 10584.0, 10614.0, 10606.0, 10578.0, 10558.0, 10536.0, 10570.0, 10551.0, 10564.0, 10540.0, 10558.0, 10613.0, 10573.0, 10540.0, 10572.0, 10562.0, 10603.0, 10579.0, 10567.0, 10592.0, 10610.0, 10592.0, 10575.0, 10552.0, 10591.0, 10545.0, 10527.0, 10581.0, 10587.0, 10564.0, 10532.0, 10607.0, 10558.0, 10520.0, 10544.0, 10618.0, 10579.0, 10553.0, 10539.0, 10601.0, 10582.0, 10552.0, 10594.0, 10591.0, 10549.0, 10536.0, 10592.0, 10570.0, 10564.0, 10547.0, 10592.0, 10546.0, 10522.0, 10537.0, 10619.0, 10592.0, 10569.0, 10565.0, 10595.0, 10577.0, 10584.0, 10544.0, 10613.0, 10592.0, 10563.0, 10524.0, 10593.0, 10626.0, 10585.0, 10589.0, 10578.0, 10599.0, 10571.0, 10553.0, 10546.0, 10565.0, 10601.0, 10591.0, 10546.0, 10505.0, 10560.0, 10605.0, 10593.0, 10607.0, 10582.0, 10589.0, 10537.0, 10534.0, 10563.0, 10591.0, 10556.0, 10532.0, 10540.0, 10577.0, 10550.0, 10534.0, 10615.0, 10605.0, 10582.0, 10597.0, 10658.0, 10619.0, 10605.0, 10632.0, 10617.0, 10611.0, 10628.0, 10604.0, 10561.0, 10590.0, 10508.0, 10480.0, 10485.0, 10587.0, 10568.0, 10512.0, 10596.0, 10567.0, 10533.0, 10537.0, 10586.0, 10542.0, 10523.0, 10537.0, 10551.0, 10547.0, 10527.0, 10523.0, 10521.0, 10458.0, 10507.0, 10492.0, 10504.0, 10525.0, 10516.0, 10492.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.0025072836801752463</td></tr>
<tr><td colspan=3>aqi</td><td>0.04769945410733844</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.46324279014246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1255012023574553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9465415016008781</td></tr>
<tr><td colspan=3>efc</td><td>0.5054</td></tr>
<tr><td colspan=3>fber</td><td>6317.0679</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10801714190819989</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.024096385542169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3511321057072307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1594252212425635</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6440452096883225</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.249925886190805</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134274</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013949048705399036</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04540558531880379</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>4.44885137649873</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>18.2867</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.4768</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289213.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.634</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1574</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.8681</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4048.7798</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.54</td></tr>
<tr><td colspan=3>tsnr</td><td>30.90918142325245</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>