<?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-0010_ses-02_task-faces_acq-mb8_run-01_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-0010_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0010_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0010_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0010_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0010_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0010_suffix-bold_task-faces" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_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-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-02_task-faces_acq-mb8_run-01_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-0010/ses-02/func/sub-0010_ses-02_task-faces_acq-mb8_run-01_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>5aad18fdf9f0be67720fc6a5ca014d2f</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>15:09:16.105000</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.997361, 0.0161414, 0.0707913, -0.0092261, 0.995247, -0.0969464]</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0782219</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7704, -7229, 677, -5, 36, -59, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.755</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0b4f7015-cc4e-454a-bcde-31a578d00db3||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.6758453845977783, -0.024752963334321976, 0.19445312023162842, 112.56181335449219], [-0.04330630600452423, 2.6701745986938477, -0.2593010663986206, -74.79104614257812], [0.18992789089679718, 0.26010024547576904, 2.680475950241089, -55.12187194824219], [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': ['150916.105000', '150916.565000', '150917.025000', '150917.485000', '150917.945000', '150918.405000', '150918.865000', '150919.325000', '150919.785000', '150920.245000', '150920.705000', '150921.165000', '150921.625000', '150922.085000', '150922.545000', '150923.005000', '150923.465000', '150923.925000', '150924.385000', '150924.845000', '150925.305000', '150925.765000', '150926.225000', '150926.685000', '150927.145000', '150927.605000', '150928.065000', '150928.525000', '150928.985000', '150929.445000', '150929.905000', '150930.365000', '150930.825000', '150931.285000', '150931.745000', '150932.205000', '150932.665000', '150933.125000', '150933.585000', '150934.045000', '150934.505000', '150934.965000', '150935.425000', '150935.885000', '150936.345000', '150936.805000', '150937.265000', '150937.725000', '150938.185000', '150938.645000', '150939.105000', '150939.565000', '150940.025000', '150940.485000', '150940.945000', '150941.405000', '150941.865000', '150942.325000', '150942.785000', '150943.245000', '150943.705000', '150944.165000', '150944.625000', '150945.085000', '150945.545000', '150946.005000', '150946.465000', '150946.925000', '150947.385000', '150947.845000', '150948.305000', '150948.765000', '150949.225000', '150949.685000', '150950.145000', '150950.605000', '150951.065000', '150951.525000', '150951.985000', '150952.445000', '150952.905000', '150953.365000', '150953.825000', '150954.285000', '150954.745000', '150955.205000', '150955.665000', '150956.125000', '150956.585000', '150957.045000', '150957.505000', '150957.965000', '150958.425000', '150958.885000', '150959.345000', '150959.805000', '151000.265000', '151000.725000', '151001.185000', '151001.645000', '151002.105000', '151002.565000', '151003.025000', '151003.485000', '151003.945000', '151004.405000', '151004.865000', '151005.325000', '151005.785000', '151006.245000', '151006.705000', '151007.165000', '151007.625000', '151008.085000', '151008.545000', '151009.005000', '151009.465000', '151009.925000', '151010.385000', '151010.845000', '151011.305000', '151011.765000', '151012.225000', '151012.685000', '151013.145000', '151013.605000', '151014.065000', '151014.525000', '151014.985000', '151015.445000', '151015.905000', '151016.365000', '151016.825000', '151017.285000', '151017.745000', '151018.205000', '151018.665000', '151019.125000', '151019.585000', '151020.045000', '151020.505000', '151020.965000', '151021.425000', '151021.885000', '151022.345000', '151022.805000', '151023.265000', '151023.725000', '151024.185000', '151024.645000', '151025.105000', '151025.565000', '151026.025000', '151026.485000', '151026.945000', '151027.405000', '151027.865000', '151028.325000', '151028.785000', '151029.245000', '151029.705000', '151030.165000', '151030.625000', '151031.085000', '151031.545000', '151032.005000', '151032.465000', '151032.925000', '151033.385000', '151033.845000', '151034.305000', '151034.765000', '151035.225000', '151035.685000', '151036.145000', '151036.605000', '151037.065000', '151037.525000', '151037.985000', '151038.445000', '151038.905000', '151039.365000', '151039.825000', '151040.285000', '151040.745000', '151041.205000', '151041.665000', '151042.125000', '151042.585000', '151043.045000', '151043.505000', '151043.965000', '151044.425000', '151044.885000', '151045.345000', '151045.805000', '151046.265000', '151046.725000', '151047.185000', '151047.645000', '151048.105000', '151048.565000', '151049.025000', '151049.485000', '151049.945000', '151050.405000', '151050.865000', '151051.325000', '151051.785000', '151052.245000', '151052.705000', '151053.165000', '151053.625000', '151054.085000', '151054.545000', '151055.005000', '151055.465000', '151055.925000', '151056.385000', '151056.845000', '151057.305000', '151057.765000', '151058.225000', '151058.685000', '151059.145000', '151059.605000', '151100.065000', '151100.525000', '151100.985000', '151101.445000', '151101.905000', '151102.365000', '151102.825000', '151103.285000', '151103.745000', '151104.205000', '151104.665000', '151105.125000', '151105.585000', '151106.045000', '151106.505000', '151106.965000', '151107.425000', '151107.885000', '151108.345000', '151108.805000', '151109.265000', '151109.725000', '151110.185000', '151110.645000', '151111.105000', '151111.565000', '151112.025000', '151112.485000', '151112.945000', '151113.405000', '151113.865000', '151114.325000', '151114.785000', '151115.245000', '151115.705000', '151116.165000', '151116.625000', '151117.085000', '151117.545000', '151118.005000', '151118.465000', '151118.925000', '151119.385000', '151119.845000', '151120.305000', '151120.765000', '151121.225000', '151121.685000', '151122.145000', '151122.605000', '151123.065000', '151123.525000', '151123.985000', '151124.445000', '151124.905000', '151125.365000', '151125.825000', '151126.285000', '151126.745000', '151127.205000', '151127.665000', '151128.125000', '151128.585000', '151129.045000', '151129.505000', '151129.965000', '151130.425000', '151130.885000', '151131.345000', '151131.805000', '151132.265000', '151132.725000', '151133.185000', '151133.645000', '151134.105000', '151134.565000', '151135.025000', '151135.485000', '151135.945000', '151136.405000', '151136.865000', '151137.325000', '151137.785000', '151138.245000', '151138.705000', '151139.165000', '151139.625000', '151140.085000', '151140.545000', '151141.005000', '151141.465000', '151141.925000', '151142.385000', '151142.845000', '151143.305000', '151143.765000', '151144.225000', '151144.685000', '151145.145000', '151145.605000', '151146.065000', '151146.525000', '151146.985000', '151147.445000', '151147.905000', '151148.365000', '151148.825000', '151149.285000', '151149.745000', '151150.205000', '151150.665000', '151151.125000', '151151.585000', '151152.045000', '151152.505000', '151152.965000', '151153.425000', '151153.885000', '151154.345000', '151154.805000', '151155.265000', '151155.725000', '151156.185000', '151156.645000', '151157.105000', '151157.565000', '151158.025000', '151158.485000', '151158.945000', '151159.405000', '151159.865000', '151200.325000', '151200.785000', '151201.245000', '151201.705000', '151202.165000', '151202.625000', '151203.085000', '151203.545000', '151204.005000', '151204.465000', '151204.925000', '151205.385000', '151205.845000', '151206.305000', '151206.765000', '151207.225000', '151207.685000', '151208.145000', '151208.605000', '151209.065000', '151209.525000', '151209.985000', '151210.445000', '151210.905000', '151211.365000', '151211.825000', '151212.285000', '151212.745000', '151213.205000', '151213.665000', '151214.125000', '151214.585000', '151215.045000', '151215.505000', '151215.965000', '151216.425000', '151216.885000', '151217.345000', '151217.805000', '151218.265000', '151218.725000', '151219.185000', '151219.645000', '151220.105000', '151220.565000', '151221.025000', '151221.485000', '151221.945000', '151222.405000', '151222.865000', '151223.325000', '151223.785000', '151224.245000', '151224.705000', '151225.165000', '151225.625000', '151226.085000', '151226.545000', '151227.005000', '151227.465000', '151227.925000', '151228.385000', '151228.845000', '151229.305000', '151229.765000', '151230.225000', '151230.685000', '151231.145000', '151231.605000', '151232.065000', '151232.525000', '151232.985000', '151233.445000', '151233.905000', '151234.365000', '151234.825000', '151235.285000', '151235.745000', '151236.205000', '151236.665000', '151237.125000', '151237.585000', '151238.045000', '151238.505000', '151238.965000', '151239.425000', '151239.885000', '151240.345000', '151240.805000', '151241.265000', '151241.725000', '151242.185000', '151242.645000', '151243.105000', '151243.565000', '151244.025000', '151244.485000', '151244.945000', '151245.405000', '151245.865000', '151246.325000', '151246.785000', '151247.245000', '151247.705000', '151248.165000', '151248.625000', '151249.085000', '151249.545000', '151250.005000', '151250.465000', '151250.925000', '151251.385000', '151251.845000', '151252.305000', '151252.765000', '151253.225000', '151253.685000', '151254.145000', '151254.605000', '151255.065000', '151255.525000', '151255.985000', '151256.445000', '151256.905000', '151257.365000', '151257.825000', '151258.285000', '151258.745000', '151259.205000', '151259.665000', '151300.125000', '151300.585000', '151301.045000', '151301.505000', '151301.965000', '151302.425000', '151302.885000', '151303.345000', '151303.805000', '151304.265000', '151304.725000', '151305.185000', '151305.645000', '151306.105000', '151306.565000', '151307.025000', '151307.485000', '151307.945000', '151308.405000', '151308.865000', '151309.325000', '151309.785000', '151310.245000', '151310.705000', '151311.165000', '151311.625000', '151312.085000', '151312.545000', '151313.005000', '151313.465000', '151313.925000', '151314.385000', '151314.845000', '151315.305000', '151315.765000', '151316.225000', '151316.685000', '151317.145000', '151317.605000', '151318.065000', '151318.525000', '151318.985000', '151319.445000', '151319.905000', '151320.365000', '151320.825000', '151321.285000', '151321.745000', '151322.205000', '151322.665000', '151323.125000', '151323.585000', '151324.045000', '151324.505000', '151324.965000', '151325.425000', '151325.885000', '151326.345000', '151326.805000', '151327.265000', '151327.725000', '151328.185000', '151328.645000', '151329.105000', '151329.565000', '151330.025000', '151330.485000', '151330.945000', '151331.405000', '151331.865000', '151332.325000', '151332.785000', '151333.245000', '151333.705000', '151334.165000', '151334.625000', '151335.085000', '151335.545000', '151336.005000', '151336.465000', '151336.925000', '151337.385000', '151337.845000', '151338.305000', '151338.765000', '151339.225000', '151339.685000', '151340.145000', '151340.605000', '151341.065000', '151341.525000', '151341.985000', '151342.445000', '151342.905000', '151343.365000', '151343.825000', '151344.285000', '151344.745000', '151345.205000', '151345.665000', '151346.125000', '151346.585000', '151347.045000', '151347.505000', '151347.965000', '151348.425000', '151348.885000', '151349.345000', '151349.805000', '151350.265000', '151350.725000', '151351.185000', '151351.645000', '151352.105000', '151352.565000', '151353.025000', '151353.485000', '151353.945000', '151354.405000', '151354.865000', '151355.325000', '151355.785000', '151356.245000', '151356.705000', '151357.165000', '151357.625000', '151358.085000', '151358.545000', '151359.005000', '151359.465000', '151359.925000', '151400.385000', '151400.845000', '151401.305000', '151401.765000', '151402.225000', '151402.685000', '151403.145000', '151403.605000', '151404.065000', '151404.525000', '151404.985000', '151405.445000', '151405.905000', '151406.365000', '151406.825000', '151407.285000', '151407.745000', '151408.205000', '151408.665000', '151409.125000', '151409.585000', '151410.045000', '151410.505000', '151410.965000', '151411.425000', '151411.885000', '151412.345000', '151412.805000', '151413.265000', '151413.725000', '151414.185000', '151414.645000', '151415.105000', '151415.565000', '151416.025000', '151416.485000', '151416.945000', '151417.405000', '151417.865000', '151418.325000', '151418.785000', '151419.245000', '151419.705000', '151420.165000', '151420.625000', '151421.085000', '151421.545000', '151422.005000', '151422.465000', '151422.925000', '151423.385000', '151423.845000', '151424.305000', '151424.765000', '151425.225000', '151425.685000', '151426.145000', '151426.605000', '151427.065000', '151427.525000', '151427.985000', '151428.445000', '151428.905000', '151429.365000', '151429.825000', '151430.285000', '151430.745000', '151431.205000', '151431.665000', '151432.125000', '151432.585000', '151433.045000', '151433.505000', '151433.965000', '151434.425000', '151434.885000', '151435.345000', '151435.805000', '151436.265000', '151436.725000', '151437.185000', '151437.645000', '151438.105000', '151438.565000', '151439.025000', '151439.485000', '151439.945000', '151440.405000', '151440.865000', '151441.325000', '151441.785000', '151442.245000', '151442.705000', '151443.165000', '151443.625000', '151444.085000', '151444.545000', '151445.005000', '151445.465000', '151445.925000', '151446.385000', '151446.845000', '151447.305000', '151447.765000', '151448.225000', '151448.685000', '151449.145000', '151449.605000', '151450.065000', '151450.525000', '151450.985000', '151451.445000', '151451.905000', '151452.365000', '151452.825000', '151453.285000', '151453.745000', '151454.205000', '151454.665000', '151455.125000', '151455.585000', '151456.045000', '151456.505000', '151456.965000', '151457.425000', '151457.885000', '151458.345000', '151458.805000', '151459.265000', '151459.725000', '151500.185000', '151500.645000', '151501.105000', '151501.565000', '151502.025000', '151502.485000', '151502.945000', '151503.405000', '151503.865000', '151504.325000', '151504.785000', '151505.245000', '151505.705000', '151506.165000', '151506.625000', '151507.085000', '151507.545000', '151508.005000', '151508.465000', '151508.925000', '151509.385000', '151509.845000', '151510.305000', '151510.765000', '151511.225000', '151511.685000', '151512.145000', '151512.605000', '151513.065000', '151513.525000', '151513.985000', '151514.445000', '151514.905000', '151515.365000', '151515.825000', '151516.285000', '151516.745000', '151517.205000', '151517.665000', '151518.125000', '151518.585000', '151519.045000', '151519.505000', '151519.965000', '151520.425000', '151520.885000', '151521.345000', '151521.805000', '151522.265000', '151522.725000', '151523.185000', '151523.645000', '151524.105000', '151524.565000', '151525.025000', '151525.485000', '151525.945000', '151526.405000', '151526.865000', '151527.325000', '151527.785000', '151528.245000', '151528.705000', '151529.165000', '151529.625000', '151530.085000', '151530.545000', '151531.005000', '151531.465000', '151531.925000', '151532.385000', '151532.845000', '151533.305000', '151533.765000', '151534.225000', '151534.685000', '151535.145000', '151535.605000', '151536.065000', '151536.525000', '151536.985000', '151537.445000', '151537.905000', '151538.365000', '151538.825000', '151539.285000', '151539.745000', '151540.205000', '151540.665000', '151541.125000', '151541.585000', '151542.045000', '151542.505000', '151542.965000', '151543.425000', '151543.885000', '151544.345000', '151544.805000', '151545.265000', '151545.725000', '151546.185000', '151546.645000', '151547.105000', '151547.565000', '151548.025000', '151548.485000', '151548.945000', '151549.405000', '151549.865000', '151550.325000', '151550.785000', '151551.245000', '151551.705000', '151552.165000', '151552.625000', '151553.085000', '151553.545000', '151554.005000', '151554.465000', '151554.925000', '151555.385000', '151555.845000', '151556.305000', '151556.765000', '151557.225000', '151557.685000', '151558.145000', '151558.605000', '151559.065000', '151559.525000', '151559.985000', '151600.445000', '151600.905000', '151601.365000', '151601.825000', '151602.285000', '151602.745000', '151603.205000', '151603.665000', '151604.125000', '151604.585000', '151605.045000', '151605.505000', '151605.965000', '151606.425000', '151606.885000', '151607.345000', '151607.805000', '151608.265000', '151608.725000', '151609.185000', '151609.645000', '151610.105000', '151610.565000', '151611.025000', '151611.485000', '151611.945000', '151612.405000', '151612.865000', '151613.325000', '151613.785000', '151614.245000', '151614.705000', '151615.165000', '151615.625000', '151616.085000'], 'ContentTime': ['150939.284000', '150939.287000', '150939.291000', '150939.294000', '150939.296000', '150939.299000', '150939.302000', '150939.305000', '150939.308000', '150939.311000', '150939.314000', '150939.318000', '150939.321000', '150939.324000', '150939.327000', '150939.330000', '150939.333000', '150939.335000', '150939.338000', '150939.341000', '150939.344000', '150939.346000', '150939.349000', '150939.352000', '150939.355000', '150939.358000', '150939.363000', '150939.366000', '150939.369000', '150939.372000', '150939.375000', '150939.378000', '150939.380000', '150939.383000', '150939.386000', '150939.389000', '150939.392000', '150939.394000', '150939.397000', '150939.400000', '150939.403000', '150939.406000', '150939.409000', '150939.411000', '150939.414000', '150939.417000', '150939.420000', '150939.423000', '150939.426000', '150959.250000', '150959.253000', '150959.256000', '150959.259000', '150959.261000', '150959.264000', '150959.267000', '150959.270000', '150959.273000', '150959.275000', '150959.278000', '150959.281000', '150959.284000', '150959.287000', '150959.289000', '150959.292000', '150959.295000', '150959.298000', '150959.301000', '150959.304000', '150959.307000', '150959.309000', '150959.312000', '150959.315000', '150959.318000', '150959.321000', '150959.323000', '150959.326000', '150959.329000', '150959.332000', '150959.335000', '150959.338000', '150959.343000', '150959.346000', '150959.349000', '150959.352000', '150959.355000', '150959.357000', '150959.360000', '150959.363000', '150959.366000', '150959.369000', '150959.371000', '150959.374000', '151019.251000', '151019.254000', '151019.257000', '151019.260000', '151019.262000', '151019.282000', '151019.285000', '151019.288000', '151019.291000', '151019.294000', '151019.297000', '151019.300000', '151019.302000', '151019.305000', '151019.308000', '151019.311000', '151019.314000', '151019.317000', '151019.320000', '151019.323000', '151019.325000', '151019.328000', '151019.331000', '151019.334000', '151019.337000', '151019.340000', '151019.343000', '151019.346000', '151019.349000', '151019.352000', '151019.354000', '151019.357000', '151019.360000', '151019.363000', '151019.366000', '151019.369000', '151019.372000', '151019.374000', '151019.377000', '151019.380000', '151019.383000', '151019.386000', '151019.388000', '151039.250000', '151039.253000', '151039.256000', '151039.258000', '151039.261000', '151039.264000', '151039.271000', '151039.274000', '151039.277000', '151039.279000', '151039.282000', '151039.285000', '151039.288000', '151039.291000', '151039.294000', '151039.296000', '151039.299000', '151039.302000', '151039.305000', '151039.308000', '151039.311000', '151039.313000', '151039.316000', '151039.319000', '151039.322000', '151039.325000', '151039.328000', '151039.330000', '151039.339000', '151039.342000', '151039.345000', '151039.348000', '151039.351000', '151039.354000', '151039.357000', '151039.359000', '151039.362000', '151039.365000', '151039.368000', '151039.371000', '151039.373000', '151039.376000', '151039.379000', '151039.382000', '151059.250000', '151059.253000', '151059.256000', '151059.259000', '151059.262000', '151059.264000', '151059.267000', '151059.270000', '151059.273000', '151059.276000', '151059.278000', '151059.281000', '151059.284000', '151059.287000', '151059.290000', '151059.293000', '151059.295000', '151059.298000', '151059.301000', '151059.304000', '151059.307000', '151059.310000', '151059.313000', '151059.315000', '151059.318000', '151059.321000', '151059.324000', '151059.327000', '151059.330000', '151059.333000', '151059.335000', '151059.338000', '151059.341000', '151059.344000', '151059.347000', '151059.350000', '151059.358000', '151059.361000', '151059.364000', '151059.367000', '151059.370000', '151059.372000', '151059.375000', '151119.250000', '151119.253000', '151119.256000', '151119.259000', '151119.262000', '151119.265000', '151119.267000', '151119.270000', '151119.273000', '151119.276000', '151119.279000', '151119.282000', '151119.285000', '151119.288000', '151119.290000', '151119.293000', '151119.301000', '151119.304000', '151119.306000', '151119.309000', '151119.312000', '151119.315000', '151119.318000', '151119.321000', '151119.323000', '151119.326000', '151119.329000', '151119.332000', '151119.335000', '151119.338000', '151119.341000', '151119.343000', '151119.346000', '151119.349000', '151119.352000', '151119.355000', '151119.358000', '151119.361000', '151119.364000', '151119.366000', '151119.369000', '151119.372000', '151119.375000', '151119.378000', '151139.250000', '151139.253000', '151139.256000', '151139.259000', '151139.262000', '151139.264000', '151139.267000', '151139.270000', '151139.273000', '151139.276000', '151139.279000', '151139.282000', '151139.285000', '151139.287000', '151139.290000', '151139.293000', '151139.296000', '151139.299000', '151139.301000', '151139.304000', '151139.308000', '151139.311000', '151139.314000', '151139.317000', '151139.320000', '151139.323000', '151139.326000', '151139.329000', '151139.331000', '151139.334000', '151139.337000', '151139.340000', '151139.343000', '151139.346000', '151139.348000', '151139.351000', '151139.354000', '151139.357000', '151139.360000', '151139.363000', '151139.366000', '151139.369000', '151139.371000', '151159.250000', '151159.266000', '151159.269000', '151159.272000', '151159.275000', '151159.278000', '151159.280000', '151159.283000', '151159.286000', '151159.289000', '151159.292000', '151159.295000', '151159.298000', '151159.300000', '151159.303000', '151159.306000', '151159.309000', '151159.312000', '151159.315000', '151159.317000', '151159.320000', '151159.323000', '151159.326000', '151159.329000', '151159.332000', '151159.335000', '151159.337000', '151159.340000', '151159.343000', '151159.346000', '151159.349000', '151159.352000', '151159.355000', '151159.358000', '151159.360000', '151159.363000', '151159.366000', '151159.369000', '151159.372000', '151159.375000', '151159.378000', '151159.380000', '151159.383000', '151159.386000', '151219.250000', '151219.253000', '151219.256000', '151219.259000', '151219.262000', '151219.265000', '151219.267000', '151219.270000', '151219.273000', '151219.276000', '151219.279000', '151219.282000', '151219.285000', '151219.287000', '151219.290000', '151219.293000', '151219.296000', '151219.299000', '151219.302000', '151219.305000', '151219.307000', '151219.310000', '151219.313000', '151219.316000', '151219.319000', '151219.322000', '151219.324000', '151219.327000', '151219.330000', '151219.333000', '151219.336000', '151219.339000', '151219.341000', '151219.344000', '151219.347000', '151219.350000', '151219.353000', '151219.356000', '151219.359000', '151219.361000', '151219.364000', '151219.367000', '151219.370000', '151239.251000', '151239.254000', '151239.257000', '151239.260000', '151239.262000', '151239.265000', '151239.268000', '151239.271000', '151239.274000', '151239.277000', '151239.279000', '151239.282000', '151239.285000', '151239.288000', '151239.291000', '151239.294000', '151239.297000', '151239.299000', '151239.302000', '151239.305000', '151239.308000', '151239.311000', '151239.314000', '151239.317000', '151239.319000', '151239.322000', '151239.325000', '151239.328000', '151239.331000', '151239.334000', '151239.336000', '151239.339000', '151239.342000', '151239.345000', '151239.348000', '151239.351000', '151239.354000', '151239.357000', '151239.359000', '151239.362000', '151239.365000', '151239.368000', '151239.371000', '151239.374000', '151259.250000', '151259.253000', '151259.256000', '151259.259000', '151259.262000', '151259.265000', '151259.267000', '151259.270000', '151259.273000', '151259.276000', '151259.279000', '151259.281000', '151259.284000', '151259.287000', '151259.290000', '151259.293000', '151259.296000', '151259.299000', '151259.302000', '151259.304000', '151259.307000', '151259.310000', '151259.313000', '151259.316000', '151259.318000', '151259.321000', '151259.324000', '151259.327000', '151259.330000', '151259.333000', '151259.336000', '151259.339000', '151259.341000', '151259.345000', '151259.348000', '151259.351000', '151259.354000', '151259.357000', '151259.360000', '151259.363000', '151259.366000', '151259.368000', '151259.371000', '151319.250000', '151319.253000', '151319.256000', '151319.259000', '151319.262000', '151319.264000', '151319.267000', '151319.270000', '151319.273000', '151319.276000', '151319.279000', '151319.282000', '151319.285000', '151319.288000', '151319.291000', '151319.293000', '151319.296000', '151319.299000', '151319.302000', '151319.305000', '151319.308000', '151319.310000', '151319.313000', '151319.316000', '151319.319000', '151319.322000', '151319.325000', '151319.328000', '151319.330000', '151319.333000', '151319.336000', '151319.339000', '151319.342000', '151319.345000', '151319.348000', '151319.350000', '151319.353000', '151319.356000', '151319.359000', '151319.362000', '151319.377000', '151319.380000', '151319.383000', '151319.386000', '151339.250000', '151339.253000', '151339.256000', '151339.259000', '151339.262000', '151339.265000', '151339.267000', '151339.270000', '151339.273000', '151339.276000', '151339.279000', '151339.282000', '151339.285000', '151339.287000', '151339.290000', '151339.293000', '151339.296000', '151339.299000', '151339.302000', '151339.304000', '151339.307000', '151339.310000', '151339.313000', '151339.316000', '151339.319000', '151339.322000', '151339.324000', '151339.327000', '151339.330000', '151339.333000', '151339.336000', '151339.338000', '151339.341000', '151339.344000', '151339.347000', '151339.350000', '151339.361000', '151339.364000', '151339.367000', '151339.369000', '151339.372000', '151339.375000', '151339.378000', '151359.250000', '151359.253000', '151359.256000', '151359.259000', '151359.261000', '151359.264000', '151359.267000', '151359.270000', '151359.273000', '151359.276000', '151359.279000', '151359.281000', '151359.284000', '151359.287000', '151359.290000', '151359.293000', '151359.296000', '151359.298000', '151359.301000', '151359.304000', '151359.307000', '151359.310000', '151359.313000', '151359.316000', '151359.318000', '151359.321000', '151359.324000', '151359.327000', '151359.330000', '151359.333000', '151359.336000', '151359.338000', '151359.341000', '151359.344000', '151359.347000', '151359.350000', '151359.352000', '151359.355000', '151359.358000', '151359.361000', '151359.364000', '151359.367000', '151359.369000', '151359.372000', '151419.250000', '151419.253000', '151419.256000', '151419.259000', '151419.262000', '151419.265000', '151419.267000', '151419.270000', '151419.273000', '151419.276000', '151419.279000', '151419.282000', '151419.285000', '151419.287000', '151419.290000', '151419.293000', '151419.296000', '151419.299000', '151419.302000', '151419.305000', '151419.307000', '151419.310000', '151419.313000', '151419.316000', '151419.319000', '151419.322000', '151419.324000', '151419.327000', '151419.330000', '151419.333000', '151419.336000', '151419.339000', '151419.342000', '151419.344000', '151419.347000', '151419.350000', '151419.353000', '151419.356000', '151419.359000', '151419.362000', '151419.365000', '151419.367000', '151419.370000', '151439.250000', '151439.253000', '151439.256000', '151439.259000', '151439.262000', '151439.265000', '151439.268000', '151439.271000', '151439.274000', '151439.276000', '151439.279000', '151439.282000', '151439.285000', '151439.288000', '151439.291000', '151439.293000', '151439.297000', '151439.299000', '151439.302000', '151439.305000', '151439.308000', '151439.311000', '151439.314000', '151439.317000', '151439.319000', '151439.322000', '151439.325000', '151439.328000', '151439.331000', '151439.334000', '151439.336000', '151439.339000', '151439.342000', '151439.345000', '151439.348000', '151439.351000', '151439.354000', '151439.357000', '151439.359000', '151439.362000', '151439.365000', '151439.368000', '151439.371000', '151459.251000', '151459.254000', '151459.257000', '151459.260000', '151459.263000', '151459.265000', '151459.268000', '151459.271000', '151459.289000', '151459.292000', '151459.294000', '151459.297000', '151459.300000', '151459.303000', '151459.306000', '151459.309000', '151459.311000', '151459.314000', '151459.317000', '151459.320000', '151459.323000', '151459.325000', '151459.328000', '151459.331000', '151459.334000', '151459.337000', '151459.340000', '151459.343000', '151459.346000', '151459.348000', '151459.351000', '151459.354000', '151459.357000', '151459.360000', '151459.363000', '151459.365000', '151459.368000', '151459.371000', '151459.374000', '151459.377000', '151459.380000', '151459.383000', '151459.385000', '151459.388000', '151519.250000', '151519.254000', '151519.257000', '151519.260000', '151519.263000', '151519.266000', '151519.269000', '151519.272000', '151519.274000', '151519.277000', '151519.280000', '151519.283000', '151519.286000', '151519.289000', '151519.291000', '151519.294000', '151519.297000', '151519.300000', '151519.303000', '151519.306000', '151519.309000', '151519.312000', '151519.314000', '151519.317000', '151519.320000', '151519.323000', '151519.326000', '151519.329000', '151519.332000', '151519.334000', '151519.337000', '151519.340000', '151519.343000', '151519.346000', '151519.349000', '151519.352000', '151519.355000', '151519.357000', '151519.360000', '151519.363000', '151519.366000', '151519.369000', '151519.372000', '151539.250000', '151539.253000', '151539.256000', '151539.259000', '151539.262000', '151539.265000', '151539.268000', '151539.270000', '151539.273000', '151539.276000', '151539.279000', '151539.282000', '151539.285000', '151539.287000', '151539.290000', '151539.293000', '151539.296000', '151539.299000', '151539.302000', '151539.305000', '151539.307000', '151539.310000', '151539.313000', '151539.316000', '151539.319000', '151539.322000', '151539.325000', '151539.328000', '151539.330000', '151539.333000', '151539.336000', '151539.339000', '151539.342000', '151539.345000', '151539.348000', '151539.351000', '151539.353000', '151539.356000', '151539.359000', '151539.362000', '151539.365000', '151539.367000', '151539.370000', '151539.373000', '151559.250000', '151559.253000', '151559.258000', '151559.262000', '151559.265000', '151559.268000', '151559.271000', '151559.274000', '151559.277000', '151559.280000', '151559.283000', '151559.285000', '151559.288000', '151559.291000', '151559.294000', '151559.297000', '151559.300000', '151559.302000', '151559.305000', '151559.308000', '151559.311000', '151559.314000', '151559.317000', '151559.320000', '151559.322000', '151559.325000', '151559.328000', '151559.331000', '151559.334000', '151559.337000', '151559.340000', '151559.343000', '151559.345000', '151559.348000', '151559.351000', '151559.354000', '151559.357000', '151559.360000', '151559.363000', '151559.365000', '151559.368000', '151559.371000', '151559.374000', '151616.804000', '151616.807000', '151616.811000', '151616.824000', '151616.827000', '151616.830000', '151616.833000', '151616.836000', '151616.839000', '151616.842000', '151616.845000', '151616.848000', '151616.850000', '151616.853000', '151616.856000', '151616.859000', '151616.862000', '151616.865000', '151616.879000', '151616.891000', '151616.894000', '151616.897000', '151616.900000', '151616.903000', '151616.906000', '151616.909000', '151616.912000', '151616.915000', '151616.918000', '151616.921000', '151616.923000', '151616.926000', '151616.929000', '151616.932000', '151616.935000', '151616.938000', '151616.941000', '151616.944000', '151616.947000'], 'InstanceCreationTime': ['150939.284000', '150939.287000', '150939.291000', '150939.294000', '150939.296000', '150939.299000', '150939.302000', '150939.305000', '150939.308000', '150939.311000', '150939.314000', '150939.318000', '150939.321000', '150939.324000', '150939.327000', '150939.330000', '150939.333000', '150939.335000', '150939.338000', '150939.341000', '150939.344000', '150939.346000', '150939.349000', '150939.352000', '150939.355000', '150939.358000', '150939.363000', '150939.366000', '150939.369000', '150939.372000', '150939.375000', '150939.378000', '150939.380000', '150939.383000', '150939.386000', '150939.389000', '150939.392000', '150939.394000', '150939.397000', '150939.400000', '150939.403000', '150939.406000', '150939.409000', '150939.411000', '150939.414000', '150939.417000', '150939.420000', '150939.423000', '150939.426000', '150959.250000', '150959.253000', '150959.256000', '150959.259000', '150959.261000', '150959.264000', '150959.267000', '150959.270000', '150959.273000', '150959.275000', '150959.278000', '150959.281000', '150959.284000', '150959.287000', '150959.289000', '150959.292000', '150959.295000', '150959.298000', '150959.301000', '150959.304000', '150959.307000', '150959.309000', '150959.312000', '150959.315000', '150959.318000', '150959.321000', '150959.323000', '150959.326000', '150959.329000', '150959.332000', '150959.335000', '150959.338000', '150959.343000', '150959.346000', '150959.349000', '150959.352000', '150959.355000', '150959.357000', '150959.360000', '150959.363000', '150959.366000', '150959.369000', '150959.371000', '150959.374000', '151019.251000', '151019.254000', '151019.257000', '151019.260000', '151019.262000', '151019.282000', '151019.285000', '151019.288000', '151019.291000', '151019.294000', '151019.297000', '151019.300000', '151019.302000', '151019.305000', '151019.308000', '151019.311000', '151019.314000', '151019.317000', '151019.320000', '151019.323000', '151019.325000', '151019.328000', '151019.331000', '151019.334000', '151019.337000', '151019.340000', '151019.343000', '151019.346000', '151019.349000', '151019.352000', '151019.354000', '151019.357000', '151019.360000', '151019.363000', '151019.366000', '151019.369000', '151019.372000', '151019.374000', '151019.377000', '151019.380000', '151019.383000', '151019.386000', '151019.388000', '151039.250000', '151039.253000', '151039.256000', '151039.258000', '151039.261000', '151039.264000', '151039.271000', '151039.274000', '151039.277000', '151039.279000', '151039.282000', '151039.285000', '151039.288000', '151039.291000', '151039.294000', '151039.296000', '151039.299000', '151039.302000', '151039.305000', '151039.308000', '151039.311000', '151039.313000', '151039.316000', '151039.319000', '151039.322000', '151039.325000', '151039.328000', '151039.330000', '151039.339000', '151039.342000', '151039.345000', '151039.348000', '151039.351000', '151039.354000', '151039.357000', '151039.359000', '151039.362000', '151039.365000', '151039.368000', '151039.371000', '151039.373000', '151039.376000', '151039.379000', '151039.382000', '151059.250000', '151059.253000', '151059.256000', '151059.259000', '151059.262000', '151059.264000', '151059.267000', '151059.270000', '151059.273000', '151059.276000', '151059.278000', '151059.281000', '151059.284000', '151059.287000', '151059.290000', '151059.293000', '151059.295000', '151059.298000', '151059.301000', '151059.304000', '151059.307000', '151059.310000', '151059.313000', '151059.315000', '151059.318000', '151059.321000', '151059.324000', '151059.327000', '151059.330000', '151059.333000', '151059.335000', '151059.338000', '151059.341000', '151059.344000', '151059.347000', '151059.350000', '151059.358000', '151059.361000', '151059.364000', '151059.367000', '151059.370000', '151059.372000', '151059.375000', '151119.250000', '151119.253000', '151119.256000', '151119.259000', '151119.262000', '151119.265000', '151119.267000', '151119.270000', '151119.273000', '151119.276000', '151119.279000', '151119.282000', '151119.285000', '151119.288000', '151119.290000', '151119.293000', '151119.301000', '151119.304000', '151119.306000', '151119.309000', '151119.312000', '151119.315000', '151119.318000', '151119.321000', '151119.323000', '151119.326000', '151119.329000', '151119.332000', '151119.335000', '151119.338000', '151119.341000', '151119.343000', '151119.346000', '151119.349000', '151119.352000', '151119.355000', '151119.358000', '151119.361000', '151119.364000', '151119.366000', '151119.369000', '151119.372000', '151119.375000', '151119.378000', '151139.250000', '151139.253000', '151139.256000', '151139.259000', '151139.262000', '151139.264000', '151139.267000', '151139.270000', '151139.273000', '151139.276000', '151139.279000', '151139.282000', '151139.285000', '151139.287000', '151139.290000', '151139.293000', '151139.296000', '151139.299000', '151139.301000', '151139.304000', '151139.308000', '151139.311000', '151139.314000', '151139.317000', '151139.320000', '151139.323000', '151139.326000', '151139.329000', '151139.331000', '151139.334000', '151139.337000', '151139.340000', '151139.343000', '151139.346000', '151139.348000', '151139.351000', '151139.354000', '151139.357000', '151139.360000', '151139.363000', '151139.366000', '151139.369000', '151139.371000', '151159.250000', '151159.266000', '151159.269000', '151159.272000', '151159.275000', '151159.278000', '151159.280000', '151159.283000', '151159.286000', '151159.289000', '151159.292000', '151159.295000', '151159.298000', '151159.300000', '151159.303000', '151159.306000', '151159.309000', '151159.312000', '151159.315000', '151159.317000', '151159.320000', '151159.323000', '151159.326000', '151159.329000', '151159.332000', '151159.335000', '151159.337000', '151159.340000', '151159.343000', '151159.346000', '151159.349000', '151159.352000', '151159.355000', '151159.358000', '151159.360000', '151159.363000', '151159.366000', '151159.369000', '151159.372000', '151159.375000', '151159.378000', '151159.380000', '151159.383000', '151159.386000', '151219.250000', '151219.253000', '151219.256000', '151219.259000', '151219.262000', '151219.265000', '151219.267000', '151219.270000', '151219.273000', '151219.276000', '151219.279000', '151219.282000', '151219.285000', '151219.287000', '151219.290000', '151219.293000', '151219.296000', '151219.299000', '151219.302000', '151219.305000', '151219.307000', '151219.310000', '151219.313000', '151219.316000', '151219.319000', '151219.322000', '151219.324000', '151219.327000', '151219.330000', '151219.333000', '151219.336000', '151219.339000', '151219.341000', '151219.344000', '151219.347000', '151219.350000', '151219.353000', '151219.356000', '151219.359000', '151219.361000', '151219.364000', '151219.367000', '151219.370000', '151239.251000', '151239.254000', '151239.257000', '151239.260000', '151239.262000', '151239.265000', '151239.268000', '151239.271000', '151239.274000', '151239.277000', '151239.279000', '151239.282000', '151239.285000', '151239.288000', '151239.291000', '151239.294000', '151239.297000', '151239.299000', '151239.302000', '151239.305000', '151239.308000', '151239.311000', '151239.314000', '151239.317000', '151239.319000', '151239.322000', '151239.325000', '151239.328000', '151239.331000', '151239.334000', '151239.336000', '151239.339000', '151239.342000', '151239.345000', '151239.348000', '151239.351000', '151239.354000', '151239.357000', '151239.359000', '151239.362000', '151239.365000', '151239.368000', '151239.371000', '151239.374000', '151259.250000', '151259.253000', '151259.256000', '151259.259000', '151259.262000', '151259.265000', '151259.267000', '151259.270000', '151259.273000', '151259.276000', '151259.279000', '151259.281000', '151259.284000', '151259.287000', '151259.290000', '151259.293000', '151259.296000', '151259.299000', '151259.302000', '151259.304000', '151259.307000', '151259.310000', '151259.313000', '151259.316000', '151259.318000', '151259.321000', '151259.324000', '151259.327000', '151259.330000', '151259.333000', '151259.336000', '151259.339000', '151259.341000', '151259.345000', '151259.348000', '151259.351000', '151259.354000', '151259.357000', '151259.360000', '151259.363000', '151259.366000', '151259.368000', '151259.371000', '151319.250000', '151319.253000', '151319.256000', '151319.259000', '151319.262000', '151319.264000', '151319.267000', '151319.270000', '151319.273000', '151319.276000', '151319.279000', '151319.282000', '151319.285000', '151319.288000', '151319.291000', '151319.293000', '151319.296000', '151319.299000', '151319.302000', '151319.305000', '151319.308000', '151319.310000', '151319.313000', '151319.316000', '151319.319000', '151319.322000', '151319.325000', '151319.328000', '151319.330000', '151319.333000', '151319.336000', '151319.339000', '151319.342000', '151319.345000', '151319.348000', '151319.350000', '151319.353000', '151319.356000', '151319.359000', '151319.362000', '151319.377000', '151319.380000', '151319.383000', '151319.386000', '151339.250000', '151339.253000', '151339.256000', '151339.259000', '151339.262000', '151339.265000', '151339.267000', '151339.270000', '151339.273000', '151339.276000', '151339.279000', '151339.282000', '151339.285000', '151339.287000', '151339.290000', '151339.293000', '151339.296000', '151339.299000', '151339.302000', '151339.304000', '151339.307000', '151339.310000', '151339.313000', '151339.316000', '151339.319000', '151339.322000', '151339.324000', '151339.327000', '151339.330000', '151339.333000', '151339.336000', '151339.338000', '151339.341000', '151339.344000', '151339.347000', '151339.350000', '151339.361000', '151339.364000', '151339.367000', '151339.369000', '151339.372000', '151339.375000', '151339.378000', '151359.250000', '151359.253000', '151359.256000', '151359.259000', '151359.261000', '151359.264000', '151359.267000', '151359.270000', '151359.273000', '151359.276000', '151359.279000', '151359.281000', '151359.284000', '151359.287000', '151359.290000', '151359.293000', '151359.296000', '151359.298000', '151359.301000', '151359.304000', '151359.307000', '151359.310000', '151359.313000', '151359.316000', '151359.318000', '151359.321000', '151359.324000', '151359.327000', '151359.330000', '151359.333000', '151359.336000', '151359.338000', '151359.341000', '151359.344000', '151359.347000', '151359.350000', '151359.352000', '151359.355000', '151359.358000', '151359.361000', '151359.364000', '151359.367000', '151359.369000', '151359.372000', '151419.250000', '151419.253000', '151419.256000', '151419.259000', '151419.262000', '151419.265000', '151419.267000', '151419.270000', '151419.273000', '151419.276000', '151419.279000', '151419.282000', '151419.285000', '151419.287000', '151419.290000', '151419.293000', '151419.296000', '151419.299000', '151419.302000', '151419.305000', '151419.307000', '151419.310000', '151419.313000', '151419.316000', '151419.319000', '151419.322000', '151419.324000', '151419.327000', '151419.330000', '151419.333000', '151419.336000', '151419.339000', '151419.342000', '151419.344000', '151419.347000', '151419.350000', '151419.353000', '151419.356000', '151419.359000', '151419.362000', '151419.365000', '151419.367000', '151419.370000', '151439.250000', '151439.253000', '151439.256000', '151439.259000', '151439.262000', '151439.265000', '151439.268000', '151439.271000', '151439.274000', '151439.276000', '151439.279000', '151439.282000', '151439.285000', '151439.288000', '151439.291000', '151439.293000', '151439.297000', '151439.299000', '151439.302000', '151439.305000', '151439.308000', '151439.311000', '151439.314000', '151439.317000', '151439.319000', '151439.322000', '151439.325000', '151439.328000', '151439.331000', '151439.334000', '151439.336000', '151439.339000', '151439.342000', '151439.345000', '151439.348000', '151439.351000', '151439.354000', '151439.357000', '151439.359000', '151439.362000', '151439.365000', '151439.368000', '151439.371000', '151459.251000', '151459.254000', '151459.257000', '151459.260000', '151459.263000', '151459.265000', '151459.268000', '151459.271000', '151459.289000', '151459.292000', '151459.294000', '151459.297000', '151459.300000', '151459.303000', '151459.306000', '151459.309000', '151459.311000', '151459.314000', '151459.317000', '151459.320000', '151459.323000', '151459.325000', '151459.328000', '151459.331000', '151459.334000', '151459.337000', '151459.340000', '151459.343000', '151459.346000', '151459.348000', '151459.351000', '151459.354000', '151459.357000', '151459.360000', '151459.363000', '151459.365000', '151459.368000', '151459.371000', '151459.374000', '151459.377000', '151459.380000', '151459.383000', '151459.385000', '151459.388000', '151519.250000', '151519.254000', '151519.257000', '151519.260000', '151519.263000', '151519.266000', '151519.269000', '151519.272000', '151519.274000', '151519.277000', '151519.280000', '151519.283000', '151519.286000', '151519.289000', '151519.291000', '151519.294000', '151519.297000', '151519.300000', '151519.303000', '151519.306000', '151519.309000', '151519.312000', '151519.314000', '151519.317000', '151519.320000', '151519.323000', '151519.326000', '151519.329000', '151519.332000', '151519.334000', '151519.337000', '151519.340000', '151519.343000', '151519.346000', '151519.349000', '151519.352000', '151519.355000', '151519.357000', '151519.360000', '151519.363000', '151519.366000', '151519.369000', '151519.372000', '151539.250000', '151539.253000', '151539.256000', '151539.259000', '151539.262000', '151539.265000', '151539.268000', '151539.270000', '151539.273000', '151539.276000', '151539.279000', '151539.282000', '151539.285000', '151539.287000', '151539.290000', '151539.293000', '151539.296000', '151539.299000', '151539.302000', '151539.305000', '151539.307000', '151539.310000', '151539.313000', '151539.316000', '151539.319000', '151539.322000', '151539.325000', '151539.328000', '151539.330000', '151539.333000', '151539.336000', '151539.339000', '151539.342000', '151539.345000', '151539.348000', '151539.351000', '151539.353000', '151539.356000', '151539.359000', '151539.362000', '151539.365000', '151539.367000', '151539.370000', '151539.373000', '151559.250000', '151559.253000', '151559.258000', '151559.262000', '151559.265000', '151559.268000', '151559.271000', '151559.274000', '151559.277000', '151559.280000', '151559.283000', '151559.285000', '151559.288000', '151559.291000', '151559.294000', '151559.297000', '151559.300000', '151559.302000', '151559.305000', '151559.308000', '151559.311000', '151559.314000', '151559.317000', '151559.320000', '151559.322000', '151559.325000', '151559.328000', '151559.331000', '151559.334000', '151559.337000', '151559.340000', '151559.343000', '151559.345000', '151559.348000', '151559.351000', '151559.354000', '151559.357000', '151559.360000', '151559.363000', '151559.365000', '151559.368000', '151559.371000', '151559.374000', '151616.804000', '151616.807000', '151616.811000', '151616.824000', '151616.827000', '151616.830000', '151616.833000', '151616.836000', '151616.839000', '151616.842000', '151616.845000', '151616.848000', '151616.850000', '151616.853000', '151616.856000', '151616.859000', '151616.862000', '151616.865000', '151616.879000', '151616.891000', '151616.894000', '151616.897000', '151616.900000', '151616.903000', '151616.906000', '151616.909000', '151616.912000', '151616.915000', '151616.918000', '151616.921000', '151616.923000', '151616.926000', '151616.929000', '151616.932000', '151616.935000', '151616.938000', '151616.941000', '151616.944000', '151616.947000'], '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': [14601, 10256, 11596, 9656, 8603, 10012, 8714, 9637, 8108, 11778, 8531, 11181, 8239, 9443, 8350, 9940, 8716, 8519, 8559, 10202, 8477, 10584, 9375, 10062, 9067, 9990, 8870, 10212, 9291, 10267, 8920, 8204, 9292, 8137, 9495, 8562, 10187, 8448, 10738, 7948, 10953, 7947, 12032, 8072, 12776, 8022, 12307, 7870, 12146, 7796, 13045, 8427, 12851, 8582, 12299, 8692, 12742, 9207, 12834, 9911, 12913, 8917, 12346, 8867, 11973, 9080, 11534, 9033, 11443, 8537, 12378, 8298, 12003, 8640, 10739, 8817, 10832, 8343, 11028, 8935, 10556, 9828, 8715, 10002, 9967, 10186, 8460, 11414, 7797, 11294, 7826, 11132, 7932, 11978, 8895, 12791, 8331, 10503, 8406, 10913, 8741, 11090, 9352, 9814, 9235, 8326, 9392, 8340, 10338, 7978, 11485, 7561, 11290, 7891, 11207, 8381, 11674, 9194, 12077, 9480, 10289, 9145, 10149, 9100, 9497, 9982, 7922, 10650, 7928, 11672, 7990, 12298, 8938, 12008, 8738, 11772, 8836, 12129, 9417, 12690, 9195, 12830, 8912, 11895, 9715, 10698, 9207, 8228, 9863, 8043, 10029, 7994, 10423, 7826, 11830, 8389, 11570, 8438, 11550, 8455, 11525, 8785, 11721, 8803, 12839, 8760, 11782, 9129, 10703, 8955, 10482, 9371, 10452, 8847, 9805, 9646, 8195, 10591, 7750, 10902, 7949, 11274, 8447, 12056, 8422, 11645, 8038, 11426, 8481, 11942, 8828, 12151, 8814, 11806, 8515, 13410, 8963, 11124, 9157, 8424, 8843, 8328, 9147, 9151, 9967, 7911, 10802, 7858, 11117, 8203, 11283, 7922, 11148, 8055, 12717, 8859, 11672, 8802, 11292, 8980, 12422, 9537, 10922, 8691, 10580, 9143, 8909, 9401, 9167, 10709, 8063, 10397, 7953, 10234, 7839, 11126, 8189, 11682, 8670, 11337, 8680, 11437, 9209, 11725, 9008, 12849, 9013, 13123, 9033, 11573, 9491, 9299, 9520, 8235, 9480, 8273, 9439, 8676, 10942, 8234, 11125, 7959, 11371, 8800, 12031, 8896, 12724, 8716, 13605, 8933, 12627, 9919, 12916, 9212, 11513, 8901, 11035, 8768, 9089, 9091, 8563, 9284, 8201, 9969, 8320, 11627, 8088, 11569, 8322, 11238, 8305, 11288, 7943, 12170, 8027, 11495, 8241, 11287, 8349, 11220, 8491, 11090, 8396, 10988, 8401, 11446, 8647, 11613, 9276, 10873, 8984, 11902, 9286, 12832, 9289, 11947, 9991, 9470, 9386, 8918, 9549, 8426, 8840, 9090, 9466, 7900, 10470, 7867, 10986, 7972, 10784, 7859, 11928, 7914, 11502, 8176, 11613, 8145, 11662, 8688, 12094, 8489, 12222, 8553, 11651, 9430, 11972, 9274, 10778, 8806, 8545, 9161, 9180, 9147, 8326, 10284, 7767, 10662, 8059, 10906, 8584, 11389, 8726, 10151, 8567, 8774, 8888, 9601, 10777, 7761, 11602, 8165, 11869, 8261, 12790, 9037, 12978, 8675, 13860, 9338, 11710, 9556, 10611, 9175, 8265, 9713, 8083, 9922, 8218, 10280, 7832, 11335, 8024, 11303, 8290, 11418, 8458, 12019, 8501, 13471, 8788, 13304, 9182, 11012, 8661, 8259, 9368, 8065, 9659, 8039, 9973, 8134, 11733, 7982, 11828, 8456, 12095, 8434, 12933, 9532, 12755, 8885, 12125, 9767, 10335, 8773, 7984, 10330, 7700, 10730, 8419, 11358, 8274, 12126, 8537, 12360, 8799, 12464, 8794, 11942, 9491, 12115, 8794, 10992, 8885, 9696, 8498, 8162, 10462, 7919, 10766, 8443, 11285, 8439, 12197, 8670, 12357, 8424, 11707, 8712, 9464, 9787, 8061, 10567, 8129, 10585, 8215, 11955, 8666, 12145, 8788, 12880, 9227, 10981, 9214, 9372, 10285, 7845, 10550, 7990, 11144, 8277, 12527, 8563, 12420, 8397, 13215, 9232, 10996, 9627, 9162, 8846, 8127, 9161, 8366, 11815, 8622, 12232, 8370, 12725, 8445, 12658, 9677, 12607, 8898, 11497, 8672, 11107, 8754, 8962, 10002, 7837, 11004, 7953, 11330, 8336, 11754, 8496, 11396, 8430, 11001, 9384, 10307, 8748, 8016, 10328, 7897, 11109, 8360, 11642, 8576, 12734, 8351, 12694, 8451, 11681, 9178, 11622, 9299, 9242, 9239, 8160, 9788, 7943, 10919, 8406, 11919, 8467, 11507, 8321, 11703, 8335, 12497, 8524, 12965, 8693, 12093, 8467, 11099, 9885, 10600, 8510, 10101, 8688, 10152, 8565, 9853, 9545, 8374, 10258, 8042, 10838, 8023, 11935, 7955, 11334, 8744, 11487, 8370, 11655, 8489, 12517, 8438, 11635, 8602, 11062, 8759, 10657, 8930, 10314, 9410, 11108, 9391, 11374, 9002, 10001, 10205, 7925, 10661, 7968, 10983, 8172, 10866, 8308, 12291, 8750, 12112, 8778, 11381, 8383, 12588, 9407, 10416, 8826, 9981, 8811, 9641, 9022, 11006, 9732, 8696, 10513, 8437, 10533, 8171, 11907, 8678, 12452, 8891, 11969, 8773, 11976, 9830, 10560, 9497, 9178, 9670, 8827, 10872, 8286, 12755, 10411, 13380, 8964, 7995, 8793, 14581, 9731, 13030, 10113, 12503, 10946, 11094, 10016, 9443, 12402, 9374, 13793, 10543, 10110, 12613, 8604, 14024, 9394, 14501, 9892, 13921, 10722, 14531, 9726, 11475, 9488, 10488, 9747, 9442, 9820, 8769, 9997, 8177, 10294, 8104, 10729, 8111, 11759, 8866, 11470, 8594, 11785, 8710, 12199, 9429, 12088, 9493, 11798, 9602, 12377, 9634, 12444, 10118, 11907, 9472, 11653, 9476, 10890, 8743, 9279, 9691, 8272, 10339, 8544, 10843, 8255, 10509, 8303, 10730, 8562, 11127, 8277, 10425, 8140, 10316, 7942, 10785, 8420, 11210, 9353, 11030, 8640, 11310, 8970, 11797, 8771, 11560, 8736, 12088, 8398, 12319, 9244, 13197, 9201, 11253, 9913, 9505, 9455, 8253, 11146, 9588, 11821, 9100, 12873, 9337, 12729, 10289, 13212, 9856, 14341, 11766, 12830, 10110, 10641, 9431, 8656, 9453, 8383, 10022, 8062, 9994, 8228, 10805, 9656, 11036, 9443, 11344, 8629, 11127, 8377, 12212, 9455, 11352, 9659, 11490, 9611, 11566, 9317, 11433, 9520, 13192, 9806, 13019, 9263, 12753, 10221, 11880, 10153, 10798, 9667, 10708, 9629, 10293, 9543, 9123, 10350, 7956, 10657, 8281, 11235, 8368, 11742, 9484, 12252, 9476, 11953, 9441, 12098, 9925, 12355, 9665, 11834, 9308, 10126, 9457, 8762, 10688, 8831, 11718, 10906, 11850, 9902, 11251, 9384, 9293, 11684, 9264, 13665, 11087, 8921, 10688, 8533, 12652, 8821, 13528, 9394, 13373, 9270, 15236, 9178, 11062, 9386, 9007, 9048, 8530, 9775, 8135, 10447, 8254, 10692, 8659, 11638, 9201, 11690, 8618, 12787, 9455, 10768, 9070, 8751, 9639, 8563, 9973, 8552, 10995, 8184, 11297, 8205, 11311, 8348, 11112, 8255, 11385, 8148, 11502, 8675, 11654, 8139, 11262, 8981, 12358, 9076, 13864, 9433, 13154, 9371, 10879, 9159, 8167, 9735, 8658, 10160, 8501, 9853, 8155, 11702, 8483, 11581, 8312, 11795, 8218, 11954, 9407, 13072, 9387, 13094, 9927, 12523], 'WindowCenter': [4725.0, 4673.0, 4676.0, 4657.0, 4643.0, 4652.0, 4644.0, 4652.0, 4621.0, 4655.0, 4629.0, 4659.0, 4631.0, 4639.0, 4631.0, 4649.0, 4644.0, 4658.0, 4656.0, 4662.0, 4643.0, 4651.0, 4653.0, 4654.0, 4643.0, 4650.0, 4640.0, 4651.0, 4644.0, 4650.0, 4642.0, 4632.0, 4651.0, 4636.0, 4650.0, 4644.0, 4664.0, 4637.0, 4661.0, 4629.0, 4661.0, 4634.0, 4671.0, 4633.0, 4670.0, 4635.0, 4671.0, 4634.0, 4672.0, 4638.0, 4680.0, 4633.0, 4671.0, 4634.0, 4668.0, 4642.0, 4669.0, 4641.0, 4672.0, 4651.0, 4668.0, 4628.0, 4659.0, 4626.0, 4657.0, 4639.0, 4659.0, 4640.0, 4657.0, 4630.0, 4669.0, 4629.0, 4670.0, 4643.0, 4663.0, 4641.0, 4662.0, 4631.0, 4667.0, 4642.0, 4661.0, 4653.0, 4635.0, 4653.0, 4641.0, 4655.0, 4632.0, 4658.0, 4622.0, 4649.0, 4621.0, 4655.0, 4621.0, 4669.0, 4644.0, 4667.0, 4632.0, 4651.0, 4631.0, 4660.0, 4643.0, 4661.0, 4640.0, 4650.0, 4641.0, 4630.0, 4639.0, 4632.0, 4650.0, 4620.0, 4658.0, 4623.0, 4660.0, 4622.0, 4661.0, 4644.0, 4660.0, 4656.0, 4669.0, 4651.0, 4650.0, 4643.0, 4652.0, 4640.0, 4639.0, 4653.0, 4632.0, 4651.0, 4632.0, 4661.0, 4631.0, 4671.0, 4643.0, 4669.0, 4631.0, 4659.0, 4643.0, 4671.0, 4643.0, 4670.0, 4641.0, 4671.0, 4632.0, 4659.0, 4642.0, 4650.0, 4641.0, 4618.0, 4634.0, 4620.0, 4640.0, 4617.0, 4651.0, 4622.0, 4673.0, 4634.0, 4659.0, 4635.0, 4659.0, 4630.0, 4662.0, 4633.0, 4660.0, 4644.0, 4669.0, 4633.0, 4670.0, 4644.0, 4652.0, 4641.0, 4650.0, 4641.0, 4648.0, 4654.0, 4654.0, 4642.0, 4630.0, 4648.0, 4611.0, 4648.0, 4618.0, 4645.0, 4621.0, 4658.0, 4631.0, 4644.0, 4619.0, 4650.0, 4632.0, 4658.0, 4631.0, 4657.0, 4630.0, 4659.0, 4627.0, 4676.0, 4641.0, 4659.0, 4641.0, 4628.0, 4641.0, 4633.0, 4642.0, 4642.0, 4650.0, 4621.0, 4651.0, 4622.0, 4650.0, 4616.0, 4650.0, 4621.0, 4649.0, 4622.0, 4671.0, 4627.0, 4644.0, 4630.0, 4648.0, 4631.0, 4664.0, 4638.0, 4650.0, 4631.0, 4648.0, 4637.0, 4628.0, 4642.0, 4630.0, 4651.0, 4617.0, 4639.0, 4609.0, 4639.0, 4607.0, 4647.0, 4619.0, 4658.0, 4630.0, 4647.0, 4631.0, 4657.0, 4642.0, 4656.0, 4633.0, 4665.0, 4639.0, 4670.0, 4637.0, 4656.0, 4639.0, 4638.0, 4642.0, 4622.0, 4641.0, 4633.0, 4641.0, 4631.0, 4649.0, 4627.0, 4657.0, 4622.0, 4660.0, 4643.0, 4670.0, 4643.0, 4670.0, 4635.0, 4669.0, 4641.0, 4668.0, 4652.0, 4671.0, 4642.0, 4645.0, 4625.0, 4648.0, 4633.0, 4632.0, 4639.0, 4633.0, 4637.0, 4629.0, 4649.0, 4632.0, 4662.0, 4621.0, 4662.0, 4622.0, 4649.0, 4619.0, 4650.0, 4618.0, 4660.0, 4619.0, 4649.0, 4621.0, 4650.0, 4630.0, 4650.0, 4632.0, 4656.0, 4634.0, 4646.0, 4633.0, 4668.0, 4645.0, 4662.0, 4642.0, 4662.0, 4639.0, 4657.0, 4643.0, 4666.0, 4639.0, 4662.0, 4643.0, 4639.0, 4628.0, 4628.0, 4641.0, 4635.0, 4642.0, 4643.0, 4642.0, 4620.0, 4647.0, 4629.0, 4647.0, 4628.0, 4652.0, 4623.0, 4663.0, 4623.0, 4650.0, 4618.0, 4646.0, 4618.0, 4647.0, 4631.0, 4658.0, 4628.0, 4660.0, 4631.0, 4660.0, 4639.0, 4661.0, 4637.0, 4648.0, 4630.0, 4630.0, 4642.0, 4626.0, 4628.0, 4621.0, 4642.0, 4615.0, 4648.0, 4632.0, 4662.0, 4630.0, 4659.0, 4639.0, 4652.0, 4633.0, 4631.0, 4641.0, 4656.0, 4665.0, 4620.0, 4662.0, 4620.0, 4656.0, 4634.0, 4659.0, 4630.0, 4668.0, 4625.0, 4667.0, 4627.0, 4661.0, 4639.0, 4651.0, 4630.0, 4620.0, 4641.0, 4621.0, 4639.0, 4632.0, 4636.0, 4619.0, 4647.0, 4616.0, 4646.0, 4629.0, 4659.0, 4627.0, 4659.0, 4630.0, 4669.0, 4629.0, 4665.0, 4639.0, 4651.0, 4632.0, 4627.0, 4637.0, 4622.0, 4642.0, 4621.0, 4652.0, 4624.0, 4659.0, 4619.0, 4661.0, 4629.0, 4661.0, 4629.0, 4664.0, 4640.0, 4669.0, 4630.0, 4660.0, 4638.0, 4639.0, 4631.0, 4621.0, 4652.0, 4611.0, 4650.0, 4633.0, 4650.0, 4622.0, 4661.0, 4628.0, 4660.0, 4626.0, 4660.0, 4632.0, 4658.0, 4640.0, 4660.0, 4627.0, 4650.0, 4639.0, 4641.0, 4631.0, 4629.0, 4646.0, 4620.0, 4648.0, 4629.0, 4662.0, 4630.0, 4674.0, 4644.0, 4668.0, 4630.0, 4658.0, 4633.0, 4641.0, 4650.0, 4619.0, 4651.0, 4622.0, 4649.0, 4629.0, 4654.0, 4633.0, 4656.0, 4629.0, 4672.0, 4644.0, 4652.0, 4639.0, 4645.0, 4649.0, 4621.0, 4649.0, 4618.0, 4658.0, 4629.0, 4656.0, 4631.0, 4661.0, 4632.0, 4670.0, 4642.0, 4649.0, 4642.0, 4642.0, 4644.0, 4617.0, 4631.0, 4617.0, 4659.0, 4634.0, 4661.0, 4623.0, 4658.0, 4632.0, 4665.0, 4638.0, 4661.0, 4631.0, 4643.0, 4627.0, 4659.0, 4631.0, 4630.0, 4636.0, 4606.0, 4645.0, 4616.0, 4646.0, 4618.0, 4654.0, 4628.0, 4660.0, 4628.0, 4650.0, 4637.0, 4648.0, 4632.0, 4619.0, 4637.0, 4619.0, 4646.0, 4632.0, 4647.0, 4626.0, 4658.0, 4618.0, 4661.0, 4622.0, 4658.0, 4628.0, 4650.0, 4626.0, 4627.0, 4628.0, 4618.0, 4637.0, 4619.0, 4649.0, 4632.0, 4661.0, 4618.0, 4650.0, 4622.0, 4660.0, 4620.0, 4660.0, 4626.0, 4654.0, 4629.0, 4655.0, 4631.0, 4652.0, 4654.0, 4649.0, 4627.0, 4649.0, 4630.0, 4651.0, 4632.0, 4639.0, 4643.0, 4630.0, 4648.0, 4621.0, 4647.0, 4619.0, 4660.0, 4622.0, 4650.0, 4629.0, 4655.0, 4631.0, 4660.0, 4628.0, 4660.0, 4634.0, 4659.0, 4630.0, 4658.0, 4647.0, 4651.0, 4645.0, 4649.0, 4640.0, 4662.0, 4640.0, 4661.0, 4643.0, 4642.0, 4651.0, 4619.0, 4647.0, 4618.0, 4650.0, 4619.0, 4652.0, 4628.0, 4656.0, 4631.0, 4655.0, 4629.0, 4661.0, 4631.0, 4671.0, 4644.0, 4653.0, 4644.0, 4648.0, 4639.0, 4641.0, 4645.0, 4653.0, 4644.0, 4630.0, 4653.0, 4628.0, 4650.0, 4629.0, 4657.0, 4630.0, 4670.0, 4629.0, 4660.0, 4640.0, 4661.0, 4653.0, 4653.0, 4639.0, 4638.0, 4642.0, 4643.0, 4659.0, 4635.0, 4658.0, 4636.0, 4656.0, 4629.0, 4619.0, 4643.0, 4681.0, 4640.0, 4668.0, 4649.0, 4658.0, 4664.0, 4646.0, 4640.0, 4639.0, 4660.0, 4643.0, 4682.0, 4649.0, 4640.0, 4647.0, 4604.0, 4653.0, 4614.0, 4650.0, 4613.0, 4639.0, 4623.0, 4638.0, 4613.0, 4617.0, 4612.0, 4625.0, 4614.0, 4610.0, 4625.0, 4617.0, 4620.0, 4604.0, 4624.0, 4606.0, 4633.0, 4608.0, 4645.0, 4617.0, 4631.0, 4615.0, 4641.0, 4617.0, 4644.0, 4628.0, 4642.0, 4627.0, 4647.0, 4626.0, 4644.0, 4626.0, 4648.0, 4637.0, 4643.0, 4629.0, 4644.0, 4628.0, 4648.0, 4616.0, 4627.0, 4626.0, 4617.0, 4639.0, 4618.0, 4638.0, 4620.0, 4640.0, 4617.0, 4639.0, 4614.0, 4647.0, 4615.0, 4634.0, 4614.0, 4637.0, 4604.0, 4647.0, 4620.0, 4648.0, 4635.0, 4650.0, 4632.0, 4650.0, 4633.0, 4660.0, 4628.0, 4647.0, 4631.0, 4661.0, 4630.0, 4660.0, 4642.0, 4666.0, 4642.0, 4651.0, 4650.0, 4642.0, 4644.0, 4627.0, 4662.0, 4640.0, 4660.0, 4629.0, 4672.0, 4639.0, 4657.0, 4648.0, 4659.0, 4642.0, 4670.0, 4657.0, 4656.0, 4640.0, 4637.0, 4629.0, 4616.0, 4626.0, 4616.0, 4639.0, 4618.0, 4637.0, 4626.0, 4646.0, 4637.0, 4651.0, 4637.0, 4649.0, 4628.0, 4660.0, 4622.0, 4657.0, 4639.0, 4650.0, 4642.0, 4655.0, 4639.0, 4658.0, 4640.0, 4658.0, 4655.0, 4678.0, 4651.0, 4668.0, 4644.0, 4669.0, 4652.0, 4660.0, 4650.0, 4651.0, 4638.0, 4647.0, 4640.0, 4650.0, 4642.0, 4641.0, 4653.0, 4633.0, 4650.0, 4630.0, 4660.0, 4633.0, 4663.0, 4654.0, 4673.0, 4652.0, 4663.0, 4653.0, 4673.0, 4651.0, 4673.0, 4640.0, 4658.0, 4638.0, 4652.0, 4650.0, 4630.0, 4654.0, 4642.0, 4673.0, 4664.0, 4662.0, 4652.0, 4664.0, 4641.0, 4645.0, 4686.0, 4659.0, 4685.0, 4661.0, 4639.0, 4652.0, 4627.0, 4670.0, 4644.0, 4667.0, 4627.0, 4655.0, 4627.0, 4677.0, 4629.0, 4650.0, 4640.0, 4625.0, 4630.0, 4628.0, 4643.0, 4621.0, 4648.0, 4641.0, 4658.0, 4641.0, 4659.0, 4640.0, 4672.0, 4646.0, 4684.0, 4655.0, 4664.0, 4644.0, 4630.0, 4651.0, 4632.0, 4650.0, 4644.0, 4652.0, 4631.0, 4660.0, 4618.0, 4651.0, 4620.0, 4662.0, 4634.0, 4661.0, 4619.0, 4649.0, 4632.0, 4659.0, 4632.0, 4661.0, 4642.0, 4670.0, 4643.0, 4668.0, 4642.0, 4671.0, 4643.0, 4652.0, 4640.0, 4631.0, 4637.0, 4628.0, 4636.0, 4632.0, 4641.0, 4621.0, 4662.0, 4632.0, 4660.0, 4629.0, 4657.0, 4631.0, 4660.0, 4642.0, 4673.0, 4637.0, 4666.0, 4638.0, 4671.0], 'WindowWidth': [10334.0, 10254.0, 10246.0, 10218.0, 10196.0, 10205.0, 10197.0, 10202.0, 10158.0, 10200.0, 10168.0, 10208.0, 10173.0, 10182.0, 10174.0, 10197.0, 10198.0, 10223.0, 10215.0, 10218.0, 10193.0, 10200.0, 10205.0, 10204.0, 10190.0, 10197.0, 10185.0, 10199.0, 10193.0, 10198.0, 10189.0, 10177.0, 10201.0, 10183.0, 10199.0, 10195.0, 10221.0, 10186.0, 10216.0, 10171.0, 10215.0, 10180.0, 10228.0, 10177.0, 10227.0, 10180.0, 10227.0, 10178.0, 10230.0, 10189.0, 10242.0, 10178.0, 10226.0, 10180.0, 10221.0, 10190.0, 10223.0, 10188.0, 10229.0, 10200.0, 10219.0, 10167.0, 10206.0, 10162.0, 10202.0, 10182.0, 10206.0, 10184.0, 10202.0, 10171.0, 10221.0, 10169.0, 10225.0, 10192.0, 10218.0, 10188.0, 10216.0, 10175.0, 10226.0, 10190.0, 10214.0, 10205.0, 10180.0, 10204.0, 10185.0, 10207.0, 10173.0, 10205.0, 10158.0, 10193.0, 10158.0, 10199.0, 10159.0, 10225.0, 10194.0, 10221.0, 10177.0, 10201.0, 10174.0, 10211.0, 10191.0, 10214.0, 10184.0, 10197.0, 10186.0, 10169.0, 10182.0, 10175.0, 10197.0, 10156.0, 10208.0, 10163.0, 10210.0, 10162.0, 10213.0, 10195.0, 10213.0, 10217.0, 10225.0, 10203.0, 10199.0, 10191.0, 10203.0, 10186.0, 10183.0, 10206.0, 10174.0, 10199.0, 10174.0, 10212.0, 10175.0, 10225.0, 10192.0, 10223.0, 10174.0, 10209.0, 10194.0, 10226.0, 10192.0, 10225.0, 10186.0, 10225.0, 10175.0, 10207.0, 10188.0, 10197.0, 10186.0, 10151.0, 10171.0, 10154.0, 10181.0, 10150.0, 10198.0, 10161.0, 10233.0, 10179.0, 10208.0, 10181.0, 10207.0, 10172.0, 10215.0, 10178.0, 10211.0, 10194.0, 10222.0, 10177.0, 10226.0, 10195.0, 10201.0, 10188.0, 10196.0, 10185.0, 10191.0, 10210.0, 10209.0, 10189.0, 10169.0, 10191.0, 10142.0, 10190.0, 10151.0, 10185.0, 10157.0, 10205.0, 10172.0, 10183.0, 10154.0, 10194.0, 10174.0, 10205.0, 10173.0, 10204.0, 10171.0, 10205.0, 10165.0, 10230.0, 10187.0, 10208.0, 10186.0, 10165.0, 10185.0, 10175.0, 10186.0, 10188.0, 10196.0, 10159.0, 10199.0, 10159.0, 10195.0, 10146.0, 10195.0, 10158.0, 10194.0, 10158.0, 10225.0, 10161.0, 10181.0, 10167.0, 10191.0, 10173.0, 10212.0, 10182.0, 10195.0, 10171.0, 10191.0, 10175.0, 10167.0, 10187.0, 10168.0, 10197.0, 10147.0, 10179.0, 10137.0, 10178.0, 10136.0, 10187.0, 10153.0, 10203.0, 10167.0, 10189.0, 10173.0, 10204.0, 10188.0, 10202.0, 10176.0, 10213.0, 10182.0, 10224.0, 10178.0, 10201.0, 10183.0, 10177.0, 10186.0, 10158.0, 10184.0, 10178.0, 10186.0, 10172.0, 10194.0, 10165.0, 10202.0, 10162.0, 10211.0, 10192.0, 10224.0, 10193.0, 10225.0, 10181.0, 10222.0, 10187.0, 10222.0, 10202.0, 10225.0, 10186.0, 10184.0, 10160.0, 10193.0, 10175.0, 10171.0, 10182.0, 10174.0, 10178.0, 10168.0, 10196.0, 10175.0, 10215.0, 10158.0, 10213.0, 10159.0, 10193.0, 10153.0, 10194.0, 10150.0, 10208.0, 10154.0, 10193.0, 10157.0, 10195.0, 10171.0, 10195.0, 10175.0, 10202.0, 10179.0, 10189.0, 10179.0, 10224.0, 10198.0, 10215.0, 10191.0, 10215.0, 10183.0, 10203.0, 10189.0, 10216.0, 10182.0, 10212.0, 10189.0, 10178.0, 10165.0, 10164.0, 10184.0, 10183.0, 10187.0, 10188.0, 10187.0, 10157.0, 10192.0, 10169.0, 10191.0, 10168.0, 10200.0, 10162.0, 10217.0, 10161.0, 10194.0, 10150.0, 10186.0, 10153.0, 10190.0, 10171.0, 10204.0, 10166.0, 10208.0, 10171.0, 10209.0, 10180.0, 10209.0, 10177.0, 10190.0, 10168.0, 10167.0, 10186.0, 10160.0, 10164.0, 10155.0, 10186.0, 10145.0, 10191.0, 10177.0, 10215.0, 10171.0, 10209.0, 10183.0, 10200.0, 10178.0, 10173.0, 10188.0, 10213.0, 10223.0, 10157.0, 10214.0, 10157.0, 10200.0, 10177.0, 10206.0, 10168.0, 10218.0, 10158.0, 10213.0, 10162.0, 10211.0, 10180.0, 10196.0, 10168.0, 10152.0, 10183.0, 10155.0, 10178.0, 10174.0, 10174.0, 10154.0, 10189.0, 10148.0, 10186.0, 10167.0, 10206.0, 10164.0, 10207.0, 10170.0, 10220.0, 10166.0, 10213.0, 10181.0, 10197.0, 10173.0, 10164.0, 10177.0, 10159.0, 10185.0, 10160.0, 10200.0, 10164.0, 10208.0, 10155.0, 10211.0, 10168.0, 10212.0, 10169.0, 10210.0, 10185.0, 10220.0, 10169.0, 10207.0, 10179.0, 10180.0, 10172.0, 10156.0, 10198.0, 10144.0, 10194.0, 10177.0, 10196.0, 10159.0, 10212.0, 10165.0, 10208.0, 10161.0, 10210.0, 10176.0, 10204.0, 10183.0, 10209.0, 10164.0, 10195.0, 10182.0, 10184.0, 10171.0, 10166.0, 10188.0, 10157.0, 10192.0, 10171.0, 10215.0, 10172.0, 10232.0, 10195.0, 10221.0, 10172.0, 10209.0, 10178.0, 10187.0, 10199.0, 10154.0, 10197.0, 10159.0, 10196.0, 10169.0, 10198.0, 10179.0, 10203.0, 10170.0, 10227.0, 10194.0, 10200.0, 10182.0, 10194.0, 10196.0, 10158.0, 10194.0, 10153.0, 10205.0, 10167.0, 10203.0, 10172.0, 10210.0, 10174.0, 10223.0, 10190.0, 10195.0, 10187.0, 10189.0, 10193.0, 10149.0, 10169.0, 10150.0, 10207.0, 10177.0, 10211.0, 10162.0, 10204.0, 10175.0, 10214.0, 10180.0, 10211.0, 10171.0, 10180.0, 10162.0, 10210.0, 10171.0, 10167.0, 10175.0, 10133.0, 10184.0, 10145.0, 10185.0, 10151.0, 10194.0, 10166.0, 10207.0, 10166.0, 10194.0, 10177.0, 10195.0, 10172.0, 10152.0, 10177.0, 10152.0, 10186.0, 10175.0, 10189.0, 10160.0, 10205.0, 10152.0, 10208.0, 10160.0, 10205.0, 10164.0, 10193.0, 10160.0, 10162.0, 10163.0, 10150.0, 10176.0, 10157.0, 10194.0, 10173.0, 10210.0, 10151.0, 10195.0, 10160.0, 10207.0, 10155.0, 10208.0, 10160.0, 10195.0, 10166.0, 10197.0, 10172.0, 10198.0, 10205.0, 10193.0, 10166.0, 10194.0, 10171.0, 10201.0, 10175.0, 10181.0, 10191.0, 10169.0, 10192.0, 10159.0, 10191.0, 10154.0, 10210.0, 10158.0, 10195.0, 10166.0, 10200.0, 10175.0, 10210.0, 10166.0, 10209.0, 10179.0, 10208.0, 10171.0, 10208.0, 10201.0, 10201.0, 10195.0, 10196.0, 10184.0, 10215.0, 10184.0, 10213.0, 10188.0, 10184.0, 10199.0, 10153.0, 10189.0, 10152.0, 10194.0, 10155.0, 10199.0, 10166.0, 10201.0, 10173.0, 10199.0, 10168.0, 10210.0, 10174.0, 10226.0, 10193.0, 10204.0, 10193.0, 10194.0, 10183.0, 10187.0, 10196.0, 10202.0, 10194.0, 10170.0, 10202.0, 10164.0, 10197.0, 10170.0, 10203.0, 10171.0, 10223.0, 10168.0, 10210.0, 10187.0, 10213.0, 10205.0, 10202.0, 10182.0, 10178.0, 10188.0, 10190.0, 10211.0, 10180.0, 10202.0, 10167.0, 10193.0, 10161.0, 10150.0, 10190.0, 10241.0, 10185.0, 10222.0, 10197.0, 10202.0, 10220.0, 10188.0, 10181.0, 10178.0, 10207.0, 10192.0, 10246.0, 10193.0, 10178.0, 10184.0, 10122.0, 10186.0, 10133.0, 10181.0, 10133.0, 10162.0, 10144.0, 10158.0, 10130.0, 10130.0, 10129.0, 10148.0, 10134.0, 10126.0, 10151.0, 10143.0, 10141.0, 10121.0, 10148.0, 10129.0, 10160.0, 10129.0, 10178.0, 10141.0, 10156.0, 10140.0, 10172.0, 10148.0, 10178.0, 10162.0, 10174.0, 10158.0, 10185.0, 10158.0, 10179.0, 10158.0, 10186.0, 10173.0, 10177.0, 10163.0, 10180.0, 10162.0, 10189.0, 10145.0, 10160.0, 10158.0, 10147.0, 10177.0, 10147.0, 10175.0, 10152.0, 10178.0, 10145.0, 10176.0, 10140.0, 10185.0, 10141.0, 10165.0, 10146.0, 10173.0, 10127.0, 10186.0, 10153.0, 10188.0, 10170.0, 10193.0, 10175.0, 10194.0, 10175.0, 10209.0, 10166.0, 10188.0, 10171.0, 10212.0, 10170.0, 10209.0, 10187.0, 10214.0, 10187.0, 10197.0, 10196.0, 10185.0, 10192.0, 10164.0, 10213.0, 10184.0, 10210.0, 10169.0, 10228.0, 10184.0, 10205.0, 10192.0, 10206.0, 10188.0, 10220.0, 10202.0, 10202.0, 10181.0, 10173.0, 10164.0, 10144.0, 10158.0, 10145.0, 10178.0, 10152.0, 10176.0, 10162.0, 10189.0, 10176.0, 10196.0, 10177.0, 10193.0, 10165.0, 10210.0, 10160.0, 10203.0, 10180.0, 10194.0, 10186.0, 10198.0, 10182.0, 10207.0, 10187.0, 10208.0, 10210.0, 10235.0, 10203.0, 10221.0, 10193.0, 10226.0, 10205.0, 10212.0, 10201.0, 10200.0, 10180.0, 10190.0, 10183.0, 10199.0, 10189.0, 10186.0, 10204.0, 10177.0, 10199.0, 10172.0, 10213.0, 10180.0, 10219.0, 10209.0, 10232.0, 10204.0, 10218.0, 10208.0, 10232.0, 10203.0, 10232.0, 10187.0, 10208.0, 10181.0, 10203.0, 10201.0, 10172.0, 10208.0, 10193.0, 10235.0, 10221.0, 10211.0, 10205.0, 10222.0, 10189.0, 10195.0, 10257.0, 10222.0, 10253.0, 10214.0, 10181.0, 10200.0, 10163.0, 10223.0, 10193.0, 10217.0, 10163.0, 10197.0, 10161.0, 10227.0, 10164.0, 10196.0, 10182.0, 10158.0, 10169.0, 10164.0, 10187.0, 10158.0, 10194.0, 10190.0, 10209.0, 10187.0, 10211.0, 10187.0, 10231.0, 10199.0, 10250.0, 10210.0, 10218.0, 10196.0, 10171.0, 10201.0, 10173.0, 10201.0, 10195.0, 10201.0, 10172.0, 10210.0, 10151.0, 10196.0, 10156.0, 10213.0, 10177.0, 10210.0, 10154.0, 10192.0, 10172.0, 10207.0, 10177.0, 10212.0, 10188.0, 10222.0, 10189.0, 10218.0, 10187.0, 10227.0, 10190.0, 10200.0, 10184.0, 10171.0, 10177.0, 10164.0, 10173.0, 10175.0, 10184.0, 10157.0, 10214.0, 10172.0, 10209.0, 10168.0, 10203.0, 10175.0, 10211.0, 10189.0, 10229.0, 10178.0, 10213.0, 10179.0, 10226.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.0006092763157894737</td></tr>
<tr><td colspan=3>aqi</td><td>0.020397296381578948</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.93265446336996</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2547951516245879</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9931917662349076</td></tr>
<tr><td colspan=3>efc</td><td>0.4887</td></tr>
<tr><td colspan=3>fber</td><td>6351.4453</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08162173235363727</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0833333333333335</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.30088809772891</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.244041764679693</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.504578122104386</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1540444064026514</td></tr>
<tr><td colspan=3>gcor</td><td>0.00702048</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018755286931991577</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040273673832416534</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.154788376886569</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>17.7636</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8991</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.2362</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295995.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>1046.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.4663</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0587</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.2775</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3874.0489</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.8101</td></tr>
<tr><td colspan=3>tsnr</td><td>44.578663651132956</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>