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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0088_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-01_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-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-01_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-0088/ses-02/func/sub-0088_ses-02_task-faces_acq-mb8_run-01_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>affd667aaeec72c60aeecb7f8578b751</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:24:13.900000</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.999959, -0.00907895, 0.000288518, 0.00907565, 0.99991, 0.00989767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0815369</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7775, -7192, 512, -11, -114, -17, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4dcdd703-64bb-4e61-8061-0129def6ade2||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.68281626701355, 0.024349303916096687, 0.001021551783196628, 114.04316711425781], [0.024358157068490982, 2.682684898376465, 0.026715539395809174, -90.88227844238281], [0.0007740728906355798, -0.02655472792685032, 2.6998677253723145, -57.895023345947266], [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': ['092413.900000', '092414.360000', '092414.820000', '092415.280000', '092415.740000', '092416.200000', '092416.660000', '092417.120000', '092417.580000', '092418.040000', '092418.500000', '092418.960000', '092419.420000', '092419.880000', '092420.340000', '092420.800000', '092421.260000', '092421.720000', '092422.180000', '092422.640000', '092423.100000', '092423.560000', '092424.020000', '092424.480000', '092424.940000', '092425.400000', '092425.860000', '092426.320000', '092426.780000', '092427.240000', '092427.700000', '092428.160000', '092428.620000', '092429.080000', '092429.540000', '092430.000000', '092430.460000', '092430.920000', '092431.380000', '092431.840000', '092432.300000', '092432.760000', '092433.220000', '092433.680000', '092434.140000', '092434.600000', '092435.060000', '092435.520000', '092435.980000', '092436.440000', '092436.900000', '092437.360000', '092437.820000', '092438.280000', '092438.740000', '092439.200000', '092439.660000', '092440.120000', '092440.580000', '092441.040000', '092441.500000', '092441.960000', '092442.420000', '092442.880000', '092443.340000', '092443.800000', '092444.260000', '092444.720000', '092445.180000', '092445.640000', '092446.100000', '092446.560000', '092447.020000', '092447.480000', '092447.940000', '092448.400000', '092448.860000', '092449.320000', '092449.780000', '092450.240000', '092450.700000', '092451.160000', '092451.620000', '092452.080000', '092452.540000', '092453.000000', '092453.460000', '092453.920000', '092454.380000', '092454.840000', '092455.300000', '092455.760000', '092456.220000', '092456.680000', '092457.140000', '092457.600000', '092458.060000', '092458.520000', '092458.980000', '092459.440000', '092459.900000', '092500.360000', '092500.820000', '092501.280000', '092501.740000', '092502.200000', '092502.660000', '092503.120000', '092503.580000', '092504.040000', '092504.500000', '092504.960000', '092505.420000', '092505.880000', '092506.340000', '092506.800000', '092507.260000', '092507.720000', '092508.180000', '092508.640000', '092509.100000', '092509.560000', '092510.020000', '092510.480000', '092510.940000', '092511.400000', '092511.860000', '092512.320000', '092512.780000', '092513.240000', '092513.700000', '092514.160000', '092514.620000', '092515.080000', '092515.540000', '092516.000000', '092516.460000', '092516.920000', '092517.380000', '092517.840000', '092518.300000', '092518.760000', '092519.220000', '092519.680000', '092520.140000', '092520.600000', '092521.060000', '092521.520000', '092521.980000', '092522.440000', '092522.900000', '092523.360000', '092523.820000', '092524.280000', '092524.740000', '092525.200000', '092525.660000', '092526.120000', '092526.580000', '092527.040000', '092527.500000', '092527.960000', '092528.420000', '092528.880000', '092529.340000', '092529.800000', '092530.260000', '092530.720000', '092531.180000', '092531.640000', '092532.100000', '092532.560000', '092533.020000', '092533.480000', '092533.940000', '092534.400000', '092534.860000', '092535.320000', '092535.780000', '092536.240000', '092536.700000', '092537.160000', '092537.620000', '092538.080000', '092538.540000', '092539.000000', '092539.460000', '092539.920000', '092540.380000', '092540.840000', '092541.300000', '092541.760000', '092542.220000', '092542.680000', '092543.140000', '092543.600000', '092544.060000', '092544.520000', '092544.980000', '092545.440000', '092545.900000', '092546.360000', '092546.820000', '092547.280000', '092547.740000', '092548.200000', '092548.660000', '092549.120000', '092549.580000', '092550.040000', '092550.500000', '092550.960000', '092551.420000', '092551.880000', '092552.340000', '092552.800000', '092553.260000', '092553.720000', '092554.180000', '092554.640000', '092555.100000', '092555.560000', '092556.020000', '092556.480000', '092556.940000', '092557.400000', '092557.860000', '092558.320000', '092558.780000', '092559.240000', '092559.700000', '092600.160000', '092600.620000', '092601.080000', '092601.540000', '092602.000000', '092602.460000', '092602.920000', '092603.380000', '092603.840000', '092604.300000', '092604.760000', '092605.220000', '092605.680000', '092606.140000', '092606.600000', '092607.060000', '092607.520000', '092607.980000', '092608.440000', '092608.900000', '092609.360000', '092609.820000', '092610.280000', '092610.740000', '092611.200000', '092611.660000', '092612.120000', '092612.580000', '092613.040000', '092613.500000', '092613.960000', '092614.420000', '092614.880000', '092615.340000', '092615.800000', '092616.260000', '092616.720000', '092617.180000', '092617.640000', '092618.100000', '092618.560000', '092619.020000', '092619.480000', '092619.940000', '092620.400000', '092620.860000', '092621.320000', '092621.780000', '092622.240000', '092622.700000', '092623.160000', '092623.620000', '092624.080000', '092624.540000', '092625.000000', '092625.460000', '092625.920000', '092626.380000', '092626.840000', '092627.300000', '092627.760000', '092628.220000', '092628.680000', '092629.140000', '092629.600000', '092630.060000', '092630.520000', '092630.980000', '092631.440000', '092631.900000', '092632.360000', '092632.820000', '092633.280000', '092633.740000', '092634.200000', '092634.660000', '092635.120000', '092635.580000', '092636.040000', '092636.500000', '092636.960000', '092637.420000', '092637.880000', '092638.340000', '092638.800000', '092639.260000', '092639.720000', '092640.180000', '092640.640000', '092641.100000', '092641.560000', '092642.020000', '092642.480000', '092642.940000', '092643.400000', '092643.860000', '092644.320000', '092644.780000', '092645.240000', '092645.700000', '092646.160000', '092646.620000', '092647.080000', '092647.540000', '092648.000000', '092648.460000', '092648.920000', '092649.380000', '092649.840000', '092650.300000', '092650.760000', '092651.220000', '092651.680000', '092652.140000', '092652.600000', '092653.060000', '092653.520000', '092653.980000', '092654.440000', '092654.900000', '092655.360000', '092655.820000', '092656.280000', '092656.740000', '092657.200000', '092657.660000', '092658.120000', '092658.580000', '092659.040000', '092659.500000', '092659.960000', '092700.420000', '092700.880000', '092701.340000', '092701.800000', '092702.260000', '092702.720000', '092703.180000', '092703.640000', '092704.100000', '092704.560000', '092705.020000', '092705.480000', '092705.940000', '092706.400000', '092706.860000', '092707.320000', '092707.780000', '092708.240000', '092708.700000', '092709.160000', '092709.620000', '092710.080000', '092710.540000', '092711.000000', '092711.460000', '092711.920000', '092712.380000', '092712.840000', '092713.300000', '092713.760000', '092714.220000', '092714.680000', '092715.140000', '092715.600000', '092716.060000', '092716.520000', '092716.980000', '092717.440000', '092717.900000', '092718.360000', '092718.820000', '092719.280000', '092719.740000', '092720.200000', '092720.660000', '092721.120000', '092721.580000', '092722.040000', '092722.500000', '092722.960000', '092723.420000', '092723.880000', '092724.340000', '092724.800000', '092725.260000', '092725.720000', '092726.180000', '092726.640000', '092727.100000', '092727.560000', '092728.020000', '092728.480000', '092728.940000', '092729.400000', '092729.860000', '092730.320000', '092730.780000', '092731.240000', '092731.700000', '092732.160000', '092732.620000', '092733.080000', '092733.540000', '092734.000000', '092734.460000', '092734.920000', '092735.380000', '092735.840000', '092736.300000', '092736.760000', '092737.220000', '092737.680000', '092738.140000', '092738.600000', '092739.060000', '092739.520000', '092739.980000', '092740.440000', '092740.900000', '092741.360000', '092741.820000', '092742.280000', '092742.740000', '092743.200000', '092743.660000', '092744.120000', '092744.580000', '092745.040000', '092745.500000', '092745.960000', '092746.420000', '092746.880000', '092747.340000', '092747.800000', '092748.260000', '092748.720000', '092749.180000', '092749.640000', '092750.100000', '092750.560000', '092751.020000', '092751.480000', '092751.940000', '092752.400000', '092752.860000', '092753.320000', '092753.780000', '092754.240000', '092754.700000', '092755.160000', '092755.620000', '092756.080000', '092756.540000', '092757.000000', '092757.460000', '092757.920000', '092758.380000', '092758.840000', '092759.300000', '092759.760000', '092800.220000', '092800.680000', '092801.140000', '092801.600000', '092802.060000', '092802.520000', '092802.980000', '092803.440000', '092803.900000', '092804.360000', '092804.820000', '092805.280000', '092805.740000', '092806.200000', '092806.660000', '092807.120000', '092807.580000', '092808.040000', '092808.500000', '092808.960000', '092809.420000', '092809.880000', '092810.340000', '092810.800000', '092811.260000', '092811.720000', '092812.180000', '092812.640000', '092813.100000', '092813.560000', '092814.020000', '092814.480000', '092814.940000', '092815.400000', '092815.860000', '092816.320000', '092816.780000', '092817.240000', '092817.700000', '092818.160000', '092818.620000', '092819.080000', '092819.540000', '092820.000000', '092820.460000', '092820.920000', '092821.380000', '092821.840000', '092822.300000', '092822.760000', '092823.220000', '092823.680000', '092824.140000', '092824.600000', '092825.060000', '092825.520000', '092825.980000', '092826.440000', '092826.900000', '092827.360000', '092827.820000', '092828.280000', '092828.740000', '092829.200000', '092829.660000', '092830.120000', '092830.580000', '092831.040000', '092831.500000', '092831.960000', '092832.420000', '092832.880000', '092833.340000', '092833.800000', '092834.260000', '092834.720000', '092835.180000', '092835.640000', '092836.100000', '092836.560000', '092837.020000', '092837.480000', '092837.940000', '092838.400000', '092838.860000', '092839.320000', '092839.780000', '092840.240000', '092840.700000', '092841.160000', '092841.620000', '092842.080000', '092842.540000', '092843.000000', '092843.460000', '092843.920000', '092844.380000', '092844.840000', '092845.300000', '092845.760000', '092846.220000', '092846.680000', '092847.140000', '092847.600000', '092848.060000', '092848.520000', '092848.980000', '092849.440000', '092849.900000', '092850.360000', '092850.820000', '092851.280000', '092851.740000', '092852.200000', '092852.660000', '092853.120000', '092853.580000', '092854.040000', '092854.500000', '092854.960000', '092855.420000', '092855.880000', '092856.340000', '092856.800000', '092857.260000', '092857.720000', '092858.180000', '092858.640000', '092859.100000', '092859.560000', '092900.020000', '092900.480000', '092900.940000', '092901.400000', '092901.860000', '092902.320000', '092902.780000', '092903.240000', '092903.700000', '092904.160000', '092904.620000', '092905.080000', '092905.540000', '092906.000000', '092906.460000', '092906.920000', '092907.380000', '092907.840000', '092908.300000', '092908.760000', '092909.220000', '092909.680000', '092910.140000', '092910.600000', '092911.060000', '092911.520000', '092911.980000', '092912.440000', '092912.900000', '092913.360000', '092913.820000', '092914.280000', '092914.740000', '092915.200000', '092915.660000', '092916.120000', '092916.580000', '092917.040000', '092917.500000', '092917.960000', '092918.420000', '092918.880000', '092919.340000', '092919.800000', '092920.260000', '092920.720000', '092921.180000', '092921.640000', '092922.100000', '092922.560000', '092923.020000', '092923.480000', '092923.940000', '092924.400000', '092924.860000', '092925.320000', '092925.780000', '092926.240000', '092926.700000', '092927.160000', '092927.620000', '092928.080000', '092928.540000', '092929.000000', '092929.460000', '092929.920000', '092930.380000', '092930.840000', '092931.300000', '092931.760000', '092932.220000', '092932.680000', '092933.140000', '092933.600000', '092934.060000', '092934.520000', '092934.980000', '092935.440000', '092935.900000', '092936.360000', '092936.820000', '092937.280000', '092937.740000', '092938.200000', '092938.660000', '092939.120000', '092939.580000', '092940.040000', '092940.500000', '092940.960000', '092941.420000', '092941.880000', '092942.340000', '092942.800000', '092943.260000', '092943.720000', '092944.180000', '092944.640000', '092945.100000', '092945.560000', '092946.020000', '092946.480000', '092946.940000', '092947.400000', '092947.860000', '092948.320000', '092948.780000', '092949.240000', '092949.700000', '092950.160000', '092950.620000', '092951.080000', '092951.540000', '092952.000000', '092952.460000', '092952.920000', '092953.380000', '092953.840000', '092954.300000', '092954.760000', '092955.220000', '092955.680000', '092956.140000', '092956.600000', '092957.060000', '092957.520000', '092957.980000', '092958.440000', '092958.900000', '092959.360000', '092959.820000', '093000.280000', '093000.740000', '093001.200000', '093001.660000', '093002.120000', '093002.580000', '093003.040000', '093003.500000', '093003.960000', '093004.420000', '093004.880000', '093005.340000', '093005.800000', '093006.260000', '093006.720000', '093007.180000', '093007.640000', '093008.100000', '093008.560000', '093009.020000', '093009.480000', '093009.940000', '093010.400000', '093010.860000', '093011.320000', '093011.780000', '093012.240000', '093012.700000', '093013.160000', '093013.620000', '093014.080000', '093014.540000', '093015.000000', '093015.460000', '093015.920000', '093016.380000', '093016.840000', '093017.300000', '093017.760000', '093018.220000', '093018.680000', '093019.140000', '093019.600000', '093020.060000', '093020.520000', '093020.980000', '093021.440000', '093021.900000', '093022.360000', '093022.820000', '093023.280000', '093023.740000', '093024.200000', '093024.660000', '093025.120000', '093025.580000', '093026.040000', '093026.500000', '093026.960000', '093027.420000', '093027.880000', '093028.340000', '093028.800000', '093029.260000', '093029.720000', '093030.180000', '093030.640000', '093031.100000', '093031.560000', '093032.020000', '093032.480000', '093032.940000', '093033.400000', '093033.860000', '093034.320000', '093034.780000', '093035.240000', '093035.700000', '093036.160000', '093036.620000', '093037.080000', '093037.540000', '093038.000000', '093038.460000', '093038.920000', '093039.380000', '093039.840000', '093040.300000', '093040.760000', '093041.220000', '093041.680000', '093042.140000', '093042.600000', '093043.060000', '093043.520000', '093043.980000', '093044.440000', '093044.900000', '093045.360000', '093045.820000', '093046.280000', '093046.740000', '093047.200000', '093047.660000', '093048.120000', '093048.580000', '093049.040000', '093049.500000', '093049.960000', '093050.420000', '093050.880000', '093051.340000', '093051.800000', '093052.260000', '093052.720000', '093053.180000', '093053.640000', '093054.100000', '093054.560000', '093055.020000', '093055.480000', '093055.940000', '093056.400000', '093056.860000', '093057.320000', '093057.780000', '093058.240000', '093058.700000', '093059.160000', '093059.620000', '093100.080000', '093100.540000', '093101.000000', '093101.460000', '093101.920000', '093102.380000', '093102.840000', '093103.300000', '093103.760000', '093104.220000', '093104.680000', '093105.140000', '093105.600000', '093106.060000', '093106.520000', '093106.980000', '093107.440000', '093107.900000', '093108.360000', '093108.820000', '093109.280000', '093109.740000', '093110.200000', '093110.660000', '093111.120000', '093111.580000', '093112.040000', '093112.500000', '093112.960000', '093113.420000', '093113.880000'], 'ContentTime': ['092439.056000', '092439.060000', '092439.062000', '092439.065000', '092439.068000', '092439.070000', '092439.073000', '092439.076000', '092439.078000', '092439.081000', '092439.083000', '092439.086000', '092439.088000', '092439.091000', '092439.094000', '092439.096000', '092439.099000', '092439.101000', '092439.104000', '092439.106000', '092439.109000', '092439.112000', '092439.114000', '092439.117000', '092439.119000', '092439.122000', '092439.124000', '092439.127000', '092439.130000', '092439.132000', '092439.135000', '092439.137000', '092439.140000', '092439.143000', '092439.149000', '092439.152000', '092439.155000', '092439.157000', '092439.160000', '092439.163000', '092439.165000', '092439.168000', '092439.170000', '092439.173000', '092439.176000', '092439.178000', '092439.181000', '092439.183000', '092439.186000', '092439.188000', '092439.198000', '092439.201000', '092439.203000', '092459.024000', '092459.027000', '092459.030000', '092459.034000', '092459.036000', '092459.039000', '092459.042000', '092459.044000', '092459.047000', '092459.049000', '092459.058000', '092459.061000', '092459.064000', '092459.066000', '092459.069000', '092459.071000', '092459.074000', '092459.076000', '092459.079000', '092459.082000', '092459.084000', '092459.087000', '092459.089000', '092459.092000', '092459.094000', '092459.097000', '092459.100000', '092459.102000', '092459.105000', '092459.107000', '092459.110000', '092459.112000', '092459.115000', '092459.118000', '092459.120000', '092459.123000', '092459.125000', '092459.128000', '092459.131000', '092459.133000', '092459.136000', '092459.138000', '092459.141000', '092519.022000', '092519.025000', '092519.048000', '092519.050000', '092519.053000', '092519.056000', '092519.058000', '092519.061000', '092519.063000', '092519.066000', '092519.069000', '092519.071000', '092519.074000', '092519.076000', '092519.079000', '092519.081000', '092519.084000', '092519.087000', '092519.099000', '092519.102000', '092519.104000', '092519.107000', '092519.110000', '092519.112000', '092519.115000', '092519.117000', '092519.120000', '092519.122000', '092519.125000', '092519.128000', '092519.130000', '092519.133000', '092519.135000', '092519.138000', '092519.141000', '092519.143000', '092519.146000', '092519.148000', '092519.151000', '092519.153000', '092519.156000', '092519.158000', '092519.161000', '092519.164000', '092539.022000', '092539.025000', '092539.028000', '092539.031000', '092539.033000', '092539.036000', '092539.039000', '092539.042000', '092539.045000', '092539.047000', '092539.051000', '092539.053000', '092539.056000', '092539.059000', '092539.061000', '092539.064000', '092539.066000', '092539.069000', '092539.072000', '092539.074000', '092539.077000', '092539.079000', '092539.082000', '092539.084000', '092539.087000', '092539.090000', '092539.093000', '092539.096000', '092539.098000', '092539.101000', '092539.104000', '092539.106000', '092539.109000', '092539.111000', '092539.114000', '092539.116000', '092539.119000', '092539.122000', '092539.124000', '092539.127000', '092539.129000', '092539.132000', '092539.135000', '092559.023000', '092559.025000', '092559.028000', '092559.030000', '092559.033000', '092559.036000', '092559.038000', '092559.041000', '092559.043000', '092559.046000', '092559.049000', '092559.051000', '092559.054000', '092559.056000', '092559.059000', '092559.062000', '092559.064000', '092559.067000', '092559.069000', '092559.072000', '092559.075000', '092559.077000', '092559.080000', '092559.082000', '092559.085000', '092559.087000', '092559.090000', '092559.092000', '092559.095000', '092559.098000', '092559.100000', '092559.103000', '092559.105000', '092559.108000', '092559.111000', '092559.113000', '092559.116000', '092559.118000', '092559.121000', '092559.123000', '092559.126000', '092559.129000', '092559.131000', '092559.134000', '092619.023000', '092619.025000', '092619.028000', '092619.031000', '092619.033000', '092619.036000', '092619.038000', '092619.041000', '092619.044000', '092619.046000', '092619.049000', '092619.051000', '092619.054000', '092619.057000', '092619.059000', '092619.062000', '092619.064000', '092619.067000', '092619.070000', '092619.072000', '092619.075000', '092619.078000', '092619.081000', '092619.083000', '092619.087000', '092619.090000', '092619.107000', '092619.110000', '092619.113000', '092619.115000', '092619.118000', '092619.120000', '092619.123000', '092619.126000', '092619.128000', '092619.131000', '092619.134000', '092619.136000', '092619.139000', '092619.141000', '092619.144000', '092619.147000', '092619.149000', '092639.024000', '092639.026000', '092639.029000', '092639.033000', '092639.035000', '092639.038000', '092639.040000', '092639.043000', '092639.045000', '092639.048000', '092639.050000', '092639.053000', '092639.056000', '092639.058000', '092639.061000', '092639.064000', '092639.066000', '092639.069000', '092639.071000', '092639.074000', '092639.077000', '092639.079000', '092639.082000', '092639.084000', '092639.087000', '092639.090000', '092639.092000', '092639.095000', '092639.097000', '092639.100000', '092639.103000', '092639.105000', '092639.108000', '092639.110000', '092639.113000', '092639.116000', '092639.118000', '092639.121000', '092639.123000', '092639.126000', '092639.128000', '092639.144000', '092639.146000', '092639.149000', '092659.024000', '092659.027000', '092659.029000', '092659.032000', '092659.034000', '092659.037000', '092659.040000', '092659.042000', '092659.045000', '092659.047000', '092659.050000', '092659.053000', '092659.055000', '092659.058000', '092659.061000', '092659.064000', '092659.067000', '092659.077000', '092659.080000', '092659.082000', '092659.085000', '092659.087000', '092659.090000', '092659.093000', '092659.095000', '092659.098000', '092659.100000', '092659.103000', '092659.106000', '092659.108000', '092659.111000', '092659.113000', '092659.116000', '092659.118000', '092659.121000', '092659.124000', '092659.126000', '092659.129000', '092659.132000', '092659.134000', '092659.137000', '092659.140000', '092659.142000', '092719.023000', '092719.026000', '092719.029000', '092719.032000', '092719.034000', '092719.037000', '092719.040000', '092719.042000', '092719.045000', '092719.047000', '092719.050000', '092719.053000', '092719.055000', '092719.058000', '092719.061000', '092719.063000', '092719.066000', '092719.068000', '092719.071000', '092719.074000', '092719.076000', '092719.079000', '092719.081000', '092719.084000', '092719.087000', '092719.089000', '092719.092000', '092719.095000', '092719.097000', '092719.100000', '092719.102000', '092719.105000', '092719.108000', '092719.110000', '092719.113000', '092719.115000', '092719.118000', '092719.120000', '092719.123000', '092719.126000', '092719.128000', '092719.131000', '092719.134000', '092719.136000', '092739.023000', '092739.025000', '092739.028000', '092739.031000', '092739.033000', '092739.036000', '092739.039000', '092739.041000', '092739.044000', '092739.046000', '092739.049000', '092739.052000', '092739.054000', '092739.057000', '092739.059000', '092739.062000', '092739.065000', '092739.067000', '092739.070000', '092739.073000', '092739.075000', '092739.078000', '092739.081000', '092739.083000', '092739.086000', '092739.088000', '092739.091000', '092739.093000', '092739.096000', '092739.099000', '092739.101000', '092739.104000', '092739.107000', '092739.109000', '092739.112000', '092739.114000', '092739.118000', '092739.120000', '092739.125000', '092739.127000', '092739.142000', '092739.144000', '092739.147000', '092759.023000', '092759.026000', '092759.028000', '092759.031000', '092759.033000', '092759.036000', '092759.039000', '092759.041000', '092759.044000', '092759.047000', '092759.049000', '092759.052000', '092759.054000', '092759.057000', '092759.060000', '092759.062000', '092759.065000', '092759.067000', '092759.070000', '092759.073000', '092759.075000', '092759.078000', '092759.080000', '092759.083000', '092759.086000', '092759.088000', '092759.091000', '092759.093000', '092759.096000', '092759.099000', '092759.101000', '092759.104000', '092759.106000', '092759.109000', '092759.112000', '092759.114000', '092759.117000', '092759.120000', '092759.122000', '092759.125000', '092759.127000', '092759.130000', '092759.132000', '092759.135000', '092819.023000', '092819.026000', '092819.028000', '092819.031000', '092819.034000', '092819.036000', '092819.039000', '092819.041000', '092819.044000', '092819.047000', '092819.049000', '092819.052000', '092819.054000', '092819.057000', '092819.069000', '092819.072000', '092819.074000', '092819.077000', '092819.079000', '092819.082000', '092819.085000', '092819.087000', '092819.090000', '092819.093000', '092819.095000', '092819.098000', '092819.100000', '092819.103000', '092819.106000', '092819.108000', '092819.111000', '092819.113000', '092819.116000', '092819.119000', '092819.121000', '092819.124000', '092819.135000', '092819.156000', '092819.158000', '092819.161000', '092819.163000', '092819.166000', '092819.169000', '092839.022000', '092839.026000', '092839.028000', '092839.031000', '092839.034000', '092839.037000', '092839.039000', '092839.042000', '092839.045000', '092839.047000', '092839.050000', '092839.053000', '092839.055000', '092839.058000', '092839.061000', '092839.063000', '092839.066000', '092839.069000', '092839.071000', '092839.074000', '092839.077000', '092839.080000', '092839.082000', '092839.085000', '092839.087000', '092839.090000', '092839.093000', '092839.095000', '092839.098000', '092839.101000', '092839.103000', '092839.106000', '092839.109000', '092839.112000', '092839.114000', '092839.117000', '092839.120000', '092839.122000', '092839.125000', '092839.127000', '092839.130000', '092839.132000', '092839.135000', '092839.138000', '092859.024000', '092859.027000', '092859.029000', '092859.032000', '092859.034000', '092859.037000', '092859.040000', '092859.042000', '092859.045000', '092859.047000', '092859.050000', '092859.053000', '092859.055000', '092859.058000', '092859.060000', '092859.063000', '092859.065000', '092859.068000', '092859.071000', '092859.073000', '092859.076000', '092859.078000', '092859.081000', '092859.084000', '092859.086000', '092859.089000', '092859.091000', '092859.094000', '092859.096000', '092859.099000', '092859.102000', '092859.104000', '092859.107000', '092859.109000', '092859.112000', '092859.115000', '092859.117000', '092859.120000', '092859.122000', '092859.125000', '092859.128000', '092859.130000', '092859.133000', '092919.024000', '092919.026000', '092919.029000', '092919.032000', '092919.034000', '092919.037000', '092919.040000', '092919.042000', '092919.045000', '092919.047000', '092919.050000', '092919.052000', '092919.055000', '092919.058000', '092919.060000', '092919.063000', '092919.065000', '092919.068000', '092919.071000', '092919.073000', '092919.076000', '092919.078000', '092919.081000', '092919.084000', '092919.086000', '092919.089000', '092919.091000', '092919.094000', '092919.097000', '092919.099000', '092919.102000', '092919.105000', '092919.114000', '092919.117000', '092919.119000', '092919.122000', '092919.125000', '092919.127000', '092919.130000', '092919.132000', '092919.135000', '092919.138000', '092919.140000', '092919.143000', '092939.023000', '092939.026000', '092939.029000', '092939.032000', '092939.034000', '092939.037000', '092939.039000', '092939.042000', '092939.044000', '092939.054000', '092939.056000', '092939.059000', '092939.061000', '092939.064000', '092939.066000', '092939.069000', '092939.071000', '092939.074000', '092939.077000', '092939.079000', '092939.082000', '092939.085000', '092939.087000', '092939.090000', '092939.092000', '092939.095000', '092939.098000', '092939.100000', '092939.103000', '092939.105000', '092939.108000', '092939.111000', '092939.113000', '092939.116000', '092939.119000', '092939.121000', '092939.124000', '092939.126000', '092939.129000', '092939.132000', '092939.134000', '092939.137000', '092939.139000', '092959.023000', '092959.025000', '092959.028000', '092959.031000', '092959.033000', '092959.036000', '092959.038000', '092959.041000', '092959.044000', '092959.046000', '092959.049000', '092959.051000', '092959.054000', '092959.056000', '092959.065000', '092959.068000', '092959.070000', '092959.073000', '092959.076000', '092959.078000', '092959.081000', '092959.083000', '092959.086000', '092959.089000', '092959.091000', '092959.094000', '092959.096000', '092959.099000', '092959.102000', '092959.104000', '092959.107000', '092959.110000', '092959.112000', '092959.115000', '092959.117000', '092959.120000', '092959.123000', '092959.125000', '092959.128000', '092959.131000', '092959.135000', '092959.137000', '092959.140000', '092959.143000', '093019.022000', '093019.025000', '093019.028000', '093019.030000', '093019.033000', '093019.036000', '093019.038000', '093019.041000', '093019.044000', '093019.046000', '093019.049000', '093019.051000', '093019.054000', '093019.056000', '093019.059000', '093019.062000', '093019.064000', '093019.067000', '093019.069000', '093019.072000', '093019.075000', '093019.077000', '093019.080000', '093019.082000', '093019.085000', '093019.088000', '093019.090000', '093019.093000', '093019.095000', '093019.098000', '093019.100000', '093019.103000', '093019.106000', '093019.108000', '093019.111000', '093019.113000', '093019.116000', '093019.119000', '093019.121000', '093019.124000', '093019.126000', '093019.129000', '093019.131000', '093039.022000', '093039.026000', '093039.028000', '093039.031000', '093039.034000', '093039.037000', '093039.039000', '093039.042000', '093039.045000', '093039.047000', '093039.050000', '093039.053000', '093039.055000', '093039.058000', '093039.061000', '093039.063000', '093039.066000', '093039.069000', '093039.071000', '093039.074000', '093039.077000', '093039.079000', '093039.082000', '093039.084000', '093039.087000', '093039.090000', '093039.092000', '093039.095000', '093039.098000', '093039.100000', '093039.103000', '093039.106000', '093039.108000', '093039.111000', '093039.113000', '093039.116000', '093039.119000', '093039.121000', '093039.124000', '093039.126000', '093039.129000', '093039.132000', '093039.134000', '093039.137000', '093059.023000', '093059.025000', '093059.028000', '093059.031000', '093059.034000', '093059.036000', '093059.039000', '093059.042000', '093059.044000', '093059.047000', '093059.049000', '093059.052000', '093059.055000', '093059.057000', '093059.060000', '093059.063000', '093059.065000', '093059.068000', '093059.071000', '093059.073000', '093059.076000', '093059.078000', '093059.081000', '093059.084000', '093059.086000', '093059.089000', '093059.091000', '093059.094000', '093059.097000', '093059.100000', '093059.102000', '093059.105000', '093059.108000', '093059.110000', '093059.113000', '093059.115000', '093059.118000', '093059.121000', '093059.123000', '093059.126000', '093059.128000', '093059.131000', '093059.133000', '093114.862000', '093114.865000', '093114.868000', '093114.871000', '093114.874000', '093114.876000', '093114.879000', '093114.882000', '093114.885000', '093114.888000', '093114.891000', '093114.894000', '093114.897000', '093114.900000', '093114.903000', '093114.906000', '093114.908000', '093114.911000', '093114.914000', '093114.916000', '093114.919000', '093114.922000', '093114.925000', '093114.927000', '093114.930000', '093114.933000', '093114.936000', '093114.938000', '093114.942000', '093114.946000', '093114.949000', '093114.952000', '093114.955000', '093114.959000', '093114.961000'], 'InstanceCreationTime': ['092439.056000', '092439.060000', '092439.062000', '092439.065000', '092439.068000', '092439.070000', '092439.073000', '092439.076000', '092439.078000', '092439.081000', '092439.083000', '092439.086000', '092439.088000', '092439.091000', '092439.094000', '092439.096000', '092439.099000', '092439.101000', '092439.104000', '092439.106000', '092439.109000', '092439.112000', '092439.114000', '092439.117000', '092439.119000', '092439.122000', '092439.124000', '092439.127000', '092439.130000', '092439.132000', '092439.135000', '092439.137000', '092439.140000', '092439.143000', '092439.149000', '092439.152000', '092439.155000', '092439.157000', '092439.160000', '092439.163000', '092439.165000', '092439.168000', '092439.170000', '092439.173000', '092439.176000', '092439.178000', '092439.181000', '092439.183000', '092439.186000', '092439.188000', '092439.198000', '092439.201000', '092439.203000', '092459.024000', '092459.027000', '092459.030000', '092459.034000', '092459.036000', '092459.039000', '092459.042000', '092459.044000', '092459.047000', '092459.049000', '092459.058000', '092459.061000', '092459.064000', '092459.066000', '092459.069000', '092459.071000', '092459.074000', '092459.076000', '092459.079000', '092459.082000', '092459.084000', '092459.087000', '092459.089000', '092459.092000', '092459.094000', '092459.097000', '092459.100000', '092459.102000', '092459.105000', '092459.107000', '092459.110000', '092459.112000', '092459.115000', '092459.118000', '092459.120000', '092459.123000', '092459.125000', '092459.128000', '092459.131000', '092459.133000', '092459.136000', '092459.138000', '092459.141000', '092519.022000', '092519.025000', '092519.048000', '092519.050000', '092519.053000', '092519.056000', '092519.058000', '092519.061000', '092519.063000', '092519.066000', '092519.069000', '092519.071000', '092519.074000', '092519.076000', '092519.079000', '092519.081000', '092519.084000', '092519.087000', '092519.099000', '092519.102000', '092519.104000', '092519.107000', '092519.110000', '092519.112000', '092519.115000', '092519.117000', '092519.120000', '092519.122000', '092519.125000', '092519.128000', '092519.130000', '092519.133000', '092519.135000', '092519.138000', '092519.141000', '092519.143000', '092519.146000', '092519.148000', '092519.151000', '092519.153000', '092519.156000', '092519.158000', '092519.161000', '092519.164000', '092539.022000', '092539.025000', '092539.028000', '092539.031000', '092539.033000', '092539.036000', '092539.039000', '092539.042000', '092539.045000', '092539.047000', '092539.051000', '092539.053000', '092539.056000', '092539.059000', '092539.061000', '092539.064000', '092539.066000', '092539.069000', '092539.072000', '092539.074000', '092539.077000', '092539.079000', '092539.082000', '092539.084000', '092539.087000', '092539.090000', '092539.093000', '092539.096000', '092539.098000', '092539.101000', '092539.104000', '092539.106000', '092539.109000', '092539.111000', '092539.114000', '092539.116000', '092539.119000', '092539.122000', '092539.124000', '092539.127000', '092539.129000', '092539.132000', '092539.135000', '092559.023000', '092559.025000', '092559.028000', '092559.030000', '092559.033000', '092559.036000', '092559.038000', '092559.041000', '092559.043000', '092559.046000', '092559.049000', '092559.051000', '092559.054000', '092559.056000', '092559.059000', '092559.062000', '092559.064000', '092559.067000', '092559.069000', '092559.072000', '092559.075000', '092559.077000', '092559.080000', '092559.082000', '092559.085000', '092559.087000', '092559.090000', '092559.092000', '092559.095000', '092559.098000', '092559.100000', '092559.103000', '092559.105000', '092559.108000', '092559.111000', '092559.113000', '092559.116000', '092559.118000', '092559.121000', '092559.123000', '092559.126000', '092559.129000', '092559.131000', '092559.134000', '092619.023000', '092619.025000', '092619.028000', '092619.031000', '092619.033000', '092619.036000', '092619.038000', '092619.041000', '092619.044000', '092619.046000', '092619.049000', '092619.051000', '092619.054000', '092619.057000', '092619.059000', '092619.062000', '092619.064000', '092619.067000', '092619.070000', '092619.072000', '092619.075000', '092619.078000', '092619.081000', '092619.083000', '092619.087000', '092619.090000', '092619.107000', '092619.110000', '092619.113000', '092619.115000', '092619.118000', '092619.120000', '092619.123000', '092619.126000', '092619.128000', '092619.131000', '092619.134000', '092619.136000', '092619.139000', '092619.141000', '092619.144000', '092619.147000', '092619.149000', '092639.024000', '092639.026000', '092639.029000', '092639.033000', '092639.035000', '092639.038000', '092639.040000', '092639.043000', '092639.045000', '092639.048000', '092639.050000', '092639.053000', '092639.056000', '092639.058000', '092639.061000', '092639.064000', '092639.066000', '092639.069000', '092639.071000', '092639.074000', '092639.077000', '092639.079000', '092639.082000', '092639.084000', '092639.087000', '092639.090000', '092639.092000', '092639.095000', '092639.097000', '092639.100000', '092639.103000', '092639.105000', '092639.108000', '092639.110000', '092639.113000', '092639.116000', '092639.118000', '092639.121000', '092639.123000', '092639.126000', '092639.128000', '092639.144000', '092639.146000', '092639.149000', '092659.024000', '092659.027000', '092659.029000', '092659.032000', '092659.034000', '092659.037000', '092659.040000', '092659.042000', '092659.045000', '092659.047000', '092659.050000', '092659.053000', '092659.055000', '092659.058000', '092659.061000', '092659.064000', '092659.067000', '092659.077000', '092659.080000', '092659.082000', '092659.085000', '092659.087000', '092659.090000', '092659.093000', '092659.095000', '092659.098000', '092659.100000', '092659.103000', '092659.106000', '092659.108000', '092659.111000', '092659.113000', '092659.116000', '092659.118000', '092659.121000', '092659.124000', '092659.126000', '092659.129000', '092659.132000', '092659.134000', '092659.137000', '092659.140000', '092659.142000', '092719.023000', '092719.026000', '092719.029000', '092719.032000', '092719.034000', '092719.037000', '092719.040000', '092719.042000', '092719.045000', '092719.047000', '092719.050000', '092719.053000', '092719.055000', '092719.058000', '092719.061000', '092719.063000', '092719.066000', '092719.068000', '092719.071000', '092719.074000', '092719.076000', '092719.079000', '092719.081000', '092719.084000', '092719.087000', '092719.089000', '092719.092000', '092719.095000', '092719.097000', '092719.100000', '092719.102000', '092719.105000', '092719.108000', '092719.110000', '092719.113000', '092719.115000', '092719.118000', '092719.120000', '092719.123000', '092719.126000', '092719.128000', '092719.131000', '092719.134000', '092719.136000', '092739.023000', '092739.025000', '092739.028000', '092739.031000', '092739.033000', '092739.036000', '092739.039000', '092739.041000', '092739.044000', '092739.046000', '092739.049000', '092739.052000', '092739.054000', '092739.057000', '092739.059000', '092739.062000', '092739.065000', '092739.067000', '092739.070000', '092739.073000', '092739.075000', '092739.078000', '092739.081000', '092739.083000', '092739.086000', '092739.088000', '092739.091000', '092739.093000', '092739.096000', '092739.099000', '092739.101000', '092739.104000', '092739.107000', '092739.109000', '092739.112000', '092739.114000', '092739.118000', '092739.120000', '092739.125000', '092739.127000', '092739.142000', '092739.144000', '092739.147000', '092759.023000', '092759.026000', '092759.028000', '092759.031000', '092759.033000', '092759.036000', '092759.039000', '092759.041000', '092759.044000', '092759.047000', '092759.049000', '092759.052000', '092759.054000', '092759.057000', '092759.060000', '092759.062000', '092759.065000', '092759.067000', '092759.070000', '092759.073000', '092759.075000', '092759.078000', '092759.080000', '092759.083000', '092759.086000', '092759.088000', '092759.091000', '092759.093000', '092759.096000', '092759.099000', '092759.101000', '092759.104000', '092759.106000', '092759.109000', '092759.112000', '092759.114000', '092759.117000', '092759.120000', '092759.122000', '092759.125000', '092759.127000', '092759.130000', '092759.132000', '092759.135000', '092819.023000', '092819.026000', '092819.028000', '092819.031000', '092819.034000', '092819.036000', '092819.039000', '092819.041000', '092819.044000', '092819.047000', '092819.049000', '092819.052000', '092819.054000', '092819.057000', '092819.069000', '092819.072000', '092819.074000', '092819.077000', '092819.079000', '092819.082000', '092819.085000', '092819.087000', '092819.090000', '092819.093000', '092819.095000', '092819.098000', '092819.100000', '092819.103000', '092819.106000', '092819.108000', '092819.111000', '092819.113000', '092819.116000', '092819.119000', '092819.121000', '092819.124000', '092819.135000', '092819.156000', '092819.158000', '092819.161000', '092819.163000', '092819.166000', '092819.169000', '092839.022000', '092839.026000', '092839.028000', '092839.031000', '092839.034000', '092839.037000', '092839.039000', '092839.042000', '092839.045000', '092839.047000', '092839.050000', '092839.053000', '092839.055000', '092839.058000', '092839.061000', '092839.063000', '092839.066000', '092839.069000', '092839.071000', '092839.074000', '092839.077000', '092839.080000', '092839.082000', '092839.085000', '092839.087000', '092839.090000', '092839.093000', '092839.095000', '092839.098000', '092839.101000', '092839.103000', '092839.106000', '092839.109000', '092839.112000', '092839.114000', '092839.117000', '092839.120000', '092839.122000', '092839.125000', '092839.127000', '092839.130000', '092839.132000', '092839.135000', '092839.138000', '092859.024000', '092859.027000', '092859.029000', '092859.032000', '092859.034000', '092859.037000', '092859.040000', '092859.042000', '092859.045000', '092859.047000', '092859.050000', '092859.053000', '092859.055000', '092859.058000', '092859.060000', '092859.063000', '092859.065000', '092859.068000', '092859.071000', '092859.073000', '092859.076000', '092859.078000', '092859.081000', '092859.084000', '092859.086000', '092859.089000', '092859.091000', '092859.094000', '092859.096000', '092859.099000', '092859.102000', '092859.104000', '092859.107000', '092859.109000', '092859.112000', '092859.115000', '092859.117000', '092859.120000', '092859.122000', '092859.125000', '092859.128000', '092859.130000', '092859.133000', '092919.024000', '092919.026000', '092919.029000', '092919.032000', '092919.034000', '092919.037000', '092919.040000', '092919.042000', '092919.045000', '092919.047000', '092919.050000', '092919.052000', '092919.055000', '092919.058000', '092919.060000', '092919.063000', '092919.065000', '092919.068000', '092919.071000', '092919.073000', '092919.076000', '092919.078000', '092919.081000', '092919.084000', '092919.086000', '092919.089000', '092919.091000', '092919.094000', '092919.097000', '092919.099000', '092919.102000', '092919.105000', '092919.114000', '092919.117000', '092919.119000', '092919.122000', '092919.125000', '092919.127000', '092919.130000', '092919.132000', '092919.135000', '092919.138000', '092919.140000', '092919.143000', '092939.023000', '092939.026000', '092939.029000', '092939.032000', '092939.034000', '092939.037000', '092939.039000', '092939.042000', '092939.044000', '092939.054000', '092939.056000', '092939.059000', '092939.061000', '092939.064000', '092939.066000', '092939.069000', '092939.071000', '092939.074000', '092939.077000', '092939.079000', '092939.082000', '092939.085000', '092939.087000', '092939.090000', '092939.092000', '092939.095000', '092939.098000', '092939.100000', '092939.103000', '092939.105000', '092939.108000', '092939.111000', '092939.113000', '092939.116000', '092939.119000', '092939.121000', '092939.124000', '092939.126000', '092939.129000', '092939.132000', '092939.134000', '092939.137000', '092939.139000', '092959.023000', '092959.025000', '092959.028000', '092959.031000', '092959.033000', '092959.036000', '092959.038000', '092959.041000', '092959.044000', '092959.046000', '092959.049000', '092959.051000', '092959.054000', '092959.056000', '092959.065000', '092959.068000', '092959.070000', '092959.073000', '092959.076000', '092959.078000', '092959.081000', '092959.083000', '092959.086000', '092959.089000', '092959.091000', '092959.094000', '092959.096000', '092959.099000', '092959.102000', '092959.104000', '092959.107000', '092959.110000', '092959.112000', '092959.115000', '092959.117000', '092959.120000', '092959.123000', '092959.125000', '092959.128000', '092959.131000', '092959.135000', '092959.137000', '092959.140000', '092959.143000', '093019.022000', '093019.025000', '093019.028000', '093019.030000', '093019.033000', '093019.036000', '093019.038000', '093019.041000', '093019.044000', '093019.046000', '093019.049000', '093019.051000', '093019.054000', '093019.056000', '093019.059000', '093019.062000', '093019.064000', '093019.067000', '093019.069000', '093019.072000', '093019.075000', '093019.077000', '093019.080000', '093019.082000', '093019.085000', '093019.088000', '093019.090000', '093019.093000', '093019.095000', '093019.098000', '093019.100000', '093019.103000', '093019.106000', '093019.108000', '093019.111000', '093019.113000', '093019.116000', '093019.119000', '093019.121000', '093019.124000', '093019.126000', '093019.129000', '093019.131000', '093039.022000', '093039.026000', '093039.028000', '093039.031000', '093039.034000', '093039.037000', '093039.039000', '093039.042000', '093039.045000', '093039.047000', '093039.050000', '093039.053000', '093039.055000', '093039.058000', '093039.061000', '093039.063000', '093039.066000', '093039.069000', '093039.071000', '093039.074000', '093039.077000', '093039.079000', '093039.082000', '093039.084000', '093039.087000', '093039.090000', '093039.092000', '093039.095000', '093039.098000', '093039.100000', '093039.103000', '093039.106000', '093039.108000', '093039.111000', '093039.113000', '093039.116000', '093039.119000', '093039.121000', '093039.124000', '093039.126000', '093039.129000', '093039.132000', '093039.134000', '093039.137000', '093059.023000', '093059.025000', '093059.028000', '093059.031000', '093059.034000', '093059.036000', '093059.039000', '093059.042000', '093059.044000', '093059.047000', '093059.049000', '093059.052000', '093059.055000', '093059.057000', '093059.060000', '093059.063000', '093059.065000', '093059.068000', '093059.071000', '093059.073000', '093059.076000', '093059.078000', '093059.081000', '093059.084000', '093059.086000', '093059.089000', '093059.091000', '093059.094000', '093059.097000', '093059.100000', '093059.102000', '093059.105000', '093059.108000', '093059.110000', '093059.113000', '093059.115000', '093059.118000', '093059.121000', '093059.123000', '093059.126000', '093059.128000', '093059.131000', '093059.133000', '093114.862000', '093114.865000', '093114.868000', '093114.871000', '093114.874000', '093114.876000', '093114.879000', '093114.882000', '093114.885000', '093114.888000', '093114.891000', '093114.894000', '093114.897000', '093114.900000', '093114.903000', '093114.906000', '093114.908000', '093114.911000', '093114.914000', '093114.916000', '093114.919000', '093114.922000', '093114.925000', '093114.927000', '093114.930000', '093114.933000', '093114.936000', '093114.938000', '093114.942000', '093114.946000', '093114.949000', '093114.952000', '093114.955000', '093114.959000', '093114.961000'], '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': [9584, 14409, 10196, 14356, 10963, 8110, 10924, 8361, 13631, 9754, 10385, 11242, 8300, 12214, 9049, 14323, 10191, 8204, 10422, 7789, 13737, 9683, 12400, 8706, 12343, 9316, 14409, 9879, 8416, 10193, 8384, 13966, 10175, 9132, 10432, 8446, 15132, 11340, 10673, 11245, 9067, 15517, 11776, 16377, 10534, 9646, 11819, 9589, 16144, 10317, 11372, 10216, 9305, 14221, 10000, 9386, 10850, 8605, 15330, 11078, 12365, 10905, 8542, 13905, 10462, 12240, 10819, 8611, 13558, 10126, 11168, 10531, 8521, 13253, 10020, 11284, 10872, 8440, 13914, 10187, 11752, 11600, 8856, 12406, 9911, 10002, 13873, 9346, 10663, 11050, 10220, 16698, 10307, 9955, 11444, 10064, 16298, 9926, 8865, 12148, 9872, 8291, 14664, 11155, 8689, 14491, 9887, 11297, 12191, 9901, 12674, 9339, 9185, 11806, 10459, 12337, 9703, 8193, 13377, 10010, 11013, 9995, 8069, 13281, 10089, 13063, 12196, 8705, 14023, 10084, 13612, 12148, 8614, 13276, 9575, 11254, 13201, 10333, 15322, 9765, 9507, 12753, 10527, 14687, 9465, 9502, 13505, 11018, 16978, 10036, 9457, 12243, 10013, 16120, 10286, 8746, 12175, 9877, 16061, 10495, 9087, 11327, 9298, 16142, 10853, 9058, 11553, 9186, 16593, 11351, 9517, 9784, 8282, 14146, 10429, 11038, 10389, 8258, 14170, 9917, 10332, 12516, 8877, 15180, 10356, 12350, 13324, 9233, 13911, 9624, 12310, 10714, 9026, 12562, 9247, 10773, 10431, 9487, 14297, 9569, 10472, 10471, 9689, 14782, 9521, 9541, 10543, 9752, 14936, 9857, 9940, 9895, 8591, 14914, 10123, 8823, 11118, 8956, 15401, 10771, 8847, 12004, 9330, 15868, 11325, 9229, 11706, 9257, 14616, 10675, 9003, 12174, 9094, 12875, 10626, 9499, 13241, 9634, 15661, 10821, 9249, 12068, 8936, 11648, 9901, 10473, 13971, 9508, 10172, 9466, 9537, 14852, 9821, 12925, 9503, 12508, 10798, 9688, 12213, 9246, 13373, 9854, 9320, 12656, 9167, 12969, 9857, 10003, 14138, 9542, 12892, 9992, 10742, 13733, 9546, 11377, 9294, 9821, 13691, 10738, 14595, 9562, 9084, 11610, 9688, 15383, 9698, 8621, 11843, 9881, 15466, 10176, 8601, 11214, 9308, 15060, 10847, 8414, 11707, 8738, 14577, 10460, 8319, 11375, 8538, 14673, 10335, 9145, 11552, 9007, 11381, 10007, 10077, 12536, 9206, 8687, 9754, 8789, 11328, 13171, 9307, 8724, 10540, 9254, 15660, 11407, 12278, 10129, 8248, 13783, 9882, 10522, 10599, 8755, 14082, 9791, 9611, 12807, 9157, 10342, 10298, 9892, 15605, 10073, 9186, 11104, 8993, 15550, 11180, 8530, 10959, 8476, 12274, 10181, 9880, 14036, 9446, 9484, 11064, 9957, 14576, 9752, 9495, 10484, 9200, 14843, 10195, 10354, 10408, 8610, 14459, 10736, 12410, 9535, 7950, 13270, 9952, 12294, 9639, 8140, 12307, 9459, 12616, 10248, 8076, 11751, 8819, 11133, 11769, 8842, 12942, 9356, 11474, 12412, 9016, 12771, 9116, 9963, 12316, 9359, 13739, 9287, 11153, 10864, 9543, 14618, 9484, 8794, 10845, 9044, 14563, 9665, 9361, 10396, 8861, 14443, 9748, 11512, 9843, 9105, 12604, 9612, 11102, 9032, 7975, 12429, 9103, 14201, 9889, 8941, 10218, 8178, 13554, 10113, 13182, 9186, 8589, 11858, 9365, 14230, 9916, 12489, 9011, 8895, 11142, 8619, 12143, 8665, 9539, 11512, 9590, 13218, 8869, 9905, 10544, 9352, 12693, 9076, 9405, 10183, 9092, 13524, 9313, 10296, 9715, 8752, 13553, 9712, 9107, 10219, 8536, 13901, 10474, 10337, 10311, 8402, 14051, 10424, 12273, 10846, 8097, 12840, 9479, 12776, 10370, 7982, 12743, 9544, 11366, 10568, 8143, 11920, 8822, 10766, 11109, 8447, 12848, 8999, 8723, 11712, 9176, 12940, 8858, 8685, 11758, 9596, 13586, 9324, 10341, 10947, 8922, 14200, 9422, 9021, 11024, 8528, 13537, 9317, 9345, 10707, 8473, 13612, 10013, 10519, 9515, 8222, 13009, 9484, 9332, 10657, 8518, 13743, 10400, 12314, 9937, 8173, 13048, 9502, 12395, 10019, 7972, 12786, 9691, 10559, 10808, 8245, 13017, 9763, 11187, 11628, 8783, 12482, 9912, 10878, 12973, 9465, 11695, 9185, 8352, 12360, 9145, 12540, 8675, 8419, 11357, 9235, 12979, 9100, 8125, 12231, 9522, 11817, 10060, 7902, 12584, 9174, 12109, 9802, 7891, 12296, 9303, 10896, 12075, 8761, 11972, 9742, 10859, 12406, 9196, 12089, 9220, 7939, 11869, 9881, 8822, 15034, 10687, 8154, 11954, 9091, 10255, 13999, 9344, 10236, 9237, 8236, 13078, 9699, 8267, 11289, 8458, 13569, 10616, 8040, 12181, 8920, 8780, 11877, 9902, 13994, 9492, 8550, 12453, 10175, 14824, 9701, 8112, 12750, 9565, 15702, 10240, 8169, 12144, 8728, 13622, 11039, 8388, 12481, 8957, 14211, 10524, 9473, 11837, 8564, 12301, 10145, 10209, 12454, 8967, 9511, 10603, 8623, 13842, 10325, 8977, 11186, 8620, 13379, 10157, 11540, 10644, 8231, 13064, 10074, 11423, 10554, 7849, 12842, 9729, 14761, 9898, 7842, 12756, 9207, 11237, 11159, 8399, 12827, 9679, 10979, 12602, 9039, 13069, 9833, 10225, 12657, 9078, 12708, 9692, 9919, 12661, 9300, 12085, 9843, 8678, 12934, 9780, 10339, 9853, 7927, 13181, 10152, 11046, 11098, 8299, 12779, 10339, 15059, 9635, 8785, 12383, 9260, 12993, 10844, 8851, 12572, 9834, 13986, 11596, 8972, 12724, 9211, 8913, 12712, 9865, 11221, 9952, 8618, 13389, 10426, 8871, 12377, 9593, 10568, 10626, 9201, 13481, 9144, 8461, 11733, 9057, 13609, 9940, 8569, 12365, 9147, 15011, 10676, 8746, 10871, 9134, 12781, 9604, 10650, 11389, 8336, 12949, 9672, 9262, 11885, 9016, 13356, 9062, 9072, 11210, 9185, 13734, 9810, 10954, 10642, 9700, 12128, 10567, 14451, 9945, 13730, 9581, 12092, 10507, 8226, 12632, 9021, 13097, 9752, 16479, 10269, 8467, 11581, 8017, 13503, 10212, 9598, 10104, 7698, 11898, 8992, 13447, 9199, 9164, 10757, 9312, 12970, 8835, 12419, 9605, 12551, 9981, 8715, 12218, 9502, 14133, 9861, 10269, 12045, 9513, 13396, 9782, 10505, 12632, 9474, 12720, 10042, 11333, 11371, 8985, 12956, 9671, 10363, 10505, 9220, 13041, 9580, 9781, 10676, 9066, 13809, 9399, 8686, 11413, 8436, 14650, 10762, 13263, 9932, 8205, 11916, 9378, 12673, 9199, 7825, 11743, 8566, 14322, 10087, 12791, 8875, 9323, 10722, 9039, 14063, 9831, 12511, 9151, 9564, 12628, 9112, 12232, 9054, 8522, 12736, 9967, 12570, 9070, 8472, 12075, 9274, 14096, 9787, 9554, 11157, 8908, 15369, 10380, 8895, 11254, 8693, 14866, 10748, 8689, 10965, 8793, 14294, 10287, 8541, 12575, 9820, 10046, 10761, 9789, 13117, 9346, 9171, 10413, 8526, 14307, 9702, 9143, 10676, 8779, 15560, 11046, 8372, 12088, 9635], 'WindowCenter': [4325.0, 4350.0, 4308.0, 4334.0, 4302.0, 4259.0, 4288.0, 4257.0, 4308.0, 4279.0, 4277.0, 4289.0, 4259.0, 4298.0, 4270.0, 4319.0, 4290.0, 4258.0, 4289.0, 4259.0, 4320.0, 4280.0, 4308.0, 4270.0, 4309.0, 4281.0, 4320.0, 4291.0, 4270.0, 4301.0, 4272.0, 4332.0, 4305.0, 4281.0, 4302.0, 4270.0, 4332.0, 4302.0, 4290.0, 4300.0, 4269.0, 4319.0, 4298.0, 4317.0, 4277.0, 4276.0, 4296.0, 4266.0, 4317.0, 4276.0, 4282.0, 4274.0, 4263.0, 4307.0, 4276.0, 4266.0, 4286.0, 4255.0, 4314.0, 4286.0, 4294.0, 4274.0, 4254.0, 4294.0, 4274.0, 4283.0, 4273.0, 4253.0, 4304.0, 4274.0, 4284.0, 4273.0, 4266.0, 4294.0, 4276.0, 4284.0, 4285.0, 4255.0, 4304.0, 4276.0, 4296.0, 4296.0, 4267.0, 4307.0, 4278.0, 4277.0, 4316.0, 4277.0, 4287.0, 4298.0, 4287.0, 4329.0, 4287.0, 4277.0, 4296.0, 4277.0, 4328.0, 4277.0, 4266.0, 4296.0, 4276.0, 4256.0, 4329.0, 4299.0, 4267.0, 4316.0, 4277.0, 4285.0, 4296.0, 4276.0, 4292.0, 4265.0, 4276.0, 4296.0, 4286.0, 4295.0, 4276.0, 4256.0, 4305.0, 4278.0, 4287.0, 4287.0, 4258.0, 4318.0, 4289.0, 4319.0, 4308.0, 4268.0, 4318.0, 4288.0, 4319.0, 4307.0, 4266.0, 4306.0, 4277.0, 4296.0, 4308.0, 4288.0, 4317.0, 4276.0, 4275.0, 4306.0, 4286.0, 4317.0, 4277.0, 4277.0, 4306.0, 4286.0, 4326.0, 4276.0, 4274.0, 4295.0, 4276.0, 4326.0, 4285.0, 4267.0, 4307.0, 4277.0, 4327.0, 4286.0, 4266.0, 4285.0, 4265.0, 4326.0, 4286.0, 4265.0, 4294.0, 4277.0, 4326.0, 4286.0, 4263.0, 4274.0, 4252.0, 4304.0, 4284.0, 4284.0, 4286.0, 4255.0, 4304.0, 4276.0, 4286.0, 4306.0, 4265.0, 4315.0, 4286.0, 4296.0, 4306.0, 4265.0, 4304.0, 4276.0, 4293.0, 4272.0, 4252.0, 4292.0, 4263.0, 4283.0, 4285.0, 4274.0, 4315.0, 4275.0, 4283.0, 4284.0, 4275.0, 4314.0, 4276.0, 4276.0, 4286.0, 4276.0, 4316.0, 4274.0, 4274.0, 4275.0, 4265.0, 4326.0, 4287.0, 4277.0, 4297.0, 4265.0, 4327.0, 4298.0, 4277.0, 4306.0, 4277.0, 4327.0, 4298.0, 4276.0, 4296.0, 4276.0, 4315.0, 4287.0, 4266.0, 4306.0, 4278.0, 4307.0, 4286.0, 4276.0, 4305.0, 4274.0, 4313.0, 4298.0, 4277.0, 4306.0, 4276.0, 4297.0, 4287.0, 4287.0, 4316.0, 4276.0, 4285.0, 4275.0, 4288.0, 4329.0, 4286.0, 4316.0, 4286.0, 4303.0, 4295.0, 4275.0, 4306.0, 4275.0, 4303.0, 4285.0, 4276.0, 4307.0, 4276.0, 4305.0, 4286.0, 4287.0, 4318.0, 4289.0, 4307.0, 4286.0, 4296.0, 4317.0, 4276.0, 4294.0, 4275.0, 4286.0, 4316.0, 4295.0, 4316.0, 4275.0, 4263.0, 4294.0, 4274.0, 4315.0, 4275.0, 4265.0, 4295.0, 4274.0, 4325.0, 4285.0, 4264.0, 4295.0, 4274.0, 4314.0, 4285.0, 4255.0, 4293.0, 4253.0, 4314.0, 4285.0, 4266.0, 4296.0, 4267.0, 4314.0, 4284.0, 4274.0, 4296.0, 4277.0, 4294.0, 4285.0, 4287.0, 4319.0, 4289.0, 4265.0, 4288.0, 4266.0, 4308.0, 4318.0, 4289.0, 4280.0, 4297.0, 4276.0, 4329.0, 4299.0, 4295.0, 4275.0, 4266.0, 4305.0, 4275.0, 4285.0, 4283.0, 4263.0, 4314.0, 4274.0, 4275.0, 4304.0, 4275.0, 4274.0, 4272.0, 4286.0, 4327.0, 4287.0, 4277.0, 4296.0, 4266.0, 4326.0, 4296.0, 4264.0, 4285.0, 4255.0, 4293.0, 4285.0, 4275.0, 4316.0, 4274.0, 4275.0, 4295.0, 4274.0, 4314.0, 4274.0, 4272.0, 4283.0, 4262.0, 4315.0, 4284.0, 4283.0, 4284.0, 4263.0, 4314.0, 4284.0, 4293.0, 4273.0, 4251.0, 4303.0, 4275.0, 4294.0, 4274.0, 4253.0, 4303.0, 4275.0, 4305.0, 4284.0, 4254.0, 4292.0, 4264.0, 4294.0, 4294.0, 4275.0, 4305.0, 4274.0, 4294.0, 4305.0, 4264.0, 4305.0, 4264.0, 4274.0, 4294.0, 4273.0, 4314.0, 4274.0, 4294.0, 4296.0, 4276.0, 4314.0, 4274.0, 4263.0, 4285.0, 4262.0, 4313.0, 4272.0, 4262.0, 4272.0, 4263.0, 4314.0, 4274.0, 4292.0, 4271.0, 4250.0, 4293.0, 4272.0, 4282.0, 4262.0, 4252.0, 4293.0, 4263.0, 4314.0, 4273.0, 4264.0, 4284.0, 4251.0, 4303.0, 4273.0, 4302.0, 4263.0, 4252.0, 4291.0, 4261.0, 4303.0, 4260.0, 4291.0, 4251.0, 4249.0, 4280.0, 4249.0, 4292.0, 4262.0, 4273.0, 4294.0, 4272.0, 4304.0, 4262.0, 4270.0, 4271.0, 4261.0, 4291.0, 4262.0, 4262.0, 4283.0, 4262.0, 4304.0, 4262.0, 4269.0, 4271.0, 4262.0, 4305.0, 4275.0, 4271.0, 4285.0, 4263.0, 4315.0, 4284.0, 4285.0, 4286.0, 4263.0, 4314.0, 4283.0, 4292.0, 4283.0, 4240.0, 4291.0, 4273.0, 4303.0, 4271.0, 4252.0, 4303.0, 4273.0, 4291.0, 4283.0, 4250.0, 4292.0, 4263.0, 4281.0, 4294.0, 4264.0, 4316.0, 4276.0, 4265.0, 4305.0, 4275.0, 4305.0, 4274.0, 4263.0, 4306.0, 4273.0, 4316.0, 4275.0, 4282.0, 4283.0, 4262.0, 4315.0, 4273.0, 4263.0, 4284.0, 4262.0, 4304.0, 4273.0, 4272.0, 4283.0, 4252.0, 4314.0, 4272.0, 4280.0, 4270.0, 4250.0, 4304.0, 4273.0, 4272.0, 4282.0, 4263.0, 4314.0, 4284.0, 4292.0, 4273.0, 4250.0, 4302.0, 4272.0, 4302.0, 4284.0, 4254.0, 4304.0, 4285.0, 4284.0, 4295.0, 4263.0, 4304.0, 4285.0, 4295.0, 4306.0, 4277.0, 4304.0, 4284.0, 4294.0, 4316.0, 4274.0, 4293.0, 4273.0, 4254.0, 4305.0, 4274.0, 4304.0, 4263.0, 4253.0, 4294.0, 4274.0, 4315.0, 4274.0, 4254.0, 4304.0, 4274.0, 4305.0, 4287.0, 4265.0, 4304.0, 4275.0, 4305.0, 4285.0, 4264.0, 4305.0, 4275.0, 4295.0, 4307.0, 4277.0, 4306.0, 4286.0, 4296.0, 4317.0, 4275.0, 4306.0, 4274.0, 4253.0, 4306.0, 4287.0, 4278.0, 4339.0, 4296.0, 4266.0, 4306.0, 4276.0, 4286.0, 4316.0, 4273.0, 4281.0, 4273.0, 4252.0, 4303.0, 4284.0, 4264.0, 4295.0, 4263.0, 4312.0, 4294.0, 4254.0, 4317.0, 4287.0, 4274.0, 4307.0, 4286.0, 4326.0, 4285.0, 4265.0, 4305.0, 4286.0, 4326.0, 4284.0, 4266.0, 4305.0, 4273.0, 4326.0, 4283.0, 4264.0, 4304.0, 4265.0, 4313.0, 4294.0, 4265.0, 4317.0, 4275.0, 4313.0, 4285.0, 4275.0, 4303.0, 4274.0, 4303.0, 4282.0, 4284.0, 4304.0, 4274.0, 4274.0, 4284.0, 4263.0, 4315.0, 4285.0, 4274.0, 4296.0, 4276.0, 4313.0, 4286.0, 4294.0, 4295.0, 4264.0, 4315.0, 4296.0, 4306.0, 4296.0, 4266.0, 4304.0, 4274.0, 4325.0, 4279.0, 4264.0, 4315.0, 4286.0, 4306.0, 4295.0, 4260.0, 4315.0, 4285.0, 4295.0, 4301.0, 4274.0, 4315.0, 4284.0, 4283.0, 4305.0, 4274.0, 4303.0, 4274.0, 4272.0, 4299.0, 4272.0, 4302.0, 4284.0, 4262.0, 4314.0, 4282.0, 4282.0, 4282.0, 4253.0, 4315.0, 4285.0, 4293.0, 4295.0, 4261.0, 4304.0, 4283.0, 4323.0, 4272.0, 4261.0, 4297.0, 4271.0, 4313.0, 4295.0, 4273.0, 4310.0, 4285.0, 4314.0, 4306.0, 4273.0, 4303.0, 4273.0, 4272.0, 4303.0, 4283.0, 4292.0, 4272.0, 4261.0, 4313.0, 4283.0, 4273.0, 4304.0, 4282.0, 4282.0, 4282.0, 4272.0, 4307.0, 4273.0, 4261.0, 4302.0, 4273.0, 4313.0, 4284.0, 4276.0, 4316.0, 4273.0, 4316.0, 4280.0, 4261.0, 4291.0, 4272.0, 4301.0, 4284.0, 4307.0, 4307.0, 4262.0, 4300.0, 4285.0, 4273.0, 4304.0, 4272.0, 4316.0, 4270.0, 4274.0, 4293.0, 4272.0, 4316.0, 4285.0, 4282.0, 4283.0, 4272.0, 4293.0, 4283.0, 4313.0, 4272.0, 4301.0, 4273.0, 4290.0, 4280.0, 4251.0, 4302.0, 4261.0, 4302.0, 4272.0, 4321.0, 4271.0, 4252.0, 4291.0, 4240.0, 4302.0, 4281.0, 4271.0, 4283.0, 4241.0, 4292.0, 4262.0, 4307.0, 4274.0, 4272.0, 4294.0, 4272.0, 4315.0, 4273.0, 4301.0, 4274.0, 4302.0, 4283.0, 4263.0, 4303.0, 4283.0, 4312.0, 4283.0, 4283.0, 4303.0, 4283.0, 4312.0, 4283.0, 4282.0, 4303.0, 4272.0, 4297.0, 4296.0, 4292.0, 4293.0, 4261.0, 4296.0, 4272.0, 4280.0, 4281.0, 4272.0, 4299.0, 4272.0, 4271.0, 4280.0, 4254.0, 4307.0, 4270.0, 4262.0, 4292.0, 4251.0, 4306.0, 4286.0, 4295.0, 4272.0, 4251.0, 4290.0, 4270.0, 4301.0, 4270.0, 4251.0, 4298.0, 4274.0, 4319.0, 4282.0, 4301.0, 4272.0, 4271.0, 4280.0, 4261.0, 4313.0, 4271.0, 4299.0, 4271.0, 4270.0, 4299.0, 4261.0, 4302.0, 4272.0, 4261.0, 4314.0, 4283.0, 4303.0, 4267.0, 4256.0, 4305.0, 4272.0, 4307.0, 4282.0, 4270.0, 4289.0, 4265.0, 4317.0, 4283.0, 4267.0, 4285.0, 4261.0, 4306.0, 4293.0, 4261.0, 4285.0, 4261.0, 4311.0, 4283.0, 4255.0, 4308.0, 4295.0, 4281.0, 4294.0, 4284.0, 4306.0, 4272.0, 4269.0, 4292.0, 4262.0, 4318.0, 4283.0, 4283.0, 4294.0, 4273.0, 4328.0, 4299.0, 4262.0, 4304.0, 4286.0], 'WindowWidth': [9576.0, 9598.0, 9538.0, 9565.0, 9519.0, 9455.0, 9490.0, 9449.0, 9517.0, 9481.0, 9477.0, 9492.0, 9453.0, 9505.0, 9469.0, 9533.0, 9495.0, 9452.0, 9493.0, 9454.0, 9538.0, 9482.0, 9520.0, 9472.0, 9520.0, 9487.0, 9538.0, 9499.0, 9472.0, 9516.0, 9478.0, 9558.0, 9527.0, 9489.0, 9516.0, 9474.0, 9557.0, 9519.0, 9499.0, 9512.0, 9468.0, 9535.0, 9504.0, 9531.0, 9474.0, 9473.0, 9499.0, 9457.0, 9528.0, 9470.0, 9475.0, 9465.0, 9449.0, 9515.0, 9474.0, 9458.0, 9486.0, 9444.0, 9522.0, 9485.0, 9494.0, 9465.0, 9438.0, 9491.0, 9466.0, 9477.0, 9462.0, 9437.0, 9507.0, 9468.0, 9481.0, 9465.0, 9460.0, 9493.0, 9473.0, 9481.0, 9482.0, 9444.0, 9508.0, 9472.0, 9498.0, 9500.0, 9464.0, 9516.0, 9479.0, 9478.0, 9528.0, 9477.0, 9489.0, 9505.0, 9490.0, 9550.0, 9490.0, 9476.0, 9500.0, 9476.0, 9548.0, 9476.0, 9458.0, 9499.0, 9474.0, 9450.0, 9550.0, 9510.0, 9465.0, 9528.0, 9475.0, 9482.0, 9502.0, 9472.0, 9491.0, 9457.0, 9475.0, 9499.0, 9488.0, 9498.0, 9473.0, 9446.0, 9510.0, 9480.0, 9491.0, 9490.0, 9454.0, 9534.0, 9498.0, 9537.0, 9521.0, 9467.0, 9535.0, 9494.0, 9536.0, 9519.0, 9461.0, 9513.0, 9475.0, 9502.0, 9521.0, 9493.0, 9532.0, 9475.0, 9470.0, 9514.0, 9488.0, 9532.0, 9478.0, 9479.0, 9516.0, 9488.0, 9543.0, 9474.0, 9468.0, 9497.0, 9476.0, 9543.0, 9487.0, 9467.0, 9519.0, 9478.0, 9546.0, 9490.0, 9461.0, 9484.0, 9459.0, 9543.0, 9488.0, 9461.0, 9497.0, 9477.0, 9543.0, 9489.0, 9454.0, 9467.0, 9438.0, 9508.0, 9483.0, 9483.0, 9489.0, 9448.0, 9510.0, 9476.0, 9489.0, 9517.0, 9462.0, 9526.0, 9489.0, 9502.0, 9518.0, 9458.0, 9510.0, 9474.0, 9492.0, 9464.0, 9437.0, 9490.0, 9454.0, 9480.0, 9486.0, 9470.0, 9528.0, 9473.0, 9481.0, 9484.0, 9473.0, 9526.0, 9477.0, 9476.0, 9491.0, 9475.0, 9529.0, 9471.0, 9470.0, 9472.0, 9461.0, 9545.0, 9493.0, 9481.0, 9505.0, 9462.0, 9548.0, 9511.0, 9479.0, 9516.0, 9480.0, 9548.0, 9511.0, 9476.0, 9503.0, 9475.0, 9527.0, 9492.0, 9462.0, 9518.0, 9485.0, 9520.0, 9492.0, 9477.0, 9516.0, 9472.0, 9523.0, 9509.0, 9478.0, 9518.0, 9477.0, 9507.0, 9495.0, 9493.0, 9530.0, 9477.0, 9488.0, 9477.0, 9496.0, 9554.0, 9492.0, 9533.0, 9493.0, 9510.0, 9503.0, 9472.0, 9516.0, 9474.0, 9510.0, 9490.0, 9477.0, 9519.0, 9479.0, 9514.0, 9492.0, 9494.0, 9537.0, 9500.0, 9522.0, 9492.0, 9505.0, 9534.0, 9478.0, 9501.0, 9476.0, 9492.0, 9532.0, 9501.0, 9531.0, 9472.0, 9456.0, 9497.0, 9473.0, 9529.0, 9475.0, 9462.0, 9500.0, 9472.0, 9544.0, 9488.0, 9460.0, 9499.0, 9473.0, 9528.0, 9488.0, 9447.0, 9496.0, 9442.0, 9524.0, 9487.0, 9465.0, 9505.0, 9468.0, 9526.0, 9487.0, 9472.0, 9504.0, 9481.0, 9502.0, 9488.0, 9493.0, 9541.0, 9500.0, 9462.0, 9498.0, 9466.0, 9526.0, 9538.0, 9500.0, 9492.0, 9510.0, 9477.0, 9556.0, 9513.0, 9500.0, 9472.0, 9465.0, 9514.0, 9476.0, 9487.0, 9481.0, 9458.0, 9524.0, 9472.0, 9473.0, 9512.0, 9474.0, 9469.0, 9467.0, 9489.0, 9550.0, 9493.0, 9480.0, 9503.0, 9464.0, 9546.0, 9507.0, 9460.0, 9487.0, 9448.0, 9496.0, 9487.0, 9473.0, 9530.0, 9473.0, 9474.0, 9501.0, 9472.0, 9526.0, 9469.0, 9465.0, 9482.0, 9452.0, 9528.0, 9484.0, 9482.0, 9484.0, 9456.0, 9525.0, 9485.0, 9495.0, 9469.0, 9438.0, 9508.0, 9475.0, 9498.0, 9472.0, 9445.0, 9509.0, 9475.0, 9514.0, 9485.0, 9444.0, 9492.0, 9459.0, 9499.0, 9500.0, 9475.0, 9515.0, 9472.0, 9499.0, 9515.0, 9459.0, 9515.0, 9461.0, 9471.0, 9500.0, 9470.0, 9526.0, 9472.0, 9497.0, 9504.0, 9476.0, 9528.0, 9472.0, 9456.0, 9487.0, 9453.0, 9524.0, 9465.0, 9454.0, 9466.0, 9456.0, 9524.0, 9471.0, 9493.0, 9463.0, 9432.0, 9494.0, 9465.0, 9479.0, 9452.0, 9439.0, 9496.0, 9455.0, 9526.0, 9471.0, 9458.0, 9485.0, 9438.0, 9509.0, 9468.0, 9507.0, 9456.0, 9440.0, 9490.0, 9448.0, 9509.0, 9447.0, 9489.0, 9434.0, 9430.0, 9474.0, 9431.0, 9491.0, 9453.0, 9468.0, 9497.0, 9468.0, 9513.0, 9454.0, 9461.0, 9462.0, 9449.0, 9489.0, 9454.0, 9454.0, 9482.0, 9452.0, 9511.0, 9452.0, 9459.0, 9465.0, 9454.0, 9515.0, 9475.0, 9469.0, 9487.0, 9456.0, 9528.0, 9488.0, 9490.0, 9492.0, 9457.0, 9527.0, 9485.0, 9494.0, 9483.0, 9422.0, 9490.0, 9468.0, 9507.0, 9465.0, 9440.0, 9508.0, 9469.0, 9492.0, 9483.0, 9437.0, 9493.0, 9456.0, 9478.0, 9499.0, 9459.0, 9533.0, 9480.0, 9463.0, 9518.0, 9476.0, 9517.0, 9473.0, 9458.0, 9519.0, 9473.0, 9533.0, 9478.0, 9482.0, 9483.0, 9454.0, 9530.0, 9471.0, 9457.0, 9485.0, 9455.0, 9514.0, 9472.0, 9469.0, 9483.0, 9441.0, 9528.0, 9467.0, 9476.0, 9462.0, 9435.0, 9513.0, 9471.0, 9469.0, 9481.0, 9457.0, 9528.0, 9486.0, 9494.0, 9468.0, 9435.0, 9507.0, 9468.0, 9508.0, 9486.0, 9447.0, 9514.0, 9491.0, 9487.0, 9502.0, 9459.0, 9514.0, 9489.0, 9505.0, 9520.0, 9486.0, 9516.0, 9487.0, 9498.0, 9532.0, 9473.0, 9500.0, 9471.0, 9446.0, 9516.0, 9474.0, 9513.0, 9459.0, 9443.0, 9500.0, 9475.0, 9532.0, 9474.0, 9447.0, 9513.0, 9475.0, 9518.0, 9497.0, 9466.0, 9515.0, 9478.0, 9518.0, 9489.0, 9463.0, 9517.0, 9479.0, 9505.0, 9523.0, 9484.0, 9522.0, 9493.0, 9505.0, 9539.0, 9478.0, 9521.0, 9474.0, 9445.0, 9520.0, 9496.0, 9487.0, 9571.0, 9509.0, 9468.0, 9519.0, 9481.0, 9492.0, 9536.0, 9470.0, 9479.0, 9468.0, 9441.0, 9512.0, 9488.0, 9460.0, 9504.0, 9460.0, 9523.0, 9503.0, 9448.0, 9536.0, 9497.0, 9476.0, 9524.0, 9495.0, 9549.0, 9492.0, 9462.0, 9515.0, 9492.0, 9548.0, 9489.0, 9467.0, 9516.0, 9472.0, 9546.0, 9485.0, 9461.0, 9513.0, 9465.0, 9525.0, 9503.0, 9464.0, 9536.0, 9477.0, 9525.0, 9490.0, 9475.0, 9512.0, 9476.0, 9511.0, 9484.0, 9486.0, 9514.0, 9474.0, 9474.0, 9485.0, 9458.0, 9532.0, 9491.0, 9474.0, 9505.0, 9480.0, 9526.0, 9494.0, 9500.0, 9503.0, 9463.0, 9529.0, 9508.0, 9519.0, 9507.0, 9465.0, 9513.0, 9474.0, 9544.0, 9478.0, 9463.0, 9531.0, 9495.0, 9520.0, 9504.0, 9456.0, 9531.0, 9491.0, 9504.0, 9510.0, 9475.0, 9530.0, 9487.0, 9483.0, 9518.0, 9474.0, 9511.0, 9472.0, 9469.0, 9504.0, 9469.0, 9510.0, 9485.0, 9454.0, 9527.0, 9482.0, 9483.0, 9483.0, 9444.0, 9529.0, 9491.0, 9500.0, 9505.0, 9455.0, 9514.0, 9485.0, 9540.0, 9469.0, 9453.0, 9496.0, 9468.0, 9524.0, 9503.0, 9475.0, 9521.0, 9490.0, 9528.0, 9519.0, 9470.0, 9512.0, 9473.0, 9468.0, 9512.0, 9484.0, 9494.0, 9466.0, 9450.0, 9525.0, 9487.0, 9470.0, 9512.0, 9482.0, 9480.0, 9480.0, 9468.0, 9513.0, 9470.0, 9454.0, 9509.0, 9473.0, 9527.0, 9489.0, 9482.0, 9533.0, 9472.0, 9526.0, 9479.0, 9453.0, 9492.0, 9469.0, 9506.0, 9490.0, 9524.0, 9524.0, 9455.0, 9502.0, 9489.0, 9469.0, 9514.0, 9469.0, 9534.0, 9466.0, 9474.0, 9499.0, 9468.0, 9534.0, 9489.0, 9482.0, 9485.0, 9466.0, 9497.0, 9483.0, 9526.0, 9466.0, 9504.0, 9469.0, 9489.0, 9476.0, 9437.0, 9508.0, 9452.0, 9507.0, 9468.0, 9532.0, 9466.0, 9438.0, 9490.0, 9420.0, 9506.0, 9478.0, 9465.0, 9483.0, 9424.0, 9494.0, 9455.0, 9513.0, 9472.0, 9468.0, 9502.0, 9468.0, 9528.0, 9469.0, 9505.0, 9472.0, 9507.0, 9483.0, 9456.0, 9511.0, 9486.0, 9521.0, 9485.0, 9484.0, 9510.0, 9484.0, 9521.0, 9485.0, 9482.0, 9512.0, 9470.0, 9498.0, 9506.0, 9494.0, 9497.0, 9452.0, 9498.0, 9468.0, 9475.0, 9479.0, 9468.0, 9503.0, 9468.0, 9464.0, 9475.0, 9439.0, 9512.0, 9464.0, 9454.0, 9495.0, 9438.0, 9511.0, 9483.0, 9492.0, 9466.0, 9438.0, 9487.0, 9462.0, 9504.0, 9462.0, 9442.0, 9502.0, 9475.0, 9533.0, 9483.0, 9506.0, 9468.0, 9463.0, 9475.0, 9450.0, 9522.0, 9464.0, 9498.0, 9464.0, 9460.0, 9501.0, 9451.0, 9506.0, 9468.0, 9452.0, 9527.0, 9484.0, 9511.0, 9460.0, 9444.0, 9514.0, 9468.0, 9513.0, 9479.0, 9464.0, 9488.0, 9454.0, 9527.0, 9484.0, 9459.0, 9480.0, 9453.0, 9511.0, 9499.0, 9451.0, 9480.0, 9452.0, 9517.0, 9485.0, 9443.0, 9515.0, 9504.0, 9480.0, 9498.0, 9488.0, 9510.0, 9469.0, 9463.0, 9495.0, 9456.0, 9529.0, 9485.0, 9486.0, 9502.0, 9473.0, 9543.0, 9505.0, 9457.0, 9514.0, 9494.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.003706234906695939</td></tr>
<tr><td colspan=3>aqi</td><td>0.07081823699231615</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.848542282626376</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1937767832637352</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9679542079780228</td></tr>
<tr><td colspan=3>efc</td><td>0.4792</td></tr>
<tr><td colspan=3>fber</td><td>5612.209</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11944848183371103</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.366630076838639</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6502844572184667</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.41571621513211</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9848372015632085</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.550299954960082</td></tr>
<tr><td colspan=3>gcor</td><td>0.00291785</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012845909222960472</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03175268694758415</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.038680258087719</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>17.6513</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0537</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.4688</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299557.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>819.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.0403</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4572</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.5243</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3483.4499</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.4496</td></tr>
<tr><td colspan=3>tsnr</td><td>26.486067823134363</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>