<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-02/func/sub-0066_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>6e9a76222c933876cef7755bdf18f643</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>16:03:55.032500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999864, -0.00782862, 0.0145348, 0.00855113, 0.998696, -0.0503308]</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.117183</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>[4143, -7728, -7298, 420, -133, -79, 57, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>79b145cc-e9df-4f35-8a84-67cea0a21ea4||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682561159133911, 0.02294205315411091, 0.0381290540099144, 108.22874450683594], [0.021003620699048042, 2.6794283390045166, -0.136210098862648, -86.9484634399414], [0.038995932787656784, 0.1350337415933609, 2.6962924003601074, -74.90118408203125], [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': ['160355.032500', '160355.492500', '160355.952500', '160356.412500', '160356.872500', '160357.332500', '160357.792500', '160358.252500', '160358.712500', '160359.172500', '160359.632500', '160400.092500', '160400.552500', '160401.012500', '160401.472500', '160401.932500', '160402.392500', '160402.852500', '160403.312500', '160403.772500', '160404.232500', '160404.692500', '160405.152500', '160405.612500', '160406.072500', '160406.532500', '160406.992500', '160407.452500', '160407.912500', '160408.372500', '160408.832500', '160409.292500', '160409.752500', '160410.212500', '160410.672500', '160411.132500', '160411.592500', '160412.052500', '160412.512500', '160412.972500', '160413.432500', '160413.892500', '160414.352500', '160414.812500', '160415.272500', '160415.732500', '160416.192500', '160416.652500', '160417.112500', '160417.572500', '160418.032500', '160418.492500', '160418.952500', '160419.412500', '160419.872500', '160420.332500', '160420.792500', '160421.252500', '160421.712500', '160422.172500', '160422.632500', '160423.092500', '160423.552500', '160424.012500', '160424.472500', '160424.932500', '160425.392500', '160425.852500', '160426.312500', '160426.772500', '160427.232500', '160427.692500', '160428.152500', '160428.612500', '160429.072500', '160429.532500', '160429.992500', '160430.452500', '160430.912500', '160431.372500', '160431.832500', '160432.292500', '160432.752500', '160433.212500', '160433.672500', '160434.132500', '160434.592500', '160435.052500', '160435.512500', '160435.972500', '160436.432500', '160436.892500', '160437.352500', '160437.812500', '160438.272500', '160438.732500', '160439.192500', '160439.652500', '160440.112500', '160440.572500', '160441.032500', '160441.492500', '160441.952500', '160442.412500', '160442.872500', '160443.332500', '160443.792500', '160444.252500', '160444.712500', '160445.172500', '160445.632500', '160446.092500', '160446.552500', '160447.012500', '160447.472500', '160447.932500', '160448.392500', '160448.852500', '160449.312500', '160449.772500', '160450.232500', '160450.692500', '160451.152500', '160451.612500', '160452.072500', '160452.532500', '160452.992500', '160453.452500', '160453.912500', '160454.372500', '160454.832500', '160455.292500', '160455.752500', '160456.212500', '160456.672500', '160457.132500', '160457.592500', '160458.052500', '160458.512500', '160458.972500', '160459.432500', '160459.892500', '160500.352500', '160500.812500', '160501.272500', '160501.732500', '160502.192500', '160502.652500', '160503.112500', '160503.572500', '160504.032500', '160504.492500', '160504.952500', '160505.412500', '160505.872500', '160506.332500', '160506.792500', '160507.252500', '160507.712500', '160508.172500', '160508.632500', '160509.092500', '160509.552500', '160510.012500', '160510.472500', '160510.932500', '160511.392500', '160511.852500', '160512.312500', '160512.772500', '160513.232500', '160513.692500', '160514.152500', '160514.612500', '160515.072500', '160515.532500', '160515.992500', '160516.452500', '160516.912500', '160517.372500', '160517.832500', '160518.292500', '160518.752500', '160519.212500', '160519.672500', '160520.132500', '160520.592500', '160521.052500', '160521.512500', '160521.972500', '160522.432500', '160522.892500', '160523.352500', '160523.812500', '160524.272500', '160524.732500', '160525.192500', '160525.652500', '160526.112500', '160526.572500', '160527.032500', '160527.492500', '160527.952500', '160528.412500', '160528.872500', '160529.332500', '160529.792500', '160530.252500', '160530.712500', '160531.172500', '160531.632500', '160532.092500', '160532.552500', '160533.012500', '160533.472500', '160533.932500', '160534.392500', '160534.852500', '160535.312500', '160535.772500', '160536.232500', '160536.692500', '160537.152500', '160537.612500', '160538.072500', '160538.532500', '160538.992500', '160539.452500', '160539.912500', '160540.372500', '160540.832500', '160541.292500', '160541.752500', '160542.212500', '160542.672500', '160543.132500', '160543.592500', '160544.052500', '160544.512500', '160544.972500', '160545.432500', '160545.892500', '160546.352500', '160546.812500', '160547.272500', '160547.732500', '160548.192500', '160548.652500', '160549.112500', '160549.572500', '160550.032500', '160550.492500', '160550.952500', '160551.412500', '160551.872500', '160552.332500', '160552.792500', '160553.252500', '160553.712500', '160554.172500', '160554.632500', '160555.092500', '160555.552500', '160556.012500', '160556.472500', '160556.932500', '160557.392500', '160557.852500', '160558.312500', '160558.772500', '160559.232500', '160559.692500', '160600.152500', '160600.612500', '160601.072500', '160601.532500', '160601.992500', '160602.452500', '160602.912500', '160603.372500', '160603.832500', '160604.292500', '160604.752500', '160605.212500', '160605.672500', '160606.132500', '160606.592500', '160607.052500', '160607.512500', '160607.972500', '160608.432500', '160608.892500', '160609.352500', '160609.812500', '160610.272500', '160610.732500', '160611.192500', '160611.652500', '160612.112500', '160612.572500', '160613.032500', '160613.492500', '160613.952500', '160614.412500', '160614.872500', '160615.332500', '160615.792500', '160616.252500', '160616.712500', '160617.172500', '160617.632500', '160618.092500', '160618.552500', '160619.012500', '160619.472500', '160619.932500', '160620.392500', '160620.852500', '160621.312500', '160621.772500', '160622.232500', '160622.692500', '160623.152500', '160623.612500', '160624.072500', '160624.532500', '160624.992500', '160625.452500', '160625.912500', '160626.372500', '160626.832500', '160627.292500', '160627.752500', '160628.212500', '160628.672500', '160629.132500', '160629.592500', '160630.052500', '160630.512500', '160630.972500', '160631.432500', '160631.892500', '160632.352500', '160632.812500', '160633.272500', '160633.732500', '160634.192500', '160634.652500', '160635.112500', '160635.572500', '160636.032500', '160636.492500', '160636.952500', '160637.412500', '160637.872500', '160638.332500', '160638.792500', '160639.252500', '160639.712500', '160640.172500', '160640.632500', '160641.092500', '160641.552500', '160642.012500', '160642.472500', '160642.932500', '160643.392500', '160643.852500', '160644.312500', '160644.772500', '160645.232500', '160645.692500', '160646.152500', '160646.612500', '160647.072500', '160647.532500', '160647.992500', '160648.452500', '160648.912500', '160649.372500', '160649.832500', '160650.292500', '160650.752500', '160651.212500', '160651.672500', '160652.132500', '160652.592500', '160653.052500', '160653.512500', '160653.972500', '160654.432500', '160654.892500', '160655.352500', '160655.812500', '160656.272500', '160656.732500', '160657.192500', '160657.652500', '160658.112500', '160658.572500', '160659.032500', '160659.492500', '160659.952500', '160700.412500', '160700.872500', '160701.332500', '160701.792500', '160702.252500', '160702.712500', '160703.172500', '160703.632500', '160704.092500', '160704.552500', '160705.012500', '160705.472500', '160705.932500', '160706.392500', '160706.852500', '160707.312500', '160707.772500', '160708.232500', '160708.692500', '160709.152500', '160709.612500', '160710.072500', '160710.532500', '160710.992500', '160711.452500', '160711.912500', '160712.372500', '160712.832500', '160713.292500', '160713.752500', '160714.212500', '160714.672500', '160715.132500', '160715.592500', '160716.052500', '160716.512500', '160716.972500', '160717.432500', '160717.892500', '160718.352500', '160718.812500', '160719.272500', '160719.732500', '160720.192500', '160720.652500', '160721.112500', '160721.572500', '160722.032500', '160722.492500', '160722.952500', '160723.412500', '160723.872500', '160724.332500', '160724.792500', '160725.252500', '160725.712500', '160726.172500', '160726.632500', '160727.092500', '160727.552500', '160728.012500', '160728.472500', '160728.932500', '160729.392500', '160729.852500', '160730.312500', '160730.772500', '160731.232500', '160731.692500', '160732.152500', '160732.612500', '160733.072500', '160733.532500', '160733.992500', '160734.452500', '160734.912500', '160735.372500', '160735.832500', '160736.292500', '160736.752500', '160737.212500', '160737.672500', '160738.132500', '160738.592500', '160739.052500', '160739.512500', '160739.972500', '160740.432500', '160740.892500', '160741.352500', '160741.812500', '160742.272500', '160742.732500', '160743.192500', '160743.652500', '160744.112500', '160744.572500', '160745.032500', '160745.492500', '160745.952500', '160746.412500', '160746.872500', '160747.332500', '160747.792500', '160748.252500', '160748.712500', '160749.172500', '160749.632500', '160750.092500', '160750.552500', '160751.012500', '160751.472500', '160751.932500', '160752.392500', '160752.852500', '160753.312500', '160753.772500', '160754.232500', '160754.692500', '160755.152500', '160755.612500', '160756.072500', '160756.532500', '160756.992500', '160757.452500', '160757.912500', '160758.372500', '160758.832500', '160759.292500', '160759.752500', '160800.212500', '160800.672500', '160801.132500', '160801.592500', '160802.052500', '160802.512500', '160802.972500', '160803.432500', '160803.892500', '160804.352500', '160804.812500', '160805.272500', '160805.732500', '160806.192500', '160806.652500', '160807.112500', '160807.572500', '160808.032500', '160808.492500', '160808.952500', '160809.412500', '160809.872500', '160810.332500', '160810.792500', '160811.252500', '160811.712500', '160812.172500', '160812.632500', '160813.092500', '160813.552500', '160814.012500', '160814.472500', '160814.932500', '160815.392500', '160815.852500', '160816.312500', '160816.772500', '160817.232500', '160817.692500', '160818.152500', '160818.612500', '160819.072500', '160819.532500', '160819.992500', '160820.452500', '160820.912500', '160821.372500', '160821.832500', '160822.292500', '160822.752500', '160823.212500', '160823.672500', '160824.132500', '160824.592500', '160825.052500', '160825.512500', '160825.972500', '160826.432500', '160826.892500', '160827.352500', '160827.812500', '160828.272500', '160828.732500', '160829.192500', '160829.652500', '160830.112500', '160830.572500', '160831.032500', '160831.492500', '160831.952500', '160832.412500', '160832.872500', '160833.332500', '160833.792500', '160834.252500', '160834.712500', '160835.172500', '160835.632500', '160836.092500', '160836.552500', '160837.012500', '160837.472500', '160837.932500', '160838.392500', '160838.852500', '160839.312500', '160839.772500', '160840.232500', '160840.692500', '160841.152500', '160841.612500', '160842.072500', '160842.532500', '160842.992500', '160843.452500', '160843.912500', '160844.372500', '160844.832500', '160845.292500', '160845.752500', '160846.212500', '160846.672500', '160847.132500', '160847.592500', '160848.052500', '160848.512500', '160848.972500', '160849.432500', '160849.892500', '160850.352500', '160850.812500', '160851.272500', '160851.732500', '160852.192500', '160852.652500', '160853.112500', '160853.572500', '160854.032500', '160854.492500', '160854.952500', '160855.412500', '160855.872500', '160856.332500', '160856.792500', '160857.252500', '160857.712500', '160858.172500', '160858.632500', '160859.092500', '160859.552500', '160900.012500', '160900.472500', '160900.932500', '160901.392500', '160901.852500', '160902.312500', '160902.772500', '160903.232500', '160903.692500', '160904.152500', '160904.612500', '160905.072500', '160905.532500', '160905.992500', '160906.452500', '160906.912500', '160907.372500', '160907.832500', '160908.292500', '160908.752500', '160909.212500', '160909.672500', '160910.132500', '160910.592500', '160911.052500', '160911.512500', '160911.972500', '160912.432500', '160912.892500', '160913.352500', '160913.812500', '160914.272500', '160914.732500', '160915.192500', '160915.652500', '160916.112500', '160916.572500', '160917.032500', '160917.492500', '160917.952500', '160918.412500', '160918.872500', '160919.332500', '160919.792500', '160920.252500', '160920.712500', '160921.172500', '160921.632500', '160922.092500', '160922.552500', '160923.012500', '160923.472500', '160923.932500', '160924.392500', '160924.852500', '160925.312500', '160925.772500', '160926.232500', '160926.692500', '160927.152500', '160927.612500', '160928.072500', '160928.532500', '160928.992500', '160929.452500', '160929.912500', '160930.372500', '160930.832500', '160931.292500', '160931.752500', '160932.212500', '160932.672500', '160933.132500', '160933.592500', '160934.052500', '160934.512500', '160934.972500', '160935.432500', '160935.892500', '160936.352500', '160936.812500', '160937.272500', '160937.732500', '160938.192500', '160938.652500', '160939.112500', '160939.572500', '160940.032500', '160940.492500', '160940.952500', '160941.412500', '160941.872500', '160942.332500', '160942.792500', '160943.252500', '160943.712500', '160944.172500', '160944.632500', '160945.092500', '160945.552500', '160946.012500', '160946.472500', '160946.932500', '160947.392500', '160947.852500', '160948.312500', '160948.772500', '160949.232500', '160949.692500', '160950.152500', '160950.612500', '160951.072500', '160951.532500', '160951.992500', '160952.452500', '160952.912500', '160953.372500', '160953.832500', '160954.292500', '160954.752500', '160955.212500', '160955.672500', '160956.132500', '160956.592500', '160957.052500', '160957.512500', '160957.972500', '160958.432500', '160958.892500', '160959.352500', '160959.812500', '161000.272500', '161000.732500', '161001.192500', '161001.652500', '161002.112500', '161002.572500', '161003.032500', '161003.492500', '161003.952500', '161004.412500', '161004.872500', '161005.332500', '161005.792500', '161006.252500', '161006.712500', '161007.172500', '161007.632500', '161008.092500', '161008.552500', '161009.012500', '161009.472500', '161009.932500', '161010.392500', '161010.852500', '161011.312500', '161011.772500', '161012.232500', '161012.692500', '161013.152500', '161013.612500', '161014.072500', '161014.532500', '161014.992500', '161015.452500', '161015.912500', '161016.372500', '161016.832500', '161017.292500', '161017.752500', '161018.212500', '161018.672500', '161019.132500', '161019.592500', '161020.052500', '161020.512500', '161020.972500', '161021.432500', '161021.892500', '161022.352500', '161022.812500', '161023.272500', '161023.732500', '161024.192500', '161024.652500', '161025.112500', '161025.572500', '161026.032500', '161026.492500', '161026.952500', '161027.412500', '161027.872500', '161028.332500', '161028.792500', '161029.252500', '161029.712500', '161030.172500', '161030.632500', '161031.092500', '161031.552500', '161032.012500', '161032.472500', '161032.932500', '161033.392500', '161033.852500', '161034.312500', '161034.772500', '161035.232500', '161035.692500', '161036.152500', '161036.612500', '161037.072500', '161037.532500', '161037.992500', '161038.452500', '161038.912500', '161039.372500', '161039.832500', '161040.292500', '161040.752500', '161041.212500', '161041.672500', '161042.132500', '161042.592500', '161043.052500', '161043.512500', '161043.972500', '161044.432500', '161044.892500', '161045.352500', '161045.812500', '161046.272500', '161046.732500', '161047.192500', '161047.652500', '161048.112500', '161048.572500', '161049.032500', '161049.492500', '161049.952500', '161050.412500', '161050.872500', '161051.332500', '161051.792500', '161052.252500', '161052.712500', '161053.172500', '161053.632500', '161054.092500', '161054.552500', '161055.012500'], 'ContentTime': ['160409.591000', '160409.594000', '160409.606000', '160409.608000', '160409.611000', '160409.614000', '160409.617000', '160409.621000', '160409.624000', '160409.626000', '160409.629000', '160409.632000', '160409.634000', '160409.637000', '160409.642000', '160409.645000', '160409.648000', '160409.651000', '160409.653000', '160409.656000', '160409.658000', '160409.661000', '160409.663000', '160409.666000', '160409.670000', '160409.673000', '160409.676000', '160409.678000', '160429.524000', '160429.527000', '160429.530000', '160429.533000', '160429.535000', '160429.538000', '160429.540000', '160429.543000', '160429.545000', '160429.548000', '160429.551000', '160429.553000', '160429.556000', '160429.558000', '160429.561000', '160429.564000', '160429.567000', '160429.578000', '160429.580000', '160429.583000', '160429.585000', '160429.588000', '160429.591000', '160429.593000', '160429.596000', '160429.599000', '160429.601000', '160429.604000', '160429.607000', '160429.609000', '160429.612000', '160429.615000', '160429.617000', '160429.620000', '160429.622000', '160429.625000', '160429.628000', '160429.630000', '160429.633000', '160429.635000', '160429.638000', '160429.641000', '160429.643000', '160449.525000', '160449.528000', '160449.531000', '160449.533000', '160449.536000', '160449.539000', '160449.541000', '160449.544000', '160449.547000', '160449.549000', '160449.552000', '160449.554000', '160449.557000', '160449.560000', '160449.562000', '160449.565000', '160449.567000', '160449.570000', '160449.573000', '160449.575000', '160449.580000', '160449.583000', '160449.585000', '160449.588000', '160449.591000', '160449.594000', '160449.596000', '160449.599000', '160449.601000', '160449.604000', '160449.607000', '160449.609000', '160449.612000', '160449.614000', '160449.617000', '160449.620000', '160449.622000', '160449.625000', '160449.627000', '160449.630000', '160449.633000', '160449.644000', '160449.647000', '160449.650000', '160509.525000', '160509.528000', '160509.531000', '160509.534000', '160509.536000', '160509.539000', '160509.541000', '160509.544000', '160509.547000', '160509.549000', '160509.552000', '160509.555000', '160509.557000', '160509.560000', '160509.562000', '160509.565000', '160509.568000', '160509.570000', '160509.573000', '160509.576000', '160509.578000', '160509.581000', '160509.583000', '160509.586000', '160509.589000', '160509.592000', '160509.594000', '160509.597000', '160509.600000', '160509.602000', '160509.605000', '160509.607000', '160509.610000', '160509.613000', '160509.615000', '160509.618000', '160509.620000', '160509.623000', '160509.626000', '160509.628000', '160509.631000', '160509.633000', '160509.636000', '160529.525000', '160529.528000', '160529.531000', '160529.534000', '160529.536000', '160529.539000', '160529.542000', '160529.544000', '160529.547000', '160529.549000', '160529.552000', '160529.555000', '160529.558000', '160529.560000', '160529.563000', '160529.565000', '160529.568000', '160529.571000', '160529.573000', '160529.576000', '160529.579000', '160529.581000', '160529.584000', '160529.586000', '160529.589000', '160529.592000', '160529.595000', '160529.597000', '160529.600000', '160529.602000', '160529.605000', '160529.608000', '160529.610000', '160529.613000', '160529.616000', '160529.618000', '160529.621000', '160529.623000', '160529.626000', '160529.629000', '160529.631000', '160529.634000', '160529.637000', '160529.639000', '160549.526000', '160549.529000', '160549.531000', '160549.535000', '160549.537000', '160549.540000', '160549.543000', '160549.545000', '160549.549000', '160549.552000', '160549.554000', '160549.557000', '160549.559000', '160549.562000', '160549.565000', '160549.567000', '160549.570000', '160549.573000', '160549.575000', '160549.578000', '160549.580000', '160549.583000', '160549.586000', '160549.588000', '160549.591000', '160549.594000', '160549.597000', '160549.599000', '160549.602000', '160549.605000', '160549.607000', '160549.610000', '160549.613000', '160549.615000', '160549.618000', '160549.621000', '160549.623000', '160549.626000', '160549.628000', '160549.631000', '160549.634000', '160549.636000', '160549.639000', '160609.525000', '160609.529000', '160609.532000', '160609.535000', '160609.537000', '160609.540000', '160609.543000', '160609.545000', '160609.548000', '160609.551000', '160609.553000', '160609.556000', '160609.559000', '160609.561000', '160609.564000', '160609.567000', '160609.569000', '160609.572000', '160609.575000', '160609.577000', '160609.580000', '160609.582000', '160609.585000', '160609.588000', '160609.590000', '160609.593000', '160609.596000', '160609.598000', '160609.601000', '160609.604000', '160609.606000', '160609.609000', '160609.612000', '160609.615000', '160609.617000', '160609.620000', '160609.623000', '160609.626000', '160609.628000', '160609.631000', '160609.634000', '160609.636000', '160609.639000', '160609.642000', '160629.526000', '160629.529000', '160629.531000', '160629.534000', '160629.536000', '160629.539000', '160629.542000', '160629.544000', '160629.547000', '160629.550000', '160629.552000', '160629.555000', '160629.558000', '160629.560000', '160629.563000', '160629.566000', '160629.568000', '160629.571000', '160629.573000', '160629.576000', '160629.579000', '160629.581000', '160629.584000', '160629.587000', '160629.589000', '160629.592000', '160629.595000', '160629.597000', '160629.600000', '160629.602000', '160629.605000', '160629.608000', '160629.610000', '160629.613000', '160629.616000', '160629.618000', '160629.621000', '160629.624000', '160629.626000', '160629.629000', '160629.631000', '160629.634000', '160629.637000', '160629.639000', '160649.524000', '160649.527000', '160649.530000', '160649.533000', '160649.536000', '160649.538000', '160649.549000', '160649.552000', '160649.555000', '160649.557000', '160649.560000', '160649.563000', '160649.565000', '160649.568000', '160649.570000', '160649.573000', '160649.576000', '160649.578000', '160649.581000', '160649.583000', '160649.586000', '160649.589000', '160649.591000', '160649.594000', '160649.597000', '160649.599000', '160649.602000', '160649.604000', '160649.607000', '160649.610000', '160649.612000', '160649.615000', '160649.618000', '160649.620000', '160649.623000', '160649.626000', '160649.628000', '160649.631000', '160649.633000', '160649.636000', '160649.639000', '160649.641000', '160649.644000', '160709.525000', '160709.528000', '160709.531000', '160709.534000', '160709.536000', '160709.539000', '160709.542000', '160709.544000', '160709.547000', '160709.550000', '160709.552000', '160709.555000', '160709.558000', '160709.561000', '160709.566000', '160709.569000', '160709.573000', '160709.575000', '160709.578000', '160709.580000', '160709.583000', '160709.586000', '160709.590000', '160709.593000', '160709.596000', '160709.599000', '160709.602000', '160709.604000', '160709.607000', '160709.610000', '160709.612000', '160709.615000', '160709.618000', '160709.620000', '160709.623000', '160709.625000', '160709.628000', '160709.631000', '160709.633000', '160709.636000', '160709.639000', '160709.641000', '160709.644000', '160729.525000', '160729.528000', '160729.531000', '160729.534000', '160729.536000', '160729.539000', '160729.542000', '160729.544000', '160729.547000', '160729.550000', '160729.552000', '160729.555000', '160729.558000', '160729.560000', '160729.563000', '160729.566000', '160729.568000', '160729.571000', '160729.574000', '160729.576000', '160729.579000', '160729.582000', '160729.584000', '160729.587000', '160729.590000', '160729.592000', '160729.595000', '160729.598000', '160729.600000', '160729.603000', '160729.605000', '160729.608000', '160729.611000', '160729.613000', '160729.616000', '160729.619000', '160729.621000', '160729.624000', '160729.626000', '160729.629000', '160729.632000', '160729.634000', '160729.637000', '160729.640000', '160749.526000', '160749.529000', '160749.531000', '160749.534000', '160749.536000', '160749.539000', '160749.542000', '160749.544000', '160749.547000', '160749.550000', '160749.553000', '160749.555000', '160749.558000', '160749.561000', '160749.563000', '160749.566000', '160749.568000', '160749.571000', '160749.574000', '160749.576000', '160749.579000', '160749.582000', '160749.584000', '160749.587000', '160749.589000', '160749.592000', '160749.595000', '160749.597000', '160749.600000', '160749.603000', '160749.605000', '160749.608000', '160749.613000', '160749.615000', '160749.618000', '160749.621000', '160749.623000', '160749.626000', '160749.629000', '160749.631000', '160749.634000', '160749.637000', '160749.639000', '160809.526000', '160809.529000', '160809.532000', '160809.535000', '160809.537000', '160809.540000', '160809.543000', '160809.546000', '160809.548000', '160809.551000', '160809.554000', '160809.557000', '160809.559000', '160809.562000', '160809.565000', '160809.567000', '160809.570000', '160809.573000', '160809.575000', '160809.578000', '160809.580000', '160809.583000', '160809.586000', '160809.589000', '160809.591000', '160809.594000', '160809.597000', '160809.599000', '160809.602000', '160809.605000', '160809.607000', '160809.610000', '160809.622000', '160809.624000', '160809.627000', '160809.630000', '160809.632000', '160809.635000', '160809.638000', '160809.640000', '160809.643000', '160809.646000', '160809.648000', '160809.651000', '160829.526000', '160829.528000', '160829.531000', '160829.534000', '160829.537000', '160829.539000', '160829.542000', '160829.544000', '160829.547000', '160829.550000', '160829.552000', '160829.555000', '160829.558000', '160829.560000', '160829.563000', '160829.566000', '160829.568000', '160829.571000', '160829.574000', '160829.576000', '160829.579000', '160829.581000', '160829.584000', '160829.587000', '160829.589000', '160829.592000', '160829.595000', '160829.597000', '160829.600000', '160829.603000', '160829.605000', '160829.608000', '160829.611000', '160829.613000', '160829.616000', '160829.618000', '160829.621000', '160829.624000', '160829.628000', '160829.630000', '160829.633000', '160829.636000', '160829.638000', '160849.525000', '160849.529000', '160849.531000', '160849.534000', '160849.537000', '160849.539000', '160849.542000', '160849.545000', '160849.547000', '160849.550000', '160849.553000', '160849.555000', '160849.558000', '160849.561000', '160849.563000', '160849.566000', '160849.568000', '160849.571000', '160849.574000', '160849.576000', '160849.579000', '160849.582000', '160849.584000', '160849.587000', '160849.590000', '160849.592000', '160849.595000', '160849.598000', '160849.600000', '160849.603000', '160849.606000', '160849.608000', '160849.611000', '160849.614000', '160849.616000', '160849.619000', '160849.622000', '160849.624000', '160849.627000', '160849.629000', '160849.632000', '160849.635000', '160849.637000', '160849.640000', '160909.525000', '160909.528000', '160909.530000', '160909.533000', '160909.536000', '160909.538000', '160909.541000', '160909.544000', '160909.546000', '160909.549000', '160909.551000', '160909.554000', '160909.557000', '160909.559000', '160909.562000', '160909.565000', '160909.567000', '160909.570000', '160909.572000', '160909.575000', '160909.578000', '160909.580000', '160909.583000', '160909.586000', '160909.588000', '160909.593000', '160909.596000', '160909.598000', '160909.601000', '160909.604000', '160909.606000', '160909.609000', '160909.612000', '160909.614000', '160909.617000', '160909.620000', '160909.623000', '160909.625000', '160909.628000', '160909.630000', '160909.633000', '160909.636000', '160909.638000', '160929.525000', '160929.528000', '160929.531000', '160929.533000', '160929.536000', '160929.539000', '160929.542000', '160929.544000', '160929.547000', '160929.550000', '160929.552000', '160929.555000', '160929.567000', '160929.570000', '160929.573000', '160929.575000', '160929.578000', '160929.581000', '160929.583000', '160929.586000', '160929.589000', '160929.591000', '160929.594000', '160929.596000', '160929.599000', '160929.602000', '160929.604000', '160929.607000', '160929.610000', '160929.612000', '160929.615000', '160929.618000', '160929.620000', '160929.623000', '160929.626000', '160929.628000', '160929.631000', '160929.633000', '160929.636000', '160929.639000', '160929.641000', '160929.644000', '160929.646000', '160929.660000', '160949.526000', '160949.529000', '160949.532000', '160949.534000', '160949.537000', '160949.540000', '160949.543000', '160949.545000', '160949.548000', '160949.550000', '160949.553000', '160949.556000', '160949.558000', '160949.561000', '160949.564000', '160949.567000', '160949.569000', '160949.572000', '160949.574000', '160949.577000', '160949.580000', '160949.582000', '160949.585000', '160949.588000', '160949.590000', '160949.593000', '160949.596000', '160949.598000', '160949.601000', '160949.603000', '160949.606000', '160949.609000', '160949.611000', '160949.614000', '160949.617000', '160949.619000', '160949.622000', '160949.624000', '160949.627000', '160949.630000', '160949.632000', '160949.635000', '160949.638000', '161009.525000', '161009.529000', '161009.531000', '161009.534000', '161009.537000', '161009.539000', '161009.542000', '161009.545000', '161009.547000', '161009.550000', '161009.552000', '161009.555000', '161009.558000', '161009.560000', '161009.563000', '161009.566000', '161009.568000', '161009.571000', '161009.574000', '161009.576000', '161009.579000', '161009.581000', '161009.584000', '161009.587000', '161009.589000', '161009.592000', '161009.595000', '161009.597000', '161009.600000', '161009.603000', '161009.605000', '161009.608000', '161009.611000', '161009.613000', '161009.616000', '161009.619000', '161009.621000', '161009.624000', '161009.626000', '161009.629000', '161009.632000', '161009.634000', '161009.637000', '161029.526000', '161029.528000', '161029.531000', '161029.534000', '161029.537000', '161029.539000', '161029.542000', '161029.545000', '161029.547000', '161029.550000', '161029.553000', '161029.555000', '161029.558000', '161029.561000', '161029.563000', '161029.566000', '161029.568000', '161029.571000', '161029.574000', '161029.576000', '161029.579000', '161029.582000', '161029.584000', '161029.587000', '161029.590000', '161029.592000', '161029.595000', '161029.598000', '161029.600000', '161029.603000', '161029.606000', '161029.608000', '161029.611000', '161029.613000', '161029.616000', '161029.619000', '161029.621000', '161029.624000', '161029.626000', '161029.629000', '161029.632000', '161029.634000', '161029.637000', '161029.640000', '161049.525000', '161049.528000', '161049.531000', '161049.534000', '161049.537000', '161049.539000', '161049.542000', '161049.545000', '161049.547000', '161049.550000', '161049.553000', '161049.555000', '161049.558000', '161049.561000', '161049.563000', '161049.566000', '161049.569000', '161049.571000', '161049.574000', '161049.576000', '161049.579000', '161049.582000', '161049.584000', '161049.587000', '161049.590000', '161049.592000', '161049.595000', '161049.598000', '161049.601000', '161049.603000', '161049.606000', '161049.608000', '161049.611000', '161049.614000', '161049.616000', '161049.619000', '161049.622000', '161049.624000', '161049.627000', '161049.630000', '161049.632000', '161049.635000', '161049.637000', '161049.645000', '161056.796000', '161056.799000', '161056.802000', '161056.805000', '161056.807000', '161056.810000', '161056.813000', '161056.815000', '161056.818000', '161056.820000', '161056.843000', '161056.846000', '161056.848000', '161056.851000', '161056.853000', '161056.856000'], 'InstanceCreationTime': ['160409.591000', '160409.594000', '160409.606000', '160409.608000', '160409.611000', '160409.614000', '160409.617000', '160409.621000', '160409.624000', '160409.626000', '160409.629000', '160409.632000', '160409.634000', '160409.637000', '160409.642000', '160409.645000', '160409.648000', '160409.651000', '160409.653000', '160409.656000', '160409.658000', '160409.661000', '160409.663000', '160409.666000', '160409.670000', '160409.673000', '160409.676000', '160409.678000', '160429.524000', '160429.527000', '160429.530000', '160429.533000', '160429.535000', '160429.538000', '160429.540000', '160429.543000', '160429.545000', '160429.548000', '160429.551000', '160429.553000', '160429.556000', '160429.558000', '160429.561000', '160429.564000', '160429.567000', '160429.578000', '160429.580000', '160429.583000', '160429.585000', '160429.588000', '160429.591000', '160429.593000', '160429.596000', '160429.599000', '160429.601000', '160429.604000', '160429.607000', '160429.609000', '160429.612000', '160429.615000', '160429.617000', '160429.620000', '160429.622000', '160429.625000', '160429.628000', '160429.630000', '160429.633000', '160429.635000', '160429.638000', '160429.641000', '160429.643000', '160449.525000', '160449.528000', '160449.531000', '160449.533000', '160449.536000', '160449.539000', '160449.541000', '160449.544000', '160449.547000', '160449.549000', '160449.552000', '160449.554000', '160449.557000', '160449.560000', '160449.562000', '160449.565000', '160449.567000', '160449.570000', '160449.573000', '160449.575000', '160449.580000', '160449.583000', '160449.585000', '160449.588000', '160449.591000', '160449.594000', '160449.596000', '160449.599000', '160449.601000', '160449.604000', '160449.607000', '160449.609000', '160449.612000', '160449.614000', '160449.617000', '160449.620000', '160449.622000', '160449.625000', '160449.627000', '160449.630000', '160449.633000', '160449.644000', '160449.647000', '160449.650000', '160509.525000', '160509.528000', '160509.531000', '160509.534000', '160509.536000', '160509.539000', '160509.541000', '160509.544000', '160509.547000', '160509.549000', '160509.552000', '160509.555000', '160509.557000', '160509.560000', '160509.562000', '160509.565000', '160509.568000', '160509.570000', '160509.573000', '160509.576000', '160509.578000', '160509.581000', '160509.583000', '160509.586000', '160509.589000', '160509.592000', '160509.594000', '160509.597000', '160509.600000', '160509.602000', '160509.605000', '160509.607000', '160509.610000', '160509.613000', '160509.615000', '160509.618000', '160509.620000', '160509.623000', '160509.626000', '160509.628000', '160509.631000', '160509.633000', '160509.636000', '160529.525000', '160529.528000', '160529.531000', '160529.534000', '160529.536000', '160529.539000', '160529.542000', '160529.544000', '160529.547000', '160529.549000', '160529.552000', '160529.555000', '160529.558000', '160529.560000', '160529.563000', '160529.565000', '160529.568000', '160529.571000', '160529.573000', '160529.576000', '160529.579000', '160529.581000', '160529.584000', '160529.586000', '160529.589000', '160529.592000', '160529.595000', '160529.597000', '160529.600000', '160529.602000', '160529.605000', '160529.608000', '160529.610000', '160529.613000', '160529.616000', '160529.618000', '160529.621000', '160529.623000', '160529.626000', '160529.629000', '160529.631000', '160529.634000', '160529.637000', '160529.639000', '160549.526000', '160549.529000', '160549.531000', '160549.535000', '160549.537000', '160549.540000', '160549.543000', '160549.545000', '160549.549000', '160549.552000', '160549.554000', '160549.557000', '160549.559000', '160549.562000', '160549.565000', '160549.567000', '160549.570000', '160549.573000', '160549.575000', '160549.578000', '160549.580000', '160549.583000', '160549.586000', '160549.588000', '160549.591000', '160549.594000', '160549.597000', '160549.599000', '160549.602000', '160549.605000', '160549.607000', '160549.610000', '160549.613000', '160549.615000', '160549.618000', '160549.621000', '160549.623000', '160549.626000', '160549.628000', '160549.631000', '160549.634000', '160549.636000', '160549.639000', '160609.525000', '160609.529000', '160609.532000', '160609.535000', '160609.537000', '160609.540000', '160609.543000', '160609.545000', '160609.548000', '160609.551000', '160609.553000', '160609.556000', '160609.559000', '160609.561000', '160609.564000', '160609.567000', '160609.569000', '160609.572000', '160609.575000', '160609.577000', '160609.580000', '160609.582000', '160609.585000', '160609.588000', '160609.590000', '160609.593000', '160609.596000', '160609.598000', '160609.601000', '160609.604000', '160609.606000', '160609.609000', '160609.612000', '160609.615000', '160609.617000', '160609.620000', '160609.623000', '160609.626000', '160609.628000', '160609.631000', '160609.634000', '160609.636000', '160609.639000', '160609.642000', '160629.526000', '160629.529000', '160629.531000', '160629.534000', '160629.536000', '160629.539000', '160629.542000', '160629.544000', '160629.547000', '160629.550000', '160629.552000', '160629.555000', '160629.558000', '160629.560000', '160629.563000', '160629.566000', '160629.568000', '160629.571000', '160629.573000', '160629.576000', '160629.579000', '160629.581000', '160629.584000', '160629.587000', '160629.589000', '160629.592000', '160629.595000', '160629.597000', '160629.600000', '160629.602000', '160629.605000', '160629.608000', '160629.610000', '160629.613000', '160629.616000', '160629.618000', '160629.621000', '160629.624000', '160629.626000', '160629.629000', '160629.631000', '160629.634000', '160629.637000', '160629.639000', '160649.524000', '160649.527000', '160649.530000', '160649.533000', '160649.536000', '160649.538000', '160649.549000', '160649.552000', '160649.555000', '160649.557000', '160649.560000', '160649.563000', '160649.565000', '160649.568000', '160649.570000', '160649.573000', '160649.576000', '160649.578000', '160649.581000', '160649.583000', '160649.586000', '160649.589000', '160649.591000', '160649.594000', '160649.597000', '160649.599000', '160649.602000', '160649.604000', '160649.607000', '160649.610000', '160649.612000', '160649.615000', '160649.618000', '160649.620000', '160649.623000', '160649.626000', '160649.628000', '160649.631000', '160649.633000', '160649.636000', '160649.639000', '160649.641000', '160649.644000', '160709.525000', '160709.528000', '160709.531000', '160709.534000', '160709.536000', '160709.539000', '160709.542000', '160709.544000', '160709.547000', '160709.550000', '160709.552000', '160709.555000', '160709.558000', '160709.561000', '160709.566000', '160709.569000', '160709.573000', '160709.575000', '160709.578000', '160709.580000', '160709.583000', '160709.586000', '160709.590000', '160709.593000', '160709.596000', '160709.599000', '160709.602000', '160709.604000', '160709.607000', '160709.610000', '160709.612000', '160709.615000', '160709.618000', '160709.620000', '160709.623000', '160709.625000', '160709.628000', '160709.631000', '160709.633000', '160709.636000', '160709.639000', '160709.641000', '160709.644000', '160729.525000', '160729.528000', '160729.531000', '160729.534000', '160729.536000', '160729.539000', '160729.542000', '160729.544000', '160729.547000', '160729.550000', '160729.552000', '160729.555000', '160729.558000', '160729.560000', '160729.563000', '160729.566000', '160729.568000', '160729.571000', '160729.574000', '160729.576000', '160729.579000', '160729.582000', '160729.584000', '160729.587000', '160729.590000', '160729.592000', '160729.595000', '160729.598000', '160729.600000', '160729.603000', '160729.605000', '160729.608000', '160729.611000', '160729.613000', '160729.616000', '160729.619000', '160729.621000', '160729.624000', '160729.626000', '160729.629000', '160729.632000', '160729.634000', '160729.637000', '160729.640000', '160749.526000', '160749.529000', '160749.531000', '160749.534000', '160749.536000', '160749.539000', '160749.542000', '160749.544000', '160749.547000', '160749.550000', '160749.553000', '160749.555000', '160749.558000', '160749.561000', '160749.563000', '160749.566000', '160749.568000', '160749.571000', '160749.574000', '160749.576000', '160749.579000', '160749.582000', '160749.584000', '160749.587000', '160749.589000', '160749.592000', '160749.595000', '160749.597000', '160749.600000', '160749.603000', '160749.605000', '160749.608000', '160749.613000', '160749.615000', '160749.618000', '160749.621000', '160749.623000', '160749.626000', '160749.629000', '160749.631000', '160749.634000', '160749.637000', '160749.639000', '160809.526000', '160809.529000', '160809.532000', '160809.535000', '160809.537000', '160809.540000', '160809.543000', '160809.546000', '160809.548000', '160809.551000', '160809.554000', '160809.557000', '160809.559000', '160809.562000', '160809.565000', '160809.567000', '160809.570000', '160809.573000', '160809.575000', '160809.578000', '160809.580000', '160809.583000', '160809.586000', '160809.589000', '160809.591000', '160809.594000', '160809.597000', '160809.599000', '160809.602000', '160809.605000', '160809.607000', '160809.610000', '160809.622000', '160809.624000', '160809.627000', '160809.630000', '160809.632000', '160809.635000', '160809.638000', '160809.640000', '160809.643000', '160809.646000', '160809.648000', '160809.651000', '160829.526000', '160829.528000', '160829.531000', '160829.534000', '160829.537000', '160829.539000', '160829.542000', '160829.544000', '160829.547000', '160829.550000', '160829.552000', '160829.555000', '160829.558000', '160829.560000', '160829.563000', '160829.566000', '160829.568000', '160829.571000', '160829.574000', '160829.576000', '160829.579000', '160829.581000', '160829.584000', '160829.587000', '160829.589000', '160829.592000', '160829.595000', '160829.597000', '160829.600000', '160829.603000', '160829.605000', '160829.608000', '160829.611000', '160829.613000', '160829.616000', '160829.618000', '160829.621000', '160829.624000', '160829.628000', '160829.630000', '160829.633000', '160829.636000', '160829.638000', '160849.525000', '160849.529000', '160849.531000', '160849.534000', '160849.537000', '160849.539000', '160849.542000', '160849.545000', '160849.547000', '160849.550000', '160849.553000', '160849.555000', '160849.558000', '160849.561000', '160849.563000', '160849.566000', '160849.568000', '160849.571000', '160849.574000', '160849.576000', '160849.579000', '160849.582000', '160849.584000', '160849.587000', '160849.590000', '160849.592000', '160849.595000', '160849.598000', '160849.600000', '160849.603000', '160849.606000', '160849.608000', '160849.611000', '160849.614000', '160849.616000', '160849.619000', '160849.622000', '160849.624000', '160849.627000', '160849.629000', '160849.632000', '160849.635000', '160849.637000', '160849.640000', '160909.525000', '160909.528000', '160909.530000', '160909.533000', '160909.536000', '160909.538000', '160909.541000', '160909.544000', '160909.546000', '160909.549000', '160909.551000', '160909.554000', '160909.557000', '160909.559000', '160909.562000', '160909.565000', '160909.567000', '160909.570000', '160909.572000', '160909.575000', '160909.578000', '160909.580000', '160909.583000', '160909.586000', '160909.588000', '160909.593000', '160909.596000', '160909.598000', '160909.601000', '160909.604000', '160909.606000', '160909.609000', '160909.612000', '160909.614000', '160909.617000', '160909.620000', '160909.623000', '160909.625000', '160909.628000', '160909.630000', '160909.633000', '160909.636000', '160909.638000', '160929.525000', '160929.528000', '160929.531000', '160929.533000', '160929.536000', '160929.539000', '160929.542000', '160929.544000', '160929.547000', '160929.550000', '160929.552000', '160929.555000', '160929.567000', '160929.570000', '160929.573000', '160929.575000', '160929.578000', '160929.581000', '160929.583000', '160929.586000', '160929.589000', '160929.591000', '160929.594000', '160929.596000', '160929.599000', '160929.602000', '160929.604000', '160929.607000', '160929.610000', '160929.612000', '160929.615000', '160929.618000', '160929.620000', '160929.623000', '160929.626000', '160929.628000', '160929.631000', '160929.633000', '160929.636000', '160929.639000', '160929.641000', '160929.644000', '160929.646000', '160929.660000', '160949.526000', '160949.529000', '160949.532000', '160949.534000', '160949.537000', '160949.540000', '160949.543000', '160949.545000', '160949.548000', '160949.550000', '160949.553000', '160949.556000', '160949.558000', '160949.561000', '160949.564000', '160949.567000', '160949.569000', '160949.572000', '160949.574000', '160949.577000', '160949.580000', '160949.582000', '160949.585000', '160949.588000', '160949.590000', '160949.593000', '160949.596000', '160949.598000', '160949.601000', '160949.603000', '160949.606000', '160949.609000', '160949.611000', '160949.614000', '160949.617000', '160949.619000', '160949.622000', '160949.624000', '160949.627000', '160949.630000', '160949.632000', '160949.635000', '160949.638000', '161009.525000', '161009.529000', '161009.531000', '161009.534000', '161009.537000', '161009.539000', '161009.542000', '161009.545000', '161009.547000', '161009.550000', '161009.552000', '161009.555000', '161009.558000', '161009.560000', '161009.563000', '161009.566000', '161009.568000', '161009.571000', '161009.574000', '161009.576000', '161009.579000', '161009.581000', '161009.584000', '161009.587000', '161009.589000', '161009.592000', '161009.595000', '161009.597000', '161009.600000', '161009.603000', '161009.605000', '161009.608000', '161009.611000', '161009.613000', '161009.616000', '161009.619000', '161009.621000', '161009.624000', '161009.626000', '161009.629000', '161009.632000', '161009.634000', '161009.637000', '161029.526000', '161029.528000', '161029.531000', '161029.534000', '161029.537000', '161029.539000', '161029.542000', '161029.545000', '161029.547000', '161029.550000', '161029.553000', '161029.555000', '161029.558000', '161029.561000', '161029.563000', '161029.566000', '161029.568000', '161029.571000', '161029.574000', '161029.576000', '161029.579000', '161029.582000', '161029.584000', '161029.587000', '161029.590000', '161029.592000', '161029.595000', '161029.598000', '161029.600000', '161029.603000', '161029.606000', '161029.608000', '161029.611000', '161029.613000', '161029.616000', '161029.619000', '161029.621000', '161029.624000', '161029.626000', '161029.629000', '161029.632000', '161029.634000', '161029.637000', '161029.640000', '161049.525000', '161049.528000', '161049.531000', '161049.534000', '161049.537000', '161049.539000', '161049.542000', '161049.545000', '161049.547000', '161049.550000', '161049.553000', '161049.555000', '161049.558000', '161049.561000', '161049.563000', '161049.566000', '161049.569000', '161049.571000', '161049.574000', '161049.576000', '161049.579000', '161049.582000', '161049.584000', '161049.587000', '161049.590000', '161049.592000', '161049.595000', '161049.598000', '161049.601000', '161049.603000', '161049.606000', '161049.608000', '161049.611000', '161049.614000', '161049.616000', '161049.619000', '161049.622000', '161049.624000', '161049.627000', '161049.630000', '161049.632000', '161049.635000', '161049.637000', '161049.645000', '161056.796000', '161056.799000', '161056.802000', '161056.805000', '161056.807000', '161056.810000', '161056.813000', '161056.815000', '161056.818000', '161056.820000', '161056.843000', '161056.846000', '161056.848000', '161056.851000', '161056.853000', '161056.856000'], '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': [9662, 7870, 10524, 8088, 10446, 8734, 13685, 7664, 11048, 7113, 10983, 7331, 11253, 7341, 12536, 7741, 11667, 7252, 10276, 7385, 9968, 7357, 9600, 7058, 9088, 7521, 8815, 7785, 8771, 8676, 8809, 7366, 8972, 8791, 8530, 13129, 8603, 12448, 8282, 11902, 7577, 11641, 7680, 11820, 8035, 12096, 7773, 12254, 8269, 12288, 8113, 12204, 8454, 11966, 7759, 12063, 7699, 11942, 8291, 12991, 8882, 12565, 7689, 12697, 8134, 12436, 8699, 12960, 8120, 12544, 7940, 12808, 8205, 12861, 9563, 12228, 8143, 11838, 7818, 11911, 7873, 12346, 8600, 10154, 8167, 11439, 8258, 12870, 8701, 12913, 8473, 12025, 8064, 12008, 7832, 12032, 8508, 12173, 8137, 11962, 8109, 11745, 8082, 12686, 9009, 10334, 8297, 10417, 8486, 11451, 8720, 13416, 9368, 12522, 7745, 12059, 7781, 11132, 7944, 10206, 9708, 7269, 10501, 7266, 11360, 7569, 12217, 7752, 12920, 9172, 13035, 7970, 12559, 7800, 11640, 7893, 10135, 9402, 7630, 11253, 7498, 12354, 7921, 12551, 8386, 12940, 9171, 12706, 7971, 11853, 7875, 9605, 8733, 10097, 10906, 7568, 11432, 7669, 11923, 7607, 12094, 8140, 13151, 8705, 12840, 7949, 12010, 7859, 10319, 8290, 9532, 10158, 7412, 12012, 7325, 12124, 7550, 12527, 7915, 12789, 9049, 12614, 7483, 10706, 7887, 8729, 8390, 8574, 10851, 7465, 11544, 7668, 10439, 7559, 11050, 7982, 9863, 7356, 9555, 7514, 8824, 9344, 8744, 8166, 9048, 8804, 8516, 12137, 8023, 11522, 8635, 11160, 7654, 10951, 7823, 10655, 7801, 10360, 7567, 10501, 7711, 10982, 7722, 11778, 8445, 12341, 8282, 12698, 8164, 13092, 9007, 13639, 9955, 13753, 9241, 11603, 8147, 11366, 12448, 10085, 14965, 9440, 14455, 8585, 13809, 8036, 13233, 9350, 11857, 7972, 11958, 8064, 12608, 8319, 12824, 8881, 12142, 8078, 12171, 8083, 12249, 8438, 12525, 8340, 12340, 7569, 11390, 7489, 11608, 7950, 11505, 7464, 10776, 7735, 11189, 7479, 11594, 7741, 11178, 7658, 11546, 7528, 11588, 7785, 12205, 8463, 12361, 7786, 11480, 7593, 11721, 7645, 11887, 8082, 12943, 7992, 11996, 7829, 11760, 7703, 12630, 8345, 12483, 9302, 9210, 8336, 7657, 9593, 7571, 11348, 7550, 12969, 7752, 13265, 7974, 12748, 7791, 11244, 7832, 9102, 10340, 7709, 11081, 7470, 11142, 7498, 11986, 7893, 13007, 8907, 10496, 7986, 8197, 8283, 7475, 9392, 7454, 10971, 7323, 11611, 7596, 11749, 7969, 12030, 7803, 11924, 8111, 8366, 7996, 7381, 8985, 7479, 11327, 8013, 12903, 7779, 11830, 7646, 11503, 7854, 11814, 8455, 12088, 8112, 11637, 7915, 9218, 8188, 7993, 10187, 7816, 11270, 7836, 11430, 7562, 12889, 8594, 9233, 8497, 7722, 8984, 7826, 10464, 9841, 10393, 7641, 10249, 7565, 9609, 14023, 9022, 13504, 8656, 12311, 7738, 12154, 7710, 12608, 8743, 11208, 7878, 10958, 8075, 11385, 8364, 12539, 9289, 10414, 8271, 10698, 8028, 10991, 8288, 12126, 9176, 8074, 8836, 11841, 8292, 13321, 9206, 11928, 8227, 11771, 7514, 11211, 7544, 11392, 7807, 12129, 7256, 11185, 7587, 11114, 7495, 11625, 7583, 10911, 7385, 9338, 8365, 8810, 11493, 8114, 12833, 8548, 11871, 8118, 11763, 7943, 11470, 7936, 11811, 8244, 12474, 7813, 11411, 7802, 11110, 7812, 11754, 8314, 11974, 8314, 12014, 7518, 11140, 7912, 11395, 8378, 12170, 7923, 11838, 7847, 11265, 7979, 11968, 8191, 12091, 7995, 11281, 7755, 12047, 8743, 13231, 8942, 10233, 8482, 8579, 9067, 10348, 10523, 8081, 10444, 8754, 9953, 11596, 9574, 14053, 10785, 13137, 8521, 12772, 8049, 12737, 8395, 12498, 8227, 11974, 8147, 12542, 8170, 12942, 8635, 12653, 8499, 11652, 7992, 10424, 8024, 10252, 8482, 9576, 9100, 8846, 8875, 8602, 9331, 9764, 9710, 8137, 10238, 7416, 9374, 7398, 9400, 7689, 11187, 7539, 11422, 8033, 11564, 7627, 12092, 8114, 12147, 7964, 12105, 7820, 11678, 7716, 12238, 8259, 12145, 7922, 12002, 7831, 11517, 7847, 11320, 7854, 11557, 7838, 11687, 7918, 11329, 8007, 11818, 8222, 10666, 8713, 7898, 10987, 8254, 12910, 8416, 12838, 10112, 8151, 10297, 7965, 11968, 7911, 13913, 10257, 14673, 11729, 8667, 9877, 7742, 11513, 8084, 12415, 9085, 10855, 12049, 9646, 7608, 9949, 7529, 11465, 8213, 13137, 8412, 12392, 8043, 10314, 8518, 10503, 8864, 12970, 8902, 13262, 8200, 12343, 7504, 12014, 7549, 11541, 8147, 7427, 8756, 7330, 9348, 7398, 11026, 7998, 11827, 7793, 11489, 7900, 11077, 7516, 11833, 8088, 11327, 7976, 11318, 7976, 11901, 8355, 11457, 9126, 7870, 9516, 7951, 10298, 8113, 11445, 8184, 11692, 7947, 12393, 8228, 12700, 8709, 13289, 9427, 12873, 8451, 11262, 8459, 11467, 8945, 12405, 9959, 11096, 8476, 11761, 8348, 11937, 9094, 10012, 9225, 7595, 9207, 7431, 9792, 8177, 11863, 7976, 11558, 7572, 11767, 7476, 12560, 8502, 13560, 8318, 11140, 7395, 7784, 11975, 8675, 12573, 10231, 8589, 10493, 7421, 11336, 7551, 10361, 8873, 9096, 9901, 7222, 12690, 7766, 7528, 10704, 8148, 12424, 8200, 11352, 9043, 8179, 14122, 9771, 10207, 8340, 7422, 11484, 7380, 12755, 7794, 8841, 11478, 7323, 12642, 7422, 7379, 8350, 7215, 11377, 7549, 11819, 8294, 12428, 8627, 7370, 11577, 8475, 13728, 8482, 8393, 8349, 7302, 11212, 7233, 13170, 8879, 8634, 9526, 7350, 10793, 7575, 8609, 8254, 7237, 12547, 8799, 13777, 8963, 8962, 8792, 7219, 10816, 7228, 12828, 8875, 13054, 8028, 12244, 7788, 11513, 7611, 12721, 8884, 10621, 7895, 9642, 8344, 8325, 8798, 8696, 9195, 7570, 9249, 7393, 9510, 7863, 10879, 7675, 11218, 7713, 11496, 7817, 11893, 7947, 12272, 8879, 12366, 8150, 12000, 7756, 12126, 8580, 12795, 9001, 12600, 7738, 12177, 7928, 12262, 8121, 12696, 8944, 12592, 8110, 12966, 8354, 11880, 8162, 12462, 8365, 12445, 7478, 11313, 7534, 11790, 7727, 12908, 7510, 11459, 7457, 11563, 7523, 12487, 9138, 12955, 7832, 10084, 7893, 7575, 9928, 8481, 14033, 8478, 12474, 7575, 11565, 7753, 9470, 9170, 7517, 11425, 7234, 14172, 9762, 14466, 14342, 9405, 13542, 7253, 8095, 7791, 7283, 10190, 7320, 11300, 7349, 12742, 9582, 13223, 7677, 7253, 8157, 7291, 10004, 7358, 11685, 7807, 12804, 8553, 9548, 8194, 7587, 8582, 7611, 9625, 7310, 10845, 7420, 11285, 7519, 11020, 7442, 11189, 7235, 11800, 8009, 12698, 7813, 9046, 7904, 6967, 9487, 7251, 12727, 8351, 8592, 8533, 7557, 10035], 'WindowCenter': [4524.0, 4487.0, 4503.0, 4459.0, 4487.0, 4454.0, 4506.0, 4443.0, 4473.0, 4431.0, 4471.0, 4431.0, 4472.0, 4432.0, 4493.0, 4442.0, 4483.0, 4432.0, 4472.0, 4431.0, 4462.0, 4432.0, 4475.0, 4433.0, 4464.0, 4443.0, 4464.0, 4454.0, 4465.0, 4479.0, 4492.0, 4458.0, 4479.0, 4467.0, 4468.0, 4507.0, 4468.0, 4509.0, 4470.0, 4509.0, 4469.0, 4509.0, 4469.0, 4509.0, 4471.0, 4512.0, 4482.0, 4522.0, 4482.0, 4510.0, 4469.0, 4509.0, 4468.0, 4510.0, 4470.0, 4510.0, 4470.0, 4510.0, 4469.0, 4520.0, 4480.0, 4510.0, 4459.0, 4508.0, 4468.0, 4507.0, 4468.0, 4509.0, 4468.0, 4507.0, 4457.0, 4507.0, 4467.0, 4506.0, 4478.0, 4497.0, 4457.0, 4496.0, 4456.0, 4496.0, 4456.0, 4506.0, 4468.0, 4486.0, 4467.0, 4496.0, 4467.0, 4506.0, 4466.0, 4506.0, 4469.0, 4507.0, 4457.0, 4496.0, 4457.0, 4497.0, 4466.0, 4507.0, 4467.0, 4497.0, 4457.0, 4496.0, 4457.0, 4506.0, 4467.0, 4486.0, 4467.0, 4486.0, 4466.0, 4495.0, 4466.0, 4506.0, 4476.0, 4495.0, 4445.0, 4494.0, 4445.0, 4485.0, 4455.0, 4474.0, 4476.0, 4445.0, 4487.0, 4457.0, 4495.0, 4456.0, 4496.0, 4455.0, 4507.0, 4477.0, 4507.0, 4457.0, 4496.0, 4456.0, 4494.0, 4455.0, 4474.0, 4476.0, 4457.0, 4497.0, 4446.0, 4507.0, 4456.0, 4506.0, 4466.0, 4504.0, 4476.0, 4496.0, 4455.0, 4495.0, 4455.0, 4473.0, 4464.0, 4474.0, 4485.0, 4443.0, 4485.0, 4444.0, 4494.0, 4444.0, 4494.0, 4456.0, 4519.0, 4479.0, 4506.0, 4455.0, 4495.0, 4454.0, 4474.0, 4454.0, 4474.0, 4475.0, 4445.0, 4495.0, 4444.0, 4495.0, 4444.0, 4494.0, 4454.0, 4494.0, 4464.0, 4494.0, 4444.0, 4473.0, 4454.0, 4463.0, 4454.0, 4453.0, 4483.0, 4444.0, 4484.0, 4444.0, 4474.0, 4444.0, 4484.0, 4453.0, 4475.0, 4445.0, 4475.0, 4444.0, 4465.0, 4475.0, 4467.0, 4467.0, 4476.0, 4477.0, 4467.0, 4508.0, 4468.0, 4497.0, 4479.0, 4498.0, 4459.0, 4499.0, 4458.0, 4497.0, 4458.0, 4500.0, 4459.0, 4499.0, 4471.0, 4501.0, 4470.0, 4510.0, 4482.0, 4523.0, 4482.0, 4522.0, 4482.0, 4522.0, 4479.0, 4522.0, 4490.0, 4521.0, 4478.0, 4498.0, 4456.0, 4497.0, 4496.0, 4486.0, 4516.0, 4475.0, 4505.0, 4454.0, 4504.0, 4454.0, 4494.0, 4466.0, 4495.0, 4455.0, 4495.0, 4455.0, 4506.0, 4465.0, 4506.0, 4467.0, 4496.0, 4456.0, 4495.0, 4455.0, 4496.0, 4455.0, 4496.0, 4455.0, 4495.0, 4444.0, 4484.0, 4456.0, 4495.0, 4454.0, 4485.0, 4444.0, 4485.0, 4453.0, 4485.0, 4444.0, 4496.0, 4455.0, 4496.0, 4454.0, 4496.0, 4455.0, 4495.0, 4455.0, 4496.0, 4455.0, 4497.0, 4444.0, 4485.0, 4444.0, 4494.0, 4454.0, 4494.0, 4455.0, 4506.0, 4454.0, 4496.0, 4455.0, 4495.0, 4454.0, 4495.0, 4456.0, 4494.0, 4474.0, 4464.0, 4454.0, 4454.0, 4473.0, 4457.0, 4510.0, 4458.0, 4506.0, 4444.0, 4492.0, 4443.0, 4493.0, 4442.0, 4481.0, 4442.0, 4450.0, 4474.0, 4442.0, 4481.0, 4430.0, 4480.0, 4431.0, 4480.0, 4442.0, 4490.0, 4463.0, 4472.0, 4440.0, 4441.0, 4449.0, 4429.0, 4460.0, 4431.0, 4470.0, 4430.0, 4482.0, 4441.0, 4481.0, 4442.0, 4493.0, 4442.0, 4482.0, 4443.0, 4452.0, 4453.0, 4442.0, 4462.0, 4443.0, 4484.0, 4453.0, 4506.0, 4455.0, 4495.0, 4455.0, 4485.0, 4454.0, 4494.0, 4454.0, 4494.0, 4454.0, 4494.0, 4455.0, 4464.0, 4454.0, 4456.0, 4488.0, 4456.0, 4497.0, 4457.0, 4521.0, 4472.0, 4520.0, 4480.0, 4489.0, 4479.0, 4457.0, 4478.0, 4457.0, 4488.0, 4478.0, 4489.0, 4457.0, 4486.0, 4456.0, 4476.0, 4505.0, 4464.0, 4504.0, 4453.0, 4494.0, 4442.0, 4493.0, 4443.0, 4493.0, 4465.0, 4484.0, 4453.0, 4483.0, 4454.0, 4484.0, 4455.0, 4494.0, 4475.0, 4484.0, 4453.0, 4474.0, 4454.0, 4486.0, 4454.0, 4483.0, 4462.0, 4453.0, 4464.0, 4483.0, 4453.0, 4493.0, 4462.0, 4482.0, 4452.0, 4482.0, 4442.0, 4482.0, 4442.0, 4483.0, 4443.0, 4494.0, 4444.0, 4484.0, 4444.0, 4483.0, 4445.0, 4495.0, 4444.0, 4486.0, 4444.0, 4463.0, 4453.0, 4463.0, 4484.0, 4454.0, 4493.0, 4465.0, 4494.0, 4454.0, 4495.0, 4455.0, 4483.0, 4455.0, 4494.0, 4455.0, 4495.0, 4455.0, 4495.0, 4444.0, 4484.0, 4455.0, 4495.0, 4455.0, 4496.0, 4466.0, 4496.0, 4447.0, 4496.0, 4468.0, 4497.0, 4468.0, 4509.0, 4467.0, 4508.0, 4468.0, 4498.0, 4468.0, 4508.0, 4468.0, 4509.0, 4468.0, 4498.0, 4469.0, 4509.0, 4480.0, 4521.0, 4492.0, 4499.0, 4479.0, 4480.0, 4481.0, 4500.0, 4503.0, 4471.0, 4500.0, 4480.0, 4490.0, 4509.0, 4489.0, 4518.0, 4499.0, 4508.0, 4467.0, 4506.0, 4456.0, 4505.0, 4466.0, 4496.0, 4465.0, 4496.0, 4454.0, 4495.0, 4455.0, 4505.0, 4465.0, 4505.0, 4465.0, 4484.0, 4454.0, 4473.0, 4454.0, 4474.0, 4464.0, 4475.0, 4466.0, 4464.0, 4464.0, 4464.0, 4464.0, 4473.0, 4474.0, 4453.0, 4474.0, 4442.0, 4463.0, 4443.0, 4474.0, 4443.0, 4485.0, 4454.0, 4496.0, 4455.0, 4496.0, 4456.0, 4496.0, 4456.0, 4497.0, 4456.0, 4496.0, 4456.0, 4496.0, 4457.0, 4506.0, 4467.0, 4508.0, 4467.0, 4507.0, 4456.0, 4497.0, 4457.0, 4497.0, 4467.0, 4498.0, 4457.0, 4511.0, 4469.0, 4499.0, 4469.0, 4507.0, 4480.0, 4500.0, 4493.0, 4471.0, 4511.0, 4482.0, 4519.0, 4482.0, 4522.0, 4503.0, 4485.0, 4530.0, 4482.0, 4512.0, 4469.0, 4520.0, 4490.0, 4532.0, 4510.0, 4479.0, 4489.0, 4458.0, 4498.0, 4456.0, 4508.0, 4466.0, 4487.0, 4497.0, 4476.0, 4455.0, 4475.0, 4455.0, 4496.0, 4466.0, 4506.0, 4467.0, 4506.0, 4457.0, 4486.0, 4467.0, 4487.0, 4477.0, 4507.0, 4466.0, 4506.0, 4455.0, 4494.0, 4444.0, 4495.0, 4455.0, 4496.0, 4469.0, 4456.0, 4465.0, 4444.0, 4475.0, 4444.0, 4486.0, 4455.0, 4496.0, 4456.0, 4496.0, 4456.0, 4496.0, 4457.0, 4497.0, 4469.0, 4500.0, 4470.0, 4499.0, 4470.0, 4510.0, 4481.0, 4510.0, 4492.0, 4471.0, 4491.0, 4470.0, 4501.0, 4471.0, 4511.0, 4470.0, 4511.0, 4470.0, 4520.0, 4470.0, 4520.0, 4480.0, 4518.0, 4490.0, 4520.0, 4470.0, 4499.0, 4468.0, 4499.0, 4479.0, 4508.0, 4489.0, 4497.0, 4467.0, 4496.0, 4466.0, 4496.0, 4466.0, 4476.0, 4476.0, 4455.0, 4475.0, 4455.0, 4486.0, 4465.0, 4497.0, 4456.0, 4496.0, 4456.0, 4496.0, 4446.0, 4496.0, 4466.0, 4518.0, 4466.0, 4496.0, 4447.0, 4458.0, 4509.0, 4479.0, 4520.0, 4488.0, 4467.0, 4489.0, 4459.0, 4511.0, 4459.0, 4487.0, 4478.0, 4478.0, 4487.0, 4459.0, 4507.0, 4457.0, 4456.0, 4485.0, 4456.0, 4506.0, 4465.0, 4484.0, 4465.0, 4454.0, 4507.0, 4476.0, 4474.0, 4454.0, 4443.0, 4484.0, 4443.0, 4493.0, 4444.0, 4464.0, 4485.0, 4445.0, 4494.0, 4444.0, 4444.0, 4454.0, 4445.0, 4496.0, 4445.0, 4484.0, 4469.0, 4508.0, 4467.0, 4446.0, 4496.0, 4455.0, 4505.0, 4454.0, 4454.0, 4454.0, 4444.0, 4486.0, 4446.0, 4506.0, 4467.0, 4467.0, 4477.0, 4446.0, 4485.0, 4456.0, 4466.0, 4467.0, 4447.0, 4509.0, 4469.0, 4519.0, 4479.0, 4478.0, 4467.0, 4446.0, 4487.0, 4459.0, 4520.0, 4477.0, 4507.0, 4456.0, 4495.0, 4455.0, 4485.0, 4445.0, 4494.0, 4465.0, 4474.0, 4454.0, 4473.0, 4454.0, 4453.0, 4465.0, 4464.0, 4466.0, 4455.0, 4476.0, 4446.0, 4476.0, 4457.0, 4497.0, 4457.0, 4498.0, 4458.0, 4498.0, 4458.0, 4508.0, 4469.0, 4509.0, 4480.0, 4509.0, 4469.0, 4508.0, 4459.0, 4508.0, 4479.0, 4509.0, 4478.0, 4509.0, 4458.0, 4508.0, 4468.0, 4508.0, 4468.0, 4508.0, 4479.0, 4509.0, 4468.0, 4519.0, 4468.0, 4509.0, 4468.0, 4508.0, 4467.0, 4507.0, 4457.0, 4497.0, 4457.0, 4498.0, 4457.0, 4519.0, 4458.0, 4498.0, 4458.0, 4498.0, 4458.0, 4508.0, 4479.0, 4509.0, 4458.0, 4486.0, 4468.0, 4468.0, 4489.0, 4468.0, 4531.0, 4468.0, 4508.0, 4456.0, 4496.0, 4457.0, 4475.0, 4475.0, 4445.0, 4497.0, 4446.0, 4505.0, 4488.0, 4515.0, 4504.0, 4463.0, 4493.0, 4431.0, 4451.0, 4442.0, 4442.0, 4472.0, 4431.0, 4483.0, 4432.0, 4492.0, 4462.0, 4492.0, 4440.0, 4429.0, 4440.0, 4429.0, 4461.0, 4431.0, 4482.0, 4442.0, 4493.0, 4454.0, 4473.0, 4453.0, 4441.0, 4451.0, 4441.0, 4462.0, 4431.0, 4472.0, 4432.0, 4483.0, 4442.0, 4471.0, 4430.0, 4470.0, 4430.0, 4481.0, 4440.0, 4492.0, 4442.0, 4463.0, 4452.0, 4432.0, 4473.0, 4444.0, 4504.0, 4466.0, 4466.0, 4466.0, 4457.0, 4487.0], 'WindowWidth': [9948.0, 9886.0, 9896.0, 9828.0, 9862.0, 9813.0, 9886.0, 9793.0, 9834.0, 9776.0, 9829.0, 9774.0, 9831.0, 9777.0, 9861.0, 9793.0, 9847.0, 9778.0, 9832.0, 9776.0, 9818.0, 9778.0, 9841.0, 9783.0, 9825.0, 9798.0, 9827.0, 9813.0, 9830.0, 9857.0, 9878.0, 9826.0, 9853.0, 9835.0, 9837.0, 9891.0, 9838.0, 9897.0, 9843.0, 9895.0, 9842.0, 9895.0, 9843.0, 9896.0, 9848.0, 9904.0, 9868.0, 9921.0, 9864.0, 9898.0, 9842.0, 9896.0, 9841.0, 9899.0, 9844.0, 9898.0, 9845.0, 9898.0, 9842.0, 9913.0, 9857.0, 9898.0, 9827.0, 9894.0, 9837.0, 9890.0, 9838.0, 9895.0, 9838.0, 9892.0, 9823.0, 9889.0, 9834.0, 9887.0, 9851.0, 9877.0, 9821.0, 9874.0, 9819.0, 9874.0, 9819.0, 9886.0, 9838.0, 9860.0, 9835.0, 9874.0, 9836.0, 9887.0, 9832.0, 9888.0, 9841.0, 9889.0, 9821.0, 9874.0, 9821.0, 9875.0, 9833.0, 9890.0, 9836.0, 9876.0, 9822.0, 9874.0, 9821.0, 9885.0, 9836.0, 9860.0, 9833.0, 9859.0, 9833.0, 9871.0, 9831.0, 9887.0, 9845.0, 9871.0, 9802.0, 9869.0, 9801.0, 9856.0, 9816.0, 9841.0, 9845.0, 9803.0, 9864.0, 9823.0, 9871.0, 9819.0, 9873.0, 9816.0, 9889.0, 9848.0, 9888.0, 9821.0, 9873.0, 9819.0, 9869.0, 9817.0, 9840.0, 9844.0, 9820.0, 9875.0, 9807.0, 9888.0, 9820.0, 9887.0, 9833.0, 9882.0, 9845.0, 9871.0, 9814.0, 9869.0, 9814.0, 9837.0, 9826.0, 9837.0, 9856.0, 9796.0, 9856.0, 9800.0, 9866.0, 9798.0, 9865.0, 9820.0, 9909.0, 9854.0, 9886.0, 9815.0, 9868.0, 9812.0, 9837.0, 9812.0, 9837.0, 9843.0, 9800.0, 9868.0, 9800.0, 9867.0, 9797.0, 9867.0, 9812.0, 9865.0, 9825.0, 9867.0, 9798.0, 9836.0, 9812.0, 9823.0, 9812.0, 9809.0, 9852.0, 9798.0, 9853.0, 9798.0, 9839.0, 9798.0, 9852.0, 9810.0, 9842.0, 9801.0, 9843.0, 9801.0, 9831.0, 9842.0, 9834.0, 9833.0, 9847.0, 9850.0, 9836.0, 9892.0, 9838.0, 9877.0, 9855.0, 9881.0, 9828.0, 9881.0, 9827.0, 9878.0, 9825.0, 9885.0, 9830.0, 9885.0, 9849.0, 9888.0, 9847.0, 9901.0, 9866.0, 9923.0, 9866.0, 9918.0, 9863.0, 9917.0, 9856.0, 9918.0, 9869.0, 9914.0, 9849.0, 9880.0, 9819.0, 9875.0, 9874.0, 9859.0, 9901.0, 9842.0, 9883.0, 9811.0, 9882.0, 9811.0, 9866.0, 9830.0, 9869.0, 9815.0, 9870.0, 9817.0, 9886.0, 9830.0, 9885.0, 9835.0, 9872.0, 9817.0, 9871.0, 9816.0, 9873.0, 9815.0, 9872.0, 9816.0, 9869.0, 9800.0, 9854.0, 9821.0, 9870.0, 9812.0, 9855.0, 9800.0, 9855.0, 9813.0, 9856.0, 9802.0, 9871.0, 9817.0, 9874.0, 9815.0, 9871.0, 9816.0, 9870.0, 9816.0, 9871.0, 9814.0, 9875.0, 9800.0, 9855.0, 9800.0, 9867.0, 9814.0, 9867.0, 9815.0, 9886.0, 9813.0, 9873.0, 9817.0, 9871.0, 9815.0, 9870.0, 9818.0, 9869.0, 9842.0, 9829.0, 9815.0, 9814.0, 9838.0, 9824.0, 9901.0, 9827.0, 9886.0, 9797.0, 9861.0, 9794.0, 9865.0, 9793.0, 9845.0, 9791.0, 9800.0, 9838.0, 9791.0, 9846.0, 9776.0, 9843.0, 9777.0, 9842.0, 9792.0, 9856.0, 9822.0, 9832.0, 9789.0, 9789.0, 9799.0, 9773.0, 9815.0, 9775.0, 9829.0, 9774.0, 9845.0, 9789.0, 9845.0, 9792.0, 9863.0, 9794.0, 9846.0, 9796.0, 9808.0, 9809.0, 9794.0, 9820.0, 9797.0, 9852.0, 9812.0, 9886.0, 9816.0, 9871.0, 9815.0, 9855.0, 9814.0, 9866.0, 9815.0, 9868.0, 9814.0, 9867.0, 9815.0, 9828.0, 9815.0, 9819.0, 9866.0, 9820.0, 9878.0, 9826.0, 9919.0, 9854.0, 9912.0, 9858.0, 9869.0, 9856.0, 9824.0, 9854.0, 9824.0, 9866.0, 9850.0, 9869.0, 9821.0, 9859.0, 9818.0, 9845.0, 9886.0, 9825.0, 9881.0, 9809.0, 9867.0, 9796.0, 9866.0, 9798.0, 9865.0, 9828.0, 9853.0, 9812.0, 9853.0, 9814.0, 9855.0, 9814.0, 9866.0, 9843.0, 9854.0, 9811.0, 9839.0, 9814.0, 9860.0, 9813.0, 9850.0, 9822.0, 9811.0, 9824.0, 9850.0, 9809.0, 9865.0, 9819.0, 9847.0, 9807.0, 9848.0, 9794.0, 9848.0, 9794.0, 9849.0, 9797.0, 9866.0, 9799.0, 9854.0, 9800.0, 9853.0, 9802.0, 9871.0, 9801.0, 9858.0, 9800.0, 9826.0, 9810.0, 9825.0, 9853.0, 9814.0, 9867.0, 9829.0, 9869.0, 9814.0, 9871.0, 9817.0, 9854.0, 9817.0, 9867.0, 9817.0, 9870.0, 9817.0, 9869.0, 9801.0, 9855.0, 9816.0, 9869.0, 9817.0, 9872.0, 9834.0, 9873.0, 9810.0, 9875.0, 9839.0, 9878.0, 9839.0, 9896.0, 9839.0, 9894.0, 9841.0, 9881.0, 9840.0, 9894.0, 9840.0, 9896.0, 9841.0, 9881.0, 9844.0, 9897.0, 9859.0, 9917.0, 9878.0, 9886.0, 9860.0, 9860.0, 9863.0, 9887.0, 9895.0, 9849.0, 9889.0, 9859.0, 9872.0, 9899.0, 9870.0, 9909.0, 9883.0, 9893.0, 9836.0, 9888.0, 9819.0, 9887.0, 9831.0, 9873.0, 9831.0, 9873.0, 9816.0, 9873.0, 9817.0, 9883.0, 9828.0, 9886.0, 9831.0, 9854.0, 9812.0, 9837.0, 9814.0, 9840.0, 9827.0, 9842.0, 9832.0, 9828.0, 9828.0, 9826.0, 9826.0, 9837.0, 9841.0, 9811.0, 9839.0, 9794.0, 9824.0, 9798.0, 9840.0, 9798.0, 9856.0, 9813.0, 9872.0, 9818.0, 9872.0, 9819.0, 9873.0, 9821.0, 9875.0, 9821.0, 9875.0, 9821.0, 9874.0, 9823.0, 9887.0, 9835.0, 9892.0, 9837.0, 9889.0, 9820.0, 9876.0, 9822.0, 9879.0, 9838.0, 9879.0, 9826.0, 9903.0, 9844.0, 9884.0, 9844.0, 9892.0, 9859.0, 9887.0, 9883.0, 9850.0, 9904.0, 9865.0, 9915.0, 9866.0, 9920.0, 9894.0, 9876.0, 9946.0, 9869.0, 9905.0, 9844.0, 9913.0, 9873.0, 9937.0, 9900.0, 9856.0, 9870.0, 9827.0, 9881.0, 9821.0, 9895.0, 9834.0, 9864.0, 9875.0, 9847.0, 9815.0, 9844.0, 9817.0, 9875.0, 9834.0, 9888.0, 9834.0, 9887.0, 9821.0, 9859.0, 9835.0, 9862.0, 9849.0, 9890.0, 9833.0, 9887.0, 9815.0, 9868.0, 9799.0, 9872.0, 9816.0, 9873.0, 9843.0, 9822.0, 9831.0, 9801.0, 9843.0, 9802.0, 9859.0, 9817.0, 9874.0, 9819.0, 9873.0, 9821.0, 9875.0, 9825.0, 9878.0, 9845.0, 9886.0, 9846.0, 9885.0, 9846.0, 9901.0, 9862.0, 9899.0, 9878.0, 9848.0, 9877.0, 9847.0, 9890.0, 9848.0, 9901.0, 9846.0, 9903.0, 9845.0, 9914.0, 9844.0, 9913.0, 9860.0, 9910.0, 9873.0, 9915.0, 9845.0, 9882.0, 9840.0, 9885.0, 9855.0, 9893.0, 9870.0, 9877.0, 9835.0, 9874.0, 9833.0, 9874.0, 9833.0, 9846.0, 9846.0, 9817.0, 9843.0, 9818.0, 9860.0, 9830.0, 9876.0, 9818.0, 9873.0, 9819.0, 9872.0, 9805.0, 9872.0, 9832.0, 9906.0, 9832.0, 9874.0, 9808.0, 9821.0, 9896.0, 9856.0, 9915.0, 9863.0, 9834.0, 9867.0, 9829.0, 9904.0, 9828.0, 9862.0, 9852.0, 9852.0, 9863.0, 9829.0, 9888.0, 9821.0, 9820.0, 9856.0, 9820.0, 9886.0, 9829.0, 9853.0, 9828.0, 9812.0, 9890.0, 9843.0, 9839.0, 9811.0, 9795.0, 9850.0, 9795.0, 9863.0, 9798.0, 9822.0, 9855.0, 9799.0, 9866.0, 9799.0, 9799.0, 9813.0, 9800.0, 9870.0, 9800.0, 9852.0, 9840.0, 9891.0, 9834.0, 9804.0, 9872.0, 9813.0, 9883.0, 9811.0, 9811.0, 9811.0, 9797.0, 9858.0, 9805.0, 9885.0, 9832.0, 9832.0, 9845.0, 9805.0, 9855.0, 9818.0, 9831.0, 9834.0, 9808.0, 9893.0, 9838.0, 9908.0, 9852.0, 9849.0, 9835.0, 9805.0, 9860.0, 9828.0, 9910.0, 9848.0, 9888.0, 9816.0, 9870.0, 9816.0, 9855.0, 9801.0, 9868.0, 9829.0, 9839.0, 9811.0, 9837.0, 9812.0, 9810.0, 9828.0, 9825.0, 9830.0, 9816.0, 9845.0, 9805.0, 9847.0, 9821.0, 9877.0, 9823.0, 9879.0, 9826.0, 9880.0, 9826.0, 9894.0, 9842.0, 9895.0, 9858.0, 9896.0, 9842.0, 9893.0, 9828.0, 9894.0, 9854.0, 9896.0, 9852.0, 9896.0, 9826.0, 9893.0, 9839.0, 9893.0, 9841.0, 9892.0, 9855.0, 9896.0, 9840.0, 9909.0, 9840.0, 9896.0, 9838.0, 9892.0, 9837.0, 9890.0, 9822.0, 9875.0, 9822.0, 9879.0, 9824.0, 9910.0, 9825.0, 9879.0, 9825.0, 9879.0, 9825.0, 9892.0, 9857.0, 9896.0, 9825.0, 9864.0, 9841.0, 9840.0, 9869.0, 9839.0, 9930.0, 9838.0, 9893.0, 9820.0, 9875.0, 9824.0, 9843.0, 9844.0, 9801.0, 9875.0, 9803.0, 9884.0, 9865.0, 9898.0, 9879.0, 9821.0, 9864.0, 9777.0, 9805.0, 9795.0, 9791.0, 9834.0, 9777.0, 9849.0, 9778.0, 9860.0, 9818.0, 9859.0, 9787.0, 9771.0, 9786.0, 9771.0, 9816.0, 9777.0, 9847.0, 9793.0, 9865.0, 9812.0, 9838.0, 9810.0, 9791.0, 9805.0, 9789.0, 9819.0, 9777.0, 9834.0, 9778.0, 9849.0, 9793.0, 9831.0, 9774.0, 9827.0, 9773.0, 9842.0, 9789.0, 9860.0, 9794.0, 9822.0, 9807.0, 9781.0, 9838.0, 9798.0, 9881.0, 9832.0, 9833.0, 9834.0, 9822.0, 9862.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.00037086433260393874</td></tr>
<tr><td colspan=3>aqi</td><td>0.02286551225382932</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96837876271636</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.17406634841183</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9867683691018622</td></tr>
<tr><td colspan=3>efc</td><td>0.5191</td></tr>
<tr><td colspan=3>fber</td><td>3427.1155</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05817573011973009</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9846827133479212</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7115291336356235</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6799164815603573</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9105191124259986</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5441518069205142</td></tr>
<tr><td colspan=3>gcor</td><td>0.00715268</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008546479977667332</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028309443965554237</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.8864079925615096</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>9.8962</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.4097</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>257.1493</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291983.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1264.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1105</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.1407</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3609.5288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.1115</td></tr>
<tr><td colspan=3>tsnr</td><td>36.90922500996385</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>