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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-02/func/sub-0037_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>09fe229021185635dec4fed33d0b6738</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>18:14:4.720000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999897, 0.000279742, 0.0143689, 0.000523586, 0.998438, -0.0558734]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0903663</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7736, -7273, 591, -29, -232, 43, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97069ee4-bfae-441b-9ff3-747f21e513fa||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682649850845337, 0.0014047439908608794, 0.038777537643909454, 110.65967559814453], [-0.000750527367927134, 2.6787354946136475, -0.15086287260055542, -90.82417297363281], [0.03855062276124954, 0.14990420639514923, 2.695502996444702, -88.58627319335938], [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': ['181404.720000', '181405.180000', '181405.640000', '181406.100000', '181406.560000', '181407.020000', '181407.480000', '181407.940000', '181408.400000', '181408.860000', '181409.320000', '181409.780000', '181410.240000', '181410.700000', '181411.160000', '181411.620000', '181412.080000', '181412.540000', '181413.000000', '181413.460000', '181413.920000', '181414.380000', '181414.840000', '181415.300000', '181415.760000', '181416.220000', '181416.680000', '181417.140000', '181417.600000', '181418.060000', '181418.520000', '181418.980000', '181419.440000', '181419.900000', '181420.360000', '181420.820000', '181421.280000', '181421.740000', '181422.200000', '181422.660000', '181423.120000', '181423.580000', '181424.040000', '181424.500000', '181424.960000', '181425.420000', '181425.880000', '181426.340000', '181426.800000', '181427.260000', '181427.720000', '181428.180000', '181428.640000', '181429.100000', '181429.560000', '181430.020000', '181430.480000', '181430.940000', '181431.400000', '181431.860000', '181432.320000', '181432.780000', '181433.240000', '181433.700000', '181434.160000', '181434.620000', '181435.080000', '181435.540000', '181436.000000', '181436.460000', '181436.920000', '181437.380000', '181437.840000', '181438.300000', '181438.760000', '181439.220000', '181439.680000', '181440.140000', '181440.600000', '181441.060000', '181441.520000', '181441.980000', '181442.440000', '181442.900000', '181443.360000', '181443.820000', '181444.280000', '181444.740000', '181445.200000', '181445.660000', '181446.120000', '181446.580000', '181447.040000', '181447.500000', '181447.960000', '181448.420000', '181448.880000', '181449.340000', '181449.800000', '181450.260000', '181450.720000', '181451.180000', '181451.640000', '181452.100000', '181452.560000', '181453.020000', '181453.480000', '181453.940000', '181454.400000', '181454.860000', '181455.320000', '181455.780000', '181456.240000', '181456.700000', '181457.160000', '181457.620000', '181458.080000', '181458.540000', '181459.000000', '181459.460000', '181459.920000', '181500.380000', '181500.840000', '181501.300000', '181501.760000', '181502.220000', '181502.680000', '181503.140000', '181503.600000', '181504.060000', '181504.520000', '181504.980000', '181505.440000', '181505.900000', '181506.360000', '181506.820000', '181507.280000', '181507.740000', '181508.200000', '181508.660000', '181509.120000', '181509.580000', '181510.040000', '181510.500000', '181510.960000', '181511.420000', '181511.880000', '181512.340000', '181512.800000', '181513.260000', '181513.720000', '181514.180000', '181514.640000', '181515.100000', '181515.560000', '181516.020000', '181516.480000', '181516.940000', '181517.400000', '181517.860000', '181518.320000', '181518.780000', '181519.240000', '181519.700000', '181520.160000', '181520.620000', '181521.080000', '181521.540000', '181522.000000', '181522.460000', '181522.920000', '181523.380000', '181523.840000', '181524.300000', '181524.760000', '181525.220000', '181525.680000', '181526.140000', '181526.600000', '181527.060000', '181527.520000', '181527.980000', '181528.440000', '181528.900000', '181529.360000', '181529.820000', '181530.280000', '181530.740000', '181531.200000', '181531.660000', '181532.120000', '181532.580000', '181533.040000', '181533.500000', '181533.960000', '181534.420000', '181534.880000', '181535.340000', '181535.800000', '181536.260000', '181536.720000', '181537.180000', '181537.640000', '181538.100000', '181538.560000', '181539.020000', '181539.480000', '181539.940000', '181540.400000', '181540.860000', '181541.320000', '181541.780000', '181542.240000', '181542.700000', '181543.160000', '181543.620000', '181544.080000', '181544.540000', '181545.000000', '181545.460000', '181545.920000', '181546.380000', '181546.840000', '181547.300000', '181547.760000', '181548.220000', '181548.680000', '181549.140000', '181549.600000', '181550.060000', '181550.520000', '181550.980000', '181551.440000', '181551.900000', '181552.360000', '181552.820000', '181553.280000', '181553.740000', '181554.200000', '181554.660000', '181555.120000', '181555.580000', '181556.040000', '181556.500000', '181556.960000', '181557.420000', '181557.880000', '181558.340000', '181558.800000', '181559.260000', '181559.720000', '181600.180000', '181600.640000', '181601.100000', '181601.560000', '181602.020000', '181602.480000', '181602.940000', '181603.400000', '181603.860000', '181604.320000', '181604.780000', '181605.240000', '181605.700000', '181606.160000', '181606.620000', '181607.080000', '181607.540000', '181608.000000', '181608.460000', '181608.920000', '181609.380000', '181609.840000', '181610.300000', '181610.760000', '181611.220000', '181611.680000', '181612.140000', '181612.600000', '181613.060000', '181613.520000', '181613.980000', '181614.440000', '181614.900000', '181615.360000', '181615.820000', '181616.280000', '181616.740000', '181617.200000', '181617.660000', '181618.120000', '181618.580000', '181619.040000', '181619.500000', '181619.960000', '181620.420000', '181620.880000', '181621.340000', '181621.800000', '181622.260000', '181622.720000', '181623.180000', '181623.640000', '181624.100000', '181624.560000', '181625.020000', '181625.480000', '181625.940000', '181626.400000', '181626.860000', '181627.320000', '181627.780000', '181628.240000', '181628.700000', '181629.160000', '181629.620000', '181630.080000', '181630.540000', '181631.000000', '181631.460000', '181631.920000', '181632.380000', '181632.840000', '181633.300000', '181633.760000', '181634.220000', '181634.680000', '181635.140000', '181635.600000', '181636.060000', '181636.520000', '181636.980000', '181637.440000', '181637.900000', '181638.360000', '181638.820000', '181639.280000', '181639.740000', '181640.200000', '181640.660000', '181641.120000', '181641.580000', '181642.040000', '181642.500000', '181642.960000', '181643.420000', '181643.880000', '181644.340000', '181644.800000', '181645.260000', '181645.720000', '181646.180000', '181646.640000', '181647.100000', '181647.560000', '181648.020000', '181648.480000', '181648.940000', '181649.400000', '181649.860000', '181650.320000', '181650.780000', '181651.240000', '181651.700000', '181652.160000', '181652.620000', '181653.080000', '181653.540000', '181654.000000', '181654.460000', '181654.920000', '181655.380000', '181655.840000', '181656.300000', '181656.760000', '181657.220000', '181657.680000', '181658.140000', '181658.600000', '181659.060000', '181659.520000', '181659.980000', '181700.440000', '181700.900000', '181701.360000', '181701.820000', '181702.280000', '181702.740000', '181703.200000', '181703.660000', '181704.120000', '181704.580000', '181705.040000', '181705.500000', '181705.960000', '181706.420000', '181706.880000', '181707.340000', '181707.800000', '181708.260000', '181708.720000', '181709.180000', '181709.640000', '181710.100000', '181710.560000', '181711.020000', '181711.480000', '181711.940000', '181712.400000', '181712.860000', '181713.320000', '181713.780000', '181714.240000', '181714.700000', '181715.160000', '181715.620000', '181716.080000', '181716.540000', '181717.000000', '181717.460000', '181717.920000', '181718.380000', '181718.840000', '181719.300000', '181719.760000', '181720.220000', '181720.680000', '181721.140000', '181721.600000', '181722.060000', '181722.520000', '181722.980000', '181723.440000', '181723.900000', '181724.360000', '181724.820000', '181725.280000', '181725.740000', '181726.200000', '181726.660000', '181727.120000', '181727.580000', '181728.040000', '181728.500000', '181728.960000', '181729.420000', '181729.880000', '181730.340000', '181730.800000', '181731.260000', '181731.720000', '181732.180000', '181732.640000', '181733.100000', '181733.560000', '181734.020000', '181734.480000', '181734.940000', '181735.400000', '181735.860000', '181736.320000', '181736.780000', '181737.240000', '181737.700000', '181738.160000', '181738.620000', '181739.080000', '181739.540000', '181740.000000', '181740.460000', '181740.920000', '181741.380000', '181741.840000', '181742.300000', '181742.760000', '181743.220000', '181743.680000', '181744.140000', '181744.600000', '181745.060000', '181745.520000', '181745.980000', '181746.440000', '181746.900000', '181747.360000', '181747.820000', '181748.280000', '181748.740000', '181749.200000', '181749.660000', '181750.120000', '181750.580000', '181751.040000', '181751.500000', '181751.960000', '181752.420000', '181752.880000', '181753.340000', '181753.800000', '181754.260000', '181754.720000', '181755.180000', '181755.640000', '181756.100000', '181756.560000', '181757.020000', '181757.480000', '181757.940000', '181758.400000', '181758.860000', '181759.320000', '181759.780000', '181800.240000', '181800.700000', '181801.160000', '181801.620000', '181802.080000', '181802.540000', '181803.000000', '181803.460000', '181803.920000', '181804.380000', '181804.840000', '181805.300000', '181805.760000', '181806.220000', '181806.680000', '181807.140000', '181807.600000', '181808.060000', '181808.520000', '181808.980000', '181809.440000', '181809.900000', '181810.360000', '181810.820000', '181811.280000', '181811.740000', '181812.200000', '181812.660000', '181813.120000', '181813.580000', '181814.040000', '181814.500000', '181814.960000', '181815.420000', '181815.880000', '181816.340000', '181816.800000', '181817.260000', '181817.720000', '181818.180000', '181818.640000', '181819.100000', '181819.560000', '181820.020000', '181820.480000', '181820.940000', '181821.400000', '181821.860000', '181822.320000', '181822.780000', '181823.240000', '181823.700000', '181824.160000', '181824.620000', '181825.080000', '181825.540000', '181826.000000', '181826.460000', '181826.920000', '181827.380000', '181827.840000', '181828.300000', '181828.760000', '181829.220000', '181829.680000', '181830.140000', '181830.600000', '181831.060000', '181831.520000', '181831.980000', '181832.440000', '181832.900000', '181833.360000', '181833.820000', '181834.280000', '181834.740000', '181835.200000', '181835.660000', '181836.120000', '181836.580000', '181837.040000', '181837.500000', '181837.960000', '181838.420000', '181838.880000', '181839.340000', '181839.800000', '181840.260000', '181840.720000', '181841.180000', '181841.640000', '181842.100000', '181842.560000', '181843.020000', '181843.480000', '181843.940000', '181844.400000', '181844.860000', '181845.320000', '181845.780000', '181846.240000', '181846.700000', '181847.160000', '181847.620000', '181848.080000', '181848.540000', '181849.000000', '181849.460000', '181849.920000', '181850.380000', '181850.840000', '181851.300000', '181851.760000', '181852.220000', '181852.680000', '181853.140000', '181853.600000', '181854.060000', '181854.520000', '181854.980000', '181855.440000', '181855.900000', '181856.360000', '181856.820000', '181857.280000', '181857.740000', '181858.200000', '181858.660000', '181859.120000', '181859.580000', '181900.040000', '181900.500000', '181900.960000', '181901.420000', '181901.880000', '181902.340000', '181902.800000', '181903.260000', '181903.720000', '181904.180000', '181904.640000', '181905.100000', '181905.560000', '181906.020000', '181906.480000', '181906.940000', '181907.400000', '181907.860000', '181908.320000', '181908.780000', '181909.240000', '181909.700000', '181910.160000', '181910.620000', '181911.080000', '181911.540000', '181912.000000', '181912.460000', '181912.920000', '181913.380000', '181913.840000', '181914.300000', '181914.760000', '181915.220000', '181915.680000', '181916.140000', '181916.600000', '181917.060000', '181917.520000', '181917.980000', '181918.440000', '181918.900000', '181919.360000', '181919.820000', '181920.280000', '181920.740000', '181921.200000', '181921.660000', '181922.120000', '181922.580000', '181923.040000', '181923.500000', '181923.960000', '181924.420000', '181924.880000', '181925.340000', '181925.800000', '181926.260000', '181926.720000', '181927.180000', '181927.640000', '181928.100000', '181928.560000', '181929.020000', '181929.480000', '181929.940000', '181930.400000', '181930.860000', '181931.320000', '181931.780000', '181932.240000', '181932.700000', '181933.160000', '181933.620000', '181934.080000', '181934.540000', '181935.000000', '181935.460000', '181935.920000', '181936.380000', '181936.840000', '181937.300000', '181937.760000', '181938.220000', '181938.680000', '181939.140000', '181939.600000', '181940.060000', '181940.520000', '181940.980000', '181941.440000', '181941.900000', '181942.360000', '181942.820000', '181943.280000', '181943.740000', '181944.200000', '181944.660000', '181945.120000', '181945.580000', '181946.040000', '181946.500000', '181946.960000', '181947.420000', '181947.880000', '181948.340000', '181948.800000', '181949.260000', '181949.720000', '181950.180000', '181950.640000', '181951.100000', '181951.560000', '181952.020000', '181952.480000', '181952.940000', '181953.400000', '181953.860000', '181954.320000', '181954.780000', '181955.240000', '181955.700000', '181956.160000', '181956.620000', '181957.080000', '181957.540000', '181958.000000', '181958.460000', '181958.920000', '181959.380000', '181959.840000', '182000.300000', '182000.760000', '182001.220000', '182001.680000', '182002.140000', '182002.600000', '182003.060000', '182003.520000', '182003.980000', '182004.440000', '182004.900000', '182005.360000', '182005.820000', '182006.280000', '182006.740000', '182007.200000', '182007.660000', '182008.120000', '182008.580000', '182009.040000', '182009.500000', '182009.960000', '182010.420000', '182010.880000', '182011.340000', '182011.800000', '182012.260000', '182012.720000', '182013.180000', '182013.640000', '182014.100000', '182014.560000', '182015.020000', '182015.480000', '182015.940000', '182016.400000', '182016.860000', '182017.320000', '182017.780000', '182018.240000', '182018.700000', '182019.160000', '182019.620000', '182020.080000', '182020.540000', '182021.000000', '182021.460000', '182021.920000', '182022.380000', '182022.840000', '182023.300000', '182023.760000', '182024.220000', '182024.680000', '182025.140000', '182025.600000', '182026.060000', '182026.520000', '182026.980000', '182027.440000', '182027.900000', '182028.360000', '182028.820000', '182029.280000', '182029.740000', '182030.200000', '182030.660000', '182031.120000', '182031.580000', '182032.040000', '182032.500000', '182032.960000', '182033.420000', '182033.880000', '182034.340000', '182034.800000', '182035.260000', '182035.720000', '182036.180000', '182036.640000', '182037.100000', '182037.560000', '182038.020000', '182038.480000', '182038.940000', '182039.400000', '182039.860000', '182040.320000', '182040.780000', '182041.240000', '182041.700000', '182042.160000', '182042.620000', '182043.080000', '182043.540000', '182044.000000', '182044.460000', '182044.920000', '182045.380000', '182045.840000', '182046.300000', '182046.760000', '182047.220000', '182047.680000', '182048.140000', '182048.600000', '182049.060000', '182049.520000', '182049.980000', '182050.440000', '182050.900000', '182051.360000', '182051.820000', '182052.280000', '182052.740000', '182053.200000', '182053.660000', '182054.120000', '182054.580000', '182055.040000', '182055.500000', '182055.960000', '182056.420000', '182056.880000', '182057.340000', '182057.800000', '182058.260000', '182058.720000', '182059.180000', '182059.640000', '182100.100000', '182100.560000', '182101.020000', '182101.480000', '182101.940000', '182102.400000', '182102.860000', '182103.320000', '182103.780000', '182104.240000', '182104.700000'], 'ContentTime': ['181418.308000', '181418.311000', '181418.314000', '181418.317000', '181418.320000', '181418.322000', '181418.325000', '181418.328000', '181418.331000', '181418.334000', '181418.337000', '181418.348000', '181418.351000', '181418.354000', '181418.357000', '181418.360000', '181418.363000', '181418.366000', '181418.368000', '181418.371000', '181418.374000', '181418.377000', '181418.380000', '181418.383000', '181418.386000', '181418.389000', '181418.391000', '181418.394000', '181438.267000', '181438.270000', '181438.273000', '181438.275000', '181438.278000', '181438.281000', '181438.284000', '181438.287000', '181438.290000', '181438.293000', '181438.295000', '181438.298000', '181438.301000', '181438.304000', '181438.307000', '181438.310000', '181438.312000', '181438.315000', '181438.318000', '181438.321000', '181438.324000', '181438.327000', '181438.331000', '181438.334000', '181438.337000', '181438.340000', '181438.343000', '181438.345000', '181438.348000', '181438.351000', '181438.354000', '181438.357000', '181438.360000', '181438.362000', '181438.365000', '181438.368000', '181438.371000', '181438.374000', '181438.377000', '181438.379000', '181438.382000', '181438.385000', '181438.388000', '181438.391000', '181458.267000', '181458.270000', '181458.273000', '181458.276000', '181458.279000', '181458.281000', '181458.284000', '181458.287000', '181458.290000', '181458.293000', '181458.296000', '181458.299000', '181458.302000', '181458.304000', '181458.307000', '181458.310000', '181458.313000', '181458.316000', '181458.318000', '181458.321000', '181458.324000', '181458.327000', '181458.330000', '181458.333000', '181458.335000', '181458.338000', '181458.341000', '181458.344000', '181458.347000', '181458.350000', '181458.352000', '181458.355000', '181458.358000', '181458.361000', '181458.364000', '181458.367000', '181458.369000', '181458.372000', '181458.375000', '181458.378000', '181458.381000', '181458.384000', '181458.387000', '181518.266000', '181518.269000', '181518.272000', '181518.275000', '181518.278000', '181518.281000', '181518.286000', '181518.290000', '181518.292000', '181518.295000', '181518.298000', '181518.314000', '181518.317000', '181518.320000', '181518.323000', '181518.326000', '181518.328000', '181518.331000', '181518.334000', '181518.337000', '181518.340000', '181518.343000', '181518.345000', '181518.348000', '181518.351000', '181518.354000', '181518.357000', '181518.360000', '181518.363000', '181518.365000', '181518.368000', '181518.371000', '181518.374000', '181518.377000', '181518.380000', '181518.383000', '181518.386000', '181518.389000', '181518.392000', '181518.394000', '181518.397000', '181518.400000', '181518.403000', '181538.266000', '181538.269000', '181538.272000', '181538.275000', '181538.278000', '181538.280000', '181538.283000', '181538.286000', '181538.289000', '181538.292000', '181538.295000', '181538.297000', '181538.300000', '181538.303000', '181538.306000', '181538.309000', '181538.312000', '181538.315000', '181538.317000', '181538.320000', '181538.323000', '181538.326000', '181538.329000', '181538.332000', '181538.335000', '181538.337000', '181538.340000', '181538.343000', '181538.346000', '181538.349000', '181538.352000', '181538.355000', '181538.358000', '181538.360000', '181538.363000', '181538.366000', '181538.369000', '181538.372000', '181538.375000', '181538.378000', '181538.380000', '181538.383000', '181538.387000', '181538.390000', '181558.267000', '181558.270000', '181558.273000', '181558.275000', '181558.278000', '181558.281000', '181558.284000', '181558.287000', '181558.290000', '181558.293000', '181558.296000', '181558.299000', '181558.301000', '181558.304000', '181558.307000', '181558.310000', '181558.313000', '181558.316000', '181558.318000', '181558.321000', '181558.324000', '181558.327000', '181558.330000', '181558.333000', '181558.336000', '181558.338000', '181558.341000', '181558.344000', '181558.347000', '181558.350000', '181558.353000', '181558.356000', '181558.359000', '181558.361000', '181558.364000', '181558.367000', '181558.370000', '181558.373000', '181558.376000', '181558.379000', '181558.381000', '181558.384000', '181558.387000', '181558.390000', '181618.267000', '181618.270000', '181618.273000', '181618.276000', '181618.279000', '181618.281000', '181618.284000', '181618.287000', '181618.290000', '181618.293000', '181618.296000', '181618.299000', '181618.302000', '181618.305000', '181618.307000', '181618.310000', '181618.313000', '181618.316000', '181618.319000', '181618.322000', '181618.325000', '181618.328000', '181618.330000', '181618.333000', '181618.336000', '181618.339000', '181618.342000', '181618.345000', '181618.348000', '181618.350000', '181618.353000', '181618.356000', '181618.359000', '181618.362000', '181618.365000', '181618.368000', '181618.370000', '181618.373000', '181618.376000', '181618.379000', '181618.382000', '181618.385000', '181618.388000', '181638.267000', '181638.270000', '181638.273000', '181638.276000', '181638.278000', '181638.281000', '181638.284000', '181638.287000', '181638.290000', '181638.293000', '181638.296000', '181638.299000', '181638.302000', '181638.304000', '181638.307000', '181638.310000', '181638.313000', '181638.316000', '181638.319000', '181638.322000', '181638.324000', '181638.327000', '181638.330000', '181638.333000', '181638.336000', '181638.339000', '181638.342000', '181638.345000', '181638.348000', '181638.350000', '181638.353000', '181638.356000', '181638.359000', '181638.362000', '181638.365000', '181638.368000', '181638.371000', '181638.374000', '181638.376000', '181638.379000', '181638.382000', '181638.385000', '181638.388000', '181638.391000', '181658.267000', '181658.270000', '181658.273000', '181658.276000', '181658.279000', '181658.281000', '181658.284000', '181658.287000', '181658.290000', '181658.293000', '181658.296000', '181658.299000', '181658.301000', '181658.304000', '181658.307000', '181658.310000', '181658.313000', '181658.316000', '181658.319000', '181658.321000', '181658.339000', '181658.342000', '181658.345000', '181658.347000', '181658.350000', '181658.353000', '181658.356000', '181658.359000', '181658.362000', '181658.365000', '181658.367000', '181658.370000', '181658.373000', '181658.376000', '181658.379000', '181658.382000', '181658.385000', '181658.388000', '181658.390000', '181658.393000', '181658.396000', '181658.399000', '181658.402000', '181718.267000', '181718.270000', '181718.273000', '181718.276000', '181718.279000', '181718.282000', '181718.285000', '181718.288000', '181718.291000', '181718.294000', '181718.296000', '181718.299000', '181718.302000', '181718.305000', '181718.308000', '181718.311000', '181718.314000', '181718.317000', '181718.319000', '181718.322000', '181718.325000', '181718.328000', '181718.331000', '181718.334000', '181718.337000', '181718.340000', '181718.342000', '181718.345000', '181718.348000', '181718.351000', '181718.354000', '181718.357000', '181718.360000', '181718.362000', '181718.365000', '181718.368000', '181718.371000', '181718.374000', '181718.377000', '181718.380000', '181718.383000', '181718.385000', '181718.388000', '181738.266000', '181738.269000', '181738.272000', '181738.275000', '181738.278000', '181738.281000', '181738.283000', '181738.286000', '181738.289000', '181738.292000', '181738.295000', '181738.298000', '181738.300000', '181738.303000', '181738.306000', '181738.309000', '181738.312000', '181738.315000', '181738.318000', '181738.321000', '181738.323000', '181738.326000', '181738.329000', '181738.332000', '181738.335000', '181738.338000', '181738.341000', '181738.344000', '181738.347000', '181738.350000', '181738.352000', '181738.355000', '181738.358000', '181738.361000', '181738.364000', '181738.367000', '181738.370000', '181738.372000', '181738.375000', '181738.378000', '181738.381000', '181738.384000', '181738.387000', '181738.390000', '181758.266000', '181758.269000', '181758.272000', '181758.275000', '181758.278000', '181758.281000', '181758.284000', '181758.287000', '181758.290000', '181758.293000', '181758.295000', '181758.298000', '181758.301000', '181758.304000', '181758.308000', '181758.311000', '181758.314000', '181758.317000', '181758.320000', '181758.323000', '181758.326000', '181758.329000', '181758.331000', '181758.334000', '181758.337000', '181758.340000', '181758.343000', '181758.346000', '181758.349000', '181758.351000', '181758.354000', '181758.357000', '181758.360000', '181758.363000', '181758.366000', '181758.369000', '181758.372000', '181758.374000', '181758.377000', '181758.380000', '181758.383000', '181758.386000', '181758.389000', '181818.267000', '181818.270000', '181818.273000', '181818.276000', '181818.279000', '181818.282000', '181818.284000', '181818.287000', '181818.290000', '181818.293000', '181818.296000', '181818.299000', '181818.302000', '181818.304000', '181818.307000', '181818.310000', '181818.313000', '181818.316000', '181818.319000', '181818.322000', '181818.325000', '181818.328000', '181818.331000', '181818.333000', '181818.336000', '181818.339000', '181818.342000', '181818.345000', '181818.348000', '181818.351000', '181818.354000', '181818.356000', '181818.359000', '181818.362000', '181818.365000', '181818.368000', '181818.371000', '181818.374000', '181818.377000', '181818.380000', '181818.382000', '181818.385000', '181818.388000', '181818.391000', '181838.267000', '181838.270000', '181838.273000', '181838.276000', '181838.279000', '181838.282000', '181838.284000', '181838.287000', '181838.290000', '181838.293000', '181838.296000', '181838.299000', '181838.302000', '181838.305000', '181838.308000', '181838.310000', '181838.313000', '181838.316000', '181838.321000', '181838.324000', '181838.326000', '181838.329000', '181838.332000', '181838.335000', '181838.338000', '181838.341000', '181838.344000', '181838.347000', '181838.349000', '181838.352000', '181838.355000', '181838.358000', '181838.361000', '181838.364000', '181838.367000', '181838.370000', '181838.373000', '181838.375000', '181838.378000', '181838.381000', '181838.384000', '181838.387000', '181838.390000', '181858.267000', '181858.270000', '181858.273000', '181858.276000', '181858.279000', '181858.282000', '181858.284000', '181858.287000', '181858.290000', '181858.293000', '181858.296000', '181858.299000', '181858.302000', '181858.304000', '181858.307000', '181858.310000', '181858.313000', '181858.316000', '181858.319000', '181858.322000', '181858.325000', '181858.328000', '181858.331000', '181858.334000', '181858.336000', '181858.339000', '181858.342000', '181858.345000', '181858.348000', '181858.351000', '181858.354000', '181858.357000', '181858.360000', '181858.363000', '181858.365000', '181858.368000', '181858.371000', '181858.374000', '181858.377000', '181858.380000', '181858.383000', '181858.386000', '181858.389000', '181858.391000', '181918.267000', '181918.270000', '181918.273000', '181918.276000', '181918.279000', '181918.282000', '181918.285000', '181918.288000', '181918.290000', '181918.293000', '181918.296000', '181918.299000', '181918.302000', '181918.305000', '181918.308000', '181918.311000', '181918.314000', '181918.316000', '181918.319000', '181918.322000', '181918.327000', '181918.331000', '181918.334000', '181918.337000', '181918.340000', '181918.343000', '181918.346000', '181918.349000', '181918.351000', '181918.354000', '181918.357000', '181918.360000', '181918.363000', '181918.366000', '181918.369000', '181918.372000', '181918.374000', '181918.377000', '181918.380000', '181918.383000', '181918.386000', '181918.389000', '181918.392000', '181938.267000', '181938.270000', '181938.273000', '181938.276000', '181938.279000', '181938.281000', '181938.284000', '181938.287000', '181938.290000', '181938.293000', '181938.296000', '181938.299000', '181938.302000', '181938.304000', '181938.307000', '181938.310000', '181938.313000', '181938.316000', '181938.319000', '181938.322000', '181938.325000', '181938.328000', '181938.330000', '181938.333000', '181938.336000', '181938.339000', '181938.342000', '181938.345000', '181938.348000', '181938.351000', '181938.354000', '181938.356000', '181938.366000', '181938.368000', '181938.371000', '181938.374000', '181938.377000', '181938.380000', '181938.383000', '181938.386000', '181938.389000', '181938.391000', '181938.394000', '181938.397000', '181958.266000', '181958.269000', '181958.272000', '181958.275000', '181958.280000', '181958.283000', '181958.285000', '181958.288000', '181958.291000', '181958.294000', '181958.297000', '181958.300000', '181958.303000', '181958.320000', '181958.323000', '181958.326000', '181958.329000', '181958.332000', '181958.335000', '181958.337000', '181958.340000', '181958.343000', '181958.346000', '181958.349000', '181958.352000', '181958.355000', '181958.358000', '181958.361000', '181958.364000', '181958.367000', '181958.369000', '181958.372000', '181958.375000', '181958.378000', '181958.381000', '181958.384000', '181958.387000', '181958.390000', '181958.392000', '181958.395000', '181958.398000', '181958.401000', '181958.405000', '182018.266000', '182018.269000', '182018.272000', '182018.275000', '182018.278000', '182018.281000', '182018.284000', '182018.286000', '182018.289000', '182018.292000', '182018.295000', '182018.298000', '182018.301000', '182018.304000', '182018.307000', '182018.309000', '182018.312000', '182018.315000', '182018.318000', '182018.321000', '182018.324000', '182018.327000', '182018.330000', '182018.332000', '182018.335000', '182018.338000', '182018.341000', '182018.344000', '182018.347000', '182018.350000', '182018.353000', '182018.355000', '182018.358000', '182018.361000', '182018.364000', '182018.367000', '182018.370000', '182018.373000', '182018.376000', '182018.378000', '182018.381000', '182018.384000', '182018.387000', '182018.390000', '182038.267000', '182038.270000', '182038.273000', '182038.276000', '182038.279000', '182038.281000', '182038.284000', '182038.287000', '182038.290000', '182038.293000', '182038.296000', '182038.300000', '182038.303000', '182038.306000', '182038.309000', '182038.312000', '182038.315000', '182038.318000', '182038.321000', '182038.323000', '182038.326000', '182038.329000', '182038.332000', '182038.335000', '182038.338000', '182038.341000', '182038.344000', '182038.347000', '182038.350000', '182038.352000', '182038.355000', '182038.358000', '182038.361000', '182038.365000', '182038.370000', '182038.373000', '182038.376000', '182038.379000', '182038.382000', '182038.385000', '182038.388000', '182038.391000', '182038.394000', '182058.267000', '182058.270000', '182058.273000', '182058.276000', '182058.279000', '182058.282000', '182058.285000', '182058.287000', '182058.290000', '182058.293000', '182058.296000', '182058.299000', '182058.302000', '182058.305000', '182058.308000', '182058.310000', '182058.321000', '182058.323000', '182058.326000', '182058.329000', '182058.332000', '182058.335000', '182058.338000', '182058.340000', '182058.343000', '182058.346000', '182058.349000', '182058.352000', '182058.355000', '182058.358000', '182058.361000', '182058.364000', '182058.367000', '182058.369000', '182058.372000', '182058.375000', '182058.378000', '182058.381000', '182058.384000', '182058.387000', '182058.390000', '182058.392000', '182058.395000', '182058.398000', '182105.567000', '182105.570000', '182105.573000', '182105.576000', '182105.579000', '182105.582000', '182105.585000', '182105.589000', '182105.592000', '182105.596000', '182105.620000', '182105.623000', '182105.626000', '182105.630000', '182105.633000', '182105.636000'], 'InstanceCreationTime': ['181418.308000', '181418.311000', '181418.314000', '181418.317000', '181418.320000', '181418.322000', '181418.325000', '181418.328000', '181418.331000', '181418.334000', '181418.337000', '181418.348000', '181418.351000', '181418.354000', '181418.357000', '181418.360000', '181418.363000', '181418.366000', '181418.368000', '181418.371000', '181418.374000', '181418.377000', '181418.380000', '181418.383000', '181418.386000', '181418.389000', '181418.391000', '181418.394000', '181438.267000', '181438.270000', '181438.273000', '181438.275000', '181438.278000', '181438.281000', '181438.284000', '181438.287000', '181438.290000', '181438.293000', '181438.295000', '181438.298000', '181438.301000', '181438.304000', '181438.307000', '181438.310000', '181438.312000', '181438.315000', '181438.318000', '181438.321000', '181438.324000', '181438.327000', '181438.331000', '181438.334000', '181438.337000', '181438.340000', '181438.343000', '181438.345000', '181438.348000', '181438.351000', '181438.354000', '181438.357000', '181438.360000', '181438.362000', '181438.365000', '181438.368000', '181438.371000', '181438.374000', '181438.377000', '181438.379000', '181438.382000', '181438.385000', '181438.388000', '181438.391000', '181458.267000', '181458.270000', '181458.273000', '181458.276000', '181458.279000', '181458.281000', '181458.284000', '181458.287000', '181458.290000', '181458.293000', '181458.296000', '181458.299000', '181458.302000', '181458.304000', '181458.307000', '181458.310000', '181458.313000', '181458.316000', '181458.318000', '181458.321000', '181458.324000', '181458.327000', '181458.330000', '181458.333000', '181458.335000', '181458.338000', '181458.341000', '181458.344000', '181458.347000', '181458.350000', '181458.352000', '181458.355000', '181458.358000', '181458.361000', '181458.364000', '181458.367000', '181458.369000', '181458.372000', '181458.375000', '181458.378000', '181458.381000', '181458.384000', '181458.387000', '181518.266000', '181518.269000', '181518.272000', '181518.275000', '181518.278000', '181518.281000', '181518.286000', '181518.290000', '181518.292000', '181518.295000', '181518.298000', '181518.314000', '181518.317000', '181518.320000', '181518.323000', '181518.326000', '181518.328000', '181518.331000', '181518.334000', '181518.337000', '181518.340000', '181518.343000', '181518.345000', '181518.348000', '181518.351000', '181518.354000', '181518.357000', '181518.360000', '181518.363000', '181518.365000', '181518.368000', '181518.371000', '181518.374000', '181518.377000', '181518.380000', '181518.383000', '181518.386000', '181518.389000', '181518.392000', '181518.394000', '181518.397000', '181518.400000', '181518.403000', '181538.266000', '181538.269000', '181538.272000', '181538.275000', '181538.278000', '181538.280000', '181538.283000', '181538.286000', '181538.289000', '181538.292000', '181538.295000', '181538.297000', '181538.300000', '181538.303000', '181538.306000', '181538.309000', '181538.312000', '181538.315000', '181538.317000', '181538.320000', '181538.323000', '181538.326000', '181538.329000', '181538.332000', '181538.335000', '181538.337000', '181538.340000', '181538.343000', '181538.346000', '181538.349000', '181538.352000', '181538.355000', '181538.358000', '181538.360000', '181538.363000', '181538.366000', '181538.369000', '181538.372000', '181538.375000', '181538.378000', '181538.380000', '181538.383000', '181538.387000', '181538.390000', '181558.267000', '181558.270000', '181558.273000', '181558.275000', '181558.278000', '181558.281000', '181558.284000', '181558.287000', '181558.290000', '181558.293000', '181558.296000', '181558.299000', '181558.301000', '181558.304000', '181558.307000', '181558.310000', '181558.313000', '181558.316000', '181558.318000', '181558.321000', '181558.324000', '181558.327000', '181558.330000', '181558.333000', '181558.336000', '181558.338000', '181558.341000', '181558.344000', '181558.347000', '181558.350000', '181558.353000', '181558.356000', '181558.359000', '181558.361000', '181558.364000', '181558.367000', '181558.370000', '181558.373000', '181558.376000', '181558.379000', '181558.381000', '181558.384000', '181558.387000', '181558.390000', '181618.267000', '181618.270000', '181618.273000', '181618.276000', '181618.279000', '181618.281000', '181618.284000', '181618.287000', '181618.290000', '181618.293000', '181618.296000', '181618.299000', '181618.302000', '181618.305000', '181618.307000', '181618.310000', '181618.313000', '181618.316000', '181618.319000', '181618.322000', '181618.325000', '181618.328000', '181618.330000', '181618.333000', '181618.336000', '181618.339000', '181618.342000', '181618.345000', '181618.348000', '181618.350000', '181618.353000', '181618.356000', '181618.359000', '181618.362000', '181618.365000', '181618.368000', '181618.370000', '181618.373000', '181618.376000', '181618.379000', '181618.382000', '181618.385000', '181618.388000', '181638.267000', '181638.270000', '181638.273000', '181638.276000', '181638.278000', '181638.281000', '181638.284000', '181638.287000', '181638.290000', '181638.293000', '181638.296000', '181638.299000', '181638.302000', '181638.304000', '181638.307000', '181638.310000', '181638.313000', '181638.316000', '181638.319000', '181638.322000', '181638.324000', '181638.327000', '181638.330000', '181638.333000', '181638.336000', '181638.339000', '181638.342000', '181638.345000', '181638.348000', '181638.350000', '181638.353000', '181638.356000', '181638.359000', '181638.362000', '181638.365000', '181638.368000', '181638.371000', '181638.374000', '181638.376000', '181638.379000', '181638.382000', '181638.385000', '181638.388000', '181638.391000', '181658.267000', '181658.270000', '181658.273000', '181658.276000', '181658.279000', '181658.281000', '181658.284000', '181658.287000', '181658.290000', '181658.293000', '181658.296000', '181658.299000', '181658.301000', '181658.304000', '181658.307000', '181658.310000', '181658.313000', '181658.316000', '181658.319000', '181658.321000', '181658.339000', '181658.342000', '181658.345000', '181658.347000', '181658.350000', '181658.353000', '181658.356000', '181658.359000', '181658.362000', '181658.365000', '181658.367000', '181658.370000', '181658.373000', '181658.376000', '181658.379000', '181658.382000', '181658.385000', '181658.388000', '181658.390000', '181658.393000', '181658.396000', '181658.399000', '181658.402000', '181718.267000', '181718.270000', '181718.273000', '181718.276000', '181718.279000', '181718.282000', '181718.285000', '181718.288000', '181718.291000', '181718.294000', '181718.296000', '181718.299000', '181718.302000', '181718.305000', '181718.308000', '181718.311000', '181718.314000', '181718.317000', '181718.319000', '181718.322000', '181718.325000', '181718.328000', '181718.331000', '181718.334000', '181718.337000', '181718.340000', '181718.342000', '181718.345000', '181718.348000', '181718.351000', '181718.354000', '181718.357000', '181718.360000', '181718.362000', '181718.365000', '181718.368000', '181718.371000', '181718.374000', '181718.377000', '181718.380000', '181718.383000', '181718.385000', '181718.388000', '181738.266000', '181738.269000', '181738.272000', '181738.275000', '181738.278000', '181738.281000', '181738.283000', '181738.286000', '181738.289000', '181738.292000', '181738.295000', '181738.298000', '181738.300000', '181738.303000', '181738.306000', '181738.309000', '181738.312000', '181738.315000', '181738.318000', '181738.321000', '181738.323000', '181738.326000', '181738.329000', '181738.332000', '181738.335000', '181738.338000', '181738.341000', '181738.344000', '181738.347000', '181738.350000', '181738.352000', '181738.355000', '181738.358000', '181738.361000', '181738.364000', '181738.367000', '181738.370000', '181738.372000', '181738.375000', '181738.378000', '181738.381000', '181738.384000', '181738.387000', '181738.390000', '181758.266000', '181758.269000', '181758.272000', '181758.275000', '181758.278000', '181758.281000', '181758.284000', '181758.287000', '181758.290000', '181758.293000', '181758.295000', '181758.298000', '181758.301000', '181758.304000', '181758.308000', '181758.311000', '181758.314000', '181758.317000', '181758.320000', '181758.323000', '181758.326000', '181758.329000', '181758.331000', '181758.334000', '181758.337000', '181758.340000', '181758.343000', '181758.346000', '181758.349000', '181758.351000', '181758.354000', '181758.357000', '181758.360000', '181758.363000', '181758.366000', '181758.369000', '181758.372000', '181758.374000', '181758.377000', '181758.380000', '181758.383000', '181758.386000', '181758.389000', '181818.267000', '181818.270000', '181818.273000', '181818.276000', '181818.279000', '181818.282000', '181818.284000', '181818.287000', '181818.290000', '181818.293000', '181818.296000', '181818.299000', '181818.302000', '181818.304000', '181818.307000', '181818.310000', '181818.313000', '181818.316000', '181818.319000', '181818.322000', '181818.325000', '181818.328000', '181818.331000', '181818.333000', '181818.336000', '181818.339000', '181818.342000', '181818.345000', '181818.348000', '181818.351000', '181818.354000', '181818.356000', '181818.359000', '181818.362000', '181818.365000', '181818.368000', '181818.371000', '181818.374000', '181818.377000', '181818.380000', '181818.382000', '181818.385000', '181818.388000', '181818.391000', '181838.267000', '181838.270000', '181838.273000', '181838.276000', '181838.279000', '181838.282000', '181838.284000', '181838.287000', '181838.290000', '181838.293000', '181838.296000', '181838.299000', '181838.302000', '181838.305000', '181838.308000', '181838.310000', '181838.313000', '181838.316000', '181838.321000', '181838.324000', '181838.326000', '181838.329000', '181838.332000', '181838.335000', '181838.338000', '181838.341000', '181838.344000', '181838.347000', '181838.349000', '181838.352000', '181838.355000', '181838.358000', '181838.361000', '181838.364000', '181838.367000', '181838.370000', '181838.373000', '181838.375000', '181838.378000', '181838.381000', '181838.384000', '181838.387000', '181838.390000', '181858.267000', '181858.270000', '181858.273000', '181858.276000', '181858.279000', '181858.282000', '181858.284000', '181858.287000', '181858.290000', '181858.293000', '181858.296000', '181858.299000', '181858.302000', '181858.304000', '181858.307000', '181858.310000', '181858.313000', '181858.316000', '181858.319000', '181858.322000', '181858.325000', '181858.328000', '181858.331000', '181858.334000', '181858.336000', '181858.339000', '181858.342000', '181858.345000', '181858.348000', '181858.351000', '181858.354000', '181858.357000', '181858.360000', '181858.363000', '181858.365000', '181858.368000', '181858.371000', '181858.374000', '181858.377000', '181858.380000', '181858.383000', '181858.386000', '181858.389000', '181858.391000', '181918.267000', '181918.270000', '181918.273000', '181918.276000', '181918.279000', '181918.282000', '181918.285000', '181918.288000', '181918.290000', '181918.293000', '181918.296000', '181918.299000', '181918.302000', '181918.305000', '181918.308000', '181918.311000', '181918.314000', '181918.316000', '181918.319000', '181918.322000', '181918.327000', '181918.331000', '181918.334000', '181918.337000', '181918.340000', '181918.343000', '181918.346000', '181918.349000', '181918.351000', '181918.354000', '181918.357000', '181918.360000', '181918.363000', '181918.366000', '181918.369000', '181918.372000', '181918.374000', '181918.377000', '181918.380000', '181918.383000', '181918.386000', '181918.389000', '181918.392000', '181938.267000', '181938.270000', '181938.273000', '181938.276000', '181938.279000', '181938.281000', '181938.284000', '181938.287000', '181938.290000', '181938.293000', '181938.296000', '181938.299000', '181938.302000', '181938.304000', '181938.307000', '181938.310000', '181938.313000', '181938.316000', '181938.319000', '181938.322000', '181938.325000', '181938.328000', '181938.330000', '181938.333000', '181938.336000', '181938.339000', '181938.342000', '181938.345000', '181938.348000', '181938.351000', '181938.354000', '181938.356000', '181938.366000', '181938.368000', '181938.371000', '181938.374000', '181938.377000', '181938.380000', '181938.383000', '181938.386000', '181938.389000', '181938.391000', '181938.394000', '181938.397000', '181958.266000', '181958.269000', '181958.272000', '181958.275000', '181958.280000', '181958.283000', '181958.285000', '181958.288000', '181958.291000', '181958.294000', '181958.297000', '181958.300000', '181958.303000', '181958.320000', '181958.323000', '181958.326000', '181958.329000', '181958.332000', '181958.335000', '181958.337000', '181958.340000', '181958.343000', '181958.346000', '181958.349000', '181958.352000', '181958.355000', '181958.358000', '181958.361000', '181958.364000', '181958.367000', '181958.369000', '181958.372000', '181958.375000', '181958.378000', '181958.381000', '181958.384000', '181958.387000', '181958.390000', '181958.392000', '181958.395000', '181958.398000', '181958.401000', '181958.405000', '182018.266000', '182018.269000', '182018.272000', '182018.275000', '182018.278000', '182018.281000', '182018.284000', '182018.286000', '182018.289000', '182018.292000', '182018.295000', '182018.298000', '182018.301000', '182018.304000', '182018.307000', '182018.309000', '182018.312000', '182018.315000', '182018.318000', '182018.321000', '182018.324000', '182018.327000', '182018.330000', '182018.332000', '182018.335000', '182018.338000', '182018.341000', '182018.344000', '182018.347000', '182018.350000', '182018.353000', '182018.355000', '182018.358000', '182018.361000', '182018.364000', '182018.367000', '182018.370000', '182018.373000', '182018.376000', '182018.378000', '182018.381000', '182018.384000', '182018.387000', '182018.390000', '182038.267000', '182038.270000', '182038.273000', '182038.276000', '182038.279000', '182038.281000', '182038.284000', '182038.287000', '182038.290000', '182038.293000', '182038.296000', '182038.300000', '182038.303000', '182038.306000', '182038.309000', '182038.312000', '182038.315000', '182038.318000', '182038.321000', '182038.323000', '182038.326000', '182038.329000', '182038.332000', '182038.335000', '182038.338000', '182038.341000', '182038.344000', '182038.347000', '182038.350000', '182038.352000', '182038.355000', '182038.358000', '182038.361000', '182038.365000', '182038.370000', '182038.373000', '182038.376000', '182038.379000', '182038.382000', '182038.385000', '182038.388000', '182038.391000', '182038.394000', '182058.267000', '182058.270000', '182058.273000', '182058.276000', '182058.279000', '182058.282000', '182058.285000', '182058.287000', '182058.290000', '182058.293000', '182058.296000', '182058.299000', '182058.302000', '182058.305000', '182058.308000', '182058.310000', '182058.321000', '182058.323000', '182058.326000', '182058.329000', '182058.332000', '182058.335000', '182058.338000', '182058.340000', '182058.343000', '182058.346000', '182058.349000', '182058.352000', '182058.355000', '182058.358000', '182058.361000', '182058.364000', '182058.367000', '182058.369000', '182058.372000', '182058.375000', '182058.378000', '182058.381000', '182058.384000', '182058.387000', '182058.390000', '182058.392000', '182058.395000', '182058.398000', '182105.567000', '182105.570000', '182105.573000', '182105.576000', '182105.579000', '182105.582000', '182105.585000', '182105.589000', '182105.592000', '182105.596000', '182105.620000', '182105.623000', '182105.626000', '182105.630000', '182105.633000', '182105.636000'], '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': [11142, 10359, 10590, 14858, 11211, 10828, 12160, 10835, 11584, 10698, 9986, 14125, 10577, 11567, 10780, 10249, 11862, 10400, 11239, 10894, 10049, 10156, 10708, 14211, 10545, 12288, 10552, 10102, 14141, 10672, 12627, 10744, 10993, 10046, 10766, 10489, 10484, 12925, 10942, 13214, 10381, 10401, 10428, 11017, 15268, 10797, 11359, 10664, 10189, 9905, 10422, 11185, 10949, 11625, 10857, 10758, 10159, 10404, 10697, 10880, 14767, 10624, 12991, 10344, 10098, 10279, 10962, 15477, 12036, 12348, 10646, 10221, 9896, 11066, 14805, 10819, 12814, 10541, 9916, 12163, 10493, 10207, 11108, 10064, 10376, 8886, 10425, 10422, 9826, 10667, 15144, 10642, 10216, 10117, 11072, 15876, 11988, 12095, 10509, 11013, 15976, 11661, 11322, 10302, 10825, 14520, 10623, 11596, 10294, 10725, 13849, 10610, 9831, 10051, 10525, 11821, 10493, 9829, 13507, 10619, 11625, 10346, 11078, 15551, 10574, 10598, 9964, 10933, 13560, 10811, 9143, 10275, 11199, 15211, 10534, 10339, 10070, 11034, 14364, 10213, 10542, 13644, 10480, 10534, 11504, 10432, 11059, 10011, 11115, 13935, 10707, 9003, 10379, 10773, 14060, 10234, 10179, 10352, 10827, 11573, 10376, 10776, 13591, 10410, 10727, 15426, 11674, 12044, 10273, 10566, 13133, 10148, 9912, 10182, 10572, 9215, 9835, 11053, 14871, 10528, 10412, 10204, 10603, 13650, 10417, 10270, 12361, 10042, 11224, 15085, 10555, 10243, 9886, 10642, 10096, 10258, 10424, 11909, 10053, 9975, 10062, 10411, 8510, 10061, 10767, 14176, 10267, 10328, 13624, 10248, 10769, 11751, 10443, 10649, 9802, 10967, 13334, 10463, 10155, 9814, 10919, 13441, 10058, 10467, 11876, 10851, 10508, 10854, 10571, 13120, 10435, 9677, 12470, 10549, 11205, 10478, 10701, 14303, 10824, 11718, 10205, 10469, 13528, 10446, 10037, 10116, 9089, 10228, 10505, 11548, 9826, 9994, 10074, 10488, 12734, 10180, 9766, 12949, 10421, 11040, 10465, 10714, 13335, 10155, 11659, 10306, 10639, 15411, 11042, 11965, 10107, 10313, 14245, 10365, 11610, 10026, 10346, 10808, 10298, 10015, 10028, 10363, 13039, 10334, 9764, 11986, 10197, 13294, 10340, 10639, 14835, 11519, 12315, 10277, 10327, 14703, 10229, 10660, 10157, 10504, 11160, 9969, 9728, 10347, 10610, 9945, 10035, 11020, 12580, 10302, 10930, 10402, 10188, 12757, 10449, 11502, 10402, 10839, 15062, 11739, 11726, 10320, 10666, 14780, 10601, 11780, 10098, 10512, 13035, 10303, 10128, 10103, 10133, 13040, 9920, 10803, 14436, 10320, 11794, 9866, 10379, 14704, 10161, 10131, 11381, 10550, 11208, 10038, 10317, 14068, 10228, 9573, 12383, 10460, 10980, 10400, 9702, 9618, 9274, 12017, 9932, 9097, 9596, 10156, 10129, 10077, 9447, 11206, 11273, 10022, 10928, 10859, 12834, 10753, 15655, 13798, 12135, 12112, 10112, 10114, 10134, 9826, 11013, 12882, 9758, 11259, 9946, 7657, 10143, 10602, 14302, 10248, 10238, 9531, 9435, 9583, 9854, 9902, 10946, 9700, 9798, 10989, 12070, 10545, 11372, 9793, 10838, 14850, 10374, 10907, 9859, 10729, 12032, 9944, 11052, 14935, 11370, 11156, 9823, 10607, 13731, 10009, 10908, 12665, 11308, 11611, 10100, 10452, 13071, 10449, 11625, 9934, 10587, 10598, 10365, 9649, 11802, 10712, 13526, 10150, 9792, 9811, 9602, 13065, 10031, 9799, 10241, 9762, 10541, 10698, 16154, 13525, 12265, 10356, 10460, 14826, 10674, 11953, 10178, 10333, 11313, 10658, 9901, 10069, 10567, 13348, 10230, 10487, 9876, 10977, 8891, 10048, 10940, 12240, 10285, 10684, 13574, 10560, 11597, 10256, 10779, 12219, 10195, 11052, 11797, 10360, 8820, 10314, 10922, 13903, 10488, 10525, 15234, 10286, 10850, 15877, 12080, 10231, 10421, 10639, 9745, 10160, 10153, 10324, 10294, 10748, 12109, 10143, 10681, 11883, 10495, 9963, 10126, 10417, 9679, 11296, 10726, 12730, 10278, 10642, 13127, 10148, 9600, 11850, 10292, 10407, 10253, 10615, 14688, 10238, 10778, 13981, 10369, 10520, 10990, 10174, 9691, 11239, 10201, 9982, 10243, 10678, 13215, 10068, 10787, 12855, 10344, 10008, 10527, 10526, 9341, 10679, 10276, 12756, 10295, 10602, 14886, 11083, 11213, 10477, 10380, 13342, 10268, 10850, 13900, 10282, 10038, 11211, 10281, 10606, 10554, 10507, 11863, 10365, 10266, 14037, 10018, 10660, 10479, 10374, 9726, 10130, 10803, 14766, 10355, 9739, 10304, 10391, 9377, 10288, 10730, 14898, 10300, 9976, 10187, 10815, 11559, 10290, 10547, 10337, 10328, 9781, 12491, 10621, 11046, 10279, 10497, 12809, 10208, 10726, 10108, 10213, 12623, 9995, 10899, 14930, 11901, 11026, 10199, 10540, 13638, 10010, 9874, 10398, 10262, 9715, 10226, 10394, 14689, 10034, 9903, 10211, 10320, 9775, 10344, 10358, 12837, 10111, 9676, 11295, 10274, 11423, 10180, 9718, 10750, 10195, 11395, 10031, 9784, 11016, 10276, 10611, 10301, 10366, 12866, 10051, 11131, 10166, 9988, 10036, 10281, 10676, 10114, 9729, 10223, 10290, 11745, 10358, 8034, 10457, 10469, 13057, 10155, 10876, 10076, 10543, 13825, 10201, 12029, 10217, 10500, 14113, 10106, 11122, 10401, 10249, 14172, 10384, 11553, 10270, 10265, 12058, 10232, 9482, 10741, 10279, 10116, 10188, 8668, 10314, 10389, 11871, 10328, 10643, 10152, 9529, 11057, 10124, 12431, 10170, 10694, 14862, 12093, 12086, 10121, 10652, 14849, 10604, 11624, 10354, 10354, 12891, 10020, 8878, 10486, 10258, 11094, 10111, 9549, 10168, 10301, 10599, 10080, 9564, 11805, 10032, 11000, 10211, 10389, 12625, 10192, 11507, 10177, 8994, 10353, 10267, 14694, 10414, 9921, 10451, 10179, 10517, 10268, 10314, 14249, 10275, 11038, 11217, 10451, 14796, 10325, 9979, 10122, 10480, 10180, 10330, 9995, 10344, 10437, 10775, 10216, 9696, 10165, 10327, 9130, 10358, 10562, 14561, 10018, 9863, 10243, 10454, 9895, 10130, 10257, 12476, 10145, 9753, 10110, 10455, 13088, 10320, 8901, 10145, 10613, 14464, 10560, 10203, 10264, 10425, 11676, 9906, 9804, 10205, 10351, 8690, 10033, 10583, 13505, 10246, 12125, 9953, 10284, 14947, 10654, 9477, 10199, 10130, 11740, 10117, 10296, 13164, 10067, 11206, 10155, 10439, 11787, 10076, 9825, 10135, 10011, 10229, 10215, 10279, 10270, 10050, 13218, 10061, 9899, 12217, 10430, 12392, 10097, 10249, 12788, 10067, 9440, 10201, 10062, 9858, 10181, 9980, 10242, 10333, 10032, 10149, 10365, 13843, 10400, 11512, 10281, 10223, 12722, 9942, 9921, 11941, 10686, 11250, 10223, 10697, 12645, 10287, 11239, 10100, 10002, 10094, 10591, 13920, 9984, 10029, 10276, 10372, 9422, 10033, 10991, 13447, 11429, 11565, 10143, 9707, 10308, 10246, 14084, 10136, 11489, 12074, 10280, 14012, 10257, 9632, 9997, 10478, 13712, 10230, 9050, 10137, 10721, 13551, 10145, 9655, 9973, 9680, 10322, 10628], 'WindowCenter': [3873.0, 3847.0, 3845.0, 3862.0, 3840.0, 3828.0, 3839.0, 3828.0, 3838.0, 3827.0, 3816.0, 3847.0, 3816.0, 3826.0, 3827.0, 3816.0, 3836.0, 3827.0, 3826.0, 3828.0, 3817.0, 3827.0, 3827.0, 3859.0, 3828.0, 3837.0, 3828.0, 3816.0, 3849.0, 3816.0, 3836.0, 3827.0, 3826.0, 3815.0, 3826.0, 3826.0, 3827.0, 3836.0, 3826.0, 3836.0, 3815.0, 3815.0, 3814.0, 3825.0, 3845.0, 3826.0, 3824.0, 3815.0, 3814.0, 3804.0, 3826.0, 3826.0, 3826.0, 3836.0, 3826.0, 3825.0, 3815.0, 3826.0, 3826.0, 3827.0, 3846.0, 3815.0, 3846.0, 3815.0, 3815.0, 3815.0, 3825.0, 3856.0, 3837.0, 3835.0, 3826.0, 3814.0, 3814.0, 3825.0, 3846.0, 3826.0, 3835.0, 3815.0, 3814.0, 3836.0, 3815.0, 3814.0, 3826.0, 3813.0, 3815.0, 3804.0, 3826.0, 3827.0, 3815.0, 3826.0, 3858.0, 3827.0, 3816.0, 3816.0, 3826.0, 3857.0, 3837.0, 3836.0, 3826.0, 3826.0, 3856.0, 3826.0, 3825.0, 3815.0, 3826.0, 3845.0, 3815.0, 3825.0, 3814.0, 3825.0, 3834.0, 3814.0, 3803.0, 3804.0, 3815.0, 3824.0, 3814.0, 3814.0, 3835.0, 3814.0, 3824.0, 3813.0, 3824.0, 3844.0, 3814.0, 3813.0, 3803.0, 3824.0, 3834.0, 3825.0, 3804.0, 3814.0, 3826.0, 3856.0, 3815.0, 3815.0, 3815.0, 3825.0, 3846.0, 3815.0, 3815.0, 3834.0, 3814.0, 3814.0, 3824.0, 3814.0, 3812.0, 3814.0, 3825.0, 3845.0, 3815.0, 3804.0, 3815.0, 3826.0, 3845.0, 3815.0, 3815.0, 3815.0, 3826.0, 3825.0, 3815.0, 3826.0, 3846.0, 3826.0, 3826.0, 3846.0, 3825.0, 3825.0, 3814.0, 3815.0, 3834.0, 3814.0, 3814.0, 3814.0, 3826.0, 3803.0, 3815.0, 3825.0, 3846.0, 3826.0, 3815.0, 3815.0, 3815.0, 3846.0, 3814.0, 3814.0, 3834.0, 3814.0, 3825.0, 3845.0, 3815.0, 3814.0, 3803.0, 3814.0, 3814.0, 3814.0, 3826.0, 3824.0, 3804.0, 3815.0, 3814.0, 3815.0, 3793.0, 3814.0, 3826.0, 3846.0, 3815.0, 3815.0, 3835.0, 3815.0, 3815.0, 3825.0, 3815.0, 3813.0, 3814.0, 3825.0, 3835.0, 3815.0, 3815.0, 3814.0, 3825.0, 3846.0, 3815.0, 3815.0, 3824.0, 3825.0, 3814.0, 3814.0, 3814.0, 3834.0, 3814.0, 3804.0, 3834.0, 3814.0, 3824.0, 3815.0, 3815.0, 3845.0, 3814.0, 3825.0, 3814.0, 3814.0, 3834.0, 3814.0, 3803.0, 3814.0, 3793.0, 3814.0, 3826.0, 3824.0, 3814.0, 3814.0, 3815.0, 3826.0, 3835.0, 3815.0, 3815.0, 3835.0, 3815.0, 3824.0, 3815.0, 3815.0, 3845.0, 3814.0, 3826.0, 3816.0, 3826.0, 3856.0, 3826.0, 3825.0, 3815.0, 3816.0, 3846.0, 3815.0, 3826.0, 3815.0, 3816.0, 3826.0, 3815.0, 3815.0, 3815.0, 3816.0, 3846.0, 3816.0, 3815.0, 3826.0, 3816.0, 3846.0, 3816.0, 3816.0, 3845.0, 3825.0, 3825.0, 3815.0, 3815.0, 3845.0, 3814.0, 3814.0, 3814.0, 3815.0, 3823.0, 3814.0, 3804.0, 3815.0, 3815.0, 3814.0, 3814.0, 3825.0, 3835.0, 3815.0, 3825.0, 3826.0, 3816.0, 3836.0, 3816.0, 3825.0, 3826.0, 3826.0, 3846.0, 3826.0, 3825.0, 3816.0, 3815.0, 3845.0, 3815.0, 3826.0, 3815.0, 3826.0, 3835.0, 3815.0, 3815.0, 3815.0, 3816.0, 3836.0, 3815.0, 3826.0, 3846.0, 3816.0, 3826.0, 3804.0, 3815.0, 3846.0, 3815.0, 3814.0, 3824.0, 3814.0, 3814.0, 3803.0, 3815.0, 3845.0, 3813.0, 3803.0, 3823.0, 3813.0, 3812.0, 3814.0, 3803.0, 3804.0, 3817.0, 3838.0, 3817.0, 3806.0, 3818.0, 3829.0, 3841.0, 3830.0, 3831.0, 3842.0, 3841.0, 3831.0, 3831.0, 3842.0, 3852.0, 3832.0, 3864.0, 3850.0, 3828.0, 3827.0, 3805.0, 3805.0, 3815.0, 3803.0, 3815.0, 3835.0, 3806.0, 3814.0, 3805.0, 3784.0, 3804.0, 3815.0, 3833.0, 3803.0, 3802.0, 3792.0, 3793.0, 3792.0, 3804.0, 3805.0, 3816.0, 3805.0, 3804.0, 3816.0, 3826.0, 3817.0, 3827.0, 3817.0, 3817.0, 3846.0, 3805.0, 3816.0, 3806.0, 3817.0, 3826.0, 3805.0, 3816.0, 3835.0, 3827.0, 3815.0, 3818.0, 3817.0, 3835.0, 3805.0, 3816.0, 3836.0, 3816.0, 3825.0, 3816.0, 3816.0, 3824.0, 3814.0, 3825.0, 3805.0, 3816.0, 3815.0, 3816.0, 3805.0, 3824.0, 3814.0, 3836.0, 3804.0, 3804.0, 3804.0, 3804.0, 3823.0, 3804.0, 3804.0, 3816.0, 3816.0, 3828.0, 3830.0, 3860.0, 3839.0, 3827.0, 3816.0, 3815.0, 3833.0, 3803.0, 3813.0, 3803.0, 3804.0, 3814.0, 3814.0, 3803.0, 3802.0, 3813.0, 3834.0, 3803.0, 3814.0, 3803.0, 3814.0, 3792.0, 3803.0, 3814.0, 3824.0, 3815.0, 3815.0, 3834.0, 3814.0, 3825.0, 3804.0, 3815.0, 3825.0, 3815.0, 3826.0, 3826.0, 3816.0, 3805.0, 3815.0, 3827.0, 3848.0, 3817.0, 3828.0, 3858.0, 3816.0, 3815.0, 3846.0, 3825.0, 3804.0, 3814.0, 3814.0, 3803.0, 3803.0, 3814.0, 3803.0, 3815.0, 3815.0, 3823.0, 3814.0, 3815.0, 3824.0, 3816.0, 3816.0, 3815.0, 3816.0, 3804.0, 3814.0, 3815.0, 3836.0, 3815.0, 3816.0, 3835.0, 3815.0, 3805.0, 3826.0, 3815.0, 3815.0, 3816.0, 3827.0, 3846.0, 3814.0, 3815.0, 3846.0, 3815.0, 3816.0, 3814.0, 3814.0, 3804.0, 3814.0, 3815.0, 3803.0, 3815.0, 3816.0, 3835.0, 3815.0, 3815.0, 3836.0, 3816.0, 3816.0, 3816.0, 3816.0, 3805.0, 3815.0, 3817.0, 3837.0, 3828.0, 3828.0, 3847.0, 3827.0, 3827.0, 3816.0, 3817.0, 3847.0, 3816.0, 3827.0, 3847.0, 3816.0, 3816.0, 3826.0, 3815.0, 3815.0, 3815.0, 3815.0, 3825.0, 3816.0, 3816.0, 3845.0, 3815.0, 3815.0, 3815.0, 3816.0, 3804.0, 3815.0, 3826.0, 3846.0, 3816.0, 3805.0, 3815.0, 3816.0, 3804.0, 3814.0, 3815.0, 3846.0, 3816.0, 3815.0, 3814.0, 3815.0, 3825.0, 3814.0, 3815.0, 3814.0, 3815.0, 3815.0, 3835.0, 3815.0, 3825.0, 3816.0, 3827.0, 3835.0, 3815.0, 3826.0, 3815.0, 3815.0, 3836.0, 3815.0, 3825.0, 3846.0, 3826.0, 3814.0, 3815.0, 3815.0, 3845.0, 3815.0, 3815.0, 3815.0, 3816.0, 3804.0, 3814.0, 3815.0, 3846.0, 3815.0, 3815.0, 3814.0, 3815.0, 3814.0, 3814.0, 3816.0, 3835.0, 3815.0, 3804.0, 3825.0, 3815.0, 3825.0, 3815.0, 3804.0, 3815.0, 3815.0, 3825.0, 3816.0, 3816.0, 3825.0, 3814.0, 3815.0, 3815.0, 3816.0, 3835.0, 3815.0, 3825.0, 3815.0, 3815.0, 3815.0, 3816.0, 3814.0, 3815.0, 3804.0, 3816.0, 3816.0, 3826.0, 3816.0, 3784.0, 3815.0, 3816.0, 3837.0, 3817.0, 3826.0, 3816.0, 3827.0, 3847.0, 3816.0, 3837.0, 3817.0, 3827.0, 3846.0, 3816.0, 3827.0, 3816.0, 3817.0, 3847.0, 3816.0, 3826.0, 3815.0, 3816.0, 3825.0, 3815.0, 3804.0, 3815.0, 3816.0, 3815.0, 3827.0, 3805.0, 3816.0, 3817.0, 3838.0, 3827.0, 3827.0, 3828.0, 3817.0, 3838.0, 3828.0, 3838.0, 3828.0, 3828.0, 3848.0, 3839.0, 3838.0, 3818.0, 3828.0, 3846.0, 3816.0, 3826.0, 3815.0, 3816.0, 3835.0, 3815.0, 3804.0, 3815.0, 3816.0, 3826.0, 3815.0, 3805.0, 3816.0, 3816.0, 3815.0, 3816.0, 3816.0, 3837.0, 3816.0, 3826.0, 3817.0, 3817.0, 3837.0, 3816.0, 3837.0, 3817.0, 3806.0, 3816.0, 3817.0, 3848.0, 3817.0, 3816.0, 3827.0, 3828.0, 3827.0, 3816.0, 3828.0, 3859.0, 3829.0, 3828.0, 3826.0, 3816.0, 3847.0, 3815.0, 3816.0, 3815.0, 3815.0, 3814.0, 3815.0, 3816.0, 3816.0, 3826.0, 3826.0, 3816.0, 3805.0, 3815.0, 3816.0, 3804.0, 3814.0, 3815.0, 3846.0, 3815.0, 3815.0, 3815.0, 3815.0, 3803.0, 3814.0, 3815.0, 3835.0, 3816.0, 3804.0, 3815.0, 3825.0, 3836.0, 3817.0, 3805.0, 3815.0, 3815.0, 3846.0, 3815.0, 3814.0, 3814.0, 3815.0, 3824.0, 3804.0, 3804.0, 3815.0, 3816.0, 3793.0, 3804.0, 3815.0, 3847.0, 3815.0, 3836.0, 3815.0, 3815.0, 3845.0, 3815.0, 3803.0, 3814.0, 3815.0, 3824.0, 3815.0, 3815.0, 3835.0, 3804.0, 3825.0, 3816.0, 3816.0, 3824.0, 3815.0, 3816.0, 3816.0, 3817.0, 3827.0, 3828.0, 3816.0, 3816.0, 3816.0, 3836.0, 3817.0, 3816.0, 3836.0, 3815.0, 3837.0, 3815.0, 3816.0, 3835.0, 3815.0, 3804.0, 3815.0, 3816.0, 3815.0, 3816.0, 3816.0, 3815.0, 3817.0, 3816.0, 3828.0, 3828.0, 3847.0, 3816.0, 3827.0, 3816.0, 3817.0, 3836.0, 3816.0, 3817.0, 3837.0, 3815.0, 3826.0, 3817.0, 3827.0, 3837.0, 3817.0, 3827.0, 3829.0, 3818.0, 3816.0, 3827.0, 3848.0, 3817.0, 3817.0, 3817.0, 3828.0, 3806.0, 3817.0, 3827.0, 3848.0, 3838.0, 3827.0, 3818.0, 3817.0, 3817.0, 3828.0, 3847.0, 3817.0, 3838.0, 3839.0, 3817.0, 3848.0, 3817.0, 3805.0, 3804.0, 3815.0, 3836.0, 3815.0, 3794.0, 3815.0, 3826.0, 3846.0, 3817.0, 3815.0, 3817.0, 3817.0, 3815.0, 3816.0], 'WindowWidth': [8681.0, 8636.0, 8626.0, 8644.0, 8610.0, 8591.0, 8606.0, 8589.0, 8602.0, 8587.0, 8572.0, 8613.0, 8571.0, 8583.0, 8588.0, 8571.0, 8598.0, 8585.0, 8585.0, 8592.0, 8574.0, 8587.0, 8588.0, 8634.0, 8590.0, 8602.0, 8590.0, 8573.0, 8618.0, 8570.0, 8598.0, 8585.0, 8584.0, 8568.0, 8586.0, 8584.0, 8588.0, 8598.0, 8583.0, 8599.0, 8569.0, 8568.0, 8566.0, 8581.0, 8610.0, 8583.0, 8579.0, 8569.0, 8565.0, 8551.0, 8583.0, 8585.0, 8586.0, 8598.0, 8584.0, 8582.0, 8570.0, 8585.0, 8584.0, 8587.0, 8610.0, 8567.0, 8612.0, 8570.0, 8568.0, 8567.0, 8583.0, 8626.0, 8600.0, 8594.0, 8584.0, 8566.0, 8565.0, 8580.0, 8614.0, 8583.0, 8596.0, 8568.0, 8566.0, 8596.0, 8567.0, 8567.0, 8583.0, 8564.0, 8569.0, 8553.0, 8586.0, 8586.0, 8571.0, 8585.0, 8631.0, 8589.0, 8572.0, 8571.0, 8583.0, 8629.0, 8601.0, 8599.0, 8586.0, 8584.0, 8625.0, 8585.0, 8580.0, 8568.0, 8583.0, 8609.0, 8568.0, 8582.0, 8565.0, 8582.0, 8590.0, 8564.0, 8549.0, 8550.0, 8566.0, 8578.0, 8566.0, 8565.0, 8594.0, 8564.0, 8577.0, 8563.0, 8577.0, 8605.0, 8564.0, 8562.0, 8548.0, 8578.0, 8592.0, 8581.0, 8551.0, 8567.0, 8583.0, 8623.0, 8569.0, 8567.0, 8566.0, 8580.0, 8611.0, 8568.0, 8568.0, 8592.0, 8564.0, 8564.0, 8578.0, 8564.0, 8559.0, 8566.0, 8578.0, 8608.0, 8568.0, 8552.0, 8567.0, 8582.0, 8608.0, 8570.0, 8566.0, 8567.0, 8583.0, 8582.0, 8569.0, 8584.0, 8611.0, 8584.0, 8584.0, 8612.0, 8581.0, 8580.0, 8565.0, 8567.0, 8592.0, 8565.0, 8565.0, 8565.0, 8582.0, 8550.0, 8567.0, 8581.0, 8612.0, 8584.0, 8568.0, 8567.0, 8568.0, 8611.0, 8565.0, 8565.0, 8590.0, 8566.0, 8578.0, 8607.0, 8567.0, 8565.0, 8549.0, 8564.0, 8565.0, 8563.0, 8582.0, 8576.0, 8551.0, 8566.0, 8566.0, 8568.0, 8537.0, 8565.0, 8582.0, 8609.0, 8569.0, 8568.0, 8593.0, 8566.0, 8567.0, 8581.0, 8566.0, 8563.0, 8564.0, 8580.0, 8594.0, 8568.0, 8566.0, 8566.0, 8581.0, 8609.0, 8567.0, 8565.0, 8579.0, 8579.0, 8566.0, 8563.0, 8565.0, 8592.0, 8564.0, 8550.0, 8592.0, 8564.0, 8576.0, 8567.0, 8567.0, 8607.0, 8564.0, 8581.0, 8564.0, 8565.0, 8590.0, 8564.0, 8550.0, 8563.0, 8535.0, 8566.0, 8584.0, 8577.0, 8564.0, 8566.0, 8567.0, 8583.0, 8595.0, 8568.0, 8568.0, 8594.0, 8565.0, 8579.0, 8569.0, 8567.0, 8609.0, 8567.0, 8584.0, 8571.0, 8585.0, 8625.0, 8584.0, 8581.0, 8569.0, 8570.0, 8609.0, 8567.0, 8583.0, 8567.0, 8571.0, 8583.0, 8568.0, 8567.0, 8567.0, 8569.0, 8611.0, 8571.0, 8569.0, 8583.0, 8570.0, 8611.0, 8571.0, 8570.0, 8610.0, 8582.0, 8580.0, 8566.0, 8568.0, 8606.0, 8565.0, 8565.0, 8564.0, 8568.0, 8575.0, 8564.0, 8550.0, 8568.0, 8567.0, 8564.0, 8566.0, 8581.0, 8594.0, 8567.0, 8582.0, 8584.0, 8569.0, 8596.0, 8569.0, 8581.0, 8584.0, 8583.0, 8611.0, 8584.0, 8579.0, 8570.0, 8568.0, 8607.0, 8567.0, 8583.0, 8567.0, 8585.0, 8595.0, 8568.0, 8568.0, 8567.0, 8570.0, 8595.0, 8568.0, 8581.0, 8611.0, 8570.0, 8584.0, 8551.0, 8567.0, 8609.0, 8566.0, 8565.0, 8577.0, 8562.0, 8564.0, 8549.0, 8565.0, 8605.0, 8562.0, 8547.0, 8575.0, 8560.0, 8559.0, 8565.0, 8549.0, 8551.0, 8576.0, 8602.0, 8574.0, 8561.0, 8578.0, 8595.0, 8615.0, 8597.0, 8598.0, 8615.0, 8608.0, 8595.0, 8596.0, 8614.0, 8626.0, 8598.0, 8651.0, 8622.0, 8588.0, 8583.0, 8551.0, 8551.0, 8564.0, 8545.0, 8562.0, 8591.0, 8553.0, 8561.0, 8550.0, 8521.0, 8549.0, 8561.0, 8584.0, 8542.0, 8542.0, 8527.0, 8529.0, 8528.0, 8548.0, 8550.0, 8568.0, 8551.0, 8548.0, 8566.0, 8580.0, 8568.0, 8582.0, 8571.0, 8568.0, 8607.0, 8551.0, 8566.0, 8552.0, 8568.0, 8579.0, 8551.0, 8564.0, 8591.0, 8581.0, 8562.0, 8573.0, 8569.0, 8591.0, 8550.0, 8566.0, 8593.0, 8565.0, 8577.0, 8568.0, 8567.0, 8575.0, 8561.0, 8578.0, 8550.0, 8566.0, 8564.0, 8567.0, 8552.0, 8575.0, 8560.0, 8594.0, 8548.0, 8547.0, 8548.0, 8546.0, 8570.0, 8549.0, 8548.0, 8569.0, 8567.0, 8588.0, 8593.0, 8634.0, 8603.0, 8583.0, 8567.0, 8562.0, 8584.0, 8545.0, 8559.0, 8545.0, 8546.0, 8561.0, 8562.0, 8545.0, 8541.0, 8558.0, 8587.0, 8545.0, 8562.0, 8547.0, 8560.0, 8530.0, 8545.0, 8562.0, 8576.0, 8566.0, 8565.0, 8590.0, 8561.0, 8577.0, 8547.0, 8566.0, 8577.0, 8567.0, 8582.0, 8582.0, 8569.0, 8554.0, 8567.0, 8586.0, 8615.0, 8572.0, 8586.0, 8628.0, 8567.0, 8566.0, 8608.0, 8580.0, 8550.0, 8563.0, 8561.0, 8547.0, 8546.0, 8562.0, 8546.0, 8565.0, 8566.0, 8574.0, 8563.0, 8564.0, 8578.0, 8567.0, 8568.0, 8567.0, 8568.0, 8551.0, 8564.0, 8564.0, 8595.0, 8566.0, 8568.0, 8594.0, 8567.0, 8552.0, 8581.0, 8566.0, 8565.0, 8569.0, 8585.0, 8611.0, 8563.0, 8564.0, 8607.0, 8567.0, 8567.0, 8565.0, 8564.0, 8551.0, 8565.0, 8564.0, 8548.0, 8567.0, 8568.0, 8593.0, 8566.0, 8567.0, 8595.0, 8570.0, 8571.0, 8570.0, 8569.0, 8554.0, 8568.0, 8572.0, 8599.0, 8590.0, 8589.0, 8614.0, 8587.0, 8585.0, 8570.0, 8574.0, 8613.0, 8569.0, 8585.0, 8611.0, 8571.0, 8571.0, 8583.0, 8566.0, 8566.0, 8566.0, 8566.0, 8580.0, 8571.0, 8569.0, 8608.0, 8567.0, 8568.0, 8566.0, 8569.0, 8553.0, 8568.0, 8581.0, 8610.0, 8569.0, 8552.0, 8568.0, 8571.0, 8551.0, 8562.0, 8565.0, 8610.0, 8570.0, 8568.0, 8563.0, 8565.0, 8579.0, 8564.0, 8568.0, 8566.0, 8568.0, 8567.0, 8594.0, 8567.0, 8581.0, 8572.0, 8586.0, 8595.0, 8567.0, 8584.0, 8568.0, 8567.0, 8595.0, 8567.0, 8581.0, 8610.0, 8583.0, 8565.0, 8568.0, 8567.0, 8607.0, 8566.0, 8566.0, 8567.0, 8570.0, 8553.0, 8565.0, 8566.0, 8609.0, 8568.0, 8566.0, 8564.0, 8565.0, 8566.0, 8565.0, 8569.0, 8593.0, 8567.0, 8552.0, 8581.0, 8566.0, 8578.0, 8566.0, 8551.0, 8567.0, 8566.0, 8579.0, 8569.0, 8570.0, 8579.0, 8565.0, 8568.0, 8567.0, 8570.0, 8596.0, 8566.0, 8579.0, 8565.0, 8566.0, 8567.0, 8568.0, 8564.0, 8567.0, 8552.0, 8569.0, 8569.0, 8585.0, 8572.0, 8525.0, 8566.0, 8570.0, 8600.0, 8573.0, 8585.0, 8571.0, 8585.0, 8613.0, 8571.0, 8598.0, 8572.0, 8587.0, 8611.0, 8571.0, 8587.0, 8570.0, 8573.0, 8613.0, 8570.0, 8585.0, 8568.0, 8569.0, 8580.0, 8568.0, 8550.0, 8567.0, 8568.0, 8569.0, 8588.0, 8556.0, 8571.0, 8572.0, 8603.0, 8587.0, 8587.0, 8588.0, 8574.0, 8604.0, 8590.0, 8604.0, 8590.0, 8588.0, 8618.0, 8606.0, 8601.0, 8576.0, 8588.0, 8611.0, 8570.0, 8585.0, 8568.0, 8569.0, 8594.0, 8567.0, 8552.0, 8566.0, 8569.0, 8582.0, 8568.0, 8554.0, 8568.0, 8569.0, 8566.0, 8569.0, 8569.0, 8598.0, 8569.0, 8583.0, 8574.0, 8572.0, 8599.0, 8570.0, 8600.0, 8575.0, 8559.0, 8571.0, 8572.0, 8615.0, 8572.0, 8570.0, 8588.0, 8590.0, 8589.0, 8571.0, 8590.0, 8632.0, 8591.0, 8591.0, 8584.0, 8568.0, 8614.0, 8567.0, 8568.0, 8568.0, 8565.0, 8565.0, 8567.0, 8569.0, 8569.0, 8583.0, 8583.0, 8569.0, 8554.0, 8567.0, 8570.0, 8553.0, 8564.0, 8565.0, 8610.0, 8568.0, 8566.0, 8566.0, 8566.0, 8549.0, 8563.0, 8566.0, 8595.0, 8569.0, 8551.0, 8565.0, 8581.0, 8596.0, 8573.0, 8555.0, 8566.0, 8566.0, 8609.0, 8568.0, 8564.0, 8565.0, 8566.0, 8576.0, 8550.0, 8550.0, 8566.0, 8569.0, 8537.0, 8550.0, 8567.0, 8612.0, 8567.0, 8595.0, 8569.0, 8566.0, 8606.0, 8565.0, 8549.0, 8564.0, 8566.0, 8578.0, 8567.0, 8565.0, 8593.0, 8550.0, 8578.0, 8569.0, 8569.0, 8578.0, 8568.0, 8569.0, 8569.0, 8572.0, 8587.0, 8589.0, 8572.0, 8569.0, 8571.0, 8597.0, 8572.0, 8570.0, 8596.0, 8567.0, 8600.0, 8567.0, 8570.0, 8594.0, 8567.0, 8552.0, 8567.0, 8567.0, 8566.0, 8572.0, 8570.0, 8569.0, 8572.0, 8571.0, 8590.0, 8590.0, 8614.0, 8571.0, 8586.0, 8569.0, 8574.0, 8598.0, 8570.0, 8572.0, 8600.0, 8569.0, 8584.0, 8575.0, 8587.0, 8600.0, 8572.0, 8586.0, 8591.0, 8575.0, 8571.0, 8586.0, 8616.0, 8572.0, 8571.0, 8573.0, 8591.0, 8557.0, 8572.0, 8587.0, 8616.0, 8603.0, 8586.0, 8576.0, 8575.0, 8575.0, 8589.0, 8614.0, 8572.0, 8603.0, 8606.0, 8573.0, 8616.0, 8572.0, 8554.0, 8551.0, 8566.0, 8596.0, 8567.0, 8538.0, 8566.0, 8583.0, 8611.0, 8573.0, 8567.0, 8574.0, 8572.0, 8570.0, 8570.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.00025979143798024153</td></tr>
<tr><td colspan=3>aqi</td><td>0.019098169154774972</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.91626497639562</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.177415377153846</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9913779576483515</td></tr>
<tr><td colspan=3>efc</td><td>0.4971</td></tr>
<tr><td colspan=3>fber</td><td>4005.6577</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08153815131598038</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9879253567508233</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4021467283404925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.388987943042089</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6492633913820933</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.168188850597296</td></tr>
<tr><td colspan=3>gcor</td><td>0.00421968</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01377563551068306</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029399028047919273</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>3.9117443784437653</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>23.392</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7458</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.2139</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>967.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.2305</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4211</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.1623</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.2367</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>816.5102</td></tr>
<tr><td colspan=3>tsnr</td><td>41.607967525720596</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>