<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-04/func/sub-0070_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>3fe43e4f3f1b94fbab1306969fde3f68</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:40:41.967500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999046, 0.0371151, -0.0230207, -0.0357604, 0.997751, 0.0567008]</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.0886052</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7765, -7269, 479, -15, -279, 55, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>276.163</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a7c669ad-d6d6-4535-b766-dc397fe3dabc||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803667545318604, -0.09594259411096573, -0.06769808381795883, 117.53343200683594], [-0.09957704693078995, 2.676891803741455, 0.15072347223758698, -89.22964477539062], [-0.06176282837986946, -0.15212421119213104, 2.694939613342285, -68.50264739990234], [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': ['134041.967500', '134042.427500', '134042.887500', '134043.347500', '134043.807500', '134044.267500', '134044.727500', '134045.187500', '134045.647500', '134046.107500', '134046.567500', '134047.027500', '134047.487500', '134047.947500', '134048.407500', '134048.867500', '134049.327500', '134049.787500', '134050.247500', '134050.707500', '134051.167500', '134051.627500', '134052.087500', '134052.547500', '134053.007500', '134053.467500', '134053.927500', '134054.387500', '134054.847500', '134055.307500', '134055.767500', '134056.227500', '134056.687500', '134057.147500', '134057.607500', '134058.067500', '134058.527500', '134058.987500', '134059.447500', '134059.907500', '134100.367500', '134100.827500', '134101.287500', '134101.747500', '134102.207500', '134102.667500', '134103.127500', '134103.587500', '134104.047500', '134104.507500', '134104.967500', '134105.427500', '134105.887500', '134106.347500', '134106.807500', '134107.267500', '134107.727500', '134108.187500', '134108.647500', '134109.107500', '134109.567500', '134110.027500', '134110.487500', '134110.947500', '134111.407500', '134111.867500', '134112.327500', '134112.787500', '134113.247500', '134113.707500', '134114.167500', '134114.627500', '134115.087500', '134115.547500', '134116.007500', '134116.467500', '134116.927500', '134117.387500', '134117.847500', '134118.307500', '134118.767500', '134119.227500', '134119.687500', '134120.147500', '134120.607500', '134121.067500', '134121.527500', '134121.987500', '134122.447500', '134122.907500', '134123.367500', '134123.827500', '134124.287500', '134124.747500', '134125.207500', '134125.667500', '134126.127500', '134126.587500', '134127.047500', '134127.507500', '134127.967500', '134128.427500', '134128.887500', '134129.347500', '134129.807500', '134130.267500', '134130.727500', '134131.187500', '134131.647500', '134132.107500', '134132.567500', '134133.027500', '134133.487500', '134133.947500', '134134.407500', '134134.867500', '134135.327500', '134135.787500', '134136.247500', '134136.707500', '134137.167500', '134137.627500', '134138.087500', '134138.547500', '134139.007500', '134139.467500', '134139.927500', '134140.387500', '134140.847500', '134141.307500', '134141.767500', '134142.227500', '134142.687500', '134143.147500', '134143.607500', '134144.067500', '134144.527500', '134144.987500', '134145.447500', '134145.907500', '134146.367500', '134146.827500', '134147.287500', '134147.747500', '134148.207500', '134148.667500', '134149.127500', '134149.587500', '134150.047500', '134150.507500', '134150.967500', '134151.427500', '134151.887500', '134152.347500', '134152.807500', '134153.267500', '134153.727500', '134154.187500', '134154.647500', '134155.107500', '134155.567500', '134156.027500', '134156.487500', '134156.947500', '134157.407500', '134157.867500', '134158.327500', '134158.787500', '134159.247500', '134159.707500', '134200.167500', '134200.627500', '134201.087500', '134201.547500', '134202.007500', '134202.467500', '134202.927500', '134203.387500', '134203.847500', '134204.307500', '134204.767500', '134205.227500', '134205.687500', '134206.147500', '134206.607500', '134207.067500', '134207.527500', '134207.987500', '134208.447500', '134208.907500', '134209.367500', '134209.827500', '134210.287500', '134210.747500', '134211.207500', '134211.667500', '134212.127500', '134212.587500', '134213.047500', '134213.507500', '134213.967500', '134214.427500', '134214.887500', '134215.347500', '134215.807500', '134216.267500', '134216.727500', '134217.187500', '134217.647500', '134218.107500', '134218.567500', '134219.027500', '134219.487500', '134219.947500', '134220.407500', '134220.867500', '134221.327500', '134221.787500', '134222.247500', '134222.707500', '134223.167500', '134223.627500', '134224.087500', '134224.547500', '134225.007500', '134225.467500', '134225.927500', '134226.387500', '134226.847500', '134227.307500', '134227.767500', '134228.227500', '134228.687500', '134229.147500', '134229.607500', '134230.067500', '134230.527500', '134230.987500', '134231.447500', '134231.907500', '134232.367500', '134232.827500', '134233.287500', '134233.747500', '134234.207500', '134234.667500', '134235.127500', '134235.587500', '134236.047500', '134236.507500', '134236.967500', '134237.427500', '134237.887500', '134238.347500', '134238.807500', '134239.267500', '134239.727500', '134240.187500', '134240.647500', '134241.107500', '134241.567500', '134242.027500', '134242.487500', '134242.947500', '134243.407500', '134243.867500', '134244.327500', '134244.787500', '134245.247500', '134245.707500', '134246.167500', '134246.627500', '134247.087500', '134247.547500', '134248.007500', '134248.467500', '134248.927500', '134249.387500', '134249.847500', '134250.307500', '134250.767500', '134251.227500', '134251.687500', '134252.147500', '134252.607500', '134253.067500', '134253.527500', '134253.987500', '134254.447500', '134254.907500', '134255.367500', '134255.827500', '134256.287500', '134256.747500', '134257.207500', '134257.667500', '134258.127500', '134258.587500', '134259.047500', '134259.507500', '134259.967500', '134300.427500', '134300.887500', '134301.347500', '134301.807500', '134302.267500', '134302.727500', '134303.187500', '134303.647500', '134304.107500', '134304.567500', '134305.027500', '134305.487500', '134305.947500', '134306.407500', '134306.867500', '134307.327500', '134307.787500', '134308.247500', '134308.707500', '134309.167500', '134309.627500', '134310.087500', '134310.547500', '134311.007500', '134311.467500', '134311.927500', '134312.387500', '134312.847500', '134313.307500', '134313.767500', '134314.227500', '134314.687500', '134315.147500', '134315.607500', '134316.067500', '134316.527500', '134316.987500', '134317.447500', '134317.907500', '134318.367500', '134318.827500', '134319.287500', '134319.747500', '134320.207500', '134320.667500', '134321.127500', '134321.587500', '134322.047500', '134322.507500', '134322.967500', '134323.427500', '134323.887500', '134324.347500', '134324.807500', '134325.267500', '134325.727500', '134326.187500', '134326.647500', '134327.107500', '134327.567500', '134328.027500', '134328.487500', '134328.947500', '134329.407500', '134329.867500', '134330.327500', '134330.787500', '134331.247500', '134331.707500', '134332.167500', '134332.627500', '134333.087500', '134333.547500', '134334.007500', '134334.467500', '134334.927500', '134335.387500', '134335.847500', '134336.307500', '134336.767500', '134337.227500', '134337.687500', '134338.147500', '134338.607500', '134339.067500', '134339.527500', '134339.987500', '134340.447500', '134340.907500', '134341.367500', '134341.827500', '134342.287500', '134342.747500', '134343.207500', '134343.667500', '134344.127500', '134344.587500', '134345.047500', '134345.507500', '134345.967500', '134346.427500', '134346.887500', '134347.347500', '134347.807500', '134348.267500', '134348.727500', '134349.187500', '134349.647500', '134350.107500', '134350.567500', '134351.027500', '134351.487500', '134351.947500', '134352.407500', '134352.867500', '134353.327500', '134353.787500', '134354.247500', '134354.707500', '134355.167500', '134355.627500', '134356.087500', '134356.547500', '134357.007500', '134357.467500', '134357.927500', '134358.387500', '134358.847500', '134359.307500', '134359.767500', '134400.227500', '134400.687500', '134401.147500', '134401.607500', '134402.067500', '134402.527500', '134402.987500', '134403.447500', '134403.907500', '134404.367500', '134404.827500', '134405.287500', '134405.747500', '134406.207500', '134406.667500', '134407.127500', '134407.587500', '134408.047500', '134408.507500', '134408.967500', '134409.427500', '134409.887500', '134410.347500', '134410.807500', '134411.267500', '134411.727500', '134412.187500', '134412.647500', '134413.107500', '134413.567500', '134414.027500', '134414.487500', '134414.947500', '134415.407500', '134415.867500', '134416.327500', '134416.787500', '134417.247500', '134417.707500', '134418.167500', '134418.627500', '134419.087500', '134419.547500', '134420.007500', '134420.467500', '134420.927500', '134421.387500', '134421.847500', '134422.307500', '134422.767500', '134423.227500', '134423.687500', '134424.147500', '134424.607500', '134425.067500', '134425.527500', '134425.987500', '134426.447500', '134426.907500', '134427.367500', '134427.827500', '134428.287500', '134428.747500', '134429.207500', '134429.667500', '134430.127500', '134430.587500', '134431.047500', '134431.507500', '134431.967500', '134432.427500', '134432.887500', '134433.347500', '134433.807500', '134434.267500', '134434.727500', '134435.187500', '134435.647500', '134436.107500', '134436.567500', '134437.027500', '134437.487500', '134437.947500', '134438.407500', '134438.867500', '134439.327500', '134439.787500', '134440.247500', '134440.707500', '134441.167500', '134441.627500', '134442.087500', '134442.547500', '134443.007500', '134443.467500', '134443.927500', '134444.387500', '134444.847500', '134445.307500', '134445.767500', '134446.227500', '134446.687500', '134447.147500', '134447.607500', '134448.067500', '134448.527500', '134448.987500', '134449.447500', '134449.907500', '134450.367500', '134450.827500', '134451.287500', '134451.747500', '134452.207500', '134452.667500', '134453.127500', '134453.587500', '134454.047500', '134454.507500', '134454.967500', '134455.427500', '134455.887500', '134456.347500', '134456.807500', '134457.267500', '134457.727500', '134458.187500', '134458.647500', '134459.107500', '134459.567500', '134500.027500', '134500.487500', '134500.947500', '134501.407500', '134501.867500', '134502.327500', '134502.787500', '134503.247500', '134503.707500', '134504.167500', '134504.627500', '134505.087500', '134505.547500', '134506.007500', '134506.467500', '134506.927500', '134507.387500', '134507.847500', '134508.307500', '134508.767500', '134509.227500', '134509.687500', '134510.147500', '134510.607500', '134511.067500', '134511.527500', '134511.987500', '134512.447500', '134512.907500', '134513.367500', '134513.827500', '134514.287500', '134514.747500', '134515.207500', '134515.667500', '134516.127500', '134516.587500', '134517.047500', '134517.507500', '134517.967500', '134518.427500', '134518.887500', '134519.347500', '134519.807500', '134520.267500', '134520.727500', '134521.187500', '134521.647500', '134522.107500', '134522.567500', '134523.027500', '134523.487500', '134523.947500', '134524.407500', '134524.867500', '134525.327500', '134525.787500', '134526.247500', '134526.707500', '134527.167500', '134527.627500', '134528.087500', '134528.547500', '134529.007500', '134529.467500', '134529.927500', '134530.387500', '134530.847500', '134531.307500', '134531.767500', '134532.227500', '134532.687500', '134533.147500', '134533.607500', '134534.067500', '134534.527500', '134534.987500', '134535.447500', '134535.907500', '134536.367500', '134536.827500', '134537.287500', '134537.747500', '134538.207500', '134538.667500', '134539.127500', '134539.587500', '134540.047500', '134540.507500', '134540.967500', '134541.427500', '134541.887500', '134542.347500', '134542.807500', '134543.267500', '134543.727500', '134544.187500', '134544.647500', '134545.107500', '134545.567500', '134546.027500', '134546.487500', '134546.947500', '134547.407500', '134547.867500', '134548.327500', '134548.787500', '134549.247500', '134549.707500', '134550.167500', '134550.627500', '134551.087500', '134551.547500', '134552.007500', '134552.467500', '134552.927500', '134553.387500', '134553.847500', '134554.307500', '134554.767500', '134555.227500', '134555.687500', '134556.147500', '134556.607500', '134557.067500', '134557.527500', '134557.987500', '134558.447500', '134558.907500', '134559.367500', '134559.827500', '134600.287500', '134600.747500', '134601.207500', '134601.667500', '134602.127500', '134602.587500', '134603.047500', '134603.507500', '134603.967500', '134604.427500', '134604.887500', '134605.347500', '134605.807500', '134606.267500', '134606.727500', '134607.187500', '134607.647500', '134608.107500', '134608.567500', '134609.027500', '134609.487500', '134609.947500', '134610.407500', '134610.867500', '134611.327500', '134611.787500', '134612.247500', '134612.707500', '134613.167500', '134613.627500', '134614.087500', '134614.547500', '134615.007500', '134615.467500', '134615.927500', '134616.387500', '134616.847500', '134617.307500', '134617.767500', '134618.227500', '134618.687500', '134619.147500', '134619.607500', '134620.067500', '134620.527500', '134620.987500', '134621.447500', '134621.907500', '134622.367500', '134622.827500', '134623.287500', '134623.747500', '134624.207500', '134624.667500', '134625.127500', '134625.587500', '134626.047500', '134626.507500', '134626.967500', '134627.427500', '134627.887500', '134628.347500', '134628.807500', '134629.267500', '134629.727500', '134630.187500', '134630.647500', '134631.107500', '134631.567500', '134632.027500', '134632.487500', '134632.947500', '134633.407500', '134633.867500', '134634.327500', '134634.787500', '134635.247500', '134635.707500', '134636.167500', '134636.627500', '134637.087500', '134637.547500', '134638.007500', '134638.467500', '134638.927500', '134639.387500', '134639.847500', '134640.307500', '134640.767500', '134641.227500', '134641.687500', '134642.147500', '134642.607500', '134643.067500', '134643.527500', '134643.987500', '134644.447500', '134644.907500', '134645.367500', '134645.827500', '134646.287500', '134646.747500', '134647.207500', '134647.667500', '134648.127500', '134648.587500', '134649.047500', '134649.507500', '134649.967500', '134650.427500', '134650.887500', '134651.347500', '134651.807500', '134652.267500', '134652.727500', '134653.187500', '134653.647500', '134654.107500', '134654.567500', '134655.027500', '134655.487500', '134655.947500', '134656.407500', '134656.867500', '134657.327500', '134657.787500', '134658.247500', '134658.707500', '134659.167500', '134659.627500', '134700.087500', '134700.547500', '134701.007500', '134701.467500', '134701.927500', '134702.387500', '134702.847500', '134703.307500', '134703.767500', '134704.227500', '134704.687500', '134705.147500', '134705.607500', '134706.067500', '134706.527500', '134706.987500', '134707.447500', '134707.907500', '134708.367500', '134708.827500', '134709.287500', '134709.747500', '134710.207500', '134710.667500', '134711.127500', '134711.587500', '134712.047500', '134712.507500', '134712.967500', '134713.427500', '134713.887500', '134714.347500', '134714.807500', '134715.267500', '134715.727500', '134716.187500', '134716.647500', '134717.107500', '134717.567500', '134718.027500', '134718.487500', '134718.947500', '134719.407500', '134719.867500', '134720.327500', '134720.787500', '134721.247500', '134721.707500', '134722.167500', '134722.627500', '134723.087500', '134723.547500', '134724.007500', '134724.467500', '134724.927500', '134725.387500', '134725.847500', '134726.307500', '134726.767500', '134727.227500', '134727.687500', '134728.147500', '134728.607500', '134729.067500', '134729.527500', '134729.987500', '134730.447500', '134730.907500', '134731.367500', '134731.827500', '134732.287500', '134732.747500', '134733.207500', '134733.667500', '134734.127500', '134734.587500', '134735.047500', '134735.507500', '134735.967500', '134736.427500', '134736.887500', '134737.347500', '134737.807500', '134738.267500', '134738.727500', '134739.187500', '134739.647500', '134740.107500', '134740.567500', '134741.027500', '134741.487500', '134741.947500', '134742.407500', '134742.867500', '134743.327500', '134743.787500', '134744.247500', '134744.707500', '134745.167500', '134745.627500', '134746.087500', '134746.547500', '134747.007500', '134747.467500'], 'ContentTime': ['134058.582000', '134058.586000', '134058.590000', '134058.593000', '134058.595000', '134058.598000', '134058.601000', '134058.604000', '134058.607000', '134058.609000', '134058.612000', '134058.615000', '134058.628000', '134058.632000', '134058.634000', '134058.637000', '134058.640000', '134058.642000', '134058.645000', '134058.648000', '134058.651000', '134058.654000', '134058.656000', '134058.659000', '134058.662000', '134058.665000', '134058.668000', '134058.670000', '134058.673000', '134058.676000', '134058.678000', '134058.682000', '134058.685000', '134118.549000', '134118.552000', '134118.554000', '134118.557000', '134118.560000', '134118.563000', '134118.565000', '134118.568000', '134118.571000', '134118.574000', '134118.576000', '134118.579000', '134118.582000', '134118.584000', '134118.587000', '134118.590000', '134118.592000', '134118.595000', '134118.598000', '134118.600000', '134118.603000', '134118.606000', '134118.608000', '134118.611000', '134118.614000', '134118.616000', '134118.619000', '134118.622000', '134118.624000', '134118.627000', '134118.630000', '134118.632000', '134118.635000', '134118.638000', '134118.640000', '134118.643000', '134118.645000', '134118.648000', '134118.650000', '134118.653000', '134118.656000', '134118.658000', '134118.661000', '134138.550000', '134138.553000', '134138.556000', '134138.558000', '134138.561000', '134138.564000', '134138.566000', '134138.569000', '134138.571000', '134138.574000', '134138.577000', '134138.579000', '134138.582000', '134138.585000', '134138.587000', '134138.590000', '134138.592000', '134138.595000', '134138.598000', '134138.600000', '134138.603000', '134138.606000', '134138.608000', '134138.611000', '134138.614000', '134138.616000', '134138.619000', '134138.622000', '134138.625000', '134138.627000', '134138.630000', '134138.632000', '134138.635000', '134138.638000', '134138.640000', '134138.643000', '134138.646000', '134138.648000', '134138.651000', '134138.654000', '134138.656000', '134138.669000', '134138.672000', '134138.674000', '134158.549000', '134158.552000', '134158.555000', '134158.557000', '134158.560000', '134158.563000', '134158.566000', '134158.568000', '134158.571000', '134158.574000', '134158.576000', '134158.579000', '134158.582000', '134158.584000', '134158.587000', '134158.589000', '134158.592000', '134158.595000', '134158.597000', '134158.600000', '134158.603000', '134158.605000', '134158.608000', '134158.611000', '134158.613000', '134158.616000', '134158.619000', '134158.621000', '134158.624000', '134158.626000', '134158.629000', '134158.632000', '134158.634000', '134158.637000', '134158.640000', '134158.643000', '134158.646000', '134158.648000', '134158.651000', '134158.654000', '134158.656000', '134158.659000', '134158.662000', '134218.549000', '134218.552000', '134218.555000', '134218.557000', '134218.560000', '134218.562000', '134218.565000', '134218.568000', '134218.570000', '134218.573000', '134218.575000', '134218.578000', '134218.581000', '134218.583000', '134218.586000', '134218.589000', '134218.591000', '134218.594000', '134218.596000', '134218.599000', '134218.602000', '134218.604000', '134218.607000', '134218.610000', '134218.612000', '134218.615000', '134218.617000', '134218.620000', '134218.623000', '134218.625000', '134218.628000', '134218.631000', '134218.633000', '134218.636000', '134218.638000', '134218.641000', '134218.644000', '134218.646000', '134218.649000', '134218.652000', '134218.654000', '134218.657000', '134218.659000', '134218.662000', '134238.549000', '134238.553000', '134238.555000', '134238.558000', '134238.560000', '134238.563000', '134238.566000', '134238.568000', '134238.571000', '134238.574000', '134238.576000', '134238.579000', '134238.582000', '134238.584000', '134238.587000', '134238.589000', '134238.592000', '134238.595000', '134238.597000', '134238.613000', '134238.616000', '134238.619000', '134238.621000', '134238.624000', '134238.626000', '134238.629000', '134238.631000', '134238.634000', '134238.637000', '134238.639000', '134238.642000', '134238.645000', '134238.647000', '134238.650000', '134238.652000', '134238.655000', '134238.658000', '134238.660000', '134238.663000', '134238.665000', '134238.668000', '134238.671000', '134238.674000', '134258.549000', '134258.552000', '134258.555000', '134258.557000', '134258.560000', '134258.563000', '134258.565000', '134258.568000', '134258.571000', '134258.573000', '134258.576000', '134258.578000', '134258.581000', '134258.584000', '134258.590000', '134258.592000', '134258.595000', '134258.598000', '134258.600000', '134258.603000', '134258.606000', '134258.608000', '134258.611000', '134258.613000', '134258.616000', '134258.619000', '134258.621000', '134258.624000', '134258.628000', '134258.631000', '134258.633000', '134258.636000', '134258.639000', '134258.642000', '134258.644000', '134258.647000', '134258.650000', '134258.662000', '134258.665000', '134258.667000', '134258.671000', '134258.673000', '134258.676000', '134318.548000', '134318.552000', '134318.555000', '134318.557000', '134318.560000', '134318.563000', '134318.566000', '134318.568000', '134318.571000', '134318.573000', '134318.576000', '134318.579000', '134318.581000', '134318.584000', '134318.586000', '134318.589000', '134318.592000', '134318.594000', '134318.597000', '134318.599000', '134318.602000', '134318.605000', '134318.607000', '134318.610000', '134318.612000', '134318.615000', '134318.618000', '134318.620000', '134318.623000', '134318.626000', '134318.628000', '134318.631000', '134318.634000', '134318.636000', '134318.639000', '134318.642000', '134318.644000', '134318.647000', '134318.649000', '134318.652000', '134318.655000', '134318.657000', '134318.660000', '134318.662000', '134338.549000', '134338.552000', '134338.554000', '134338.557000', '134338.559000', '134338.562000', '134338.565000', '134338.567000', '134338.570000', '134338.573000', '134338.575000', '134338.578000', '134338.580000', '134338.583000', '134338.586000', '134338.588000', '134338.591000', '134338.594000', '134338.596000', '134338.599000', '134338.601000', '134338.604000', '134338.607000', '134338.609000', '134338.612000', '134338.614000', '134338.617000', '134338.620000', '134338.622000', '134338.625000', '134338.627000', '134338.630000', '134338.633000', '134338.635000', '134338.638000', '134338.640000', '134338.643000', '134338.646000', '134338.648000', '134338.651000', '134338.654000', '134338.656000', '134338.659000', '134338.662000', '134358.549000', '134358.552000', '134358.555000', '134358.558000', '134358.561000', '134358.563000', '134358.566000', '134358.569000', '134358.571000', '134358.574000', '134358.577000', '134358.580000', '134358.582000', '134358.585000', '134358.588000', '134358.591000', '134358.593000', '134358.596000', '134358.598000', '134358.601000', '134358.604000', '134358.606000', '134358.609000', '134358.611000', '134358.614000', '134358.617000', '134358.619000', '134358.622000', '134358.625000', '134358.627000', '134358.630000', '134358.633000', '134358.635000', '134358.638000', '134358.640000', '134358.643000', '134358.646000', '134358.648000', '134358.651000', '134358.654000', '134358.656000', '134358.659000', '134358.661000', '134418.564000', '134418.566000', '134418.569000', '134418.572000', '134418.575000', '134418.577000', '134418.580000', '134418.583000', '134418.586000', '134418.588000', '134418.591000', '134418.594000', '134418.596000', '134418.599000', '134418.602000', '134418.604000', '134418.607000', '134418.609000', '134418.612000', '134418.615000', '134418.617000', '134418.620000', '134418.623000', '134418.626000', '134418.629000', '134418.632000', '134418.635000', '134418.637000', '134418.640000', '134418.643000', '134418.645000', '134418.648000', '134418.651000', '134418.653000', '134418.656000', '134418.659000', '134418.661000', '134418.664000', '134418.666000', '134418.669000', '134418.672000', '134418.674000', '134418.677000', '134438.550000', '134438.553000', '134438.555000', '134438.558000', '134438.561000', '134438.563000', '134438.566000', '134438.569000', '134438.571000', '134438.574000', '134438.577000', '134438.579000', '134438.582000', '134438.585000', '134438.587000', '134438.590000', '134438.593000', '134438.595000', '134438.598000', '134438.601000', '134438.603000', '134438.606000', '134438.609000', '134438.611000', '134438.614000', '134438.617000', '134438.619000', '134438.622000', '134438.625000', '134438.627000', '134438.630000', '134438.633000', '134438.635000', '134438.638000', '134438.641000', '134438.643000', '134438.646000', '134438.648000', '134438.651000', '134438.654000', '134438.656000', '134438.659000', '134438.661000', '134438.664000', '134458.550000', '134458.553000', '134458.555000', '134458.558000', '134458.560000', '134458.563000', '134458.566000', '134458.568000', '134458.571000', '134458.574000', '134458.576000', '134458.579000', '134458.582000', '134458.584000', '134458.587000', '134458.590000', '134458.593000', '134458.597000', '134458.599000', '134458.603000', '134458.605000', '134458.608000', '134458.610000', '134458.613000', '134458.616000', '134458.618000', '134458.621000', '134458.623000', '134458.626000', '134458.629000', '134458.631000', '134458.634000', '134458.637000', '134458.639000', '134458.642000', '134458.645000', '134458.647000', '134458.650000', '134458.652000', '134458.655000', '134458.658000', '134458.660000', '134458.663000', '134518.549000', '134518.552000', '134518.556000', '134518.558000', '134518.561000', '134518.564000', '134518.566000', '134518.569000', '134518.571000', '134518.574000', '134518.577000', '134518.579000', '134518.582000', '134518.584000', '134518.587000', '134518.590000', '134518.592000', '134518.595000', '134518.598000', '134518.600000', '134518.603000', '134518.606000', '134518.608000', '134518.611000', '134518.613000', '134518.616000', '134518.619000', '134518.622000', '134518.624000', '134518.627000', '134518.630000', '134518.632000', '134518.635000', '134518.637000', '134518.640000', '134518.643000', '134518.645000', '134518.648000', '134518.651000', '134518.653000', '134518.656000', '134518.658000', '134518.661000', '134518.664000', '134538.549000', '134538.551000', '134538.554000', '134538.557000', '134538.559000', '134538.562000', '134538.564000', '134538.567000', '134538.570000', '134538.572000', '134538.575000', '134538.578000', '134538.581000', '134538.583000', '134538.586000', '134538.588000', '134538.591000', '134538.594000', '134538.596000', '134538.599000', '134538.602000', '134538.604000', '134538.607000', '134538.610000', '134538.612000', '134538.615000', '134538.618000', '134538.620000', '134538.623000', '134538.626000', '134538.628000', '134538.631000', '134538.633000', '134538.636000', '134538.639000', '134538.642000', '134538.645000', '134538.648000', '134538.651000', '134538.653000', '134538.671000', '134538.674000', '134538.677000', '134558.549000', '134558.552000', '134558.554000', '134558.557000', '134558.559000', '134558.562000', '134558.565000', '134558.567000', '134558.570000', '134558.573000', '134558.575000', '134558.578000', '134558.581000', '134558.583000', '134558.586000', '134558.589000', '134558.591000', '134558.594000', '134558.597000', '134558.599000', '134558.602000', '134558.605000', '134558.607000', '134558.610000', '134558.612000', '134558.615000', '134558.618000', '134558.620000', '134558.623000', '134558.626000', '134558.628000', '134558.631000', '134558.634000', '134558.637000', '134558.639000', '134558.642000', '134558.644000', '134558.647000', '134558.650000', '134558.652000', '134558.655000', '134558.658000', '134558.660000', '134558.663000', '134618.550000', '134618.552000', '134618.555000', '134618.558000', '134618.561000', '134618.563000', '134618.566000', '134618.569000', '134618.571000', '134618.574000', '134618.576000', '134618.579000', '134618.582000', '134618.584000', '134618.587000', '134618.590000', '134618.593000', '134618.595000', '134618.598000', '134618.601000', '134618.603000', '134618.606000', '134618.608000', '134618.611000', '134618.614000', '134618.616000', '134618.619000', '134618.622000', '134618.625000', '134618.628000', '134618.633000', '134618.635000', '134618.638000', '134618.641000', '134618.643000', '134618.646000', '134618.648000', '134618.651000', '134618.654000', '134618.656000', '134618.659000', '134618.661000', '134618.664000', '134638.550000', '134638.553000', '134638.555000', '134638.558000', '134638.561000', '134638.563000', '134638.566000', '134638.569000', '134638.572000', '134638.574000', '134638.577000', '134638.580000', '134638.582000', '134638.585000', '134638.588000', '134638.590000', '134638.593000', '134638.596000', '134638.598000', '134638.601000', '134638.604000', '134638.606000', '134638.609000', '134638.611000', '134638.614000', '134638.617000', '134638.619000', '134638.622000', '134638.625000', '134638.627000', '134638.630000', '134638.632000', '134638.635000', '134638.638000', '134638.640000', '134638.643000', '134638.646000', '134638.648000', '134638.651000', '134638.653000', '134638.656000', '134638.659000', '134638.661000', '134638.664000', '134658.550000', '134658.552000', '134658.555000', '134658.558000', '134658.561000', '134658.563000', '134658.566000', '134658.569000', '134658.571000', '134658.574000', '134658.577000', '134658.579000', '134658.582000', '134658.585000', '134658.587000', '134658.590000', '134658.593000', '134658.595000', '134658.598000', '134658.601000', '134658.603000', '134658.606000', '134658.609000', '134658.611000', '134658.614000', '134658.617000', '134658.619000', '134658.622000', '134658.624000', '134658.627000', '134658.630000', '134658.632000', '134658.635000', '134658.637000', '134658.640000', '134658.643000', '134658.651000', '134658.654000', '134658.657000', '134658.659000', '134658.662000', '134658.665000', '134658.668000', '134718.549000', '134718.552000', '134718.555000', '134718.558000', '134718.560000', '134718.563000', '134718.565000', '134718.568000', '134718.571000', '134718.574000', '134718.576000', '134718.579000', '134718.582000', '134718.584000', '134718.587000', '134718.590000', '134718.592000', '134718.595000', '134718.597000', '134718.600000', '134718.603000', '134718.605000', '134718.608000', '134718.611000', '134718.613000', '134718.616000', '134718.618000', '134718.621000', '134718.624000', '134718.626000', '134718.629000', '134718.631000', '134718.634000', '134718.637000', '134718.639000', '134718.642000', '134718.645000', '134718.647000', '134718.650000', '134718.652000', '134718.655000', '134718.658000', '134718.660000', '134718.663000', '134738.549000', '134738.552000', '134738.554000', '134738.557000', '134738.559000', '134738.562000', '134738.565000', '134738.568000', '134738.570000', '134738.579000', '134738.581000', '134738.584000', '134738.586000', '134738.589000', '134738.592000', '134738.595000', '134738.597000', '134738.600000', '134738.603000', '134738.606000', '134738.608000', '134738.611000', '134738.613000', '134738.616000', '134738.619000', '134738.621000', '134738.624000', '134738.627000', '134738.629000', '134738.632000', '134738.634000', '134738.637000', '134738.640000', '134738.643000', '134738.645000', '134738.648000', '134738.651000', '134738.653000', '134738.656000', '134738.658000', '134738.661000', '134738.664000', '134738.666000', '134749.253000', '134749.256000', '134749.259000', '134749.261000', '134749.264000', '134749.267000', '134749.270000', '134749.273000', '134749.276000', '134749.278000', '134749.281000', '134749.284000', '134749.287000', '134749.290000', '134749.293000', '134749.296000', '134749.299000', '134749.302000', '134749.304000', '134749.307000', '134749.310000', '134749.312000', '134749.315000', '134749.318000'], 'InstanceCreationTime': ['134058.582000', '134058.586000', '134058.590000', '134058.593000', '134058.595000', '134058.598000', '134058.601000', '134058.604000', '134058.607000', '134058.609000', '134058.612000', '134058.615000', '134058.628000', '134058.632000', '134058.634000', '134058.637000', '134058.640000', '134058.642000', '134058.645000', '134058.648000', '134058.651000', '134058.654000', '134058.656000', '134058.659000', '134058.662000', '134058.665000', '134058.668000', '134058.670000', '134058.673000', '134058.676000', '134058.678000', '134058.682000', '134058.685000', '134118.549000', '134118.552000', '134118.554000', '134118.557000', '134118.560000', '134118.563000', '134118.565000', '134118.568000', '134118.571000', '134118.574000', '134118.576000', '134118.579000', '134118.582000', '134118.584000', '134118.587000', '134118.590000', '134118.592000', '134118.595000', '134118.598000', '134118.600000', '134118.603000', '134118.606000', '134118.608000', '134118.611000', '134118.614000', '134118.616000', '134118.619000', '134118.622000', '134118.624000', '134118.627000', '134118.630000', '134118.632000', '134118.635000', '134118.638000', '134118.640000', '134118.643000', '134118.645000', '134118.648000', '134118.650000', '134118.653000', '134118.656000', '134118.658000', '134118.661000', '134138.550000', '134138.553000', '134138.556000', '134138.558000', '134138.561000', '134138.564000', '134138.566000', '134138.569000', '134138.571000', '134138.574000', '134138.577000', '134138.579000', '134138.582000', '134138.585000', '134138.587000', '134138.590000', '134138.592000', '134138.595000', '134138.598000', '134138.600000', '134138.603000', '134138.606000', '134138.608000', '134138.611000', '134138.614000', '134138.616000', '134138.619000', '134138.622000', '134138.625000', '134138.627000', '134138.630000', '134138.632000', '134138.635000', '134138.638000', '134138.640000', '134138.643000', '134138.646000', '134138.648000', '134138.651000', '134138.654000', '134138.656000', '134138.669000', '134138.672000', '134138.674000', '134158.549000', '134158.552000', '134158.555000', '134158.557000', '134158.560000', '134158.563000', '134158.566000', '134158.568000', '134158.571000', '134158.574000', '134158.576000', '134158.579000', '134158.582000', '134158.584000', '134158.587000', '134158.589000', '134158.592000', '134158.595000', '134158.597000', '134158.600000', '134158.603000', '134158.605000', '134158.608000', '134158.611000', '134158.613000', '134158.616000', '134158.619000', '134158.621000', '134158.624000', '134158.626000', '134158.629000', '134158.632000', '134158.634000', '134158.637000', '134158.640000', '134158.643000', '134158.646000', '134158.648000', '134158.651000', '134158.654000', '134158.656000', '134158.659000', '134158.662000', '134218.549000', '134218.552000', '134218.555000', '134218.557000', '134218.560000', '134218.562000', '134218.565000', '134218.568000', '134218.570000', '134218.573000', '134218.575000', '134218.578000', '134218.581000', '134218.583000', '134218.586000', '134218.589000', '134218.591000', '134218.594000', '134218.596000', '134218.599000', '134218.602000', '134218.604000', '134218.607000', '134218.610000', '134218.612000', '134218.615000', '134218.617000', '134218.620000', '134218.623000', '134218.625000', '134218.628000', '134218.631000', '134218.633000', '134218.636000', '134218.638000', '134218.641000', '134218.644000', '134218.646000', '134218.649000', '134218.652000', '134218.654000', '134218.657000', '134218.659000', '134218.662000', '134238.549000', '134238.553000', '134238.555000', '134238.558000', '134238.560000', '134238.563000', '134238.566000', '134238.568000', '134238.571000', '134238.574000', '134238.576000', '134238.579000', '134238.582000', '134238.584000', '134238.587000', '134238.589000', '134238.592000', '134238.595000', '134238.597000', '134238.613000', '134238.616000', '134238.619000', '134238.621000', '134238.624000', '134238.626000', '134238.629000', '134238.631000', '134238.634000', '134238.637000', '134238.639000', '134238.642000', '134238.645000', '134238.647000', '134238.650000', '134238.652000', '134238.655000', '134238.658000', '134238.660000', '134238.663000', '134238.665000', '134238.668000', '134238.671000', '134238.674000', '134258.549000', '134258.552000', '134258.555000', '134258.557000', '134258.560000', '134258.563000', '134258.565000', '134258.568000', '134258.571000', '134258.573000', '134258.576000', '134258.578000', '134258.581000', '134258.584000', '134258.590000', '134258.592000', '134258.595000', '134258.598000', '134258.600000', '134258.603000', '134258.606000', '134258.608000', '134258.611000', '134258.613000', '134258.616000', '134258.619000', '134258.621000', '134258.624000', '134258.628000', '134258.631000', '134258.633000', '134258.636000', '134258.639000', '134258.642000', '134258.644000', '134258.647000', '134258.650000', '134258.662000', '134258.665000', '134258.667000', '134258.671000', '134258.673000', '134258.676000', '134318.548000', '134318.552000', '134318.555000', '134318.557000', '134318.560000', '134318.563000', '134318.566000', '134318.568000', '134318.571000', '134318.573000', '134318.576000', '134318.579000', '134318.581000', '134318.584000', '134318.586000', '134318.589000', '134318.592000', '134318.594000', '134318.597000', '134318.599000', '134318.602000', '134318.605000', '134318.607000', '134318.610000', '134318.612000', '134318.615000', '134318.618000', '134318.620000', '134318.623000', '134318.626000', '134318.628000', '134318.631000', '134318.634000', '134318.636000', '134318.639000', '134318.642000', '134318.644000', '134318.647000', '134318.649000', '134318.652000', '134318.655000', '134318.657000', '134318.660000', '134318.662000', '134338.549000', '134338.552000', '134338.554000', '134338.557000', '134338.559000', '134338.562000', '134338.565000', '134338.567000', '134338.570000', '134338.573000', '134338.575000', '134338.578000', '134338.580000', '134338.583000', '134338.586000', '134338.588000', '134338.591000', '134338.594000', '134338.596000', '134338.599000', '134338.601000', '134338.604000', '134338.607000', '134338.609000', '134338.612000', '134338.614000', '134338.617000', '134338.620000', '134338.622000', '134338.625000', '134338.627000', '134338.630000', '134338.633000', '134338.635000', '134338.638000', '134338.640000', '134338.643000', '134338.646000', '134338.648000', '134338.651000', '134338.654000', '134338.656000', '134338.659000', '134338.662000', '134358.549000', '134358.552000', '134358.555000', '134358.558000', '134358.561000', '134358.563000', '134358.566000', '134358.569000', '134358.571000', '134358.574000', '134358.577000', '134358.580000', '134358.582000', '134358.585000', '134358.588000', '134358.591000', '134358.593000', '134358.596000', '134358.598000', '134358.601000', '134358.604000', '134358.606000', '134358.609000', '134358.611000', '134358.614000', '134358.617000', '134358.619000', '134358.622000', '134358.625000', '134358.627000', '134358.630000', '134358.633000', '134358.635000', '134358.638000', '134358.640000', '134358.643000', '134358.646000', '134358.648000', '134358.651000', '134358.654000', '134358.656000', '134358.659000', '134358.661000', '134418.564000', '134418.566000', '134418.569000', '134418.572000', '134418.575000', '134418.577000', '134418.580000', '134418.583000', '134418.586000', '134418.588000', '134418.591000', '134418.594000', '134418.596000', '134418.599000', '134418.602000', '134418.604000', '134418.607000', '134418.609000', '134418.612000', '134418.615000', '134418.617000', '134418.620000', '134418.623000', '134418.626000', '134418.629000', '134418.632000', '134418.635000', '134418.637000', '134418.640000', '134418.643000', '134418.645000', '134418.648000', '134418.651000', '134418.653000', '134418.656000', '134418.659000', '134418.661000', '134418.664000', '134418.666000', '134418.669000', '134418.672000', '134418.674000', '134418.677000', '134438.550000', '134438.553000', '134438.555000', '134438.558000', '134438.561000', '134438.563000', '134438.566000', '134438.569000', '134438.571000', '134438.574000', '134438.577000', '134438.579000', '134438.582000', '134438.585000', '134438.587000', '134438.590000', '134438.593000', '134438.595000', '134438.598000', '134438.601000', '134438.603000', '134438.606000', '134438.609000', '134438.611000', '134438.614000', '134438.617000', '134438.619000', '134438.622000', '134438.625000', '134438.627000', '134438.630000', '134438.633000', '134438.635000', '134438.638000', '134438.641000', '134438.643000', '134438.646000', '134438.648000', '134438.651000', '134438.654000', '134438.656000', '134438.659000', '134438.661000', '134438.664000', '134458.550000', '134458.553000', '134458.555000', '134458.558000', '134458.560000', '134458.563000', '134458.566000', '134458.568000', '134458.571000', '134458.574000', '134458.576000', '134458.579000', '134458.582000', '134458.584000', '134458.587000', '134458.590000', '134458.593000', '134458.597000', '134458.599000', '134458.603000', '134458.605000', '134458.608000', '134458.610000', '134458.613000', '134458.616000', '134458.618000', '134458.621000', '134458.623000', '134458.626000', '134458.629000', '134458.631000', '134458.634000', '134458.637000', '134458.639000', '134458.642000', '134458.645000', '134458.647000', '134458.650000', '134458.652000', '134458.655000', '134458.658000', '134458.660000', '134458.663000', '134518.549000', '134518.552000', '134518.556000', '134518.558000', '134518.561000', '134518.564000', '134518.566000', '134518.569000', '134518.571000', '134518.574000', '134518.577000', '134518.579000', '134518.582000', '134518.584000', '134518.587000', '134518.590000', '134518.592000', '134518.595000', '134518.598000', '134518.600000', '134518.603000', '134518.606000', '134518.608000', '134518.611000', '134518.613000', '134518.616000', '134518.619000', '134518.622000', '134518.624000', '134518.627000', '134518.630000', '134518.632000', '134518.635000', '134518.637000', '134518.640000', '134518.643000', '134518.645000', '134518.648000', '134518.651000', '134518.653000', '134518.656000', '134518.658000', '134518.661000', '134518.664000', '134538.549000', '134538.551000', '134538.554000', '134538.557000', '134538.559000', '134538.562000', '134538.564000', '134538.567000', '134538.570000', '134538.572000', '134538.575000', '134538.578000', '134538.581000', '134538.583000', '134538.586000', '134538.588000', '134538.591000', '134538.594000', '134538.596000', '134538.599000', '134538.602000', '134538.604000', '134538.607000', '134538.610000', '134538.612000', '134538.615000', '134538.618000', '134538.620000', '134538.623000', '134538.626000', '134538.628000', '134538.631000', '134538.633000', '134538.636000', '134538.639000', '134538.642000', '134538.645000', '134538.648000', '134538.651000', '134538.653000', '134538.671000', '134538.674000', '134538.677000', '134558.549000', '134558.552000', '134558.554000', '134558.557000', '134558.559000', '134558.562000', '134558.565000', '134558.567000', '134558.570000', '134558.573000', '134558.575000', '134558.578000', '134558.581000', '134558.583000', '134558.586000', '134558.589000', '134558.591000', '134558.594000', '134558.597000', '134558.599000', '134558.602000', '134558.605000', '134558.607000', '134558.610000', '134558.612000', '134558.615000', '134558.618000', '134558.620000', '134558.623000', '134558.626000', '134558.628000', '134558.631000', '134558.634000', '134558.637000', '134558.639000', '134558.642000', '134558.644000', '134558.647000', '134558.650000', '134558.652000', '134558.655000', '134558.658000', '134558.660000', '134558.663000', '134618.550000', '134618.552000', '134618.555000', '134618.558000', '134618.561000', '134618.563000', '134618.566000', '134618.569000', '134618.571000', '134618.574000', '134618.576000', '134618.579000', '134618.582000', '134618.584000', '134618.587000', '134618.590000', '134618.593000', '134618.595000', '134618.598000', '134618.601000', '134618.603000', '134618.606000', '134618.608000', '134618.611000', '134618.614000', '134618.616000', '134618.619000', '134618.622000', '134618.625000', '134618.628000', '134618.633000', '134618.635000', '134618.638000', '134618.641000', '134618.643000', '134618.646000', '134618.648000', '134618.651000', '134618.654000', '134618.656000', '134618.659000', '134618.661000', '134618.664000', '134638.550000', '134638.553000', '134638.555000', '134638.558000', '134638.561000', '134638.563000', '134638.566000', '134638.569000', '134638.572000', '134638.574000', '134638.577000', '134638.580000', '134638.582000', '134638.585000', '134638.588000', '134638.590000', '134638.593000', '134638.596000', '134638.598000', '134638.601000', '134638.604000', '134638.606000', '134638.609000', '134638.611000', '134638.614000', '134638.617000', '134638.619000', '134638.622000', '134638.625000', '134638.627000', '134638.630000', '134638.632000', '134638.635000', '134638.638000', '134638.640000', '134638.643000', '134638.646000', '134638.648000', '134638.651000', '134638.653000', '134638.656000', '134638.659000', '134638.661000', '134638.664000', '134658.550000', '134658.552000', '134658.555000', '134658.558000', '134658.561000', '134658.563000', '134658.566000', '134658.569000', '134658.571000', '134658.574000', '134658.577000', '134658.579000', '134658.582000', '134658.585000', '134658.587000', '134658.590000', '134658.593000', '134658.595000', '134658.598000', '134658.601000', '134658.603000', '134658.606000', '134658.609000', '134658.611000', '134658.614000', '134658.617000', '134658.619000', '134658.622000', '134658.624000', '134658.627000', '134658.630000', '134658.632000', '134658.635000', '134658.637000', '134658.640000', '134658.643000', '134658.651000', '134658.654000', '134658.657000', '134658.659000', '134658.662000', '134658.665000', '134658.668000', '134718.549000', '134718.552000', '134718.555000', '134718.558000', '134718.560000', '134718.563000', '134718.565000', '134718.568000', '134718.571000', '134718.574000', '134718.576000', '134718.579000', '134718.582000', '134718.584000', '134718.587000', '134718.590000', '134718.592000', '134718.595000', '134718.597000', '134718.600000', '134718.603000', '134718.605000', '134718.608000', '134718.611000', '134718.613000', '134718.616000', '134718.618000', '134718.621000', '134718.624000', '134718.626000', '134718.629000', '134718.631000', '134718.634000', '134718.637000', '134718.639000', '134718.642000', '134718.645000', '134718.647000', '134718.650000', '134718.652000', '134718.655000', '134718.658000', '134718.660000', '134718.663000', '134738.549000', '134738.552000', '134738.554000', '134738.557000', '134738.559000', '134738.562000', '134738.565000', '134738.568000', '134738.570000', '134738.579000', '134738.581000', '134738.584000', '134738.586000', '134738.589000', '134738.592000', '134738.595000', '134738.597000', '134738.600000', '134738.603000', '134738.606000', '134738.608000', '134738.611000', '134738.613000', '134738.616000', '134738.619000', '134738.621000', '134738.624000', '134738.627000', '134738.629000', '134738.632000', '134738.634000', '134738.637000', '134738.640000', '134738.643000', '134738.645000', '134738.648000', '134738.651000', '134738.653000', '134738.656000', '134738.658000', '134738.661000', '134738.664000', '134738.666000', '134749.253000', '134749.256000', '134749.259000', '134749.261000', '134749.264000', '134749.267000', '134749.270000', '134749.273000', '134749.276000', '134749.278000', '134749.281000', '134749.284000', '134749.287000', '134749.290000', '134749.293000', '134749.296000', '134749.299000', '134749.302000', '134749.304000', '134749.307000', '134749.310000', '134749.312000', '134749.315000', '134749.318000'], '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': [11235, 12750, 10945, 8500, 10928, 8932, 8516, 14549, 9001, 13565, 9766, 9583, 9500, 8924, 9341, 8425, 9472, 8622, 10530, 9132, 7686, 7989, 8029, 10576, 8811, 8258, 8888, 7736, 9841, 8520, 7932, 7634, 8334, 9283, 9545, 7676, 9014, 8665, 8324, 9866, 7641, 9808, 8478, 7623, 9206, 7792, 10756, 9129, 8879, 9281, 9137, 12155, 8474, 8965, 8833, 10645, 9078, 8988, 8919, 9259, 9523, 7890, 11337, 8214, 9259, 9012, 9369, 9079, 9124, 9106, 7762, 8352, 8324, 11399, 8694, 7375, 9339, 8721, 10205, 8336, 8692, 8559, 10414, 9113, 7411, 9485, 8580, 10372, 8583, 9490, 7829, 8999, 8046, 11738, 9089, 8614, 8232, 8554, 9411, 7494, 7972, 7605, 7404, 9645, 7216, 9066, 7846, 7440, 10866, 7547, 11468, 9037, 8203, 9235, 9242, 12125, 8467, 10151, 9085, 8109, 9662, 9767, 8870, 8606, 8422, 8071, 7665, 8388, 9239, 11132, 8452, 9957, 9188, 9307, 12592, 8957, 13418, 8844, 10546, 9276, 10332, 9133, 8248, 9207, 8373, 8516, 8059, 9929, 8706, 7113, 9893, 7736, 8572, 8241, 11252, 9259, 9302, 9858, 8095, 11285, 9021, 10744, 9468, 7505, 10097, 7835, 9764, 9003, 7774, 9896, 8143, 11167, 9029, 7389, 9530, 7899, 10055, 9493, 12061, 9386, 9636, 10130, 7730, 11705, 8876, 7354, 9666, 8185, 9624, 8331, 10598, 9227, 7712, 7946, 8057, 10756, 8667, 8804, 9981, 7567, 8266, 8398, 11239, 9321, 7337, 10134, 8295, 9295, 7875, 11726, 8707, 7412, 9295, 9048, 10477, 7871, 11078, 8064, 7959, 8896, 8747, 9845, 7497, 8731, 8126, 11263, 9656, 8317, 9685, 7655, 8088, 8104, 9985, 8919, 7565, 7940, 7961, 10532, 9597, 8692, 9942, 7906, 8388, 8942, 11467, 12086, 9344, 12023, 8600, 9120, 9070, 7132, 8393, 8846, 9139, 9609, 10908, 9221, 7882, 7754, 9498, 8159, 10062, 9300, 7998, 8344, 9565, 9164, 11630, 8474, 12102, 9217, 7285, 9272, 8572, 11922, 7911, 8685, 8245, 8728, 7976, 10244, 8171, 8529, 8737, 7237, 8815, 8094, 9805, 7284, 9601, 7418, 9032, 7810, 11282, 8752, 9337, 9119, 7225, 9797, 7723, 11094, 7852, 9858, 8051, 10391, 8934, 9320, 9610, 8359, 9546, 7572, 10669, 8761, 13540, 9240, 7225, 9646, 9046, 10865, 7400, 9483, 8181, 10361, 7866, 10294, 8870, 8717, 9766, 7519, 10533, 8545, 11981, 8601, 7441, 8862, 8547, 10516, 7530, 9022, 7560, 10928, 8256, 8228, 9133, 8498, 10168, 7794, 11516, 8699, 8142, 9403, 8297, 10149, 8457, 10492, 8964, 9020, 10285, 8444, 13008, 9013, 8163, 9919, 7804, 12505, 9496, 11502, 9387, 8877, 9997, 8707, 12233, 9221, 9263, 9484, 8542, 12173, 8797, 7203, 9476, 7540, 10790, 9281, 11568, 8927, 7668, 9936, 7846, 11398, 9391, 7696, 8921, 7705, 11022, 8128, 7526, 9610, 7661, 10347, 8304, 8356, 9619, 7979, 9845, 8267, 8399, 9433, 8347, 7376, 9569, 7858, 11025, 8327, 7202, 9243, 7719, 10998, 9147, 10285, 8400, 8587, 8786, 8571, 9773, 7280, 8732, 7937, 11822, 8183, 7284, 9266, 7303, 10184, 7648, 10012, 8116, 8055, 9794, 7642, 9944, 8491, 9430, 7939, 10046, 8426, 7578, 9903, 7967, 11091, 8533, 8557, 9204, 8763, 10032, 7938, 12401, 8785, 8751, 9128, 9212, 10487, 7558, 9964, 8674, 11522, 8499, 8628, 9167, 8020, 9369, 7392, 11978, 8018, 7122, 8801, 8023, 10902, 7560, 10328, 8507, 10541, 8292, 8859, 9694, 8153, 9303, 8033, 9322, 8970, 7498, 8523, 8079, 12229, 9387, 7664, 9673, 8064, 9706, 8525, 12556, 9162, 8496, 8927, 8344, 10609, 7465, 9916, 8247, 7500, 8945, 7414, 10228, 7612, 9373, 7938, 10767, 9295, 9003, 9997, 7665, 11290, 8852, 13552, 9219, 7423, 9478, 7432, 10957, 7796, 10552, 8183, 9262, 8283, 8737, 10006, 7539, 9390, 7869, 13356, 9754, 7448, 9546, 8792, 10661, 7744, 11224, 7946, 8170, 7949, 8184, 10816, 7728, 10425, 7736, 8364, 11178, 8615, 9052, 9063, 7642, 10787, 9849, 12554, 9288, 8692, 9798, 9481, 13140, 9084, 7503, 9846, 7702, 12555, 8915, 7191, 9360, 7550, 11160, 8760, 8600, 7419, 8637, 11115, 8990, 7549, 9325, 8315, 11424, 8825, 9665, 10810, 8597, 9847, 8707, 9557, 10886, 8214, 8337, 8634, 7630, 11715, 8618, 7344, 8792, 8544, 12079, 8857, 8074, 8864, 8881, 10689, 8524, 8992, 10606, 9005, 9928, 8823, 9520, 10787, 7687, 9719, 8561, 8926, 9620, 7896, 10596, 8352, 7942, 8465, 7623, 10928, 7774, 9004, 8336, 9824, 9112, 7268, 10213, 7435, 11254, 8340, 10356, 8412, 8573, 10076, 7894, 11943, 8593, 7618, 9250, 7648, 11113, 8560, 11526, 8256, 7480, 9578, 7873, 11283, 7954, 10583, 8418, 10899, 10426, 7591, 9597, 8662, 11514, 8740, 10344, 9291, 7508, 8981, 8605, 11543, 9114, 8524, 8315, 8362, 10464, 7950, 9171, 9905, 7591, 8894, 8512, 12176, 9162, 8728, 10413, 7953, 11401, 8837, 10640, 8781, 7687, 8489, 7947, 10623, 8946, 7284, 8341, 7887, 8919, 10997, 7898, 9432, 8677, 8325, 11944, 8220, 11726, 8571, 7385, 10206, 8001, 12372, 8452, 7964, 8362, 8702, 10989, 9454, 7871, 9020, 7928, 7620, 12012, 7872, 8481, 8628, 9833, 12277, 10409, 7895, 9572, 8260, 7533, 11427, 8012, 8528, 8016, 8623, 11060, 9753, 8161, 8476, 8971, 7747, 12079, 8418, 8804, 8927, 9778, 11624, 9647, 8173, 9718, 7936, 7321, 10851, 8217, 8002, 9808, 9077, 12357, 8826, 8211, 8770, 9276, 10777, 9798, 7979, 8734, 7308, 8842, 9175, 8750, 8585, 8057, 9713, 7670, 10560, 8467, 8106, 9004, 8090, 11065, 10048, 14071, 9716, 9710, 12367, 9002, 12658, 9539, 11015, 9582, 7970, 9401, 7601, 11166, 8629, 9716, 8649, 7896, 8369, 7721, 8167, 8058, 7765, 8202, 7731, 10299, 8226, 8058, 9366, 8379, 9875, 9777, 8057, 10340, 9290, 13509, 10595, 9381, 10072, 8317, 11980, 8884, 7860, 9926, 7334, 9090, 7755, 9475, 9659, 7523, 8432, 7801, 9174, 9427, 7519, 8403, 8014, 11436, 8934, 10936, 9308, 9237, 10045, 8627, 12148, 8637, 7456, 9690, 7164, 11182, 8811, 7338, 9572, 7191, 11502, 9081, 9382, 9491, 8180, 10539, 9027, 11217, 10511, 8113, 10404, 8797, 8364, 11371, 8520, 10026, 8648, 7669, 9943, 9243, 10991, 8875, 7395, 8436, 8413, 9842, 10241, 7516, 10081, 8695, 8535, 9770, 7716, 10996, 8491, 7947, 9305, 7668, 11402, 7954, 9041, 7879, 8633, 10810, 7733, 7529, 8389, 7650, 11739, 9259, 8090, 7583, 7587, 10192, 9878, 7658, 9751, 8905, 8203, 11835, 9561, 8386, 8557], 'WindowCenter': [4326.0, 4337.0, 4311.0, 4267.0, 4285.0, 4276.0, 4262.0, 4315.0, 4277.0, 4305.0, 4273.0, 4260.0, 4259.0, 4260.0, 4259.0, 4238.0, 4259.0, 4263.0, 4283.0, 4259.0, 4239.0, 4240.0, 4239.0, 4272.0, 4263.0, 4252.0, 4261.0, 4241.0, 4271.0, 4262.0, 4254.0, 4241.0, 4253.0, 4261.0, 4274.0, 4243.0, 4260.0, 4263.0, 4250.0, 4272.0, 4252.0, 4271.0, 4251.0, 4241.0, 4260.0, 4252.0, 4281.0, 4260.0, 4261.0, 4261.0, 4261.0, 4295.0, 4250.0, 4249.0, 4259.0, 4269.0, 4262.0, 4249.0, 4249.0, 4247.0, 4259.0, 4239.0, 4281.0, 4250.0, 4248.0, 4249.0, 4259.0, 4259.0, 4261.0, 4249.0, 4239.0, 4248.0, 4250.0, 4281.0, 4249.0, 4229.0, 4258.0, 4248.0, 4270.0, 4250.0, 4249.0, 4249.0, 4268.0, 4261.0, 4228.0, 4259.0, 4248.0, 4269.0, 4248.0, 4247.0, 4226.0, 4247.0, 4238.0, 4281.0, 4259.0, 4248.0, 4249.0, 4259.0, 4271.0, 4241.0, 4251.0, 4241.0, 4240.0, 4284.0, 4254.0, 4274.0, 4254.0, 4242.0, 4284.0, 4255.0, 4294.0, 4264.0, 4261.0, 4262.0, 4261.0, 4293.0, 4251.0, 4269.0, 4259.0, 4240.0, 4271.0, 4273.0, 4260.0, 4260.0, 4251.0, 4252.0, 4240.0, 4251.0, 4261.0, 4282.0, 4252.0, 4272.0, 4260.0, 4259.0, 4279.0, 4247.0, 4294.0, 4248.0, 4257.0, 4245.0, 4254.0, 4247.0, 4236.0, 4245.0, 4235.0, 4235.0, 4237.0, 4256.0, 4261.0, 4227.0, 4258.0, 4237.0, 4248.0, 4249.0, 4270.0, 4248.0, 4247.0, 4257.0, 4236.0, 4280.0, 4248.0, 4266.0, 4255.0, 4216.0, 4256.0, 4228.0, 4257.0, 4248.0, 4227.0, 4257.0, 4237.0, 4279.0, 4248.0, 4226.0, 4256.0, 4236.0, 4258.0, 4259.0, 4278.0, 4246.0, 4257.0, 4255.0, 4225.0, 4279.0, 4247.0, 4228.0, 4257.0, 4236.0, 4257.0, 4248.0, 4269.0, 4257.0, 4237.0, 4236.0, 4239.0, 4267.0, 4250.0, 4261.0, 4269.0, 4227.0, 4236.0, 4249.0, 4268.0, 4259.0, 4226.0, 4256.0, 4238.0, 4246.0, 4238.0, 4280.0, 4247.0, 4227.0, 4258.0, 4248.0, 4268.0, 4251.0, 4278.0, 4238.0, 4237.0, 4257.0, 4249.0, 4272.0, 4228.0, 4248.0, 4250.0, 4278.0, 4259.0, 4251.0, 4260.0, 4239.0, 4239.0, 4239.0, 4259.0, 4261.0, 4239.0, 4237.0, 4251.0, 4270.0, 4271.0, 4261.0, 4270.0, 4238.0, 4237.0, 4262.0, 4281.0, 4281.0, 4248.0, 4279.0, 4237.0, 4244.0, 4245.0, 4204.0, 4225.0, 4235.0, 4247.0, 4248.0, 4267.0, 4245.0, 4237.0, 4226.0, 4255.0, 4237.0, 4259.0, 4262.0, 4239.0, 4239.0, 4259.0, 4259.0, 4280.0, 4253.0, 4282.0, 4250.0, 4227.0, 4247.0, 4237.0, 4281.0, 4238.0, 4237.0, 4237.0, 4237.0, 4239.0, 4257.0, 4249.0, 4247.0, 4249.0, 4227.0, 4248.0, 4238.0, 4273.0, 4231.0, 4260.0, 4230.0, 4249.0, 4240.0, 4283.0, 4264.0, 4259.0, 4260.0, 4230.0, 4271.0, 4240.0, 4284.0, 4253.0, 4269.0, 4251.0, 4268.0, 4260.0, 4261.0, 4260.0, 4251.0, 4259.0, 4240.0, 4270.0, 4263.0, 4290.0, 4260.0, 4228.0, 4258.0, 4247.0, 4271.0, 4228.0, 4247.0, 4236.0, 4257.0, 4239.0, 4269.0, 4250.0, 4250.0, 4258.0, 4229.0, 4270.0, 4262.0, 4280.0, 4251.0, 4228.0, 4248.0, 4249.0, 4282.0, 4240.0, 4249.0, 4241.0, 4280.0, 4262.0, 4252.0, 4261.0, 4261.0, 4271.0, 4239.0, 4292.0, 4262.0, 4240.0, 4260.0, 4262.0, 4282.0, 4263.0, 4270.0, 4260.0, 4260.0, 4270.0, 4250.0, 4292.0, 4261.0, 4249.0, 4258.0, 4228.0, 4280.0, 4261.0, 4268.0, 4247.0, 4248.0, 4256.0, 4248.0, 4277.0, 4246.0, 4245.0, 4256.0, 4248.0, 4278.0, 4247.0, 4226.0, 4258.0, 4237.0, 4267.0, 4260.0, 4269.0, 4248.0, 4227.0, 4257.0, 4238.0, 4280.0, 4260.0, 4226.0, 4247.0, 4228.0, 4280.0, 4239.0, 4239.0, 4257.0, 4239.0, 4268.0, 4250.0, 4249.0, 4259.0, 4238.0, 4256.0, 4248.0, 4251.0, 4259.0, 4249.0, 4228.0, 4258.0, 4239.0, 4281.0, 4249.0, 4229.0, 4260.0, 4239.0, 4281.0, 4260.0, 4258.0, 4249.0, 4247.0, 4249.0, 4250.0, 4257.0, 4230.0, 4249.0, 4239.0, 4291.0, 4251.0, 4230.0, 4260.0, 4240.0, 4282.0, 4240.0, 4271.0, 4251.0, 4251.0, 4272.0, 4252.0, 4269.0, 4250.0, 4259.0, 4251.0, 4269.0, 4250.0, 4238.0, 4268.0, 4251.0, 4280.0, 4263.0, 4249.0, 4259.0, 4248.0, 4258.0, 4240.0, 4290.0, 4247.0, 4247.0, 4259.0, 4257.0, 4270.0, 4227.0, 4258.0, 4248.0, 4279.0, 4249.0, 4249.0, 4247.0, 4248.0, 4259.0, 4240.0, 4291.0, 4239.0, 4230.0, 4258.0, 4250.0, 4282.0, 4241.0, 4269.0, 4251.0, 4268.0, 4249.0, 4262.0, 4260.0, 4239.0, 4258.0, 4250.0, 4261.0, 4260.0, 4240.0, 4248.0, 4239.0, 4279.0, 4261.0, 4239.0, 4258.0, 4238.0, 4258.0, 4249.0, 4291.0, 4260.0, 4247.0, 4258.0, 4247.0, 4270.0, 4229.0, 4258.0, 4250.0, 4229.0, 4260.0, 4241.0, 4270.0, 4240.0, 4258.0, 4251.0, 4279.0, 4272.0, 4259.0, 4260.0, 4239.0, 4277.0, 4249.0, 4290.0, 4259.0, 4227.0, 4258.0, 4226.0, 4278.0, 4239.0, 4268.0, 4250.0, 4258.0, 4249.0, 4259.0, 4269.0, 4240.0, 4258.0, 4240.0, 4290.0, 4261.0, 4227.0, 4258.0, 4248.0, 4270.0, 4239.0, 4268.0, 4238.0, 4248.0, 4238.0, 4249.0, 4281.0, 4240.0, 4269.0, 4239.0, 4249.0, 4281.0, 4263.0, 4261.0, 4260.0, 4242.0, 4281.0, 4272.0, 4291.0, 4259.0, 4249.0, 4258.0, 4260.0, 4288.0, 4248.0, 4227.0, 4256.0, 4226.0, 4289.0, 4247.0, 4216.0, 4257.0, 4238.0, 4277.0, 4260.0, 4259.0, 4228.0, 4262.0, 4281.0, 4263.0, 4241.0, 4260.0, 4250.0, 4279.0, 4249.0, 4271.0, 4270.0, 4249.0, 4258.0, 4247.0, 4257.0, 4281.0, 4248.0, 4236.0, 4246.0, 4238.0, 4279.0, 4261.0, 4229.0, 4248.0, 4261.0, 4291.0, 4261.0, 4253.0, 4259.0, 4260.0, 4269.0, 4248.0, 4261.0, 4269.0, 4248.0, 4257.0, 4248.0, 4257.0, 4280.0, 4227.0, 4255.0, 4248.0, 4248.0, 4259.0, 4238.0, 4266.0, 4248.0, 4239.0, 4237.0, 4239.0, 4269.0, 4238.0, 4249.0, 4249.0, 4258.0, 4260.0, 4227.0, 4269.0, 4238.0, 4279.0, 4251.0, 4269.0, 4238.0, 4248.0, 4269.0, 4240.0, 4291.0, 4249.0, 4238.0, 4259.0, 4239.0, 4280.0, 4263.0, 4280.0, 4250.0, 4230.0, 4261.0, 4238.0, 4281.0, 4239.0, 4270.0, 4249.0, 4268.0, 4269.0, 4239.0, 4258.0, 4249.0, 4268.0, 4249.0, 4259.0, 4260.0, 4227.0, 4246.0, 4250.0, 4279.0, 4248.0, 4248.0, 4237.0, 4249.0, 4268.0, 4238.0, 4261.0, 4269.0, 4238.0, 4247.0, 4249.0, 4279.0, 4260.0, 4248.0, 4268.0, 4238.0, 4279.0, 4260.0, 4271.0, 4248.0, 4240.0, 4248.0, 4239.0, 4281.0, 4261.0, 4241.0, 4251.0, 4252.0, 4261.0, 4284.0, 4249.0, 4258.0, 4249.0, 4249.0, 4291.0, 4249.0, 4279.0, 4249.0, 4228.0, 4269.0, 4250.0, 4289.0, 4249.0, 4250.0, 4250.0, 4260.0, 4283.0, 4271.0, 4240.0, 4260.0, 4239.0, 4242.0, 4292.0, 4250.0, 4250.0, 4249.0, 4271.0, 4292.0, 4268.0, 4237.0, 4257.0, 4237.0, 4239.0, 4280.0, 4238.0, 4248.0, 4238.0, 4248.0, 4279.0, 4259.0, 4250.0, 4249.0, 4258.0, 4240.0, 4291.0, 4247.0, 4247.0, 4248.0, 4270.0, 4280.0, 4257.0, 4237.0, 4256.0, 4236.0, 4230.0, 4278.0, 4249.0, 4239.0, 4268.0, 4259.0, 4291.0, 4249.0, 4249.0, 4248.0, 4260.0, 4283.0, 4268.0, 4251.0, 4249.0, 4229.0, 4258.0, 4257.0, 4246.0, 4248.0, 4236.0, 4258.0, 4238.0, 4280.0, 4249.0, 4250.0, 4259.0, 4239.0, 4267.0, 4257.0, 4275.0, 4246.0, 4246.0, 4278.0, 4247.0, 4279.0, 4256.0, 4253.0, 4243.0, 4221.0, 4243.0, 4224.0, 4267.0, 4236.0, 4245.0, 4247.0, 4235.0, 4238.0, 4236.0, 4236.0, 4237.0, 4225.0, 4248.0, 4239.0, 4270.0, 4250.0, 4249.0, 4260.0, 4252.0, 4272.0, 4269.0, 4251.0, 4269.0, 4259.0, 4293.0, 4270.0, 4260.0, 4257.0, 4248.0, 4277.0, 4261.0, 4238.0, 4258.0, 4229.0, 4259.0, 4239.0, 4271.0, 4271.0, 4241.0, 4250.0, 4241.0, 4287.0, 4273.0, 4242.0, 4250.0, 4251.0, 4280.0, 4262.0, 4282.0, 4261.0, 4271.0, 4270.0, 4249.0, 4292.0, 4260.0, 4228.0, 4269.0, 4230.0, 4282.0, 4263.0, 4242.0, 4271.0, 4232.0, 4282.0, 4274.0, 4261.0, 4258.0, 4251.0, 4269.0, 4260.0, 4281.0, 4281.0, 4240.0, 4268.0, 4248.0, 4248.0, 4279.0, 4260.0, 4258.0, 4247.0, 4239.0, 4269.0, 4260.0, 4281.0, 4250.0, 4228.0, 4249.0, 4250.0, 4259.0, 4271.0, 4228.0, 4268.0, 4250.0, 4249.0, 4270.0, 4239.0, 4270.0, 4249.0, 4236.0, 4257.0, 4239.0, 4279.0, 4238.0, 4247.0, 4237.0, 4248.0, 4281.0, 4239.0, 4238.0, 4249.0, 4240.0, 4291.0, 4274.0, 4250.0, 4239.0, 4241.0, 4270.0, 4271.0, 4241.0, 4259.0, 4259.0, 4248.0, 4290.0, 4271.0, 4249.0, 4250.0], 'WindowWidth': [9565.0, 9578.0, 9531.0, 9462.0, 9483.0, 9472.0, 9449.0, 9527.0, 9473.0, 9510.0, 9460.0, 9439.0, 9437.0, 9440.0, 9436.0, 9406.0, 9436.0, 9447.0, 9474.0, 9436.0, 9411.0, 9411.0, 9411.0, 9457.0, 9449.0, 9433.0, 9440.0, 9415.0, 9455.0, 9447.0, 9438.0, 9416.0, 9435.0, 9441.0, 9466.0, 9421.0, 9440.0, 9448.0, 9429.0, 9460.0, 9435.0, 9458.0, 9428.0, 9417.0, 9441.0, 9434.0, 9471.0, 9440.0, 9440.0, 9441.0, 9441.0, 9495.0, 9426.0, 9421.0, 9436.0, 9449.0, 9445.0, 9420.0, 9419.0, 9414.0, 9435.0, 9409.0, 9470.0, 9424.0, 9419.0, 9423.0, 9434.0, 9438.0, 9442.0, 9421.0, 9409.0, 9420.0, 9426.0, 9470.0, 9423.0, 9394.0, 9433.0, 9419.0, 9455.0, 9424.0, 9422.0, 9424.0, 9446.0, 9442.0, 9393.0, 9432.0, 9419.0, 9451.0, 9417.0, 9414.0, 9388.0, 9416.0, 9409.0, 9471.0, 9436.0, 9419.0, 9424.0, 9438.0, 9458.0, 9416.0, 9428.0, 9417.0, 9417.0, 9482.0, 9442.0, 9465.0, 9438.0, 9421.0, 9478.0, 9441.0, 9492.0, 9449.0, 9445.0, 9446.0, 9443.0, 9493.0, 9429.0, 9448.0, 9436.0, 9415.0, 9457.0, 9458.0, 9437.0, 9440.0, 9430.0, 9429.0, 9412.0, 9430.0, 9443.0, 9476.0, 9435.0, 9458.0, 9438.0, 9433.0, 9465.0, 9419.0, 9494.0, 9419.0, 9427.0, 9411.0, 9422.0, 9415.0, 9398.0, 9409.0, 9397.0, 9396.0, 9402.0, 9426.0, 9444.0, 9390.0, 9430.0, 9405.0, 9419.0, 9423.0, 9451.0, 9419.0, 9415.0, 9428.0, 9401.0, 9468.0, 9420.0, 9439.0, 9424.0, 9373.0, 9428.0, 9393.0, 9431.0, 9418.0, 9388.0, 9430.0, 9403.0, 9463.0, 9420.0, 9388.0, 9426.0, 9402.0, 9432.0, 9437.0, 9460.0, 9413.0, 9426.0, 9423.0, 9385.0, 9463.0, 9417.0, 9392.0, 9427.0, 9402.0, 9432.0, 9420.0, 9451.0, 9431.0, 9405.0, 9401.0, 9410.0, 9443.0, 9425.0, 9442.0, 9449.0, 9391.0, 9401.0, 9422.0, 9444.0, 9438.0, 9389.0, 9426.0, 9405.0, 9414.0, 9405.0, 9466.0, 9418.0, 9389.0, 9431.0, 9418.0, 9448.0, 9429.0, 9462.0, 9408.0, 9404.0, 9433.0, 9423.0, 9458.0, 9394.0, 9417.0, 9426.0, 9460.0, 9437.0, 9429.0, 9437.0, 9408.0, 9407.0, 9410.0, 9437.0, 9441.0, 9411.0, 9405.0, 9432.0, 9452.0, 9456.0, 9445.0, 9451.0, 9406.0, 9403.0, 9445.0, 9470.0, 9469.0, 9419.0, 9462.0, 9400.0, 9406.0, 9409.0, 9350.0, 9380.0, 9392.0, 9411.0, 9414.0, 9441.0, 9411.0, 9401.0, 9385.0, 9425.0, 9405.0, 9437.0, 9445.0, 9410.0, 9408.0, 9435.0, 9434.0, 9466.0, 9434.0, 9471.0, 9422.0, 9388.0, 9414.0, 9402.0, 9467.0, 9405.0, 9401.0, 9402.0, 9399.0, 9407.0, 9428.0, 9423.0, 9413.0, 9421.0, 9390.0, 9420.0, 9407.0, 9459.0, 9401.0, 9436.0, 9398.0, 9422.0, 9413.0, 9474.0, 9453.0, 9437.0, 9438.0, 9396.0, 9454.0, 9412.0, 9479.0, 9435.0, 9450.0, 9427.0, 9447.0, 9441.0, 9444.0, 9440.0, 9425.0, 9433.0, 9412.0, 9452.0, 9450.0, 9479.0, 9437.0, 9391.0, 9430.0, 9416.0, 9454.0, 9391.0, 9414.0, 9402.0, 9428.0, 9409.0, 9450.0, 9423.0, 9422.0, 9432.0, 9397.0, 9450.0, 9445.0, 9466.0, 9425.0, 9391.0, 9421.0, 9423.0, 9472.0, 9412.0, 9421.0, 9416.0, 9467.0, 9449.0, 9431.0, 9441.0, 9443.0, 9455.0, 9412.0, 9488.0, 9445.0, 9414.0, 9440.0, 9447.0, 9473.0, 9450.0, 9453.0, 9437.0, 9438.0, 9454.0, 9428.0, 9488.0, 9441.0, 9421.0, 9432.0, 9394.0, 9468.0, 9441.0, 9443.0, 9414.0, 9417.0, 9429.0, 9421.0, 9458.0, 9412.0, 9410.0, 9426.0, 9417.0, 9461.0, 9417.0, 9388.0, 9432.0, 9403.0, 9445.0, 9442.0, 9447.0, 9417.0, 9390.0, 9431.0, 9407.0, 9467.0, 9437.0, 9387.0, 9418.0, 9392.0, 9467.0, 9412.0, 9410.0, 9429.0, 9410.0, 9446.0, 9427.0, 9425.0, 9434.0, 9407.0, 9429.0, 9421.0, 9429.0, 9436.0, 9423.0, 9394.0, 9433.0, 9410.0, 9470.0, 9425.0, 9396.0, 9439.0, 9409.0, 9470.0, 9439.0, 9433.0, 9423.0, 9418.0, 9422.0, 9424.0, 9431.0, 9398.0, 9422.0, 9411.0, 9483.0, 9428.0, 9399.0, 9439.0, 9413.0, 9472.0, 9415.0, 9455.0, 9431.0, 9429.0, 9459.0, 9434.0, 9452.0, 9426.0, 9437.0, 9429.0, 9454.0, 9426.0, 9408.0, 9448.0, 9430.0, 9466.0, 9450.0, 9422.0, 9435.0, 9420.0, 9434.0, 9412.0, 9480.0, 9420.0, 9418.0, 9436.0, 9431.0, 9455.0, 9391.0, 9431.0, 9422.0, 9462.0, 9425.0, 9424.0, 9417.0, 9423.0, 9436.0, 9412.0, 9483.0, 9412.0, 9399.0, 9437.0, 9427.0, 9474.0, 9417.0, 9450.0, 9428.0, 9447.0, 9424.0, 9445.0, 9439.0, 9411.0, 9436.0, 9427.0, 9443.0, 9441.0, 9414.0, 9421.0, 9411.0, 9466.0, 9445.0, 9410.0, 9432.0, 9409.0, 9433.0, 9424.0, 9485.0, 9439.0, 9416.0, 9433.0, 9419.0, 9453.0, 9396.0, 9433.0, 9427.0, 9397.0, 9439.0, 9417.0, 9453.0, 9414.0, 9433.0, 9431.0, 9463.0, 9460.0, 9437.0, 9436.0, 9409.0, 9458.0, 9423.0, 9480.0, 9437.0, 9390.0, 9434.0, 9390.0, 9462.0, 9410.0, 9447.0, 9427.0, 9435.0, 9426.0, 9439.0, 9450.0, 9411.0, 9432.0, 9412.0, 9481.0, 9442.0, 9391.0, 9433.0, 9419.0, 9452.0, 9411.0, 9446.0, 9406.0, 9420.0, 9408.0, 9424.0, 9472.0, 9413.0, 9449.0, 9412.0, 9423.0, 9468.0, 9450.0, 9442.0, 9439.0, 9420.0, 9470.0, 9462.0, 9485.0, 9437.0, 9423.0, 9433.0, 9438.0, 9478.0, 9419.0, 9389.0, 9429.0, 9388.0, 9477.0, 9419.0, 9376.0, 9429.0, 9407.0, 9459.0, 9442.0, 9437.0, 9396.0, 9447.0, 9469.0, 9448.0, 9416.0, 9438.0, 9428.0, 9464.0, 9423.0, 9457.0, 9452.0, 9420.0, 9432.0, 9418.0, 9432.0, 9469.0, 9419.0, 9402.0, 9418.0, 9408.0, 9463.0, 9442.0, 9398.0, 9421.0, 9443.0, 9481.0, 9443.0, 9435.0, 9437.0, 9438.0, 9450.0, 9421.0, 9442.0, 9450.0, 9418.0, 9429.0, 9419.0, 9431.0, 9466.0, 9392.0, 9426.0, 9420.0, 9421.0, 9438.0, 9406.0, 9442.0, 9422.0, 9410.0, 9406.0, 9412.0, 9451.0, 9408.0, 9423.0, 9426.0, 9434.0, 9441.0, 9392.0, 9447.0, 9411.0, 9462.0, 9432.0, 9451.0, 9407.0, 9421.0, 9449.0, 9412.0, 9485.0, 9425.0, 9407.0, 9438.0, 9411.0, 9466.0, 9447.0, 9466.0, 9424.0, 9401.0, 9441.0, 9408.0, 9470.0, 9411.0, 9449.0, 9425.0, 9447.0, 9453.0, 9410.0, 9431.0, 9423.0, 9446.0, 9423.0, 9436.0, 9438.0, 9391.0, 9415.0, 9426.0, 9461.0, 9421.0, 9422.0, 9402.0, 9423.0, 9449.0, 9409.0, 9443.0, 9450.0, 9408.0, 9417.0, 9425.0, 9463.0, 9439.0, 9418.0, 9443.0, 9408.0, 9460.0, 9439.0, 9455.0, 9419.0, 9411.0, 9421.0, 9412.0, 9470.0, 9441.0, 9416.0, 9430.0, 9433.0, 9443.0, 9478.0, 9426.0, 9434.0, 9425.0, 9422.0, 9484.0, 9424.0, 9464.0, 9422.0, 9394.0, 9450.0, 9427.0, 9480.0, 9423.0, 9427.0, 9430.0, 9441.0, 9476.0, 9455.0, 9413.0, 9440.0, 9411.0, 9418.0, 9489.0, 9428.0, 9425.0, 9422.0, 9453.0, 9484.0, 9448.0, 9404.0, 9430.0, 9404.0, 9410.0, 9468.0, 9408.0, 9422.0, 9408.0, 9422.0, 9467.0, 9436.0, 9424.0, 9423.0, 9436.0, 9414.0, 9486.0, 9419.0, 9416.0, 9420.0, 9451.0, 9467.0, 9431.0, 9404.0, 9430.0, 9403.0, 9401.0, 9462.0, 9423.0, 9411.0, 9448.0, 9438.0, 9484.0, 9422.0, 9425.0, 9421.0, 9441.0, 9476.0, 9450.0, 9431.0, 9425.0, 9399.0, 9435.0, 9432.0, 9415.0, 9419.0, 9402.0, 9434.0, 9409.0, 9468.0, 9426.0, 9426.0, 9438.0, 9410.0, 9445.0, 9431.0, 9451.0, 9411.0, 9415.0, 9461.0, 9416.0, 9462.0, 9426.0, 9420.0, 9404.0, 9374.0, 9406.0, 9381.0, 9445.0, 9399.0, 9409.0, 9417.0, 9399.0, 9406.0, 9402.0, 9401.0, 9405.0, 9386.0, 9422.0, 9411.0, 9453.0, 9428.0, 9426.0, 9441.0, 9433.0, 9459.0, 9451.0, 9427.0, 9450.0, 9439.0, 9489.0, 9454.0, 9436.0, 9431.0, 9422.0, 9458.0, 9444.0, 9407.0, 9430.0, 9395.0, 9436.0, 9413.0, 9457.0, 9453.0, 9416.0, 9428.0, 9418.0, 9488.0, 9464.0, 9420.0, 9426.0, 9430.0, 9469.0, 9448.0, 9474.0, 9444.0, 9458.0, 9454.0, 9425.0, 9488.0, 9442.0, 9395.0, 9450.0, 9402.0, 9473.0, 9449.0, 9418.0, 9455.0, 9406.0, 9473.0, 9468.0, 9445.0, 9434.0, 9428.0, 9451.0, 9440.0, 9472.0, 9471.0, 9412.0, 9447.0, 9422.0, 9422.0, 9465.0, 9442.0, 9435.0, 9418.0, 9410.0, 9450.0, 9440.0, 9470.0, 9424.0, 9395.0, 9423.0, 9426.0, 9436.0, 9458.0, 9395.0, 9446.0, 9424.0, 9423.0, 9453.0, 9410.0, 9452.0, 9424.0, 9402.0, 9432.0, 9411.0, 9466.0, 9408.0, 9418.0, 9405.0, 9421.0, 9470.0, 9412.0, 9408.0, 9423.0, 9414.0, 9482.0, 9466.0, 9427.0, 9410.0, 9417.0, 9454.0, 9458.0, 9416.0, 9438.0, 9437.0, 9422.0, 9482.0, 9459.0, 9425.0, 9425.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.0007039653304442037</td></tr>
<tr><td colspan=3>aqi</td><td>0.03131813510292524</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.81584155495663</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1758381433405634</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9854852049240787</td></tr>
<tr><td colspan=3>efc</td><td>0.4861</td></tr>
<tr><td colspan=3>fber</td><td>5342.3789</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14310077229690166</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>227</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.593716143011918</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.491835670605962</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3790249432796253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675652481662019</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.420829586876241</td></tr>
<tr><td colspan=3>gcor</td><td>0.00420001</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.029183875769376755</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029066434130072594</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</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.9274675110676167</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>28.3722</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4408</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.3273</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>297382.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.1609</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6428</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.6202</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.2327</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3670.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.5658</td></tr>
<tr><td colspan=3>tsnr</td><td>37.0878729717806</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>