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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0024_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-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0024/ses-04/func/sub-0024_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fecea1b1642b9dd453e81570afaab8d1</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:02:8.405000</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.998656, -0.0446439, 0.0263168, 0.0423799, 0.995806, 0.0810783]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0838715</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7783, -7264, 600, -45, -344, 103, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00080274-ef9f-4e71-a1fb-0a32faa841d4||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.679321765899658, 0.11370214074850082, 0.08053042739629745, 106.92667388916016], [0.11977627873420715, 2.671675682067871, 0.2156059741973877, -102.45909881591797], [0.0706060379743576, -0.21752718091011047, 2.6901726722717285, -66.57978820800781], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['160208.405000', '160208.865000', '160209.325000', '160209.785000', '160210.245000', '160210.705000', '160211.165000', '160211.625000', '160212.085000', '160212.545000', '160213.005000', '160213.465000', '160213.925000', '160214.385000', '160214.845000', '160215.305000', '160215.765000', '160216.225000', '160216.685000', '160217.145000', '160217.605000', '160218.065000', '160218.525000', '160218.985000', '160219.445000', '160219.905000', '160220.365000', '160220.825000', '160221.285000', '160221.745000', '160222.205000', '160222.665000', '160223.125000', '160223.585000', '160224.045000', '160224.505000', '160224.965000', '160225.425000', '160225.885000', '160226.345000', '160226.805000', '160227.265000', '160227.725000', '160228.185000', '160228.645000', '160229.105000', '160229.565000', '160230.025000', '160230.485000', '160230.945000', '160231.405000', '160231.865000', '160232.325000', '160232.785000', '160233.245000', '160233.705000', '160234.165000', '160234.625000', '160235.085000', '160235.545000', '160236.005000', '160236.465000', '160236.925000', '160237.385000', '160237.845000', '160238.305000', '160238.765000', '160239.225000', '160239.685000', '160240.145000', '160240.605000', '160241.065000', '160241.525000', '160241.985000', '160242.445000', '160242.905000', '160243.365000', '160243.825000', '160244.285000', '160244.745000', '160245.205000', '160245.665000', '160246.125000', '160246.585000', '160247.045000', '160247.505000', '160247.965000', '160248.425000', '160248.885000', '160249.345000', '160249.805000', '160250.265000', '160250.725000', '160251.185000', '160251.645000', '160252.105000', '160252.565000', '160253.025000', '160253.485000', '160253.945000', '160254.405000', '160254.865000', '160255.325000', '160255.785000', '160256.245000', '160256.705000', '160257.165000', '160257.625000', '160258.085000', '160258.545000', '160259.005000', '160259.465000', '160259.925000', '160300.385000', '160300.845000', '160301.305000', '160301.765000', '160302.225000', '160302.685000', '160303.145000', '160303.605000', '160304.065000', '160304.525000', '160304.985000', '160305.445000', '160305.905000', '160306.365000', '160306.825000', '160307.285000', '160307.745000', '160308.205000', '160308.665000', '160309.125000', '160309.585000', '160310.045000', '160310.505000', '160310.965000', '160311.425000', '160311.885000', '160312.345000', '160312.805000', '160313.265000', '160313.725000', '160314.185000', '160314.645000', '160315.105000', '160315.565000', '160316.025000', '160316.485000', '160316.945000', '160317.405000', '160317.865000', '160318.325000', '160318.785000', '160319.245000', '160319.705000', '160320.165000', '160320.625000', '160321.085000', '160321.545000', '160322.005000', '160322.465000', '160322.925000', '160323.385000', '160323.845000', '160324.305000', '160324.765000', '160325.225000', '160325.685000', '160326.145000', '160326.605000', '160327.065000', '160327.525000', '160327.985000', '160328.445000', '160328.905000', '160329.365000', '160329.825000', '160330.285000', '160330.745000', '160331.205000', '160331.665000', '160332.125000', '160332.585000', '160333.045000', '160333.505000', '160333.965000', '160334.425000', '160334.885000', '160335.345000', '160335.805000', '160336.265000', '160336.725000', '160337.185000', '160337.645000', '160338.105000', '160338.565000', '160339.025000', '160339.485000', '160339.945000', '160340.405000', '160340.865000', '160341.325000', '160341.785000', '160342.245000', '160342.705000', '160343.165000', '160343.625000', '160344.085000', '160344.545000', '160345.005000', '160345.465000', '160345.925000', '160346.385000', '160346.845000', '160347.305000', '160347.765000', '160348.225000', '160348.685000', '160349.145000', '160349.605000', '160350.065000', '160350.525000', '160350.985000', '160351.445000', '160351.905000', '160352.365000', '160352.825000', '160353.285000', '160353.745000', '160354.205000', '160354.665000', '160355.125000', '160355.585000', '160356.045000', '160356.505000', '160356.965000', '160357.425000', '160357.885000', '160358.345000', '160358.805000', '160359.265000', '160359.725000', '160400.185000', '160400.645000', '160401.105000', '160401.565000', '160402.025000', '160402.485000', '160402.945000', '160403.405000', '160403.865000', '160404.325000', '160404.785000', '160405.245000', '160405.705000', '160406.165000', '160406.625000', '160407.085000', '160407.545000', '160408.005000', '160408.465000', '160408.925000', '160409.385000', '160409.845000', '160410.305000', '160410.765000', '160411.225000', '160411.685000', '160412.145000', '160412.605000', '160413.065000', '160413.525000', '160413.985000', '160414.445000', '160414.905000', '160415.365000', '160415.825000', '160416.285000', '160416.745000', '160417.205000', '160417.665000', '160418.125000', '160418.585000', '160419.045000', '160419.505000', '160419.965000', '160420.425000', '160420.885000', '160421.345000', '160421.805000', '160422.265000', '160422.725000', '160423.185000', '160423.645000', '160424.105000', '160424.565000', '160425.025000', '160425.485000', '160425.945000', '160426.405000', '160426.865000', '160427.325000', '160427.785000', '160428.245000', '160428.705000', '160429.165000', '160429.625000', '160430.085000', '160430.545000', '160431.005000', '160431.465000', '160431.925000', '160432.385000', '160432.845000', '160433.305000', '160433.765000', '160434.225000', '160434.685000', '160435.145000', '160435.605000', '160436.065000', '160436.525000', '160436.985000', '160437.445000', '160437.905000', '160438.365000', '160438.825000', '160439.285000', '160439.745000', '160440.205000', '160440.665000', '160441.125000', '160441.585000', '160442.045000', '160442.505000', '160442.965000', '160443.425000', '160443.885000', '160444.345000', '160444.805000', '160445.265000', '160445.725000', '160446.185000', '160446.645000', '160447.105000', '160447.565000', '160448.025000', '160448.485000', '160448.945000', '160449.405000', '160449.865000', '160450.325000', '160450.785000', '160451.245000', '160451.705000', '160452.165000', '160452.625000', '160453.085000', '160453.545000', '160454.005000', '160454.465000', '160454.925000', '160455.385000', '160455.845000', '160456.305000', '160456.765000', '160457.225000', '160457.685000', '160458.145000', '160458.605000', '160459.065000', '160459.525000', '160459.985000', '160500.445000', '160500.905000', '160501.365000', '160501.825000', '160502.285000', '160502.745000', '160503.205000', '160503.665000', '160504.125000', '160504.585000', '160505.045000', '160505.505000', '160505.965000', '160506.425000', '160506.885000', '160507.345000', '160507.805000', '160508.265000', '160508.725000', '160509.185000', '160509.645000', '160510.105000', '160510.565000', '160511.025000', '160511.485000', '160511.945000', '160512.405000', '160512.865000', '160513.325000', '160513.785000', '160514.245000', '160514.705000', '160515.165000', '160515.625000', '160516.085000', '160516.545000', '160517.005000', '160517.465000', '160517.925000', '160518.385000', '160518.845000', '160519.305000', '160519.765000', '160520.225000', '160520.685000', '160521.145000', '160521.605000', '160522.065000', '160522.525000', '160522.985000', '160523.445000', '160523.905000', '160524.365000', '160524.825000', '160525.285000', '160525.745000', '160526.205000', '160526.665000', '160527.125000', '160527.585000', '160528.045000', '160528.505000', '160528.965000', '160529.425000', '160529.885000', '160530.345000', '160530.805000', '160531.265000', '160531.725000', '160532.185000', '160532.645000', '160533.105000', '160533.565000', '160534.025000', '160534.485000', '160534.945000', '160535.405000', '160535.865000', '160536.325000', '160536.785000', '160537.245000', '160537.705000', '160538.165000', '160538.625000', '160539.085000', '160539.545000', '160540.005000', '160540.465000', '160540.925000', '160541.385000', '160541.845000', '160542.305000', '160542.765000', '160543.225000', '160543.685000', '160544.145000', '160544.605000', '160545.065000', '160545.525000', '160545.985000', '160546.445000', '160546.905000', '160547.365000', '160547.825000', '160548.285000', '160548.745000', '160549.205000', '160549.665000', '160550.125000', '160550.585000', '160551.045000', '160551.505000', '160551.965000', '160552.425000', '160552.885000', '160553.345000', '160553.805000', '160554.265000', '160554.725000', '160555.185000', '160555.645000', '160556.105000', '160556.565000', '160557.025000', '160557.485000', '160557.945000', '160558.405000', '160558.865000', '160559.325000', '160559.785000', '160600.245000', '160600.705000', '160601.165000', '160601.625000', '160602.085000', '160602.545000', '160603.005000', '160603.465000', '160603.925000', '160604.385000', '160604.845000', '160605.305000', '160605.765000', '160606.225000', '160606.685000', '160607.145000', '160607.605000', '160608.065000', '160608.525000', '160608.985000', '160609.445000', '160609.905000', '160610.365000', '160610.825000', '160611.285000', '160611.745000', '160612.205000', '160612.665000', '160613.125000', '160613.585000', '160614.045000', '160614.505000', '160614.965000', '160615.425000', '160615.885000', '160616.345000', '160616.805000', '160617.265000', '160617.725000', '160618.185000', '160618.645000', '160619.105000', '160619.565000', '160620.025000', '160620.485000', '160620.945000', '160621.405000', '160621.865000', '160622.325000', '160622.785000', '160623.245000', '160623.705000', '160624.165000', '160624.625000', '160625.085000', '160625.545000', '160626.005000', '160626.465000', '160626.925000', '160627.385000', '160627.845000', '160628.305000', '160628.765000', '160629.225000', '160629.685000', '160630.145000', '160630.605000', '160631.065000', '160631.525000', '160631.985000', '160632.445000', '160632.905000', '160633.365000', '160633.825000', '160634.285000', '160634.745000', '160635.205000', '160635.665000', '160636.125000', '160636.585000', '160637.045000', '160637.505000', '160637.965000', '160638.425000', '160638.885000', '160639.345000', '160639.805000', '160640.265000', '160640.725000', '160641.185000', '160641.645000', '160642.105000', '160642.565000', '160643.025000', '160643.485000', '160643.945000', '160644.405000', '160644.865000', '160645.325000', '160645.785000', '160646.245000', '160646.705000', '160647.165000', '160647.625000', '160648.085000', '160648.545000', '160649.005000', '160649.465000', '160649.925000', '160650.385000', '160650.845000', '160651.305000', '160651.765000', '160652.225000', '160652.685000', '160653.145000', '160653.605000', '160654.065000', '160654.525000', '160654.985000', '160655.445000', '160655.905000', '160656.365000', '160656.825000', '160657.285000', '160657.745000', '160658.205000', '160658.665000', '160659.125000', '160659.585000', '160700.045000', '160700.505000', '160700.965000', '160701.425000', '160701.885000', '160702.345000', '160702.805000', '160703.265000', '160703.725000', '160704.185000', '160704.645000', '160705.105000', '160705.565000', '160706.025000', '160706.485000', '160706.945000', '160707.405000', '160707.865000', '160708.325000', '160708.785000', '160709.245000', '160709.705000', '160710.165000', '160710.625000', '160711.085000', '160711.545000', '160712.005000', '160712.465000', '160712.925000', '160713.385000', '160713.845000', '160714.305000', '160714.765000', '160715.225000', '160715.685000', '160716.145000', '160716.605000', '160717.065000', '160717.525000', '160717.985000', '160718.445000', '160718.905000', '160719.365000', '160719.825000', '160720.285000', '160720.745000', '160721.205000', '160721.665000', '160722.125000', '160722.585000', '160723.045000', '160723.505000', '160723.965000', '160724.425000', '160724.885000', '160725.345000', '160725.805000', '160726.265000', '160726.725000', '160727.185000', '160727.645000', '160728.105000', '160728.565000', '160729.025000', '160729.485000', '160729.945000', '160730.405000', '160730.865000', '160731.325000', '160731.785000', '160732.245000', '160732.705000', '160733.165000', '160733.625000', '160734.085000', '160734.545000', '160735.005000', '160735.465000', '160735.925000', '160736.385000', '160736.845000', '160737.305000', '160737.765000', '160738.225000', '160738.685000', '160739.145000', '160739.605000', '160740.065000', '160740.525000', '160740.985000', '160741.445000', '160741.905000', '160742.365000', '160742.825000', '160743.285000', '160743.745000', '160744.205000', '160744.665000', '160745.125000', '160745.585000', '160746.045000', '160746.505000', '160746.965000', '160747.425000', '160747.885000', '160748.345000', '160748.805000', '160749.265000', '160749.725000', '160750.185000', '160750.645000', '160751.105000', '160751.565000', '160752.025000', '160752.485000', '160752.945000', '160753.405000', '160753.865000', '160754.325000', '160754.785000', '160755.245000', '160755.705000', '160756.165000', '160756.625000', '160757.085000', '160757.545000', '160758.005000', '160758.465000', '160758.925000', '160759.385000', '160759.845000', '160800.305000', '160800.765000', '160801.225000', '160801.685000', '160802.145000', '160802.605000', '160803.065000', '160803.525000', '160803.985000', '160804.445000', '160804.905000', '160805.365000', '160805.825000', '160806.285000', '160806.745000', '160807.205000', '160807.665000', '160808.125000', '160808.585000', '160809.045000', '160809.505000', '160809.965000', '160810.425000', '160810.885000', '160811.345000', '160811.805000', '160812.265000', '160812.725000', '160813.185000', '160813.645000', '160814.105000', '160814.565000', '160815.025000', '160815.485000', '160815.945000', '160816.405000', '160816.865000', '160817.325000', '160817.785000', '160818.245000', '160818.705000', '160819.165000', '160819.625000', '160820.085000', '160820.545000', '160821.005000', '160821.465000', '160821.925000', '160822.385000', '160822.845000', '160823.305000', '160823.765000', '160824.225000', '160824.685000', '160825.145000', '160825.605000', '160826.065000', '160826.525000', '160826.985000', '160827.445000', '160827.905000', '160828.365000', '160828.825000', '160829.285000', '160829.745000', '160830.205000', '160830.665000', '160831.125000', '160831.585000', '160832.045000', '160832.505000', '160832.965000', '160833.425000', '160833.885000', '160834.345000', '160834.805000', '160835.265000', '160835.725000', '160836.185000', '160836.645000', '160837.105000', '160837.565000', '160838.025000', '160838.485000', '160838.945000', '160839.405000', '160839.865000', '160840.325000', '160840.785000', '160841.245000', '160841.705000', '160842.165000', '160842.625000', '160843.085000', '160843.545000', '160844.005000', '160844.465000', '160844.925000', '160845.385000', '160845.845000', '160846.305000', '160846.765000', '160847.225000', '160847.685000', '160848.145000', '160848.605000', '160849.065000', '160849.525000', '160849.985000', '160850.445000', '160850.905000', '160851.365000', '160851.825000', '160852.285000', '160852.745000', '160853.205000', '160853.665000', '160854.125000', '160854.585000', '160855.045000', '160855.505000', '160855.965000', '160856.425000', '160856.885000', '160857.345000', '160857.805000', '160858.265000', '160858.725000', '160859.185000', '160859.645000', '160900.105000', '160900.565000', '160901.025000', '160901.485000', '160901.945000', '160902.405000', '160902.865000', '160903.325000', '160903.785000', '160904.245000', '160904.705000', '160905.165000', '160905.625000', '160906.085000', '160906.545000', '160907.005000', '160907.465000', '160907.925000', '160908.385000', '160908.845000', '160909.305000', '160909.765000', '160910.225000', '160910.685000', '160911.145000', '160911.605000', '160912.065000', '160912.525000', '160912.985000', '160913.445000', '160913.905000'], 'ContentTime': ['160220.401000', '160220.404000', '160220.407000', '160220.410000', '160220.413000', '160220.423000', '160220.426000', '160220.428000', '160220.431000', '160220.444000', '160220.447000', '160220.450000', '160220.459000', '160220.461000', '160220.464000', '160220.467000', '160220.470000', '160220.473000', '160220.476000', '160220.479000', '160220.481000', '160220.484000', '160220.487000', '160220.490000', '160240.368000', '160240.371000', '160240.374000', '160240.377000', '160240.380000', '160240.383000', '160240.386000', '160240.389000', '160240.391000', '160240.394000', '160240.397000', '160240.407000', '160240.409000', '160240.413000', '160240.415000', '160240.418000', '160240.421000', '160240.424000', '160240.427000', '160240.430000', '160240.432000', '160240.435000', '160240.438000', '160240.441000', '160240.444000', '160240.447000', '160240.450000', '160240.453000', '160240.456000', '160240.459000', '160240.461000', '160240.471000', '160240.474000', '160240.477000', '160240.480000', '160240.483000', '160240.486000', '160240.488000', '160240.491000', '160240.494000', '160240.497000', '160240.500000', '160240.503000', '160240.506000', '160300.368000', '160300.371000', '160300.374000', '160300.376000', '160300.379000', '160300.382000', '160300.385000', '160300.388000', '160300.390000', '160300.393000', '160300.396000', '160300.399000', '160300.402000', '160300.404000', '160300.407000', '160300.410000', '160300.413000', '160300.416000', '160300.419000', '160300.421000', '160300.424000', '160300.427000', '160300.430000', '160300.433000', '160300.436000', '160300.438000', '160300.441000', '160300.444000', '160300.447000', '160300.449000', '160300.464000', '160300.467000', '160300.470000', '160300.473000', '160300.475000', '160300.478000', '160300.481000', '160300.484000', '160300.487000', '160300.489000', '160300.492000', '160300.495000', '160300.498000', '160320.369000', '160320.372000', '160320.375000', '160320.377000', '160320.380000', '160320.383000', '160320.386000', '160320.389000', '160320.391000', '160320.394000', '160320.397000', '160320.400000', '160320.403000', '160320.406000', '160320.408000', '160320.411000', '160320.414000', '160320.417000', '160320.420000', '160320.423000', '160320.425000', '160320.428000', '160320.431000', '160320.434000', '160320.436000', '160320.439000', '160320.442000', '160320.445000', '160320.448000', '160320.450000', '160320.453000', '160320.456000', '160320.459000', '160320.462000', '160320.465000', '160320.467000', '160320.470000', '160320.473000', '160320.476000', '160320.478000', '160320.481000', '160320.484000', '160320.487000', '160320.490000', '160340.369000', '160340.372000', '160340.375000', '160340.378000', '160340.381000', '160340.384000', '160340.386000', '160340.389000', '160340.392000', '160340.395000', '160340.398000', '160340.400000', '160340.403000', '160340.406000', '160340.409000', '160340.412000', '160340.415000', '160340.417000', '160340.420000', '160340.423000', '160340.426000', '160340.429000', '160340.433000', '160340.435000', '160340.438000', '160340.441000', '160340.444000', '160340.447000', '160340.449000', '160340.452000', '160340.455000', '160340.458000', '160340.461000', '160340.464000', '160340.466000', '160340.469000', '160340.472000', '160340.475000', '160340.478000', '160340.480000', '160340.483000', '160340.486000', '160340.489000', '160400.369000', '160400.372000', '160400.375000', '160400.377000', '160400.380000', '160400.383000', '160400.386000', '160400.389000', '160400.392000', '160400.394000', '160400.397000', '160400.400000', '160400.403000', '160400.406000', '160400.409000', '160400.412000', '160400.414000', '160400.417000', '160400.420000', '160400.423000', '160400.426000', '160400.429000', '160400.431000', '160400.434000', '160400.437000', '160400.440000', '160400.443000', '160400.445000', '160400.448000', '160400.451000', '160400.454000', '160400.457000', '160400.459000', '160400.462000', '160400.465000', '160400.468000', '160400.471000', '160400.474000', '160400.476000', '160400.479000', '160400.482000', '160400.485000', '160400.488000', '160400.491000', '160420.368000', '160420.372000', '160420.375000', '160420.377000', '160420.380000', '160420.383000', '160420.386000', '160420.389000', '160420.392000', '160420.394000', '160420.397000', '160420.400000', '160420.403000', '160420.406000', '160420.409000', '160420.412000', '160420.414000', '160420.417000', '160420.420000', '160420.423000', '160420.426000', '160420.429000', '160420.431000', '160420.434000', '160420.437000', '160420.440000', '160420.443000', '160420.446000', '160420.449000', '160420.451000', '160420.454000', '160420.457000', '160420.460000', '160420.463000', '160420.466000', '160420.469000', '160420.471000', '160420.474000', '160420.477000', '160420.480000', '160420.483000', '160420.486000', '160420.488000', '160440.368000', '160440.371000', '160440.374000', '160440.377000', '160440.379000', '160440.382000', '160440.385000', '160440.388000', '160440.391000', '160440.394000', '160440.397000', '160440.399000', '160440.402000', '160440.405000', '160440.408000', '160440.411000', '160440.414000', '160440.416000', '160440.419000', '160440.422000', '160440.425000', '160440.428000', '160440.431000', '160440.434000', '160440.436000', '160440.439000', '160440.455000', '160440.458000', '160440.460000', '160440.463000', '160440.466000', '160440.469000', '160440.472000', '160440.474000', '160440.477000', '160440.480000', '160440.483000', '160440.486000', '160440.488000', '160440.491000', '160440.494000', '160440.497000', '160440.500000', '160440.503000', '160500.368000', '160500.371000', '160500.374000', '160500.377000', '160500.380000', '160500.382000', '160500.385000', '160500.388000', '160500.391000', '160500.394000', '160500.396000', '160500.399000', '160500.403000', '160500.407000', '160500.410000', '160500.413000', '160500.416000', '160500.418000', '160500.421000', '160500.424000', '160500.427000', '160500.430000', '160500.433000', '160500.436000', '160500.438000', '160500.441000', '160500.444000', '160500.447000', '160500.450000', '160500.452000', '160500.455000', '160500.460000', '160500.463000', '160500.466000', '160500.469000', '160500.472000', '160500.475000', '160500.477000', '160500.480000', '160500.483000', '160500.486000', '160500.489000', '160500.492000', '160520.368000', '160520.371000', '160520.374000', '160520.377000', '160520.379000', '160520.382000', '160520.385000', '160520.388000', '160520.391000', '160520.393000', '160520.396000', '160520.399000', '160520.402000', '160520.405000', '160520.408000', '160520.411000', '160520.414000', '160520.416000', '160520.419000', '160520.422000', '160520.425000', '160520.428000', '160520.431000', '160520.434000', '160520.436000', '160520.439000', '160520.442000', '160520.445000', '160520.448000', '160520.451000', '160520.453000', '160520.456000', '160520.459000', '160520.462000', '160520.465000', '160520.468000', '160520.470000', '160520.473000', '160520.476000', '160520.479000', '160520.482000', '160520.485000', '160520.487000', '160520.490000', '160540.369000', '160540.372000', '160540.375000', '160540.378000', '160540.380000', '160540.383000', '160540.386000', '160540.389000', '160540.392000', '160540.394000', '160540.397000', '160540.400000', '160540.403000', '160540.406000', '160540.409000', '160540.411000', '160540.414000', '160540.417000', '160540.420000', '160540.423000', '160540.426000', '160540.428000', '160540.431000', '160540.434000', '160540.437000', '160540.440000', '160540.443000', '160540.446000', '160540.448000', '160540.451000', '160540.454000', '160540.457000', '160540.460000', '160540.462000', '160540.465000', '160540.468000', '160540.471000', '160540.474000', '160540.477000', '160540.480000', '160540.482000', '160540.485000', '160540.488000', '160600.369000', '160600.372000', '160600.375000', '160600.378000', '160600.380000', '160600.383000', '160600.386000', '160600.389000', '160600.392000', '160600.395000', '160600.397000', '160600.400000', '160600.403000', '160600.406000', '160600.409000', '160600.411000', '160600.414000', '160600.417000', '160600.420000', '160600.423000', '160600.426000', '160600.429000', '160600.431000', '160600.434000', '160600.437000', '160600.440000', '160600.443000', '160600.446000', '160600.448000', '160600.451000', '160600.454000', '160600.457000', '160600.460000', '160600.463000', '160600.466000', '160600.468000', '160600.471000', '160600.474000', '160600.477000', '160600.480000', '160600.483000', '160600.485000', '160600.488000', '160600.491000', '160620.369000', '160620.372000', '160620.375000', '160620.378000', '160620.381000', '160620.383000', '160620.386000', '160620.394000', '160620.397000', '160620.400000', '160620.402000', '160620.405000', '160620.408000', '160620.411000', '160620.414000', '160620.416000', '160620.419000', '160620.422000', '160620.425000', '160620.428000', '160620.431000', '160620.433000', '160620.436000', '160620.439000', '160620.509000', '160620.512000', '160620.515000', '160620.518000', '160620.521000', '160620.523000', '160620.526000', '160620.529000', '160620.532000', '160620.535000', '160620.538000', '160620.541000', '160620.544000', '160620.546000', '160620.549000', '160620.552000', '160620.555000', '160620.558000', '160620.560000', '160640.368000', '160640.371000', '160640.374000', '160640.377000', '160640.380000', '160640.382000', '160640.385000', '160640.388000', '160640.391000', '160640.394000', '160640.397000', '160640.399000', '160640.402000', '160640.405000', '160640.409000', '160640.412000', '160640.415000', '160640.418000', '160640.420000', '160640.423000', '160640.426000', '160640.429000', '160640.432000', '160640.435000', '160640.437000', '160640.440000', '160640.443000', '160640.446000', '160640.449000', '160640.452000', '160640.454000', '160640.457000', '160640.460000', '160640.463000', '160640.466000', '160640.468000', '160640.471000', '160640.474000', '160640.477000', '160640.480000', '160640.482000', '160640.485000', '160640.488000', '160640.491000', '160700.368000', '160700.371000', '160700.374000', '160700.377000', '160700.379000', '160700.382000', '160700.385000', '160700.388000', '160700.391000', '160700.394000', '160700.396000', '160700.399000', '160700.402000', '160700.405000', '160700.408000', '160700.411000', '160700.413000', '160700.416000', '160700.419000', '160700.422000', '160700.425000', '160700.428000', '160700.431000', '160700.433000', '160700.436000', '160700.439000', '160700.442000', '160700.445000', '160700.448000', '160700.450000', '160700.453000', '160700.456000', '160700.459000', '160700.462000', '160700.464000', '160700.467000', '160700.470000', '160700.473000', '160700.476000', '160700.479000', '160700.481000', '160700.484000', '160700.487000', '160720.368000', '160720.371000', '160720.374000', '160720.377000', '160720.379000', '160720.382000', '160720.385000', '160720.388000', '160720.391000', '160720.394000', '160720.397000', '160720.399000', '160720.402000', '160720.405000', '160720.408000', '160720.411000', '160720.413000', '160720.416000', '160720.419000', '160720.422000', '160720.425000', '160720.428000', '160720.431000', '160720.433000', '160720.436000', '160720.439000', '160720.442000', '160720.445000', '160720.448000', '160720.451000', '160720.453000', '160720.456000', '160720.459000', '160720.462000', '160720.465000', '160720.468000', '160720.470000', '160720.473000', '160720.476000', '160720.479000', '160720.482000', '160720.484000', '160720.487000', '160720.490000', '160740.368000', '160740.371000', '160740.374000', '160740.377000', '160740.380000', '160740.382000', '160740.385000', '160740.388000', '160740.391000', '160740.394000', '160740.396000', '160740.399000', '160740.402000', '160740.405000', '160740.408000', '160740.411000', '160740.413000', '160740.430000', '160740.433000', '160740.436000', '160740.439000', '160740.441000', '160740.444000', '160740.447000', '160740.450000', '160740.453000', '160740.455000', '160740.458000', '160740.461000', '160740.464000', '160740.469000', '160740.472000', '160740.475000', '160740.477000', '160740.482000', '160740.485000', '160740.488000', '160740.491000', '160740.493000', '160740.496000', '160740.499000', '160740.502000', '160740.505000', '160800.369000', '160800.372000', '160800.375000', '160800.377000', '160800.380000', '160800.383000', '160800.386000', '160800.389000', '160800.392000', '160800.394000', '160800.397000', '160800.400000', '160800.403000', '160800.406000', '160800.408000', '160800.411000', '160800.414000', '160800.417000', '160800.420000', '160800.422000', '160800.425000', '160800.428000', '160800.431000', '160800.434000', '160800.437000', '160800.439000', '160800.442000', '160800.445000', '160800.448000', '160800.451000', '160800.453000', '160800.456000', '160800.459000', '160800.462000', '160800.465000', '160800.468000', '160800.471000', '160800.473000', '160800.476000', '160800.479000', '160800.482000', '160800.485000', '160800.487000', '160800.490000', '160820.369000', '160820.372000', '160820.375000', '160820.378000', '160820.380000', '160820.383000', '160820.386000', '160820.389000', '160820.392000', '160820.395000', '160820.398000', '160820.400000', '160820.403000', '160820.406000', '160820.409000', '160820.412000', '160820.415000', '160820.418000', '160820.421000', '160820.423000', '160820.426000', '160820.429000', '160820.432000', '160820.435000', '160820.438000', '160820.440000', '160820.443000', '160820.446000', '160820.449000', '160820.452000', '160820.455000', '160820.458000', '160820.461000', '160820.463000', '160820.466000', '160820.469000', '160820.472000', '160820.475000', '160820.478000', '160820.481000', '160820.483000', '160820.486000', '160820.489000', '160840.369000', '160840.372000', '160840.375000', '160840.378000', '160840.380000', '160840.383000', '160840.386000', '160840.389000', '160840.392000', '160840.395000', '160840.397000', '160840.400000', '160840.403000', '160840.406000', '160840.409000', '160840.412000', '160840.415000', '160840.417000', '160840.420000', '160840.423000', '160840.426000', '160840.429000', '160840.432000', '160840.434000', '160840.437000', '160840.440000', '160840.443000', '160840.446000', '160840.448000', '160840.451000', '160840.454000', '160840.457000', '160840.460000', '160840.463000', '160840.465000', '160840.468000', '160840.471000', '160840.474000', '160840.477000', '160840.479000', '160840.482000', '160840.485000', '160840.488000', '160840.491000', '160900.368000', '160900.371000', '160900.374000', '160900.377000', '160900.380000', '160900.382000', '160900.385000', '160900.388000', '160900.391000', '160900.394000', '160900.397000', '160900.399000', '160900.402000', '160900.405000', '160900.408000', '160900.411000', '160900.414000', '160900.416000', '160900.419000', '160900.422000', '160900.425000', '160900.428000', '160900.430000', '160900.433000', '160900.436000', '160900.439000', '160900.442000', '160900.445000', '160900.461000', '160900.464000', '160900.467000', '160900.470000', '160900.473000', '160900.475000', '160900.478000', '160900.481000', '160900.484000', '160900.487000', '160900.489000', '160900.492000', '160900.495000', '160900.498000', '160900.501000', '160914.893000', '160914.896000', '160914.899000', '160914.902000', '160914.905000', '160914.908000', '160914.911000', '160914.914000', '160914.917000', '160914.919000', '160914.922000', '160914.925000', '160914.928000', '160914.931000', '160914.934000', '160914.936000', '160914.939000', '160914.942000', '160914.945000', '160914.948000', '160914.951000', '160914.953000', '160914.956000', '160914.959000', '160914.962000', '160914.965000', '160914.968000', '160914.971000', '160914.973000', '160914.976000', '160914.979000', '160914.982000'], 'InstanceCreationTime': ['160220.401000', '160220.404000', '160220.407000', '160220.410000', '160220.413000', '160220.423000', '160220.426000', '160220.428000', '160220.431000', '160220.444000', '160220.447000', '160220.450000', '160220.459000', '160220.461000', '160220.464000', '160220.467000', '160220.470000', '160220.473000', '160220.476000', '160220.479000', '160220.481000', '160220.484000', '160220.487000', '160220.490000', '160240.368000', '160240.371000', '160240.374000', '160240.377000', '160240.380000', '160240.383000', '160240.386000', '160240.389000', '160240.391000', '160240.394000', '160240.397000', '160240.407000', '160240.409000', '160240.413000', '160240.415000', '160240.418000', '160240.421000', '160240.424000', '160240.427000', '160240.430000', '160240.432000', '160240.435000', '160240.438000', '160240.441000', '160240.444000', '160240.447000', '160240.450000', '160240.453000', '160240.456000', '160240.459000', '160240.461000', '160240.471000', '160240.474000', '160240.477000', '160240.480000', '160240.483000', '160240.486000', '160240.488000', '160240.491000', '160240.494000', '160240.497000', '160240.500000', '160240.503000', '160240.506000', '160300.368000', '160300.371000', '160300.374000', '160300.376000', '160300.379000', '160300.382000', '160300.385000', '160300.388000', '160300.390000', '160300.393000', '160300.396000', '160300.399000', '160300.402000', '160300.404000', '160300.407000', '160300.410000', '160300.413000', '160300.416000', '160300.419000', '160300.421000', '160300.424000', '160300.427000', '160300.430000', '160300.433000', '160300.436000', '160300.438000', '160300.441000', '160300.444000', '160300.447000', '160300.449000', '160300.464000', '160300.467000', '160300.470000', '160300.473000', '160300.475000', '160300.478000', '160300.481000', '160300.484000', '160300.487000', '160300.489000', '160300.492000', '160300.495000', '160300.498000', '160320.369000', '160320.372000', '160320.375000', '160320.377000', '160320.380000', '160320.383000', '160320.386000', '160320.389000', '160320.391000', '160320.394000', '160320.397000', '160320.400000', '160320.403000', '160320.406000', '160320.408000', '160320.411000', '160320.414000', '160320.417000', '160320.420000', '160320.423000', '160320.425000', '160320.428000', '160320.431000', '160320.434000', '160320.436000', '160320.439000', '160320.442000', '160320.445000', '160320.448000', '160320.450000', '160320.453000', '160320.456000', '160320.459000', '160320.462000', '160320.465000', '160320.467000', '160320.470000', '160320.473000', '160320.476000', '160320.478000', '160320.481000', '160320.484000', '160320.487000', '160320.490000', '160340.369000', '160340.372000', '160340.375000', '160340.378000', '160340.381000', '160340.384000', '160340.386000', '160340.389000', '160340.392000', '160340.395000', '160340.398000', '160340.400000', '160340.403000', '160340.406000', '160340.409000', '160340.412000', '160340.415000', '160340.417000', '160340.420000', '160340.423000', '160340.426000', '160340.429000', '160340.433000', '160340.435000', '160340.438000', '160340.441000', '160340.444000', '160340.447000', '160340.449000', '160340.452000', '160340.455000', '160340.458000', '160340.461000', '160340.464000', '160340.466000', '160340.469000', '160340.472000', '160340.475000', '160340.478000', '160340.480000', '160340.483000', '160340.486000', '160340.489000', '160400.369000', '160400.372000', '160400.375000', '160400.377000', '160400.380000', '160400.383000', '160400.386000', '160400.389000', '160400.392000', '160400.394000', '160400.397000', '160400.400000', '160400.403000', '160400.406000', '160400.409000', '160400.412000', '160400.414000', '160400.417000', '160400.420000', '160400.423000', '160400.426000', '160400.429000', '160400.431000', '160400.434000', '160400.437000', '160400.440000', '160400.443000', '160400.445000', '160400.448000', '160400.451000', '160400.454000', '160400.457000', '160400.459000', '160400.462000', '160400.465000', '160400.468000', '160400.471000', '160400.474000', '160400.476000', '160400.479000', '160400.482000', '160400.485000', '160400.488000', '160400.491000', '160420.368000', '160420.372000', '160420.375000', '160420.377000', '160420.380000', '160420.383000', '160420.386000', '160420.389000', '160420.392000', '160420.394000', '160420.397000', '160420.400000', '160420.403000', '160420.406000', '160420.409000', '160420.412000', '160420.414000', '160420.417000', '160420.420000', '160420.423000', '160420.426000', '160420.429000', '160420.431000', '160420.434000', '160420.437000', '160420.440000', '160420.443000', '160420.446000', '160420.449000', '160420.451000', '160420.454000', '160420.457000', '160420.460000', '160420.463000', '160420.466000', '160420.469000', '160420.471000', '160420.474000', '160420.477000', '160420.480000', '160420.483000', '160420.486000', '160420.488000', '160440.368000', '160440.371000', '160440.374000', '160440.377000', '160440.379000', '160440.382000', '160440.385000', '160440.388000', '160440.391000', '160440.394000', '160440.397000', '160440.399000', '160440.402000', '160440.405000', '160440.408000', '160440.411000', '160440.414000', '160440.416000', '160440.419000', '160440.422000', '160440.425000', '160440.428000', '160440.431000', '160440.434000', '160440.436000', '160440.439000', '160440.455000', '160440.458000', '160440.460000', '160440.463000', '160440.466000', '160440.469000', '160440.472000', '160440.474000', '160440.477000', '160440.480000', '160440.483000', '160440.486000', '160440.488000', '160440.491000', '160440.494000', '160440.497000', '160440.500000', '160440.503000', '160500.368000', '160500.371000', '160500.374000', '160500.377000', '160500.380000', '160500.382000', '160500.385000', '160500.388000', '160500.391000', '160500.394000', '160500.396000', '160500.399000', '160500.403000', '160500.407000', '160500.410000', '160500.413000', '160500.416000', '160500.418000', '160500.421000', '160500.424000', '160500.427000', '160500.430000', '160500.433000', '160500.436000', '160500.438000', '160500.441000', '160500.444000', '160500.447000', '160500.450000', '160500.452000', '160500.455000', '160500.460000', '160500.463000', '160500.466000', '160500.469000', '160500.472000', '160500.475000', '160500.477000', '160500.480000', '160500.483000', '160500.486000', '160500.489000', '160500.492000', '160520.368000', '160520.371000', '160520.374000', '160520.377000', '160520.379000', '160520.382000', '160520.385000', '160520.388000', '160520.391000', '160520.393000', '160520.396000', '160520.399000', '160520.402000', '160520.405000', '160520.408000', '160520.411000', '160520.414000', '160520.416000', '160520.419000', '160520.422000', '160520.425000', '160520.428000', '160520.431000', '160520.434000', '160520.436000', '160520.439000', '160520.442000', '160520.445000', '160520.448000', '160520.451000', '160520.453000', '160520.456000', '160520.459000', '160520.462000', '160520.465000', '160520.468000', '160520.470000', '160520.473000', '160520.476000', '160520.479000', '160520.482000', '160520.485000', '160520.487000', '160520.490000', '160540.369000', '160540.372000', '160540.375000', '160540.378000', '160540.380000', '160540.383000', '160540.386000', '160540.389000', '160540.392000', '160540.394000', '160540.397000', '160540.400000', '160540.403000', '160540.406000', '160540.409000', '160540.411000', '160540.414000', '160540.417000', '160540.420000', '160540.423000', '160540.426000', '160540.428000', '160540.431000', '160540.434000', '160540.437000', '160540.440000', '160540.443000', '160540.446000', '160540.448000', '160540.451000', '160540.454000', '160540.457000', '160540.460000', '160540.462000', '160540.465000', '160540.468000', '160540.471000', '160540.474000', '160540.477000', '160540.480000', '160540.482000', '160540.485000', '160540.488000', '160600.369000', '160600.372000', '160600.375000', '160600.378000', '160600.380000', '160600.383000', '160600.386000', '160600.389000', '160600.392000', '160600.395000', '160600.397000', '160600.400000', '160600.403000', '160600.406000', '160600.409000', '160600.411000', '160600.414000', '160600.417000', '160600.420000', '160600.423000', '160600.426000', '160600.429000', '160600.431000', '160600.434000', '160600.437000', '160600.440000', '160600.443000', '160600.446000', '160600.448000', '160600.451000', '160600.454000', '160600.457000', '160600.460000', '160600.463000', '160600.466000', '160600.468000', '160600.471000', '160600.474000', '160600.477000', '160600.480000', '160600.483000', '160600.485000', '160600.488000', '160600.491000', '160620.369000', '160620.372000', '160620.375000', '160620.378000', '160620.381000', '160620.383000', '160620.386000', '160620.394000', '160620.397000', '160620.400000', '160620.402000', '160620.405000', '160620.408000', '160620.411000', '160620.414000', '160620.416000', '160620.419000', '160620.422000', '160620.425000', '160620.428000', '160620.431000', '160620.433000', '160620.436000', '160620.439000', '160620.509000', '160620.512000', '160620.515000', '160620.518000', '160620.521000', '160620.523000', '160620.526000', '160620.529000', '160620.532000', '160620.535000', '160620.538000', '160620.541000', '160620.544000', '160620.546000', '160620.549000', '160620.552000', '160620.555000', '160620.558000', '160620.560000', '160640.368000', '160640.371000', '160640.374000', '160640.377000', '160640.380000', '160640.382000', '160640.385000', '160640.388000', '160640.391000', '160640.394000', '160640.397000', '160640.399000', '160640.402000', '160640.405000', '160640.409000', '160640.412000', '160640.415000', '160640.418000', '160640.420000', '160640.423000', '160640.426000', '160640.429000', '160640.432000', '160640.435000', '160640.437000', '160640.440000', '160640.443000', '160640.446000', '160640.449000', '160640.452000', '160640.454000', '160640.457000', '160640.460000', '160640.463000', '160640.466000', '160640.468000', '160640.471000', '160640.474000', '160640.477000', '160640.480000', '160640.482000', '160640.485000', '160640.488000', '160640.491000', '160700.368000', '160700.371000', '160700.374000', '160700.377000', '160700.379000', '160700.382000', '160700.385000', '160700.388000', '160700.391000', '160700.394000', '160700.396000', '160700.399000', '160700.402000', '160700.405000', '160700.408000', '160700.411000', '160700.413000', '160700.416000', '160700.419000', '160700.422000', '160700.425000', '160700.428000', '160700.431000', '160700.433000', '160700.436000', '160700.439000', '160700.442000', '160700.445000', '160700.448000', '160700.450000', '160700.453000', '160700.456000', '160700.459000', '160700.462000', '160700.464000', '160700.467000', '160700.470000', '160700.473000', '160700.476000', '160700.479000', '160700.481000', '160700.484000', '160700.487000', '160720.368000', '160720.371000', '160720.374000', '160720.377000', '160720.379000', '160720.382000', '160720.385000', '160720.388000', '160720.391000', '160720.394000', '160720.397000', '160720.399000', '160720.402000', '160720.405000', '160720.408000', '160720.411000', '160720.413000', '160720.416000', '160720.419000', '160720.422000', '160720.425000', '160720.428000', '160720.431000', '160720.433000', '160720.436000', '160720.439000', '160720.442000', '160720.445000', '160720.448000', '160720.451000', '160720.453000', '160720.456000', '160720.459000', '160720.462000', '160720.465000', '160720.468000', '160720.470000', '160720.473000', '160720.476000', '160720.479000', '160720.482000', '160720.484000', '160720.487000', '160720.490000', '160740.368000', '160740.371000', '160740.374000', '160740.377000', '160740.380000', '160740.382000', '160740.385000', '160740.388000', '160740.391000', '160740.394000', '160740.396000', '160740.399000', '160740.402000', '160740.405000', '160740.408000', '160740.411000', '160740.413000', '160740.430000', '160740.433000', '160740.436000', '160740.439000', '160740.441000', '160740.444000', '160740.447000', '160740.450000', '160740.453000', '160740.455000', '160740.458000', '160740.461000', '160740.464000', '160740.469000', '160740.472000', '160740.475000', '160740.477000', '160740.482000', '160740.485000', '160740.488000', '160740.491000', '160740.493000', '160740.496000', '160740.499000', '160740.502000', '160740.505000', '160800.369000', '160800.372000', '160800.375000', '160800.377000', '160800.380000', '160800.383000', '160800.386000', '160800.389000', '160800.392000', '160800.394000', '160800.397000', '160800.400000', '160800.403000', '160800.406000', '160800.408000', '160800.411000', '160800.414000', '160800.417000', '160800.420000', '160800.422000', '160800.425000', '160800.428000', '160800.431000', '160800.434000', '160800.437000', '160800.439000', '160800.442000', '160800.445000', '160800.448000', '160800.451000', '160800.453000', '160800.456000', '160800.459000', '160800.462000', '160800.465000', '160800.468000', '160800.471000', '160800.473000', '160800.476000', '160800.479000', '160800.482000', '160800.485000', '160800.487000', '160800.490000', '160820.369000', '160820.372000', '160820.375000', '160820.378000', '160820.380000', '160820.383000', '160820.386000', '160820.389000', '160820.392000', '160820.395000', '160820.398000', '160820.400000', '160820.403000', '160820.406000', '160820.409000', '160820.412000', '160820.415000', '160820.418000', '160820.421000', '160820.423000', '160820.426000', '160820.429000', '160820.432000', '160820.435000', '160820.438000', '160820.440000', '160820.443000', '160820.446000', '160820.449000', '160820.452000', '160820.455000', '160820.458000', '160820.461000', '160820.463000', '160820.466000', '160820.469000', '160820.472000', '160820.475000', '160820.478000', '160820.481000', '160820.483000', '160820.486000', '160820.489000', '160840.369000', '160840.372000', '160840.375000', '160840.378000', '160840.380000', '160840.383000', '160840.386000', '160840.389000', '160840.392000', '160840.395000', '160840.397000', '160840.400000', '160840.403000', '160840.406000', '160840.409000', '160840.412000', '160840.415000', '160840.417000', '160840.420000', '160840.423000', '160840.426000', '160840.429000', '160840.432000', '160840.434000', '160840.437000', '160840.440000', '160840.443000', '160840.446000', '160840.448000', '160840.451000', '160840.454000', '160840.457000', '160840.460000', '160840.463000', '160840.465000', '160840.468000', '160840.471000', '160840.474000', '160840.477000', '160840.479000', '160840.482000', '160840.485000', '160840.488000', '160840.491000', '160900.368000', '160900.371000', '160900.374000', '160900.377000', '160900.380000', '160900.382000', '160900.385000', '160900.388000', '160900.391000', '160900.394000', '160900.397000', '160900.399000', '160900.402000', '160900.405000', '160900.408000', '160900.411000', '160900.414000', '160900.416000', '160900.419000', '160900.422000', '160900.425000', '160900.428000', '160900.430000', '160900.433000', '160900.436000', '160900.439000', '160900.442000', '160900.445000', '160900.461000', '160900.464000', '160900.467000', '160900.470000', '160900.473000', '160900.475000', '160900.478000', '160900.481000', '160900.484000', '160900.487000', '160900.489000', '160900.492000', '160900.495000', '160900.498000', '160900.501000', '160914.893000', '160914.896000', '160914.899000', '160914.902000', '160914.905000', '160914.908000', '160914.911000', '160914.914000', '160914.917000', '160914.919000', '160914.922000', '160914.925000', '160914.928000', '160914.931000', '160914.934000', '160914.936000', '160914.939000', '160914.942000', '160914.945000', '160914.948000', '160914.951000', '160914.953000', '160914.956000', '160914.959000', '160914.962000', '160914.965000', '160914.968000', '160914.971000', '160914.973000', '160914.976000', '160914.979000', '160914.982000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [8902, 12464, 8936, 11560, 16168, 9502, 12370, 8903, 11134, 8397, 10411, 15241, 10308, 14555, 11825, 13744, 10039, 12555, 10757, 16903, 13674, 11686, 10423, 10919, 8683, 9961, 8651, 10606, 9193, 11299, 9855, 11645, 8526, 10528, 8755, 11300, 8988, 13083, 9019, 11346, 9146, 11582, 9316, 13417, 9604, 11721, 9399, 11026, 14334, 11198, 14170, 12014, 13666, 10372, 12150, 9778, 12176, 9203, 13976, 9363, 12286, 8844, 11336, 9258, 12467, 9746, 12490, 9336, 10652, 13066, 10463, 14752, 11971, 13526, 9732, 11954, 9126, 11135, 9240, 12752, 9289, 11502, 9366, 10971, 9543, 11407, 11276, 11868, 9267, 10701, 14737, 10681, 13902, 11738, 13155, 9893, 11737, 9491, 11964, 10176, 12735, 9934, 12250, 9735, 13232, 11030, 13320, 9604, 12777, 10326, 13090, 10881, 12873, 9151, 11889, 9396, 13087, 9400, 12359, 9541, 10852, 9637, 11900, 12877, 12089, 9262, 10683, 11728, 10599, 15016, 11975, 13835, 10324, 12666, 9468, 12755, 9106, 13422, 9068, 10897, 8742, 10361, 11847, 11618, 10158, 11464, 9192, 10480, 10408, 10914, 13575, 11275, 9250, 10137, 9823, 11209, 11753, 12769, 9096, 11828, 9177, 11903, 13377, 12410, 11779, 10534, 14584, 10565, 13968, 11449, 13998, 9777, 12300, 9736, 12567, 10298, 13345, 9649, 12167, 10001, 11780, 10198, 13804, 10371, 13319, 11093, 8288, 8918, 8522, 9911, 9108, 10992, 8668, 11636, 10022, 13369, 12572, 12675, 8860, 10760, 8713, 10642, 13624, 11009, 15362, 10937, 12754, 9214, 11610, 9678, 11073, 8956, 11553, 8721, 13154, 8719, 11552, 8430, 10651, 8534, 10428, 14208, 11344, 14683, 10115, 12559, 9971, 11784, 9394, 11630, 8712, 12446, 8998, 10236, 11083, 9867, 14295, 11289, 13816, 10887, 12782, 8672, 11288, 8784, 11270, 8955, 13055, 8942, 12637, 8973, 11008, 8725, 10953, 15719, 11739, 14418, 11098, 13147, 9602, 11743, 8782, 12497, 9585, 12315, 10619, 10028, 14287, 10363, 12210, 9390, 12566, 8872, 11094, 10434, 10140, 14535, 11168, 12830, 9788, 11792, 8674, 11148, 8672, 10986, 14765, 11271, 13358, 10045, 11850, 8869, 11676, 8831, 11614, 14155, 10260, 14172, 10476, 12775, 9485, 13631, 9077, 12585, 8975, 11355, 9203, 11333, 16121, 12604, 14230, 10677, 13962, 10757, 12906, 9446, 13995, 9060, 12041, 9708, 10294, 15188, 11198, 13075, 10432, 12741, 8876, 11598, 8820, 10860, 15193, 11699, 13915, 10496, 13244, 10144, 12684, 9494, 13122, 9214, 13460, 9050, 12652, 8943, 13236, 9494, 14783, 9681, 12764, 8989, 11902, 15509, 11929, 15709, 12054, 14360, 10575, 13202, 11105, 13739, 11505, 14044, 9540, 13290, 10056, 13724, 10253, 14326, 9152, 13032, 9092, 13360, 9548, 14525, 9240, 13097, 9164, 12480, 9278, 13646, 10060, 12377, 11543, 10661, 15615, 11994, 14558, 11944, 11595, 9961, 8935, 9690, 13672, 10958, 14057, 10823, 10000, 9671, 11151, 10218, 14082, 11647, 9734, 10613, 10051, 11459, 14646, 12072, 9521, 10188, 10928, 9917, 15416, 11738, 14184, 10394, 12897, 9998, 12134, 9875, 13062, 9071, 11815, 9057, 10759, 10009, 11587, 13514, 9897, 13493, 9967, 11848, 9888, 12645, 8950, 12001, 8671, 10754, 8858, 11927, 9161, 11197, 11704, 10065, 14750, 11052, 13804, 11059, 13932, 9859, 12545, 9507, 12134, 9452, 13634, 8861, 12551, 8921, 11300, 16032, 12006, 14136, 11901, 13406, 10027, 12398, 9246, 12320, 8742, 13166, 9130, 10717, 13064, 9814, 14638, 11342, 13467, 10169, 11981, 8978, 11401, 9053, 12392, 9198, 11448, 12546, 9935, 14562, 10423, 12937, 10171, 13521, 9130, 12241, 8790, 11259, 8983, 10551, 15219, 11611, 10519, 10072, 12237, 9841, 13865, 11003, 13898, 9990, 13640, 9089, 11467, 11052, 10966, 16189, 12307, 11603, 10526, 9109, 11149, 9658, 10974, 15497, 11723, 13855, 11836, 13694, 10228, 12928, 9709, 13225, 9430, 14342, 9085, 12694, 8980, 10941, 9102, 10416, 15363, 11535, 15120, 11230, 11814, 10135, 14247, 10129, 13467, 10644, 13714, 9784, 12725, 8959, 11489, 8799, 10995, 13578, 11673, 9877, 10187, 12073, 9882, 14154, 10860, 13790, 11007, 13533, 9356, 12359, 9135, 12135, 9665, 13405, 10123, 11323, 14160, 10738, 14651, 11473, 13838, 11404, 13144, 9458, 11807, 9529, 12286, 9521, 13775, 10216, 13008, 9707, 12354, 9442, 12750, 9044, 12166, 8880, 10412, 8734, 10073, 11399, 10160, 14378, 10420, 14638, 10987, 11004, 10669, 9033, 11523, 8826, 11776, 8764, 12051, 8820, 12101, 9871, 11826, 11684, 11467, 12047, 11416, 10346, 11675, 9902, 14300, 10529, 15785, 11203, 8691, 11363, 9103, 10674, 15595, 10516, 13600, 11088, 12843, 9417, 11871, 8557, 11666, 8697, 12575, 9069, 11777, 9003, 10120, 9079, 10610, 9173, 11747, 9092, 12454, 8782, 12116, 14164, 10858, 16003, 13177, 15251, 11337, 9790, 10908, 8817, 12930, 9304, 13327, 9593, 12830, 11048, 11186, 13740, 10934, 13868, 10849, 13123, 10785, 13143, 10703, 13180, 10979, 14381, 11389, 10502, 11692, 8930, 11222, 8973, 11584, 9558, 12674, 10432, 13985, 9499, 10859, 9460, 13169, 10269, 13388, 11234, 14205, 10316, 13893, 9834, 12961, 10567, 13738, 10210, 14147, 9791, 12756, 9215, 12742, 8968, 12411, 9005, 13520, 10548, 15141, 11344, 12825, 10979, 9071, 12633, 9085, 12873, 9831, 11220, 15371, 12377, 13013, 10823, 8617, 9968, 8850, 10153, 14600, 11030, 10787, 9849, 8953, 9948, 10350, 10584, 14919, 10725, 11845, 10425, 8928, 8779, 8820, 13413, 10735, 14400, 10933, 13875, 10982, 15078, 11643, 12211, 9216, 11598, 9381, 11477, 9350, 12892, 9886, 12733, 8999, 11300, 8975, 11248, 8890, 11999, 8831, 12234, 8668, 11350, 8924, 12179, 9674, 14117, 9115, 12093, 9003, 12008, 10495, 12820, 10994, 10932, 14151, 9980, 13616, 10488, 12837, 10287, 12463, 9171, 11216, 8914, 11779, 9067, 13119, 9201, 11170, 8968, 10138, 14628, 10634, 14140, 11346, 13329, 9496, 12370, 10425, 12879, 10719, 13544, 10292, 12760, 9388, 11731, 8671, 12868, 9316, 12116, 9304, 11346, 9316, 11577, 9039, 11210, 13883, 11425, 15159, 12074, 9053, 10712, 8678, 11492, 9102, 13723, 9231, 11841, 8865, 10647, 8744, 10671, 8819, 11268, 15378, 11872, 14053, 12026, 12724, 10182, 11447, 9659, 11874, 9789, 13299, 10068, 12704, 8831, 10507, 9123, 11025, 10865, 12070, 8502, 10431, 8916, 10088, 15401, 11511, 14291, 11057, 8727, 9837, 11126, 9715, 14070, 11327, 13708, 10066, 12287, 9304, 13215, 9507, 12380, 9775, 9936, 14745, 11022, 13843, 10796, 12625, 8939, 11549, 9321, 11667, 11783, 10572, 15124, 9948, 12213, 9943, 12393, 9451, 11783, 8575, 10145, 9235, 9667, 13813, 10711, 12962, 9867, 12086, 10100, 12057, 9649, 13289, 9351, 12874, 8914, 11343, 10308], 'WindowCenter': [4803.0, 4811.0, 4759.0, 4775.0, 4781.0, 4730.0, 4748.0, 4718.0, 4737.0, 4704.0, 4736.0, 4764.0, 4726.0, 4755.0, 4744.0, 4742.0, 4713.0, 4733.0, 4746.0, 4781.0, 4758.0, 4735.0, 4722.0, 4720.0, 4692.0, 4710.0, 4692.0, 4709.0, 4701.0, 4721.0, 4712.0, 4721.0, 4694.0, 4712.0, 4704.0, 4723.0, 4703.0, 4743.0, 4703.0, 4723.0, 4713.0, 4746.0, 4726.0, 4756.0, 4726.0, 4745.0, 4715.0, 4735.0, 4741.0, 4733.0, 4743.0, 4744.0, 4742.0, 4722.0, 4731.0, 4724.0, 4730.0, 4703.0, 4752.0, 4713.0, 4742.0, 4701.0, 4732.0, 4712.0, 4743.0, 4714.0, 4757.0, 4725.0, 4734.0, 4742.0, 4723.0, 4752.0, 4734.0, 4743.0, 4724.0, 4733.0, 4725.0, 4745.0, 4714.0, 4755.0, 4727.0, 4745.0, 4714.0, 4736.0, 4724.0, 4746.0, 4735.0, 4746.0, 4725.0, 4736.0, 4754.0, 4736.0, 4755.0, 4746.0, 4757.0, 4737.0, 4745.0, 4725.0, 4746.0, 4737.0, 4756.0, 4752.0, 4771.0, 4741.0, 4757.0, 4749.0, 4767.0, 4740.0, 4755.0, 4738.0, 4757.0, 4748.0, 4757.0, 4726.0, 4746.0, 4726.0, 4757.0, 4726.0, 4756.0, 4725.0, 4735.0, 4725.0, 4746.0, 4756.0, 4747.0, 4725.0, 4736.0, 4744.0, 4737.0, 4764.0, 4747.0, 4755.0, 4735.0, 4744.0, 4727.0, 4745.0, 4714.0, 4753.0, 4713.0, 4734.0, 4703.0, 4724.0, 4733.0, 4733.0, 4724.0, 4745.0, 4724.0, 4734.0, 4734.0, 4736.0, 4753.0, 4736.0, 4726.0, 4736.0, 4725.0, 4744.0, 4745.0, 4756.0, 4716.0, 4746.0, 4715.0, 4745.0, 4754.0, 4745.0, 4743.0, 4736.0, 4753.0, 4734.0, 4754.0, 4734.0, 4753.0, 4724.0, 4732.0, 4724.0, 4742.0, 4734.0, 4753.0, 4726.0, 4744.0, 4725.0, 4744.0, 4735.0, 4757.0, 4737.0, 4770.0, 4749.0, 4704.0, 4716.0, 4703.0, 4725.0, 4716.0, 4736.0, 4716.0, 4745.0, 4725.0, 4755.0, 4743.0, 4743.0, 4714.0, 4733.0, 4702.0, 4723.0, 4741.0, 4722.0, 4752.0, 4722.0, 4742.0, 4712.0, 4731.0, 4713.0, 4733.0, 4703.0, 4733.0, 4704.0, 4743.0, 4706.0, 4744.0, 4702.0, 4735.0, 4704.0, 4736.0, 4754.0, 4734.0, 4764.0, 4737.0, 4746.0, 4726.0, 4746.0, 4713.0, 4744.0, 4707.0, 4747.0, 4714.0, 4735.0, 4735.0, 4735.0, 4755.0, 4746.0, 4756.0, 4736.0, 4745.0, 4716.0, 4735.0, 4717.0, 4748.0, 4715.0, 4759.0, 4726.0, 4759.0, 4726.0, 4745.0, 4716.0, 4748.0, 4768.0, 4748.0, 4765.0, 4747.0, 4757.0, 4725.0, 4746.0, 4714.0, 4757.0, 4724.0, 4744.0, 4734.0, 4726.0, 4755.0, 4736.0, 4745.0, 4726.0, 4756.0, 4716.0, 4747.0, 4733.0, 4732.0, 4754.0, 4735.0, 4745.0, 4735.0, 4743.0, 4717.0, 4747.0, 4714.0, 4746.0, 4764.0, 4748.0, 4757.0, 4733.0, 4746.0, 4718.0, 4757.0, 4714.0, 4749.0, 4763.0, 4737.0, 4765.0, 4749.0, 4759.0, 4739.0, 4767.0, 4729.0, 4757.0, 4728.0, 4757.0, 4729.0, 4760.0, 4780.0, 4770.0, 4767.0, 4747.0, 4768.0, 4749.0, 4758.0, 4740.0, 4769.0, 4727.0, 4759.0, 4728.0, 4738.0, 4776.0, 4747.0, 4758.0, 4748.0, 4758.0, 4728.0, 4758.0, 4729.0, 4751.0, 4778.0, 4758.0, 4767.0, 4750.0, 4769.0, 4750.0, 4770.0, 4741.0, 4770.0, 4740.0, 4771.0, 4740.0, 4769.0, 4741.0, 4772.0, 4741.0, 4780.0, 4738.0, 4772.0, 4731.0, 4761.0, 4779.0, 4759.0, 4780.0, 4758.0, 4768.0, 4748.0, 4756.0, 4749.0, 4768.0, 4749.0, 4766.0, 4739.0, 4768.0, 4738.0, 4768.0, 4739.0, 4768.0, 4728.0, 4754.0, 4719.0, 4756.0, 4727.0, 4768.0, 4727.0, 4757.0, 4725.0, 4757.0, 4726.0, 4767.0, 4729.0, 4757.0, 4745.0, 4735.0, 4766.0, 4747.0, 4755.0, 4748.0, 4732.0, 4726.0, 4715.0, 4724.0, 4755.0, 4738.0, 4756.0, 4738.0, 4727.0, 4729.0, 4746.0, 4739.0, 4756.0, 4748.0, 4728.0, 4739.0, 4726.0, 4745.0, 4755.0, 4746.0, 4726.0, 4737.0, 4735.0, 4727.0, 4765.0, 4747.0, 4753.0, 4726.0, 4742.0, 4723.0, 4744.0, 4726.0, 4745.0, 4715.0, 4744.0, 4715.0, 4734.0, 4726.0, 4747.0, 4753.0, 4725.0, 4753.0, 4725.0, 4744.0, 4724.0, 4756.0, 4715.0, 4746.0, 4715.0, 4737.0, 4717.0, 4745.0, 4727.0, 4748.0, 4745.0, 4728.0, 4765.0, 4746.0, 4755.0, 4738.0, 4766.0, 4734.0, 4755.0, 4727.0, 4746.0, 4727.0, 4759.0, 4718.0, 4759.0, 4718.0, 4747.0, 4766.0, 4749.0, 4753.0, 4746.0, 4755.0, 4723.0, 4744.0, 4726.0, 4743.0, 4715.0, 4755.0, 4715.0, 4734.0, 4754.0, 4725.0, 4762.0, 4735.0, 4755.0, 4736.0, 4746.0, 4716.0, 4747.0, 4716.0, 4757.0, 4728.0, 4748.0, 4754.0, 4737.0, 4764.0, 4737.0, 4757.0, 4739.0, 4756.0, 4728.0, 4757.0, 4716.0, 4747.0, 4728.0, 4747.0, 4776.0, 4747.0, 4748.0, 4740.0, 4759.0, 4751.0, 4768.0, 4749.0, 4768.0, 4740.0, 4771.0, 4717.0, 4749.0, 4747.0, 4748.0, 4778.0, 4758.0, 4748.0, 4748.0, 4729.0, 4761.0, 4739.0, 4761.0, 4778.0, 4762.0, 4770.0, 4759.0, 4767.0, 4739.0, 4758.0, 4728.0, 4755.0, 4726.0, 4766.0, 4715.0, 4757.0, 4717.0, 4747.0, 4718.0, 4737.0, 4767.0, 4748.0, 4767.0, 4748.0, 4746.0, 4738.0, 4766.0, 4738.0, 4756.0, 4739.0, 4757.0, 4727.0, 4754.0, 4716.0, 4746.0, 4718.0, 4745.0, 4758.0, 4748.0, 4726.0, 4737.0, 4746.0, 4738.0, 4767.0, 4749.0, 4766.0, 4748.0, 4767.0, 4729.0, 4759.0, 4725.0, 4757.0, 4726.0, 4758.0, 4737.0, 4745.0, 4756.0, 4736.0, 4768.0, 4746.0, 4755.0, 4747.0, 4754.0, 4728.0, 4745.0, 4727.0, 4758.0, 4728.0, 4768.0, 4739.0, 4755.0, 4740.0, 4757.0, 4738.0, 4758.0, 4727.0, 4759.0, 4717.0, 4748.0, 4719.0, 4751.0, 4758.0, 4740.0, 4767.0, 4748.0, 4767.0, 4750.0, 4748.0, 4749.0, 4730.0, 4760.0, 4742.0, 4763.0, 4731.0, 4761.0, 4730.0, 4759.0, 4740.0, 4761.0, 4750.0, 4750.0, 4748.0, 4749.0, 4739.0, 4750.0, 4739.0, 4771.0, 4740.0, 4781.0, 4752.0, 4732.0, 4762.0, 4732.0, 4754.0, 4780.0, 4749.0, 4772.0, 4752.0, 4760.0, 4732.0, 4761.0, 4731.0, 4764.0, 4731.0, 4771.0, 4730.0, 4763.0, 4734.0, 4753.0, 4732.0, 4754.0, 4744.0, 4774.0, 4745.0, 4776.0, 4746.0, 4777.0, 4784.0, 4766.0, 4783.0, 4774.0, 4782.0, 4754.0, 4742.0, 4753.0, 4734.0, 4775.0, 4745.0, 4776.0, 4744.0, 4774.0, 4765.0, 4765.0, 4771.0, 4751.0, 4759.0, 4740.0, 4759.0, 4741.0, 4760.0, 4740.0, 4758.0, 4750.0, 4768.0, 4750.0, 4741.0, 4759.0, 4731.0, 4762.0, 4741.0, 4762.0, 4743.0, 4773.0, 4754.0, 4782.0, 4756.0, 4764.0, 4757.0, 4773.0, 4755.0, 4783.0, 4763.0, 4784.0, 4765.0, 4783.0, 4767.0, 4784.0, 4766.0, 4784.0, 4753.0, 4782.0, 4753.0, 4771.0, 4743.0, 4773.0, 4732.0, 4759.0, 4731.0, 4768.0, 4751.0, 4781.0, 4762.0, 4771.0, 4752.0, 4732.0, 4762.0, 4733.0, 4761.0, 4738.0, 4750.0, 4769.0, 4750.0, 4759.0, 4740.0, 4719.0, 4739.0, 4729.0, 4740.0, 4769.0, 4740.0, 4738.0, 4740.0, 4730.0, 4742.0, 4739.0, 4750.0, 4771.0, 4749.0, 4749.0, 4739.0, 4720.0, 4718.0, 4717.0, 4770.0, 4753.0, 4781.0, 4752.0, 4770.0, 4739.0, 4768.0, 4739.0, 4736.0, 4716.0, 4736.0, 4718.0, 4747.0, 4716.0, 4748.0, 4725.0, 4747.0, 4716.0, 4738.0, 4720.0, 4747.0, 4718.0, 4748.0, 4721.0, 4759.0, 4729.0, 4750.0, 4729.0, 4759.0, 4728.0, 4769.0, 4718.0, 4748.0, 4716.0, 4750.0, 4737.0, 4757.0, 4737.0, 4739.0, 4754.0, 4725.0, 4755.0, 4723.0, 4746.0, 4727.0, 4745.0, 4725.0, 4734.0, 4718.0, 4746.0, 4716.0, 4756.0, 4713.0, 4735.0, 4715.0, 4725.0, 4755.0, 4736.0, 4755.0, 4736.0, 4746.0, 4725.0, 4744.0, 4737.0, 4746.0, 4711.0, 4731.0, 4714.0, 4743.0, 4712.0, 4733.0, 4706.0, 4770.0, 4741.0, 4757.0, 4729.0, 4746.0, 4728.0, 4748.0, 4716.0, 4737.0, 4754.0, 4737.0, 4755.0, 4735.0, 4715.0, 4723.0, 4703.0, 4733.0, 4704.0, 4753.0, 4703.0, 4730.0, 4703.0, 4723.0, 4703.0, 4724.0, 4704.0, 4735.0, 4752.0, 4731.0, 4741.0, 4722.0, 4729.0, 4709.0, 4718.0, 4712.0, 4731.0, 4709.0, 4739.0, 4711.0, 4731.0, 4690.0, 4709.0, 4699.0, 4721.0, 4722.0, 4730.0, 4691.0, 4721.0, 4701.0, 4713.0, 4752.0, 4722.0, 4741.0, 4722.0, 4703.0, 4713.0, 4721.0, 4712.0, 4740.0, 4724.0, 4738.0, 4710.0, 4733.0, 4701.0, 4740.0, 4712.0, 4732.0, 4709.0, 4711.0, 4741.0, 4721.0, 4730.0, 4720.0, 4718.0, 4701.0, 4720.0, 4700.0, 4721.0, 4721.0, 4710.0, 4740.0, 4712.0, 4730.0, 4709.0, 4730.0, 4722.0, 4745.0, 4702.0, 4723.0, 4712.0, 4713.0, 4741.0, 4724.0, 4743.0, 4725.0, 4744.0, 4724.0, 4745.0, 4724.0, 4756.0, 4714.0, 4745.0, 4703.0, 4735.0, 4722.0], 'WindowWidth': [10501.0, 10492.0, 10410.0, 10425.0, 10425.0, 10347.0, 10369.0, 10326.0, 10352.0, 10305.0, 10350.0, 10388.0, 10337.0, 10376.0, 10359.0, 10351.0, 10312.0, 10338.0, 10365.0, 10428.0, 10389.0, 10348.0, 10323.0, 10316.0, 10281.0, 10304.0, 10281.0, 10300.0, 10294.0, 10321.0, 10309.0, 10317.0, 10286.0, 10307.0, 10302.0, 10326.0, 10299.0, 10352.0, 10299.0, 10325.0, 10313.0, 10363.0, 10337.0, 10378.0, 10337.0, 10363.0, 10317.0, 10346.0, 10349.0, 10340.0, 10357.0, 10358.0, 10353.0, 10326.0, 10335.0, 10329.0, 10334.0, 10299.0, 10366.0, 10313.0, 10353.0, 10297.0, 10340.0, 10312.0, 10358.0, 10318.0, 10383.0, 10336.0, 10345.0, 10352.0, 10328.0, 10366.0, 10343.0, 10355.0, 10333.0, 10342.0, 10336.0, 10365.0, 10318.0, 10375.0, 10341.0, 10362.0, 10319.0, 10351.0, 10331.0, 10365.0, 10348.0, 10365.0, 10336.0, 10352.0, 10375.0, 10351.0, 10377.0, 10366.0, 10383.0, 10356.0, 10361.0, 10337.0, 10363.0, 10355.0, 10380.0, 10384.0, 10409.0, 10367.0, 10383.0, 10373.0, 10395.0, 10362.0, 10377.0, 10357.0, 10383.0, 10371.0, 10379.0, 10337.0, 10363.0, 10337.0, 10381.0, 10337.0, 10378.0, 10334.0, 10349.0, 10333.0, 10366.0, 10378.0, 10366.0, 10336.0, 10352.0, 10359.0, 10352.0, 10390.0, 10367.0, 10377.0, 10349.0, 10359.0, 10336.0, 10361.0, 10317.0, 10370.0, 10314.0, 10343.0, 10299.0, 10330.0, 10341.0, 10343.0, 10331.0, 10360.0, 10332.0, 10346.0, 10345.0, 10353.0, 10373.0, 10351.0, 10338.0, 10352.0, 10335.0, 10360.0, 10363.0, 10380.0, 10323.0, 10364.0, 10320.0, 10362.0, 10372.0, 10363.0, 10356.0, 10350.0, 10370.0, 10345.0, 10372.0, 10345.0, 10372.0, 10331.0, 10339.0, 10330.0, 10354.0, 10346.0, 10372.0, 10338.0, 10359.0, 10335.0, 10357.0, 10349.0, 10381.0, 10358.0, 10408.0, 10374.0, 10305.0, 10323.0, 10300.0, 10332.0, 10321.0, 10349.0, 10321.0, 10363.0, 10333.0, 10378.0, 10356.0, 10356.0, 10316.0, 10341.0, 10295.0, 10324.0, 10348.0, 10324.0, 10368.0, 10324.0, 10351.0, 10313.0, 10336.0, 10313.0, 10339.0, 10300.0, 10342.0, 10303.0, 10356.0, 10309.0, 10359.0, 10301.0, 10348.0, 10305.0, 10350.0, 10373.0, 10346.0, 10389.0, 10351.0, 10363.0, 10337.0, 10362.0, 10318.0, 10360.0, 10309.0, 10365.0, 10318.0, 10348.0, 10346.0, 10348.0, 10376.0, 10366.0, 10378.0, 10350.0, 10361.0, 10324.0, 10348.0, 10323.0, 10369.0, 10322.0, 10386.0, 10338.0, 10385.0, 10339.0, 10366.0, 10324.0, 10370.0, 10399.0, 10371.0, 10393.0, 10367.0, 10378.0, 10336.0, 10364.0, 10319.0, 10380.0, 10332.0, 10361.0, 10346.0, 10337.0, 10376.0, 10351.0, 10363.0, 10338.0, 10379.0, 10322.0, 10366.0, 10343.0, 10342.0, 10375.0, 10349.0, 10361.0, 10349.0, 10360.0, 10327.0, 10368.0, 10319.0, 10366.0, 10391.0, 10369.0, 10380.0, 10346.0, 10365.0, 10328.0, 10383.0, 10321.0, 10373.0, 10389.0, 10355.0, 10391.0, 10372.0, 10386.0, 10360.0, 10397.0, 10347.0, 10382.0, 10344.0, 10383.0, 10347.0, 10391.0, 10420.0, 10404.0, 10400.0, 10372.0, 10399.0, 10375.0, 10387.0, 10362.0, 10403.0, 10342.0, 10386.0, 10343.0, 10357.0, 10409.0, 10370.0, 10384.0, 10372.0, 10385.0, 10343.0, 10386.0, 10347.0, 10380.0, 10416.0, 10388.0, 10399.0, 10378.0, 10404.0, 10377.0, 10403.0, 10367.0, 10405.0, 10364.0, 10407.0, 10367.0, 10405.0, 10368.0, 10411.0, 10366.0, 10421.0, 10359.0, 10409.0, 10351.0, 10393.0, 10417.0, 10389.0, 10420.0, 10387.0, 10398.0, 10370.0, 10380.0, 10374.0, 10399.0, 10374.0, 10395.0, 10361.0, 10397.0, 10359.0, 10400.0, 10359.0, 10399.0, 10342.0, 10374.0, 10331.0, 10380.0, 10340.0, 10399.0, 10341.0, 10382.0, 10337.0, 10382.0, 10336.0, 10396.0, 10343.0, 10381.0, 10362.0, 10349.0, 10394.0, 10366.0, 10378.0, 10368.0, 10342.0, 10337.0, 10320.0, 10334.0, 10377.0, 10355.0, 10381.0, 10356.0, 10339.0, 10344.0, 10363.0, 10359.0, 10380.0, 10370.0, 10342.0, 10357.0, 10336.0, 10362.0, 10375.0, 10363.0, 10336.0, 10353.0, 10347.0, 10338.0, 10389.0, 10365.0, 10372.0, 10335.0, 10354.0, 10330.0, 10359.0, 10335.0, 10361.0, 10320.0, 10358.0, 10319.0, 10347.0, 10334.0, 10364.0, 10370.0, 10334.0, 10369.0, 10335.0, 10359.0, 10333.0, 10376.0, 10321.0, 10363.0, 10321.0, 10352.0, 10324.0, 10364.0, 10339.0, 10369.0, 10362.0, 10342.0, 10390.0, 10364.0, 10376.0, 10356.0, 10391.0, 10348.0, 10376.0, 10340.0, 10366.0, 10338.0, 10385.0, 10328.0, 10385.0, 10327.0, 10367.0, 10395.0, 10369.0, 10371.0, 10363.0, 10373.0, 10331.0, 10358.0, 10336.0, 10359.0, 10320.0, 10376.0, 10321.0, 10346.0, 10373.0, 10335.0, 10384.0, 10350.0, 10375.0, 10352.0, 10363.0, 10324.0, 10367.0, 10324.0, 10382.0, 10341.0, 10369.0, 10375.0, 10354.0, 10389.0, 10355.0, 10380.0, 10358.0, 10379.0, 10343.0, 10381.0, 10326.0, 10369.0, 10342.0, 10370.0, 10410.0, 10368.0, 10372.0, 10365.0, 10388.0, 10379.0, 10400.0, 10376.0, 10401.0, 10362.0, 10405.0, 10328.0, 10373.0, 10368.0, 10372.0, 10414.0, 10385.0, 10371.0, 10372.0, 10349.0, 10393.0, 10361.0, 10393.0, 10416.0, 10395.0, 10405.0, 10388.0, 10398.0, 10360.0, 10384.0, 10343.0, 10380.0, 10337.0, 10395.0, 10322.0, 10380.0, 10326.0, 10368.0, 10329.0, 10354.0, 10396.0, 10371.0, 10397.0, 10370.0, 10366.0, 10358.0, 10392.0, 10357.0, 10380.0, 10359.0, 10380.0, 10340.0, 10375.0, 10323.0, 10366.0, 10327.0, 10363.0, 10382.0, 10369.0, 10338.0, 10356.0, 10364.0, 10358.0, 10397.0, 10374.0, 10394.0, 10370.0, 10395.0, 10345.0, 10385.0, 10335.0, 10382.0, 10338.0, 10383.0, 10352.0, 10363.0, 10378.0, 10350.0, 10395.0, 10366.0, 10378.0, 10367.0, 10373.0, 10344.0, 10362.0, 10341.0, 10383.0, 10343.0, 10398.0, 10358.0, 10378.0, 10362.0, 10380.0, 10359.0, 10385.0, 10341.0, 10384.0, 10326.0, 10371.0, 10332.0, 10382.0, 10385.0, 10362.0, 10396.0, 10370.0, 10397.0, 10376.0, 10371.0, 10374.0, 10349.0, 10391.0, 10370.0, 10398.0, 10352.0, 10394.0, 10348.0, 10388.0, 10360.0, 10390.0, 10373.0, 10374.0, 10368.0, 10371.0, 10357.0, 10373.0, 10357.0, 10404.0, 10361.0, 10422.0, 10382.0, 10354.0, 10395.0, 10354.0, 10386.0, 10419.0, 10375.0, 10408.0, 10380.0, 10389.0, 10353.0, 10390.0, 10352.0, 10399.0, 10352.0, 10407.0, 10348.0, 10395.0, 10357.0, 10385.0, 10354.0, 10386.0, 10373.0, 10415.0, 10377.0, 10419.0, 10378.0, 10423.0, 10427.0, 10404.0, 10428.0, 10413.0, 10423.0, 10383.0, 10365.0, 10384.0, 10359.0, 10417.0, 10374.0, 10419.0, 10371.0, 10414.0, 10402.0, 10404.0, 10406.0, 10374.0, 10383.0, 10359.0, 10383.0, 10361.0, 10385.0, 10359.0, 10382.0, 10374.0, 10398.0, 10376.0, 10362.0, 10386.0, 10352.0, 10394.0, 10367.0, 10394.0, 10372.0, 10412.0, 10387.0, 10424.0, 10394.0, 10403.0, 10396.0, 10413.0, 10390.0, 10428.0, 10400.0, 10428.0, 10404.0, 10428.0, 10410.0, 10429.0, 10405.0, 10429.0, 10385.0, 10423.0, 10383.0, 10407.0, 10370.0, 10410.0, 10352.0, 10386.0, 10349.0, 10398.0, 10379.0, 10420.0, 10397.0, 10406.0, 10381.0, 10353.0, 10392.0, 10354.0, 10392.0, 10356.0, 10375.0, 10400.0, 10374.0, 10385.0, 10359.0, 10330.0, 10360.0, 10344.0, 10360.0, 10400.0, 10361.0, 10355.0, 10359.0, 10348.0, 10368.0, 10359.0, 10375.0, 10405.0, 10373.0, 10372.0, 10358.0, 10331.0, 10328.0, 10325.0, 10401.0, 10383.0, 10419.0, 10381.0, 10404.0, 10359.0, 10398.0, 10354.0, 10347.0, 10322.0, 10350.0, 10326.0, 10366.0, 10321.0, 10368.0, 10331.0, 10364.0, 10322.0, 10353.0, 10331.0, 10367.0, 10328.0, 10371.0, 10334.0, 10386.0, 10347.0, 10374.0, 10346.0, 10389.0, 10343.0, 10401.0, 10329.0, 10369.0, 10325.0, 10373.0, 10351.0, 10381.0, 10351.0, 10355.0, 10373.0, 10333.0, 10373.0, 10330.0, 10362.0, 10338.0, 10360.0, 10336.0, 10346.0, 10325.0, 10363.0, 10322.0, 10379.0, 10316.0, 10347.0, 10320.0, 10333.0, 10375.0, 10348.0, 10375.0, 10349.0, 10362.0, 10336.0, 10359.0, 10353.0, 10363.0, 10305.0, 10333.0, 10312.0, 10352.0, 10309.0, 10340.0, 10309.0, 10408.0, 10369.0, 10384.0, 10347.0, 10365.0, 10342.0, 10369.0, 10321.0, 10351.0, 10375.0, 10355.0, 10377.0, 10347.0, 10320.0, 10329.0, 10300.0, 10343.0, 10302.0, 10370.0, 10297.0, 10334.0, 10298.0, 10326.0, 10298.0, 10330.0, 10302.0, 10344.0, 10366.0, 10336.0, 10349.0, 10322.0, 10327.0, 10302.0, 10312.0, 10310.0, 10333.0, 10304.0, 10344.0, 10305.0, 10332.0, 10275.0, 10301.0, 10288.0, 10321.0, 10321.0, 10332.0, 10279.0, 10321.0, 10291.0, 10310.0, 10364.0, 10324.0, 10349.0, 10323.0, 10297.0, 10313.0, 10320.0, 10310.0, 10347.0, 10327.0, 10343.0, 10307.0, 10338.0, 10294.0, 10348.0, 10306.0, 10335.0, 10300.0, 10305.0, 10346.0, 10318.0, 10331.0, 10315.0, 10311.0, 10290.0, 10318.0, 10289.0, 10321.0, 10318.0, 10304.0, 10345.0, 10308.0, 10330.0, 10302.0, 10331.0, 10327.0, 10362.0, 10298.0, 10326.0, 10310.0, 10313.0, 10352.0, 10330.0, 10357.0, 10335.0, 10357.0, 10332.0, 10361.0, 10332.0, 10377.0, 10316.0, 10359.0, 10299.0, 10346.0, 10324.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.0005758134490238612</td></tr>
<tr><td colspan=3>aqi</td><td>0.02004614327548807</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.88527486836047</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3350210872312684</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0014628916612376</td></tr>
<tr><td colspan=3>efc</td><td>0.4736</td></tr>
<tr><td colspan=3>fber</td><td>6754.291</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08201178253762445</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4099783080260304</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.393052203503902</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3623640345859434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.551970393701739</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2648221822240235</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119711</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015250136144459248</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025663426145911217</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</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.155430188085756</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>24.0388</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0582</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.8518</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297986.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.7482</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2286</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.2336</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3951.3402</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.2804</td></tr>
<tr><td colspan=3>tsnr</td><td>44.72215808741748</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>