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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-02/func/sub-0116_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>149978c90acc1d2b9301e834017df0d0</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:27:31.157500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999527, -0.0237818, -0.0195236, 0.0266973, 0.98576, 0.166027]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976415</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7901, -7246, 455, -99, -405, 249, 172]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a7ae22d0-7993-4071-8cd6-69ae07a06075||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816565990448, 0.07162676751613617, -0.04130241647362709, 109.97234344482422], [0.06380488723516464, 2.644721508026123, 0.44946756958961487, -109.01071166992188], [-0.052380479872226715, -0.4454379081726074, 2.6620054244995117, -47.80448532104492], [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': ['092731.157500', '092731.617500', '092732.077500', '092732.537500', '092732.997500', '092733.457500', '092733.917500', '092734.377500', '092734.837500', '092735.297500', '092735.757500', '092736.217500', '092736.677500', '092737.137500', '092737.597500', '092738.057500', '092738.517500', '092738.977500', '092739.437500', '092739.897500', '092740.357500', '092740.817500', '092741.277500', '092741.737500', '092742.197500', '092742.657500', '092743.117500', '092743.577500', '092744.037500', '092744.497500', '092744.957500', '092745.417500', '092745.877500', '092746.337500', '092746.797500', '092747.257500', '092747.717500', '092748.177500', '092748.637500', '092749.097500', '092749.557500', '092750.017500', '092750.477500', '092750.937500', '092751.397500', '092751.857500', '092752.317500', '092752.777500', '092753.237500', '092753.697500', '092754.157500', '092754.617500', '092755.077500', '092755.537500', '092755.997500', '092756.457500', '092756.917500', '092757.377500', '092757.837500', '092758.297500', '092758.757500', '092759.217500', '092759.677500', '092800.137500', '092800.597500', '092801.057500', '092801.517500', '092801.977500', '092802.437500', '092802.897500', '092803.357500', '092803.817500', '092804.277500', '092804.737500', '092805.197500', '092805.657500', '092806.117500', '092806.577500', '092807.037500', '092807.497500', '092807.957500', '092808.417500', '092808.877500', '092809.337500', '092809.797500', '092810.257500', '092810.717500', '092811.177500', '092811.637500', '092812.097500', '092812.557500', '092813.017500', '092813.477500', '092813.937500', '092814.397500', '092814.857500', '092815.317500', '092815.777500', '092816.237500', '092816.697500', '092817.157500', '092817.617500', '092818.077500', '092818.537500', '092818.997500', '092819.457500', '092819.917500', '092820.377500', '092820.837500', '092821.297500', '092821.757500', '092822.217500', '092822.677500', '092823.137500', '092823.597500', '092824.057500', '092824.517500', '092824.977500', '092825.437500', '092825.897500', '092826.357500', '092826.817500', '092827.277500', '092827.737500', '092828.197500', '092828.657500', '092829.117500', '092829.577500', '092830.037500', '092830.497500', '092830.957500', '092831.417500', '092831.877500', '092832.337500', '092832.797500', '092833.257500', '092833.717500', '092834.177500', '092834.637500', '092835.097500', '092835.557500', '092836.017500', '092836.477500', '092836.937500', '092837.397500', '092837.857500', '092838.317500', '092838.777500', '092839.237500', '092839.697500', '092840.157500', '092840.617500', '092841.077500', '092841.537500', '092841.997500', '092842.457500', '092842.917500', '092843.377500', '092843.837500', '092844.297500', '092844.757500', '092845.217500', '092845.677500', '092846.137500', '092846.597500', '092847.057500', '092847.517500', '092847.977500', '092848.437500', '092848.897500', '092849.357500', '092849.817500', '092850.277500', '092850.737500', '092851.197500', '092851.657500', '092852.117500', '092852.577500', '092853.037500', '092853.497500', '092853.957500', '092854.417500', '092854.877500', '092855.337500', '092855.797500', '092856.257500', '092856.717500', '092857.177500', '092857.637500', '092858.097500', '092858.557500', '092859.017500', '092859.477500', '092859.937500', '092900.397500', '092900.857500', '092901.317500', '092901.777500', '092902.237500', '092902.697500', '092903.157500', '092903.617500', '092904.077500', '092904.537500', '092904.997500', '092905.457500', '092905.917500', '092906.377500', '092906.837500', '092907.297500', '092907.757500', '092908.217500', '092908.677500', '092909.137500', '092909.597500', '092910.057500', '092910.517500', '092910.977500', '092911.437500', '092911.897500', '092912.357500', '092912.817500', '092913.277500', '092913.737500', '092914.197500', '092914.657500', '092915.117500', '092915.577500', '092916.037500', '092916.497500', '092916.957500', '092917.417500', '092917.877500', '092918.337500', '092918.797500', '092919.257500', '092919.717500', '092920.177500', '092920.637500', '092921.097500', '092921.557500', '092922.017500', '092922.477500', '092922.937500', '092923.397500', '092923.857500', '092924.317500', '092924.777500', '092925.237500', '092925.697500', '092926.157500', '092926.617500', '092927.077500', '092927.537500', '092927.997500', '092928.457500', '092928.917500', '092929.377500', '092929.837500', '092930.297500', '092930.757500', '092931.217500', '092931.677500', '092932.137500', '092932.597500', '092933.057500', '092933.517500', '092933.977500', '092934.437500', '092934.897500', '092935.357500', '092935.817500', '092936.277500', '092936.737500', '092937.197500', '092937.657500', '092938.117500', '092938.577500', '092939.037500', '092939.497500', '092939.957500', '092940.417500', '092940.877500', '092941.337500', '092941.797500', '092942.257500', '092942.717500', '092943.177500', '092943.637500', '092944.097500', '092944.557500', '092945.017500', '092945.477500', '092945.937500', '092946.397500', '092946.857500', '092947.317500', '092947.777500', '092948.237500', '092948.697500', '092949.157500', '092949.617500', '092950.077500', '092950.537500', '092950.997500', '092951.457500', '092951.917500', '092952.377500', '092952.837500', '092953.297500', '092953.757500', '092954.217500', '092954.677500', '092955.137500', '092955.597500', '092956.057500', '092956.517500', '092956.977500', '092957.437500', '092957.897500', '092958.357500', '092958.817500', '092959.277500', '092959.737500', '093000.197500', '093000.657500', '093001.117500', '093001.577500', '093002.037500', '093002.497500', '093002.957500', '093003.417500', '093003.877500', '093004.337500', '093004.797500', '093005.257500', '093005.717500', '093006.177500', '093006.637500', '093007.097500', '093007.557500', '093008.017500', '093008.477500', '093008.937500', '093009.397500', '093009.857500', '093010.317500', '093010.777500', '093011.237500', '093011.697500', '093012.157500', '093012.617500', '093013.077500', '093013.537500', '093013.997500', '093014.457500', '093014.917500', '093015.377500', '093015.837500', '093016.297500', '093016.757500', '093017.217500', '093017.677500', '093018.137500', '093018.597500', '093019.057500', '093019.517500', '093019.977500', '093020.437500', '093020.897500', '093021.357500', '093021.817500', '093022.277500', '093022.737500', '093023.197500', '093023.657500', '093024.117500', '093024.577500', '093025.037500', '093025.497500', '093025.957500', '093026.417500', '093026.877500', '093027.337500', '093027.797500', '093028.257500', '093028.717500', '093029.177500', '093029.637500', '093030.097500', '093030.557500', '093031.017500', '093031.477500', '093031.937500', '093032.397500', '093032.857500', '093033.317500', '093033.777500', '093034.237500', '093034.697500', '093035.157500', '093035.617500', '093036.077500', '093036.537500', '093036.997500', '093037.457500', '093037.917500', '093038.377500', '093038.837500', '093039.297500', '093039.757500', '093040.217500', '093040.677500', '093041.137500', '093041.597500', '093042.057500', '093042.517500', '093042.977500', '093043.437500', '093043.897500', '093044.357500', '093044.817500', '093045.277500', '093045.737500', '093046.197500', '093046.657500', '093047.117500', '093047.577500', '093048.037500', '093048.497500', '093048.957500', '093049.417500', '093049.877500', '093050.337500', '093050.797500', '093051.257500', '093051.717500', '093052.177500', '093052.637500', '093053.097500', '093053.557500', '093054.017500', '093054.477500', '093054.937500', '093055.397500', '093055.857500', '093056.317500', '093056.777500', '093057.237500', '093057.697500', '093058.157500', '093058.617500', '093059.077500', '093059.537500', '093059.997500', '093100.457500', '093100.917500', '093101.377500', '093101.837500', '093102.297500', '093102.757500', '093103.217500', '093103.677500', '093104.137500', '093104.597500', '093105.057500', '093105.517500', '093105.977500', '093106.437500', '093106.897500', '093107.357500', '093107.817500', '093108.277500', '093108.737500', '093109.197500', '093109.657500', '093110.117500', '093110.577500', '093111.037500', '093111.497500', '093111.957500', '093112.417500', '093112.877500', '093113.337500', '093113.797500', '093114.257500', '093114.717500', '093115.177500', '093115.637500', '093116.097500', '093116.557500', '093117.017500', '093117.477500', '093117.937500', '093118.397500', '093118.857500', '093119.317500', '093119.777500', '093120.237500', '093120.697500', '093121.157500', '093121.617500', '093122.077500', '093122.537500', '093122.997500', '093123.457500', '093123.917500', '093124.377500', '093124.837500', '093125.297500', '093125.757500', '093126.217500', '093126.677500', '093127.137500', '093127.597500', '093128.057500', '093128.517500', '093128.977500', '093129.437500', '093129.897500', '093130.357500', '093130.817500', '093131.277500', '093131.737500', '093132.197500', '093132.657500', '093133.117500', '093133.577500', '093134.037500', '093134.497500', '093134.957500', '093135.417500', '093135.877500', '093136.337500', '093136.797500', '093137.257500', '093137.717500', '093138.177500', '093138.637500', '093139.097500', '093139.557500', '093140.017500', '093140.477500', '093140.937500', '093141.397500', '093141.857500', '093142.317500', '093142.777500', '093143.237500', '093143.697500', '093144.157500', '093144.617500', '093145.077500', '093145.537500', '093145.997500', '093146.457500', '093146.917500', '093147.377500', '093147.837500', '093148.297500', '093148.757500', '093149.217500', '093149.677500', '093150.137500', '093150.597500', '093151.057500', '093151.517500', '093151.977500', '093152.437500', '093152.897500', '093153.357500', '093153.817500', '093154.277500', '093154.737500', '093155.197500', '093155.657500', '093156.117500', '093156.577500', '093157.037500', '093157.497500', '093157.957500', '093158.417500', '093158.877500', '093159.337500', '093159.797500', '093200.257500', '093200.717500', '093201.177500', '093201.637500', '093202.097500', '093202.557500', '093203.017500', '093203.477500', '093203.937500', '093204.397500', '093204.857500', '093205.317500', '093205.777500', '093206.237500', '093206.697500', '093207.157500', '093207.617500', '093208.077500', '093208.537500', '093208.997500', '093209.457500', '093209.917500', '093210.377500', '093210.837500', '093211.297500', '093211.757500', '093212.217500', '093212.677500', '093213.137500', '093213.597500', '093214.057500', '093214.517500', '093214.977500', '093215.437500', '093215.897500', '093216.357500', '093216.817500', '093217.277500', '093217.737500', '093218.197500', '093218.657500', '093219.117500', '093219.577500', '093220.037500', '093220.497500', '093220.957500', '093221.417500', '093221.877500', '093222.337500', '093222.797500', '093223.257500', '093223.717500', '093224.177500', '093224.637500', '093225.097500', '093225.557500', '093226.017500', '093226.477500', '093226.937500', '093227.397500', '093227.857500', '093228.317500', '093228.777500', '093229.237500', '093229.697500', '093230.157500', '093230.617500', '093231.077500', '093231.537500', '093231.997500', '093232.457500', '093232.917500', '093233.377500', '093233.837500', '093234.297500', '093234.757500', '093235.217500', '093235.677500', '093236.137500', '093236.597500', '093237.057500', '093237.517500', '093237.977500', '093238.437500', '093238.897500', '093239.357500', '093239.817500', '093240.277500', '093240.737500', '093241.197500', '093241.657500', '093242.117500', '093242.577500', '093243.037500', '093243.497500', '093243.957500', '093244.417500', '093244.877500', '093245.337500', '093245.797500', '093246.257500', '093246.717500', '093247.177500', '093247.637500', '093248.097500', '093248.557500', '093249.017500', '093249.477500', '093249.937500', '093250.397500', '093250.857500', '093251.317500', '093251.777500', '093252.237500', '093252.697500', '093253.157500', '093253.617500', '093254.077500', '093254.537500', '093254.997500', '093255.457500', '093255.917500', '093256.377500', '093256.837500', '093257.297500', '093257.757500', '093258.217500', '093258.677500', '093259.137500', '093259.597500', '093300.057500', '093300.517500', '093300.977500', '093301.437500', '093301.897500', '093302.357500', '093302.817500', '093303.277500', '093303.737500', '093304.197500', '093304.657500', '093305.117500', '093305.577500', '093306.037500', '093306.497500', '093306.957500', '093307.417500', '093307.877500', '093308.337500', '093308.797500', '093309.257500', '093309.717500', '093310.177500', '093310.637500', '093311.097500', '093311.557500', '093312.017500', '093312.477500', '093312.937500', '093313.397500', '093313.857500', '093314.317500', '093314.777500', '093315.237500', '093315.697500', '093316.157500', '093316.617500', '093317.077500', '093317.537500', '093317.997500', '093318.457500', '093318.917500', '093319.377500', '093319.837500', '093320.297500', '093320.757500', '093321.217500', '093321.677500', '093322.137500', '093322.597500', '093323.057500', '093323.517500', '093323.977500', '093324.437500', '093324.897500', '093325.357500', '093325.817500', '093326.277500', '093326.737500', '093327.197500', '093327.657500', '093328.117500', '093328.577500', '093329.037500', '093329.497500', '093329.957500', '093330.417500', '093330.877500', '093331.337500', '093331.797500', '093332.257500', '093332.717500', '093333.177500', '093333.637500', '093334.097500', '093334.557500', '093335.017500', '093335.477500', '093335.937500', '093336.397500', '093336.857500', '093337.317500', '093337.777500', '093338.237500', '093338.697500', '093339.157500', '093339.617500', '093340.077500', '093340.537500', '093340.997500', '093341.457500', '093341.917500', '093342.377500', '093342.837500', '093343.297500', '093343.757500', '093344.217500', '093344.677500', '093345.137500', '093345.597500', '093346.057500', '093346.517500', '093346.977500', '093347.437500', '093347.897500', '093348.357500', '093348.817500', '093349.277500', '093349.737500', '093350.197500', '093350.657500', '093351.117500', '093351.577500', '093352.037500', '093352.497500', '093352.957500', '093353.417500', '093353.877500', '093354.337500', '093354.797500', '093355.257500', '093355.717500', '093356.177500', '093356.637500', '093357.097500', '093357.557500', '093358.017500', '093358.477500', '093358.937500', '093359.397500', '093359.857500', '093400.317500', '093400.777500', '093401.237500', '093401.697500', '093402.157500', '093402.617500', '093403.077500', '093403.537500', '093403.997500', '093404.457500', '093404.917500', '093405.377500', '093405.837500', '093406.297500', '093406.757500', '093407.217500', '093407.677500', '093408.137500', '093408.597500', '093409.057500', '093409.517500', '093409.977500', '093410.437500', '093410.897500', '093411.357500', '093411.817500', '093412.277500', '093412.737500', '093413.197500', '093413.657500', '093414.117500', '093414.577500', '093415.037500', '093415.497500', '093415.957500', '093416.417500', '093416.877500', '093417.337500', '093417.797500', '093418.257500', '093418.717500', '093419.177500', '093419.637500', '093420.097500', '093420.557500', '093421.017500', '093421.477500', '093421.937500', '093422.397500', '093422.857500', '093423.317500', '093423.777500', '093424.237500', '093424.697500', '093425.157500', '093425.617500', '093426.077500', '093426.537500', '093426.997500', '093427.457500', '093427.917500', '093428.377500', '093428.837500', '093429.297500', '093429.757500', '093430.217500', '093430.677500', '093431.137500'], 'ContentTime': ['092746.314000', '092746.317000', '092746.320000', '092746.322000', '092746.325000', '092746.327000', '092746.330000', '092746.333000', '092746.335000', '092746.340000', '092746.343000', '092746.346000', '092746.348000', '092746.351000', '092746.353000', '092746.356000', '092746.367000', '092746.370000', '092746.372000', '092746.375000', '092746.377000', '092746.380000', '092746.383000', '092746.389000', '092746.391000', '092746.394000', '092746.396000', '092746.399000', '092746.401000', '092746.404000', '092746.407000', '092806.255000', '092806.258000', '092806.261000', '092806.263000', '092806.266000', '092806.268000', '092806.271000', '092806.273000', '092806.276000', '092806.279000', '092806.281000', '092806.284000', '092806.286000', '092806.289000', '092806.291000', '092806.294000', '092806.296000', '092806.299000', '092806.302000', '092806.304000', '092806.307000', '092806.310000', '092806.312000', '092806.325000', '092806.328000', '092806.330000', '092806.333000', '092806.335000', '092806.338000', '092806.340000', '092806.343000', '092806.345000', '092806.348000', '092806.350000', '092806.353000', '092806.355000', '092806.358000', '092806.361000', '092806.363000', '092806.366000', '092806.368000', '092806.371000', '092806.374000', '092826.255000', '092826.258000', '092826.261000', '092826.263000', '092826.266000', '092826.269000', '092826.277000', '092826.279000', '092826.282000', '092826.284000', '092826.287000', '092826.290000', '092826.292000', '092826.295000', '092826.297000', '092826.300000', '092826.303000', '092826.305000', '092826.308000', '092826.310000', '092826.313000', '092826.315000', '092826.318000', '092826.320000', '092826.323000', '092826.326000', '092826.328000', '092826.331000', '092826.333000', '092826.336000', '092826.339000', '092826.341000', '092826.344000', '092826.346000', '092826.349000', '092826.351000', '092826.354000', '092826.356000', '092826.359000', '092826.362000', '092826.364000', '092826.367000', '092826.369000', '092826.372000', '092846.254000', '092846.257000', '092846.260000', '092846.262000', '092846.265000', '092846.268000', '092846.270000', '092846.273000', '092846.275000', '092846.278000', '092846.281000', '092846.283000', '092846.286000', '092846.288000', '092846.291000', '092846.294000', '092846.296000', '092846.299000', '092846.301000', '092846.304000', '092846.306000', '092846.309000', '092846.312000', '092846.314000', '092846.317000', '092846.320000', '092846.323000', '092846.326000', '092846.329000', '092846.331000', '092846.334000', '092846.336000', '092846.339000', '092846.342000', '092846.344000', '092846.347000', '092846.349000', '092846.352000', '092846.355000', '092846.357000', '092846.360000', '092846.362000', '092846.378000', '092906.255000', '092906.258000', '092906.261000', '092906.263000', '092906.266000', '092906.269000', '092906.271000', '092906.274000', '092906.277000', '092906.279000', '092906.282000', '092906.284000', '092906.287000', '092906.289000', '092906.292000', '092906.295000', '092906.297000', '092906.300000', '092906.302000', '092906.305000', '092906.308000', '092906.310000', '092906.313000', '092906.315000', '092906.318000', '092906.321000', '092906.323000', '092906.326000', '092906.328000', '092906.331000', '092906.333000', '092906.336000', '092906.339000', '092906.341000', '092906.344000', '092906.346000', '092906.349000', '092906.352000', '092906.354000', '092906.357000', '092906.359000', '092906.362000', '092906.365000', '092906.367000', '092926.256000', '092926.258000', '092926.261000', '092926.264000', '092926.266000', '092926.269000', '092926.272000', '092926.274000', '092926.277000', '092926.279000', '092926.282000', '092926.284000', '092926.287000', '092926.289000', '092926.292000', '092926.295000', '092926.297000', '092926.300000', '092926.302000', '092926.305000', '092926.307000', '092926.310000', '092926.313000', '092926.315000', '092926.318000', '092926.320000', '092926.323000', '092926.326000', '092926.328000', '092926.331000', '092926.333000', '092926.336000', '092926.338000', '092926.341000', '092926.343000', '092926.385000', '092926.388000', '092926.390000', '092926.393000', '092926.396000', '092926.398000', '092926.401000', '092926.403000', '092946.255000', '092946.258000', '092946.261000', '092946.264000', '092946.266000', '092946.269000', '092946.272000', '092946.274000', '092946.277000', '092946.279000', '092946.282000', '092946.285000', '092946.287000', '092946.290000', '092946.293000', '092946.295000', '092946.298000', '092946.300000', '092946.303000', '092946.306000', '092946.308000', '092946.311000', '092946.313000', '092946.316000', '092946.319000', '092946.321000', '092946.324000', '092946.326000', '092946.329000', '092946.331000', '092946.334000', '092946.337000', '092946.339000', '092946.342000', '092946.344000', '092946.347000', '092946.350000', '092946.352000', '092946.355000', '092946.357000', '092946.360000', '092946.362000', '092946.365000', '092946.368000', '093006.255000', '093006.258000', '093006.261000', '093006.264000', '093006.266000', '093006.269000', '093006.271000', '093006.274000', '093006.277000', '093006.279000', '093006.282000', '093006.284000', '093006.287000', '093006.289000', '093006.292000', '093006.295000', '093006.297000', '093006.300000', '093006.303000', '093006.305000', '093006.308000', '093006.311000', '093006.313000', '093006.316000', '093006.318000', '093006.321000', '093006.323000', '093006.326000', '093006.329000', '093006.331000', '093006.334000', '093006.336000', '093006.339000', '093006.342000', '093006.344000', '093006.347000', '093006.349000', '093006.352000', '093006.355000', '093006.357000', '093006.360000', '093006.362000', '093006.365000', '093026.255000', '093026.258000', '093026.261000', '093026.263000', '093026.266000', '093026.269000', '093026.271000', '093026.274000', '093026.276000', '093026.279000', '093026.281000', '093026.284000', '093026.287000', '093026.289000', '093026.292000', '093026.294000', '093026.297000', '093026.300000', '093026.302000', '093026.305000', '093026.307000', '093026.310000', '093026.313000', '093026.315000', '093026.318000', '093026.320000', '093026.323000', '093026.325000', '093026.328000', '093026.331000', '093026.333000', '093026.336000', '093026.338000', '093026.341000', '093026.344000', '093026.346000', '093026.349000', '093026.352000', '093026.354000', '093026.357000', '093026.359000', '093026.362000', '093026.365000', '093026.367000', '093046.256000', '093046.258000', '093046.261000', '093046.264000', '093046.266000', '093046.269000', '093046.271000', '093046.274000', '093046.277000', '093046.279000', '093046.282000', '093046.284000', '093046.287000', '093046.289000', '093046.292000', '093046.295000', '093046.297000', '093046.300000', '093046.303000', '093046.305000', '093046.308000', '093046.310000', '093046.313000', '093046.315000', '093046.318000', '093046.321000', '093046.323000', '093046.326000', '093046.328000', '093046.331000', '093046.334000', '093046.336000', '093046.339000', '093046.341000', '093046.344000', '093046.346000', '093046.349000', '093046.352000', '093046.354000', '093046.357000', '093046.360000', '093046.362000', '093046.365000', '093106.255000', '093106.257000', '093106.260000', '093106.263000', '093106.265000', '093106.268000', '093106.271000', '093106.274000', '093106.277000', '093106.280000', '093106.282000', '093106.285000', '093106.288000', '093106.290000', '093106.293000', '093106.296000', '093106.298000', '093106.301000', '093106.304000', '093106.306000', '093106.309000', '093106.311000', '093106.314000', '093106.317000', '093106.319000', '093106.322000', '093106.324000', '093106.327000', '093106.330000', '093106.332000', '093106.335000', '093106.346000', '093106.349000', '093106.351000', '093106.354000', '093106.357000', '093106.359000', '093106.362000', '093106.364000', '093106.367000', '093106.369000', '093106.372000', '093106.375000', '093126.255000', '093126.258000', '093126.261000', '093126.264000', '093126.266000', '093126.269000', '093126.271000', '093126.274000', '093126.276000', '093126.279000', '093126.282000', '093126.284000', '093126.287000', '093126.289000', '093126.292000', '093126.295000', '093126.297000', '093126.300000', '093126.302000', '093126.305000', '093126.308000', '093126.310000', '093126.313000', '093126.315000', '093126.318000', '093126.321000', '093126.323000', '093126.326000', '093126.328000', '093126.331000', '093126.334000', '093126.336000', '093126.339000', '093126.341000', '093126.344000', '093126.347000', '093126.349000', '093126.352000', '093126.354000', '093126.357000', '093126.360000', '093126.362000', '093126.365000', '093126.367000', '093146.256000', '093146.259000', '093146.261000', '093146.264000', '093146.266000', '093146.269000', '093146.272000', '093146.274000', '093146.277000', '093146.279000', '093146.282000', '093146.285000', '093146.287000', '093146.290000', '093146.292000', '093146.295000', '093146.298000', '093146.300000', '093146.303000', '093146.306000', '093146.308000', '093146.311000', '093146.313000', '093146.316000', '093146.319000', '093146.321000', '093146.324000', '093146.326000', '093146.329000', '093146.332000', '093146.334000', '093146.337000', '093146.340000', '093146.342000', '093146.345000', '093146.347000', '093146.350000', '093146.352000', '093146.355000', '093146.358000', '093146.360000', '093146.363000', '093146.365000', '093146.368000', '093206.255000', '093206.258000', '093206.261000', '093206.264000', '093206.266000', '093206.269000', '093206.271000', '093206.274000', '093206.277000', '093206.279000', '093206.282000', '093206.284000', '093206.287000', '093206.290000', '093206.292000', '093206.295000', '093206.297000', '093206.300000', '093206.303000', '093206.305000', '093206.308000', '093206.310000', '093206.313000', '093206.316000', '093206.318000', '093206.321000', '093206.323000', '093206.326000', '093206.329000', '093206.331000', '093206.334000', '093206.337000', '093206.339000', '093206.342000', '093206.344000', '093206.347000', '093206.349000', '093206.352000', '093206.355000', '093206.357000', '093206.360000', '093206.362000', '093206.365000', '093226.255000', '093226.258000', '093226.261000', '093226.264000', '093226.267000', '093226.270000', '093226.272000', '093226.275000', '093226.277000', '093226.280000', '093226.283000', '093226.285000', '093226.288000', '093226.290000', '093226.293000', '093226.295000', '093226.298000', '093226.301000', '093226.303000', '093226.306000', '093226.308000', '093226.311000', '093226.314000', '093226.316000', '093226.319000', '093226.321000', '093226.324000', '093226.327000', '093226.330000', '093226.332000', '093226.335000', '093226.337000', '093226.340000', '093226.343000', '093226.345000', '093226.348000', '093226.351000', '093226.353000', '093226.356000', '093226.358000', '093226.361000', '093226.364000', '093226.366000', '093226.369000', '093246.256000', '093246.258000', '093246.261000', '093246.264000', '093246.266000', '093246.269000', '093246.271000', '093246.274000', '093246.277000', '093246.279000', '093246.282000', '093246.285000', '093246.287000', '093246.290000', '093246.292000', '093246.295000', '093246.298000', '093246.300000', '093246.303000', '093246.306000', '093246.308000', '093246.311000', '093246.313000', '093246.316000', '093246.319000', '093246.321000', '093246.324000', '093246.326000', '093246.329000', '093246.332000', '093246.334000', '093246.337000', '093246.339000', '093246.342000', '093246.344000', '093246.347000', '093246.350000', '093246.352000', '093246.355000', '093246.357000', '093246.360000', '093246.362000', '093246.365000', '093306.256000', '093306.258000', '093306.261000', '093306.264000', '093306.266000', '093306.269000', '093306.271000', '093306.274000', '093306.277000', '093306.279000', '093306.282000', '093306.291000', '093306.294000', '093306.297000', '093306.299000', '093306.302000', '093306.305000', '093306.307000', '093306.310000', '093306.312000', '093306.315000', '093306.318000', '093306.320000', '093306.323000', '093306.325000', '093306.328000', '093306.330000', '093306.333000', '093306.336000', '093306.338000', '093306.341000', '093306.343000', '093306.346000', '093306.349000', '093306.351000', '093306.354000', '093306.356000', '093306.359000', '093306.361000', '093306.364000', '093306.367000', '093306.369000', '093306.372000', '093306.374000', '093326.256000', '093326.259000', '093326.262000', '093326.264000', '093326.267000', '093326.269000', '093326.272000', '093326.275000', '093326.277000', '093326.280000', '093326.282000', '093326.285000', '093326.287000', '093326.290000', '093326.293000', '093326.295000', '093326.298000', '093326.300000', '093326.303000', '093326.306000', '093326.308000', '093326.311000', '093326.313000', '093326.316000', '093326.319000', '093326.321000', '093326.324000', '093326.326000', '093326.329000', '093326.332000', '093326.334000', '093326.337000', '093326.339000', '093326.342000', '093326.345000', '093326.347000', '093326.350000', '093326.352000', '093326.355000', '093326.358000', '093326.360000', '093326.363000', '093326.365000', '093346.256000', '093346.259000', '093346.262000', '093346.264000', '093346.267000', '093346.269000', '093346.272000', '093346.274000', '093346.277000', '093346.280000', '093346.282000', '093346.285000', '093346.288000', '093346.290000', '093346.293000', '093346.295000', '093346.298000', '093346.300000', '093346.305000', '093346.308000', '093346.311000', '093346.313000', '093346.316000', '093346.318000', '093346.321000', '093346.324000', '093346.326000', '093346.329000', '093346.331000', '093346.334000', '093346.337000', '093346.339000', '093346.342000', '093346.344000', '093346.347000', '093346.349000', '093346.352000', '093346.355000', '093346.358000', '093346.360000', '093346.363000', '093346.365000', '093346.368000', '093346.371000', '093406.255000', '093406.258000', '093406.261000', '093406.264000', '093406.266000', '093406.269000', '093406.271000', '093406.274000', '093406.291000', '093406.293000', '093406.296000', '093406.299000', '093406.301000', '093406.304000', '093406.306000', '093406.309000', '093406.312000', '093406.314000', '093406.317000', '093406.319000', '093406.322000', '093406.325000', '093406.327000', '093406.330000', '093406.332000', '093406.335000', '093406.338000', '093406.340000', '093406.343000', '093406.345000', '093406.348000', '093406.350000', '093406.353000', '093406.356000', '093406.358000', '093406.361000', '093406.363000', '093406.366000', '093406.369000', '093406.371000', '093406.374000', '093406.376000', '093406.379000', '093426.256000', '093426.258000', '093426.261000', '093426.264000', '093426.266000', '093426.269000', '093426.271000', '093426.274000', '093426.276000', '093426.279000', '093426.282000', '093426.284000', '093426.287000', '093426.289000', '093426.292000', '093426.295000', '093426.297000', '093426.300000', '093426.302000', '093426.305000', '093426.308000', '093426.310000', '093426.313000', '093426.316000', '093426.318000', '093426.321000', '093426.323000', '093426.326000', '093426.328000', '093426.331000', '093426.334000', '093426.336000', '093426.339000', '093426.342000', '093426.345000', '093426.348000', '093426.351000', '093426.354000', '093426.356000', '093426.359000', '093426.361000', '093426.364000', '093426.367000', '093432.289000', '093432.292000', '093432.295000', '093432.298000', '093432.301000', '093432.303000', '093432.306000', '093432.309000', '093432.311000', '093432.314000', '093432.317000', '093432.319000', '093432.322000', '093432.325000'], 'InstanceCreationTime': ['092746.314000', '092746.317000', '092746.320000', '092746.322000', '092746.325000', '092746.327000', '092746.330000', '092746.333000', '092746.335000', '092746.340000', '092746.343000', '092746.346000', '092746.348000', '092746.351000', '092746.353000', '092746.356000', '092746.367000', '092746.370000', '092746.372000', '092746.375000', '092746.377000', '092746.380000', '092746.383000', '092746.389000', '092746.391000', '092746.394000', '092746.396000', '092746.399000', '092746.401000', '092746.404000', '092746.407000', '092806.255000', '092806.258000', '092806.261000', '092806.263000', '092806.266000', '092806.268000', '092806.271000', '092806.273000', '092806.276000', '092806.279000', '092806.281000', '092806.284000', '092806.286000', '092806.289000', '092806.291000', '092806.294000', '092806.296000', '092806.299000', '092806.302000', '092806.304000', '092806.307000', '092806.310000', '092806.312000', '092806.325000', '092806.328000', '092806.330000', '092806.333000', '092806.335000', '092806.338000', '092806.340000', '092806.343000', '092806.345000', '092806.348000', '092806.350000', '092806.353000', '092806.355000', '092806.358000', '092806.361000', '092806.363000', '092806.366000', '092806.368000', '092806.371000', '092806.374000', '092826.255000', '092826.258000', '092826.261000', '092826.263000', '092826.266000', '092826.269000', '092826.277000', '092826.279000', '092826.282000', '092826.284000', '092826.287000', '092826.290000', '092826.292000', '092826.295000', '092826.297000', '092826.300000', '092826.303000', '092826.305000', '092826.308000', '092826.310000', '092826.313000', '092826.315000', '092826.318000', '092826.320000', '092826.323000', '092826.326000', '092826.328000', '092826.331000', '092826.333000', '092826.336000', '092826.339000', '092826.341000', '092826.344000', '092826.346000', '092826.349000', '092826.351000', '092826.354000', '092826.356000', '092826.359000', '092826.362000', '092826.364000', '092826.367000', '092826.369000', '092826.372000', '092846.254000', '092846.257000', '092846.260000', '092846.262000', '092846.265000', '092846.268000', '092846.270000', '092846.273000', '092846.275000', '092846.278000', '092846.281000', '092846.283000', '092846.286000', '092846.288000', '092846.291000', '092846.294000', '092846.296000', '092846.299000', '092846.301000', '092846.304000', '092846.306000', '092846.309000', '092846.312000', '092846.314000', '092846.317000', '092846.320000', '092846.323000', '092846.326000', '092846.329000', '092846.331000', '092846.334000', '092846.336000', '092846.339000', '092846.342000', '092846.344000', '092846.347000', '092846.349000', '092846.352000', '092846.355000', '092846.357000', '092846.360000', '092846.362000', '092846.378000', '092906.255000', '092906.258000', '092906.261000', '092906.263000', '092906.266000', '092906.269000', '092906.271000', '092906.274000', '092906.277000', '092906.279000', '092906.282000', '092906.284000', '092906.287000', '092906.289000', '092906.292000', '092906.295000', '092906.297000', '092906.300000', '092906.302000', '092906.305000', '092906.308000', '092906.310000', '092906.313000', '092906.315000', '092906.318000', '092906.321000', '092906.323000', '092906.326000', '092906.328000', '092906.331000', '092906.333000', '092906.336000', '092906.339000', '092906.341000', '092906.344000', '092906.346000', '092906.349000', '092906.352000', '092906.354000', '092906.357000', '092906.359000', '092906.362000', '092906.365000', '092906.367000', '092926.256000', '092926.258000', '092926.261000', '092926.264000', '092926.266000', '092926.269000', '092926.272000', '092926.274000', '092926.277000', '092926.279000', '092926.282000', '092926.284000', '092926.287000', '092926.289000', '092926.292000', '092926.295000', '092926.297000', '092926.300000', '092926.302000', '092926.305000', '092926.307000', '092926.310000', '092926.313000', '092926.315000', '092926.318000', '092926.320000', '092926.323000', '092926.326000', '092926.328000', '092926.331000', '092926.333000', '092926.336000', '092926.338000', '092926.341000', '092926.343000', '092926.385000', '092926.388000', '092926.390000', '092926.393000', '092926.396000', '092926.398000', '092926.401000', '092926.403000', '092946.255000', '092946.258000', '092946.261000', '092946.264000', '092946.266000', '092946.269000', '092946.272000', '092946.274000', '092946.277000', '092946.279000', '092946.282000', '092946.285000', '092946.287000', '092946.290000', '092946.293000', '092946.295000', '092946.298000', '092946.300000', '092946.303000', '092946.306000', '092946.308000', '092946.311000', '092946.313000', '092946.316000', '092946.319000', '092946.321000', '092946.324000', '092946.326000', '092946.329000', '092946.331000', '092946.334000', '092946.337000', '092946.339000', '092946.342000', '092946.344000', '092946.347000', '092946.350000', '092946.352000', '092946.355000', '092946.357000', '092946.360000', '092946.362000', '092946.365000', '092946.368000', '093006.255000', '093006.258000', '093006.261000', '093006.264000', '093006.266000', '093006.269000', '093006.271000', '093006.274000', '093006.277000', '093006.279000', '093006.282000', '093006.284000', '093006.287000', '093006.289000', '093006.292000', '093006.295000', '093006.297000', '093006.300000', '093006.303000', '093006.305000', '093006.308000', '093006.311000', '093006.313000', '093006.316000', '093006.318000', '093006.321000', '093006.323000', '093006.326000', '093006.329000', '093006.331000', '093006.334000', '093006.336000', '093006.339000', '093006.342000', '093006.344000', '093006.347000', '093006.349000', '093006.352000', '093006.355000', '093006.357000', '093006.360000', '093006.362000', '093006.365000', '093026.255000', '093026.258000', '093026.261000', '093026.263000', '093026.266000', '093026.269000', '093026.271000', '093026.274000', '093026.276000', '093026.279000', '093026.281000', '093026.284000', '093026.287000', '093026.289000', '093026.292000', '093026.294000', '093026.297000', '093026.300000', '093026.302000', '093026.305000', '093026.307000', '093026.310000', '093026.313000', '093026.315000', '093026.318000', '093026.320000', '093026.323000', '093026.325000', '093026.328000', '093026.331000', '093026.333000', '093026.336000', '093026.338000', '093026.341000', '093026.344000', '093026.346000', '093026.349000', '093026.352000', '093026.354000', '093026.357000', '093026.359000', '093026.362000', '093026.365000', '093026.367000', '093046.256000', '093046.258000', '093046.261000', '093046.264000', '093046.266000', '093046.269000', '093046.271000', '093046.274000', '093046.277000', '093046.279000', '093046.282000', '093046.284000', '093046.287000', '093046.289000', '093046.292000', '093046.295000', '093046.297000', '093046.300000', '093046.303000', '093046.305000', '093046.308000', '093046.310000', '093046.313000', '093046.315000', '093046.318000', '093046.321000', '093046.323000', '093046.326000', '093046.328000', '093046.331000', '093046.334000', '093046.336000', '093046.339000', '093046.341000', '093046.344000', '093046.346000', '093046.349000', '093046.352000', '093046.354000', '093046.357000', '093046.360000', '093046.362000', '093046.365000', '093106.255000', '093106.257000', '093106.260000', '093106.263000', '093106.265000', '093106.268000', '093106.271000', '093106.274000', '093106.277000', '093106.280000', '093106.282000', '093106.285000', '093106.288000', '093106.290000', '093106.293000', '093106.296000', '093106.298000', '093106.301000', '093106.304000', '093106.306000', '093106.309000', '093106.311000', '093106.314000', '093106.317000', '093106.319000', '093106.322000', '093106.324000', '093106.327000', '093106.330000', '093106.332000', '093106.335000', '093106.346000', '093106.349000', '093106.351000', '093106.354000', '093106.357000', '093106.359000', '093106.362000', '093106.364000', '093106.367000', '093106.369000', '093106.372000', '093106.375000', '093126.255000', '093126.258000', '093126.261000', '093126.264000', '093126.266000', '093126.269000', '093126.271000', '093126.274000', '093126.276000', '093126.279000', '093126.282000', '093126.284000', '093126.287000', '093126.289000', '093126.292000', '093126.295000', '093126.297000', '093126.300000', '093126.302000', '093126.305000', '093126.308000', '093126.310000', '093126.313000', '093126.315000', '093126.318000', '093126.321000', '093126.323000', '093126.326000', '093126.328000', '093126.331000', '093126.334000', '093126.336000', '093126.339000', '093126.341000', '093126.344000', '093126.347000', '093126.349000', '093126.352000', '093126.354000', '093126.357000', '093126.360000', '093126.362000', '093126.365000', '093126.367000', '093146.256000', '093146.259000', '093146.261000', '093146.264000', '093146.266000', '093146.269000', '093146.272000', '093146.274000', '093146.277000', '093146.279000', '093146.282000', '093146.285000', '093146.287000', '093146.290000', '093146.292000', '093146.295000', '093146.298000', '093146.300000', '093146.303000', '093146.306000', '093146.308000', '093146.311000', '093146.313000', '093146.316000', '093146.319000', '093146.321000', '093146.324000', '093146.326000', '093146.329000', '093146.332000', '093146.334000', '093146.337000', '093146.340000', '093146.342000', '093146.345000', '093146.347000', '093146.350000', '093146.352000', '093146.355000', '093146.358000', '093146.360000', '093146.363000', '093146.365000', '093146.368000', '093206.255000', '093206.258000', '093206.261000', '093206.264000', '093206.266000', '093206.269000', '093206.271000', '093206.274000', '093206.277000', '093206.279000', '093206.282000', '093206.284000', '093206.287000', '093206.290000', '093206.292000', '093206.295000', '093206.297000', '093206.300000', '093206.303000', '093206.305000', '093206.308000', '093206.310000', '093206.313000', '093206.316000', '093206.318000', '093206.321000', '093206.323000', '093206.326000', '093206.329000', '093206.331000', '093206.334000', '093206.337000', '093206.339000', '093206.342000', '093206.344000', '093206.347000', '093206.349000', '093206.352000', '093206.355000', '093206.357000', '093206.360000', '093206.362000', '093206.365000', '093226.255000', '093226.258000', '093226.261000', '093226.264000', '093226.267000', '093226.270000', '093226.272000', '093226.275000', '093226.277000', '093226.280000', '093226.283000', '093226.285000', '093226.288000', '093226.290000', '093226.293000', '093226.295000', '093226.298000', '093226.301000', '093226.303000', '093226.306000', '093226.308000', '093226.311000', '093226.314000', '093226.316000', '093226.319000', '093226.321000', '093226.324000', '093226.327000', '093226.330000', '093226.332000', '093226.335000', '093226.337000', '093226.340000', '093226.343000', '093226.345000', '093226.348000', '093226.351000', '093226.353000', '093226.356000', '093226.358000', '093226.361000', '093226.364000', '093226.366000', '093226.369000', '093246.256000', '093246.258000', '093246.261000', '093246.264000', '093246.266000', '093246.269000', '093246.271000', '093246.274000', '093246.277000', '093246.279000', '093246.282000', '093246.285000', '093246.287000', '093246.290000', '093246.292000', '093246.295000', '093246.298000', '093246.300000', '093246.303000', '093246.306000', '093246.308000', '093246.311000', '093246.313000', '093246.316000', '093246.319000', '093246.321000', '093246.324000', '093246.326000', '093246.329000', '093246.332000', '093246.334000', '093246.337000', '093246.339000', '093246.342000', '093246.344000', '093246.347000', '093246.350000', '093246.352000', '093246.355000', '093246.357000', '093246.360000', '093246.362000', '093246.365000', '093306.256000', '093306.258000', '093306.261000', '093306.264000', '093306.266000', '093306.269000', '093306.271000', '093306.274000', '093306.277000', '093306.279000', '093306.282000', '093306.291000', '093306.294000', '093306.297000', '093306.299000', '093306.302000', '093306.305000', '093306.307000', '093306.310000', '093306.312000', '093306.315000', '093306.318000', '093306.320000', '093306.323000', '093306.325000', '093306.328000', '093306.330000', '093306.333000', '093306.336000', '093306.338000', '093306.341000', '093306.343000', '093306.346000', '093306.349000', '093306.351000', '093306.354000', '093306.356000', '093306.359000', '093306.361000', '093306.364000', '093306.367000', '093306.369000', '093306.372000', '093306.374000', '093326.256000', '093326.259000', '093326.262000', '093326.264000', '093326.267000', '093326.269000', '093326.272000', '093326.275000', '093326.277000', '093326.280000', '093326.282000', '093326.285000', '093326.287000', '093326.290000', '093326.293000', '093326.295000', '093326.298000', '093326.300000', '093326.303000', '093326.306000', '093326.308000', '093326.311000', '093326.313000', '093326.316000', '093326.319000', '093326.321000', '093326.324000', '093326.326000', '093326.329000', '093326.332000', '093326.334000', '093326.337000', '093326.339000', '093326.342000', '093326.345000', '093326.347000', '093326.350000', '093326.352000', '093326.355000', '093326.358000', '093326.360000', '093326.363000', '093326.365000', '093346.256000', '093346.259000', '093346.262000', '093346.264000', '093346.267000', '093346.269000', '093346.272000', '093346.274000', '093346.277000', '093346.280000', '093346.282000', '093346.285000', '093346.288000', '093346.290000', '093346.293000', '093346.295000', '093346.298000', '093346.300000', '093346.305000', '093346.308000', '093346.311000', '093346.313000', '093346.316000', '093346.318000', '093346.321000', '093346.324000', '093346.326000', '093346.329000', '093346.331000', '093346.334000', '093346.337000', '093346.339000', '093346.342000', '093346.344000', '093346.347000', '093346.349000', '093346.352000', '093346.355000', '093346.358000', '093346.360000', '093346.363000', '093346.365000', '093346.368000', '093346.371000', '093406.255000', '093406.258000', '093406.261000', '093406.264000', '093406.266000', '093406.269000', '093406.271000', '093406.274000', '093406.291000', '093406.293000', '093406.296000', '093406.299000', '093406.301000', '093406.304000', '093406.306000', '093406.309000', '093406.312000', '093406.314000', '093406.317000', '093406.319000', '093406.322000', '093406.325000', '093406.327000', '093406.330000', '093406.332000', '093406.335000', '093406.338000', '093406.340000', '093406.343000', '093406.345000', '093406.348000', '093406.350000', '093406.353000', '093406.356000', '093406.358000', '093406.361000', '093406.363000', '093406.366000', '093406.369000', '093406.371000', '093406.374000', '093406.376000', '093406.379000', '093426.256000', '093426.258000', '093426.261000', '093426.264000', '093426.266000', '093426.269000', '093426.271000', '093426.274000', '093426.276000', '093426.279000', '093426.282000', '093426.284000', '093426.287000', '093426.289000', '093426.292000', '093426.295000', '093426.297000', '093426.300000', '093426.302000', '093426.305000', '093426.308000', '093426.310000', '093426.313000', '093426.316000', '093426.318000', '093426.321000', '093426.323000', '093426.326000', '093426.328000', '093426.331000', '093426.334000', '093426.336000', '093426.339000', '093426.342000', '093426.345000', '093426.348000', '093426.351000', '093426.354000', '093426.356000', '093426.359000', '093426.361000', '093426.364000', '093426.367000', '093432.289000', '093432.292000', '093432.295000', '093432.298000', '093432.301000', '093432.303000', '093432.306000', '093432.309000', '093432.311000', '093432.314000', '093432.317000', '093432.319000', '093432.322000', '093432.325000'], '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': [12073, 11388, 11984, 14373, 11256, 12255, 10696, 12351, 12753, 11412, 12655, 11073, 11550, 11323, 12181, 10667, 11224, 9755, 12265, 9933, 12495, 9975, 11020, 9945, 11611, 10183, 12529, 10684, 11700, 10360, 11957, 10165, 11275, 9614, 14406, 10445, 11257, 10944, 14810, 11248, 11671, 11457, 10488, 10992, 11015, 11368, 11010, 11046, 10023, 12058, 10266, 13267, 11628, 10843, 10646, 9526, 12033, 9395, 13477, 10290, 14885, 10982, 13720, 11304, 10025, 11369, 9958, 11491, 10300, 13291, 11841, 10235, 11367, 10248, 12134, 9774, 15323, 11314, 11030, 11734, 9864, 11799, 9943, 14846, 10813, 10505, 11506, 9607, 11986, 10361, 15082, 11561, 10032, 11951, 9965, 12688, 10228, 12677, 9632, 14904, 10444, 12270, 11744, 10420, 12042, 9985, 11943, 9778, 10651, 10055, 14660, 11853, 11050, 10938, 9901, 11961, 9557, 12210, 9757, 11674, 10532, 11914, 11075, 11570, 9911, 15008, 11244, 12326, 9700, 10757, 9206, 11317, 9392, 10603, 10082, 11397, 9499, 16217, 11835, 12853, 10558, 9935, 10266, 8382, 15019, 10078, 10558, 10339, 9361, 9586, 11494, 9460, 10223, 9185, 13594, 10435, 11994, 10914, 9665, 10854, 9236, 11737, 9484, 11533, 9379, 10171, 9429, 11399, 12087, 11037, 12175, 11070, 10990, 10409, 10471, 11170, 9923, 10633, 12329, 9068, 10301, 14787, 8876, 8491, 8980, 8555, 10681, 9137, 8294, 7683, 10290, 8442, 9142, 9513, 8803, 13051, 10234, 14234, 11579, 15406, 11873, 14909, 11142, 13934, 8113, 11803, 8113, 9743, 8520, 9451, 9523, 9990, 9989, 8092, 11605, 8803, 9400, 9051, 9660, 10179, 10303, 11622, 9742, 10557, 9219, 9830, 11352, 8896, 9944, 9265, 9156, 8935, 8893, 10009, 8791, 9310, 8502, 14147, 8422, 13018, 8561, 11658, 8485, 12136, 8420, 8575, 8467, 9545, 8905, 8553, 9886, 9138, 10722, 8827, 12893, 9043, 9407, 8090, 12379, 8333, 13297, 8992, 10833, 8839, 9220, 9127, 9662, 9232, 10725, 8816, 9408, 8109, 10065, 8966, 9886, 9408, 9072, 9736, 10099, 9922, 9763, 8827, 9168, 8669, 8330, 8734, 7913, 8597, 8696, 8123, 9786, 8211, 13446, 9368, 8556, 9644, 8101, 11215, 8952, 15179, 8850, 9377, 8900, 8304, 11495, 8567, 13596, 9398, 10743, 8615, 7882, 10767, 8584, 7828, 8874, 9753, 8964, 9246, 10400, 10396, 10279, 10715, 9486, 10764, 13231, 8877, 10125, 15163, 12235, 11876, 14494, 8939, 10276, 11131, 8497, 9978, 9659, 8399, 8759, 12257, 8622, 9816, 11321, 9683, 9732, 10978, 9961, 11614, 9313, 10295, 12935, 9043, 10251, 14735, 10110, 13318, 9003, 11109, 9506, 10452, 10748, 11087, 11698, 10705, 12958, 10436, 10265, 9600, 11191, 8850, 11043, 9362, 10661, 8649, 8491, 10298, 8986, 10343, 10160, 9945, 9371, 9373, 10859, 10045, 11462, 8916, 13171, 9536, 11522, 10094, 10965, 9283, 11364, 8512, 9230, 8191, 8464, 9904, 8781, 10508, 8437, 11816, 8492, 11356, 16527, 10115, 13668, 9750, 10234, 8309, 8961, 8308, 11798, 8583, 10395, 9407, 10149, 8809, 9689, 8629, 11829, 8910, 12614, 8305, 11197, 7805, 8640, 8759, 8765, 8328, 9082, 8328, 10030, 8016, 9331, 8051, 8967, 8496, 9385, 8580, 8593, 9518, 8862, 10461, 8088, 11608, 8435, 12904, 8356, 9694, 8342, 10318, 8370, 8475, 9193, 7981, 9141, 8701, 8528, 15276, 8177, 12169, 8037, 8527, 7906, 8222, 7978, 8852, 8494, 8304, 9749, 8237, 9759, 12357, 8263, 10885, 8010, 9181, 7727, 9642, 8093, 9056, 8404, 8992, 9246, 9030, 9725, 9075, 8780, 15196, 10951, 13856, 8046, 10820, 8262, 10549, 8289, 9702, 8735, 10099, 7882, 8636, 8645, 8226, 9552, 8242, 10302, 8078, 10604, 15584, 9466, 12727, 8556, 9624, 7894, 9205, 8456, 9309, 8610, 8976, 8342, 8528, 8306, 9387, 8604, 13481, 11312, 11061, 8248, 10603, 8396, 8421, 15710, 8286, 12923, 8026, 8547, 8328, 8316, 8680, 13712, 9299, 10984, 8168, 10677, 7988, 8973, 9390, 8321, 7642, 8035, 8349, 8964, 8487, 8943, 10269, 8464, 7772, 8622, 15211, 8470, 11412, 8549, 10311, 8706, 8796, 8358, 9921, 8571, 11773, 8397, 10415, 8257, 9084, 7792, 9414, 8222, 9372, 8088, 9355, 7925, 9782, 8133, 10415, 8396, 10165, 8165, 9418, 8502, 8551, 13619, 8134, 11365, 7852, 9643, 8008, 9319, 8609, 8757, 9162, 9086, 8424, 8270, 8817, 8145, 13207, 8728, 10511, 9627, 10670, 8267, 12766, 8200, 13854, 8915, 11174, 8745, 8632, 8565, 8205, 8860, 8094, 9476, 8145, 10414, 15528, 10268, 13556, 8893, 10075, 8413, 9656, 7802, 9740, 8650, 8540, 11746, 7927, 9825, 7696, 10056, 8184, 9378, 7539, 9188, 8593, 9546, 8318, 8811, 8306, 8464, 8951, 7918, 10453, 8812, 10692, 9151, 10478, 12616, 8551, 8682, 8711, 7922, 9270, 15901, 10309, 12158, 8414, 11406, 8451, 10014, 8010, 9178, 8261, 9293, 9610, 8275, 11389, 8068, 9587, 7756, 9150, 7618, 7959, 10850, 8017, 9851, 8019, 8734, 8120, 9478, 8358, 9397, 8421, 10979, 8566, 8810, 9214, 8563, 14232, 9872, 9983, 10679, 8628, 8481, 8639, 8777, 9055, 8701, 8809, 7987, 10106, 15727, 10248, 11959, 10177, 8626, 9084, 7918, 11674, 7626, 10141, 8576, 8609, 11066, 7712, 9410, 7931, 9794, 8354, 8936, 8336, 7901, 10844, 8028, 8985, 8223, 9135, 8848, 9327, 8812, 13556, 9464, 11488, 8841, 13990, 9201, 12055, 12665, 8637, 9179, 8556, 13306, 8345, 10857, 8311, 9038, 8584, 8373, 14773, 8188, 10563, 8307, 8779, 10261, 8197, 10560, 7709, 10091, 8267, 8506, 8572, 8481, 10083, 7955, 10645, 8721, 9221, 8724, 9568, 7855, 9745, 8342, 10559, 9004, 9770, 13771, 9119, 8215, 9271, 8139, 11360, 8453, 10838, 9002, 10668, 9357, 14234, 10551, 11565, 9085, 9232, 9990, 9413, 14316, 8824, 12585, 8994, 11724, 8927, 11521, 8715, 10870, 8633, 10178, 8604, 10022, 8789, 8669, 9589, 8908, 7763, 9077, 9227, 8614, 9388, 8862, 8736, 9203, 8690, 10337, 8957, 10528, 10031, 8751, 13859, 9067, 12886, 12194, 8677, 14523, 9522, 8778, 9552, 8275, 10648, 8333, 7812, 9330, 8426, 10273, 8454, 10280, 8184, 7869, 9170, 8104, 10015, 8486, 10100, 8159, 9502, 8242, 10133, 8212, 10413, 8032, 9572, 8237, 7598, 8272, 8008, 9986, 8225, 8902, 9056, 7847, 10573, 8297, 10542, 11187, 8167, 8978, 9453, 8072, 9660, 11533, 8137, 7820, 9044, 8133, 10503, 8017, 10847, 8729, 7983, 9403, 8032, 10958, 8910, 10295, 9382, 8026, 10573, 8705, 14805, 9962, 7974, 10161, 8463, 13478, 9148, 10707, 8955], 'WindowCenter': [4580.0, 4551.0, 4536.0, 4543.0, 4523.0, 4522.0, 4509.0, 4519.0, 4515.0, 4507.0, 4506.0, 4508.0, 4495.0, 4497.0, 4494.0, 4485.0, 4484.0, 4473.0, 4491.0, 4472.0, 4491.0, 4472.0, 4480.0, 4473.0, 4491.0, 4482.0, 4502.0, 4484.0, 4494.0, 4483.0, 4492.0, 4484.0, 4481.0, 4474.0, 4501.0, 4483.0, 4479.0, 4482.0, 4498.0, 4481.0, 4480.0, 4481.0, 4470.0, 4482.0, 4480.0, 4491.0, 4483.0, 4482.0, 4470.0, 4477.0, 4471.0, 4490.0, 4479.0, 4468.0, 4468.0, 4448.0, 4478.0, 4459.0, 4488.0, 4467.0, 4488.0, 4469.0, 4487.0, 4478.0, 4459.0, 4478.0, 4460.0, 4468.0, 4469.0, 4489.0, 4478.0, 4458.0, 4478.0, 4457.0, 4477.0, 4469.0, 4497.0, 4479.0, 4469.0, 4478.0, 4459.0, 4479.0, 4470.0, 4498.0, 4479.0, 4469.0, 4480.0, 4459.0, 4478.0, 4481.0, 4499.0, 4491.0, 4469.0, 4493.0, 4471.0, 4503.0, 4481.0, 4502.0, 4486.0, 4511.0, 4483.0, 4490.0, 4492.0, 4482.0, 4490.0, 4469.0, 4480.0, 4470.0, 4470.0, 4472.0, 4500.0, 4481.0, 4470.0, 4470.0, 4470.0, 4480.0, 4459.0, 4491.0, 4471.0, 4493.0, 4482.0, 4493.0, 4494.0, 4479.0, 4471.0, 4491.0, 4497.0, 4493.0, 4460.0, 4478.0, 4461.0, 4480.0, 4460.0, 4470.0, 4470.0, 4479.0, 4472.0, 4498.0, 4479.0, 4478.0, 4456.0, 4446.0, 4444.0, 4426.0, 4473.0, 4444.0, 4443.0, 4445.0, 4433.0, 4445.0, 4465.0, 4447.0, 4445.0, 4447.0, 4476.0, 4456.0, 4465.0, 4466.0, 4444.0, 4455.0, 4434.0, 4476.0, 4457.0, 4480.0, 4461.0, 4470.0, 4458.0, 4480.0, 4477.0, 4478.0, 4480.0, 4470.0, 4471.0, 4480.0, 4457.0, 4466.0, 4457.0, 4481.0, 4489.0, 4449.0, 4457.0, 4487.0, 4437.0, 4435.0, 4435.0, 4434.0, 4454.0, 4420.0, 4410.0, 4402.0, 4431.0, 4436.0, 4446.0, 4447.0, 4448.0, 4488.0, 4457.0, 4474.0, 4453.0, 4459.0, 4428.0, 4435.0, 4416.0, 4422.0, 4373.0, 4412.0, 4383.0, 4401.0, 4392.0, 4401.0, 4403.0, 4402.0, 4403.0, 4384.0, 4423.0, 4407.0, 4417.0, 4418.0, 4431.0, 4440.0, 4454.0, 4452.0, 4446.0, 4455.0, 4448.0, 4471.0, 4481.0, 4450.0, 4471.0, 4460.0, 4459.0, 4446.0, 4450.0, 4458.0, 4452.0, 4461.0, 4453.0, 4490.0, 4440.0, 4489.0, 4450.0, 4468.0, 4449.0, 4467.0, 4437.0, 4436.0, 4439.0, 4460.0, 4450.0, 4464.0, 4470.0, 4463.0, 4481.0, 4464.0, 4491.0, 4463.0, 4460.0, 4442.0, 4480.0, 4441.0, 4491.0, 4450.0, 4458.0, 4448.0, 4447.0, 4448.0, 4458.0, 4461.0, 4468.0, 4460.0, 4461.0, 4453.0, 4471.0, 4464.0, 4473.0, 4463.0, 4464.0, 4474.0, 4484.0, 4474.0, 4472.0, 4464.0, 4476.0, 4462.0, 4451.0, 4450.0, 4438.0, 4447.0, 4450.0, 4451.0, 4471.0, 4461.0, 4514.0, 4473.0, 4461.0, 4472.0, 4452.0, 4480.0, 4461.0, 4500.0, 4463.0, 4459.0, 4450.0, 4439.0, 4480.0, 4452.0, 4491.0, 4449.0, 4469.0, 4449.0, 4426.0, 4455.0, 4436.0, 4425.0, 4448.0, 4433.0, 4434.0, 4447.0, 4457.0, 4445.0, 4459.0, 4457.0, 4460.0, 4472.0, 4490.0, 4449.0, 4458.0, 4490.0, 4481.0, 4481.0, 4490.0, 4450.0, 4457.0, 4467.0, 4434.0, 4455.0, 4442.0, 4422.0, 4445.0, 4465.0, 4447.0, 4457.0, 4468.0, 4460.0, 4462.0, 4470.0, 4459.0, 4478.0, 4460.0, 4471.0, 4490.0, 4449.0, 4459.0, 4487.0, 4469.0, 4489.0, 4450.0, 4469.0, 4460.0, 4470.0, 4469.0, 4481.0, 4481.0, 4482.0, 4491.0, 4483.0, 4469.0, 4472.0, 4493.0, 4475.0, 4507.0, 4484.0, 4496.0, 4489.0, 4488.0, 4496.0, 4477.0, 4495.0, 4496.0, 4485.0, 4475.0, 4487.0, 4496.0, 4496.0, 4497.0, 4475.0, 4506.0, 4475.0, 4493.0, 4484.0, 4483.0, 4487.0, 4495.0, 4475.0, 4462.0, 4451.0, 4453.0, 4473.0, 4461.0, 4482.0, 4452.0, 4493.0, 4462.0, 4495.0, 4502.0, 4472.0, 4501.0, 4461.0, 4456.0, 4437.0, 4444.0, 4438.0, 4477.0, 4463.0, 4471.0, 4461.0, 4468.0, 4449.0, 4457.0, 4450.0, 4479.0, 4449.0, 4478.0, 4427.0, 4455.0, 4414.0, 4436.0, 4423.0, 4435.0, 4435.0, 4435.0, 4423.0, 4443.0, 4427.0, 4445.0, 4440.0, 4447.0, 4451.0, 4458.0, 4450.0, 4448.0, 4463.0, 4451.0, 4470.0, 4439.0, 4478.0, 4438.0, 4490.0, 4439.0, 4457.0, 4451.0, 4458.0, 4436.0, 4436.0, 4446.0, 4423.0, 4436.0, 4433.0, 4436.0, 4473.0, 4425.0, 4452.0, 4424.0, 4432.0, 4426.0, 4435.0, 4439.0, 4459.0, 4451.0, 4450.0, 4471.0, 4461.0, 4474.0, 4491.0, 4451.0, 4470.0, 4440.0, 4448.0, 4441.0, 4458.0, 4452.0, 4461.0, 4453.0, 4460.0, 4463.0, 4461.0, 4473.0, 4450.0, 4452.0, 4501.0, 4470.0, 4488.0, 4439.0, 4466.0, 4449.0, 4469.0, 4450.0, 4459.0, 4449.0, 4467.0, 4440.0, 4450.0, 4462.0, 4451.0, 4472.0, 4453.0, 4473.0, 4451.0, 4485.0, 4502.0, 4460.0, 4478.0, 4437.0, 4445.0, 4426.0, 4445.0, 4449.0, 4457.0, 4449.0, 4459.0, 4453.0, 4459.0, 4453.0, 4462.0, 4465.0, 4503.0, 4482.0, 4470.0, 4439.0, 4470.0, 4436.0, 4437.0, 4485.0, 4425.0, 4463.0, 4425.0, 4432.0, 4437.0, 4435.0, 4450.0, 4488.0, 4448.0, 4456.0, 4437.0, 4456.0, 4425.0, 4436.0, 4445.0, 4436.0, 4412.0, 4425.0, 4422.0, 4446.0, 4434.0, 4448.0, 4456.0, 4438.0, 4426.0, 4449.0, 4488.0, 4437.0, 4466.0, 4437.0, 4455.0, 4437.0, 4435.0, 4437.0, 4446.0, 4436.0, 4466.0, 4437.0, 4455.0, 4426.0, 4435.0, 4426.0, 4446.0, 4437.0, 4447.0, 4438.0, 4447.0, 4438.0, 4457.0, 4439.0, 4468.0, 4439.0, 4459.0, 4438.0, 4448.0, 4450.0, 4448.0, 4477.0, 4440.0, 4468.0, 4428.0, 4446.0, 4427.0, 4446.0, 4436.0, 4446.0, 4461.0, 4461.0, 4450.0, 4452.0, 4459.0, 4454.0, 4502.0, 4463.0, 4470.0, 4462.0, 4468.0, 4451.0, 4488.0, 4465.0, 4492.0, 4451.0, 4467.0, 4437.0, 4434.0, 4437.0, 4435.0, 4447.0, 4437.0, 4458.0, 4438.0, 4470.0, 4485.0, 4445.0, 4464.0, 4424.0, 4444.0, 4436.0, 4433.0, 4425.0, 4447.0, 4422.0, 4435.0, 4465.0, 4424.0, 4431.0, 4412.0, 4441.0, 4424.0, 4444.0, 4425.0, 4445.0, 4436.0, 4456.0, 4451.0, 4461.0, 4460.0, 4451.0, 4461.0, 4440.0, 4470.0, 4460.0, 4470.0, 4447.0, 4470.0, 4467.0, 4436.0, 4424.0, 4435.0, 4424.0, 4448.0, 4485.0, 4444.0, 4451.0, 4423.0, 4452.0, 4422.0, 4443.0, 4423.0, 4432.0, 4421.0, 4433.0, 4432.0, 4423.0, 4453.0, 4424.0, 4433.0, 4414.0, 4446.0, 4414.0, 4426.0, 4454.0, 4437.0, 4456.0, 4438.0, 4447.0, 4451.0, 4471.0, 4476.0, 4497.0, 4477.0, 4497.0, 4466.0, 4465.0, 4473.0, 4465.0, 4503.0, 4473.0, 4462.0, 4459.0, 4439.0, 4437.0, 4438.0, 4448.0, 4450.0, 4448.0, 4450.0, 4438.0, 4472.0, 4500.0, 4458.0, 4469.0, 4445.0, 4425.0, 4422.0, 4423.0, 4453.0, 4415.0, 4456.0, 4435.0, 4437.0, 4455.0, 4416.0, 4433.0, 4426.0, 4445.0, 4425.0, 4446.0, 4435.0, 4440.0, 4468.0, 4440.0, 4460.0, 4462.0, 4472.0, 4475.0, 4472.0, 4475.0, 4502.0, 4474.0, 4481.0, 4463.0, 4501.0, 4460.0, 4480.0, 4477.0, 4437.0, 4434.0, 4436.0, 4475.0, 4436.0, 4456.0, 4424.0, 4423.0, 4421.0, 4424.0, 4473.0, 4421.0, 4443.0, 4411.0, 4421.0, 4428.0, 4410.0, 4439.0, 4411.0, 4439.0, 4424.0, 4431.0, 4435.0, 4435.0, 4467.0, 4438.0, 4469.0, 4448.0, 4449.0, 4436.0, 4461.0, 4440.0, 4447.0, 4437.0, 4467.0, 4448.0, 4456.0, 4486.0, 4446.0, 4423.0, 4433.0, 4426.0, 4455.0, 4436.0, 4467.0, 4459.0, 4468.0, 4461.0, 4488.0, 4457.0, 4453.0, 4422.0, 4419.0, 4430.0, 4419.0, 4460.0, 4407.0, 4437.0, 4407.0, 4425.0, 4406.0, 4425.0, 4395.0, 4412.0, 4394.0, 4412.0, 4395.0, 4414.0, 4417.0, 4418.0, 4427.0, 4419.0, 4398.0, 4418.0, 4443.0, 4433.0, 4444.0, 4458.0, 4448.0, 4458.0, 4449.0, 4482.0, 4451.0, 4469.0, 4459.0, 4438.0, 4488.0, 4449.0, 4477.0, 4466.0, 4425.0, 4473.0, 4445.0, 4421.0, 4430.0, 4411.0, 4440.0, 4412.0, 4400.0, 4431.0, 4422.0, 4454.0, 4435.0, 4454.0, 4435.0, 4425.0, 4446.0, 4436.0, 4457.0, 4450.0, 4467.0, 4452.0, 4472.0, 4464.0, 4481.0, 4462.0, 4483.0, 4454.0, 4462.0, 4464.0, 4441.0, 4463.0, 4464.0, 4484.0, 4466.0, 4476.0, 4488.0, 4477.0, 4496.0, 4478.0, 4499.0, 4494.0, 4466.0, 4463.0, 4473.0, 4452.0, 4472.0, 4481.0, 4442.0, 4441.0, 4462.0, 4453.0, 4494.0, 4452.0, 4482.0, 4452.0, 4439.0, 4471.0, 4452.0, 4480.0, 4461.0, 4469.0, 4460.0, 4440.0, 4470.0, 4451.0, 4502.0, 4460.0, 4439.0, 4468.0, 4439.0, 4478.0, 4447.0, 4455.0, 4434.0], 'WindowWidth': [10045.0, 9988.0, 9960.0, 9967.0, 9935.0, 9929.0, 9909.0, 9921.0, 9910.0, 9899.0, 9898.0, 9903.0, 9881.0, 9885.0, 9877.0, 9866.0, 9861.0, 9847.0, 9866.0, 9843.0, 9866.0, 9844.0, 9852.0, 9846.0, 9869.0, 9858.0, 9887.0, 9862.0, 9877.0, 9860.0, 9871.0, 9861.0, 9854.0, 9849.0, 9882.0, 9858.0, 9847.0, 9856.0, 9874.0, 9854.0, 9852.0, 9854.0, 9837.0, 9859.0, 9852.0, 9869.0, 9862.0, 9854.0, 9838.0, 9842.0, 9840.0, 9866.0, 9848.0, 9832.0, 9830.0, 9804.0, 9842.0, 9820.0, 9857.0, 9829.0, 9857.0, 9834.0, 9855.0, 9846.0, 9821.0, 9845.0, 9823.0, 9830.0, 9834.0, 9863.0, 9844.0, 9817.0, 9844.0, 9815.0, 9841.0, 9835.0, 9871.0, 9850.0, 9835.0, 9844.0, 9818.0, 9846.0, 9837.0, 9874.0, 9849.0, 9832.0, 9849.0, 9820.0, 9845.0, 9854.0, 9877.0, 9869.0, 9836.0, 9874.0, 9843.0, 9889.0, 9855.0, 9887.0, 9871.0, 9898.0, 9860.0, 9865.0, 9874.0, 9859.0, 9865.0, 9836.0, 9849.0, 9837.0, 9836.0, 9843.0, 9881.0, 9853.0, 9836.0, 9834.0, 9837.0, 9850.0, 9820.0, 9869.0, 9842.0, 9875.0, 9859.0, 9875.0, 9878.0, 9850.0, 9841.0, 9866.0, 9888.0, 9873.0, 9823.0, 9847.0, 9828.0, 9850.0, 9825.0, 9835.0, 9837.0, 9848.0, 9844.0, 9877.0, 9846.0, 9842.0, 9810.0, 9795.0, 9788.0, 9769.0, 9832.0, 9789.0, 9786.0, 9792.0, 9773.0, 9795.0, 9820.0, 9799.0, 9792.0, 9798.0, 9839.0, 9809.0, 9822.0, 9823.0, 9790.0, 9805.0, 9776.0, 9839.0, 9814.0, 9851.0, 9827.0, 9840.0, 9819.0, 9850.0, 9843.0, 9847.0, 9849.0, 9835.0, 9840.0, 9853.0, 9814.0, 9823.0, 9816.0, 9855.0, 9863.0, 9809.0, 9814.0, 9852.0, 9785.0, 9779.0, 9778.0, 9778.0, 9803.0, 9750.0, 9733.0, 9724.0, 9764.0, 9783.0, 9798.0, 9799.0, 9805.0, 9860.0, 9814.0, 9830.0, 9798.0, 9802.0, 9755.0, 9760.0, 9732.0, 9734.0, 9672.0, 9721.0, 9687.0, 9707.0, 9697.0, 9707.0, 9712.0, 9711.0, 9712.0, 9690.0, 9742.0, 9727.0, 9740.0, 9744.0, 9766.0, 9778.0, 9804.0, 9798.0, 9797.0, 9809.0, 9803.0, 9841.0, 9854.0, 9810.0, 9840.0, 9822.0, 9821.0, 9798.0, 9809.0, 9816.0, 9815.0, 9825.0, 9817.0, 9862.0, 9795.0, 9861.0, 9809.0, 9827.0, 9804.0, 9826.0, 9788.0, 9785.0, 9793.0, 9821.0, 9808.0, 9835.0, 9838.0, 9832.0, 9853.0, 9833.0, 9867.0, 9829.0, 9822.0, 9801.0, 9848.0, 9799.0, 9865.0, 9807.0, 9814.0, 9800.0, 9796.0, 9803.0, 9816.0, 9826.0, 9830.0, 9824.0, 9823.0, 9819.0, 9841.0, 9834.0, 9847.0, 9832.0, 9835.0, 9847.0, 9861.0, 9849.0, 9842.0, 9834.0, 9856.0, 9830.0, 9814.0, 9807.0, 9789.0, 9800.0, 9810.0, 9815.0, 9843.0, 9830.0, 9907.0, 9849.0, 9831.0, 9843.0, 9818.0, 9853.0, 9827.0, 9880.0, 9833.0, 9821.0, 9808.0, 9794.0, 9850.0, 9816.0, 9865.0, 9804.0, 9835.0, 9808.0, 9771.0, 9807.0, 9784.0, 9768.0, 9801.0, 9772.0, 9775.0, 9796.0, 9809.0, 9791.0, 9813.0, 9807.0, 9818.0, 9839.0, 9863.0, 9803.0, 9813.0, 9862.0, 9852.0, 9852.0, 9866.0, 9809.0, 9812.0, 9829.0, 9782.0, 9811.0, 9787.0, 9761.0, 9797.0, 9821.0, 9802.0, 9814.0, 9831.0, 9823.0, 9827.0, 9833.0, 9821.0, 9844.0, 9822.0, 9838.0, 9862.0, 9806.0, 9819.0, 9856.0, 9835.0, 9862.0, 9810.0, 9833.0, 9820.0, 9834.0, 9834.0, 9854.0, 9852.0, 9856.0, 9867.0, 9858.0, 9834.0, 9842.0, 9873.0, 9855.0, 9901.0, 9867.0, 9886.0, 9882.0, 9880.0, 9886.0, 9859.0, 9882.0, 9885.0, 9867.0, 9856.0, 9874.0, 9887.0, 9887.0, 9888.0, 9854.0, 9895.0, 9853.0, 9874.0, 9864.0, 9862.0, 9873.0, 9882.0, 9855.0, 9830.0, 9815.0, 9819.0, 9847.0, 9828.0, 9858.0, 9819.0, 9873.0, 9830.0, 9881.0, 9885.0, 9844.0, 9883.0, 9826.0, 9810.0, 9788.0, 9793.0, 9792.0, 9843.0, 9834.0, 9842.0, 9828.0, 9833.0, 9809.0, 9816.0, 9810.0, 9848.0, 9807.0, 9843.0, 9772.0, 9807.0, 9751.0, 9783.0, 9761.0, 9783.0, 9785.0, 9780.0, 9763.0, 9789.0, 9773.0, 9798.0, 9797.0, 9802.0, 9814.0, 9819.0, 9810.0, 9805.0, 9830.0, 9808.0, 9836.0, 9792.0, 9844.0, 9792.0, 9863.0, 9793.0, 9814.0, 9816.0, 9818.0, 9785.0, 9782.0, 9797.0, 9763.0, 9782.0, 9776.0, 9781.0, 9832.0, 9766.0, 9800.0, 9763.0, 9773.0, 9771.0, 9783.0, 9794.0, 9824.0, 9813.0, 9812.0, 9842.0, 9832.0, 9851.0, 9867.0, 9814.0, 9836.0, 9797.0, 9804.0, 9800.0, 9820.0, 9818.0, 9829.0, 9821.0, 9827.0, 9832.0, 9827.0, 9845.0, 9811.0, 9817.0, 9882.0, 9836.0, 9856.0, 9794.0, 9826.0, 9809.0, 9835.0, 9812.0, 9821.0, 9809.0, 9829.0, 9799.0, 9811.0, 9831.0, 9815.0, 9845.0, 9819.0, 9847.0, 9814.0, 9869.0, 9885.0, 9824.0, 9843.0, 9789.0, 9795.0, 9772.0, 9795.0, 9807.0, 9815.0, 9810.0, 9821.0, 9820.0, 9824.0, 9820.0, 9831.0, 9841.0, 9890.0, 9857.0, 9837.0, 9793.0, 9836.0, 9784.0, 9786.0, 9848.0, 9767.0, 9815.0, 9767.0, 9775.0, 9787.0, 9783.0, 9811.0, 9859.0, 9803.0, 9810.0, 9787.0, 9811.0, 9768.0, 9783.0, 9795.0, 9782.0, 9745.0, 9766.0, 9761.0, 9799.0, 9780.0, 9804.0, 9811.0, 9789.0, 9770.0, 9805.0, 9857.0, 9786.0, 9824.0, 9787.0, 9808.0, 9787.0, 9781.0, 9787.0, 9796.0, 9786.0, 9825.0, 9787.0, 9808.0, 9769.0, 9781.0, 9771.0, 9796.0, 9788.0, 9801.0, 9791.0, 9799.0, 9789.0, 9813.0, 9795.0, 9830.0, 9795.0, 9819.0, 9790.0, 9803.0, 9812.0, 9805.0, 9840.0, 9795.0, 9829.0, 9775.0, 9794.0, 9773.0, 9795.0, 9786.0, 9799.0, 9827.0, 9827.0, 9811.0, 9815.0, 9823.0, 9824.0, 9886.0, 9835.0, 9836.0, 9828.0, 9830.0, 9813.0, 9860.0, 9840.0, 9869.0, 9812.0, 9828.0, 9788.0, 9779.0, 9786.0, 9783.0, 9802.0, 9788.0, 9818.0, 9788.0, 9835.0, 9852.0, 9792.0, 9816.0, 9761.0, 9791.0, 9782.0, 9774.0, 9767.0, 9801.0, 9759.0, 9781.0, 9819.0, 9762.0, 9767.0, 9746.0, 9782.0, 9764.0, 9792.0, 9770.0, 9794.0, 9785.0, 9814.0, 9815.0, 9830.0, 9829.0, 9815.0, 9828.0, 9797.0, 9836.0, 9825.0, 9838.0, 9803.0, 9836.0, 9826.0, 9783.0, 9763.0, 9780.0, 9765.0, 9804.0, 9852.0, 9789.0, 9796.0, 9760.0, 9797.0, 9760.0, 9787.0, 9761.0, 9771.0, 9755.0, 9775.0, 9769.0, 9762.0, 9800.0, 9764.0, 9772.0, 9751.0, 9796.0, 9750.0, 9770.0, 9805.0, 9790.0, 9813.0, 9792.0, 9802.0, 9814.0, 9843.0, 9860.0, 9891.0, 9863.0, 9887.0, 9841.0, 9837.0, 9846.0, 9839.0, 9890.0, 9846.0, 9828.0, 9818.0, 9791.0, 9785.0, 9790.0, 9803.0, 9810.0, 9805.0, 9808.0, 9791.0, 9844.0, 9880.0, 9818.0, 9831.0, 9793.0, 9765.0, 9756.0, 9762.0, 9800.0, 9753.0, 9811.0, 9780.0, 9786.0, 9808.0, 9757.0, 9774.0, 9769.0, 9793.0, 9766.0, 9798.0, 9782.0, 9797.0, 9830.0, 9798.0, 9823.0, 9832.0, 9845.0, 9854.0, 9847.0, 9856.0, 9887.0, 9849.0, 9853.0, 9832.0, 9884.0, 9825.0, 9850.0, 9838.0, 9785.0, 9776.0, 9784.0, 9836.0, 9786.0, 9811.0, 9762.0, 9761.0, 9753.0, 9763.0, 9829.0, 9755.0, 9786.0, 9739.0, 9751.0, 9756.0, 9737.0, 9773.0, 9742.0, 9777.0, 9765.0, 9771.0, 9783.0, 9783.0, 9829.0, 9793.0, 9835.0, 9805.0, 9806.0, 9783.0, 9827.0, 9798.0, 9800.0, 9789.0, 9831.0, 9805.0, 9811.0, 9854.0, 9799.0, 9761.0, 9776.0, 9768.0, 9804.0, 9783.0, 9826.0, 9824.0, 9832.0, 9827.0, 9859.0, 9815.0, 9801.0, 9756.0, 9748.0, 9765.0, 9746.0, 9805.0, 9727.0, 9766.0, 9726.0, 9747.0, 9725.0, 9748.0, 9708.0, 9724.0, 9704.0, 9725.0, 9708.0, 9731.0, 9745.0, 9748.0, 9756.0, 9749.0, 9718.0, 9745.0, 9790.0, 9777.0, 9792.0, 9819.0, 9804.0, 9818.0, 9806.0, 9857.0, 9811.0, 9833.0, 9816.0, 9786.0, 9856.0, 9804.0, 9839.0, 9822.0, 9765.0, 9829.0, 9793.0, 9755.0, 9764.0, 9739.0, 9779.0, 9743.0, 9724.0, 9766.0, 9756.0, 9803.0, 9783.0, 9806.0, 9783.0, 9769.0, 9799.0, 9786.0, 9815.0, 9810.0, 9830.0, 9819.0, 9844.0, 9836.0, 9855.0, 9833.0, 9859.0, 9823.0, 9830.0, 9835.0, 9801.0, 9833.0, 9839.0, 9864.0, 9845.0, 9857.0, 9878.0, 9861.0, 9885.0, 9864.0, 9893.0, 9878.0, 9841.0, 9833.0, 9847.0, 9815.0, 9844.0, 9853.0, 9801.0, 9799.0, 9831.0, 9821.0, 9878.0, 9818.0, 9856.0, 9815.0, 9795.0, 9842.0, 9818.0, 9852.0, 9826.0, 9835.0, 9824.0, 9796.0, 9836.0, 9814.0, 9883.0, 9819.0, 9793.0, 9831.0, 9795.0, 9845.0, 9802.0, 9807.0, 9778.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.006253876651982379</td></tr>
<tr><td colspan=3>aqi</td><td>0.05517963370044053</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.81524423087104</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2489051202205077</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0159142898456446</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>6882.4854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13440826662277044</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>143</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.748898678414097</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6298290131448243</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5514560300776385</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8444643867281387</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4935666226286957</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124586</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006618625484406948</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019819924607872963</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8931595028899717</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>32.4586</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8122</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.3752</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296611.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>665.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.3193</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3386</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.2894</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3614.218</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79933.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.6609</td></tr>
<tr><td colspan=3>tsnr</td><td>28.465031366678886</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>