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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0008_suffix-bold_task-alignvideo" 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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-04_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-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-alignvideo_acq-mb8_run-04_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-0008/ses-02/func/sub-0008_ses-02_task-alignvideo_acq-mb8_run-04_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>03aa0ad9c8eb4f2b612f6a70a71abf2c</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>14:12:31.172500</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.999904, -0.00851624, 0.0109753, 0.00802794, 0.999008, 0.0437921]</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-04_task-alignvideo_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.112742</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4120, -7716, -7222, 546, -148, -33, -76, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5453289b-7937-4146-a69d-771ede56db11||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.6826679706573486, 0.021538371220231056, 0.030610913410782814, 111.05994415283203], [0.022848449647426605, 2.6802666187286377, 0.11798947304487228, -102.13367462158203], [0.029445962980389595, -0.11749111115932465, 2.69724702835083, -16.792539596557617], [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': ['141231.172500', '141231.632500', '141232.092500', '141232.552500', '141233.012500', '141233.472500', '141233.932500', '141234.392500', '141234.852500', '141235.312500', '141235.772500', '141236.232500', '141236.692500', '141237.152500', '141237.612500', '141238.072500', '141238.532500', '141238.992500', '141239.452500', '141239.912500', '141240.372500', '141240.832500', '141241.292500', '141241.752500', '141242.212500', '141242.672500', '141243.132500', '141243.592500', '141244.052500', '141244.512500', '141244.972500', '141245.432500', '141245.892500', '141246.352500', '141246.812500', '141247.272500', '141247.732500', '141248.192500', '141248.652500', '141249.112500', '141249.572500', '141250.032500', '141250.492500', '141250.952500', '141251.412500', '141251.872500', '141252.332500', '141252.792500', '141253.252500', '141253.712500', '141254.172500', '141254.632500', '141255.092500', '141255.552500', '141256.012500', '141256.472500', '141256.932500', '141257.392500', '141257.852500', '141258.312500', '141258.772500', '141259.232500', '141259.692500', '141300.152500', '141300.612500', '141301.072500', '141301.532500', '141301.992500', '141302.452500', '141302.912500', '141303.372500', '141303.832500', '141304.292500', '141304.752500', '141305.212500', '141305.672500', '141306.132500', '141306.592500', '141307.052500', '141307.512500', '141307.972500', '141308.432500', '141308.892500', '141309.352500', '141309.812500', '141310.272500', '141310.732500', '141311.192500', '141311.652500', '141312.112500', '141312.572500', '141313.032500', '141313.492500', '141313.952500', '141314.412500', '141314.872500', '141315.332500', '141315.792500', '141316.252500', '141316.712500', '141317.172500', '141317.632500', '141318.092500', '141318.552500', '141319.012500', '141319.472500', '141319.932500', '141320.392500', '141320.852500', '141321.312500', '141321.772500', '141322.232500', '141322.692500', '141323.152500', '141323.612500', '141324.072500', '141324.532500', '141324.992500', '141325.452500', '141325.912500', '141326.372500', '141326.832500', '141327.292500', '141327.752500', '141328.212500', '141328.672500', '141329.132500', '141329.592500', '141330.052500', '141330.512500', '141330.972500', '141331.432500', '141331.892500', '141332.352500', '141332.812500', '141333.272500', '141333.732500', '141334.192500', '141334.652500', '141335.112500', '141335.572500', '141336.032500', '141336.492500', '141336.952500', '141337.412500', '141337.872500', '141338.332500', '141338.792500', '141339.252500', '141339.712500', '141340.172500', '141340.632500', '141341.092500', '141341.552500', '141342.012500', '141342.472500', '141342.932500', '141343.392500', '141343.852500', '141344.312500', '141344.772500', '141345.232500', '141345.692500', '141346.152500', '141346.612500', '141347.072500', '141347.532500', '141347.992500', '141348.452500', '141348.912500', '141349.372500', '141349.832500', '141350.292500', '141350.752500', '141351.212500', '141351.672500', '141352.132500', '141352.592500', '141353.052500', '141353.512500', '141353.972500', '141354.432500', '141354.892500', '141355.352500', '141355.812500', '141356.272500', '141356.732500', '141357.192500', '141357.652500', '141358.112500', '141358.572500', '141359.032500', '141359.492500', '141359.952500', '141400.412500', '141400.872500', '141401.332500', '141401.792500', '141402.252500', '141402.712500', '141403.172500', '141403.632500', '141404.092500', '141404.552500', '141405.012500', '141405.472500', '141405.932500', '141406.392500', '141406.852500', '141407.312500', '141407.772500', '141408.232500', '141408.692500', '141409.152500', '141409.612500', '141410.072500', '141410.532500', '141410.992500', '141411.452500', '141411.912500', '141412.372500', '141412.832500', '141413.292500', '141413.752500', '141414.212500', '141414.672500', '141415.132500', '141415.592500', '141416.052500', '141416.512500', '141416.972500', '141417.432500', '141417.892500', '141418.352500', '141418.812500', '141419.272500', '141419.732500', '141420.192500', '141420.652500', '141421.112500', '141421.572500', '141422.032500', '141422.492500', '141422.952500', '141423.412500', '141423.872500', '141424.332500', '141424.792500', '141425.252500', '141425.712500', '141426.172500', '141426.632500', '141427.092500', '141427.552500', '141428.012500', '141428.472500', '141428.932500', '141429.392500', '141429.852500', '141430.312500', '141430.772500', '141431.232500', '141431.692500', '141432.152500', '141432.612500', '141433.072500', '141433.532500', '141433.992500', '141434.452500', '141434.912500', '141435.372500', '141435.832500', '141436.292500', '141436.752500', '141437.212500', '141437.672500', '141438.132500', '141438.592500', '141439.052500', '141439.512500', '141439.972500', '141440.432500', '141440.892500', '141441.352500', '141441.812500', '141442.272500', '141442.732500', '141443.192500', '141443.652500', '141444.112500', '141444.572500', '141445.032500', '141445.492500', '141445.952500', '141446.412500', '141446.872500', '141447.332500', '141447.792500', '141448.252500', '141448.712500', '141449.172500', '141449.632500', '141450.092500', '141450.552500', '141451.012500', '141451.472500', '141451.932500', '141452.392500', '141452.852500', '141453.312500', '141453.772500', '141454.232500', '141454.692500', '141455.152500', '141455.612500', '141456.072500', '141456.532500', '141456.992500', '141457.452500', '141457.912500', '141458.372500', '141458.832500', '141459.292500', '141459.752500', '141500.212500', '141500.672500', '141501.132500', '141501.592500', '141502.052500', '141502.512500', '141502.972500', '141503.432500', '141503.892500', '141504.352500', '141504.812500', '141505.272500', '141505.732500', '141506.192500', '141506.652500', '141507.112500', '141507.572500', '141508.032500', '141508.492500', '141508.952500', '141509.412500', '141509.872500', '141510.332500', '141510.792500', '141511.252500', '141511.712500', '141512.172500', '141512.632500', '141513.092500', '141513.552500', '141514.012500', '141514.472500', '141514.932500', '141515.392500', '141515.852500', '141516.312500', '141516.772500', '141517.232500', '141517.692500', '141518.152500', '141518.612500', '141519.072500', '141519.532500', '141519.992500', '141520.452500', '141520.912500', '141521.372500', '141521.832500', '141522.292500', '141522.752500', '141523.212500', '141523.672500', '141524.132500', '141524.592500', '141525.052500', '141525.512500', '141525.972500', '141526.432500', '141526.892500', '141527.352500', '141527.812500', '141528.272500', '141528.732500', '141529.192500', '141529.652500', '141530.112500', '141530.572500', '141531.032500', '141531.492500', '141531.952500', '141532.412500', '141532.872500', '141533.332500', '141533.792500', '141534.252500', '141534.712500', '141535.172500', '141535.632500', '141536.092500', '141536.552500', '141537.012500', '141537.472500', '141537.932500', '141538.392500', '141538.852500', '141539.312500', '141539.772500', '141540.232500', '141540.692500', '141541.152500', '141541.612500', '141542.072500', '141542.532500', '141542.992500', '141543.452500', '141543.912500', '141544.372500', '141544.832500', '141545.292500', '141545.752500', '141546.212500', '141546.672500', '141547.132500', '141547.592500', '141548.052500', '141548.512500', '141548.972500', '141549.432500', '141549.892500', '141550.352500', '141550.812500', '141551.272500', '141551.732500', '141552.192500', '141552.652500', '141553.112500', '141553.572500', '141554.032500', '141554.492500', '141554.952500', '141555.412500', '141555.872500', '141556.332500', '141556.792500', '141557.252500', '141557.712500', '141558.172500', '141558.632500', '141559.092500', '141559.552500', '141600.012500', '141600.472500', '141600.932500', '141601.392500', '141601.852500', '141602.312500', '141602.772500', '141603.232500', '141603.692500', '141604.152500', '141604.612500', '141605.072500', '141605.532500', '141605.992500', '141606.452500', '141606.912500', '141607.372500', '141607.832500', '141608.292500', '141608.752500', '141609.212500', '141609.672500', '141610.132500', '141610.592500', '141611.052500', '141611.512500', '141611.972500', '141612.432500', '141612.892500', '141613.352500', '141613.812500', '141614.272500', '141614.732500', '141615.192500', '141615.652500', '141616.112500', '141616.572500', '141617.032500', '141617.492500', '141617.952500', '141618.412500', '141618.872500', '141619.332500', '141619.792500', '141620.252500', '141620.712500', '141621.172500', '141621.632500', '141622.092500', '141622.552500', '141623.012500', '141623.472500', '141623.932500', '141624.392500', '141624.852500', '141625.312500', '141625.772500', '141626.232500', '141626.692500', '141627.152500', '141627.612500', '141628.072500', '141628.532500', '141628.992500', '141629.452500', '141629.912500', '141630.372500', '141630.832500', '141631.292500', '141631.752500', '141632.212500', '141632.672500', '141633.132500', '141633.592500', '141634.052500', '141634.512500', '141634.972500', '141635.432500', '141635.892500', '141636.352500', '141636.812500', '141637.272500', '141637.732500', '141638.192500', '141638.652500', '141639.112500', '141639.572500', '141640.032500', '141640.492500', '141640.952500', '141641.412500', '141641.872500', '141642.332500', '141642.792500', '141643.252500', '141643.712500', '141644.172500', '141644.632500', '141645.092500', '141645.552500', '141646.012500', '141646.472500', '141646.932500', '141647.392500', '141647.852500', '141648.312500', '141648.772500', '141649.232500', '141649.692500', '141650.152500', '141650.612500', '141651.072500', '141651.532500', '141651.992500', '141652.452500', '141652.912500', '141653.372500', '141653.832500', '141654.292500', '141654.752500', '141655.212500', '141655.672500', '141656.132500', '141656.592500', '141657.052500', '141657.512500', '141657.972500', '141658.432500', '141658.892500', '141659.352500', '141659.812500', '141700.272500', '141700.732500', '141701.192500', '141701.652500', '141702.112500', '141702.572500', '141703.032500', '141703.492500', '141703.952500', '141704.412500', '141704.872500', '141705.332500', '141705.792500', '141706.252500', '141706.712500', '141707.172500', '141707.632500', '141708.092500', '141708.552500', '141709.012500', '141709.472500', '141709.932500', '141710.392500', '141710.852500', '141711.312500', '141711.772500', '141712.232500', '141712.692500', '141713.152500', '141713.612500', '141714.072500', '141714.532500', '141714.992500', '141715.452500', '141715.912500', '141716.372500', '141716.832500', '141717.292500', '141717.752500', '141718.212500', '141718.672500', '141719.132500', '141719.592500', '141720.052500', '141720.512500', '141720.972500', '141721.432500', '141721.892500', '141722.352500', '141722.812500', '141723.272500', '141723.732500', '141724.192500', '141724.652500', '141725.112500', '141725.572500', '141726.032500', '141726.492500', '141726.952500', '141727.412500', '141727.872500', '141728.332500', '141728.792500', '141729.252500', '141729.712500', '141730.172500', '141730.632500', '141731.092500', '141731.552500', '141732.012500', '141732.472500', '141732.932500', '141733.392500', '141733.852500', '141734.312500', '141734.772500', '141735.232500', '141735.692500', '141736.152500', '141736.612500', '141737.072500', '141737.532500', '141737.992500', '141738.452500', '141738.912500', '141739.372500', '141739.832500', '141740.292500', '141740.752500', '141741.212500', '141741.672500', '141742.132500', '141742.592500', '141743.052500', '141743.512500', '141743.972500', '141744.432500', '141744.892500', '141745.352500', '141745.812500', '141746.272500', '141746.732500', '141747.192500', '141747.652500', '141748.112500', '141748.572500', '141749.032500', '141749.492500', '141749.952500', '141750.412500', '141750.872500', '141751.332500', '141751.792500', '141752.252500', '141752.712500', '141753.172500', '141753.632500', '141754.092500', '141754.552500', '141755.012500', '141755.472500', '141755.932500', '141756.392500', '141756.852500', '141757.312500', '141757.772500', '141758.232500', '141758.692500', '141759.152500', '141759.612500', '141800.072500', '141800.532500', '141800.992500', '141801.452500', '141801.912500', '141802.372500', '141802.832500', '141803.292500', '141803.752500', '141804.212500', '141804.672500', '141805.132500', '141805.592500', '141806.052500', '141806.512500', '141806.972500', '141807.432500', '141807.892500', '141808.352500', '141808.812500', '141809.272500', '141809.732500', '141810.192500', '141810.652500', '141811.112500', '141811.572500', '141812.032500', '141812.492500', '141812.952500', '141813.412500', '141813.872500', '141814.332500', '141814.792500', '141815.252500', '141815.712500', '141816.172500', '141816.632500', '141817.092500', '141817.552500', '141818.012500', '141818.472500', '141818.932500', '141819.392500', '141819.852500', '141820.312500', '141820.772500', '141821.232500', '141821.692500', '141822.152500', '141822.612500', '141823.072500', '141823.532500', '141823.992500', '141824.452500', '141824.912500', '141825.372500', '141825.832500', '141826.292500', '141826.752500', '141827.212500', '141827.672500', '141828.132500', '141828.592500', '141829.052500', '141829.512500', '141829.972500', '141830.432500', '141830.892500', '141831.352500', '141831.812500', '141832.272500', '141832.732500', '141833.192500', '141833.652500', '141834.112500', '141834.572500', '141835.032500', '141835.492500', '141835.952500', '141836.412500', '141836.872500', '141837.332500', '141837.792500', '141838.252500', '141838.712500', '141839.172500', '141839.632500', '141840.092500', '141840.552500', '141841.012500', '141841.472500', '141841.932500', '141842.392500', '141842.852500', '141843.312500', '141843.772500', '141844.232500', '141844.692500', '141845.152500', '141845.612500', '141846.072500', '141846.532500', '141846.992500', '141847.452500', '141847.912500', '141848.372500', '141848.832500', '141849.292500', '141849.752500', '141850.212500', '141850.672500', '141851.132500', '141851.592500', '141852.052500', '141852.512500', '141852.972500', '141853.432500', '141853.892500', '141854.352500', '141854.812500', '141855.272500', '141855.732500', '141856.192500', '141856.652500', '141857.112500', '141857.572500', '141858.032500', '141858.492500', '141858.952500', '141859.412500', '141859.872500', '141900.332500', '141900.792500', '141901.252500', '141901.712500', '141902.172500', '141902.632500', '141903.092500', '141903.552500', '141904.012500', '141904.472500', '141904.932500', '141905.392500', '141905.852500', '141906.312500', '141906.772500', '141907.232500', '141907.692500', '141908.152500', '141908.612500', '141909.072500', '141909.532500', '141909.992500', '141910.452500', '141910.912500', '141911.372500', '141911.832500', '141912.292500', '141912.752500', '141913.212500', '141913.672500', '141914.132500', '141914.592500', '141915.052500', '141915.512500', '141915.972500', '141916.432500', '141916.892500', '141917.352500', '141917.812500', '141918.272500', '141918.732500', '141919.192500', '141919.652500', '141920.112500', '141920.572500', '141921.032500', '141921.492500', '141921.952500', '141922.412500', '141922.872500', '141923.332500', '141923.792500', '141924.252500', '141924.712500', '141925.172500', '141925.632500', '141926.092500', '141926.552500', '141927.012500', '141927.472500', '141927.932500', '141928.392500', '141928.852500', '141929.312500', '141929.772500', '141930.232500', '141930.692500', '141931.152500'], 'ContentTime': ['141254.347000', '141254.351000', '141254.354000', '141254.359000', '141254.362000', '141254.364000', '141254.368000', '141254.371000', '141254.374000', '141254.376000', '141254.379000', '141254.382000', '141254.385000', '141254.388000', '141254.391000', '141254.394000', '141254.397000', '141254.400000', '141254.403000', '141254.406000', '141254.409000', '141254.412000', '141254.415000', '141254.418000', '141254.421000', '141254.424000', '141254.427000', '141254.430000', '141254.433000', '141254.436000', '141254.439000', '141254.442000', '141254.444000', '141254.447000', '141254.450000', '141254.454000', '141254.456000', '141254.459000', '141254.462000', '141254.465000', '141254.468000', '141254.471000', '141254.478000', '141254.481000', '141254.484000', '141254.486000', '141254.489000', '141254.493000', '141314.301000', '141314.304000', '141314.307000', '141314.310000', '141314.313000', '141314.315000', '141314.318000', '141314.321000', '141314.324000', '141314.327000', '141314.330000', '141314.333000', '141314.335000', '141314.338000', '141314.341000', '141314.344000', '141314.347000', '141314.350000', '141314.352000', '141314.355000', '141314.358000', '141314.361000', '141314.364000', '141314.366000', '141314.369000', '141314.372000', '141314.375000', '141314.378000', '141314.381000', '141314.384000', '141314.386000', '141314.389000', '141314.392000', '141314.395000', '141314.398000', '141314.400000', '141314.403000', '141314.406000', '141314.409000', '141314.412000', '141314.415000', '141314.418000', '141314.420000', '141334.300000', '141334.303000', '141334.306000', '141334.309000', '141334.311000', '141334.314000', '141334.317000', '141334.320000', '141334.323000', '141334.326000', '141334.329000', '141334.332000', '141334.334000', '141334.337000', '141334.340000', '141334.343000', '141334.346000', '141334.349000', '141334.351000', '141334.354000', '141334.357000', '141334.360000', '141334.363000', '141334.366000', '141334.369000', '141334.371000', '141334.374000', '141334.377000', '141334.380000', '141334.383000', '141334.386000', '141334.388000', '141334.391000', '141334.394000', '141334.397000', '141334.400000', '141334.403000', '141334.406000', '141334.409000', '141334.411000', '141334.414000', '141334.417000', '141334.420000', '141334.423000', '141354.300000', '141354.303000', '141354.306000', '141354.309000', '141354.312000', '141354.314000', '141354.317000', '141354.320000', '141354.323000', '141354.326000', '141354.329000', '141354.332000', '141354.334000', '141354.337000', '141354.340000', '141354.343000', '141354.346000', '141354.349000', '141354.352000', '141354.354000', '141354.357000', '141354.360000', '141354.363000', '141354.366000', '141354.369000', '141354.372000', '141354.374000', '141354.377000', '141354.380000', '141354.383000', '141354.386000', '141354.389000', '141354.391000', '141354.394000', '141354.407000', '141354.416000', '141354.419000', '141354.421000', '141354.424000', '141354.427000', '141354.430000', '141354.433000', '141354.436000', '141414.300000', '141414.303000', '141414.306000', '141414.309000', '141414.312000', '141414.315000', '141414.318000', '141414.321000', '141414.324000', '141414.327000', '141414.330000', '141414.333000', '141414.336000', '141414.338000', '141414.341000', '141414.344000', '141414.347000', '141414.350000', '141414.353000', '141414.355000', '141414.358000', '141414.361000', '141414.364000', '141414.367000', '141414.370000', '141414.373000', '141414.375000', '141414.378000', '141414.381000', '141414.384000', '141414.387000', '141414.390000', '141414.393000', '141414.395000', '141414.398000', '141414.401000', '141414.404000', '141414.407000', '141414.410000', '141414.412000', '141414.415000', '141414.418000', '141414.421000', '141434.301000', '141434.304000', '141434.307000', '141434.310000', '141434.313000', '141434.316000', '141434.318000', '141434.321000', '141434.324000', '141434.327000', '141434.330000', '141434.333000', '141434.336000', '141434.338000', '141434.341000', '141434.344000', '141434.347000', '141434.350000', '141434.353000', '141434.356000', '141434.358000', '141434.361000', '141434.364000', '141434.367000', '141434.370000', '141434.373000', '141434.375000', '141434.378000', '141434.381000', '141434.384000', '141434.387000', '141434.390000', '141434.393000', '141434.396000', '141434.398000', '141434.401000', '141434.404000', '141434.407000', '141434.410000', '141434.413000', '141434.415000', '141434.418000', '141434.421000', '141434.424000', '141454.301000', '141454.304000', '141454.307000', '141454.310000', '141454.313000', '141454.316000', '141454.318000', '141454.321000', '141454.324000', '141454.327000', '141454.330000', '141454.333000', '141454.336000', '141454.339000', '141454.342000', '141454.344000', '141454.347000', '141454.350000', '141454.353000', '141454.356000', '141454.359000', '141454.362000', '141454.365000', '141454.367000', '141454.370000', '141454.373000', '141454.376000', '141454.379000', '141454.382000', '141454.385000', '141454.388000', '141454.391000', '141454.394000', '141454.397000', '141454.400000', '141454.403000', '141454.405000', '141454.408000', '141454.411000', '141454.414000', '141454.417000', '141454.420000', '141454.422000', '141514.301000', '141514.304000', '141514.307000', '141514.310000', '141514.313000', '141514.315000', '141514.318000', '141514.321000', '141514.324000', '141514.327000', '141514.330000', '141514.333000', '141514.335000', '141514.338000', '141514.341000', '141514.344000', '141514.347000', '141514.350000', '141514.353000', '141514.356000', '141514.358000', '141514.361000', '141514.368000', '141514.371000', '141514.374000', '141514.377000', '141514.380000', '141514.383000', '141514.385000', '141514.388000', '141514.391000', '141514.394000', '141514.397000', '141514.400000', '141514.403000', '141514.406000', '141514.408000', '141514.411000', '141514.414000', '141514.417000', '141514.420000', '141514.423000', '141514.426000', '141514.428000', '141534.301000', '141534.304000', '141534.307000', '141534.310000', '141534.313000', '141534.315000', '141534.318000', '141534.321000', '141534.324000', '141534.327000', '141534.330000', '141534.332000', '141534.335000', '141534.338000', '141534.341000', '141534.344000', '141534.347000', '141534.350000', '141534.353000', '141534.356000', '141534.359000', '141534.362000', '141534.365000', '141534.368000', '141534.370000', '141534.373000', '141534.376000', '141534.379000', '141534.382000', '141534.385000', '141534.403000', '141534.406000', '141534.408000', '141534.411000', '141534.419000', '141534.422000', '141534.425000', '141534.428000', '141534.431000', '141534.434000', '141534.436000', '141534.439000', '141534.442000', '141554.300000', '141554.303000', '141554.306000', '141554.309000', '141554.312000', '141554.315000', '141554.318000', '141554.320000', '141554.323000', '141554.326000', '141554.329000', '141554.332000', '141554.335000', '141554.337000', '141554.340000', '141554.343000', '141554.346000', '141554.349000', '141554.352000', '141554.355000', '141554.357000', '141554.360000', '141554.363000', '141554.366000', '141554.369000', '141554.372000', '141554.375000', '141554.377000', '141554.380000', '141554.383000', '141554.386000', '141554.389000', '141554.392000', '141554.395000', '141554.397000', '141554.400000', '141554.403000', '141554.406000', '141554.409000', '141554.412000', '141554.414000', '141554.417000', '141554.420000', '141554.423000', '141614.300000', '141614.303000', '141614.307000', '141614.310000', '141614.313000', '141614.316000', '141614.319000', '141614.322000', '141614.325000', '141614.327000', '141614.330000', '141614.333000', '141614.336000', '141614.339000', '141614.342000', '141614.345000', '141614.348000', '141614.350000', '141614.353000', '141614.356000', '141614.359000', '141614.362000', '141614.365000', '141614.368000', '141614.371000', '141614.373000', '141614.376000', '141614.380000', '141614.383000', '141614.386000', '141614.389000', '141614.392000', '141614.395000', '141614.398000', '141614.400000', '141614.403000', '141614.406000', '141614.409000', '141614.412000', '141614.415000', '141614.418000', '141614.421000', '141614.423000', '141634.300000', '141634.303000', '141634.306000', '141634.309000', '141634.312000', '141634.315000', '141634.317000', '141634.320000', '141634.323000', '141634.326000', '141634.329000', '141634.331000', '141634.334000', '141634.337000', '141634.340000', '141634.343000', '141634.346000', '141634.349000', '141634.352000', '141634.354000', '141634.357000', '141634.360000', '141634.363000', '141634.366000', '141634.369000', '141634.372000', '141634.374000', '141634.377000', '141634.380000', '141634.383000', '141634.386000', '141634.389000', '141634.392000', '141634.394000', '141634.397000', '141634.400000', '141634.403000', '141634.406000', '141634.409000', '141634.411000', '141634.414000', '141634.417000', '141634.420000', '141634.423000', '141654.301000', '141654.304000', '141654.307000', '141654.310000', '141654.313000', '141654.315000', '141654.318000', '141654.321000', '141654.324000', '141654.327000', '141654.330000', '141654.333000', '141654.335000', '141654.338000', '141654.341000', '141654.344000', '141654.347000', '141654.350000', '141654.353000', '141654.356000', '141654.358000', '141654.361000', '141654.364000', '141654.367000', '141654.370000', '141654.373000', '141654.376000', '141654.379000', '141654.381000', '141654.384000', '141654.389000', '141654.392000', '141654.395000', '141654.398000', '141654.401000', '141654.403000', '141654.406000', '141654.409000', '141654.412000', '141654.415000', '141654.418000', '141654.421000', '141654.423000', '141714.301000', '141714.304000', '141714.307000', '141714.310000', '141714.313000', '141714.315000', '141714.318000', '141714.321000', '141714.324000', '141714.327000', '141714.330000', '141714.333000', '141714.335000', '141714.338000', '141714.341000', '141714.344000', '141714.347000', '141714.350000', '141714.353000', '141714.356000', '141714.358000', '141714.361000', '141714.364000', '141714.367000', '141714.370000', '141714.373000', '141714.376000', '141714.379000', '141714.381000', '141714.384000', '141714.387000', '141714.390000', '141714.393000', '141714.396000', '141714.398000', '141714.401000', '141714.404000', '141714.407000', '141714.410000', '141714.413000', '141714.416000', '141714.418000', '141714.421000', '141714.424000', '141734.301000', '141734.304000', '141734.307000', '141734.310000', '141734.313000', '141734.316000', '141734.319000', '141734.321000', '141734.324000', '141734.327000', '141734.330000', '141734.333000', '141734.336000', '141734.339000', '141734.342000', '141734.346000', '141734.349000', '141734.352000', '141734.355000', '141734.357000', '141734.360000', '141734.363000', '141734.366000', '141734.369000', '141734.372000', '141734.375000', '141734.377000', '141734.380000', '141734.383000', '141734.386000', '141734.389000', '141734.392000', '141734.394000', '141734.397000', '141734.400000', '141734.403000', '141734.406000', '141734.409000', '141734.412000', '141734.415000', '141734.418000', '141734.421000', '141734.424000', '141754.301000', '141754.304000', '141754.309000', '141754.312000', '141754.315000', '141754.318000', '141754.321000', '141754.324000', '141754.326000', '141754.329000', '141754.332000', '141754.335000', '141754.338000', '141754.341000', '141754.344000', '141754.347000', '141754.349000', '141754.352000', '141754.355000', '141754.358000', '141754.361000', '141754.364000', '141754.367000', '141754.369000', '141754.372000', '141754.375000', '141754.378000', '141754.381000', '141754.384000', '141754.387000', '141754.390000', '141754.392000', '141754.395000', '141754.398000', '141754.401000', '141754.404000', '141754.407000', '141754.409000', '141754.412000', '141754.415000', '141754.418000', '141754.421000', '141754.424000', '141754.427000', '141814.300000', '141814.303000', '141814.306000', '141814.309000', '141814.312000', '141814.314000', '141814.317000', '141814.320000', '141814.323000', '141814.326000', '141814.329000', '141814.332000', '141814.335000', '141814.337000', '141814.340000', '141814.343000', '141814.346000', '141814.349000', '141814.351000', '141814.354000', '141814.357000', '141814.360000', '141814.363000', '141814.366000', '141814.369000', '141814.372000', '141814.374000', '141814.377000', '141814.380000', '141814.383000', '141814.386000', '141814.389000', '141814.392000', '141814.395000', '141814.397000', '141814.400000', '141814.403000', '141814.406000', '141814.409000', '141814.412000', '141814.415000', '141814.417000', '141814.420000', '141834.300000', '141834.303000', '141834.306000', '141834.309000', '141834.312000', '141834.315000', '141834.318000', '141834.320000', '141834.323000', '141834.326000', '141834.329000', '141834.332000', '141834.335000', '141834.338000', '141834.341000', '141834.344000', '141834.346000', '141834.349000', '141834.352000', '141834.355000', '141834.358000', '141834.361000', '141834.364000', '141834.375000', '141834.378000', '141834.381000', '141834.383000', '141834.386000', '141834.389000', '141834.392000', '141834.395000', '141834.397000', '141834.400000', '141834.403000', '141834.406000', '141834.409000', '141834.412000', '141834.415000', '141834.418000', '141834.420000', '141834.423000', '141834.426000', '141834.429000', '141834.432000', '141854.300000', '141854.303000', '141854.306000', '141854.309000', '141854.312000', '141854.314000', '141854.317000', '141854.320000', '141854.323000', '141854.326000', '141854.329000', '141854.332000', '141854.334000', '141854.337000', '141854.340000', '141854.343000', '141854.346000', '141854.349000', '141854.352000', '141854.355000', '141854.357000', '141854.360000', '141854.363000', '141854.366000', '141854.369000', '141854.372000', '141854.374000', '141854.377000', '141854.381000', '141854.384000', '141854.387000', '141854.390000', '141854.393000', '141854.396000', '141854.399000', '141854.402000', '141854.404000', '141854.407000', '141854.410000', '141854.413000', '141854.416000', '141854.419000', '141854.421000', '141914.301000', '141914.304000', '141914.307000', '141914.310000', '141914.313000', '141914.315000', '141914.318000', '141914.321000', '141914.324000', '141914.327000', '141914.330000', '141914.333000', '141914.336000', '141914.339000', '141914.341000', '141914.344000', '141914.348000', '141914.351000', '141914.354000', '141914.357000', '141914.360000', '141914.363000', '141914.366000', '141914.368000', '141914.371000', '141914.374000', '141914.377000', '141914.380000', '141914.383000', '141914.386000', '141914.388000', '141914.391000', '141914.394000', '141914.397000', '141914.400000', '141914.403000', '141914.406000', '141914.409000', '141914.411000', '141914.414000', '141914.417000', '141914.420000', '141914.423000', '141914.425000', '141932.689000', '141932.692000', '141932.695000', '141932.698000', '141932.710000', '141932.713000', '141932.716000', '141932.719000', '141932.722000', '141932.725000', '141932.727000', '141932.730000', '141932.733000', '141932.736000', '141932.739000', '141932.742000', '141932.745000', '141932.748000', '141932.750000', '141932.753000', '141932.756000', '141932.759000', '141932.762000', '141932.765000', '141932.768000', '141932.820000', '141932.823000', '141932.826000', '141932.829000', '141932.832000', '141932.834000', '141932.837000', '141932.840000', '141932.843000', '141932.846000', '141932.849000', '141932.852000', '141932.854000', '141932.857000', '141932.860000'], 'InstanceCreationTime': ['141254.347000', '141254.351000', '141254.354000', '141254.359000', '141254.362000', '141254.364000', '141254.368000', '141254.371000', '141254.374000', '141254.376000', '141254.379000', '141254.382000', '141254.385000', '141254.388000', '141254.391000', '141254.394000', '141254.397000', '141254.400000', '141254.403000', '141254.406000', '141254.409000', '141254.412000', '141254.415000', '141254.418000', '141254.421000', '141254.424000', '141254.427000', '141254.430000', '141254.433000', '141254.436000', '141254.439000', '141254.442000', '141254.444000', '141254.447000', '141254.450000', '141254.454000', '141254.456000', '141254.459000', '141254.462000', '141254.465000', '141254.468000', '141254.471000', '141254.478000', '141254.481000', '141254.484000', '141254.486000', '141254.489000', '141254.493000', '141314.301000', '141314.304000', '141314.307000', '141314.310000', '141314.313000', '141314.315000', '141314.318000', '141314.321000', '141314.324000', '141314.327000', '141314.330000', '141314.333000', '141314.335000', '141314.338000', '141314.341000', '141314.344000', '141314.347000', '141314.350000', '141314.352000', '141314.355000', '141314.358000', '141314.361000', '141314.364000', '141314.366000', '141314.369000', '141314.372000', '141314.375000', '141314.378000', '141314.381000', '141314.384000', '141314.386000', '141314.389000', '141314.392000', '141314.395000', '141314.398000', '141314.400000', '141314.403000', '141314.406000', '141314.409000', '141314.412000', '141314.415000', '141314.418000', '141314.420000', '141334.300000', '141334.303000', '141334.306000', '141334.309000', '141334.311000', '141334.314000', '141334.317000', '141334.320000', '141334.323000', '141334.326000', '141334.329000', '141334.332000', '141334.334000', '141334.337000', '141334.340000', '141334.343000', '141334.346000', '141334.349000', '141334.351000', '141334.354000', '141334.357000', '141334.360000', '141334.363000', '141334.366000', '141334.369000', '141334.371000', '141334.374000', '141334.377000', '141334.380000', '141334.383000', '141334.386000', '141334.388000', '141334.391000', '141334.394000', '141334.397000', '141334.400000', '141334.403000', '141334.406000', '141334.409000', '141334.411000', '141334.414000', '141334.417000', '141334.420000', '141334.423000', '141354.300000', '141354.303000', '141354.306000', '141354.309000', '141354.312000', '141354.314000', '141354.317000', '141354.320000', '141354.323000', '141354.326000', '141354.329000', '141354.332000', '141354.334000', '141354.337000', '141354.340000', '141354.343000', '141354.346000', '141354.349000', '141354.352000', '141354.354000', '141354.357000', '141354.360000', '141354.363000', '141354.366000', '141354.369000', '141354.372000', '141354.374000', '141354.377000', '141354.380000', '141354.383000', '141354.386000', '141354.389000', '141354.391000', '141354.394000', '141354.407000', '141354.416000', '141354.419000', '141354.421000', '141354.424000', '141354.427000', '141354.430000', '141354.433000', '141354.436000', '141414.300000', '141414.303000', '141414.306000', '141414.309000', '141414.312000', '141414.315000', '141414.318000', '141414.321000', '141414.324000', '141414.327000', '141414.330000', '141414.333000', '141414.336000', '141414.338000', '141414.341000', '141414.344000', '141414.347000', '141414.350000', '141414.353000', '141414.355000', '141414.358000', '141414.361000', '141414.364000', '141414.367000', '141414.370000', '141414.373000', '141414.375000', '141414.378000', '141414.381000', '141414.384000', '141414.387000', '141414.390000', '141414.393000', '141414.395000', '141414.398000', '141414.401000', '141414.404000', '141414.407000', '141414.410000', '141414.412000', '141414.415000', '141414.418000', '141414.421000', '141434.301000', '141434.304000', '141434.307000', '141434.310000', '141434.313000', '141434.316000', '141434.318000', '141434.321000', '141434.324000', '141434.327000', '141434.330000', '141434.333000', '141434.336000', '141434.338000', '141434.341000', '141434.344000', '141434.347000', '141434.350000', '141434.353000', '141434.356000', '141434.358000', '141434.361000', '141434.364000', '141434.367000', '141434.370000', '141434.373000', '141434.375000', '141434.378000', '141434.381000', '141434.384000', '141434.387000', '141434.390000', '141434.393000', '141434.396000', '141434.398000', '141434.401000', '141434.404000', '141434.407000', '141434.410000', '141434.413000', '141434.415000', '141434.418000', '141434.421000', '141434.424000', '141454.301000', '141454.304000', '141454.307000', '141454.310000', '141454.313000', '141454.316000', '141454.318000', '141454.321000', '141454.324000', '141454.327000', '141454.330000', '141454.333000', '141454.336000', '141454.339000', '141454.342000', '141454.344000', '141454.347000', '141454.350000', '141454.353000', '141454.356000', '141454.359000', '141454.362000', '141454.365000', '141454.367000', '141454.370000', '141454.373000', '141454.376000', '141454.379000', '141454.382000', '141454.385000', '141454.388000', '141454.391000', '141454.394000', '141454.397000', '141454.400000', '141454.403000', '141454.405000', '141454.408000', '141454.411000', '141454.414000', '141454.417000', '141454.420000', '141454.422000', '141514.301000', '141514.304000', '141514.307000', '141514.310000', '141514.313000', '141514.315000', '141514.318000', '141514.321000', '141514.324000', '141514.327000', '141514.330000', '141514.333000', '141514.335000', '141514.338000', '141514.341000', '141514.344000', '141514.347000', '141514.350000', '141514.353000', '141514.356000', '141514.358000', '141514.361000', '141514.368000', '141514.371000', '141514.374000', '141514.377000', '141514.380000', '141514.383000', '141514.385000', '141514.388000', '141514.391000', '141514.394000', '141514.397000', '141514.400000', '141514.403000', '141514.406000', '141514.408000', '141514.411000', '141514.414000', '141514.417000', '141514.420000', '141514.423000', '141514.426000', '141514.428000', '141534.301000', '141534.304000', '141534.307000', '141534.310000', '141534.313000', '141534.315000', '141534.318000', '141534.321000', '141534.324000', '141534.327000', '141534.330000', '141534.332000', '141534.335000', '141534.338000', '141534.341000', '141534.344000', '141534.347000', '141534.350000', '141534.353000', '141534.356000', '141534.359000', '141534.362000', '141534.365000', '141534.368000', '141534.370000', '141534.373000', '141534.376000', '141534.379000', '141534.382000', '141534.385000', '141534.403000', '141534.406000', '141534.408000', '141534.411000', '141534.419000', '141534.422000', '141534.425000', '141534.428000', '141534.431000', '141534.434000', '141534.436000', '141534.439000', '141534.442000', '141554.300000', '141554.303000', '141554.306000', '141554.309000', '141554.312000', '141554.315000', '141554.318000', '141554.320000', '141554.323000', '141554.326000', '141554.329000', '141554.332000', '141554.335000', '141554.337000', '141554.340000', '141554.343000', '141554.346000', '141554.349000', '141554.352000', '141554.355000', '141554.357000', '141554.360000', '141554.363000', '141554.366000', '141554.369000', '141554.372000', '141554.375000', '141554.377000', '141554.380000', '141554.383000', '141554.386000', '141554.389000', '141554.392000', '141554.395000', '141554.397000', '141554.400000', '141554.403000', '141554.406000', '141554.409000', '141554.412000', '141554.414000', '141554.417000', '141554.420000', '141554.423000', '141614.300000', '141614.303000', '141614.307000', '141614.310000', '141614.313000', '141614.316000', '141614.319000', '141614.322000', '141614.325000', '141614.327000', '141614.330000', '141614.333000', '141614.336000', '141614.339000', '141614.342000', '141614.345000', '141614.348000', '141614.350000', '141614.353000', '141614.356000', '141614.359000', '141614.362000', '141614.365000', '141614.368000', '141614.371000', '141614.373000', '141614.376000', '141614.380000', '141614.383000', '141614.386000', '141614.389000', '141614.392000', '141614.395000', '141614.398000', '141614.400000', '141614.403000', '141614.406000', '141614.409000', '141614.412000', '141614.415000', '141614.418000', '141614.421000', '141614.423000', '141634.300000', '141634.303000', '141634.306000', '141634.309000', '141634.312000', '141634.315000', '141634.317000', '141634.320000', '141634.323000', '141634.326000', '141634.329000', '141634.331000', '141634.334000', '141634.337000', '141634.340000', '141634.343000', '141634.346000', '141634.349000', '141634.352000', '141634.354000', '141634.357000', '141634.360000', '141634.363000', '141634.366000', '141634.369000', '141634.372000', '141634.374000', '141634.377000', '141634.380000', '141634.383000', '141634.386000', '141634.389000', '141634.392000', '141634.394000', '141634.397000', '141634.400000', '141634.403000', '141634.406000', '141634.409000', '141634.411000', '141634.414000', '141634.417000', '141634.420000', '141634.423000', '141654.301000', '141654.304000', '141654.307000', '141654.310000', '141654.313000', '141654.315000', '141654.318000', '141654.321000', '141654.324000', '141654.327000', '141654.330000', '141654.333000', '141654.335000', '141654.338000', '141654.341000', '141654.344000', '141654.347000', '141654.350000', '141654.353000', '141654.356000', '141654.358000', '141654.361000', '141654.364000', '141654.367000', '141654.370000', '141654.373000', '141654.376000', '141654.379000', '141654.381000', '141654.384000', '141654.389000', '141654.392000', '141654.395000', '141654.398000', '141654.401000', '141654.403000', '141654.406000', '141654.409000', '141654.412000', '141654.415000', '141654.418000', '141654.421000', '141654.423000', '141714.301000', '141714.304000', '141714.307000', '141714.310000', '141714.313000', '141714.315000', '141714.318000', '141714.321000', '141714.324000', '141714.327000', '141714.330000', '141714.333000', '141714.335000', '141714.338000', '141714.341000', '141714.344000', '141714.347000', '141714.350000', '141714.353000', '141714.356000', '141714.358000', '141714.361000', '141714.364000', '141714.367000', '141714.370000', '141714.373000', '141714.376000', '141714.379000', '141714.381000', '141714.384000', '141714.387000', '141714.390000', '141714.393000', '141714.396000', '141714.398000', '141714.401000', '141714.404000', '141714.407000', '141714.410000', '141714.413000', '141714.416000', '141714.418000', '141714.421000', '141714.424000', '141734.301000', '141734.304000', '141734.307000', '141734.310000', '141734.313000', '141734.316000', '141734.319000', '141734.321000', '141734.324000', '141734.327000', '141734.330000', '141734.333000', '141734.336000', '141734.339000', '141734.342000', '141734.346000', '141734.349000', '141734.352000', '141734.355000', '141734.357000', '141734.360000', '141734.363000', '141734.366000', '141734.369000', '141734.372000', '141734.375000', '141734.377000', '141734.380000', '141734.383000', '141734.386000', '141734.389000', '141734.392000', '141734.394000', '141734.397000', '141734.400000', '141734.403000', '141734.406000', '141734.409000', '141734.412000', '141734.415000', '141734.418000', '141734.421000', '141734.424000', '141754.301000', '141754.304000', '141754.309000', '141754.312000', '141754.315000', '141754.318000', '141754.321000', '141754.324000', '141754.326000', '141754.329000', '141754.332000', '141754.335000', '141754.338000', '141754.341000', '141754.344000', '141754.347000', '141754.349000', '141754.352000', '141754.355000', '141754.358000', '141754.361000', '141754.364000', '141754.367000', '141754.369000', '141754.372000', '141754.375000', '141754.378000', '141754.381000', '141754.384000', '141754.387000', '141754.390000', '141754.392000', '141754.395000', '141754.398000', '141754.401000', '141754.404000', '141754.407000', '141754.409000', '141754.412000', '141754.415000', '141754.418000', '141754.421000', '141754.424000', '141754.427000', '141814.300000', '141814.303000', '141814.306000', '141814.309000', '141814.312000', '141814.314000', '141814.317000', '141814.320000', '141814.323000', '141814.326000', '141814.329000', '141814.332000', '141814.335000', '141814.337000', '141814.340000', '141814.343000', '141814.346000', '141814.349000', '141814.351000', '141814.354000', '141814.357000', '141814.360000', '141814.363000', '141814.366000', '141814.369000', '141814.372000', '141814.374000', '141814.377000', '141814.380000', '141814.383000', '141814.386000', '141814.389000', '141814.392000', '141814.395000', '141814.397000', '141814.400000', '141814.403000', '141814.406000', '141814.409000', '141814.412000', '141814.415000', '141814.417000', '141814.420000', '141834.300000', '141834.303000', '141834.306000', '141834.309000', '141834.312000', '141834.315000', '141834.318000', '141834.320000', '141834.323000', '141834.326000', '141834.329000', '141834.332000', '141834.335000', '141834.338000', '141834.341000', '141834.344000', '141834.346000', '141834.349000', '141834.352000', '141834.355000', '141834.358000', '141834.361000', '141834.364000', '141834.375000', '141834.378000', '141834.381000', '141834.383000', '141834.386000', '141834.389000', '141834.392000', '141834.395000', '141834.397000', '141834.400000', '141834.403000', '141834.406000', '141834.409000', '141834.412000', '141834.415000', '141834.418000', '141834.420000', '141834.423000', '141834.426000', '141834.429000', '141834.432000', '141854.300000', '141854.303000', '141854.306000', '141854.309000', '141854.312000', '141854.314000', '141854.317000', '141854.320000', '141854.323000', '141854.326000', '141854.329000', '141854.332000', '141854.334000', '141854.337000', '141854.340000', '141854.343000', '141854.346000', '141854.349000', '141854.352000', '141854.355000', '141854.357000', '141854.360000', '141854.363000', '141854.366000', '141854.369000', '141854.372000', '141854.374000', '141854.377000', '141854.381000', '141854.384000', '141854.387000', '141854.390000', '141854.393000', '141854.396000', '141854.399000', '141854.402000', '141854.404000', '141854.407000', '141854.410000', '141854.413000', '141854.416000', '141854.419000', '141854.421000', '141914.301000', '141914.304000', '141914.307000', '141914.310000', '141914.313000', '141914.315000', '141914.318000', '141914.321000', '141914.324000', '141914.327000', '141914.330000', '141914.333000', '141914.336000', '141914.339000', '141914.341000', '141914.344000', '141914.348000', '141914.351000', '141914.354000', '141914.357000', '141914.360000', '141914.363000', '141914.366000', '141914.368000', '141914.371000', '141914.374000', '141914.377000', '141914.380000', '141914.383000', '141914.386000', '141914.388000', '141914.391000', '141914.394000', '141914.397000', '141914.400000', '141914.403000', '141914.406000', '141914.409000', '141914.411000', '141914.414000', '141914.417000', '141914.420000', '141914.423000', '141914.425000', '141932.689000', '141932.692000', '141932.695000', '141932.698000', '141932.710000', '141932.713000', '141932.716000', '141932.719000', '141932.722000', '141932.725000', '141932.727000', '141932.730000', '141932.733000', '141932.736000', '141932.739000', '141932.742000', '141932.745000', '141932.748000', '141932.750000', '141932.753000', '141932.756000', '141932.759000', '141932.762000', '141932.765000', '141932.768000', '141932.820000', '141932.823000', '141932.826000', '141932.829000', '141932.832000', '141932.834000', '141932.837000', '141932.840000', '141932.843000', '141932.846000', '141932.849000', '141932.852000', '141932.854000', '141932.857000', '141932.860000'], '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': [9793, 10651, 9639, 11003, 9580, 10629, 9580, 10698, 9449, 10241, 9163, 9590, 8805, 8844, 7581, 9182, 11216, 9198, 9039, 8959, 8856, 8858, 9671, 8840, 9185, 8735, 9009, 8747, 8977, 8602, 8901, 8701, 9003, 7858, 9181, 10463, 9146, 10728, 9232, 10456, 9136, 10181, 9148, 10101, 9158, 9553, 11767, 9361, 11182, 9273, 8935, 8963, 9365, 9144, 9523, 9109, 9710, 9011, 9626, 8856, 8928, 7799, 9061, 11383, 9297, 11697, 8934, 10209, 8875, 10022, 8673, 10523, 8839, 9814, 8982, 9631, 8782, 9736, 8020, 9378, 8621, 9216, 8082, 9116, 8043, 9450, 8950, 9230, 8933, 8914, 10141, 8842, 10661, 9163, 10183, 8757, 10117, 8439, 9701, 8869, 9650, 9123, 9694, 9552, 9442, 8518, 9339, 8469, 9208, 8968, 8863, 8925, 8885, 9931, 8744, 10046, 8134, 10127, 8559, 10148, 9146, 9799, 9643, 9659, 10397, 9137, 10475, 8548, 10435, 8586, 9810, 8572, 10001, 8543, 9376, 8117, 9223, 8056, 8643, 7158, 8585, 8190, 8719, 9302, 8973, 9866, 8638, 10070, 8784, 9531, 8709, 9979, 8894, 9937, 9145, 9882, 8981, 9705, 8646, 9168, 10222, 9257, 10871, 9000, 10010, 8936, 9901, 8697, 9691, 8600, 9088, 8480, 9000, 7721, 9234, 11176, 9414, 9685, 8778, 9915, 8985, 9422, 8885, 9049, 7578, 9034, 9629, 9206, 8119, 8799, 8170, 9067, 9453, 9222, 9939, 9363, 9917, 8994, 10128, 9007, 9986, 8348, 9520, 11178, 9293, 10402, 9197, 9541, 8465, 9256, 8341, 8791, 7964, 9048, 7745, 9219, 9169, 9348, 9239, 8747, 9465, 8349, 8959, 8588, 9199, 8234, 9020, 9518, 8662, 10230, 8850, 10707, 8970, 10651, 8923, 10166, 8851, 9690, 11970, 8582, 10316, 8652, 9535, 8021, 9407, 7917, 9106, 9378, 8331, 10117, 8443, 9395, 8072, 9165, 7888, 8552, 6912, 8272, 8193, 8580, 9663, 8491, 9631, 8416, 9547, 8325, 9748, 11325, 9179, 11443, 8538, 10273, 8250, 10052, 8374, 9709, 8200, 9057, 7801, 8674, 7529, 8792, 9489, 8469, 12296, 8452, 11718, 8102, 9827, 8083, 9508, 7810, 9758, 8396, 9037, 10863, 9132, 8555, 8844, 7837, 8522, 8357, 8721, 8728, 8660, 8109, 8670, 9285, 8852, 10390, 8924, 10707, 8984, 10711, 8851, 10746, 8637, 10443, 8128, 11755, 8009, 9761, 8222, 9713, 8670, 9633, 8813, 9611, 7265, 8166, 9787, 12000, 7939, 9522, 7652, 9480, 7960, 9904, 8160, 10440, 8409, 10458, 8502, 10502, 9174, 10620, 9288, 10036, 8566, 10667, 10654, 10120, 11784, 9892, 12581, 9696, 12372, 9600, 9908, 9139, 9711, 8534, 9079, 8548, 8598, 8638, 8641, 8866, 9155, 8785, 9163, 8627, 9245, 8794, 9235, 8618, 8670, 8571, 10280, 8301, 10326, 8103, 10440, 8147, 9782, 8065, 9519, 8376, 9509, 8661, 9042, 7692, 8823, 7957, 9140, 7875, 8535, 7667, 8963, 8055, 9366, 8370, 9637, 8565, 9905, 8555, 10029, 8513, 10240, 10992, 9966, 12379, 9591, 12720, 9414, 11076, 9590, 7005, 9436, 6722, 8996, 8172, 9276, 10455, 9770, 10162, 9325, 10467, 8294, 11007, 9369, 10892, 13473, 10354, 10437, 9266, 10485, 8836, 10661, 11506, 10381, 10611, 9748, 10490, 8841, 10884, 8580, 10642, 9225, 9576, 10853, 8040, 10558, 8601, 9511, 7349, 8757, 8578, 7845, 9362, 7836, 9480, 7725, 9460, 8122, 9490, 8768, 9159, 11946, 8605, 10004, 7604, 9651, 8022, 9847, 7671, 9357, 11316, 9120, 9454, 8775, 10101, 8087, 9979, 7502, 10357, 7683, 10254, 10068, 10066, 8853, 9369, 9815, 8495, 9885, 7652, 9715, 9863, 9379, 11883, 8698, 9375, 7987, 9526, 6999, 9371, 7929, 9304, 7140, 8809, 8852, 7756, 9094, 7378, 9267, 7417, 9472, 7107, 9271, 10895, 8556, 9032, 8175, 9547, 7377, 10072, 8519, 10031, 10709, 10201, 11437, 9959, 9285, 8833, 9665, 7526, 9431, 7461, 9428, 7349, 9242, 11095, 8965, 11812, 8359, 9038, 8381, 9510, 7358, 9236, 7213, 9502, 7394, 9383, 11697, 8614, 10576, 8281, 9000, 7860, 9381, 7579, 9671, 7834, 9730, 11680, 9946, 11207, 9496, 9639, 9078, 10041, 7324, 9614, 7257, 9316, 7558, 8882, 7176, 8300, 8813, 8145, 9061, 7798, 9359, 7281, 9346, 7195, 9203, 7055, 9297, 9755, 9011, 11810, 8610, 9016, 8360, 9383, 8252, 9705, 7303, 9899, 8459, 9808, 7901, 10194, 9862, 10520, 12125, 9379, 10440, 9010, 9010, 8200, 9530, 7264, 9140, 7127, 9393, 7514, 9216, 7111, 9307, 7191, 8986, 9701, 8857, 9509, 8861, 9165, 8626, 9339, 8381, 10754, 8538, 9308, 8464, 9425, 7793, 9469, 7720, 9838, 7359, 9779, 7357, 9701, 7446, 9879, 7812, 9825, 8054, 9888, 7566, 9696, 7602, 9586, 7957, 9451, 8224, 10056, 11154, 10034, 9517, 9458, 9705, 9639, 8887, 8964, 9255, 8067, 9467, 8435, 9107, 7814, 9303, 7206, 9174, 7315, 9498, 7805, 9816, 8910, 9971, 7610, 10137, 8097, 9957, 11305, 9593, 12735, 9157, 9925, 8385, 9117, 7924, 9162, 7764, 9511, 7362, 9405, 7322, 9236, 7572, 9234, 7971, 8971, 7570, 9300, 7060, 8744, 9840, 8777, 11465, 8582, 9738, 8853, 8877, 9120, 8671, 9139, 10549, 9425, 10700, 8989, 9273, 8852, 8969, 8935, 10877, 8903, 11420, 8430, 9007, 8672, 9846, 8881, 11430, 8723, 10265, 7684, 9687, 7698, 9536, 7925, 9403, 8074, 9145, 8279, 9289, 8368, 9330, 8046, 9691, 7541, 9442, 8277, 9754, 8078, 9574, 8685, 9547, 8939, 9268, 11476, 8863, 11784, 9061, 9554, 9277, 9013, 9655, 9395, 9001, 7588, 8909, 8539, 9321, 8607, 9389, 8720, 9460, 9140, 10252, 9277, 11216, 8800, 9569, 9008, 9453, 9374, 9597, 9182, 10049, 9013, 9951, 9139, 10067, 9297, 10028, 9667, 9877, 9717, 10213, 9843, 10115, 9821, 10011, 9075, 9612, 7930, 9153, 8949, 9268, 8613, 8853, 8473, 8814, 9645, 8529, 9431, 8438, 9284, 8766, 9140, 7985, 8955, 9784, 8753, 10089, 8865, 8916, 8668, 9920, 8728, 9263, 8474, 9643, 8587, 9488, 8893, 9909, 8128, 9884, 7882, 9939, 8102, 10217, 8145, 10112, 11460, 9260, 12031, 8759, 11644, 8908, 10353, 8781, 10146, 7850, 10028, 8629, 10152, 8530, 9962, 12361, 9581, 11991, 9392, 10197, 8926, 8507, 8801, 9969, 8912, 10630, 8789, 10582, 9264, 10537, 9112, 10347, 8341, 9691, 8427, 9183, 7843, 9134, 8190, 8869, 8396, 9096, 9234, 8978, 9072, 8631, 9398, 8174, 9544, 8652, 9436, 8822, 9027, 8091, 9104, 7434, 8863, 7929, 8790, 9364, 8955, 10812, 9224, 10946, 9000], 'WindowCenter': [4405.0, 4390.0, 4367.0, 4375.0, 4364.0, 4364.0, 4350.0, 4361.0, 4349.0, 4346.0, 4337.0, 4349.0, 4338.0, 4339.0, 4318.0, 4340.0, 4359.0, 4339.0, 4338.0, 4340.0, 4351.0, 4340.0, 4347.0, 4338.0, 4349.0, 4340.0, 4342.0, 4340.0, 4351.0, 4340.0, 4353.0, 4352.0, 4352.0, 4329.0, 4351.0, 4361.0, 4352.0, 4360.0, 4351.0, 4360.0, 4350.0, 4347.0, 4336.0, 4350.0, 4337.0, 4340.0, 4358.0, 4351.0, 4358.0, 4338.0, 4339.0, 4338.0, 4338.0, 4348.0, 4348.0, 4341.0, 4351.0, 4340.0, 4349.0, 4339.0, 4339.0, 4329.0, 4339.0, 4373.0, 4364.0, 4370.0, 4340.0, 4348.0, 4338.0, 4347.0, 4338.0, 4345.0, 4324.0, 4337.0, 4324.0, 4338.0, 4325.0, 4337.0, 4328.0, 4349.0, 4339.0, 4350.0, 4328.0, 4341.0, 4329.0, 4351.0, 4340.0, 4350.0, 4341.0, 4340.0, 4348.0, 4341.0, 4361.0, 4341.0, 4349.0, 4340.0, 4349.0, 4329.0, 4351.0, 4349.0, 4350.0, 4350.0, 4352.0, 4339.0, 4350.0, 4338.0, 4339.0, 4327.0, 4338.0, 4338.0, 4339.0, 4339.0, 4339.0, 4348.0, 4338.0, 4349.0, 4340.0, 4361.0, 4341.0, 4360.0, 4351.0, 4352.0, 4350.0, 4351.0, 4349.0, 4339.0, 4348.0, 4327.0, 4347.0, 4329.0, 4349.0, 4329.0, 4350.0, 4327.0, 4353.0, 4328.0, 4363.0, 4340.0, 4340.0, 4318.0, 4342.0, 4340.0, 4342.0, 4352.0, 4349.0, 4350.0, 4340.0, 4349.0, 4339.0, 4349.0, 4339.0, 4348.0, 4339.0, 4349.0, 4350.0, 4352.0, 4339.0, 4350.0, 4338.0, 4351.0, 4348.0, 4351.0, 4359.0, 4340.0, 4351.0, 4339.0, 4351.0, 4340.0, 4350.0, 4338.0, 4338.0, 4339.0, 4351.0, 4330.0, 4351.0, 4359.0, 4349.0, 4349.0, 4337.0, 4349.0, 4339.0, 4338.0, 4336.0, 4340.0, 4329.0, 4339.0, 4347.0, 4349.0, 4328.0, 4339.0, 4329.0, 4340.0, 4350.0, 4351.0, 4361.0, 4352.0, 4360.0, 4352.0, 4374.0, 4354.0, 4362.0, 4340.0, 4364.0, 4372.0, 4350.0, 4374.0, 4352.0, 4350.0, 4340.0, 4350.0, 4339.0, 4341.0, 4329.0, 4350.0, 4328.0, 4351.0, 4351.0, 4352.0, 4349.0, 4340.0, 4351.0, 4340.0, 4352.0, 4340.0, 4351.0, 4341.0, 4369.0, 4352.0, 4340.0, 4348.0, 4339.0, 4349.0, 4339.0, 4350.0, 4339.0, 4350.0, 4339.0, 4348.0, 4369.0, 4339.0, 4348.0, 4327.0, 4349.0, 4327.0, 4349.0, 4328.0, 4340.0, 4349.0, 4329.0, 4349.0, 4329.0, 4349.0, 4330.0, 4340.0, 4329.0, 4353.0, 4330.0, 4341.0, 4341.0, 4341.0, 4362.0, 4353.0, 4350.0, 4341.0, 4351.0, 4338.0, 4351.0, 4360.0, 4352.0, 4370.0, 4341.0, 4361.0, 4330.0, 4352.0, 4328.0, 4352.0, 4329.0, 4339.0, 4319.0, 4341.0, 4330.0, 4339.0, 4349.0, 4341.0, 4370.0, 4331.0, 4370.0, 4328.0, 4349.0, 4330.0, 4350.0, 4330.0, 4350.0, 4341.0, 4341.0, 4359.0, 4352.0, 4338.0, 4340.0, 4328.0, 4339.0, 4328.0, 4340.0, 4340.0, 4341.0, 4329.0, 4341.0, 4351.0, 4341.0, 4362.0, 4353.0, 4362.0, 4351.0, 4362.0, 4354.0, 4388.0, 4354.0, 4364.0, 4344.0, 4372.0, 4319.0, 4337.0, 4326.0, 4337.0, 4326.0, 4324.0, 4326.0, 4337.0, 4305.0, 4329.0, 4350.0, 4359.0, 4304.0, 4324.0, 4303.0, 4346.0, 4341.0, 4360.0, 4340.0, 4360.0, 4340.0, 4360.0, 4339.0, 4350.0, 4339.0, 4349.0, 4338.0, 4350.0, 4328.0, 4346.0, 4334.0, 4336.0, 4345.0, 4336.0, 4355.0, 4326.0, 4345.0, 4322.0, 4323.0, 4324.0, 4324.0, 4325.0, 4326.0, 4327.0, 4328.0, 4328.0, 4327.0, 4327.0, 4339.0, 4328.0, 4338.0, 4328.0, 4339.0, 4340.0, 4339.0, 4339.0, 4339.0, 4340.0, 4350.0, 4329.0, 4349.0, 4329.0, 4350.0, 4329.0, 4351.0, 4331.0, 4348.0, 4328.0, 4337.0, 4329.0, 4341.0, 4319.0, 4339.0, 4329.0, 4338.0, 4317.0, 4340.0, 4330.0, 4353.0, 4344.0, 4365.0, 4398.0, 4408.0, 4383.0, 4376.0, 4352.0, 4363.0, 4341.0, 4363.0, 4361.0, 4352.0, 4370.0, 4351.0, 4369.0, 4340.0, 4361.0, 4351.0, 4319.0, 4339.0, 4320.0, 4355.0, 4341.0, 4351.0, 4360.0, 4351.0, 4350.0, 4350.0, 4362.0, 4330.0, 4360.0, 4337.0, 4349.0, 4366.0, 4336.0, 4346.0, 4325.0, 4335.0, 4324.0, 4337.0, 4344.0, 4334.0, 4333.0, 4323.0, 4334.0, 4312.0, 4345.0, 4326.0, 4347.0, 4326.0, 4337.0, 4345.0, 4316.0, 4347.0, 4326.0, 4339.0, 4306.0, 4328.0, 4340.0, 4328.0, 4348.0, 4330.0, 4352.0, 4332.0, 4354.0, 4330.0, 4352.0, 4354.0, 4352.0, 4370.0, 4342.0, 4352.0, 4330.0, 4351.0, 4331.0, 4349.0, 4332.0, 4350.0, 4359.0, 4338.0, 4350.0, 4341.0, 4349.0, 4329.0, 4351.0, 4330.0, 4350.0, 4330.0, 4335.0, 4322.0, 4323.0, 4327.0, 4326.0, 4334.0, 4339.0, 4349.0, 4319.0, 4351.0, 4350.0, 4341.0, 4359.0, 4338.0, 4351.0, 4329.0, 4349.0, 4309.0, 4340.0, 4327.0, 4342.0, 4308.0, 4339.0, 4339.0, 4330.0, 4340.0, 4319.0, 4351.0, 4320.0, 4352.0, 4320.0, 4340.0, 4360.0, 4341.0, 4339.0, 4328.0, 4351.0, 4320.0, 4351.0, 4339.0, 4353.0, 4360.0, 4360.0, 4361.0, 4363.0, 4367.0, 4365.0, 4348.0, 4318.0, 4339.0, 4318.0, 4339.0, 4319.0, 4339.0, 4359.0, 4341.0, 4369.0, 4330.0, 4338.0, 4328.0, 4349.0, 4318.0, 4338.0, 4319.0, 4350.0, 4319.0, 4341.0, 4358.0, 4340.0, 4350.0, 4330.0, 4351.0, 4340.0, 4351.0, 4330.0, 4350.0, 4318.0, 4350.0, 4361.0, 4349.0, 4359.0, 4339.0, 4340.0, 4339.0, 4348.0, 4320.0, 4348.0, 4328.0, 4352.0, 4330.0, 4351.0, 4321.0, 4341.0, 4351.0, 4340.0, 4352.0, 4331.0, 4352.0, 4321.0, 4353.0, 4319.0, 4352.0, 4320.0, 4349.0, 4350.0, 4339.0, 4370.0, 4329.0, 4339.0, 4329.0, 4349.0, 4340.0, 4350.0, 4319.0, 4351.0, 4328.0, 4349.0, 4329.0, 4360.0, 4350.0, 4351.0, 4358.0, 4338.0, 4349.0, 4336.0, 4337.0, 4327.0, 4349.0, 4318.0, 4336.0, 4317.0, 4339.0, 4318.0, 4337.0, 4319.0, 4351.0, 4319.0, 4340.0, 4351.0, 4339.0, 4351.0, 4351.0, 4351.0, 4338.0, 4339.0, 4329.0, 4360.0, 4329.0, 4338.0, 4328.0, 4339.0, 4319.0, 4338.0, 4318.0, 4350.0, 4321.0, 4349.0, 4319.0, 4347.0, 4332.0, 4362.0, 4330.0, 4351.0, 4331.0, 4353.0, 4319.0, 4351.0, 4329.0, 4350.0, 4329.0, 4340.0, 4327.0, 4338.0, 4348.0, 4349.0, 4336.0, 4339.0, 4336.0, 4337.0, 4336.0, 4336.0, 4337.0, 4329.0, 4338.0, 4328.0, 4337.0, 4316.0, 4340.0, 4330.0, 4350.0, 4320.0, 4349.0, 4332.0, 4363.0, 4342.0, 4350.0, 4331.0, 4363.0, 4331.0, 4351.0, 4360.0, 4351.0, 4370.0, 4340.0, 4351.0, 4338.0, 4339.0, 4329.0, 4349.0, 4328.0, 4349.0, 4319.0, 4351.0, 4330.0, 4350.0, 4329.0, 4351.0, 4328.0, 4340.0, 4330.0, 4351.0, 4317.0, 4341.0, 4349.0, 4339.0, 4358.0, 4339.0, 4351.0, 4340.0, 4338.0, 4339.0, 4339.0, 4352.0, 4358.0, 4340.0, 4350.0, 4338.0, 4339.0, 4338.0, 4339.0, 4352.0, 4362.0, 4338.0, 4358.0, 4337.0, 4340.0, 4339.0, 4348.0, 4339.0, 4357.0, 4326.0, 4336.0, 4316.0, 4337.0, 4316.0, 4339.0, 4326.0, 4339.0, 4316.0, 4338.0, 4325.0, 4338.0, 4327.0, 4340.0, 4327.0, 4350.0, 4317.0, 4351.0, 4330.0, 4340.0, 4329.0, 4349.0, 4338.0, 4348.0, 4338.0, 4339.0, 4359.0, 4341.0, 4359.0, 4340.0, 4350.0, 4340.0, 4339.0, 4350.0, 4351.0, 4339.0, 4330.0, 4341.0, 4339.0, 4350.0, 4339.0, 4342.0, 4338.0, 4353.0, 4340.0, 4351.0, 4339.0, 4359.0, 4327.0, 4338.0, 4327.0, 4338.0, 4339.0, 4338.0, 4338.0, 4349.0, 4340.0, 4338.0, 4339.0, 4349.0, 4337.0, 4337.0, 4339.0, 4350.0, 4349.0, 4349.0, 4350.0, 4362.0, 4351.0, 4350.0, 4339.0, 4339.0, 4317.0, 4339.0, 4337.0, 4340.0, 4340.0, 4353.0, 4331.0, 4340.0, 4350.0, 4342.0, 4343.0, 4330.0, 4341.0, 4331.0, 4340.0, 4329.0, 4342.0, 4350.0, 4343.0, 4363.0, 4357.0, 4352.0, 4343.0, 4352.0, 4340.0, 4351.0, 4343.0, 4350.0, 4340.0, 4352.0, 4355.0, 4363.0, 4344.0, 4366.0, 4331.0, 4364.0, 4342.0, 4363.0, 4329.0, 4363.0, 4372.0, 4353.0, 4370.0, 4341.0, 4362.0, 4341.0, 4350.0, 4328.0, 4338.0, 4315.0, 4334.0, 4326.0, 4339.0, 4326.0, 4338.0, 4344.0, 4328.0, 4344.0, 4327.0, 4336.0, 4326.0, 4315.0, 4325.0, 4334.0, 4338.0, 4349.0, 4326.0, 4336.0, 4325.0, 4346.0, 4326.0, 4338.0, 4316.0, 4338.0, 4328.0, 4340.0, 4317.0, 4339.0, 4327.0, 4340.0, 4331.0, 4340.0, 4352.0, 4341.0, 4340.0, 4339.0, 4342.0, 4342.0, 4341.0, 4339.0, 4341.0, 4340.0, 4340.0, 4330.0, 4352.0, 4321.0, 4341.0, 4330.0, 4341.0, 4339.0, 4342.0, 4360.0, 4354.0, 4362.0, 4340.0], 'WindowWidth': [9711.0, 9680.0, 9642.0, 9649.0, 9631.0, 9628.0, 9606.0, 9620.0, 9601.0, 9596.0, 9581.0, 9600.0, 9586.0, 9587.0, 9556.0, 9588.0, 9613.0, 9587.0, 9584.0, 9589.0, 9607.0, 9589.0, 9595.0, 9583.0, 9601.0, 9590.0, 9593.0, 9591.0, 9607.0, 9590.0, 9612.0, 9611.0, 9610.0, 9575.0, 9606.0, 9621.0, 9609.0, 9616.0, 9604.0, 9620.0, 9602.0, 9595.0, 9580.0, 9601.0, 9579.0, 9587.0, 9612.0, 9605.0, 9609.0, 9582.0, 9589.0, 9585.0, 9584.0, 9598.0, 9599.0, 9592.0, 9608.0, 9589.0, 9601.0, 9585.0, 9587.0, 9574.0, 9588.0, 9641.0, 9630.0, 9631.0, 9588.0, 9596.0, 9581.0, 9595.0, 9582.0, 9586.0, 9554.0, 9576.0, 9558.0, 9580.0, 9561.0, 9580.0, 9570.0, 9601.0, 9585.0, 9602.0, 9572.0, 9592.0, 9574.0, 9606.0, 9591.0, 9607.0, 9592.0, 9590.0, 9600.0, 9591.0, 9618.0, 9590.0, 9601.0, 9590.0, 9599.0, 9572.0, 9605.0, 9601.0, 9603.0, 9603.0, 9605.0, 9586.0, 9602.0, 9581.0, 9585.0, 9568.0, 9584.0, 9586.0, 9588.0, 9587.0, 9589.0, 9597.0, 9585.0, 9600.0, 9590.0, 9620.0, 9593.0, 9616.0, 9604.0, 9608.0, 9603.0, 9604.0, 9598.0, 9585.0, 9598.0, 9567.0, 9594.0, 9571.0, 9600.0, 9571.0, 9599.0, 9567.0, 9609.0, 9568.0, 9627.0, 9592.0, 9589.0, 9559.0, 9596.0, 9591.0, 9595.0, 9611.0, 9603.0, 9605.0, 9590.0, 9600.0, 9586.0, 9600.0, 9587.0, 9597.0, 9586.0, 9602.0, 9603.0, 9606.0, 9587.0, 9603.0, 9585.0, 9604.0, 9598.0, 9604.0, 9614.0, 9589.0, 9605.0, 9588.0, 9605.0, 9588.0, 9603.0, 9585.0, 9585.0, 9587.0, 9605.0, 9575.0, 9604.0, 9616.0, 9600.0, 9600.0, 9582.0, 9600.0, 9586.0, 9584.0, 9578.0, 9589.0, 9576.0, 9587.0, 9596.0, 9601.0, 9571.0, 9586.0, 9574.0, 9590.0, 9604.0, 9607.0, 9620.0, 9612.0, 9620.0, 9610.0, 9643.0, 9618.0, 9623.0, 9591.0, 9629.0, 9637.0, 9604.0, 9645.0, 9611.0, 9605.0, 9590.0, 9607.0, 9589.0, 9592.0, 9574.0, 9604.0, 9574.0, 9606.0, 9608.0, 9612.0, 9603.0, 9590.0, 9607.0, 9591.0, 9609.0, 9590.0, 9605.0, 9596.0, 9646.0, 9611.0, 9589.0, 9596.0, 9584.0, 9598.0, 9584.0, 9600.0, 9584.0, 9602.0, 9585.0, 9598.0, 9625.0, 9584.0, 9598.0, 9567.0, 9600.0, 9569.0, 9599.0, 9571.0, 9589.0, 9600.0, 9573.0, 9600.0, 9572.0, 9600.0, 9576.0, 9587.0, 9573.0, 9613.0, 9582.0, 9594.0, 9592.0, 9594.0, 9625.0, 9614.0, 9606.0, 9591.0, 9605.0, 9585.0, 9606.0, 9617.0, 9606.0, 9632.0, 9592.0, 9620.0, 9576.0, 9605.0, 9571.0, 9607.0, 9571.0, 9586.0, 9559.0, 9590.0, 9576.0, 9588.0, 9601.0, 9592.0, 9630.0, 9576.0, 9630.0, 9572.0, 9599.0, 9574.0, 9602.0, 9575.0, 9604.0, 9592.0, 9592.0, 9612.0, 9608.0, 9584.0, 9587.0, 9572.0, 9585.0, 9570.0, 9589.0, 9588.0, 9593.0, 9573.0, 9591.0, 9605.0, 9593.0, 9622.0, 9612.0, 9624.0, 9607.0, 9624.0, 9618.0, 9671.0, 9617.0, 9628.0, 9605.0, 9635.0, 9556.0, 9580.0, 9562.0, 9580.0, 9561.0, 9553.0, 9560.0, 9581.0, 9535.0, 9574.0, 9601.0, 9611.0, 9528.0, 9553.0, 9527.0, 9594.0, 9594.0, 9617.0, 9590.0, 9616.0, 9588.0, 9616.0, 9584.0, 9600.0, 9585.0, 9600.0, 9581.0, 9600.0, 9567.0, 9589.0, 9570.0, 9574.0, 9587.0, 9573.0, 9600.0, 9561.0, 9584.0, 9550.0, 9552.0, 9553.0, 9556.0, 9559.0, 9560.0, 9565.0, 9567.0, 9568.0, 9566.0, 9565.0, 9586.0, 9568.0, 9582.0, 9568.0, 9585.0, 9587.0, 9584.0, 9585.0, 9587.0, 9588.0, 9601.0, 9572.0, 9599.0, 9573.0, 9601.0, 9572.0, 9605.0, 9578.0, 9597.0, 9570.0, 9580.0, 9571.0, 9590.0, 9557.0, 9585.0, 9571.0, 9582.0, 9554.0, 9589.0, 9575.0, 9611.0, 9604.0, 9633.0, 9706.0, 9718.0, 9674.0, 9651.0, 9611.0, 9625.0, 9593.0, 9621.0, 9617.0, 9605.0, 9629.0, 9601.0, 9624.0, 9586.0, 9617.0, 9604.0, 9558.0, 9584.0, 9564.0, 9618.0, 9592.0, 9606.0, 9618.0, 9605.0, 9604.0, 9603.0, 9619.0, 9574.0, 9614.0, 9577.0, 9594.0, 9618.0, 9574.0, 9590.0, 9560.0, 9571.0, 9555.0, 9573.0, 9581.0, 9567.0, 9564.0, 9551.0, 9566.0, 9536.0, 9586.0, 9564.0, 9591.0, 9562.0, 9578.0, 9588.0, 9549.0, 9593.0, 9562.0, 9583.0, 9534.0, 9567.0, 9587.0, 9571.0, 9598.0, 9576.0, 9608.0, 9583.0, 9613.0, 9575.0, 9608.0, 9615.0, 9609.0, 9631.0, 9592.0, 9608.0, 9576.0, 9605.0, 9579.0, 9599.0, 9583.0, 9602.0, 9612.0, 9584.0, 9602.0, 9593.0, 9599.0, 9572.0, 9605.0, 9577.0, 9603.0, 9574.0, 9571.0, 9548.0, 9551.0, 9563.0, 9561.0, 9572.0, 9586.0, 9599.0, 9558.0, 9605.0, 9601.0, 9590.0, 9612.0, 9585.0, 9609.0, 9574.0, 9600.0, 9545.0, 9587.0, 9568.0, 9592.0, 9543.0, 9584.0, 9589.0, 9577.0, 9589.0, 9561.0, 9606.0, 9564.0, 9609.0, 9562.0, 9588.0, 9617.0, 9591.0, 9587.0, 9572.0, 9605.0, 9564.0, 9604.0, 9586.0, 9609.0, 9618.0, 9616.0, 9618.0, 9627.0, 9641.0, 9634.0, 9599.0, 9557.0, 9585.0, 9555.0, 9585.0, 9557.0, 9586.0, 9612.0, 9591.0, 9628.0, 9575.0, 9584.0, 9568.0, 9600.0, 9560.0, 9584.0, 9559.0, 9602.0, 9560.0, 9591.0, 9612.0, 9590.0, 9602.0, 9573.0, 9607.0, 9592.0, 9606.0, 9576.0, 9603.0, 9557.0, 9602.0, 9617.0, 9599.0, 9613.0, 9587.0, 9586.0, 9583.0, 9597.0, 9564.0, 9599.0, 9574.0, 9609.0, 9577.0, 9607.0, 9569.0, 9596.0, 9608.0, 9592.0, 9608.0, 9580.0, 9608.0, 9568.0, 9611.0, 9559.0, 9608.0, 9565.0, 9602.0, 9603.0, 9589.0, 9629.0, 9574.0, 9588.0, 9575.0, 9602.0, 9589.0, 9603.0, 9561.0, 9606.0, 9571.0, 9600.0, 9573.0, 9616.0, 9603.0, 9603.0, 9610.0, 9583.0, 9599.0, 9579.0, 9581.0, 9570.0, 9600.0, 9558.0, 9580.0, 9555.0, 9585.0, 9557.0, 9583.0, 9561.0, 9605.0, 9560.0, 9590.0, 9604.0, 9587.0, 9606.0, 9608.0, 9606.0, 9586.0, 9587.0, 9575.0, 9614.0, 9573.0, 9583.0, 9568.0, 9585.0, 9559.0, 9584.0, 9558.0, 9603.0, 9565.0, 9600.0, 9561.0, 9599.0, 9583.0, 9621.0, 9578.0, 9606.0, 9580.0, 9611.0, 9559.0, 9603.0, 9574.0, 9601.0, 9572.0, 9587.0, 9566.0, 9582.0, 9596.0, 9598.0, 9577.0, 9583.0, 9578.0, 9580.0, 9578.0, 9578.0, 9580.0, 9572.0, 9585.0, 9571.0, 9581.0, 9552.0, 9588.0, 9578.0, 9603.0, 9563.0, 9601.0, 9584.0, 9628.0, 9594.0, 9604.0, 9581.0, 9623.0, 9578.0, 9606.0, 9616.0, 9606.0, 9630.0, 9588.0, 9605.0, 9586.0, 9589.0, 9575.0, 9599.0, 9573.0, 9601.0, 9561.0, 9605.0, 9578.0, 9602.0, 9575.0, 9604.0, 9571.0, 9588.0, 9574.0, 9605.0, 9556.0, 9591.0, 9600.0, 9588.0, 9611.0, 9587.0, 9607.0, 9589.0, 9584.0, 9588.0, 9586.0, 9609.0, 9613.0, 9589.0, 9602.0, 9584.0, 9586.0, 9586.0, 9585.0, 9608.0, 9622.0, 9585.0, 9610.0, 9583.0, 9590.0, 9585.0, 9596.0, 9588.0, 9608.0, 9562.0, 9576.0, 9551.0, 9580.0, 9550.0, 9582.0, 9566.0, 9582.0, 9549.0, 9582.0, 9563.0, 9582.0, 9566.0, 9586.0, 9567.0, 9601.0, 9554.0, 9605.0, 9574.0, 9587.0, 9571.0, 9600.0, 9582.0, 9598.0, 9583.0, 9587.0, 9615.0, 9592.0, 9611.0, 9586.0, 9603.0, 9590.0, 9585.0, 9602.0, 9605.0, 9590.0, 9576.0, 9592.0, 9588.0, 9602.0, 9585.0, 9592.0, 9585.0, 9610.0, 9590.0, 9604.0, 9587.0, 9611.0, 9566.0, 9580.0, 9565.0, 9582.0, 9584.0, 9583.0, 9582.0, 9599.0, 9588.0, 9582.0, 9584.0, 9599.0, 9580.0, 9579.0, 9585.0, 9599.0, 9600.0, 9599.0, 9600.0, 9620.0, 9606.0, 9603.0, 9585.0, 9584.0, 9553.0, 9585.0, 9581.0, 9587.0, 9589.0, 9612.0, 9580.0, 9589.0, 9603.0, 9592.0, 9594.0, 9576.0, 9591.0, 9575.0, 9588.0, 9574.0, 9594.0, 9600.0, 9595.0, 9625.0, 9623.0, 9610.0, 9598.0, 9607.0, 9590.0, 9605.0, 9596.0, 9604.0, 9589.0, 9609.0, 9614.0, 9625.0, 9601.0, 9630.0, 9579.0, 9628.0, 9598.0, 9623.0, 9575.0, 9623.0, 9634.0, 9609.0, 9630.0, 9591.0, 9619.0, 9588.0, 9600.0, 9569.0, 9580.0, 9543.0, 9570.0, 9561.0, 9581.0, 9560.0, 9578.0, 9582.0, 9565.0, 9580.0, 9560.0, 9574.0, 9560.0, 9546.0, 9558.0, 9570.0, 9583.0, 9598.0, 9560.0, 9574.0, 9560.0, 9588.0, 9560.0, 9579.0, 9546.0, 9582.0, 9569.0, 9587.0, 9551.0, 9584.0, 9568.0, 9589.0, 9579.0, 9591.0, 9608.0, 9592.0, 9589.0, 9586.0, 9593.0, 9593.0, 9590.0, 9585.0, 9590.0, 9586.0, 9589.0, 9572.0, 9607.0, 9565.0, 9590.0, 9573.0, 9591.0, 9586.0, 9591.0, 9616.0, 9612.0, 9620.0, 9587.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.00021704720087815582</td></tr>
<tr><td colspan=3>aqi</td><td>0.020740975740944016</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.04803442901099</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1641717078351659</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.978011043846153</td></tr>
<tr><td colspan=3>efc</td><td>0.4622</td></tr>
<tr><td colspan=3>fber</td><td>7263.6963</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06917989054261509</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.646542261251372</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6169352187693646</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.558597484452828</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.832652659737025</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.459555512118242</td></tr>
<tr><td colspan=3>gcor</td><td>0.00923067</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004704189486801624</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023725518956780434</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.737663911937111</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.1796</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.7875</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.5258</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.5475</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.951</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.9399</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3526.0364</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.4473</td></tr>
<tr><td colspan=3>tsnr</td><td>41.98168431012891</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>