<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0088_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0088_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0088_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0088_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0088_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0088_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0088_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0088_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-02/func/sub-0088_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>39e5c8835adbffa948f326a2fcea38c8</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:39:13.697500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999959, -0.00907895, 0.000288518, 0.00907565, 0.99991, 0.00989767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0815369</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7775, -7192, 512, -11, -114, -17, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d9cb16a-a36f-4a39-a0cc-2a2aaedc916d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68281626701355, 0.024349303916096687, 0.001021551783196628, 114.04316711425781], [0.024358157068490982, 2.682684898376465, 0.026715539395809174, -90.88227844238281], [0.0007740728906355798, -0.02655472792685032, 2.6998677253723145, -57.895023345947266], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['093913.697500', '093914.157500', '093914.617500', '093915.077500', '093915.537500', '093915.997500', '093916.457500', '093916.917500', '093917.377500', '093917.837500', '093918.297500', '093918.757500', '093919.217500', '093919.677500', '093920.137500', '093920.597500', '093921.057500', '093921.517500', '093921.977500', '093922.437500', '093922.897500', '093923.357500', '093923.817500', '093924.277500', '093924.737500', '093925.197500', '093925.657500', '093926.117500', '093926.577500', '093927.037500', '093927.497500', '093927.957500', '093928.417500', '093928.877500', '093929.337500', '093929.797500', '093930.257500', '093930.717500', '093931.177500', '093931.637500', '093932.097500', '093932.557500', '093933.017500', '093933.477500', '093933.937500', '093934.397500', '093934.857500', '093935.317500', '093935.777500', '093936.237500', '093936.697500', '093937.157500', '093937.617500', '093938.077500', '093938.537500', '093938.997500', '093939.457500', '093939.917500', '093940.377500', '093940.837500', '093941.297500', '093941.757500', '093942.217500', '093942.677500', '093943.137500', '093943.597500', '093944.057500', '093944.517500', '093944.977500', '093945.437500', '093945.897500', '093946.357500', '093946.817500', '093947.277500', '093947.737500', '093948.197500', '093948.657500', '093949.117500', '093949.577500', '093950.037500', '093950.497500', '093950.957500', '093951.417500', '093951.877500', '093952.337500', '093952.797500', '093953.257500', '093953.717500', '093954.177500', '093954.637500', '093955.097500', '093955.557500', '093956.017500', '093956.477500', '093956.937500', '093957.397500', '093957.857500', '093958.317500', '093958.777500', '093959.237500', '093959.697500', '094000.157500', '094000.617500', '094001.077500', '094001.537500', '094001.997500', '094002.457500', '094002.917500', '094003.377500', '094003.837500', '094004.297500', '094004.757500', '094005.217500', '094005.677500', '094006.137500', '094006.597500', '094007.057500', '094007.517500', '094007.977500', '094008.437500', '094008.897500', '094009.357500', '094009.817500', '094010.277500', '094010.737500', '094011.197500', '094011.657500', '094012.117500', '094012.577500', '094013.037500', '094013.497500', '094013.957500', '094014.417500', '094014.877500', '094015.337500', '094015.797500', '094016.257500', '094016.717500', '094017.177500', '094017.637500', '094018.097500', '094018.557500', '094019.017500', '094019.477500', '094019.937500', '094020.397500', '094020.857500', '094021.317500', '094021.777500', '094022.237500', '094022.697500', '094023.157500', '094023.617500', '094024.077500', '094024.537500', '094024.997500', '094025.457500', '094025.917500', '094026.377500', '094026.837500', '094027.297500', '094027.757500', '094028.217500', '094028.677500', '094029.137500', '094029.597500', '094030.057500', '094030.517500', '094030.977500', '094031.437500', '094031.897500', '094032.357500', '094032.817500', '094033.277500', '094033.737500', '094034.197500', '094034.657500', '094035.117500', '094035.577500', '094036.037500', '094036.497500', '094036.957500', '094037.417500', '094037.877500', '094038.337500', '094038.797500', '094039.257500', '094039.717500', '094040.177500', '094040.637500', '094041.097500', '094041.557500', '094042.017500', '094042.477500', '094042.937500', '094043.397500', '094043.857500', '094044.317500', '094044.777500', '094045.237500', '094045.697500', '094046.157500', '094046.617500', '094047.077500', '094047.537500', '094047.997500', '094048.457500', '094048.917500', '094049.377500', '094049.837500', '094050.297500', '094050.757500', '094051.217500', '094051.677500', '094052.137500', '094052.597500', '094053.057500', '094053.517500', '094053.977500', '094054.437500', '094054.897500', '094055.357500', '094055.817500', '094056.277500', '094056.737500', '094057.197500', '094057.657500', '094058.117500', '094058.577500', '094059.037500', '094059.497500', '094059.957500', '094100.417500', '094100.877500', '094101.337500', '094101.797500', '094102.257500', '094102.717500', '094103.177500', '094103.637500', '094104.097500', '094104.557500', '094105.017500', '094105.477500', '094105.937500', '094106.397500', '094106.857500', '094107.317500', '094107.777500', '094108.237500', '094108.697500', '094109.157500', '094109.617500', '094110.077500', '094110.537500', '094110.997500', '094111.457500', '094111.917500', '094112.377500', '094112.837500', '094113.297500', '094113.757500', '094114.217500', '094114.677500', '094115.137500', '094115.597500', '094116.057500', '094116.517500', '094116.977500', '094117.437500', '094117.897500', '094118.357500', '094118.817500', '094119.277500', '094119.737500', '094120.197500', '094120.657500', '094121.117500', '094121.577500', '094122.037500', '094122.497500', '094122.957500', '094123.417500', '094123.877500', '094124.337500', '094124.797500', '094125.257500', '094125.717500', '094126.177500', '094126.637500', '094127.097500', '094127.557500', '094128.017500', '094128.477500', '094128.937500', '094129.397500', '094129.857500', '094130.317500', '094130.777500', '094131.237500', '094131.697500', '094132.157500', '094132.617500', '094133.077500', '094133.537500', '094133.997500', '094134.457500', '094134.917500', '094135.377500', '094135.837500', '094136.297500', '094136.757500', '094137.217500', '094137.677500', '094138.137500', '094138.597500', '094139.057500', '094139.517500', '094139.977500', '094140.437500', '094140.897500', '094141.357500', '094141.817500', '094142.277500', '094142.737500', '094143.197500', '094143.657500', '094144.117500', '094144.577500', '094145.037500', '094145.497500', '094145.957500', '094146.417500', '094146.877500', '094147.337500', '094147.797500', '094148.257500', '094148.717500', '094149.177500', '094149.637500', '094150.097500', '094150.557500', '094151.017500', '094151.477500', '094151.937500', '094152.397500', '094152.857500', '094153.317500', '094153.777500', '094154.237500', '094154.697500', '094155.157500', '094155.617500', '094156.077500', '094156.537500', '094156.997500', '094157.457500', '094157.917500', '094158.377500', '094158.837500', '094159.297500', '094159.757500', '094200.217500', '094200.677500', '094201.137500', '094201.597500', '094202.057500', '094202.517500', '094202.977500', '094203.437500', '094203.897500', '094204.357500', '094204.817500', '094205.277500', '094205.737500', '094206.197500', '094206.657500', '094207.117500', '094207.577500', '094208.037500', '094208.497500', '094208.957500', '094209.417500', '094209.877500', '094210.337500', '094210.797500', '094211.257500', '094211.717500', '094212.177500', '094212.637500', '094213.097500', '094213.557500', '094214.017500', '094214.477500', '094214.937500', '094215.397500', '094215.857500', '094216.317500', '094216.777500', '094217.237500', '094217.697500', '094218.157500', '094218.617500', '094219.077500', '094219.537500', '094219.997500', '094220.457500', '094220.917500', '094221.377500', '094221.837500', '094222.297500', '094222.757500', '094223.217500', '094223.677500', '094224.137500', '094224.597500', '094225.057500', '094225.517500', '094225.977500', '094226.437500', '094226.897500', '094227.357500', '094227.817500', '094228.277500', '094228.737500', '094229.197500', '094229.657500', '094230.117500', '094230.577500', '094231.037500', '094231.497500', '094231.957500', '094232.417500', '094232.877500', '094233.337500', '094233.797500', '094234.257500', '094234.717500', '094235.177500', '094235.637500', '094236.097500', '094236.557500', '094237.017500', '094237.477500', '094237.937500', '094238.397500', '094238.857500', '094239.317500', '094239.777500', '094240.237500', '094240.697500', '094241.157500', '094241.617500', '094242.077500', '094242.537500', '094242.997500', '094243.457500', '094243.917500', '094244.377500', '094244.837500', '094245.297500', '094245.757500', '094246.217500', '094246.677500', '094247.137500', '094247.597500', '094248.057500', '094248.517500', '094248.977500', '094249.437500', '094249.897500', '094250.357500', '094250.817500', '094251.277500', '094251.737500', '094252.197500', '094252.657500', '094253.117500', '094253.577500', '094254.037500', '094254.497500', '094254.957500', '094255.417500', '094255.877500', '094256.337500', '094256.797500', '094257.257500', '094257.717500', '094258.177500', '094258.637500', '094259.097500', '094259.557500', '094300.017500', '094300.477500', '094300.937500', '094301.397500', '094301.857500', '094302.317500', '094302.777500', '094303.237500', '094303.697500', '094304.157500', '094304.617500', '094305.077500', '094305.537500', '094305.997500', '094306.457500', '094306.917500', '094307.377500', '094307.837500', '094308.297500', '094308.757500', '094309.217500', '094309.677500', '094310.137500', '094310.597500', '094311.057500', '094311.517500', '094311.977500', '094312.437500', '094312.897500', '094313.357500', '094313.817500', '094314.277500', '094314.737500', '094315.197500', '094315.657500', '094316.117500', '094316.577500', '094317.037500', '094317.497500', '094317.957500', '094318.417500', '094318.877500', '094319.337500', '094319.797500', '094320.257500', '094320.717500', '094321.177500', '094321.637500', '094322.097500', '094322.557500', '094323.017500', '094323.477500', '094323.937500', '094324.397500', '094324.857500', '094325.317500', '094325.777500', '094326.237500', '094326.697500', '094327.157500', '094327.617500', '094328.077500', '094328.537500', '094328.997500', '094329.457500', '094329.917500', '094330.377500', '094330.837500', '094331.297500', '094331.757500', '094332.217500', '094332.677500', '094333.137500', '094333.597500', '094334.057500', '094334.517500', '094334.977500', '094335.437500', '094335.897500', '094336.357500', '094336.817500', '094337.277500', '094337.737500', '094338.197500', '094338.657500', '094339.117500', '094339.577500', '094340.037500', '094340.497500', '094340.957500', '094341.417500', '094341.877500', '094342.337500', '094342.797500', '094343.257500', '094343.717500', '094344.177500', '094344.637500', '094345.097500', '094345.557500', '094346.017500', '094346.477500', '094346.937500', '094347.397500', '094347.857500', '094348.317500', '094348.777500', '094349.237500', '094349.697500', '094350.157500', '094350.617500', '094351.077500', '094351.537500', '094351.997500', '094352.457500', '094352.917500', '094353.377500', '094353.837500', '094354.297500', '094354.757500', '094355.217500', '094355.677500', '094356.137500', '094356.597500', '094357.057500', '094357.517500', '094357.977500', '094358.437500', '094358.897500', '094359.357500', '094359.817500', '094400.277500', '094400.737500', '094401.197500', '094401.657500', '094402.117500', '094402.577500', '094403.037500', '094403.497500', '094403.957500', '094404.417500', '094404.877500', '094405.337500', '094405.797500', '094406.257500', '094406.717500', '094407.177500', '094407.637500', '094408.097500', '094408.557500', '094409.017500', '094409.477500', '094409.937500', '094410.397500', '094410.857500', '094411.317500', '094411.777500', '094412.237500', '094412.697500', '094413.157500', '094413.617500', '094414.077500', '094414.537500', '094414.997500', '094415.457500', '094415.917500', '094416.377500', '094416.837500', '094417.297500', '094417.757500', '094418.217500', '094418.677500', '094419.137500', '094419.597500', '094420.057500', '094420.517500', '094420.977500', '094421.437500', '094421.897500', '094422.357500', '094422.817500', '094423.277500', '094423.737500', '094424.197500', '094424.657500', '094425.117500', '094425.577500', '094426.037500', '094426.497500', '094426.957500', '094427.417500', '094427.877500', '094428.337500', '094428.797500', '094429.257500', '094429.717500', '094430.177500', '094430.637500', '094431.097500', '094431.557500', '094432.017500', '094432.477500', '094432.937500', '094433.397500', '094433.857500', '094434.317500', '094434.777500', '094435.237500', '094435.697500', '094436.157500', '094436.617500', '094437.077500', '094437.537500', '094437.997500', '094438.457500', '094438.917500', '094439.377500', '094439.837500', '094440.297500', '094440.757500', '094441.217500', '094441.677500', '094442.137500', '094442.597500', '094443.057500', '094443.517500', '094443.977500', '094444.437500', '094444.897500', '094445.357500', '094445.817500', '094446.277500', '094446.737500', '094447.197500', '094447.657500', '094448.117500', '094448.577500', '094449.037500', '094449.497500', '094449.957500', '094450.417500', '094450.877500', '094451.337500', '094451.797500', '094452.257500', '094452.717500', '094453.177500', '094453.637500', '094454.097500', '094454.557500', '094455.017500', '094455.477500', '094455.937500', '094456.397500', '094456.857500', '094457.317500', '094457.777500', '094458.237500', '094458.697500', '094459.157500', '094459.617500', '094500.077500', '094500.537500', '094500.997500', '094501.457500', '094501.917500', '094502.377500', '094502.837500', '094503.297500', '094503.757500', '094504.217500', '094504.677500', '094505.137500', '094505.597500', '094506.057500', '094506.517500', '094506.977500', '094507.437500', '094507.897500', '094508.357500', '094508.817500', '094509.277500', '094509.737500', '094510.197500', '094510.657500', '094511.117500', '094511.577500', '094512.037500', '094512.497500', '094512.957500', '094513.417500', '094513.877500', '094514.337500', '094514.797500', '094515.257500', '094515.717500', '094516.177500', '094516.637500', '094517.097500', '094517.557500', '094518.017500', '094518.477500', '094518.937500', '094519.397500', '094519.857500', '094520.317500', '094520.777500', '094521.237500', '094521.697500', '094522.157500', '094522.617500', '094523.077500', '094523.537500', '094523.997500', '094524.457500', '094524.917500', '094525.377500', '094525.837500', '094526.297500', '094526.757500', '094527.217500', '094527.677500', '094528.137500', '094528.597500', '094529.057500', '094529.517500', '094529.977500', '094530.437500', '094530.897500', '094531.357500', '094531.817500', '094532.277500', '094532.737500', '094533.197500', '094533.657500', '094534.117500', '094534.577500', '094535.037500', '094535.497500', '094535.957500', '094536.417500', '094536.877500', '094537.337500', '094537.797500', '094538.257500', '094538.717500', '094539.177500', '094539.637500', '094540.097500', '094540.557500', '094541.017500', '094541.477500', '094541.937500', '094542.397500', '094542.857500', '094543.317500', '094543.777500', '094544.237500', '094544.697500', '094545.157500', '094545.617500', '094546.077500', '094546.537500', '094546.997500', '094547.457500', '094547.917500', '094548.377500', '094548.837500', '094549.297500', '094549.757500', '094550.217500', '094550.677500', '094551.137500', '094551.597500', '094552.057500', '094552.517500', '094552.977500', '094553.437500', '094553.897500', '094554.357500', '094554.817500', '094555.277500', '094555.737500', '094556.197500', '094556.657500', '094557.117500', '094557.577500', '094558.037500', '094558.497500', '094558.957500', '094559.417500', '094559.877500', '094600.337500', '094600.797500', '094601.257500', '094601.717500', '094602.177500', '094602.637500', '094603.097500', '094603.557500', '094604.017500', '094604.477500', '094604.937500', '094605.397500', '094605.857500', '094606.317500', '094606.777500', '094607.237500', '094607.697500', '094608.157500', '094608.617500', '094609.077500', '094609.537500', '094609.997500', '094610.457500', '094610.917500', '094611.377500', '094611.837500', '094612.297500', '094612.757500', '094613.217500', '094613.677500'], 'ContentTime': ['093938.983000', '093938.986000', '093938.989000', '093938.991000', '093938.994000', '093938.996000', '093939.000000', '093939.003000', '093939.005000', '093939.008000', '093939.010000', '093939.013000', '093939.016000', '093939.019000', '093939.021000', '093939.024000', '093939.027000', '093939.029000', '093939.032000', '093939.034000', '093939.037000', '093939.040000', '093939.042000', '093939.045000', '093939.048000', '093939.050000', '093939.053000', '093939.055000', '093939.058000', '093939.061000', '093939.063000', '093939.071000', '093939.073000', '093939.076000', '093939.078000', '093939.081000', '093939.084000', '093939.086000', '093939.089000', '093939.091000', '093939.094000', '093939.097000', '093939.099000', '093939.102000', '093939.104000', '093939.107000', '093939.110000', '093939.112000', '093939.115000', '093939.117000', '093939.120000', '093939.123000', '093958.936000', '093958.939000', '093958.941000', '093958.944000', '093958.947000', '093958.949000', '093958.952000', '093958.954000', '093958.957000', '093958.960000', '093958.962000', '093958.965000', '093958.967000', '093958.970000', '093958.973000', '093958.975000', '093958.978000', '093958.980000', '093958.983000', '093958.986000', '093958.988000', '093958.991000', '093958.993000', '093958.996000', '093958.998000', '093959.007000', '093959.010000', '093959.012000', '093959.015000', '093959.017000', '093959.020000', '093959.022000', '093959.034000', '093959.036000', '093959.039000', '093959.042000', '093959.044000', '093959.047000', '093959.049000', '093959.052000', '093959.054000', '093959.057000', '093959.060000', '093959.062000', '094018.935000', '094018.938000', '094018.941000', '094018.944000', '094018.946000', '094018.949000', '094018.951000', '094018.954000', '094018.957000', '094018.959000', '094018.962000', '094018.964000', '094018.967000', '094018.970000', '094018.972000', '094018.975000', '094018.978000', '094018.980000', '094018.983000', '094018.986000', '094018.989000', '094018.992000', '094018.994000', '094018.997000', '094019.001000', '094019.007000', '094019.009000', '094019.012000', '094019.015000', '094019.017000', '094019.020000', '094019.023000', '094019.025000', '094019.039000', '094019.053000', '094019.055000', '094019.058000', '094019.061000', '094019.063000', '094019.066000', '094019.068000', '094019.071000', '094019.074000', '094019.076000', '094038.936000', '094038.939000', '094038.942000', '094038.945000', '094038.947000', '094038.950000', '094038.952000', '094038.955000', '094038.958000', '094038.960000', '094038.963000', '094038.965000', '094038.968000', '094038.971000', '094038.973000', '094038.976000', '094038.979000', '094038.981000', '094038.984000', '094038.987000', '094038.989000', '094038.992000', '094038.994000', '094038.997000', '094039.001000', '094039.003000', '094039.006000', '094039.019000', '094039.021000', '094039.024000', '094039.026000', '094039.029000', '094039.032000', '094039.034000', '094039.037000', '094039.040000', '094039.042000', '094039.045000', '094039.047000', '094039.050000', '094039.053000', '094039.055000', '094039.058000', '094058.937000', '094058.939000', '094058.942000', '094058.945000', '094058.947000', '094058.950000', '094058.953000', '094058.956000', '094058.959000', '094058.963000', '094058.966000', '094058.968000', '094058.971000', '094058.973000', '094058.976000', '094058.979000', '094058.982000', '094058.984000', '094058.987000', '094058.989000', '094058.992000', '094058.995000', '094058.997000', '094059.001000', '094059.004000', '094059.006000', '094059.009000', '094059.011000', '094059.014000', '094059.017000', '094059.019000', '094059.022000', '094059.025000', '094059.027000', '094059.030000', '094059.032000', '094059.035000', '094059.038000', '094059.040000', '094059.043000', '094059.045000', '094059.048000', '094059.051000', '094118.937000', '094118.939000', '094118.942000', '094118.945000', '094118.947000', '094118.950000', '094118.952000', '094118.955000', '094118.958000', '094118.960000', '094118.963000', '094118.966000', '094118.968000', '094118.971000', '094118.974000', '094118.976000', '094118.979000', '094118.981000', '094118.984000', '094118.987000', '094118.989000', '094118.992000', '094118.995000', '094118.997000', '094119.001000', '094119.003000', '094119.006000', '094119.009000', '094119.011000', '094119.014000', '094119.017000', '094119.019000', '094119.022000', '094119.024000', '094119.027000', '094119.038000', '094119.040000', '094119.043000', '094119.046000', '094119.048000', '094119.051000', '094119.054000', '094119.056000', '094119.059000', '094138.935000', '094138.939000', '094138.963000', '094138.966000', '094138.969000', '094138.971000', '094138.974000', '094138.977000', '094138.979000', '094138.982000', '094138.984000', '094138.987000', '094138.990000', '094138.992000', '094138.995000', '094138.998000', '094139.001000', '094139.004000', '094139.006000', '094139.009000', '094139.012000', '094139.014000', '094139.017000', '094139.019000', '094139.022000', '094139.026000', '094139.029000', '094139.042000', '094139.045000', '094139.047000', '094139.050000', '094139.052000', '094139.055000', '094139.058000', '094139.060000', '094139.063000', '094139.065000', '094139.068000', '094139.071000', '094139.073000', '094139.076000', '094139.079000', '094139.081000', '094158.936000', '094158.938000', '094158.941000', '094158.944000', '094158.946000', '094158.949000', '094158.952000', '094158.955000', '094158.957000', '094158.960000', '094158.962000', '094158.965000', '094158.968000', '094158.970000', '094158.973000', '094158.976000', '094158.979000', '094158.981000', '094158.984000', '094158.987000', '094158.989000', '094158.992000', '094158.994000', '094158.997000', '094159.001000', '094159.003000', '094159.006000', '094159.009000', '094159.012000', '094159.014000', '094159.017000', '094159.019000', '094159.022000', '094159.025000', '094159.027000', '094159.030000', '094159.033000', '094159.035000', '094159.038000', '094159.040000', '094159.043000', '094159.046000', '094159.048000', '094159.051000', '094218.935000', '094218.938000', '094218.941000', '094218.943000', '094218.946000', '094218.949000', '094218.952000', '094218.954000', '094218.957000', '094218.960000', '094218.962000', '094218.965000', '094218.968000', '094218.970000', '094218.973000', '094218.976000', '094218.978000', '094218.981000', '094218.983000', '094218.986000', '094218.989000', '094218.992000', '094218.994000', '094218.997000', '094219.001000', '094219.003000', '094219.006000', '094219.009000', '094219.011000', '094219.014000', '094219.017000', '094219.019000', '094219.022000', '094219.024000', '094219.027000', '094219.030000', '094219.032000', '094219.035000', '094219.038000', '094219.040000', '094219.043000', '094219.046000', '094219.048000', '094238.935000', '094238.939000', '094238.942000', '094238.944000', '094238.947000', '094238.950000', '094238.952000', '094238.955000', '094238.958000', '094238.960000', '094238.963000', '094238.966000', '094238.968000', '094238.971000', '094238.974000', '094238.976000', '094238.979000', '094238.982000', '094238.984000', '094238.987000', '094238.989000', '094238.992000', '094238.995000', '094238.997000', '094239.001000', '094239.004000', '094239.006000', '094239.009000', '094239.012000', '094239.014000', '094239.017000', '094239.019000', '094239.022000', '094239.025000', '094239.027000', '094239.030000', '094239.033000', '094239.035000', '094239.038000', '094239.041000', '094239.043000', '094239.046000', '094239.049000', '094239.051000', '094258.937000', '094258.939000', '094258.942000', '094258.945000', '094258.948000', '094258.950000', '094258.953000', '094258.955000', '094258.958000', '094258.961000', '094258.963000', '094258.966000', '094258.969000', '094258.971000', '094258.974000', '094258.977000', '094258.979000', '094258.982000', '094258.984000', '094258.987000', '094258.990000', '094258.992000', '094258.995000', '094258.998000', '094259.001000', '094259.004000', '094259.006000', '094259.009000', '094259.012000', '094259.015000', '094259.018000', '094259.021000', '094259.023000', '094259.027000', '094259.029000', '094259.032000', '094259.034000', '094259.037000', '094259.040000', '094259.042000', '094259.045000', '094259.048000', '094259.050000', '094318.936000', '094318.939000', '094318.942000', '094318.945000', '094318.947000', '094318.950000', '094318.952000', '094318.955000', '094318.958000', '094318.972000', '094318.975000', '094318.977000', '094318.980000', '094318.983000', '094318.985000', '094318.988000', '094318.991000', '094318.994000', '094318.996000', '094319.000000', '094319.003000', '094319.005000', '094319.008000', '094319.010000', '094319.013000', '094319.024000', '094319.027000', '094319.030000', '094319.032000', '094319.035000', '094319.038000', '094319.040000', '094319.043000', '094319.046000', '094319.048000', '094319.051000', '094319.054000', '094319.056000', '094319.059000', '094319.061000', '094319.064000', '094319.067000', '094319.069000', '094319.072000', '094338.936000', '094338.939000', '094338.942000', '094338.945000', '094338.947000', '094338.950000', '094338.953000', '094338.955000', '094338.958000', '094338.960000', '094338.963000', '094338.966000', '094338.968000', '094338.971000', '094338.974000', '094338.976000', '094338.979000', '094338.982000', '094338.984000', '094338.987000', '094338.989000', '094338.992000', '094338.995000', '094338.997000', '094339.001000', '094339.004000', '094339.006000', '094339.009000', '094339.012000', '094339.014000', '094339.017000', '094339.020000', '094339.022000', '094339.025000', '094339.028000', '094339.030000', '094339.033000', '094339.036000', '094339.038000', '094339.041000', '094339.044000', '094339.046000', '094339.049000', '094358.936000', '094358.938000', '094358.941000', '094358.944000', '094358.947000', '094358.949000', '094358.952000', '094358.955000', '094358.957000', '094358.960000', '094358.962000', '094358.965000', '094358.968000', '094358.970000', '094358.973000', '094358.976000', '094358.979000', '094358.981000', '094358.984000', '094358.986000', '094358.989000', '094358.992000', '094358.994000', '094358.997000', '094359.001000', '094359.003000', '094359.006000', '094359.009000', '094359.011000', '094359.014000', '094359.016000', '094359.019000', '094359.022000', '094359.024000', '094359.027000', '094359.030000', '094359.032000', '094359.035000', '094359.038000', '094359.040000', '094359.043000', '094359.045000', '094359.048000', '094359.051000', '094418.935000', '094418.939000', '094418.941000', '094418.944000', '094418.947000', '094418.949000', '094418.952000', '094418.955000', '094418.957000', '094418.960000', '094418.963000', '094418.965000', '094418.968000', '094418.970000', '094418.973000', '094418.976000', '094418.978000', '094418.981000', '094418.983000', '094418.986000', '094418.989000', '094418.991000', '094418.994000', '094418.996000', '094419.000000', '094419.003000', '094419.005000', '094419.008000', '094419.011000', '094419.013000', '094419.016000', '094419.019000', '094419.021000', '094419.024000', '094419.027000', '094419.029000', '094419.032000', '094419.034000', '094419.037000', '094419.040000', '094419.042000', '094419.045000', '094419.048000', '094438.935000', '094438.938000', '094438.941000', '094438.944000', '094438.946000', '094438.949000', '094438.952000', '094438.954000', '094438.957000', '094438.959000', '094438.962000', '094438.965000', '094438.967000', '094438.970000', '094438.973000', '094438.975000', '094438.978000', '094438.981000', '094438.983000', '094439.007000', '094439.010000', '094439.013000', '094439.015000', '094439.018000', '094439.020000', '094439.023000', '094439.026000', '094439.028000', '094439.031000', '094439.034000', '094439.036000', '094439.039000', '094439.042000', '094439.044000', '094439.047000', '094439.050000', '094439.052000', '094439.055000', '094439.057000', '094439.060000', '094439.063000', '094439.065000', '094439.068000', '094439.071000', '094458.936000', '094458.938000', '094458.941000', '094458.944000', '094458.946000', '094458.949000', '094458.952000', '094458.954000', '094458.968000', '094458.970000', '094458.973000', '094458.976000', '094458.978000', '094458.981000', '094458.985000', '094458.988000', '094458.991000', '094458.993000', '094458.996000', '094459.000000', '094459.002000', '094459.005000', '094459.007000', '094459.010000', '094459.013000', '094459.016000', '094459.018000', '094459.021000', '094459.024000', '094459.026000', '094459.029000', '094459.031000', '094459.034000', '094459.037000', '094459.039000', '094459.042000', '094459.045000', '094459.048000', '094459.051000', '094459.054000', '094459.057000', '094459.060000', '094459.063000', '094518.937000', '094518.955000', '094518.957000', '094518.960000', '094518.963000', '094518.966000', '094518.968000', '094518.971000', '094518.973000', '094518.976000', '094518.979000', '094518.981000', '094518.984000', '094518.987000', '094518.989000', '094518.992000', '094518.994000', '094518.997000', '094519.001000', '094519.003000', '094519.006000', '094519.009000', '094519.011000', '094519.014000', '094519.016000', '094519.019000', '094519.022000', '094519.024000', '094519.027000', '094519.030000', '094519.032000', '094519.035000', '094519.037000', '094519.040000', '094519.043000', '094519.045000', '094519.048000', '094519.051000', '094519.053000', '094519.056000', '094519.058000', '094519.061000', '094519.064000', '094538.936000', '094538.939000', '094538.942000', '094538.945000', '094538.947000', '094538.950000', '094538.953000', '094538.955000', '094538.958000', '094538.961000', '094538.963000', '094538.966000', '094538.968000', '094538.971000', '094538.974000', '094538.976000', '094538.979000', '094538.982000', '094538.984000', '094538.987000', '094538.990000', '094538.992000', '094538.995000', '094538.997000', '094539.001000', '094539.004000', '094539.006000', '094539.009000', '094539.011000', '094539.014000', '094539.025000', '094539.028000', '094539.031000', '094539.033000', '094539.036000', '094539.038000', '094539.041000', '094539.044000', '094539.046000', '094539.049000', '094539.052000', '094539.054000', '094539.057000', '094539.059000', '094558.937000', '094558.939000', '094558.942000', '094558.945000', '094558.947000', '094558.950000', '094558.953000', '094558.955000', '094558.958000', '094558.961000', '094558.963000', '094558.966000', '094558.968000', '094558.971000', '094558.974000', '094558.976000', '094558.979000', '094558.982000', '094558.985000', '094558.987000', '094558.990000', '094558.993000', '094558.995000', '094558.998000', '094559.001000', '094559.004000', '094559.007000', '094559.009000', '094559.012000', '094559.015000', '094559.029000', '094559.032000', '094559.034000', '094559.037000', '094559.039000', '094559.042000', '094559.045000', '094559.048000', '094559.050000', '094559.053000', '094559.056000', '094559.058000', '094559.061000', '094559.063000', '094614.963000', '094614.966000', '094614.969000', '094614.971000', '094614.974000', '094614.976000', '094614.979000', '094614.982000', '094614.984000', '094614.987000', '094614.990000', '094614.992000', '094614.995000', '094614.998000', '094615.006000', '094615.008000', '094615.011000', '094615.013000', '094615.016000', '094615.019000', '094615.021000', '094615.024000', '094615.026000', '094615.029000', '094615.032000', '094615.034000', '094615.037000', '094615.039000', '094615.042000', '094615.045000', '094615.047000', '094615.050000', '094615.053000', '094615.055000', '094615.058000'], 'InstanceCreationTime': ['093938.983000', '093938.986000', '093938.989000', '093938.991000', '093938.994000', '093938.996000', '093939.000000', '093939.003000', '093939.005000', '093939.008000', '093939.010000', '093939.013000', '093939.016000', '093939.019000', '093939.021000', '093939.024000', '093939.027000', '093939.029000', '093939.032000', '093939.034000', '093939.037000', '093939.040000', '093939.042000', '093939.045000', '093939.048000', '093939.050000', '093939.053000', '093939.055000', '093939.058000', '093939.061000', '093939.063000', '093939.071000', '093939.073000', '093939.076000', '093939.078000', '093939.081000', '093939.084000', '093939.086000', '093939.089000', '093939.091000', '093939.094000', '093939.097000', '093939.099000', '093939.102000', '093939.104000', '093939.107000', '093939.110000', '093939.112000', '093939.115000', '093939.117000', '093939.120000', '093939.123000', '093958.936000', '093958.939000', '093958.941000', '093958.944000', '093958.947000', '093958.949000', '093958.952000', '093958.954000', '093958.957000', '093958.960000', '093958.962000', '093958.965000', '093958.967000', '093958.970000', '093958.973000', '093958.975000', '093958.978000', '093958.980000', '093958.983000', '093958.986000', '093958.988000', '093958.991000', '093958.993000', '093958.996000', '093958.998000', '093959.007000', '093959.010000', '093959.012000', '093959.015000', '093959.017000', '093959.020000', '093959.022000', '093959.034000', '093959.036000', '093959.039000', '093959.042000', '093959.044000', '093959.047000', '093959.049000', '093959.052000', '093959.054000', '093959.057000', '093959.060000', '093959.062000', '094018.935000', '094018.938000', '094018.941000', '094018.944000', '094018.946000', '094018.949000', '094018.951000', '094018.954000', '094018.957000', '094018.959000', '094018.962000', '094018.964000', '094018.967000', '094018.970000', '094018.972000', '094018.975000', '094018.978000', '094018.980000', '094018.983000', '094018.986000', '094018.989000', '094018.992000', '094018.994000', '094018.997000', '094019.001000', '094019.007000', '094019.009000', '094019.012000', '094019.015000', '094019.017000', '094019.020000', '094019.023000', '094019.025000', '094019.039000', '094019.053000', '094019.055000', '094019.058000', '094019.061000', '094019.063000', '094019.066000', '094019.068000', '094019.071000', '094019.074000', '094019.076000', '094038.936000', '094038.939000', '094038.942000', '094038.945000', '094038.947000', '094038.950000', '094038.952000', '094038.955000', '094038.958000', '094038.960000', '094038.963000', '094038.965000', '094038.968000', '094038.971000', '094038.973000', '094038.976000', '094038.979000', '094038.981000', '094038.984000', '094038.987000', '094038.989000', '094038.992000', '094038.994000', '094038.997000', '094039.001000', '094039.003000', '094039.006000', '094039.019000', '094039.021000', '094039.024000', '094039.026000', '094039.029000', '094039.032000', '094039.034000', '094039.037000', '094039.040000', '094039.042000', '094039.045000', '094039.047000', '094039.050000', '094039.053000', '094039.055000', '094039.058000', '094058.937000', '094058.939000', '094058.942000', '094058.945000', '094058.947000', '094058.950000', '094058.953000', '094058.956000', '094058.959000', '094058.963000', '094058.966000', '094058.968000', '094058.971000', '094058.973000', '094058.976000', '094058.979000', '094058.982000', '094058.984000', '094058.987000', '094058.989000', '094058.992000', '094058.995000', '094058.997000', '094059.001000', '094059.004000', '094059.006000', '094059.009000', '094059.011000', '094059.014000', '094059.017000', '094059.019000', '094059.022000', '094059.025000', '094059.027000', '094059.030000', '094059.032000', '094059.035000', '094059.038000', '094059.040000', '094059.043000', '094059.045000', '094059.048000', '094059.051000', '094118.937000', '094118.939000', '094118.942000', '094118.945000', '094118.947000', '094118.950000', '094118.952000', '094118.955000', '094118.958000', '094118.960000', '094118.963000', '094118.966000', '094118.968000', '094118.971000', '094118.974000', '094118.976000', '094118.979000', '094118.981000', '094118.984000', '094118.987000', '094118.989000', '094118.992000', '094118.995000', '094118.997000', '094119.001000', '094119.003000', '094119.006000', '094119.009000', '094119.011000', '094119.014000', '094119.017000', '094119.019000', '094119.022000', '094119.024000', '094119.027000', '094119.038000', '094119.040000', '094119.043000', '094119.046000', '094119.048000', '094119.051000', '094119.054000', '094119.056000', '094119.059000', '094138.935000', '094138.939000', '094138.963000', '094138.966000', '094138.969000', '094138.971000', '094138.974000', '094138.977000', '094138.979000', '094138.982000', '094138.984000', '094138.987000', '094138.990000', '094138.992000', '094138.995000', '094138.998000', '094139.001000', '094139.004000', '094139.006000', '094139.009000', '094139.012000', '094139.014000', '094139.017000', '094139.019000', '094139.022000', '094139.026000', '094139.029000', '094139.042000', '094139.045000', '094139.047000', '094139.050000', '094139.052000', '094139.055000', '094139.058000', '094139.060000', '094139.063000', '094139.065000', '094139.068000', '094139.071000', '094139.073000', '094139.076000', '094139.079000', '094139.081000', '094158.936000', '094158.938000', '094158.941000', '094158.944000', '094158.946000', '094158.949000', '094158.952000', '094158.955000', '094158.957000', '094158.960000', '094158.962000', '094158.965000', '094158.968000', '094158.970000', '094158.973000', '094158.976000', '094158.979000', '094158.981000', '094158.984000', '094158.987000', '094158.989000', '094158.992000', '094158.994000', '094158.997000', '094159.001000', '094159.003000', '094159.006000', '094159.009000', '094159.012000', '094159.014000', '094159.017000', '094159.019000', '094159.022000', '094159.025000', '094159.027000', '094159.030000', '094159.033000', '094159.035000', '094159.038000', '094159.040000', '094159.043000', '094159.046000', '094159.048000', '094159.051000', '094218.935000', '094218.938000', '094218.941000', '094218.943000', '094218.946000', '094218.949000', '094218.952000', '094218.954000', '094218.957000', '094218.960000', '094218.962000', '094218.965000', '094218.968000', '094218.970000', '094218.973000', '094218.976000', '094218.978000', '094218.981000', '094218.983000', '094218.986000', '094218.989000', '094218.992000', '094218.994000', '094218.997000', '094219.001000', '094219.003000', '094219.006000', '094219.009000', '094219.011000', '094219.014000', '094219.017000', '094219.019000', '094219.022000', '094219.024000', '094219.027000', '094219.030000', '094219.032000', '094219.035000', '094219.038000', '094219.040000', '094219.043000', '094219.046000', '094219.048000', '094238.935000', '094238.939000', '094238.942000', '094238.944000', '094238.947000', '094238.950000', '094238.952000', '094238.955000', '094238.958000', '094238.960000', '094238.963000', '094238.966000', '094238.968000', '094238.971000', '094238.974000', '094238.976000', '094238.979000', '094238.982000', '094238.984000', '094238.987000', '094238.989000', '094238.992000', '094238.995000', '094238.997000', '094239.001000', '094239.004000', '094239.006000', '094239.009000', '094239.012000', '094239.014000', '094239.017000', '094239.019000', '094239.022000', '094239.025000', '094239.027000', '094239.030000', '094239.033000', '094239.035000', '094239.038000', '094239.041000', '094239.043000', '094239.046000', '094239.049000', '094239.051000', '094258.937000', '094258.939000', '094258.942000', '094258.945000', '094258.948000', '094258.950000', '094258.953000', '094258.955000', '094258.958000', '094258.961000', '094258.963000', '094258.966000', '094258.969000', '094258.971000', '094258.974000', '094258.977000', '094258.979000', '094258.982000', '094258.984000', '094258.987000', '094258.990000', '094258.992000', '094258.995000', '094258.998000', '094259.001000', '094259.004000', '094259.006000', '094259.009000', '094259.012000', '094259.015000', '094259.018000', '094259.021000', '094259.023000', '094259.027000', '094259.029000', '094259.032000', '094259.034000', '094259.037000', '094259.040000', '094259.042000', '094259.045000', '094259.048000', '094259.050000', '094318.936000', '094318.939000', '094318.942000', '094318.945000', '094318.947000', '094318.950000', '094318.952000', '094318.955000', '094318.958000', '094318.972000', '094318.975000', '094318.977000', '094318.980000', '094318.983000', '094318.985000', '094318.988000', '094318.991000', '094318.994000', '094318.996000', '094319.000000', '094319.003000', '094319.005000', '094319.008000', '094319.010000', '094319.013000', '094319.024000', '094319.027000', '094319.030000', '094319.032000', '094319.035000', '094319.038000', '094319.040000', '094319.043000', '094319.046000', '094319.048000', '094319.051000', '094319.054000', '094319.056000', '094319.059000', '094319.061000', '094319.064000', '094319.067000', '094319.069000', '094319.072000', '094338.936000', '094338.939000', '094338.942000', '094338.945000', '094338.947000', '094338.950000', '094338.953000', '094338.955000', '094338.958000', '094338.960000', '094338.963000', '094338.966000', '094338.968000', '094338.971000', '094338.974000', '094338.976000', '094338.979000', '094338.982000', '094338.984000', '094338.987000', '094338.989000', '094338.992000', '094338.995000', '094338.997000', '094339.001000', '094339.004000', '094339.006000', '094339.009000', '094339.012000', '094339.014000', '094339.017000', '094339.020000', '094339.022000', '094339.025000', '094339.028000', '094339.030000', '094339.033000', '094339.036000', '094339.038000', '094339.041000', '094339.044000', '094339.046000', '094339.049000', '094358.936000', '094358.938000', '094358.941000', '094358.944000', '094358.947000', '094358.949000', '094358.952000', '094358.955000', '094358.957000', '094358.960000', '094358.962000', '094358.965000', '094358.968000', '094358.970000', '094358.973000', '094358.976000', '094358.979000', '094358.981000', '094358.984000', '094358.986000', '094358.989000', '094358.992000', '094358.994000', '094358.997000', '094359.001000', '094359.003000', '094359.006000', '094359.009000', '094359.011000', '094359.014000', '094359.016000', '094359.019000', '094359.022000', '094359.024000', '094359.027000', '094359.030000', '094359.032000', '094359.035000', '094359.038000', '094359.040000', '094359.043000', '094359.045000', '094359.048000', '094359.051000', '094418.935000', '094418.939000', '094418.941000', '094418.944000', '094418.947000', '094418.949000', '094418.952000', '094418.955000', '094418.957000', '094418.960000', '094418.963000', '094418.965000', '094418.968000', '094418.970000', '094418.973000', '094418.976000', '094418.978000', '094418.981000', '094418.983000', '094418.986000', '094418.989000', '094418.991000', '094418.994000', '094418.996000', '094419.000000', '094419.003000', '094419.005000', '094419.008000', '094419.011000', '094419.013000', '094419.016000', '094419.019000', '094419.021000', '094419.024000', '094419.027000', '094419.029000', '094419.032000', '094419.034000', '094419.037000', '094419.040000', '094419.042000', '094419.045000', '094419.048000', '094438.935000', '094438.938000', '094438.941000', '094438.944000', '094438.946000', '094438.949000', '094438.952000', '094438.954000', '094438.957000', '094438.959000', '094438.962000', '094438.965000', '094438.967000', '094438.970000', '094438.973000', '094438.975000', '094438.978000', '094438.981000', '094438.983000', '094439.007000', '094439.010000', '094439.013000', '094439.015000', '094439.018000', '094439.020000', '094439.023000', '094439.026000', '094439.028000', '094439.031000', '094439.034000', '094439.036000', '094439.039000', '094439.042000', '094439.044000', '094439.047000', '094439.050000', '094439.052000', '094439.055000', '094439.057000', '094439.060000', '094439.063000', '094439.065000', '094439.068000', '094439.071000', '094458.936000', '094458.938000', '094458.941000', '094458.944000', '094458.946000', '094458.949000', '094458.952000', '094458.954000', '094458.968000', '094458.970000', '094458.973000', '094458.976000', '094458.978000', '094458.981000', '094458.985000', '094458.988000', '094458.991000', '094458.993000', '094458.996000', '094459.000000', '094459.002000', '094459.005000', '094459.007000', '094459.010000', '094459.013000', '094459.016000', '094459.018000', '094459.021000', '094459.024000', '094459.026000', '094459.029000', '094459.031000', '094459.034000', '094459.037000', '094459.039000', '094459.042000', '094459.045000', '094459.048000', '094459.051000', '094459.054000', '094459.057000', '094459.060000', '094459.063000', '094518.937000', '094518.955000', '094518.957000', '094518.960000', '094518.963000', '094518.966000', '094518.968000', '094518.971000', '094518.973000', '094518.976000', '094518.979000', '094518.981000', '094518.984000', '094518.987000', '094518.989000', '094518.992000', '094518.994000', '094518.997000', '094519.001000', '094519.003000', '094519.006000', '094519.009000', '094519.011000', '094519.014000', '094519.016000', '094519.019000', '094519.022000', '094519.024000', '094519.027000', '094519.030000', '094519.032000', '094519.035000', '094519.037000', '094519.040000', '094519.043000', '094519.045000', '094519.048000', '094519.051000', '094519.053000', '094519.056000', '094519.058000', '094519.061000', '094519.064000', '094538.936000', '094538.939000', '094538.942000', '094538.945000', '094538.947000', '094538.950000', '094538.953000', '094538.955000', '094538.958000', '094538.961000', '094538.963000', '094538.966000', '094538.968000', '094538.971000', '094538.974000', '094538.976000', '094538.979000', '094538.982000', '094538.984000', '094538.987000', '094538.990000', '094538.992000', '094538.995000', '094538.997000', '094539.001000', '094539.004000', '094539.006000', '094539.009000', '094539.011000', '094539.014000', '094539.025000', '094539.028000', '094539.031000', '094539.033000', '094539.036000', '094539.038000', '094539.041000', '094539.044000', '094539.046000', '094539.049000', '094539.052000', '094539.054000', '094539.057000', '094539.059000', '094558.937000', '094558.939000', '094558.942000', '094558.945000', '094558.947000', '094558.950000', '094558.953000', '094558.955000', '094558.958000', '094558.961000', '094558.963000', '094558.966000', '094558.968000', '094558.971000', '094558.974000', '094558.976000', '094558.979000', '094558.982000', '094558.985000', '094558.987000', '094558.990000', '094558.993000', '094558.995000', '094558.998000', '094559.001000', '094559.004000', '094559.007000', '094559.009000', '094559.012000', '094559.015000', '094559.029000', '094559.032000', '094559.034000', '094559.037000', '094559.039000', '094559.042000', '094559.045000', '094559.048000', '094559.050000', '094559.053000', '094559.056000', '094559.058000', '094559.061000', '094559.063000', '094614.963000', '094614.966000', '094614.969000', '094614.971000', '094614.974000', '094614.976000', '094614.979000', '094614.982000', '094614.984000', '094614.987000', '094614.990000', '094614.992000', '094614.995000', '094614.998000', '094615.006000', '094615.008000', '094615.011000', '094615.013000', '094615.016000', '094615.019000', '094615.021000', '094615.024000', '094615.026000', '094615.029000', '094615.032000', '094615.034000', '094615.037000', '094615.039000', '094615.042000', '094615.045000', '094615.047000', '094615.050000', '094615.053000', '094615.055000', '094615.058000'], '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': [11635, 16180, 10475, 13857, 10087, 16581, 10357, 8936, 11124, 8342, 13163, 10065, 16624, 10188, 8882, 10893, 8080, 13516, 9105, 12803, 9288, 12549, 9057, 12400, 9995, 7882, 12174, 9104, 14535, 10235, 11326, 10005, 8462, 12705, 9971, 14614, 9974, 10949, 11777, 10873, 13766, 9504, 12931, 10003, 11639, 11549, 8343, 13238, 9905, 16779, 10557, 8937, 12004, 8893, 14981, 10785, 10738, 10751, 8212, 12893, 10212, 15365, 9820, 9158, 12191, 8976, 13518, 9567, 9169, 11659, 8814, 13331, 9583, 9170, 12386, 9811, 14034, 10015, 8155, 13110, 9631, 12846, 11625, 8600, 13940, 9862, 10578, 12006, 8956, 12746, 10616, 10214, 13090, 9260, 9949, 10807, 8223, 14110, 10274, 10820, 11327, 8692, 13606, 9862, 14687, 9455, 8645, 12311, 8799, 14623, 10515, 13249, 9580, 9112, 10991, 8406, 12694, 9333, 9553, 11287, 9414, 12847, 9507, 13399, 9600, 11826, 10772, 9409, 12637, 9480, 10869, 11150, 10125, 13358, 9681, 13802, 9829, 11205, 12031, 8911, 13392, 9604, 11891, 11267, 8868, 13203, 9530, 14788, 10290, 9075, 12500, 9009, 13894, 10484, 11400, 10404, 8598, 12887, 9866, 14753, 10320, 10520, 10825, 10674, 12168, 8655, 13130, 9302, 9639, 12102, 9198, 13543, 9849, 11755, 10569, 8652, 12761, 9270, 13834, 10669, 18279, 11339, 10428, 10435, 8709, 12270, 9014, 13594, 9940, 9523, 10476, 8146, 13238, 9699, 10364, 10756, 8958, 13926, 9746, 14741, 10598, 12371, 11247, 8948, 12685, 9244, 13992, 10696, 9402, 11670, 9519, 13319, 10255, 9882, 11317, 9171, 13952, 10329, 13660, 11232, 8688, 12398, 9584, 16166, 10986, 9384, 12169, 9550, 14123, 10539, 9708, 11019, 9038, 14277, 10635, 9691, 11564, 8786, 12921, 9719, 15192, 10517, 9423, 11927, 9134, 14172, 10757, 9841, 10549, 9009, 14374, 11071, 10220, 11158, 8997, 12602, 10026, 13207, 9957, 9013, 12530, 9751, 14902, 10909, 10142, 10699, 8450, 14435, 11004, 9803, 11566, 8573, 14850, 10879, 9160, 11550, 9603, 13139, 11064, 9171, 13459, 10348, 10874, 12539, 9911, 14101, 10098, 8834, 13675, 10932, 14549, 10666, 8611, 13505, 10147, 12191, 10890, 8121, 12818, 9785, 10303, 12582, 9694, 11638, 10356, 8856, 13940, 10906, 9286, 12517, 9858, 13289, 11201, 8685, 12987, 10360, 10480, 12367, 9936, 15464, 10608, 9594, 11865, 10238, 11106, 10851, 8810, 13970, 11167, 10696, 11792, 9441, 13560, 10345, 10659, 13197, 10103, 13959, 10419, 11298, 12605, 9454, 13687, 10489, 10581, 12623, 9842, 14456, 10796, 10903, 11644, 9816, 13073, 10748, 12270, 10586, 10206, 13702, 10426, 14193, 10733, 11144, 12298, 9239, 13266, 10440, 10141, 12728, 10846, 14117, 10521, 9190, 13144, 10212, 15456, 10616, 9964, 11828, 9892, 16337, 10851, 9962, 10917, 8478, 14021, 10574, 9254, 11436, 9414, 14551, 10684, 10328, 10918, 9155, 12719, 10107, 12920, 11329, 8825, 13037, 10110, 10952, 12720, 9868, 11187, 10683, 9387, 14094, 10997, 13841, 10182, 9228, 13019, 10151, 13194, 10646, 8742, 12876, 10411, 14225, 10455, 8274, 12413, 9859, 12693, 11633, 8299, 12801, 10182, 16771, 11336, 8981, 12213, 10042, 12054, 11213, 8659, 13515, 10178, 10028, 11199, 8645, 14457, 10618, 9119, 12294, 9286, 15005, 10880, 9792, 11372, 9647, 13437, 11263, 8129, 12834, 10457, 16164, 10892, 11291, 11585, 8894, 13233, 10523, 11956, 11674, 9003, 13039, 10376, 11761, 11905, 8987, 13631, 10432, 10190, 12653, 9042, 13975, 10477, 10389, 11246, 9241, 15433, 10651, 9318, 12393, 9618, 15419, 10867, 9036, 11808, 9785, 13557, 10694, 8627, 12597, 10332, 13989, 10289, 13804, 11178, 8320, 12808, 10297, 12170, 11977, 8529, 13872, 10453, 10135, 12786, 9852, 14927, 11095, 10963, 11105, 9115, 14499, 10790, 10000, 11892, 9319, 15260, 11296, 10569, 11378, 8836, 14442, 10963, 10193, 12006, 9337, 13487, 10459, 11649, 11909, 8671, 13374, 10158, 9901, 12480, 9842, 14254, 10316, 10211, 12216, 8764, 14151, 10666, 9548, 11470, 9259, 15498, 10701, 9220, 12379, 9628, 14902, 10815, 10402, 11494, 9098, 13916, 10664, 10671, 12000, 8771, 13247, 10300, 11285, 11489, 8282, 12676, 10251, 14833, 10198, 9473, 11487, 8472, 13289, 9986, 15142, 10634, 8592, 12776, 9999, 15428, 10608, 12106, 10974, 8576, 13142, 10547, 14761, 10773, 8759, 12567, 10013, 15811, 11115, 9166, 13007, 9947, 13870, 10182, 14283, 11037, 8651, 13482, 9884, 7693, 8908, 8525, 7425, 8563, 10270, 7702, 8286, 11019, 9903, 11113, 11877, 11312, 12476, 13539, 13438, 12648, 16696, 12773, 9154, 10114, 11331, 8834, 11705, 10842, 8173, 9387, 10485, 8098, 11825, 10080, 8569, 11897, 8256, 11722, 10524, 8621, 12250, 8283, 13437, 9518, 14105, 9982, 10910, 11931, 8795, 13830, 9766, 13030, 10612, 11533, 11904, 10886, 13069, 9039, 13574, 8493, 14083, 9730, 14044, 10175, 11147, 11182, 11339, 11460, 8472, 13249, 8658, 13582, 9102, 13883, 9840, 13091, 10112, 9460, 12413, 8305, 14269, 9746, 13670, 10310, 10672, 13112, 9108, 14733, 10406, 12775, 11311, 11681, 13078, 7965, 13733, 9812, 15766, 10115, 10541, 11957, 9259, 12834, 8479, 13876, 9169, 11869, 10484, 9395, 12664, 9266, 13342, 8303, 13570, 9240, 14627, 10057, 13709, 10325, 10588, 11223, 10555, 12595, 7950, 13529, 8611, 13573, 9222, 13577, 9651, 12216, 10117, 10057, 11926, 8284, 14155, 9313, 14419, 9690, 15933, 10524, 10547, 11291, 8296, 13492, 9279, 12676, 11265, 9006, 13279, 8669, 13872, 9041, 14074, 9506, 12302, 10585, 9538, 13043, 8537, 13924, 9760, 14107, 10465, 10779, 12372, 8135, 13854, 9264, 14286, 10010, 16033, 10673, 10238, 11631, 8850, 13130, 8794, 14426, 9547, 9699, 11581, 9177, 13398, 8476, 13426, 9488, 14185, 10262, 10110, 12895, 7995, 13356, 9176, 15129, 10469, 8271, 12682, 8527, 14037, 10021, 8634, 12346, 8488, 13838, 9462, 13584, 11113, 9979, 12782, 9016, 14240, 9478, 10974, 11063, 8741, 13316, 8805, 14305, 9531, 11452, 10697, 8653, 13380, 9149, 14832, 9722, 10159, 12188, 8896, 14625, 9286, 13495, 10330, 10925, 12192, 8198, 13800, 9311, 14833, 10069, 11233, 11615, 8167, 13769, 9850, 11682, 11844, 8045, 13497, 9398, 14211, 10027, 9712, 12372, 8648, 13414, 9297, 12736, 10754, 8197, 13469, 9481, 15223, 10271, 9805, 12741, 8741, 13929, 9552, 15136, 10316, 7934, 12484, 8996, 15050, 10341, 9244, 11933, 8338, 13208, 9642, 11539, 10685, 8215, 13305, 9711, 12054, 11565, 7774, 13587, 9617, 15121, 10784, 8671, 12501, 9231, 12936, 10423, 8716, 13291, 9181, 9519, 11777, 8657, 14877, 9637, 8587], 'WindowCenter': [4355.0, 4370.0, 4311.0, 4328.0, 4298.0, 4336.0, 4300.0, 4276.0, 4305.0, 4266.0, 4316.0, 4286.0, 4337.0, 4286.0, 4274.0, 4293.0, 4253.0, 4315.0, 4274.0, 4305.0, 4286.0, 4317.0, 4287.0, 4315.0, 4297.0, 4278.0, 4317.0, 4287.0, 4329.0, 4299.0, 4307.0, 4299.0, 4276.0, 4316.0, 4296.0, 4327.0, 4299.0, 4296.0, 4310.0, 4297.0, 4317.0, 4284.0, 4315.0, 4287.0, 4306.0, 4308.0, 4265.0, 4317.0, 4286.0, 4336.0, 4297.0, 4278.0, 4306.0, 4275.0, 4326.0, 4297.0, 4295.0, 4297.0, 4265.0, 4306.0, 4286.0, 4323.0, 4286.0, 4274.0, 4304.0, 4275.0, 4317.0, 4285.0, 4287.0, 4307.0, 4287.0, 4327.0, 4297.0, 4287.0, 4319.0, 4297.0, 4328.0, 4298.0, 4276.0, 4318.0, 4299.0, 4318.0, 4307.0, 4277.0, 4327.0, 4296.0, 4297.0, 4304.0, 4277.0, 4315.0, 4295.0, 4297.0, 4318.0, 4287.0, 4286.0, 4294.0, 4275.0, 4327.0, 4298.0, 4297.0, 4305.0, 4278.0, 4326.0, 4295.0, 4325.0, 4284.0, 4275.0, 4316.0, 4288.0, 4328.0, 4297.0, 4316.0, 4287.0, 4272.0, 4295.0, 4265.0, 4315.0, 4286.0, 4284.0, 4310.0, 4287.0, 4316.0, 4285.0, 4317.0, 4298.0, 4303.0, 4295.0, 4288.0, 4315.0, 4297.0, 4306.0, 4307.0, 4297.0, 4328.0, 4286.0, 4315.0, 4284.0, 4295.0, 4315.0, 4275.0, 4316.0, 4284.0, 4304.0, 4307.0, 4275.0, 4314.0, 4284.0, 4325.0, 4297.0, 4275.0, 4315.0, 4285.0, 4314.0, 4296.0, 4305.0, 4295.0, 4275.0, 4317.0, 4286.0, 4325.0, 4297.0, 4295.0, 4306.0, 4295.0, 4316.0, 4275.0, 4314.0, 4285.0, 4284.0, 4316.0, 4287.0, 4328.0, 4298.0, 4304.0, 4297.0, 4276.0, 4317.0, 4287.0, 4315.0, 4297.0, 4336.0, 4296.0, 4284.0, 4283.0, 4261.0, 4304.0, 4273.0, 4313.0, 4284.0, 4284.0, 4296.0, 4276.0, 4326.0, 4297.0, 4296.0, 4307.0, 4286.0, 4327.0, 4297.0, 4338.0, 4308.0, 4316.0, 4296.0, 4274.0, 4303.0, 4284.0, 4323.0, 4295.0, 4284.0, 4304.0, 4296.0, 4313.0, 4296.0, 4296.0, 4305.0, 4287.0, 4325.0, 4309.0, 4327.0, 4308.0, 4275.0, 4313.0, 4285.0, 4335.0, 4305.0, 4285.0, 4315.0, 4296.0, 4326.0, 4295.0, 4285.0, 4306.0, 4287.0, 4326.0, 4307.0, 4298.0, 4317.0, 4276.0, 4316.0, 4286.0, 4326.0, 4305.0, 4286.0, 4318.0, 4296.0, 4328.0, 4308.0, 4297.0, 4306.0, 4299.0, 4338.0, 4319.0, 4307.0, 4318.0, 4283.0, 4317.0, 4298.0, 4327.0, 4308.0, 4297.0, 4330.0, 4299.0, 4339.0, 4319.0, 4306.0, 4308.0, 4288.0, 4338.0, 4308.0, 4298.0, 4319.0, 4276.0, 4337.0, 4308.0, 4297.0, 4318.0, 4309.0, 4327.0, 4318.0, 4299.0, 4326.0, 4308.0, 4307.0, 4319.0, 4297.0, 4327.0, 4296.0, 4286.0, 4326.0, 4304.0, 4324.0, 4295.0, 4275.0, 4326.0, 4297.0, 4315.0, 4306.0, 4275.0, 4326.0, 4296.0, 4298.0, 4328.0, 4296.0, 4315.0, 4296.0, 4287.0, 4326.0, 4308.0, 4297.0, 4316.0, 4308.0, 4325.0, 4318.0, 4286.0, 4326.0, 4306.0, 4307.0, 4328.0, 4299.0, 4336.0, 4307.0, 4295.0, 4316.0, 4307.0, 4317.0, 4318.0, 4300.0, 4336.0, 4318.0, 4308.0, 4318.0, 4308.0, 4338.0, 4307.0, 4307.0, 4328.0, 4307.0, 4326.0, 4306.0, 4305.0, 4328.0, 4295.0, 4337.0, 4308.0, 4306.0, 4328.0, 4298.0, 4335.0, 4308.0, 4304.0, 4307.0, 4295.0, 4326.0, 4306.0, 4316.0, 4306.0, 4295.0, 4328.0, 4307.0, 4325.0, 4307.0, 4305.0, 4317.0, 4286.0, 4324.0, 4305.0, 4305.0, 4326.0, 4307.0, 4326.0, 4307.0, 4295.0, 4327.0, 4297.0, 4337.0, 4295.0, 4294.0, 4315.0, 4295.0, 4336.0, 4306.0, 4293.0, 4304.0, 4273.0, 4323.0, 4305.0, 4286.0, 4317.0, 4295.0, 4326.0, 4307.0, 4295.0, 4305.0, 4296.0, 4326.0, 4309.0, 4325.0, 4317.0, 4285.0, 4326.0, 4307.0, 4306.0, 4328.0, 4306.0, 4318.0, 4308.0, 4287.0, 4327.0, 4305.0, 4325.0, 4297.0, 4283.0, 4316.0, 4296.0, 4324.0, 4305.0, 4275.0, 4315.0, 4306.0, 4325.0, 4306.0, 4286.0, 4330.0, 4307.0, 4326.0, 4318.0, 4276.0, 4325.0, 4306.0, 4335.0, 4305.0, 4285.0, 4315.0, 4295.0, 4314.0, 4305.0, 4286.0, 4326.0, 4308.0, 4295.0, 4305.0, 4285.0, 4336.0, 4306.0, 4298.0, 4317.0, 4296.0, 4337.0, 4307.0, 4296.0, 4315.0, 4296.0, 4327.0, 4318.0, 4278.0, 4329.0, 4320.0, 4347.0, 4308.0, 4318.0, 4316.0, 4286.0, 4326.0, 4307.0, 4316.0, 4317.0, 4288.0, 4326.0, 4306.0, 4316.0, 4317.0, 4287.0, 4337.0, 4319.0, 4308.0, 4327.0, 4288.0, 4325.0, 4307.0, 4305.0, 4318.0, 4297.0, 4336.0, 4307.0, 4297.0, 4328.0, 4299.0, 4337.0, 4309.0, 4286.0, 4315.0, 4308.0, 4328.0, 4319.0, 4288.0, 4330.0, 4321.0, 4337.0, 4308.0, 4326.0, 4307.0, 4275.0, 4315.0, 4307.0, 4316.0, 4317.0, 4286.0, 4335.0, 4306.0, 4305.0, 4327.0, 4306.0, 4340.0, 4319.0, 4304.0, 4305.0, 4285.0, 4325.0, 4305.0, 4295.0, 4315.0, 4296.0, 4335.0, 4306.0, 4305.0, 4305.0, 4285.0, 4324.0, 4304.0, 4294.0, 4314.0, 4284.0, 4324.0, 4305.0, 4315.0, 4316.0, 4285.0, 4325.0, 4306.0, 4293.0, 4325.0, 4297.0, 4325.0, 4306.0, 4305.0, 4316.0, 4284.0, 4326.0, 4306.0, 4295.0, 4319.0, 4298.0, 4348.0, 4321.0, 4299.0, 4327.0, 4297.0, 4337.0, 4319.0, 4306.0, 4317.0, 4287.0, 4337.0, 4307.0, 4308.0, 4316.0, 4285.0, 4326.0, 4307.0, 4315.0, 4316.0, 4286.0, 4326.0, 4309.0, 4336.0, 4309.0, 4298.0, 4317.0, 4288.0, 4337.0, 4308.0, 4338.0, 4318.0, 4287.0, 4328.0, 4308.0, 4337.0, 4307.0, 4315.0, 4305.0, 4285.0, 4326.0, 4307.0, 4335.0, 4308.0, 4287.0, 4327.0, 4309.0, 4336.0, 4318.0, 4297.0, 4326.0, 4307.0, 4328.0, 4309.0, 4325.0, 4306.0, 4286.0, 4341.0, 4321.0, 4279.0, 4310.0, 4300.0, 4278.0, 4298.0, 4332.0, 4301.0, 4312.0, 4331.0, 4323.0, 4334.0, 4345.0, 4329.0, 4343.0, 4339.0, 4328.0, 4314.0, 4335.0, 4311.0, 4283.0, 4279.0, 4289.0, 4270.0, 4298.0, 4289.0, 4261.0, 4279.0, 4304.0, 4276.0, 4323.0, 4317.0, 4286.0, 4327.0, 4288.0, 4328.0, 4317.0, 4298.0, 4328.0, 4300.0, 4340.0, 4298.0, 4335.0, 4299.0, 4306.0, 4327.0, 4284.0, 4338.0, 4306.0, 4324.0, 4317.0, 4327.0, 4328.0, 4316.0, 4340.0, 4296.0, 4334.0, 4297.0, 4348.0, 4307.0, 4337.0, 4309.0, 4319.0, 4327.0, 4315.0, 4327.0, 4288.0, 4337.0, 4298.0, 4337.0, 4310.0, 4349.0, 4322.0, 4341.0, 4319.0, 4320.0, 4352.0, 4300.0, 4351.0, 4312.0, 4340.0, 4319.0, 4320.0, 4343.0, 4310.0, 4351.0, 4319.0, 4338.0, 4330.0, 4329.0, 4338.0, 4287.0, 4339.0, 4320.0, 4359.0, 4320.0, 4317.0, 4326.0, 4296.0, 4336.0, 4286.0, 4339.0, 4307.0, 4329.0, 4321.0, 4309.0, 4351.0, 4307.0, 4351.0, 4290.0, 4337.0, 4310.0, 4348.0, 4319.0, 4349.0, 4316.0, 4314.0, 4328.0, 4319.0, 4327.0, 4285.0, 4335.0, 4296.0, 4336.0, 4307.0, 4338.0, 4308.0, 4326.0, 4318.0, 4308.0, 4328.0, 4286.0, 4348.0, 4307.0, 4345.0, 4309.0, 4346.0, 4318.0, 4318.0, 4315.0, 4286.0, 4336.0, 4306.0, 4337.0, 4329.0, 4295.0, 4338.0, 4297.0, 4338.0, 4296.0, 4335.0, 4303.0, 4324.0, 4316.0, 4296.0, 4335.0, 4295.0, 4338.0, 4316.0, 4347.0, 4316.0, 4315.0, 4328.0, 4284.0, 4337.0, 4297.0, 4345.0, 4307.0, 4360.0, 4333.0, 4305.0, 4316.0, 4295.0, 4335.0, 4297.0, 4347.0, 4306.0, 4306.0, 4338.0, 4307.0, 4337.0, 4287.0, 4335.0, 4305.0, 4347.0, 4316.0, 4306.0, 4336.0, 4276.0, 4335.0, 4306.0, 4344.0, 4318.0, 4295.0, 4335.0, 4299.0, 4346.0, 4317.0, 4297.0, 4337.0, 4297.0, 4347.0, 4308.0, 4335.0, 4316.0, 4304.0, 4334.0, 4297.0, 4345.0, 4308.0, 4316.0, 4325.0, 4296.0, 4347.0, 4296.0, 4348.0, 4305.0, 4325.0, 4315.0, 4296.0, 4347.0, 4309.0, 4346.0, 4306.0, 4315.0, 4327.0, 4296.0, 4348.0, 4295.0, 4333.0, 4316.0, 4314.0, 4323.0, 4283.0, 4335.0, 4294.0, 4345.0, 4305.0, 4317.0, 4325.0, 4285.0, 4336.0, 4316.0, 4325.0, 4326.0, 4285.0, 4335.0, 4305.0, 4337.0, 4305.0, 4304.0, 4335.0, 4297.0, 4346.0, 4308.0, 4334.0, 4326.0, 4297.0, 4336.0, 4320.0, 4345.0, 4319.0, 4306.0, 4337.0, 4296.0, 4347.0, 4308.0, 4344.0, 4304.0, 4274.0, 4324.0, 4306.0, 4345.0, 4315.0, 4294.0, 4324.0, 4295.0, 4336.0, 4305.0, 4326.0, 4317.0, 4285.0, 4346.0, 4317.0, 4336.0, 4328.0, 4286.0, 4334.0, 4305.0, 4343.0, 4329.0, 4284.0, 4325.0, 4306.0, 4338.0, 4315.0, 4297.0, 4346.0, 4306.0, 4318.0, 4337.0, 4298.0, 4360.0, 4320.0, 4296.0], 'WindowWidth': [9627.0, 9635.0, 9541.0, 9556.0, 9515.0, 9562.0, 9516.0, 9480.0, 9517.0, 9466.0, 9534.0, 9495.0, 9562.0, 9492.0, 9473.0, 9499.0, 9445.0, 9531.0, 9475.0, 9517.0, 9495.0, 9535.0, 9498.0, 9532.0, 9509.0, 9487.0, 9538.0, 9500.0, 9558.0, 9517.0, 9524.0, 9514.0, 9482.0, 9536.0, 9509.0, 9552.0, 9517.0, 9510.0, 9532.0, 9509.0, 9537.0, 9490.0, 9530.0, 9496.0, 9519.0, 9525.0, 9465.0, 9536.0, 9495.0, 9561.0, 9510.0, 9484.0, 9520.0, 9479.0, 9548.0, 9510.0, 9504.0, 9507.0, 9462.0, 9519.0, 9493.0, 9539.0, 9493.0, 9475.0, 9516.0, 9477.0, 9537.0, 9492.0, 9496.0, 9524.0, 9498.0, 9552.0, 9511.0, 9498.0, 9542.0, 9514.0, 9555.0, 9515.0, 9482.0, 9540.0, 9518.0, 9542.0, 9527.0, 9484.0, 9551.0, 9508.0, 9509.0, 9518.0, 9484.0, 9533.0, 9508.0, 9510.0, 9540.0, 9497.0, 9496.0, 9503.0, 9480.0, 9553.0, 9513.0, 9510.0, 9521.0, 9487.0, 9548.0, 9507.0, 9550.0, 9492.0, 9480.0, 9537.0, 9502.0, 9555.0, 9512.0, 9534.0, 9495.0, 9471.0, 9505.0, 9463.0, 9531.0, 9495.0, 9492.0, 9533.0, 9499.0, 9538.0, 9494.0, 9539.0, 9515.0, 9516.0, 9508.0, 9498.0, 9534.0, 9513.0, 9525.0, 9525.0, 9511.0, 9556.0, 9495.0, 9533.0, 9491.0, 9505.0, 9534.0, 9478.0, 9534.0, 9490.0, 9515.0, 9523.0, 9480.0, 9528.0, 9490.0, 9546.0, 9511.0, 9480.0, 9533.0, 9493.0, 9530.0, 9508.0, 9518.0, 9506.0, 9479.0, 9538.0, 9495.0, 9547.0, 9512.0, 9507.0, 9523.0, 9506.0, 9537.0, 9480.0, 9530.0, 9494.0, 9491.0, 9538.0, 9501.0, 9556.0, 9514.0, 9518.0, 9514.0, 9484.0, 9538.0, 9501.0, 9534.0, 9511.0, 9566.0, 9509.0, 9487.0, 9485.0, 9455.0, 9514.0, 9474.0, 9527.0, 9489.0, 9488.0, 9508.0, 9485.0, 9551.0, 9512.0, 9510.0, 9527.0, 9497.0, 9555.0, 9514.0, 9569.0, 9530.0, 9536.0, 9508.0, 9474.0, 9514.0, 9491.0, 9542.0, 9505.0, 9492.0, 9519.0, 9509.0, 9528.0, 9511.0, 9511.0, 9522.0, 9500.0, 9551.0, 9533.0, 9555.0, 9529.0, 9479.0, 9529.0, 9494.0, 9559.0, 9520.0, 9492.0, 9534.0, 9512.0, 9549.0, 9509.0, 9494.0, 9524.0, 9502.0, 9551.0, 9528.0, 9515.0, 9541.0, 9483.0, 9537.0, 9496.0, 9551.0, 9521.0, 9497.0, 9543.0, 9513.0, 9558.0, 9529.0, 9514.0, 9524.0, 9519.0, 9571.0, 9545.0, 9528.0, 9542.0, 9491.0, 9539.0, 9516.0, 9554.0, 9531.0, 9518.0, 9563.0, 9521.0, 9574.0, 9546.0, 9525.0, 9530.0, 9503.0, 9571.0, 9531.0, 9515.0, 9543.0, 9483.0, 9569.0, 9530.0, 9514.0, 9542.0, 9535.0, 9555.0, 9547.0, 9519.0, 9554.0, 9528.0, 9526.0, 9545.0, 9514.0, 9554.0, 9511.0, 9498.0, 9550.0, 9519.0, 9546.0, 9507.0, 9481.0, 9551.0, 9514.0, 9535.0, 9525.0, 9484.0, 9551.0, 9512.0, 9514.0, 9558.0, 9513.0, 9536.0, 9511.0, 9501.0, 9552.0, 9529.0, 9514.0, 9538.0, 9530.0, 9550.0, 9544.0, 9498.0, 9551.0, 9526.0, 9529.0, 9557.0, 9517.0, 9567.0, 9525.0, 9508.0, 9538.0, 9528.0, 9541.0, 9544.0, 9522.0, 9566.0, 9545.0, 9530.0, 9543.0, 9532.0, 9571.0, 9529.0, 9528.0, 9556.0, 9528.0, 9553.0, 9524.0, 9521.0, 9556.0, 9510.0, 9567.0, 9532.0, 9527.0, 9557.0, 9517.0, 9565.0, 9530.0, 9520.0, 9527.0, 9507.0, 9553.0, 9526.0, 9537.0, 9524.0, 9508.0, 9557.0, 9525.0, 9550.0, 9526.0, 9521.0, 9540.0, 9495.0, 9546.0, 9522.0, 9522.0, 9551.0, 9528.0, 9552.0, 9526.0, 9511.0, 9554.0, 9512.0, 9566.0, 9507.0, 9505.0, 9534.0, 9507.0, 9564.0, 9523.0, 9503.0, 9518.0, 9478.0, 9544.0, 9522.0, 9497.0, 9541.0, 9511.0, 9551.0, 9527.0, 9509.0, 9522.0, 9512.0, 9553.0, 9532.0, 9551.0, 9540.0, 9497.0, 9552.0, 9527.0, 9525.0, 9559.0, 9526.0, 9542.0, 9530.0, 9499.0, 9557.0, 9524.0, 9549.0, 9511.0, 9490.0, 9538.0, 9510.0, 9545.0, 9520.0, 9482.0, 9534.0, 9525.0, 9549.0, 9524.0, 9500.0, 9560.0, 9528.0, 9551.0, 9544.0, 9485.0, 9549.0, 9525.0, 9562.0, 9522.0, 9494.0, 9536.0, 9510.0, 9533.0, 9523.0, 9497.0, 9550.0, 9530.0, 9508.0, 9522.0, 9497.0, 9565.0, 9525.0, 9518.0, 9542.0, 9511.0, 9569.0, 9528.0, 9511.0, 9535.0, 9513.0, 9555.0, 9544.0, 9492.0, 9563.0, 9552.0, 9582.0, 9533.0, 9544.0, 9538.0, 9496.0, 9551.0, 9527.0, 9537.0, 9541.0, 9504.0, 9553.0, 9526.0, 9537.0, 9543.0, 9500.0, 9568.0, 9547.0, 9531.0, 9556.0, 9504.0, 9550.0, 9526.0, 9522.0, 9542.0, 9513.0, 9568.0, 9528.0, 9514.0, 9557.0, 9519.0, 9568.0, 9530.0, 9500.0, 9536.0, 9530.0, 9556.0, 9547.0, 9505.0, 9562.0, 9552.0, 9570.0, 9531.0, 9553.0, 9527.0, 9482.0, 9535.0, 9526.0, 9537.0, 9542.0, 9498.0, 9564.0, 9527.0, 9524.0, 9556.0, 9526.0, 9575.0, 9544.0, 9520.0, 9522.0, 9495.0, 9550.0, 9522.0, 9510.0, 9538.0, 9511.0, 9564.0, 9526.0, 9522.0, 9523.0, 9494.0, 9546.0, 9518.0, 9506.0, 9532.0, 9492.0, 9548.0, 9524.0, 9536.0, 9537.0, 9495.0, 9548.0, 9523.0, 9504.0, 9550.0, 9514.0, 9548.0, 9524.0, 9523.0, 9538.0, 9492.0, 9552.0, 9526.0, 9510.0, 9545.0, 9517.0, 9586.0, 9552.0, 9519.0, 9555.0, 9517.0, 9569.0, 9545.0, 9525.0, 9540.0, 9503.0, 9569.0, 9528.0, 9530.0, 9540.0, 9496.0, 9551.0, 9529.0, 9537.0, 9539.0, 9499.0, 9552.0, 9535.0, 9566.0, 9534.0, 9516.0, 9543.0, 9504.0, 9571.0, 9532.0, 9572.0, 9546.0, 9501.0, 9558.0, 9531.0, 9569.0, 9528.0, 9536.0, 9521.0, 9494.0, 9552.0, 9528.0, 9563.0, 9530.0, 9499.0, 9554.0, 9534.0, 9566.0, 9544.0, 9513.0, 9552.0, 9528.0, 9557.0, 9533.0, 9548.0, 9525.0, 9498.0, 9580.0, 9555.0, 9495.0, 9540.0, 9528.0, 9493.0, 9523.0, 9574.0, 9536.0, 9550.0, 9575.0, 9563.0, 9580.0, 9597.0, 9570.0, 9594.0, 9580.0, 9561.0, 9536.0, 9566.0, 9528.0, 9490.0, 9478.0, 9488.0, 9469.0, 9504.0, 9491.0, 9456.0, 9481.0, 9518.0, 9486.0, 9547.0, 9544.0, 9501.0, 9557.0, 9506.0, 9559.0, 9545.0, 9521.0, 9562.0, 9526.0, 9580.0, 9519.0, 9564.0, 9518.0, 9525.0, 9557.0, 9496.0, 9573.0, 9529.0, 9551.0, 9543.0, 9557.0, 9560.0, 9541.0, 9577.0, 9515.0, 9564.0, 9519.0, 9588.0, 9530.0, 9570.0, 9535.0, 9548.0, 9559.0, 9539.0, 9559.0, 9507.0, 9571.0, 9522.0, 9571.0, 9543.0, 9593.0, 9559.0, 9582.0, 9550.0, 9556.0, 9600.0, 9528.0, 9598.0, 9544.0, 9578.0, 9553.0, 9553.0, 9588.0, 9542.0, 9596.0, 9552.0, 9574.0, 9566.0, 9563.0, 9574.0, 9505.0, 9575.0, 9553.0, 9607.0, 9556.0, 9546.0, 9558.0, 9515.0, 9569.0, 9504.0, 9576.0, 9534.0, 9563.0, 9555.0, 9539.0, 9598.0, 9535.0, 9598.0, 9512.0, 9573.0, 9541.0, 9591.0, 9552.0, 9591.0, 9546.0, 9537.0, 9562.0, 9549.0, 9559.0, 9500.0, 9567.0, 9517.0, 9570.0, 9534.0, 9576.0, 9536.0, 9556.0, 9548.0, 9534.0, 9563.0, 9506.0, 9590.0, 9535.0, 9583.0, 9540.0, 9586.0, 9551.0, 9546.0, 9540.0, 9502.0, 9572.0, 9532.0, 9573.0, 9567.0, 9516.0, 9576.0, 9521.0, 9577.0, 9519.0, 9568.0, 9522.0, 9549.0, 9541.0, 9515.0, 9569.0, 9516.0, 9575.0, 9546.0, 9585.0, 9546.0, 9541.0, 9561.0, 9501.0, 9573.0, 9521.0, 9581.0, 9533.0, 9611.0, 9577.0, 9527.0, 9540.0, 9515.0, 9567.0, 9519.0, 9586.0, 9533.0, 9533.0, 9579.0, 9537.0, 9577.0, 9506.0, 9567.0, 9529.0, 9587.0, 9546.0, 9529.0, 9569.0, 9488.0, 9566.0, 9532.0, 9580.0, 9547.0, 9515.0, 9569.0, 9525.0, 9585.0, 9549.0, 9523.0, 9574.0, 9524.0, 9590.0, 9538.0, 9570.0, 9544.0, 9526.0, 9566.0, 9518.0, 9582.0, 9535.0, 9544.0, 9556.0, 9519.0, 9588.0, 9520.0, 9590.0, 9530.0, 9555.0, 9541.0, 9519.0, 9589.0, 9541.0, 9587.0, 9533.0, 9542.0, 9560.0, 9517.0, 9590.0, 9515.0, 9564.0, 9545.0, 9540.0, 9552.0, 9496.0, 9567.0, 9514.0, 9582.0, 9530.0, 9545.0, 9555.0, 9504.0, 9571.0, 9548.0, 9556.0, 9561.0, 9502.0, 9567.0, 9529.0, 9572.0, 9530.0, 9527.0, 9569.0, 9523.0, 9586.0, 9538.0, 9568.0, 9563.0, 9522.0, 9572.0, 9556.0, 9584.0, 9552.0, 9532.0, 9574.0, 9518.0, 9588.0, 9537.0, 9581.0, 9526.0, 9484.0, 9551.0, 9535.0, 9583.0, 9543.0, 9512.0, 9552.0, 9518.0, 9572.0, 9530.0, 9561.0, 9548.0, 9504.0, 9586.0, 9550.0, 9573.0, 9565.0, 9505.0, 9566.0, 9531.0, 9577.0, 9566.0, 9500.0, 9555.0, 9532.0, 9577.0, 9544.0, 9521.0, 9588.0, 9535.0, 9554.0, 9578.0, 9523.0, 9612.0, 9555.0, 9519.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.003193183315038419</td></tr>
<tr><td colspan=3>aqi</td><td>0.06236559462129527</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.79147795786814</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1491916760329657</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9298287092527474</td></tr>
<tr><td colspan=3>efc</td><td>0.4753</td></tr>
<tr><td colspan=3>fber</td><td>6329.8413</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10685166215360667</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7321624588364433</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.625105796799683</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4500183052233755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8575732045974185</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.567725880578255</td></tr>
<tr><td colspan=3>gcor</td><td>0.00708648</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010893935337662697</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029436537995934486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0130942466776816</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>19.4537</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.0042</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299945.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.6546</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.608</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.6096</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3506.1268</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76599.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1278.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.225</td></tr>
<tr><td colspan=3>tsnr</td><td>28.79671482159756</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>