<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>199c6c11f12e7a09fda140b3a1d7a88a</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>09:57:48.775000</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_VE11C_LATEST_20160120</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.990734, 0.127614, 0.0464775, -0.120418, 0.983649, -0.13392]</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.101152</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>[4163, -7755, -7250, 730, -23, -230, -66, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4637a691-aba7-4d6e-b315-4f0663b0a6ef||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6580679416656494, -0.3230739235877991, 0.16958042979240417, 119.93180847167969], [-0.34237805008888245, 2.6390576362609863, -0.3431231379508972, -68.67263793945312], [0.12469568848609924, 0.3592982292175293, 2.672734260559082, -81.88152313232422], [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': ['095748.775000', '095749.235000', '095749.695000', '095750.155000', '095750.615000', '095751.075000', '095751.535000', '095751.995000', '095752.455000', '095752.915000', '095753.375000', '095753.835000', '095754.295000', '095754.755000', '095755.215000', '095755.675000', '095756.135000', '095756.595000', '095757.055000', '095757.515000', '095757.975000', '095758.435000', '095758.895000', '095759.355000', '095759.815000', '095800.275000', '095800.735000', '095801.195000', '095801.655000', '095802.115000', '095802.575000', '095803.035000', '095803.495000', '095803.955000', '095804.415000', '095804.875000', '095805.335000', '095805.795000', '095806.255000', '095806.715000', '095807.175000', '095807.635000', '095808.095000', '095808.555000', '095809.015000', '095809.475000', '095809.935000', '095810.395000', '095810.855000', '095811.315000', '095811.775000', '095812.235000', '095812.695000', '095813.155000', '095813.615000', '095814.075000', '095814.535000', '095814.995000', '095815.455000', '095815.915000', '095816.375000', '095816.835000', '095817.295000', '095817.755000', '095818.215000', '095818.675000', '095819.135000', '095819.595000', '095820.055000', '095820.515000', '095820.975000', '095821.435000', '095821.895000', '095822.355000', '095822.815000', '095823.275000', '095823.735000', '095824.195000', '095824.655000', '095825.115000', '095825.575000', '095826.035000', '095826.495000', '095826.955000', '095827.415000', '095827.875000', '095828.335000', '095828.795000', '095829.255000', '095829.715000', '095830.175000', '095830.635000', '095831.095000', '095831.555000', '095832.015000', '095832.475000', '095832.935000', '095833.395000', '095833.855000', '095834.315000', '095834.775000', '095835.235000', '095835.695000', '095836.155000', '095836.615000', '095837.075000', '095837.535000', '095837.995000', '095838.455000', '095838.915000', '095839.375000', '095839.835000', '095840.295000', '095840.755000', '095841.215000', '095841.675000', '095842.135000', '095842.595000', '095843.055000', '095843.515000', '095843.975000', '095844.435000', '095844.895000', '095845.355000', '095845.815000', '095846.275000', '095846.735000', '095847.195000', '095847.655000', '095848.115000', '095848.575000', '095849.035000', '095849.495000', '095849.955000', '095850.415000', '095850.875000', '095851.335000', '095851.795000', '095852.255000', '095852.715000', '095853.175000', '095853.635000', '095854.095000', '095854.555000', '095855.015000', '095855.475000', '095855.935000', '095856.395000', '095856.855000', '095857.315000', '095857.775000', '095858.235000', '095858.695000', '095859.155000', '095859.615000', '095900.075000', '095900.535000', '095900.995000', '095901.455000', '095901.915000', '095902.375000', '095902.835000', '095903.295000', '095903.755000', '095904.215000', '095904.675000', '095905.135000', '095905.595000', '095906.055000', '095906.515000', '095906.975000', '095907.435000', '095907.895000', '095908.355000', '095908.815000', '095909.275000', '095909.735000', '095910.195000', '095910.655000', '095911.115000', '095911.575000', '095912.035000', '095912.495000', '095912.955000', '095913.415000', '095913.875000', '095914.335000', '095914.795000', '095915.255000', '095915.715000', '095916.175000', '095916.635000', '095917.095000', '095917.555000', '095918.015000', '095918.475000', '095918.935000', '095919.395000', '095919.855000', '095920.315000', '095920.775000', '095921.235000', '095921.695000', '095922.155000', '095922.615000', '095923.075000', '095923.535000', '095923.995000', '095924.455000', '095924.915000', '095925.375000', '095925.835000', '095926.295000', '095926.755000', '095927.215000', '095927.675000', '095928.135000', '095928.595000', '095929.055000', '095929.515000', '095929.975000', '095930.435000', '095930.895000', '095931.355000', '095931.815000', '095932.275000', '095932.735000', '095933.195000', '095933.655000', '095934.115000', '095934.575000', '095935.035000', '095935.495000', '095935.955000', '095936.415000', '095936.875000', '095937.335000', '095937.795000', '095938.255000', '095938.715000', '095939.175000', '095939.635000', '095940.095000', '095940.555000', '095941.015000', '095941.475000', '095941.935000', '095942.395000', '095942.855000', '095943.315000', '095943.775000', '095944.235000', '095944.695000', '095945.155000', '095945.615000', '095946.075000', '095946.535000', '095946.995000', '095947.455000', '095947.915000', '095948.375000', '095948.835000', '095949.295000', '095949.755000', '095950.215000', '095950.675000', '095951.135000', '095951.595000', '095952.055000', '095952.515000', '095952.975000', '095953.435000', '095953.895000', '095954.355000', '095954.815000', '095955.275000', '095955.735000', '095956.195000', '095956.655000', '095957.115000', '095957.575000', '095958.035000', '095958.495000', '095958.955000', '095959.415000', '095959.875000', '100000.335000', '100000.795000', '100001.255000', '100001.715000', '100002.175000', '100002.635000', '100003.095000', '100003.555000', '100004.015000', '100004.475000', '100004.935000', '100005.395000', '100005.855000', '100006.315000', '100006.775000', '100007.235000', '100007.695000', '100008.155000', '100008.615000', '100009.075000', '100009.535000', '100009.995000', '100010.455000', '100010.915000', '100011.375000', '100011.835000', '100012.295000', '100012.755000', '100013.215000', '100013.675000', '100014.135000', '100014.595000', '100015.055000', '100015.515000', '100015.975000', '100016.435000', '100016.895000', '100017.355000', '100017.815000', '100018.275000', '100018.735000', '100019.195000', '100019.655000', '100020.115000', '100020.575000', '100021.035000', '100021.495000', '100021.955000', '100022.415000', '100022.875000', '100023.335000', '100023.795000', '100024.255000', '100024.715000', '100025.175000', '100025.635000', '100026.095000', '100026.555000', '100027.015000', '100027.475000', '100027.935000', '100028.395000', '100028.855000', '100029.315000', '100029.775000', '100030.235000', '100030.695000', '100031.155000', '100031.615000', '100032.075000', '100032.535000', '100032.995000', '100033.455000', '100033.915000', '100034.375000', '100034.835000', '100035.295000', '100035.755000', '100036.215000', '100036.675000', '100037.135000', '100037.595000', '100038.055000', '100038.515000', '100038.975000', '100039.435000', '100039.895000', '100040.355000', '100040.815000', '100041.275000', '100041.735000', '100042.195000', '100042.655000', '100043.115000', '100043.575000', '100044.035000', '100044.495000', '100044.955000', '100045.415000', '100045.875000', '100046.335000', '100046.795000', '100047.255000', '100047.715000', '100048.175000', '100048.635000', '100049.095000', '100049.555000', '100050.015000', '100050.475000', '100050.935000', '100051.395000', '100051.855000', '100052.315000', '100052.775000', '100053.235000', '100053.695000', '100054.155000', '100054.615000', '100055.075000', '100055.535000', '100055.995000', '100056.455000', '100056.915000', '100057.375000', '100057.835000', '100058.295000', '100058.755000', '100059.215000', '100059.675000', '100100.135000', '100100.595000', '100101.055000', '100101.515000', '100101.975000', '100102.435000', '100102.895000', '100103.355000', '100103.815000', '100104.275000', '100104.735000', '100105.195000', '100105.655000', '100106.115000', '100106.575000', '100107.035000', '100107.495000', '100107.955000', '100108.415000', '100108.875000', '100109.335000', '100109.795000', '100110.255000', '100110.715000', '100111.175000', '100111.635000', '100112.095000', '100112.555000', '100113.015000', '100113.475000', '100113.935000', '100114.395000', '100114.855000', '100115.315000', '100115.775000', '100116.235000', '100116.695000', '100117.155000', '100117.615000', '100118.075000', '100118.535000', '100118.995000', '100119.455000', '100119.915000', '100120.375000', '100120.835000', '100121.295000', '100121.755000', '100122.215000', '100122.675000', '100123.135000', '100123.595000', '100124.055000', '100124.515000', '100124.975000', '100125.435000', '100125.895000', '100126.355000', '100126.815000', '100127.275000', '100127.735000', '100128.195000', '100128.655000', '100129.115000', '100129.575000', '100130.035000', '100130.495000', '100130.955000', '100131.415000', '100131.875000', '100132.335000', '100132.795000', '100133.255000', '100133.715000', '100134.175000', '100134.635000', '100135.095000', '100135.555000', '100136.015000', '100136.475000', '100136.935000', '100137.395000', '100137.855000', '100138.315000', '100138.775000', '100139.235000', '100139.695000', '100140.155000', '100140.615000', '100141.075000', '100141.535000', '100141.995000', '100142.455000', '100142.915000', '100143.375000', '100143.835000', '100144.295000', '100144.755000', '100145.215000', '100145.675000', '100146.135000', '100146.595000', '100147.055000', '100147.515000', '100147.975000', '100148.435000', '100148.895000', '100149.355000', '100149.815000', '100150.275000', '100150.735000', '100151.195000', '100151.655000', '100152.115000', '100152.575000', '100153.035000', '100153.495000', '100153.955000', '100154.415000', '100154.875000', '100155.335000', '100155.795000', '100156.255000', '100156.715000', '100157.175000', '100157.635000', '100158.095000', '100158.555000', '100159.015000', '100159.475000', '100159.935000', '100200.395000', '100200.855000', '100201.315000', '100201.775000', '100202.235000', '100202.695000', '100203.155000', '100203.615000', '100204.075000', '100204.535000', '100204.995000', '100205.455000', '100205.915000', '100206.375000', '100206.835000', '100207.295000', '100207.755000', '100208.215000', '100208.675000', '100209.135000', '100209.595000', '100210.055000', '100210.515000', '100210.975000', '100211.435000', '100211.895000', '100212.355000', '100212.815000', '100213.275000', '100213.735000', '100214.195000', '100214.655000', '100215.115000', '100215.575000', '100216.035000', '100216.495000', '100216.955000', '100217.415000', '100217.875000', '100218.335000', '100218.795000', '100219.255000', '100219.715000', '100220.175000', '100220.635000', '100221.095000', '100221.555000', '100222.015000', '100222.475000', '100222.935000', '100223.395000', '100223.855000', '100224.315000', '100224.775000', '100225.235000', '100225.695000', '100226.155000', '100226.615000', '100227.075000', '100227.535000', '100227.995000', '100228.455000', '100228.915000', '100229.375000', '100229.835000', '100230.295000', '100230.755000', '100231.215000', '100231.675000', '100232.135000', '100232.595000', '100233.055000', '100233.515000', '100233.975000', '100234.435000', '100234.895000', '100235.355000', '100235.815000', '100236.275000', '100236.735000', '100237.195000', '100237.655000', '100238.115000', '100238.575000', '100239.035000', '100239.495000', '100239.955000', '100240.415000', '100240.875000', '100241.335000', '100241.795000', '100242.255000', '100242.715000', '100243.175000', '100243.635000', '100244.095000', '100244.555000', '100245.015000', '100245.475000', '100245.935000', '100246.395000', '100246.855000', '100247.315000', '100247.775000', '100248.235000', '100248.695000', '100249.155000', '100249.615000', '100250.075000', '100250.535000', '100250.995000', '100251.455000', '100251.915000', '100252.375000', '100252.835000', '100253.295000', '100253.755000', '100254.215000', '100254.675000', '100255.135000', '100255.595000', '100256.055000', '100256.515000', '100256.975000', '100257.435000', '100257.895000', '100258.355000', '100258.815000', '100259.275000', '100259.735000', '100300.195000', '100300.655000', '100301.115000', '100301.575000', '100302.035000', '100302.495000', '100302.955000', '100303.415000', '100303.875000', '100304.335000', '100304.795000', '100305.255000', '100305.715000', '100306.175000', '100306.635000', '100307.095000', '100307.555000', '100308.015000', '100308.475000', '100308.935000', '100309.395000', '100309.855000', '100310.315000', '100310.775000', '100311.235000', '100311.695000', '100312.155000', '100312.615000', '100313.075000', '100313.535000', '100313.995000', '100314.455000', '100314.915000', '100315.375000', '100315.835000', '100316.295000', '100316.755000', '100317.215000', '100317.675000', '100318.135000', '100318.595000', '100319.055000', '100319.515000', '100319.975000', '100320.435000', '100320.895000', '100321.355000', '100321.815000', '100322.275000', '100322.735000', '100323.195000', '100323.655000', '100324.115000', '100324.575000', '100325.035000', '100325.495000', '100325.955000', '100326.415000', '100326.875000', '100327.335000', '100327.795000', '100328.255000', '100328.715000', '100329.175000', '100329.635000', '100330.095000', '100330.555000', '100331.015000', '100331.475000', '100331.935000', '100332.395000', '100332.855000', '100333.315000', '100333.775000', '100334.235000', '100334.695000', '100335.155000', '100335.615000', '100336.075000', '100336.535000', '100336.995000', '100337.455000', '100337.915000', '100338.375000', '100338.835000', '100339.295000', '100339.755000', '100340.215000', '100340.675000', '100341.135000', '100341.595000', '100342.055000', '100342.515000', '100342.975000', '100343.435000', '100343.895000', '100344.355000', '100344.815000', '100345.275000', '100345.735000', '100346.195000', '100346.655000', '100347.115000', '100347.575000', '100348.035000', '100348.495000', '100348.955000', '100349.415000', '100349.875000', '100350.335000', '100350.795000', '100351.255000', '100351.715000', '100352.175000', '100352.635000', '100353.095000', '100353.555000', '100354.015000', '100354.475000', '100354.935000', '100355.395000', '100355.855000', '100356.315000', '100356.775000', '100357.235000', '100357.695000', '100358.155000', '100358.615000', '100359.075000', '100359.535000', '100359.995000', '100400.455000', '100400.915000', '100401.375000', '100401.835000', '100402.295000', '100402.755000', '100403.215000', '100403.675000', '100404.135000', '100404.595000', '100405.055000', '100405.515000', '100405.975000', '100406.435000', '100406.895000', '100407.355000', '100407.815000', '100408.275000', '100408.735000', '100409.195000', '100409.655000', '100410.115000', '100410.575000', '100411.035000', '100411.495000', '100411.955000', '100412.415000', '100412.875000', '100413.335000', '100413.795000', '100414.255000', '100414.715000', '100415.175000', '100415.635000', '100416.095000', '100416.555000', '100417.015000', '100417.475000', '100417.935000', '100418.395000', '100418.855000', '100419.315000', '100419.775000', '100420.235000', '100420.695000', '100421.155000', '100421.615000', '100422.075000', '100422.535000', '100422.995000', '100423.455000', '100423.915000', '100424.375000', '100424.835000', '100425.295000', '100425.755000', '100426.215000', '100426.675000', '100427.135000', '100427.595000', '100428.055000', '100428.515000', '100428.975000', '100429.435000', '100429.895000', '100430.355000', '100430.815000', '100431.275000', '100431.735000', '100432.195000', '100432.655000', '100433.115000', '100433.575000', '100434.035000', '100434.495000', '100434.955000', '100435.415000', '100435.875000', '100436.335000', '100436.795000', '100437.255000', '100437.715000', '100438.175000', '100438.635000', '100439.095000', '100439.555000', '100440.015000', '100440.475000', '100440.935000', '100441.395000', '100441.855000', '100442.315000', '100442.775000', '100443.235000', '100443.695000', '100444.155000', '100444.615000', '100445.075000', '100445.535000', '100445.995000', '100446.455000', '100446.915000', '100447.375000', '100447.835000', '100448.295000', '100448.755000'], 'ContentTime': ['095806.343000', '095806.349000', '095806.352000', '095806.355000', '095806.358000', '095806.361000', '095806.363000', '095806.366000', '095806.369000', '095806.372000', '095806.375000', '095806.377000', '095806.380000', '095806.383000', '095806.386000', '095806.389000', '095806.392000', '095806.395000', '095806.398000', '095806.400000', '095806.429000', '095806.432000', '095806.435000', '095806.437000', '095806.440000', '095806.443000', '095806.446000', '095806.449000', '095806.451000', '095806.454000', '095806.457000', '095806.460000', '095806.462000', '095806.465000', '095806.468000', '095806.471000', '095806.474000', '095826.271000', '095826.274000', '095826.277000', '095826.280000', '095826.282000', '095826.285000', '095826.288000', '095826.291000', '095826.294000', '095826.296000', '095826.299000', '095826.302000', '095826.305000', '095826.307000', '095826.310000', '095826.313000', '095826.316000', '095826.319000', '095826.321000', '095826.328000', '095826.331000', '095826.333000', '095826.336000', '095826.339000', '095826.342000', '095826.345000', '095826.347000', '095826.350000', '095826.353000', '095826.356000', '095826.358000', '095826.361000', '095826.364000', '095826.367000', '095826.370000', '095826.373000', '095826.375000', '095826.378000', '095826.381000', '095826.384000', '095826.386000', '095826.389000', '095826.392000', '095826.395000', '095846.271000', '095846.274000', '095846.294000', '095846.296000', '095846.299000', '095846.302000', '095846.305000', '095846.308000', '095846.311000', '095846.313000', '095846.316000', '095846.319000', '095846.322000', '095846.325000', '095846.328000', '095846.331000', '095846.334000', '095846.337000', '095846.340000', '095846.343000', '095846.346000', '095846.349000', '095846.351000', '095846.354000', '095846.357000', '095846.360000', '095846.363000', '095846.366000', '095846.368000', '095846.371000', '095846.374000', '095846.377000', '095846.380000', '095846.397000', '095846.400000', '095846.403000', '095846.405000', '095846.408000', '095846.411000', '095846.414000', '095846.417000', '095846.420000', '095846.423000', '095906.271000', '095906.274000', '095906.277000', '095906.280000', '095906.282000', '095906.285000', '095906.288000', '095906.291000', '095906.294000', '095906.297000', '095906.299000', '095906.302000', '095906.305000', '095906.308000', '095906.311000', '095906.313000', '095906.316000', '095906.319000', '095906.322000', '095906.325000', '095906.328000', '095906.331000', '095906.333000', '095906.336000', '095906.339000', '095906.342000', '095906.345000', '095906.347000', '095906.350000', '095906.353000', '095906.356000', '095906.359000', '095906.362000', '095906.364000', '095906.367000', '095906.370000', '095906.373000', '095906.376000', '095906.378000', '095906.381000', '095906.384000', '095906.387000', '095906.390000', '095906.392000', '095926.271000', '095926.274000', '095926.277000', '095926.280000', '095926.282000', '095926.285000', '095926.288000', '095926.291000', '095926.294000', '095926.297000', '095926.299000', '095926.302000', '095926.305000', '095926.308000', '095926.311000', '095926.314000', '095926.317000', '095926.319000', '095926.322000', '095926.325000', '095926.328000', '095926.331000', '095926.334000', '095926.336000', '095926.339000', '095926.342000', '095926.345000', '095926.348000', '095926.351000', '095926.353000', '095926.356000', '095926.359000', '095926.362000', '095926.365000', '095926.368000', '095926.370000', '095926.373000', '095926.376000', '095926.379000', '095926.382000', '095926.385000', '095926.387000', '095926.390000', '095946.271000', '095946.274000', '095946.277000', '095946.280000', '095946.282000', '095946.285000', '095946.288000', '095946.291000', '095946.294000', '095946.296000', '095946.299000', '095946.302000', '095946.305000', '095946.308000', '095946.310000', '095946.313000', '095946.316000', '095946.319000', '095946.322000', '095946.325000', '095946.328000', '095946.330000', '095946.333000', '095946.336000', '095946.339000', '095946.342000', '095946.345000', '095946.347000', '095946.350000', '095946.353000', '095946.356000', '095946.359000', '095946.362000', '095946.365000', '095946.368000', '095946.370000', '095946.373000', '095946.376000', '095946.379000', '095946.382000', '095946.385000', '095946.387000', '095946.390000', '095946.393000', '100006.271000', '100006.274000', '100006.277000', '100006.280000', '100006.282000', '100006.285000', '100006.288000', '100006.291000', '100006.294000', '100006.296000', '100006.299000', '100006.302000', '100006.305000', '100006.308000', '100006.311000', '100006.313000', '100006.316000', '100006.319000', '100006.322000', '100006.325000', '100006.328000', '100006.331000', '100006.333000', '100006.336000', '100006.339000', '100006.342000', '100006.345000', '100006.348000', '100006.351000', '100006.353000', '100006.356000', '100006.359000', '100006.362000', '100006.365000', '100006.369000', '100006.372000', '100006.375000', '100006.377000', '100006.380000', '100006.383000', '100006.386000', '100006.389000', '100006.400000', '100026.271000', '100026.274000', '100026.277000', '100026.279000', '100026.282000', '100026.285000', '100026.288000', '100026.291000', '100026.294000', '100026.296000', '100026.299000', '100026.302000', '100026.305000', '100026.308000', '100026.311000', '100026.314000', '100026.316000', '100026.319000', '100026.322000', '100026.325000', '100026.328000', '100026.331000', '100026.333000', '100026.336000', '100026.339000', '100026.342000', '100026.345000', '100026.348000', '100026.351000', '100026.354000', '100026.356000', '100026.359000', '100026.367000', '100026.370000', '100026.372000', '100026.375000', '100026.386000', '100026.389000', '100026.392000', '100026.395000', '100026.398000', '100026.401000', '100026.404000', '100026.407000', '100046.271000', '100046.274000', '100046.277000', '100046.280000', '100046.282000', '100046.285000', '100046.288000', '100046.291000', '100046.294000', '100046.296000', '100046.299000', '100046.302000', '100046.305000', '100046.308000', '100046.311000', '100046.314000', '100046.316000', '100046.319000', '100046.322000', '100046.325000', '100046.328000', '100046.331000', '100046.334000', '100046.336000', '100046.339000', '100046.342000', '100046.345000', '100046.348000', '100046.351000', '100046.354000', '100046.356000', '100046.359000', '100046.362000', '100046.365000', '100046.368000', '100046.370000', '100046.373000', '100046.376000', '100046.379000', '100046.382000', '100046.385000', '100046.388000', '100046.391000', '100106.271000', '100106.274000', '100106.277000', '100106.280000', '100106.282000', '100106.285000', '100106.288000', '100106.291000', '100106.294000', '100106.297000', '100106.299000', '100106.302000', '100106.305000', '100106.308000', '100106.311000', '100106.314000', '100106.317000', '100106.320000', '100106.322000', '100106.325000', '100106.328000', '100106.331000', '100106.334000', '100106.337000', '100106.340000', '100106.343000', '100106.345000', '100106.348000', '100106.351000', '100106.354000', '100106.357000', '100106.360000', '100106.362000', '100106.365000', '100106.368000', '100106.371000', '100106.374000', '100106.376000', '100106.379000', '100106.382000', '100106.385000', '100106.388000', '100106.391000', '100106.394000', '100126.271000', '100126.274000', '100126.277000', '100126.280000', '100126.282000', '100126.285000', '100126.288000', '100126.291000', '100126.294000', '100126.297000', '100126.299000', '100126.302000', '100126.305000', '100126.308000', '100126.311000', '100126.314000', '100126.316000', '100126.319000', '100126.322000', '100126.325000', '100126.328000', '100126.331000', '100126.334000', '100126.336000', '100126.339000', '100126.342000', '100126.345000', '100126.348000', '100126.351000', '100126.364000', '100126.367000', '100126.370000', '100126.373000', '100126.376000', '100126.378000', '100126.381000', '100126.384000', '100126.387000', '100126.390000', '100126.393000', '100126.396000', '100126.399000', '100126.402000', '100146.271000', '100146.274000', '100146.277000', '100146.280000', '100146.282000', '100146.285000', '100146.288000', '100146.291000', '100146.294000', '100146.297000', '100146.300000', '100146.302000', '100146.305000', '100146.308000', '100146.311000', '100146.314000', '100146.317000', '100146.320000', '100146.322000', '100146.325000', '100146.328000', '100146.331000', '100146.334000', '100146.337000', '100146.352000', '100146.355000', '100146.357000', '100146.360000', '100146.363000', '100146.366000', '100146.369000', '100146.372000', '100146.374000', '100146.377000', '100146.380000', '100146.383000', '100146.386000', '100146.389000', '100146.392000', '100146.395000', '100146.397000', '100146.400000', '100146.403000', '100146.406000', '100206.271000', '100206.274000', '100206.277000', '100206.280000', '100206.282000', '100206.285000', '100206.288000', '100206.291000', '100206.294000', '100206.297000', '100206.300000', '100206.303000', '100206.306000', '100206.309000', '100206.311000', '100206.314000', '100206.317000', '100206.320000', '100206.323000', '100206.326000', '100206.329000', '100206.332000', '100206.335000', '100206.337000', '100206.340000', '100206.343000', '100206.346000', '100206.349000', '100206.352000', '100206.354000', '100206.357000', '100206.360000', '100206.363000', '100206.366000', '100206.369000', '100206.372000', '100206.374000', '100206.386000', '100206.389000', '100206.392000', '100206.395000', '100206.398000', '100206.401000', '100226.271000', '100226.275000', '100226.278000', '100226.280000', '100226.283000', '100226.305000', '100226.308000', '100226.311000', '100226.314000', '100226.317000', '100226.320000', '100226.323000', '100226.325000', '100226.328000', '100226.331000', '100226.334000', '100226.337000', '100226.339000', '100226.342000', '100226.345000', '100226.348000', '100226.351000', '100226.354000', '100226.357000', '100226.360000', '100226.363000', '100226.366000', '100226.369000', '100226.372000', '100226.374000', '100226.377000', '100226.380000', '100226.383000', '100226.386000', '100226.389000', '100226.391000', '100226.394000', '100226.398000', '100226.401000', '100226.404000', '100226.407000', '100226.410000', '100226.412000', '100246.271000', '100246.274000', '100246.277000', '100246.280000', '100246.283000', '100246.285000', '100246.289000', '100246.291000', '100246.294000', '100246.297000', '100246.300000', '100246.303000', '100246.306000', '100246.308000', '100246.311000', '100246.314000', '100246.317000', '100246.320000', '100246.323000', '100246.326000', '100246.329000', '100246.332000', '100246.334000', '100246.337000', '100246.340000', '100246.343000', '100246.346000', '100246.349000', '100246.352000', '100246.355000', '100246.357000', '100246.360000', '100246.363000', '100246.366000', '100246.369000', '100246.371000', '100246.375000', '100246.377000', '100246.381000', '100246.383000', '100246.386000', '100246.389000', '100246.392000', '100246.395000', '100306.271000', '100306.274000', '100306.277000', '100306.280000', '100306.283000', '100306.286000', '100306.289000', '100306.292000', '100306.295000', '100306.297000', '100306.300000', '100306.303000', '100306.306000', '100306.309000', '100306.311000', '100306.314000', '100306.317000', '100306.320000', '100306.323000', '100306.326000', '100306.329000', '100306.332000', '100306.335000', '100306.338000', '100306.341000', '100306.344000', '100306.346000', '100306.349000', '100306.352000', '100306.355000', '100306.358000', '100306.361000', '100306.364000', '100306.367000', '100306.370000', '100306.372000', '100306.375000', '100306.378000', '100306.381000', '100306.384000', '100306.387000', '100306.396000', '100306.399000', '100326.271000', '100326.274000', '100326.277000', '100326.280000', '100326.283000', '100326.294000', '100326.297000', '100326.300000', '100326.303000', '100326.305000', '100326.308000', '100326.311000', '100326.314000', '100326.317000', '100326.320000', '100326.322000', '100326.325000', '100326.328000', '100326.331000', '100326.334000', '100326.337000', '100326.339000', '100326.342000', '100326.345000', '100326.348000', '100326.351000', '100326.354000', '100326.357000', '100326.376000', '100326.379000', '100326.381000', '100326.384000', '100326.387000', '100326.392000', '100326.395000', '100326.398000', '100326.401000', '100326.403000', '100326.406000', '100326.409000', '100326.412000', '100326.415000', '100326.418000', '100326.421000', '100346.271000', '100346.274000', '100346.277000', '100346.280000', '100346.283000', '100346.286000', '100346.288000', '100346.291000', '100346.294000', '100346.297000', '100346.300000', '100346.303000', '100346.306000', '100346.309000', '100346.312000', '100346.315000', '100346.318000', '100346.320000', '100346.323000', '100346.326000', '100346.329000', '100346.332000', '100346.335000', '100346.338000', '100346.340000', '100346.343000', '100346.346000', '100346.349000', '100346.352000', '100346.355000', '100346.357000', '100346.360000', '100346.363000', '100346.366000', '100346.369000', '100346.372000', '100346.374000', '100346.377000', '100346.380000', '100346.383000', '100346.386000', '100346.389000', '100346.391000', '100406.271000', '100406.274000', '100406.277000', '100406.280000', '100406.283000', '100406.286000', '100406.288000', '100406.291000', '100406.294000', '100406.297000', '100406.300000', '100406.303000', '100406.305000', '100406.308000', '100406.311000', '100406.314000', '100406.317000', '100406.319000', '100406.322000', '100406.325000', '100406.328000', '100406.331000', '100406.334000', '100406.337000', '100406.339000', '100406.342000', '100406.345000', '100406.355000', '100406.358000', '100406.360000', '100406.363000', '100406.366000', '100406.369000', '100406.372000', '100406.375000', '100406.377000', '100406.380000', '100406.383000', '100406.386000', '100406.389000', '100406.391000', '100406.394000', '100406.397000', '100406.400000', '100426.271000', '100426.274000', '100426.277000', '100426.280000', '100426.283000', '100426.285000', '100426.288000', '100426.291000', '100426.294000', '100426.297000', '100426.300000', '100426.303000', '100426.305000', '100426.308000', '100426.311000', '100426.314000', '100426.317000', '100426.320000', '100426.323000', '100426.326000', '100426.329000', '100426.332000', '100426.335000', '100426.337000', '100426.340000', '100426.343000', '100426.346000', '100426.349000', '100426.352000', '100426.354000', '100426.357000', '100426.360000', '100426.363000', '100426.366000', '100426.369000', '100426.371000', '100426.374000', '100426.377000', '100426.380000', '100426.383000', '100426.386000', '100426.388000', '100426.391000', '100446.271000', '100446.274000', '100446.285000', '100446.288000', '100446.291000', '100446.293000', '100446.296000', '100446.299000', '100446.302000', '100446.305000', '100446.308000', '100446.310000', '100446.313000', '100446.316000', '100446.319000', '100446.322000', '100446.325000', '100446.328000', '100446.330000', '100446.333000', '100446.336000', '100446.339000', '100446.342000', '100446.345000', '100446.348000', '100446.350000', '100446.353000', '100446.356000', '100446.359000', '100446.362000', '100446.365000', '100446.367000', '100446.370000', '100446.373000', '100446.376000', '100446.379000', '100446.382000', '100446.392000', '100446.395000', '100446.398000', '100446.401000', '100446.403000', '100446.406000', '100446.409000', '100449.377000', '100449.380000', '100449.383000', '100449.386000', '100449.390000', '100449.393000', '100449.397000'], 'InstanceCreationTime': ['095806.343000', '095806.349000', '095806.352000', '095806.355000', '095806.358000', '095806.361000', '095806.363000', '095806.366000', '095806.369000', '095806.372000', '095806.375000', '095806.377000', '095806.380000', '095806.383000', '095806.386000', '095806.389000', '095806.392000', '095806.395000', '095806.398000', '095806.400000', '095806.429000', '095806.432000', '095806.435000', '095806.437000', '095806.440000', '095806.443000', '095806.446000', '095806.449000', '095806.451000', '095806.454000', '095806.457000', '095806.460000', '095806.462000', '095806.465000', '095806.468000', '095806.471000', '095806.474000', '095826.271000', '095826.274000', '095826.277000', '095826.280000', '095826.282000', '095826.285000', '095826.288000', '095826.291000', '095826.294000', '095826.296000', '095826.299000', '095826.302000', '095826.305000', '095826.307000', '095826.310000', '095826.313000', '095826.316000', '095826.319000', '095826.321000', '095826.328000', '095826.331000', '095826.333000', '095826.336000', '095826.339000', '095826.342000', '095826.345000', '095826.347000', '095826.350000', '095826.353000', '095826.356000', '095826.358000', '095826.361000', '095826.364000', '095826.367000', '095826.370000', '095826.373000', '095826.375000', '095826.378000', '095826.381000', '095826.384000', '095826.386000', '095826.389000', '095826.392000', '095826.395000', '095846.271000', '095846.274000', '095846.294000', '095846.296000', '095846.299000', '095846.302000', '095846.305000', '095846.308000', '095846.311000', '095846.313000', '095846.316000', '095846.319000', '095846.322000', '095846.325000', '095846.328000', '095846.331000', '095846.334000', '095846.337000', '095846.340000', '095846.343000', '095846.346000', '095846.349000', '095846.351000', '095846.354000', '095846.357000', '095846.360000', '095846.363000', '095846.366000', '095846.368000', '095846.371000', '095846.374000', '095846.377000', '095846.380000', '095846.397000', '095846.400000', '095846.403000', '095846.405000', '095846.408000', '095846.411000', '095846.414000', '095846.417000', '095846.420000', '095846.423000', '095906.271000', '095906.274000', '095906.277000', '095906.280000', '095906.282000', '095906.285000', '095906.288000', '095906.291000', '095906.294000', '095906.297000', '095906.299000', '095906.302000', '095906.305000', '095906.308000', '095906.311000', '095906.313000', '095906.316000', '095906.319000', '095906.322000', '095906.325000', '095906.328000', '095906.331000', '095906.333000', '095906.336000', '095906.339000', '095906.342000', '095906.345000', '095906.347000', '095906.350000', '095906.353000', '095906.356000', '095906.359000', '095906.362000', '095906.364000', '095906.367000', '095906.370000', '095906.373000', '095906.376000', '095906.378000', '095906.381000', '095906.384000', '095906.387000', '095906.390000', '095906.392000', '095926.271000', '095926.274000', '095926.277000', '095926.280000', '095926.282000', '095926.285000', '095926.288000', '095926.291000', '095926.294000', '095926.297000', '095926.299000', '095926.302000', '095926.305000', '095926.308000', '095926.311000', '095926.314000', '095926.317000', '095926.319000', '095926.322000', '095926.325000', '095926.328000', '095926.331000', '095926.334000', '095926.336000', '095926.339000', '095926.342000', '095926.345000', '095926.348000', '095926.351000', '095926.353000', '095926.356000', '095926.359000', '095926.362000', '095926.365000', '095926.368000', '095926.370000', '095926.373000', '095926.376000', '095926.379000', '095926.382000', '095926.385000', '095926.387000', '095926.390000', '095946.271000', '095946.274000', '095946.277000', '095946.280000', '095946.282000', '095946.285000', '095946.288000', '095946.291000', '095946.294000', '095946.296000', '095946.299000', '095946.302000', '095946.305000', '095946.308000', '095946.310000', '095946.313000', '095946.316000', '095946.319000', '095946.322000', '095946.325000', '095946.328000', '095946.330000', '095946.333000', '095946.336000', '095946.339000', '095946.342000', '095946.345000', '095946.347000', '095946.350000', '095946.353000', '095946.356000', '095946.359000', '095946.362000', '095946.365000', '095946.368000', '095946.370000', '095946.373000', '095946.376000', '095946.379000', '095946.382000', '095946.385000', '095946.387000', '095946.390000', '095946.393000', '100006.271000', '100006.274000', '100006.277000', '100006.280000', '100006.282000', '100006.285000', '100006.288000', '100006.291000', '100006.294000', '100006.296000', '100006.299000', '100006.302000', '100006.305000', '100006.308000', '100006.311000', '100006.313000', '100006.316000', '100006.319000', '100006.322000', '100006.325000', '100006.328000', '100006.331000', '100006.333000', '100006.336000', '100006.339000', '100006.342000', '100006.345000', '100006.348000', '100006.351000', '100006.353000', '100006.356000', '100006.359000', '100006.362000', '100006.365000', '100006.369000', '100006.372000', '100006.375000', '100006.377000', '100006.380000', '100006.383000', '100006.386000', '100006.389000', '100006.400000', '100026.271000', '100026.274000', '100026.277000', '100026.279000', '100026.282000', '100026.285000', '100026.288000', '100026.291000', '100026.294000', '100026.296000', '100026.299000', '100026.302000', '100026.305000', '100026.308000', '100026.311000', '100026.314000', '100026.316000', '100026.319000', '100026.322000', '100026.325000', '100026.328000', '100026.331000', '100026.333000', '100026.336000', '100026.339000', '100026.342000', '100026.345000', '100026.348000', '100026.351000', '100026.354000', '100026.356000', '100026.359000', '100026.367000', '100026.370000', '100026.372000', '100026.375000', '100026.386000', '100026.389000', '100026.392000', '100026.395000', '100026.398000', '100026.401000', '100026.404000', '100026.407000', '100046.271000', '100046.274000', '100046.277000', '100046.280000', '100046.282000', '100046.285000', '100046.288000', '100046.291000', '100046.294000', '100046.296000', '100046.299000', '100046.302000', '100046.305000', '100046.308000', '100046.311000', '100046.314000', '100046.316000', '100046.319000', '100046.322000', '100046.325000', '100046.328000', '100046.331000', '100046.334000', '100046.336000', '100046.339000', '100046.342000', '100046.345000', '100046.348000', '100046.351000', '100046.354000', '100046.356000', '100046.359000', '100046.362000', '100046.365000', '100046.368000', '100046.370000', '100046.373000', '100046.376000', '100046.379000', '100046.382000', '100046.385000', '100046.388000', '100046.391000', '100106.271000', '100106.274000', '100106.277000', '100106.280000', '100106.282000', '100106.285000', '100106.288000', '100106.291000', '100106.294000', '100106.297000', '100106.299000', '100106.302000', '100106.305000', '100106.308000', '100106.311000', '100106.314000', '100106.317000', '100106.320000', '100106.322000', '100106.325000', '100106.328000', '100106.331000', '100106.334000', '100106.337000', '100106.340000', '100106.343000', '100106.345000', '100106.348000', '100106.351000', '100106.354000', '100106.357000', '100106.360000', '100106.362000', '100106.365000', '100106.368000', '100106.371000', '100106.374000', '100106.376000', '100106.379000', '100106.382000', '100106.385000', '100106.388000', '100106.391000', '100106.394000', '100126.271000', '100126.274000', '100126.277000', '100126.280000', '100126.282000', '100126.285000', '100126.288000', '100126.291000', '100126.294000', '100126.297000', '100126.299000', '100126.302000', '100126.305000', '100126.308000', '100126.311000', '100126.314000', '100126.316000', '100126.319000', '100126.322000', '100126.325000', '100126.328000', '100126.331000', '100126.334000', '100126.336000', '100126.339000', '100126.342000', '100126.345000', '100126.348000', '100126.351000', '100126.364000', '100126.367000', '100126.370000', '100126.373000', '100126.376000', '100126.378000', '100126.381000', '100126.384000', '100126.387000', '100126.390000', '100126.393000', '100126.396000', '100126.399000', '100126.402000', '100146.271000', '100146.274000', '100146.277000', '100146.280000', '100146.282000', '100146.285000', '100146.288000', '100146.291000', '100146.294000', '100146.297000', '100146.300000', '100146.302000', '100146.305000', '100146.308000', '100146.311000', '100146.314000', '100146.317000', '100146.320000', '100146.322000', '100146.325000', '100146.328000', '100146.331000', '100146.334000', '100146.337000', '100146.352000', '100146.355000', '100146.357000', '100146.360000', '100146.363000', '100146.366000', '100146.369000', '100146.372000', '100146.374000', '100146.377000', '100146.380000', '100146.383000', '100146.386000', '100146.389000', '100146.392000', '100146.395000', '100146.397000', '100146.400000', '100146.403000', '100146.406000', '100206.271000', '100206.274000', '100206.277000', '100206.280000', '100206.282000', '100206.285000', '100206.288000', '100206.291000', '100206.294000', '100206.297000', '100206.300000', '100206.303000', '100206.306000', '100206.309000', '100206.311000', '100206.314000', '100206.317000', '100206.320000', '100206.323000', '100206.326000', '100206.329000', '100206.332000', '100206.335000', '100206.337000', '100206.340000', '100206.343000', '100206.346000', '100206.349000', '100206.352000', '100206.354000', '100206.357000', '100206.360000', '100206.363000', '100206.366000', '100206.369000', '100206.372000', '100206.374000', '100206.386000', '100206.389000', '100206.392000', '100206.395000', '100206.398000', '100206.401000', '100226.271000', '100226.275000', '100226.278000', '100226.280000', '100226.283000', '100226.305000', '100226.308000', '100226.311000', '100226.314000', '100226.317000', '100226.320000', '100226.323000', '100226.325000', '100226.328000', '100226.331000', '100226.334000', '100226.337000', '100226.339000', '100226.342000', '100226.345000', '100226.348000', '100226.351000', '100226.354000', '100226.357000', '100226.360000', '100226.363000', '100226.366000', '100226.369000', '100226.372000', '100226.374000', '100226.377000', '100226.380000', '100226.383000', '100226.386000', '100226.389000', '100226.391000', '100226.394000', '100226.398000', '100226.401000', '100226.404000', '100226.407000', '100226.410000', '100226.412000', '100246.271000', '100246.274000', '100246.277000', '100246.280000', '100246.283000', '100246.285000', '100246.289000', '100246.291000', '100246.294000', '100246.297000', '100246.300000', '100246.303000', '100246.306000', '100246.308000', '100246.311000', '100246.314000', '100246.317000', '100246.320000', '100246.323000', '100246.326000', '100246.329000', '100246.332000', '100246.334000', '100246.337000', '100246.340000', '100246.343000', '100246.346000', '100246.349000', '100246.352000', '100246.355000', '100246.357000', '100246.360000', '100246.363000', '100246.366000', '100246.369000', '100246.371000', '100246.375000', '100246.377000', '100246.381000', '100246.383000', '100246.386000', '100246.389000', '100246.392000', '100246.395000', '100306.271000', '100306.274000', '100306.277000', '100306.280000', '100306.283000', '100306.286000', '100306.289000', '100306.292000', '100306.295000', '100306.297000', '100306.300000', '100306.303000', '100306.306000', '100306.309000', '100306.311000', '100306.314000', '100306.317000', '100306.320000', '100306.323000', '100306.326000', '100306.329000', '100306.332000', '100306.335000', '100306.338000', '100306.341000', '100306.344000', '100306.346000', '100306.349000', '100306.352000', '100306.355000', '100306.358000', '100306.361000', '100306.364000', '100306.367000', '100306.370000', '100306.372000', '100306.375000', '100306.378000', '100306.381000', '100306.384000', '100306.387000', '100306.396000', '100306.399000', '100326.271000', '100326.274000', '100326.277000', '100326.280000', '100326.283000', '100326.294000', '100326.297000', '100326.300000', '100326.303000', '100326.305000', '100326.308000', '100326.311000', '100326.314000', '100326.317000', '100326.320000', '100326.322000', '100326.325000', '100326.328000', '100326.331000', '100326.334000', '100326.337000', '100326.339000', '100326.342000', '100326.345000', '100326.348000', '100326.351000', '100326.354000', '100326.357000', '100326.376000', '100326.379000', '100326.381000', '100326.384000', '100326.387000', '100326.392000', '100326.395000', '100326.398000', '100326.401000', '100326.403000', '100326.406000', '100326.409000', '100326.412000', '100326.415000', '100326.418000', '100326.421000', '100346.271000', '100346.274000', '100346.277000', '100346.280000', '100346.283000', '100346.286000', '100346.288000', '100346.291000', '100346.294000', '100346.297000', '100346.300000', '100346.303000', '100346.306000', '100346.309000', '100346.312000', '100346.315000', '100346.318000', '100346.320000', '100346.323000', '100346.326000', '100346.329000', '100346.332000', '100346.335000', '100346.338000', '100346.340000', '100346.343000', '100346.346000', '100346.349000', '100346.352000', '100346.355000', '100346.357000', '100346.360000', '100346.363000', '100346.366000', '100346.369000', '100346.372000', '100346.374000', '100346.377000', '100346.380000', '100346.383000', '100346.386000', '100346.389000', '100346.391000', '100406.271000', '100406.274000', '100406.277000', '100406.280000', '100406.283000', '100406.286000', '100406.288000', '100406.291000', '100406.294000', '100406.297000', '100406.300000', '100406.303000', '100406.305000', '100406.308000', '100406.311000', '100406.314000', '100406.317000', '100406.319000', '100406.322000', '100406.325000', '100406.328000', '100406.331000', '100406.334000', '100406.337000', '100406.339000', '100406.342000', '100406.345000', '100406.355000', '100406.358000', '100406.360000', '100406.363000', '100406.366000', '100406.369000', '100406.372000', '100406.375000', '100406.377000', '100406.380000', '100406.383000', '100406.386000', '100406.389000', '100406.391000', '100406.394000', '100406.397000', '100406.400000', '100426.271000', '100426.274000', '100426.277000', '100426.280000', '100426.283000', '100426.285000', '100426.288000', '100426.291000', '100426.294000', '100426.297000', '100426.300000', '100426.303000', '100426.305000', '100426.308000', '100426.311000', '100426.314000', '100426.317000', '100426.320000', '100426.323000', '100426.326000', '100426.329000', '100426.332000', '100426.335000', '100426.337000', '100426.340000', '100426.343000', '100426.346000', '100426.349000', '100426.352000', '100426.354000', '100426.357000', '100426.360000', '100426.363000', '100426.366000', '100426.369000', '100426.371000', '100426.374000', '100426.377000', '100426.380000', '100426.383000', '100426.386000', '100426.388000', '100426.391000', '100446.271000', '100446.274000', '100446.285000', '100446.288000', '100446.291000', '100446.293000', '100446.296000', '100446.299000', '100446.302000', '100446.305000', '100446.308000', '100446.310000', '100446.313000', '100446.316000', '100446.319000', '100446.322000', '100446.325000', '100446.328000', '100446.330000', '100446.333000', '100446.336000', '100446.339000', '100446.342000', '100446.345000', '100446.348000', '100446.350000', '100446.353000', '100446.356000', '100446.359000', '100446.362000', '100446.365000', '100446.367000', '100446.370000', '100446.373000', '100446.376000', '100446.379000', '100446.382000', '100446.392000', '100446.395000', '100446.398000', '100446.401000', '100446.403000', '100446.406000', '100446.409000', '100449.377000', '100449.380000', '100449.383000', '100449.386000', '100449.390000', '100449.393000', '100449.397000'], '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': [11640, 10916, 14470, 10721, 10223, 10773, 10512, 13074, 11119, 10288, 10721, 10536, 11356, 10935, 13118, 10845, 10014, 10780, 10170, 10816, 10629, 12823, 10690, 10292, 10905, 10697, 11985, 10576, 10002, 10722, 10501, 10868, 10801, 13879, 10978, 10077, 10782, 10641, 11745, 10518, 13537, 10986, 12399, 10809, 10894, 10583, 10736, 11219, 11007, 10704, 10959, 10575, 12455, 10929, 10081, 10671, 10561, 12429, 11139, 14395, 10825, 14001, 10776, 12431, 10806, 10524, 11724, 10922, 11497, 10762, 10156, 10607, 10567, 10437, 10664, 10394, 10609, 10499, 12614, 11156, 13069, 10610, 10139, 10813, 10410, 11939, 10887, 13815, 10972, 10523, 10769, 10805, 10616, 10765, 9663, 11009, 10776, 10363, 11025, 10396, 11120, 11079, 11481, 10661, 14224, 11751, 10216, 10713, 10735, 11140, 10605, 11791, 10712, 10356, 10887, 10836, 14152, 11037, 10567, 9737, 11178, 10586, 11095, 10687, 10604, 10868, 10203, 10469, 10367, 13432, 10742, 11299, 11502, 10725, 14234, 10685, 12679, 11094, 10279, 11915, 10771, 10596, 10455, 10590, 10156, 10585, 10663, 10603, 10726, 10407, 10504, 10434, 13080, 10693, 11531, 10799, 11001, 10381, 10954, 10274, 10769, 10444, 11425, 11003, 10391, 11536, 10798, 10394, 11003, 10994, 11806, 10905, 13015, 10873, 10392, 10812, 11098, 12259, 10857, 10368, 11082, 10847, 12544, 10852, 10542, 10883, 10935, 11429, 10761, 10133, 10664, 10827, 10870, 10866, 10538, 9983, 10687, 10370, 11105, 10868, 10226, 10830, 10814, 10930, 10628, 12055, 11106, 11203, 13314, 11137, 10944, 10171, 10700, 10000, 11381, 10852, 10142, 11573, 10721, 10721, 11029, 10901, 10590, 13191, 10632, 10454, 12127, 10991, 11803, 10779, 10883, 13714, 10794, 10819, 10691, 10718, 10021, 10662, 10532, 10276, 10546, 10537, 9624, 9573, 10497, 9972, 10437, 11928, 9427, 7930, 8752, 9862, 10488, 10173, 11771, 10529, 13197, 10449, 14080, 10654, 13863, 10499, 14032, 10785, 13470, 10462, 10465, 10375, 10548, 10429, 10513, 10202, 10463, 10635, 10229, 9619, 10833, 10279, 9758, 10679, 11335, 10868, 10476, 11023, 10768, 12529, 10824, 12998, 10816, 10345, 11595, 10851, 10310, 10854, 10486, 10500, 10733, 10190, 12065, 10742, 10361, 10676, 10837, 11828, 10693, 10482, 13211, 10847, 10502, 10688, 10749, 13696, 10656, 10950, 12806, 10679, 10370, 10535, 10704, 10199, 10888, 11077, 10480, 10675, 10788, 10199, 10845, 10462, 12769, 11478, 10553, 10037, 10713, 11009, 10266, 10826, 10562, 13628, 10755, 11909, 11557, 10766, 11465, 10937, 10371, 12066, 10655, 10772, 10604, 10995, 10814, 10432, 12764, 10612, 10622, 10675, 10928, 10296, 10558, 10545, 13086, 10673, 14172, 10379, 10519, 12306, 10456, 10415, 10768, 10692, 10355, 10203, 10661, 10378, 10811, 10603, 12231, 11050, 10332, 10995, 10695, 13826, 10823, 14158, 10896, 10302, 10687, 10668, 11193, 11049, 10192, 10570, 10513, 11714, 10715, 10343, 10648, 10689, 9884, 10757, 10482, 12806, 10714, 12467, 10905, 10597, 12039, 10872, 11979, 10580, 10851, 13238, 10998, 10237, 10773, 10929, 11976, 10647, 10604, 11706, 10793, 9995, 10728, 10509, 12476, 10589, 12363, 11190, 10877, 11792, 10876, 10232, 10685, 10647, 13385, 10594, 10621, 10476, 10564, 11905, 10829, 10742, 12096, 10703, 10387, 10696, 10575, 12879, 10690, 10467, 12869, 11000, 10514, 10485, 10928, 10139, 10545, 10828, 10134, 10728, 10615, 12071, 12107, 10963, 10326, 10442, 10794, 10418, 10824, 10563, 12808, 12078, 10618, 11148, 10832, 10868, 11169, 10689, 10692, 12799, 10564, 10569, 11036, 10981, 10518, 10527, 10749, 9993, 10615, 10788, 10305, 10663, 10791, 9886, 10817, 10717, 10617, 10742, 10694, 10329, 9858, 10866, 10059, 10757, 10746, 11076, 11197, 10697, 14435, 10598, 10652, 12924, 10746, 14879, 10545, 10674, 10144, 10711, 10382, 11134, 10348, 10489, 10209, 10492, 10445, 10145, 10744, 13104, 10810, 12840, 10613, 10195, 10579, 10359, 10612, 10374, 12775, 10668, 10468, 10501, 10719, 10329, 10080, 10605, 10867, 10038, 10930, 10326, 11828, 10619, 13287, 11773, 10708, 10526, 10732, 10837, 10937, 11042, 10406, 11527, 10588, 10547, 11294, 10762, 10074, 10621, 10817, 10353, 10827, 10322, 13952, 10848, 10880, 10733, 10880, 10515, 10723, 10571, 12944, 10391, 10726, 11787, 10762, 10151, 10593, 10772, 9972, 10615, 10207, 11659, 10710, 10427, 10417, 10840, 9961, 10955, 10462, 13661, 10851, 10628, 11970, 10632, 10296, 10743, 10771, 11099, 10516, 10579, 13951, 10699, 10832, 10188, 10810, 10206, 10508, 10755, 10751, 10490, 10569, 10140, 10842, 10707, 12124, 10562, 10295, 10558, 10796, 10349, 10617, 10321, 12801, 10810, 10673, 11983, 10642, 10472, 10533, 10769, 10424, 10082, 10694, 10068, 12842, 10695, 10631, 11752, 10825, 10241, 10612, 10939, 11085, 10609, 10376, 13553, 10742, 10507, 11544, 10705, 10540, 11314, 10735, 11398, 10527, 10149, 9868, 10646, 9858, 10153, 10758, 10290, 10246, 10658, 10559, 10120, 10702, 9846, 10607, 10341, 12800, 10776, 13999, 10884, 14450, 10762, 13520, 10721, 10131, 10751, 10449, 10825, 10499, 10642, 10575, 10427, 10164, 10740, 10157, 9767, 10704, 9758, 10592, 10444, 13063, 10846, 14175, 11002, 14067, 10819, 12254, 11189, 10904, 11582, 10660, 10801, 10135, 10596, 10068, 10601, 10339, 12870, 10745, 10311, 11970, 10815, 9762, 10776, 10698, 13211, 11993, 10534, 12050, 10753, 10606, 12389, 10819, 10317, 10939, 10593, 9883, 10572, 10470, 10989, 10716, 10768, 11764, 10608, 10206, 10522, 10774, 9826, 10485, 10678, 12212, 10604, 10018, 10664, 10619, 10841, 10404, 11612, 10567, 10710, 10188, 10578, 9971, 10611, 10378, 9782, 10825, 10339, 11902, 10796, 10243, 13586, 10646, 10706, 10360, 10828, 10499, 11001, 10752, 9876, 10818, 10502, 12938, 10743, 10220, 14530, 10995, 12003, 13061, 10929, 10384, 9824, 10716, 10371, 10310, 10535, 10001, 10601, 10254, 13089, 10591, 10557, 10269, 10740, 10071, 10551, 10242, 13549, 10712, 10236, 10539, 10785, 10229, 10569, 10394, 9726, 10632, 10475, 9792, 10658, 10377, 12161, 10651, 10477, 11576, 10688, 10375, 10293, 10708, 10325, 11428, 10586, 10191, 12863, 10551, 10342, 10511, 10657, 10377, 10675, 10581, 10031, 10693, 10523, 13229, 10784, 10194, 10793, 10546, 13668, 10891, 10736, 12487, 10714, 10130, 10626, 10473, 9962, 9739, 10214, 10302, 9530, 10509, 10327, 10207, 9539, 10730, 9828, 11166, 10682, 11637, 10735, 10289, 14204, 10883, 10631, 12545, 10653, 10219, 10600, 10707, 9928, 10678, 10580, 10425, 10712, 10666, 12865, 10697, 10926, 10407, 10737, 10377, 10236, 10809, 10772, 11603, 10644, 9970, 11352, 10695, 12209, 10806, 10247, 13454, 10563, 10474, 14069, 10684, 10310, 10259, 10862], 'WindowCenter': [4473.0, 4434.0, 4448.0, 4403.0, 4391.0, 4389.0, 4386.0, 4421.0, 4399.0, 4389.0, 4385.0, 4387.0, 4384.0, 4398.0, 4407.0, 4396.0, 4376.0, 4386.0, 4386.0, 4397.0, 4385.0, 4409.0, 4388.0, 4386.0, 4397.0, 4399.0, 4407.0, 4394.0, 4389.0, 4396.0, 4393.0, 4398.0, 4402.0, 4419.0, 4399.0, 4370.0, 4386.0, 4387.0, 4397.0, 4385.0, 4419.0, 4397.0, 4397.0, 4387.0, 4382.0, 4373.0, 4387.0, 4385.0, 4398.0, 4400.0, 4398.0, 4401.0, 4410.0, 4398.0, 4388.0, 4398.0, 4383.0, 4406.0, 4396.0, 4416.0, 4379.0, 4398.0, 4373.0, 4383.0, 4386.0, 4387.0, 4384.0, 4372.0, 4373.0, 4370.0, 4374.0, 4371.0, 4396.0, 4383.0, 4399.0, 4388.0, 4397.0, 4398.0, 4416.0, 4411.0, 4408.0, 4386.0, 4374.0, 4383.0, 4369.0, 4375.0, 4387.0, 4390.0, 4373.0, 4360.0, 4369.0, 4369.0, 4371.0, 4384.0, 4400.0, 4410.0, 4397.0, 4386.0, 4396.0, 4383.0, 4408.0, 4399.0, 4422.0, 4399.0, 4417.0, 4393.0, 4377.0, 4385.0, 4383.0, 4379.0, 4372.0, 4381.0, 4370.0, 4372.0, 4397.0, 4398.0, 4406.0, 4372.0, 4360.0, 4361.0, 4379.0, 4373.0, 4384.0, 4384.0, 4388.0, 4399.0, 4388.0, 4389.0, 4384.0, 4407.0, 4385.0, 4387.0, 4384.0, 4370.0, 4388.0, 4359.0, 4364.0, 4359.0, 4346.0, 4358.0, 4356.0, 4357.0, 4356.0, 4357.0, 4370.0, 4359.0, 4360.0, 4360.0, 4368.0, 4372.0, 4370.0, 4373.0, 4406.0, 4388.0, 4383.0, 4370.0, 4370.0, 4353.0, 4372.0, 4359.0, 4371.0, 4372.0, 4384.0, 4397.0, 4386.0, 4395.0, 4384.0, 4377.0, 4386.0, 4386.0, 4392.0, 4384.0, 4396.0, 4388.0, 4373.0, 4384.0, 4397.0, 4395.0, 4381.0, 4374.0, 4383.0, 4387.0, 4395.0, 4384.0, 4381.0, 4384.0, 4383.0, 4384.0, 4383.0, 4376.0, 4396.0, 4396.0, 4387.0, 4385.0, 4384.0, 4376.0, 4398.0, 4413.0, 4410.0, 4399.0, 4387.0, 4397.0, 4387.0, 4386.0, 4385.0, 4418.0, 4411.0, 4397.0, 4406.0, 4395.0, 4411.0, 4401.0, 4399.0, 4398.0, 4409.0, 4396.0, 4395.0, 4409.0, 4395.0, 4399.0, 4394.0, 4397.0, 4385.0, 4418.0, 4389.0, 4385.0, 4389.0, 4383.0, 4383.0, 4373.0, 4372.0, 4403.0, 4372.0, 4361.0, 4359.0, 4355.0, 4351.0, 4372.0, 4387.0, 4374.0, 4373.0, 4386.0, 4373.0, 4386.0, 4409.0, 4399.0, 4409.0, 4420.0, 4403.0, 4385.0, 4392.0, 4397.0, 4400.0, 4382.0, 4398.0, 4376.0, 4393.0, 4374.0, 4393.0, 4360.0, 4378.0, 4363.0, 4377.0, 4358.0, 4366.0, 4347.0, 4345.0, 4344.0, 4347.0, 4344.0, 4358.0, 4359.0, 4368.0, 4371.0, 4377.0, 4376.0, 4397.0, 4388.0, 4389.0, 4403.0, 4413.0, 4394.0, 4397.0, 4399.0, 4402.0, 4405.0, 4397.0, 4404.0, 4402.0, 4390.0, 4387.0, 4385.0, 4368.0, 4381.0, 4388.0, 4385.0, 4398.0, 4400.0, 4404.0, 4396.0, 4386.0, 4385.0, 4387.0, 4398.0, 4390.0, 4399.0, 4405.0, 4388.0, 4383.0, 4384.0, 4386.0, 4405.0, 4387.0, 4387.0, 4393.0, 4371.0, 4374.0, 4374.0, 4386.0, 4389.0, 4384.0, 4385.0, 4377.0, 4382.0, 4383.0, 4382.0, 4400.0, 4415.0, 4419.0, 4397.0, 4386.0, 4384.0, 4382.0, 4385.0, 4383.0, 4397.0, 4386.0, 4416.0, 4396.0, 4400.0, 4398.0, 4387.0, 4395.0, 4382.0, 4373.0, 4394.0, 4373.0, 4381.0, 4372.0, 4383.0, 4386.0, 4399.0, 4407.0, 4385.0, 4374.0, 4370.0, 4372.0, 4363.0, 4373.0, 4372.0, 4393.0, 4364.0, 4406.0, 4369.0, 4370.0, 4379.0, 4370.0, 4371.0, 4369.0, 4384.0, 4386.0, 4390.0, 4398.0, 4396.0, 4410.0, 4401.0, 4407.0, 4398.0, 4386.0, 4393.0, 4387.0, 4416.0, 4384.0, 4398.0, 4371.0, 4360.0, 4371.0, 4373.0, 4381.0, 4382.0, 4373.0, 4385.0, 4385.0, 4392.0, 4381.0, 4373.0, 4383.0, 4383.0, 4385.0, 4396.0, 4397.0, 4417.0, 4398.0, 4408.0, 4398.0, 4387.0, 4396.0, 4383.0, 4396.0, 4386.0, 4385.0, 4391.0, 4384.0, 4375.0, 4379.0, 4384.0, 4394.0, 4398.0, 4385.0, 4406.0, 4399.0, 4375.0, 4385.0, 4387.0, 4406.0, 4413.0, 4421.0, 4396.0, 4385.0, 4392.0, 4397.0, 4386.0, 4383.0, 4383.0, 4417.0, 4387.0, 4369.0, 4374.0, 4370.0, 4382.0, 4382.0, 4381.0, 4409.0, 4397.0, 4371.0, 4374.0, 4374.0, 4393.0, 4372.0, 4385.0, 4404.0, 4383.0, 4376.0, 4370.0, 4372.0, 4359.0, 4370.0, 4385.0, 4373.0, 4382.0, 4386.0, 4393.0, 4395.0, 4384.0, 4373.0, 4371.0, 4380.0, 4376.0, 4379.0, 4382.0, 4391.0, 4396.0, 4371.0, 4383.0, 4372.0, 4371.0, 4368.0, 4373.0, 4370.0, 4380.0, 4371.0, 4361.0, 4370.0, 4370.0, 4359.0, 4368.0, 4383.0, 4374.0, 4381.0, 4399.0, 4375.0, 4371.0, 4395.0, 4399.0, 4397.0, 4384.0, 4374.0, 4371.0, 4373.0, 4371.0, 4375.0, 4382.0, 4374.0, 4396.0, 4385.0, 4383.0, 4396.0, 4384.0, 4401.0, 4372.0, 4370.0, 4392.0, 4371.0, 4389.0, 4359.0, 4345.0, 4344.0, 4369.0, 4370.0, 4371.0, 4361.0, 4370.0, 4368.0, 4372.0, 4383.0, 4372.0, 4386.0, 4395.0, 4386.0, 4393.0, 4373.0, 4370.0, 4370.0, 4371.0, 4384.0, 4372.0, 4391.0, 4373.0, 4373.0, 4373.0, 4385.0, 4387.0, 4387.0, 4384.0, 4386.0, 4371.0, 4383.0, 4372.0, 4394.0, 4399.0, 4421.0, 4397.0, 4382.0, 4374.0, 4371.0, 4370.0, 4385.0, 4396.0, 4387.0, 4406.0, 4395.0, 4382.0, 4394.0, 4395.0, 4376.0, 4385.0, 4399.0, 4388.0, 4397.0, 4384.0, 4417.0, 4386.0, 4383.0, 4379.0, 4383.0, 4372.0, 4374.0, 4384.0, 4406.0, 4387.0, 4381.0, 4383.0, 4385.0, 4376.0, 4368.0, 4385.0, 4375.0, 4385.0, 4384.0, 4393.0, 4382.0, 4386.0, 4399.0, 4397.0, 4382.0, 4397.0, 4412.0, 4431.0, 4396.0, 4385.0, 4395.0, 4370.0, 4372.0, 4377.0, 4386.0, 4383.0, 4371.0, 4386.0, 4402.0, 4375.0, 4373.0, 4372.0, 4384.0, 4371.0, 4399.0, 4385.0, 4375.0, 4372.0, 4372.0, 4367.0, 4383.0, 4370.0, 4393.0, 4385.0, 4375.0, 4372.0, 4384.0, 4368.0, 4371.0, 4375.0, 4389.0, 4371.0, 4381.0, 4407.0, 4396.0, 4389.0, 4381.0, 4382.0, 4382.0, 4384.0, 4411.0, 4386.0, 4407.0, 4385.0, 4385.0, 4394.0, 4385.0, 4371.0, 4369.0, 4373.0, 4372.0, 4372.0, 4369.0, 4393.0, 4371.0, 4371.0, 4382.0, 4372.0, 4370.0, 4382.0, 4372.0, 4370.0, 4360.0, 4359.0, 4359.0, 4374.0, 4389.0, 4388.0, 4396.0, 4387.0, 4387.0, 4387.0, 4401.0, 4396.0, 4399.0, 4397.0, 4399.0, 4399.0, 4419.0, 4401.0, 4417.0, 4395.0, 4404.0, 4382.0, 4393.0, 4374.0, 4361.0, 4371.0, 4368.0, 4381.0, 4388.0, 4383.0, 4373.0, 4371.0, 4372.0, 4385.0, 4381.0, 4386.0, 4400.0, 4386.0, 4395.0, 4386.0, 4407.0, 4384.0, 4406.0, 4383.0, 4400.0, 4386.0, 4396.0, 4385.0, 4372.0, 4369.0, 4366.0, 4370.0, 4371.0, 4385.0, 4375.0, 4382.0, 4387.0, 4421.0, 4399.0, 4388.0, 4407.0, 4394.0, 4376.0, 4396.0, 4398.0, 4404.0, 4393.0, 4374.0, 4382.0, 4375.0, 4373.0, 4381.0, 4375.0, 4364.0, 4372.0, 4362.0, 4360.0, 4358.0, 4371.0, 4384.0, 4382.0, 4387.0, 4397.0, 4388.0, 4388.0, 4387.0, 4384.0, 4372.0, 4389.0, 4383.0, 4393.0, 4380.0, 4372.0, 4373.0, 4371.0, 4381.0, 4381.0, 4379.0, 4370.0, 4372.0, 4375.0, 4385.0, 4376.0, 4384.0, 4388.0, 4374.0, 4397.0, 4396.0, 4420.0, 4398.0, 4391.0, 4407.0, 4387.0, 4385.0, 4382.0, 4395.0, 4385.0, 4397.0, 4398.0, 4384.0, 4398.0, 4398.0, 4409.0, 4398.0, 4381.0, 4414.0, 4382.0, 4408.0, 4390.0, 4371.0, 4358.0, 4347.0, 4357.0, 4359.0, 4373.0, 4372.0, 4371.0, 4371.0, 4388.0, 4395.0, 4376.0, 4371.0, 4372.0, 4375.0, 4363.0, 4372.0, 4375.0, 4396.0, 4372.0, 4369.0, 4371.0, 4374.0, 4371.0, 4380.0, 4384.0, 4360.0, 4372.0, 4371.0, 4360.0, 4369.0, 4375.0, 4411.0, 4398.0, 4385.0, 4396.0, 4384.0, 4386.0, 4374.0, 4384.0, 4387.0, 4395.0, 4386.0, 4388.0, 4408.0, 4385.0, 4380.0, 4386.0, 4384.0, 4373.0, 4384.0, 4384.0, 4375.0, 4388.0, 4383.0, 4405.0, 4384.0, 4375.0, 4382.0, 4372.0, 4391.0, 4383.0, 4388.0, 4389.0, 4371.0, 4359.0, 4373.0, 4387.0, 4387.0, 4378.0, 4376.0, 4385.0, 4387.0, 4396.0, 4388.0, 4400.0, 4389.0, 4409.0, 4400.0, 4408.0, 4401.0, 4393.0, 4396.0, 4385.0, 4403.0, 4383.0, 4398.0, 4407.0, 4376.0, 4374.0, 4372.0, 4374.0, 4362.0, 4371.0, 4369.0, 4373.0, 4376.0, 4388.0, 4408.0, 4386.0, 4383.0, 4374.0, 4385.0, 4373.0, 4373.0, 4382.0, 4385.0, 4394.0, 4385.0, 4375.0, 4385.0, 4383.0, 4394.0, 4384.0, 4373.0, 4392.0, 4383.0, 4373.0, 4406.0, 4373.0, 4372.0, 4370.0, 4381.0], 'WindowWidth': [9857.0, 9781.0, 9787.0, 9716.0, 9691.0, 9686.0, 9678.0, 9733.0, 9697.0, 9680.0, 9672.0, 9676.0, 9669.0, 9694.0, 9706.0, 9688.0, 9659.0, 9672.0, 9673.0, 9692.0, 9675.0, 9709.0, 9678.0, 9674.0, 9690.0, 9696.0, 9708.0, 9687.0, 9682.0, 9692.0, 9683.0, 9696.0, 9705.0, 9725.0, 9698.0, 9650.0, 9675.0, 9677.0, 9690.0, 9674.0, 9725.0, 9694.0, 9689.0, 9675.0, 9664.0, 9652.0, 9675.0, 9672.0, 9695.0, 9701.0, 9696.0, 9702.0, 9712.0, 9694.0, 9679.0, 9695.0, 9670.0, 9705.0, 9690.0, 9716.0, 9660.0, 9683.0, 9652.0, 9661.0, 9671.0, 9677.0, 9667.0, 9647.0, 9650.0, 9644.0, 9650.0, 9647.0, 9689.0, 9668.0, 9696.0, 9679.0, 9692.0, 9694.0, 9720.0, 9717.0, 9707.0, 9676.0, 9655.0, 9665.0, 9641.0, 9649.0, 9674.0, 9673.0, 9649.0, 9628.0, 9639.0, 9640.0, 9645.0, 9671.0, 9705.0, 9717.0, 9694.0, 9675.0, 9688.0, 9670.0, 9711.0, 9696.0, 9736.0, 9699.0, 9720.0, 9682.0, 9661.0, 9670.0, 9666.0, 9657.0, 9649.0, 9657.0, 9643.0, 9650.0, 9692.0, 9693.0, 9700.0, 9645.0, 9626.0, 9628.0, 9653.0, 9650.0, 9668.0, 9669.0, 9679.0, 9696.0, 9679.0, 9682.0, 9672.0, 9705.0, 9672.0, 9674.0, 9668.0, 9641.0, 9663.0, 9624.0, 9626.0, 9621.0, 9601.0, 9620.0, 9616.0, 9617.0, 9615.0, 9621.0, 9644.0, 9625.0, 9628.0, 9626.0, 9637.0, 9644.0, 9642.0, 9649.0, 9701.0, 9679.0, 9663.0, 9643.0, 9642.0, 9613.0, 9646.0, 9625.0, 9646.0, 9648.0, 9667.0, 9690.0, 9672.0, 9684.0, 9668.0, 9660.0, 9672.0, 9672.0, 9678.0, 9670.0, 9687.0, 9676.0, 9651.0, 9670.0, 9691.0, 9683.0, 9662.0, 9653.0, 9664.0, 9673.0, 9683.0, 9668.0, 9662.0, 9669.0, 9665.0, 9668.0, 9663.0, 9655.0, 9690.0, 9688.0, 9674.0, 9671.0, 9668.0, 9659.0, 9694.0, 9726.0, 9716.0, 9697.0, 9677.0, 9691.0, 9675.0, 9676.0, 9674.0, 9726.0, 9718.0, 9691.0, 9701.0, 9684.0, 9718.0, 9705.0, 9698.0, 9698.0, 9714.0, 9694.0, 9692.0, 9712.0, 9689.0, 9697.0, 9686.0, 9692.0, 9674.0, 9725.0, 9681.0, 9670.0, 9671.0, 9665.0, 9663.0, 9650.0, 9646.0, 9692.0, 9646.0, 9628.0, 9623.0, 9616.0, 9613.0, 9646.0, 9674.0, 9654.0, 9650.0, 9673.0, 9653.0, 9676.0, 9715.0, 9701.0, 9716.0, 9732.0, 9713.0, 9689.0, 9698.0, 9698.0, 9699.0, 9666.0, 9691.0, 9656.0, 9677.0, 9650.0, 9675.0, 9628.0, 9649.0, 9630.0, 9645.0, 9620.0, 9627.0, 9602.0, 9595.0, 9594.0, 9599.0, 9595.0, 9622.0, 9623.0, 9637.0, 9644.0, 9659.0, 9660.0, 9690.0, 9679.0, 9683.0, 9707.0, 9722.0, 9690.0, 9694.0, 9699.0, 9703.0, 9700.0, 9692.0, 9696.0, 9704.0, 9685.0, 9675.0, 9668.0, 9642.0, 9660.0, 9675.0, 9669.0, 9696.0, 9699.0, 9698.0, 9688.0, 9674.0, 9673.0, 9676.0, 9692.0, 9685.0, 9696.0, 9702.0, 9678.0, 9666.0, 9669.0, 9673.0, 9700.0, 9678.0, 9676.0, 9680.0, 9648.0, 9653.0, 9654.0, 9674.0, 9685.0, 9670.0, 9670.0, 9660.0, 9664.0, 9668.0, 9666.0, 9701.0, 9731.0, 9724.0, 9692.0, 9676.0, 9670.0, 9666.0, 9673.0, 9668.0, 9691.0, 9676.0, 9716.0, 9691.0, 9697.0, 9693.0, 9678.0, 9686.0, 9665.0, 9653.0, 9679.0, 9653.0, 9662.0, 9650.0, 9665.0, 9674.0, 9697.0, 9704.0, 9670.0, 9651.0, 9644.0, 9647.0, 9633.0, 9649.0, 9648.0, 9678.0, 9631.0, 9698.0, 9644.0, 9642.0, 9655.0, 9642.0, 9644.0, 9641.0, 9667.0, 9675.0, 9684.0, 9697.0, 9692.0, 9715.0, 9703.0, 9708.0, 9696.0, 9678.0, 9686.0, 9677.0, 9717.0, 9670.0, 9683.0, 9646.0, 9630.0, 9645.0, 9648.0, 9659.0, 9660.0, 9650.0, 9672.0, 9669.0, 9676.0, 9660.0, 9652.0, 9667.0, 9669.0, 9674.0, 9689.0, 9691.0, 9722.0, 9695.0, 9708.0, 9693.0, 9676.0, 9687.0, 9667.0, 9688.0, 9674.0, 9671.0, 9676.0, 9667.0, 9655.0, 9658.0, 9667.0, 9686.0, 9695.0, 9671.0, 9706.0, 9697.0, 9659.0, 9672.0, 9678.0, 9705.0, 9727.0, 9734.0, 9691.0, 9671.0, 9680.0, 9693.0, 9673.0, 9667.0, 9664.0, 9719.0, 9676.0, 9643.0, 9651.0, 9644.0, 9660.0, 9663.0, 9660.0, 9713.0, 9693.0, 9649.0, 9655.0, 9652.0, 9677.0, 9649.0, 9671.0, 9701.0, 9669.0, 9659.0, 9643.0, 9647.0, 9627.0, 9643.0, 9669.0, 9653.0, 9665.0, 9673.0, 9681.0, 9684.0, 9668.0, 9652.0, 9648.0, 9659.0, 9656.0, 9658.0, 9664.0, 9676.0, 9685.0, 9647.0, 9664.0, 9647.0, 9645.0, 9637.0, 9649.0, 9642.0, 9658.0, 9645.0, 9630.0, 9641.0, 9641.0, 9625.0, 9640.0, 9665.0, 9656.0, 9663.0, 9695.0, 9657.0, 9649.0, 9688.0, 9703.0, 9695.0, 9668.0, 9654.0, 9648.0, 9651.0, 9645.0, 9654.0, 9662.0, 9654.0, 9689.0, 9671.0, 9666.0, 9686.0, 9668.0, 9688.0, 9649.0, 9641.0, 9675.0, 9646.0, 9666.0, 9623.0, 9599.0, 9598.0, 9639.0, 9644.0, 9643.0, 9629.0, 9640.0, 9638.0, 9649.0, 9665.0, 9650.0, 9675.0, 9684.0, 9671.0, 9679.0, 9652.0, 9642.0, 9645.0, 9645.0, 9669.0, 9648.0, 9672.0, 9649.0, 9648.0, 9650.0, 9668.0, 9679.0, 9676.0, 9669.0, 9673.0, 9647.0, 9665.0, 9650.0, 9683.0, 9700.0, 9730.0, 9693.0, 9664.0, 9650.0, 9643.0, 9643.0, 9672.0, 9689.0, 9675.0, 9704.0, 9687.0, 9665.0, 9684.0, 9685.0, 9660.0, 9672.0, 9696.0, 9682.0, 9692.0, 9672.0, 9719.0, 9675.0, 9665.0, 9658.0, 9665.0, 9649.0, 9653.0, 9667.0, 9703.0, 9677.0, 9661.0, 9665.0, 9668.0, 9657.0, 9641.0, 9669.0, 9657.0, 9672.0, 9670.0, 9684.0, 9668.0, 9675.0, 9696.0, 9692.0, 9669.0, 9693.0, 9722.0, 9746.0, 9691.0, 9670.0, 9683.0, 9646.0, 9648.0, 9653.0, 9672.0, 9667.0, 9648.0, 9671.0, 9691.0, 9655.0, 9649.0, 9649.0, 9667.0, 9647.0, 9698.0, 9672.0, 9655.0, 9648.0, 9648.0, 9637.0, 9664.0, 9645.0, 9682.0, 9671.0, 9654.0, 9648.0, 9666.0, 9640.0, 9645.0, 9653.0, 9670.0, 9646.0, 9663.0, 9706.0, 9691.0, 9678.0, 9662.0, 9663.0, 9662.0, 9669.0, 9718.0, 9679.0, 9704.0, 9671.0, 9671.0, 9683.0, 9671.0, 9648.0, 9644.0, 9650.0, 9646.0, 9648.0, 9640.0, 9678.0, 9644.0, 9644.0, 9660.0, 9645.0, 9642.0, 9663.0, 9646.0, 9642.0, 9627.0, 9623.0, 9625.0, 9653.0, 9686.0, 9680.0, 9689.0, 9676.0, 9676.0, 9677.0, 9701.0, 9694.0, 9700.0, 9695.0, 9700.0, 9700.0, 9726.0, 9702.0, 9720.0, 9688.0, 9699.0, 9665.0, 9679.0, 9653.0, 9629.0, 9642.0, 9638.0, 9662.0, 9682.0, 9667.0, 9652.0, 9647.0, 9648.0, 9669.0, 9665.0, 9676.0, 9700.0, 9678.0, 9691.0, 9675.0, 9706.0, 9670.0, 9702.0, 9667.0, 9686.0, 9676.0, 9689.0, 9671.0, 9647.0, 9640.0, 9634.0, 9642.0, 9645.0, 9670.0, 9659.0, 9667.0, 9677.0, 9730.0, 9699.0, 9680.0, 9705.0, 9686.0, 9662.0, 9691.0, 9694.0, 9695.0, 9680.0, 9653.0, 9662.0, 9653.0, 9647.0, 9658.0, 9655.0, 9639.0, 9646.0, 9631.0, 9625.0, 9622.0, 9643.0, 9671.0, 9665.0, 9672.0, 9686.0, 9678.0, 9679.0, 9677.0, 9670.0, 9652.0, 9683.0, 9667.0, 9679.0, 9659.0, 9648.0, 9652.0, 9646.0, 9664.0, 9662.0, 9658.0, 9643.0, 9646.0, 9655.0, 9672.0, 9659.0, 9669.0, 9677.0, 9657.0, 9691.0, 9695.0, 9729.0, 9694.0, 9686.0, 9705.0, 9677.0, 9673.0, 9667.0, 9686.0, 9673.0, 9692.0, 9695.0, 9673.0, 9695.0, 9696.0, 9711.0, 9694.0, 9664.0, 9712.0, 9666.0, 9709.0, 9675.0, 9644.0, 9623.0, 9605.0, 9618.0, 9623.0, 9650.0, 9650.0, 9646.0, 9648.0, 9679.0, 9683.0, 9658.0, 9646.0, 9647.0, 9654.0, 9636.0, 9649.0, 9656.0, 9684.0, 9649.0, 9641.0, 9645.0, 9652.0, 9646.0, 9664.0, 9669.0, 9632.0, 9647.0, 9645.0, 9630.0, 9642.0, 9656.0, 9715.0, 9696.0, 9673.0, 9687.0, 9669.0, 9673.0, 9654.0, 9669.0, 9675.0, 9686.0, 9676.0, 9682.0, 9706.0, 9673.0, 9661.0, 9674.0, 9670.0, 9653.0, 9671.0, 9672.0, 9659.0, 9679.0, 9666.0, 9699.0, 9670.0, 9656.0, 9663.0, 9649.0, 9674.0, 9668.0, 9679.0, 9669.0, 9645.0, 9626.0, 9650.0, 9678.0, 9679.0, 9665.0, 9659.0, 9675.0, 9677.0, 9690.0, 9680.0, 9699.0, 9685.0, 9714.0, 9702.0, 9713.0, 9703.0, 9685.0, 9691.0, 9673.0, 9696.0, 9668.0, 9697.0, 9705.0, 9657.0, 9649.0, 9646.0, 9650.0, 9633.0, 9645.0, 9642.0, 9651.0, 9656.0, 9677.0, 9704.0, 9671.0, 9664.0, 9652.0, 9668.0, 9653.0, 9654.0, 9667.0, 9671.0, 9686.0, 9673.0, 9659.0, 9671.0, 9667.0, 9680.0, 9667.0, 9651.0, 9676.0, 9668.0, 9650.0, 9697.0, 9650.0, 9647.0, 9644.0, 9661.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.001129363336992316</td></tr>
<tr><td colspan=3>aqi</td><td>0.01560615110867179</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.60495535030766</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2123607589890113</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0139786915934048</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>6104.1221</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08753246185960473</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.293084522502744</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.220080033370981</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1682327664871206</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.370388852576435</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1216184810493877</td></tr>
<tr><td colspan=3>gcor</td><td>0.018074</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010735339485108852</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023484721779823303</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.218663911798054</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>27.0776</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.861</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.8313</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303113.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>932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.7182</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8155</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.8201</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3637.9251</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>893.1677</td></tr>
<tr><td colspan=3>tsnr</td><td>44.38141435175203</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>