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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-02/func/sub-0099_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8c51c0123e541341f7c1ea337afca36b</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:25:10.107500</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.999764, -0.0128636, 0.0174977, 0.0125641, 0.999775, 0.0171185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0808233</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7772, -7255, 232, -150, -238, -193, 91]</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>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>250f913f-f379-4467-b585-d04bc3573ec2||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.6822941303253174, 0.033708520233631134, 0.047827817499637604, 110.62142944335938], [0.034511979669332504, 2.6823220252990723, 0.04561544209718704, -100.71012878417969], [0.046945177018642426, -0.04592765122652054, 2.699191093444824, -91.06159210205078], [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': ['092510.107500', '092510.567500', '092511.027500', '092511.487500', '092511.947500', '092512.407500', '092512.867500', '092513.327500', '092513.787500', '092514.247500', '092514.707500', '092515.167500', '092515.627500', '092516.087500', '092516.547500', '092517.007500', '092517.467500', '092517.927500', '092518.387500', '092518.847500', '092519.307500', '092519.767500', '092520.227500', '092520.687500', '092521.147500', '092521.607500', '092522.067500', '092522.527500', '092522.987500', '092523.447500', '092523.907500', '092524.367500', '092524.827500', '092525.287500', '092525.747500', '092526.207500', '092526.667500', '092527.127500', '092527.587500', '092528.047500', '092528.507500', '092528.967500', '092529.427500', '092529.887500', '092530.347500', '092530.807500', '092531.267500', '092531.727500', '092532.187500', '092532.647500', '092533.107500', '092533.567500', '092534.027500', '092534.487500', '092534.947500', '092535.407500', '092535.867500', '092536.327500', '092536.787500', '092537.247500', '092537.707500', '092538.167500', '092538.627500', '092539.087500', '092539.547500', '092540.007500', '092540.467500', '092540.927500', '092541.387500', '092541.847500', '092542.307500', '092542.767500', '092543.227500', '092543.687500', '092544.147500', '092544.607500', '092545.067500', '092545.527500', '092545.987500', '092546.447500', '092546.907500', '092547.367500', '092547.827500', '092548.287500', '092548.747500', '092549.207500', '092549.667500', '092550.127500', '092550.587500', '092551.047500', '092551.507500', '092551.967500', '092552.427500', '092552.887500', '092553.347500', '092553.807500', '092554.267500', '092554.727500', '092555.187500', '092555.647500', '092556.107500', '092556.567500', '092557.027500', '092557.487500', '092557.947500', '092558.407500', '092558.867500', '092559.327500', '092559.787500', '092600.247500', '092600.707500', '092601.167500', '092601.627500', '092602.087500', '092602.547500', '092603.007500', '092603.467500', '092603.927500', '092604.387500', '092604.847500', '092605.307500', '092605.767500', '092606.227500', '092606.687500', '092607.147500', '092607.607500', '092608.067500', '092608.527500', '092608.987500', '092609.447500', '092609.907500', '092610.367500', '092610.827500', '092611.287500', '092611.747500', '092612.207500', '092612.667500', '092613.127500', '092613.587500', '092614.047500', '092614.507500', '092614.967500', '092615.427500', '092615.887500', '092616.347500', '092616.807500', '092617.267500', '092617.727500', '092618.187500', '092618.647500', '092619.107500', '092619.567500', '092620.027500', '092620.487500', '092620.947500', '092621.407500', '092621.867500', '092622.327500', '092622.787500', '092623.247500', '092623.707500', '092624.167500', '092624.627500', '092625.087500', '092625.547500', '092626.007500', '092626.467500', '092626.927500', '092627.387500', '092627.847500', '092628.307500', '092628.767500', '092629.227500', '092629.687500', '092630.147500', '092630.607500', '092631.067500', '092631.527500', '092631.987500', '092632.447500', '092632.907500', '092633.367500', '092633.827500', '092634.287500', '092634.747500', '092635.207500', '092635.667500', '092636.127500', '092636.587500', '092637.047500', '092637.507500', '092637.967500', '092638.427500', '092638.887500', '092639.347500', '092639.807500', '092640.267500', '092640.727500', '092641.187500', '092641.647500', '092642.107500', '092642.567500', '092643.027500', '092643.487500', '092643.947500', '092644.407500', '092644.867500', '092645.327500', '092645.787500', '092646.247500', '092646.707500', '092647.167500', '092647.627500', '092648.087500', '092648.547500', '092649.007500', '092649.467500', '092649.927500', '092650.387500', '092650.847500', '092651.307500', '092651.767500', '092652.227500', '092652.687500', '092653.147500', '092653.607500', '092654.067500', '092654.527500', '092654.987500', '092655.447500', '092655.907500', '092656.367500', '092656.827500', '092657.287500', '092657.747500', '092658.207500', '092658.667500', '092659.127500', '092659.587500', '092700.047500', '092700.507500', '092700.967500', '092701.427500', '092701.887500', '092702.347500', '092702.807500', '092703.267500', '092703.727500', '092704.187500', '092704.647500', '092705.107500', '092705.567500', '092706.027500', '092706.487500', '092706.947500', '092707.407500', '092707.867500', '092708.327500', '092708.787500', '092709.247500', '092709.707500', '092710.167500', '092710.627500', '092711.087500', '092711.547500', '092712.007500', '092712.467500', '092712.927500', '092713.387500', '092713.847500', '092714.307500', '092714.767500', '092715.227500', '092715.687500', '092716.147500', '092716.607500', '092717.067500', '092717.527500', '092717.987500', '092718.447500', '092718.907500', '092719.367500', '092719.827500', '092720.287500', '092720.747500', '092721.207500', '092721.667500', '092722.127500', '092722.587500', '092723.047500', '092723.507500', '092723.967500', '092724.427500', '092724.887500', '092725.347500', '092725.807500', '092726.267500', '092726.727500', '092727.187500', '092727.647500', '092728.107500', '092728.567500', '092729.027500', '092729.487500', '092729.947500', '092730.407500', '092730.867500', '092731.327500', '092731.787500', '092732.247500', '092732.707500', '092733.167500', '092733.627500', '092734.087500', '092734.547500', '092735.007500', '092735.467500', '092735.927500', '092736.387500', '092736.847500', '092737.307500', '092737.767500', '092738.227500', '092738.687500', '092739.147500', '092739.607500', '092740.067500', '092740.527500', '092740.987500', '092741.447500', '092741.907500', '092742.367500', '092742.827500', '092743.287500', '092743.747500', '092744.207500', '092744.667500', '092745.127500', '092745.587500', '092746.047500', '092746.507500', '092746.967500', '092747.427500', '092747.887500', '092748.347500', '092748.807500', '092749.267500', '092749.727500', '092750.187500', '092750.647500', '092751.107500', '092751.567500', '092752.027500', '092752.487500', '092752.947500', '092753.407500', '092753.867500', '092754.327500', '092754.787500', '092755.247500', '092755.707500', '092756.167500', '092756.627500', '092757.087500', '092757.547500', '092758.007500', '092758.467500', '092758.927500', '092759.387500', '092759.847500', '092800.307500', '092800.767500', '092801.227500', '092801.687500', '092802.147500', '092802.607500', '092803.067500', '092803.527500', '092803.987500', '092804.447500', '092804.907500', '092805.367500', '092805.827500', '092806.287500', '092806.747500', '092807.207500', '092807.667500', '092808.127500', '092808.587500', '092809.047500', '092809.507500', '092809.967500', '092810.427500', '092810.887500', '092811.347500', '092811.807500', '092812.267500', '092812.727500', '092813.187500', '092813.647500', '092814.107500', '092814.567500', '092815.027500', '092815.487500', '092815.947500', '092816.407500', '092816.867500', '092817.327500', '092817.787500', '092818.247500', '092818.707500', '092819.167500', '092819.627500', '092820.087500', '092820.547500', '092821.007500', '092821.467500', '092821.927500', '092822.387500', '092822.847500', '092823.307500', '092823.767500', '092824.227500', '092824.687500', '092825.147500', '092825.607500', '092826.067500', '092826.527500', '092826.987500', '092827.447500', '092827.907500', '092828.367500', '092828.827500', '092829.287500', '092829.747500', '092830.207500', '092830.667500', '092831.127500', '092831.587500', '092832.047500', '092832.507500', '092832.967500', '092833.427500', '092833.887500', '092834.347500', '092834.807500', '092835.267500', '092835.727500', '092836.187500', '092836.647500', '092837.107500', '092837.567500', '092838.027500', '092838.487500', '092838.947500', '092839.407500', '092839.867500', '092840.327500', '092840.787500', '092841.247500', '092841.707500', '092842.167500', '092842.627500', '092843.087500', '092843.547500', '092844.007500', '092844.467500', '092844.927500', '092845.387500', '092845.847500', '092846.307500', '092846.767500', '092847.227500', '092847.687500', '092848.147500', '092848.607500', '092849.067500', '092849.527500', '092849.987500', '092850.447500', '092850.907500', '092851.367500', '092851.827500', '092852.287500', '092852.747500', '092853.207500', '092853.667500', '092854.127500', '092854.587500', '092855.047500', '092855.507500', '092855.967500', '092856.427500', '092856.887500', '092857.347500', '092857.807500', '092858.267500', '092858.727500', '092859.187500', '092859.647500', '092900.107500', '092900.567500', '092901.027500', '092901.487500', '092901.947500', '092902.407500', '092902.867500', '092903.327500', '092903.787500', '092904.247500', '092904.707500', '092905.167500', '092905.627500', '092906.087500', '092906.547500', '092907.007500', '092907.467500', '092907.927500', '092908.387500', '092908.847500', '092909.307500', '092909.767500', '092910.227500', '092910.687500', '092911.147500', '092911.607500', '092912.067500', '092912.527500', '092912.987500', '092913.447500', '092913.907500', '092914.367500', '092914.827500', '092915.287500', '092915.747500', '092916.207500', '092916.667500', '092917.127500', '092917.587500', '092918.047500', '092918.507500', '092918.967500', '092919.427500', '092919.887500', '092920.347500', '092920.807500', '092921.267500', '092921.727500', '092922.187500', '092922.647500', '092923.107500', '092923.567500', '092924.027500', '092924.487500', '092924.947500', '092925.407500', '092925.867500', '092926.327500', '092926.787500', '092927.247500', '092927.707500', '092928.167500', '092928.627500', '092929.087500', '092929.547500', '092930.007500', '092930.467500', '092930.927500', '092931.387500', '092931.847500', '092932.307500', '092932.767500', '092933.227500', '092933.687500', '092934.147500', '092934.607500', '092935.067500', '092935.527500', '092935.987500', '092936.447500', '092936.907500', '092937.367500', '092937.827500', '092938.287500', '092938.747500', '092939.207500', '092939.667500', '092940.127500', '092940.587500', '092941.047500', '092941.507500', '092941.967500', '092942.427500', '092942.887500', '092943.347500', '092943.807500', '092944.267500', '092944.727500', '092945.187500', '092945.647500', '092946.107500', '092946.567500', '092947.027500', '092947.487500', '092947.947500', '092948.407500', '092948.867500', '092949.327500', '092949.787500', '092950.247500', '092950.707500', '092951.167500', '092951.627500', '092952.087500', '092952.547500', '092953.007500', '092953.467500', '092953.927500', '092954.387500', '092954.847500', '092955.307500', '092955.767500', '092956.227500', '092956.687500', '092957.147500', '092957.607500', '092958.067500', '092958.527500', '092958.987500', '092959.447500', '092959.907500', '093000.367500', '093000.827500', '093001.287500', '093001.747500', '093002.207500', '093002.667500', '093003.127500', '093003.587500', '093004.047500', '093004.507500', '093004.967500', '093005.427500', '093005.887500', '093006.347500', '093006.807500', '093007.267500', '093007.727500', '093008.187500', '093008.647500', '093009.107500', '093009.567500', '093010.027500', '093010.487500', '093010.947500', '093011.407500', '093011.867500', '093012.327500', '093012.787500', '093013.247500', '093013.707500', '093014.167500', '093014.627500', '093015.087500', '093015.547500', '093016.007500', '093016.467500', '093016.927500', '093017.387500', '093017.847500', '093018.307500', '093018.767500', '093019.227500', '093019.687500', '093020.147500', '093020.607500', '093021.067500', '093021.527500', '093021.987500', '093022.447500', '093022.907500', '093023.367500', '093023.827500', '093024.287500', '093024.747500', '093025.207500', '093025.667500', '093026.127500', '093026.587500', '093027.047500', '093027.507500', '093027.967500', '093028.427500', '093028.887500', '093029.347500', '093029.807500', '093030.267500', '093030.727500', '093031.187500', '093031.647500', '093032.107500', '093032.567500', '093033.027500', '093033.487500', '093033.947500', '093034.407500', '093034.867500', '093035.327500', '093035.787500', '093036.247500', '093036.707500', '093037.167500', '093037.627500', '093038.087500', '093038.547500', '093039.007500', '093039.467500', '093039.927500', '093040.387500', '093040.847500', '093041.307500', '093041.767500', '093042.227500', '093042.687500', '093043.147500', '093043.607500', '093044.067500', '093044.527500', '093044.987500', '093045.447500', '093045.907500', '093046.367500', '093046.827500', '093047.287500', '093047.747500', '093048.207500', '093048.667500', '093049.127500', '093049.587500', '093050.047500', '093050.507500', '093050.967500', '093051.427500', '093051.887500', '093052.347500', '093052.807500', '093053.267500', '093053.727500', '093054.187500', '093054.647500', '093055.107500', '093055.567500', '093056.027500', '093056.487500', '093056.947500', '093057.407500', '093057.867500', '093058.327500', '093058.787500', '093059.247500', '093059.707500', '093100.167500', '093100.627500', '093101.087500', '093101.547500', '093102.007500', '093102.467500', '093102.927500', '093103.387500', '093103.847500', '093104.307500', '093104.767500', '093105.227500', '093105.687500', '093106.147500', '093106.607500', '093107.067500', '093107.527500', '093107.987500', '093108.447500', '093108.907500', '093109.367500', '093109.827500', '093110.287500', '093110.747500', '093111.207500', '093111.667500', '093112.127500', '093112.587500', '093113.047500', '093113.507500', '093113.967500', '093114.427500', '093114.887500', '093115.347500', '093115.807500', '093116.267500', '093116.727500', '093117.187500', '093117.647500', '093118.107500', '093118.567500', '093119.027500', '093119.487500', '093119.947500', '093120.407500', '093120.867500', '093121.327500', '093121.787500', '093122.247500', '093122.707500', '093123.167500', '093123.627500', '093124.087500', '093124.547500', '093125.007500', '093125.467500', '093125.927500', '093126.387500', '093126.847500', '093127.307500', '093127.767500', '093128.227500', '093128.687500', '093129.147500', '093129.607500', '093130.067500', '093130.527500', '093130.987500', '093131.447500', '093131.907500', '093132.367500', '093132.827500', '093133.287500', '093133.747500', '093134.207500', '093134.667500', '093135.127500', '093135.587500', '093136.047500', '093136.507500', '093136.967500', '093137.427500', '093137.887500', '093138.347500', '093138.807500', '093139.267500', '093139.727500', '093140.187500', '093140.647500', '093141.107500', '093141.567500', '093142.027500', '093142.487500', '093142.947500', '093143.407500', '093143.867500', '093144.327500', '093144.787500', '093145.247500', '093145.707500', '093146.167500', '093146.627500', '093147.087500', '093147.547500', '093148.007500', '093148.467500', '093148.927500', '093149.387500', '093149.847500', '093150.307500', '093150.767500', '093151.227500', '093151.687500', '093152.147500', '093152.607500', '093153.067500', '093153.527500', '093153.987500', '093154.447500', '093154.907500', '093155.367500', '093155.827500', '093156.287500', '093156.747500', '093157.207500', '093157.667500', '093158.127500', '093158.587500', '093159.047500', '093159.507500', '093159.967500', '093200.427500', '093200.887500', '093201.347500', '093201.807500', '093202.267500', '093202.727500', '093203.187500', '093203.647500', '093204.107500', '093204.567500', '093205.027500', '093205.487500', '093205.947500', '093206.407500', '093206.867500', '093207.327500', '093207.787500', '093208.247500', '093208.707500', '093209.167500', '093209.627500', '093210.087500'], 'ContentTime': ['092538.236000', '092538.239000', '092538.242000', '092538.245000', '092538.247000', '092538.250000', '092538.253000', '092538.255000', '092538.258000', '092538.261000', '092538.263000', '092538.271000', '092538.274000', '092538.277000', '092538.279000', '092538.282000', '092538.284000', '092538.287000', '092538.290000', '092538.292000', '092538.295000', '092538.297000', '092538.300000', '092538.303000', '092538.305000', '092538.308000', '092538.310000', '092538.313000', '092538.315000', '092538.318000', '092538.321000', '092538.323000', '092538.326000', '092538.328000', '092538.331000', '092538.334000', '092538.336000', '092538.339000', '092538.341000', '092538.344000', '092538.347000', '092538.349000', '092538.352000', '092538.354000', '092538.357000', '092538.360000', '092538.362000', '092538.365000', '092538.368000', '092538.370000', '092538.373000', '092538.375000', '092538.378000', '092538.381000', '092538.383000', '092538.386000', '092538.392000', '092538.394000', '092538.397000', '092558.210000', '092558.213000', '092558.216000', '092558.218000', '092558.221000', '092558.223000', '092558.226000', '092558.228000', '092558.231000', '092558.234000', '092558.236000', '092558.239000', '092558.241000', '092558.244000', '092558.246000', '092558.249000', '092558.252000', '092558.254000', '092558.257000', '092558.260000', '092558.262000', '092558.265000', '092558.267000', '092558.270000', '092558.273000', '092558.275000', '092558.278000', '092558.280000', '092558.283000', '092558.286000', '092558.288000', '092558.291000', '092558.293000', '092558.296000', '092558.298000', '092558.301000', '092558.303000', '092558.306000', '092558.308000', '092558.311000', '092558.314000', '092558.316000', '092558.319000', '092618.211000', '092618.214000', '092618.217000', '092618.220000', '092618.222000', '092618.225000', '092618.227000', '092618.230000', '092618.232000', '092618.235000', '092618.237000', '092618.240000', '092618.243000', '092618.245000', '092618.248000', '092618.250000', '092618.253000', '092618.256000', '092618.258000', '092618.261000', '092618.263000', '092618.266000', '092618.269000', '092618.271000', '092618.274000', '092618.276000', '092618.279000', '092618.282000', '092618.284000', '092618.287000', '092618.289000', '092618.292000', '092618.294000', '092618.297000', '092618.300000', '092618.302000', '092618.305000', '092618.307000', '092618.310000', '092618.312000', '092618.315000', '092618.318000', '092618.320000', '092618.323000', '092638.210000', '092638.213000', '092638.216000', '092638.218000', '092638.221000', '092638.223000', '092638.226000', '092638.228000', '092638.231000', '092638.234000', '092638.236000', '092638.239000', '092638.241000', '092638.251000', '092638.253000', '092638.256000', '092638.258000', '092638.261000', '092638.263000', '092638.266000', '092638.269000', '092638.271000', '092638.274000', '092638.276000', '092638.279000', '092638.281000', '092638.284000', '092638.287000', '092638.289000', '092638.292000', '092638.294000', '092638.297000', '092638.299000', '092638.302000', '092638.305000', '092638.307000', '092638.310000', '092638.312000', '092638.315000', '092638.318000', '092638.320000', '092638.323000', '092638.325000', '092658.210000', '092658.213000', '092658.216000', '092658.218000', '092658.221000', '092658.223000', '092658.226000', '092658.228000', '092658.231000', '092658.234000', '092658.236000', '092658.239000', '092658.241000', '092658.248000', '092658.250000', '092658.253000', '092658.256000', '092658.258000', '092658.261000', '092658.263000', '092658.266000', '092658.268000', '092658.271000', '092658.273000', '092658.276000', '092658.279000', '092658.281000', '092658.284000', '092658.286000', '092658.289000', '092658.291000', '092658.294000', '092658.297000', '092658.299000', '092658.302000', '092658.304000', '092658.307000', '092658.309000', '092658.312000', '092658.314000', '092658.317000', '092658.320000', '092658.322000', '092658.325000', '092718.211000', '092718.213000', '092718.216000', '092718.219000', '092718.221000', '092718.224000', '092718.227000', '092718.229000', '092718.232000', '092718.234000', '092718.237000', '092718.239000', '092718.242000', '092718.245000', '092718.247000', '092718.250000', '092718.252000', '092718.255000', '092718.257000', '092718.260000', '092718.263000', '092718.265000', '092718.268000', '092718.270000', '092718.273000', '092718.275000', '092718.278000', '092718.281000', '092718.283000', '092718.286000', '092718.288000', '092718.291000', '092718.293000', '092718.296000', '092718.299000', '092718.301000', '092718.304000', '092718.306000', '092718.309000', '092718.312000', '092718.314000', '092718.317000', '092718.319000', '092738.210000', '092738.213000', '092738.216000', '092738.218000', '092738.221000', '092738.224000', '092738.226000', '092738.229000', '092738.232000', '092738.234000', '092738.237000', '092738.239000', '092738.242000', '092738.244000', '092738.247000', '092738.249000', '092738.252000', '092738.254000', '092738.258000', '092738.261000', '092738.263000', '092738.266000', '092738.269000', '092738.271000', '092738.274000', '092738.276000', '092738.279000', '092738.281000', '092738.284000', '092738.286000', '092738.289000', '092738.291000', '092738.294000', '092738.297000', '092738.299000', '092738.302000', '092738.305000', '092738.307000', '092738.310000', '092738.312000', '092738.315000', '092738.318000', '092738.320000', '092758.209000', '092758.212000', '092758.215000', '092758.217000', '092758.220000', '092758.223000', '092758.225000', '092758.228000', '092758.230000', '092758.233000', '092758.236000', '092758.238000', '092758.241000', '092758.243000', '092758.246000', '092758.249000', '092758.251000', '092758.254000', '092758.256000', '092758.259000', '092758.261000', '092758.264000', '092758.267000', '092758.269000', '092758.272000', '092758.274000', '092758.277000', '092758.279000', '092758.282000', '092758.285000', '092758.287000', '092758.290000', '092758.292000', '092758.295000', '092758.297000', '092758.300000', '092758.303000', '092758.305000', '092758.308000', '092758.311000', '092758.313000', '092758.316000', '092758.318000', '092758.321000', '092818.211000', '092818.213000', '092818.216000', '092818.219000', '092818.222000', '092818.224000', '092818.227000', '092818.229000', '092818.232000', '092818.236000', '092818.239000', '092818.241000', '092818.244000', '092818.246000', '092818.249000', '092818.251000', '092818.254000', '092818.256000', '092818.259000', '092818.262000', '092818.264000', '092818.273000', '092818.275000', '092818.278000', '092818.280000', '092818.283000', '092818.285000', '092818.288000', '092818.290000', '092818.293000', '092818.296000', '092818.298000', '092818.301000', '092818.303000', '092818.306000', '092818.309000', '092818.311000', '092818.314000', '092818.316000', '092818.319000', '092818.321000', '092818.324000', '092818.327000', '092838.210000', '092838.213000', '092838.216000', '092838.218000', '092838.221000', '092838.224000', '092838.226000', '092838.229000', '092838.232000', '092838.234000', '092838.237000', '092838.239000', '092838.242000', '092838.245000', '092838.247000', '092838.250000', '092838.252000', '092838.255000', '092838.258000', '092838.260000', '092838.263000', '092838.266000', '092838.268000', '092838.271000', '092838.273000', '092838.276000', '092838.278000', '092838.281000', '092838.284000', '092838.286000', '092838.289000', '092838.291000', '092838.294000', '092838.297000', '092838.299000', '092838.302000', '092838.304000', '092838.307000', '092838.309000', '092838.312000', '092838.315000', '092838.317000', '092838.320000', '092838.322000', '092858.211000', '092858.213000', '092858.216000', '092858.219000', '092858.221000', '092858.224000', '092858.226000', '092858.229000', '092858.232000', '092858.234000', '092858.237000', '092858.240000', '092858.243000', '092858.246000', '092858.249000', '092858.251000', '092858.254000', '092858.256000', '092858.259000', '092858.262000', '092858.264000', '092858.267000', '092858.269000', '092858.272000', '092858.275000', '092858.277000', '092858.280000', '092858.282000', '092858.285000', '092858.287000', '092858.291000', '092858.294000', '092858.297000', '092858.299000', '092858.302000', '092858.304000', '092858.307000', '092858.309000', '092858.312000', '092858.315000', '092858.317000', '092858.320000', '092858.322000', '092918.210000', '092918.213000', '092918.216000', '092918.218000', '092918.221000', '092918.224000', '092918.226000', '092918.229000', '092918.232000', '092918.234000', '092918.237000', '092918.239000', '092918.242000', '092918.244000', '092918.253000', '092918.256000', '092918.258000', '092918.261000', '092918.264000', '092918.266000', '092918.269000', '092918.271000', '092918.274000', '092918.276000', '092918.279000', '092918.281000', '092918.284000', '092918.287000', '092918.289000', '092918.292000', '092918.294000', '092918.306000', '092918.309000', '092918.311000', '092918.314000', '092918.316000', '092918.319000', '092918.322000', '092918.324000', '092918.327000', '092918.329000', '092918.332000', '092918.335000', '092918.337000', '092938.210000', '092938.213000', '092938.216000', '092938.219000', '092938.221000', '092938.224000', '092938.226000', '092938.229000', '092938.231000', '092938.234000', '092938.237000', '092938.239000', '092938.242000', '092938.244000', '092938.247000', '092938.249000', '092938.252000', '092938.255000', '092938.257000', '092938.260000', '092938.263000', '092938.265000', '092938.268000', '092938.270000', '092938.274000', '092938.277000', '092938.280000', '092938.282000', '092938.285000', '092938.287000', '092938.290000', '092938.293000', '092938.295000', '092938.298000', '092938.300000', '092938.303000', '092938.305000', '092938.308000', '092938.311000', '092938.313000', '092938.316000', '092938.318000', '092938.321000', '092958.211000', '092958.214000', '092958.216000', '092958.219000', '092958.221000', '092958.224000', '092958.227000', '092958.229000', '092958.232000', '092958.234000', '092958.237000', '092958.239000', '092958.242000', '092958.245000', '092958.247000', '092958.250000', '092958.252000', '092958.255000', '092958.258000', '092958.260000', '092958.263000', '092958.265000', '092958.268000', '092958.271000', '092958.273000', '092958.276000', '092958.278000', '092958.281000', '092958.283000', '092958.286000', '092958.289000', '092958.291000', '092958.294000', '092958.296000', '092958.299000', '092958.301000', '092958.304000', '092958.307000', '092958.309000', '092958.312000', '092958.314000', '092958.317000', '092958.320000', '092958.322000', '093018.209000', '093018.213000', '093018.215000', '093018.218000', '093018.220000', '093018.223000', '093018.226000', '093018.228000', '093018.231000', '093018.234000', '093018.236000', '093018.239000', '093018.241000', '093018.244000', '093018.247000', '093018.249000', '093018.252000', '093018.255000', '093018.257000', '093018.260000', '093018.262000', '093018.265000', '093018.267000', '093018.270000', '093018.273000', '093018.275000', '093018.278000', '093018.280000', '093018.283000', '093018.286000', '093018.288000', '093018.291000', '093018.293000', '093018.296000', '093018.298000', '093018.301000', '093018.304000', '093018.306000', '093018.309000', '093018.311000', '093018.314000', '093018.317000', '093018.319000', '093038.210000', '093038.213000', '093038.216000', '093038.218000', '093038.221000', '093038.224000', '093038.227000', '093038.229000', '093038.232000', '093038.235000', '093038.237000', '093038.240000', '093038.242000', '093038.245000', '093038.248000', '093038.250000', '093038.253000', '093038.256000', '093038.258000', '093038.261000', '093038.263000', '093038.266000', '093038.268000', '093038.271000', '093038.273000', '093038.276000', '093038.279000', '093038.281000', '093038.284000', '093038.286000', '093038.289000', '093038.292000', '093038.294000', '093038.297000', '093038.299000', '093038.302000', '093038.304000', '093038.307000', '093038.310000', '093038.312000', '093038.315000', '093038.317000', '093038.328000', '093038.330000', '093058.211000', '093058.213000', '093058.216000', '093058.219000', '093058.221000', '093058.224000', '093058.227000', '093058.229000', '093058.232000', '093058.235000', '093058.237000', '093058.240000', '093058.243000', '093058.245000', '093058.248000', '093058.250000', '093058.253000', '093058.256000', '093058.258000', '093058.263000', '093058.265000', '093058.268000', '093058.270000', '093058.273000', '093058.276000', '093058.278000', '093058.281000', '093058.284000', '093058.286000', '093058.289000', '093058.292000', '093058.295000', '093058.298000', '093058.300000', '093058.304000', '093058.306000', '093058.309000', '093058.311000', '093058.314000', '093058.317000', '093058.320000', '093058.322000', '093058.325000', '093118.211000', '093118.214000', '093118.217000', '093118.219000', '093118.222000', '093118.225000', '093118.227000', '093118.230000', '093118.232000', '093118.235000', '093118.237000', '093118.240000', '093118.243000', '093118.245000', '093118.248000', '093118.250000', '093118.253000', '093118.255000', '093118.258000', '093118.261000', '093118.263000', '093118.266000', '093118.268000', '093118.271000', '093118.273000', '093118.276000', '093118.279000', '093118.281000', '093118.284000', '093118.287000', '093118.289000', '093118.292000', '093118.294000', '093118.297000', '093118.300000', '093118.302000', '093118.305000', '093118.308000', '093118.310000', '093118.313000', '093118.315000', '093118.318000', '093118.321000', '093118.323000', '093138.211000', '093138.213000', '093138.216000', '093138.219000', '093138.221000', '093138.224000', '093138.226000', '093138.229000', '093138.232000', '093138.234000', '093138.237000', '093138.240000', '093138.242000', '093138.245000', '093138.247000', '093138.250000', '093138.253000', '093138.255000', '093138.258000', '093138.261000', '093138.263000', '093138.266000', '093138.268000', '093138.271000', '093138.274000', '093138.276000', '093138.279000', '093138.282000', '093138.284000', '093138.287000', '093138.290000', '093138.292000', '093138.295000', '093138.297000', '093138.300000', '093138.302000', '093138.305000', '093138.308000', '093138.310000', '093138.313000', '093138.316000', '093138.319000', '093138.323000', '093158.210000', '093158.213000', '093158.216000', '093158.218000', '093158.221000', '093158.224000', '093158.226000', '093158.229000', '093158.231000', '093158.234000', '093158.237000', '093158.239000', '093158.242000', '093158.244000', '093158.247000', '093158.249000', '093158.252000', '093158.254000', '093158.257000', '093158.260000', '093158.262000', '093158.265000', '093158.267000', '093158.270000', '093158.273000', '093158.275000', '093158.278000', '093158.280000', '093158.283000', '093158.285000', '093158.288000', '093158.291000', '093158.293000', '093158.296000', '093158.298000', '093158.301000', '093158.303000', '093158.306000', '093158.309000', '093158.311000', '093158.314000', '093158.317000', '093158.319000', '093158.322000', '093211.442000', '093211.445000', '093211.448000', '093211.450000', '093211.453000', '093211.456000', '093211.459000', '093211.462000', '093211.465000', '093211.467000', '093211.471000', '093211.473000', '093211.476000', '093211.479000', '093211.483000', '093211.485000', '093211.488000', '093211.491000', '093211.494000', '093211.496000', '093211.499000', '093211.502000', '093211.504000', '093211.508000', '093211.511000', '093211.516000', '093211.519000', '093211.522000', '093211.533000'], 'InstanceCreationTime': ['092538.236000', '092538.239000', '092538.242000', '092538.245000', '092538.247000', '092538.250000', '092538.253000', '092538.255000', '092538.258000', '092538.261000', '092538.263000', '092538.271000', '092538.274000', '092538.277000', '092538.279000', '092538.282000', '092538.284000', '092538.287000', '092538.290000', '092538.292000', '092538.295000', '092538.297000', '092538.300000', '092538.303000', '092538.305000', '092538.308000', '092538.310000', '092538.313000', '092538.315000', '092538.318000', '092538.321000', '092538.323000', '092538.326000', '092538.328000', '092538.331000', '092538.334000', '092538.336000', '092538.339000', '092538.341000', '092538.344000', '092538.347000', '092538.349000', '092538.352000', '092538.354000', '092538.357000', '092538.360000', '092538.362000', '092538.365000', '092538.368000', '092538.370000', '092538.373000', '092538.375000', '092538.378000', '092538.381000', '092538.383000', '092538.386000', '092538.392000', '092538.394000', '092538.397000', '092558.210000', '092558.213000', '092558.216000', '092558.218000', '092558.221000', '092558.223000', '092558.226000', '092558.228000', '092558.231000', '092558.234000', '092558.236000', '092558.239000', '092558.241000', '092558.244000', '092558.246000', '092558.249000', '092558.252000', '092558.254000', '092558.257000', '092558.260000', '092558.262000', '092558.265000', '092558.267000', '092558.270000', '092558.273000', '092558.275000', '092558.278000', '092558.280000', '092558.283000', '092558.286000', '092558.288000', '092558.291000', '092558.293000', '092558.296000', '092558.298000', '092558.301000', '092558.303000', '092558.306000', '092558.308000', '092558.311000', '092558.314000', '092558.316000', '092558.319000', '092618.211000', '092618.214000', '092618.217000', '092618.220000', '092618.222000', '092618.225000', '092618.227000', '092618.230000', '092618.232000', '092618.235000', '092618.237000', '092618.240000', '092618.243000', '092618.245000', '092618.248000', '092618.250000', '092618.253000', '092618.256000', '092618.258000', '092618.261000', '092618.263000', '092618.266000', '092618.269000', '092618.271000', '092618.274000', '092618.276000', '092618.279000', '092618.282000', '092618.284000', '092618.287000', '092618.289000', '092618.292000', '092618.294000', '092618.297000', '092618.300000', '092618.302000', '092618.305000', '092618.307000', '092618.310000', '092618.312000', '092618.315000', '092618.318000', '092618.320000', '092618.323000', '092638.210000', '092638.213000', '092638.216000', '092638.218000', '092638.221000', '092638.223000', '092638.226000', '092638.228000', '092638.231000', '092638.234000', '092638.236000', '092638.239000', '092638.241000', '092638.251000', '092638.253000', '092638.256000', '092638.258000', '092638.261000', '092638.263000', '092638.266000', '092638.269000', '092638.271000', '092638.274000', '092638.276000', '092638.279000', '092638.281000', '092638.284000', '092638.287000', '092638.289000', '092638.292000', '092638.294000', '092638.297000', '092638.299000', '092638.302000', '092638.305000', '092638.307000', '092638.310000', '092638.312000', '092638.315000', '092638.318000', '092638.320000', '092638.323000', '092638.325000', '092658.210000', '092658.213000', '092658.216000', '092658.218000', '092658.221000', '092658.223000', '092658.226000', '092658.228000', '092658.231000', '092658.234000', '092658.236000', '092658.239000', '092658.241000', '092658.248000', '092658.250000', '092658.253000', '092658.256000', '092658.258000', '092658.261000', '092658.263000', '092658.266000', '092658.268000', '092658.271000', '092658.273000', '092658.276000', '092658.279000', '092658.281000', '092658.284000', '092658.286000', '092658.289000', '092658.291000', '092658.294000', '092658.297000', '092658.299000', '092658.302000', '092658.304000', '092658.307000', '092658.309000', '092658.312000', '092658.314000', '092658.317000', '092658.320000', '092658.322000', '092658.325000', '092718.211000', '092718.213000', '092718.216000', '092718.219000', '092718.221000', '092718.224000', '092718.227000', '092718.229000', '092718.232000', '092718.234000', '092718.237000', '092718.239000', '092718.242000', '092718.245000', '092718.247000', '092718.250000', '092718.252000', '092718.255000', '092718.257000', '092718.260000', '092718.263000', '092718.265000', '092718.268000', '092718.270000', '092718.273000', '092718.275000', '092718.278000', '092718.281000', '092718.283000', '092718.286000', '092718.288000', '092718.291000', '092718.293000', '092718.296000', '092718.299000', '092718.301000', '092718.304000', '092718.306000', '092718.309000', '092718.312000', '092718.314000', '092718.317000', '092718.319000', '092738.210000', '092738.213000', '092738.216000', '092738.218000', '092738.221000', '092738.224000', '092738.226000', '092738.229000', '092738.232000', '092738.234000', '092738.237000', '092738.239000', '092738.242000', '092738.244000', '092738.247000', '092738.249000', '092738.252000', '092738.254000', '092738.258000', '092738.261000', '092738.263000', '092738.266000', '092738.269000', '092738.271000', '092738.274000', '092738.276000', '092738.279000', '092738.281000', '092738.284000', '092738.286000', '092738.289000', '092738.291000', '092738.294000', '092738.297000', '092738.299000', '092738.302000', '092738.305000', '092738.307000', '092738.310000', '092738.312000', '092738.315000', '092738.318000', '092738.320000', '092758.209000', '092758.212000', '092758.215000', '092758.217000', '092758.220000', '092758.223000', '092758.225000', '092758.228000', '092758.230000', '092758.233000', '092758.236000', '092758.238000', '092758.241000', '092758.243000', '092758.246000', '092758.249000', '092758.251000', '092758.254000', '092758.256000', '092758.259000', '092758.261000', '092758.264000', '092758.267000', '092758.269000', '092758.272000', '092758.274000', '092758.277000', '092758.279000', '092758.282000', '092758.285000', '092758.287000', '092758.290000', '092758.292000', '092758.295000', '092758.297000', '092758.300000', '092758.303000', '092758.305000', '092758.308000', '092758.311000', '092758.313000', '092758.316000', '092758.318000', '092758.321000', '092818.211000', '092818.213000', '092818.216000', '092818.219000', '092818.222000', '092818.224000', '092818.227000', '092818.229000', '092818.232000', '092818.236000', '092818.239000', '092818.241000', '092818.244000', '092818.246000', '092818.249000', '092818.251000', '092818.254000', '092818.256000', '092818.259000', '092818.262000', '092818.264000', '092818.273000', '092818.275000', '092818.278000', '092818.280000', '092818.283000', '092818.285000', '092818.288000', '092818.290000', '092818.293000', '092818.296000', '092818.298000', '092818.301000', '092818.303000', '092818.306000', '092818.309000', '092818.311000', '092818.314000', '092818.316000', '092818.319000', '092818.321000', '092818.324000', '092818.327000', '092838.210000', '092838.213000', '092838.216000', '092838.218000', '092838.221000', '092838.224000', '092838.226000', '092838.229000', '092838.232000', '092838.234000', '092838.237000', '092838.239000', '092838.242000', '092838.245000', '092838.247000', '092838.250000', '092838.252000', '092838.255000', '092838.258000', '092838.260000', '092838.263000', '092838.266000', '092838.268000', '092838.271000', '092838.273000', '092838.276000', '092838.278000', '092838.281000', '092838.284000', '092838.286000', '092838.289000', '092838.291000', '092838.294000', '092838.297000', '092838.299000', '092838.302000', '092838.304000', '092838.307000', '092838.309000', '092838.312000', '092838.315000', '092838.317000', '092838.320000', '092838.322000', '092858.211000', '092858.213000', '092858.216000', '092858.219000', '092858.221000', '092858.224000', '092858.226000', '092858.229000', '092858.232000', '092858.234000', '092858.237000', '092858.240000', '092858.243000', '092858.246000', '092858.249000', '092858.251000', '092858.254000', '092858.256000', '092858.259000', '092858.262000', '092858.264000', '092858.267000', '092858.269000', '092858.272000', '092858.275000', '092858.277000', '092858.280000', '092858.282000', '092858.285000', '092858.287000', '092858.291000', '092858.294000', '092858.297000', '092858.299000', '092858.302000', '092858.304000', '092858.307000', '092858.309000', '092858.312000', '092858.315000', '092858.317000', '092858.320000', '092858.322000', '092918.210000', '092918.213000', '092918.216000', '092918.218000', '092918.221000', '092918.224000', '092918.226000', '092918.229000', '092918.232000', '092918.234000', '092918.237000', '092918.239000', '092918.242000', '092918.244000', '092918.253000', '092918.256000', '092918.258000', '092918.261000', '092918.264000', '092918.266000', '092918.269000', '092918.271000', '092918.274000', '092918.276000', '092918.279000', '092918.281000', '092918.284000', '092918.287000', '092918.289000', '092918.292000', '092918.294000', '092918.306000', '092918.309000', '092918.311000', '092918.314000', '092918.316000', '092918.319000', '092918.322000', '092918.324000', '092918.327000', '092918.329000', '092918.332000', '092918.335000', '092918.337000', '092938.210000', '092938.213000', '092938.216000', '092938.219000', '092938.221000', '092938.224000', '092938.226000', '092938.229000', '092938.231000', '092938.234000', '092938.237000', '092938.239000', '092938.242000', '092938.244000', '092938.247000', '092938.249000', '092938.252000', '092938.255000', '092938.257000', '092938.260000', '092938.263000', '092938.265000', '092938.268000', '092938.270000', '092938.274000', '092938.277000', '092938.280000', '092938.282000', '092938.285000', '092938.287000', '092938.290000', '092938.293000', '092938.295000', '092938.298000', '092938.300000', '092938.303000', '092938.305000', '092938.308000', '092938.311000', '092938.313000', '092938.316000', '092938.318000', '092938.321000', '092958.211000', '092958.214000', '092958.216000', '092958.219000', '092958.221000', '092958.224000', '092958.227000', '092958.229000', '092958.232000', '092958.234000', '092958.237000', '092958.239000', '092958.242000', '092958.245000', '092958.247000', '092958.250000', '092958.252000', '092958.255000', '092958.258000', '092958.260000', '092958.263000', '092958.265000', '092958.268000', '092958.271000', '092958.273000', '092958.276000', '092958.278000', '092958.281000', '092958.283000', '092958.286000', '092958.289000', '092958.291000', '092958.294000', '092958.296000', '092958.299000', '092958.301000', '092958.304000', '092958.307000', '092958.309000', '092958.312000', '092958.314000', '092958.317000', '092958.320000', '092958.322000', '093018.209000', '093018.213000', '093018.215000', '093018.218000', '093018.220000', '093018.223000', '093018.226000', '093018.228000', '093018.231000', '093018.234000', '093018.236000', '093018.239000', '093018.241000', '093018.244000', '093018.247000', '093018.249000', '093018.252000', '093018.255000', '093018.257000', '093018.260000', '093018.262000', '093018.265000', '093018.267000', '093018.270000', '093018.273000', '093018.275000', '093018.278000', '093018.280000', '093018.283000', '093018.286000', '093018.288000', '093018.291000', '093018.293000', '093018.296000', '093018.298000', '093018.301000', '093018.304000', '093018.306000', '093018.309000', '093018.311000', '093018.314000', '093018.317000', '093018.319000', '093038.210000', '093038.213000', '093038.216000', '093038.218000', '093038.221000', '093038.224000', '093038.227000', '093038.229000', '093038.232000', '093038.235000', '093038.237000', '093038.240000', '093038.242000', '093038.245000', '093038.248000', '093038.250000', '093038.253000', '093038.256000', '093038.258000', '093038.261000', '093038.263000', '093038.266000', '093038.268000', '093038.271000', '093038.273000', '093038.276000', '093038.279000', '093038.281000', '093038.284000', '093038.286000', '093038.289000', '093038.292000', '093038.294000', '093038.297000', '093038.299000', '093038.302000', '093038.304000', '093038.307000', '093038.310000', '093038.312000', '093038.315000', '093038.317000', '093038.328000', '093038.330000', '093058.211000', '093058.213000', '093058.216000', '093058.219000', '093058.221000', '093058.224000', '093058.227000', '093058.229000', '093058.232000', '093058.235000', '093058.237000', '093058.240000', '093058.243000', '093058.245000', '093058.248000', '093058.250000', '093058.253000', '093058.256000', '093058.258000', '093058.263000', '093058.265000', '093058.268000', '093058.270000', '093058.273000', '093058.276000', '093058.278000', '093058.281000', '093058.284000', '093058.286000', '093058.289000', '093058.292000', '093058.295000', '093058.298000', '093058.300000', '093058.304000', '093058.306000', '093058.309000', '093058.311000', '093058.314000', '093058.317000', '093058.320000', '093058.322000', '093058.325000', '093118.211000', '093118.214000', '093118.217000', '093118.219000', '093118.222000', '093118.225000', '093118.227000', '093118.230000', '093118.232000', '093118.235000', '093118.237000', '093118.240000', '093118.243000', '093118.245000', '093118.248000', '093118.250000', '093118.253000', '093118.255000', '093118.258000', '093118.261000', '093118.263000', '093118.266000', '093118.268000', '093118.271000', '093118.273000', '093118.276000', '093118.279000', '093118.281000', '093118.284000', '093118.287000', '093118.289000', '093118.292000', '093118.294000', '093118.297000', '093118.300000', '093118.302000', '093118.305000', '093118.308000', '093118.310000', '093118.313000', '093118.315000', '093118.318000', '093118.321000', '093118.323000', '093138.211000', '093138.213000', '093138.216000', '093138.219000', '093138.221000', '093138.224000', '093138.226000', '093138.229000', '093138.232000', '093138.234000', '093138.237000', '093138.240000', '093138.242000', '093138.245000', '093138.247000', '093138.250000', '093138.253000', '093138.255000', '093138.258000', '093138.261000', '093138.263000', '093138.266000', '093138.268000', '093138.271000', '093138.274000', '093138.276000', '093138.279000', '093138.282000', '093138.284000', '093138.287000', '093138.290000', '093138.292000', '093138.295000', '093138.297000', '093138.300000', '093138.302000', '093138.305000', '093138.308000', '093138.310000', '093138.313000', '093138.316000', '093138.319000', '093138.323000', '093158.210000', '093158.213000', '093158.216000', '093158.218000', '093158.221000', '093158.224000', '093158.226000', '093158.229000', '093158.231000', '093158.234000', '093158.237000', '093158.239000', '093158.242000', '093158.244000', '093158.247000', '093158.249000', '093158.252000', '093158.254000', '093158.257000', '093158.260000', '093158.262000', '093158.265000', '093158.267000', '093158.270000', '093158.273000', '093158.275000', '093158.278000', '093158.280000', '093158.283000', '093158.285000', '093158.288000', '093158.291000', '093158.293000', '093158.296000', '093158.298000', '093158.301000', '093158.303000', '093158.306000', '093158.309000', '093158.311000', '093158.314000', '093158.317000', '093158.319000', '093158.322000', '093211.442000', '093211.445000', '093211.448000', '093211.450000', '093211.453000', '093211.456000', '093211.459000', '093211.462000', '093211.465000', '093211.467000', '093211.471000', '093211.473000', '093211.476000', '093211.479000', '093211.483000', '093211.485000', '093211.488000', '093211.491000', '093211.494000', '093211.496000', '093211.499000', '093211.502000', '093211.504000', '093211.508000', '093211.511000', '093211.516000', '093211.519000', '093211.522000', '093211.533000'], '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': [5922, 9903, 6321, 10464, 6798, 11291, 8246, 10138, 6812, 5424, 8003, 5368, 10475, 7055, 7048, 8338, 5385, 8709, 5345, 9415, 6364, 7793, 6479, 5119, 6496, 5290, 8561, 5503, 9342, 5930, 8548, 5583, 6562, 6505, 5292, 8927, 5440, 8417, 5434, 7975, 6350, 7625, 6773, 6034, 7192, 5308, 8370, 5338, 8868, 5541, 9438, 6617, 9945, 6022, 5034, 7103, 5320, 8865, 5342, 9113, 6222, 9678, 6268, 5364, 7050, 5256, 8380, 5222, 9606, 6692, 8785, 5784, 7601, 6175, 8863, 6156, 8872, 7034, 5375, 7179, 5295, 8485, 5371, 9003, 5985, 9226, 6420, 5813, 6365, 5210, 8246, 5417, 9431, 7088, 9151, 5785, 8061, 6151, 6939, 6977, 7270, 9516, 5214, 8592, 5826, 6761, 6570, 6298, 7998, 5356, 7764, 5354, 7408, 6140, 6983, 7001, 6165, 6920, 5327, 7931, 5245, 8544, 6186, 7734, 7036, 5272, 8524, 6094, 6849, 7328, 5428, 9379, 6786, 9134, 6933, 5146, 8991, 5438, 9841, 6177, 11382, 6761, 8573, 5733, 5752, 6649, 5354, 7811, 5412, 9355, 5454, 8525, 5691, 7554, 6552, 7513, 6634, 6439, 6338, 6069, 6488, 6470, 6814, 7426, 8848, 5408, 8275, 5320, 8783, 5734, 9324, 6801, 7169, 6283, 5296, 8091, 5338, 9127, 5364, 9325, 6601, 8303, 5535, 6592, 5922, 6093, 6976, 6319, 7959, 5487, 7640, 5140, 7513, 7614, 7050, 8636, 7700, 5361, 6805, 5123, 7631, 5334, 8051, 5422, 7640, 5201, 8186, 5379, 8249, 5694, 7998, 6616, 7273, 5313, 7110, 5183, 7061, 6211, 8500, 5249, 7843, 5362, 8577, 5385, 8579, 5717, 8843, 6556, 8511, 5618, 6974, 5893, 8338, 5996, 9593, 6659, 5657, 6244, 5280, 7848, 5354, 8410, 5714, 9133, 5416, 7930, 5292, 8367, 5555, 8545, 6037, 7975, 5985, 8240, 5465, 8678, 5768, 8938, 6691, 7842, 6162, 5334, 6701, 5556, 7118, 5650, 8970, 5476, 7940, 5634, 8462, 5585, 8689, 6030, 8868, 6850, 7823, 5682, 5316, 6523, 5333, 8173, 5554, 9197, 5637, 7989, 5570, 8244, 5726, 8778, 6725, 9466, 5975, 5845, 5758, 5626, 8303, 5277, 9907, 6011, 8836, 5606, 9218, 5898, 9002, 6635, 8024, 5873, 5365, 6542, 5430, 8778, 5744, 9519, 6239, 7411, 5979, 7408, 6328, 8360, 6924, 6667, 6660, 5435, 7336, 5530, 9106, 5555, 9742, 6133, 8616, 5928, 6666, 6543, 5522, 9324, 5588, 8376, 5617, 8893, 5837, 9093, 6730, 10060, 6295, 5955, 6313, 5683, 8303, 5649, 9859, 5886, 8665, 5763, 8996, 6140, 9193, 6768, 5649, 6451, 5652, 8566, 5678, 9533, 6573, 10433, 6424, 6512, 6399, 5561, 7525, 5603, 9925, 5881, 9044, 5967, 9314, 5835, 9337, 6866, 7028, 5991, 5322, 7566, 5421, 8851, 5705, 9709, 6293, 8307, 5820, 7661, 5920, 8310, 6616, 6059, 6274, 5658, 7769, 5506, 8932, 6358, 10157, 7217, 5935, 6602, 5655, 7681, 5446, 10048, 6078, 9301, 5762, 9048, 6133, 9043, 6559, 6795, 8403, 5681, 8753, 6127, 8880, 6422, 6682, 8309, 5622, 8162, 6729, 5591, 8835, 6044, 5576, 9140, 6209, 11549, 7013, 7285, 7156, 5522, 8951, 5760, 11053, 6903, 8556, 5947, 6600, 6021, 5752, 6697, 5504, 9146, 5721, 8185, 5624, 8375, 5909, 7564, 6898, 5468, 7687, 5350, 8801, 5729, 9378, 6051, 10130, 6130, 8965, 5813, 9346, 6207, 9356, 6904, 6106, 6311, 6165, 8481, 5646, 9332, 5509, 9488, 6731, 9509, 6031, 5793, 6808, 5776, 8093, 6266, 8951, 5605, 7771, 5366, 8631, 5774, 9073, 6437, 9538, 6417, 8567, 5815, 7046, 6291, 7148, 7306, 5509, 7290, 5599, 8289, 5763, 9060, 6598, 8967, 6223, 7525, 5962, 7228, 5853, 6721, 7085, 5482, 7239, 5754, 8553, 5909, 9045, 6991, 8034, 6317, 5831, 7241, 5556, 7620, 5862, 8965, 5614, 7361, 5695, 8113, 5733, 9175, 6780, 8800, 6667, 5701, 6900, 5926, 7240, 8659, 8119, 5733, 7326, 5681, 8179, 5656, 9038, 5744, 9937, 5893, 7949, 5589, 8345, 5713, 9094, 6852, 7851, 5991, 6421, 5865, 5750, 7161, 5604, 9795, 5692, 8842, 5875, 9223, 6427, 9707, 7500, 8727, 6233, 5770, 6695, 5952, 7114, 5620, 9747, 5585, 8241, 5720, 9109, 5857, 8739, 6675, 6875, 7402, 5522, 8175, 5722, 9234, 6391, 10154, 7349, 5877, 6727, 5771, 8915, 6382, 6881, 8189, 5655, 9312, 5842, 5868, 8257, 5931, 7510, 7567, 5696, 11434, 7859, 9179, 6251, 5567, 8491, 5764, 10112, 7208, 10165, 6201, 5591, 7407, 5686, 9833, 6684, 5856, 7008, 5708, 8697, 5920, 7201, 7168, 5749, 9485, 6119, 5615, 8238, 5566, 9866, 6237, 10911, 7231, 6080, 7195, 5460, 9550, 6295, 10042, 7521, 8153, 6429, 5626, 7399, 5642, 9988, 6716, 9981, 6147, 7209, 6514, 6436, 7267, 5527, 10218, 5952, 9104, 5850, 7709, 6747, 6959, 8520, 5574, 8003, 5932, 9149, 6287, 9917, 7331, 6138, 7016, 5200, 8607, 5834, 9137, 6805, 10297, 7385, 5836, 6774, 5598, 8588, 5867, 10141, 8037, 5563, 6855, 5580, 7488, 6641, 5575, 10236, 7271, 10018, 7258, 5437, 8562, 6089, 9974, 7264, 8493, 7476, 5490, 8567, 6178, 8026, 6996, 5658, 9619, 5822, 5776, 8631, 6424, 7356, 7180, 5620, 9285, 8144, 5626, 8788, 6284, 6503, 7743, 5950, 9876, 6719, 10923, 6083, 6184, 7279, 5883, 9070, 5911, 10126, 7707, 5668, 6857, 5419, 8673, 6291, 8244, 8074, 5703, 8699, 6208, 6417, 7405, 5710, 10271, 8213, 5735, 7129, 5582, 9063, 6170, 9530, 6565, 9362, 6886, 8690, 9049, 6001, 6570, 6504, 5456, 9655, 6099, 9665, 7614, 7782, 6066, 5730, 8010, 5657, 8404, 5701, 9902, 5714, 8536, 5913, 8841, 6315, 9328, 7218, 5867, 6234, 5886, 8230, 5959, 9418, 6915, 6519, 7157, 5553, 8737, 5767, 9266, 6168, 10266, 7162, 8641, 6297, 6664, 6971, 5834, 9886, 6492, 10073, 5966, 7142, 6706, 6273, 7924, 6895, 10110, 5624, 8521, 5845, 6574, 6985, 5551, 10007, 7812, 6067, 6762, 5947, 8759, 5566, 9899, 6570, 10242, 6330, 9460, 6350, 8002, 6362, 7782, 7357, 5434, 7276, 5509, 8305, 6226, 8946, 6872, 6013, 6938, 5650, 8247, 5854, 8900, 6427, 9096, 7443, 5604, 6838, 5506, 7987, 5697, 9169, 6157, 10318, 6140, 6405, 6912, 5596, 9166, 5759, 9915, 7496, 7538, 5855, 6368, 6251, 5546, 8992, 5944, 9866, 6501, 5377, 8393, 5792, 6571, 7452, 5554, 10972, 6777, 9235, 6297, 7863, 6541, 7537, 6798], 'WindowCenter': [3368.0, 3405.0, 3349.0, 3388.0, 3344.0, 3375.0, 3354.0, 3363.0, 3330.0, 3309.0, 3351.0, 3307.0, 3361.0, 3340.0, 3340.0, 3351.0, 3322.0, 3350.0, 3308.0, 3360.0, 3328.0, 3351.0, 3342.0, 3308.0, 3329.0, 3307.0, 3350.0, 3307.0, 3361.0, 3331.0, 3350.0, 3307.0, 3327.0, 3329.0, 3307.0, 3362.0, 3308.0, 3350.0, 3308.0, 3349.0, 3331.0, 3339.0, 3329.0, 3318.0, 3340.0, 3307.0, 3350.0, 3307.0, 3348.0, 3306.0, 3360.0, 3329.0, 3361.0, 3317.0, 3295.0, 3338.0, 3307.0, 3349.0, 3306.0, 3349.0, 3318.0, 3361.0, 3329.0, 3307.0, 3339.0, 3296.0, 3351.0, 3296.0, 3362.0, 3330.0, 3350.0, 3319.0, 3339.0, 3318.0, 3349.0, 3317.0, 3349.0, 3328.0, 3306.0, 3327.0, 3306.0, 3348.0, 3306.0, 3349.0, 3329.0, 3360.0, 3330.0, 3319.0, 3329.0, 3307.0, 3349.0, 3307.0, 3361.0, 3341.0, 3360.0, 3317.0, 3350.0, 3318.0, 3327.0, 3328.0, 3337.0, 3360.0, 3295.0, 3348.0, 3305.0, 3327.0, 3327.0, 3328.0, 3339.0, 3307.0, 3339.0, 3307.0, 3339.0, 3319.0, 3338.0, 3339.0, 3319.0, 3339.0, 3307.0, 3350.0, 3297.0, 3349.0, 3318.0, 3351.0, 3340.0, 3307.0, 3351.0, 3319.0, 3340.0, 3339.0, 3307.0, 3362.0, 3340.0, 3362.0, 3340.0, 3307.0, 3350.0, 3306.0, 3360.0, 3317.0, 3370.0, 3328.0, 3348.0, 3306.0, 3306.0, 3328.0, 3305.0, 3338.0, 3306.0, 3362.0, 3307.0, 3350.0, 3318.0, 3338.0, 3328.0, 3339.0, 3330.0, 3330.0, 3329.0, 3317.0, 3328.0, 3317.0, 3327.0, 3337.0, 3349.0, 3306.0, 3338.0, 3305.0, 3348.0, 3305.0, 3348.0, 3328.0, 3328.0, 3327.0, 3306.0, 3349.0, 3306.0, 3361.0, 3307.0, 3349.0, 3328.0, 3349.0, 3307.0, 3327.0, 3317.0, 3317.0, 3339.0, 3329.0, 3351.0, 3307.0, 3339.0, 3296.0, 3339.0, 3337.0, 3327.0, 3348.0, 3338.0, 3294.0, 3327.0, 3294.0, 3338.0, 3306.0, 3350.0, 3308.0, 3350.0, 3296.0, 3350.0, 3306.0, 3349.0, 3306.0, 3339.0, 3329.0, 3339.0, 3306.0, 3327.0, 3295.0, 3327.0, 3317.0, 3348.0, 3294.0, 3338.0, 3306.0, 3348.0, 3306.0, 3349.0, 3318.0, 3349.0, 3328.0, 3348.0, 3306.0, 3327.0, 3305.0, 3337.0, 3317.0, 3359.0, 3327.0, 3306.0, 3317.0, 3305.0, 3337.0, 3293.0, 3348.0, 3304.0, 3348.0, 3294.0, 3336.0, 3305.0, 3336.0, 3305.0, 3348.0, 3317.0, 3337.0, 3318.0, 3348.0, 3306.0, 3348.0, 3306.0, 3348.0, 3328.0, 3338.0, 3316.0, 3304.0, 3326.0, 3305.0, 3326.0, 3305.0, 3349.0, 3306.0, 3338.0, 3306.0, 3348.0, 3305.0, 3347.0, 3317.0, 3348.0, 3327.0, 3337.0, 3306.0, 3306.0, 3327.0, 3305.0, 3349.0, 3305.0, 3361.0, 3306.0, 3338.0, 3305.0, 3348.0, 3305.0, 3348.0, 3329.0, 3360.0, 3331.0, 3319.0, 3319.0, 3316.0, 3348.0, 3293.0, 3360.0, 3315.0, 3347.0, 3304.0, 3347.0, 3306.0, 3348.0, 3327.0, 3336.0, 3304.0, 3294.0, 3315.0, 3305.0, 3349.0, 3317.0, 3360.0, 3318.0, 3339.0, 3318.0, 3337.0, 3328.0, 3349.0, 3327.0, 3327.0, 3327.0, 3305.0, 3337.0, 3304.0, 3349.0, 3306.0, 3359.0, 3317.0, 3348.0, 3316.0, 3326.0, 3328.0, 3306.0, 3360.0, 3306.0, 3349.0, 3317.0, 3348.0, 3317.0, 3360.0, 3328.0, 3360.0, 3328.0, 3316.0, 3327.0, 3306.0, 3349.0, 3316.0, 3361.0, 3317.0, 3349.0, 3306.0, 3349.0, 3318.0, 3360.0, 3328.0, 3317.0, 3328.0, 3317.0, 3349.0, 3316.0, 3360.0, 3328.0, 3371.0, 3328.0, 3316.0, 3328.0, 3306.0, 3339.0, 3306.0, 3360.0, 3317.0, 3348.0, 3316.0, 3347.0, 3316.0, 3348.0, 3328.0, 3327.0, 3315.0, 3305.0, 3337.0, 3304.0, 3348.0, 3316.0, 3360.0, 3329.0, 3348.0, 3318.0, 3337.0, 3317.0, 3349.0, 3328.0, 3317.0, 3327.0, 3316.0, 3339.0, 3306.0, 3360.0, 3329.0, 3360.0, 3339.0, 3316.0, 3328.0, 3305.0, 3339.0, 3305.0, 3360.0, 3317.0, 3348.0, 3305.0, 3347.0, 3316.0, 3348.0, 3316.0, 3328.0, 3350.0, 3316.0, 3362.0, 3318.0, 3360.0, 3328.0, 3328.0, 3361.0, 3330.0, 3362.0, 3340.0, 3307.0, 3361.0, 3317.0, 3307.0, 3361.0, 3318.0, 3373.0, 3340.0, 3339.0, 3328.0, 3306.0, 3349.0, 3306.0, 3360.0, 3327.0, 3336.0, 3305.0, 3315.0, 3315.0, 3305.0, 3328.0, 3306.0, 3360.0, 3318.0, 3349.0, 3318.0, 3349.0, 3319.0, 3351.0, 3340.0, 3308.0, 3340.0, 3307.0, 3350.0, 3318.0, 3361.0, 3317.0, 3361.0, 3317.0, 3349.0, 3306.0, 3348.0, 3317.0, 3360.0, 3328.0, 3317.0, 3317.0, 3317.0, 3349.0, 3305.0, 3348.0, 3307.0, 3360.0, 3328.0, 3360.0, 3317.0, 3306.0, 3327.0, 3305.0, 3350.0, 3316.0, 3350.0, 3317.0, 3338.0, 3306.0, 3348.0, 3306.0, 3349.0, 3328.0, 3360.0, 3327.0, 3347.0, 3305.0, 3326.0, 3327.0, 3327.0, 3338.0, 3295.0, 3326.0, 3303.0, 3337.0, 3305.0, 3348.0, 3327.0, 3349.0, 3317.0, 3337.0, 3317.0, 3337.0, 3317.0, 3327.0, 3339.0, 3307.0, 3340.0, 3319.0, 3349.0, 3317.0, 3349.0, 3339.0, 3349.0, 3327.0, 3305.0, 3338.0, 3305.0, 3339.0, 3317.0, 3360.0, 3317.0, 3337.0, 3305.0, 3337.0, 3316.0, 3360.0, 3328.0, 3361.0, 3328.0, 3306.0, 3327.0, 3315.0, 3338.0, 3348.0, 3337.0, 3305.0, 3326.0, 3304.0, 3336.0, 3304.0, 3349.0, 3305.0, 3359.0, 3305.0, 3336.0, 3306.0, 3347.0, 3316.0, 3360.0, 3328.0, 3349.0, 3316.0, 3315.0, 3305.0, 3305.0, 3338.0, 3317.0, 3360.0, 3317.0, 3348.0, 3305.0, 3347.0, 3327.0, 3348.0, 3338.0, 3348.0, 3315.0, 3304.0, 3326.0, 3314.0, 3326.0, 3304.0, 3359.0, 3305.0, 3347.0, 3305.0, 3347.0, 3306.0, 3348.0, 3327.0, 3327.0, 3339.0, 3305.0, 3348.0, 3317.0, 3348.0, 3328.0, 3359.0, 3339.0, 3318.0, 3327.0, 3316.0, 3348.0, 3328.0, 3338.0, 3350.0, 3332.0, 3361.0, 3330.0, 3318.0, 3350.0, 3318.0, 3339.0, 3339.0, 3318.0, 3385.0, 3352.0, 3360.0, 3329.0, 3308.0, 3350.0, 3306.0, 3360.0, 3339.0, 3347.0, 3304.0, 3293.0, 3325.0, 3304.0, 3359.0, 3327.0, 3317.0, 3326.0, 3316.0, 3348.0, 3317.0, 3339.0, 3339.0, 3319.0, 3361.0, 3318.0, 3317.0, 3350.0, 3307.0, 3360.0, 3317.0, 3371.0, 3338.0, 3316.0, 3327.0, 3306.0, 3349.0, 3328.0, 3360.0, 3339.0, 3338.0, 3317.0, 3305.0, 3338.0, 3305.0, 3360.0, 3327.0, 3359.0, 3316.0, 3337.0, 3316.0, 3316.0, 3338.0, 3305.0, 3361.0, 3317.0, 3348.0, 3316.0, 3337.0, 3328.0, 3327.0, 3350.0, 3307.0, 3338.0, 3317.0, 3349.0, 3328.0, 3361.0, 3338.0, 3318.0, 3327.0, 3295.0, 3347.0, 3305.0, 3347.0, 3327.0, 3359.0, 3339.0, 3305.0, 3327.0, 3305.0, 3347.0, 3317.0, 3372.0, 3350.0, 3306.0, 3327.0, 3318.0, 3338.0, 3328.0, 3307.0, 3361.0, 3339.0, 3361.0, 3339.0, 3307.0, 3348.0, 3317.0, 3361.0, 3338.0, 3349.0, 3337.0, 3305.0, 3347.0, 3316.0, 3337.0, 3326.0, 3306.0, 3360.0, 3317.0, 3317.0, 3349.0, 3328.0, 3338.0, 3326.0, 3316.0, 3359.0, 3350.0, 3318.0, 3350.0, 3328.0, 3327.0, 3338.0, 3315.0, 3348.0, 3327.0, 3359.0, 3315.0, 3315.0, 3326.0, 3304.0, 3347.0, 3305.0, 3358.0, 3338.0, 3304.0, 3327.0, 3307.0, 3348.0, 3316.0, 3337.0, 3350.0, 3318.0, 3349.0, 3318.0, 3328.0, 3338.0, 3317.0, 3360.0, 3350.0, 3307.0, 3327.0, 3306.0, 3349.0, 3316.0, 3347.0, 3315.0, 3346.0, 3327.0, 3336.0, 3348.0, 3315.0, 3327.0, 3327.0, 3305.0, 3359.0, 3317.0, 3360.0, 3350.0, 3339.0, 3318.0, 3305.0, 3349.0, 3305.0, 3349.0, 3305.0, 3360.0, 3305.0, 3347.0, 3305.0, 3347.0, 3327.0, 3348.0, 3338.0, 3305.0, 3316.0, 3305.0, 3347.0, 3316.0, 3359.0, 3340.0, 3328.0, 3339.0, 3308.0, 3350.0, 3317.0, 3360.0, 3317.0, 3360.0, 3339.0, 3349.0, 3316.0, 3326.0, 3327.0, 3305.0, 3359.0, 3317.0, 3348.0, 3315.0, 3326.0, 3326.0, 3314.0, 3337.0, 3325.0, 3358.0, 3304.0, 3346.0, 3305.0, 3325.0, 3326.0, 3306.0, 3359.0, 3339.0, 3317.0, 3327.0, 3315.0, 3348.0, 3304.0, 3360.0, 3326.0, 3358.0, 3315.0, 3347.0, 3315.0, 3335.0, 3315.0, 3336.0, 3326.0, 3293.0, 3325.0, 3293.0, 3335.0, 3316.0, 3347.0, 3326.0, 3316.0, 3326.0, 3305.0, 3336.0, 3305.0, 3347.0, 3328.0, 3347.0, 3338.0, 3304.0, 3325.0, 3292.0, 3336.0, 3303.0, 3347.0, 3314.0, 3358.0, 3314.0, 3315.0, 3325.0, 3304.0, 3347.0, 3305.0, 3358.0, 3339.0, 3337.0, 3317.0, 3328.0, 3328.0, 3307.0, 3359.0, 3328.0, 3360.0, 3328.0, 3317.0, 3349.0, 3317.0, 3327.0, 3338.0, 3305.0, 3360.0, 3328.0, 3347.0, 3315.0, 3336.0, 3315.0, 3336.0, 3325.0], 'WindowWidth': [7721.0, 7759.0, 7673.0, 7720.0, 7652.0, 7694.0, 7665.0, 7674.0, 7626.0, 7596.0, 7653.0, 7590.0, 7664.0, 7637.0, 7640.0, 7654.0, 7618.0, 7650.0, 7593.0, 7663.0, 7621.0, 7656.0, 7646.0, 7593.0, 7621.0, 7589.0, 7650.0, 7592.0, 7668.0, 7630.0, 7651.0, 7592.0, 7617.0, 7621.0, 7590.0, 7671.0, 7594.0, 7651.0, 7594.0, 7648.0, 7628.0, 7636.0, 7621.0, 7607.0, 7638.0, 7590.0, 7650.0, 7589.0, 7645.0, 7586.0, 7664.0, 7621.0, 7665.0, 7602.0, 7573.0, 7633.0, 7589.0, 7648.0, 7589.0, 7649.0, 7606.0, 7668.0, 7621.0, 7590.0, 7636.0, 7574.0, 7655.0, 7576.0, 7670.0, 7626.0, 7651.0, 7609.0, 7634.0, 7606.0, 7649.0, 7605.0, 7648.0, 7620.0, 7586.0, 7616.0, 7587.0, 7645.0, 7586.0, 7647.0, 7623.0, 7663.0, 7625.0, 7609.0, 7622.0, 7591.0, 7648.0, 7592.0, 7666.0, 7641.0, 7663.0, 7604.0, 7650.0, 7604.0, 7615.0, 7617.0, 7628.0, 7664.0, 7572.0, 7642.0, 7585.0, 7614.0, 7614.0, 7619.0, 7633.0, 7589.0, 7632.0, 7591.0, 7635.0, 7608.0, 7633.0, 7636.0, 7610.0, 7634.0, 7589.0, 7650.0, 7577.0, 7648.0, 7608.0, 7653.0, 7638.0, 7593.0, 7653.0, 7609.0, 7639.0, 7636.0, 7590.0, 7669.0, 7639.0, 7669.0, 7637.0, 7591.0, 7650.0, 7586.0, 7662.0, 7603.0, 7678.0, 7616.0, 7641.0, 7586.0, 7587.0, 7617.0, 7582.0, 7631.0, 7587.0, 7672.0, 7590.0, 7650.0, 7606.0, 7632.0, 7619.0, 7634.0, 7624.0, 7624.0, 7623.0, 7603.0, 7619.0, 7601.0, 7616.0, 7629.0, 7649.0, 7586.0, 7629.0, 7584.0, 7643.0, 7584.0, 7644.0, 7618.0, 7618.0, 7616.0, 7588.0, 7646.0, 7587.0, 7666.0, 7590.0, 7648.0, 7619.0, 7646.0, 7590.0, 7616.0, 7605.0, 7602.0, 7636.0, 7620.0, 7655.0, 7590.0, 7633.0, 7573.0, 7634.0, 7630.0, 7617.0, 7645.0, 7632.0, 7568.0, 7615.0, 7569.0, 7630.0, 7588.0, 7649.0, 7593.0, 7650.0, 7574.0, 7648.0, 7586.0, 7647.0, 7588.0, 7635.0, 7621.0, 7634.0, 7587.0, 7615.0, 7571.0, 7615.0, 7601.0, 7645.0, 7569.0, 7629.0, 7588.0, 7642.0, 7586.0, 7646.0, 7606.0, 7646.0, 7620.0, 7644.0, 7588.0, 7615.0, 7586.0, 7628.0, 7603.0, 7659.0, 7617.0, 7585.0, 7601.0, 7584.0, 7627.0, 7566.0, 7643.0, 7582.0, 7645.0, 7567.0, 7625.0, 7583.0, 7625.0, 7584.0, 7644.0, 7603.0, 7629.0, 7605.0, 7644.0, 7586.0, 7643.0, 7586.0, 7645.0, 7619.0, 7633.0, 7600.0, 7582.0, 7613.0, 7583.0, 7612.0, 7585.0, 7647.0, 7588.0, 7631.0, 7587.0, 7643.0, 7585.0, 7641.0, 7602.0, 7645.0, 7618.0, 7629.0, 7587.0, 7586.0, 7617.0, 7585.0, 7647.0, 7585.0, 7665.0, 7586.0, 7631.0, 7586.0, 7644.0, 7586.0, 7647.0, 7621.0, 7665.0, 7630.0, 7611.0, 7613.0, 7602.0, 7646.0, 7567.0, 7663.0, 7596.0, 7642.0, 7582.0, 7641.0, 7586.0, 7643.0, 7617.0, 7626.0, 7582.0, 7567.0, 7596.0, 7583.0, 7647.0, 7603.0, 7665.0, 7607.0, 7633.0, 7607.0, 7630.0, 7619.0, 7647.0, 7616.0, 7617.0, 7616.0, 7585.0, 7629.0, 7583.0, 7647.0, 7586.0, 7663.0, 7604.0, 7645.0, 7601.0, 7614.0, 7620.0, 7589.0, 7666.0, 7588.0, 7648.0, 7604.0, 7644.0, 7605.0, 7665.0, 7621.0, 7665.0, 7618.0, 7600.0, 7617.0, 7587.0, 7649.0, 7601.0, 7668.0, 7604.0, 7646.0, 7587.0, 7646.0, 7608.0, 7664.0, 7621.0, 7605.0, 7618.0, 7603.0, 7646.0, 7601.0, 7663.0, 7620.0, 7682.0, 7619.0, 7600.0, 7617.0, 7587.0, 7634.0, 7587.0, 7665.0, 7603.0, 7644.0, 7602.0, 7641.0, 7602.0, 7646.0, 7618.0, 7617.0, 7599.0, 7585.0, 7630.0, 7583.0, 7646.0, 7601.0, 7665.0, 7622.0, 7644.0, 7605.0, 7629.0, 7603.0, 7646.0, 7619.0, 7604.0, 7617.0, 7603.0, 7634.0, 7590.0, 7663.0, 7622.0, 7665.0, 7637.0, 7602.0, 7618.0, 7585.0, 7633.0, 7587.0, 7665.0, 7602.0, 7644.0, 7585.0, 7642.0, 7599.0, 7644.0, 7601.0, 7619.0, 7650.0, 7599.0, 7669.0, 7606.0, 7664.0, 7619.0, 7621.0, 7670.0, 7630.0, 7672.0, 7641.0, 7593.0, 7666.0, 7605.0, 7591.0, 7669.0, 7608.0, 7688.0, 7638.0, 7636.0, 7618.0, 7586.0, 7646.0, 7585.0, 7662.0, 7615.0, 7625.0, 7582.0, 7595.0, 7597.0, 7582.0, 7618.0, 7587.0, 7663.0, 7605.0, 7645.0, 7605.0, 7647.0, 7610.0, 7653.0, 7639.0, 7595.0, 7636.0, 7590.0, 7648.0, 7605.0, 7667.0, 7604.0, 7666.0, 7604.0, 7646.0, 7588.0, 7643.0, 7605.0, 7663.0, 7619.0, 7605.0, 7602.0, 7601.0, 7646.0, 7585.0, 7644.0, 7590.0, 7663.0, 7620.0, 7665.0, 7604.0, 7588.0, 7617.0, 7586.0, 7649.0, 7600.0, 7650.0, 7603.0, 7629.0, 7586.0, 7643.0, 7587.0, 7648.0, 7618.0, 7663.0, 7617.0, 7642.0, 7584.0, 7611.0, 7617.0, 7616.0, 7631.0, 7570.0, 7611.0, 7580.0, 7626.0, 7584.0, 7645.0, 7617.0, 7647.0, 7603.0, 7629.0, 7602.0, 7628.0, 7604.0, 7618.0, 7634.0, 7590.0, 7638.0, 7611.0, 7646.0, 7603.0, 7648.0, 7635.0, 7649.0, 7617.0, 7585.0, 7632.0, 7586.0, 7635.0, 7605.0, 7665.0, 7603.0, 7629.0, 7586.0, 7629.0, 7602.0, 7662.0, 7621.0, 7667.0, 7620.0, 7587.0, 7616.0, 7598.0, 7633.0, 7645.0, 7630.0, 7585.0, 7611.0, 7582.0, 7625.0, 7582.0, 7646.0, 7585.0, 7661.0, 7586.0, 7626.0, 7588.0, 7642.0, 7602.0, 7663.0, 7620.0, 7648.0, 7602.0, 7597.0, 7585.0, 7585.0, 7633.0, 7603.0, 7666.0, 7603.0, 7645.0, 7585.0, 7641.0, 7617.0, 7645.0, 7633.0, 7643.0, 7598.0, 7582.0, 7612.0, 7595.0, 7614.0, 7582.0, 7660.0, 7584.0, 7640.0, 7585.0, 7642.0, 7586.0, 7644.0, 7617.0, 7616.0, 7634.0, 7586.0, 7645.0, 7603.0, 7644.0, 7620.0, 7662.0, 7637.0, 7606.0, 7615.0, 7601.0, 7645.0, 7619.0, 7634.0, 7653.0, 7634.0, 7667.0, 7630.0, 7609.0, 7650.0, 7607.0, 7634.0, 7635.0, 7607.0, 7708.0, 7656.0, 7663.0, 7623.0, 7595.0, 7648.0, 7587.0, 7663.0, 7634.0, 7640.0, 7579.0, 7564.0, 7608.0, 7581.0, 7659.0, 7615.0, 7602.0, 7614.0, 7601.0, 7644.0, 7602.0, 7635.0, 7634.0, 7608.0, 7666.0, 7608.0, 7605.0, 7650.0, 7589.0, 7665.0, 7604.0, 7681.0, 7633.0, 7600.0, 7616.0, 7587.0, 7645.0, 7619.0, 7663.0, 7636.0, 7632.0, 7601.0, 7585.0, 7629.0, 7585.0, 7662.0, 7617.0, 7661.0, 7600.0, 7629.0, 7599.0, 7600.0, 7633.0, 7584.0, 7667.0, 7603.0, 7645.0, 7600.0, 7629.0, 7619.0, 7617.0, 7651.0, 7590.0, 7632.0, 7603.0, 7646.0, 7620.0, 7666.0, 7633.0, 7606.0, 7615.0, 7572.0, 7643.0, 7584.0, 7642.0, 7618.0, 7662.0, 7634.0, 7584.0, 7615.0, 7584.0, 7642.0, 7606.0, 7687.0, 7652.0, 7587.0, 7617.0, 7610.0, 7634.0, 7620.0, 7591.0, 7667.0, 7636.0, 7668.0, 7635.0, 7592.0, 7646.0, 7602.0, 7667.0, 7634.0, 7648.0, 7630.0, 7583.0, 7641.0, 7599.0, 7627.0, 7614.0, 7589.0, 7666.0, 7605.0, 7605.0, 7648.0, 7618.0, 7631.0, 7613.0, 7602.0, 7662.0, 7652.0, 7605.0, 7650.0, 7620.0, 7616.0, 7630.0, 7597.0, 7643.0, 7613.0, 7661.0, 7595.0, 7596.0, 7611.0, 7580.0, 7640.0, 7583.0, 7657.0, 7631.0, 7582.0, 7616.0, 7588.0, 7642.0, 7600.0, 7629.0, 7651.0, 7606.0, 7648.0, 7605.0, 7617.0, 7631.0, 7603.0, 7663.0, 7651.0, 7588.0, 7615.0, 7587.0, 7644.0, 7598.0, 7639.0, 7594.0, 7637.0, 7614.0, 7625.0, 7645.0, 7598.0, 7613.0, 7615.0, 7586.0, 7660.0, 7606.0, 7664.0, 7653.0, 7635.0, 7604.0, 7586.0, 7646.0, 7585.0, 7647.0, 7583.0, 7664.0, 7583.0, 7640.0, 7583.0, 7641.0, 7617.0, 7646.0, 7633.0, 7585.0, 7598.0, 7583.0, 7642.0, 7600.0, 7660.0, 7637.0, 7621.0, 7635.0, 7592.0, 7649.0, 7603.0, 7664.0, 7604.0, 7665.0, 7636.0, 7646.0, 7600.0, 7611.0, 7614.0, 7586.0, 7659.0, 7602.0, 7644.0, 7598.0, 7611.0, 7611.0, 7593.0, 7628.0, 7609.0, 7656.0, 7581.0, 7639.0, 7583.0, 7608.0, 7612.0, 7586.0, 7660.0, 7636.0, 7602.0, 7615.0, 7598.0, 7643.0, 7581.0, 7662.0, 7612.0, 7659.0, 7595.0, 7639.0, 7596.0, 7622.0, 7596.0, 7624.0, 7613.0, 7564.0, 7608.0, 7565.0, 7622.0, 7598.0, 7642.0, 7614.0, 7601.0, 7612.0, 7585.0, 7624.0, 7584.0, 7641.0, 7619.0, 7643.0, 7632.0, 7580.0, 7611.0, 7563.0, 7625.0, 7579.0, 7640.0, 7594.0, 7658.0, 7594.0, 7595.0, 7610.0, 7581.0, 7640.0, 7584.0, 7659.0, 7634.0, 7627.0, 7605.0, 7619.0, 7619.0, 7592.0, 7662.0, 7622.0, 7666.0, 7619.0, 7606.0, 7648.0, 7603.0, 7615.0, 7630.0, 7584.0, 7665.0, 7616.0, 7640.0, 7597.0, 7623.0, 7594.0, 7625.0, 7610.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.0002506373626373627</td></tr>
<tr><td colspan=3>aqi</td><td>0.04119345978021978</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.24142385135307</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0942718686358648</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9404832618591865</td></tr>
<tr><td colspan=3>efc</td><td>0.4384</td></tr>
<tr><td colspan=3>fber</td><td>6462.7866</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11197368202216093</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.131868131868131</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.425837561996925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2706246731368163</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6801065724649162</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3267814403890426</td></tr>
<tr><td colspan=3>gcor</td><td>0.00258088</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011962552554905415</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02745228260755539</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9761769794125663</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>22.7653</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.6115</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>117.2571</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312513.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>520.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>235.665</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.395</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>388.4697</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2648.0943</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>704.6915</td></tr>
<tr><td colspan=3>tsnr</td><td>33.338162732776254</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>