<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0018_ses-02_task-faces_acq-mb8_run-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-0018_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-0018_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>f81a75185016d97ab5f7a80460b5bcbe</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:50:23.770000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990734, 0.127614, 0.0464775, -0.120418, 0.983649, -0.13392]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.101152</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7755, -7250, 730, -23, -230, -66, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c04c1837-7834-4ad2-9413-9587126b1e0b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6580679416656494, -0.3230739235877991, 0.16958042979240417, 119.93180847167969], [-0.34237805008888245, 2.6390576362609863, -0.3431231379508972, -68.67263793945312], [0.12469568848609924, 0.3592982292175293, 2.672734260559082, -81.88152313232422], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['095023.770000', '095024.230000', '095024.690000', '095025.150000', '095025.610000', '095026.070000', '095026.530000', '095026.990000', '095027.450000', '095027.910000', '095028.370000', '095028.830000', '095029.290000', '095029.750000', '095030.210000', '095030.670000', '095031.130000', '095031.590000', '095032.050000', '095032.510000', '095032.970000', '095033.430000', '095033.890000', '095034.350000', '095034.810000', '095035.270000', '095035.730000', '095036.190000', '095036.650000', '095037.110000', '095037.570000', '095038.030000', '095038.490000', '095038.950000', '095039.410000', '095039.870000', '095040.330000', '095040.790000', '095041.250000', '095041.710000', '095042.170000', '095042.630000', '095043.090000', '095043.550000', '095044.010000', '095044.470000', '095044.930000', '095045.390000', '095045.850000', '095046.310000', '095046.770000', '095047.230000', '095047.690000', '095048.150000', '095048.610000', '095049.070000', '095049.530000', '095049.990000', '095050.450000', '095050.910000', '095051.370000', '095051.830000', '095052.290000', '095052.750000', '095053.210000', '095053.670000', '095054.130000', '095054.590000', '095055.050000', '095055.510000', '095055.970000', '095056.430000', '095056.890000', '095057.350000', '095057.810000', '095058.270000', '095058.730000', '095059.190000', '095059.650000', '095100.110000', '095100.570000', '095101.030000', '095101.490000', '095101.950000', '095102.410000', '095102.870000', '095103.330000', '095103.790000', '095104.250000', '095104.710000', '095105.170000', '095105.630000', '095106.090000', '095106.550000', '095107.010000', '095107.470000', '095107.930000', '095108.390000', '095108.850000', '095109.310000', '095109.770000', '095110.230000', '095110.690000', '095111.150000', '095111.610000', '095112.070000', '095112.530000', '095112.990000', '095113.450000', '095113.910000', '095114.370000', '095114.830000', '095115.290000', '095115.750000', '095116.210000', '095116.670000', '095117.130000', '095117.590000', '095118.050000', '095118.510000', '095118.970000', '095119.430000', '095119.890000', '095120.350000', '095120.810000', '095121.270000', '095121.730000', '095122.190000', '095122.650000', '095123.110000', '095123.570000', '095124.030000', '095124.490000', '095124.950000', '095125.410000', '095125.870000', '095126.330000', '095126.790000', '095127.250000', '095127.710000', '095128.170000', '095128.630000', '095129.090000', '095129.550000', '095130.010000', '095130.470000', '095130.930000', '095131.390000', '095131.850000', '095132.310000', '095132.770000', '095133.230000', '095133.690000', '095134.150000', '095134.610000', '095135.070000', '095135.530000', '095135.990000', '095136.450000', '095136.910000', '095137.370000', '095137.830000', '095138.290000', '095138.750000', '095139.210000', '095139.670000', '095140.130000', '095140.590000', '095141.050000', '095141.510000', '095141.970000', '095142.430000', '095142.890000', '095143.350000', '095143.810000', '095144.270000', '095144.730000', '095145.190000', '095145.650000', '095146.110000', '095146.570000', '095147.030000', '095147.490000', '095147.950000', '095148.410000', '095148.870000', '095149.330000', '095149.790000', '095150.250000', '095150.710000', '095151.170000', '095151.630000', '095152.090000', '095152.550000', '095153.010000', '095153.470000', '095153.930000', '095154.390000', '095154.850000', '095155.310000', '095155.770000', '095156.230000', '095156.690000', '095157.150000', '095157.610000', '095158.070000', '095158.530000', '095158.990000', '095159.450000', '095159.910000', '095200.370000', '095200.830000', '095201.290000', '095201.750000', '095202.210000', '095202.670000', '095203.130000', '095203.590000', '095204.050000', '095204.510000', '095204.970000', '095205.430000', '095205.890000', '095206.350000', '095206.810000', '095207.270000', '095207.730000', '095208.190000', '095208.650000', '095209.110000', '095209.570000', '095210.030000', '095210.490000', '095210.950000', '095211.410000', '095211.870000', '095212.330000', '095212.790000', '095213.250000', '095213.710000', '095214.170000', '095214.630000', '095215.090000', '095215.550000', '095216.010000', '095216.470000', '095216.930000', '095217.390000', '095217.850000', '095218.310000', '095218.770000', '095219.230000', '095219.690000', '095220.150000', '095220.610000', '095221.070000', '095221.530000', '095221.990000', '095222.450000', '095222.910000', '095223.370000', '095223.830000', '095224.290000', '095224.750000', '095225.210000', '095225.670000', '095226.130000', '095226.590000', '095227.050000', '095227.510000', '095227.970000', '095228.430000', '095228.890000', '095229.350000', '095229.810000', '095230.270000', '095230.730000', '095231.190000', '095231.650000', '095232.110000', '095232.570000', '095233.030000', '095233.490000', '095233.950000', '095234.410000', '095234.870000', '095235.330000', '095235.790000', '095236.250000', '095236.710000', '095237.170000', '095237.630000', '095238.090000', '095238.550000', '095239.010000', '095239.470000', '095239.930000', '095240.390000', '095240.850000', '095241.310000', '095241.770000', '095242.230000', '095242.690000', '095243.150000', '095243.610000', '095244.070000', '095244.530000', '095244.990000', '095245.450000', '095245.910000', '095246.370000', '095246.830000', '095247.290000', '095247.750000', '095248.210000', '095248.670000', '095249.130000', '095249.590000', '095250.050000', '095250.510000', '095250.970000', '095251.430000', '095251.890000', '095252.350000', '095252.810000', '095253.270000', '095253.730000', '095254.190000', '095254.650000', '095255.110000', '095255.570000', '095256.030000', '095256.490000', '095256.950000', '095257.410000', '095257.870000', '095258.330000', '095258.790000', '095259.250000', '095259.710000', '095300.170000', '095300.630000', '095301.090000', '095301.550000', '095302.010000', '095302.470000', '095302.930000', '095303.390000', '095303.850000', '095304.310000', '095304.770000', '095305.230000', '095305.690000', '095306.150000', '095306.610000', '095307.070000', '095307.530000', '095307.990000', '095308.450000', '095308.910000', '095309.370000', '095309.830000', '095310.290000', '095310.750000', '095311.210000', '095311.670000', '095312.130000', '095312.590000', '095313.050000', '095313.510000', '095313.970000', '095314.430000', '095314.890000', '095315.350000', '095315.810000', '095316.270000', '095316.730000', '095317.190000', '095317.650000', '095318.110000', '095318.570000', '095319.030000', '095319.490000', '095319.950000', '095320.410000', '095320.870000', '095321.330000', '095321.790000', '095322.250000', '095322.710000', '095323.170000', '095323.630000', '095324.090000', '095324.550000', '095325.010000', '095325.470000', '095325.930000', '095326.390000', '095326.850000', '095327.310000', '095327.770000', '095328.230000', '095328.690000', '095329.150000', '095329.610000', '095330.070000', '095330.530000', '095330.990000', '095331.450000', '095331.910000', '095332.370000', '095332.830000', '095333.290000', '095333.750000', '095334.210000', '095334.670000', '095335.130000', '095335.590000', '095336.050000', '095336.510000', '095336.970000', '095337.430000', '095337.890000', '095338.350000', '095338.810000', '095339.270000', '095339.730000', '095340.190000', '095340.650000', '095341.110000', '095341.570000', '095342.030000', '095342.490000', '095342.950000', '095343.410000', '095343.870000', '095344.330000', '095344.790000', '095345.250000', '095345.710000', '095346.170000', '095346.630000', '095347.090000', '095347.550000', '095348.010000', '095348.470000', '095348.930000', '095349.390000', '095349.850000', '095350.310000', '095350.770000', '095351.230000', '095351.690000', '095352.150000', '095352.610000', '095353.070000', '095353.530000', '095353.990000', '095354.450000', '095354.910000', '095355.370000', '095355.830000', '095356.290000', '095356.750000', '095357.210000', '095357.670000', '095358.130000', '095358.590000', '095359.050000', '095359.510000', '095359.970000', '095400.430000', '095400.890000', '095401.350000', '095401.810000', '095402.270000', '095402.730000', '095403.190000', '095403.650000', '095404.110000', '095404.570000', '095405.030000', '095405.490000', '095405.950000', '095406.410000', '095406.870000', '095407.330000', '095407.790000', '095408.250000', '095408.710000', '095409.170000', '095409.630000', '095410.090000', '095410.550000', '095411.010000', '095411.470000', '095411.930000', '095412.390000', '095412.850000', '095413.310000', '095413.770000', '095414.230000', '095414.690000', '095415.150000', '095415.610000', '095416.070000', '095416.530000', '095416.990000', '095417.450000', '095417.910000', '095418.370000', '095418.830000', '095419.290000', '095419.750000', '095420.210000', '095420.670000', '095421.130000', '095421.590000', '095422.050000', '095422.510000', '095422.970000', '095423.430000', '095423.890000', '095424.350000', '095424.810000', '095425.270000', '095425.730000', '095426.190000', '095426.650000', '095427.110000', '095427.570000', '095428.030000', '095428.490000', '095428.950000', '095429.410000', '095429.870000', '095430.330000', '095430.790000', '095431.250000', '095431.710000', '095432.170000', '095432.630000', '095433.090000', '095433.550000', '095434.010000', '095434.470000', '095434.930000', '095435.390000', '095435.850000', '095436.310000', '095436.770000', '095437.230000', '095437.690000', '095438.150000', '095438.610000', '095439.070000', '095439.530000', '095439.990000', '095440.450000', '095440.910000', '095441.370000', '095441.830000', '095442.290000', '095442.750000', '095443.210000', '095443.670000', '095444.130000', '095444.590000', '095445.050000', '095445.510000', '095445.970000', '095446.430000', '095446.890000', '095447.350000', '095447.810000', '095448.270000', '095448.730000', '095449.190000', '095449.650000', '095450.110000', '095450.570000', '095451.030000', '095451.490000', '095451.950000', '095452.410000', '095452.870000', '095453.330000', '095453.790000', '095454.250000', '095454.710000', '095455.170000', '095455.630000', '095456.090000', '095456.550000', '095457.010000', '095457.470000', '095457.930000', '095458.390000', '095458.850000', '095459.310000', '095459.770000', '095500.230000', '095500.690000', '095501.150000', '095501.610000', '095502.070000', '095502.530000', '095502.990000', '095503.450000', '095503.910000', '095504.370000', '095504.830000', '095505.290000', '095505.750000', '095506.210000', '095506.670000', '095507.130000', '095507.590000', '095508.050000', '095508.510000', '095508.970000', '095509.430000', '095509.890000', '095510.350000', '095510.810000', '095511.270000', '095511.730000', '095512.190000', '095512.650000', '095513.110000', '095513.570000', '095514.030000', '095514.490000', '095514.950000', '095515.410000', '095515.870000', '095516.330000', '095516.790000', '095517.250000', '095517.710000', '095518.170000', '095518.630000', '095519.090000', '095519.550000', '095520.010000', '095520.470000', '095520.930000', '095521.390000', '095521.850000', '095522.310000', '095522.770000', '095523.230000', '095523.690000', '095524.150000', '095524.610000', '095525.070000', '095525.530000', '095525.990000', '095526.450000', '095526.910000', '095527.370000', '095527.830000', '095528.290000', '095528.750000', '095529.210000', '095529.670000', '095530.130000', '095530.590000', '095531.050000', '095531.510000', '095531.970000', '095532.430000', '095532.890000', '095533.350000', '095533.810000', '095534.270000', '095534.730000', '095535.190000', '095535.650000', '095536.110000', '095536.570000', '095537.030000', '095537.490000', '095537.950000', '095538.410000', '095538.870000', '095539.330000', '095539.790000', '095540.250000', '095540.710000', '095541.170000', '095541.630000', '095542.090000', '095542.550000', '095543.010000', '095543.470000', '095543.930000', '095544.390000', '095544.850000', '095545.310000', '095545.770000', '095546.230000', '095546.690000', '095547.150000', '095547.610000', '095548.070000', '095548.530000', '095548.990000', '095549.450000', '095549.910000', '095550.370000', '095550.830000', '095551.290000', '095551.750000', '095552.210000', '095552.670000', '095553.130000', '095553.590000', '095554.050000', '095554.510000', '095554.970000', '095555.430000', '095555.890000', '095556.350000', '095556.810000', '095557.270000', '095557.730000', '095558.190000', '095558.650000', '095559.110000', '095559.570000', '095600.030000', '095600.490000', '095600.950000', '095601.410000', '095601.870000', '095602.330000', '095602.790000', '095603.250000', '095603.710000', '095604.170000', '095604.630000', '095605.090000', '095605.550000', '095606.010000', '095606.470000', '095606.930000', '095607.390000', '095607.850000', '095608.310000', '095608.770000', '095609.230000', '095609.690000', '095610.150000', '095610.610000', '095611.070000', '095611.530000', '095611.990000', '095612.450000', '095612.910000', '095613.370000', '095613.830000', '095614.290000', '095614.750000', '095615.210000', '095615.670000', '095616.130000', '095616.590000', '095617.050000', '095617.510000', '095617.970000', '095618.430000', '095618.890000', '095619.350000', '095619.810000', '095620.270000', '095620.730000', '095621.190000', '095621.650000', '095622.110000', '095622.570000', '095623.030000', '095623.490000', '095623.950000', '095624.410000', '095624.870000', '095625.330000', '095625.790000', '095626.250000', '095626.710000', '095627.170000', '095627.630000', '095628.090000', '095628.550000', '095629.010000', '095629.470000', '095629.930000', '095630.390000', '095630.850000', '095631.310000', '095631.770000', '095632.230000', '095632.690000', '095633.150000', '095633.610000', '095634.070000', '095634.530000', '095634.990000', '095635.450000', '095635.910000', '095636.370000', '095636.830000', '095637.290000', '095637.750000', '095638.210000', '095638.670000', '095639.130000', '095639.590000', '095640.050000', '095640.510000', '095640.970000', '095641.430000', '095641.890000', '095642.350000', '095642.810000', '095643.270000', '095643.730000', '095644.190000', '095644.650000', '095645.110000', '095645.570000', '095646.030000', '095646.490000', '095646.950000', '095647.410000', '095647.870000', '095648.330000', '095648.790000', '095649.250000', '095649.710000', '095650.170000', '095650.630000', '095651.090000', '095651.550000', '095652.010000', '095652.470000', '095652.930000', '095653.390000', '095653.850000', '095654.310000', '095654.770000', '095655.230000', '095655.690000', '095656.150000', '095656.610000', '095657.070000', '095657.530000', '095657.990000', '095658.450000', '095658.910000', '095659.370000', '095659.830000', '095700.290000', '095700.750000', '095701.210000', '095701.670000', '095702.130000', '095702.590000', '095703.050000', '095703.510000', '095703.970000', '095704.430000', '095704.890000', '095705.350000', '095705.810000', '095706.270000', '095706.730000', '095707.190000', '095707.650000', '095708.110000', '095708.570000', '095709.030000', '095709.490000', '095709.950000', '095710.410000', '095710.870000', '095711.330000', '095711.790000', '095712.250000', '095712.710000', '095713.170000', '095713.630000', '095714.090000', '095714.550000', '095715.010000', '095715.470000', '095715.930000', '095716.390000', '095716.850000', '095717.310000', '095717.770000', '095718.230000', '095718.690000', '095719.150000', '095719.610000', '095720.070000', '095720.530000', '095720.990000', '095721.450000', '095721.910000', '095722.370000', '095722.830000', '095723.290000', '095723.750000'], 'ContentTime': ['095046.189000', '095046.192000', '095046.195000', '095046.198000', '095046.201000', '095046.203000', '095046.207000', '095046.209000', '095046.212000', '095046.216000', '095046.232000', '095046.235000', '095046.237000', '095046.240000', '095046.243000', '095046.246000', '095046.249000', '095046.252000', '095046.255000', '095046.257000', '095046.260000', '095046.263000', '095046.266000', '095046.269000', '095046.271000', '095046.274000', '095046.277000', '095046.280000', '095046.283000', '095046.286000', '095046.288000', '095046.291000', '095046.294000', '095046.305000', '095046.307000', '095046.310000', '095046.313000', '095046.316000', '095046.319000', '095046.321000', '095046.324000', '095046.327000', '095046.330000', '095046.333000', '095046.335000', '095046.338000', '095106.153000', '095106.156000', '095106.159000', '095106.161000', '095106.164000', '095106.167000', '095106.170000', '095106.172000', '095106.175000', '095106.178000', '095106.181000', '095106.184000', '095106.186000', '095106.189000', '095106.192000', '095106.195000', '095106.198000', '095106.201000', '095106.203000', '095106.206000', '095106.209000', '095106.212000', '095106.214000', '095106.217000', '095106.220000', '095106.223000', '095106.226000', '095106.228000', '095106.231000', '095106.234000', '095106.237000', '095106.240000', '095106.243000', '095106.245000', '095106.248000', '095106.252000', '095106.255000', '095106.258000', '095106.261000', '095106.263000', '095106.266000', '095106.269000', '095106.272000', '095106.275000', '095126.152000', '095126.155000', '095126.157000', '095126.164000', '095126.167000', '095126.170000', '095126.173000', '095126.175000', '095126.192000', '095126.195000', '095126.197000', '095126.200000', '095126.203000', '095126.206000', '095126.208000', '095126.211000', '095126.214000', '095126.217000', '095126.220000', '095126.222000', '095126.225000', '095126.228000', '095126.231000', '095126.234000', '095126.237000', '095126.239000', '095126.242000', '095126.245000', '095126.248000', '095126.250000', '095126.253000', '095126.256000', '095126.259000', '095126.262000', '095126.265000', '095126.299000', '095126.302000', '095126.305000', '095126.308000', '095126.310000', '095126.313000', '095126.316000', '095126.319000', '095146.152000', '095146.155000', '095146.157000', '095146.160000', '095146.163000', '095146.166000', '095146.169000', '095146.172000', '095146.175000', '095146.178000', '095146.180000', '095146.183000', '095146.186000', '095146.189000', '095146.192000', '095146.195000', '095146.198000', '095146.200000', '095146.203000', '095146.206000', '095146.209000', '095146.212000', '095146.215000', '095146.218000', '095146.220000', '095146.223000', '095146.226000', '095146.229000', '095146.232000', '095146.235000', '095146.238000', '095146.241000', '095146.244000', '095146.246000', '095146.249000', '095146.255000', '095146.259000', '095146.261000', '095146.264000', '095146.267000', '095146.270000', '095146.273000', '095146.276000', '095146.278000', '095206.152000', '095206.155000', '095206.158000', '095206.161000', '095206.163000', '095206.166000', '095206.169000', '095206.172000', '095206.175000', '095206.178000', '095206.181000', '095206.183000', '095206.186000', '095206.189000', '095206.192000', '095206.195000', '095206.199000', '095206.202000', '095206.205000', '095206.208000', '095206.211000', '095206.214000', '095206.217000', '095206.220000', '095206.222000', '095206.234000', '095206.236000', '095206.239000', '095206.242000', '095206.245000', '095206.248000', '095206.251000', '095206.255000', '095206.259000', '095206.261000', '095206.265000', '095206.267000', '095206.270000', '095206.273000', '095206.276000', '095206.279000', '095206.282000', '095206.284000', '095226.152000', '095226.155000', '095226.158000', '095226.161000', '095226.163000', '095226.166000', '095226.169000', '095226.172000', '095226.175000', '095226.178000', '095226.181000', '095226.184000', '095226.186000', '095226.189000', '095226.192000', '095226.195000', '095226.198000', '095226.201000', '095226.203000', '095226.206000', '095226.209000', '095226.212000', '095226.215000', '095226.218000', '095226.221000', '095226.223000', '095226.226000', '095226.229000', '095226.232000', '095226.235000', '095226.238000', '095226.240000', '095226.243000', '095226.246000', '095226.249000', '095226.252000', '095226.255000', '095226.258000', '095226.261000', '095226.263000', '095226.266000', '095226.269000', '095226.272000', '095226.275000', '095246.152000', '095246.155000', '095246.158000', '095246.161000', '095246.164000', '095246.166000', '095246.169000', '095246.172000', '095246.175000', '095246.178000', '095246.181000', '095246.184000', '095246.187000', '095246.189000', '095246.192000', '095246.195000', '095246.198000', '095246.201000', '095246.204000', '095246.206000', '095246.212000', '095246.215000', '095246.218000', '095246.221000', '095246.224000', '095246.226000', '095246.229000', '095246.232000', '095246.235000', '095246.238000', '095246.241000', '095246.244000', '095246.246000', '095246.249000', '095246.252000', '095246.255000', '095246.258000', '095246.261000', '095246.263000', '095246.266000', '095246.269000', '095246.272000', '095246.275000', '095306.152000', '095306.155000', '095306.158000', '095306.161000', '095306.176000', '095306.178000', '095306.181000', '095306.184000', '095306.187000', '095306.190000', '095306.192000', '095306.195000', '095306.198000', '095306.201000', '095306.204000', '095306.206000', '095306.209000', '095306.212000', '095306.215000', '095306.218000', '095306.221000', '095306.224000', '095306.227000', '095306.229000', '095306.232000', '095306.235000', '095306.238000', '095306.241000', '095306.244000', '095306.247000', '095306.249000', '095306.252000', '095306.255000', '095306.258000', '095306.261000', '095306.264000', '095306.266000', '095306.269000', '095306.272000', '095306.275000', '095306.278000', '095306.281000', '095306.283000', '095306.286000', '095326.152000', '095326.155000', '095326.158000', '095326.161000', '095326.163000', '095326.166000', '095326.169000', '095326.172000', '095326.175000', '095326.184000', '095326.187000', '095326.190000', '095326.193000', '095326.195000', '095326.198000', '095326.201000', '095326.204000', '095326.207000', '095326.210000', '095326.212000', '095326.215000', '095326.218000', '095326.221000', '095326.224000', '095326.226000', '095326.229000', '095326.232000', '095326.235000', '095326.238000', '095326.241000', '095326.244000', '095326.247000', '095326.250000', '095326.253000', '095326.255000', '095326.258000', '095326.261000', '095326.264000', '095326.267000', '095326.270000', '095326.273000', '095326.280000', '095326.282000', '095346.152000', '095346.155000', '095346.158000', '095346.161000', '095346.163000', '095346.166000', '095346.169000', '095346.172000', '095346.175000', '095346.177000', '095346.180000', '095346.183000', '095346.186000', '095346.189000', '095346.191000', '095346.194000', '095346.197000', '095346.200000', '095346.204000', '095346.207000', '095346.210000', '095346.212000', '095346.215000', '095346.218000', '095346.221000', '095346.224000', '095346.227000', '095346.229000', '095346.232000', '095346.235000', '095346.238000', '095346.241000', '095346.244000', '095346.246000', '095346.249000', '095346.252000', '095346.255000', '095346.258000', '095346.261000', '095346.264000', '095346.273000', '095346.276000', '095346.279000', '095346.282000', '095406.152000', '095406.155000', '095406.158000', '095406.161000', '095406.163000', '095406.166000', '095406.169000', '095406.172000', '095406.175000', '095406.177000', '095406.180000', '095406.183000', '095406.186000', '095406.189000', '095406.192000', '095406.195000', '095406.197000', '095406.200000', '095406.203000', '095406.206000', '095406.209000', '095406.211000', '095406.214000', '095406.217000', '095406.220000', '095406.223000', '095406.225000', '095406.228000', '095406.231000', '095406.234000', '095406.237000', '095406.240000', '095406.242000', '095406.245000', '095406.248000', '095406.251000', '095406.254000', '095406.257000', '095406.259000', '095406.262000', '095406.265000', '095406.268000', '095406.271000', '095426.152000', '095426.155000', '095426.158000', '095426.161000', '095426.164000', '095426.167000', '095426.169000', '095426.172000', '095426.175000', '095426.178000', '095426.181000', '095426.183000', '095426.186000', '095426.189000', '095426.192000', '095426.195000', '095426.198000', '095426.200000', '095426.203000', '095426.206000', '095426.209000', '095426.212000', '095426.215000', '095426.217000', '095426.220000', '095426.223000', '095426.226000', '095426.229000', '095426.231000', '095426.247000', '095426.250000', '095426.253000', '095426.255000', '095426.258000', '095426.261000', '095426.264000', '095426.267000', '095426.270000', '095426.272000', '095426.275000', '095426.278000', '095426.281000', '095426.284000', '095446.152000', '095446.155000', '095446.158000', '095446.161000', '095446.163000', '095446.166000', '095446.169000', '095446.172000', '095446.175000', '095446.177000', '095446.180000', '095446.183000', '095446.186000', '095446.189000', '095446.192000', '095446.194000', '095446.201000', '095446.203000', '095446.206000', '095446.209000', '095446.212000', '095446.215000', '095446.218000', '095446.220000', '095446.223000', '095446.226000', '095446.229000', '095446.232000', '095446.235000', '095446.237000', '095446.240000', '095446.243000', '095446.246000', '095446.249000', '095446.251000', '095446.254000', '095446.257000', '095446.260000', '095446.263000', '095446.265000', '095446.268000', '095446.271000', '095446.275000', '095446.279000', '095506.152000', '095506.155000', '095506.158000', '095506.160000', '095506.163000', '095506.166000', '095506.169000', '095506.172000', '095506.175000', '095506.178000', '095506.180000', '095506.183000', '095506.186000', '095506.189000', '095506.192000', '095506.194000', '095506.197000', '095506.200000', '095506.203000', '095506.206000', '095506.208000', '095506.211000', '095506.214000', '095506.217000', '095506.220000', '095506.223000', '095506.225000', '095506.228000', '095506.231000', '095506.234000', '095506.237000', '095506.241000', '095506.244000', '095506.246000', '095506.249000', '095506.252000', '095506.255000', '095506.258000', '095506.260000', '095506.263000', '095506.266000', '095506.269000', '095506.272000', '095506.275000', '095526.152000', '095526.155000', '095526.158000', '095526.161000', '095526.163000', '095526.166000', '095526.169000', '095526.172000', '095526.175000', '095526.177000', '095526.180000', '095526.183000', '095526.186000', '095526.189000', '095526.196000', '095526.199000', '095526.202000', '095526.204000', '095526.207000', '095526.210000', '095526.213000', '095526.216000', '095526.218000', '095526.221000', '095526.224000', '095526.227000', '095526.230000', '095526.233000', '095526.235000', '095526.238000', '095526.241000', '095526.244000', '095526.247000', '095526.249000', '095526.252000', '095526.255000', '095526.258000', '095526.261000', '095526.264000', '095526.267000', '095526.269000', '095526.272000', '095526.275000', '095546.152000', '095546.155000', '095546.158000', '095546.160000', '095546.163000', '095546.166000', '095546.169000', '095546.172000', '095546.174000', '095546.177000', '095546.180000', '095546.183000', '095546.186000', '095546.189000', '095546.192000', '095546.194000', '095546.198000', '095546.201000', '095546.203000', '095546.206000', '095546.209000', '095546.212000', '095546.215000', '095546.218000', '095546.220000', '095546.223000', '095546.226000', '095546.229000', '095546.232000', '095546.235000', '095546.237000', '095546.240000', '095546.243000', '095546.246000', '095546.249000', '095546.251000', '095546.254000', '095546.257000', '095546.260000', '095546.263000', '095546.266000', '095546.268000', '095546.271000', '095546.274000', '095606.152000', '095606.155000', '095606.158000', '095606.160000', '095606.163000', '095606.166000', '095606.169000', '095606.172000', '095606.175000', '095606.177000', '095606.180000', '095606.183000', '095606.186000', '095606.189000', '095606.192000', '095606.194000', '095606.197000', '095606.200000', '095606.203000', '095606.206000', '095606.209000', '095606.211000', '095606.214000', '095606.217000', '095606.220000', '095606.223000', '095606.225000', '095606.228000', '095606.231000', '095606.234000', '095606.243000', '095606.246000', '095606.249000', '095606.252000', '095606.256000', '095606.259000', '095606.262000', '095606.265000', '095606.268000', '095606.270000', '095606.273000', '095606.276000', '095606.279000', '095626.152000', '095626.155000', '095626.158000', '095626.161000', '095626.164000', '095626.166000', '095626.169000', '095626.172000', '095626.175000', '095626.178000', '095626.181000', '095626.184000', '095626.186000', '095626.189000', '095626.192000', '095626.195000', '095626.198000', '095626.201000', '095626.203000', '095626.206000', '095626.209000', '095626.212000', '095626.215000', '095626.218000', '095626.221000', '095626.223000', '095626.226000', '095626.229000', '095626.232000', '095626.235000', '095626.238000', '095626.240000', '095626.243000', '095626.246000', '095626.249000', '095626.252000', '095626.255000', '095626.257000', '095626.260000', '095626.263000', '095626.266000', '095626.269000', '095626.272000', '095646.152000', '095646.155000', '095646.158000', '095646.161000', '095646.163000', '095646.166000', '095646.169000', '095646.172000', '095646.175000', '095646.178000', '095646.180000', '095646.183000', '095646.186000', '095646.189000', '095646.192000', '095646.195000', '095646.197000', '095646.200000', '095646.203000', '095646.206000', '095646.209000', '095646.211000', '095646.214000', '095646.217000', '095646.226000', '095646.229000', '095646.232000', '095646.235000', '095646.237000', '095646.240000', '095646.243000', '095646.246000', '095646.249000', '095646.252000', '095646.254000', '095646.257000', '095646.260000', '095646.263000', '095646.266000', '095646.269000', '095646.271000', '095646.274000', '095646.277000', '095646.280000', '095706.152000', '095706.155000', '095706.158000', '095706.161000', '095706.163000', '095706.166000', '095706.169000', '095706.172000', '095706.175000', '095706.178000', '095706.181000', '095706.184000', '095706.186000', '095706.189000', '095706.192000', '095706.195000', '095706.197000', '095706.200000', '095706.203000', '095706.206000', '095706.211000', '095706.215000', '095706.218000', '095706.246000', '095706.248000', '095706.251000', '095706.254000', '095706.257000', '095706.260000', '095706.262000', '095706.265000', '095706.268000', '095706.271000', '095706.274000', '095706.277000', '095706.279000', '095706.282000', '095706.285000', '095706.288000', '095706.291000', '095706.294000', '095706.296000', '095706.299000', '095725.096000', '095725.100000', '095725.103000', '095725.106000', '095725.119000', '095725.123000', '095725.126000', '095725.146000', '095725.149000', '095725.152000', '095725.155000', '095725.158000', '095725.161000', '095725.165000', '095725.168000', '095725.171000', '095725.174000', '095725.176000', '095725.179000', '095725.182000', '095725.185000', '095725.188000', '095725.191000', '095725.194000', '095725.196000', '095725.199000', '095725.202000', '095725.205000', '095725.208000', '095725.211000', '095725.214000', '095725.217000', '095725.220000', '095725.222000', '095725.226000', '095725.229000', '095725.232000', '095725.235000', '095725.238000', '095725.241000', '095725.245000', '095725.248000'], 'InstanceCreationTime': ['095046.189000', '095046.192000', '095046.195000', '095046.198000', '095046.201000', '095046.203000', '095046.207000', '095046.209000', '095046.212000', '095046.216000', '095046.232000', '095046.235000', '095046.237000', '095046.240000', '095046.243000', '095046.246000', '095046.249000', '095046.252000', '095046.255000', '095046.257000', '095046.260000', '095046.263000', '095046.266000', '095046.269000', '095046.271000', '095046.274000', '095046.277000', '095046.280000', '095046.283000', '095046.286000', '095046.288000', '095046.291000', '095046.294000', '095046.305000', '095046.307000', '095046.310000', '095046.313000', '095046.316000', '095046.319000', '095046.321000', '095046.324000', '095046.327000', '095046.330000', '095046.333000', '095046.335000', '095046.338000', '095106.153000', '095106.156000', '095106.159000', '095106.161000', '095106.164000', '095106.167000', '095106.170000', '095106.172000', '095106.175000', '095106.178000', '095106.181000', '095106.184000', '095106.186000', '095106.189000', '095106.192000', '095106.195000', '095106.198000', '095106.201000', '095106.203000', '095106.206000', '095106.209000', '095106.212000', '095106.214000', '095106.217000', '095106.220000', '095106.223000', '095106.226000', '095106.228000', '095106.231000', '095106.234000', '095106.237000', '095106.240000', '095106.243000', '095106.245000', '095106.248000', '095106.252000', '095106.255000', '095106.258000', '095106.261000', '095106.263000', '095106.266000', '095106.269000', '095106.272000', '095106.275000', '095126.152000', '095126.155000', '095126.157000', '095126.164000', '095126.167000', '095126.170000', '095126.173000', '095126.175000', '095126.192000', '095126.195000', '095126.197000', '095126.200000', '095126.203000', '095126.206000', '095126.208000', '095126.211000', '095126.214000', '095126.217000', '095126.220000', '095126.222000', '095126.225000', '095126.228000', '095126.231000', '095126.234000', '095126.237000', '095126.239000', '095126.242000', '095126.245000', '095126.248000', '095126.250000', '095126.253000', '095126.256000', '095126.259000', '095126.262000', '095126.265000', '095126.299000', '095126.302000', '095126.305000', '095126.308000', '095126.310000', '095126.313000', '095126.316000', '095126.319000', '095146.152000', '095146.155000', '095146.157000', '095146.160000', '095146.163000', '095146.166000', '095146.169000', '095146.172000', '095146.175000', '095146.178000', '095146.180000', '095146.183000', '095146.186000', '095146.189000', '095146.192000', '095146.195000', '095146.198000', '095146.200000', '095146.203000', '095146.206000', '095146.209000', '095146.212000', '095146.215000', '095146.218000', '095146.220000', '095146.223000', '095146.226000', '095146.229000', '095146.232000', '095146.235000', '095146.238000', '095146.241000', '095146.244000', '095146.246000', '095146.249000', '095146.255000', '095146.259000', '095146.261000', '095146.264000', '095146.267000', '095146.270000', '095146.273000', '095146.276000', '095146.278000', '095206.152000', '095206.155000', '095206.158000', '095206.161000', '095206.163000', '095206.166000', '095206.169000', '095206.172000', '095206.175000', '095206.178000', '095206.181000', '095206.183000', '095206.186000', '095206.189000', '095206.192000', '095206.195000', '095206.199000', '095206.202000', '095206.205000', '095206.208000', '095206.211000', '095206.214000', '095206.217000', '095206.220000', '095206.222000', '095206.234000', '095206.236000', '095206.239000', '095206.242000', '095206.245000', '095206.248000', '095206.251000', '095206.255000', '095206.259000', '095206.261000', '095206.265000', '095206.267000', '095206.270000', '095206.273000', '095206.276000', '095206.279000', '095206.282000', '095206.284000', '095226.152000', '095226.155000', '095226.158000', '095226.161000', '095226.163000', '095226.166000', '095226.169000', '095226.172000', '095226.175000', '095226.178000', '095226.181000', '095226.184000', '095226.186000', '095226.189000', '095226.192000', '095226.195000', '095226.198000', '095226.201000', '095226.203000', '095226.206000', '095226.209000', '095226.212000', '095226.215000', '095226.218000', '095226.221000', '095226.223000', '095226.226000', '095226.229000', '095226.232000', '095226.235000', '095226.238000', '095226.240000', '095226.243000', '095226.246000', '095226.249000', '095226.252000', '095226.255000', '095226.258000', '095226.261000', '095226.263000', '095226.266000', '095226.269000', '095226.272000', '095226.275000', '095246.152000', '095246.155000', '095246.158000', '095246.161000', '095246.164000', '095246.166000', '095246.169000', '095246.172000', '095246.175000', '095246.178000', '095246.181000', '095246.184000', '095246.187000', '095246.189000', '095246.192000', '095246.195000', '095246.198000', '095246.201000', '095246.204000', '095246.206000', '095246.212000', '095246.215000', '095246.218000', '095246.221000', '095246.224000', '095246.226000', '095246.229000', '095246.232000', '095246.235000', '095246.238000', '095246.241000', '095246.244000', '095246.246000', '095246.249000', '095246.252000', '095246.255000', '095246.258000', '095246.261000', '095246.263000', '095246.266000', '095246.269000', '095246.272000', '095246.275000', '095306.152000', '095306.155000', '095306.158000', '095306.161000', '095306.176000', '095306.178000', '095306.181000', '095306.184000', '095306.187000', '095306.190000', '095306.192000', '095306.195000', '095306.198000', '095306.201000', '095306.204000', '095306.206000', '095306.209000', '095306.212000', '095306.215000', '095306.218000', '095306.221000', '095306.224000', '095306.227000', '095306.229000', '095306.232000', '095306.235000', '095306.238000', '095306.241000', '095306.244000', '095306.247000', '095306.249000', '095306.252000', '095306.255000', '095306.258000', '095306.261000', '095306.264000', '095306.266000', '095306.269000', '095306.272000', '095306.275000', '095306.278000', '095306.281000', '095306.283000', '095306.286000', '095326.152000', '095326.155000', '095326.158000', '095326.161000', '095326.163000', '095326.166000', '095326.169000', '095326.172000', '095326.175000', '095326.184000', '095326.187000', '095326.190000', '095326.193000', '095326.195000', '095326.198000', '095326.201000', '095326.204000', '095326.207000', '095326.210000', '095326.212000', '095326.215000', '095326.218000', '095326.221000', '095326.224000', '095326.226000', '095326.229000', '095326.232000', '095326.235000', '095326.238000', '095326.241000', '095326.244000', '095326.247000', '095326.250000', '095326.253000', '095326.255000', '095326.258000', '095326.261000', '095326.264000', '095326.267000', '095326.270000', '095326.273000', '095326.280000', '095326.282000', '095346.152000', '095346.155000', '095346.158000', '095346.161000', '095346.163000', '095346.166000', '095346.169000', '095346.172000', '095346.175000', '095346.177000', '095346.180000', '095346.183000', '095346.186000', '095346.189000', '095346.191000', '095346.194000', '095346.197000', '095346.200000', '095346.204000', '095346.207000', '095346.210000', '095346.212000', '095346.215000', '095346.218000', '095346.221000', '095346.224000', '095346.227000', '095346.229000', '095346.232000', '095346.235000', '095346.238000', '095346.241000', '095346.244000', '095346.246000', '095346.249000', '095346.252000', '095346.255000', '095346.258000', '095346.261000', '095346.264000', '095346.273000', '095346.276000', '095346.279000', '095346.282000', '095406.152000', '095406.155000', '095406.158000', '095406.161000', '095406.163000', '095406.166000', '095406.169000', '095406.172000', '095406.175000', '095406.177000', '095406.180000', '095406.183000', '095406.186000', '095406.189000', '095406.192000', '095406.195000', '095406.197000', '095406.200000', '095406.203000', '095406.206000', '095406.209000', '095406.211000', '095406.214000', '095406.217000', '095406.220000', '095406.223000', '095406.225000', '095406.228000', '095406.231000', '095406.234000', '095406.237000', '095406.240000', '095406.242000', '095406.245000', '095406.248000', '095406.251000', '095406.254000', '095406.257000', '095406.259000', '095406.262000', '095406.265000', '095406.268000', '095406.271000', '095426.152000', '095426.155000', '095426.158000', '095426.161000', '095426.164000', '095426.167000', '095426.169000', '095426.172000', '095426.175000', '095426.178000', '095426.181000', '095426.183000', '095426.186000', '095426.189000', '095426.192000', '095426.195000', '095426.198000', '095426.200000', '095426.203000', '095426.206000', '095426.209000', '095426.212000', '095426.215000', '095426.217000', '095426.220000', '095426.223000', '095426.226000', '095426.229000', '095426.231000', '095426.247000', '095426.250000', '095426.253000', '095426.255000', '095426.258000', '095426.261000', '095426.264000', '095426.267000', '095426.270000', '095426.272000', '095426.275000', '095426.278000', '095426.281000', '095426.284000', '095446.152000', '095446.155000', '095446.158000', '095446.161000', '095446.163000', '095446.166000', '095446.169000', '095446.172000', '095446.175000', '095446.177000', '095446.180000', '095446.183000', '095446.186000', '095446.189000', '095446.192000', '095446.194000', '095446.201000', '095446.203000', '095446.206000', '095446.209000', '095446.212000', '095446.215000', '095446.218000', '095446.220000', '095446.223000', '095446.226000', '095446.229000', '095446.232000', '095446.235000', '095446.237000', '095446.240000', '095446.243000', '095446.246000', '095446.249000', '095446.251000', '095446.254000', '095446.257000', '095446.260000', '095446.263000', '095446.265000', '095446.268000', '095446.271000', '095446.275000', '095446.279000', '095506.152000', '095506.155000', '095506.158000', '095506.160000', '095506.163000', '095506.166000', '095506.169000', '095506.172000', '095506.175000', '095506.178000', '095506.180000', '095506.183000', '095506.186000', '095506.189000', '095506.192000', '095506.194000', '095506.197000', '095506.200000', '095506.203000', '095506.206000', '095506.208000', '095506.211000', '095506.214000', '095506.217000', '095506.220000', '095506.223000', '095506.225000', '095506.228000', '095506.231000', '095506.234000', '095506.237000', '095506.241000', '095506.244000', '095506.246000', '095506.249000', '095506.252000', '095506.255000', '095506.258000', '095506.260000', '095506.263000', '095506.266000', '095506.269000', '095506.272000', '095506.275000', '095526.152000', '095526.155000', '095526.158000', '095526.161000', '095526.163000', '095526.166000', '095526.169000', '095526.172000', '095526.175000', '095526.177000', '095526.180000', '095526.183000', '095526.186000', '095526.189000', '095526.196000', '095526.199000', '095526.202000', '095526.204000', '095526.207000', '095526.210000', '095526.213000', '095526.216000', '095526.218000', '095526.221000', '095526.224000', '095526.227000', '095526.230000', '095526.233000', '095526.235000', '095526.238000', '095526.241000', '095526.244000', '095526.247000', '095526.249000', '095526.252000', '095526.255000', '095526.258000', '095526.261000', '095526.264000', '095526.267000', '095526.269000', '095526.272000', '095526.275000', '095546.152000', '095546.155000', '095546.158000', '095546.160000', '095546.163000', '095546.166000', '095546.169000', '095546.172000', '095546.174000', '095546.177000', '095546.180000', '095546.183000', '095546.186000', '095546.189000', '095546.192000', '095546.194000', '095546.198000', '095546.201000', '095546.203000', '095546.206000', '095546.209000', '095546.212000', '095546.215000', '095546.218000', '095546.220000', '095546.223000', '095546.226000', '095546.229000', '095546.232000', '095546.235000', '095546.237000', '095546.240000', '095546.243000', '095546.246000', '095546.249000', '095546.251000', '095546.254000', '095546.257000', '095546.260000', '095546.263000', '095546.266000', '095546.268000', '095546.271000', '095546.274000', '095606.152000', '095606.155000', '095606.158000', '095606.160000', '095606.163000', '095606.166000', '095606.169000', '095606.172000', '095606.175000', '095606.177000', '095606.180000', '095606.183000', '095606.186000', '095606.189000', '095606.192000', '095606.194000', '095606.197000', '095606.200000', '095606.203000', '095606.206000', '095606.209000', '095606.211000', '095606.214000', '095606.217000', '095606.220000', '095606.223000', '095606.225000', '095606.228000', '095606.231000', '095606.234000', '095606.243000', '095606.246000', '095606.249000', '095606.252000', '095606.256000', '095606.259000', '095606.262000', '095606.265000', '095606.268000', '095606.270000', '095606.273000', '095606.276000', '095606.279000', '095626.152000', '095626.155000', '095626.158000', '095626.161000', '095626.164000', '095626.166000', '095626.169000', '095626.172000', '095626.175000', '095626.178000', '095626.181000', '095626.184000', '095626.186000', '095626.189000', '095626.192000', '095626.195000', '095626.198000', '095626.201000', '095626.203000', '095626.206000', '095626.209000', '095626.212000', '095626.215000', '095626.218000', '095626.221000', '095626.223000', '095626.226000', '095626.229000', '095626.232000', '095626.235000', '095626.238000', '095626.240000', '095626.243000', '095626.246000', '095626.249000', '095626.252000', '095626.255000', '095626.257000', '095626.260000', '095626.263000', '095626.266000', '095626.269000', '095626.272000', '095646.152000', '095646.155000', '095646.158000', '095646.161000', '095646.163000', '095646.166000', '095646.169000', '095646.172000', '095646.175000', '095646.178000', '095646.180000', '095646.183000', '095646.186000', '095646.189000', '095646.192000', '095646.195000', '095646.197000', '095646.200000', '095646.203000', '095646.206000', '095646.209000', '095646.211000', '095646.214000', '095646.217000', '095646.226000', '095646.229000', '095646.232000', '095646.235000', '095646.237000', '095646.240000', '095646.243000', '095646.246000', '095646.249000', '095646.252000', '095646.254000', '095646.257000', '095646.260000', '095646.263000', '095646.266000', '095646.269000', '095646.271000', '095646.274000', '095646.277000', '095646.280000', '095706.152000', '095706.155000', '095706.158000', '095706.161000', '095706.163000', '095706.166000', '095706.169000', '095706.172000', '095706.175000', '095706.178000', '095706.181000', '095706.184000', '095706.186000', '095706.189000', '095706.192000', '095706.195000', '095706.197000', '095706.200000', '095706.203000', '095706.206000', '095706.211000', '095706.215000', '095706.218000', '095706.246000', '095706.248000', '095706.251000', '095706.254000', '095706.257000', '095706.260000', '095706.262000', '095706.265000', '095706.268000', '095706.271000', '095706.274000', '095706.277000', '095706.279000', '095706.282000', '095706.285000', '095706.288000', '095706.291000', '095706.294000', '095706.296000', '095706.299000', '095725.096000', '095725.100000', '095725.103000', '095725.106000', '095725.119000', '095725.123000', '095725.126000', '095725.146000', '095725.149000', '095725.152000', '095725.155000', '095725.158000', '095725.161000', '095725.165000', '095725.168000', '095725.171000', '095725.174000', '095725.176000', '095725.179000', '095725.182000', '095725.185000', '095725.188000', '095725.191000', '095725.194000', '095725.196000', '095725.199000', '095725.202000', '095725.205000', '095725.208000', '095725.211000', '095725.214000', '095725.217000', '095725.220000', '095725.222000', '095725.226000', '095725.229000', '095725.232000', '095725.235000', '095725.238000', '095725.241000', '095725.245000', '095725.248000'], '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': [10402, 12062, 10605, 10706, 10258, 10189, 10872, 10468, 10804, 10600, 10369, 11776, 10268, 13504, 10283, 10124, 10528, 10431, 11329, 10439, 11966, 10574, 10369, 10771, 10194, 12244, 10353, 10173, 10151, 10609, 12302, 10858, 10685, 12257, 10497, 10177, 10517, 10703, 13216, 10666, 10472, 10479, 10234, 12041, 10643, 13875, 10428, 10233, 10529, 10812, 13475, 10889, 10355, 10247, 10430, 12508, 10557, 10834, 10471, 10472, 11662, 10559, 11327, 10506, 10565, 10780, 10439, 12959, 10600, 10152, 10446, 11006, 13296, 10849, 10491, 10573, 10229, 11679, 10343, 12645, 10582, 10582, 10277, 10469, 12087, 10728, 10081, 10559, 10457, 13067, 10567, 10116, 10558, 10460, 12581, 10738, 10193, 10615, 10525, 11609, 10609, 11365, 10490, 10383, 11113, 10905, 10527, 10594, 10661, 13085, 10745, 10392, 10654, 10230, 11529, 10504, 13459, 10671, 10193, 10356, 10806, 12719, 10723, 10651, 10841, 10533, 10624, 10677, 13411, 11164, 10374, 10653, 10599, 11083, 10759, 10569, 10782, 10337, 13528, 10990, 11098, 10530, 10803, 11171, 11136, 10603, 10620, 10427, 11871, 10834, 14965, 10634, 10318, 10371, 10844, 13057, 10817, 14603, 10940, 10392, 11394, 10716, 11301, 10708, 10391, 10708, 10949, 10957, 10557, 12072, 10737, 10663, 10758, 10608, 12575, 10665, 10261, 10794, 10890, 13228, 11184, 10690, 10684, 10773, 11870, 10787, 11618, 10953, 10358, 11735, 10630, 12547, 10823, 10139, 10863, 11126, 12915, 10763, 10315, 10700, 10417, 12304, 10868, 10369, 10985, 10756, 11203, 10951, 10456, 13069, 10777, 10837, 10861, 10680, 11561, 10877, 14375, 11706, 10475, 10901, 10955, 10339, 10617, 10624, 10994, 10786, 10562, 11742, 10609, 11610, 10714, 10694, 11815, 10778, 14608, 11414, 10482, 11082, 10660, 11481, 10823, 10174, 10732, 10901, 13666, 10707, 10389, 10640, 10633, 12196, 10777, 10412, 10707, 10534, 10697, 10808, 11530, 10848, 10729, 11381, 10634, 12430, 10995, 10183, 11739, 10741, 10169, 10782, 10585, 10518, 10922, 10390, 12109, 10952, 10139, 10855, 10525, 12353, 11148, 12056, 11034, 10731, 12272, 10759, 10351, 10894, 10794, 14331, 11453, 10827, 11176, 10813, 10485, 10764, 10715, 10475, 11009, 10787, 13753, 10910, 10160, 10931, 10861, 13693, 10960, 10486, 11040, 10801, 13280, 10867, 10219, 10550, 10879, 10705, 10837, 11120, 12226, 10821, 10035, 10812, 10400, 11914, 10908, 10445, 10962, 10725, 10388, 10737, 10493, 10817, 10806, 10074, 10843, 10781, 13341, 12022, 10981, 12849, 10752, 10487, 11706, 11025, 10823, 11369, 11072, 10653, 12396, 11172, 13308, 11251, 10876, 14864, 11010, 15451, 10744, 10665, 12040, 10846, 10992, 10376, 11070, 10798, 9313, 10859, 10029, 10542, 10799, 9905, 10820, 10954, 10857, 11037, 10348, 11154, 10700, 10420, 10913, 10317, 10015, 11010, 10741, 10907, 10789, 9979, 11146, 10800, 11355, 11016, 10579, 13914, 11124, 10502, 10983, 10503, 14152, 10890, 13471, 10803, 10381, 11154, 10940, 10469, 9844, 10859, 10092, 10762, 10605, 10401, 10697, 10460, 11947, 11154, 10817, 12100, 10815, 14162, 12329, 10722, 11578, 11103, 10749, 10579, 11046, 10207, 11991, 10958, 10206, 10672, 11026, 10346, 10696, 10760, 12893, 10824, 10588, 10466, 11023, 10605, 12540, 10824, 10271, 11043, 10962, 10428, 11041, 10615, 10277, 10650, 10650, 9829, 10956, 10836, 10113, 10730, 10578, 13182, 10892, 11982, 11075, 10599, 11114, 10622, 14626, 10955, 13923, 11184, 10277, 10829, 10561, 11698, 10776, 10190, 10857, 10772, 9810, 10700, 10587, 11438, 10994, 11886, 10918, 10653, 11038, 10648, 11562, 11037, 12991, 10972, 14169, 10781, 10444, 10803, 10402, 10232, 10942, 9906, 10752, 10699, 12066, 10972, 10163, 11018, 10497, 11200, 10562, 14223, 10765, 14732, 11053, 10203, 10949, 10484, 11328, 10753, 12054, 10896, 10736, 10579, 10744, 10459, 10446, 10884, 10604, 11089, 10776, 10256, 11002, 10802, 14365, 11083, 15040, 10885, 13848, 11839, 10635, 10926, 10503, 10456, 10983, 10383, 10817, 10685, 12866, 10955, 10504, 9474, 10622, 10110, 10769, 10438, 10691, 10761, 12306, 10727, 12942, 11074, 10245, 10926, 10680, 10714, 10601, 10183, 11043, 10468, 10134, 10785, 9927, 11054, 10894, 12416, 10966, 10536, 11822, 11133, 13640, 10912, 10635, 13454, 10994, 10445, 10885, 10500, 12180, 10564, 10508, 12235, 10780, 10570, 10938, 10936, 12170, 11052, 10200, 11593, 10761, 10206, 11171, 10261, 10311, 10989, 12894, 11183, 10802, 13806, 10916, 10481, 11081, 10521, 11330, 10682, 10385, 11861, 10701, 10630, 10895, 10640, 9883, 10834, 10780, 10213, 10855, 10498, 10450, 10857, 10883, 10564, 11396, 10777, 15516, 13173, 11702, 15228, 10906, 10859, 10872, 10816, 11519, 10764, 10401, 13692, 10590, 10348, 10486, 10265, 10442, 9514, 9568, 9282, 8762, 8673, 8991, 10014, 9959, 10469, 10953, 13965, 10986, 14252, 11139, 10889, 14432, 11299, 12975, 10385, 12466, 11007, 13069, 10654, 12210, 10757, 10792, 10486, 10836, 9408, 10713, 10441, 10587, 10943, 10159, 10984, 10836, 11136, 10924, 10994, 10912, 12569, 11073, 11453, 11409, 10821, 10981, 11293, 11241, 10939, 15120, 11839, 14648, 11178, 11168, 11023, 11005, 10933, 11016, 13824, 10911, 14426, 10946, 10855, 10862, 11218, 10734, 11085, 10686, 11350, 10972, 13708, 10995, 11062, 10987, 11097, 13804, 11123, 15175, 11052, 10849, 10770, 11126, 11765, 10967, 11319, 10647, 11103, 11112, 10933, 11976, 11167, 10921, 10848, 10557, 13331, 10833, 10755, 11011, 10826, 9773, 11029, 10783, 10979, 10590, 12594, 11199, 13909, 11137, 10884, 10933, 10995, 10711, 10984, 12767, 10879, 13679, 11010, 10801, 10287, 11102, 10540, 11010, 10821, 11485, 10970, 12545, 11002, 11124, 11900, 11163, 10850, 11006, 11034, 13521, 10945, 14484, 12661, 10702, 11226, 10961, 10956, 11022, 10908, 12845, 11092, 10848, 12242, 11236, 11000, 10903, 10678, 12407, 11039, 10863, 11611, 10919, 14441, 11062, 10834, 10622, 10582, 13564, 10997, 10710, 10501, 11235, 10691, 10977, 10624, 12470, 11078, 10781, 11073, 11042, 11898, 10935, 10848, 12298, 11289, 10867, 11025, 10941, 11893, 10980, 13079, 11045, 10984, 10768, 11112, 12466, 11073, 10714, 11125, 11098, 10503, 11056, 10854, 10933, 11213, 13248, 11068, 10817, 11942, 11282, 11397, 11009, 10907, 12239, 10798, 11218, 13692, 11315, 10800, 9456, 11092, 10782, 10969, 11157, 14733, 11071, 10921, 12343, 11156, 12274, 10833, 10737, 12296, 10944, 10886, 10890, 10997, 11852, 11168, 10967, 12051, 10921, 10861, 10659, 11036, 10865, 10888, 10932, 13123, 10991, 10806, 10705, 11209, 10400, 10937, 10872, 13273, 11015, 10864, 10645, 10960, 10913, 10872, 10447, 11193, 10883, 10937, 10348, 11118, 10791, 10996, 11118, 10845, 14203, 11252], 'WindowCenter': [4445.0, 4443.0, 4437.0, 4409.0, 4407.0, 4395.0, 4390.0, 4391.0, 4391.0, 4394.0, 4405.0, 4399.0, 4391.0, 4411.0, 4390.0, 4379.0, 4390.0, 4392.0, 4399.0, 4390.0, 4397.0, 4389.0, 4404.0, 4401.0, 4393.0, 4406.0, 4391.0, 4388.0, 4388.0, 4397.0, 4419.0, 4402.0, 4397.0, 4407.0, 4395.0, 4385.0, 4400.0, 4402.0, 4417.0, 4402.0, 4389.0, 4390.0, 4391.0, 4414.0, 4400.0, 4415.0, 4392.0, 4376.0, 4388.0, 4390.0, 4406.0, 4391.0, 4375.0, 4377.0, 4376.0, 4391.0, 4390.0, 4390.0, 4388.0, 4388.0, 4387.0, 4389.0, 4387.0, 4391.0, 4384.0, 4385.0, 4389.0, 4407.0, 4388.0, 4377.0, 4391.0, 4400.0, 4406.0, 4383.0, 4388.0, 4388.0, 4371.0, 4397.0, 4373.0, 4398.0, 4384.0, 4385.0, 4386.0, 4384.0, 4401.0, 4398.0, 4391.0, 4398.0, 4403.0, 4416.0, 4401.0, 4398.0, 4399.0, 4397.0, 4422.0, 4401.0, 4384.0, 4389.0, 4384.0, 4392.0, 4400.0, 4398.0, 4404.0, 4389.0, 4394.0, 4384.0, 4384.0, 4391.0, 4387.0, 4404.0, 4390.0, 4373.0, 4386.0, 4390.0, 4400.0, 4388.0, 4407.0, 4382.0, 4377.0, 4389.0, 4391.0, 4406.0, 4386.0, 4386.0, 4387.0, 4383.0, 4391.0, 4393.0, 4421.0, 4400.0, 4380.0, 4388.0, 4381.0, 4386.0, 4388.0, 4387.0, 4404.0, 4416.0, 4422.0, 4401.0, 4383.0, 4388.0, 4385.0, 4380.0, 4396.0, 4387.0, 4390.0, 4388.0, 4399.0, 4389.0, 4419.0, 4389.0, 4376.0, 4376.0, 4376.0, 4392.0, 4387.0, 4407.0, 4379.0, 4367.0, 4373.0, 4365.0, 4373.0, 4373.0, 4374.0, 4375.0, 4373.0, 4385.0, 4375.0, 4383.0, 4387.0, 4391.0, 4386.0, 4387.0, 4394.0, 4384.0, 4374.0, 4397.0, 4400.0, 4418.0, 4398.0, 4387.0, 4390.0, 4396.0, 4392.0, 4389.0, 4392.0, 4395.0, 4390.0, 4399.0, 4388.0, 4391.0, 4385.0, 4374.0, 4387.0, 4387.0, 4391.0, 4386.0, 4378.0, 4370.0, 4390.0, 4405.0, 4390.0, 4382.0, 4385.0, 4387.0, 4397.0, 4403.0, 4400.0, 4406.0, 4387.0, 4384.0, 4388.0, 4386.0, 4386.0, 4383.0, 4419.0, 4397.0, 4375.0, 4385.0, 4386.0, 4376.0, 4388.0, 4380.0, 4395.0, 4397.0, 4384.0, 4412.0, 4390.0, 4399.0, 4388.0, 4389.0, 4392.0, 4383.0, 4412.0, 4388.0, 4376.0, 4384.0, 4374.0, 4383.0, 4374.0, 4372.0, 4375.0, 4375.0, 4406.0, 4378.0, 4373.0, 4373.0, 4374.0, 4395.0, 4375.0, 4371.0, 4376.0, 4374.0, 4374.0, 4388.0, 4398.0, 4389.0, 4385.0, 4393.0, 4389.0, 4396.0, 4399.0, 4390.0, 4395.0, 4387.0, 4386.0, 4386.0, 4397.0, 4398.0, 4412.0, 4400.0, 4422.0, 4402.0, 4396.0, 4401.0, 4399.0, 4417.0, 4414.0, 4410.0, 4396.0, 4398.0, 4406.0, 4397.0, 4387.0, 4398.0, 4401.0, 4419.0, 4398.0, 4390.0, 4381.0, 4389.0, 4387.0, 4383.0, 4390.0, 4400.0, 4401.0, 4403.0, 4413.0, 4397.0, 4386.0, 4388.0, 4400.0, 4407.0, 4389.0, 4385.0, 4388.0, 4388.0, 4409.0, 4384.0, 4375.0, 4376.0, 4388.0, 4375.0, 4386.0, 4397.0, 4396.0, 4385.0, 4373.0, 4388.0, 4388.0, 4394.0, 4387.0, 4390.0, 4400.0, 4387.0, 4386.0, 4387.0, 4389.0, 4382.0, 4399.0, 4387.0, 4400.0, 4402.0, 4420.0, 4412.0, 4402.0, 4404.0, 4396.0, 4402.0, 4407.0, 4403.0, 4396.0, 4398.0, 4396.0, 4398.0, 4406.0, 4398.0, 4403.0, 4390.0, 4385.0, 4404.0, 4375.0, 4386.0, 4362.0, 4351.0, 4369.0, 4361.0, 4361.0, 4349.0, 4372.0, 4358.0, 4354.0, 4373.0, 4376.0, 4374.0, 4384.0, 4377.0, 4383.0, 4386.0, 4387.0, 4398.0, 4388.0, 4402.0, 4386.0, 4387.0, 4386.0, 4374.0, 4370.0, 4388.0, 4397.0, 4408.0, 4400.0, 4391.0, 4399.0, 4397.0, 4401.0, 4402.0, 4402.0, 4416.0, 4397.0, 4387.0, 4388.0, 4386.0, 4406.0, 4387.0, 4402.0, 4378.0, 4371.0, 4376.0, 4377.0, 4375.0, 4374.0, 4385.0, 4389.0, 4403.0, 4399.0, 4389.0, 4387.0, 4390.0, 4397.0, 4397.0, 4396.0, 4403.0, 4399.0, 4416.0, 4399.0, 4386.0, 4385.0, 4389.0, 4388.0, 4383.0, 4397.0, 4387.0, 4395.0, 4387.0, 4386.0, 4383.0, 4387.0, 4385.0, 4401.0, 4402.0, 4408.0, 4386.0, 4386.0, 4383.0, 4387.0, 4387.0, 4390.0, 4389.0, 4376.0, 4389.0, 4386.0, 4372.0, 4387.0, 4388.0, 4385.0, 4390.0, 4386.0, 4378.0, 4397.0, 4397.0, 4399.0, 4414.0, 4401.0, 4422.0, 4407.0, 4410.0, 4403.0, 4389.0, 4400.0, 4382.0, 4414.0, 4387.0, 4405.0, 4385.0, 4375.0, 4386.0, 4383.0, 4397.0, 4402.0, 4388.0, 4397.0, 4400.0, 4383.0, 4399.0, 4401.0, 4408.0, 4414.0, 4410.0, 4404.0, 4399.0, 4403.0, 4400.0, 4399.0, 4402.0, 4402.0, 4387.0, 4405.0, 4388.0, 4375.0, 4383.0, 4386.0, 4379.0, 4397.0, 4387.0, 4398.0, 4401.0, 4420.0, 4395.0, 4400.0, 4412.0, 4397.0, 4409.0, 4403.0, 4432.0, 4397.0, 4417.0, 4387.0, 4370.0, 4385.0, 4386.0, 4384.0, 4397.0, 4396.0, 4388.0, 4390.0, 4387.0, 4398.0, 4387.0, 4386.0, 4401.0, 4396.0, 4410.0, 4410.0, 4396.0, 4398.0, 4414.0, 4430.0, 4399.0, 4415.0, 4390.0, 4409.0, 4381.0, 4355.0, 4360.0, 4362.0, 4362.0, 4373.0, 4374.0, 4387.0, 4386.0, 4392.0, 4375.0, 4383.0, 4374.0, 4385.0, 4387.0, 4398.0, 4387.0, 4389.0, 4402.0, 4400.0, 4382.0, 4403.0, 4384.0, 4376.0, 4384.0, 4384.0, 4385.0, 4390.0, 4387.0, 4399.0, 4395.0, 4385.0, 4397.0, 4389.0, 4400.0, 4402.0, 4408.0, 4398.0, 4391.0, 4394.0, 4400.0, 4407.0, 4392.0, 4388.0, 4403.0, 4385.0, 4371.0, 4386.0, 4374.0, 4393.0, 4388.0, 4384.0, 4394.0, 4386.0, 4386.0, 4385.0, 4399.0, 4396.0, 4398.0, 4388.0, 4394.0, 4387.0, 4387.0, 4398.0, 4388.0, 4384.0, 4399.0, 4409.0, 4403.0, 4396.0, 4416.0, 4400.0, 4381.0, 4387.0, 4375.0, 4379.0, 4386.0, 4387.0, 4405.0, 4388.0, 4389.0, 4389.0, 4387.0, 4386.0, 4391.0, 4397.0, 4387.0, 4411.0, 4395.0, 4399.0, 4398.0, 4395.0, 4398.0, 4398.0, 4390.0, 4417.0, 4396.0, 4387.0, 4402.0, 4363.0, 4357.0, 4358.0, 4359.0, 4359.0, 4360.0, 4374.0, 4394.0, 4362.0, 4362.0, 4373.0, 4386.0, 4384.0, 4386.0, 4387.0, 4388.0, 4379.0, 4376.0, 4391.0, 4412.0, 4426.0, 4429.0, 4407.0, 4433.0, 4399.0, 4414.0, 4387.0, 4375.0, 4406.0, 4372.0, 4382.0, 4349.0, 4359.0, 4348.0, 4354.0, 4345.0, 4345.0, 4346.0, 4348.0, 4346.0, 4359.0, 4345.0, 4373.0, 4374.0, 4375.0, 4385.0, 4387.0, 4398.0, 4394.0, 4411.0, 4400.0, 4408.0, 4410.0, 4423.0, 4414.0, 4410.0, 4412.0, 4401.0, 4402.0, 4399.0, 4399.0, 4400.0, 4426.0, 4410.0, 4420.0, 4397.0, 4397.0, 4390.0, 4387.0, 4386.0, 4384.0, 4406.0, 4389.0, 4417.0, 4387.0, 4384.0, 4383.0, 4386.0, 4378.0, 4385.0, 4386.0, 4394.0, 4398.0, 4414.0, 4396.0, 4395.0, 4388.0, 4386.0, 4404.0, 4385.0, 4403.0, 4384.0, 4376.0, 4374.0, 4381.0, 4384.0, 4388.0, 4385.0, 4387.0, 4385.0, 4384.0, 4386.0, 4383.0, 4385.0, 4385.0, 4387.0, 4397.0, 4405.0, 4385.0, 4385.0, 4385.0, 4386.0, 4374.0, 4399.0, 4391.0, 4397.0, 4401.0, 4409.0, 4399.0, 4417.0, 4396.0, 4381.0, 4384.0, 4383.0, 4385.0, 4385.0, 4409.0, 4396.0, 4406.0, 4386.0, 4384.0, 4384.0, 4397.0, 4382.0, 4399.0, 4394.0, 4406.0, 4410.0, 4418.0, 4401.0, 4396.0, 4400.0, 4400.0, 4388.0, 4387.0, 4385.0, 4405.0, 4391.0, 4404.0, 4394.0, 4373.0, 4381.0, 4369.0, 4374.0, 4385.0, 4383.0, 4396.0, 4386.0, 4388.0, 4393.0, 4387.0, 4385.0, 4387.0, 4373.0, 4392.0, 4385.0, 4386.0, 4385.0, 4387.0, 4406.0, 4386.0, 4385.0, 4388.0, 4385.0, 4404.0, 4385.0, 4372.0, 4380.0, 4386.0, 4386.0, 4398.0, 4385.0, 4406.0, 4398.0, 4385.0, 4394.0, 4398.0, 4405.0, 4400.0, 4393.0, 4404.0, 4396.0, 4384.0, 4397.0, 4395.0, 4406.0, 4402.0, 4400.0, 4399.0, 4396.0, 4384.0, 4394.0, 4405.0, 4396.0, 4395.0, 4395.0, 4396.0, 4399.0, 4407.0, 4406.0, 4397.0, 4408.0, 4416.0, 4412.0, 4399.0, 4407.0, 4396.0, 4395.0, 4397.0, 4395.0, 4421.0, 4411.0, 4396.0, 4406.0, 4396.0, 4388.0, 4369.0, 4395.0, 4385.0, 4399.0, 4401.0, 4419.0, 4400.0, 4386.0, 4397.0, 4382.0, 4396.0, 4373.0, 4372.0, 4379.0, 4375.0, 4374.0, 4375.0, 4374.0, 4383.0, 4386.0, 4383.0, 4389.0, 4384.0, 4383.0, 4384.0, 4384.0, 4384.0, 4386.0, 4397.0, 4401.0, 4384.0, 4386.0, 4379.0, 4381.0, 4383.0, 4385.0, 4395.0, 4403.0, 4384.0, 4385.0, 4379.0, 4387.0, 4385.0, 4414.0, 4412.0, 4399.0, 4398.0, 4400.0, 4386.0, 4394.0, 4397.0, 4398.0, 4411.0, 4397.0, 4429.0, 4405.0], 'WindowWidth': [9811.0, 9794.0, 9784.0, 9729.0, 9720.0, 9699.0, 9685.0, 9688.0, 9686.0, 9694.0, 9711.0, 9696.0, 9685.0, 9713.0, 9681.0, 9664.0, 9685.0, 9686.0, 9695.0, 9682.0, 9688.0, 9680.0, 9707.0, 9702.0, 9692.0, 9703.0, 9685.0, 9677.0, 9680.0, 9692.0, 9728.0, 9704.0, 9691.0, 9705.0, 9688.0, 9674.0, 9699.0, 9706.0, 9720.0, 9703.0, 9683.0, 9684.0, 9684.0, 9723.0, 9699.0, 9713.0, 9686.0, 9658.0, 9677.0, 9680.0, 9704.0, 9684.0, 9657.0, 9659.0, 9657.0, 9675.0, 9679.0, 9681.0, 9677.0, 9674.0, 9673.0, 9677.0, 9673.0, 9683.0, 9672.0, 9675.0, 9681.0, 9704.0, 9679.0, 9662.0, 9685.0, 9699.0, 9702.0, 9668.0, 9676.0, 9676.0, 9648.0, 9689.0, 9655.0, 9692.0, 9669.0, 9671.0, 9673.0, 9673.0, 9698.0, 9695.0, 9686.0, 9693.0, 9705.0, 9719.0, 9704.0, 9695.0, 9697.0, 9692.0, 9732.0, 9701.0, 9672.0, 9681.0, 9670.0, 9681.0, 9699.0, 9694.0, 9708.0, 9680.0, 9683.0, 9669.0, 9672.0, 9685.0, 9677.0, 9698.0, 9682.0, 9653.0, 9674.0, 9684.0, 9696.0, 9679.0, 9703.0, 9666.0, 9661.0, 9681.0, 9685.0, 9703.0, 9675.0, 9675.0, 9675.0, 9667.0, 9683.0, 9684.0, 9729.0, 9698.0, 9662.0, 9677.0, 9664.0, 9673.0, 9679.0, 9677.0, 9709.0, 9732.0, 9733.0, 9697.0, 9667.0, 9677.0, 9670.0, 9659.0, 9687.0, 9677.0, 9684.0, 9679.0, 9695.0, 9679.0, 9720.0, 9678.0, 9657.0, 9657.0, 9656.0, 9677.0, 9672.0, 9699.0, 9663.0, 9643.0, 9649.0, 9638.0, 9647.0, 9648.0, 9652.0, 9655.0, 9649.0, 9669.0, 9654.0, 9663.0, 9675.0, 9685.0, 9673.0, 9674.0, 9681.0, 9669.0, 9655.0, 9690.0, 9702.0, 9724.0, 9694.0, 9677.0, 9683.0, 9690.0, 9680.0, 9680.0, 9679.0, 9686.0, 9680.0, 9695.0, 9675.0, 9676.0, 9670.0, 9654.0, 9676.0, 9673.0, 9676.0, 9670.0, 9660.0, 9647.0, 9683.0, 9703.0, 9684.0, 9666.0, 9673.0, 9676.0, 9691.0, 9707.0, 9700.0, 9704.0, 9676.0, 9669.0, 9676.0, 9671.0, 9673.0, 9669.0, 9724.0, 9690.0, 9655.0, 9670.0, 9671.0, 9656.0, 9676.0, 9663.0, 9687.0, 9691.0, 9674.0, 9717.0, 9685.0, 9696.0, 9680.0, 9681.0, 9681.0, 9669.0, 9708.0, 9679.0, 9657.0, 9667.0, 9652.0, 9662.0, 9652.0, 9647.0, 9655.0, 9656.0, 9698.0, 9663.0, 9650.0, 9649.0, 9652.0, 9686.0, 9656.0, 9647.0, 9657.0, 9654.0, 9654.0, 9677.0, 9695.0, 9683.0, 9671.0, 9681.0, 9679.0, 9687.0, 9697.0, 9683.0, 9684.0, 9677.0, 9673.0, 9673.0, 9692.0, 9695.0, 9721.0, 9703.0, 9732.0, 9705.0, 9693.0, 9701.0, 9696.0, 9722.0, 9723.0, 9713.0, 9691.0, 9694.0, 9704.0, 9692.0, 9678.0, 9693.0, 9703.0, 9723.0, 9695.0, 9682.0, 9663.0, 9679.0, 9674.0, 9669.0, 9683.0, 9701.0, 9703.0, 9704.0, 9710.0, 9691.0, 9674.0, 9679.0, 9698.0, 9706.0, 9682.0, 9669.0, 9675.0, 9678.0, 9710.0, 9669.0, 9655.0, 9658.0, 9674.0, 9654.0, 9675.0, 9689.0, 9686.0, 9670.0, 9653.0, 9676.0, 9677.0, 9683.0, 9677.0, 9684.0, 9696.0, 9675.0, 9674.0, 9677.0, 9681.0, 9668.0, 9695.0, 9678.0, 9700.0, 9706.0, 9731.0, 9717.0, 9703.0, 9700.0, 9689.0, 9703.0, 9707.0, 9707.0, 9689.0, 9694.0, 9689.0, 9693.0, 9703.0, 9694.0, 9696.0, 9682.0, 9669.0, 9693.0, 9652.0, 9658.0, 9628.0, 9611.0, 9636.0, 9627.0, 9625.0, 9610.0, 9644.0, 9622.0, 9622.0, 9649.0, 9657.0, 9653.0, 9667.0, 9661.0, 9666.0, 9674.0, 9676.0, 9693.0, 9682.0, 9706.0, 9675.0, 9676.0, 9670.0, 9655.0, 9647.0, 9678.0, 9692.0, 9711.0, 9701.0, 9688.0, 9696.0, 9694.0, 9702.0, 9704.0, 9703.0, 9720.0, 9693.0, 9676.0, 9679.0, 9671.0, 9701.0, 9677.0, 9694.0, 9661.0, 9645.0, 9656.0, 9658.0, 9655.0, 9655.0, 9672.0, 9681.0, 9709.0, 9698.0, 9683.0, 9678.0, 9684.0, 9690.0, 9692.0, 9691.0, 9698.0, 9696.0, 9716.0, 9693.0, 9673.0, 9672.0, 9679.0, 9676.0, 9666.0, 9690.0, 9677.0, 9687.0, 9677.0, 9673.0, 9668.0, 9676.0, 9672.0, 9701.0, 9702.0, 9704.0, 9673.0, 9673.0, 9667.0, 9674.0, 9673.0, 9674.0, 9679.0, 9659.0, 9680.0, 9671.0, 9649.0, 9673.0, 9681.0, 9676.0, 9681.0, 9673.0, 9664.0, 9691.0, 9693.0, 9697.0, 9724.0, 9704.0, 9734.0, 9708.0, 9714.0, 9705.0, 9682.0, 9698.0, 9668.0, 9711.0, 9676.0, 9698.0, 9669.0, 9656.0, 9672.0, 9665.0, 9690.0, 9704.0, 9680.0, 9692.0, 9697.0, 9672.0, 9696.0, 9702.0, 9711.0, 9724.0, 9715.0, 9712.0, 9698.0, 9706.0, 9699.0, 9696.0, 9701.0, 9694.0, 9677.0, 9700.0, 9680.0, 9658.0, 9665.0, 9672.0, 9666.0, 9691.0, 9679.0, 9697.0, 9705.0, 9728.0, 9692.0, 9701.0, 9718.0, 9694.0, 9712.0, 9705.0, 9745.0, 9693.0, 9720.0, 9676.0, 9648.0, 9668.0, 9671.0, 9668.0, 9691.0, 9690.0, 9680.0, 9680.0, 9676.0, 9691.0, 9678.0, 9677.0, 9700.0, 9691.0, 9715.0, 9716.0, 9695.0, 9699.0, 9723.0, 9742.0, 9697.0, 9715.0, 9682.0, 9705.0, 9662.0, 9620.0, 9629.0, 9631.0, 9631.0, 9647.0, 9652.0, 9674.0, 9670.0, 9678.0, 9654.0, 9665.0, 9655.0, 9672.0, 9675.0, 9693.0, 9677.0, 9682.0, 9700.0, 9696.0, 9666.0, 9695.0, 9670.0, 9659.0, 9669.0, 9670.0, 9675.0, 9682.0, 9676.0, 9695.0, 9688.0, 9676.0, 9693.0, 9686.0, 9700.0, 9705.0, 9708.0, 9694.0, 9684.0, 9686.0, 9698.0, 9704.0, 9688.0, 9676.0, 9694.0, 9669.0, 9648.0, 9672.0, 9655.0, 9680.0, 9678.0, 9670.0, 9683.0, 9675.0, 9674.0, 9672.0, 9695.0, 9688.0, 9694.0, 9680.0, 9688.0, 9679.0, 9677.0, 9693.0, 9681.0, 9673.0, 9699.0, 9713.0, 9707.0, 9690.0, 9718.0, 9697.0, 9663.0, 9675.0, 9656.0, 9659.0, 9674.0, 9678.0, 9703.0, 9676.0, 9680.0, 9679.0, 9675.0, 9677.0, 9682.0, 9693.0, 9679.0, 9718.0, 9691.0, 9697.0, 9697.0, 9691.0, 9695.0, 9694.0, 9684.0, 9716.0, 9687.0, 9670.0, 9688.0, 9632.0, 9618.0, 9618.0, 9621.0, 9622.0, 9626.0, 9649.0, 9679.0, 9631.0, 9633.0, 9652.0, 9679.0, 9672.0, 9678.0, 9681.0, 9684.0, 9673.0, 9667.0, 9691.0, 9727.0, 9752.0, 9758.0, 9712.0, 9753.0, 9695.0, 9711.0, 9675.0, 9654.0, 9700.0, 9643.0, 9656.0, 9605.0, 9619.0, 9603.0, 9606.0, 9595.0, 9593.0, 9596.0, 9600.0, 9599.0, 9621.0, 9602.0, 9650.0, 9650.0, 9656.0, 9670.0, 9678.0, 9695.0, 9686.0, 9714.0, 9700.0, 9712.0, 9719.0, 9738.0, 9726.0, 9715.0, 9719.0, 9703.0, 9705.0, 9695.0, 9699.0, 9699.0, 9733.0, 9712.0, 9725.0, 9690.0, 9690.0, 9683.0, 9675.0, 9673.0, 9669.0, 9702.0, 9683.0, 9716.0, 9675.0, 9668.0, 9665.0, 9672.0, 9655.0, 9670.0, 9674.0, 9685.0, 9695.0, 9712.0, 9690.0, 9685.0, 9678.0, 9672.0, 9697.0, 9671.0, 9691.0, 9667.0, 9656.0, 9652.0, 9660.0, 9667.0, 9677.0, 9671.0, 9675.0, 9670.0, 9670.0, 9672.0, 9666.0, 9671.0, 9670.0, 9676.0, 9694.0, 9700.0, 9671.0, 9670.0, 9670.0, 9673.0, 9657.0, 9696.0, 9680.0, 9695.0, 9703.0, 9712.0, 9698.0, 9720.0, 9690.0, 9665.0, 9671.0, 9667.0, 9673.0, 9672.0, 9711.0, 9691.0, 9702.0, 9674.0, 9670.0, 9670.0, 9691.0, 9668.0, 9698.0, 9690.0, 9708.0, 9717.0, 9725.0, 9702.0, 9689.0, 9697.0, 9696.0, 9677.0, 9677.0, 9672.0, 9701.0, 9686.0, 9697.0, 9683.0, 9651.0, 9661.0, 9643.0, 9651.0, 9668.0, 9666.0, 9686.0, 9672.0, 9678.0, 9681.0, 9674.0, 9671.0, 9672.0, 9651.0, 9676.0, 9670.0, 9670.0, 9672.0, 9677.0, 9699.0, 9674.0, 9669.0, 9679.0, 9672.0, 9696.0, 9669.0, 9649.0, 9659.0, 9675.0, 9674.0, 9692.0, 9674.0, 9702.0, 9692.0, 9673.0, 9685.0, 9695.0, 9704.0, 9702.0, 9685.0, 9701.0, 9691.0, 9672.0, 9692.0, 9687.0, 9705.0, 9703.0, 9693.0, 9695.0, 9689.0, 9671.0, 9684.0, 9700.0, 9690.0, 9691.0, 9689.0, 9691.0, 9698.0, 9708.0, 9708.0, 9696.0, 9712.0, 9721.0, 9721.0, 9698.0, 9708.0, 9690.0, 9687.0, 9691.0, 9688.0, 9734.0, 9719.0, 9690.0, 9703.0, 9688.0, 9677.0, 9648.0, 9686.0, 9671.0, 9696.0, 9699.0, 9724.0, 9698.0, 9673.0, 9689.0, 9665.0, 9684.0, 9652.0, 9648.0, 9657.0, 9655.0, 9652.0, 9653.0, 9652.0, 9664.0, 9671.0, 9667.0, 9672.0, 9669.0, 9666.0, 9670.0, 9670.0, 9669.0, 9675.0, 9692.0, 9694.0, 9672.0, 9673.0, 9660.0, 9664.0, 9667.0, 9672.0, 9686.0, 9696.0, 9670.0, 9670.0, 9658.0, 9675.0, 9672.0, 9728.0, 9725.0, 9697.0, 9693.0, 9697.0, 9676.0, 9686.0, 9694.0, 9698.0, 9718.0, 9695.0, 9741.0, 9706.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.001091153846153846</td></tr>
<tr><td colspan=3>aqi</td><td>0.017148744175824175</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.898316120077006</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2119537495819581</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0068250180638054</td></tr>
<tr><td colspan=3>efc</td><td>0.4703</td></tr>
<tr><td colspan=3>fber</td><td>6098.7329</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08411688919293174</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6263736263736264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2185265676529173</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.163629584778687</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.3636834890999396</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1282666290801253</td></tr>
<tr><td colspan=3>gcor</td><td>0.0156659</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011312953196465969</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02401631698012352</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>4.226353901561777</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>26.9959</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9016</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.7072</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302966.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.7946</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7971</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.6082</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3642.3784</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.489</td></tr>
<tr><td colspan=3>tsnr</td><td>43.26854203827679</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>