<?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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-02/func/sub-0007_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>d5ec124dded0b0b5eb8206bc837f8207</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:48:38.057500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999818, 0.0187103, 0.00379972, -0.019023, 0.993201, 0.114845]</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.0934971</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7776, -7169, 596, -30, -218, 25, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1f493254-275a-40f1-aaeb-58904040fc65||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824378967285156, -0.05103723332285881, 0.0043877423740923405, 113.08210754394531], [-0.05019844323396683, 2.6646862030029297, 0.3102211058139801, -99.345947265625], [0.010194364003837109, -0.3081217110157013, 2.6821155548095703, -18.072921752929688], [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': ['164838.057500', '164838.517500', '164838.977500', '164839.437500', '164839.897500', '164840.357500', '164840.817500', '164841.277500', '164841.737500', '164842.197500', '164842.657500', '164843.117500', '164843.577500', '164844.037500', '164844.497500', '164844.957500', '164845.417500', '164845.877500', '164846.337500', '164846.797500', '164847.257500', '164847.717500', '164848.177500', '164848.637500', '164849.097500', '164849.557500', '164850.017500', '164850.477500', '164850.937500', '164851.397500', '164851.857500', '164852.317500', '164852.777500', '164853.237500', '164853.697500', '164854.157500', '164854.617500', '164855.077500', '164855.537500', '164855.997500', '164856.457500', '164856.917500', '164857.377500', '164857.837500', '164858.297500', '164858.757500', '164859.217500', '164859.677500', '164900.137500', '164900.597500', '164901.057500', '164901.517500', '164901.977500', '164902.437500', '164902.897500', '164903.357500', '164903.817500', '164904.277500', '164904.737500', '164905.197500', '164905.657500', '164906.117500', '164906.577500', '164907.037500', '164907.497500', '164907.957500', '164908.417500', '164908.877500', '164909.337500', '164909.797500', '164910.257500', '164910.717500', '164911.177500', '164911.637500', '164912.097500', '164912.557500', '164913.017500', '164913.477500', '164913.937500', '164914.397500', '164914.857500', '164915.317500', '164915.777500', '164916.237500', '164916.697500', '164917.157500', '164917.617500', '164918.077500', '164918.537500', '164918.997500', '164919.457500', '164919.917500', '164920.377500', '164920.837500', '164921.297500', '164921.757500', '164922.217500', '164922.677500', '164923.137500', '164923.597500', '164924.057500', '164924.517500', '164924.977500', '164925.437500', '164925.897500', '164926.357500', '164926.817500', '164927.277500', '164927.737500', '164928.197500', '164928.657500', '164929.117500', '164929.577500', '164930.037500', '164930.497500', '164930.957500', '164931.417500', '164931.877500', '164932.337500', '164932.797500', '164933.257500', '164933.717500', '164934.177500', '164934.637500', '164935.097500', '164935.557500', '164936.017500', '164936.477500', '164936.937500', '164937.397500', '164937.857500', '164938.317500', '164938.777500', '164939.237500', '164939.697500', '164940.157500', '164940.617500', '164941.077500', '164941.537500', '164941.997500', '164942.457500', '164942.917500', '164943.377500', '164943.837500', '164944.297500', '164944.757500', '164945.217500', '164945.677500', '164946.137500', '164946.597500', '164947.057500', '164947.517500', '164947.977500', '164948.437500', '164948.897500', '164949.357500', '164949.817500', '164950.277500', '164950.737500', '164951.197500', '164951.657500', '164952.117500', '164952.577500', '164953.037500', '164953.497500', '164953.957500', '164954.417500', '164954.877500', '164955.337500', '164955.797500', '164956.257500', '164956.717500', '164957.177500', '164957.637500', '164958.097500', '164958.557500', '164959.017500', '164959.477500', '164959.937500', '165000.397500', '165000.857500', '165001.317500', '165001.777500', '165002.237500', '165002.697500', '165003.157500', '165003.617500', '165004.077500', '165004.537500', '165004.997500', '165005.457500', '165005.917500', '165006.377500', '165006.837500', '165007.297500', '165007.757500', '165008.217500', '165008.677500', '165009.137500', '165009.597500', '165010.057500', '165010.517500', '165010.977500', '165011.437500', '165011.897500', '165012.357500', '165012.817500', '165013.277500', '165013.737500', '165014.197500', '165014.657500', '165015.117500', '165015.577500', '165016.037500', '165016.497500', '165016.957500', '165017.417500', '165017.877500', '165018.337500', '165018.797500', '165019.257500', '165019.717500', '165020.177500', '165020.637500', '165021.097500', '165021.557500', '165022.017500', '165022.477500', '165022.937500', '165023.397500', '165023.857500', '165024.317500', '165024.777500', '165025.237500', '165025.697500', '165026.157500', '165026.617500', '165027.077500', '165027.537500', '165027.997500', '165028.457500', '165028.917500', '165029.377500', '165029.837500', '165030.297500', '165030.757500', '165031.217500', '165031.677500', '165032.137500', '165032.597500', '165033.057500', '165033.517500', '165033.977500', '165034.437500', '165034.897500', '165035.357500', '165035.817500', '165036.277500', '165036.737500', '165037.197500', '165037.657500', '165038.117500', '165038.577500', '165039.037500', '165039.497500', '165039.957500', '165040.417500', '165040.877500', '165041.337500', '165041.797500', '165042.257500', '165042.717500', '165043.177500', '165043.637500', '165044.097500', '165044.557500', '165045.017500', '165045.477500', '165045.937500', '165046.397500', '165046.857500', '165047.317500', '165047.777500', '165048.237500', '165048.697500', '165049.157500', '165049.617500', '165050.077500', '165050.537500', '165050.997500', '165051.457500', '165051.917500', '165052.377500', '165052.837500', '165053.297500', '165053.757500', '165054.217500', '165054.677500', '165055.137500', '165055.597500', '165056.057500', '165056.517500', '165056.977500', '165057.437500', '165057.897500', '165058.357500', '165058.817500', '165059.277500', '165059.737500', '165100.197500', '165100.657500', '165101.117500', '165101.577500', '165102.037500', '165102.497500', '165102.957500', '165103.417500', '165103.877500', '165104.337500', '165104.797500', '165105.257500', '165105.717500', '165106.177500', '165106.637500', '165107.097500', '165107.557500', '165108.017500', '165108.477500', '165108.937500', '165109.397500', '165109.857500', '165110.317500', '165110.777500', '165111.237500', '165111.697500', '165112.157500', '165112.617500', '165113.077500', '165113.537500', '165113.997500', '165114.457500', '165114.917500', '165115.377500', '165115.837500', '165116.297500', '165116.757500', '165117.217500', '165117.677500', '165118.137500', '165118.597500', '165119.057500', '165119.517500', '165119.977500', '165120.437500', '165120.897500', '165121.357500', '165121.817500', '165122.277500', '165122.737500', '165123.197500', '165123.657500', '165124.117500', '165124.577500', '165125.037500', '165125.497500', '165125.957500', '165126.417500', '165126.877500', '165127.337500', '165127.797500', '165128.257500', '165128.717500', '165129.177500', '165129.637500', '165130.097500', '165130.557500', '165131.017500', '165131.477500', '165131.937500', '165132.397500', '165132.857500', '165133.317500', '165133.777500', '165134.237500', '165134.697500', '165135.157500', '165135.617500', '165136.077500', '165136.537500', '165136.997500', '165137.457500', '165137.917500', '165138.377500', '165138.837500', '165139.297500', '165139.757500', '165140.217500', '165140.677500', '165141.137500', '165141.597500', '165142.057500', '165142.517500', '165142.977500', '165143.437500', '165143.897500', '165144.357500', '165144.817500', '165145.277500', '165145.737500', '165146.197500', '165146.657500', '165147.117500', '165147.577500', '165148.037500', '165148.497500', '165148.957500', '165149.417500', '165149.877500', '165150.337500', '165150.797500', '165151.257500', '165151.717500', '165152.177500', '165152.637500', '165153.097500', '165153.557500', '165154.017500', '165154.477500', '165154.937500', '165155.397500', '165155.857500', '165156.317500', '165156.777500', '165157.237500', '165157.697500', '165158.157500', '165158.617500', '165159.077500', '165159.537500', '165159.997500', '165200.457500', '165200.917500', '165201.377500', '165201.837500', '165202.297500', '165202.757500', '165203.217500', '165203.677500', '165204.137500', '165204.597500', '165205.057500', '165205.517500', '165205.977500', '165206.437500', '165206.897500', '165207.357500', '165207.817500', '165208.277500', '165208.737500', '165209.197500', '165209.657500', '165210.117500', '165210.577500', '165211.037500', '165211.497500', '165211.957500', '165212.417500', '165212.877500', '165213.337500', '165213.797500', '165214.257500', '165214.717500', '165215.177500', '165215.637500', '165216.097500', '165216.557500', '165217.017500', '165217.477500', '165217.937500', '165218.397500', '165218.857500', '165219.317500', '165219.777500', '165220.237500', '165220.697500', '165221.157500', '165221.617500', '165222.077500', '165222.537500', '165222.997500', '165223.457500', '165223.917500', '165224.377500', '165224.837500', '165225.297500', '165225.757500', '165226.217500', '165226.677500', '165227.137500', '165227.597500', '165228.057500', '165228.517500', '165228.977500', '165229.437500', '165229.897500', '165230.357500', '165230.817500', '165231.277500', '165231.737500', '165232.197500', '165232.657500', '165233.117500', '165233.577500', '165234.037500', '165234.497500', '165234.957500', '165235.417500', '165235.877500', '165236.337500', '165236.797500', '165237.257500', '165237.717500', '165238.177500', '165238.637500', '165239.097500', '165239.557500', '165240.017500', '165240.477500', '165240.937500', '165241.397500', '165241.857500', '165242.317500', '165242.777500', '165243.237500', '165243.697500', '165244.157500', '165244.617500', '165245.077500', '165245.537500', '165245.997500', '165246.457500', '165246.917500', '165247.377500', '165247.837500', '165248.297500', '165248.757500', '165249.217500', '165249.677500', '165250.137500', '165250.597500', '165251.057500', '165251.517500', '165251.977500', '165252.437500', '165252.897500', '165253.357500', '165253.817500', '165254.277500', '165254.737500', '165255.197500', '165255.657500', '165256.117500', '165256.577500', '165257.037500', '165257.497500', '165257.957500', '165258.417500', '165258.877500', '165259.337500', '165259.797500', '165300.257500', '165300.717500', '165301.177500', '165301.637500', '165302.097500', '165302.557500', '165303.017500', '165303.477500', '165303.937500', '165304.397500', '165304.857500', '165305.317500', '165305.777500', '165306.237500', '165306.697500', '165307.157500', '165307.617500', '165308.077500', '165308.537500', '165308.997500', '165309.457500', '165309.917500', '165310.377500', '165310.837500', '165311.297500', '165311.757500', '165312.217500', '165312.677500', '165313.137500', '165313.597500', '165314.057500', '165314.517500', '165314.977500', '165315.437500', '165315.897500', '165316.357500', '165316.817500', '165317.277500', '165317.737500', '165318.197500', '165318.657500', '165319.117500', '165319.577500', '165320.037500', '165320.497500', '165320.957500', '165321.417500', '165321.877500', '165322.337500', '165322.797500', '165323.257500', '165323.717500', '165324.177500', '165324.637500', '165325.097500', '165325.557500', '165326.017500', '165326.477500', '165326.937500', '165327.397500', '165327.857500', '165328.317500', '165328.777500', '165329.237500', '165329.697500', '165330.157500', '165330.617500', '165331.077500', '165331.537500', '165331.997500', '165332.457500', '165332.917500', '165333.377500', '165333.837500', '165334.297500', '165334.757500', '165335.217500', '165335.677500', '165336.137500', '165336.597500', '165337.057500', '165337.517500', '165337.977500', '165338.437500', '165338.897500', '165339.357500', '165339.817500', '165340.277500', '165340.737500', '165341.197500', '165341.657500', '165342.117500', '165342.577500', '165343.037500', '165343.497500', '165343.957500', '165344.417500', '165344.877500', '165345.337500', '165345.797500', '165346.257500', '165346.717500', '165347.177500', '165347.637500', '165348.097500', '165348.557500', '165349.017500', '165349.477500', '165349.937500', '165350.397500', '165350.857500', '165351.317500', '165351.777500', '165352.237500', '165352.697500', '165353.157500', '165353.617500', '165354.077500', '165354.537500', '165354.997500', '165355.457500', '165355.917500', '165356.377500', '165356.837500', '165357.297500', '165357.757500', '165358.217500', '165358.677500', '165359.137500', '165359.597500', '165400.057500', '165400.517500', '165400.977500', '165401.437500', '165401.897500', '165402.357500', '165402.817500', '165403.277500', '165403.737500', '165404.197500', '165404.657500', '165405.117500', '165405.577500', '165406.037500', '165406.497500', '165406.957500', '165407.417500', '165407.877500', '165408.337500', '165408.797500', '165409.257500', '165409.717500', '165410.177500', '165410.637500', '165411.097500', '165411.557500', '165412.017500', '165412.477500', '165412.937500', '165413.397500', '165413.857500', '165414.317500', '165414.777500', '165415.237500', '165415.697500', '165416.157500', '165416.617500', '165417.077500', '165417.537500', '165417.997500', '165418.457500', '165418.917500', '165419.377500', '165419.837500', '165420.297500', '165420.757500', '165421.217500', '165421.677500', '165422.137500', '165422.597500', '165423.057500', '165423.517500', '165423.977500', '165424.437500', '165424.897500', '165425.357500', '165425.817500', '165426.277500', '165426.737500', '165427.197500', '165427.657500', '165428.117500', '165428.577500', '165429.037500', '165429.497500', '165429.957500', '165430.417500', '165430.877500', '165431.337500', '165431.797500', '165432.257500', '165432.717500', '165433.177500', '165433.637500', '165434.097500', '165434.557500', '165435.017500', '165435.477500', '165435.937500', '165436.397500', '165436.857500', '165437.317500', '165437.777500', '165438.237500', '165438.697500', '165439.157500', '165439.617500', '165440.077500', '165440.537500', '165440.997500', '165441.457500', '165441.917500', '165442.377500', '165442.837500', '165443.297500', '165443.757500', '165444.217500', '165444.677500', '165445.137500', '165445.597500', '165446.057500', '165446.517500', '165446.977500', '165447.437500', '165447.897500', '165448.357500', '165448.817500', '165449.277500', '165449.737500', '165450.197500', '165450.657500', '165451.117500', '165451.577500', '165452.037500', '165452.497500', '165452.957500', '165453.417500', '165453.877500', '165454.337500', '165454.797500', '165455.257500', '165455.717500', '165456.177500', '165456.637500', '165457.097500', '165457.557500', '165458.017500', '165458.477500', '165458.937500', '165459.397500', '165459.857500', '165500.317500', '165500.777500', '165501.237500', '165501.697500', '165502.157500', '165502.617500', '165503.077500', '165503.537500', '165503.997500', '165504.457500', '165504.917500', '165505.377500', '165505.837500', '165506.297500', '165506.757500', '165507.217500', '165507.677500', '165508.137500', '165508.597500', '165509.057500', '165509.517500', '165509.977500', '165510.437500', '165510.897500', '165511.357500', '165511.817500', '165512.277500', '165512.737500', '165513.197500', '165513.657500', '165514.117500', '165514.577500', '165515.037500', '165515.497500', '165515.957500', '165516.417500', '165516.877500', '165517.337500', '165517.797500', '165518.257500', '165518.717500', '165519.177500', '165519.637500', '165520.097500', '165520.557500', '165521.017500', '165521.477500', '165521.937500', '165522.397500', '165522.857500', '165523.317500', '165523.777500', '165524.237500', '165524.697500', '165525.157500', '165525.617500', '165526.077500', '165526.537500', '165526.997500', '165527.457500', '165527.917500', '165528.377500', '165528.837500', '165529.297500', '165529.757500', '165530.217500', '165530.677500', '165531.137500', '165531.597500', '165532.057500', '165532.517500', '165532.977500', '165533.437500', '165533.897500', '165534.357500', '165534.817500', '165535.277500', '165535.737500', '165536.197500', '165536.657500', '165537.117500', '165537.577500', '165538.037500'], 'ContentTime': ['164854.195000', '164854.199000', '164854.202000', '164854.205000', '164854.208000', '164854.211000', '164854.214000', '164854.217000', '164854.220000', '164854.223000', '164854.226000', '164854.230000', '164854.248000', '164854.251000', '164854.254000', '164854.257000', '164854.260000', '164854.263000', '164854.266000', '164854.269000', '164854.272000', '164854.275000', '164854.278000', '164854.281000', '164854.284000', '164854.287000', '164854.290000', '164854.293000', '164854.296000', '164854.299000', '164854.302000', '164854.305000', '164854.308000', '164854.311000', '164914.159000', '164914.162000', '164914.165000', '164914.168000', '164914.170000', '164914.173000', '164914.182000', '164914.194000', '164914.197000', '164914.200000', '164914.203000', '164914.206000', '164914.208000', '164914.211000', '164914.214000', '164914.217000', '164914.220000', '164914.223000', '164914.226000', '164914.228000', '164914.231000', '164914.234000', '164914.237000', '164914.240000', '164914.242000', '164914.245000', '164914.248000', '164914.251000', '164914.254000', '164914.256000', '164914.259000', '164914.262000', '164914.265000', '164914.273000', '164914.276000', '164914.279000', '164914.282000', '164914.284000', '164914.287000', '164914.290000', '164914.293000', '164914.296000', '164914.299000', '164914.302000', '164934.160000', '164934.163000', '164934.166000', '164934.168000', '164934.171000', '164934.174000', '164934.177000', '164934.180000', '164934.183000', '164934.186000', '164934.188000', '164934.191000', '164934.194000', '164934.197000', '164934.200000', '164934.202000', '164934.205000', '164934.208000', '164934.211000', '164934.214000', '164934.217000', '164934.223000', '164934.225000', '164934.228000', '164934.231000', '164934.234000', '164934.237000', '164934.240000', '164934.243000', '164934.245000', '164934.248000', '164934.251000', '164934.254000', '164934.257000', '164934.260000', '164934.262000', '164934.266000', '164934.272000', '164934.275000', '164934.277000', '164934.280000', '164934.283000', '164934.286000', '164954.160000', '164954.163000', '164954.166000', '164954.169000', '164954.171000', '164954.174000', '164954.177000', '164954.180000', '164954.183000', '164954.186000', '164954.189000', '164954.191000', '164954.194000', '164954.197000', '164954.200000', '164954.203000', '164954.206000', '164954.209000', '164954.212000', '164954.214000', '164954.217000', '164954.220000', '164954.223000', '164954.226000', '164954.229000', '164954.232000', '164954.234000', '164954.237000', '164954.240000', '164954.243000', '164954.246000', '164954.249000', '164954.252000', '164954.254000', '164954.257000', '164954.260000', '164954.263000', '164954.266000', '164954.269000', '164954.272000', '164954.274000', '164954.277000', '164954.280000', '164954.283000', '165014.160000', '165014.163000', '165014.166000', '165014.169000', '165014.172000', '165014.174000', '165014.177000', '165014.180000', '165014.183000', '165014.186000', '165014.189000', '165014.192000', '165014.194000', '165014.197000', '165014.200000', '165014.203000', '165014.206000', '165014.209000', '165014.213000', '165014.216000', '165014.219000', '165014.222000', '165014.225000', '165014.228000', '165014.231000', '165014.233000', '165014.236000', '165014.239000', '165014.242000', '165014.245000', '165014.248000', '165014.251000', '165014.254000', '165014.256000', '165014.259000', '165014.262000', '165014.265000', '165014.268000', '165014.272000', '165014.275000', '165014.278000', '165014.281000', '165014.284000', '165034.160000', '165034.163000', '165034.166000', '165034.168000', '165034.171000', '165034.174000', '165034.178000', '165034.181000', '165034.184000', '165034.187000', '165034.189000', '165034.192000', '165034.195000', '165034.198000', '165034.201000', '165034.203000', '165034.207000', '165034.209000', '165034.212000', '165034.215000', '165034.218000', '165034.221000', '165034.224000', '165034.226000', '165034.229000', '165034.232000', '165034.235000', '165034.238000', '165034.241000', '165034.244000', '165034.246000', '165034.249000', '165034.252000', '165034.255000', '165034.258000', '165034.261000', '165034.264000', '165034.266000', '165034.269000', '165034.272000', '165034.275000', '165034.278000', '165034.280000', '165034.283000', '165054.159000', '165054.162000', '165054.178000', '165054.181000', '165054.184000', '165054.187000', '165054.189000', '165054.192000', '165054.195000', '165054.198000', '165054.201000', '165054.204000', '165054.207000', '165054.209000', '165054.213000', '165054.215000', '165054.218000', '165054.221000', '165054.224000', '165054.227000', '165054.230000', '165054.233000', '165054.236000', '165054.238000', '165054.241000', '165054.244000', '165054.256000', '165054.259000', '165054.262000', '165054.264000', '165054.268000', '165054.270000', '165054.273000', '165054.276000', '165054.279000', '165054.282000', '165054.285000', '165054.288000', '165054.291000', '165054.293000', '165054.296000', '165054.299000', '165054.304000', '165114.159000', '165114.162000', '165114.165000', '165114.176000', '165114.178000', '165114.181000', '165114.184000', '165114.187000', '165114.190000', '165114.193000', '165114.196000', '165114.199000', '165114.201000', '165114.204000', '165114.207000', '165114.210000', '165114.213000', '165114.216000', '165114.219000', '165114.222000', '165114.224000', '165114.227000', '165114.230000', '165114.233000', '165114.236000', '165114.239000', '165114.241000', '165114.244000', '165114.247000', '165114.250000', '165114.253000', '165114.256000', '165114.259000', '165114.262000', '165114.264000', '165114.267000', '165114.270000', '165114.273000', '165114.276000', '165114.279000', '165114.282000', '165114.284000', '165114.297000', '165114.300000', '165134.159000', '165134.162000', '165134.165000', '165134.168000', '165134.171000', '165134.174000', '165134.176000', '165134.179000', '165134.182000', '165134.185000', '165134.188000', '165134.191000', '165134.194000', '165134.197000', '165134.199000', '165134.202000', '165134.205000', '165134.208000', '165134.211000', '165134.214000', '165134.217000', '165134.219000', '165134.222000', '165134.225000', '165134.228000', '165134.231000', '165134.234000', '165134.236000', '165134.239000', '165134.242000', '165134.245000', '165134.248000', '165134.252000', '165134.255000', '165134.257000', '165134.260000', '165134.263000', '165134.266000', '165134.269000', '165134.272000', '165134.274000', '165134.277000', '165134.280000', '165154.160000', '165154.163000', '165154.170000', '165154.173000', '165154.176000', '165154.179000', '165154.182000', '165154.185000', '165154.188000', '165154.190000', '165154.193000', '165154.196000', '165154.199000', '165154.202000', '165154.205000', '165154.208000', '165154.210000', '165154.213000', '165154.216000', '165154.219000', '165154.222000', '165154.225000', '165154.228000', '165154.230000', '165154.233000', '165154.236000', '165154.239000', '165154.242000', '165154.245000', '165154.248000', '165154.251000', '165154.253000', '165154.256000', '165154.259000', '165154.262000', '165154.265000', '165154.268000', '165154.277000', '165154.280000', '165154.283000', '165154.286000', '165154.289000', '165154.292000', '165154.295000', '165214.160000', '165214.163000', '165214.166000', '165214.168000', '165214.171000', '165214.174000', '165214.177000', '165214.180000', '165214.183000', '165214.186000', '165214.189000', '165214.191000', '165214.194000', '165214.197000', '165214.200000', '165214.203000', '165214.206000', '165214.209000', '165214.212000', '165214.215000', '165214.218000', '165214.220000', '165214.223000', '165214.226000', '165214.229000', '165214.232000', '165214.235000', '165214.238000', '165214.241000', '165214.243000', '165214.246000', '165214.249000', '165214.252000', '165214.255000', '165214.258000', '165214.261000', '165214.264000', '165214.266000', '165214.269000', '165214.272000', '165214.275000', '165214.289000', '165214.292000', '165234.160000', '165234.163000', '165234.166000', '165234.169000', '165234.171000', '165234.174000', '165234.177000', '165234.180000', '165234.183000', '165234.186000', '165234.189000', '165234.191000', '165234.194000', '165234.197000', '165234.200000', '165234.203000', '165234.206000', '165234.209000', '165234.211000', '165234.214000', '165234.217000', '165234.220000', '165234.223000', '165234.225000', '165234.228000', '165234.231000', '165234.234000', '165234.237000', '165234.240000', '165234.243000', '165234.246000', '165234.248000', '165234.251000', '165234.254000', '165234.257000', '165234.260000', '165234.263000', '165234.266000', '165234.268000', '165234.271000', '165234.274000', '165234.277000', '165234.280000', '165234.283000', '165254.160000', '165254.163000', '165254.166000', '165254.169000', '165254.172000', '165254.174000', '165254.177000', '165254.180000', '165254.183000', '165254.186000', '165254.189000', '165254.192000', '165254.195000', '165254.197000', '165254.200000', '165254.203000', '165254.206000', '165254.209000', '165254.212000', '165254.215000', '165254.217000', '165254.220000', '165254.223000', '165254.226000', '165254.229000', '165254.232000', '165254.235000', '165254.238000', '165254.241000', '165254.243000', '165254.246000', '165254.249000', '165254.252000', '165254.255000', '165254.258000', '165254.261000', '165254.263000', '165254.266000', '165254.269000', '165254.272000', '165254.275000', '165254.278000', '165254.281000', '165314.159000', '165314.162000', '165314.165000', '165314.167000', '165314.170000', '165314.173000', '165314.176000', '165314.179000', '165314.182000', '165314.185000', '165314.187000', '165314.190000', '165314.193000', '165314.196000', '165314.199000', '165314.202000', '165314.205000', '165314.208000', '165314.211000', '165314.214000', '165314.221000', '165314.224000', '165314.227000', '165314.229000', '165314.232000', '165314.235000', '165314.238000', '165314.241000', '165314.244000', '165314.247000', '165314.249000', '165314.252000', '165314.255000', '165314.258000', '165314.261000', '165314.263000', '165314.266000', '165314.269000', '165314.272000', '165314.275000', '165314.278000', '165314.281000', '165314.283000', '165314.286000', '165334.159000', '165334.162000', '165334.165000', '165334.168000', '165334.171000', '165334.174000', '165334.177000', '165334.179000', '165334.182000', '165334.185000', '165334.188000', '165334.191000', '165334.194000', '165334.197000', '165334.199000', '165334.202000', '165334.205000', '165334.208000', '165334.211000', '165334.214000', '165334.216000', '165334.219000', '165334.222000', '165334.225000', '165334.228000', '165334.231000', '165334.234000', '165334.237000', '165334.239000', '165334.242000', '165334.245000', '165334.248000', '165334.251000', '165334.254000', '165334.257000', '165334.260000', '165334.262000', '165334.265000', '165334.268000', '165334.271000', '165334.274000', '165334.277000', '165334.279000', '165354.159000', '165354.162000', '165354.165000', '165354.168000', '165354.170000', '165354.173000', '165354.176000', '165354.179000', '165354.182000', '165354.193000', '165354.196000', '165354.199000', '165354.202000', '165354.205000', '165354.208000', '165354.213000', '165354.216000', '165354.219000', '165354.222000', '165354.225000', '165354.227000', '165354.230000', '165354.233000', '165354.236000', '165354.239000', '165354.242000', '165354.245000', '165354.248000', '165354.250000', '165354.253000', '165354.256000', '165354.259000', '165354.262000', '165354.265000', '165354.267000', '165354.270000', '165354.273000', '165354.276000', '165354.279000', '165354.282000', '165354.284000', '165354.287000', '165354.290000', '165414.160000', '165414.163000', '165414.166000', '165414.169000', '165414.171000', '165414.174000', '165414.182000', '165414.185000', '165414.187000', '165414.190000', '165414.193000', '165414.196000', '165414.199000', '165414.202000', '165414.205000', '165414.207000', '165414.210000', '165414.213000', '165414.216000', '165414.219000', '165414.222000', '165414.225000', '165414.228000', '165414.231000', '165414.233000', '165414.236000', '165414.239000', '165414.242000', '165414.245000', '165414.248000', '165414.251000', '165414.253000', '165414.256000', '165414.259000', '165414.262000', '165414.265000', '165414.268000', '165414.271000', '165414.274000', '165414.276000', '165414.279000', '165414.282000', '165414.285000', '165414.288000', '165434.160000', '165434.163000', '165434.166000', '165434.169000', '165434.174000', '165434.177000', '165434.180000', '165434.183000', '165434.186000', '165434.189000', '165434.191000', '165434.194000', '165434.197000', '165434.200000', '165434.203000', '165434.206000', '165434.209000', '165434.211000', '165434.214000', '165434.217000', '165434.220000', '165434.223000', '165434.226000', '165434.229000', '165434.231000', '165434.234000', '165434.237000', '165434.240000', '165434.243000', '165434.246000', '165434.249000', '165434.251000', '165434.254000', '165434.257000', '165434.260000', '165434.263000', '165434.266000', '165434.268000', '165434.271000', '165434.274000', '165434.277000', '165434.280000', '165434.283000', '165454.160000', '165454.163000', '165454.166000', '165454.169000', '165454.171000', '165454.174000', '165454.177000', '165454.180000', '165454.183000', '165454.186000', '165454.189000', '165454.192000', '165454.195000', '165454.198000', '165454.200000', '165454.203000', '165454.206000', '165454.209000', '165454.212000', '165454.215000', '165454.217000', '165454.221000', '165454.223000', '165454.226000', '165454.229000', '165454.232000', '165454.235000', '165454.238000', '165454.240000', '165454.249000', '165454.252000', '165454.255000', '165454.258000', '165454.261000', '165454.263000', '165454.266000', '165454.269000', '165454.272000', '165454.275000', '165454.278000', '165454.281000', '165454.284000', '165454.286000', '165454.289000', '165514.160000', '165514.163000', '165514.166000', '165514.169000', '165514.172000', '165514.175000', '165514.177000', '165514.181000', '165514.183000', '165514.186000', '165514.189000', '165514.192000', '165514.195000', '165514.200000', '165514.203000', '165514.206000', '165514.209000', '165514.212000', '165514.215000', '165514.218000', '165514.238000', '165514.241000', '165514.244000', '165514.247000', '165514.250000', '165514.253000', '165514.256000', '165514.258000', '165514.261000', '165514.264000', '165514.267000', '165514.270000', '165514.272000', '165514.275000', '165514.278000', '165514.281000', '165514.284000', '165514.287000', '165514.290000', '165514.292000', '165514.295000', '165514.298000', '165514.301000', '165534.159000', '165534.162000', '165534.165000', '165534.168000', '165534.171000', '165534.174000', '165534.183000', '165534.186000', '165534.189000', '165534.191000', '165534.194000', '165534.197000', '165534.200000', '165534.203000', '165534.206000', '165534.208000', '165534.211000', '165534.214000', '165534.217000', '165534.220000', '165534.223000', '165534.226000', '165534.229000', '165534.231000', '165534.234000', '165534.237000', '165534.240000', '165534.243000', '165534.246000', '165534.249000', '165534.251000', '165534.254000', '165534.257000', '165534.260000', '165534.263000', '165534.266000', '165534.269000', '165534.272000', '165534.275000', '165534.277000', '165534.280000', '165534.283000', '165534.286000', '165534.289000', '165538.628000', '165538.631000', '165538.634000', '165538.637000', '165538.649000', '165538.652000', '165538.654000', '165538.657000', '165538.660000', '165538.663000'], 'InstanceCreationTime': ['164854.195000', '164854.199000', '164854.202000', '164854.205000', '164854.208000', '164854.211000', '164854.214000', '164854.217000', '164854.220000', '164854.223000', '164854.226000', '164854.230000', '164854.248000', '164854.251000', '164854.254000', '164854.257000', '164854.260000', '164854.263000', '164854.266000', '164854.269000', '164854.272000', '164854.275000', '164854.278000', '164854.281000', '164854.284000', '164854.287000', '164854.290000', '164854.293000', '164854.296000', '164854.299000', '164854.302000', '164854.305000', '164854.308000', '164854.311000', '164914.159000', '164914.162000', '164914.165000', '164914.168000', '164914.170000', '164914.173000', '164914.182000', '164914.194000', '164914.197000', '164914.200000', '164914.203000', '164914.206000', '164914.208000', '164914.211000', '164914.214000', '164914.217000', '164914.220000', '164914.223000', '164914.226000', '164914.228000', '164914.231000', '164914.234000', '164914.237000', '164914.240000', '164914.242000', '164914.245000', '164914.248000', '164914.251000', '164914.254000', '164914.256000', '164914.259000', '164914.262000', '164914.265000', '164914.273000', '164914.276000', '164914.279000', '164914.282000', '164914.284000', '164914.287000', '164914.290000', '164914.293000', '164914.296000', '164914.299000', '164914.302000', '164934.160000', '164934.163000', '164934.166000', '164934.168000', '164934.171000', '164934.174000', '164934.177000', '164934.180000', '164934.183000', '164934.186000', '164934.188000', '164934.191000', '164934.194000', '164934.197000', '164934.200000', '164934.202000', '164934.205000', '164934.208000', '164934.211000', '164934.214000', '164934.217000', '164934.223000', '164934.225000', '164934.228000', '164934.231000', '164934.234000', '164934.237000', '164934.240000', '164934.243000', '164934.245000', '164934.248000', '164934.251000', '164934.254000', '164934.257000', '164934.260000', '164934.262000', '164934.266000', '164934.272000', '164934.275000', '164934.277000', '164934.280000', '164934.283000', '164934.286000', '164954.160000', '164954.163000', '164954.166000', '164954.169000', '164954.171000', '164954.174000', '164954.177000', '164954.180000', '164954.183000', '164954.186000', '164954.189000', '164954.191000', '164954.194000', '164954.197000', '164954.200000', '164954.203000', '164954.206000', '164954.209000', '164954.212000', '164954.214000', '164954.217000', '164954.220000', '164954.223000', '164954.226000', '164954.229000', '164954.232000', '164954.234000', '164954.237000', '164954.240000', '164954.243000', '164954.246000', '164954.249000', '164954.252000', '164954.254000', '164954.257000', '164954.260000', '164954.263000', '164954.266000', '164954.269000', '164954.272000', '164954.274000', '164954.277000', '164954.280000', '164954.283000', '165014.160000', '165014.163000', '165014.166000', '165014.169000', '165014.172000', '165014.174000', '165014.177000', '165014.180000', '165014.183000', '165014.186000', '165014.189000', '165014.192000', '165014.194000', '165014.197000', '165014.200000', '165014.203000', '165014.206000', '165014.209000', '165014.213000', '165014.216000', '165014.219000', '165014.222000', '165014.225000', '165014.228000', '165014.231000', '165014.233000', '165014.236000', '165014.239000', '165014.242000', '165014.245000', '165014.248000', '165014.251000', '165014.254000', '165014.256000', '165014.259000', '165014.262000', '165014.265000', '165014.268000', '165014.272000', '165014.275000', '165014.278000', '165014.281000', '165014.284000', '165034.160000', '165034.163000', '165034.166000', '165034.168000', '165034.171000', '165034.174000', '165034.178000', '165034.181000', '165034.184000', '165034.187000', '165034.189000', '165034.192000', '165034.195000', '165034.198000', '165034.201000', '165034.203000', '165034.207000', '165034.209000', '165034.212000', '165034.215000', '165034.218000', '165034.221000', '165034.224000', '165034.226000', '165034.229000', '165034.232000', '165034.235000', '165034.238000', '165034.241000', '165034.244000', '165034.246000', '165034.249000', '165034.252000', '165034.255000', '165034.258000', '165034.261000', '165034.264000', '165034.266000', '165034.269000', '165034.272000', '165034.275000', '165034.278000', '165034.280000', '165034.283000', '165054.159000', '165054.162000', '165054.178000', '165054.181000', '165054.184000', '165054.187000', '165054.189000', '165054.192000', '165054.195000', '165054.198000', '165054.201000', '165054.204000', '165054.207000', '165054.209000', '165054.213000', '165054.215000', '165054.218000', '165054.221000', '165054.224000', '165054.227000', '165054.230000', '165054.233000', '165054.236000', '165054.238000', '165054.241000', '165054.244000', '165054.256000', '165054.259000', '165054.262000', '165054.264000', '165054.268000', '165054.270000', '165054.273000', '165054.276000', '165054.279000', '165054.282000', '165054.285000', '165054.288000', '165054.291000', '165054.293000', '165054.296000', '165054.299000', '165054.304000', '165114.159000', '165114.162000', '165114.165000', '165114.176000', '165114.178000', '165114.181000', '165114.184000', '165114.187000', '165114.190000', '165114.193000', '165114.196000', '165114.199000', '165114.201000', '165114.204000', '165114.207000', '165114.210000', '165114.213000', '165114.216000', '165114.219000', '165114.222000', '165114.224000', '165114.227000', '165114.230000', '165114.233000', '165114.236000', '165114.239000', '165114.241000', '165114.244000', '165114.247000', '165114.250000', '165114.253000', '165114.256000', '165114.259000', '165114.262000', '165114.264000', '165114.267000', '165114.270000', '165114.273000', '165114.276000', '165114.279000', '165114.282000', '165114.284000', '165114.297000', '165114.300000', '165134.159000', '165134.162000', '165134.165000', '165134.168000', '165134.171000', '165134.174000', '165134.176000', '165134.179000', '165134.182000', '165134.185000', '165134.188000', '165134.191000', '165134.194000', '165134.197000', '165134.199000', '165134.202000', '165134.205000', '165134.208000', '165134.211000', '165134.214000', '165134.217000', '165134.219000', '165134.222000', '165134.225000', '165134.228000', '165134.231000', '165134.234000', '165134.236000', '165134.239000', '165134.242000', '165134.245000', '165134.248000', '165134.252000', '165134.255000', '165134.257000', '165134.260000', '165134.263000', '165134.266000', '165134.269000', '165134.272000', '165134.274000', '165134.277000', '165134.280000', '165154.160000', '165154.163000', '165154.170000', '165154.173000', '165154.176000', '165154.179000', '165154.182000', '165154.185000', '165154.188000', '165154.190000', '165154.193000', '165154.196000', '165154.199000', '165154.202000', '165154.205000', '165154.208000', '165154.210000', '165154.213000', '165154.216000', '165154.219000', '165154.222000', '165154.225000', '165154.228000', '165154.230000', '165154.233000', '165154.236000', '165154.239000', '165154.242000', '165154.245000', '165154.248000', '165154.251000', '165154.253000', '165154.256000', '165154.259000', '165154.262000', '165154.265000', '165154.268000', '165154.277000', '165154.280000', '165154.283000', '165154.286000', '165154.289000', '165154.292000', '165154.295000', '165214.160000', '165214.163000', '165214.166000', '165214.168000', '165214.171000', '165214.174000', '165214.177000', '165214.180000', '165214.183000', '165214.186000', '165214.189000', '165214.191000', '165214.194000', '165214.197000', '165214.200000', '165214.203000', '165214.206000', '165214.209000', '165214.212000', '165214.215000', '165214.218000', '165214.220000', '165214.223000', '165214.226000', '165214.229000', '165214.232000', '165214.235000', '165214.238000', '165214.241000', '165214.243000', '165214.246000', '165214.249000', '165214.252000', '165214.255000', '165214.258000', '165214.261000', '165214.264000', '165214.266000', '165214.269000', '165214.272000', '165214.275000', '165214.289000', '165214.292000', '165234.160000', '165234.163000', '165234.166000', '165234.169000', '165234.171000', '165234.174000', '165234.177000', '165234.180000', '165234.183000', '165234.186000', '165234.189000', '165234.191000', '165234.194000', '165234.197000', '165234.200000', '165234.203000', '165234.206000', '165234.209000', '165234.211000', '165234.214000', '165234.217000', '165234.220000', '165234.223000', '165234.225000', '165234.228000', '165234.231000', '165234.234000', '165234.237000', '165234.240000', '165234.243000', '165234.246000', '165234.248000', '165234.251000', '165234.254000', '165234.257000', '165234.260000', '165234.263000', '165234.266000', '165234.268000', '165234.271000', '165234.274000', '165234.277000', '165234.280000', '165234.283000', '165254.160000', '165254.163000', '165254.166000', '165254.169000', '165254.172000', '165254.174000', '165254.177000', '165254.180000', '165254.183000', '165254.186000', '165254.189000', '165254.192000', '165254.195000', '165254.197000', '165254.200000', '165254.203000', '165254.206000', '165254.209000', '165254.212000', '165254.215000', '165254.217000', '165254.220000', '165254.223000', '165254.226000', '165254.229000', '165254.232000', '165254.235000', '165254.238000', '165254.241000', '165254.243000', '165254.246000', '165254.249000', '165254.252000', '165254.255000', '165254.258000', '165254.261000', '165254.263000', '165254.266000', '165254.269000', '165254.272000', '165254.275000', '165254.278000', '165254.281000', '165314.159000', '165314.162000', '165314.165000', '165314.167000', '165314.170000', '165314.173000', '165314.176000', '165314.179000', '165314.182000', '165314.185000', '165314.187000', '165314.190000', '165314.193000', '165314.196000', '165314.199000', '165314.202000', '165314.205000', '165314.208000', '165314.211000', '165314.214000', '165314.221000', '165314.224000', '165314.227000', '165314.229000', '165314.232000', '165314.235000', '165314.238000', '165314.241000', '165314.244000', '165314.247000', '165314.249000', '165314.252000', '165314.255000', '165314.258000', '165314.261000', '165314.263000', '165314.266000', '165314.269000', '165314.272000', '165314.275000', '165314.278000', '165314.281000', '165314.283000', '165314.286000', '165334.159000', '165334.162000', '165334.165000', '165334.168000', '165334.171000', '165334.174000', '165334.177000', '165334.179000', '165334.182000', '165334.185000', '165334.188000', '165334.191000', '165334.194000', '165334.197000', '165334.199000', '165334.202000', '165334.205000', '165334.208000', '165334.211000', '165334.214000', '165334.216000', '165334.219000', '165334.222000', '165334.225000', '165334.228000', '165334.231000', '165334.234000', '165334.237000', '165334.239000', '165334.242000', '165334.245000', '165334.248000', '165334.251000', '165334.254000', '165334.257000', '165334.260000', '165334.262000', '165334.265000', '165334.268000', '165334.271000', '165334.274000', '165334.277000', '165334.279000', '165354.159000', '165354.162000', '165354.165000', '165354.168000', '165354.170000', '165354.173000', '165354.176000', '165354.179000', '165354.182000', '165354.193000', '165354.196000', '165354.199000', '165354.202000', '165354.205000', '165354.208000', '165354.213000', '165354.216000', '165354.219000', '165354.222000', '165354.225000', '165354.227000', '165354.230000', '165354.233000', '165354.236000', '165354.239000', '165354.242000', '165354.245000', '165354.248000', '165354.250000', '165354.253000', '165354.256000', '165354.259000', '165354.262000', '165354.265000', '165354.267000', '165354.270000', '165354.273000', '165354.276000', '165354.279000', '165354.282000', '165354.284000', '165354.287000', '165354.290000', '165414.160000', '165414.163000', '165414.166000', '165414.169000', '165414.171000', '165414.174000', '165414.182000', '165414.185000', '165414.187000', '165414.190000', '165414.193000', '165414.196000', '165414.199000', '165414.202000', '165414.205000', '165414.207000', '165414.210000', '165414.213000', '165414.216000', '165414.219000', '165414.222000', '165414.225000', '165414.228000', '165414.231000', '165414.233000', '165414.236000', '165414.239000', '165414.242000', '165414.245000', '165414.248000', '165414.251000', '165414.253000', '165414.256000', '165414.259000', '165414.262000', '165414.265000', '165414.268000', '165414.271000', '165414.274000', '165414.276000', '165414.279000', '165414.282000', '165414.285000', '165414.288000', '165434.160000', '165434.163000', '165434.166000', '165434.169000', '165434.174000', '165434.177000', '165434.180000', '165434.183000', '165434.186000', '165434.189000', '165434.191000', '165434.194000', '165434.197000', '165434.200000', '165434.203000', '165434.206000', '165434.209000', '165434.211000', '165434.214000', '165434.217000', '165434.220000', '165434.223000', '165434.226000', '165434.229000', '165434.231000', '165434.234000', '165434.237000', '165434.240000', '165434.243000', '165434.246000', '165434.249000', '165434.251000', '165434.254000', '165434.257000', '165434.260000', '165434.263000', '165434.266000', '165434.268000', '165434.271000', '165434.274000', '165434.277000', '165434.280000', '165434.283000', '165454.160000', '165454.163000', '165454.166000', '165454.169000', '165454.171000', '165454.174000', '165454.177000', '165454.180000', '165454.183000', '165454.186000', '165454.189000', '165454.192000', '165454.195000', '165454.198000', '165454.200000', '165454.203000', '165454.206000', '165454.209000', '165454.212000', '165454.215000', '165454.217000', '165454.221000', '165454.223000', '165454.226000', '165454.229000', '165454.232000', '165454.235000', '165454.238000', '165454.240000', '165454.249000', '165454.252000', '165454.255000', '165454.258000', '165454.261000', '165454.263000', '165454.266000', '165454.269000', '165454.272000', '165454.275000', '165454.278000', '165454.281000', '165454.284000', '165454.286000', '165454.289000', '165514.160000', '165514.163000', '165514.166000', '165514.169000', '165514.172000', '165514.175000', '165514.177000', '165514.181000', '165514.183000', '165514.186000', '165514.189000', '165514.192000', '165514.195000', '165514.200000', '165514.203000', '165514.206000', '165514.209000', '165514.212000', '165514.215000', '165514.218000', '165514.238000', '165514.241000', '165514.244000', '165514.247000', '165514.250000', '165514.253000', '165514.256000', '165514.258000', '165514.261000', '165514.264000', '165514.267000', '165514.270000', '165514.272000', '165514.275000', '165514.278000', '165514.281000', '165514.284000', '165514.287000', '165514.290000', '165514.292000', '165514.295000', '165514.298000', '165514.301000', '165534.159000', '165534.162000', '165534.165000', '165534.168000', '165534.171000', '165534.174000', '165534.183000', '165534.186000', '165534.189000', '165534.191000', '165534.194000', '165534.197000', '165534.200000', '165534.203000', '165534.206000', '165534.208000', '165534.211000', '165534.214000', '165534.217000', '165534.220000', '165534.223000', '165534.226000', '165534.229000', '165534.231000', '165534.234000', '165534.237000', '165534.240000', '165534.243000', '165534.246000', '165534.249000', '165534.251000', '165534.254000', '165534.257000', '165534.260000', '165534.263000', '165534.266000', '165534.269000', '165534.272000', '165534.275000', '165534.277000', '165534.280000', '165534.283000', '165534.286000', '165534.289000', '165538.628000', '165538.631000', '165538.634000', '165538.637000', '165538.649000', '165538.652000', '165538.654000', '165538.657000', '165538.660000', '165538.663000'], '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': [9302, 10605, 9355, 9188, 8803, 9112, 12588, 9778, 15554, 9085, 11872, 11639, 8931, 8615, 10311, 9887, 10072, 10584, 10264, 10748, 10226, 9674, 11301, 9935, 8625, 9912, 9672, 10792, 9984, 12153, 10611, 17861, 10621, 17296, 13039, 15843, 16394, 11467, 11875, 10273, 10090, 10319, 13093, 9998, 13399, 10157, 11276, 10033, 17021, 12694, 14584, 10127, 10162, 9886, 8487, 9157, 9355, 12055, 9371, 16958, 10176, 17520, 10446, 17732, 10633, 17150, 13490, 17536, 10024, 13912, 9428, 10028, 9129, 8849, 9515, 9166, 11216, 8844, 14738, 8949, 15112, 8977, 15861, 10676, 17887, 9376, 15504, 9091, 10227, 9266, 10570, 9215, 11414, 9918, 16269, 10083, 9947, 10005, 9169, 9630, 9882, 9243, 12414, 9190, 16292, 9417, 11732, 9755, 9267, 9185, 10253, 8971, 10249, 9360, 11219, 8877, 11649, 9416, 13071, 9861, 17597, 15293, 14226, 11155, 9565, 10206, 8616, 10536, 10907, 19433, 9095, 16687, 9405, 9431, 10334, 8728, 18320, 10546, 18717, 14939, 18698, 11322, 15833, 9606, 13949, 10442, 17474, 11687, 16923, 8977, 11182, 9096, 11013, 8799, 8523, 8997, 8237, 8743, 8739, 9033, 11360, 8854, 9691, 9184, 9317, 16364, 8932, 13503, 8891, 10107, 8954, 11566, 9945, 12092, 17220, 9148, 11716, 8662, 10470, 9214, 17190, 11262, 18868, 14947, 18194, 15986, 11319, 11076, 8884, 11177, 8878, 9079, 16951, 8794, 10083, 8401, 8509, 10651, 8680, 18053, 12684, 17879, 8999, 14375, 8976, 14126, 9362, 16492, 8881, 12498, 8672, 8939, 8478, 8935, 8535, 8564, 8815, 8775, 8658, 8866, 8919, 8781, 8472, 9095, 8292, 8914, 12418, 9797, 17033, 9310, 16510, 8932, 15380, 8859, 13419, 9970, 15708, 8879, 9848, 8692, 9022, 8832, 9803, 11010, 14006, 8800, 9271, 8132, 9394, 8447, 12546, 9500, 16716, 8846, 11992, 8909, 9088, 9752, 9110, 18089, 11124, 17765, 9084, 15141, 9126, 13488, 9654, 18201, 11228, 14974, 9071, 12285, 10355, 12693, 8713, 9016, 8763, 9118, 8692, 9169, 8592, 8931, 8481, 8791, 8480, 8854, 8960, 11978, 8670, 15562, 8956, 8947, 8487, 9043, 9240, 8738, 9866, 12963, 13397, 17771, 11215, 13700, 8476, 14785, 9588, 18249, 14056, 18120, 12735, 15892, 13186, 13366, 11807, 9244, 9126, 8338, 10031, 9647, 12180, 9096, 14939, 14683, 9761, 10690, 8808, 8560, 8967, 8990, 9746, 16416, 14423, 19371, 17989, 15026, 17191, 10386, 8993, 9776, 8744, 8566, 8879, 8903, 8558, 11036, 9407, 8130, 14927, 8671, 15543, 9384, 12497, 14250, 13219, 15245, 9062, 10354, 9009, 11754, 9037, 9934, 8957, 8449, 9496, 8449, 10896, 8639, 10254, 9177, 9275, 9098, 9685, 8925, 13409, 9185, 11492, 8876, 8318, 8555, 8696, 15509, 9878, 13228, 8917, 8188, 9584, 8929, 12223, 8423, 14912, 10016, 15774, 9008, 10171, 8164, 10915, 9451, 15453, 10486, 11912, 8312, 9007, 7854, 9253, 10574, 9244, 8156, 9386, 8801, 9243, 10249, 9410, 9317, 11601, 8162, 8985, 8098, 10322, 8264, 12896, 9325, 16333, 10070, 11751, 8744, 9054, 8973, 12245, 14906, 14639, 11657, 11074, 10165, 9318, 10788, 9398, 13626, 9026, 11790, 9339, 11347, 9087, 10945, 8975, 13578, 8890, 10917, 8922, 9047, 8808, 9718, 9060, 9206, 8298, 9166, 8486, 9303, 10658, 9515, 9548, 9509, 9528, 9476, 13344, 9421, 14039, 9525, 8107, 9367, 8838, 9178, 12029, 9661, 14746, 9364, 14202, 9320, 11957, 9376, 12408, 9762, 15277, 9552, 12311, 9328, 11471, 9366, 13968, 11601, 15023, 9796, 9127, 9388, 9655, 9536, 16056, 13740, 16560, 9702, 15356, 9301, 15454, 9504, 13651, 9818, 14612, 9582, 13123, 9558, 12225, 9368, 16733, 9544, 14625, 9308, 10006, 9672, 8553, 11582, 8985, 9583, 8379, 9515, 9000, 10988, 8776, 16118, 12363, 17207, 9286, 14835, 9118, 13636, 9896, 16932, 9690, 14265, 9460, 10079, 9261, 11146, 9281, 15413, 12877, 15886, 10226, 9373, 9263, 8641, 9108, 8972, 14742, 9744, 17027, 8808, 11079, 8622, 10037, 9240, 15652, 9460, 12745, 9288, 9866, 9246, 10253, 9447, 9193, 14521, 9364, 14694, 8823, 10069, 9467, 11631, 9505, 17007, 14593, 12689, 10846, 8516, 9099, 8997, 10948, 10263, 13188, 17671, 11384, 14770, 8598, 14511, 8696, 18049, 12210, 18467, 9332, 15171, 9741, 17368, 11551, 17925, 8757, 9899, 8660, 8547, 8861, 8969, 15710, 9303, 14303, 8881, 9341, 8720, 9911, 8953, 16482, 11113, 18487, 9004, 13914, 9002, 9685, 9145, 8803, 10499, 9087, 10107, 8877, 9960, 8787, 11542, 9935, 17000, 12227, 18301, 13582, 17149, 15872, 12034, 11649, 8847, 9110, 8975, 10195, 9055, 16730, 10733, 18089, 8937, 11000, 8900, 10206, 8764, 11690, 12455, 14354, 16954, 9316, 10494, 8808, 9789, 8822, 10980, 8981, 17451, 9471, 14910, 8907, 9515, 8964, 9714, 8674, 14563, 11905, 15573, 9374, 8728, 9191, 9720, 11262, 9337, 18197, 9013, 15591, 8414, 10058, 9487, 8545, 17285, 8726, 13612, 8741, 9639, 15670, 10684, 17833, 9942, 15835, 8593, 14858, 11582, 20440, 12350, 18667, 15828, 19155, 9846, 16446, 8612, 11485, 8683, 12423, 9422, 16718, 12011, 11199, 8882, 7993, 8564, 9127, 14263, 8445, 12991, 8551, 10894, 8737, 13907, 12614, 17875, 10295, 8908, 9071, 8686, 13218, 9171, 17597, 12383, 19397, 12236, 16371, 8961, 16508, 8967, 16495, 13468, 18511, 10745, 15495, 9034, 11526, 9194, 10771, 9645, 10178, 9302, 8256, 9302, 8540, 9064, 9102, 11420, 9394, 18330, 8907, 13893, 9145, 8402, 9059, 8781, 12242, 11921, 17498, 14624, 10119, 9771, 8789, 10099, 9239, 18168, 11992, 18671, 8961, 14185, 9096, 12545, 9224, 17173, 12551, 17948, 9228, 13070, 9353, 11636, 9287, 14243, 11016, 12201, 9414, 8523, 9225, 9606, 9401, 11919, 10945, 10603, 9072, 8739, 9165, 9589, 11666, 10038, 9652, 8447, 9106, 8607, 9410, 9737, 12837, 10883, 9210, 9863, 9274, 15923, 10496, 16779, 11299, 8286, 9535, 8401, 9305, 9122, 9220, 9849, 14636, 9491, 10735, 9019, 9793, 8802, 10850, 9805, 17706, 13361, 17715, 9265, 11497, 9355, 8557, 11534, 8738, 18785, 16136, 18699, 15300, 11158, 11642, 8691, 13995, 8695, 16493, 10462, 19046, 15319, 19794, 9298, 15815, 9063, 10840, 8990, 13421, 9878, 18371, 13504, 9553, 8674, 7744, 8822, 8397, 11345, 11758, 16859, 12448, 12132, 9564, 10040, 9034, 16538, 16056, 18636, 15784, 15516, 11821, 12566, 8702, 13265, 10798, 16307, 12764, 9215, 9102, 8255, 8643, 8372, 10608, 9135, 13609, 12463, 10675, 9808, 8609, 9823, 9736, 19460, 12428, 18541], 'WindowCenter': [4239.0, 4244.0, 4223.0, 4220.0, 4210.0, 4209.0, 4249.0, 4220.0, 4269.0, 4209.0, 4240.0, 4241.0, 4210.0, 4208.0, 4230.0, 4228.0, 4232.0, 4231.0, 4241.0, 4252.0, 4244.0, 4233.0, 4253.0, 4244.0, 4210.0, 4245.0, 4231.0, 4255.0, 4244.0, 4267.0, 4259.0, 4294.0, 4247.0, 4297.0, 4278.0, 4283.0, 4283.0, 4242.0, 4239.0, 4232.0, 4231.0, 4231.0, 4249.0, 4220.0, 4249.0, 4218.0, 4230.0, 4230.0, 4268.0, 4252.0, 4270.0, 4231.0, 4231.0, 4231.0, 4211.0, 4234.0, 4222.0, 4255.0, 4222.0, 4284.0, 4231.0, 4282.0, 4228.0, 4281.0, 4233.0, 4281.0, 4262.0, 4271.0, 4220.0, 4249.0, 4210.0, 4220.0, 4220.0, 4209.0, 4222.0, 4218.0, 4239.0, 4209.0, 4260.0, 4210.0, 4260.0, 4220.0, 4284.0, 4242.0, 4282.0, 4210.0, 4260.0, 4207.0, 4216.0, 4218.0, 4228.0, 4207.0, 4241.0, 4234.0, 4269.0, 4230.0, 4218.0, 4218.0, 4217.0, 4222.0, 4218.0, 4212.0, 4251.0, 4222.0, 4283.0, 4220.0, 4250.0, 4220.0, 4208.0, 4210.0, 4218.0, 4224.0, 4270.0, 4251.0, 4255.0, 4236.0, 4267.0, 4249.0, 4287.0, 4260.0, 4296.0, 4286.0, 4275.0, 4251.0, 4233.0, 4243.0, 4224.0, 4257.0, 4257.0, 4294.0, 4212.0, 4282.0, 4221.0, 4223.0, 4245.0, 4224.0, 4293.0, 4231.0, 4285.0, 4275.0, 4280.0, 4244.0, 4286.0, 4233.0, 4247.0, 4216.0, 4271.0, 4251.0, 4267.0, 4196.0, 4225.0, 4207.0, 4230.0, 4198.0, 4197.0, 4207.0, 4195.0, 4198.0, 4197.0, 4208.0, 4239.0, 4209.0, 4218.0, 4235.0, 4236.0, 4284.0, 4209.0, 4249.0, 4209.0, 4216.0, 4209.0, 4252.0, 4243.0, 4264.0, 4282.0, 4222.0, 4251.0, 4211.0, 4244.0, 4223.0, 4282.0, 4241.0, 4291.0, 4273.0, 4283.0, 4270.0, 4227.0, 4228.0, 4196.0, 4227.0, 4210.0, 4209.0, 4281.0, 4208.0, 4217.0, 4199.0, 4208.0, 4231.0, 4212.0, 4282.0, 4252.0, 4269.0, 4208.0, 4259.0, 4209.0, 4257.0, 4218.0, 4268.0, 4206.0, 4233.0, 4196.0, 4205.0, 4197.0, 4208.0, 4209.0, 4209.0, 4205.0, 4209.0, 4208.0, 4224.0, 4220.0, 4210.0, 4201.0, 4219.0, 4200.0, 4220.0, 4262.0, 4231.0, 4280.0, 4219.0, 4268.0, 4208.0, 4269.0, 4212.0, 4262.0, 4228.0, 4269.0, 4208.0, 4218.0, 4208.0, 4211.0, 4209.0, 4231.0, 4239.0, 4269.0, 4209.0, 4218.0, 4199.0, 4219.0, 4210.0, 4264.0, 4231.0, 4280.0, 4222.0, 4250.0, 4223.0, 4219.0, 4233.0, 4223.0, 4295.0, 4243.0, 4291.0, 4220.0, 4269.0, 4209.0, 4247.0, 4209.0, 4280.0, 4229.0, 4257.0, 4194.0, 4235.0, 4215.0, 4235.0, 4183.0, 4193.0, 4181.0, 4194.0, 4194.0, 4204.0, 4193.0, 4195.0, 4193.0, 4194.0, 4207.0, 4207.0, 4209.0, 4239.0, 4196.0, 4256.0, 4208.0, 4208.0, 4238.0, 4246.0, 4245.0, 4234.0, 4246.0, 4275.0, 4273.0, 4294.0, 4254.0, 4271.0, 4211.0, 4258.0, 4219.0, 4279.0, 4261.0, 4267.0, 4248.0, 4267.0, 4250.0, 4248.0, 4236.0, 4207.0, 4205.0, 4195.0, 4216.0, 4216.0, 4236.0, 4218.0, 4270.0, 4271.0, 4218.0, 4228.0, 4206.0, 4209.0, 4210.0, 4211.0, 4219.0, 4282.0, 4272.0, 4305.0, 4310.0, 4299.0, 4308.0, 4257.0, 4236.0, 4243.0, 4233.0, 4226.0, 4221.0, 4208.0, 4198.0, 4229.0, 4207.0, 4191.0, 4259.0, 4198.0, 4272.0, 4209.0, 4226.0, 4247.0, 4224.0, 4245.0, 4183.0, 4193.0, 4184.0, 4213.0, 4185.0, 4193.0, 4196.0, 4187.0, 4207.0, 4185.0, 4217.0, 4197.0, 4218.0, 4209.0, 4208.0, 4210.0, 4208.0, 4208.0, 4250.0, 4211.0, 4238.0, 4211.0, 4202.0, 4198.0, 4209.0, 4272.0, 4220.0, 4252.0, 4209.0, 4201.0, 4221.0, 4212.0, 4252.0, 4200.0, 4273.0, 4222.0, 4271.0, 4197.0, 4218.0, 4187.0, 4227.0, 4208.0, 4260.0, 4218.0, 4228.0, 4187.0, 4196.0, 4187.0, 4209.0, 4218.0, 4208.0, 4186.0, 4208.0, 4198.0, 4210.0, 4229.0, 4220.0, 4211.0, 4242.0, 4199.0, 4209.0, 4188.0, 4231.0, 4200.0, 4251.0, 4222.0, 4273.0, 4221.0, 4240.0, 4199.0, 4199.0, 4197.0, 4238.0, 4259.0, 4260.0, 4227.0, 4228.0, 4205.0, 4196.0, 4214.0, 4207.0, 4248.0, 4198.0, 4238.0, 4210.0, 4229.0, 4199.0, 4227.0, 4198.0, 4249.0, 4197.0, 4218.0, 4198.0, 4197.0, 4196.0, 4207.0, 4199.0, 4198.0, 4187.0, 4207.0, 4198.0, 4209.0, 4217.0, 4209.0, 4207.0, 4207.0, 4208.0, 4208.0, 4249.0, 4211.0, 4250.0, 4210.0, 4189.0, 4209.0, 4208.0, 4221.0, 4252.0, 4223.0, 4272.0, 4223.0, 4260.0, 4221.0, 4240.0, 4224.0, 4253.0, 4232.0, 4272.0, 4221.0, 4250.0, 4220.0, 4239.0, 4222.0, 4272.0, 4254.0, 4272.0, 4233.0, 4211.0, 4221.0, 4220.0, 4222.0, 4271.0, 4262.0, 4272.0, 4220.0, 4259.0, 4210.0, 4258.0, 4219.0, 4248.0, 4221.0, 4258.0, 4209.0, 4249.0, 4209.0, 4239.0, 4212.0, 4270.0, 4210.0, 4248.0, 4209.0, 4207.0, 4210.0, 4199.0, 4241.0, 4200.0, 4210.0, 4200.0, 4220.0, 4211.0, 4230.0, 4202.0, 4274.0, 4253.0, 4270.0, 4210.0, 4260.0, 4200.0, 4249.0, 4211.0, 4257.0, 4209.0, 4247.0, 4210.0, 4207.0, 4208.0, 4228.0, 4211.0, 4259.0, 4250.0, 4260.0, 4219.0, 4199.0, 4197.0, 4187.0, 4196.0, 4200.0, 4250.0, 4208.0, 4260.0, 4199.0, 4219.0, 4188.0, 4207.0, 4211.0, 4257.0, 4209.0, 4238.0, 4210.0, 4220.0, 4210.0, 4220.0, 4221.0, 4212.0, 4263.0, 4211.0, 4262.0, 4209.0, 4209.0, 4222.0, 4254.0, 4233.0, 4286.0, 4274.0, 4262.0, 4242.0, 4210.0, 4223.0, 4223.0, 4242.0, 4241.0, 4264.0, 4294.0, 4254.0, 4272.0, 4202.0, 4260.0, 4200.0, 4271.0, 4238.0, 4268.0, 4196.0, 4258.0, 4209.0, 4267.0, 4238.0, 4280.0, 4210.0, 4219.0, 4197.0, 4196.0, 4199.0, 4209.0, 4261.0, 4207.0, 4259.0, 4199.0, 4206.0, 4195.0, 4207.0, 4209.0, 4270.0, 4227.0, 4268.0, 4211.0, 4262.0, 4209.0, 4206.0, 4209.0, 4209.0, 4231.0, 4210.0, 4230.0, 4209.0, 4220.0, 4211.0, 4239.0, 4219.0, 4272.0, 4239.0, 4269.0, 4251.0, 4270.0, 4260.0, 4239.0, 4228.0, 4196.0, 4197.0, 4196.0, 4215.0, 4198.0, 4271.0, 4230.0, 4268.0, 4198.0, 4217.0, 4197.0, 4217.0, 4197.0, 4239.0, 4252.0, 4261.0, 4272.0, 4208.0, 4219.0, 4199.0, 4206.0, 4196.0, 4217.0, 4198.0, 4270.0, 4208.0, 4258.0, 4208.0, 4208.0, 4199.0, 4208.0, 4212.0, 4261.0, 4240.0, 4283.0, 4234.0, 4212.0, 4225.0, 4222.0, 4231.0, 4209.0, 4282.0, 4211.0, 4270.0, 4202.0, 4232.0, 4248.0, 4222.0, 4284.0, 4228.0, 4274.0, 4212.0, 4220.0, 4273.0, 4232.0, 4283.0, 4221.0, 4261.0, 4200.0, 4259.0, 4230.0, 4279.0, 4238.0, 4270.0, 4273.0, 4268.0, 4209.0, 4256.0, 4188.0, 4226.0, 4186.0, 4239.0, 4199.0, 4258.0, 4237.0, 4216.0, 4195.0, 4175.0, 4198.0, 4208.0, 4249.0, 4190.0, 4236.0, 4198.0, 4217.0, 4201.0, 4262.0, 4251.0, 4281.0, 4220.0, 4200.0, 4198.0, 4198.0, 4237.0, 4208.0, 4269.0, 4240.0, 4279.0, 4241.0, 4256.0, 4196.0, 4257.0, 4196.0, 4255.0, 4234.0, 4267.0, 4217.0, 4246.0, 4195.0, 4227.0, 4196.0, 4216.0, 4208.0, 4217.0, 4208.0, 4188.0, 4208.0, 4197.0, 4199.0, 4210.0, 4242.0, 4209.0, 4266.0, 4197.0, 4248.0, 4197.0, 4198.0, 4220.0, 4210.0, 4251.0, 4252.0, 4283.0, 4273.0, 4231.0, 4220.0, 4200.0, 4218.0, 4208.0, 4283.0, 4239.0, 4270.0, 4198.0, 4246.0, 4196.0, 4227.0, 4211.0, 4266.0, 4238.0, 4265.0, 4195.0, 4235.0, 4196.0, 4214.0, 4197.0, 4247.0, 4218.0, 4228.0, 4198.0, 4186.0, 4198.0, 4206.0, 4209.0, 4228.0, 4218.0, 4217.0, 4197.0, 4185.0, 4197.0, 4208.0, 4230.0, 4207.0, 4207.0, 4185.0, 4196.0, 4186.0, 4208.0, 4207.0, 4239.0, 4216.0, 4197.0, 4206.0, 4196.0, 4257.0, 4218.0, 4258.0, 4217.0, 4187.0, 4207.0, 4187.0, 4208.0, 4224.0, 4239.0, 4233.0, 4273.0, 4220.0, 4230.0, 4210.0, 4219.0, 4198.0, 4229.0, 4220.0, 4281.0, 4252.0, 4269.0, 4198.0, 4240.0, 4220.0, 4201.0, 4239.0, 4201.0, 4293.0, 4284.0, 4283.0, 4273.0, 4231.0, 4229.0, 4200.0, 4248.0, 4188.0, 4258.0, 4219.0, 4269.0, 4260.0, 4269.0, 4198.0, 4258.0, 4197.0, 4216.0, 4186.0, 4235.0, 4208.0, 4270.0, 4238.0, 4208.0, 4186.0, 4178.0, 4198.0, 4201.0, 4241.0, 4244.0, 4272.0, 4253.0, 4239.0, 4211.0, 4209.0, 4200.0, 4271.0, 4271.0, 4270.0, 4260.0, 4245.0, 4228.0, 4224.0, 4184.0, 4236.0, 4220.0, 4258.0, 4239.0, 4196.0, 4197.0, 4187.0, 4186.0, 4188.0, 4218.0, 4222.0, 4263.0, 4253.0, 4220.0, 4221.0, 4199.0, 4222.0, 4221.0, 4282.0, 4241.0, 4270.0], 'WindowWidth': [9410.0, 9404.0, 9375.0, 9364.0, 9348.0, 9344.0, 9395.0, 9359.0, 9426.0, 9346.0, 9387.0, 9389.0, 9345.0, 9339.0, 9373.0, 9369.0, 9378.0, 9374.0, 9390.0, 9410.0, 9400.0, 9384.0, 9411.0, 9397.0, 9346.0, 9398.0, 9380.0, 9416.0, 9402.0, 9435.0, 9426.0, 9468.0, 9407.0, 9474.0, 9453.0, 9453.0, 9452.0, 9391.0, 9385.0, 9375.0, 9372.0, 9373.0, 9397.0, 9358.0, 9396.0, 9354.0, 9371.0, 9375.0, 9424.0, 9405.0, 9428.0, 9375.0, 9374.0, 9376.0, 9351.0, 9386.0, 9369.0, 9414.0, 9367.0, 9452.0, 9378.0, 9447.0, 9371.0, 9444.0, 9383.0, 9446.0, 9420.0, 9430.0, 9358.0, 9395.0, 9344.0, 9357.0, 9360.0, 9343.0, 9364.0, 9356.0, 9384.0, 9344.0, 9413.0, 9347.0, 9413.0, 9363.0, 9452.0, 9395.0, 9446.0, 9346.0, 9410.0, 9337.0, 9347.0, 9355.0, 9368.0, 9339.0, 9389.0, 9385.0, 9425.0, 9372.0, 9353.0, 9352.0, 9350.0, 9364.0, 9355.0, 9350.0, 9402.0, 9367.0, 9450.0, 9360.0, 9401.0, 9359.0, 9339.0, 9344.0, 9352.0, 9373.0, 9449.0, 9423.0, 9419.0, 9395.0, 9436.0, 9418.0, 9467.0, 9435.0, 9471.0, 9461.0, 9440.0, 9405.0, 9382.0, 9399.0, 9374.0, 9423.0, 9421.0, 9469.0, 9352.0, 9447.0, 9364.0, 9369.0, 9400.0, 9376.0, 9465.0, 9377.0, 9456.0, 9443.0, 9443.0, 9399.0, 9458.0, 9384.0, 9391.0, 9349.0, 9429.0, 9405.0, 9418.0, 9319.0, 9359.0, 9339.0, 9371.0, 9327.0, 9324.0, 9338.0, 9320.0, 9328.0, 9325.0, 9340.0, 9383.0, 9342.0, 9354.0, 9389.0, 9394.0, 9455.0, 9347.0, 9398.0, 9343.0, 9350.0, 9344.0, 9406.0, 9401.0, 9425.0, 9447.0, 9365.0, 9403.0, 9352.0, 9396.0, 9369.0, 9446.0, 9388.0, 9461.0, 9437.0, 9450.0, 9428.0, 9361.0, 9365.0, 9323.0, 9364.0, 9347.0, 9345.0, 9442.0, 9341.0, 9352.0, 9330.0, 9342.0, 9374.0, 9353.0, 9444.0, 9404.0, 9422.0, 9340.0, 9407.0, 9343.0, 9404.0, 9357.0, 9421.0, 9336.0, 9369.0, 9323.0, 9334.0, 9327.0, 9340.0, 9344.0, 9345.0, 9336.0, 9344.0, 9346.0, 9370.0, 9363.0, 9352.0, 9336.0, 9359.0, 9334.0, 9362.0, 9421.0, 9380.0, 9443.0, 9358.0, 9421.0, 9341.0, 9423.0, 9351.0, 9420.0, 9372.0, 9425.0, 9343.0, 9355.0, 9343.0, 9347.0, 9344.0, 9378.0, 9387.0, 9428.0, 9344.0, 9356.0, 9333.0, 9360.0, 9354.0, 9426.0, 9380.0, 9443.0, 9367.0, 9404.0, 9369.0, 9361.0, 9386.0, 9372.0, 9472.0, 9397.0, 9461.0, 9362.0, 9425.0, 9345.0, 9392.0, 9343.0, 9444.0, 9369.0, 9403.0, 9317.0, 9370.0, 9344.0, 9370.0, 9297.0, 9312.0, 9293.0, 9313.0, 9317.0, 9331.0, 9314.0, 9320.0, 9314.0, 9317.0, 9341.0, 9340.0, 9344.0, 9385.0, 9322.0, 9403.0, 9342.0, 9341.0, 9401.0, 9410.0, 9406.0, 9391.0, 9408.0, 9447.0, 9439.0, 9474.0, 9413.0, 9434.0, 9351.0, 9410.0, 9360.0, 9440.0, 9416.0, 9421.0, 9394.0, 9420.0, 9403.0, 9394.0, 9376.0, 9336.0, 9333.0, 9320.0, 9348.0, 9349.0, 9375.0, 9360.0, 9429.0, 9431.0, 9354.0, 9365.0, 9337.0, 9343.0, 9347.0, 9349.0, 9360.0, 9448.0, 9439.0, 9498.0, 9508.0, 9489.0, 9501.0, 9428.0, 9398.0, 9403.0, 9390.0, 9381.0, 9364.0, 9342.0, 9329.0, 9368.0, 9338.0, 9318.0, 9410.0, 9325.0, 9431.0, 9341.0, 9355.0, 9386.0, 9351.0, 9380.0, 9293.0, 9305.0, 9297.0, 9334.0, 9301.0, 9308.0, 9317.0, 9310.0, 9335.0, 9304.0, 9346.0, 9321.0, 9350.0, 9342.0, 9339.0, 9345.0, 9340.0, 9340.0, 9398.0, 9346.0, 9378.0, 9346.0, 9340.0, 9328.0, 9344.0, 9432.0, 9360.0, 9402.0, 9344.0, 9334.0, 9363.0, 9351.0, 9403.0, 9333.0, 9435.0, 9363.0, 9429.0, 9324.0, 9350.0, 9310.0, 9362.0, 9340.0, 9412.0, 9350.0, 9364.0, 9307.0, 9320.0, 9309.0, 9341.0, 9353.0, 9338.0, 9307.0, 9339.0, 9327.0, 9344.0, 9372.0, 9362.0, 9347.0, 9390.0, 9331.0, 9343.0, 9316.0, 9373.0, 9332.0, 9403.0, 9366.0, 9435.0, 9360.0, 9386.0, 9328.0, 9328.0, 9325.0, 9380.0, 9411.0, 9412.0, 9362.0, 9365.0, 9329.0, 9320.0, 9342.0, 9336.0, 9392.0, 9325.0, 9380.0, 9344.0, 9367.0, 9329.0, 9363.0, 9326.0, 9392.0, 9323.0, 9350.0, 9326.0, 9322.0, 9321.0, 9336.0, 9326.0, 9325.0, 9308.0, 9335.0, 9324.0, 9340.0, 9350.0, 9340.0, 9334.0, 9337.0, 9338.0, 9339.0, 9396.0, 9349.0, 9397.0, 9345.0, 9315.0, 9343.0, 9341.0, 9362.0, 9404.0, 9367.0, 9432.0, 9367.0, 9413.0, 9362.0, 9384.0, 9369.0, 9406.0, 9379.0, 9429.0, 9362.0, 9400.0, 9361.0, 9383.0, 9367.0, 9434.0, 9411.0, 9433.0, 9380.0, 9349.0, 9362.0, 9359.0, 9364.0, 9430.0, 9419.0, 9432.0, 9359.0, 9409.0, 9343.0, 9406.0, 9356.0, 9391.0, 9359.0, 9405.0, 9341.0, 9392.0, 9341.0, 9381.0, 9351.0, 9423.0, 9342.0, 9390.0, 9340.0, 9337.0, 9343.0, 9328.0, 9386.0, 9329.0, 9345.0, 9332.0, 9358.0, 9348.0, 9373.0, 9338.0, 9434.0, 9406.0, 9425.0, 9344.0, 9407.0, 9328.0, 9392.0, 9345.0, 9403.0, 9338.0, 9388.0, 9341.0, 9334.0, 9340.0, 9364.0, 9345.0, 9409.0, 9396.0, 9409.0, 9352.0, 9326.0, 9322.0, 9309.0, 9320.0, 9329.0, 9397.0, 9336.0, 9408.0, 9324.0, 9350.0, 9310.0, 9333.0, 9345.0, 9400.0, 9339.0, 9377.0, 9343.0, 9355.0, 9343.0, 9355.0, 9358.0, 9351.0, 9420.0, 9347.0, 9414.0, 9340.0, 9340.0, 9363.0, 9412.0, 9384.0, 9455.0, 9439.0, 9420.0, 9393.0, 9349.0, 9371.0, 9371.0, 9391.0, 9392.0, 9426.0, 9467.0, 9409.0, 9433.0, 9338.0, 9411.0, 9331.0, 9426.0, 9379.0, 9417.0, 9319.0, 9404.0, 9342.0, 9418.0, 9379.0, 9439.0, 9347.0, 9356.0, 9323.0, 9318.0, 9326.0, 9341.0, 9414.0, 9336.0, 9407.0, 9327.0, 9333.0, 9317.0, 9333.0, 9342.0, 9424.0, 9363.0, 9418.0, 9347.0, 9420.0, 9344.0, 9334.0, 9341.0, 9340.0, 9373.0, 9346.0, 9369.0, 9343.0, 9357.0, 9348.0, 9383.0, 9357.0, 9430.0, 9383.0, 9423.0, 9398.0, 9422.0, 9411.0, 9379.0, 9365.0, 9318.0, 9320.0, 9320.0, 9342.0, 9324.0, 9424.0, 9369.0, 9419.0, 9324.0, 9346.0, 9321.0, 9346.0, 9323.0, 9383.0, 9401.0, 9411.0, 9431.0, 9338.0, 9354.0, 9325.0, 9332.0, 9320.0, 9346.0, 9324.0, 9422.0, 9338.0, 9403.0, 9339.0, 9335.0, 9327.0, 9336.0, 9352.0, 9413.0, 9384.0, 9450.0, 9387.0, 9354.0, 9373.0, 9363.0, 9372.0, 9341.0, 9441.0, 9343.0, 9424.0, 9336.0, 9380.0, 9410.0, 9367.0, 9451.0, 9382.0, 9438.0, 9352.0, 9359.0, 9434.0, 9376.0, 9447.0, 9360.0, 9412.0, 9331.0, 9405.0, 9368.0, 9434.0, 9374.0, 9425.0, 9432.0, 9418.0, 9336.0, 9395.0, 9307.0, 9356.0, 9303.0, 9375.0, 9324.0, 9403.0, 9374.0, 9342.0, 9314.0, 9288.0, 9322.0, 9338.0, 9392.0, 9315.0, 9372.0, 9325.0, 9347.0, 9333.0, 9416.0, 9401.0, 9441.0, 9357.0, 9329.0, 9323.0, 9324.0, 9373.0, 9337.0, 9421.0, 9383.0, 9437.0, 9385.0, 9398.0, 9318.0, 9400.0, 9316.0, 9395.0, 9368.0, 9411.0, 9344.0, 9382.0, 9315.0, 9357.0, 9318.0, 9344.0, 9337.0, 9347.0, 9338.0, 9310.0, 9338.0, 9323.0, 9328.0, 9345.0, 9390.0, 9343.0, 9412.0, 9324.0, 9389.0, 9320.0, 9325.0, 9362.0, 9348.0, 9402.0, 9407.0, 9451.0, 9435.0, 9373.0, 9358.0, 9330.0, 9351.0, 9339.0, 9444.0, 9381.0, 9424.0, 9323.0, 9382.0, 9317.0, 9358.0, 9345.0, 9413.0, 9377.0, 9410.0, 9316.0, 9367.0, 9316.0, 9338.0, 9322.0, 9388.0, 9351.0, 9361.0, 9323.0, 9304.0, 9323.0, 9333.0, 9339.0, 9363.0, 9352.0, 9346.0, 9321.0, 9302.0, 9320.0, 9338.0, 9368.0, 9334.0, 9333.0, 9301.0, 9317.0, 9304.0, 9335.0, 9334.0, 9380.0, 9344.0, 9320.0, 9330.0, 9316.0, 9399.0, 9349.0, 9404.0, 9347.0, 9306.0, 9334.0, 9307.0, 9337.0, 9373.0, 9400.0, 9383.0, 9436.0, 9357.0, 9370.0, 9343.0, 9353.0, 9326.0, 9365.0, 9357.0, 9443.0, 9402.0, 9420.0, 9323.0, 9387.0, 9358.0, 9333.0, 9381.0, 9333.0, 9461.0, 9451.0, 9447.0, 9432.0, 9373.0, 9366.0, 9328.0, 9388.0, 9309.0, 9399.0, 9351.0, 9420.0, 9410.0, 9420.0, 9323.0, 9400.0, 9318.0, 9342.0, 9301.0, 9367.0, 9335.0, 9421.0, 9377.0, 9333.0, 9305.0, 9298.0, 9325.0, 9334.0, 9387.0, 9394.0, 9429.0, 9405.0, 9379.0, 9345.0, 9340.0, 9328.0, 9425.0, 9427.0, 9424.0, 9408.0, 9379.0, 9359.0, 9350.0, 9299.0, 9368.0, 9353.0, 9402.0, 9377.0, 9315.0, 9319.0, 9308.0, 9304.0, 9312.0, 9350.0, 9363.0, 9416.0, 9404.0, 9355.0, 9360.0, 9327.0, 9359.0, 9364.0, 9447.0, 9387.0, 9423.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.0008802188183807439</td></tr>
<tr><td colspan=3>aqi</td><td>0.03341478435448578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.51892671020808</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1996305459802856</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9715602820591471</td></tr>
<tr><td colspan=3>efc</td><td>0.4626</td></tr>
<tr><td colspan=3>fber</td><td>6231.9233</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12546639779362</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>117</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.800875273522976</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5135037900159864</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4191676695952755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.779699297363168</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3416444030895165</td></tr>
<tr><td colspan=3>gcor</td><td>0.00896565</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014570633880794048</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025079840794205666</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.5855814648284</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>35.1613</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5963</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.0325</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302923.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>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.8979</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7871</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.5963</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.7437</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73621.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.4089</td></tr>
<tr><td colspan=3>tsnr</td><td>33.13479616935365</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>