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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0005_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0005_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0005_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0005_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0005_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-02/func/sub-0005_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f09355c60bab0566c3c8558e70ed9708</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:18:43.165000</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.998995, 0.0239996, -0.0378527, -0.0242405, 0.999689, -0.00591759]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0995773</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7765, -7239, 454, -54, 7, -10, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>281.466</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95e9aabe-9fce-44d7-9a0f-dd05c28bef91||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.6802308559417725, -0.0650353878736496, -0.10178691148757935, 115.9570541381836], [-0.06438911706209183, 2.682091474533081, -0.018438853323459625, -86.76465606689453], [-0.10155592113733292, 0.015876449644565582, 2.6980175971984863, -26.831417083740234], [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': ['151843.165000', '151843.625000', '151844.085000', '151844.545000', '151845.005000', '151845.465000', '151845.925000', '151846.385000', '151846.845000', '151847.305000', '151847.765000', '151848.225000', '151848.685000', '151849.145000', '151849.605000', '151850.065000', '151850.525000', '151850.985000', '151851.445000', '151851.905000', '151852.365000', '151852.825000', '151853.285000', '151853.745000', '151854.205000', '151854.665000', '151855.125000', '151855.585000', '151856.045000', '151856.505000', '151856.965000', '151857.425000', '151857.885000', '151858.345000', '151858.805000', '151859.265000', '151859.725000', '151900.185000', '151900.645000', '151901.105000', '151901.565000', '151902.025000', '151902.485000', '151902.945000', '151903.405000', '151903.865000', '151904.325000', '151904.785000', '151905.245000', '151905.705000', '151906.165000', '151906.625000', '151907.085000', '151907.545000', '151908.005000', '151908.465000', '151908.925000', '151909.385000', '151909.845000', '151910.305000', '151910.765000', '151911.225000', '151911.685000', '151912.145000', '151912.605000', '151913.065000', '151913.525000', '151913.985000', '151914.445000', '151914.905000', '151915.365000', '151915.825000', '151916.285000', '151916.745000', '151917.205000', '151917.665000', '151918.125000', '151918.585000', '151919.045000', '151919.505000', '151919.965000', '151920.425000', '151920.885000', '151921.345000', '151921.805000', '151922.265000', '151922.725000', '151923.185000', '151923.645000', '151924.105000', '151924.565000', '151925.025000', '151925.485000', '151925.945000', '151926.405000', '151926.865000', '151927.325000', '151927.785000', '151928.245000', '151928.705000', '151929.165000', '151929.625000', '151930.085000', '151930.545000', '151931.005000', '151931.465000', '151931.925000', '151932.385000', '151932.845000', '151933.305000', '151933.765000', '151934.225000', '151934.685000', '151935.145000', '151935.605000', '151936.065000', '151936.525000', '151936.985000', '151937.445000', '151937.905000', '151938.365000', '151938.825000', '151939.285000', '151939.745000', '151940.205000', '151940.665000', '151941.125000', '151941.585000', '151942.045000', '151942.505000', '151942.965000', '151943.425000', '151943.885000', '151944.345000', '151944.805000', '151945.265000', '151945.725000', '151946.185000', '151946.645000', '151947.105000', '151947.565000', '151948.025000', '151948.485000', '151948.945000', '151949.405000', '151949.865000', '151950.325000', '151950.785000', '151951.245000', '151951.705000', '151952.165000', '151952.625000', '151953.085000', '151953.545000', '151954.005000', '151954.465000', '151954.925000', '151955.385000', '151955.845000', '151956.305000', '151956.765000', '151957.225000', '151957.685000', '151958.145000', '151958.605000', '151959.065000', '151959.525000', '151959.985000', '152000.445000', '152000.905000', '152001.365000', '152001.825000', '152002.285000', '152002.745000', '152003.205000', '152003.665000', '152004.125000', '152004.585000', '152005.045000', '152005.505000', '152005.965000', '152006.425000', '152006.885000', '152007.345000', '152007.805000', '152008.265000', '152008.725000', '152009.185000', '152009.645000', '152010.105000', '152010.565000', '152011.025000', '152011.485000', '152011.945000', '152012.405000', '152012.865000', '152013.325000', '152013.785000', '152014.245000', '152014.705000', '152015.165000', '152015.625000', '152016.085000', '152016.545000', '152017.005000', '152017.465000', '152017.925000', '152018.385000', '152018.845000', '152019.305000', '152019.765000', '152020.225000', '152020.685000', '152021.145000', '152021.605000', '152022.065000', '152022.525000', '152022.985000', '152023.445000', '152023.905000', '152024.365000', '152024.825000', '152025.285000', '152025.745000', '152026.205000', '152026.665000', '152027.125000', '152027.585000', '152028.045000', '152028.505000', '152028.965000', '152029.425000', '152029.885000', '152030.345000', '152030.805000', '152031.265000', '152031.725000', '152032.185000', '152032.645000', '152033.105000', '152033.565000', '152034.025000', '152034.485000', '152034.945000', '152035.405000', '152035.865000', '152036.325000', '152036.785000', '152037.245000', '152037.705000', '152038.165000', '152038.625000', '152039.085000', '152039.545000', '152040.005000', '152040.465000', '152040.925000', '152041.385000', '152041.845000', '152042.305000', '152042.765000', '152043.225000', '152043.685000', '152044.145000', '152044.605000', '152045.065000', '152045.525000', '152045.985000', '152046.445000', '152046.905000', '152047.365000', '152047.825000', '152048.285000', '152048.745000', '152049.205000', '152049.665000', '152050.125000', '152050.585000', '152051.045000', '152051.505000', '152051.965000', '152052.425000', '152052.885000', '152053.345000', '152053.805000', '152054.265000', '152054.725000', '152055.185000', '152055.645000', '152056.105000', '152056.565000', '152057.025000', '152057.485000', '152057.945000', '152058.405000', '152058.865000', '152059.325000', '152059.785000', '152100.245000', '152100.705000', '152101.165000', '152101.625000', '152102.085000', '152102.545000', '152103.005000', '152103.465000', '152103.925000', '152104.385000', '152104.845000', '152105.305000', '152105.765000', '152106.225000', '152106.685000', '152107.145000', '152107.605000', '152108.065000', '152108.525000', '152108.985000', '152109.445000', '152109.905000', '152110.365000', '152110.825000', '152111.285000', '152111.745000', '152112.205000', '152112.665000', '152113.125000', '152113.585000', '152114.045000', '152114.505000', '152114.965000', '152115.425000', '152115.885000', '152116.345000', '152116.805000', '152117.265000', '152117.725000', '152118.185000', '152118.645000', '152119.105000', '152119.565000', '152120.025000', '152120.485000', '152120.945000', '152121.405000', '152121.865000', '152122.325000', '152122.785000', '152123.245000', '152123.705000', '152124.165000', '152124.625000', '152125.085000', '152125.545000', '152126.005000', '152126.465000', '152126.925000', '152127.385000', '152127.845000', '152128.305000', '152128.765000', '152129.225000', '152129.685000', '152130.145000', '152130.605000', '152131.065000', '152131.525000', '152131.985000', '152132.445000', '152132.905000', '152133.365000', '152133.825000', '152134.285000', '152134.745000', '152135.205000', '152135.665000', '152136.125000', '152136.585000', '152137.045000', '152137.505000', '152137.965000', '152138.425000', '152138.885000', '152139.345000', '152139.805000', '152140.265000', '152140.725000', '152141.185000', '152141.645000', '152142.105000', '152142.565000', '152143.025000', '152143.485000', '152143.945000', '152144.405000', '152144.865000', '152145.325000', '152145.785000', '152146.245000', '152146.705000', '152147.165000', '152147.625000', '152148.085000', '152148.545000', '152149.005000', '152149.465000', '152149.925000', '152150.385000', '152150.845000', '152151.305000', '152151.765000', '152152.225000', '152152.685000', '152153.145000', '152153.605000', '152154.065000', '152154.525000', '152154.985000', '152155.445000', '152155.905000', '152156.365000', '152156.825000', '152157.285000', '152157.745000', '152158.205000', '152158.665000', '152159.125000', '152159.585000', '152200.045000', '152200.505000', '152200.965000', '152201.425000', '152201.885000', '152202.345000', '152202.805000', '152203.265000', '152203.725000', '152204.185000', '152204.645000', '152205.105000', '152205.565000', '152206.025000', '152206.485000', '152206.945000', '152207.405000', '152207.865000', '152208.325000', '152208.785000', '152209.245000', '152209.705000', '152210.165000', '152210.625000', '152211.085000', '152211.545000', '152212.005000', '152212.465000', '152212.925000', '152213.385000', '152213.845000', '152214.305000', '152214.765000', '152215.225000', '152215.685000', '152216.145000', '152216.605000', '152217.065000', '152217.525000', '152217.985000', '152218.445000', '152218.905000', '152219.365000', '152219.825000', '152220.285000', '152220.745000', '152221.205000', '152221.665000', '152222.125000', '152222.585000', '152223.045000', '152223.505000', '152223.965000', '152224.425000', '152224.885000', '152225.345000', '152225.805000', '152226.265000', '152226.725000', '152227.185000', '152227.645000', '152228.105000', '152228.565000', '152229.025000', '152229.485000', '152229.945000', '152230.405000', '152230.865000', '152231.325000', '152231.785000', '152232.245000', '152232.705000', '152233.165000', '152233.625000', '152234.085000', '152234.545000', '152235.005000', '152235.465000', '152235.925000', '152236.385000', '152236.845000', '152237.305000', '152237.765000', '152238.225000', '152238.685000', '152239.145000', '152239.605000', '152240.065000', '152240.525000', '152240.985000', '152241.445000', '152241.905000', '152242.365000', '152242.825000', '152243.285000', '152243.745000', '152244.205000', '152244.665000', '152245.125000', '152245.585000', '152246.045000', '152246.505000', '152246.965000', '152247.425000', '152247.885000', '152248.345000', '152248.805000', '152249.265000', '152249.725000', '152250.185000', '152250.645000', '152251.105000', '152251.565000', '152252.025000', '152252.485000', '152252.945000', '152253.405000', '152253.865000', '152254.325000', '152254.785000', '152255.245000', '152255.705000', '152256.165000', '152256.625000', '152257.085000', '152257.545000', '152258.005000', '152258.465000', '152258.925000', '152259.385000', '152259.845000', '152300.305000', '152300.765000', '152301.225000', '152301.685000', '152302.145000', '152302.605000', '152303.065000', '152303.525000', '152303.985000', '152304.445000', '152304.905000', '152305.365000', '152305.825000', '152306.285000', '152306.745000', '152307.205000', '152307.665000', '152308.125000', '152308.585000', '152309.045000', '152309.505000', '152309.965000', '152310.425000', '152310.885000', '152311.345000', '152311.805000', '152312.265000', '152312.725000', '152313.185000', '152313.645000', '152314.105000', '152314.565000', '152315.025000', '152315.485000', '152315.945000', '152316.405000', '152316.865000', '152317.325000', '152317.785000', '152318.245000', '152318.705000', '152319.165000', '152319.625000', '152320.085000', '152320.545000', '152321.005000', '152321.465000', '152321.925000', '152322.385000', '152322.845000', '152323.305000', '152323.765000', '152324.225000', '152324.685000', '152325.145000', '152325.605000', '152326.065000', '152326.525000', '152326.985000', '152327.445000', '152327.905000', '152328.365000', '152328.825000', '152329.285000', '152329.745000', '152330.205000', '152330.665000', '152331.125000', '152331.585000', '152332.045000', '152332.505000', '152332.965000', '152333.425000', '152333.885000', '152334.345000', '152334.805000', '152335.265000', '152335.725000', '152336.185000', '152336.645000', '152337.105000', '152337.565000', '152338.025000', '152338.485000', '152338.945000', '152339.405000', '152339.865000', '152340.325000', '152340.785000', '152341.245000', '152341.705000', '152342.165000', '152342.625000', '152343.085000', '152343.545000', '152344.005000', '152344.465000', '152344.925000', '152345.385000', '152345.845000', '152346.305000', '152346.765000', '152347.225000', '152347.685000', '152348.145000', '152348.605000', '152349.065000', '152349.525000', '152349.985000', '152350.445000', '152350.905000', '152351.365000', '152351.825000', '152352.285000', '152352.745000', '152353.205000', '152353.665000', '152354.125000', '152354.585000', '152355.045000', '152355.505000', '152355.965000', '152356.425000', '152356.885000', '152357.345000', '152357.805000', '152358.265000', '152358.725000', '152359.185000', '152359.645000', '152400.105000', '152400.565000', '152401.025000', '152401.485000', '152401.945000', '152402.405000', '152402.865000', '152403.325000', '152403.785000', '152404.245000', '152404.705000', '152405.165000', '152405.625000', '152406.085000', '152406.545000', '152407.005000', '152407.465000', '152407.925000', '152408.385000', '152408.845000', '152409.305000', '152409.765000', '152410.225000', '152410.685000', '152411.145000', '152411.605000', '152412.065000', '152412.525000', '152412.985000', '152413.445000', '152413.905000', '152414.365000', '152414.825000', '152415.285000', '152415.745000', '152416.205000', '152416.665000', '152417.125000', '152417.585000', '152418.045000', '152418.505000', '152418.965000', '152419.425000', '152419.885000', '152420.345000', '152420.805000', '152421.265000', '152421.725000', '152422.185000', '152422.645000', '152423.105000', '152423.565000', '152424.025000', '152424.485000', '152424.945000', '152425.405000', '152425.865000', '152426.325000', '152426.785000', '152427.245000', '152427.705000', '152428.165000', '152428.625000', '152429.085000', '152429.545000', '152430.005000', '152430.465000', '152430.925000', '152431.385000', '152431.845000', '152432.305000', '152432.765000', '152433.225000', '152433.685000', '152434.145000', '152434.605000', '152435.065000', '152435.525000', '152435.985000', '152436.445000', '152436.905000', '152437.365000', '152437.825000', '152438.285000', '152438.745000', '152439.205000', '152439.665000', '152440.125000', '152440.585000', '152441.045000', '152441.505000', '152441.965000', '152442.425000', '152442.885000', '152443.345000', '152443.805000', '152444.265000', '152444.725000', '152445.185000', '152445.645000', '152446.105000', '152446.565000', '152447.025000', '152447.485000', '152447.945000', '152448.405000', '152448.865000', '152449.325000', '152449.785000', '152450.245000', '152450.705000', '152451.165000', '152451.625000', '152452.085000', '152452.545000', '152453.005000', '152453.465000', '152453.925000', '152454.385000', '152454.845000', '152455.305000', '152455.765000', '152456.225000', '152456.685000', '152457.145000', '152457.605000', '152458.065000', '152458.525000', '152458.985000', '152459.445000', '152459.905000', '152500.365000', '152500.825000', '152501.285000', '152501.745000', '152502.205000', '152502.665000', '152503.125000', '152503.585000', '152504.045000', '152504.505000', '152504.965000', '152505.425000', '152505.885000', '152506.345000', '152506.805000', '152507.265000', '152507.725000', '152508.185000', '152508.645000', '152509.105000', '152509.565000', '152510.025000', '152510.485000', '152510.945000', '152511.405000', '152511.865000', '152512.325000', '152512.785000', '152513.245000', '152513.705000', '152514.165000', '152514.625000', '152515.085000', '152515.545000', '152516.005000', '152516.465000', '152516.925000', '152517.385000', '152517.845000', '152518.305000', '152518.765000', '152519.225000', '152519.685000', '152520.145000', '152520.605000', '152521.065000', '152521.525000', '152521.985000', '152522.445000', '152522.905000', '152523.365000', '152523.825000', '152524.285000', '152524.745000', '152525.205000', '152525.665000', '152526.125000', '152526.585000', '152527.045000', '152527.505000', '152527.965000', '152528.425000', '152528.885000', '152529.345000', '152529.805000', '152530.265000', '152530.725000', '152531.185000', '152531.645000', '152532.105000', '152532.565000', '152533.025000', '152533.485000', '152533.945000', '152534.405000', '152534.865000', '152535.325000', '152535.785000', '152536.245000', '152536.705000', '152537.165000', '152537.625000', '152538.085000', '152538.545000', '152539.005000', '152539.465000', '152539.925000', '152540.385000', '152540.845000', '152541.305000', '152541.765000', '152542.225000', '152542.685000', '152543.145000'], 'ContentTime': ['151910.908000', '151910.912000', '151910.915000', '151910.917000', '151910.920000', '151910.923000', '151910.926000', '151910.929000', '151910.932000', '151910.934000', '151910.937000', '151910.940000', '151910.943000', '151910.946000', '151910.949000', '151910.951000', '151910.960000', '151910.963000', '151910.965000', '151910.968000', '151910.971000', '151910.974000', '151910.977000', '151910.980000', '151910.982000', '151910.985000', '151910.988000', '151910.991000', '151910.994000', '151910.997000', '151911.000000', '151911.003000', '151911.006000', '151911.009000', '151911.012000', '151911.015000', '151911.018000', '151911.021000', '151911.024000', '151911.027000', '151911.029000', '151911.033000', '151911.035000', '151911.038000', '151911.041000', '151911.044000', '151911.047000', '151911.050000', '151911.053000', '151911.055000', '151911.058000', '151911.061000', '151911.064000', '151911.067000', '151911.070000', '151911.073000', '151911.075000', '151911.078000', '151911.081000', '151930.872000', '151930.875000', '151930.878000', '151930.881000', '151930.884000', '151930.886000', '151930.889000', '151930.892000', '151930.895000', '151930.898000', '151930.901000', '151930.904000', '151930.907000', '151930.910000', '151930.912000', '151930.915000', '151930.918000', '151930.921000', '151930.924000', '151930.927000', '151930.930000', '151930.933000', '151930.936000', '151930.939000', '151930.941000', '151930.944000', '151930.947000', '151930.950000', '151930.953000', '151930.956000', '151930.959000', '151930.962000', '151930.965000', '151930.967000', '151930.970000', '151930.973000', '151930.976000', '151930.979000', '151930.982000', '151931.003000', '151931.006000', '151931.009000', '151931.012000', '151950.872000', '151950.875000', '151950.878000', '151950.881000', '151950.884000', '151950.886000', '151950.889000', '151950.892000', '151950.895000', '151950.898000', '151950.901000', '151950.904000', '151950.907000', '151950.910000', '151950.912000', '151950.915000', '151950.918000', '151950.921000', '151950.924000', '151950.927000', '151950.930000', '151950.933000', '151950.936000', '151950.938000', '151950.941000', '151950.944000', '151950.947000', '151950.950000', '151950.953000', '151950.956000', '151950.958000', '151950.961000', '151950.964000', '151950.967000', '151950.970000', '151950.972000', '151950.975000', '151950.978000', '151950.981000', '151950.984000', '151950.986000', '151950.989000', '151950.992000', '151950.995000', '152010.872000', '152010.875000', '152010.878000', '152010.881000', '152010.884000', '152010.887000', '152010.890000', '152010.893000', '152010.896000', '152010.898000', '152010.901000', '152010.904000', '152010.907000', '152010.910000', '152010.913000', '152010.916000', '152010.919000', '152010.921000', '152010.924000', '152010.927000', '152010.930000', '152010.933000', '152010.936000', '152010.939000', '152010.941000', '152010.944000', '152010.947000', '152010.950000', '152010.953000', '152010.956000', '152010.959000', '152010.962000', '152010.965000', '152010.968000', '152010.971000', '152010.973000', '152010.977000', '152010.980000', '152010.982000', '152010.985000', '152010.988000', '152010.991000', '152010.994000', '152030.872000', '152030.875000', '152030.878000', '152030.881000', '152030.883000', '152030.886000', '152030.889000', '152030.892000', '152030.895000', '152030.898000', '152030.907000', '152030.910000', '152030.913000', '152030.916000', '152030.919000', '152030.922000', '152030.924000', '152030.927000', '152030.930000', '152030.942000', '152030.944000', '152030.947000', '152030.950000', '152030.953000', '152030.956000', '152030.959000', '152030.962000', '152030.965000', '152030.968000', '152030.970000', '152030.973000', '152030.976000', '152030.979000', '152030.982000', '152030.985000', '152030.987000', '152030.990000', '152030.993000', '152030.996000', '152031.000000', '152031.003000', '152031.005000', '152031.008000', '152031.011000', '152050.873000', '152050.876000', '152050.879000', '152050.882000', '152050.885000', '152050.888000', '152050.891000', '152050.893000', '152050.896000', '152050.899000', '152050.902000', '152050.906000', '152050.909000', '152050.912000', '152050.915000', '152050.918000', '152050.920000', '152050.923000', '152050.926000', '152050.929000', '152050.932000', '152050.935000', '152050.938000', '152050.940000', '152050.943000', '152050.946000', '152050.949000', '152050.952000', '152050.955000', '152050.957000', '152050.960000', '152050.965000', '152050.968000', '152050.972000', '152050.977000', '152050.980000', '152050.983000', '152050.986000', '152050.989000', '152050.992000', '152050.995000', '152050.997000', '152051.001000', '152110.872000', '152110.875000', '152110.878000', '152110.881000', '152110.884000', '152110.886000', '152110.890000', '152110.892000', '152110.895000', '152110.898000', '152110.901000', '152110.904000', '152110.907000', '152110.910000', '152110.912000', '152110.915000', '152110.918000', '152110.921000', '152110.924000', '152110.927000', '152110.930000', '152110.932000', '152110.935000', '152110.938000', '152110.941000', '152110.944000', '152110.952000', '152110.955000', '152110.958000', '152110.961000', '152110.963000', '152110.966000', '152110.969000', '152110.972000', '152110.975000', '152110.988000', '152110.991000', '152110.994000', '152110.997000', '152111.001000', '152111.003000', '152111.006000', '152111.009000', '152111.012000', '152130.872000', '152130.875000', '152130.878000', '152130.881000', '152130.883000', '152130.886000', '152130.889000', '152130.892000', '152130.895000', '152130.898000', '152130.900000', '152130.903000', '152130.906000', '152130.909000', '152130.912000', '152130.914000', '152130.917000', '152130.920000', '152130.923000', '152130.926000', '152130.929000', '152130.932000', '152130.935000', '152130.937000', '152130.940000', '152130.943000', '152130.946000', '152130.949000', '152130.952000', '152130.954000', '152130.957000', '152130.960000', '152130.963000', '152130.980000', '152130.983000', '152130.985000', '152130.988000', '152130.991000', '152130.995000', '152131.001000', '152131.004000', '152131.007000', '152131.010000', '152150.872000', '152150.875000', '152150.878000', '152150.880000', '152150.883000', '152150.886000', '152150.889000', '152150.892000', '152150.895000', '152150.898000', '152150.901000', '152150.904000', '152150.906000', '152150.910000', '152150.912000', '152150.915000', '152150.918000', '152150.921000', '152150.924000', '152150.927000', '152150.930000', '152150.933000', '152150.936000', '152150.938000', '152150.941000', '152150.950000', '152150.953000', '152150.956000', '152150.959000', '152150.962000', '152150.965000', '152150.967000', '152150.970000', '152150.973000', '152150.976000', '152150.979000', '152150.982000', '152150.985000', '152150.988000', '152150.990000', '152150.993000', '152150.996000', '152151.000000', '152151.003000', '152210.872000', '152210.875000', '152210.878000', '152210.881000', '152210.884000', '152210.887000', '152210.889000', '152210.892000', '152210.895000', '152210.898000', '152210.901000', '152210.904000', '152210.907000', '152210.909000', '152210.912000', '152210.915000', '152210.918000', '152210.932000', '152210.934000', '152210.937000', '152210.940000', '152210.944000', '152210.947000', '152210.950000', '152210.953000', '152210.956000', '152210.959000', '152210.961000', '152210.964000', '152210.967000', '152210.970000', '152210.973000', '152210.976000', '152210.979000', '152210.981000', '152210.984000', '152210.987000', '152210.990000', '152210.993000', '152210.996000', '152211.000000', '152211.002000', '152211.005000', '152230.872000', '152230.875000', '152230.878000', '152230.881000', '152230.884000', '152230.886000', '152230.889000', '152230.892000', '152230.895000', '152230.898000', '152230.901000', '152230.903000', '152230.906000', '152230.909000', '152230.912000', '152230.915000', '152230.918000', '152230.921000', '152230.924000', '152230.927000', '152230.929000', '152230.932000', '152230.935000', '152230.938000', '152230.941000', '152230.944000', '152230.946000', '152230.949000', '152230.952000', '152230.955000', '152230.958000', '152230.961000', '152230.964000', '152230.967000', '152230.969000', '152230.972000', '152230.975000', '152230.978000', '152230.981000', '152230.984000', '152230.987000', '152230.990000', '152230.992000', '152230.995000', '152250.872000', '152250.875000', '152250.878000', '152250.881000', '152250.884000', '152250.887000', '152250.890000', '152250.893000', '152250.895000', '152250.899000', '152250.901000', '152250.904000', '152250.907000', '152250.910000', '152250.913000', '152250.916000', '152250.932000', '152250.935000', '152250.938000', '152250.941000', '152250.944000', '152250.947000', '152250.950000', '152250.953000', '152250.956000', '152250.959000', '152250.962000', '152250.965000', '152250.967000', '152250.970000', '152250.973000', '152250.976000', '152250.979000', '152250.982000', '152250.985000', '152250.988000', '152250.991000', '152250.994000', '152250.996000', '152251.000000', '152251.003000', '152251.006000', '152251.009000', '152310.873000', '152310.876000', '152310.879000', '152310.882000', '152310.885000', '152310.888000', '152310.891000', '152310.894000', '152310.896000', '152310.899000', '152310.902000', '152310.905000', '152310.908000', '152310.911000', '152310.914000', '152310.917000', '152310.920000', '152310.922000', '152310.925000', '152310.928000', '152310.931000', '152310.934000', '152310.937000', '152310.940000', '152310.943000', '152310.945000', '152310.948000', '152310.951000', '152310.954000', '152310.957000', '152310.960000', '152310.963000', '152310.966000', '152310.969000', '152310.972000', '152310.978000', '152310.981000', '152310.984000', '152310.987000', '152310.990000', '152310.993000', '152310.996000', '152311.000000', '152311.002000', '152330.872000', '152330.875000', '152330.878000', '152330.881000', '152330.884000', '152330.886000', '152330.889000', '152330.892000', '152330.895000', '152330.898000', '152330.901000', '152330.904000', '152330.907000', '152330.910000', '152330.913000', '152330.915000', '152330.918000', '152330.921000', '152330.924000', '152330.927000', '152330.930000', '152330.933000', '152330.936000', '152330.938000', '152330.941000', '152330.944000', '152330.947000', '152330.950000', '152330.953000', '152330.956000', '152330.959000', '152330.962000', '152330.965000', '152330.967000', '152330.970000', '152330.973000', '152330.976000', '152330.979000', '152330.983000', '152330.986000', '152330.989000', '152330.992000', '152330.995000', '152350.872000', '152350.875000', '152350.878000', '152350.881000', '152350.884000', '152350.887000', '152350.890000', '152350.892000', '152350.895000', '152350.898000', '152350.901000', '152350.904000', '152350.907000', '152350.910000', '152350.913000', '152350.916000', '152350.918000', '152350.922000', '152350.924000', '152350.927000', '152350.930000', '152350.940000', '152350.943000', '152350.946000', '152350.949000', '152350.952000', '152350.955000', '152350.957000', '152350.960000', '152350.963000', '152350.966000', '152350.969000', '152350.972000', '152350.975000', '152350.978000', '152350.980000', '152350.983000', '152350.986000', '152350.989000', '152350.992000', '152350.995000', '152350.998000', '152351.002000', '152351.005000', '152410.872000', '152410.875000', '152410.878000', '152410.881000', '152410.883000', '152410.886000', '152410.889000', '152410.892000', '152410.895000', '152410.898000', '152410.901000', '152410.904000', '152410.907000', '152410.910000', '152410.912000', '152410.916000', '152410.918000', '152410.921000', '152410.924000', '152410.927000', '152410.930000', '152410.933000', '152410.936000', '152410.939000', '152410.942000', '152410.944000', '152410.952000', '152410.955000', '152410.958000', '152410.961000', '152410.964000', '152410.967000', '152410.970000', '152410.973000', '152410.976000', '152410.979000', '152410.981000', '152410.984000', '152410.987000', '152410.990000', '152410.993000', '152411.009000', '152411.012000', '152430.872000', '152430.877000', '152430.880000', '152430.882000', '152430.886000', '152430.888000', '152430.891000', '152430.894000', '152430.897000', '152430.900000', '152430.903000', '152430.906000', '152430.909000', '152430.911000', '152430.914000', '152430.917000', '152430.920000', '152430.923000', '152430.926000', '152430.929000', '152430.932000', '152430.935000', '152430.937000', '152430.940000', '152430.943000', '152430.946000', '152430.949000', '152430.952000', '152430.955000', '152430.957000', '152430.960000', '152430.963000', '152430.966000', '152430.969000', '152430.972000', '152430.975000', '152430.978000', '152430.980000', '152430.983000', '152430.986000', '152430.989000', '152430.992000', '152430.995000', '152430.998000', '152450.872000', '152450.875000', '152450.878000', '152450.881000', '152450.884000', '152450.887000', '152450.890000', '152450.893000', '152450.895000', '152450.898000', '152450.901000', '152450.904000', '152450.907000', '152450.910000', '152450.913000', '152450.916000', '152450.919000', '152450.921000', '152450.924000', '152450.927000', '152450.930000', '152450.933000', '152450.936000', '152450.939000', '152450.942000', '152450.944000', '152450.947000', '152450.950000', '152450.953000', '152450.956000', '152450.959000', '152450.962000', '152450.965000', '152450.967000', '152450.970000', '152450.973000', '152450.976000', '152450.979000', '152450.982000', '152450.985000', '152450.988000', '152450.990000', '152450.993000', '152510.872000', '152510.875000', '152510.878000', '152510.881000', '152510.884000', '152510.887000', '152510.890000', '152510.893000', '152510.896000', '152510.899000', '152510.902000', '152510.905000', '152510.908000', '152510.910000', '152510.913000', '152510.916000', '152510.919000', '152510.922000', '152510.925000', '152510.928000', '152510.931000', '152510.934000', '152510.936000', '152510.939000', '152510.942000', '152510.956000', '152510.959000', '152510.962000', '152510.965000', '152510.967000', '152510.970000', '152510.973000', '152510.976000', '152510.979000', '152510.982000', '152510.984000', '152510.987000', '152510.990000', '152510.993000', '152510.996000', '152511.000000', '152511.003000', '152511.006000', '152530.873000', '152530.876000', '152530.879000', '152530.882000', '152530.885000', '152530.887000', '152530.890000', '152530.893000', '152530.896000', '152530.899000', '152530.902000', '152530.905000', '152530.908000', '152530.910000', '152530.913000', '152530.916000', '152530.919000', '152530.922000', '152530.925000', '152530.928000', '152530.930000', '152530.933000', '152530.936000', '152530.939000', '152530.942000', '152530.945000', '152530.947000', '152530.950000', '152530.953000', '152530.956000', '152530.959000', '152530.962000', '152530.964000', '152530.967000', '152530.970000', '152530.973000', '152530.976000', '152530.978000', '152530.981000', '152530.984000', '152530.987000', '152530.990000', '152530.993000', '152530.995000', '152544.043000', '152544.047000', '152544.050000', '152544.053000', '152544.055000', '152544.058000', '152544.061000', '152544.064000', '152544.085000', '152544.088000', '152544.091000', '152544.094000', '152544.097000', '152544.099000', '152544.102000', '152544.105000', '152544.108000', '152544.111000', '152544.114000', '152544.117000', '152544.120000', '152544.122000', '152544.125000', '152544.128000', '152544.131000', '152544.134000', '152544.137000', '152544.139000', '152544.142000'], 'InstanceCreationTime': ['151910.908000', '151910.912000', '151910.915000', '151910.917000', '151910.920000', '151910.923000', '151910.926000', '151910.929000', '151910.932000', '151910.934000', '151910.937000', '151910.940000', '151910.943000', '151910.946000', '151910.949000', '151910.951000', '151910.960000', '151910.963000', '151910.965000', '151910.968000', '151910.971000', '151910.974000', '151910.977000', '151910.980000', '151910.982000', '151910.985000', '151910.988000', '151910.991000', '151910.994000', '151910.997000', '151911.000000', '151911.003000', '151911.006000', '151911.009000', '151911.012000', '151911.015000', '151911.018000', '151911.021000', '151911.024000', '151911.027000', '151911.029000', '151911.033000', '151911.035000', '151911.038000', '151911.041000', '151911.044000', '151911.047000', '151911.050000', '151911.053000', '151911.055000', '151911.058000', '151911.061000', '151911.064000', '151911.067000', '151911.070000', '151911.073000', '151911.075000', '151911.078000', '151911.081000', '151930.872000', '151930.875000', '151930.878000', '151930.881000', '151930.884000', '151930.886000', '151930.889000', '151930.892000', '151930.895000', '151930.898000', '151930.901000', '151930.904000', '151930.907000', '151930.910000', '151930.912000', '151930.915000', '151930.918000', '151930.921000', '151930.924000', '151930.927000', '151930.930000', '151930.933000', '151930.936000', '151930.939000', '151930.941000', '151930.944000', '151930.947000', '151930.950000', '151930.953000', '151930.956000', '151930.959000', '151930.962000', '151930.965000', '151930.967000', '151930.970000', '151930.973000', '151930.976000', '151930.979000', '151930.982000', '151931.003000', '151931.006000', '151931.009000', '151931.012000', '151950.872000', '151950.875000', '151950.878000', '151950.881000', '151950.884000', '151950.886000', '151950.889000', '151950.892000', '151950.895000', '151950.898000', '151950.901000', '151950.904000', '151950.907000', '151950.910000', '151950.912000', '151950.915000', '151950.918000', '151950.921000', '151950.924000', '151950.927000', '151950.930000', '151950.933000', '151950.936000', '151950.938000', '151950.941000', '151950.944000', '151950.947000', '151950.950000', '151950.953000', '151950.956000', '151950.958000', '151950.961000', '151950.964000', '151950.967000', '151950.970000', '151950.972000', '151950.975000', '151950.978000', '151950.981000', '151950.984000', '151950.986000', '151950.989000', '151950.992000', '151950.995000', '152010.872000', '152010.875000', '152010.878000', '152010.881000', '152010.884000', '152010.887000', '152010.890000', '152010.893000', '152010.896000', '152010.898000', '152010.901000', '152010.904000', '152010.907000', '152010.910000', '152010.913000', '152010.916000', '152010.919000', '152010.921000', '152010.924000', '152010.927000', '152010.930000', '152010.933000', '152010.936000', '152010.939000', '152010.941000', '152010.944000', '152010.947000', '152010.950000', '152010.953000', '152010.956000', '152010.959000', '152010.962000', '152010.965000', '152010.968000', '152010.971000', '152010.973000', '152010.977000', '152010.980000', '152010.982000', '152010.985000', '152010.988000', '152010.991000', '152010.994000', '152030.872000', '152030.875000', '152030.878000', '152030.881000', '152030.883000', '152030.886000', '152030.889000', '152030.892000', '152030.895000', '152030.898000', '152030.907000', '152030.910000', '152030.913000', '152030.916000', '152030.919000', '152030.922000', '152030.924000', '152030.927000', '152030.930000', '152030.942000', '152030.944000', '152030.947000', '152030.950000', '152030.953000', '152030.956000', '152030.959000', '152030.962000', '152030.965000', '152030.968000', '152030.970000', '152030.973000', '152030.976000', '152030.979000', '152030.982000', '152030.985000', '152030.987000', '152030.990000', '152030.993000', '152030.996000', '152031.000000', '152031.003000', '152031.005000', '152031.008000', '152031.011000', '152050.873000', '152050.876000', '152050.879000', '152050.882000', '152050.885000', '152050.888000', '152050.891000', '152050.893000', '152050.896000', '152050.899000', '152050.902000', '152050.906000', '152050.909000', '152050.912000', '152050.915000', '152050.918000', '152050.920000', '152050.923000', '152050.926000', '152050.929000', '152050.932000', '152050.935000', '152050.938000', '152050.940000', '152050.943000', '152050.946000', '152050.949000', '152050.952000', '152050.955000', '152050.957000', '152050.960000', '152050.965000', '152050.968000', '152050.972000', '152050.977000', '152050.980000', '152050.983000', '152050.986000', '152050.989000', '152050.992000', '152050.995000', '152050.997000', '152051.001000', '152110.872000', '152110.875000', '152110.878000', '152110.881000', '152110.884000', '152110.886000', '152110.890000', '152110.892000', '152110.895000', '152110.898000', '152110.901000', '152110.904000', '152110.907000', '152110.910000', '152110.912000', '152110.915000', '152110.918000', '152110.921000', '152110.924000', '152110.927000', '152110.930000', '152110.932000', '152110.935000', '152110.938000', '152110.941000', '152110.944000', '152110.952000', '152110.955000', '152110.958000', '152110.961000', '152110.963000', '152110.966000', '152110.969000', '152110.972000', '152110.975000', '152110.988000', '152110.991000', '152110.994000', '152110.997000', '152111.001000', '152111.003000', '152111.006000', '152111.009000', '152111.012000', '152130.872000', '152130.875000', '152130.878000', '152130.881000', '152130.883000', '152130.886000', '152130.889000', '152130.892000', '152130.895000', '152130.898000', '152130.900000', '152130.903000', '152130.906000', '152130.909000', '152130.912000', '152130.914000', '152130.917000', '152130.920000', '152130.923000', '152130.926000', '152130.929000', '152130.932000', '152130.935000', '152130.937000', '152130.940000', '152130.943000', '152130.946000', '152130.949000', '152130.952000', '152130.954000', '152130.957000', '152130.960000', '152130.963000', '152130.980000', '152130.983000', '152130.985000', '152130.988000', '152130.991000', '152130.995000', '152131.001000', '152131.004000', '152131.007000', '152131.010000', '152150.872000', '152150.875000', '152150.878000', '152150.880000', '152150.883000', '152150.886000', '152150.889000', '152150.892000', '152150.895000', '152150.898000', '152150.901000', '152150.904000', '152150.906000', '152150.910000', '152150.912000', '152150.915000', '152150.918000', '152150.921000', '152150.924000', '152150.927000', '152150.930000', '152150.933000', '152150.936000', '152150.938000', '152150.941000', '152150.950000', '152150.953000', '152150.956000', '152150.959000', '152150.962000', '152150.965000', '152150.967000', '152150.970000', '152150.973000', '152150.976000', '152150.979000', '152150.982000', '152150.985000', '152150.988000', '152150.990000', '152150.993000', '152150.996000', '152151.000000', '152151.003000', '152210.872000', '152210.875000', '152210.878000', '152210.881000', '152210.884000', '152210.887000', '152210.889000', '152210.892000', '152210.895000', '152210.898000', '152210.901000', '152210.904000', '152210.907000', '152210.909000', '152210.912000', '152210.915000', '152210.918000', '152210.932000', '152210.934000', '152210.937000', '152210.940000', '152210.944000', '152210.947000', '152210.950000', '152210.953000', '152210.956000', '152210.959000', '152210.961000', '152210.964000', '152210.967000', '152210.970000', '152210.973000', '152210.976000', '152210.979000', '152210.981000', '152210.984000', '152210.987000', '152210.990000', '152210.993000', '152210.996000', '152211.000000', '152211.002000', '152211.005000', '152230.872000', '152230.875000', '152230.878000', '152230.881000', '152230.884000', '152230.886000', '152230.889000', '152230.892000', '152230.895000', '152230.898000', '152230.901000', '152230.903000', '152230.906000', '152230.909000', '152230.912000', '152230.915000', '152230.918000', '152230.921000', '152230.924000', '152230.927000', '152230.929000', '152230.932000', '152230.935000', '152230.938000', '152230.941000', '152230.944000', '152230.946000', '152230.949000', '152230.952000', '152230.955000', '152230.958000', '152230.961000', '152230.964000', '152230.967000', '152230.969000', '152230.972000', '152230.975000', '152230.978000', '152230.981000', '152230.984000', '152230.987000', '152230.990000', '152230.992000', '152230.995000', '152250.872000', '152250.875000', '152250.878000', '152250.881000', '152250.884000', '152250.887000', '152250.890000', '152250.893000', '152250.895000', '152250.899000', '152250.901000', '152250.904000', '152250.907000', '152250.910000', '152250.913000', '152250.916000', '152250.932000', '152250.935000', '152250.938000', '152250.941000', '152250.944000', '152250.947000', '152250.950000', '152250.953000', '152250.956000', '152250.959000', '152250.962000', '152250.965000', '152250.967000', '152250.970000', '152250.973000', '152250.976000', '152250.979000', '152250.982000', '152250.985000', '152250.988000', '152250.991000', '152250.994000', '152250.996000', '152251.000000', '152251.003000', '152251.006000', '152251.009000', '152310.873000', '152310.876000', '152310.879000', '152310.882000', '152310.885000', '152310.888000', '152310.891000', '152310.894000', '152310.896000', '152310.899000', '152310.902000', '152310.905000', '152310.908000', '152310.911000', '152310.914000', '152310.917000', '152310.920000', '152310.922000', '152310.925000', '152310.928000', '152310.931000', '152310.934000', '152310.937000', '152310.940000', '152310.943000', '152310.945000', '152310.948000', '152310.951000', '152310.954000', '152310.957000', '152310.960000', '152310.963000', '152310.966000', '152310.969000', '152310.972000', '152310.978000', '152310.981000', '152310.984000', '152310.987000', '152310.990000', '152310.993000', '152310.996000', '152311.000000', '152311.002000', '152330.872000', '152330.875000', '152330.878000', '152330.881000', '152330.884000', '152330.886000', '152330.889000', '152330.892000', '152330.895000', '152330.898000', '152330.901000', '152330.904000', '152330.907000', '152330.910000', '152330.913000', '152330.915000', '152330.918000', '152330.921000', '152330.924000', '152330.927000', '152330.930000', '152330.933000', '152330.936000', '152330.938000', '152330.941000', '152330.944000', '152330.947000', '152330.950000', '152330.953000', '152330.956000', '152330.959000', '152330.962000', '152330.965000', '152330.967000', '152330.970000', '152330.973000', '152330.976000', '152330.979000', '152330.983000', '152330.986000', '152330.989000', '152330.992000', '152330.995000', '152350.872000', '152350.875000', '152350.878000', '152350.881000', '152350.884000', '152350.887000', '152350.890000', '152350.892000', '152350.895000', '152350.898000', '152350.901000', '152350.904000', '152350.907000', '152350.910000', '152350.913000', '152350.916000', '152350.918000', '152350.922000', '152350.924000', '152350.927000', '152350.930000', '152350.940000', '152350.943000', '152350.946000', '152350.949000', '152350.952000', '152350.955000', '152350.957000', '152350.960000', '152350.963000', '152350.966000', '152350.969000', '152350.972000', '152350.975000', '152350.978000', '152350.980000', '152350.983000', '152350.986000', '152350.989000', '152350.992000', '152350.995000', '152350.998000', '152351.002000', '152351.005000', '152410.872000', '152410.875000', '152410.878000', '152410.881000', '152410.883000', '152410.886000', '152410.889000', '152410.892000', '152410.895000', '152410.898000', '152410.901000', '152410.904000', '152410.907000', '152410.910000', '152410.912000', '152410.916000', '152410.918000', '152410.921000', '152410.924000', '152410.927000', '152410.930000', '152410.933000', '152410.936000', '152410.939000', '152410.942000', '152410.944000', '152410.952000', '152410.955000', '152410.958000', '152410.961000', '152410.964000', '152410.967000', '152410.970000', '152410.973000', '152410.976000', '152410.979000', '152410.981000', '152410.984000', '152410.987000', '152410.990000', '152410.993000', '152411.009000', '152411.012000', '152430.872000', '152430.877000', '152430.880000', '152430.882000', '152430.886000', '152430.888000', '152430.891000', '152430.894000', '152430.897000', '152430.900000', '152430.903000', '152430.906000', '152430.909000', '152430.911000', '152430.914000', '152430.917000', '152430.920000', '152430.923000', '152430.926000', '152430.929000', '152430.932000', '152430.935000', '152430.937000', '152430.940000', '152430.943000', '152430.946000', '152430.949000', '152430.952000', '152430.955000', '152430.957000', '152430.960000', '152430.963000', '152430.966000', '152430.969000', '152430.972000', '152430.975000', '152430.978000', '152430.980000', '152430.983000', '152430.986000', '152430.989000', '152430.992000', '152430.995000', '152430.998000', '152450.872000', '152450.875000', '152450.878000', '152450.881000', '152450.884000', '152450.887000', '152450.890000', '152450.893000', '152450.895000', '152450.898000', '152450.901000', '152450.904000', '152450.907000', '152450.910000', '152450.913000', '152450.916000', '152450.919000', '152450.921000', '152450.924000', '152450.927000', '152450.930000', '152450.933000', '152450.936000', '152450.939000', '152450.942000', '152450.944000', '152450.947000', '152450.950000', '152450.953000', '152450.956000', '152450.959000', '152450.962000', '152450.965000', '152450.967000', '152450.970000', '152450.973000', '152450.976000', '152450.979000', '152450.982000', '152450.985000', '152450.988000', '152450.990000', '152450.993000', '152510.872000', '152510.875000', '152510.878000', '152510.881000', '152510.884000', '152510.887000', '152510.890000', '152510.893000', '152510.896000', '152510.899000', '152510.902000', '152510.905000', '152510.908000', '152510.910000', '152510.913000', '152510.916000', '152510.919000', '152510.922000', '152510.925000', '152510.928000', '152510.931000', '152510.934000', '152510.936000', '152510.939000', '152510.942000', '152510.956000', '152510.959000', '152510.962000', '152510.965000', '152510.967000', '152510.970000', '152510.973000', '152510.976000', '152510.979000', '152510.982000', '152510.984000', '152510.987000', '152510.990000', '152510.993000', '152510.996000', '152511.000000', '152511.003000', '152511.006000', '152530.873000', '152530.876000', '152530.879000', '152530.882000', '152530.885000', '152530.887000', '152530.890000', '152530.893000', '152530.896000', '152530.899000', '152530.902000', '152530.905000', '152530.908000', '152530.910000', '152530.913000', '152530.916000', '152530.919000', '152530.922000', '152530.925000', '152530.928000', '152530.930000', '152530.933000', '152530.936000', '152530.939000', '152530.942000', '152530.945000', '152530.947000', '152530.950000', '152530.953000', '152530.956000', '152530.959000', '152530.962000', '152530.964000', '152530.967000', '152530.970000', '152530.973000', '152530.976000', '152530.978000', '152530.981000', '152530.984000', '152530.987000', '152530.990000', '152530.993000', '152530.995000', '152544.043000', '152544.047000', '152544.050000', '152544.053000', '152544.055000', '152544.058000', '152544.061000', '152544.064000', '152544.085000', '152544.088000', '152544.091000', '152544.094000', '152544.097000', '152544.099000', '152544.102000', '152544.105000', '152544.108000', '152544.111000', '152544.114000', '152544.117000', '152544.120000', '152544.122000', '152544.125000', '152544.128000', '152544.131000', '152544.134000', '152544.137000', '152544.139000', '152544.142000'], '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': [16512, 9681, 16167, 11250, 15790, 10751, 8486, 8985, 8222, 9278, 10164, 9724, 14855, 9468, 13580, 9285, 17569, 11153, 16772, 9333, 13765, 8491, 12134, 8402, 9981, 8066, 10395, 7995, 13331, 9233, 13013, 9235, 7936, 12222, 18106, 10915, 15656, 7988, 10250, 7735, 8610, 12001, 8546, 10001, 8970, 8324, 8669, 15626, 9837, 15255, 8951, 13614, 8213, 11354, 10660, 8769, 18709, 11331, 15849, 11030, 15545, 10049, 13867, 8280, 11927, 14367, 8884, 13715, 8519, 15827, 10737, 14705, 8341, 12184, 12148, 8849, 8494, 8835, 16263, 10449, 15282, 9368, 14965, 8421, 13020, 7706, 8615, 14512, 9141, 16411, 10681, 14811, 8247, 13271, 8841, 13665, 8613, 13119, 8233, 12439, 11966, 8645, 19069, 13235, 16467, 9853, 15796, 10430, 14526, 8284, 14119, 9127, 9154, 7841, 9244, 7879, 9338, 8082, 11941, 8311, 13637, 8309, 14815, 10646, 15248, 10278, 15227, 10794, 15304, 10992, 16376, 10603, 15792, 9989, 15713, 10852, 14953, 11107, 14414, 8761, 13158, 8327, 12566, 9019, 8193, 11256, 8563, 14961, 10066, 12275, 11178, 8827, 17494, 12936, 18732, 12624, 17174, 10254, 17034, 9897, 14518, 8082, 13630, 8944, 14155, 9831, 14815, 9932, 14193, 8645, 12712, 8529, 13539, 10538, 13032, 7993, 13930, 9587, 13848, 8983, 14082, 8730, 13949, 8408, 12661, 7898, 10983, 8583, 11512, 8140, 10752, 8009, 9448, 11343, 10723, 7917, 9620, 8194, 11578, 10136, 11091, 8032, 9691, 14297, 8944, 18756, 11681, 14911, 8882, 13768, 7854, 10152, 11078, 8883, 12700, 8134, 15016, 8728, 14265, 8869, 11558, 8383, 11199, 8085, 10324, 13237, 8676, 15463, 9322, 15384, 11009, 14714, 8232, 11228, 12245, 8761, 13041, 8517, 15711, 9864, 14123, 10291, 9009, 17587, 10611, 17128, 10234, 15018, 10821, 14733, 9457, 12800, 8228, 11281, 12199, 8692, 17127, 10907, 15916, 9244, 15457, 9001, 13752, 15713, 9641, 18900, 11089, 15999, 10059, 13081, 8114, 9230, 8138, 8575, 10811, 8688, 15475, 9754, 9521, 8930, 16156, 10584, 15167, 9192, 14744, 8174, 10760, 18681, 12338, 18149, 13140, 15557, 10091, 14474, 8060, 11349, 8270, 12685, 8279, 12869, 8084, 12610, 8970, 13799, 10370, 14531, 10728, 14738, 10869, 15446, 9883, 15522, 11153, 17201, 11932, 17055, 11240, 15596, 11337, 13821, 9915, 8004, 12765, 8277, 8290, 12097, 10014, 17093, 11030, 16785, 11694, 15577, 11428, 8638, 13303, 8428, 14890, 8004, 15591, 10450, 8567, 11274, 8324, 13453, 8642, 16244, 10893, 15786, 10005, 14252, 7996, 11596, 11338, 9165, 8051, 8419, 17124, 10374, 16291, 8864, 13123, 8015, 10938, 7841, 8437, 8645, 8318, 10961, 9222, 8335, 8836, 13115, 8799, 15972, 9868, 14761, 8966, 14464, 8229, 12851, 11208, 8626, 15699, 9669, 8054, 8701, 11800, 8661, 17281, 11025, 16006, 10632, 14149, 8501, 9116, 12600, 8459, 15776, 10624, 13484, 8449, 13138, 8239, 9970, 9929, 8867, 15112, 9436, 15587, 8560, 15661, 9884, 14952, 8688, 13242, 8548, 12417, 18278, 9920, 16244, 12427, 14443, 8838, 12643, 7885, 8442, 16016, 9691, 15670, 10810, 13537, 8600, 13230, 8074, 11716, 13673, 8596, 16924, 10607, 15760, 9103, 15509, 10279, 14586, 8431, 13989, 8600, 14462, 8432, 13655, 8211, 12040, 13183, 9866, 12386, 8801, 15051, 8820, 17117, 10957, 15931, 9847, 14284, 9864, 14066, 8421, 13660, 8650, 13455, 9044, 13154, 9216, 13426, 8091, 11201, 8947, 10353, 7802, 11734, 8254, 12435, 11591, 8996, 15428, 9939, 9257, 9317, 11637, 9635, 12498, 11501, 11212, 12484, 8114, 13003, 8255, 12402, 11394, 10591, 15887, 10485, 7979, 9130, 8212, 9151, 8403, 9550, 10424, 10650, 7905, 11093, 9970, 8793, 17605, 11065, 16231, 11302, 14868, 8481, 15458, 8205, 14487, 8576, 14158, 10452, 14898, 10376, 14444, 9960, 14542, 8890, 15728, 8226, 13441, 8086, 11308, 7830, 11744, 8860, 13864, 8480, 14169, 8469, 14125, 8583, 14814, 8844, 14890, 9213, 14686, 8858, 9468, 17737, 10105, 16714, 10020, 15655, 8326, 14194, 9660, 13600, 8668, 12979, 8810, 13683, 9027, 13221, 9099, 13612, 10497, 10406, 11373, 9215, 15565, 11087, 17233, 11624, 17368, 9955, 16644, 8686, 14024, 8413, 13433, 8574, 13938, 9281, 14659, 8342, 14512, 9112, 14185, 9728, 13091, 8777, 15671, 9943, 14445, 8209, 12921, 8051, 10888, 7968, 9225, 9079, 10013, 8055, 10266, 10293, 8951, 16913, 10672, 15740, 11228, 14925, 9470, 14950, 9867, 14590, 8830, 14209, 8434, 11425, 8024, 10606, 9272, 8860, 13891, 9327, 8131, 9845, 8165, 11314, 9148, 10184, 13541, 9256, 12704, 9240, 19032, 11442, 16569, 10525, 16234, 8313, 13275, 8196, 9723, 17143, 9749, 17094, 11590, 12847, 8425, 10873, 8858, 14715, 9690, 14267, 10769, 14131, 9200, 14369, 10547, 14427, 10033, 14849, 10614, 15537, 9841, 15261, 10530, 15052, 8311, 13704, 8479, 13243, 7954, 9359, 13843, 8975, 17260, 11224, 15527, 10107, 12781, 8434, 12638, 8479, 12398, 8124, 12779, 7987, 10989, 7941, 8992, 17717, 10414, 15511, 10720, 14655, 9218, 13952, 10275, 14528, 10957, 13690, 8545, 8584, 9586, 12259, 10358, 8271, 13509, 8735, 14614, 9162, 15744, 9979, 16573, 10066, 16315, 10672, 12009, 11379, 8791, 15750, 10859, 8341, 14950, 10029, 11943, 13295, 13100, 18296, 9209, 16396, 10271, 13006, 9859, 8461, 15136, 8555, 15157, 8286, 11296, 10184, 8377, 12911, 8412, 14762, 10184, 16944, 11359, 17895, 12807, 11434, 8661, 13274, 9375, 15821, 10335, 17329, 11424, 8391, 8897, 8353, 8589, 9160, 10723, 8441, 13789, 8427, 14188, 8206, 13948, 8568, 14392, 8601, 14979, 8338, 13924, 8776, 17369, 8819, 14810, 8489, 14392, 8495, 15289, 10491, 14579, 8327, 11281, 8816, 11490, 12355, 8034, 14650, 8152, 15185, 9554, 16086, 11398, 9018, 8888, 8481, 12195, 9099, 8215, 12938, 9141, 11745, 13192, 9112, 16808, 13294, 12945, 17803, 13399, 8197, 9278, 7970, 9125, 10426, 9851, 12115, 9016, 7929, 9468, 16860, 11172, 16290, 10704, 13985, 8744, 14984, 11108, 13749, 8567, 14656, 10511, 14493, 8659, 13210, 8834, 14107, 8887, 14747, 10279, 10838, 8011, 10898, 7946, 13088, 8106, 13671, 13329, 10425, 8011, 9982, 8371, 13940, 8580, 14412, 8427, 13555, 9801, 16490, 10621, 11731, 11834, 11303, 17230, 8554, 17186, 8845, 15567, 8401, 16694, 9777, 14887, 8335, 12164, 8272, 13933, 9689, 15243, 9837, 14990, 10479, 14635, 10705, 15204, 11053, 12487, 8320, 8992, 8909, 15669, 10997, 14623, 8635, 13796, 8522, 13958, 8729, 15654, 10101, 16052, 9322, 15921, 10511, 16817], 'WindowCenter': [4778.0, 4692.0, 4744.0, 4692.0, 4719.0, 4677.0, 4647.0, 4645.0, 4634.0, 4646.0, 4666.0, 4656.0, 4705.0, 4657.0, 4696.0, 4646.0, 4713.0, 4663.0, 4703.0, 4644.0, 4681.0, 4624.0, 4672.0, 4623.0, 4653.0, 4637.0, 4666.0, 4634.0, 4696.0, 4656.0, 4695.0, 4645.0, 4636.0, 4687.0, 4730.0, 4665.0, 4706.0, 4623.0, 4641.0, 4611.0, 4632.0, 4672.0, 4634.0, 4643.0, 4633.0, 4635.0, 4646.0, 4705.0, 4656.0, 4705.0, 4648.0, 4695.0, 4635.0, 4666.0, 4663.0, 4636.0, 4716.0, 4665.0, 4703.0, 4664.0, 4704.0, 4655.0, 4693.0, 4635.0, 4676.0, 4695.0, 4645.0, 4694.0, 4633.0, 4704.0, 4664.0, 4692.0, 4635.0, 4675.0, 4675.0, 4634.0, 4633.0, 4633.0, 4702.0, 4652.0, 4703.0, 4644.0, 4694.0, 4622.0, 4681.0, 4613.0, 4621.0, 4692.0, 4643.0, 4703.0, 4651.0, 4692.0, 4632.0, 4681.0, 4645.0, 4696.0, 4636.0, 4683.0, 4634.0, 4673.0, 4675.0, 4633.0, 4714.0, 4672.0, 4701.0, 4642.0, 4691.0, 4651.0, 4680.0, 4623.0, 4682.0, 4631.0, 4632.0, 4610.0, 4630.0, 4622.0, 4641.0, 4622.0, 4672.0, 4633.0, 4692.0, 4635.0, 4704.0, 4666.0, 4703.0, 4656.0, 4693.0, 4662.0, 4693.0, 4663.0, 4703.0, 4652.0, 4702.0, 4641.0, 4691.0, 4663.0, 4694.0, 4663.0, 4691.0, 4632.0, 4681.0, 4632.0, 4683.0, 4644.0, 4635.0, 4677.0, 4650.0, 4705.0, 4656.0, 4685.0, 4675.0, 4645.0, 4715.0, 4686.0, 4716.0, 4674.0, 4703.0, 4643.0, 4691.0, 4640.0, 4678.0, 4611.0, 4670.0, 4630.0, 4679.0, 4642.0, 4680.0, 4642.0, 4680.0, 4621.0, 4669.0, 4632.0, 4679.0, 4652.0, 4682.0, 4624.0, 4694.0, 4653.0, 4694.0, 4646.0, 4695.0, 4634.0, 4684.0, 4624.0, 4684.0, 4623.0, 4664.0, 4636.0, 4674.0, 4625.0, 4664.0, 4625.0, 4657.0, 4675.0, 4666.0, 4625.0, 4655.0, 4636.0, 4676.0, 4667.0, 4675.0, 4637.0, 4657.0, 4696.0, 4646.0, 4727.0, 4676.0, 4692.0, 4634.0, 4682.0, 4622.0, 4653.0, 4664.0, 4645.0, 4684.0, 4624.0, 4702.0, 4635.0, 4693.0, 4642.0, 4672.0, 4635.0, 4675.0, 4625.0, 4667.0, 4695.0, 4636.0, 4705.0, 4646.0, 4704.0, 4663.0, 4693.0, 4635.0, 4662.0, 4671.0, 4634.0, 4684.0, 4633.0, 4705.0, 4654.0, 4694.0, 4654.0, 4644.0, 4714.0, 4652.0, 4702.0, 4651.0, 4693.0, 4663.0, 4695.0, 4644.0, 4683.0, 4637.0, 4663.0, 4674.0, 4634.0, 4713.0, 4662.0, 4700.0, 4642.0, 4692.0, 4631.0, 4684.0, 4702.0, 4642.0, 4712.0, 4661.0, 4690.0, 4639.0, 4670.0, 4612.0, 4631.0, 4610.0, 4633.0, 4652.0, 4634.0, 4702.0, 4641.0, 4644.0, 4645.0, 4702.0, 4664.0, 4694.0, 4643.0, 4693.0, 4622.0, 4652.0, 4700.0, 4660.0, 4701.0, 4670.0, 4678.0, 4639.0, 4679.0, 4609.0, 4647.0, 4620.0, 4668.0, 4620.0, 4671.0, 4621.0, 4680.0, 4645.0, 4695.0, 4664.0, 4693.0, 4664.0, 4694.0, 4663.0, 4691.0, 4652.0, 4692.0, 4662.0, 4700.0, 4663.0, 4701.0, 4651.0, 4692.0, 4661.0, 4681.0, 4643.0, 4623.0, 4684.0, 4632.0, 4621.0, 4669.0, 4655.0, 4711.0, 4663.0, 4702.0, 4663.0, 4693.0, 4662.0, 4620.0, 4669.0, 4608.0, 4679.0, 4609.0, 4690.0, 4650.0, 4621.0, 4661.0, 4620.0, 4681.0, 4622.0, 4691.0, 4650.0, 4690.0, 4641.0, 4680.0, 4611.0, 4659.0, 4650.0, 4630.0, 4610.0, 4620.0, 4688.0, 4639.0, 4689.0, 4618.0, 4670.0, 4609.0, 4648.0, 4609.0, 4620.0, 4621.0, 4622.0, 4661.0, 4633.0, 4632.0, 4643.0, 4683.0, 4635.0, 4704.0, 4654.0, 4694.0, 4634.0, 4693.0, 4624.0, 4681.0, 4663.0, 4635.0, 4703.0, 4643.0, 4624.0, 4633.0, 4672.0, 4632.0, 4713.0, 4665.0, 4703.0, 4653.0, 4693.0, 4631.0, 4631.0, 4671.0, 4623.0, 4691.0, 4651.0, 4680.0, 4623.0, 4682.0, 4634.0, 4654.0, 4655.0, 4643.0, 4700.0, 4643.0, 4703.0, 4635.0, 4705.0, 4655.0, 4704.0, 4634.0, 4682.0, 4632.0, 4672.0, 4713.0, 4644.0, 4702.0, 4672.0, 4682.0, 4632.0, 4672.0, 4611.0, 4621.0, 4691.0, 4642.0, 4702.0, 4662.0, 4681.0, 4631.0, 4681.0, 4623.0, 4670.0, 4682.0, 4634.0, 4700.0, 4652.0, 4692.0, 4632.0, 4692.0, 4652.0, 4692.0, 4636.0, 4681.0, 4620.0, 4679.0, 4620.0, 4680.0, 4622.0, 4674.0, 4683.0, 4643.0, 4673.0, 4631.0, 4690.0, 4631.0, 4700.0, 4650.0, 4688.0, 4640.0, 4679.0, 4640.0, 4680.0, 4619.0, 4679.0, 4630.0, 4681.0, 4632.0, 4682.0, 4643.0, 4682.0, 4623.0, 4673.0, 4645.0, 4652.0, 4614.0, 4672.0, 4623.0, 4673.0, 4670.0, 4644.0, 4705.0, 4653.0, 4642.0, 4641.0, 4660.0, 4641.0, 4672.0, 4661.0, 4663.0, 4671.0, 4621.0, 4670.0, 4621.0, 4670.0, 4662.0, 4651.0, 4692.0, 4650.0, 4611.0, 4629.0, 4620.0, 4630.0, 4621.0, 4640.0, 4650.0, 4650.0, 4622.0, 4663.0, 4651.0, 4633.0, 4711.0, 4661.0, 4700.0, 4663.0, 4691.0, 4632.0, 4691.0, 4634.0, 4692.0, 4645.0, 4695.0, 4665.0, 4705.0, 4666.0, 4694.0, 4655.0, 4695.0, 4646.0, 4705.0, 4624.0, 4682.0, 4622.0, 4662.0, 4623.0, 4673.0, 4633.0, 4682.0, 4632.0, 4681.0, 4622.0, 4691.0, 4632.0, 4693.0, 4645.0, 4703.0, 4643.0, 4693.0, 4634.0, 4642.0, 4714.0, 4654.0, 4702.0, 4643.0, 4689.0, 4622.0, 4681.0, 4643.0, 4691.0, 4635.0, 4682.0, 4644.0, 4694.0, 4648.0, 4683.0, 4658.0, 4697.0, 4665.0, 4664.0, 4676.0, 4655.0, 4705.0, 4675.0, 4715.0, 4664.0, 4716.0, 4644.0, 4702.0, 4623.0, 4681.0, 4621.0, 4680.0, 4624.0, 4680.0, 4634.0, 4691.0, 4623.0, 4693.0, 4636.0, 4695.0, 4655.0, 4683.0, 4636.0, 4705.0, 4656.0, 4696.0, 4625.0, 4674.0, 4624.0, 4653.0, 4624.0, 4645.0, 4646.0, 4656.0, 4627.0, 4666.0, 4666.0, 4649.0, 4717.0, 4667.0, 4707.0, 4665.0, 4695.0, 4656.0, 4706.0, 4656.0, 4695.0, 4646.0, 4697.0, 4627.0, 4665.0, 4623.0, 4653.0, 4644.0, 4645.0, 4694.0, 4643.0, 4623.0, 4655.0, 4636.0, 4674.0, 4646.0, 4667.0, 4696.0, 4647.0, 4685.0, 4646.0, 4725.0, 4676.0, 4714.0, 4655.0, 4705.0, 4626.0, 4682.0, 4624.0, 4643.0, 4716.0, 4645.0, 4704.0, 4662.0, 4671.0, 4623.0, 4661.0, 4634.0, 4694.0, 4656.0, 4694.0, 4666.0, 4693.0, 4656.0, 4706.0, 4666.0, 4695.0, 4656.0, 4706.0, 4668.0, 4705.0, 4655.0, 4704.0, 4665.0, 4705.0, 4623.0, 4680.0, 4623.0, 4681.0, 4613.0, 4634.0, 4682.0, 4631.0, 4703.0, 4661.0, 4690.0, 4641.0, 4670.0, 4623.0, 4670.0, 4624.0, 4684.0, 4624.0, 4685.0, 4626.0, 4663.0, 4623.0, 4646.0, 4714.0, 4666.0, 4694.0, 4665.0, 4694.0, 4646.0, 4694.0, 4667.0, 4695.0, 4666.0, 4695.0, 4648.0, 4651.0, 4657.0, 4687.0, 4669.0, 4636.0, 4695.0, 4633.0, 4692.0, 4647.0, 4705.0, 4654.0, 4705.0, 4656.0, 4714.0, 4667.0, 4674.0, 4661.0, 4635.0, 4705.0, 4664.0, 4634.0, 4703.0, 4653.0, 4672.0, 4686.0, 4674.0, 4715.0, 4632.0, 4692.0, 4640.0, 4671.0, 4643.0, 4623.0, 4693.0, 4624.0, 4693.0, 4624.0, 4665.0, 4655.0, 4632.0, 4684.0, 4635.0, 4694.0, 4655.0, 4715.0, 4667.0, 4715.0, 4685.0, 4665.0, 4633.0, 4675.0, 4633.0, 4694.0, 4657.0, 4703.0, 4663.0, 4623.0, 4632.0, 4639.0, 4651.0, 4634.0, 4665.0, 4636.0, 4695.0, 4640.0, 4696.0, 4640.0, 4697.0, 4638.0, 4698.0, 4638.0, 4697.0, 4637.0, 4709.0, 4649.0, 4722.0, 4661.0, 4708.0, 4649.0, 4707.0, 4636.0, 4697.0, 4680.0, 4707.0, 4637.0, 4673.0, 4645.0, 4673.0, 4686.0, 4624.0, 4682.0, 4611.0, 4680.0, 4642.0, 4692.0, 4664.0, 4634.0, 4634.0, 4634.0, 4674.0, 4648.0, 4634.0, 4684.0, 4658.0, 4687.0, 4697.0, 4647.0, 4716.0, 4684.0, 4674.0, 4704.0, 4671.0, 4610.0, 4630.0, 4609.0, 4631.0, 4652.0, 4642.0, 4673.0, 4631.0, 4638.0, 4658.0, 4715.0, 4664.0, 4703.0, 4665.0, 4694.0, 4647.0, 4705.0, 4677.0, 4697.0, 4647.0, 4708.0, 4668.0, 4707.0, 4649.0, 4697.0, 4648.0, 4696.0, 4647.0, 4706.0, 4667.0, 4667.0, 4628.0, 4666.0, 4625.0, 4694.0, 4637.0, 4696.0, 4698.0, 4666.0, 4637.0, 4656.0, 4637.0, 4707.0, 4647.0, 4708.0, 4636.0, 4697.0, 4668.0, 4716.0, 4666.0, 4687.0, 4687.0, 4678.0, 4718.0, 4633.0, 4714.0, 4633.0, 4692.0, 4625.0, 4702.0, 4643.0, 4692.0, 4621.0, 4661.0, 4622.0, 4681.0, 4645.0, 4692.0, 4654.0, 4694.0, 4664.0, 4695.0, 4665.0, 4706.0, 4664.0, 4684.0, 4634.0, 4644.0, 4647.0, 4709.0, 4668.0, 4707.0, 4634.0, 4685.0, 4634.0, 4694.0, 4635.0, 4694.0, 4656.0, 4703.0, 4645.0, 4704.0, 4665.0, 4716.0], 'WindowWidth': [10430.0, 10293.0, 10353.0, 10272.0, 10302.0, 10243.0, 10199.0, 10194.0, 10177.0, 10193.0, 10221.0, 10210.0, 10274.0, 10209.0, 10261.0, 10191.0, 10284.0, 10210.0, 10269.0, 10185.0, 10234.0, 10157.0, 10222.0, 10159.0, 10199.0, 10186.0, 10220.0, 10176.0, 10264.0, 10209.0, 10258.0, 10190.0, 10180.0, 10252.0, 10320.0, 10221.0, 10273.0, 10157.0, 10178.0, 10139.0, 10169.0, 10223.0, 10173.0, 10183.0, 10172.0, 10178.0, 10194.0, 10273.0, 10209.0, 10277.0, 10198.0, 10261.0, 10179.0, 10219.0, 10212.0, 10179.0, 10293.0, 10217.0, 10268.0, 10214.0, 10270.0, 10203.0, 10254.0, 10177.0, 10234.0, 10259.0, 10190.0, 10256.0, 10174.0, 10271.0, 10213.0, 10253.0, 10177.0, 10231.0, 10229.0, 10175.0, 10172.0, 10173.0, 10267.0, 10197.0, 10269.0, 10188.0, 10256.0, 10156.0, 10235.0, 10143.0, 10154.0, 10252.0, 10186.0, 10269.0, 10195.0, 10249.0, 10172.0, 10236.0, 10191.0, 10262.0, 10181.0, 10241.0, 10176.0, 10227.0, 10229.0, 10172.0, 10289.0, 10223.0, 10263.0, 10183.0, 10250.0, 10193.0, 10232.0, 10159.0, 10236.0, 10164.0, 10167.0, 10137.0, 10164.0, 10156.0, 10181.0, 10156.0, 10224.0, 10173.0, 10251.0, 10181.0, 10271.0, 10222.0, 10270.0, 10206.0, 10254.0, 10212.0, 10257.0, 10213.0, 10268.0, 10198.0, 10264.0, 10182.0, 10250.0, 10214.0, 10256.0, 10212.0, 10249.0, 10169.0, 10236.0, 10171.0, 10240.0, 10191.0, 10178.0, 10236.0, 10206.0, 10274.0, 10209.0, 10246.0, 10233.0, 10194.0, 10292.0, 10249.0, 10294.0, 10229.0, 10272.0, 10184.0, 10250.0, 10176.0, 10227.0, 10138.0, 10214.0, 10164.0, 10229.0, 10181.0, 10231.0, 10182.0, 10232.0, 10153.0, 10215.0, 10170.0, 10229.0, 10197.0, 10236.0, 10162.0, 10254.0, 10201.0, 10259.0, 10195.0, 10259.0, 10175.0, 10241.0, 10161.0, 10239.0, 10160.0, 10215.0, 10180.0, 10230.0, 10166.0, 10216.0, 10165.0, 10209.0, 10232.0, 10222.0, 10166.0, 10205.0, 10181.0, 10236.0, 10222.0, 10233.0, 10184.0, 10209.0, 10262.0, 10194.0, 10310.0, 10235.0, 10254.0, 10174.0, 10238.0, 10155.0, 10199.0, 10215.0, 10191.0, 10242.0, 10162.0, 10265.0, 10179.0, 10255.0, 10184.0, 10226.0, 10180.0, 10232.0, 10166.0, 10223.0, 10261.0, 10182.0, 10275.0, 10194.0, 10273.0, 10213.0, 10255.0, 10177.0, 10212.0, 10222.0, 10175.0, 10242.0, 10174.0, 10272.0, 10202.0, 10257.0, 10204.0, 10190.0, 10286.0, 10197.0, 10268.0, 10195.0, 10254.0, 10213.0, 10258.0, 10187.0, 10241.0, 10183.0, 10214.0, 10228.0, 10176.0, 10285.0, 10211.0, 10264.0, 10185.0, 10255.0, 10168.0, 10242.0, 10266.0, 10183.0, 10282.0, 10206.0, 10246.0, 10175.0, 10218.0, 10142.0, 10165.0, 10137.0, 10170.0, 10196.0, 10175.0, 10263.0, 10182.0, 10188.0, 10191.0, 10270.0, 10215.0, 10259.0, 10185.0, 10253.0, 10154.0, 10196.0, 10264.0, 10202.0, 10264.0, 10216.0, 10227.0, 10172.0, 10226.0, 10132.0, 10181.0, 10150.0, 10212.0, 10151.0, 10218.0, 10155.0, 10234.0, 10191.0, 10259.0, 10216.0, 10255.0, 10217.0, 10258.0, 10214.0, 10251.0, 10197.0, 10254.0, 10211.0, 10262.0, 10212.0, 10264.0, 10192.0, 10252.0, 10209.0, 10235.0, 10184.0, 10158.0, 10245.0, 10172.0, 10154.0, 10217.0, 10203.0, 10280.0, 10212.0, 10266.0, 10211.0, 10253.0, 10208.0, 10149.0, 10214.0, 10131.0, 10227.0, 10133.0, 10244.0, 10189.0, 10152.0, 10205.0, 10149.0, 10231.0, 10155.0, 10247.0, 10190.0, 10247.0, 10178.0, 10229.0, 10137.0, 10201.0, 10189.0, 10161.0, 10135.0, 10148.0, 10241.0, 10171.0, 10242.0, 10144.0, 10214.0, 10132.0, 10184.0, 10133.0, 10149.0, 10151.0, 10155.0, 10208.0, 10171.0, 10170.0, 10187.0, 10238.0, 10176.0, 10272.0, 10202.0, 10257.0, 10174.0, 10253.0, 10161.0, 10234.0, 10211.0, 10175.0, 10269.0, 10185.0, 10163.0, 10172.0, 10223.0, 10172.0, 10284.0, 10216.0, 10268.0, 10200.0, 10252.0, 10168.0, 10165.0, 10220.0, 10158.0, 10250.0, 10194.0, 10233.0, 10160.0, 10237.0, 10174.0, 10200.0, 10203.0, 10187.0, 10262.0, 10188.0, 10268.0, 10176.0, 10273.0, 10204.0, 10270.0, 10174.0, 10237.0, 10169.0, 10224.0, 10284.0, 10186.0, 10265.0, 10222.0, 10237.0, 10168.0, 10222.0, 10139.0, 10153.0, 10249.0, 10181.0, 10264.0, 10208.0, 10232.0, 10167.0, 10235.0, 10158.0, 10219.0, 10238.0, 10172.0, 10261.0, 10196.0, 10251.0, 10169.0, 10251.0, 10195.0, 10250.0, 10182.0, 10235.0, 10150.0, 10226.0, 10150.0, 10231.0, 10154.0, 10227.0, 10241.0, 10185.0, 10224.0, 10167.0, 10244.0, 10164.0, 10260.0, 10188.0, 10241.0, 10176.0, 10226.0, 10175.0, 10230.0, 10150.0, 10228.0, 10166.0, 10233.0, 10170.0, 10235.0, 10186.0, 10237.0, 10159.0, 10229.0, 10192.0, 10198.0, 10148.0, 10225.0, 10160.0, 10226.0, 10221.0, 10188.0, 10275.0, 10200.0, 10183.0, 10182.0, 10205.0, 10180.0, 10224.0, 10210.0, 10211.0, 10223.0, 10154.0, 10219.0, 10152.0, 10218.0, 10209.0, 10192.0, 10250.0, 10192.0, 10139.0, 10161.0, 10151.0, 10164.0, 10154.0, 10180.0, 10192.0, 10193.0, 10156.0, 10213.0, 10194.0, 10172.0, 10282.0, 10210.0, 10263.0, 10212.0, 10248.0, 10170.0, 10249.0, 10175.0, 10251.0, 10192.0, 10260.0, 10220.0, 10275.0, 10223.0, 10259.0, 10206.0, 10261.0, 10195.0, 10275.0, 10161.0, 10239.0, 10156.0, 10209.0, 10161.0, 10228.0, 10172.0, 10238.0, 10170.0, 10233.0, 10158.0, 10249.0, 10172.0, 10254.0, 10191.0, 10268.0, 10186.0, 10254.0, 10173.0, 10185.0, 10289.0, 10202.0, 10265.0, 10183.0, 10244.0, 10156.0, 10233.0, 10187.0, 10251.0, 10177.0, 10238.0, 10191.0, 10259.0, 10202.0, 10241.0, 10218.0, 10266.0, 10220.0, 10219.0, 10236.0, 10208.0, 10275.0, 10233.0, 10288.0, 10216.0, 10292.0, 10188.0, 10265.0, 10156.0, 10233.0, 10153.0, 10229.0, 10161.0, 10229.0, 10172.0, 10247.0, 10158.0, 10251.0, 10178.0, 10256.0, 10204.0, 10241.0, 10181.0, 10276.0, 10206.0, 10260.0, 10163.0, 10226.0, 10160.0, 10197.0, 10160.0, 10190.0, 10195.0, 10206.0, 10170.0, 10221.0, 10221.0, 10200.0, 10296.0, 10223.0, 10278.0, 10219.0, 10258.0, 10207.0, 10273.0, 10205.0, 10258.0, 10195.0, 10262.0, 10167.0, 10216.0, 10160.0, 10199.0, 10188.0, 10191.0, 10256.0, 10187.0, 10159.0, 10202.0, 10180.0, 10229.0, 10196.0, 10223.0, 10261.0, 10197.0, 10245.0, 10194.0, 10307.0, 10234.0, 10288.0, 10205.0, 10273.0, 10164.0, 10238.0, 10160.0, 10185.0, 10291.0, 10189.0, 10270.0, 10208.0, 10218.0, 10158.0, 10206.0, 10173.0, 10257.0, 10208.0, 10256.0, 10218.0, 10254.0, 10208.0, 10278.0, 10220.0, 10260.0, 10211.0, 10278.0, 10225.0, 10273.0, 10204.0, 10271.0, 10220.0, 10275.0, 10160.0, 10233.0, 10155.0, 10235.0, 10143.0, 10172.0, 10236.0, 10166.0, 10269.0, 10207.0, 10247.0, 10179.0, 10216.0, 10159.0, 10218.0, 10160.0, 10243.0, 10162.0, 10244.0, 10167.0, 10214.0, 10160.0, 10193.0, 10288.0, 10220.0, 10256.0, 10219.0, 10255.0, 10193.0, 10258.0, 10224.0, 10261.0, 10220.0, 10257.0, 10203.0, 10211.0, 10214.0, 10254.0, 10231.0, 10184.0, 10259.0, 10173.0, 10250.0, 10194.0, 10275.0, 10202.0, 10274.0, 10209.0, 10288.0, 10223.0, 10225.0, 10209.0, 10179.0, 10274.0, 10216.0, 10174.0, 10269.0, 10200.0, 10222.0, 10247.0, 10225.0, 10289.0, 10167.0, 10248.0, 10172.0, 10216.0, 10181.0, 10154.0, 10250.0, 10158.0, 10252.0, 10160.0, 10216.0, 10205.0, 10173.0, 10244.0, 10179.0, 10255.0, 10202.0, 10288.0, 10222.0, 10287.0, 10242.0, 10214.0, 10170.0, 10227.0, 10169.0, 10256.0, 10204.0, 10266.0, 10208.0, 10157.0, 10168.0, 10188.0, 10208.0, 10172.0, 10215.0, 10178.0, 10257.0, 10188.0, 10261.0, 10188.0, 10263.0, 10184.0, 10267.0, 10184.0, 10263.0, 10181.0, 10283.0, 10200.0, 10306.0, 10221.0, 10284.0, 10203.0, 10277.0, 10178.0, 10261.0, 10244.0, 10281.0, 10181.0, 10227.0, 10188.0, 10226.0, 10247.0, 10158.0, 10235.0, 10135.0, 10229.0, 10180.0, 10249.0, 10213.0, 10172.0, 10172.0, 10174.0, 10228.0, 10197.0, 10177.0, 10246.0, 10214.0, 10250.0, 10266.0, 10195.0, 10293.0, 10242.0, 10229.0, 10269.0, 10218.0, 10132.0, 10160.0, 10132.0, 10163.0, 10193.0, 10181.0, 10221.0, 10167.0, 10187.0, 10214.0, 10287.0, 10214.0, 10264.0, 10216.0, 10255.0, 10197.0, 10275.0, 10235.0, 10264.0, 10198.0, 10280.0, 10226.0, 10281.0, 10203.0, 10265.0, 10200.0, 10263.0, 10197.0, 10278.0, 10224.0, 10225.0, 10172.0, 10221.0, 10166.0, 10257.0, 10183.0, 10263.0, 10268.0, 10222.0, 10183.0, 10208.0, 10185.0, 10283.0, 10200.0, 10282.0, 10182.0, 10266.0, 10228.0, 10291.0, 10222.0, 10251.0, 10252.0, 10240.0, 10298.0, 10174.0, 10286.0, 10170.0, 10252.0, 10162.0, 10267.0, 10182.0, 10249.0, 10153.0, 10203.0, 10155.0, 10234.0, 10190.0, 10250.0, 10203.0, 10255.0, 10215.0, 10257.0, 10220.0, 10276.0, 10216.0, 10242.0, 10175.0, 10189.0, 10198.0, 10287.0, 10225.0, 10277.0, 10177.0, 10245.0, 10175.0, 10257.0, 10179.0, 10255.0, 10206.0, 10269.0, 10192.0, 10270.0, 10220.0, 10292.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.0004925905598243688</td></tr>
<tr><td colspan=3>aqi</td><td>0.014102506037321626</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.65658663675825</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.243595842362637</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001406369549451</td></tr>
<tr><td colspan=3>efc</td><td>0.491</td></tr>
<tr><td colspan=3>fber</td><td>6727.5293</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0856131091067543</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.402854006586169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5709386005421493</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5345193032087145</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6193632102767874</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.558933288140945</td></tr>
<tr><td colspan=3>gcor</td><td>0.00601461</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00996208842843771</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0333126001060009</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.985221593973003</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>25.9639</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.5798</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.7916</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294213.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>991.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.3637</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5091</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>650.5305</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3823.7321</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1489.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.6911</td></tr>
<tr><td colspan=3>tsnr</td><td>44.30380634358153</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>