<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-04/func/sub-0016_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>3807a6d9769639b1d4235347903f0fdd</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:39:10.625000</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.995965, 0.0886999, 0.0136412, -0.0894132, 0.993792, 0.0662069]</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.0934473</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7777, -7250, 593, -37, -201, -38, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.691</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6880060-e46a-453c-b9e7-2e91891c06a3||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.6721012592315674, -0.23988904058933258, 0.020746616646647453, 121.69859313964844], [-0.23797546327114105, 2.6662704944610596, 0.181330606341362, -79.85896301269531], [0.036598265171051025, -0.17762835323810577, 2.693824291229248, -69.6558837890625], [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': ['133910.625000', '133911.085000', '133911.545000', '133912.005000', '133912.465000', '133912.925000', '133913.385000', '133913.845000', '133914.305000', '133914.765000', '133915.225000', '133915.685000', '133916.145000', '133916.605000', '133917.065000', '133917.525000', '133917.985000', '133918.445000', '133918.905000', '133919.365000', '133919.825000', '133920.285000', '133920.745000', '133921.205000', '133921.665000', '133922.125000', '133922.585000', '133923.045000', '133923.505000', '133923.965000', '133924.425000', '133924.885000', '133925.345000', '133925.805000', '133926.265000', '133926.725000', '133927.185000', '133927.645000', '133928.105000', '133928.565000', '133929.025000', '133929.485000', '133929.945000', '133930.405000', '133930.865000', '133931.325000', '133931.785000', '133932.245000', '133932.705000', '133933.165000', '133933.625000', '133934.085000', '133934.545000', '133935.005000', '133935.465000', '133935.925000', '133936.385000', '133936.845000', '133937.305000', '133937.765000', '133938.225000', '133938.685000', '133939.145000', '133939.605000', '133940.065000', '133940.525000', '133940.985000', '133941.445000', '133941.905000', '133942.365000', '133942.825000', '133943.285000', '133943.745000', '133944.205000', '133944.665000', '133945.125000', '133945.585000', '133946.045000', '133946.505000', '133946.965000', '133947.425000', '133947.885000', '133948.345000', '133948.805000', '133949.265000', '133949.725000', '133950.185000', '133950.645000', '133951.105000', '133951.565000', '133952.025000', '133952.485000', '133952.945000', '133953.405000', '133953.865000', '133954.325000', '133954.785000', '133955.245000', '133955.705000', '133956.165000', '133956.625000', '133957.085000', '133957.545000', '133958.005000', '133958.465000', '133958.925000', '133959.385000', '133959.845000', '134000.305000', '134000.765000', '134001.225000', '134001.685000', '134002.145000', '134002.605000', '134003.065000', '134003.525000', '134003.985000', '134004.445000', '134004.905000', '134005.365000', '134005.825000', '134006.285000', '134006.745000', '134007.205000', '134007.665000', '134008.125000', '134008.585000', '134009.045000', '134009.505000', '134009.965000', '134010.425000', '134010.885000', '134011.345000', '134011.805000', '134012.265000', '134012.725000', '134013.185000', '134013.645000', '134014.105000', '134014.565000', '134015.025000', '134015.485000', '134015.945000', '134016.405000', '134016.865000', '134017.325000', '134017.785000', '134018.245000', '134018.705000', '134019.165000', '134019.625000', '134020.085000', '134020.545000', '134021.005000', '134021.465000', '134021.925000', '134022.385000', '134022.845000', '134023.305000', '134023.765000', '134024.225000', '134024.685000', '134025.145000', '134025.605000', '134026.065000', '134026.525000', '134026.985000', '134027.445000', '134027.905000', '134028.365000', '134028.825000', '134029.285000', '134029.745000', '134030.205000', '134030.665000', '134031.125000', '134031.585000', '134032.045000', '134032.505000', '134032.965000', '134033.425000', '134033.885000', '134034.345000', '134034.805000', '134035.265000', '134035.725000', '134036.185000', '134036.645000', '134037.105000', '134037.565000', '134038.025000', '134038.485000', '134038.945000', '134039.405000', '134039.865000', '134040.325000', '134040.785000', '134041.245000', '134041.705000', '134042.165000', '134042.625000', '134043.085000', '134043.545000', '134044.005000', '134044.465000', '134044.925000', '134045.385000', '134045.845000', '134046.305000', '134046.765000', '134047.225000', '134047.685000', '134048.145000', '134048.605000', '134049.065000', '134049.525000', '134049.985000', '134050.445000', '134050.905000', '134051.365000', '134051.825000', '134052.285000', '134052.745000', '134053.205000', '134053.665000', '134054.125000', '134054.585000', '134055.045000', '134055.505000', '134055.965000', '134056.425000', '134056.885000', '134057.345000', '134057.805000', '134058.265000', '134058.725000', '134059.185000', '134059.645000', '134100.105000', '134100.565000', '134101.025000', '134101.485000', '134101.945000', '134102.405000', '134102.865000', '134103.325000', '134103.785000', '134104.245000', '134104.705000', '134105.165000', '134105.625000', '134106.085000', '134106.545000', '134107.005000', '134107.465000', '134107.925000', '134108.385000', '134108.845000', '134109.305000', '134109.765000', '134110.225000', '134110.685000', '134111.145000', '134111.605000', '134112.065000', '134112.525000', '134112.985000', '134113.445000', '134113.905000', '134114.365000', '134114.825000', '134115.285000', '134115.745000', '134116.205000', '134116.665000', '134117.125000', '134117.585000', '134118.045000', '134118.505000', '134118.965000', '134119.425000', '134119.885000', '134120.345000', '134120.805000', '134121.265000', '134121.725000', '134122.185000', '134122.645000', '134123.105000', '134123.565000', '134124.025000', '134124.485000', '134124.945000', '134125.405000', '134125.865000', '134126.325000', '134126.785000', '134127.245000', '134127.705000', '134128.165000', '134128.625000', '134129.085000', '134129.545000', '134130.005000', '134130.465000', '134130.925000', '134131.385000', '134131.845000', '134132.305000', '134132.765000', '134133.225000', '134133.685000', '134134.145000', '134134.605000', '134135.065000', '134135.525000', '134135.985000', '134136.445000', '134136.905000', '134137.365000', '134137.825000', '134138.285000', '134138.745000', '134139.205000', '134139.665000', '134140.125000', '134140.585000', '134141.045000', '134141.505000', '134141.965000', '134142.425000', '134142.885000', '134143.345000', '134143.805000', '134144.265000', '134144.725000', '134145.185000', '134145.645000', '134146.105000', '134146.565000', '134147.025000', '134147.485000', '134147.945000', '134148.405000', '134148.865000', '134149.325000', '134149.785000', '134150.245000', '134150.705000', '134151.165000', '134151.625000', '134152.085000', '134152.545000', '134153.005000', '134153.465000', '134153.925000', '134154.385000', '134154.845000', '134155.305000', '134155.765000', '134156.225000', '134156.685000', '134157.145000', '134157.605000', '134158.065000', '134158.525000', '134158.985000', '134159.445000', '134159.905000', '134200.365000', '134200.825000', '134201.285000', '134201.745000', '134202.205000', '134202.665000', '134203.125000', '134203.585000', '134204.045000', '134204.505000', '134204.965000', '134205.425000', '134205.885000', '134206.345000', '134206.805000', '134207.265000', '134207.725000', '134208.185000', '134208.645000', '134209.105000', '134209.565000', '134210.025000', '134210.485000', '134210.945000', '134211.405000', '134211.865000', '134212.325000', '134212.785000', '134213.245000', '134213.705000', '134214.165000', '134214.625000', '134215.085000', '134215.545000', '134216.005000', '134216.465000', '134216.925000', '134217.385000', '134217.845000', '134218.305000', '134218.765000', '134219.225000', '134219.685000', '134220.145000', '134220.605000', '134221.065000', '134221.525000', '134221.985000', '134222.445000', '134222.905000', '134223.365000', '134223.825000', '134224.285000', '134224.745000', '134225.205000', '134225.665000', '134226.125000', '134226.585000', '134227.045000', '134227.505000', '134227.965000', '134228.425000', '134228.885000', '134229.345000', '134229.805000', '134230.265000', '134230.725000', '134231.185000', '134231.645000', '134232.105000', '134232.565000', '134233.025000', '134233.485000', '134233.945000', '134234.405000', '134234.865000', '134235.325000', '134235.785000', '134236.245000', '134236.705000', '134237.165000', '134237.625000', '134238.085000', '134238.545000', '134239.005000', '134239.465000', '134239.925000', '134240.385000', '134240.845000', '134241.305000', '134241.765000', '134242.225000', '134242.685000', '134243.145000', '134243.605000', '134244.065000', '134244.525000', '134244.985000', '134245.445000', '134245.905000', '134246.365000', '134246.825000', '134247.285000', '134247.745000', '134248.205000', '134248.665000', '134249.125000', '134249.585000', '134250.045000', '134250.505000', '134250.965000', '134251.425000', '134251.885000', '134252.345000', '134252.805000', '134253.265000', '134253.725000', '134254.185000', '134254.645000', '134255.105000', '134255.565000', '134256.025000', '134256.485000', '134256.945000', '134257.405000', '134257.865000', '134258.325000', '134258.785000', '134259.245000', '134259.705000', '134300.165000', '134300.625000', '134301.085000', '134301.545000', '134302.005000', '134302.465000', '134302.925000', '134303.385000', '134303.845000', '134304.305000', '134304.765000', '134305.225000', '134305.685000', '134306.145000', '134306.605000', '134307.065000', '134307.525000', '134307.985000', '134308.445000', '134308.905000', '134309.365000', '134309.825000', '134310.285000', '134310.745000', '134311.205000', '134311.665000', '134312.125000', '134312.585000', '134313.045000', '134313.505000', '134313.965000', '134314.425000', '134314.885000', '134315.345000', '134315.805000', '134316.265000', '134316.725000', '134317.185000', '134317.645000', '134318.105000', '134318.565000', '134319.025000', '134319.485000', '134319.945000', '134320.405000', '134320.865000', '134321.325000', '134321.785000', '134322.245000', '134322.705000', '134323.165000', '134323.625000', '134324.085000', '134324.545000', '134325.005000', '134325.465000', '134325.925000', '134326.385000', '134326.845000', '134327.305000', '134327.765000', '134328.225000', '134328.685000', '134329.145000', '134329.605000', '134330.065000', '134330.525000', '134330.985000', '134331.445000', '134331.905000', '134332.365000', '134332.825000', '134333.285000', '134333.745000', '134334.205000', '134334.665000', '134335.125000', '134335.585000', '134336.045000', '134336.505000', '134336.965000', '134337.425000', '134337.885000', '134338.345000', '134338.805000', '134339.265000', '134339.725000', '134340.185000', '134340.645000', '134341.105000', '134341.565000', '134342.025000', '134342.485000', '134342.945000', '134343.405000', '134343.865000', '134344.325000', '134344.785000', '134345.245000', '134345.705000', '134346.165000', '134346.625000', '134347.085000', '134347.545000', '134348.005000', '134348.465000', '134348.925000', '134349.385000', '134349.845000', '134350.305000', '134350.765000', '134351.225000', '134351.685000', '134352.145000', '134352.605000', '134353.065000', '134353.525000', '134353.985000', '134354.445000', '134354.905000', '134355.365000', '134355.825000', '134356.285000', '134356.745000', '134357.205000', '134357.665000', '134358.125000', '134358.585000', '134359.045000', '134359.505000', '134359.965000', '134400.425000', '134400.885000', '134401.345000', '134401.805000', '134402.265000', '134402.725000', '134403.185000', '134403.645000', '134404.105000', '134404.565000', '134405.025000', '134405.485000', '134405.945000', '134406.405000', '134406.865000', '134407.325000', '134407.785000', '134408.245000', '134408.705000', '134409.165000', '134409.625000', '134410.085000', '134410.545000', '134411.005000', '134411.465000', '134411.925000', '134412.385000', '134412.845000', '134413.305000', '134413.765000', '134414.225000', '134414.685000', '134415.145000', '134415.605000', '134416.065000', '134416.525000', '134416.985000', '134417.445000', '134417.905000', '134418.365000', '134418.825000', '134419.285000', '134419.745000', '134420.205000', '134420.665000', '134421.125000', '134421.585000', '134422.045000', '134422.505000', '134422.965000', '134423.425000', '134423.885000', '134424.345000', '134424.805000', '134425.265000', '134425.725000', '134426.185000', '134426.645000', '134427.105000', '134427.565000', '134428.025000', '134428.485000', '134428.945000', '134429.405000', '134429.865000', '134430.325000', '134430.785000', '134431.245000', '134431.705000', '134432.165000', '134432.625000', '134433.085000', '134433.545000', '134434.005000', '134434.465000', '134434.925000', '134435.385000', '134435.845000', '134436.305000', '134436.765000', '134437.225000', '134437.685000', '134438.145000', '134438.605000', '134439.065000', '134439.525000', '134439.985000', '134440.445000', '134440.905000', '134441.365000', '134441.825000', '134442.285000', '134442.745000', '134443.205000', '134443.665000', '134444.125000', '134444.585000', '134445.045000', '134445.505000', '134445.965000', '134446.425000', '134446.885000', '134447.345000', '134447.805000', '134448.265000', '134448.725000', '134449.185000', '134449.645000', '134450.105000', '134450.565000', '134451.025000', '134451.485000', '134451.945000', '134452.405000', '134452.865000', '134453.325000', '134453.785000', '134454.245000', '134454.705000', '134455.165000', '134455.625000', '134456.085000', '134456.545000', '134457.005000', '134457.465000', '134457.925000', '134458.385000', '134458.845000', '134459.305000', '134459.765000', '134500.225000', '134500.685000', '134501.145000', '134501.605000', '134502.065000', '134502.525000', '134502.985000', '134503.445000', '134503.905000', '134504.365000', '134504.825000', '134505.285000', '134505.745000', '134506.205000', '134506.665000', '134507.125000', '134507.585000', '134508.045000', '134508.505000', '134508.965000', '134509.425000', '134509.885000', '134510.345000', '134510.805000', '134511.265000', '134511.725000', '134512.185000', '134512.645000', '134513.105000', '134513.565000', '134514.025000', '134514.485000', '134514.945000', '134515.405000', '134515.865000', '134516.325000', '134516.785000', '134517.245000', '134517.705000', '134518.165000', '134518.625000', '134519.085000', '134519.545000', '134520.005000', '134520.465000', '134520.925000', '134521.385000', '134521.845000', '134522.305000', '134522.765000', '134523.225000', '134523.685000', '134524.145000', '134524.605000', '134525.065000', '134525.525000', '134525.985000', '134526.445000', '134526.905000', '134527.365000', '134527.825000', '134528.285000', '134528.745000', '134529.205000', '134529.665000', '134530.125000', '134530.585000', '134531.045000', '134531.505000', '134531.965000', '134532.425000', '134532.885000', '134533.345000', '134533.805000', '134534.265000', '134534.725000', '134535.185000', '134535.645000', '134536.105000', '134536.565000', '134537.025000', '134537.485000', '134537.945000', '134538.405000', '134538.865000', '134539.325000', '134539.785000', '134540.245000', '134540.705000', '134541.165000', '134541.625000', '134542.085000', '134542.545000', '134543.005000', '134543.465000', '134543.925000', '134544.385000', '134544.845000', '134545.305000', '134545.765000', '134546.225000', '134546.685000', '134547.145000', '134547.605000', '134548.065000', '134548.525000', '134548.985000', '134549.445000', '134549.905000', '134550.365000', '134550.825000', '134551.285000', '134551.745000', '134552.205000', '134552.665000', '134553.125000', '134553.585000', '134554.045000', '134554.505000', '134554.965000', '134555.425000', '134555.885000', '134556.345000', '134556.805000', '134557.265000', '134557.725000', '134558.185000', '134558.645000', '134559.105000', '134559.565000', '134600.025000', '134600.485000', '134600.945000', '134601.405000', '134601.865000', '134602.325000', '134602.785000', '134603.245000', '134603.705000', '134604.165000', '134604.625000', '134605.085000', '134605.545000', '134606.005000', '134606.465000', '134606.925000', '134607.385000', '134607.845000', '134608.305000', '134608.765000', '134609.225000', '134609.685000', '134610.145000', '134610.605000', '134611.065000', '134611.525000', '134611.985000', '134612.445000', '134612.905000', '134613.365000', '134613.825000', '134614.285000', '134614.745000', '134615.205000', '134615.665000', '134616.125000'], 'ContentTime': ['133925.608000', '133925.611000', '133925.615000', '133925.618000', '133925.620000', '133925.631000', '133925.633000', '133925.636000', '133925.639000', '133925.642000', '133925.645000', '133925.648000', '133925.651000', '133925.654000', '133925.657000', '133925.661000', '133925.669000', '133925.672000', '133925.675000', '133925.678000', '133925.681000', '133925.684000', '133925.687000', '133925.690000', '133925.693000', '133925.695000', '133925.698000', '133925.701000', '133925.704000', '133925.707000', '133925.710000', '133945.573000', '133945.576000', '133945.579000', '133945.582000', '133945.586000', '133945.589000', '133945.591000', '133945.594000', '133945.597000', '133945.600000', '133945.604000', '133945.607000', '133945.610000', '133945.613000', '133945.616000', '133945.618000', '133945.621000', '133945.624000', '133945.627000', '133945.630000', '133945.633000', '133945.636000', '133945.639000', '133945.642000', '133945.656000', '133945.659000', '133945.662000', '133945.665000', '133945.668000', '133945.671000', '133945.674000', '133945.682000', '133945.685000', '133945.688000', '133945.692000', '133945.695000', '133945.698000', '133945.701000', '133945.704000', '133945.707000', '133945.710000', '133945.713000', '133945.716000', '133945.719000', '134005.573000', '134005.576000', '134005.579000', '134005.582000', '134005.585000', '134005.588000', '134005.590000', '134005.593000', '134005.596000', '134005.599000', '134005.602000', '134005.605000', '134005.608000', '134005.611000', '134005.613000', '134005.616000', '134005.619000', '134005.622000', '134005.625000', '134005.628000', '134005.631000', '134005.640000', '134005.643000', '134005.646000', '134005.649000', '134005.651000', '134005.654000', '134005.657000', '134005.660000', '134005.663000', '134005.666000', '134005.669000', '134005.672000', '134005.675000', '134005.677000', '134005.680000', '134005.683000', '134005.686000', '134005.689000', '134005.692000', '134005.695000', '134005.698000', '134005.701000', '134025.573000', '134025.576000', '134025.579000', '134025.582000', '134025.585000', '134025.588000', '134025.591000', '134025.594000', '134025.597000', '134025.599000', '134025.602000', '134025.605000', '134025.608000', '134025.611000', '134025.614000', '134025.617000', '134025.620000', '134025.622000', '134025.625000', '134025.628000', '134025.631000', '134025.634000', '134025.637000', '134025.640000', '134025.643000', '134025.646000', '134025.649000', '134025.652000', '134025.654000', '134025.657000', '134025.660000', '134025.663000', '134025.666000', '134025.669000', '134025.672000', '134025.675000', '134025.678000', '134025.681000', '134025.684000', '134025.687000', '134025.690000', '134025.693000', '134025.695000', '134045.574000', '134045.577000', '134045.580000', '134045.583000', '134045.586000', '134045.589000', '134045.591000', '134045.594000', '134045.597000', '134045.600000', '134045.603000', '134045.606000', '134045.609000', '134045.612000', '134045.615000', '134045.618000', '134045.621000', '134045.624000', '134045.627000', '134045.630000', '134045.632000', '134045.635000', '134045.638000', '134045.641000', '134045.644000', '134045.647000', '134045.650000', '134045.653000', '134045.656000', '134045.659000', '134045.662000', '134045.664000', '134045.667000', '134045.670000', '134045.673000', '134045.676000', '134045.679000', '134045.682000', '134045.685000', '134045.688000', '134045.691000', '134045.693000', '134045.696000', '134045.699000', '134105.574000', '134105.577000', '134105.580000', '134105.583000', '134105.586000', '134105.589000', '134105.592000', '134105.595000', '134105.598000', '134105.601000', '134105.604000', '134105.606000', '134105.609000', '134105.612000', '134105.615000', '134105.618000', '134105.621000', '134105.626000', '134105.630000', '134105.633000', '134105.636000', '134105.639000', '134105.642000', '134105.645000', '134105.648000', '134105.650000', '134105.653000', '134105.656000', '134105.659000', '134105.662000', '134105.665000', '134105.668000', '134105.671000', '134105.674000', '134105.677000', '134105.680000', '134105.683000', '134105.685000', '134105.688000', '134105.691000', '134105.694000', '134105.697000', '134105.700000', '134125.574000', '134125.577000', '134125.580000', '134125.583000', '134125.586000', '134125.589000', '134125.606000', '134125.609000', '134125.612000', '134125.615000', '134125.618000', '134125.621000', '134125.624000', '134125.627000', '134125.630000', '134125.633000', '134125.636000', '134125.639000', '134125.642000', '134125.644000', '134125.647000', '134125.650000', '134125.653000', '134125.656000', '134125.659000', '134125.662000', '134125.665000', '134125.668000', '134125.671000', '134125.673000', '134125.676000', '134125.679000', '134125.682000', '134125.685000', '134125.688000', '134125.691000', '134125.694000', '134125.697000', '134125.700000', '134125.703000', '134125.705000', '134125.708000', '134125.711000', '134125.714000', '134145.574000', '134145.577000', '134145.580000', '134145.583000', '134145.586000', '134145.589000', '134145.592000', '134145.597000', '134145.601000', '134145.604000', '134145.607000', '134145.610000', '134145.612000', '134145.615000', '134145.618000', '134145.621000', '134145.624000', '134145.627000', '134145.630000', '134145.633000', '134145.636000', '134145.639000', '134145.642000', '134145.644000', '134145.647000', '134145.650000', '134145.653000', '134145.656000', '134145.659000', '134145.662000', '134145.665000', '134145.668000', '134145.671000', '134145.674000', '134145.676000', '134145.679000', '134145.682000', '134145.685000', '134145.688000', '134145.691000', '134145.694000', '134145.697000', '134145.700000', '134205.573000', '134205.576000', '134205.579000', '134205.582000', '134205.585000', '134205.588000', '134205.591000', '134205.593000', '134205.596000', '134205.599000', '134205.602000', '134205.605000', '134205.608000', '134205.611000', '134205.614000', '134205.617000', '134205.620000', '134205.623000', '134205.626000', '134205.629000', '134205.631000', '134205.634000', '134205.637000', '134205.640000', '134205.643000', '134205.646000', '134205.649000', '134205.652000', '134205.655000', '134205.657000', '134205.660000', '134205.663000', '134205.666000', '134205.669000', '134205.672000', '134205.675000', '134205.678000', '134205.681000', '134205.684000', '134205.686000', '134205.689000', '134205.692000', '134205.695000', '134205.698000', '134225.573000', '134225.576000', '134225.579000', '134225.582000', '134225.585000', '134225.588000', '134225.591000', '134225.594000', '134225.597000', '134225.600000', '134225.603000', '134225.606000', '134225.608000', '134225.613000', '134225.617000', '134225.620000', '134225.623000', '134225.626000', '134225.629000', '134225.632000', '134225.635000', '134225.638000', '134225.641000', '134225.644000', '134225.647000', '134225.650000', '134225.653000', '134225.655000', '134225.658000', '134225.661000', '134225.664000', '134225.667000', '134225.670000', '134225.673000', '134225.676000', '134225.679000', '134225.682000', '134225.685000', '134225.687000', '134225.690000', '134225.693000', '134225.696000', '134225.699000', '134245.573000', '134245.576000', '134245.579000', '134245.582000', '134245.585000', '134245.588000', '134245.591000', '134245.594000', '134245.597000', '134245.599000', '134245.602000', '134245.605000', '134245.608000', '134245.611000', '134245.614000', '134245.617000', '134245.620000', '134245.623000', '134245.626000', '134245.628000', '134245.631000', '134245.634000', '134245.637000', '134245.640000', '134245.643000', '134245.646000', '134245.649000', '134245.652000', '134245.655000', '134245.658000', '134245.661000', '134245.677000', '134245.680000', '134245.683000', '134245.686000', '134245.689000', '134245.692000', '134245.694000', '134245.697000', '134245.700000', '134245.703000', '134245.706000', '134245.709000', '134245.712000', '134305.574000', '134305.577000', '134305.580000', '134305.583000', '134305.586000', '134305.589000', '134305.592000', '134305.595000', '134305.598000', '134305.601000', '134305.604000', '134305.607000', '134305.610000', '134305.613000', '134305.615000', '134305.618000', '134305.621000', '134305.624000', '134305.629000', '134305.634000', '134305.637000', '134305.640000', '134305.643000', '134305.646000', '134305.649000', '134305.652000', '134305.655000', '134305.657000', '134305.660000', '134305.663000', '134305.666000', '134305.669000', '134305.672000', '134305.675000', '134305.678000', '134305.681000', '134305.684000', '134305.687000', '134305.689000', '134305.692000', '134305.695000', '134305.698000', '134305.701000', '134325.574000', '134325.577000', '134325.580000', '134325.583000', '134325.586000', '134325.589000', '134325.592000', '134325.595000', '134325.598000', '134325.601000', '134325.603000', '134325.606000', '134325.609000', '134325.612000', '134325.615000', '134325.618000', '134325.621000', '134325.624000', '134325.627000', '134325.630000', '134325.633000', '134325.636000', '134325.639000', '134325.642000', '134325.645000', '134325.647000', '134325.650000', '134325.653000', '134325.656000', '134325.659000', '134325.662000', '134325.665000', '134325.668000', '134325.671000', '134325.674000', '134325.677000', '134325.679000', '134325.682000', '134325.685000', '134325.688000', '134325.691000', '134325.694000', '134325.697000', '134325.700000', '134345.574000', '134345.577000', '134345.580000', '134345.583000', '134345.587000', '134345.590000', '134345.593000', '134345.596000', '134345.599000', '134345.602000', '134345.605000', '134345.608000', '134345.611000', '134345.613000', '134345.617000', '134345.619000', '134345.622000', '134345.625000', '134345.628000', '134345.631000', '134345.634000', '134345.637000', '134345.640000', '134345.643000', '134345.646000', '134345.649000', '134345.652000', '134345.655000', '134345.658000', '134345.661000', '134345.664000', '134345.667000', '134345.670000', '134345.673000', '134345.676000', '134345.679000', '134345.682000', '134345.685000', '134345.687000', '134345.690000', '134345.693000', '134345.696000', '134345.699000', '134405.574000', '134405.578000', '134405.581000', '134405.584000', '134405.587000', '134405.590000', '134405.593000', '134405.596000', '134405.599000', '134405.602000', '134405.604000', '134405.607000', '134405.610000', '134405.613000', '134405.616000', '134405.619000', '134405.622000', '134405.625000', '134405.628000', '134405.631000', '134405.634000', '134405.637000', '134405.639000', '134405.642000', '134405.645000', '134405.648000', '134405.651000', '134405.654000', '134405.657000', '134405.660000', '134405.663000', '134405.666000', '134405.669000', '134405.672000', '134405.675000', '134405.677000', '134405.680000', '134405.683000', '134405.686000', '134405.689000', '134405.692000', '134405.695000', '134405.698000', '134405.701000', '134425.573000', '134425.576000', '134425.579000', '134425.582000', '134425.585000', '134425.588000', '134425.591000', '134425.594000', '134425.597000', '134425.599000', '134425.602000', '134425.605000', '134425.622000', '134425.625000', '134425.628000', '134425.631000', '134425.634000', '134425.636000', '134425.639000', '134425.642000', '134425.645000', '134425.648000', '134425.651000', '134425.654000', '134425.657000', '134425.660000', '134425.663000', '134425.666000', '134425.669000', '134425.672000', '134425.675000', '134425.678000', '134425.681000', '134425.684000', '134425.687000', '134425.690000', '134425.693000', '134425.696000', '134425.699000', '134425.702000', '134425.705000', '134425.707000', '134425.710000', '134445.573000', '134445.576000', '134445.581000', '134445.584000', '134445.587000', '134445.590000', '134445.593000', '134445.596000', '134445.599000', '134445.602000', '134445.605000', '134445.608000', '134445.611000', '134445.613000', '134445.616000', '134445.619000', '134445.622000', '134445.625000', '134445.628000', '134445.631000', '134445.634000', '134445.637000', '134445.640000', '134445.642000', '134445.645000', '134445.648000', '134445.651000', '134445.654000', '134445.657000', '134445.660000', '134445.663000', '134445.666000', '134445.668000', '134445.671000', '134445.674000', '134445.677000', '134445.680000', '134445.683000', '134445.686000', '134445.689000', '134445.692000', '134445.695000', '134445.697000', '134445.700000', '134505.573000', '134505.576000', '134505.579000', '134505.582000', '134505.585000', '134505.588000', '134505.591000', '134505.594000', '134505.597000', '134505.600000', '134505.603000', '134505.606000', '134505.609000', '134505.612000', '134505.615000', '134505.618000', '134505.621000', '134505.625000', '134505.628000', '134505.631000', '134505.634000', '134505.637000', '134505.640000', '134505.643000', '134505.646000', '134505.649000', '134505.652000', '134505.654000', '134505.657000', '134505.660000', '134505.663000', '134505.666000', '134505.669000', '134505.672000', '134505.675000', '134505.678000', '134505.681000', '134505.684000', '134505.688000', '134505.691000', '134505.694000', '134505.697000', '134505.700000', '134525.574000', '134525.577000', '134525.580000', '134525.583000', '134525.586000', '134525.590000', '134525.593000', '134525.596000', '134525.599000', '134525.602000', '134525.605000', '134525.608000', '134525.611000', '134525.614000', '134525.616000', '134525.619000', '134525.622000', '134525.625000', '134525.628000', '134525.631000', '134525.634000', '134525.637000', '134525.640000', '134525.643000', '134525.646000', '134525.649000', '134525.652000', '134525.654000', '134525.657000', '134525.660000', '134525.663000', '134525.666000', '134525.669000', '134525.672000', '134525.675000', '134525.678000', '134525.681000', '134525.683000', '134525.687000', '134525.689000', '134525.692000', '134525.695000', '134525.698000', '134525.701000', '134545.574000', '134545.577000', '134545.580000', '134545.583000', '134545.586000', '134545.589000', '134545.592000', '134545.595000', '134545.598000', '134545.601000', '134545.603000', '134545.606000', '134545.609000', '134545.612000', '134545.615000', '134545.618000', '134545.621000', '134545.624000', '134545.627000', '134545.630000', '134545.633000', '134545.636000', '134545.638000', '134545.656000', '134545.658000', '134545.661000', '134545.664000', '134545.667000', '134545.670000', '134545.673000', '134545.676000', '134545.679000', '134545.682000', '134545.685000', '134545.688000', '134545.691000', '134545.694000', '134545.697000', '134545.700000', '134545.702000', '134545.705000', '134545.708000', '134545.711000', '134605.574000', '134605.577000', '134605.580000', '134605.583000', '134605.586000', '134605.589000', '134605.592000', '134605.595000', '134605.598000', '134605.601000', '134605.604000', '134605.607000', '134605.610000', '134605.613000', '134605.616000', '134605.619000', '134605.622000', '134605.625000', '134605.628000', '134605.631000', '134605.633000', '134605.636000', '134605.639000', '134605.642000', '134605.645000', '134605.648000', '134605.651000', '134605.654000', '134605.657000', '134605.660000', '134605.663000', '134605.666000', '134605.668000', '134605.671000', '134605.674000', '134605.677000', '134605.680000', '134605.683000', '134605.686000', '134605.689000', '134605.692000', '134605.695000', '134605.697000', '134605.700000', '134617.050000', '134617.054000', '134617.056000', '134617.059000', '134617.062000', '134617.065000', '134617.068000', '134617.071000', '134617.074000', '134617.077000', '134617.080000', '134617.083000', '134617.086000', '134617.088000', '134617.091000', '134617.094000', '134617.097000', '134617.100000', '134617.103000', '134617.106000', '134617.109000', '134617.112000', '134617.115000', '134617.118000', '134617.121000'], 'InstanceCreationTime': ['133925.608000', '133925.611000', '133925.615000', '133925.618000', '133925.620000', '133925.631000', '133925.633000', '133925.636000', '133925.639000', '133925.642000', '133925.645000', '133925.648000', '133925.651000', '133925.654000', '133925.657000', '133925.661000', '133925.669000', '133925.672000', '133925.675000', '133925.678000', '133925.681000', '133925.684000', '133925.687000', '133925.690000', '133925.693000', '133925.695000', '133925.698000', '133925.701000', '133925.704000', '133925.707000', '133925.710000', '133945.573000', '133945.576000', '133945.579000', '133945.582000', '133945.586000', '133945.589000', '133945.591000', '133945.594000', '133945.597000', '133945.600000', '133945.604000', '133945.607000', '133945.610000', '133945.613000', '133945.616000', '133945.618000', '133945.621000', '133945.624000', '133945.627000', '133945.630000', '133945.633000', '133945.636000', '133945.639000', '133945.642000', '133945.656000', '133945.659000', '133945.662000', '133945.665000', '133945.668000', '133945.671000', '133945.674000', '133945.682000', '133945.685000', '133945.688000', '133945.692000', '133945.695000', '133945.698000', '133945.701000', '133945.704000', '133945.707000', '133945.710000', '133945.713000', '133945.716000', '133945.719000', '134005.573000', '134005.576000', '134005.579000', '134005.582000', '134005.585000', '134005.588000', '134005.590000', '134005.593000', '134005.596000', '134005.599000', '134005.602000', '134005.605000', '134005.608000', '134005.611000', '134005.613000', '134005.616000', '134005.619000', '134005.622000', '134005.625000', '134005.628000', '134005.631000', '134005.640000', '134005.643000', '134005.646000', '134005.649000', '134005.651000', '134005.654000', '134005.657000', '134005.660000', '134005.663000', '134005.666000', '134005.669000', '134005.672000', '134005.675000', '134005.677000', '134005.680000', '134005.683000', '134005.686000', '134005.689000', '134005.692000', '134005.695000', '134005.698000', '134005.701000', '134025.573000', '134025.576000', '134025.579000', '134025.582000', '134025.585000', '134025.588000', '134025.591000', '134025.594000', '134025.597000', '134025.599000', '134025.602000', '134025.605000', '134025.608000', '134025.611000', '134025.614000', '134025.617000', '134025.620000', '134025.622000', '134025.625000', '134025.628000', '134025.631000', '134025.634000', '134025.637000', '134025.640000', '134025.643000', '134025.646000', '134025.649000', '134025.652000', '134025.654000', '134025.657000', '134025.660000', '134025.663000', '134025.666000', '134025.669000', '134025.672000', '134025.675000', '134025.678000', '134025.681000', '134025.684000', '134025.687000', '134025.690000', '134025.693000', '134025.695000', '134045.574000', '134045.577000', '134045.580000', '134045.583000', '134045.586000', '134045.589000', '134045.591000', '134045.594000', '134045.597000', '134045.600000', '134045.603000', '134045.606000', '134045.609000', '134045.612000', '134045.615000', '134045.618000', '134045.621000', '134045.624000', '134045.627000', '134045.630000', '134045.632000', '134045.635000', '134045.638000', '134045.641000', '134045.644000', '134045.647000', '134045.650000', '134045.653000', '134045.656000', '134045.659000', '134045.662000', '134045.664000', '134045.667000', '134045.670000', '134045.673000', '134045.676000', '134045.679000', '134045.682000', '134045.685000', '134045.688000', '134045.691000', '134045.693000', '134045.696000', '134045.699000', '134105.574000', '134105.577000', '134105.580000', '134105.583000', '134105.586000', '134105.589000', '134105.592000', '134105.595000', '134105.598000', '134105.601000', '134105.604000', '134105.606000', '134105.609000', '134105.612000', '134105.615000', '134105.618000', '134105.621000', '134105.626000', '134105.630000', '134105.633000', '134105.636000', '134105.639000', '134105.642000', '134105.645000', '134105.648000', '134105.650000', '134105.653000', '134105.656000', '134105.659000', '134105.662000', '134105.665000', '134105.668000', '134105.671000', '134105.674000', '134105.677000', '134105.680000', '134105.683000', '134105.685000', '134105.688000', '134105.691000', '134105.694000', '134105.697000', '134105.700000', '134125.574000', '134125.577000', '134125.580000', '134125.583000', '134125.586000', '134125.589000', '134125.606000', '134125.609000', '134125.612000', '134125.615000', '134125.618000', '134125.621000', '134125.624000', '134125.627000', '134125.630000', '134125.633000', '134125.636000', '134125.639000', '134125.642000', '134125.644000', '134125.647000', '134125.650000', '134125.653000', '134125.656000', '134125.659000', '134125.662000', '134125.665000', '134125.668000', '134125.671000', '134125.673000', '134125.676000', '134125.679000', '134125.682000', '134125.685000', '134125.688000', '134125.691000', '134125.694000', '134125.697000', '134125.700000', '134125.703000', '134125.705000', '134125.708000', '134125.711000', '134125.714000', '134145.574000', '134145.577000', '134145.580000', '134145.583000', '134145.586000', '134145.589000', '134145.592000', '134145.597000', '134145.601000', '134145.604000', '134145.607000', '134145.610000', '134145.612000', '134145.615000', '134145.618000', '134145.621000', '134145.624000', '134145.627000', '134145.630000', '134145.633000', '134145.636000', '134145.639000', '134145.642000', '134145.644000', '134145.647000', '134145.650000', '134145.653000', '134145.656000', '134145.659000', '134145.662000', '134145.665000', '134145.668000', '134145.671000', '134145.674000', '134145.676000', '134145.679000', '134145.682000', '134145.685000', '134145.688000', '134145.691000', '134145.694000', '134145.697000', '134145.700000', '134205.573000', '134205.576000', '134205.579000', '134205.582000', '134205.585000', '134205.588000', '134205.591000', '134205.593000', '134205.596000', '134205.599000', '134205.602000', '134205.605000', '134205.608000', '134205.611000', '134205.614000', '134205.617000', '134205.620000', '134205.623000', '134205.626000', '134205.629000', '134205.631000', '134205.634000', '134205.637000', '134205.640000', '134205.643000', '134205.646000', '134205.649000', '134205.652000', '134205.655000', '134205.657000', '134205.660000', '134205.663000', '134205.666000', '134205.669000', '134205.672000', '134205.675000', '134205.678000', '134205.681000', '134205.684000', '134205.686000', '134205.689000', '134205.692000', '134205.695000', '134205.698000', '134225.573000', '134225.576000', '134225.579000', '134225.582000', '134225.585000', '134225.588000', '134225.591000', '134225.594000', '134225.597000', '134225.600000', '134225.603000', '134225.606000', '134225.608000', '134225.613000', '134225.617000', '134225.620000', '134225.623000', '134225.626000', '134225.629000', '134225.632000', '134225.635000', '134225.638000', '134225.641000', '134225.644000', '134225.647000', '134225.650000', '134225.653000', '134225.655000', '134225.658000', '134225.661000', '134225.664000', '134225.667000', '134225.670000', '134225.673000', '134225.676000', '134225.679000', '134225.682000', '134225.685000', '134225.687000', '134225.690000', '134225.693000', '134225.696000', '134225.699000', '134245.573000', '134245.576000', '134245.579000', '134245.582000', '134245.585000', '134245.588000', '134245.591000', '134245.594000', '134245.597000', '134245.599000', '134245.602000', '134245.605000', '134245.608000', '134245.611000', '134245.614000', '134245.617000', '134245.620000', '134245.623000', '134245.626000', '134245.628000', '134245.631000', '134245.634000', '134245.637000', '134245.640000', '134245.643000', '134245.646000', '134245.649000', '134245.652000', '134245.655000', '134245.658000', '134245.661000', '134245.677000', '134245.680000', '134245.683000', '134245.686000', '134245.689000', '134245.692000', '134245.694000', '134245.697000', '134245.700000', '134245.703000', '134245.706000', '134245.709000', '134245.712000', '134305.574000', '134305.577000', '134305.580000', '134305.583000', '134305.586000', '134305.589000', '134305.592000', '134305.595000', '134305.598000', '134305.601000', '134305.604000', '134305.607000', '134305.610000', '134305.613000', '134305.615000', '134305.618000', '134305.621000', '134305.624000', '134305.629000', '134305.634000', '134305.637000', '134305.640000', '134305.643000', '134305.646000', '134305.649000', '134305.652000', '134305.655000', '134305.657000', '134305.660000', '134305.663000', '134305.666000', '134305.669000', '134305.672000', '134305.675000', '134305.678000', '134305.681000', '134305.684000', '134305.687000', '134305.689000', '134305.692000', '134305.695000', '134305.698000', '134305.701000', '134325.574000', '134325.577000', '134325.580000', '134325.583000', '134325.586000', '134325.589000', '134325.592000', '134325.595000', '134325.598000', '134325.601000', '134325.603000', '134325.606000', '134325.609000', '134325.612000', '134325.615000', '134325.618000', '134325.621000', '134325.624000', '134325.627000', '134325.630000', '134325.633000', '134325.636000', '134325.639000', '134325.642000', '134325.645000', '134325.647000', '134325.650000', '134325.653000', '134325.656000', '134325.659000', '134325.662000', '134325.665000', '134325.668000', '134325.671000', '134325.674000', '134325.677000', '134325.679000', '134325.682000', '134325.685000', '134325.688000', '134325.691000', '134325.694000', '134325.697000', '134325.700000', '134345.574000', '134345.577000', '134345.580000', '134345.583000', '134345.587000', '134345.590000', '134345.593000', '134345.596000', '134345.599000', '134345.602000', '134345.605000', '134345.608000', '134345.611000', '134345.613000', '134345.617000', '134345.619000', '134345.622000', '134345.625000', '134345.628000', '134345.631000', '134345.634000', '134345.637000', '134345.640000', '134345.643000', '134345.646000', '134345.649000', '134345.652000', '134345.655000', '134345.658000', '134345.661000', '134345.664000', '134345.667000', '134345.670000', '134345.673000', '134345.676000', '134345.679000', '134345.682000', '134345.685000', '134345.687000', '134345.690000', '134345.693000', '134345.696000', '134345.699000', '134405.574000', '134405.578000', '134405.581000', '134405.584000', '134405.587000', '134405.590000', '134405.593000', '134405.596000', '134405.599000', '134405.602000', '134405.604000', '134405.607000', '134405.610000', '134405.613000', '134405.616000', '134405.619000', '134405.622000', '134405.625000', '134405.628000', '134405.631000', '134405.634000', '134405.637000', '134405.639000', '134405.642000', '134405.645000', '134405.648000', '134405.651000', '134405.654000', '134405.657000', '134405.660000', '134405.663000', '134405.666000', '134405.669000', '134405.672000', '134405.675000', '134405.677000', '134405.680000', '134405.683000', '134405.686000', '134405.689000', '134405.692000', '134405.695000', '134405.698000', '134405.701000', '134425.573000', '134425.576000', '134425.579000', '134425.582000', '134425.585000', '134425.588000', '134425.591000', '134425.594000', '134425.597000', '134425.599000', '134425.602000', '134425.605000', '134425.622000', '134425.625000', '134425.628000', '134425.631000', '134425.634000', '134425.636000', '134425.639000', '134425.642000', '134425.645000', '134425.648000', '134425.651000', '134425.654000', '134425.657000', '134425.660000', '134425.663000', '134425.666000', '134425.669000', '134425.672000', '134425.675000', '134425.678000', '134425.681000', '134425.684000', '134425.687000', '134425.690000', '134425.693000', '134425.696000', '134425.699000', '134425.702000', '134425.705000', '134425.707000', '134425.710000', '134445.573000', '134445.576000', '134445.581000', '134445.584000', '134445.587000', '134445.590000', '134445.593000', '134445.596000', '134445.599000', '134445.602000', '134445.605000', '134445.608000', '134445.611000', '134445.613000', '134445.616000', '134445.619000', '134445.622000', '134445.625000', '134445.628000', '134445.631000', '134445.634000', '134445.637000', '134445.640000', '134445.642000', '134445.645000', '134445.648000', '134445.651000', '134445.654000', '134445.657000', '134445.660000', '134445.663000', '134445.666000', '134445.668000', '134445.671000', '134445.674000', '134445.677000', '134445.680000', '134445.683000', '134445.686000', '134445.689000', '134445.692000', '134445.695000', '134445.697000', '134445.700000', '134505.573000', '134505.576000', '134505.579000', '134505.582000', '134505.585000', '134505.588000', '134505.591000', '134505.594000', '134505.597000', '134505.600000', '134505.603000', '134505.606000', '134505.609000', '134505.612000', '134505.615000', '134505.618000', '134505.621000', '134505.625000', '134505.628000', '134505.631000', '134505.634000', '134505.637000', '134505.640000', '134505.643000', '134505.646000', '134505.649000', '134505.652000', '134505.654000', '134505.657000', '134505.660000', '134505.663000', '134505.666000', '134505.669000', '134505.672000', '134505.675000', '134505.678000', '134505.681000', '134505.684000', '134505.688000', '134505.691000', '134505.694000', '134505.697000', '134505.700000', '134525.574000', '134525.577000', '134525.580000', '134525.583000', '134525.586000', '134525.590000', '134525.593000', '134525.596000', '134525.599000', '134525.602000', '134525.605000', '134525.608000', '134525.611000', '134525.614000', '134525.616000', '134525.619000', '134525.622000', '134525.625000', '134525.628000', '134525.631000', '134525.634000', '134525.637000', '134525.640000', '134525.643000', '134525.646000', '134525.649000', '134525.652000', '134525.654000', '134525.657000', '134525.660000', '134525.663000', '134525.666000', '134525.669000', '134525.672000', '134525.675000', '134525.678000', '134525.681000', '134525.683000', '134525.687000', '134525.689000', '134525.692000', '134525.695000', '134525.698000', '134525.701000', '134545.574000', '134545.577000', '134545.580000', '134545.583000', '134545.586000', '134545.589000', '134545.592000', '134545.595000', '134545.598000', '134545.601000', '134545.603000', '134545.606000', '134545.609000', '134545.612000', '134545.615000', '134545.618000', '134545.621000', '134545.624000', '134545.627000', '134545.630000', '134545.633000', '134545.636000', '134545.638000', '134545.656000', '134545.658000', '134545.661000', '134545.664000', '134545.667000', '134545.670000', '134545.673000', '134545.676000', '134545.679000', '134545.682000', '134545.685000', '134545.688000', '134545.691000', '134545.694000', '134545.697000', '134545.700000', '134545.702000', '134545.705000', '134545.708000', '134545.711000', '134605.574000', '134605.577000', '134605.580000', '134605.583000', '134605.586000', '134605.589000', '134605.592000', '134605.595000', '134605.598000', '134605.601000', '134605.604000', '134605.607000', '134605.610000', '134605.613000', '134605.616000', '134605.619000', '134605.622000', '134605.625000', '134605.628000', '134605.631000', '134605.633000', '134605.636000', '134605.639000', '134605.642000', '134605.645000', '134605.648000', '134605.651000', '134605.654000', '134605.657000', '134605.660000', '134605.663000', '134605.666000', '134605.668000', '134605.671000', '134605.674000', '134605.677000', '134605.680000', '134605.683000', '134605.686000', '134605.689000', '134605.692000', '134605.695000', '134605.697000', '134605.700000', '134617.050000', '134617.054000', '134617.056000', '134617.059000', '134617.062000', '134617.065000', '134617.068000', '134617.071000', '134617.074000', '134617.077000', '134617.080000', '134617.083000', '134617.086000', '134617.088000', '134617.091000', '134617.094000', '134617.097000', '134617.100000', '134617.103000', '134617.106000', '134617.109000', '134617.112000', '134617.115000', '134617.118000', '134617.121000'], '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': [7875, 11610, 7853, 10772, 7840, 10185, 7881, 9322, 8934, 8722, 11469, 8088, 12044, 7584, 11692, 7633, 11287, 7811, 11348, 7869, 10227, 7724, 9215, 7824, 8882, 10983, 7888, 12106, 7434, 10753, 7470, 10208, 7471, 9863, 7649, 9668, 7614, 9401, 7931, 9213, 8228, 9074, 7905, 8702, 8740, 8845, 11008, 7894, 11842, 7526, 11428, 7774, 11026, 7631, 9650, 7593, 9320, 7852, 8742, 8393, 8333, 10791, 7366, 11077, 7595, 10326, 7525, 10201, 7614, 10826, 7681, 11128, 7623, 11230, 7527, 10504, 7731, 10306, 7729, 10273, 7740, 10146, 8250, 9164, 8087, 8383, 9468, 8342, 10021, 8081, 10348, 7951, 11126, 7669, 11426, 7432, 10444, 7431, 10583, 7380, 9758, 7645, 9561, 7456, 9421, 7755, 9492, 8027, 9283, 8347, 9173, 8295, 9601, 8130, 9018, 10145, 8114, 11788, 7654, 10981, 7671, 10978, 7713, 10034, 7842, 9696, 9487, 8497, 12427, 7520, 11907, 7863, 11037, 7979, 9370, 8064, 8667, 9709, 7793, 12035, 7549, 11128, 7719, 10508, 7874, 8944, 10617, 7804, 11706, 7625, 10815, 7539, 9998, 7617, 9565, 7963, 8579, 10826, 7530, 11776, 7399, 10350, 7589, 10117, 7640, 9348, 8093, 9552, 8224, 9034, 8155, 8584, 8371, 8419, 11055, 7607, 11602, 7700, 10961, 8261, 9853, 8118, 9672, 8260, 8736, 11183, 7662, 11594, 7687, 11654, 7867, 10007, 8122, 9625, 8034, 9144, 7928, 8444, 10792, 7771, 11993, 7654, 11144, 7976, 9901, 8109, 9422, 9700, 7885, 11764, 7696, 10653, 7955, 9862, 7783, 8948, 8376, 7781, 9611, 7483, 9962, 7578, 9973, 7553, 9782, 7820, 9648, 8673, 8100, 11463, 7706, 10738, 7740, 10062, 7957, 9771, 8157, 8575, 12150, 7830, 11438, 7778, 9827, 8275, 9286, 9791, 7869, 11688, 7732, 10510, 8054, 9716, 9074, 7892, 11882, 7797, 10302, 8156, 10106, 8308, 8890, 10308, 7687, 10872, 7591, 10135, 8111, 9272, 9174, 7648, 11016, 7466, 10520, 7737, 9931, 8140, 9325, 10261, 7587, 11322, 7682, 9995, 8047, 9656, 8177, 9190, 9064, 7736, 10722, 7720, 10489, 8221, 9575, 10447, 8021, 11522, 7748, 10279, 7921, 10029, 8267, 9028, 10864, 7604, 11037, 7819, 10370, 8228, 10084, 8258, 9023, 11875, 7658, 11131, 7759, 9913, 8021, 8166, 11888, 7789, 10404, 7720, 10062, 8245, 9857, 8333, 8689, 11292, 7794, 10849, 8002, 10234, 8116, 9580, 8075, 8058, 10123, 7526, 9945, 7819, 10109, 8158, 10205, 7871, 9733, 8068, 9597, 10101, 8275, 11096, 7895, 10985, 7946, 10366, 7951, 10069, 8089, 9607, 10718, 8001, 11303, 7660, 10641, 7798, 10905, 7833, 9802, 8431, 8696, 12102, 7767, 11379, 7807, 10308, 8133, 10611, 8171, 9837, 7991, 10717, 8392, 9152, 11397, 7535, 10693, 7954, 10140, 7960, 9553, 10218, 8486, 12306, 7879, 11905, 7840, 11483, 7852, 11988, 7956, 11384, 8715, 9001, 11137, 8172, 12783, 8195, 11459, 7804, 10597, 7833, 9938, 7900, 8766, 8103, 8082, 9188, 7541, 10237, 7738, 11297, 7635, 10668, 7552, 10402, 7772, 10007, 7717, 9761, 7772, 9541, 7847, 9723, 8156, 10098, 8192, 10173, 7974, 9973, 8054, 10081, 8217, 9601, 8420, 8781, 10860, 8209, 11680, 8030, 11878, 7874, 11388, 7681, 10204, 7861, 9832, 8134, 9378, 8187, 8632, 10485, 7589, 11462, 7673, 10568, 7981, 10121, 8280, 9726, 8264, 8347, 11695, 7753, 11300, 7814, 10902, 8011, 10105, 8135, 9750, 8107, 8766, 12115, 7777, 11711, 7866, 11675, 7761, 9689, 7993, 8928, 9206, 7782, 11342, 7786, 10678, 7853, 10232, 8186, 9700, 8123, 8536, 11200, 7929, 11046, 7847, 10187, 8076, 9929, 8087, 9467, 7997, 8259, 11414, 7835, 11005, 8005, 10366, 8154, 9485, 8090, 8997, 11244, 7826, 11736, 7676, 10456, 8030, 10036, 7941, 9955, 8137, 9523, 9378, 8391, 12172, 7710, 11230, 7997, 10232, 8078, 9595, 8064, 8792, 9357, 7797, 11346, 8078, 10794, 7644, 10095, 8070, 9653, 7979, 8743, 11064, 7699, 11634, 7796, 11198, 7909, 9474, 8064, 8222, 11128, 7782, 11596, 7822, 10314, 7825, 9991, 7785, 8916, 9290, 7747, 11899, 7621, 10641, 7576, 10036, 7736, 9920, 7930, 9469, 7881, 8803, 11493, 7673, 11182, 7803, 11464, 7903, 10039, 7983, 9326, 9850, 7753, 12001, 7649, 10649, 7708, 10528, 7752, 9880, 8045, 9372, 9151, 7845, 11849, 7761, 10402, 7682, 10044, 7867, 9870, 7960, 9413, 10295, 8160, 12158, 7890, 11536, 7614, 10254, 7828, 9835, 7892, 9710, 7946, 8878, 11093, 7755, 11094, 7759, 10021, 8004, 9338, 9684, 7809, 11378, 7924, 10357, 7815, 10075, 8059, 9331, 7807, 8413, 10079, 8056, 11335, 7999, 10632, 8022, 9785, 7766, 8946, 10478, 7840, 11916, 7796, 10571, 7718, 9932, 8039, 9258, 7961, 8542, 10204, 7892, 11242, 7842, 10779, 8012, 9600, 7914, 8769, 11047, 7872, 11779, 7762, 10754, 7682, 9994, 7970, 9448, 7847, 8115, 11679, 7790, 11439, 7885, 10443, 7886, 9838, 7772, 8477, 10729, 7701, 11406, 7708, 11072, 7742, 9910, 7780, 9813, 7889, 9156, 9380, 8534, 10670, 7794, 10973, 7589, 9884, 7527, 9239, 7850, 9540, 7740, 9333, 8105, 9511, 7919, 8909, 10847, 7911, 11034, 7939, 10565, 7792, 10079, 7938, 9894, 7962, 9354, 10788, 7740, 11657, 7856, 10736, 8252, 9606, 7946, 8366, 10454, 7784, 11645, 7872, 10151, 7791, 9983, 8035, 10381, 8702, 9491, 8098, 10002, 12529, 8033, 10914, 7849, 10504, 8079, 9140, 10148, 8031, 12114, 7848, 11206, 8051, 10891, 8007, 9863, 8299, 9104, 10943, 8362, 13118, 8066, 12611, 7938, 9892, 8157, 9772, 8269, 8790, 8053, 8785, 8592, 8662, 9055, 8512, 9755, 8252, 9982, 8446, 9994, 8296, 10191, 8353, 10359, 8348, 10149, 8418, 10477, 8341, 10103, 8307, 9401, 9094, 8625, 10433, 8222, 9579, 7834, 8683, 8391, 8549, 8968, 8754, 9109, 8938, 8710, 10322, 7896, 10518, 8044, 9837, 8003, 9341, 7823, 9643, 7789, 10815, 7756, 10859, 7975, 10838, 8120, 10975, 8192, 10769, 8515, 9968, 8418, 8629, 11159, 8000, 10876, 8019, 10730, 8070, 10059, 8256, 10102, 8532, 10481, 8052, 9591, 10954, 8031, 12102, 7856, 10887, 8004, 10810, 8346, 10705, 8318, 9855, 10218, 8372, 11419, 7962, 11456, 8114, 10729, 8232, 9748, 8075, 9036, 9774, 7913, 11067, 7731, 10758, 7960, 10589, 7999, 9676, 9122, 8782, 10832, 7958, 11008, 7954, 10751, 7860, 10688, 7842, 10176, 7932, 8576, 11604, 7838, 11040, 7712, 10456, 7988, 9045, 9690, 8206, 10849, 8036, 10831, 7778, 10465, 8061, 9791, 8523, 8411, 10068, 8157, 11214, 7987, 10558], 'WindowCenter': [3997.0, 4022.0, 3965.0, 3982.0, 3948.0, 3968.0, 3937.0, 3957.0, 3945.0, 3947.0, 3976.0, 3936.0, 3975.0, 3923.0, 3976.0, 3936.0, 3964.0, 3923.0, 3960.0, 3920.0, 3952.0, 3910.0, 3941.0, 3909.0, 3931.0, 3951.0, 3920.0, 3959.0, 3923.0, 3964.0, 3923.0, 3951.0, 3910.0, 3951.0, 3923.0, 3953.0, 3923.0, 3955.0, 3936.0, 3957.0, 3949.0, 3955.0, 3936.0, 3946.0, 3945.0, 3956.0, 3966.0, 3933.0, 3976.0, 3936.0, 3988.0, 3936.0, 3965.0, 3934.0, 3954.0, 3935.0, 3956.0, 3935.0, 3946.0, 3944.0, 3947.0, 3991.0, 3939.0, 3988.0, 3937.0, 3966.0, 3949.0, 3976.0, 3937.0, 3977.0, 3935.0, 3978.0, 3937.0, 3977.0, 3950.0, 3980.0, 3937.0, 3965.0, 3935.0, 3965.0, 3935.0, 3968.0, 3945.0, 3957.0, 3947.0, 3947.0, 3956.0, 3945.0, 3953.0, 3935.0, 3964.0, 3945.0, 3974.0, 3935.0, 3977.0, 3940.0, 3978.0, 3950.0, 3977.0, 3938.0, 3966.0, 3936.0, 3966.0, 3935.0, 3966.0, 3938.0, 3982.0, 3947.0, 3970.0, 3971.0, 3969.0, 3959.0, 3968.0, 3946.0, 3969.0, 3992.0, 3961.0, 3989.0, 3949.0, 3988.0, 3948.0, 3978.0, 3937.0, 3967.0, 3934.0, 3967.0, 3954.0, 3945.0, 3975.0, 3934.0, 3974.0, 3934.0, 3966.0, 3945.0, 3956.0, 3933.0, 3944.0, 3954.0, 3933.0, 3976.0, 3935.0, 3976.0, 3935.0, 3965.0, 3933.0, 3957.0, 3977.0, 3935.0, 3973.0, 3923.0, 3965.0, 3935.0, 3967.0, 3934.0, 3970.0, 3945.0, 3958.0, 3977.0, 3938.0, 3985.0, 3935.0, 3965.0, 3937.0, 3980.0, 3948.0, 3969.0, 3949.0, 3969.0, 3959.0, 3958.0, 3948.0, 3959.0, 3947.0, 3958.0, 3976.0, 3949.0, 3989.0, 3948.0, 3989.0, 3960.0, 3968.0, 3935.0, 3957.0, 3934.0, 3946.0, 3964.0, 3923.0, 3964.0, 3922.0, 3974.0, 3936.0, 3964.0, 3934.0, 3953.0, 3931.0, 3954.0, 3933.0, 3945.0, 3964.0, 3923.0, 3975.0, 3935.0, 3976.0, 3936.0, 3954.0, 3932.0, 3943.0, 3942.0, 3933.0, 3963.0, 3922.0, 3965.0, 3934.0, 3953.0, 3923.0, 3956.0, 3946.0, 3936.0, 3954.0, 3925.0, 3953.0, 3937.0, 3968.0, 3948.0, 3981.0, 3937.0, 3968.0, 3959.0, 3960.0, 3989.0, 3936.0, 3977.0, 3936.0, 3966.0, 3947.0, 3979.0, 3937.0, 3959.0, 3987.0, 3938.0, 3979.0, 3948.0, 3981.0, 3959.0, 3969.0, 3965.0, 3945.0, 3976.0, 3936.0, 3978.0, 3935.0, 3966.0, 3954.0, 3947.0, 3987.0, 3947.0, 3978.0, 3947.0, 3966.0, 3944.0, 3956.0, 3964.0, 3936.0, 3975.0, 3936.0, 3979.0, 3945.0, 3970.0, 3958.0, 3950.0, 3990.0, 3938.0, 3976.0, 3936.0, 3966.0, 3934.0, 3969.0, 3966.0, 3936.0, 3977.0, 3949.0, 3979.0, 3950.0, 3968.0, 3946.0, 3969.0, 3958.0, 3949.0, 3980.0, 3948.0, 3981.0, 3958.0, 3983.0, 3990.0, 3949.0, 3977.0, 3934.0, 3967.0, 3945.0, 3967.0, 3945.0, 3959.0, 3977.0, 3937.0, 3990.0, 3952.0, 3979.0, 3947.0, 3967.0, 3945.0, 3957.0, 3976.0, 3936.0, 3976.0, 3934.0, 3966.0, 3934.0, 3945.0, 3989.0, 3948.0, 3977.0, 3936.0, 3966.0, 3948.0, 3980.0, 3946.0, 3959.0, 3977.0, 3937.0, 3988.0, 3961.0, 3979.0, 3935.0, 3967.0, 3935.0, 3946.0, 3966.0, 3936.0, 3979.0, 3952.0, 3980.0, 3962.0, 3980.0, 3960.0, 3981.0, 3949.0, 3971.0, 3969.0, 3960.0, 3992.0, 3949.0, 3981.0, 3948.0, 3966.0, 3935.0, 3965.0, 3934.0, 3981.0, 3967.0, 3948.0, 3978.0, 3936.0, 3966.0, 3936.0, 3966.0, 3923.0, 3969.0, 3945.0, 3945.0, 3973.0, 3921.0, 3975.0, 3937.0, 3966.0, 3946.0, 3964.0, 3933.0, 3952.0, 3936.0, 3963.0, 3931.0, 3944.0, 3961.0, 3921.0, 3952.0, 3921.0, 3954.0, 3922.0, 3955.0, 3952.0, 3942.0, 3973.0, 3935.0, 3961.0, 3918.0, 3950.0, 3909.0, 3950.0, 3909.0, 3948.0, 3906.0, 3917.0, 3936.0, 3904.0, 3946.0, 3906.0, 3935.0, 3896.0, 3923.0, 3894.0, 3926.0, 3905.0, 3916.0, 3906.0, 3919.0, 3928.0, 3909.0, 3939.0, 3921.0, 3961.0, 3921.0, 3950.0, 3921.0, 3951.0, 3922.0, 3952.0, 3925.0, 3954.0, 3934.0, 3955.0, 3937.0, 3967.0, 3959.0, 3979.0, 3958.0, 3978.0, 3947.0, 3968.0, 3948.0, 3978.0, 3947.0, 3967.0, 3947.0, 3947.0, 3964.0, 3948.0, 3990.0, 3947.0, 3976.0, 3935.0, 3973.0, 3933.0, 3967.0, 3935.0, 3966.0, 3936.0, 3958.0, 3945.0, 3961.0, 3979.0, 3949.0, 3988.0, 3936.0, 3967.0, 3948.0, 3978.0, 3947.0, 3969.0, 3948.0, 3946.0, 3989.0, 3951.0, 3980.0, 3948.0, 3978.0, 3948.0, 3980.0, 3947.0, 3970.0, 3948.0, 3960.0, 4000.0, 3948.0, 3987.0, 3946.0, 3978.0, 3935.0, 3956.0, 3935.0, 3955.0, 3956.0, 3936.0, 3990.0, 3950.0, 3992.0, 3949.0, 3977.0, 3947.0, 3968.0, 3935.0, 3958.0, 3978.0, 3948.0, 3988.0, 3950.0, 3980.0, 3950.0, 3969.0, 3947.0, 3969.0, 3946.0, 3950.0, 3979.0, 3949.0, 3982.0, 3948.0, 3968.0, 3947.0, 3969.0, 3936.0, 3958.0, 3976.0, 3936.0, 3976.0, 3937.0, 3979.0, 3948.0, 3968.0, 3947.0, 3968.0, 3936.0, 3969.0, 3955.0, 3950.0, 3977.0, 3936.0, 3978.0, 3948.0, 3968.0, 3937.0, 3956.0, 3934.0, 3946.0, 3955.0, 3937.0, 3977.0, 3948.0, 3979.0, 3950.0, 3980.0, 3949.0, 3968.0, 3935.0, 3957.0, 3977.0, 3937.0, 3976.0, 3936.0, 3977.0, 3936.0, 3957.0, 3937.0, 3948.0, 3978.0, 3936.0, 3974.0, 3936.0, 3965.0, 3934.0, 3967.0, 3936.0, 3958.0, 3957.0, 3938.0, 3989.0, 3948.0, 3978.0, 3938.0, 3966.0, 3936.0, 3969.0, 3949.0, 3969.0, 3946.0, 3969.0, 3989.0, 3950.0, 3989.0, 3937.0, 3980.0, 3947.0, 3968.0, 3935.0, 3957.0, 3967.0, 3937.0, 3988.0, 3947.0, 3978.0, 3938.0, 3967.0, 3935.0, 3967.0, 3935.0, 3958.0, 3956.0, 3949.0, 3986.0, 3948.0, 3979.0, 3948.0, 3969.0, 3948.0, 3967.0, 3936.0, 3958.0, 3968.0, 3947.0, 3988.0, 3947.0, 3988.0, 3948.0, 3978.0, 3936.0, 3967.0, 3945.0, 3967.0, 3936.0, 3959.0, 3977.0, 3938.0, 3990.0, 3948.0, 3968.0, 3947.0, 3958.0, 3956.0, 3936.0, 3976.0, 3936.0, 3968.0, 3936.0, 3970.0, 3948.0, 3967.0, 3937.0, 3948.0, 3966.0, 3946.0, 3977.0, 3936.0, 3969.0, 3946.0, 3968.0, 3935.0, 3958.0, 3966.0, 3936.0, 3976.0, 3934.0, 3965.0, 3936.0, 3967.0, 3948.0, 3957.0, 3934.0, 3946.0, 3965.0, 3948.0, 3975.0, 3936.0, 3978.0, 3934.0, 3958.0, 3936.0, 3959.0, 3978.0, 3936.0, 3974.0, 3935.0, 3965.0, 3935.0, 3966.0, 3935.0, 3967.0, 3936.0, 3947.0, 3989.0, 3947.0, 3978.0, 3946.0, 3978.0, 3949.0, 3969.0, 3937.0, 3948.0, 3989.0, 3950.0, 3988.0, 3938.0, 3978.0, 3937.0, 3968.0, 3937.0, 3969.0, 3948.0, 3970.0, 3970.0, 3961.0, 3980.0, 3952.0, 3992.0, 3952.0, 3980.0, 3948.0, 3982.0, 3960.0, 3980.0, 3951.0, 3971.0, 3948.0, 3968.0, 3936.0, 3958.0, 3979.0, 3948.0, 3980.0, 3948.0, 3967.0, 3934.0, 3966.0, 3945.0, 3966.0, 3934.0, 3957.0, 3965.0, 3936.0, 3977.0, 3936.0, 3966.0, 3945.0, 3956.0, 3924.0, 3933.0, 3953.0, 3936.0, 3977.0, 3932.0, 3964.0, 3937.0, 3968.0, 3935.0, 3965.0, 3946.0, 3968.0, 3934.0, 3955.0, 3973.0, 3922.0, 3951.0, 3921.0, 3952.0, 3919.0, 3943.0, 3952.0, 3931.0, 3972.0, 3923.0, 3964.0, 3932.0, 3963.0, 3921.0, 3952.0, 3931.0, 3930.0, 3950.0, 3919.0, 3958.0, 3921.0, 3959.0, 3905.0, 3926.0, 3918.0, 3951.0, 3917.0, 3940.0, 3918.0, 3930.0, 3942.0, 3941.0, 3942.0, 3931.0, 3941.0, 3933.0, 3954.0, 3934.0, 3955.0, 3945.0, 3965.0, 3933.0, 3953.0, 3921.0, 3952.0, 3919.0, 3953.0, 3933.0, 3953.0, 3930.0, 3944.0, 3931.0, 3932.0, 3952.0, 3944.0, 3954.0, 3923.0, 3943.0, 3933.0, 3942.0, 3955.0, 3945.0, 3956.0, 3946.0, 3947.0, 3966.0, 3949.0, 3981.0, 3948.0, 3966.0, 3948.0, 3956.0, 3937.0, 3968.0, 3939.0, 3978.0, 3938.0, 3980.0, 3962.0, 3992.0, 3962.0, 3978.0, 3949.0, 3977.0, 3946.0, 3970.0, 3945.0, 3958.0, 3976.0, 3950.0, 3990.0, 3948.0, 3978.0, 3960.0, 3993.0, 3961.0, 3981.0, 3960.0, 3991.0, 3962.0, 3984.0, 3978.0, 3947.0, 3986.0, 3948.0, 3977.0, 3949.0, 3979.0, 3947.0, 3977.0, 3946.0, 3965.0, 3965.0, 3946.0, 3974.0, 3948.0, 3978.0, 3937.0, 3978.0, 3945.0, 3956.0, 3931.0, 3955.0, 3966.0, 3936.0, 3975.0, 3935.0, 3976.0, 3936.0, 3977.0, 3948.0, 3966.0, 3957.0, 3946.0, 3966.0, 3937.0, 3976.0, 3935.0, 3977.0, 3949.0, 3978.0, 3946.0, 3978.0, 3935.0, 3957.0, 3977.0, 3935.0, 3989.0, 3948.0, 3980.0, 3947.0, 3958.0, 3967.0, 3946.0, 3976.0, 3946.0, 3976.0, 3936.0, 3979.0, 3950.0, 3980.0, 3960.0, 3961.0, 3968.0, 3947.0, 3976.0, 3947.0, 3978.0], 'WindowWidth': [8951.0, 8968.0, 8879.0, 8893.0, 8839.0, 8866.0, 8819.0, 8846.0, 8827.0, 8831.0, 8867.0, 8814.0, 8863.0, 8794.0, 8870.0, 8815.0, 8848.0, 8791.0, 8836.0, 8784.0, 8825.0, 8768.0, 8811.0, 8766.0, 8797.0, 8823.0, 8782.0, 8834.0, 8793.0, 8851.0, 8794.0, 8824.0, 8772.0, 8826.0, 8793.0, 8834.0, 8794.0, 8840.0, 8815.0, 8847.0, 8837.0, 8841.0, 8814.0, 8830.0, 8825.0, 8842.0, 8854.0, 8809.0, 8867.0, 8816.0, 8890.0, 8816.0, 8850.0, 8809.0, 8837.0, 8810.0, 8842.0, 8810.0, 8830.0, 8822.0, 8834.0, 8898.0, 8828.0, 8889.0, 8821.0, 8856.0, 8840.0, 8870.0, 8820.0, 8873.0, 8816.0, 8873.0, 8819.0, 8873.0, 8845.0, 8881.0, 8822.0, 8853.0, 8813.0, 8853.0, 8813.0, 8861.0, 8825.0, 8844.0, 8835.0, 8833.0, 8840.0, 8825.0, 8833.0, 8812.0, 8850.0, 8827.0, 8863.0, 8814.0, 8872.0, 8831.0, 8877.0, 8843.0, 8874.0, 8823.0, 8856.0, 8817.0, 8857.0, 8814.0, 8858.0, 8822.0, 8890.0, 8836.0, 8870.0, 8874.0, 8868.0, 8852.0, 8864.0, 8831.0, 8867.0, 8902.0, 8860.0, 8894.0, 8840.0, 8891.0, 8838.0, 8874.0, 8820.0, 8859.0, 8810.0, 8860.0, 8837.0, 8827.0, 8864.0, 8809.0, 8862.0, 8809.0, 8854.0, 8830.0, 8843.0, 8810.0, 8825.0, 8835.0, 8809.0, 8867.0, 8814.0, 8867.0, 8813.0, 8853.0, 8809.0, 8847.0, 8875.0, 8815.0, 8861.0, 8794.0, 8851.0, 8812.0, 8857.0, 8813.0, 8867.0, 8827.0, 8850.0, 8875.0, 8822.0, 8880.0, 8817.0, 8855.0, 8820.0, 8881.0, 8838.0, 8864.0, 8840.0, 8866.0, 8851.0, 8851.0, 8835.0, 8853.0, 8832.0, 8848.0, 8871.0, 8838.0, 8892.0, 8838.0, 8893.0, 8857.0, 8860.0, 8815.0, 8844.0, 8809.0, 8827.0, 8849.0, 8795.0, 8849.0, 8792.0, 8861.0, 8816.0, 8850.0, 8810.0, 8833.0, 8801.0, 8837.0, 8805.0, 8826.0, 8847.0, 8793.0, 8864.0, 8811.0, 8869.0, 8816.0, 8836.0, 8803.0, 8819.0, 8816.0, 8805.0, 8844.0, 8789.0, 8849.0, 8807.0, 8832.0, 8792.0, 8844.0, 8833.0, 8818.0, 8837.0, 8799.0, 8835.0, 8819.0, 8861.0, 8836.0, 8883.0, 8820.0, 8864.0, 8854.0, 8857.0, 8892.0, 8819.0, 8870.0, 8818.0, 8856.0, 8832.0, 8878.0, 8818.0, 8851.0, 8885.0, 8822.0, 8875.0, 8837.0, 8884.0, 8854.0, 8865.0, 8852.0, 8827.0, 8868.0, 8816.0, 8875.0, 8813.0, 8857.0, 8838.0, 8831.0, 8886.0, 8837.0, 8876.0, 8833.0, 8856.0, 8824.0, 8843.0, 8849.0, 8817.0, 8867.0, 8818.0, 8878.0, 8828.0, 8866.0, 8849.0, 8843.0, 8895.0, 8824.0, 8870.0, 8816.0, 8857.0, 8812.0, 8866.0, 8856.0, 8819.0, 8872.0, 8839.0, 8881.0, 8844.0, 8864.0, 8830.0, 8865.0, 8849.0, 8841.0, 8881.0, 8836.0, 8884.0, 8851.0, 8892.0, 8896.0, 8840.0, 8872.0, 8813.0, 8857.0, 8828.0, 8861.0, 8826.0, 8852.0, 8872.0, 8820.0, 8896.0, 8848.0, 8878.0, 8833.0, 8858.0, 8826.0, 8845.0, 8868.0, 8817.0, 8868.0, 8809.0, 8855.0, 8809.0, 8828.0, 8892.0, 8838.0, 8875.0, 8819.0, 8856.0, 8834.0, 8881.0, 8831.0, 8852.0, 8873.0, 8821.0, 8892.0, 8859.0, 8877.0, 8813.0, 8859.0, 8812.0, 8830.0, 8855.0, 8818.0, 8879.0, 8847.0, 8884.0, 8863.0, 8882.0, 8857.0, 8886.0, 8838.0, 8871.0, 8863.0, 8857.0, 8902.0, 8840.0, 8883.0, 8835.0, 8854.0, 8814.0, 8852.0, 8809.0, 8885.0, 8858.0, 8834.0, 8877.0, 8819.0, 8856.0, 8816.0, 8855.0, 8795.0, 8865.0, 8825.0, 8827.0, 8858.0, 8790.0, 8866.0, 8820.0, 8857.0, 8831.0, 8848.0, 8804.0, 8830.0, 8812.0, 8846.0, 8798.0, 8822.0, 8839.0, 8787.0, 8830.0, 8787.0, 8833.0, 8788.0, 8837.0, 8827.0, 8820.0, 8858.0, 8812.0, 8839.0, 8777.0, 8821.0, 8765.0, 8819.0, 8762.0, 8814.0, 8754.0, 8772.0, 8794.0, 8751.0, 8808.0, 8756.0, 8795.0, 8741.0, 8775.0, 8736.0, 8783.0, 8752.0, 8770.0, 8756.0, 8778.0, 8788.0, 8765.0, 8805.0, 8787.0, 8840.0, 8787.0, 8822.0, 8784.0, 8824.0, 8788.0, 8829.0, 8796.0, 8833.0, 8810.0, 8838.0, 8817.0, 8859.0, 8854.0, 8878.0, 8850.0, 8873.0, 8831.0, 8861.0, 8834.0, 8875.0, 8831.0, 8860.0, 8830.0, 8833.0, 8849.0, 8833.0, 8893.0, 8833.0, 8869.0, 8813.0, 8861.0, 8808.0, 8856.0, 8813.0, 8855.0, 8816.0, 8848.0, 8830.0, 8859.0, 8880.0, 8839.0, 8889.0, 8817.0, 8858.0, 8834.0, 8875.0, 8833.0, 8866.0, 8833.0, 8831.0, 8892.0, 8843.0, 8880.0, 8837.0, 8874.0, 8836.0, 8879.0, 8832.0, 8867.0, 8834.0, 8855.0, 8909.0, 8838.0, 8886.0, 8830.0, 8872.0, 8812.0, 8842.0, 8811.0, 8842.0, 8842.0, 8818.0, 8895.0, 8846.0, 8902.0, 8840.0, 8872.0, 8831.0, 8862.0, 8813.0, 8850.0, 8873.0, 8837.0, 8889.0, 8841.0, 8879.0, 8839.0, 8863.0, 8832.0, 8865.0, 8831.0, 8841.0, 8877.0, 8839.0, 8886.0, 8837.0, 8862.0, 8833.0, 8864.0, 8816.0, 8848.0, 8868.0, 8816.0, 8871.0, 8820.0, 8877.0, 8835.0, 8860.0, 8831.0, 8861.0, 8815.0, 8862.0, 8838.0, 8838.0, 8870.0, 8815.0, 8875.0, 8837.0, 8862.0, 8818.0, 8842.0, 8810.0, 8829.0, 8838.0, 8819.0, 8871.0, 8835.0, 8876.0, 8842.0, 8882.0, 8841.0, 8861.0, 8814.0, 8846.0, 8869.0, 8818.0, 8868.0, 8816.0, 8872.0, 8815.0, 8845.0, 8819.0, 8835.0, 8874.0, 8816.0, 8864.0, 8816.0, 8852.0, 8810.0, 8857.0, 8815.0, 8848.0, 8843.0, 8821.0, 8893.0, 8837.0, 8875.0, 8822.0, 8856.0, 8819.0, 8864.0, 8837.0, 8865.0, 8831.0, 8867.0, 8894.0, 8844.0, 8893.0, 8821.0, 8878.0, 8831.0, 8862.0, 8814.0, 8847.0, 8856.0, 8820.0, 8887.0, 8835.0, 8877.0, 8822.0, 8859.0, 8814.0, 8857.0, 8813.0, 8849.0, 8843.0, 8837.0, 8885.0, 8838.0, 8880.0, 8837.0, 8864.0, 8836.0, 8860.0, 8815.0, 8849.0, 8860.0, 8833.0, 8887.0, 8832.0, 8888.0, 8838.0, 8877.0, 8819.0, 8857.0, 8829.0, 8859.0, 8816.0, 8852.0, 8873.0, 8822.0, 8894.0, 8837.0, 8862.0, 8832.0, 8848.0, 8841.0, 8817.0, 8868.0, 8816.0, 8860.0, 8817.0, 8866.0, 8836.0, 8861.0, 8818.0, 8835.0, 8854.0, 8831.0, 8871.0, 8817.0, 8862.0, 8831.0, 8862.0, 8814.0, 8848.0, 8856.0, 8817.0, 8869.0, 8811.0, 8852.0, 8816.0, 8860.0, 8833.0, 8844.0, 8811.0, 8830.0, 8853.0, 8833.0, 8866.0, 8815.0, 8872.0, 8810.0, 8847.0, 8815.0, 8852.0, 8876.0, 8818.0, 8863.0, 8812.0, 8852.0, 8813.0, 8855.0, 8813.0, 8859.0, 8816.0, 8835.0, 8891.0, 8833.0, 8874.0, 8831.0, 8875.0, 8835.0, 8866.0, 8817.0, 8837.0, 8894.0, 8841.0, 8889.0, 8823.0, 8874.0, 8820.0, 8861.0, 8820.0, 8865.0, 8834.0, 8869.0, 8869.0, 8859.0, 8879.0, 8848.0, 8901.0, 8848.0, 8882.0, 8837.0, 8889.0, 8859.0, 8882.0, 8844.0, 8871.0, 8835.0, 8862.0, 8816.0, 8848.0, 8875.0, 8835.0, 8884.0, 8837.0, 8859.0, 8811.0, 8855.0, 8828.0, 8855.0, 8810.0, 8845.0, 8851.0, 8815.0, 8872.0, 8817.0, 8854.0, 8826.0, 8839.0, 8793.0, 8805.0, 8830.0, 8816.0, 8872.0, 8805.0, 8852.0, 8821.0, 8861.0, 8813.0, 8850.0, 8827.0, 8859.0, 8809.0, 8839.0, 8856.0, 8790.0, 8827.0, 8785.0, 8829.0, 8783.0, 8819.0, 8829.0, 8803.0, 8857.0, 8792.0, 8849.0, 8804.0, 8843.0, 8788.0, 8830.0, 8798.0, 8796.0, 8819.0, 8778.0, 8828.0, 8786.0, 8830.0, 8754.0, 8782.0, 8778.0, 8825.0, 8777.0, 8813.0, 8779.0, 8795.0, 8817.0, 8813.0, 8814.0, 8799.0, 8813.0, 8804.0, 8833.0, 8806.0, 8836.0, 8825.0, 8851.0, 8805.0, 8829.0, 8786.0, 8826.0, 8780.0, 8830.0, 8803.0, 8832.0, 8797.0, 8820.0, 8798.0, 8803.0, 8828.0, 8824.0, 8836.0, 8794.0, 8820.0, 8805.0, 8816.0, 8838.0, 8824.0, 8841.0, 8828.0, 8831.0, 8853.0, 8838.0, 8883.0, 8837.0, 8857.0, 8834.0, 8842.0, 8821.0, 8861.0, 8825.0, 8875.0, 8822.0, 8880.0, 8861.0, 8902.0, 8862.0, 8875.0, 8837.0, 8873.0, 8828.0, 8867.0, 8828.0, 8850.0, 8870.0, 8841.0, 8896.0, 8838.0, 8877.0, 8856.0, 8905.0, 8859.0, 8884.0, 8857.0, 8899.0, 8862.0, 8893.0, 8877.0, 8834.0, 8883.0, 8834.0, 8871.0, 8840.0, 8881.0, 8833.0, 8872.0, 8829.0, 8854.0, 8851.0, 8829.0, 8864.0, 8837.0, 8873.0, 8818.0, 8873.0, 8828.0, 8842.0, 8802.0, 8838.0, 8856.0, 8815.0, 8865.0, 8813.0, 8868.0, 8816.0, 8873.0, 8837.0, 8859.0, 8845.0, 8830.0, 8853.0, 8818.0, 8869.0, 8814.0, 8872.0, 8838.0, 8875.0, 8830.0, 8874.0, 8813.0, 8845.0, 8871.0, 8812.0, 8892.0, 8836.0, 8880.0, 8835.0, 8849.0, 8858.0, 8829.0, 8868.0, 8829.0, 8868.0, 8817.0, 8877.0, 8840.0, 8881.0, 8857.0, 8859.0, 8863.0, 8832.0, 8869.0, 8833.0, 8873.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.00036271645021645024</td></tr>
<tr><td colspan=3>aqi</td><td>0.020633700108225107</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.31535151721559</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1987046079198282</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9922270651679304</td></tr>
<tr><td colspan=3>efc</td><td>0.4666</td></tr>
<tr><td colspan=3>fber</td><td>4618.1011</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09120702560567641</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.411255411255412</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6059600887867034</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5773233021881876</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8069829330763114</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.43357403109561</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140919</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014977761544287205</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016747971996665</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7364489537763</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>37.0579</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8118</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.3604</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>304921.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>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.2837</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0636</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.5136</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3181.2506</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.5959</td></tr>
<tr><td colspan=3>tsnr</td><td>41.04098932445049</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>