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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:50:11.262500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993882, 0.110396, 0.00331058, -0.110252, 0.993471, -0.0293218]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.253</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-03_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.0845848</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>77</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7787, -7250, 553, 35, -343, 46, 46]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8e70d765-569e-4176-964e-acecd36e9615||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666513204574585, -0.2957990765571594, 0.017620105296373367, 121.7525634765625], [-0.29618364572525024, 2.665410041809082, -0.07769889384508133, -77.8521957397461], [0.008882054127752781, 0.07866811752319336, 2.698824167251587, -66.46949005126953], [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, 1016]</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, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'AcquisitionTime': ['165011.262500', '165011.722500', '165012.182500', '165012.642500', '165013.102500', '165013.562500', '165014.022500', '165014.482500', '165014.942500', '165015.402500', '165015.862500', '165016.322500', '165016.782500', '165017.242500', '165017.702500', '165018.162500', '165018.622500', '165019.082500', '165019.542500', '165020.002500', '165020.462500', '165020.922500', '165021.382500', '165021.842500', '165022.302500', '165022.762500', '165023.222500', '165023.682500', '165024.142500', '165024.602500', '165025.062500', '165025.522500', '165025.982500', '165026.442500', '165026.902500', '165027.362500', '165027.822500', '165028.282500', '165028.742500', '165029.202500', '165029.662500', '165030.122500', '165030.582500', '165031.042500', '165031.502500', '165031.962500', '165032.422500', '165032.882500', '165033.342500', '165033.802500', '165034.262500', '165034.722500', '165035.182500', '165035.642500', '165036.102500', '165036.562500', '165037.022500', '165037.482500', '165037.942500', '165038.402500', '165038.862500', '165039.322500', '165039.782500', '165040.242500', '165040.702500', '165041.162500', '165041.622500', '165042.082500', '165042.542500', '165043.002500', '165043.462500', '165043.922500', '165044.382500', '165044.842500', '165045.302500', '165045.762500', '165046.222500', '165046.682500', '165047.142500', '165047.602500', '165048.062500', '165048.522500', '165048.982500', '165049.442500', '165049.902500', '165050.362500', '165050.822500', '165051.282500', '165051.742500', '165052.202500', '165052.662500', '165053.122500', '165053.582500', '165054.042500', '165054.502500', '165054.962500', '165055.422500', '165055.882500', '165056.342500', '165056.802500', '165057.262500', '165057.722500', '165058.182500', '165058.642500', '165059.102500', '165059.562500', '165100.022500', '165100.482500', '165100.942500', '165101.402500', '165101.862500', '165102.322500', '165102.782500', '165103.242500', '165103.702500', '165104.162500', '165104.622500', '165105.082500', '165105.542500', '165106.002500', '165106.462500', '165106.922500', '165107.382500', '165107.842500', '165108.302500', '165108.762500', '165109.222500', '165109.682500', '165110.142500', '165110.602500', '165111.062500', '165111.522500', '165111.982500', '165112.442500', '165112.902500', '165113.362500', '165113.822500', '165114.282500', '165114.742500', '165115.202500', '165115.662500', '165116.122500', '165116.582500', '165117.042500', '165117.502500', '165117.962500', '165118.422500', '165118.882500', '165119.342500', '165119.802500', '165120.262500', '165120.722500', '165121.182500', '165121.642500', '165122.102500', '165122.562500', '165123.022500', '165123.482500', '165123.942500', '165124.402500', '165124.862500', '165125.322500', '165125.782500', '165126.242500', '165126.702500', '165127.162500', '165127.622500', '165128.082500', '165128.542500', '165129.002500', '165129.462500', '165129.922500', '165130.382500', '165130.842500', '165131.302500', '165131.762500', '165132.222500', '165132.682500', '165133.142500', '165133.602500', '165134.062500', '165134.522500', '165134.982500', '165135.442500', '165135.902500', '165136.362500', '165136.822500', '165137.282500', '165137.742500', '165138.202500', '165138.662500', '165139.122500', '165139.582500', '165140.042500', '165140.502500', '165140.962500', '165141.422500', '165141.882500', '165142.342500', '165142.802500', '165143.262500', '165143.722500', '165144.182500', '165144.642500', '165145.102500', '165145.562500', '165146.022500', '165146.482500', '165146.942500', '165147.402500', '165147.862500', '165148.322500', '165148.782500', '165149.242500', '165149.702500', '165150.162500', '165150.622500', '165151.082500', '165151.542500', '165152.002500', '165152.462500', '165152.922500', '165153.382500', '165153.842500', '165154.302500', '165154.762500', '165155.222500', '165155.682500', '165156.142500', '165156.602500', '165157.062500', '165157.522500', '165157.982500', '165158.442500', '165158.902500', '165159.362500', '165159.822500', '165200.282500', '165200.742500', '165201.202500', '165201.662500', '165202.122500', '165202.582500', '165203.042500', '165203.502500', '165203.962500', '165204.422500', '165204.882500', '165205.342500', '165205.802500', '165206.262500', '165206.722500', '165207.182500', '165207.642500', '165208.102500', '165208.562500', '165209.022500', '165209.482500', '165209.942500', '165210.402500', '165210.862500', '165211.322500', '165211.782500', '165212.242500', '165212.702500', '165213.162500', '165213.622500', '165214.082500', '165214.542500', '165215.002500', '165215.462500', '165215.922500', '165216.382500', '165216.842500', '165217.302500', '165217.762500', '165218.222500', '165218.682500', '165219.142500', '165219.602500', '165220.062500', '165220.522500', '165220.982500', '165221.442500', '165221.902500', '165222.362500', '165222.822500', '165223.282500', '165223.742500', '165224.202500', '165224.662500', '165225.122500', '165225.582500', '165226.042500', '165226.502500', '165226.962500', '165227.422500', '165227.882500', '165228.342500', '165228.802500', '165229.262500', '165229.722500', '165230.182500', '165230.642500', '165231.102500', '165231.562500', '165232.022500', '165232.482500', '165232.942500', '165233.402500', '165233.862500', '165234.322500', '165234.782500', '165235.242500', '165235.702500', '165236.162500', '165236.622500', '165237.082500', '165237.542500', '165238.002500', '165238.462500', '165238.922500', '165239.382500', '165239.842500', '165240.302500', '165240.762500', '165241.222500', '165241.682500', '165242.142500', '165242.602500', '165243.062500', '165243.522500', '165243.982500', '165244.442500', '165244.902500', '165245.362500', '165245.822500', '165246.282500', '165246.742500', '165247.202500', '165247.662500', '165248.122500', '165248.582500', '165249.042500', '165249.502500', '165249.962500', '165250.422500', '165250.882500', '165251.342500', '165251.802500', '165252.262500', '165252.722500', '165253.182500', '165253.642500', '165254.102500', '165254.562500', '165255.022500', '165255.482500', '165255.942500', '165256.402500', '165256.862500', '165257.322500', '165257.782500', '165258.242500', '165258.702500', '165259.162500', '165259.622500', '165300.082500', '165300.542500', '165301.002500', '165301.462500', '165301.922500', '165302.382500', '165302.842500', '165303.302500', '165303.762500', '165304.222500', '165304.682500', '165305.142500', '165305.602500', '165306.062500', '165306.522500', '165306.982500', '165307.442500', '165307.902500', '165308.362500', '165308.822500', '165309.282500', '165309.742500', '165310.202500', '165310.662500', '165311.122500', '165311.582500', '165312.042500', '165312.502500', '165312.962500', '165313.422500', '165313.882500', '165314.342500', '165314.802500', '165315.262500', '165315.722500', '165316.182500', '165316.642500', '165317.102500', '165317.562500', '165318.022500', '165318.482500', '165318.942500', '165319.402500', '165319.862500', '165320.322500', '165320.782500', '165321.242500', '165321.702500', '165322.162500', '165322.622500', '165323.082500', '165323.542500', '165324.002500', '165324.462500', '165324.922500', '165325.382500', '165325.842500', '165326.302500', '165326.762500', '165327.222500', '165327.682500', '165328.142500', '165328.602500', '165329.062500', '165329.522500', '165329.982500', '165330.442500', '165330.902500', '165331.362500', '165331.822500', '165332.282500', '165332.742500', '165333.202500', '165333.662500', '165334.122500', '165334.582500', '165335.042500', '165335.502500', '165335.962500', '165336.422500', '165336.882500', '165337.342500', '165337.802500', '165338.262500', '165338.722500', '165339.182500', '165339.642500', '165340.102500', '165340.562500', '165341.022500', '165341.482500', '165341.942500', '165342.402500', '165342.862500', '165343.322500', '165343.782500', '165344.242500', '165344.702500', '165345.162500', '165345.622500', '165346.082500', '165346.542500', '165347.002500', '165347.462500', '165347.922500', '165348.382500', '165348.842500', '165349.302500', '165349.762500', '165350.222500', '165350.682500', '165351.142500', '165351.602500', '165352.062500', '165352.522500', '165352.982500', '165353.442500', '165353.902500', '165354.362500', '165354.822500', '165355.282500', '165355.742500', '165356.202500', '165356.662500', '165357.122500', '165357.582500', '165358.042500', '165358.502500', '165358.962500', '165359.422500', '165359.882500', '165400.342500', '165400.802500', '165401.262500', '165401.722500', '165402.182500', '165402.642500', '165403.102500', '165403.562500', '165404.022500', '165404.482500', '165404.942500', '165405.402500', '165405.862500', '165406.322500', '165406.782500', '165407.242500', '165407.702500', '165408.162500', '165408.622500', '165409.082500', '165409.542500', '165410.002500', '165410.462500', '165410.922500', '165411.382500', '165411.842500', '165412.302500', '165412.762500', '165413.222500', '165413.682500', '165414.142500', '165414.602500', '165415.062500', '165415.522500', '165415.982500', '165416.442500', '165416.902500', '165417.362500', '165417.822500', '165418.282500', '165418.742500', '165419.202500', '165419.662500', '165420.122500', '165420.582500', '165421.042500', '165421.502500', '165421.962500', '165422.422500', '165422.882500', '165423.342500', '165423.802500', '165424.262500', '165424.722500', '165425.182500', '165425.642500', '165426.102500', '165426.562500', '165427.022500', '165427.482500', '165427.942500', '165428.402500', '165428.862500', '165429.322500', '165429.782500', '165430.242500', '165430.702500', '165431.162500', '165431.622500', '165432.082500', '165432.542500', '165433.002500', '165433.462500', '165433.922500', '165434.382500', '165434.842500', '165435.302500', '165435.762500', '165436.222500', '165436.682500', '165437.142500', '165437.602500', '165438.062500', '165438.522500', '165438.982500', '165439.442500', '165439.902500', '165440.362500', '165440.822500', '165441.282500', '165441.742500', '165442.202500', '165442.662500', '165443.122500', '165443.582500', '165444.042500', '165444.502500', '165444.962500', '165445.422500', '165445.882500', '165446.342500', '165446.802500', '165447.262500', '165447.722500', '165448.182500', '165448.642500', '165449.102500', '165449.562500', '165450.022500', '165450.482500', '165450.942500', '165451.402500', '165451.862500', '165452.322500', '165452.782500', '165453.242500', '165453.702500', '165454.162500', '165454.622500', '165455.082500', '165455.542500', '165456.002500', '165456.462500', '165456.922500', '165457.382500', '165457.842500', '165458.302500', '165458.762500', '165459.222500', '165459.682500', '165500.142500', '165500.602500', '165501.062500', '165501.522500', '165501.982500', '165502.442500', '165502.902500', '165503.362500', '165503.822500', '165504.282500', '165504.742500', '165505.202500', '165505.662500', '165506.122500', '165506.582500', '165507.042500', '165507.502500', '165507.962500', '165508.422500', '165508.882500', '165509.342500', '165509.802500', '165510.262500', '165510.722500', '165511.182500', '165511.642500', '165512.102500', '165512.562500', '165513.022500', '165513.482500', '165513.942500', '165514.402500', '165514.862500', '165515.322500', '165515.782500', '165516.242500', '165516.702500', '165517.162500', '165517.622500', '165518.082500', '165518.542500', '165519.002500', '165519.462500', '165519.922500', '165520.382500', '165520.842500', '165521.302500', '165521.762500', '165522.222500', '165522.682500', '165523.142500', '165523.602500', '165524.062500', '165524.522500', '165524.982500', '165525.442500', '165525.902500', '165526.362500', '165526.822500', '165527.282500', '165527.742500', '165528.202500', '165528.662500', '165529.122500', '165529.582500', '165530.042500', '165530.502500', '165530.962500', '165531.422500', '165531.882500', '165532.342500', '165532.802500', '165533.262500', '165533.722500', '165534.182500', '165534.642500', '165535.102500', '165535.562500', '165536.022500', '165536.482500', '165536.942500', '165537.402500', '165537.862500', '165538.322500', '165538.782500', '165539.242500', '165539.702500', '165540.162500', '165540.622500', '165541.082500', '165541.542500', '165542.002500', '165542.462500', '165542.922500', '165543.382500', '165543.842500', '165544.302500', '165544.762500', '165545.222500', '165545.682500', '165546.142500', '165546.602500', '165547.062500', '165547.522500', '165547.982500', '165548.442500', '165548.902500', '165549.362500', '165549.822500', '165550.282500', '165550.742500', '165551.202500', '165551.662500', '165552.122500', '165552.582500', '165553.042500', '165553.502500', '165553.962500', '165554.422500', '165554.882500', '165555.342500', '165555.802500', '165556.262500', '165556.722500', '165557.182500', '165557.642500', '165558.102500', '165558.562500', '165559.022500', '165559.482500', '165559.942500', '165600.402500', '165600.862500', '165601.322500', '165601.782500', '165602.242500', '165602.702500', '165603.162500', '165603.622500', '165604.082500', '165604.542500', '165605.002500', '165605.462500', '165605.922500', '165606.382500', '165606.842500', '165607.302500', '165607.762500', '165608.222500', '165608.682500', '165609.142500', '165609.602500', '165610.062500', '165610.522500', '165610.982500', '165611.442500', '165611.902500', '165612.362500', '165612.822500', '165613.282500', '165613.742500', '165614.202500', '165614.662500', '165615.122500', '165615.582500', '165616.042500', '165616.502500', '165616.962500', '165617.422500', '165617.882500', '165618.342500', '165618.802500', '165619.262500', '165619.722500', '165620.182500', '165620.642500', '165621.102500', '165621.562500', '165622.022500', '165622.482500', '165622.942500', '165623.402500', '165623.862500', '165624.322500', '165624.782500', '165625.242500', '165625.702500', '165626.162500', '165626.622500', '165627.082500', '165627.542500', '165628.002500', '165628.462500', '165628.922500', '165629.382500', '165629.842500', '165630.302500', '165630.762500', '165631.222500', '165631.682500', '165632.142500', '165632.602500', '165633.062500', '165633.522500', '165633.982500', '165634.442500', '165634.902500', '165635.362500', '165635.822500', '165636.282500', '165636.742500', '165637.202500', '165637.662500', '165638.122500', '165638.582500', '165639.042500', '165639.502500', '165639.962500', '165640.422500', '165640.882500', '165641.342500', '165641.802500', '165642.262500', '165642.722500', '165643.182500', '165643.642500', '165644.102500', '165644.562500', '165645.022500', '165645.482500', '165645.942500', '165646.402500', '165646.862500', '165647.322500', '165647.782500', '165648.242500', '165648.702500', '165649.162500', '165649.622500', '165650.082500', '165650.542500', '165651.002500', '165651.462500', '165651.922500', '165652.382500', '165652.842500', '165653.302500', '165653.762500', '165654.222500', '165654.682500', '165655.142500', '165655.602500', '165656.062500', '165656.522500', '165656.982500', '165657.442500', '165657.902500', '165658.362500', '165658.822500', '165659.282500', '165659.742500', '165700.202500', '165700.662500', '165701.122500', '165701.582500', '165702.042500', '165702.502500', '165702.962500', '165703.422500', '165703.882500', '165704.342500', '165704.802500', '165705.262500', '165705.722500', '165706.182500', '165706.642500', '165707.102500', '165707.562500', '165708.022500', '165708.482500', '165708.942500', '165709.402500', '165709.862500', '165710.322500', '165710.782500', '165711.242500', '165711.702500', '165712.162500', '165712.622500', '165713.082500', '165713.542500', '165714.002500', '165714.462500', '165714.922500', '165715.382500', '165715.842500', '165716.302500', '165716.762500', '165717.222500', '165717.682500', '165718.142500', '165718.602500', '165719.062500', '165719.522500', '165719.982500', '165720.442500', '165720.902500', '165721.362500', '165721.822500', '165722.282500', '165722.742500', '165723.202500', '165723.662500', '165724.122500', '165724.582500', '165725.042500', '165725.502500', '165725.962500', '165726.422500', '165726.882500', '165727.342500', '165727.802500', '165728.262500', '165728.722500', '165729.182500', '165729.642500', '165730.102500', '165730.562500', '165731.022500', '165731.482500', '165731.942500', '165732.402500', '165732.862500', '165733.322500', '165733.782500', '165734.242500', '165734.702500', '165735.162500', '165735.622500', '165736.082500', '165736.542500', '165737.002500', '165737.462500', '165737.922500', '165738.382500', '165738.842500', '165739.302500', '165739.762500', '165740.222500', '165740.682500', '165741.142500', '165741.602500', '165742.062500', '165742.522500', '165742.982500', '165743.442500', '165743.902500', '165744.362500', '165744.822500', '165745.282500', '165745.742500', '165746.202500', '165746.662500', '165747.122500', '165747.582500', '165748.042500', '165748.502500', '165748.962500', '165749.422500', '165749.882500', '165750.342500', '165750.802500', '165751.262500', '165751.722500', '165752.182500', '165752.642500', '165753.102500', '165753.562500', '165754.022500', '165754.482500', '165754.942500', '165755.402500', '165755.862500', '165756.322500', '165756.782500', '165757.242500', '165757.702500', '165758.162500'], 'ContentTime': ['165014.908000', '165015.143000', '165015.335000', '165015.591000', '165015.728000', '165015.980000', '165016.157000', '165016.360000', '165016.558000', '165016.759000', '165016.981000', '165017.428000', '165017.888000', '165018.357000', '165018.848000', '165019.300000', '165019.755000', '165020.224000', '165020.691000', '165021.125000', '165021.640000', '165022.049000', '165022.508000', '165022.982000', '165023.425000', '165023.900000', '165024.353000', '165024.823000', '165025.292000', '165025.757000', '165026.204000', '165026.652000', '165027.132000', '165027.607000', '165028.025000', '165028.493000', '165028.959000', '165029.469000', '165029.864000', '165030.347000', '165030.800000', '165031.262000', '165031.714000', '165032.188000', '165032.645000', '165033.099000', '165033.552000', '165034.008000', '165034.465000', '165034.930000', '165035.393000', '165035.862000', '165036.312000', '165036.772000', '165037.228000', '165037.693000', '165038.151000', '165038.669000', '165039.076000', '165039.533000', '165039.991000', '165040.461000', '165040.995000', '165041.374000', '165041.880000', '165042.287000', '165042.763000', '165043.211000', '165043.672000', '165044.130000', '165044.601000', '165045.064000', '165045.569000', '165045.982000', '165046.435000', '165046.889000', '165047.383000', '165047.806000', '165048.281000', '165048.747000', '165049.226000', '165049.659000', '165050.105000', '165050.594000', '165051.089000', '165051.505000', '165051.954000', '165052.419000', '165052.868000', '165053.335000', '165053.823000', '165054.250000', '165054.712000', '165055.171000', '165055.632000', '165056.126000', '165056.568000', '165057.016000', '165057.518000', '165057.933000', '165058.393000', '165058.851000', '165059.309000', '165059.847000', '165100.235000', '165100.686000', '165101.151000', '165101.606000', '165102.064000', '165102.579000', '165102.986000', '165103.450000', '165103.920000', '165104.368000', '165104.833000', '165105.291000', '165105.761000', '165106.216000', '165106.667000', '165107.148000', '165107.603000', '165108.066000', '165108.510000', '165108.983000', '165109.436000', '165109.957000', '165110.357000', '165110.809000', '165111.270000', '165111.746000', '165112.224000', '165112.656000', '165113.190000', '165113.568000', '165114.033000', '165114.502000', '165114.945000', '165115.414000', '165115.865000', '165116.340000', '165116.786000', '165117.260000', '165117.729000', '165118.172000', '165118.628000', '165119.105000', '165119.563000', '165120.017000', '165120.484000', '165120.940000', '165121.403000', '165121.884000', '165122.306000', '165122.766000', '165123.229000', '165123.745000', '165124.158000', '165124.618000', '165125.080000', '165125.551000', '165126.005000', '165126.461000', '165126.911000', '165127.369000', '165127.859000', '165128.292000', '165128.760000', '165129.220000', '165129.683000', '165130.134000', '165130.608000', '165131.050000', '165131.517000', '165131.985000', '165132.436000', '165132.891000', '165133.354000', '165133.807000', '165134.291000', '165134.752000', '165135.191000', '165135.664000', '165136.191000', '165136.576000', '165137.245000', '165137.489000', '165137.956000', '165138.412000', '165138.869000', '165139.338000', '165139.815000', '165140.301000', '165140.713000', '165141.204000', '165141.720000', '165142.107000', '165142.552000', '165143.009000', '165143.486000', '165143.952000', '165144.387000', '165144.853000', '165145.314000', '165145.855000', '165146.233000', '165146.709000', '165147.173000', '165147.616000', '165148.091000', '165148.539000', '165149.002000', '165149.463000', '165149.909000', '165150.378000', '165150.847000', '165151.289000', '165151.767000', '165152.263000', '165152.699000', '165153.134000', '165153.606000', '165154.056000', '165154.512000', '165155.020000', '165155.439000', '165155.893000', '165156.363000', '165156.836000', '165157.284000', '165157.744000', '165158.208000', '165158.649000', '165159.121000', '165159.575000', '165200.039000', '165200.504000', '165200.961000', '165201.493000', '165201.879000', '165202.337000', '165202.804000', '165203.255000', '165203.716000', '165204.179000', '165204.641000', '165205.155000', '165205.568000', '165206.019000', '165206.470000', '165206.930000', '165207.408000', '165207.871000', '165208.331000', '165208.783000', '165209.238000', '165209.695000', '165210.159000', '165210.616000', '165211.085000', '165211.534000', '165211.991000', '165212.454000', '165212.923000', '165213.398000', '165213.916000', '165214.296000', '165214.772000', '165215.295000', '165215.688000', '165216.170000', '165216.599000', '165217.051000', '165217.539000', '165217.987000', '165218.436000', '165218.899000', '165219.407000', '165219.831000', '165220.272000', '165220.739000', '165221.196000', '165221.700000', '165222.109000', '165222.578000', '165223.048000', '165223.496000', '165223.965000', '165224.497000', '165224.873000', '165225.392000', '165225.842000', '165226.267000', '165226.724000', '165227.173000', '165227.633000', '165228.098000', '165228.572000', '165229.012000', '165229.476000', '165230.210000', '165230.416000', '165230.854000', '165231.318000', '165231.937000', '165232.250000', '165232.711000', '165233.153000', '165233.625000', '165234.088000', '165234.542000', '165235.034000', '165235.466000', '165235.975000', '165236.388000', '165236.833000', '165237.302000', '165237.764000', '165238.219000', '165238.680000', '165239.137000', '165239.596000', '165240.059000', '165240.526000', '165240.977000', '165241.454000', '165241.903000', '165242.424000', '165242.816000', '165243.279000', '165243.736000', '165244.195000', '165244.657000', '165245.132000', '165245.592000', '165246.079000', '165246.503000', '165246.959000', '165247.420000', '165247.885000', '165248.339000', '165248.797000', '165249.276000', '165249.727000', '165250.189000', '165250.638000', '165251.094000', '165251.556000', '165252.023000', '165252.490000', '165252.941000', '165253.400000', '165253.888000', '165254.320000', '165254.790000', '165255.247000', '165255.698000', '165256.172000', '165256.626000', '165257.080000', '165257.545000', '165258.019000', '165258.469000', '165258.928000', '165259.390000', '165259.843000', '165300.301000', '165300.786000', '165301.233000', '165301.686000', '165302.152000', '165302.599000', '165303.059000', '165303.517000', '165303.986000', '165304.440000', '165304.908000', '165305.367000', '165305.860000', '165306.283000', '165306.751000', '165307.211000', '165307.672000', '165308.122000', '165308.592000', '165309.052000', '165309.535000', '165310.392000', '165310.523000', '165310.900000', '165311.338000', '165311.962000', '165312.267000', '165312.733000', '165313.192000', '165313.655000', '165314.111000', '165314.574000', '165315.027000', '165315.477000', '165315.949000', '165316.408000', '165316.863000', '165317.325000', '165317.822000', '165318.239000', '165318.698000', '165319.181000', '165319.621000', '165320.091000', '165320.560000', '165321.011000', '165321.463000', '165321.919000', '165322.391000', '165322.849000', '165323.317000', '165323.788000', '165324.236000', '165324.738000', '165325.139000', '165325.621000', '165326.059000', '165326.525000', '165326.992000', '165327.456000', '165327.991000', '165328.366000', '165328.834000', '165329.277000', '165329.759000', '165330.198000', '165330.670000', '165331.124000', '165331.602000', '165332.042000', '165332.516000', '165332.969000', '165333.424000', '165333.899000', '165334.368000', '165334.805000', '165335.273000', '165335.729000', '165336.179000', '165336.649000', '165337.119000', '165337.560000', '165338.047000', '165338.500000', '165339.019000', '165339.403000', '165339.863000', '165340.332000', '165340.796000', '165341.243000', '165341.742000', '165342.168000', '165342.621000', '165343.161000', '165343.539000', '165344.001000', '165344.477000', '165344.942000', '165345.407000', '165345.957000', '165346.327000', '165346.791000', '165347.254000', '165347.706000', '165348.166000', '165348.618000', '165349.068000', '165349.542000', '165349.996000', '165350.465000', '165350.909000', '165351.363000', '165351.913000', '165352.299000', '165352.743000', '165353.201000', '165353.668000', '165354.139000', '165354.581000', '165355.058000', '165355.503000', '165355.980000', '165356.425000', '165356.893000', '165357.351000', '165357.812000', '165358.278000', '165358.738000', '165359.193000', '165359.651000', '165400.131000', '165400.578000', '165401.033000', '165401.496000', '165401.957000', '165402.406000', '165402.873000', '165403.329000', '165403.796000', '165404.242000', '165404.707000', '165405.164000', '165405.638000', '165406.089000', '165406.544000', '165407.013000', '165407.462000', '165407.921000', '165408.380000', '165408.859000', '165409.321000', '165409.954000', '165410.807000', '165410.947000', '165411.193000', '165411.619000', '165412.068000', '165412.538000', '165412.982000', '165413.456000', '165413.908000', '165414.382000', '165414.824000', '165415.296000', '165415.754000', '165416.248000', '165416.668000', '165417.128000', '165417.583000', '165418.047000', '165418.510000', '165418.970000', '165419.434000', '165419.889000', '165420.356000', '165420.812000', '165421.283000', '165421.734000', '165422.188000', '165422.647000', '165423.106000', '165423.564000', '165424.024000', '165424.486000', '165424.951000', '165425.413000', '165425.917000', '165426.329000', '165426.800000', '165427.246000', '165427.711000', '165428.177000', '165428.630000', '165429.106000', '165429.550000', '165430.021000', '165430.469000', '165430.931000', '165431.412000', '165431.914000', '165432.310000', '165432.779000', '165433.239000', '165433.695000', '165434.146000', '165434.613000', '165435.144000', '165435.525000', '165436.066000', '165436.458000', '165436.917000', '165437.396000', '165437.831000', '165438.288000', '165438.883000', '165439.208000', '165439.674000', '165440.343000', '165440.601000', '165441.052000', '165441.524000', '165441.975000', '165442.462000', '165442.906000', '165443.363000', '165443.815000', '165444.300000', '165444.732000', '165445.219000', '165445.668000', '165446.128000', '165446.599000', '165447.043000', '165447.497000', '165447.959000', '165448.453000', '165448.868000', '165449.327000', '165449.905000', '165450.261000', '165450.722000', '165451.170000', '165451.626000', '165452.087000', '165452.547000', '165453.012000', '165453.482000', '165453.933000', '165454.462000', '165454.901000', '165455.311000', '165455.792000', '165456.246000', '165456.718000', '165457.147000', '165457.615000', '165458.082000', '165458.724000', '165459.219000', '165459.495000', '165459.919000', '165500.376000', '165500.828000', '165501.287000', '165501.763000', '165502.266000', '165502.683000', '165503.141000', '165503.596000', '165504.094000', '165504.597000', '165505.052000', '165505.510000', '165505.895000', '165506.357000', '165506.946000', '165507.565000', '165507.762000', '165508.187000', '165508.667000', '165509.117000', '165509.573000', '165510.037000', '165510.493000', '165510.954000', '165511.428000', '165511.888000', '165512.327000', '165512.797000', '165513.323000', '165513.711000', '165514.184000', '165514.637000', '165515.111000', '165515.561000', '165516.026000', '165516.472000', '165516.946000', '165517.396000', '165517.873000', '165518.315000', '165518.778000', '165519.247000', '165519.691000', '165520.150000', '165520.632000', '165521.068000', '165521.529000', '165521.996000', '165522.462000', '165522.924000', '165523.376000', '165523.844000', '165524.304000', '165524.758000', '165525.231000', '165525.671000', '165526.142000', '165526.593000', '165527.056000', '165527.512000', '165527.978000', '165528.451000', '165528.957000', '165529.356000', '165530.037000', '165530.270000', '165530.732000', '165531.196000', '165531.657000', '165532.137000', '165532.653000', '165533.033000', '165533.511000', '165533.971000', '165534.433000', '165534.897000', '165535.342000', '165535.790000', '165536.267000', '165536.716000', '165537.194000', '165537.638000', '165538.112000', '165538.567000', '165539.022000', '165539.482000', '165540.008000', '165540.476000', '165540.904000', '165541.326000', '165541.781000', '165542.249000', '165542.697000', '165543.165000', '165543.614000', '165544.092000', '165544.557000', '165545.003000', '165545.454000', '165545.931000', '165546.387000', '165546.837000', '165547.371000', '165547.757000', '165548.218000', '165548.674000', '165549.136000', '165549.597000', '165550.122000', '165550.568000', '165550.982000', '165551.435000', '165551.898000', '165552.364000', '165552.825000', '165553.293000', '165553.751000', '165554.204000', '165554.663000', '165555.127000', '165555.587000', '165556.051000', '165556.510000', '165556.972000', '165557.429000', '165557.889000', '165558.345000', '165558.810000', '165559.262000', '165559.727000', '165600.259000', '165600.643000', '165601.106000', '165601.576000', '165602.100000', '165602.475000', '165602.952000', '165603.414000', '165603.876000', '165604.316000', '165604.782000', '165605.262000', '165605.701000', '165606.170000', '165606.632000', '165607.077000', '165607.553000', '165608.004000', '165608.492000', '165608.972000', '165609.374000', '165609.855000', '165610.313000', '165610.768000', '165611.218000', '165611.688000', '165612.149000', '165612.615000', '165613.060000', '165613.525000', '165613.987000', '165614.442000', '165614.902000', '165615.370000', '165615.960000', '165616.278000', '165616.745000', '165617.200000', '165617.658000', '165618.137000', '165618.590000', '165619.039000', '165619.501000', '165619.974000', '165620.440000', '165620.889000', '165621.354000', '165621.816000', '165622.268000', '165622.723000', '165623.185000', '165623.642000', '165624.099000', '165624.576000', '165625.030000', '165625.497000', '165625.953000', '165626.401000', '165626.881000', '165627.329000', '165627.793000', '165628.262000', '165628.710000', '165629.161000', '165629.637000', '165630.086000', '165630.557000', '165631.019000', '165631.480000', '165631.928000', '165632.381000', '165632.895000', '165633.316000', '165633.766000', '165634.304000', '165634.685000', '165635.146000', '165635.609000', '165636.074000', '165636.549000', '165637.014000', '165637.457000', '165637.923000', '165638.369000', '165638.835000', '165639.315000', '165639.751000', '165640.218000', '165640.667000', '165641.148000', '165641.602000', '165642.061000', '165642.505000', '165642.981000', '165643.437000', '165643.951000', '165644.342000', '165644.802000', '165645.278000', '165645.728000', '165646.183000', '165646.649000', '165647.118000', '165647.567000', '165648.080000', '165648.500000', '165648.954000', '165649.411000', '165649.867000', '165650.333000', '165650.801000', '165651.262000', '165651.718000', '165652.196000', '165652.627000', '165653.128000', '165653.566000', '165654.010000', '165654.483000', '165654.934000', '165655.406000', '165656.018000', '165656.320000', '165656.788000', '165657.237000', '165657.703000', '165658.162000', '165658.607000', '165659.079000', '165659.529000', '165700.002000', '165700.449000', '165700.927000', '165701.381000', '165701.838000', '165702.330000', '165702.748000', '165703.227000', '165703.676000', '165704.141000', '165704.592000', '165705.061000', '165705.520000', '165705.968000', '165706.443000', '165706.907000', '165707.361000', '165707.814000', '165708.268000', '165708.731000', '165709.192000', '165709.662000', '165710.115000', '165710.590000', '165711.034000', '165711.502000', '165711.963000', '165712.462000', '165712.879000', '165713.330000', '165713.792000', '165714.268000', '165714.715000', '165715.181000', '165715.635000', '165716.109000', '165716.551000', '165717.034000', '165717.503000', '165718.017000', '165718.406000', '165718.865000', '165719.316000', '165719.778000', '165720.237000', '165720.703000', '165721.163000', '165721.621000', '165722.072000', '165722.544000', '165722.989000', '165723.463000', '165723.913000', '165724.411000', '165724.840000', '165725.298000', '165725.758000', '165726.221000', '165726.688000', '165727.183000', '165727.598000', '165728.053000', '165728.528000', '165728.973000', '165729.435000', '165729.897000', '165730.354000', '165730.817000', '165731.278000', '165731.747000', '165732.214000', '165732.657000', '165733.115000', '165733.582000', '165734.034000', '165734.509000', '165735.030000', '165735.418000', '165735.886000', '165736.334000', '165736.805000', '165737.268000', '165737.713000', '165738.187000', '165738.637000', '165739.115000', '165739.586000', '165740.010000', '165740.482000', '165740.961000', '165741.409000', '165741.857000', '165742.325000', '165742.793000', '165743.238000', '165743.703000', '165744.189000', '165744.620000', '165745.082000', '165745.551000', '165746.010000', '165746.481000', '165746.914000', '165747.401000', '165747.839000', '165748.305000', '165748.773000', '165749.232000', '165749.697000', '165750.152000', '165750.609000', '165751.057000', '165751.524000', '165752.016000', '165752.455000', '165752.906000', '165753.364000', '165753.822000', '165754.278000', '165754.751000', '165755.199000', '165755.671000', '165756.117000', '165756.573000', '165757.036000', '165757.504000', '165757.963000', '165758.420000', '165758.887000', '165759.345000'], 'InstanceCreationTime': ['165014.908000', '165015.143000', '165015.335000', '165015.591000', '165015.728000', '165015.980000', '165016.157000', '165016.360000', '165016.558000', '165016.759000', '165016.981000', '165017.428000', '165017.888000', '165018.357000', '165018.848000', '165019.300000', '165019.755000', '165020.224000', '165020.691000', '165021.125000', '165021.640000', '165022.049000', '165022.508000', '165022.982000', '165023.425000', '165023.900000', '165024.353000', '165024.823000', '165025.292000', '165025.757000', '165026.204000', '165026.652000', '165027.132000', '165027.607000', '165028.025000', '165028.493000', '165028.959000', '165029.469000', '165029.864000', '165030.347000', '165030.800000', '165031.262000', '165031.714000', '165032.188000', '165032.645000', '165033.099000', '165033.552000', '165034.008000', '165034.465000', '165034.930000', '165035.393000', '165035.862000', '165036.312000', '165036.772000', '165037.228000', '165037.693000', '165038.151000', '165038.669000', '165039.076000', '165039.533000', '165039.991000', '165040.461000', '165040.995000', '165041.374000', '165041.880000', '165042.287000', '165042.763000', '165043.211000', '165043.672000', '165044.130000', '165044.601000', '165045.064000', '165045.569000', '165045.982000', '165046.435000', '165046.889000', '165047.383000', '165047.806000', '165048.281000', '165048.747000', '165049.226000', '165049.659000', '165050.105000', '165050.594000', '165051.089000', '165051.505000', '165051.954000', '165052.419000', '165052.868000', '165053.335000', '165053.823000', '165054.250000', '165054.712000', '165055.171000', '165055.632000', '165056.126000', '165056.568000', '165057.016000', '165057.518000', '165057.933000', '165058.393000', '165058.851000', '165059.309000', '165059.847000', '165100.235000', '165100.686000', '165101.151000', '165101.606000', '165102.064000', '165102.579000', '165102.986000', '165103.450000', '165103.920000', '165104.368000', '165104.833000', '165105.291000', '165105.761000', '165106.216000', '165106.667000', '165107.148000', '165107.603000', '165108.066000', '165108.510000', '165108.983000', '165109.436000', '165109.957000', '165110.357000', '165110.809000', '165111.270000', '165111.746000', '165112.224000', '165112.656000', '165113.190000', '165113.568000', '165114.033000', '165114.502000', '165114.945000', '165115.414000', '165115.865000', '165116.340000', '165116.786000', '165117.260000', '165117.729000', '165118.172000', '165118.628000', '165119.105000', '165119.563000', '165120.017000', '165120.484000', '165120.940000', '165121.403000', '165121.884000', '165122.306000', '165122.766000', '165123.229000', '165123.745000', '165124.158000', '165124.618000', '165125.080000', '165125.551000', '165126.005000', '165126.461000', '165126.911000', '165127.369000', '165127.859000', '165128.292000', '165128.760000', '165129.220000', '165129.683000', '165130.134000', '165130.608000', '165131.050000', '165131.517000', '165131.985000', '165132.436000', '165132.891000', '165133.354000', '165133.807000', '165134.291000', '165134.752000', '165135.191000', '165135.664000', '165136.191000', '165136.576000', '165137.245000', '165137.489000', '165137.956000', '165138.412000', '165138.869000', '165139.338000', '165139.815000', '165140.301000', '165140.713000', '165141.204000', '165141.720000', '165142.107000', '165142.552000', '165143.009000', '165143.486000', '165143.952000', '165144.387000', '165144.853000', '165145.314000', '165145.855000', '165146.233000', '165146.709000', '165147.173000', '165147.616000', '165148.091000', '165148.539000', '165149.002000', '165149.463000', '165149.909000', '165150.378000', '165150.847000', '165151.289000', '165151.767000', '165152.263000', '165152.699000', '165153.134000', '165153.606000', '165154.056000', '165154.512000', '165155.020000', '165155.439000', '165155.893000', '165156.363000', '165156.836000', '165157.284000', '165157.744000', '165158.208000', '165158.649000', '165159.121000', '165159.575000', '165200.039000', '165200.504000', '165200.961000', '165201.493000', '165201.879000', '165202.337000', '165202.804000', '165203.255000', '165203.716000', '165204.179000', '165204.641000', '165205.155000', '165205.568000', '165206.019000', '165206.470000', '165206.930000', '165207.408000', '165207.871000', '165208.331000', '165208.783000', '165209.238000', '165209.695000', '165210.159000', '165210.616000', '165211.085000', '165211.534000', '165211.991000', '165212.454000', '165212.923000', '165213.398000', '165213.916000', '165214.296000', '165214.772000', '165215.295000', '165215.688000', '165216.170000', '165216.599000', '165217.051000', '165217.539000', '165217.987000', '165218.436000', '165218.899000', '165219.407000', '165219.831000', '165220.272000', '165220.739000', '165221.196000', '165221.700000', '165222.109000', '165222.578000', '165223.048000', '165223.496000', '165223.965000', '165224.497000', '165224.873000', '165225.392000', '165225.842000', '165226.267000', '165226.724000', '165227.173000', '165227.633000', '165228.098000', '165228.572000', '165229.012000', '165229.476000', '165230.210000', '165230.416000', '165230.854000', '165231.318000', '165231.937000', '165232.250000', '165232.711000', '165233.153000', '165233.625000', '165234.088000', '165234.542000', '165235.034000', '165235.466000', '165235.975000', '165236.388000', '165236.833000', '165237.302000', '165237.764000', '165238.219000', '165238.680000', '165239.137000', '165239.596000', '165240.059000', '165240.526000', '165240.977000', '165241.454000', '165241.903000', '165242.424000', '165242.816000', '165243.279000', '165243.736000', '165244.195000', '165244.657000', '165245.132000', '165245.592000', '165246.079000', '165246.503000', '165246.959000', '165247.420000', '165247.885000', '165248.339000', '165248.797000', '165249.276000', '165249.727000', '165250.189000', '165250.638000', '165251.094000', '165251.556000', '165252.023000', '165252.490000', '165252.941000', '165253.400000', '165253.888000', '165254.320000', '165254.790000', '165255.247000', '165255.698000', '165256.172000', '165256.626000', '165257.080000', '165257.545000', '165258.019000', '165258.469000', '165258.928000', '165259.390000', '165259.843000', '165300.301000', '165300.786000', '165301.233000', '165301.686000', '165302.152000', '165302.599000', '165303.059000', '165303.517000', '165303.986000', '165304.440000', '165304.908000', '165305.367000', '165305.860000', '165306.283000', '165306.751000', '165307.211000', '165307.672000', '165308.122000', '165308.592000', '165309.052000', '165309.535000', '165310.392000', '165310.523000', '165310.900000', '165311.338000', '165311.962000', '165312.267000', '165312.733000', '165313.192000', '165313.655000', '165314.111000', '165314.574000', '165315.027000', '165315.477000', '165315.949000', '165316.408000', '165316.863000', '165317.325000', '165317.822000', '165318.239000', '165318.698000', '165319.181000', '165319.621000', '165320.091000', '165320.560000', '165321.011000', '165321.463000', '165321.919000', '165322.391000', '165322.849000', '165323.317000', '165323.788000', '165324.236000', '165324.738000', '165325.139000', '165325.621000', '165326.059000', '165326.525000', '165326.992000', '165327.456000', '165327.991000', '165328.366000', '165328.834000', '165329.277000', '165329.759000', '165330.198000', '165330.670000', '165331.124000', '165331.602000', '165332.042000', '165332.516000', '165332.969000', '165333.424000', '165333.899000', '165334.368000', '165334.805000', '165335.273000', '165335.729000', '165336.179000', '165336.649000', '165337.119000', '165337.560000', '165338.047000', '165338.500000', '165339.019000', '165339.403000', '165339.863000', '165340.332000', '165340.796000', '165341.243000', '165341.742000', '165342.168000', '165342.621000', '165343.161000', '165343.539000', '165344.001000', '165344.477000', '165344.942000', '165345.407000', '165345.957000', '165346.327000', '165346.791000', '165347.254000', '165347.706000', '165348.166000', '165348.618000', '165349.068000', '165349.542000', '165349.996000', '165350.465000', '165350.909000', '165351.363000', '165351.913000', '165352.299000', '165352.743000', '165353.201000', '165353.668000', '165354.139000', '165354.581000', '165355.058000', '165355.503000', '165355.980000', '165356.425000', '165356.893000', '165357.351000', '165357.812000', '165358.278000', '165358.738000', '165359.193000', '165359.651000', '165400.131000', '165400.578000', '165401.033000', '165401.496000', '165401.957000', '165402.406000', '165402.873000', '165403.329000', '165403.796000', '165404.242000', '165404.707000', '165405.164000', '165405.638000', '165406.089000', '165406.544000', '165407.013000', '165407.462000', '165407.921000', '165408.380000', '165408.859000', '165409.321000', '165409.954000', '165410.807000', '165410.947000', '165411.193000', '165411.619000', '165412.068000', '165412.538000', '165412.982000', '165413.456000', '165413.908000', '165414.382000', '165414.824000', '165415.296000', '165415.754000', '165416.248000', '165416.668000', '165417.128000', '165417.583000', '165418.047000', '165418.510000', '165418.970000', '165419.434000', '165419.889000', '165420.356000', '165420.812000', '165421.283000', '165421.734000', '165422.188000', '165422.647000', '165423.106000', '165423.564000', '165424.024000', '165424.486000', '165424.951000', '165425.413000', '165425.917000', '165426.329000', '165426.800000', '165427.246000', '165427.711000', '165428.177000', '165428.630000', '165429.106000', '165429.550000', '165430.021000', '165430.469000', '165430.931000', '165431.412000', '165431.914000', '165432.310000', '165432.779000', '165433.239000', '165433.695000', '165434.146000', '165434.613000', '165435.144000', '165435.525000', '165436.066000', '165436.458000', '165436.917000', '165437.396000', '165437.831000', '165438.288000', '165438.883000', '165439.208000', '165439.674000', '165440.343000', '165440.601000', '165441.052000', '165441.524000', '165441.975000', '165442.462000', '165442.906000', '165443.363000', '165443.815000', '165444.300000', '165444.732000', '165445.219000', '165445.668000', '165446.128000', '165446.599000', '165447.043000', '165447.497000', '165447.959000', '165448.453000', '165448.868000', '165449.327000', '165449.905000', '165450.261000', '165450.722000', '165451.170000', '165451.626000', '165452.087000', '165452.547000', '165453.012000', '165453.482000', '165453.933000', '165454.462000', '165454.901000', '165455.311000', '165455.792000', '165456.246000', '165456.718000', '165457.147000', '165457.615000', '165458.082000', '165458.724000', '165459.219000', '165459.495000', '165459.919000', '165500.376000', '165500.828000', '165501.287000', '165501.763000', '165502.266000', '165502.683000', '165503.141000', '165503.596000', '165504.094000', '165504.597000', '165505.052000', '165505.510000', '165505.895000', '165506.357000', '165506.946000', '165507.565000', '165507.762000', '165508.187000', '165508.667000', '165509.117000', '165509.573000', '165510.037000', '165510.493000', '165510.954000', '165511.428000', '165511.888000', '165512.327000', '165512.797000', '165513.323000', '165513.711000', '165514.184000', '165514.637000', '165515.111000', '165515.561000', '165516.026000', '165516.472000', '165516.946000', '165517.396000', '165517.873000', '165518.315000', '165518.778000', '165519.247000', '165519.691000', '165520.150000', '165520.632000', '165521.068000', '165521.529000', '165521.996000', '165522.462000', '165522.924000', '165523.376000', '165523.844000', '165524.304000', '165524.758000', '165525.231000', '165525.671000', '165526.142000', '165526.593000', '165527.056000', '165527.512000', '165527.978000', '165528.451000', '165528.957000', '165529.356000', '165530.037000', '165530.270000', '165530.732000', '165531.196000', '165531.657000', '165532.137000', '165532.653000', '165533.033000', '165533.511000', '165533.971000', '165534.433000', '165534.897000', '165535.342000', '165535.790000', '165536.267000', '165536.716000', '165537.194000', '165537.638000', '165538.112000', '165538.567000', '165539.022000', '165539.482000', '165540.008000', '165540.476000', '165540.904000', '165541.326000', '165541.781000', '165542.249000', '165542.697000', '165543.165000', '165543.614000', '165544.092000', '165544.557000', '165545.003000', '165545.454000', '165545.931000', '165546.387000', '165546.837000', '165547.371000', '165547.757000', '165548.218000', '165548.674000', '165549.136000', '165549.597000', '165550.122000', '165550.568000', '165550.982000', '165551.435000', '165551.898000', '165552.364000', '165552.825000', '165553.293000', '165553.751000', '165554.204000', '165554.663000', '165555.127000', '165555.587000', '165556.051000', '165556.510000', '165556.972000', '165557.429000', '165557.889000', '165558.345000', '165558.810000', '165559.262000', '165559.727000', '165600.259000', '165600.643000', '165601.106000', '165601.576000', '165602.100000', '165602.475000', '165602.952000', '165603.414000', '165603.876000', '165604.316000', '165604.782000', '165605.262000', '165605.701000', '165606.170000', '165606.632000', '165607.077000', '165607.553000', '165608.004000', '165608.492000', '165608.972000', '165609.374000', '165609.855000', '165610.313000', '165610.768000', '165611.218000', '165611.688000', '165612.149000', '165612.615000', '165613.060000', '165613.525000', '165613.987000', '165614.442000', '165614.902000', '165615.370000', '165615.960000', '165616.278000', '165616.745000', '165617.200000', '165617.658000', '165618.137000', '165618.590000', '165619.039000', '165619.501000', '165619.974000', '165620.440000', '165620.889000', '165621.354000', '165621.816000', '165622.268000', '165622.723000', '165623.185000', '165623.642000', '165624.099000', '165624.576000', '165625.030000', '165625.497000', '165625.953000', '165626.401000', '165626.881000', '165627.329000', '165627.793000', '165628.262000', '165628.710000', '165629.161000', '165629.637000', '165630.086000', '165630.557000', '165631.019000', '165631.480000', '165631.928000', '165632.381000', '165632.895000', '165633.316000', '165633.766000', '165634.304000', '165634.685000', '165635.146000', '165635.609000', '165636.074000', '165636.549000', '165637.014000', '165637.457000', '165637.923000', '165638.369000', '165638.835000', '165639.315000', '165639.751000', '165640.218000', '165640.667000', '165641.148000', '165641.602000', '165642.061000', '165642.505000', '165642.981000', '165643.437000', '165643.951000', '165644.342000', '165644.802000', '165645.278000', '165645.728000', '165646.183000', '165646.649000', '165647.118000', '165647.567000', '165648.080000', '165648.500000', '165648.954000', '165649.411000', '165649.867000', '165650.333000', '165650.801000', '165651.262000', '165651.718000', '165652.196000', '165652.627000', '165653.128000', '165653.566000', '165654.010000', '165654.483000', '165654.934000', '165655.406000', '165656.018000', '165656.320000', '165656.788000', '165657.237000', '165657.703000', '165658.162000', '165658.607000', '165659.079000', '165659.529000', '165700.002000', '165700.449000', '165700.927000', '165701.381000', '165701.838000', '165702.330000', '165702.748000', '165703.227000', '165703.676000', '165704.141000', '165704.592000', '165705.061000', '165705.520000', '165705.968000', '165706.443000', '165706.907000', '165707.361000', '165707.814000', '165708.268000', '165708.731000', '165709.192000', '165709.662000', '165710.115000', '165710.590000', '165711.034000', '165711.502000', '165711.963000', '165712.462000', '165712.879000', '165713.330000', '165713.792000', '165714.268000', '165714.715000', '165715.181000', '165715.635000', '165716.109000', '165716.551000', '165717.034000', '165717.503000', '165718.017000', '165718.406000', '165718.865000', '165719.316000', '165719.778000', '165720.237000', '165720.703000', '165721.163000', '165721.621000', '165722.072000', '165722.544000', '165722.989000', '165723.463000', '165723.913000', '165724.411000', '165724.840000', '165725.298000', '165725.758000', '165726.221000', '165726.688000', '165727.183000', '165727.598000', '165728.053000', '165728.528000', '165728.973000', '165729.435000', '165729.897000', '165730.354000', '165730.817000', '165731.278000', '165731.747000', '165732.214000', '165732.657000', '165733.115000', '165733.582000', '165734.034000', '165734.509000', '165735.030000', '165735.418000', '165735.886000', '165736.334000', '165736.805000', '165737.268000', '165737.713000', '165738.187000', '165738.637000', '165739.115000', '165739.586000', '165740.010000', '165740.482000', '165740.961000', '165741.409000', '165741.857000', '165742.325000', '165742.793000', '165743.238000', '165743.703000', '165744.189000', '165744.620000', '165745.082000', '165745.551000', '165746.010000', '165746.481000', '165746.914000', '165747.401000', '165747.839000', '165748.305000', '165748.773000', '165749.232000', '165749.697000', '165750.152000', '165750.609000', '165751.057000', '165751.524000', '165752.016000', '165752.455000', '165752.906000', '165753.364000', '165753.822000', '165754.278000', '165754.751000', '165755.199000', '165755.671000', '165756.117000', '165756.573000', '165757.036000', '165757.504000', '165757.963000', '165758.420000', '165758.887000', '165759.345000'], '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, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016], 'LargestImagePixelValue': [609, 752, 645, 642, 761, 660, 776, 666, 812, 671, 791, 623, 643, 609, 628, 636, 659, 721, 652, 821, 636, 654, 575, 669, 599, 663, 801, 657, 997, 635, 784, 605, 655, 573, 653, 900, 656, 1010, 632, 790, 593, 663, 576, 650, 843, 665, 845, 630, 728, 588, 706, 639, 616, 819, 653, 833, 672, 846, 648, 771, 613, 652, 588, 642, 616, 650, 695, 656, 953, 675, 930, 654, 897, 654, 881, 635, 789, 597, 667, 590, 633, 578, 657, 703, 653, 861, 674, 808, 667, 776, 661, 852, 625, 714, 594, 643, 681, 640, 761, 646, 912, 650, 955, 635, 888, 623, 833, 571, 684, 659, 656, 579, 640, 642, 652, 705, 612, 632, 564, 603, 594, 650, 636, 630, 916, 637, 881, 619, 825, 600, 670, 585, 621, 722, 611, 750, 635, 825, 641, 891, 617, 859, 578, 638, 563, 614, 645, 575, 805, 621, 828, 636, 859, 644, 852, 645, 709, 629, 629, 633, 641, 638, 603, 725, 625, 880, 608, 756, 563, 674, 571, 624, 588, 598, 675, 641, 730, 643, 825, 620, 925, 657, 744, 581, 624, 633, 591, 692, 605, 809, 624, 781, 564, 699, 601, 674, 677, 573, 788, 619, 806, 615, 844, 617, 854, 665, 883, 570, 760, 590, 606, 617, 564, 861, 556, 757, 624, 782, 652, 639, 719, 596, 957, 591, 890, 566, 759, 634, 626, 664, 619, 838, 635, 738, 620, 777, 558, 702, 607, 595, 727, 614, 762, 629, 810, 612, 720, 586, 616, 593, 598, 687, 628, 799, 599, 909, 580, 742, 566, 597, 586, 576, 719, 588, 870, 590, 875, 583, 924, 650, 748, 600, 584, 612, 600, 631, 547, 718, 584, 810, 566, 889, 555, 768, 604, 699, 589, 614, 655, 552, 749, 584, 835, 552, 967, 570, 849, 598, 798, 630, 590, 725, 571, 818, 566, 899, 567, 963, 614, 774, 669, 582, 793, 584, 828, 569, 771, 566, 707, 606, 771, 585, 828, 594, 689, 644, 649, 807, 618, 733, 561, 934, 566, 879, 610, 886, 677, 714, 635, 568, 779, 569, 826, 591, 838, 614, 633, 625, 585, 699, 577, 786, 573, 852, 575, 840, 589, 864, 626, 838, 636, 819, 639, 739, 642, 594, 624, 604, 630, 572, 638, 557, 680, 553, 725, 572, 715, 570, 674, 576, 636, 577, 624, 571, 647, 572, 742, 575, 789, 575, 817, 569, 785, 578, 804, 583, 844, 664, 717, 583, 706, 569, 830, 578, 779, 608, 590, 588, 584, 584, 607, 662, 551, 788, 574, 819, 584, 793, 584, 820, 575, 849, 564, 900, 568, 852, 622, 843, 695, 880, 657, 739, 587, 685, 617, 649, 619, 549, 791, 551, 805, 561, 819, 595, 828, 672, 787, 611, 661, 621, 597, 720, 551, 845, 558, 866, 600, 765, 619, 746, 625, 563, 664, 545, 775, 552, 833, 627, 819, 610, 706, 611, 716, 626, 546, 769, 544, 855, 551, 888, 557, 838, 617, 869, 640, 746, 605, 644, 614, 570, 696, 563, 815, 562, 816, 583, 814, 644, 915, 755, 683, 627, 572, 648, 534, 660, 593, 884, 653, 842, 642, 587, 715, 570, 780, 573, 728, 581, 827, 595, 936, 721, 760, 870, 609, 921, 676, 868, 760, 708, 865, 614, 891, 595, 903, 618, 837, 679, 667, 670, 626, 836, 590, 845, 616, 864, 649, 752, 622, 671, 605, 593, 707, 596, 853, 629, 862, 634, 722, 647, 593, 742, 601, 838, 614, 865, 642, 921, 717, 835, 639, 758, 630, 638, 725, 603, 866, 582, 879, 593, 875, 612, 872, 607, 898, 712, 746, 621, 634, 640, 568, 663, 588, 699, 600, 830, 583, 848, 592, 872, 618, 887, 614, 866, 611, 882, 621, 756, 624, 634, 667, 598, 833, 591, 866, 613, 904, 621, 965, 682, 789, 638, 678, 630, 585, 634, 602, 902, 623, 921, 647, 900, 658, 842, 674, 678, 733, 605, 894, 604, 945, 634, 1010, 730, 629, 704, 616, 836, 620, 972, 673, 951, 651, 805, 639, 731, 636, 629, 787, 605, 938, 643, 918, 651, 981, 647, 777, 675, 625, 733, 629, 876, 621, 942, 670, 975, 652, 808, 646, 716, 641, 618, 781, 618, 854, 630, 907, 634, 912, 627, 935, 647, 891, 635, 816, 650, 733, 636, 634, 790, 622, 859, 626, 898, 638, 952, 642, 935, 650, 924, 658, 925, 661, 799, 651, 619, 642, 635, 720, 641, 755, 636, 888, 627, 877, 636, 869, 640, 864, 642, 935, 659, 910, 644, 893, 645, 876, 639, 733, 636, 692, 638, 682, 642, 632, 631, 628, 765, 630, 805, 614, 855, 636, 900, 643, 928, 657, 874, 647, 824, 659, 629, 758, 619, 883, 618, 888, 650, 924, 658, 781, 650, 599, 649, 643, 813, 614, 938, 628, 929, 653, 993, 673, 815, 712, 621, 765, 616, 873, 618, 922, 644, 954, 649, 935, 665, 815, 700, 609, 738, 613, 803, 624, 925, 640, 950, 629, 955, 662, 944, 704, 795, 717, 598, 668, 645, 784, 627, 826, 611, 960, 634, 940, 641, 662, 683, 646, 856, 619, 935, 627, 932, 621, 942, 678, 957, 752, 861, 639, 683, 630, 630, 736, 634, 912, 636, 896, 641, 949, 653, 825, 678, 644, 637, 615, 647, 617, 779, 634, 951, 635, 927, 639, 947, 654, 915, 709, 697, 626, 607, 666, 630, 739, 624, 872, 629, 919, 636, 899, 636, 921, 649, 793, 636, 627, 620, 634, 767, 631, 914, 617, 920, 628, 936, 646, 977, 766, 621, 625, 643, 735, 638, 792, 620, 951, 619, 922, 631, 936, 636, 946, 737, 726, 644, 624, 681, 627, 754, 634, 834, 622, 955, 628, 947, 608, 938, 627, 956, 741, 747, 619, 617, 693, 622, 864, 606, 945, 619, 918, 625, 939, 638, 900, 655, 598, 632, 626, 778, 625, 885, 626, 950, 624, 805, 624, 652, 615, 628, 837, 621, 912, 610, 938, 663, 889, 649, 754, 660, 614, 860, 602, 931, 626, 943, 679, 836, 696, 698, 645, 627, 738, 602, 946, 607, 1037, 673, 707, 611, 632, 675, 635, 612, 595, 868, 640, 999, 797, 599, 907, 661, 1039, 810, 915, 833, 672, 948, 629, 990, 785, 800, 664, 620, 846, 597, 925, 622], 'WindowCenter': [284.0, 284.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 281.0, 281.0, 282.0, 281.0, 281.0, 279.0, 280.0, 280.0, 281.0, 282.0, 281.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 282.0, 280.0, 282.0, 281.0, 281.0, 279.0, 280.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 282.0, 281.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 280.0, 281.0, 280.0, 281.0, 281.0, 281.0, 281.0, 282.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 280.0, 282.0, 280.0, 282.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 279.0, 278.0, 279.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 280.0, 281.0, 281.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 280.0, 279.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 279.0, 281.0, 279.0, 279.0, 279.0, 280.0, 280.0, 279.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 282.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 281.0, 278.0, 280.0, 278.0, 279.0, 279.0, 279.0, 281.0, 279.0, 280.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 282.0, 279.0, 281.0, 278.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 281.0, 279.0, 280.0, 279.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 280.0, 281.0, 280.0, 283.0, 279.0, 280.0, 279.0, 279.0, 279.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 280.0, 279.0, 278.0, 279.0, 279.0, 279.0, 278.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 280.0, 279.0, 281.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 283.0, 281.0, 281.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 277.0, 279.0, 278.0, 280.0, 279.0, 279.0, 278.0, 277.0, 279.0, 277.0, 279.0, 278.0, 280.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 279.0, 279.0, 281.0, 278.0, 280.0, 278.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 279.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 279.0, 278.0, 279.0, 279.0, 279.0, 278.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 281.0, 279.0, 281.0, 279.0, 282.0, 279.0, 281.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 280.0, 279.0, 280.0, 279.0, 280.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 281.0, 280.0, 279.0, 280.0, 279.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 280.0, 279.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 280.0, 279.0, 281.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 281.0, 279.0, 280.0, 278.0, 279.0, 279.0, 278.0, 280.0, 278.0, 281.0, 279.0, 281.0, 279.0, 280.0, 280.0, 282.0, 280.0, 279.0, 279.0, 278.0, 279.0, 278.0, 280.0, 280.0, 282.0, 280.0, 281.0, 279.0, 279.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 282.0, 281.0, 280.0, 282.0, 278.0, 280.0, 278.0, 279.0, 279.0, 278.0, 279.0, 277.0, 279.0, 277.0, 279.0, 277.0, 278.0, 277.0, 277.0, 278.0, 277.0, 279.0, 277.0, 279.0, 277.0, 279.0, 278.0, 279.0, 277.0, 278.0, 277.0, 278.0, 279.0, 278.0, 280.0, 278.0, 280.0, 278.0, 280.0, 279.0, 279.0, 280.0, 278.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 279.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 280.0, 280.0, 279.0, 279.0, 279.0, 278.0, 279.0, 278.0, 280.0, 278.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 279.0, 282.0, 279.0, 282.0, 281.0, 283.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 280.0, 281.0, 280.0, 280.0, 280.0, 280.0, 281.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 280.0, 279.0, 280.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 279.0, 281.0, 279.0, 281.0, 280.0, 280.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 282.0, 279.0, 281.0, 280.0, 281.0, 280.0, 281.0, 280.0, 280.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 280.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 282.0, 280.0, 282.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 281.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 283.0, 281.0, 282.0, 281.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 279.0, 281.0, 279.0, 281.0, 280.0, 282.0, 280.0, 282.0, 280.0, 282.0, 281.0, 282.0, 281.0, 281.0, 280.0, 279.0, 280.0, 279.0, 281.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 280.0, 281.0, 281.0, 282.0, 280.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 281.0, 279.0, 280.0, 279.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 280.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 279.0, 279.0, 279.0, 281.0, 279.0, 282.0, 279.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 280.0, 279.0, 278.0, 280.0, 279.0, 280.0, 279.0, 281.0, 279.0, 281.0, 279.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 279.0, 280.0, 280.0, 281.0, 280.0, 282.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 279.0, 279.0, 279.0, 280.0, 280.0, 281.0, 279.0, 282.0, 279.0, 282.0, 280.0, 281.0, 280.0, 282.0, 280.0, 280.0, 279.0, 279.0, 280.0, 278.0, 280.0, 279.0, 281.0, 279.0, 281.0, 278.0, 281.0, 278.0, 281.0, 279.0, 282.0, 280.0, 280.0, 278.0, 278.0, 280.0, 279.0, 281.0, 278.0, 281.0, 279.0, 281.0, 279.0, 281.0, 279.0, 281.0, 280.0, 278.0, 279.0, 279.0, 281.0, 280.0, 282.0, 279.0, 282.0, 279.0, 281.0, 279.0, 280.0, 280.0, 280.0, 282.0, 279.0, 282.0, 280.0, 282.0, 280.0, 282.0, 280.0, 281.0, 280.0, 279.0, 282.0, 279.0, 281.0, 279.0, 282.0, 280.0, 281.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 282.0, 279.0, 282.0, 280.0, 280.0, 279.0, 279.0, 280.0, 279.0, 279.0, 279.0, 281.0, 280.0, 282.0, 281.0, 278.0, 281.0, 279.0, 282.0, 281.0, 281.0, 279.0, 278.0, 280.0, 277.0, 280.0, 279.0, 279.0, 278.0, 277.0, 279.0, 277.0, 280.0, 277.0], 'WindowWidth': [624.0, 623.0, 621.0, 618.0, 619.0, 617.0, 617.0, 615.0, 617.0, 616.0, 618.0, 616.0, 615.0, 615.0, 615.0, 615.0, 616.0, 617.0, 617.0, 618.0, 616.0, 616.0, 615.0, 616.0, 615.0, 616.0, 618.0, 616.0, 618.0, 615.0, 617.0, 614.0, 615.0, 614.0, 616.0, 618.0, 615.0, 618.0, 615.0, 616.0, 614.0, 616.0, 615.0, 616.0, 618.0, 616.0, 618.0, 616.0, 617.0, 615.0, 616.0, 615.0, 614.0, 617.0, 615.0, 616.0, 616.0, 617.0, 616.0, 617.0, 615.0, 615.0, 614.0, 615.0, 615.0, 615.0, 616.0, 616.0, 618.0, 615.0, 617.0, 615.0, 617.0, 616.0, 618.0, 615.0, 616.0, 614.0, 615.0, 614.0, 615.0, 614.0, 615.0, 616.0, 615.0, 617.0, 616.0, 617.0, 616.0, 617.0, 616.0, 617.0, 614.0, 616.0, 614.0, 614.0, 615.0, 614.0, 616.0, 615.0, 617.0, 615.0, 617.0, 614.0, 616.0, 614.0, 616.0, 614.0, 615.0, 614.0, 614.0, 613.0, 614.0, 615.0, 616.0, 616.0, 615.0, 615.0, 614.0, 615.0, 617.0, 618.0, 616.0, 615.0, 619.0, 615.0, 618.0, 615.0, 617.0, 615.0, 616.0, 615.0, 615.0, 616.0, 615.0, 616.0, 615.0, 617.0, 615.0, 618.0, 614.0, 616.0, 614.0, 614.0, 613.0, 615.0, 615.0, 614.0, 617.0, 615.0, 616.0, 615.0, 617.0, 615.0, 618.0, 615.0, 615.0, 614.0, 614.0, 615.0, 614.0, 615.0, 614.0, 616.0, 615.0, 617.0, 614.0, 616.0, 614.0, 616.0, 615.0, 615.0, 614.0, 614.0, 615.0, 615.0, 616.0, 615.0, 617.0, 615.0, 617.0, 615.0, 615.0, 613.0, 614.0, 615.0, 614.0, 616.0, 614.0, 616.0, 614.0, 615.0, 613.0, 615.0, 614.0, 615.0, 616.0, 613.0, 616.0, 614.0, 615.0, 614.0, 616.0, 614.0, 616.0, 615.0, 616.0, 613.0, 615.0, 613.0, 614.0, 614.0, 613.0, 617.0, 613.0, 615.0, 615.0, 617.0, 615.0, 615.0, 616.0, 613.0, 617.0, 614.0, 616.0, 612.0, 614.0, 614.0, 614.0, 614.0, 614.0, 615.0, 614.0, 614.0, 614.0, 616.0, 615.0, 616.0, 614.0, 614.0, 616.0, 614.0, 616.0, 614.0, 617.0, 615.0, 616.0, 614.0, 614.0, 614.0, 614.0, 615.0, 616.0, 617.0, 616.0, 619.0, 615.0, 616.0, 614.0, 614.0, 615.0, 614.0, 616.0, 615.0, 618.0, 614.0, 617.0, 615.0, 619.0, 616.0, 616.0, 614.0, 613.0, 614.0, 613.0, 614.0, 612.0, 616.0, 615.0, 617.0, 613.0, 616.0, 613.0, 615.0, 614.0, 615.0, 614.0, 614.0, 615.0, 612.0, 615.0, 615.0, 617.0, 613.0, 617.0, 613.0, 615.0, 614.0, 617.0, 616.0, 614.0, 615.0, 613.0, 616.0, 613.0, 618.0, 614.0, 620.0, 617.0, 617.0, 614.0, 613.0, 615.0, 612.0, 615.0, 611.0, 614.0, 611.0, 613.0, 613.0, 614.0, 611.0, 615.0, 613.0, 613.0, 613.0, 612.0, 615.0, 612.0, 614.0, 612.0, 615.0, 610.0, 613.0, 611.0, 615.0, 613.0, 613.0, 612.0, 610.0, 614.0, 610.0, 614.0, 613.0, 615.0, 612.0, 612.0, 612.0, 611.0, 613.0, 611.0, 614.0, 613.0, 616.0, 612.0, 615.0, 612.0, 616.0, 613.0, 615.0, 613.0, 615.0, 614.0, 614.0, 612.0, 611.0, 612.0, 611.0, 612.0, 611.0, 612.0, 612.0, 613.0, 612.0, 614.0, 612.0, 614.0, 613.0, 614.0, 612.0, 614.0, 613.0, 614.0, 613.0, 614.0, 614.0, 616.0, 614.0, 617.0, 614.0, 618.0, 615.0, 617.0, 615.0, 618.0, 616.0, 618.0, 617.0, 616.0, 615.0, 616.0, 615.0, 618.0, 615.0, 617.0, 615.0, 614.0, 615.0, 614.0, 615.0, 616.0, 617.0, 615.0, 619.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 616.0, 618.0, 615.0, 618.0, 614.0, 618.0, 615.0, 618.0, 616.0, 618.0, 615.0, 616.0, 614.0, 615.0, 614.0, 615.0, 616.0, 613.0, 617.0, 613.0, 617.0, 613.0, 617.0, 615.0, 617.0, 616.0, 616.0, 614.0, 615.0, 614.0, 614.0, 616.0, 614.0, 617.0, 613.0, 617.0, 614.0, 615.0, 614.0, 616.0, 614.0, 612.0, 615.0, 612.0, 615.0, 613.0, 617.0, 614.0, 616.0, 614.0, 615.0, 614.0, 616.0, 614.0, 612.0, 616.0, 612.0, 616.0, 612.0, 616.0, 612.0, 616.0, 614.0, 616.0, 614.0, 614.0, 613.0, 613.0, 614.0, 613.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 615.0, 615.0, 617.0, 616.0, 613.0, 614.0, 612.0, 614.0, 612.0, 615.0, 616.0, 618.0, 615.0, 616.0, 614.0, 613.0, 614.0, 613.0, 616.0, 613.0, 615.0, 613.0, 617.0, 614.0, 619.0, 616.0, 616.0, 618.0, 613.0, 615.0, 613.0, 614.0, 613.0, 612.0, 614.0, 610.0, 613.0, 609.0, 612.0, 609.0, 611.0, 610.0, 610.0, 611.0, 610.0, 613.0, 610.0, 613.0, 611.0, 613.0, 612.0, 612.0, 611.0, 611.0, 611.0, 611.0, 613.0, 611.0, 614.0, 612.0, 614.0, 612.0, 614.0, 614.0, 613.0, 614.0, 613.0, 615.0, 613.0, 615.0, 614.0, 616.0, 614.0, 615.0, 613.0, 614.0, 613.0, 614.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 614.0, 616.0, 614.0, 616.0, 615.0, 614.0, 614.0, 613.0, 614.0, 612.0, 614.0, 613.0, 615.0, 613.0, 616.0, 613.0, 616.0, 613.0, 616.0, 614.0, 616.0, 614.0, 616.0, 614.0, 617.0, 615.0, 617.0, 616.0, 615.0, 615.0, 614.0, 617.0, 614.0, 617.0, 615.0, 619.0, 616.0, 619.0, 616.0, 617.0, 615.0, 615.0, 615.0, 614.0, 617.0, 616.0, 619.0, 616.0, 619.0, 616.0, 619.0, 617.0, 618.0, 617.0, 616.0, 616.0, 614.0, 618.0, 615.0, 619.0, 617.0, 620.0, 617.0, 615.0, 616.0, 615.0, 618.0, 616.0, 619.0, 616.0, 618.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 617.0, 614.0, 617.0, 615.0, 617.0, 615.0, 618.0, 615.0, 617.0, 615.0, 614.0, 615.0, 614.0, 617.0, 615.0, 619.0, 616.0, 619.0, 615.0, 615.0, 614.0, 616.0, 615.0, 614.0, 615.0, 614.0, 616.0, 614.0, 617.0, 614.0, 617.0, 614.0, 617.0, 614.0, 616.0, 614.0, 616.0, 615.0, 616.0, 615.0, 614.0, 616.0, 614.0, 616.0, 614.0, 617.0, 615.0, 617.0, 614.0, 617.0, 615.0, 616.0, 615.0, 617.0, 615.0, 616.0, 615.0, 614.0, 614.0, 614.0, 616.0, 615.0, 616.0, 614.0, 617.0, 614.0, 617.0, 615.0, 618.0, 615.0, 618.0, 617.0, 618.0, 616.0, 618.0, 615.0, 617.0, 615.0, 618.0, 615.0, 616.0, 615.0, 616.0, 615.0, 615.0, 615.0, 615.0, 615.0, 615.0, 617.0, 615.0, 618.0, 615.0, 619.0, 617.0, 619.0, 617.0, 619.0, 616.0, 618.0, 616.0, 618.0, 616.0, 615.0, 617.0, 615.0, 618.0, 615.0, 619.0, 617.0, 619.0, 616.0, 617.0, 616.0, 615.0, 617.0, 617.0, 618.0, 616.0, 619.0, 616.0, 619.0, 617.0, 620.0, 618.0, 618.0, 617.0, 615.0, 617.0, 615.0, 618.0, 616.0, 619.0, 616.0, 619.0, 615.0, 619.0, 617.0, 618.0, 616.0, 614.0, 617.0, 614.0, 617.0, 615.0, 619.0, 615.0, 618.0, 615.0, 618.0, 616.0, 619.0, 617.0, 617.0, 616.0, 614.0, 615.0, 614.0, 617.0, 615.0, 618.0, 614.0, 618.0, 615.0, 618.0, 615.0, 615.0, 616.0, 616.0, 618.0, 615.0, 617.0, 614.0, 618.0, 614.0, 617.0, 616.0, 618.0, 616.0, 616.0, 614.0, 614.0, 614.0, 614.0, 616.0, 614.0, 617.0, 614.0, 616.0, 615.0, 617.0, 615.0, 616.0, 615.0, 614.0, 615.0, 614.0, 614.0, 614.0, 617.0, 614.0, 617.0, 614.0, 617.0, 614.0, 617.0, 615.0, 617.0, 615.0, 615.0, 614.0, 613.0, 615.0, 614.0, 616.0, 614.0, 616.0, 614.0, 617.0, 614.0, 617.0, 615.0, 617.0, 615.0, 616.0, 615.0, 614.0, 615.0, 615.0, 617.0, 615.0, 617.0, 615.0, 618.0, 614.0, 618.0, 615.0, 619.0, 616.0, 614.0, 614.0, 614.0, 616.0, 615.0, 617.0, 614.0, 618.0, 614.0, 617.0, 615.0, 617.0, 615.0, 618.0, 616.0, 615.0, 614.0, 614.0, 615.0, 613.0, 616.0, 614.0, 616.0, 614.0, 616.0, 613.0, 616.0, 613.0, 616.0, 614.0, 617.0, 615.0, 614.0, 613.0, 612.0, 614.0, 614.0, 616.0, 613.0, 616.0, 614.0, 616.0, 614.0, 616.0, 614.0, 616.0, 615.0, 613.0, 614.0, 614.0, 616.0, 616.0, 618.0, 614.0, 617.0, 614.0, 616.0, 614.0, 615.0, 616.0, 615.0, 618.0, 614.0, 617.0, 615.0, 617.0, 615.0, 617.0, 615.0, 617.0, 615.0, 614.0, 617.0, 614.0, 617.0, 614.0, 618.0, 615.0, 616.0, 615.0, 614.0, 614.0, 614.0, 616.0, 614.0, 618.0, 614.0, 618.0, 614.0, 615.0, 613.0, 613.0, 615.0, 613.0, 614.0, 614.0, 616.0, 615.0, 617.0, 617.0, 613.0, 616.0, 613.0, 617.0, 617.0, 616.0, 613.0, 612.0, 614.0, 611.0, 614.0, 612.0, 612.0, 612.0, 611.0, 613.0, 611.0, 614.0, 611.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.0005018793273986152</td></tr>
<tr><td colspan=3>aqi</td><td>0.026632061918892183</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.22634651284159</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2102023153861365</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9757791413960397</td></tr>
<tr><td colspan=3>efc</td><td>0.4477</td></tr>
<tr><td colspan=3>fber</td><td>8454.2432</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07913399286282473</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8902077151335311</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.384172959088575</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.325713762732481</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.541653303038627</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2851518114946185</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108171</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020139427855610847</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015398682095110416</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1011</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.122916814255775</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.2159</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>2.9681</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>10.8384</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>23.3363</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9898</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>35.9725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>235.5115</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67644.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>89.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>59.9086</td></tr>
<tr><td colspan=3>tsnr</td><td>38.98044074419886</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>