<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-04/func/sub-0038_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>40482a4fe2bf067a226d6d4732902cd7</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>13:59:16.820000</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.99585, 0.0421144, 0.0806839, -0.0474857, 0.996699, 0.0658518]</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.0795378</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>[4151, -7755, -7223, 571, -76, -131, -72, 105]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>235.481</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb30b0d3-5132-4dd9-999e-5bf5be72c4da||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.6717917919158936, -0.12740056216716766, 0.20963935554027557, 115.94265747070312], [-0.11298992484807968, 2.674070119857788, 0.1874065101146698, -98.7882308959961], [0.2164689153432846, -0.17667557299137115, 2.6853175163269043, -59.38397216796875], [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': ['135916.820000', '135917.280000', '135917.740000', '135918.200000', '135918.660000', '135919.120000', '135919.580000', '135920.040000', '135920.500000', '135920.960000', '135921.420000', '135921.880000', '135922.340000', '135922.800000', '135923.260000', '135923.720000', '135924.180000', '135924.640000', '135925.100000', '135925.560000', '135926.020000', '135926.480000', '135926.940000', '135927.400000', '135927.860000', '135928.320000', '135928.780000', '135929.240000', '135929.700000', '135930.160000', '135930.620000', '135931.080000', '135931.540000', '135932.000000', '135932.460000', '135932.920000', '135933.380000', '135933.840000', '135934.300000', '135934.760000', '135935.220000', '135935.680000', '135936.140000', '135936.600000', '135937.060000', '135937.520000', '135937.980000', '135938.440000', '135938.900000', '135939.360000', '135939.820000', '135940.280000', '135940.740000', '135941.200000', '135941.660000', '135942.120000', '135942.580000', '135943.040000', '135943.500000', '135943.960000', '135944.420000', '135944.880000', '135945.340000', '135945.800000', '135946.260000', '135946.720000', '135947.180000', '135947.640000', '135948.100000', '135948.560000', '135949.020000', '135949.480000', '135949.940000', '135950.400000', '135950.860000', '135951.320000', '135951.780000', '135952.240000', '135952.700000', '135953.160000', '135953.620000', '135954.080000', '135954.540000', '135955.000000', '135955.460000', '135955.920000', '135956.380000', '135956.840000', '135957.300000', '135957.760000', '135958.220000', '135958.680000', '135959.140000', '135959.600000', '140000.060000', '140000.520000', '140000.980000', '140001.440000', '140001.900000', '140002.360000', '140002.820000', '140003.280000', '140003.740000', '140004.200000', '140004.660000', '140005.120000', '140005.580000', '140006.040000', '140006.500000', '140006.960000', '140007.420000', '140007.880000', '140008.340000', '140008.800000', '140009.260000', '140009.720000', '140010.180000', '140010.640000', '140011.100000', '140011.560000', '140012.020000', '140012.480000', '140012.940000', '140013.400000', '140013.860000', '140014.320000', '140014.780000', '140015.240000', '140015.700000', '140016.160000', '140016.620000', '140017.080000', '140017.540000', '140018.000000', '140018.460000', '140018.920000', '140019.380000', '140019.840000', '140020.300000', '140020.760000', '140021.220000', '140021.680000', '140022.140000', '140022.600000', '140023.060000', '140023.520000', '140023.980000', '140024.440000', '140024.900000', '140025.360000', '140025.820000', '140026.280000', '140026.740000', '140027.200000', '140027.660000', '140028.120000', '140028.580000', '140029.040000', '140029.500000', '140029.960000', '140030.420000', '140030.880000', '140031.340000', '140031.800000', '140032.260000', '140032.720000', '140033.180000', '140033.640000', '140034.100000', '140034.560000', '140035.020000', '140035.480000', '140035.940000', '140036.400000', '140036.860000', '140037.320000', '140037.780000', '140038.240000', '140038.700000', '140039.160000', '140039.620000', '140040.080000', '140040.540000', '140041.000000', '140041.460000', '140041.920000', '140042.380000', '140042.840000', '140043.300000', '140043.760000', '140044.220000', '140044.680000', '140045.140000', '140045.600000', '140046.060000', '140046.520000', '140046.980000', '140047.440000', '140047.900000', '140048.360000', '140048.820000', '140049.280000', '140049.740000', '140050.200000', '140050.660000', '140051.120000', '140051.580000', '140052.040000', '140052.500000', '140052.960000', '140053.420000', '140053.880000', '140054.340000', '140054.800000', '140055.260000', '140055.720000', '140056.180000', '140056.640000', '140057.100000', '140057.560000', '140058.020000', '140058.480000', '140058.940000', '140059.400000', '140059.860000', '140100.320000', '140100.780000', '140101.240000', '140101.700000', '140102.160000', '140102.620000', '140103.080000', '140103.540000', '140104.000000', '140104.460000', '140104.920000', '140105.380000', '140105.840000', '140106.300000', '140106.760000', '140107.220000', '140107.680000', '140108.140000', '140108.600000', '140109.060000', '140109.520000', '140109.980000', '140110.440000', '140110.900000', '140111.360000', '140111.820000', '140112.280000', '140112.740000', '140113.200000', '140113.660000', '140114.120000', '140114.580000', '140115.040000', '140115.500000', '140115.960000', '140116.420000', '140116.880000', '140117.340000', '140117.800000', '140118.260000', '140118.720000', '140119.180000', '140119.640000', '140120.100000', '140120.560000', '140121.020000', '140121.480000', '140121.940000', '140122.400000', '140122.860000', '140123.320000', '140123.780000', '140124.240000', '140124.700000', '140125.160000', '140125.620000', '140126.080000', '140126.540000', '140127.000000', '140127.460000', '140127.920000', '140128.380000', '140128.840000', '140129.300000', '140129.760000', '140130.220000', '140130.680000', '140131.140000', '140131.600000', '140132.060000', '140132.520000', '140132.980000', '140133.440000', '140133.900000', '140134.360000', '140134.820000', '140135.280000', '140135.740000', '140136.200000', '140136.660000', '140137.120000', '140137.580000', '140138.040000', '140138.500000', '140138.960000', '140139.420000', '140139.880000', '140140.340000', '140140.800000', '140141.260000', '140141.720000', '140142.180000', '140142.640000', '140143.100000', '140143.560000', '140144.020000', '140144.480000', '140144.940000', '140145.400000', '140145.860000', '140146.320000', '140146.780000', '140147.240000', '140147.700000', '140148.160000', '140148.620000', '140149.080000', '140149.540000', '140150.000000', '140150.460000', '140150.920000', '140151.380000', '140151.840000', '140152.300000', '140152.760000', '140153.220000', '140153.680000', '140154.140000', '140154.600000', '140155.060000', '140155.520000', '140155.980000', '140156.440000', '140156.900000', '140157.360000', '140157.820000', '140158.280000', '140158.740000', '140159.200000', '140159.660000', '140200.120000', '140200.580000', '140201.040000', '140201.500000', '140201.960000', '140202.420000', '140202.880000', '140203.340000', '140203.800000', '140204.260000', '140204.720000', '140205.180000', '140205.640000', '140206.100000', '140206.560000', '140207.020000', '140207.480000', '140207.940000', '140208.400000', '140208.860000', '140209.320000', '140209.780000', '140210.240000', '140210.700000', '140211.160000', '140211.620000', '140212.080000', '140212.540000', '140213.000000', '140213.460000', '140213.920000', '140214.380000', '140214.840000', '140215.300000', '140215.760000', '140216.220000', '140216.680000', '140217.140000', '140217.600000', '140218.060000', '140218.520000', '140218.980000', '140219.440000', '140219.900000', '140220.360000', '140220.820000', '140221.280000', '140221.740000', '140222.200000', '140222.660000', '140223.120000', '140223.580000', '140224.040000', '140224.500000', '140224.960000', '140225.420000', '140225.880000', '140226.340000', '140226.800000', '140227.260000', '140227.720000', '140228.180000', '140228.640000', '140229.100000', '140229.560000', '140230.020000', '140230.480000', '140230.940000', '140231.400000', '140231.860000', '140232.320000', '140232.780000', '140233.240000', '140233.700000', '140234.160000', '140234.620000', '140235.080000', '140235.540000', '140236.000000', '140236.460000', '140236.920000', '140237.380000', '140237.840000', '140238.300000', '140238.760000', '140239.220000', '140239.680000', '140240.140000', '140240.600000', '140241.060000', '140241.520000', '140241.980000', '140242.440000', '140242.900000', '140243.360000', '140243.820000', '140244.280000', '140244.740000', '140245.200000', '140245.660000', '140246.120000', '140246.580000', '140247.040000', '140247.500000', '140247.960000', '140248.420000', '140248.880000', '140249.340000', '140249.800000', '140250.260000', '140250.720000', '140251.180000', '140251.640000', '140252.100000', '140252.560000', '140253.020000', '140253.480000', '140253.940000', '140254.400000', '140254.860000', '140255.320000', '140255.780000', '140256.240000', '140256.700000', '140257.160000', '140257.620000', '140258.080000', '140258.540000', '140259.000000', '140259.460000', '140259.920000', '140300.380000', '140300.840000', '140301.300000', '140301.760000', '140302.220000', '140302.680000', '140303.140000', '140303.600000', '140304.060000', '140304.520000', '140304.980000', '140305.440000', '140305.900000', '140306.360000', '140306.820000', '140307.280000', '140307.740000', '140308.200000', '140308.660000', '140309.120000', '140309.580000', '140310.040000', '140310.500000', '140310.960000', '140311.420000', '140311.880000', '140312.340000', '140312.800000', '140313.260000', '140313.720000', '140314.180000', '140314.640000', '140315.100000', '140315.560000', '140316.020000', '140316.480000', '140316.940000', '140317.400000', '140317.860000', '140318.320000', '140318.780000', '140319.240000', '140319.700000', '140320.160000', '140320.620000', '140321.080000', '140321.540000', '140322.000000', '140322.460000', '140322.920000', '140323.380000', '140323.840000', '140324.300000', '140324.760000', '140325.220000', '140325.680000', '140326.140000', '140326.600000', '140327.060000', '140327.520000', '140327.980000', '140328.440000', '140328.900000', '140329.360000', '140329.820000', '140330.280000', '140330.740000', '140331.200000', '140331.660000', '140332.120000', '140332.580000', '140333.040000', '140333.500000', '140333.960000', '140334.420000', '140334.880000', '140335.340000', '140335.800000', '140336.260000', '140336.720000', '140337.180000', '140337.640000', '140338.100000', '140338.560000', '140339.020000', '140339.480000', '140339.940000', '140340.400000', '140340.860000', '140341.320000', '140341.780000', '140342.240000', '140342.700000', '140343.160000', '140343.620000', '140344.080000', '140344.540000', '140345.000000', '140345.460000', '140345.920000', '140346.380000', '140346.840000', '140347.300000', '140347.760000', '140348.220000', '140348.680000', '140349.140000', '140349.600000', '140350.060000', '140350.520000', '140350.980000', '140351.440000', '140351.900000', '140352.360000', '140352.820000', '140353.280000', '140353.740000', '140354.200000', '140354.660000', '140355.120000', '140355.580000', '140356.040000', '140356.500000', '140356.960000', '140357.420000', '140357.880000', '140358.340000', '140358.800000', '140359.260000', '140359.720000', '140400.180000', '140400.640000', '140401.100000', '140401.560000', '140402.020000', '140402.480000', '140402.940000', '140403.400000', '140403.860000', '140404.320000', '140404.780000', '140405.240000', '140405.700000', '140406.160000', '140406.620000', '140407.080000', '140407.540000', '140408.000000', '140408.460000', '140408.920000', '140409.380000', '140409.840000', '140410.300000', '140410.760000', '140411.220000', '140411.680000', '140412.140000', '140412.600000', '140413.060000', '140413.520000', '140413.980000', '140414.440000', '140414.900000', '140415.360000', '140415.820000', '140416.280000', '140416.740000', '140417.200000', '140417.660000', '140418.120000', '140418.580000', '140419.040000', '140419.500000', '140419.960000', '140420.420000', '140420.880000', '140421.340000', '140421.800000', '140422.260000', '140422.720000', '140423.180000', '140423.640000', '140424.100000', '140424.560000', '140425.020000', '140425.480000', '140425.940000', '140426.400000', '140426.860000', '140427.320000', '140427.780000', '140428.240000', '140428.700000', '140429.160000', '140429.620000', '140430.080000', '140430.540000', '140431.000000', '140431.460000', '140431.920000', '140432.380000', '140432.840000', '140433.300000', '140433.760000', '140434.220000', '140434.680000', '140435.140000', '140435.600000', '140436.060000', '140436.520000', '140436.980000', '140437.440000', '140437.900000', '140438.360000', '140438.820000', '140439.280000', '140439.740000', '140440.200000', '140440.660000', '140441.120000', '140441.580000', '140442.040000', '140442.500000', '140442.960000', '140443.420000', '140443.880000', '140444.340000', '140444.800000', '140445.260000', '140445.720000', '140446.180000', '140446.640000', '140447.100000', '140447.560000', '140448.020000', '140448.480000', '140448.940000', '140449.400000', '140449.860000', '140450.320000', '140450.780000', '140451.240000', '140451.700000', '140452.160000', '140452.620000', '140453.080000', '140453.540000', '140454.000000', '140454.460000', '140454.920000', '140455.380000', '140455.840000', '140456.300000', '140456.760000', '140457.220000', '140457.680000', '140458.140000', '140458.600000', '140459.060000', '140459.520000', '140459.980000', '140500.440000', '140500.900000', '140501.360000', '140501.820000', '140502.280000', '140502.740000', '140503.200000', '140503.660000', '140504.120000', '140504.580000', '140505.040000', '140505.500000', '140505.960000', '140506.420000', '140506.880000', '140507.340000', '140507.800000', '140508.260000', '140508.720000', '140509.180000', '140509.640000', '140510.100000', '140510.560000', '140511.020000', '140511.480000', '140511.940000', '140512.400000', '140512.860000', '140513.320000', '140513.780000', '140514.240000', '140514.700000', '140515.160000', '140515.620000', '140516.080000', '140516.540000', '140517.000000', '140517.460000', '140517.920000', '140518.380000', '140518.840000', '140519.300000', '140519.760000', '140520.220000', '140520.680000', '140521.140000', '140521.600000', '140522.060000', '140522.520000', '140522.980000', '140523.440000', '140523.900000', '140524.360000', '140524.820000', '140525.280000', '140525.740000', '140526.200000', '140526.660000', '140527.120000', '140527.580000', '140528.040000', '140528.500000', '140528.960000', '140529.420000', '140529.880000', '140530.340000', '140530.800000', '140531.260000', '140531.720000', '140532.180000', '140532.640000', '140533.100000', '140533.560000', '140534.020000', '140534.480000', '140534.940000', '140535.400000', '140535.860000', '140536.320000', '140536.780000', '140537.240000', '140537.700000', '140538.160000', '140538.620000', '140539.080000', '140539.540000', '140540.000000', '140540.460000', '140540.920000', '140541.380000', '140541.840000', '140542.300000', '140542.760000', '140543.220000', '140543.680000', '140544.140000', '140544.600000', '140545.060000', '140545.520000', '140545.980000', '140546.440000', '140546.900000', '140547.360000', '140547.820000', '140548.280000', '140548.740000', '140549.200000', '140549.660000', '140550.120000', '140550.580000', '140551.040000', '140551.500000', '140551.960000', '140552.420000', '140552.880000', '140553.340000', '140553.800000', '140554.260000', '140554.720000', '140555.180000', '140555.640000', '140556.100000', '140556.560000', '140557.020000', '140557.480000', '140557.940000', '140558.400000', '140558.860000', '140559.320000', '140559.780000', '140600.240000', '140600.700000', '140601.160000', '140601.620000', '140602.080000', '140602.540000', '140603.000000', '140603.460000', '140603.920000', '140604.380000', '140604.840000', '140605.300000', '140605.760000', '140606.220000', '140606.680000', '140607.140000', '140607.600000', '140608.060000', '140608.520000', '140608.980000', '140609.440000', '140609.900000', '140610.360000', '140610.820000', '140611.280000', '140611.740000', '140612.200000', '140612.660000', '140613.120000', '140613.580000', '140614.040000', '140614.500000', '140614.960000', '140615.420000', '140615.880000', '140616.340000', '140616.800000', '140617.260000', '140617.720000', '140618.180000', '140618.640000', '140619.100000', '140619.560000', '140620.020000', '140620.480000', '140620.940000', '140621.400000', '140621.860000', '140622.320000'], 'ContentTime': ['135941.557000', '135941.561000', '135941.564000', '135941.566000', '135941.569000', '135941.572000', '135941.575000', '135941.578000', '135941.580000', '135941.583000', '135941.586000', '135941.589000', '135941.591000', '135941.594000', '135941.597000', '135941.600000', '135941.602000', '135941.605000', '135941.607000', '135941.610000', '135941.613000', '135941.616000', '135941.619000', '135941.622000', '135941.624000', '135941.627000', '135941.629000', '135941.632000', '135941.635000', '135941.637000', '135941.640000', '135941.642000', '135941.645000', '135941.648000', '135941.650000', '135941.653000', '135941.655000', '135941.658000', '135941.660000', '135941.663000', '135941.666000', '135941.671000', '135941.674000', '135941.676000', '135941.679000', '135941.682000', '135941.685000', '135941.688000', '135941.691000', '135941.694000', '135941.696000', '135941.699000', '140001.526000', '140001.529000', '140001.532000', '140001.535000', '140001.537000', '140001.540000', '140001.542000', '140001.545000', '140001.548000', '140001.550000', '140001.553000', '140001.555000', '140001.558000', '140001.560000', '140001.563000', '140001.565000', '140001.568000', '140001.586000', '140001.588000', '140001.591000', '140001.593000', '140001.596000', '140001.598000', '140001.601000', '140001.604000', '140001.606000', '140001.609000', '140001.611000', '140001.614000', '140001.616000', '140001.619000', '140001.621000', '140001.624000', '140001.627000', '140001.630000', '140001.633000', '140001.636000', '140001.638000', '140001.641000', '140001.644000', '140001.646000', '140001.649000', '140001.651000', '140021.528000', '140021.531000', '140021.534000', '140021.537000', '140021.539000', '140021.542000', '140021.550000', '140021.552000', '140021.555000', '140021.557000', '140021.560000', '140021.562000', '140021.565000', '140021.567000', '140021.570000', '140021.572000', '140021.575000', '140021.578000', '140021.580000', '140021.583000', '140021.586000', '140021.588000', '140021.591000', '140021.593000', '140021.596000', '140021.598000', '140021.601000', '140021.604000', '140021.606000', '140021.609000', '140021.611000', '140021.614000', '140021.617000', '140021.619000', '140021.622000', '140021.624000', '140021.627000', '140021.630000', '140021.632000', '140021.635000', '140021.637000', '140021.640000', '140021.642000', '140021.645000', '140041.527000', '140041.530000', '140041.532000', '140041.535000', '140041.537000', '140041.540000', '140041.542000', '140041.545000', '140041.548000', '140041.550000', '140041.553000', '140041.555000', '140041.558000', '140041.560000', '140041.563000', '140041.566000', '140041.568000', '140041.571000', '140041.573000', '140041.576000', '140041.578000', '140041.581000', '140041.584000', '140041.586000', '140041.589000', '140041.591000', '140041.594000', '140041.597000', '140041.599000', '140041.602000', '140041.604000', '140041.607000', '140041.610000', '140041.612000', '140041.615000', '140041.618000', '140041.620000', '140041.623000', '140041.625000', '140041.628000', '140041.630000', '140041.633000', '140041.635000', '140101.525000', '140101.528000', '140101.531000', '140101.534000', '140101.537000', '140101.539000', '140101.542000', '140101.544000', '140101.547000', '140101.549000', '140101.552000', '140101.555000', '140101.557000', '140101.560000', '140101.562000', '140101.565000', '140101.568000', '140101.570000', '140101.573000', '140101.575000', '140101.578000', '140101.581000', '140101.583000', '140101.586000', '140101.588000', '140101.591000', '140101.593000', '140101.596000', '140101.599000', '140101.601000', '140101.604000', '140101.606000', '140101.609000', '140101.612000', '140101.614000', '140101.617000', '140101.619000', '140101.622000', '140101.624000', '140101.627000', '140101.629000', '140101.633000', '140101.636000', '140121.527000', '140121.530000', '140121.532000', '140121.535000', '140121.537000', '140121.540000', '140121.543000', '140121.546000', '140121.548000', '140121.551000', '140121.554000', '140121.556000', '140121.559000', '140121.561000', '140121.569000', '140121.572000', '140121.575000', '140121.577000', '140121.580000', '140121.582000', '140121.585000', '140121.587000', '140121.590000', '140121.593000', '140121.595000', '140121.598000', '140121.601000', '140121.603000', '140121.606000', '140121.608000', '140121.611000', '140121.614000', '140121.616000', '140121.619000', '140121.628000', '140121.631000', '140121.633000', '140121.636000', '140121.638000', '140121.641000', '140121.644000', '140121.646000', '140121.649000', '140121.651000', '140141.526000', '140141.529000', '140141.532000', '140141.534000', '140141.537000', '140141.539000', '140141.542000', '140141.544000', '140141.547000', '140141.550000', '140141.552000', '140141.555000', '140141.557000', '140141.572000', '140141.574000', '140141.577000', '140141.579000', '140141.582000', '140141.585000', '140141.587000', '140141.590000', '140141.592000', '140141.595000', '140141.598000', '140141.600000', '140141.603000', '140141.605000', '140141.608000', '140141.610000', '140141.613000', '140141.616000', '140141.618000', '140141.621000', '140141.623000', '140141.626000', '140141.628000', '140141.631000', '140141.633000', '140141.636000', '140141.639000', '140141.641000', '140141.644000', '140141.646000', '140141.649000', '140201.527000', '140201.529000', '140201.532000', '140201.535000', '140201.537000', '140201.540000', '140201.542000', '140201.545000', '140201.547000', '140201.550000', '140201.557000', '140201.559000', '140201.562000', '140201.565000', '140201.567000', '140201.570000', '140201.573000', '140201.575000', '140201.578000', '140201.580000', '140201.583000', '140201.585000', '140201.588000', '140201.591000', '140201.593000', '140201.596000', '140201.599000', '140201.601000', '140201.604000', '140201.606000', '140201.609000', '140201.612000', '140201.614000', '140201.617000', '140201.619000', '140201.622000', '140201.624000', '140201.627000', '140201.630000', '140201.632000', '140201.635000', '140201.637000', '140201.640000', '140221.527000', '140221.529000', '140221.532000', '140221.535000', '140221.537000', '140221.540000', '140221.542000', '140221.545000', '140221.547000', '140221.550000', '140221.552000', '140221.555000', '140221.558000', '140221.560000', '140221.563000', '140221.566000', '140221.568000', '140221.571000', '140221.574000', '140221.577000', '140221.579000', '140221.582000', '140221.584000', '140221.587000', '140221.589000', '140221.592000', '140221.595000', '140221.597000', '140221.600000', '140221.602000', '140221.605000', '140221.608000', '140221.610000', '140221.613000', '140221.615000', '140221.618000', '140221.620000', '140221.623000', '140221.625000', '140221.628000', '140221.631000', '140221.633000', '140221.636000', '140221.638000', '140241.527000', '140241.529000', '140241.532000', '140241.535000', '140241.537000', '140241.540000', '140241.542000', '140241.552000', '140241.554000', '140241.557000', '140241.560000', '140241.562000', '140241.565000', '140241.567000', '140241.570000', '140241.573000', '140241.575000', '140241.578000', '140241.580000', '140241.583000', '140241.585000', '140241.588000', '140241.591000', '140241.593000', '140241.596000', '140241.598000', '140241.601000', '140241.604000', '140241.606000', '140241.609000', '140241.611000', '140241.614000', '140241.616000', '140241.619000', '140241.622000', '140241.624000', '140241.627000', '140241.629000', '140241.632000', '140241.635000', '140241.637000', '140241.640000', '140241.642000', '140301.527000', '140301.529000', '140301.532000', '140301.535000', '140301.537000', '140301.540000', '140301.542000', '140301.545000', '140301.548000', '140301.550000', '140301.553000', '140301.555000', '140301.558000', '140301.560000', '140301.563000', '140301.566000', '140301.568000', '140301.571000', '140301.573000', '140301.576000', '140301.578000', '140301.581000', '140301.584000', '140301.586000', '140301.589000', '140301.591000', '140301.594000', '140301.596000', '140301.599000', '140301.602000', '140301.604000', '140301.607000', '140301.609000', '140301.612000', '140301.614000', '140301.617000', '140301.620000', '140301.622000', '140301.644000', '140301.646000', '140301.649000', '140301.651000', '140301.654000', '140301.656000', '140321.526000', '140321.528000', '140321.531000', '140321.534000', '140321.536000', '140321.539000', '140321.541000', '140321.544000', '140321.547000', '140321.549000', '140321.552000', '140321.554000', '140321.557000', '140321.563000', '140321.566000', '140321.569000', '140321.571000', '140321.574000', '140321.576000', '140321.579000', '140321.582000', '140321.584000', '140321.587000', '140321.590000', '140321.593000', '140321.595000', '140321.598000', '140321.600000', '140321.603000', '140321.605000', '140321.608000', '140321.611000', '140321.613000', '140321.616000', '140321.619000', '140321.621000', '140321.624000', '140321.626000', '140321.629000', '140321.632000', '140321.634000', '140321.637000', '140321.639000', '140341.527000', '140341.529000', '140341.532000', '140341.535000', '140341.537000', '140341.540000', '140341.543000', '140341.546000', '140341.548000', '140341.551000', '140341.554000', '140341.557000', '140341.560000', '140341.563000', '140341.566000', '140341.568000', '140341.571000', '140341.573000', '140341.576000', '140341.578000', '140341.581000', '140341.583000', '140341.586000', '140341.589000', '140341.591000', '140341.594000', '140341.597000', '140341.599000', '140341.602000', '140341.604000', '140341.607000', '140341.610000', '140341.612000', '140341.615000', '140341.618000', '140341.620000', '140341.623000', '140341.625000', '140341.628000', '140341.631000', '140341.633000', '140341.636000', '140341.638000', '140401.527000', '140401.529000', '140401.532000', '140401.535000', '140401.537000', '140401.540000', '140401.542000', '140401.545000', '140401.548000', '140401.550000', '140401.553000', '140401.555000', '140401.558000', '140401.561000', '140401.563000', '140401.566000', '140401.568000', '140401.571000', '140401.573000', '140401.576000', '140401.579000', '140401.581000', '140401.584000', '140401.586000', '140401.589000', '140401.592000', '140401.594000', '140401.597000', '140401.599000', '140401.602000', '140401.605000', '140401.607000', '140401.610000', '140401.612000', '140401.615000', '140401.618000', '140401.620000', '140401.623000', '140401.626000', '140401.628000', '140401.631000', '140401.633000', '140401.636000', '140401.639000', '140421.527000', '140421.529000', '140421.532000', '140421.535000', '140421.537000', '140421.540000', '140421.543000', '140421.545000', '140421.548000', '140421.550000', '140421.553000', '140421.557000', '140421.559000', '140421.562000', '140421.565000', '140421.567000', '140421.570000', '140421.572000', '140421.575000', '140421.578000', '140421.580000', '140421.583000', '140421.585000', '140421.588000', '140421.591000', '140421.593000', '140421.596000', '140421.598000', '140421.601000', '140421.604000', '140421.606000', '140421.609000', '140421.612000', '140421.614000', '140421.617000', '140421.620000', '140421.622000', '140421.625000', '140421.627000', '140421.630000', '140421.632000', '140421.635000', '140421.638000', '140441.527000', '140441.529000', '140441.532000', '140441.535000', '140441.537000', '140441.540000', '140441.556000', '140441.558000', '140441.561000', '140441.563000', '140441.566000', '140441.569000', '140441.571000', '140441.574000', '140441.576000', '140441.579000', '140441.582000', '140441.584000', '140441.587000', '140441.589000', '140441.592000', '140441.595000', '140441.597000', '140441.600000', '140441.602000', '140441.605000', '140441.609000', '140441.612000', '140441.615000', '140441.617000', '140441.620000', '140441.622000', '140441.625000', '140441.628000', '140441.630000', '140441.633000', '140441.635000', '140441.638000', '140441.640000', '140441.643000', '140441.646000', '140441.648000', '140441.651000', '140441.653000', '140501.527000', '140501.529000', '140501.532000', '140501.535000', '140501.537000', '140501.540000', '140501.542000', '140501.545000', '140501.548000', '140501.550000', '140501.553000', '140501.555000', '140501.558000', '140501.560000', '140501.563000', '140501.566000', '140501.568000', '140501.571000', '140501.573000', '140501.576000', '140501.579000', '140501.581000', '140501.584000', '140501.586000', '140501.589000', '140501.591000', '140501.594000', '140501.596000', '140501.600000', '140501.603000', '140501.605000', '140501.608000', '140501.610000', '140501.613000', '140501.616000', '140501.618000', '140501.621000', '140501.623000', '140501.626000', '140501.628000', '140501.631000', '140501.633000', '140501.636000', '140521.526000', '140521.529000', '140521.532000', '140521.535000', '140521.537000', '140521.540000', '140521.542000', '140521.545000', '140521.548000', '140521.550000', '140521.553000', '140521.555000', '140521.558000', '140521.561000', '140521.563000', '140521.566000', '140521.569000', '140521.571000', '140521.574000', '140521.577000', '140521.579000', '140521.582000', '140521.585000', '140521.587000', '140521.590000', '140521.592000', '140521.595000', '140521.597000', '140521.600000', '140521.603000', '140521.605000', '140521.608000', '140521.610000', '140521.613000', '140521.616000', '140521.618000', '140521.621000', '140521.624000', '140521.626000', '140521.629000', '140521.632000', '140521.634000', '140521.637000', '140521.639000', '140541.526000', '140541.529000', '140541.531000', '140541.534000', '140541.536000', '140541.539000', '140541.542000', '140541.544000', '140541.547000', '140541.549000', '140541.552000', '140541.555000', '140541.557000', '140541.560000', '140541.562000', '140541.565000', '140541.567000', '140541.570000', '140541.573000', '140541.575000', '140541.578000', '140541.580000', '140541.583000', '140541.585000', '140541.588000', '140541.590000', '140541.593000', '140541.596000', '140541.598000', '140541.601000', '140541.603000', '140541.606000', '140541.609000', '140541.611000', '140541.614000', '140541.616000', '140541.619000', '140541.621000', '140541.624000', '140541.626000', '140541.629000', '140541.632000', '140541.635000', '140601.526000', '140601.529000', '140601.532000', '140601.535000', '140601.537000', '140601.540000', '140601.542000', '140601.545000', '140601.547000', '140601.550000', '140601.553000', '140601.555000', '140601.558000', '140601.560000', '140601.563000', '140601.565000', '140601.568000', '140601.571000', '140601.573000', '140601.576000', '140601.578000', '140601.581000', '140601.584000', '140601.586000', '140601.589000', '140601.591000', '140601.594000', '140601.596000', '140601.599000', '140601.602000', '140601.604000', '140601.628000', '140601.631000', '140601.633000', '140601.636000', '140601.638000', '140601.641000', '140601.643000', '140601.646000', '140601.649000', '140601.651000', '140601.654000', '140601.656000', '140601.659000', '140621.527000', '140621.530000', '140621.532000', '140621.535000', '140621.537000', '140621.540000', '140621.543000', '140621.545000', '140621.548000', '140621.550000', '140621.553000', '140621.555000', '140621.558000', '140621.561000', '140621.563000', '140621.566000', '140621.568000', '140621.571000', '140621.573000', '140621.576000', '140621.578000', '140621.581000', '140621.584000', '140621.586000', '140621.589000', '140621.591000', '140621.594000', '140621.596000', '140621.599000', '140621.602000', '140621.604000', '140621.607000', '140621.609000', '140621.612000', '140621.614000', '140621.617000', '140621.620000', '140621.622000', '140621.625000', '140621.627000', '140621.630000', '140621.632000', '140621.635000', '140623.441000', '140623.444000', '140623.447000', '140623.450000', '140623.452000'], 'InstanceCreationTime': ['135941.557000', '135941.561000', '135941.564000', '135941.566000', '135941.569000', '135941.572000', '135941.575000', '135941.578000', '135941.580000', '135941.583000', '135941.586000', '135941.589000', '135941.591000', '135941.594000', '135941.597000', '135941.600000', '135941.602000', '135941.605000', '135941.607000', '135941.610000', '135941.613000', '135941.616000', '135941.619000', '135941.622000', '135941.624000', '135941.627000', '135941.629000', '135941.632000', '135941.635000', '135941.637000', '135941.640000', '135941.642000', '135941.645000', '135941.648000', '135941.650000', '135941.653000', '135941.655000', '135941.658000', '135941.660000', '135941.663000', '135941.666000', '135941.671000', '135941.674000', '135941.676000', '135941.679000', '135941.682000', '135941.685000', '135941.688000', '135941.691000', '135941.694000', '135941.696000', '135941.699000', '140001.526000', '140001.529000', '140001.532000', '140001.535000', '140001.537000', '140001.540000', '140001.542000', '140001.545000', '140001.548000', '140001.550000', '140001.553000', '140001.555000', '140001.558000', '140001.560000', '140001.563000', '140001.565000', '140001.568000', '140001.586000', '140001.588000', '140001.591000', '140001.593000', '140001.596000', '140001.598000', '140001.601000', '140001.604000', '140001.606000', '140001.609000', '140001.611000', '140001.614000', '140001.616000', '140001.619000', '140001.621000', '140001.624000', '140001.627000', '140001.630000', '140001.633000', '140001.636000', '140001.638000', '140001.641000', '140001.644000', '140001.646000', '140001.649000', '140001.651000', '140021.528000', '140021.531000', '140021.534000', '140021.537000', '140021.539000', '140021.542000', '140021.550000', '140021.552000', '140021.555000', '140021.557000', '140021.560000', '140021.562000', '140021.565000', '140021.567000', '140021.570000', '140021.572000', '140021.575000', '140021.578000', '140021.580000', '140021.583000', '140021.586000', '140021.588000', '140021.591000', '140021.593000', '140021.596000', '140021.598000', '140021.601000', '140021.604000', '140021.606000', '140021.609000', '140021.611000', '140021.614000', '140021.617000', '140021.619000', '140021.622000', '140021.624000', '140021.627000', '140021.630000', '140021.632000', '140021.635000', '140021.637000', '140021.640000', '140021.642000', '140021.645000', '140041.527000', '140041.530000', '140041.532000', '140041.535000', '140041.537000', '140041.540000', '140041.542000', '140041.545000', '140041.548000', '140041.550000', '140041.553000', '140041.555000', '140041.558000', '140041.560000', '140041.563000', '140041.566000', '140041.568000', '140041.571000', '140041.573000', '140041.576000', '140041.578000', '140041.581000', '140041.584000', '140041.586000', '140041.589000', '140041.591000', '140041.594000', '140041.597000', '140041.599000', '140041.602000', '140041.604000', '140041.607000', '140041.610000', '140041.612000', '140041.615000', '140041.618000', '140041.620000', '140041.623000', '140041.625000', '140041.628000', '140041.630000', '140041.633000', '140041.635000', '140101.525000', '140101.528000', '140101.531000', '140101.534000', '140101.537000', '140101.539000', '140101.542000', '140101.544000', '140101.547000', '140101.549000', '140101.552000', '140101.555000', '140101.557000', '140101.560000', '140101.562000', '140101.565000', '140101.568000', '140101.570000', '140101.573000', '140101.575000', '140101.578000', '140101.581000', '140101.583000', '140101.586000', '140101.588000', '140101.591000', '140101.593000', '140101.596000', '140101.599000', '140101.601000', '140101.604000', '140101.606000', '140101.609000', '140101.612000', '140101.614000', '140101.617000', '140101.619000', '140101.622000', '140101.624000', '140101.627000', '140101.629000', '140101.633000', '140101.636000', '140121.527000', '140121.530000', '140121.532000', '140121.535000', '140121.537000', '140121.540000', '140121.543000', '140121.546000', '140121.548000', '140121.551000', '140121.554000', '140121.556000', '140121.559000', '140121.561000', '140121.569000', '140121.572000', '140121.575000', '140121.577000', '140121.580000', '140121.582000', '140121.585000', '140121.587000', '140121.590000', '140121.593000', '140121.595000', '140121.598000', '140121.601000', '140121.603000', '140121.606000', '140121.608000', '140121.611000', '140121.614000', '140121.616000', '140121.619000', '140121.628000', '140121.631000', '140121.633000', '140121.636000', '140121.638000', '140121.641000', '140121.644000', '140121.646000', '140121.649000', '140121.651000', '140141.526000', '140141.529000', '140141.532000', '140141.534000', '140141.537000', '140141.539000', '140141.542000', '140141.544000', '140141.547000', '140141.550000', '140141.552000', '140141.555000', '140141.557000', '140141.572000', '140141.574000', '140141.577000', '140141.579000', '140141.582000', '140141.585000', '140141.587000', '140141.590000', '140141.592000', '140141.595000', '140141.598000', '140141.600000', '140141.603000', '140141.605000', '140141.608000', '140141.610000', '140141.613000', '140141.616000', '140141.618000', '140141.621000', '140141.623000', '140141.626000', '140141.628000', '140141.631000', '140141.633000', '140141.636000', '140141.639000', '140141.641000', '140141.644000', '140141.646000', '140141.649000', '140201.527000', '140201.529000', '140201.532000', '140201.535000', '140201.537000', '140201.540000', '140201.542000', '140201.545000', '140201.547000', '140201.550000', '140201.557000', '140201.559000', '140201.562000', '140201.565000', '140201.567000', '140201.570000', '140201.573000', '140201.575000', '140201.578000', '140201.580000', '140201.583000', '140201.585000', '140201.588000', '140201.591000', '140201.593000', '140201.596000', '140201.599000', '140201.601000', '140201.604000', '140201.606000', '140201.609000', '140201.612000', '140201.614000', '140201.617000', '140201.619000', '140201.622000', '140201.624000', '140201.627000', '140201.630000', '140201.632000', '140201.635000', '140201.637000', '140201.640000', '140221.527000', '140221.529000', '140221.532000', '140221.535000', '140221.537000', '140221.540000', '140221.542000', '140221.545000', '140221.547000', '140221.550000', '140221.552000', '140221.555000', '140221.558000', '140221.560000', '140221.563000', '140221.566000', '140221.568000', '140221.571000', '140221.574000', '140221.577000', '140221.579000', '140221.582000', '140221.584000', '140221.587000', '140221.589000', '140221.592000', '140221.595000', '140221.597000', '140221.600000', '140221.602000', '140221.605000', '140221.608000', '140221.610000', '140221.613000', '140221.615000', '140221.618000', '140221.620000', '140221.623000', '140221.625000', '140221.628000', '140221.631000', '140221.633000', '140221.636000', '140221.638000', '140241.527000', '140241.529000', '140241.532000', '140241.535000', '140241.537000', '140241.540000', '140241.542000', '140241.552000', '140241.554000', '140241.557000', '140241.560000', '140241.562000', '140241.565000', '140241.567000', '140241.570000', '140241.573000', '140241.575000', '140241.578000', '140241.580000', '140241.583000', '140241.585000', '140241.588000', '140241.591000', '140241.593000', '140241.596000', '140241.598000', '140241.601000', '140241.604000', '140241.606000', '140241.609000', '140241.611000', '140241.614000', '140241.616000', '140241.619000', '140241.622000', '140241.624000', '140241.627000', '140241.629000', '140241.632000', '140241.635000', '140241.637000', '140241.640000', '140241.642000', '140301.527000', '140301.529000', '140301.532000', '140301.535000', '140301.537000', '140301.540000', '140301.542000', '140301.545000', '140301.548000', '140301.550000', '140301.553000', '140301.555000', '140301.558000', '140301.560000', '140301.563000', '140301.566000', '140301.568000', '140301.571000', '140301.573000', '140301.576000', '140301.578000', '140301.581000', '140301.584000', '140301.586000', '140301.589000', '140301.591000', '140301.594000', '140301.596000', '140301.599000', '140301.602000', '140301.604000', '140301.607000', '140301.609000', '140301.612000', '140301.614000', '140301.617000', '140301.620000', '140301.622000', '140301.644000', '140301.646000', '140301.649000', '140301.651000', '140301.654000', '140301.656000', '140321.526000', '140321.528000', '140321.531000', '140321.534000', '140321.536000', '140321.539000', '140321.541000', '140321.544000', '140321.547000', '140321.549000', '140321.552000', '140321.554000', '140321.557000', '140321.563000', '140321.566000', '140321.569000', '140321.571000', '140321.574000', '140321.576000', '140321.579000', '140321.582000', '140321.584000', '140321.587000', '140321.590000', '140321.593000', '140321.595000', '140321.598000', '140321.600000', '140321.603000', '140321.605000', '140321.608000', '140321.611000', '140321.613000', '140321.616000', '140321.619000', '140321.621000', '140321.624000', '140321.626000', '140321.629000', '140321.632000', '140321.634000', '140321.637000', '140321.639000', '140341.527000', '140341.529000', '140341.532000', '140341.535000', '140341.537000', '140341.540000', '140341.543000', '140341.546000', '140341.548000', '140341.551000', '140341.554000', '140341.557000', '140341.560000', '140341.563000', '140341.566000', '140341.568000', '140341.571000', '140341.573000', '140341.576000', '140341.578000', '140341.581000', '140341.583000', '140341.586000', '140341.589000', '140341.591000', '140341.594000', '140341.597000', '140341.599000', '140341.602000', '140341.604000', '140341.607000', '140341.610000', '140341.612000', '140341.615000', '140341.618000', '140341.620000', '140341.623000', '140341.625000', '140341.628000', '140341.631000', '140341.633000', '140341.636000', '140341.638000', '140401.527000', '140401.529000', '140401.532000', '140401.535000', '140401.537000', '140401.540000', '140401.542000', '140401.545000', '140401.548000', '140401.550000', '140401.553000', '140401.555000', '140401.558000', '140401.561000', '140401.563000', '140401.566000', '140401.568000', '140401.571000', '140401.573000', '140401.576000', '140401.579000', '140401.581000', '140401.584000', '140401.586000', '140401.589000', '140401.592000', '140401.594000', '140401.597000', '140401.599000', '140401.602000', '140401.605000', '140401.607000', '140401.610000', '140401.612000', '140401.615000', '140401.618000', '140401.620000', '140401.623000', '140401.626000', '140401.628000', '140401.631000', '140401.633000', '140401.636000', '140401.639000', '140421.527000', '140421.529000', '140421.532000', '140421.535000', '140421.537000', '140421.540000', '140421.543000', '140421.545000', '140421.548000', '140421.550000', '140421.553000', '140421.557000', '140421.559000', '140421.562000', '140421.565000', '140421.567000', '140421.570000', '140421.572000', '140421.575000', '140421.578000', '140421.580000', '140421.583000', '140421.585000', '140421.588000', '140421.591000', '140421.593000', '140421.596000', '140421.598000', '140421.601000', '140421.604000', '140421.606000', '140421.609000', '140421.612000', '140421.614000', '140421.617000', '140421.620000', '140421.622000', '140421.625000', '140421.627000', '140421.630000', '140421.632000', '140421.635000', '140421.638000', '140441.527000', '140441.529000', '140441.532000', '140441.535000', '140441.537000', '140441.540000', '140441.556000', '140441.558000', '140441.561000', '140441.563000', '140441.566000', '140441.569000', '140441.571000', '140441.574000', '140441.576000', '140441.579000', '140441.582000', '140441.584000', '140441.587000', '140441.589000', '140441.592000', '140441.595000', '140441.597000', '140441.600000', '140441.602000', '140441.605000', '140441.609000', '140441.612000', '140441.615000', '140441.617000', '140441.620000', '140441.622000', '140441.625000', '140441.628000', '140441.630000', '140441.633000', '140441.635000', '140441.638000', '140441.640000', '140441.643000', '140441.646000', '140441.648000', '140441.651000', '140441.653000', '140501.527000', '140501.529000', '140501.532000', '140501.535000', '140501.537000', '140501.540000', '140501.542000', '140501.545000', '140501.548000', '140501.550000', '140501.553000', '140501.555000', '140501.558000', '140501.560000', '140501.563000', '140501.566000', '140501.568000', '140501.571000', '140501.573000', '140501.576000', '140501.579000', '140501.581000', '140501.584000', '140501.586000', '140501.589000', '140501.591000', '140501.594000', '140501.596000', '140501.600000', '140501.603000', '140501.605000', '140501.608000', '140501.610000', '140501.613000', '140501.616000', '140501.618000', '140501.621000', '140501.623000', '140501.626000', '140501.628000', '140501.631000', '140501.633000', '140501.636000', '140521.526000', '140521.529000', '140521.532000', '140521.535000', '140521.537000', '140521.540000', '140521.542000', '140521.545000', '140521.548000', '140521.550000', '140521.553000', '140521.555000', '140521.558000', '140521.561000', '140521.563000', '140521.566000', '140521.569000', '140521.571000', '140521.574000', '140521.577000', '140521.579000', '140521.582000', '140521.585000', '140521.587000', '140521.590000', '140521.592000', '140521.595000', '140521.597000', '140521.600000', '140521.603000', '140521.605000', '140521.608000', '140521.610000', '140521.613000', '140521.616000', '140521.618000', '140521.621000', '140521.624000', '140521.626000', '140521.629000', '140521.632000', '140521.634000', '140521.637000', '140521.639000', '140541.526000', '140541.529000', '140541.531000', '140541.534000', '140541.536000', '140541.539000', '140541.542000', '140541.544000', '140541.547000', '140541.549000', '140541.552000', '140541.555000', '140541.557000', '140541.560000', '140541.562000', '140541.565000', '140541.567000', '140541.570000', '140541.573000', '140541.575000', '140541.578000', '140541.580000', '140541.583000', '140541.585000', '140541.588000', '140541.590000', '140541.593000', '140541.596000', '140541.598000', '140541.601000', '140541.603000', '140541.606000', '140541.609000', '140541.611000', '140541.614000', '140541.616000', '140541.619000', '140541.621000', '140541.624000', '140541.626000', '140541.629000', '140541.632000', '140541.635000', '140601.526000', '140601.529000', '140601.532000', '140601.535000', '140601.537000', '140601.540000', '140601.542000', '140601.545000', '140601.547000', '140601.550000', '140601.553000', '140601.555000', '140601.558000', '140601.560000', '140601.563000', '140601.565000', '140601.568000', '140601.571000', '140601.573000', '140601.576000', '140601.578000', '140601.581000', '140601.584000', '140601.586000', '140601.589000', '140601.591000', '140601.594000', '140601.596000', '140601.599000', '140601.602000', '140601.604000', '140601.628000', '140601.631000', '140601.633000', '140601.636000', '140601.638000', '140601.641000', '140601.643000', '140601.646000', '140601.649000', '140601.651000', '140601.654000', '140601.656000', '140601.659000', '140621.527000', '140621.530000', '140621.532000', '140621.535000', '140621.537000', '140621.540000', '140621.543000', '140621.545000', '140621.548000', '140621.550000', '140621.553000', '140621.555000', '140621.558000', '140621.561000', '140621.563000', '140621.566000', '140621.568000', '140621.571000', '140621.573000', '140621.576000', '140621.578000', '140621.581000', '140621.584000', '140621.586000', '140621.589000', '140621.591000', '140621.594000', '140621.596000', '140621.599000', '140621.602000', '140621.604000', '140621.607000', '140621.609000', '140621.612000', '140621.614000', '140621.617000', '140621.620000', '140621.622000', '140621.625000', '140621.627000', '140621.630000', '140621.632000', '140621.635000', '140623.441000', '140623.444000', '140623.447000', '140623.450000', '140623.452000'], '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': [9999, 9834, 10101, 9913, 9220, 10216, 10153, 10264, 10238, 12057, 10141, 10216, 10277, 9867, 9130, 9954, 9050, 10014, 8630, 9739, 8345, 9593, 7896, 9456, 9465, 9380, 8467, 9351, 9965, 9063, 9277, 8919, 9550, 9182, 9528, 9852, 9604, 8826, 9730, 8494, 9822, 8392, 9718, 8332, 9666, 8135, 9873, 10224, 9294, 10297, 9113, 10666, 9540, 9730, 9205, 10018, 9377, 9748, 9266, 9843, 9573, 9825, 9736, 10291, 9869, 9868, 9321, 9569, 9362, 9596, 9103, 8851, 9129, 10643, 9610, 8089, 9918, 10300, 9522, 10941, 9630, 10125, 9380, 9599, 9161, 9999, 9757, 9721, 9318, 9162, 9151, 8889, 9318, 9120, 9045, 9369, 9070, 8480, 9224, 8908, 9233, 8801, 9869, 9339, 10005, 9769, 9847, 9239, 9977, 9557, 8970, 9500, 10878, 9589, 11321, 10096, 9280, 9859, 9305, 9968, 8696, 10066, 8343, 9871, 12845, 9826, 9615, 9763, 8220, 9447, 8858, 9658, 9759, 10102, 9290, 9537, 9722, 10055, 9066, 9999, 9593, 9855, 11699, 9585, 9633, 9424, 9218, 9323, 9381, 9181, 8167, 9407, 8712, 9506, 9326, 9432, 9587, 9546, 9498, 9267, 11176, 9444, 9898, 8674, 9810, 12272, 9727, 9239, 9917, 8706, 10125, 9006, 9324, 9446, 9188, 9480, 8848, 9829, 8756, 10166, 12504, 9451, 10900, 9798, 9885, 9703, 9839, 9390, 10691, 9795, 9586, 9752, 11046, 9448, 9433, 9793, 8571, 9794, 8726, 9759, 9046, 9604, 9254, 9911, 9760, 9686, 9442, 9813, 9517, 8776, 9737, 8638, 9713, 9521, 10195, 10110, 10191, 9669, 12587, 10316, 10114, 9987, 10014, 9979, 9739, 10235, 9768, 9429, 9629, 9701, 9759, 9689, 9927, 9454, 9778, 8605, 9781, 9601, 9479, 9633, 9650, 9551, 9142, 9377, 9297, 9433, 9292, 9495, 9393, 9888, 8539, 10062, 10088, 9529, 9883, 8902, 9505, 9361, 9444, 9129, 9612, 9178, 9235, 9025, 9758, 9083, 9663, 8499, 9636, 9120, 9728, 10357, 9021, 9632, 9125, 9445, 9501, 9705, 8713, 9613, 8352, 9598, 9015, 9099, 9582, 8901, 9377, 9104, 9544, 9799, 9477, 11574, 9212, 10179, 9202, 9809, 9068, 9438, 9029, 9801, 9315, 9794, 8664, 9609, 8609, 9871, 8545, 10092, 12246, 9366, 10383, 9412, 11936, 9973, 10192, 12424, 9486, 10309, 9584, 9624, 8884, 9590, 9611, 9644, 8529, 9575, 8070, 9048, 9879, 9254, 8379, 9649, 11126, 9513, 10219, 9327, 9584, 8925, 9244, 9257, 9863, 9338, 9827, 9246, 9535, 9313, 9727, 9430, 9002, 9441, 9472, 9571, 10901, 9718, 10232, 9656, 10819, 9650, 10912, 9754, 9611, 9570, 9555, 9370, 8901, 9544, 8591, 9775, 9491, 9406, 8992, 9813, 9210, 9566, 9109, 9447, 10765, 9936, 9696, 9535, 10734, 9886, 10119, 10476, 9931, 10310, 9931, 10132, 9989, 9504, 10039, 8903, 10119, 8970, 10132, 8839, 10280, 8703, 9708, 12768, 9576, 8584, 9855, 8698, 9737, 9307, 9926, 9334, 8245, 9301, 8667, 9394, 9760, 9534, 9812, 9665, 9611, 9489, 9779, 9418, 11164, 10236, 9841, 8972, 9967, 8847, 10013, 8630, 9815, 8882, 9819, 8111, 9654, 8345, 9746, 11063, 9449, 10432, 9630, 9577, 9489, 9579, 9614, 9440, 9589, 9600, 9593, 9673, 10138, 10147, 9540, 9955, 8456, 9925, 12608, 9818, 10068, 9423, 9661, 9545, 9406, 9806, 10009, 9847, 9897, 9652, 9703, 9422, 10225, 9022, 10198, 8944, 10063, 11345, 9845, 10374, 9603, 9609, 9159, 10056, 8461, 10117, 9979, 9313, 10013, 9553, 10120, 9454, 9718, 9220, 9581, 9294, 9939, 8506, 9833, 11606, 9105, 10141, 9426, 9570, 9130, 9616, 9338, 9721, 9170, 9715, 8893, 9879, 9209, 10001, 8571, 9823, 11294, 9320, 10180, 9465, 9925, 9415, 9796, 9551, 11565, 9834, 10226, 8442, 10291, 12017, 9714, 10677, 9674, 10249, 9715, 9395, 9382, 9409, 9478, 9761, 9529, 9618, 9513, 9811, 9890, 10019, 9492, 9913, 9618, 9755, 9885, 9985, 9883, 10093, 8684, 10076, 9856, 10093, 9104, 9970, 10690, 9564, 10495, 9791, 9958, 9770, 9800, 9511, 9928, 9901, 10209, 8657, 10089, 11703, 9652, 10485, 9842, 10264, 9646, 10655, 9727, 8307, 10061, 8394, 10319, 11677, 9943, 10219, 9977, 9793, 9987, 11032, 9362, 10405, 9594, 9999, 10951, 9908, 9556, 9660, 9748, 9524, 9836, 9275, 9557, 9708, 10092, 9358, 9837, 11329, 9484, 9839, 9860, 9679, 10345, 9869, 8987, 10141, 9662, 10031, 9545, 9835, 9375, 9678, 9574, 9891, 9684, 11090, 9934, 10157, 9488, 10390, 11400, 9677, 10172, 9854, 9916, 9830, 10043, 9006, 9935, 9230, 10025, 8319, 10014, 10346, 9286, 9828, 9587, 9988, 9855, 9949, 8942, 10142, 10660, 9964, 10787, 9530, 9553, 9162, 10344, 8590, 10236, 10392, 9494, 9441, 9431, 8751, 9384, 9023, 9239, 9265, 9599, 9945, 9670, 9999, 9227, 10240, 11610, 10203, 11785, 10229, 10176, 9873, 9928, 9981, 9650, 9915, 9814, 10035, 10108, 9523, 9964, 9585, 9261, 9563, 9370, 9751, 9911, 9705, 11181, 10120, 10259, 9724, 10482, 9675, 10093, 12684, 10231, 10761, 9814, 10476, 9740, 10206, 10072, 9422, 9473, 9433, 9524, 9302, 9664, 9547, 9721, 9898, 9998, 9813, 9691, 9763, 10186, 10235, 9891, 10189, 9678, 10006, 9846, 10105, 9800, 9848, 9870, 9918, 10034, 10105, 10097, 9679, 9750, 9911, 9809, 8998, 10068, 10105, 10175, 9261, 10040, 10216, 10290, 10045, 10893, 9757, 10372, 9941, 9998, 10212, 9872, 12278, 10032, 10708, 9850, 9531, 9823, 9505, 9818, 9496, 9867, 8739, 9808, 9648, 9983, 11010, 9838, 9916, 9512, 9975, 9629, 9653, 9850, 9602, 9725, 9510, 9630, 8479, 10013, 8733, 10034, 9209, 9875, 8816, 9923, 11484, 9871, 10186, 9528, 9672, 9884, 9627, 9916, 9798, 8904, 10051, 8608, 9892, 10727, 9621, 9948, 9608, 9367, 9311, 9572, 10099, 9857, 9519, 9977, 9075, 9758, 9845, 9580, 9721, 9606, 9787, 9403, 9969, 8451, 9756, 9988, 9295, 9488, 9264, 9581, 9339, 9719, 10187, 9877, 10302, 9326, 9495, 9281, 9365, 9891, 9664, 9439, 9666, 8647, 9519, 11718, 9386, 10620, 9167, 9921, 9616, 10115, 9352, 9957, 9270, 9764, 9722, 10842, 9541, 10372, 9729, 10009, 9542, 10473, 9381, 10552, 9477, 9892, 9936, 9777, 9947, 9971, 9885, 9904, 9244, 9817, 9393, 9977, 10015, 9947, 9572, 9837, 9682, 9900, 9384, 9627, 9793, 9629, 9984, 9931, 8998, 9767, 10664, 9640, 9583, 9957, 8625, 10069, 9166, 9933, 9093, 9873, 10298, 9662, 10330, 9673, 9940, 9931, 9967, 9502, 10088, 9569, 9836, 9141, 9908, 9012, 9795, 9033, 9901, 8945, 9885, 9201, 9765], 'WindowCenter': [4061.0, 4058.0, 4043.0, 4033.0, 4021.0, 4031.0, 4028.0, 4028.0, 4017.0, 4037.0, 4005.0, 4006.0, 4002.0, 4003.0, 4004.0, 4004.0, 3993.0, 4015.0, 3994.0, 4017.0, 3995.0, 4016.0, 3996.0, 4017.0, 4018.0, 4019.0, 4008.0, 4019.0, 4029.0, 4021.0, 4019.0, 4021.0, 4029.0, 4032.0, 4031.0, 4031.0, 4031.0, 4020.0, 4032.0, 4020.0, 4031.0, 4022.0, 4043.0, 4020.0, 4034.0, 4012.0, 4045.0, 4043.0, 4033.0, 4043.0, 4035.0, 4043.0, 4045.0, 4031.0, 4033.0, 4032.0, 4033.0, 4031.0, 4031.0, 4030.0, 4030.0, 4032.0, 4031.0, 4040.0, 4029.0, 4030.0, 4031.0, 4031.0, 4031.0, 4033.0, 4034.0, 4032.0, 4034.0, 4043.0, 4044.0, 4023.0, 4043.0, 4042.0, 4033.0, 4042.0, 4033.0, 4032.0, 4033.0, 4030.0, 4032.0, 4030.0, 4031.0, 4019.0, 4021.0, 4018.0, 4021.0, 4019.0, 4021.0, 4019.0, 4019.0, 4019.0, 4032.0, 4022.0, 4034.0, 4032.0, 4043.0, 4033.0, 4044.0, 4033.0, 4045.0, 4043.0, 4042.0, 4034.0, 4042.0, 4031.0, 4021.0, 4033.0, 4040.0, 4034.0, 4040.0, 4030.0, 4020.0, 4029.0, 4019.0, 4029.0, 4007.0, 4027.0, 4006.0, 4028.0, 4037.0, 4029.0, 4018.0, 4028.0, 4009.0, 4029.0, 4018.0, 4029.0, 4029.0, 4039.0, 4030.0, 4032.0, 4031.0, 4031.0, 4019.0, 4030.0, 4020.0, 4031.0, 4039.0, 4020.0, 4016.0, 4019.0, 4018.0, 4018.0, 4017.0, 4018.0, 4008.0, 4031.0, 4020.0, 4042.0, 4034.0, 4044.0, 4045.0, 4046.0, 4043.0, 4035.0, 4052.0, 4030.0, 4032.0, 4009.0, 4030.0, 4039.0, 4018.0, 4017.0, 4028.0, 4008.0, 4028.0, 4018.0, 4017.0, 4019.0, 4017.0, 4030.0, 4018.0, 4031.0, 4019.0, 4043.0, 4051.0, 4019.0, 4028.0, 4018.0, 4017.0, 4015.0, 4016.0, 4016.0, 4025.0, 4017.0, 4015.0, 4017.0, 4026.0, 4018.0, 4005.0, 4016.0, 4004.0, 4016.0, 4005.0, 4018.0, 4018.0, 4028.0, 4030.0, 4032.0, 4028.0, 4018.0, 4017.0, 4027.0, 4018.0, 4007.0, 4020.0, 4007.0, 4018.0, 4018.0, 4027.0, 4016.0, 4017.0, 4015.0, 4037.0, 4015.0, 4014.0, 4004.0, 4004.0, 4014.0, 4003.0, 4013.0, 4014.0, 4005.0, 4014.0, 4015.0, 4017.0, 4017.0, 4018.0, 4016.0, 4027.0, 4007.0, 4030.0, 4018.0, 4028.0, 4017.0, 4030.0, 4029.0, 4032.0, 4029.0, 4032.0, 4019.0, 4031.0, 4030.0, 4030.0, 4041.0, 4020.0, 4041.0, 4030.0, 4031.0, 4029.0, 4020.0, 4030.0, 4031.0, 4029.0, 4030.0, 4030.0, 4032.0, 4031.0, 4033.0, 4043.0, 4033.0, 4045.0, 4033.0, 4044.0, 4033.0, 4044.0, 4043.0, 4032.0, 4031.0, 4031.0, 4033.0, 4033.0, 4032.0, 4021.0, 4042.0, 4022.0, 4042.0, 4031.0, 4032.0, 4032.0, 4034.0, 4032.0, 4033.0, 4044.0, 4044.0, 4043.0, 4053.0, 4034.0, 4043.0, 4034.0, 4042.0, 4031.0, 4032.0, 4032.0, 4042.0, 4031.0, 4042.0, 4033.0, 4044.0, 4023.0, 4044.0, 4022.0, 4043.0, 4064.0, 4032.0, 4041.0, 4032.0, 4051.0, 4029.0, 4030.0, 4049.0, 4018.0, 4029.0, 4028.0, 4018.0, 4019.0, 4028.0, 4029.0, 4029.0, 4020.0, 4043.0, 4010.0, 4033.0, 4041.0, 4043.0, 4022.0, 4045.0, 4065.0, 4057.0, 4056.0, 4046.0, 4044.0, 4033.0, 4031.0, 4032.0, 4030.0, 4032.0, 4030.0, 4031.0, 4029.0, 4029.0, 4030.0, 4030.0, 4019.0, 4030.0, 4029.0, 4031.0, 4039.0, 4030.0, 4028.0, 4031.0, 4038.0, 4019.0, 4026.0, 4016.0, 4014.0, 4016.0, 4015.0, 4016.0, 4004.0, 4017.0, 4005.0, 4028.0, 4016.0, 4018.0, 4006.0, 4028.0, 4018.0, 4030.0, 4019.0, 4030.0, 4038.0, 4030.0, 4019.0, 4019.0, 4028.0, 4016.0, 4027.0, 4027.0, 4017.0, 4027.0, 4027.0, 4027.0, 4027.0, 4017.0, 4028.0, 4007.0, 4028.0, 4017.0, 4028.0, 4018.0, 4028.0, 4007.0, 4018.0, 4048.0, 4017.0, 4008.0, 4027.0, 4006.0, 4028.0, 4030.0, 4030.0, 4030.0, 4009.0, 4033.0, 4021.0, 4032.0, 4031.0, 4031.0, 4030.0, 4031.0, 4030.0, 4032.0, 4029.0, 4019.0, 4041.0, 4027.0, 4028.0, 4006.0, 4028.0, 4006.0, 4016.0, 4006.0, 4027.0, 4006.0, 4017.0, 3994.0, 4016.0, 3995.0, 4017.0, 4027.0, 4017.0, 4026.0, 4028.0, 4016.0, 4017.0, 4018.0, 4017.0, 4016.0, 4018.0, 4018.0, 4017.0, 4017.0, 4028.0, 4029.0, 4018.0, 4017.0, 4007.0, 4016.0, 4037.0, 4017.0, 4015.0, 4016.0, 4015.0, 4015.0, 4005.0, 4026.0, 4016.0, 4027.0, 4028.0, 4030.0, 4031.0, 4030.0, 4042.0, 4022.0, 4041.0, 4020.0, 4032.0, 4041.0, 4030.0, 4029.0, 4029.0, 4018.0, 4017.0, 4027.0, 4007.0, 4029.0, 4028.0, 4019.0, 4028.0, 4029.0, 4040.0, 4041.0, 4030.0, 4031.0, 4030.0, 4031.0, 4041.0, 4019.0, 4042.0, 4050.0, 4021.0, 4029.0, 4031.0, 4030.0, 4031.0, 4031.0, 4032.0, 4031.0, 4031.0, 4032.0, 4032.0, 4044.0, 4031.0, 4044.0, 4022.0, 4042.0, 4052.0, 4033.0, 4041.0, 4032.0, 4032.0, 4032.0, 4031.0, 4033.0, 4052.0, 4030.0, 4041.0, 4009.0, 4030.0, 4049.0, 4029.0, 4028.0, 4030.0, 4028.0, 4030.0, 4019.0, 4030.0, 4019.0, 4033.0, 4030.0, 4031.0, 4030.0, 4031.0, 4030.0, 4029.0, 4030.0, 4032.0, 4030.0, 4030.0, 4029.0, 4030.0, 4029.0, 4030.0, 4029.0, 4008.0, 4028.0, 4017.0, 4028.0, 4007.0, 4028.0, 4028.0, 4028.0, 4028.0, 4029.0, 4029.0, 4029.0, 4029.0, 4029.0, 4029.0, 4029.0, 4029.0, 4007.0, 4028.0, 4038.0, 4019.0, 4028.0, 4028.0, 4028.0, 4028.0, 4039.0, 4030.0, 4009.0, 4040.0, 4019.0, 4044.0, 4052.0, 4042.0, 4030.0, 4030.0, 4029.0, 4029.0, 4028.0, 4017.0, 4029.0, 4015.0, 4015.0, 4026.0, 4017.0, 4016.0, 4017.0, 4016.0, 4016.0, 4027.0, 4030.0, 4031.0, 4030.0, 4029.0, 4018.0, 4031.0, 4039.0, 4028.0, 4029.0, 4029.0, 4019.0, 4027.0, 4030.0, 4019.0, 4031.0, 4031.0, 4029.0, 4031.0, 4040.0, 4032.0, 4032.0, 4032.0, 4041.0, 4031.0, 4054.0, 4031.0, 4043.0, 4030.0, 4040.0, 4039.0, 4019.0, 4028.0, 4030.0, 4029.0, 4027.0, 4027.0, 4017.0, 4028.0, 4030.0, 4041.0, 4019.0, 4042.0, 4040.0, 4032.0, 4042.0, 4033.0, 4030.0, 4042.0, 4032.0, 4022.0, 4043.0, 4041.0, 4030.0, 4040.0, 4019.0, 4018.0, 4017.0, 4028.0, 4007.0, 4029.0, 4028.0, 4029.0, 4028.0, 4029.0, 4019.0, 4030.0, 4030.0, 4034.0, 4031.0, 4043.0, 4041.0, 4032.0, 4043.0, 4032.0, 4042.0, 4040.0, 4031.0, 4039.0, 4029.0, 4027.0, 4028.0, 4027.0, 4029.0, 4017.0, 4028.0, 4029.0, 4029.0, 4028.0, 4028.0, 4028.0, 4032.0, 4031.0, 4032.0, 4031.0, 4032.0, 4030.0, 4031.0, 4051.0, 4030.0, 4032.0, 4019.0, 4028.0, 4019.0, 4028.0, 4047.0, 4028.0, 4025.0, 4017.0, 4026.0, 4017.0, 4028.0, 4029.0, 4030.0, 4043.0, 4032.0, 4042.0, 4019.0, 4029.0, 4028.0, 4029.0, 4030.0, 4029.0, 4028.0, 4031.0, 4030.0, 4029.0, 4028.0, 4027.0, 4027.0, 4030.0, 4028.0, 4029.0, 4029.0, 4028.0, 4026.0, 4029.0, 4026.0, 4029.0, 4026.0, 4028.0, 4017.0, 4028.0, 4028.0, 4028.0, 4017.0, 4027.0, 4028.0, 4028.0, 4017.0, 4028.0, 4029.0, 4028.0, 4027.0, 4038.0, 4017.0, 4027.0, 4016.0, 4016.0, 4014.0, 4015.0, 4022.0, 4004.0, 4012.0, 4003.0, 4000.0, 4012.0, 4002.0, 4014.0, 4001.0, 4014.0, 3993.0, 4015.0, 4015.0, 4026.0, 4025.0, 4015.0, 4015.0, 4016.0, 4015.0, 4004.0, 4003.0, 4014.0, 4013.0, 4016.0, 4014.0, 4016.0, 3995.0, 4028.0, 4005.0, 4027.0, 4018.0, 4030.0, 4018.0, 4029.0, 4039.0, 4030.0, 4029.0, 4029.0, 4017.0, 4027.0, 4018.0, 4016.0, 4017.0, 4007.0, 4016.0, 3993.0, 4014.0, 4013.0, 4015.0, 4014.0, 4015.0, 4003.0, 4015.0, 4015.0, 4025.0, 4027.0, 4016.0, 4017.0, 4006.0, 4017.0, 4016.0, 4017.0, 4016.0, 4016.0, 4026.0, 4016.0, 4029.0, 4006.0, 4029.0, 4029.0, 4030.0, 4029.0, 4029.0, 4029.0, 4030.0, 4029.0, 4029.0, 4029.0, 4028.0, 4031.0, 4028.0, 4031.0, 4028.0, 4029.0, 4029.0, 4030.0, 4031.0, 4032.0, 4068.0, 4064.0, 4043.0, 4041.0, 4045.0, 4040.0, 4042.0, 4043.0, 4044.0, 4041.0, 4043.0, 4043.0, 4043.0, 4052.0, 4043.0, 4040.0, 4030.0, 4030.0, 4029.0, 4039.0, 4019.0, 4028.0, 4017.0, 4027.0, 4027.0, 4029.0, 4026.0, 4026.0, 4026.0, 4016.0, 4016.0, 4026.0, 4016.0, 4016.0, 4026.0, 4026.0, 4016.0, 4027.0, 4027.0, 4028.0, 4028.0, 4029.0, 4027.0, 4028.0, 4027.0, 4028.0, 4018.0, 4029.0, 4027.0, 4015.0, 4017.0, 4015.0, 4004.0, 4026.0, 4018.0, 4028.0, 4016.0, 4027.0, 4026.0, 4028.0, 4027.0, 4028.0, 4028.0, 4028.0, 4016.0, 4017.0, 4026.0, 4014.0, 4016.0, 4003.0, 4015.0, 4004.0, 4016.0, 4005.0, 4015.0, 4005.0, 4026.0, 4017.0, 4027.0], 'WindowWidth': [9048.0, 9038.0, 9007.0, 8994.0, 8972.0, 8985.0, 8974.0, 8975.0, 8957.0, 8986.0, 8936.0, 8939.0, 8931.0, 8933.0, 8935.0, 8936.0, 8920.0, 8950.0, 8922.0, 8960.0, 8925.0, 8957.0, 8929.0, 8959.0, 8962.0, 8965.0, 8951.0, 8968.0, 8981.0, 8973.0, 8968.0, 8973.0, 8979.0, 8987.0, 8986.0, 8983.0, 8987.0, 8970.0, 8988.0, 8971.0, 8987.0, 8974.0, 9005.0, 8973.0, 8994.0, 8963.0, 9010.0, 9006.0, 8994.0, 9007.0, 8998.0, 9006.0, 9009.0, 8989.0, 8994.0, 8990.0, 8992.0, 8987.0, 8986.0, 8982.0, 8985.0, 8989.0, 8984.0, 8995.0, 8982.0, 8984.0, 8987.0, 8987.0, 8986.0, 8992.0, 8995.0, 8989.0, 8994.0, 9005.0, 9010.0, 8979.0, 9006.0, 9003.0, 8991.0, 9004.0, 8992.0, 8988.0, 8989.0, 8982.0, 8987.0, 8981.0, 8987.0, 8967.0, 8972.0, 8964.0, 8971.0, 8966.0, 8971.0, 8965.0, 8969.0, 8967.0, 8988.0, 8974.0, 8993.0, 8990.0, 9008.0, 8993.0, 9009.0, 8993.0, 9011.0, 9006.0, 9005.0, 8994.0, 9003.0, 8988.0, 8972.0, 8991.0, 8997.0, 8994.0, 8997.0, 8982.0, 8968.0, 8981.0, 8965.0, 8980.0, 8947.0, 8974.0, 8944.0, 8976.0, 8988.0, 8977.0, 8961.0, 8976.0, 8951.0, 8980.0, 8964.0, 8979.0, 8980.0, 8995.0, 8984.0, 8989.0, 8986.0, 8987.0, 8969.0, 8982.0, 8969.0, 8984.0, 8994.0, 8968.0, 8958.0, 8964.0, 8961.0, 8963.0, 8960.0, 8965.0, 8951.0, 8986.0, 8972.0, 9006.0, 8997.0, 9012.0, 9010.0, 9013.0, 9008.0, 8997.0, 9018.0, 8983.0, 8987.0, 8952.0, 8980.0, 8992.0, 8963.0, 8961.0, 8975.0, 8950.0, 8978.0, 8966.0, 8962.0, 8966.0, 8961.0, 8983.0, 8964.0, 8985.0, 8966.0, 9002.0, 9011.0, 8966.0, 8976.0, 8962.0, 8957.0, 8953.0, 8956.0, 8956.0, 8966.0, 8959.0, 8952.0, 8959.0, 8970.0, 8960.0, 8940.0, 8954.0, 8937.0, 8956.0, 8940.0, 8962.0, 8962.0, 8978.0, 8982.0, 8987.0, 8978.0, 8965.0, 8960.0, 8975.0, 8962.0, 8946.0, 8967.0, 8946.0, 8964.0, 8962.0, 8974.0, 8956.0, 8958.0, 8953.0, 8986.0, 8951.0, 8950.0, 8934.0, 8935.0, 8948.0, 8934.0, 8947.0, 8949.0, 8940.0, 8952.0, 8955.0, 8960.0, 8958.0, 8962.0, 8958.0, 8975.0, 8948.0, 8981.0, 8965.0, 8978.0, 8962.0, 8983.0, 8981.0, 8987.0, 8981.0, 8987.0, 8966.0, 8985.0, 8984.0, 8983.0, 8998.0, 8970.0, 8999.0, 8983.0, 8984.0, 8981.0, 8970.0, 8981.0, 8985.0, 8979.0, 8984.0, 8983.0, 8992.0, 8988.0, 8994.0, 9008.0, 8993.0, 9012.0, 8994.0, 9010.0, 8993.0, 9009.0, 9007.0, 8991.0, 8988.0, 8987.0, 8989.0, 8991.0, 8989.0, 8974.0, 9003.0, 8975.0, 9003.0, 8988.0, 8991.0, 8990.0, 8995.0, 8990.0, 8993.0, 9008.0, 9008.0, 9007.0, 9019.0, 8994.0, 9005.0, 8994.0, 9003.0, 8987.0, 8990.0, 8988.0, 9003.0, 8988.0, 9005.0, 8994.0, 9009.0, 8979.0, 9009.0, 8977.0, 9007.0, 9037.0, 8991.0, 9002.0, 8991.0, 9014.0, 8980.0, 8982.0, 9007.0, 8965.0, 8979.0, 8978.0, 8963.0, 8965.0, 8978.0, 8981.0, 8982.0, 8970.0, 9005.0, 8960.0, 8994.0, 9003.0, 9007.0, 8979.0, 9011.0, 9041.0, 9033.0, 9029.0, 9017.0, 9012.0, 8994.0, 8987.0, 8987.0, 8984.0, 8987.0, 8985.0, 8987.0, 8980.0, 8983.0, 8983.0, 8985.0, 8967.0, 8984.0, 8981.0, 8988.0, 8994.0, 8983.0, 8978.0, 8984.0, 8990.0, 8966.0, 8971.0, 8959.0, 8953.0, 8957.0, 8954.0, 8957.0, 8940.0, 8961.0, 8941.0, 8976.0, 8959.0, 8965.0, 8944.0, 8977.0, 8964.0, 8983.0, 8967.0, 8984.0, 8991.0, 8983.0, 8966.0, 8965.0, 8978.0, 8958.0, 8973.0, 8973.0, 8961.0, 8975.0, 8974.0, 8973.0, 8975.0, 8961.0, 8976.0, 8948.0, 8976.0, 8961.0, 8978.0, 8964.0, 8977.0, 8948.0, 8964.0, 9003.0, 8960.0, 8948.0, 8973.0, 8946.0, 8978.0, 8983.0, 8984.0, 8985.0, 8956.0, 8992.0, 8973.0, 8992.0, 8986.0, 8989.0, 8984.0, 8986.0, 8982.0, 8987.0, 8981.0, 8967.0, 8998.0, 8973.0, 8976.0, 8945.0, 8977.0, 8944.0, 8958.0, 8944.0, 8973.0, 8943.0, 8960.0, 8926.0, 8957.0, 8928.0, 8960.0, 8974.0, 8960.0, 8971.0, 8977.0, 8958.0, 8962.0, 8963.0, 8962.0, 8958.0, 8964.0, 8961.0, 8962.0, 8963.0, 8976.0, 8978.0, 8963.0, 8961.0, 8948.0, 8958.0, 8986.0, 8958.0, 8954.0, 8957.0, 8954.0, 8955.0, 8942.0, 8972.0, 8959.0, 8975.0, 8977.0, 8984.0, 8987.0, 8984.0, 9004.0, 8975.0, 9002.0, 8971.0, 8987.0, 8999.0, 8982.0, 8981.0, 8978.0, 8963.0, 8959.0, 8973.0, 8946.0, 8978.0, 8977.0, 8966.0, 8978.0, 8982.0, 8997.0, 9000.0, 8985.0, 8989.0, 8985.0, 8988.0, 9000.0, 8967.0, 9002.0, 9011.0, 8972.0, 8982.0, 8985.0, 8984.0, 8988.0, 8987.0, 8990.0, 8988.0, 8989.0, 8991.0, 8991.0, 9008.0, 8989.0, 9007.0, 8978.0, 9003.0, 9018.0, 8992.0, 9002.0, 8992.0, 8989.0, 8990.0, 8988.0, 8992.0, 9017.0, 8984.0, 8998.0, 8955.0, 8983.0, 9008.0, 8980.0, 8977.0, 8982.0, 8977.0, 8982.0, 8966.0, 8983.0, 8967.0, 8992.0, 8984.0, 8988.0, 8984.0, 8987.0, 8983.0, 8983.0, 8984.0, 8988.0, 8983.0, 8984.0, 8981.0, 8985.0, 8982.0, 8982.0, 8980.0, 8951.0, 8977.0, 8961.0, 8976.0, 8948.0, 8975.0, 8978.0, 8979.0, 8978.0, 8980.0, 8979.0, 8980.0, 8981.0, 8980.0, 8980.0, 8979.0, 8980.0, 8948.0, 8978.0, 8990.0, 8965.0, 8976.0, 8976.0, 8976.0, 8979.0, 8995.0, 8983.0, 8955.0, 8998.0, 8970.0, 9008.0, 9016.0, 9004.0, 8985.0, 8984.0, 8982.0, 8978.0, 8977.0, 8959.0, 8977.0, 8954.0, 8954.0, 8970.0, 8958.0, 8955.0, 8959.0, 8956.0, 8959.0, 8974.0, 8984.0, 8986.0, 8983.0, 8980.0, 8965.0, 8984.0, 8994.0, 8978.0, 8981.0, 8979.0, 8965.0, 8973.0, 8981.0, 8966.0, 8985.0, 8984.0, 8982.0, 8988.0, 8999.0, 8993.0, 8989.0, 8991.0, 9000.0, 8988.0, 9021.0, 8986.0, 9004.0, 8984.0, 8996.0, 8994.0, 8965.0, 8976.0, 8982.0, 8982.0, 8976.0, 8974.0, 8961.0, 8979.0, 8982.0, 8999.0, 8970.0, 9004.0, 9000.0, 8991.0, 9002.0, 8992.0, 8986.0, 9003.0, 8989.0, 8976.0, 9004.0, 8999.0, 8982.0, 8996.0, 8968.0, 8965.0, 8960.0, 8976.0, 8947.0, 8978.0, 8978.0, 8981.0, 8977.0, 8982.0, 8967.0, 8984.0, 8984.0, 8997.0, 8989.0, 9007.0, 9002.0, 8991.0, 9006.0, 8989.0, 9003.0, 8996.0, 8984.0, 8994.0, 8979.0, 8976.0, 8979.0, 8975.0, 8981.0, 8960.0, 8978.0, 8979.0, 8979.0, 8978.0, 8978.0, 8978.0, 8988.0, 8987.0, 8990.0, 8986.0, 8990.0, 8984.0, 8988.0, 9014.0, 8984.0, 8987.0, 8966.0, 8978.0, 8966.0, 8977.0, 9001.0, 8976.0, 8970.0, 8960.0, 8970.0, 8960.0, 8976.0, 8980.0, 8987.0, 9006.0, 8990.0, 9004.0, 8966.0, 8981.0, 8978.0, 8981.0, 8982.0, 8982.0, 8979.0, 8986.0, 8986.0, 8980.0, 8979.0, 8976.0, 8975.0, 8983.0, 8980.0, 8980.0, 8979.0, 8976.0, 8972.0, 8980.0, 8973.0, 8980.0, 8972.0, 8977.0, 8961.0, 8978.0, 8977.0, 8978.0, 8961.0, 8974.0, 8975.0, 8978.0, 8962.0, 8979.0, 8978.0, 8977.0, 8974.0, 8993.0, 8960.0, 8974.0, 8955.0, 8958.0, 8950.0, 8952.0, 8960.0, 8937.0, 8944.0, 8932.0, 8926.0, 8945.0, 8931.0, 8950.0, 8929.0, 8951.0, 8922.0, 8955.0, 8954.0, 8971.0, 8968.0, 8956.0, 8955.0, 8958.0, 8953.0, 8938.0, 8935.0, 8948.0, 8950.0, 8960.0, 8951.0, 8958.0, 8929.0, 8975.0, 8943.0, 8976.0, 8964.0, 8983.0, 8965.0, 8982.0, 8994.0, 8981.0, 8980.0, 8979.0, 8962.0, 8974.0, 8963.0, 8958.0, 8959.0, 8945.0, 8956.0, 8923.0, 8952.0, 8950.0, 8954.0, 8950.0, 8955.0, 8935.0, 8954.0, 8954.0, 8968.0, 8975.0, 8957.0, 8958.0, 8943.0, 8960.0, 8957.0, 8960.0, 8959.0, 8958.0, 8972.0, 8957.0, 8978.0, 8947.0, 8981.0, 8980.0, 8983.0, 8980.0, 8980.0, 8980.0, 8982.0, 8982.0, 8980.0, 8980.0, 8977.0, 8984.0, 8976.0, 8985.0, 8980.0, 8981.0, 8981.0, 8984.0, 8986.0, 8991.0, 9053.0, 9038.0, 9008.0, 9001.0, 9011.0, 8999.0, 9003.0, 9006.0, 9012.0, 9003.0, 9007.0, 9006.0, 9007.0, 9018.0, 9006.0, 8998.0, 8986.0, 8983.0, 8982.0, 8995.0, 8968.0, 8979.0, 8961.0, 8975.0, 8975.0, 8979.0, 8971.0, 8973.0, 8970.0, 8957.0, 8957.0, 8973.0, 8957.0, 8957.0, 8971.0, 8972.0, 8959.0, 8974.0, 8975.0, 8977.0, 8979.0, 8979.0, 8976.0, 8979.0, 8975.0, 8977.0, 8962.0, 8976.0, 8974.0, 8956.0, 8960.0, 8956.0, 8939.0, 8970.0, 8963.0, 8977.0, 8958.0, 8975.0, 8973.0, 8977.0, 8976.0, 8978.0, 8978.0, 8976.0, 8960.0, 8960.0, 8972.0, 8952.0, 8956.0, 8935.0, 8953.0, 8939.0, 8958.0, 8940.0, 8956.0, 8942.0, 8972.0, 8960.0, 8976.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.00029287257019438445</td></tr>
<tr><td colspan=3>aqi</td><td>0.019516857235421167</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.248803014010825</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.241476641935137</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.997654394540541</td></tr>
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
<tr><td colspan=3>fber</td><td>7390.7505</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0760651888356422</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5399568034557235</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.372017220652889</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2990302179141207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6432214824352345</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.173799961609311</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132902</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01639951951801777</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03207014873623848</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.856652118890193</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>31.2252</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4896</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.8392</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308843.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>701.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.4689</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2808</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.0777</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3291.6442</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.3312</td></tr>
<tr><td colspan=3>tsnr</td><td>44.695693012559786</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>