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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0081_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-02_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-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-alignvideo_acq-mb8_run-02_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-0081/ses-04/func/sub-0081_ses-04_task-alignvideo_acq-mb8_run-02_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>920defae2393c8ee7d24d2ef3e148fa3</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:19:40.375000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992997, 0.108942, -0.0457074, -0.104543, 0.990479, 0.0895633]</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-02_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.0924619</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4110, -7714, -7308, 559, -9, -47, 62, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4527b231-8164-4de0-bb48-2431f476b9fb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.664137601852417, -0.28048214316368103, -0.14857956767082214, 132.66600036621094], [-0.2922837436199188, 2.657383441925049, 0.22722570598125458, -88.07304382324219], [-0.12262966483831406, -0.2402918040752411, 2.6863160133361816, -67.56301879882812], [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, 926]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['161940.375000', '161940.835000', '161941.295000', '161941.755000', '161942.215000', '161942.675000', '161943.135000', '161943.595000', '161944.055000', '161944.515000', '161944.975000', '161945.435000', '161945.895000', '161946.355000', '161946.815000', '161947.275000', '161947.735000', '161948.195000', '161948.655000', '161949.115000', '161949.575000', '161950.035000', '161950.495000', '161950.955000', '161951.415000', '161951.875000', '161952.335000', '161952.795000', '161953.255000', '161953.715000', '161954.175000', '161954.635000', '161955.095000', '161955.555000', '161956.015000', '161956.475000', '161956.935000', '161957.395000', '161957.855000', '161958.315000', '161958.775000', '161959.235000', '161959.695000', '162000.155000', '162000.615000', '162001.075000', '162001.535000', '162001.995000', '162002.455000', '162002.915000', '162003.375000', '162003.835000', '162004.295000', '162004.755000', '162005.215000', '162005.675000', '162006.135000', '162006.595000', '162007.055000', '162007.515000', '162007.975000', '162008.435000', '162008.895000', '162009.355000', '162009.815000', '162010.275000', '162010.735000', '162011.195000', '162011.655000', '162012.115000', '162012.575000', '162013.035000', '162013.495000', '162013.955000', '162014.415000', '162014.875000', '162015.335000', '162015.795000', '162016.255000', '162016.715000', '162017.175000', '162017.635000', '162018.095000', '162018.555000', '162019.015000', '162019.475000', '162019.935000', '162020.395000', '162020.855000', '162021.315000', '162021.775000', '162022.235000', '162022.695000', '162023.155000', '162023.615000', '162024.075000', '162024.535000', '162024.995000', '162025.455000', '162025.915000', '162026.375000', '162026.835000', '162027.295000', '162027.755000', '162028.215000', '162028.675000', '162029.135000', '162029.595000', '162030.055000', '162030.515000', '162030.975000', '162031.435000', '162031.895000', '162032.355000', '162032.815000', '162033.275000', '162033.735000', '162034.195000', '162034.655000', '162035.115000', '162035.575000', '162036.035000', '162036.495000', '162036.955000', '162037.415000', '162037.875000', '162038.335000', '162038.795000', '162039.255000', '162039.715000', '162040.175000', '162040.635000', '162041.095000', '162041.555000', '162042.015000', '162042.475000', '162042.935000', '162043.395000', '162043.855000', '162044.315000', '162044.775000', '162045.235000', '162045.695000', '162046.155000', '162046.615000', '162047.075000', '162047.535000', '162047.995000', '162048.455000', '162048.915000', '162049.375000', '162049.835000', '162050.295000', '162050.755000', '162051.215000', '162051.675000', '162052.135000', '162052.595000', '162053.055000', '162053.515000', '162053.975000', '162054.435000', '162054.895000', '162055.355000', '162055.815000', '162056.275000', '162056.735000', '162057.195000', '162057.655000', '162058.115000', '162058.575000', '162059.035000', '162059.495000', '162059.955000', '162100.415000', '162100.875000', '162101.335000', '162101.795000', '162102.255000', '162102.715000', '162103.175000', '162103.635000', '162104.095000', '162104.555000', '162105.015000', '162105.475000', '162105.935000', '162106.395000', '162106.855000', '162107.315000', '162107.775000', '162108.235000', '162108.695000', '162109.155000', '162109.615000', '162110.075000', '162110.535000', '162110.995000', '162111.455000', '162111.915000', '162112.375000', '162112.835000', '162113.295000', '162113.755000', '162114.215000', '162114.675000', '162115.135000', '162115.595000', '162116.055000', '162116.515000', '162116.975000', '162117.435000', '162117.895000', '162118.355000', '162118.815000', '162119.275000', '162119.735000', '162120.195000', '162120.655000', '162121.115000', '162121.575000', '162122.035000', '162122.495000', '162122.955000', '162123.415000', '162123.875000', '162124.335000', '162124.795000', '162125.255000', '162125.715000', '162126.175000', '162126.635000', '162127.095000', '162127.555000', '162128.015000', '162128.475000', '162128.935000', '162129.395000', '162129.855000', '162130.315000', '162130.775000', '162131.235000', '162131.695000', '162132.155000', '162132.615000', '162133.075000', '162133.535000', '162133.995000', '162134.455000', '162134.915000', '162135.375000', '162135.835000', '162136.295000', '162136.755000', '162137.215000', '162137.675000', '162138.135000', '162138.595000', '162139.055000', '162139.515000', '162139.975000', '162140.435000', '162140.895000', '162141.355000', '162141.815000', '162142.275000', '162142.735000', '162143.195000', '162143.655000', '162144.115000', '162144.575000', '162145.035000', '162145.495000', '162145.955000', '162146.415000', '162146.875000', '162147.335000', '162147.795000', '162148.255000', '162148.715000', '162149.175000', '162149.635000', '162150.095000', '162150.555000', '162151.015000', '162151.475000', '162151.935000', '162152.395000', '162152.855000', '162153.315000', '162153.775000', '162154.235000', '162154.695000', '162155.155000', '162155.615000', '162156.075000', '162156.535000', '162156.995000', '162157.455000', '162157.915000', '162158.375000', '162158.835000', '162159.295000', '162159.755000', '162200.215000', '162200.675000', '162201.135000', '162201.595000', '162202.055000', '162202.515000', '162202.975000', '162203.435000', '162203.895000', '162204.355000', '162204.815000', '162205.275000', '162205.735000', '162206.195000', '162206.655000', '162207.115000', '162207.575000', '162208.035000', '162208.495000', '162208.955000', '162209.415000', '162209.875000', '162210.335000', '162210.795000', '162211.255000', '162211.715000', '162212.175000', '162212.635000', '162213.095000', '162213.555000', '162214.015000', '162214.475000', '162214.935000', '162215.395000', '162215.855000', '162216.315000', '162216.775000', '162217.235000', '162217.695000', '162218.155000', '162218.615000', '162219.075000', '162219.535000', '162219.995000', '162220.455000', '162220.915000', '162221.375000', '162221.835000', '162222.295000', '162222.755000', '162223.215000', '162223.675000', '162224.135000', '162224.595000', '162225.055000', '162225.515000', '162225.975000', '162226.435000', '162226.895000', '162227.355000', '162227.815000', '162228.275000', '162228.735000', '162229.195000', '162229.655000', '162230.115000', '162230.575000', '162231.035000', '162231.495000', '162231.955000', '162232.415000', '162232.875000', '162233.335000', '162233.795000', '162234.255000', '162234.715000', '162235.175000', '162235.635000', '162236.095000', '162236.555000', '162237.015000', '162237.475000', '162237.935000', '162238.395000', '162238.855000', '162239.315000', '162239.775000', '162240.235000', '162240.695000', '162241.155000', '162241.615000', '162242.075000', '162242.535000', '162242.995000', '162243.455000', '162243.915000', '162244.375000', '162244.835000', '162245.295000', '162245.755000', '162246.215000', '162246.675000', '162247.135000', '162247.595000', '162248.055000', '162248.515000', '162248.975000', '162249.435000', '162249.895000', '162250.355000', '162250.815000', '162251.275000', '162251.735000', '162252.195000', '162252.655000', '162253.115000', '162253.575000', '162254.035000', '162254.495000', '162254.955000', '162255.415000', '162255.875000', '162256.335000', '162256.795000', '162257.255000', '162257.715000', '162258.175000', '162258.635000', '162259.095000', '162259.555000', '162300.015000', '162300.475000', '162300.935000', '162301.395000', '162301.855000', '162302.315000', '162302.775000', '162303.235000', '162303.695000', '162304.155000', '162304.615000', '162305.075000', '162305.535000', '162305.995000', '162306.455000', '162306.915000', '162307.375000', '162307.835000', '162308.295000', '162308.755000', '162309.215000', '162309.675000', '162310.135000', '162310.595000', '162311.055000', '162311.515000', '162311.975000', '162312.435000', '162312.895000', '162313.355000', '162313.815000', '162314.275000', '162314.735000', '162315.195000', '162315.655000', '162316.115000', '162316.575000', '162317.035000', '162317.495000', '162317.955000', '162318.415000', '162318.875000', '162319.335000', '162319.795000', '162320.255000', '162320.715000', '162321.175000', '162321.635000', '162322.095000', '162322.555000', '162323.015000', '162323.475000', '162323.935000', '162324.395000', '162324.855000', '162325.315000', '162325.775000', '162326.235000', '162326.695000', '162327.155000', '162327.615000', '162328.075000', '162328.535000', '162328.995000', '162329.455000', '162329.915000', '162330.375000', '162330.835000', '162331.295000', '162331.755000', '162332.215000', '162332.675000', '162333.135000', '162333.595000', '162334.055000', '162334.515000', '162334.975000', '162335.435000', '162335.895000', '162336.355000', '162336.815000', '162337.275000', '162337.735000', '162338.195000', '162338.655000', '162339.115000', '162339.575000', '162340.035000', '162340.495000', '162340.955000', '162341.415000', '162341.875000', '162342.335000', '162342.795000', '162343.255000', '162343.715000', '162344.175000', '162344.635000', '162345.095000', '162345.555000', '162346.015000', '162346.475000', '162346.935000', '162347.395000', '162347.855000', '162348.315000', '162348.775000', '162349.235000', '162349.695000', '162350.155000', '162350.615000', '162351.075000', '162351.535000', '162351.995000', '162352.455000', '162352.915000', '162353.375000', '162353.835000', '162354.295000', '162354.755000', '162355.215000', '162355.675000', '162356.135000', '162356.595000', '162357.055000', '162357.515000', '162357.975000', '162358.435000', '162358.895000', '162359.355000', '162359.815000', '162400.275000', '162400.735000', '162401.195000', '162401.655000', '162402.115000', '162402.575000', '162403.035000', '162403.495000', '162403.955000', '162404.415000', '162404.875000', '162405.335000', '162405.795000', '162406.255000', '162406.715000', '162407.175000', '162407.635000', '162408.095000', '162408.555000', '162409.015000', '162409.475000', '162409.935000', '162410.395000', '162410.855000', '162411.315000', '162411.775000', '162412.235000', '162412.695000', '162413.155000', '162413.615000', '162414.075000', '162414.535000', '162414.995000', '162415.455000', '162415.915000', '162416.375000', '162416.835000', '162417.295000', '162417.755000', '162418.215000', '162418.675000', '162419.135000', '162419.595000', '162420.055000', '162420.515000', '162420.975000', '162421.435000', '162421.895000', '162422.355000', '162422.815000', '162423.275000', '162423.735000', '162424.195000', '162424.655000', '162425.115000', '162425.575000', '162426.035000', '162426.495000', '162426.955000', '162427.415000', '162427.875000', '162428.335000', '162428.795000', '162429.255000', '162429.715000', '162430.175000', '162430.635000', '162431.095000', '162431.555000', '162432.015000', '162432.475000', '162432.935000', '162433.395000', '162433.855000', '162434.315000', '162434.775000', '162435.235000', '162435.695000', '162436.155000', '162436.615000', '162437.075000', '162437.535000', '162437.995000', '162438.455000', '162438.915000', '162439.375000', '162439.835000', '162440.295000', '162440.755000', '162441.215000', '162441.675000', '162442.135000', '162442.595000', '162443.055000', '162443.515000', '162443.975000', '162444.435000', '162444.895000', '162445.355000', '162445.815000', '162446.275000', '162446.735000', '162447.195000', '162447.655000', '162448.115000', '162448.575000', '162449.035000', '162449.495000', '162449.955000', '162450.415000', '162450.875000', '162451.335000', '162451.795000', '162452.255000', '162452.715000', '162453.175000', '162453.635000', '162454.095000', '162454.555000', '162455.015000', '162455.475000', '162455.935000', '162456.395000', '162456.855000', '162457.315000', '162457.775000', '162458.235000', '162458.695000', '162459.155000', '162459.615000', '162500.075000', '162500.535000', '162500.995000', '162501.455000', '162501.915000', '162502.375000', '162502.835000', '162503.295000', '162503.755000', '162504.215000', '162504.675000', '162505.135000', '162505.595000', '162506.055000', '162506.515000', '162506.975000', '162507.435000', '162507.895000', '162508.355000', '162508.815000', '162509.275000', '162509.735000', '162510.195000', '162510.655000', '162511.115000', '162511.575000', '162512.035000', '162512.495000', '162512.955000', '162513.415000', '162513.875000', '162514.335000', '162514.795000', '162515.255000', '162515.715000', '162516.175000', '162516.635000', '162517.095000', '162517.555000', '162518.015000', '162518.475000', '162518.935000', '162519.395000', '162519.855000', '162520.315000', '162520.775000', '162521.235000', '162521.695000', '162522.155000', '162522.615000', '162523.075000', '162523.535000', '162523.995000', '162524.455000', '162524.915000', '162525.375000', '162525.835000', '162526.295000', '162526.755000', '162527.215000', '162527.675000', '162528.135000', '162528.595000', '162529.055000', '162529.515000', '162529.975000', '162530.435000', '162530.895000', '162531.355000', '162531.815000', '162532.275000', '162532.735000', '162533.195000', '162533.655000', '162534.115000', '162534.575000', '162535.035000', '162535.495000', '162535.955000', '162536.415000', '162536.875000', '162537.335000', '162537.795000', '162538.255000', '162538.715000', '162539.175000', '162539.635000', '162540.095000', '162540.555000', '162541.015000', '162541.475000', '162541.935000', '162542.395000', '162542.855000', '162543.315000', '162543.775000', '162544.235000', '162544.695000', '162545.155000', '162545.615000', '162546.075000', '162546.535000', '162546.995000', '162547.455000', '162547.915000', '162548.375000', '162548.835000', '162549.295000', '162549.755000', '162550.215000', '162550.675000', '162551.135000', '162551.595000', '162552.055000', '162552.515000', '162552.975000', '162553.435000', '162553.895000', '162554.355000', '162554.815000', '162555.275000', '162555.735000', '162556.195000', '162556.655000', '162557.115000', '162557.575000', '162558.035000', '162558.495000', '162558.955000', '162559.415000', '162559.875000', '162600.335000', '162600.795000', '162601.255000', '162601.715000', '162602.175000', '162602.635000', '162603.095000', '162603.555000', '162604.015000', '162604.475000', '162604.935000', '162605.395000', '162605.855000', '162606.315000', '162606.775000', '162607.235000', '162607.695000', '162608.155000', '162608.615000', '162609.075000', '162609.535000', '162609.995000', '162610.455000', '162610.915000', '162611.375000', '162611.835000', '162612.295000', '162612.755000', '162613.215000', '162613.675000', '162614.135000', '162614.595000', '162615.055000', '162615.515000', '162615.975000', '162616.435000', '162616.895000', '162617.355000', '162617.815000', '162618.275000', '162618.735000', '162619.195000', '162619.655000', '162620.115000', '162620.575000', '162621.035000', '162621.495000', '162621.955000', '162622.415000', '162622.875000', '162623.335000', '162623.795000', '162624.255000', '162624.715000', '162625.175000', '162625.635000', '162626.095000', '162626.555000', '162627.015000', '162627.475000', '162627.935000', '162628.395000', '162628.855000', '162629.315000', '162629.775000', '162630.235000', '162630.695000', '162631.155000', '162631.615000', '162632.075000', '162632.535000', '162632.995000', '162633.455000', '162633.915000', '162634.375000', '162634.835000', '162635.295000', '162635.755000', '162636.215000', '162636.675000', '162637.135000', '162637.595000', '162638.055000', '162638.515000', '162638.975000', '162639.435000', '162639.895000', '162640.355000', '162640.815000', '162641.275000', '162641.735000', '162642.195000', '162642.655000', '162643.115000', '162643.575000', '162644.035000', '162644.495000', '162644.955000', '162645.415000', '162645.875000'], 'ContentTime': ['162007.574000', '162007.577000', '162007.580000', '162007.582000', '162007.585000', '162007.588000', '162007.590000', '162007.593000', '162007.595000', '162007.598000', '162007.601000', '162007.608000', '162007.611000', '162007.614000', '162007.616000', '162007.619000', '162007.622000', '162007.624000', '162007.627000', '162007.629000', '162007.632000', '162007.634000', '162007.637000', '162007.640000', '162007.642000', '162007.645000', '162007.647000', '162007.650000', '162007.653000', '162007.655000', '162007.658000', '162007.660000', '162007.663000', '162007.666000', '162007.668000', '162007.671000', '162007.673000', '162007.676000', '162007.678000', '162007.681000', '162007.684000', '162007.686000', '162007.689000', '162007.691000', '162007.694000', '162007.697000', '162007.704000', '162007.707000', '162007.709000', '162007.712000', '162007.714000', '162007.717000', '162007.719000', '162007.722000', '162007.724000', '162007.727000', '162007.730000', '162027.519000', '162027.522000', '162027.525000', '162027.528000', '162027.530000', '162027.533000', '162027.535000', '162027.538000', '162027.541000', '162027.543000', '162027.546000', '162027.548000', '162027.551000', '162027.553000', '162027.556000', '162027.559000', '162027.561000', '162027.564000', '162027.566000', '162027.569000', '162027.572000', '162027.574000', '162027.577000', '162027.579000', '162027.582000', '162027.584000', '162027.587000', '162027.590000', '162027.592000', '162027.595000', '162027.597000', '162027.600000', '162027.602000', '162027.605000', '162027.608000', '162027.610000', '162027.613000', '162027.615000', '162027.618000', '162027.621000', '162027.623000', '162027.626000', '162027.628000', '162047.521000', '162047.524000', '162047.526000', '162047.529000', '162047.531000', '162047.534000', '162047.537000', '162047.539000', '162047.542000', '162047.544000', '162047.547000', '162047.549000', '162047.552000', '162047.555000', '162047.557000', '162047.560000', '162047.563000', '162047.565000', '162047.568000', '162047.570000', '162047.573000', '162047.576000', '162047.578000', '162047.581000', '162047.584000', '162047.586000', '162047.589000', '162047.592000', '162047.594000', '162047.597000', '162047.600000', '162047.602000', '162047.605000', '162047.608000', '162047.610000', '162047.613000', '162047.615000', '162047.618000', '162047.621000', '162047.623000', '162047.626000', '162047.628000', '162047.631000', '162047.634000', '162107.520000', '162107.523000', '162107.526000', '162107.529000', '162107.531000', '162107.534000', '162107.536000', '162107.539000', '162107.542000', '162107.544000', '162107.547000', '162107.550000', '162107.552000', '162107.555000', '162107.557000', '162107.560000', '162107.563000', '162107.565000', '162107.568000', '162107.570000', '162107.573000', '162107.575000', '162107.578000', '162107.581000', '162107.583000', '162107.586000', '162107.589000', '162107.591000', '162107.594000', '162107.596000', '162107.599000', '162107.602000', '162107.604000', '162107.607000', '162107.610000', '162107.612000', '162107.615000', '162107.618000', '162107.620000', '162107.623000', '162107.625000', '162107.628000', '162107.631000', '162127.521000', '162127.523000', '162127.526000', '162127.529000', '162127.531000', '162127.534000', '162127.536000', '162127.539000', '162127.542000', '162127.544000', '162127.558000', '162127.561000', '162127.563000', '162127.566000', '162127.569000', '162127.571000', '162127.574000', '162127.576000', '162127.579000', '162127.582000', '162127.584000', '162127.587000', '162127.589000', '162127.592000', '162127.595000', '162127.597000', '162127.600000', '162127.603000', '162127.605000', '162127.608000', '162127.611000', '162127.613000', '162127.616000', '162127.618000', '162127.621000', '162127.623000', '162127.626000', '162127.629000', '162127.631000', '162127.634000', '162127.637000', '162127.639000', '162127.642000', '162127.644000', '162147.520000', '162147.523000', '162147.526000', '162147.529000', '162147.531000', '162147.534000', '162147.537000', '162147.539000', '162147.542000', '162147.545000', '162147.547000', '162147.550000', '162147.552000', '162147.555000', '162147.558000', '162147.560000', '162147.563000', '162147.566000', '162147.568000', '162147.571000', '162147.573000', '162147.576000', '162147.579000', '162147.581000', '162147.584000', '162147.586000', '162147.589000', '162147.592000', '162147.594000', '162147.597000', '162147.600000', '162147.603000', '162147.605000', '162147.608000', '162147.611000', '162147.613000', '162147.616000', '162147.619000', '162147.621000', '162147.624000', '162147.627000', '162147.629000', '162147.632000', '162207.520000', '162207.522000', '162207.525000', '162207.528000', '162207.531000', '162207.533000', '162207.536000', '162207.538000', '162207.541000', '162207.544000', '162207.546000', '162207.549000', '162207.552000', '162207.554000', '162207.557000', '162207.560000', '162207.563000', '162207.566000', '162207.568000', '162207.571000', '162207.573000', '162207.576000', '162207.579000', '162207.582000', '162207.584000', '162207.587000', '162207.589000', '162207.592000', '162207.595000', '162207.597000', '162207.600000', '162207.603000', '162207.605000', '162207.608000', '162207.611000', '162207.613000', '162207.616000', '162207.619000', '162207.621000', '162207.624000', '162207.626000', '162207.629000', '162207.632000', '162227.520000', '162227.522000', '162227.525000', '162227.528000', '162227.530000', '162227.533000', '162227.536000', '162227.538000', '162227.541000', '162227.544000', '162227.546000', '162227.549000', '162227.551000', '162227.554000', '162227.557000', '162227.559000', '162227.562000', '162227.564000', '162227.567000', '162227.570000', '162227.572000', '162227.575000', '162227.578000', '162227.580000', '162227.583000', '162227.585000', '162227.588000', '162227.591000', '162227.593000', '162227.596000', '162227.598000', '162227.601000', '162227.604000', '162227.606000', '162227.609000', '162227.612000', '162227.614000', '162227.617000', '162227.620000', '162227.622000', '162227.625000', '162227.627000', '162227.630000', '162227.632000', '162247.519000', '162247.522000', '162247.525000', '162247.528000', '162247.530000', '162247.533000', '162247.535000', '162247.538000', '162247.541000', '162247.543000', '162247.546000', '162247.549000', '162247.552000', '162247.555000', '162247.557000', '162247.560000', '162247.562000', '162247.565000', '162247.568000', '162247.570000', '162247.573000', '162247.576000', '162247.578000', '162247.581000', '162247.583000', '162247.586000', '162247.589000', '162247.591000', '162247.594000', '162247.597000', '162247.599000', '162247.602000', '162247.605000', '162247.607000', '162247.610000', '162247.612000', '162247.615000', '162247.618000', '162247.620000', '162247.623000', '162247.626000', '162247.628000', '162247.631000', '162307.519000', '162307.522000', '162307.525000', '162307.528000', '162307.530000', '162307.533000', '162307.535000', '162307.538000', '162307.541000', '162307.543000', '162307.546000', '162307.549000', '162307.551000', '162307.554000', '162307.557000', '162307.559000', '162307.562000', '162307.564000', '162307.567000', '162307.570000', '162307.572000', '162307.575000', '162307.578000', '162307.580000', '162307.589000', '162307.592000', '162307.594000', '162307.597000', '162307.600000', '162307.602000', '162307.605000', '162307.608000', '162307.610000', '162307.613000', '162307.615000', '162307.618000', '162307.621000', '162307.623000', '162307.626000', '162307.629000', '162307.631000', '162307.634000', '162307.636000', '162307.639000', '162327.521000', '162327.524000', '162327.526000', '162327.529000', '162327.532000', '162327.534000', '162327.537000', '162327.539000', '162327.542000', '162327.545000', '162327.547000', '162327.551000', '162327.554000', '162327.557000', '162327.559000', '162327.562000', '162327.565000', '162327.567000', '162327.570000', '162327.573000', '162327.575000', '162327.578000', '162327.581000', '162327.583000', '162327.586000', '162327.588000', '162327.591000', '162327.594000', '162327.596000', '162327.600000', '162327.603000', '162327.605000', '162327.608000', '162327.611000', '162327.613000', '162327.616000', '162327.619000', '162327.621000', '162327.624000', '162327.627000', '162327.629000', '162327.632000', '162327.635000', '162347.520000', '162347.523000', '162347.526000', '162347.529000', '162347.531000', '162347.534000', '162347.537000', '162347.539000', '162347.542000', '162347.544000', '162347.547000', '162347.550000', '162347.552000', '162347.555000', '162347.557000', '162347.560000', '162347.563000', '162347.565000', '162347.568000', '162347.571000', '162347.573000', '162347.576000', '162347.579000', '162347.581000', '162347.584000', '162347.586000', '162347.589000', '162347.592000', '162347.594000', '162347.597000', '162347.600000', '162347.602000', '162347.605000', '162347.608000', '162347.610000', '162347.613000', '162347.615000', '162347.618000', '162347.621000', '162347.623000', '162347.626000', '162347.628000', '162347.631000', '162347.634000', '162407.521000', '162407.524000', '162407.526000', '162407.529000', '162407.531000', '162407.534000', '162407.537000', '162407.539000', '162407.542000', '162407.545000', '162407.547000', '162407.550000', '162407.552000', '162407.555000', '162407.557000', '162407.560000', '162407.563000', '162407.566000', '162407.568000', '162407.571000', '162407.574000', '162407.576000', '162407.579000', '162407.582000', '162407.584000', '162407.587000', '162407.590000', '162407.592000', '162407.595000', '162407.597000', '162407.600000', '162407.603000', '162407.606000', '162407.608000', '162407.611000', '162407.613000', '162407.616000', '162407.619000', '162407.621000', '162407.624000', '162407.626000', '162407.629000', '162407.632000', '162427.519000', '162427.522000', '162427.525000', '162427.528000', '162427.530000', '162427.533000', '162427.536000', '162427.538000', '162427.541000', '162427.543000', '162427.546000', '162427.549000', '162427.551000', '162427.554000', '162427.556000', '162427.559000', '162427.561000', '162427.576000', '162427.579000', '162427.581000', '162427.584000', '162427.586000', '162427.589000', '162427.592000', '162427.594000', '162427.597000', '162427.600000', '162427.602000', '162427.605000', '162427.608000', '162427.610000', '162427.613000', '162427.615000', '162427.618000', '162427.621000', '162427.623000', '162427.626000', '162427.629000', '162427.631000', '162427.634000', '162427.636000', '162427.639000', '162427.642000', '162427.644000', '162447.520000', '162447.523000', '162447.525000', '162447.528000', '162447.530000', '162447.533000', '162447.536000', '162447.538000', '162447.541000', '162447.543000', '162447.546000', '162447.549000', '162447.551000', '162447.554000', '162447.556000', '162447.559000', '162447.562000', '162447.564000', '162447.567000', '162447.570000', '162447.572000', '162447.575000', '162447.577000', '162447.580000', '162447.583000', '162447.585000', '162447.588000', '162447.591000', '162447.594000', '162447.597000', '162447.600000', '162447.603000', '162447.605000', '162447.608000', '162447.610000', '162447.613000', '162447.616000', '162447.618000', '162447.621000', '162447.624000', '162447.626000', '162447.629000', '162447.631000', '162507.519000', '162507.522000', '162507.525000', '162507.528000', '162507.530000', '162507.533000', '162507.535000', '162507.538000', '162507.541000', '162507.543000', '162507.546000', '162507.549000', '162507.551000', '162507.554000', '162507.556000', '162507.559000', '162507.562000', '162507.565000', '162507.567000', '162507.572000', '162507.574000', '162507.577000', '162507.579000', '162507.582000', '162507.585000', '162507.587000', '162507.590000', '162507.592000', '162507.595000', '162507.598000', '162507.601000', '162507.604000', '162507.606000', '162507.609000', '162507.612000', '162507.614000', '162507.617000', '162507.619000', '162507.622000', '162507.625000', '162507.627000', '162507.630000', '162507.632000', '162507.635000', '162527.519000', '162527.522000', '162527.525000', '162527.528000', '162527.530000', '162527.533000', '162527.535000', '162527.538000', '162527.540000', '162527.543000', '162527.546000', '162527.548000', '162527.551000', '162527.554000', '162527.556000', '162527.559000', '162527.562000', '162527.564000', '162527.567000', '162527.570000', '162527.572000', '162527.575000', '162527.577000', '162527.580000', '162527.583000', '162527.585000', '162527.588000', '162527.590000', '162527.593000', '162527.596000', '162527.598000', '162527.601000', '162527.604000', '162527.606000', '162527.609000', '162527.612000', '162527.614000', '162527.617000', '162527.620000', '162527.622000', '162527.625000', '162527.627000', '162527.630000', '162547.521000', '162547.524000', '162547.527000', '162547.529000', '162547.532000', '162547.535000', '162547.537000', '162547.540000', '162547.543000', '162547.545000', '162547.548000', '162547.551000', '162547.554000', '162547.556000', '162547.559000', '162547.562000', '162547.565000', '162547.567000', '162547.570000', '162547.572000', '162547.575000', '162547.578000', '162547.580000', '162547.583000', '162547.586000', '162547.588000', '162547.591000', '162547.593000', '162547.609000', '162547.612000', '162547.614000', '162547.617000', '162547.619000', '162547.622000', '162547.625000', '162547.627000', '162547.630000', '162547.633000', '162547.635000', '162547.638000', '162547.640000', '162547.643000', '162547.646000', '162547.648000', '162607.521000', '162607.524000', '162607.526000', '162607.529000', '162607.531000', '162607.534000', '162607.537000', '162607.539000', '162607.542000', '162607.544000', '162607.547000', '162607.549000', '162607.552000', '162607.555000', '162607.557000', '162607.560000', '162607.563000', '162607.565000', '162607.568000', '162607.570000', '162607.573000', '162607.576000', '162607.578000', '162607.581000', '162607.583000', '162607.586000', '162607.589000', '162607.591000', '162607.594000', '162607.596000', '162607.599000', '162607.602000', '162607.604000', '162607.607000', '162607.610000', '162607.612000', '162607.616000', '162607.619000', '162607.622000', '162607.624000', '162607.627000', '162607.630000', '162607.633000', '162627.520000', '162627.523000', '162627.526000', '162627.529000', '162627.531000', '162627.534000', '162627.536000', '162627.539000', '162627.542000', '162627.544000', '162627.547000', '162627.549000', '162627.552000', '162627.555000', '162627.557000', '162627.560000', '162627.563000', '162627.565000', '162627.568000', '162627.570000', '162627.573000', '162627.575000', '162627.578000', '162627.581000', '162627.583000', '162627.586000', '162627.589000', '162627.591000', '162627.594000', '162627.596000', '162627.599000', '162627.602000', '162627.604000', '162627.607000', '162627.609000', '162627.612000', '162627.615000', '162627.617000', '162627.620000', '162627.622000', '162627.638000', '162627.640000', '162627.643000', '162627.646000', '162647.175000', '162647.179000', '162647.181000', '162647.184000', '162647.187000', '162647.189000', '162647.192000', '162647.195000', '162647.197000', '162647.200000', '162647.203000', '162647.205000', '162647.208000', '162647.210000', '162647.213000', '162647.216000', '162647.218000', '162647.221000', '162647.223000', '162647.226000', '162647.229000', '162647.231000', '162647.234000', '162647.236000', '162647.239000', '162647.242000', '162647.244000', '162647.247000', '162647.250000', '162647.252000', '162647.255000', '162647.258000', '162647.260000', '162647.263000', '162647.265000', '162647.268000', '162647.271000', '162647.273000', '162647.276000', '162647.279000', '162647.282000', '162647.284000', '162647.287000'], 'InstanceCreationTime': ['162007.574000', '162007.577000', '162007.580000', '162007.582000', '162007.585000', '162007.588000', '162007.590000', '162007.593000', '162007.595000', '162007.598000', '162007.601000', '162007.608000', '162007.611000', '162007.614000', '162007.616000', '162007.619000', '162007.622000', '162007.624000', '162007.627000', '162007.629000', '162007.632000', '162007.634000', '162007.637000', '162007.640000', '162007.642000', '162007.645000', '162007.647000', '162007.650000', '162007.653000', '162007.655000', '162007.658000', '162007.660000', '162007.663000', '162007.666000', '162007.668000', '162007.671000', '162007.673000', '162007.676000', '162007.678000', '162007.681000', '162007.684000', '162007.686000', '162007.689000', '162007.691000', '162007.694000', '162007.697000', '162007.704000', '162007.707000', '162007.709000', '162007.712000', '162007.714000', '162007.717000', '162007.719000', '162007.722000', '162007.724000', '162007.727000', '162007.730000', '162027.519000', '162027.522000', '162027.525000', '162027.528000', '162027.530000', '162027.533000', '162027.535000', '162027.538000', '162027.541000', '162027.543000', '162027.546000', '162027.548000', '162027.551000', '162027.553000', '162027.556000', '162027.559000', '162027.561000', '162027.564000', '162027.566000', '162027.569000', '162027.572000', '162027.574000', '162027.577000', '162027.579000', '162027.582000', '162027.584000', '162027.587000', '162027.590000', '162027.592000', '162027.595000', '162027.597000', '162027.600000', '162027.602000', '162027.605000', '162027.608000', '162027.610000', '162027.613000', '162027.615000', '162027.618000', '162027.621000', '162027.623000', '162027.626000', '162027.628000', '162047.521000', '162047.524000', '162047.526000', '162047.529000', '162047.531000', '162047.534000', '162047.537000', '162047.539000', '162047.542000', '162047.544000', '162047.547000', '162047.549000', '162047.552000', '162047.555000', '162047.557000', '162047.560000', '162047.563000', '162047.565000', '162047.568000', '162047.570000', '162047.573000', '162047.576000', '162047.578000', '162047.581000', '162047.584000', '162047.586000', '162047.589000', '162047.592000', '162047.594000', '162047.597000', '162047.600000', '162047.602000', '162047.605000', '162047.608000', '162047.610000', '162047.613000', '162047.615000', '162047.618000', '162047.621000', '162047.623000', '162047.626000', '162047.628000', '162047.631000', '162047.634000', '162107.520000', '162107.523000', '162107.526000', '162107.529000', '162107.531000', '162107.534000', '162107.536000', '162107.539000', '162107.542000', '162107.544000', '162107.547000', '162107.550000', '162107.552000', '162107.555000', '162107.557000', '162107.560000', '162107.563000', '162107.565000', '162107.568000', '162107.570000', '162107.573000', '162107.575000', '162107.578000', '162107.581000', '162107.583000', '162107.586000', '162107.589000', '162107.591000', '162107.594000', '162107.596000', '162107.599000', '162107.602000', '162107.604000', '162107.607000', '162107.610000', '162107.612000', '162107.615000', '162107.618000', '162107.620000', '162107.623000', '162107.625000', '162107.628000', '162107.631000', '162127.521000', '162127.523000', '162127.526000', '162127.529000', '162127.531000', '162127.534000', '162127.536000', '162127.539000', '162127.542000', '162127.544000', '162127.558000', '162127.561000', '162127.563000', '162127.566000', '162127.569000', '162127.571000', '162127.574000', '162127.576000', '162127.579000', '162127.582000', '162127.584000', '162127.587000', '162127.589000', '162127.592000', '162127.595000', '162127.597000', '162127.600000', '162127.603000', '162127.605000', '162127.608000', '162127.611000', '162127.613000', '162127.616000', '162127.618000', '162127.621000', '162127.623000', '162127.626000', '162127.629000', '162127.631000', '162127.634000', '162127.637000', '162127.639000', '162127.642000', '162127.644000', '162147.520000', '162147.523000', '162147.526000', '162147.529000', '162147.531000', '162147.534000', '162147.537000', '162147.539000', '162147.542000', '162147.545000', '162147.547000', '162147.550000', '162147.552000', '162147.555000', '162147.558000', '162147.560000', '162147.563000', '162147.566000', '162147.568000', '162147.571000', '162147.573000', '162147.576000', '162147.579000', '162147.581000', '162147.584000', '162147.586000', '162147.589000', '162147.592000', '162147.594000', '162147.597000', '162147.600000', '162147.603000', '162147.605000', '162147.608000', '162147.611000', '162147.613000', '162147.616000', '162147.619000', '162147.621000', '162147.624000', '162147.627000', '162147.629000', '162147.632000', '162207.520000', '162207.522000', '162207.525000', '162207.528000', '162207.531000', '162207.533000', '162207.536000', '162207.538000', '162207.541000', '162207.544000', '162207.546000', '162207.549000', '162207.552000', '162207.554000', '162207.557000', '162207.560000', '162207.563000', '162207.566000', '162207.568000', '162207.571000', '162207.573000', '162207.576000', '162207.579000', '162207.582000', '162207.584000', '162207.587000', '162207.589000', '162207.592000', '162207.595000', '162207.597000', '162207.600000', '162207.603000', '162207.605000', '162207.608000', '162207.611000', '162207.613000', '162207.616000', '162207.619000', '162207.621000', '162207.624000', '162207.626000', '162207.629000', '162207.632000', '162227.520000', '162227.522000', '162227.525000', '162227.528000', '162227.530000', '162227.533000', '162227.536000', '162227.538000', '162227.541000', '162227.544000', '162227.546000', '162227.549000', '162227.551000', '162227.554000', '162227.557000', '162227.559000', '162227.562000', '162227.564000', '162227.567000', '162227.570000', '162227.572000', '162227.575000', '162227.578000', '162227.580000', '162227.583000', '162227.585000', '162227.588000', '162227.591000', '162227.593000', '162227.596000', '162227.598000', '162227.601000', '162227.604000', '162227.606000', '162227.609000', '162227.612000', '162227.614000', '162227.617000', '162227.620000', '162227.622000', '162227.625000', '162227.627000', '162227.630000', '162227.632000', '162247.519000', '162247.522000', '162247.525000', '162247.528000', '162247.530000', '162247.533000', '162247.535000', '162247.538000', '162247.541000', '162247.543000', '162247.546000', '162247.549000', '162247.552000', '162247.555000', '162247.557000', '162247.560000', '162247.562000', '162247.565000', '162247.568000', '162247.570000', '162247.573000', '162247.576000', '162247.578000', '162247.581000', '162247.583000', '162247.586000', '162247.589000', '162247.591000', '162247.594000', '162247.597000', '162247.599000', '162247.602000', '162247.605000', '162247.607000', '162247.610000', '162247.612000', '162247.615000', '162247.618000', '162247.620000', '162247.623000', '162247.626000', '162247.628000', '162247.631000', '162307.519000', '162307.522000', '162307.525000', '162307.528000', '162307.530000', '162307.533000', '162307.535000', '162307.538000', '162307.541000', '162307.543000', '162307.546000', '162307.549000', '162307.551000', '162307.554000', '162307.557000', '162307.559000', '162307.562000', '162307.564000', '162307.567000', '162307.570000', '162307.572000', '162307.575000', '162307.578000', '162307.580000', '162307.589000', '162307.592000', '162307.594000', '162307.597000', '162307.600000', '162307.602000', '162307.605000', '162307.608000', '162307.610000', '162307.613000', '162307.615000', '162307.618000', '162307.621000', '162307.623000', '162307.626000', '162307.629000', '162307.631000', '162307.634000', '162307.636000', '162307.639000', '162327.521000', '162327.524000', '162327.526000', '162327.529000', '162327.532000', '162327.534000', '162327.537000', '162327.539000', '162327.542000', '162327.545000', '162327.547000', '162327.551000', '162327.554000', '162327.557000', '162327.559000', '162327.562000', '162327.565000', '162327.567000', '162327.570000', '162327.573000', '162327.575000', '162327.578000', '162327.581000', '162327.583000', '162327.586000', '162327.588000', '162327.591000', '162327.594000', '162327.596000', '162327.600000', '162327.603000', '162327.605000', '162327.608000', '162327.611000', '162327.613000', '162327.616000', '162327.619000', '162327.621000', '162327.624000', '162327.627000', '162327.629000', '162327.632000', '162327.635000', '162347.520000', '162347.523000', '162347.526000', '162347.529000', '162347.531000', '162347.534000', '162347.537000', '162347.539000', '162347.542000', '162347.544000', '162347.547000', '162347.550000', '162347.552000', '162347.555000', '162347.557000', '162347.560000', '162347.563000', '162347.565000', '162347.568000', '162347.571000', '162347.573000', '162347.576000', '162347.579000', '162347.581000', '162347.584000', '162347.586000', '162347.589000', '162347.592000', '162347.594000', '162347.597000', '162347.600000', '162347.602000', '162347.605000', '162347.608000', '162347.610000', '162347.613000', '162347.615000', '162347.618000', '162347.621000', '162347.623000', '162347.626000', '162347.628000', '162347.631000', '162347.634000', '162407.521000', '162407.524000', '162407.526000', '162407.529000', '162407.531000', '162407.534000', '162407.537000', '162407.539000', '162407.542000', '162407.545000', '162407.547000', '162407.550000', '162407.552000', '162407.555000', '162407.557000', '162407.560000', '162407.563000', '162407.566000', '162407.568000', '162407.571000', '162407.574000', '162407.576000', '162407.579000', '162407.582000', '162407.584000', '162407.587000', '162407.590000', '162407.592000', '162407.595000', '162407.597000', '162407.600000', '162407.603000', '162407.606000', '162407.608000', '162407.611000', '162407.613000', '162407.616000', '162407.619000', '162407.621000', '162407.624000', '162407.626000', '162407.629000', '162407.632000', '162427.519000', '162427.522000', '162427.525000', '162427.528000', '162427.530000', '162427.533000', '162427.536000', '162427.538000', '162427.541000', '162427.543000', '162427.546000', '162427.549000', '162427.551000', '162427.554000', '162427.556000', '162427.559000', '162427.561000', '162427.576000', '162427.579000', '162427.581000', '162427.584000', '162427.586000', '162427.589000', '162427.592000', '162427.594000', '162427.597000', '162427.600000', '162427.602000', '162427.605000', '162427.608000', '162427.610000', '162427.613000', '162427.615000', '162427.618000', '162427.621000', '162427.623000', '162427.626000', '162427.629000', '162427.631000', '162427.634000', '162427.636000', '162427.639000', '162427.642000', '162427.644000', '162447.520000', '162447.523000', '162447.525000', '162447.528000', '162447.530000', '162447.533000', '162447.536000', '162447.538000', '162447.541000', '162447.543000', '162447.546000', '162447.549000', '162447.551000', '162447.554000', '162447.556000', '162447.559000', '162447.562000', '162447.564000', '162447.567000', '162447.570000', '162447.572000', '162447.575000', '162447.577000', '162447.580000', '162447.583000', '162447.585000', '162447.588000', '162447.591000', '162447.594000', '162447.597000', '162447.600000', '162447.603000', '162447.605000', '162447.608000', '162447.610000', '162447.613000', '162447.616000', '162447.618000', '162447.621000', '162447.624000', '162447.626000', '162447.629000', '162447.631000', '162507.519000', '162507.522000', '162507.525000', '162507.528000', '162507.530000', '162507.533000', '162507.535000', '162507.538000', '162507.541000', '162507.543000', '162507.546000', '162507.549000', '162507.551000', '162507.554000', '162507.556000', '162507.559000', '162507.562000', '162507.565000', '162507.567000', '162507.572000', '162507.574000', '162507.577000', '162507.579000', '162507.582000', '162507.585000', '162507.587000', '162507.590000', '162507.592000', '162507.595000', '162507.598000', '162507.601000', '162507.604000', '162507.606000', '162507.609000', '162507.612000', '162507.614000', '162507.617000', '162507.619000', '162507.622000', '162507.625000', '162507.627000', '162507.630000', '162507.632000', '162507.635000', '162527.519000', '162527.522000', '162527.525000', '162527.528000', '162527.530000', '162527.533000', '162527.535000', '162527.538000', '162527.540000', '162527.543000', '162527.546000', '162527.548000', '162527.551000', '162527.554000', '162527.556000', '162527.559000', '162527.562000', '162527.564000', '162527.567000', '162527.570000', '162527.572000', '162527.575000', '162527.577000', '162527.580000', '162527.583000', '162527.585000', '162527.588000', '162527.590000', '162527.593000', '162527.596000', '162527.598000', '162527.601000', '162527.604000', '162527.606000', '162527.609000', '162527.612000', '162527.614000', '162527.617000', '162527.620000', '162527.622000', '162527.625000', '162527.627000', '162527.630000', '162547.521000', '162547.524000', '162547.527000', '162547.529000', '162547.532000', '162547.535000', '162547.537000', '162547.540000', '162547.543000', '162547.545000', '162547.548000', '162547.551000', '162547.554000', '162547.556000', '162547.559000', '162547.562000', '162547.565000', '162547.567000', '162547.570000', '162547.572000', '162547.575000', '162547.578000', '162547.580000', '162547.583000', '162547.586000', '162547.588000', '162547.591000', '162547.593000', '162547.609000', '162547.612000', '162547.614000', '162547.617000', '162547.619000', '162547.622000', '162547.625000', '162547.627000', '162547.630000', '162547.633000', '162547.635000', '162547.638000', '162547.640000', '162547.643000', '162547.646000', '162547.648000', '162607.521000', '162607.524000', '162607.526000', '162607.529000', '162607.531000', '162607.534000', '162607.537000', '162607.539000', '162607.542000', '162607.544000', '162607.547000', '162607.549000', '162607.552000', '162607.555000', '162607.557000', '162607.560000', '162607.563000', '162607.565000', '162607.568000', '162607.570000', '162607.573000', '162607.576000', '162607.578000', '162607.581000', '162607.583000', '162607.586000', '162607.589000', '162607.591000', '162607.594000', '162607.596000', '162607.599000', '162607.602000', '162607.604000', '162607.607000', '162607.610000', '162607.612000', '162607.616000', '162607.619000', '162607.622000', '162607.624000', '162607.627000', '162607.630000', '162607.633000', '162627.520000', '162627.523000', '162627.526000', '162627.529000', '162627.531000', '162627.534000', '162627.536000', '162627.539000', '162627.542000', '162627.544000', '162627.547000', '162627.549000', '162627.552000', '162627.555000', '162627.557000', '162627.560000', '162627.563000', '162627.565000', '162627.568000', '162627.570000', '162627.573000', '162627.575000', '162627.578000', '162627.581000', '162627.583000', '162627.586000', '162627.589000', '162627.591000', '162627.594000', '162627.596000', '162627.599000', '162627.602000', '162627.604000', '162627.607000', '162627.609000', '162627.612000', '162627.615000', '162627.617000', '162627.620000', '162627.622000', '162627.638000', '162627.640000', '162627.643000', '162627.646000', '162647.175000', '162647.179000', '162647.181000', '162647.184000', '162647.187000', '162647.189000', '162647.192000', '162647.195000', '162647.197000', '162647.200000', '162647.203000', '162647.205000', '162647.208000', '162647.210000', '162647.213000', '162647.216000', '162647.218000', '162647.221000', '162647.223000', '162647.226000', '162647.229000', '162647.231000', '162647.234000', '162647.236000', '162647.239000', '162647.242000', '162647.244000', '162647.247000', '162647.250000', '162647.252000', '162647.255000', '162647.258000', '162647.260000', '162647.263000', '162647.265000', '162647.268000', '162647.271000', '162647.273000', '162647.276000', '162647.279000', '162647.282000', '162647.284000', '162647.287000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [10327, 7756, 9289, 8163, 8971, 10092, 7848, 9504, 7048, 8746, 8146, 9325, 7520, 9824, 8000, 10018, 7212, 9754, 9337, 9087, 10345, 11061, 8027, 9293, 9865, 8106, 9310, 7412, 8805, 10426, 7197, 8379, 9202, 7927, 8937, 7112, 8350, 9415, 6741, 8151, 9323, 7586, 8786, 7335, 8097, 9743, 6985, 8387, 8815, 8280, 9645, 7328, 8686, 11360, 6982, 8524, 10752, 7841, 8954, 9829, 8231, 10485, 6727, 8612, 11181, 7560, 8585, 8469, 8388, 10446, 6760, 8522, 11570, 7872, 8849, 10954, 7749, 8916, 7180, 8235, 9267, 7111, 8372, 11294, 7122, 8556, 10486, 7577, 9138, 11162, 7764, 9471, 7650, 8535, 9549, 7290, 8753, 10545, 7970, 9047, 7983, 8626, 8498, 8217, 8905, 7291, 9226, 8056, 8455, 10288, 7284, 8843, 10727, 7788, 10551, 7315, 8929, 10843, 7766, 10322, 6641, 8756, 7010, 9120, 9742, 8243, 10051, 8115, 9780, 8433, 12391, 8078, 10850, 8214, 8042, 10294, 7208, 9081, 10381, 8316, 10319, 7742, 8509, 10893, 8214, 9190, 6564, 8666, 11723, 8194, 8618, 8890, 8209, 9439, 6516, 8428, 11222, 7696, 8489, 9570, 8028, 8988, 7307, 7978, 9493, 6525, 8109, 11143, 7465, 8615, 8165, 8132, 9458, 6573, 8274, 10125, 7176, 8443, 9508, 7642, 8893, 6590, 7753, 9456, 6913, 8283, 10707, 7830, 9128, 8347, 7971, 9616, 6647, 8487, 11665, 7129, 8979, 10798, 7544, 9131, 6921, 7114, 10133, 6616, 8802, 12405, 6919, 8847, 7021, 6999, 9612, 6489, 8447, 9663, 7364, 8906, 6509, 7998, 11359, 6969, 8905, 7047, 7576, 10087, 6559, 8218, 12622, 7159, 9265, 6689, 7705, 11463, 7110, 8346, 6835, 7627, 10359, 7171, 9310, 6788, 8970, 6865, 8201, 7622, 8729, 8620, 9670, 11710, 8565, 10642, 8587, 10160, 8264, 10185, 9593, 10272, 14140, 10386, 13950, 8468, 8702, 13702, 9455, 11002, 10337, 9058, 12404, 7828, 9337, 10205, 9325, 9366, 8122, 9053, 9989, 9260, 9479, 9079, 9438, 10304, 8970, 9147, 8267, 9842, 10239, 8959, 9503, 7322, 9544, 10077, 7540, 9382, 10419, 8285, 9196, 7401, 9073, 10228, 7612, 8923, 6750, 9126, 7626, 8231, 9383, 7466, 8875, 7237, 9655, 9669, 9259, 10535, 9600, 9187, 9391, 7308, 9849, 11513, 9956, 9789, 10976, 7706, 10162, 10960, 8126, 9806, 10759, 9575, 10167, 7921, 10071, 10590, 9537, 10136, 8322, 10366, 10945, 8988, 10123, 7516, 10390, 10710, 9429, 10192, 7311, 10371, 11137, 9202, 10318, 9848, 9987, 10397, 7609, 10417, 11632, 9370, 10287, 11556, 9172, 9737, 9096, 10192, 10076, 7743, 10346, 11490, 9199, 10109, 7912, 10255, 9899, 7601, 10308, 10312, 9157, 9901, 7701, 10133, 9956, 7909, 9806, 10624, 9182, 9985, 7763, 10214, 9935, 8406, 9943, 10567, 8947, 10107, 7543, 9884, 10226, 8030, 9732, 11621, 7748, 9821, 9753, 8876, 9775, 8031, 9717, 9758, 7020, 9484, 9933, 8272, 9395, 9418, 8714, 9396, 7615, 9219, 9653, 6868, 8819, 10765, 7495, 9023, 11375, 7933, 8988, 10061, 8333, 8824, 8217, 8500, 9350, 6991, 8525, 9436, 7191, 8117, 8403, 8153, 8829, 7157, 8420, 8315, 8873, 8917, 8637, 9882, 8391, 9331, 11320, 7479, 8918, 10809, 8922, 8948, 11301, 6986, 8758, 11190, 7526, 9109, 11326, 8105, 9108, 10229, 8996, 9572, 7330, 8944, 10383, 7309, 8923, 10638, 8747, 9314, 8475, 9183, 9717, 7100, 9499, 10686, 8630, 9274, 11160, 8662, 9391, 9829, 9512, 9585, 7456, 9500, 10863, 8623, 9237, 10364, 8871, 9372, 7152, 9677, 9865, 7023, 9471, 10955, 8475, 9276, 10340, 9110, 9287, 7562, 9629, 10655, 7395, 9296, 9378, 9472, 9028, 8162, 9961, 10733, 8370, 9233, 7326, 9351, 6925, 9316, 11147, 9185, 9847, 7910, 11972, 9038, 9189, 9786, 9846, 10128, 10949, 11981, 9711, 10064, 9171, 9526, 10265, 9376, 9596, 9342, 9404, 9979, 8897, 8259, 8442, 9922, 9641, 10104, 8120, 9249, 8960, 8936, 9316, 8498, 8937, 10659, 7856, 9097, 10352, 8568, 9088, 8763, 8578, 10423, 7741, 8289, 10650, 7823, 8260, 10230, 8487, 9058, 8405, 8454, 9556, 8060, 8266, 9937, 8463, 8493, 10576, 8315, 8586, 8391, 8621, 9009, 7346, 8617, 9425, 7682, 8810, 9205, 7749, 8189, 8703, 8174, 8363, 9009, 8476, 8205, 7235, 8697, 9153, 6960, 8354, 9399, 7786, 8315, 9344, 8419, 8485, 9517, 8653, 9014, 7417, 9249, 10294, 8346, 8660, 7769, 10715, 7287, 9874, 8194, 8276, 8814, 10148, 9097, 10273, 7986, 10378, 8229, 10505, 13155, 8291, 10393, 13520, 9900, 10197, 10578, 10151, 10683, 9388, 10265, 11374, 7921, 10629, 9937, 9830, 9951, 9938, 10436, 9591, 9453, 10199, 8357, 10332, 10171, 7496, 10366, 9778, 9356, 10257, 9657, 10223, 10314, 7816, 10645, 11444, 8499, 10010, 11027, 9021, 9797, 8366, 9574, 9846, 8765, 9877, 9664, 7756, 9385, 10403, 8397, 9714, 10348, 8732, 9673, 7616, 9852, 9885, 7225, 9645, 10004, 7536, 9543, 7631, 9115, 9669, 7511, 9710, 9895, 7375, 9570, 7182, 9247, 9985, 7395, 9487, 10495, 8537, 9479, 7271, 9765, 9851, 8659, 9619, 7393, 9741, 10732, 8836, 10011, 9117, 10053, 10822, 8834, 8960, 8611, 8933, 9547, 8311, 10389, 10602, 9203, 10754, 13671, 9834, 10079, 13145, 9912, 9997, 12700, 9579, 10406, 9965, 9690, 11003, 9965, 9528, 9108, 9913, 11607, 8864, 10115, 8328, 10308, 9535, 8251, 10408, 10237, 10163, 10275, 9824, 10238, 10416, 8300, 10462, 9764, 9788, 10168, 8976, 10469, 9922, 8938, 10308, 8291, 10199, 10089, 8655, 10222, 9263, 8379, 9604, 8832, 9092, 9547, 7104, 9471, 9650, 7455, 9241, 10460, 8322, 9435, 10835, 8742, 9409, 9155, 9174, 9747, 7175, 9756, 10658, 8507, 9731, 10908, 8663, 9552, 8235, 9644, 9752, 7507, 9643, 10771, 8365, 9733, 7842, 9341, 9807, 7519, 9646, 10193, 7504, 9378, 10434, 8289, 9214, 9638, 8475, 9558, 8580, 9377, 9633, 6932, 9701, 9543, 7380, 9263, 9231, 8264, 9359, 9736, 8775, 9717, 9002, 8989, 9847, 7837, 9197, 9621, 8760, 9862, 7646, 10379, 9823, 9338, 9956, 7648, 9834, 10914, 9564, 10525, 8039, 9712, 11129, 8891, 9742, 11817, 9174, 9808, 7852, 9167, 8879, 9655, 9565, 9792, 9849, 9936, 11674, 8805, 9616, 11093, 9283, 9428, 9746, 9518, 10409, 9013, 9552, 10831, 7781, 9929, 10217, 9220, 9578, 9789, 9785, 9918, 9023, 9957, 9295, 9654, 8716, 8121, 9884, 9017, 9569, 9469, 7788, 10322, 8201, 9807, 9559, 8066, 9868, 10006, 9391, 9375, 8176, 9681, 9697, 9169], 'WindowCenter': [3654.0, 3619.0, 3639.0, 3627.0, 3623.0, 3634.0, 3611.0, 3621.0, 3602.0, 3627.0, 3615.0, 3636.0, 3614.0, 3635.0, 3626.0, 3648.0, 3617.0, 3637.0, 3636.0, 3625.0, 3637.0, 3635.0, 3612.0, 3624.0, 3623.0, 3612.0, 3622.0, 3600.0, 3622.0, 3632.0, 3601.0, 3613.0, 3622.0, 3611.0, 3622.0, 3601.0, 3613.0, 3622.0, 3603.0, 3615.0, 3624.0, 3614.0, 3624.0, 3603.0, 3615.0, 3636.0, 3617.0, 3627.0, 3626.0, 3626.0, 3637.0, 3615.0, 3627.0, 3648.0, 3604.0, 3628.0, 3647.0, 3626.0, 3637.0, 3637.0, 3627.0, 3648.0, 3605.0, 3626.0, 3646.0, 3614.0, 3626.0, 3626.0, 3627.0, 3648.0, 3604.0, 3626.0, 3646.0, 3614.0, 3637.0, 3648.0, 3615.0, 3626.0, 3604.0, 3625.0, 3636.0, 3616.0, 3627.0, 3647.0, 3604.0, 3625.0, 3635.0, 3614.0, 3637.0, 3647.0, 3614.0, 3635.0, 3602.0, 3623.0, 3624.0, 3601.0, 3625.0, 3647.0, 3629.0, 3639.0, 3627.0, 3640.0, 3639.0, 3653.0, 3653.0, 3630.0, 3652.0, 3628.0, 3629.0, 3650.0, 3619.0, 3640.0, 3650.0, 3616.0, 3637.0, 3605.0, 3626.0, 3636.0, 3616.0, 3650.0, 3605.0, 3625.0, 3592.0, 3625.0, 3635.0, 3614.0, 3634.0, 3613.0, 3636.0, 3616.0, 3645.0, 3603.0, 3635.0, 3601.0, 3600.0, 3622.0, 3602.0, 3611.0, 3621.0, 3599.0, 3608.0, 3587.0, 3597.0, 3632.0, 3611.0, 3611.0, 3577.0, 3599.0, 3629.0, 3599.0, 3599.0, 3610.0, 3611.0, 3610.0, 3578.0, 3599.0, 3619.0, 3588.0, 3600.0, 3609.0, 3599.0, 3611.0, 3590.0, 3601.0, 3622.0, 3579.0, 3601.0, 3632.0, 3590.0, 3612.0, 3612.0, 3602.0, 3622.0, 3580.0, 3612.0, 3622.0, 3591.0, 3613.0, 3623.0, 3603.0, 3624.0, 3593.0, 3614.0, 3623.0, 3591.0, 3615.0, 3635.0, 3604.0, 3626.0, 3615.0, 3616.0, 3624.0, 3593.0, 3614.0, 3635.0, 3593.0, 3627.0, 3646.0, 3603.0, 3625.0, 3591.0, 3591.0, 3623.0, 3592.0, 3626.0, 3657.0, 3593.0, 3624.0, 3591.0, 3592.0, 3624.0, 3592.0, 3616.0, 3637.0, 3605.0, 3625.0, 3592.0, 3615.0, 3646.0, 3606.0, 3627.0, 3606.0, 3617.0, 3637.0, 3593.0, 3615.0, 3646.0, 3605.0, 3637.0, 3605.0, 3616.0, 3645.0, 3604.0, 3615.0, 3594.0, 3616.0, 3636.0, 3619.0, 3638.0, 3607.0, 3636.0, 3604.0, 3627.0, 3604.0, 3623.0, 3637.0, 3650.0, 3672.0, 3639.0, 3660.0, 3639.0, 3647.0, 3624.0, 3635.0, 3633.0, 3635.0, 3667.0, 3634.0, 3658.0, 3614.0, 3600.0, 3628.0, 3595.0, 3604.0, 3592.0, 3581.0, 3602.0, 3570.0, 3581.0, 3590.0, 3579.0, 3580.0, 3570.0, 3581.0, 3591.0, 3592.0, 3593.0, 3582.0, 3594.0, 3593.0, 3594.0, 3594.0, 3584.0, 3607.0, 3607.0, 3609.0, 3608.0, 3586.0, 3608.0, 3608.0, 3587.0, 3610.0, 3618.0, 3611.0, 3623.0, 3602.0, 3612.0, 3621.0, 3600.0, 3624.0, 3604.0, 3625.0, 3586.0, 3582.0, 3583.0, 3603.0, 3652.0, 3644.0, 3664.0, 3652.0, 3652.0, 3649.0, 3648.0, 3636.0, 3635.0, 3615.0, 3649.0, 3674.0, 3650.0, 3638.0, 3649.0, 3616.0, 3636.0, 3635.0, 3615.0, 3635.0, 3633.0, 3634.0, 3634.0, 3612.0, 3636.0, 3635.0, 3650.0, 3650.0, 3626.0, 3648.0, 3634.0, 3624.0, 3634.0, 3601.0, 3646.0, 3649.0, 3637.0, 3636.0, 3603.0, 3635.0, 3645.0, 3624.0, 3636.0, 3637.0, 3635.0, 3635.0, 3600.0, 3634.0, 3645.0, 3622.0, 3635.0, 3646.0, 3623.0, 3622.0, 3609.0, 3620.0, 3621.0, 3600.0, 3621.0, 3644.0, 3621.0, 3634.0, 3600.0, 3621.0, 3620.0, 3600.0, 3635.0, 3636.0, 3624.0, 3622.0, 3600.0, 3634.0, 3623.0, 3612.0, 3636.0, 3647.0, 3625.0, 3635.0, 3600.0, 3634.0, 3623.0, 3612.0, 3635.0, 3648.0, 3624.0, 3634.0, 3612.0, 3635.0, 3634.0, 3614.0, 3636.0, 3646.0, 3613.0, 3634.0, 3623.0, 3612.0, 3634.0, 3614.0, 3624.0, 3635.0, 3604.0, 3636.0, 3635.0, 3612.0, 3636.0, 3624.0, 3625.0, 3638.0, 3616.0, 3637.0, 3636.0, 3604.0, 3626.0, 3646.0, 3615.0, 3637.0, 3648.0, 3614.0, 3625.0, 3635.0, 3624.0, 3626.0, 3625.0, 3626.0, 3636.0, 3604.0, 3626.0, 3636.0, 3604.0, 3626.0, 3625.0, 3627.0, 3639.0, 3617.0, 3641.0, 3640.0, 3651.0, 3638.0, 3639.0, 3651.0, 3641.0, 3652.0, 3662.0, 3617.0, 3638.0, 3648.0, 3638.0, 3638.0, 3648.0, 3603.0, 3625.0, 3634.0, 3602.0, 3624.0, 3646.0, 3615.0, 3625.0, 3634.0, 3624.0, 3624.0, 3600.0, 3623.0, 3633.0, 3603.0, 3624.0, 3634.0, 3613.0, 3624.0, 3612.0, 3622.0, 3624.0, 3603.0, 3624.0, 3632.0, 3611.0, 3624.0, 3633.0, 3612.0, 3625.0, 3633.0, 3623.0, 3623.0, 3600.0, 3622.0, 3631.0, 3612.0, 3623.0, 3634.0, 3623.0, 3623.0, 3589.0, 3622.0, 3622.0, 3602.0, 3635.0, 3633.0, 3612.0, 3623.0, 3621.0, 3622.0, 3622.0, 3599.0, 3634.0, 3635.0, 3601.0, 3638.0, 3635.0, 3637.0, 3625.0, 3625.0, 3649.0, 3647.0, 3626.0, 3633.0, 3601.0, 3636.0, 3601.0, 3636.0, 3645.0, 3634.0, 3635.0, 3614.0, 3645.0, 3611.0, 3621.0, 3621.0, 3623.0, 3634.0, 3647.0, 3645.0, 3623.0, 3622.0, 3609.0, 3609.0, 3619.0, 3622.0, 3621.0, 3621.0, 3654.0, 3652.0, 3626.0, 3641.0, 3627.0, 3608.0, 3576.0, 3603.0, 3585.0, 3621.0, 3610.0, 3623.0, 3624.0, 3612.0, 3625.0, 3635.0, 3612.0, 3626.0, 3622.0, 3610.0, 3611.0, 3598.0, 3611.0, 3623.0, 3599.0, 3600.0, 3620.0, 3588.0, 3599.0, 3619.0, 3599.0, 3612.0, 3599.0, 3599.0, 3608.0, 3587.0, 3598.0, 3608.0, 3599.0, 3611.0, 3621.0, 3598.0, 3598.0, 3597.0, 3598.0, 3608.0, 3586.0, 3599.0, 3621.0, 3600.0, 3610.0, 3609.0, 3589.0, 3600.0, 3598.0, 3599.0, 3612.0, 3612.0, 3611.0, 3612.0, 3589.0, 3612.0, 3622.0, 3591.0, 3614.0, 3626.0, 3603.0, 3614.0, 3623.0, 3613.0, 3626.0, 3636.0, 3627.0, 3639.0, 3617.0, 3638.0, 3636.0, 3626.0, 3624.0, 3614.0, 3652.0, 3617.0, 3651.0, 3627.0, 3628.0, 3636.0, 3660.0, 3637.0, 3647.0, 3641.0, 3649.0, 3638.0, 3650.0, 3670.0, 3614.0, 3635.0, 3658.0, 3622.0, 3633.0, 3620.0, 3619.0, 3619.0, 3607.0, 3619.0, 3630.0, 3597.0, 3618.0, 3605.0, 3606.0, 3608.0, 3618.0, 3630.0, 3621.0, 3620.0, 3620.0, 3608.0, 3620.0, 3620.0, 3600.0, 3634.0, 3634.0, 3622.0, 3633.0, 3620.0, 3632.0, 3632.0, 3600.0, 3634.0, 3645.0, 3623.0, 3633.0, 3631.0, 3611.0, 3633.0, 3610.0, 3621.0, 3635.0, 3624.0, 3633.0, 3622.0, 3600.0, 3622.0, 3632.0, 3612.0, 3635.0, 3646.0, 3623.0, 3634.0, 3611.0, 3634.0, 3634.0, 3602.0, 3637.0, 3647.0, 3614.0, 3637.0, 3612.0, 3625.0, 3635.0, 3615.0, 3649.0, 3649.0, 3615.0, 3648.0, 3603.0, 3635.0, 3635.0, 3627.0, 3649.0, 3648.0, 3639.0, 3637.0, 3615.0, 3649.0, 3661.0, 3639.0, 3650.0, 3615.0, 3648.0, 3648.0, 3639.0, 3650.0, 3638.0, 3650.0, 3658.0, 3637.0, 3625.0, 3625.0, 3637.0, 3662.0, 3638.0, 3661.0, 3660.0, 3650.0, 3662.0, 3658.0, 3635.0, 3648.0, 3644.0, 3621.0, 3622.0, 3644.0, 3621.0, 3620.0, 3620.0, 3634.0, 3620.0, 3607.0, 3619.0, 3621.0, 3620.0, 3631.0, 3608.0, 3606.0, 3583.0, 3605.0, 3606.0, 3595.0, 3618.0, 3617.0, 3619.0, 3620.0, 3606.0, 3606.0, 3605.0, 3595.0, 3616.0, 3606.0, 3619.0, 3631.0, 3608.0, 3630.0, 3618.0, 3608.0, 3620.0, 3609.0, 3631.0, 3635.0, 3623.0, 3633.0, 3621.0, 3610.0, 3622.0, 3621.0, 3623.0, 3637.0, 3615.0, 3636.0, 3634.0, 3601.0, 3624.0, 3634.0, 3612.0, 3624.0, 3633.0, 3623.0, 3637.0, 3636.0, 3635.0, 3635.0, 3601.0, 3635.0, 3634.0, 3611.0, 3636.0, 3647.0, 3624.0, 3636.0, 3611.0, 3622.0, 3622.0, 3603.0, 3637.0, 3647.0, 3612.0, 3636.0, 3611.0, 3623.0, 3633.0, 3614.0, 3648.0, 3647.0, 3602.0, 3625.0, 3633.0, 3613.0, 3624.0, 3634.0, 3626.0, 3636.0, 3623.0, 3635.0, 3636.0, 3601.0, 3635.0, 3636.0, 3615.0, 3637.0, 3635.0, 3626.0, 3637.0, 3635.0, 3638.0, 3650.0, 3639.0, 3638.0, 3648.0, 3614.0, 3637.0, 3649.0, 3640.0, 3650.0, 3628.0, 3662.0, 3648.0, 3638.0, 3648.0, 3642.0, 3663.0, 3659.0, 3651.0, 3649.0, 3614.0, 3636.0, 3646.0, 3637.0, 3651.0, 3659.0, 3638.0, 3635.0, 3614.0, 3636.0, 3624.0, 3633.0, 3623.0, 3634.0, 3649.0, 3647.0, 3648.0, 3611.0, 3621.0, 3619.0, 3608.0, 3609.0, 3622.0, 3621.0, 3620.0, 3607.0, 3608.0, 3618.0, 3585.0, 3607.0, 3620.0, 3608.0, 3608.0, 3606.0, 3607.0, 3607.0, 3607.0, 3620.0, 3624.0, 3621.0, 3610.0, 3599.0, 3621.0, 3609.0, 3621.0, 3633.0, 3614.0, 3633.0, 3611.0, 3622.0, 3622.0, 3611.0, 3635.0, 3636.0, 3624.0, 3624.0, 3612.0, 3634.0, 3622.0, 3624.0], 'WindowWidth': [8257.0, 8199.0, 8225.0, 8203.0, 8192.0, 8204.0, 8169.0, 8183.0, 8159.0, 8200.0, 8181.0, 8209.0, 8179.0, 8208.0, 8200.0, 8231.0, 8187.0, 8216.0, 8210.0, 8194.0, 8213.0, 8207.0, 8171.0, 8191.0, 8188.0, 8169.0, 8185.0, 8152.0, 8183.0, 8197.0, 8157.0, 8174.0, 8184.0, 8169.0, 8185.0, 8155.0, 8173.0, 8186.0, 8165.0, 8181.0, 8191.0, 8178.0, 8192.0, 8161.0, 8181.0, 8212.0, 8188.0, 8202.0, 8197.0, 8198.0, 8216.0, 8181.0, 8200.0, 8231.0, 8167.0, 8203.0, 8226.0, 8198.0, 8215.0, 8214.0, 8202.0, 8231.0, 8167.0, 8199.0, 8224.0, 8179.0, 8199.0, 8200.0, 8200.0, 8230.0, 8166.0, 8198.0, 8225.0, 8179.0, 8216.0, 8232.0, 8183.0, 8199.0, 8165.0, 8194.0, 8212.0, 8186.0, 8201.0, 8229.0, 8164.0, 8196.0, 8208.0, 8177.0, 8213.0, 8230.0, 8179.0, 8209.0, 8157.0, 8187.0, 8191.0, 8159.0, 8195.0, 8229.0, 8210.0, 8220.0, 8199.0, 8225.0, 8222.0, 8247.0, 8248.0, 8213.0, 8243.0, 8201.0, 8204.0, 8236.0, 8190.0, 8221.0, 8233.0, 8183.0, 8212.0, 8165.0, 8196.0, 8208.0, 8183.0, 8239.0, 8168.0, 8194.0, 8143.0, 8193.0, 8205.0, 8176.0, 8203.0, 8175.0, 8209.0, 8182.0, 8218.0, 8158.0, 8206.0, 8152.0, 8150.0, 8184.0, 8159.0, 8168.0, 8178.0, 8146.0, 8159.0, 8128.0, 8142.0, 8197.0, 8167.0, 8166.0, 8116.0, 8147.0, 8185.0, 8144.0, 8146.0, 8163.0, 8168.0, 8165.0, 8118.0, 8148.0, 8173.0, 8131.0, 8149.0, 8159.0, 8146.0, 8166.0, 8137.0, 8154.0, 8181.0, 8121.0, 8153.0, 8194.0, 8138.0, 8171.0, 8170.0, 8157.0, 8184.0, 8123.0, 8170.0, 8184.0, 8140.0, 8173.0, 8186.0, 8159.0, 8191.0, 8147.0, 8177.0, 8187.0, 8143.0, 8180.0, 8205.0, 8162.0, 8197.0, 8181.0, 8181.0, 8191.0, 8146.0, 8177.0, 8207.0, 8147.0, 8198.0, 8224.0, 8162.0, 8193.0, 8142.0, 8144.0, 8187.0, 8146.0, 8197.0, 8239.0, 8147.0, 8190.0, 8141.0, 8146.0, 8189.0, 8147.0, 8184.0, 8213.0, 8166.0, 8193.0, 8146.0, 8181.0, 8222.0, 8169.0, 8201.0, 8172.0, 8185.0, 8211.0, 8148.0, 8181.0, 8221.0, 8167.0, 8214.0, 8168.0, 8183.0, 8220.0, 8163.0, 8180.0, 8151.0, 8184.0, 8211.0, 8194.0, 8218.0, 8174.0, 8212.0, 8165.0, 8198.0, 8163.0, 8189.0, 8215.0, 8241.0, 8272.0, 8221.0, 8253.0, 8222.0, 8228.0, 8195.0, 8208.0, 8204.0, 8209.0, 8259.0, 8207.0, 8246.0, 8180.0, 8150.0, 8187.0, 8134.0, 8146.0, 8123.0, 8107.0, 8140.0, 8092.0, 8109.0, 8118.0, 8102.0, 8106.0, 8093.0, 8109.0, 8123.0, 8123.0, 8129.0, 8111.0, 8129.0, 8126.0, 8129.0, 8132.0, 8118.0, 8151.0, 8154.0, 8159.0, 8157.0, 8125.0, 8157.0, 8157.0, 8129.0, 8161.0, 8172.0, 8166.0, 8187.0, 8157.0, 8170.0, 8179.0, 8152.0, 8188.0, 8164.0, 8189.0, 8124.0, 8108.0, 8109.0, 8160.0, 8245.0, 8238.0, 8263.0, 8246.0, 8243.0, 8233.0, 8232.0, 8210.0, 8209.0, 8182.0, 8234.0, 8279.0, 8240.0, 8217.0, 8235.0, 8183.0, 8210.0, 8206.0, 8181.0, 8208.0, 8202.0, 8205.0, 8204.0, 8173.0, 8209.0, 8208.0, 8237.0, 8237.0, 8196.0, 8229.0, 8204.0, 8190.0, 8204.0, 8158.0, 8224.0, 8233.0, 8212.0, 8211.0, 8163.0, 8206.0, 8221.0, 8191.0, 8210.0, 8214.0, 8206.0, 8207.0, 8153.0, 8203.0, 8219.0, 8184.0, 8206.0, 8226.0, 8186.0, 8184.0, 8162.0, 8178.0, 8182.0, 8150.0, 8182.0, 8217.0, 8182.0, 8201.0, 8152.0, 8179.0, 8180.0, 8151.0, 8205.0, 8213.0, 8191.0, 8186.0, 8152.0, 8201.0, 8188.0, 8172.0, 8210.0, 8228.0, 8192.0, 8207.0, 8154.0, 8203.0, 8188.0, 8171.0, 8207.0, 8229.0, 8191.0, 8205.0, 8172.0, 8207.0, 8207.0, 8179.0, 8209.0, 8225.0, 8175.0, 8203.0, 8188.0, 8171.0, 8204.0, 8176.0, 8190.0, 8209.0, 8167.0, 8209.0, 8205.0, 8174.0, 8209.0, 8191.0, 8194.0, 8216.0, 8187.0, 8212.0, 8211.0, 8165.0, 8197.0, 8224.0, 8182.0, 8215.0, 8231.0, 8179.0, 8194.0, 8207.0, 8193.0, 8197.0, 8194.0, 8197.0, 8213.0, 8167.0, 8197.0, 8211.0, 8167.0, 8199.0, 8195.0, 8201.0, 8222.0, 8190.0, 8227.0, 8224.0, 8239.0, 8218.0, 8221.0, 8243.0, 8230.0, 8241.0, 8257.0, 8186.0, 8217.0, 8233.0, 8216.0, 8218.0, 8231.0, 8163.0, 8195.0, 8206.0, 8159.0, 8192.0, 8226.0, 8183.0, 8194.0, 8204.0, 8191.0, 8191.0, 8153.0, 8187.0, 8203.0, 8163.0, 8192.0, 8206.0, 8175.0, 8191.0, 8170.0, 8184.0, 8192.0, 8165.0, 8191.0, 8200.0, 8169.0, 8190.0, 8201.0, 8171.0, 8194.0, 8204.0, 8187.0, 8187.0, 8153.0, 8185.0, 8197.0, 8172.0, 8191.0, 8204.0, 8188.0, 8187.0, 8138.0, 8185.0, 8186.0, 8160.0, 8206.0, 8202.0, 8172.0, 8188.0, 8183.0, 8183.0, 8186.0, 8152.0, 8204.0, 8209.0, 8159.0, 8216.0, 8208.0, 8214.0, 8196.0, 8193.0, 8233.0, 8230.0, 8199.0, 8205.0, 8159.0, 8212.0, 8156.0, 8213.0, 8225.0, 8208.0, 8210.0, 8178.0, 8221.0, 8168.0, 8180.0, 8181.0, 8185.0, 8203.0, 8229.0, 8225.0, 8188.0, 8186.0, 8160.0, 8160.0, 8175.0, 8184.0, 8182.0, 8180.0, 8251.0, 8243.0, 8195.0, 8225.0, 8199.0, 8154.0, 8090.0, 8142.0, 8122.0, 8180.0, 8164.0, 8186.0, 8192.0, 8172.0, 8191.0, 8208.0, 8171.0, 8195.0, 8184.0, 8164.0, 8168.0, 8146.0, 8166.0, 8187.0, 8149.0, 8153.0, 8179.0, 8132.0, 8150.0, 8174.0, 8148.0, 8170.0, 8148.0, 8147.0, 8159.0, 8127.0, 8145.0, 8159.0, 8146.0, 8168.0, 8182.0, 8145.0, 8146.0, 8140.0, 8143.0, 8159.0, 8126.0, 8148.0, 8182.0, 8150.0, 8163.0, 8159.0, 8133.0, 8150.0, 8147.0, 8149.0, 8172.0, 8170.0, 8168.0, 8169.0, 8136.0, 8170.0, 8184.0, 8142.0, 8179.0, 8196.0, 8161.0, 8179.0, 8186.0, 8174.0, 8195.0, 8209.0, 8200.0, 8221.0, 8186.0, 8215.0, 8213.0, 8200.0, 8193.0, 8177.0, 8240.0, 8187.0, 8241.0, 8201.0, 8203.0, 8210.0, 8252.0, 8215.0, 8230.0, 8228.0, 8237.0, 8220.0, 8237.0, 8268.0, 8179.0, 8208.0, 8245.0, 8187.0, 8202.0, 8178.0, 8175.0, 8177.0, 8156.0, 8173.0, 8194.0, 8144.0, 8171.0, 8151.0, 8153.0, 8158.0, 8171.0, 8193.0, 8183.0, 8178.0, 8180.0, 8160.0, 8179.0, 8178.0, 8152.0, 8204.0, 8208.0, 8186.0, 8200.0, 8180.0, 8197.0, 8199.0, 8154.0, 8203.0, 8222.0, 8188.0, 8203.0, 8195.0, 8168.0, 8201.0, 8168.0, 8182.0, 8208.0, 8192.0, 8202.0, 8185.0, 8154.0, 8186.0, 8199.0, 8172.0, 8210.0, 8228.0, 8191.0, 8206.0, 8171.0, 8204.0, 8205.0, 8161.0, 8214.0, 8231.0, 8180.0, 8213.0, 8175.0, 8194.0, 8209.0, 8185.0, 8236.0, 8236.0, 8184.0, 8232.0, 8163.0, 8209.0, 8211.0, 8205.0, 8237.0, 8231.0, 8221.0, 8216.0, 8183.0, 8236.0, 8258.0, 8224.0, 8239.0, 8185.0, 8231.0, 8232.0, 8222.0, 8239.0, 8219.0, 8239.0, 8246.0, 8216.0, 8196.0, 8197.0, 8217.0, 8259.0, 8221.0, 8254.0, 8254.0, 8240.0, 8259.0, 8248.0, 8210.0, 8232.0, 8220.0, 8181.0, 8187.0, 8218.0, 8183.0, 8181.0, 8179.0, 8206.0, 8178.0, 8156.0, 8176.0, 8184.0, 8177.0, 8196.0, 8160.0, 8153.0, 8117.0, 8148.0, 8151.0, 8137.0, 8171.0, 8170.0, 8174.0, 8179.0, 8152.0, 8151.0, 8150.0, 8135.0, 8167.0, 8153.0, 8177.0, 8196.0, 8159.0, 8192.0, 8172.0, 8158.0, 8179.0, 8164.0, 8194.0, 8209.0, 8190.0, 8203.0, 8182.0, 8167.0, 8186.0, 8184.0, 8188.0, 8215.0, 8185.0, 8210.0, 8206.0, 8158.0, 8191.0, 8205.0, 8172.0, 8191.0, 8202.0, 8189.0, 8215.0, 8215.0, 8207.0, 8209.0, 8156.0, 8205.0, 8202.0, 8170.0, 8211.0, 8229.0, 8192.0, 8210.0, 8170.0, 8186.0, 8186.0, 8162.0, 8214.0, 8227.0, 8174.0, 8211.0, 8171.0, 8188.0, 8203.0, 8179.0, 8231.0, 8228.0, 8160.0, 8194.0, 8203.0, 8175.0, 8191.0, 8208.0, 8199.0, 8213.0, 8189.0, 8208.0, 8210.0, 8159.0, 8208.0, 8213.0, 8185.0, 8215.0, 8209.0, 8199.0, 8214.0, 8211.0, 8218.0, 8239.0, 8223.0, 8219.0, 8232.0, 8181.0, 8216.0, 8234.0, 8226.0, 8241.0, 8206.0, 8259.0, 8233.0, 8217.0, 8233.0, 8232.0, 8262.0, 8251.0, 8242.0, 8237.0, 8179.0, 8210.0, 8225.0, 8215.0, 8241.0, 8249.0, 8218.0, 8209.0, 8178.0, 8211.0, 8191.0, 8203.0, 8188.0, 8205.0, 8235.0, 8227.0, 8234.0, 8168.0, 8179.0, 8176.0, 8159.0, 8162.0, 8186.0, 8182.0, 8180.0, 8156.0, 8158.0, 8169.0, 8124.0, 8155.0, 8179.0, 8160.0, 8158.0, 8152.0, 8155.0, 8155.0, 8154.0, 8177.0, 8190.0, 8183.0, 8166.0, 8149.0, 8181.0, 8164.0, 8180.0, 8203.0, 8179.0, 8202.0, 8169.0, 8184.0, 8184.0, 8168.0, 8207.0, 8212.0, 8191.0, 8192.0, 8171.0, 8204.0, 8185.0, 8191.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.0015932505399568037</td></tr>
<tr><td colspan=3>aqi</td><td>0.044057340928725694</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.76910328216222</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1717849851027038</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985982104356757</td></tr>
<tr><td colspan=3>efc</td><td>0.4853</td></tr>
<tr><td colspan=3>fber</td><td>4300.0645</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14882710555550127</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>135</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.578833693304535</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.648124558153898</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4598583049887712</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9954487467647546</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4890666227081684</td></tr>
<tr><td colspan=3>gcor</td><td>0.0154306</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009489710442721844</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03697533905506134</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</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.7553468734241444</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>14.7338</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.7929</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.4771</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303876.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>917.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1003</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.7232</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2843.4604</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3708.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>814.3</td></tr>
<tr><td colspan=3>tsnr</td><td>30.500932974973693</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>