<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-04/func/sub-0088_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>f4f475d9d4b9aaa1e80d1ca15854b680</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>11:57:23.885000</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.9971, -0.0419354, 0.0635028, 0.0440575, 0.998504, -0.0323933]</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.0868157</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>[4148, -7740, -7196, 552, -68, -60, -8, 100]</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>254.263</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd0ae1e2-5b5e-4646-a4df-837f320b63e6||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.67514705657959, 0.11820297688245773, 0.167533278465271, 106.00003051757812], [0.11250961571931839, 2.678912401199341, -0.0947621688246727, -103.25582885742188], [0.17037338018417358, 0.0869087502360344, 2.6931307315826416, -66.87921142578125], [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': ['115723.885000', '115724.345000', '115724.805000', '115725.265000', '115725.725000', '115726.185000', '115726.645000', '115727.105000', '115727.565000', '115728.025000', '115728.485000', '115728.945000', '115729.405000', '115729.865000', '115730.325000', '115730.785000', '115731.245000', '115731.705000', '115732.165000', '115732.625000', '115733.085000', '115733.545000', '115734.005000', '115734.465000', '115734.925000', '115735.385000', '115735.845000', '115736.305000', '115736.765000', '115737.225000', '115737.685000', '115738.145000', '115738.605000', '115739.065000', '115739.525000', '115739.985000', '115740.445000', '115740.905000', '115741.365000', '115741.825000', '115742.285000', '115742.745000', '115743.205000', '115743.665000', '115744.125000', '115744.585000', '115745.045000', '115745.505000', '115745.965000', '115746.425000', '115746.885000', '115747.345000', '115747.805000', '115748.265000', '115748.725000', '115749.185000', '115749.645000', '115750.105000', '115750.565000', '115751.025000', '115751.485000', '115751.945000', '115752.405000', '115752.865000', '115753.325000', '115753.785000', '115754.245000', '115754.705000', '115755.165000', '115755.625000', '115756.085000', '115756.545000', '115757.005000', '115757.465000', '115757.925000', '115758.385000', '115758.845000', '115759.305000', '115759.765000', '115800.225000', '115800.685000', '115801.145000', '115801.605000', '115802.065000', '115802.525000', '115802.985000', '115803.445000', '115803.905000', '115804.365000', '115804.825000', '115805.285000', '115805.745000', '115806.205000', '115806.665000', '115807.125000', '115807.585000', '115808.045000', '115808.505000', '115808.965000', '115809.425000', '115809.885000', '115810.345000', '115810.805000', '115811.265000', '115811.725000', '115812.185000', '115812.645000', '115813.105000', '115813.565000', '115814.025000', '115814.485000', '115814.945000', '115815.405000', '115815.865000', '115816.325000', '115816.785000', '115817.245000', '115817.705000', '115818.165000', '115818.625000', '115819.085000', '115819.545000', '115820.005000', '115820.465000', '115820.925000', '115821.385000', '115821.845000', '115822.305000', '115822.765000', '115823.225000', '115823.685000', '115824.145000', '115824.605000', '115825.065000', '115825.525000', '115825.985000', '115826.445000', '115826.905000', '115827.365000', '115827.825000', '115828.285000', '115828.745000', '115829.205000', '115829.665000', '115830.125000', '115830.585000', '115831.045000', '115831.505000', '115831.965000', '115832.425000', '115832.885000', '115833.345000', '115833.805000', '115834.265000', '115834.725000', '115835.185000', '115835.645000', '115836.105000', '115836.565000', '115837.025000', '115837.485000', '115837.945000', '115838.405000', '115838.865000', '115839.325000', '115839.785000', '115840.245000', '115840.705000', '115841.165000', '115841.625000', '115842.085000', '115842.545000', '115843.005000', '115843.465000', '115843.925000', '115844.385000', '115844.845000', '115845.305000', '115845.765000', '115846.225000', '115846.685000', '115847.145000', '115847.605000', '115848.065000', '115848.525000', '115848.985000', '115849.445000', '115849.905000', '115850.365000', '115850.825000', '115851.285000', '115851.745000', '115852.205000', '115852.665000', '115853.125000', '115853.585000', '115854.045000', '115854.505000', '115854.965000', '115855.425000', '115855.885000', '115856.345000', '115856.805000', '115857.265000', '115857.725000', '115858.185000', '115858.645000', '115859.105000', '115859.565000', '115900.025000', '115900.485000', '115900.945000', '115901.405000', '115901.865000', '115902.325000', '115902.785000', '115903.245000', '115903.705000', '115904.165000', '115904.625000', '115905.085000', '115905.545000', '115906.005000', '115906.465000', '115906.925000', '115907.385000', '115907.845000', '115908.305000', '115908.765000', '115909.225000', '115909.685000', '115910.145000', '115910.605000', '115911.065000', '115911.525000', '115911.985000', '115912.445000', '115912.905000', '115913.365000', '115913.825000', '115914.285000', '115914.745000', '115915.205000', '115915.665000', '115916.125000', '115916.585000', '115917.045000', '115917.505000', '115917.965000', '115918.425000', '115918.885000', '115919.345000', '115919.805000', '115920.265000', '115920.725000', '115921.185000', '115921.645000', '115922.105000', '115922.565000', '115923.025000', '115923.485000', '115923.945000', '115924.405000', '115924.865000', '115925.325000', '115925.785000', '115926.245000', '115926.705000', '115927.165000', '115927.625000', '115928.085000', '115928.545000', '115929.005000', '115929.465000', '115929.925000', '115930.385000', '115930.845000', '115931.305000', '115931.765000', '115932.225000', '115932.685000', '115933.145000', '115933.605000', '115934.065000', '115934.525000', '115934.985000', '115935.445000', '115935.905000', '115936.365000', '115936.825000', '115937.285000', '115937.745000', '115938.205000', '115938.665000', '115939.125000', '115939.585000', '115940.045000', '115940.505000', '115940.965000', '115941.425000', '115941.885000', '115942.345000', '115942.805000', '115943.265000', '115943.725000', '115944.185000', '115944.645000', '115945.105000', '115945.565000', '115946.025000', '115946.485000', '115946.945000', '115947.405000', '115947.865000', '115948.325000', '115948.785000', '115949.245000', '115949.705000', '115950.165000', '115950.625000', '115951.085000', '115951.545000', '115952.005000', '115952.465000', '115952.925000', '115953.385000', '115953.845000', '115954.305000', '115954.765000', '115955.225000', '115955.685000', '115956.145000', '115956.605000', '115957.065000', '115957.525000', '115957.985000', '115958.445000', '115958.905000', '115959.365000', '115959.825000', '120000.285000', '120000.745000', '120001.205000', '120001.665000', '120002.125000', '120002.585000', '120003.045000', '120003.505000', '120003.965000', '120004.425000', '120004.885000', '120005.345000', '120005.805000', '120006.265000', '120006.725000', '120007.185000', '120007.645000', '120008.105000', '120008.565000', '120009.025000', '120009.485000', '120009.945000', '120010.405000', '120010.865000', '120011.325000', '120011.785000', '120012.245000', '120012.705000', '120013.165000', '120013.625000', '120014.085000', '120014.545000', '120015.005000', '120015.465000', '120015.925000', '120016.385000', '120016.845000', '120017.305000', '120017.765000', '120018.225000', '120018.685000', '120019.145000', '120019.605000', '120020.065000', '120020.525000', '120020.985000', '120021.445000', '120021.905000', '120022.365000', '120022.825000', '120023.285000', '120023.745000', '120024.205000', '120024.665000', '120025.125000', '120025.585000', '120026.045000', '120026.505000', '120026.965000', '120027.425000', '120027.885000', '120028.345000', '120028.805000', '120029.265000', '120029.725000', '120030.185000', '120030.645000', '120031.105000', '120031.565000', '120032.025000', '120032.485000', '120032.945000', '120033.405000', '120033.865000', '120034.325000', '120034.785000', '120035.245000', '120035.705000', '120036.165000', '120036.625000', '120037.085000', '120037.545000', '120038.005000', '120038.465000', '120038.925000', '120039.385000', '120039.845000', '120040.305000', '120040.765000', '120041.225000', '120041.685000', '120042.145000', '120042.605000', '120043.065000', '120043.525000', '120043.985000', '120044.445000', '120044.905000', '120045.365000', '120045.825000', '120046.285000', '120046.745000', '120047.205000', '120047.665000', '120048.125000', '120048.585000', '120049.045000', '120049.505000', '120049.965000', '120050.425000', '120050.885000', '120051.345000', '120051.805000', '120052.265000', '120052.725000', '120053.185000', '120053.645000', '120054.105000', '120054.565000', '120055.025000', '120055.485000', '120055.945000', '120056.405000', '120056.865000', '120057.325000', '120057.785000', '120058.245000', '120058.705000', '120059.165000', '120059.625000', '120100.085000', '120100.545000', '120101.005000', '120101.465000', '120101.925000', '120102.385000', '120102.845000', '120103.305000', '120103.765000', '120104.225000', '120104.685000', '120105.145000', '120105.605000', '120106.065000', '120106.525000', '120106.985000', '120107.445000', '120107.905000', '120108.365000', '120108.825000', '120109.285000', '120109.745000', '120110.205000', '120110.665000', '120111.125000', '120111.585000', '120112.045000', '120112.505000', '120112.965000', '120113.425000', '120113.885000', '120114.345000', '120114.805000', '120115.265000', '120115.725000', '120116.185000', '120116.645000', '120117.105000', '120117.565000', '120118.025000', '120118.485000', '120118.945000', '120119.405000', '120119.865000', '120120.325000', '120120.785000', '120121.245000', '120121.705000', '120122.165000', '120122.625000', '120123.085000', '120123.545000', '120124.005000', '120124.465000', '120124.925000', '120125.385000', '120125.845000', '120126.305000', '120126.765000', '120127.225000', '120127.685000', '120128.145000', '120128.605000', '120129.065000', '120129.525000', '120129.985000', '120130.445000', '120130.905000', '120131.365000', '120131.825000', '120132.285000', '120132.745000', '120133.205000', '120133.665000', '120134.125000', '120134.585000', '120135.045000', '120135.505000', '120135.965000', '120136.425000', '120136.885000', '120137.345000', '120137.805000', '120138.265000', '120138.725000', '120139.185000', '120139.645000', '120140.105000', '120140.565000', '120141.025000', '120141.485000', '120141.945000', '120142.405000', '120142.865000', '120143.325000', '120143.785000', '120144.245000', '120144.705000', '120145.165000', '120145.625000', '120146.085000', '120146.545000', '120147.005000', '120147.465000', '120147.925000', '120148.385000', '120148.845000', '120149.305000', '120149.765000', '120150.225000', '120150.685000', '120151.145000', '120151.605000', '120152.065000', '120152.525000', '120152.985000', '120153.445000', '120153.905000', '120154.365000', '120154.825000', '120155.285000', '120155.745000', '120156.205000', '120156.665000', '120157.125000', '120157.585000', '120158.045000', '120158.505000', '120158.965000', '120159.425000', '120159.885000', '120200.345000', '120200.805000', '120201.265000', '120201.725000', '120202.185000', '120202.645000', '120203.105000', '120203.565000', '120204.025000', '120204.485000', '120204.945000', '120205.405000', '120205.865000', '120206.325000', '120206.785000', '120207.245000', '120207.705000', '120208.165000', '120208.625000', '120209.085000', '120209.545000', '120210.005000', '120210.465000', '120210.925000', '120211.385000', '120211.845000', '120212.305000', '120212.765000', '120213.225000', '120213.685000', '120214.145000', '120214.605000', '120215.065000', '120215.525000', '120215.985000', '120216.445000', '120216.905000', '120217.365000', '120217.825000', '120218.285000', '120218.745000', '120219.205000', '120219.665000', '120220.125000', '120220.585000', '120221.045000', '120221.505000', '120221.965000', '120222.425000', '120222.885000', '120223.345000', '120223.805000', '120224.265000', '120224.725000', '120225.185000', '120225.645000', '120226.105000', '120226.565000', '120227.025000', '120227.485000', '120227.945000', '120228.405000', '120228.865000', '120229.325000', '120229.785000', '120230.245000', '120230.705000', '120231.165000', '120231.625000', '120232.085000', '120232.545000', '120233.005000', '120233.465000', '120233.925000', '120234.385000', '120234.845000', '120235.305000', '120235.765000', '120236.225000', '120236.685000', '120237.145000', '120237.605000', '120238.065000', '120238.525000', '120238.985000', '120239.445000', '120239.905000', '120240.365000', '120240.825000', '120241.285000', '120241.745000', '120242.205000', '120242.665000', '120243.125000', '120243.585000', '120244.045000', '120244.505000', '120244.965000', '120245.425000', '120245.885000', '120246.345000', '120246.805000', '120247.265000', '120247.725000', '120248.185000', '120248.645000', '120249.105000', '120249.565000', '120250.025000', '120250.485000', '120250.945000', '120251.405000', '120251.865000', '120252.325000', '120252.785000', '120253.245000', '120253.705000', '120254.165000', '120254.625000', '120255.085000', '120255.545000', '120256.005000', '120256.465000', '120256.925000', '120257.385000', '120257.845000', '120258.305000', '120258.765000', '120259.225000', '120259.685000', '120300.145000', '120300.605000', '120301.065000', '120301.525000', '120301.985000', '120302.445000', '120302.905000', '120303.365000', '120303.825000', '120304.285000', '120304.745000', '120305.205000', '120305.665000', '120306.125000', '120306.585000', '120307.045000', '120307.505000', '120307.965000', '120308.425000', '120308.885000', '120309.345000', '120309.805000', '120310.265000', '120310.725000', '120311.185000', '120311.645000', '120312.105000', '120312.565000', '120313.025000', '120313.485000', '120313.945000', '120314.405000', '120314.865000', '120315.325000', '120315.785000', '120316.245000', '120316.705000', '120317.165000', '120317.625000', '120318.085000', '120318.545000', '120319.005000', '120319.465000', '120319.925000', '120320.385000', '120320.845000', '120321.305000', '120321.765000', '120322.225000', '120322.685000', '120323.145000', '120323.605000', '120324.065000', '120324.525000', '120324.985000', '120325.445000', '120325.905000', '120326.365000', '120326.825000', '120327.285000', '120327.745000', '120328.205000', '120328.665000', '120329.125000', '120329.585000', '120330.045000', '120330.505000', '120330.965000', '120331.425000', '120331.885000', '120332.345000', '120332.805000', '120333.265000', '120333.725000', '120334.185000', '120334.645000', '120335.105000', '120335.565000', '120336.025000', '120336.485000', '120336.945000', '120337.405000', '120337.865000', '120338.325000', '120338.785000', '120339.245000', '120339.705000', '120340.165000', '120340.625000', '120341.085000', '120341.545000', '120342.005000', '120342.465000', '120342.925000', '120343.385000', '120343.845000', '120344.305000', '120344.765000', '120345.225000', '120345.685000', '120346.145000', '120346.605000', '120347.065000', '120347.525000', '120347.985000', '120348.445000', '120348.905000', '120349.365000', '120349.825000', '120350.285000', '120350.745000', '120351.205000', '120351.665000', '120352.125000', '120352.585000', '120353.045000', '120353.505000', '120353.965000', '120354.425000', '120354.885000', '120355.345000', '120355.805000', '120356.265000', '120356.725000', '120357.185000', '120357.645000', '120358.105000', '120358.565000', '120359.025000', '120359.485000', '120359.945000', '120400.405000', '120400.865000', '120401.325000', '120401.785000', '120402.245000', '120402.705000', '120403.165000', '120403.625000', '120404.085000', '120404.545000', '120405.005000', '120405.465000', '120405.925000', '120406.385000', '120406.845000', '120407.305000', '120407.765000', '120408.225000', '120408.685000', '120409.145000', '120409.605000', '120410.065000', '120410.525000', '120410.985000', '120411.445000', '120411.905000', '120412.365000', '120412.825000', '120413.285000', '120413.745000', '120414.205000', '120414.665000', '120415.125000', '120415.585000', '120416.045000', '120416.505000', '120416.965000', '120417.425000', '120417.885000', '120418.345000', '120418.805000', '120419.265000', '120419.725000', '120420.185000', '120420.645000', '120421.105000', '120421.565000', '120422.025000', '120422.485000', '120422.945000', '120423.405000', '120423.865000', '120424.325000', '120424.785000', '120425.245000', '120425.705000', '120426.165000', '120426.625000', '120427.085000', '120427.545000', '120428.005000', '120428.465000', '120428.925000', '120429.385000'], 'ContentTime': ['115747.670000', '115747.673000', '115747.676000', '115747.679000', '115747.682000', '115747.684000', '115747.687000', '115747.690000', '115747.706000', '115747.709000', '115747.712000', '115747.714000', '115747.717000', '115747.720000', '115747.722000', '115747.725000', '115747.728000', '115747.730000', '115747.733000', '115747.735000', '115747.738000', '115747.740000', '115747.743000', '115747.746000', '115747.748000', '115747.751000', '115747.753000', '115747.756000', '115747.759000', '115747.762000', '115747.765000', '115747.768000', '115747.771000', '115747.773000', '115747.776000', '115747.779000', '115747.781000', '115747.789000', '115747.792000', '115747.794000', '115747.797000', '115747.800000', '115747.802000', '115747.805000', '115747.807000', '115747.810000', '115747.813000', '115747.815000', '115807.634000', '115807.636000', '115807.639000', '115807.642000', '115807.644000', '115807.647000', '115807.650000', '115807.652000', '115807.655000', '115807.658000', '115807.660000', '115807.663000', '115807.665000', '115807.668000', '115807.671000', '115807.673000', '115807.676000', '115807.678000', '115807.681000', '115807.684000', '115807.687000', '115807.689000', '115807.692000', '115807.694000', '115807.697000', '115807.700000', '115807.702000', '115807.705000', '115807.707000', '115807.710000', '115807.713000', '115807.715000', '115807.718000', '115807.720000', '115807.723000', '115807.726000', '115807.729000', '115807.731000', '115807.734000', '115807.736000', '115807.739000', '115807.741000', '115807.749000', '115807.752000', '115827.633000', '115827.636000', '115827.639000', '115827.641000', '115827.644000', '115827.647000', '115827.649000', '115827.652000', '115827.655000', '115827.657000', '115827.660000', '115827.663000', '115827.665000', '115827.668000', '115827.670000', '115827.673000', '115827.676000', '115827.678000', '115827.681000', '115827.683000', '115827.686000', '115827.689000', '115827.691000', '115827.694000', '115827.697000', '115827.699000', '115827.702000', '115827.704000', '115827.707000', '115827.710000', '115827.712000', '115827.715000', '115827.718000', '115827.720000', '115827.723000', '115827.725000', '115827.728000', '115827.731000', '115827.733000', '115827.736000', '115827.738000', '115827.741000', '115827.744000', '115847.633000', '115847.636000', '115847.639000', '115847.642000', '115847.644000', '115847.647000', '115847.650000', '115847.652000', '115847.655000', '115847.657000', '115847.660000', '115847.663000', '115847.665000', '115847.668000', '115847.671000', '115847.673000', '115847.676000', '115847.678000', '115847.681000', '115847.690000', '115847.693000', '115847.696000', '115847.698000', '115847.701000', '115847.704000', '115847.706000', '115847.709000', '115847.711000', '115847.714000', '115847.717000', '115847.719000', '115847.722000', '115847.725000', '115847.727000', '115847.730000', '115847.733000', '115847.735000', '115847.738000', '115847.740000', '115847.743000', '115847.745000', '115847.748000', '115847.750000', '115847.753000', '115907.634000', '115907.636000', '115907.639000', '115907.642000', '115907.657000', '115907.660000', '115907.662000', '115907.665000', '115907.668000', '115907.670000', '115907.673000', '115907.676000', '115907.678000', '115907.681000', '115907.683000', '115907.686000', '115907.689000', '115907.691000', '115907.694000', '115907.697000', '115907.699000', '115907.702000', '115907.704000', '115907.707000', '115907.710000', '115907.713000', '115907.715000', '115907.718000', '115907.720000', '115907.728000', '115907.730000', '115907.733000', '115907.736000', '115907.738000', '115907.741000', '115907.744000', '115907.746000', '115907.749000', '115907.751000', '115907.754000', '115907.757000', '115907.759000', '115907.762000', '115927.633000', '115927.635000', '115927.638000', '115927.641000', '115927.644000', '115927.646000', '115927.655000', '115927.658000', '115927.661000', '115927.663000', '115927.666000', '115927.668000', '115927.671000', '115927.674000', '115927.676000', '115927.679000', '115927.682000', '115927.684000', '115927.687000', '115927.690000', '115927.692000', '115927.695000', '115927.697000', '115927.700000', '115927.703000', '115927.705000', '115927.708000', '115927.710000', '115927.713000', '115927.716000', '115927.718000', '115927.721000', '115927.724000', '115927.726000', '115927.729000', '115927.731000', '115927.734000', '115927.736000', '115927.739000', '115927.742000', '115927.744000', '115927.747000', '115927.749000', '115927.752000', '115947.633000', '115947.635000', '115947.638000', '115947.641000', '115947.644000', '115947.646000', '115947.649000', '115947.651000', '115947.654000', '115947.657000', '115947.660000', '115947.663000', '115947.665000', '115947.668000', '115947.670000', '115947.673000', '115947.676000', '115947.678000', '115947.681000', '115947.684000', '115947.686000', '115947.689000', '115947.691000', '115947.694000', '115947.696000', '115947.699000', '115947.702000', '115947.704000', '115947.707000', '115947.709000', '115947.712000', '115947.715000', '115947.717000', '115947.720000', '115947.722000', '115947.725000', '115947.727000', '115947.730000', '115947.733000', '115947.735000', '115947.738000', '115947.740000', '115947.743000', '120007.634000', '120007.637000', '120007.639000', '120007.642000', '120007.645000', '120007.647000', '120007.650000', '120007.652000', '120007.655000', '120007.657000', '120007.660000', '120007.662000', '120007.665000', '120007.668000', '120007.670000', '120007.673000', '120007.675000', '120007.678000', '120007.681000', '120007.683000', '120007.686000', '120007.688000', '120007.691000', '120007.694000', '120007.696000', '120007.699000', '120007.701000', '120007.704000', '120007.707000', '120007.709000', '120007.712000', '120007.714000', '120007.717000', '120007.720000', '120007.722000', '120007.725000', '120007.727000', '120007.730000', '120007.732000', '120007.735000', '120007.737000', '120007.740000', '120007.743000', '120027.633000', '120027.636000', '120027.639000', '120027.642000', '120027.644000', '120027.647000', '120027.649000', '120027.652000', '120027.655000', '120027.657000', '120027.660000', '120027.662000', '120027.665000', '120027.667000', '120027.670000', '120027.673000', '120027.675000', '120027.678000', '120027.680000', '120027.683000', '120027.685000', '120027.688000', '120027.690000', '120027.693000', '120027.696000', '120027.698000', '120027.701000', '120027.703000', '120027.706000', '120027.708000', '120027.711000', '120027.714000', '120027.716000', '120027.719000', '120027.721000', '120027.724000', '120027.726000', '120027.729000', '120027.732000', '120027.734000', '120027.737000', '120027.739000', '120027.742000', '120027.744000', '120047.647000', '120047.650000', '120047.653000', '120047.655000', '120047.658000', '120047.660000', '120047.663000', '120047.666000', '120047.669000', '120047.672000', '120047.675000', '120047.677000', '120047.680000', '120047.682000', '120047.685000', '120047.688000', '120047.690000', '120047.693000', '120047.696000', '120047.698000', '120047.701000', '120047.703000', '120047.706000', '120047.709000', '120047.711000', '120047.714000', '120047.717000', '120047.719000', '120047.722000', '120047.725000', '120047.728000', '120047.730000', '120047.733000', '120047.735000', '120047.746000', '120047.748000', '120047.751000', '120047.753000', '120047.756000', '120047.759000', '120047.761000', '120047.764000', '120047.766000', '120047.769000', '120107.634000', '120107.638000', '120107.641000', '120107.643000', '120107.646000', '120107.648000', '120107.651000', '120107.654000', '120107.656000', '120107.659000', '120107.661000', '120107.664000', '120107.666000', '120107.669000', '120107.672000', '120107.674000', '120107.677000', '120107.679000', '120107.682000', '120107.685000', '120107.687000', '120107.690000', '120107.693000', '120107.695000', '120107.698000', '120107.700000', '120107.703000', '120107.706000', '120107.708000', '120107.711000', '120107.722000', '120107.725000', '120107.727000', '120107.730000', '120107.733000', '120107.735000', '120107.738000', '120107.740000', '120107.743000', '120107.745000', '120107.748000', '120107.751000', '120107.753000', '120127.634000', '120127.636000', '120127.639000', '120127.642000', '120127.645000', '120127.647000', '120127.650000', '120127.652000', '120127.655000', '120127.658000', '120127.660000', '120127.663000', '120127.665000', '120127.668000', '120127.671000', '120127.673000', '120127.676000', '120127.679000', '120127.681000', '120127.684000', '120127.687000', '120127.689000', '120127.692000', '120127.694000', '120127.697000', '120127.700000', '120127.702000', '120127.705000', '120127.708000', '120127.710000', '120127.713000', '120127.715000', '120127.718000', '120127.720000', '120127.723000', '120127.726000', '120127.728000', '120127.731000', '120127.733000', '120127.743000', '120127.746000', '120127.749000', '120127.751000', '120147.633000', '120147.636000', '120147.638000', '120147.641000', '120147.643000', '120147.646000', '120147.649000', '120147.651000', '120147.654000', '120147.656000', '120147.659000', '120147.661000', '120147.664000', '120147.667000', '120147.669000', '120147.672000', '120147.675000', '120147.677000', '120147.680000', '120147.682000', '120147.685000', '120147.688000', '120147.690000', '120147.693000', '120147.695000', '120147.698000', '120147.701000', '120147.703000', '120147.706000', '120147.708000', '120147.711000', '120147.713000', '120147.716000', '120147.719000', '120147.721000', '120147.724000', '120147.726000', '120147.729000', '120147.731000', '120147.734000', '120147.737000', '120147.739000', '120147.742000', '120147.744000', '120207.634000', '120207.636000', '120207.639000', '120207.642000', '120207.644000', '120207.647000', '120207.650000', '120207.652000', '120207.655000', '120207.658000', '120207.660000', '120207.663000', '120207.665000', '120207.668000', '120207.671000', '120207.673000', '120207.676000', '120207.678000', '120207.681000', '120207.684000', '120207.686000', '120207.689000', '120207.691000', '120207.694000', '120207.696000', '120207.710000', '120207.713000', '120207.716000', '120207.718000', '120207.721000', '120207.724000', '120207.726000', '120207.729000', '120207.731000', '120207.734000', '120207.736000', '120207.739000', '120207.741000', '120207.744000', '120207.747000', '120207.749000', '120207.752000', '120207.755000', '120227.634000', '120227.636000', '120227.639000', '120227.642000', '120227.644000', '120227.647000', '120227.649000', '120227.652000', '120227.654000', '120227.657000', '120227.660000', '120227.662000', '120227.665000', '120227.667000', '120227.670000', '120227.673000', '120227.675000', '120227.678000', '120227.681000', '120227.683000', '120227.686000', '120227.688000', '120227.691000', '120227.694000', '120227.696000', '120227.699000', '120227.702000', '120227.704000', '120227.707000', '120227.709000', '120227.712000', '120227.714000', '120227.717000', '120227.720000', '120227.722000', '120227.725000', '120227.727000', '120227.730000', '120227.733000', '120227.735000', '120227.738000', '120227.740000', '120227.743000', '120227.746000', '120247.633000', '120247.636000', '120247.639000', '120247.642000', '120247.645000', '120247.647000', '120247.650000', '120247.653000', '120247.656000', '120247.659000', '120247.661000', '120247.664000', '120247.666000', '120247.669000', '120247.672000', '120247.674000', '120247.677000', '120247.679000', '120247.682000', '120247.685000', '120247.687000', '120247.690000', '120247.693000', '120247.695000', '120247.698000', '120247.700000', '120247.703000', '120247.706000', '120247.708000', '120247.713000', '120247.715000', '120247.718000', '120247.720000', '120247.723000', '120247.725000', '120247.728000', '120247.731000', '120247.733000', '120247.736000', '120247.739000', '120247.741000', '120247.744000', '120247.746000', '120307.634000', '120307.637000', '120307.639000', '120307.642000', '120307.644000', '120307.647000', '120307.650000', '120307.653000', '120307.655000', '120307.658000', '120307.661000', '120307.663000', '120307.666000', '120307.669000', '120307.671000', '120307.674000', '120307.677000', '120307.679000', '120307.682000', '120307.684000', '120307.687000', '120307.690000', '120307.692000', '120307.695000', '120307.698000', '120307.700000', '120307.703000', '120307.706000', '120307.708000', '120307.711000', '120307.714000', '120307.716000', '120307.719000', '120307.721000', '120307.724000', '120307.727000', '120307.729000', '120307.732000', '120307.735000', '120307.738000', '120307.740000', '120307.743000', '120307.746000', '120307.748000', '120327.634000', '120327.637000', '120327.639000', '120327.642000', '120327.644000', '120327.647000', '120327.650000', '120327.652000', '120327.655000', '120327.658000', '120327.661000', '120327.663000', '120327.666000', '120327.668000', '120327.671000', '120327.674000', '120327.676000', '120327.679000', '120327.681000', '120327.684000', '120327.686000', '120327.689000', '120327.692000', '120327.694000', '120327.697000', '120327.700000', '120327.702000', '120327.705000', '120327.707000', '120327.710000', '120327.712000', '120327.715000', '120327.718000', '120327.720000', '120327.723000', '120327.726000', '120327.742000', '120327.745000', '120327.748000', '120327.751000', '120327.754000', '120327.756000', '120327.760000', '120347.633000', '120347.637000', '120347.639000', '120347.642000', '120347.644000', '120347.647000', '120347.650000', '120347.652000', '120347.655000', '120347.658000', '120347.660000', '120347.663000', '120347.665000', '120347.668000', '120347.671000', '120347.673000', '120347.676000', '120347.678000', '120347.681000', '120347.683000', '120347.686000', '120347.689000', '120347.691000', '120347.694000', '120347.697000', '120347.699000', '120347.702000', '120347.704000', '120347.707000', '120347.710000', '120347.712000', '120347.715000', '120347.717000', '120347.720000', '120347.723000', '120347.725000', '120347.728000', '120347.731000', '120347.733000', '120347.736000', '120347.739000', '120347.741000', '120347.744000', '120347.746000', '120407.633000', '120407.635000', '120407.638000', '120407.641000', '120407.644000', '120407.646000', '120407.649000', '120407.652000', '120407.655000', '120407.657000', '120407.660000', '120407.662000', '120407.665000', '120407.668000', '120407.670000', '120407.673000', '120407.676000', '120407.678000', '120407.681000', '120407.683000', '120407.686000', '120407.689000', '120407.691000', '120407.694000', '120407.697000', '120407.699000', '120407.702000', '120407.704000', '120407.707000', '120407.710000', '120407.712000', '120407.715000', '120407.718000', '120407.723000', '120407.725000', '120407.728000', '120407.731000', '120407.733000', '120407.736000', '120407.739000', '120407.741000', '120407.744000', '120407.747000', '120427.634000', '120427.636000', '120427.639000', '120427.642000', '120427.644000', '120427.647000', '120427.649000', '120427.652000', '120427.655000', '120427.657000', '120427.660000', '120427.662000', '120427.665000', '120427.667000', '120427.670000', '120427.672000', '120427.675000', '120427.678000', '120427.680000', '120427.683000', '120427.685000', '120427.688000', '120427.690000', '120427.693000', '120427.696000', '120427.698000', '120427.701000', '120427.703000', '120427.706000', '120427.709000', '120427.711000', '120427.714000', '120427.719000', '120427.722000', '120427.724000', '120427.727000', '120427.730000', '120427.732000', '120427.735000', '120427.737000', '120427.740000', '120427.743000', '120427.745000', '120427.748000', '120431.178000', '120431.181000', '120431.184000', '120431.187000', '120431.190000', '120431.193000', '120431.195000', '120431.198000'], 'InstanceCreationTime': ['115747.670000', '115747.673000', '115747.676000', '115747.679000', '115747.682000', '115747.684000', '115747.687000', '115747.690000', '115747.706000', '115747.709000', '115747.712000', '115747.714000', '115747.717000', '115747.720000', '115747.722000', '115747.725000', '115747.728000', '115747.730000', '115747.733000', '115747.735000', '115747.738000', '115747.740000', '115747.743000', '115747.746000', '115747.748000', '115747.751000', '115747.753000', '115747.756000', '115747.759000', '115747.762000', '115747.765000', '115747.768000', '115747.771000', '115747.773000', '115747.776000', '115747.779000', '115747.781000', '115747.789000', '115747.792000', '115747.794000', '115747.797000', '115747.800000', '115747.802000', '115747.805000', '115747.807000', '115747.810000', '115747.813000', '115747.815000', '115807.634000', '115807.636000', '115807.639000', '115807.642000', '115807.644000', '115807.647000', '115807.650000', '115807.652000', '115807.655000', '115807.658000', '115807.660000', '115807.663000', '115807.665000', '115807.668000', '115807.671000', '115807.673000', '115807.676000', '115807.678000', '115807.681000', '115807.684000', '115807.687000', '115807.689000', '115807.692000', '115807.694000', '115807.697000', '115807.700000', '115807.702000', '115807.705000', '115807.707000', '115807.710000', '115807.713000', '115807.715000', '115807.718000', '115807.720000', '115807.723000', '115807.726000', '115807.729000', '115807.731000', '115807.734000', '115807.736000', '115807.739000', '115807.741000', '115807.749000', '115807.752000', '115827.633000', '115827.636000', '115827.639000', '115827.641000', '115827.644000', '115827.647000', '115827.649000', '115827.652000', '115827.655000', '115827.657000', '115827.660000', '115827.663000', '115827.665000', '115827.668000', '115827.670000', '115827.673000', '115827.676000', '115827.678000', '115827.681000', '115827.683000', '115827.686000', '115827.689000', '115827.691000', '115827.694000', '115827.697000', '115827.699000', '115827.702000', '115827.704000', '115827.707000', '115827.710000', '115827.712000', '115827.715000', '115827.718000', '115827.720000', '115827.723000', '115827.725000', '115827.728000', '115827.731000', '115827.733000', '115827.736000', '115827.738000', '115827.741000', '115827.744000', '115847.633000', '115847.636000', '115847.639000', '115847.642000', '115847.644000', '115847.647000', '115847.650000', '115847.652000', '115847.655000', '115847.657000', '115847.660000', '115847.663000', '115847.665000', '115847.668000', '115847.671000', '115847.673000', '115847.676000', '115847.678000', '115847.681000', '115847.690000', '115847.693000', '115847.696000', '115847.698000', '115847.701000', '115847.704000', '115847.706000', '115847.709000', '115847.711000', '115847.714000', '115847.717000', '115847.719000', '115847.722000', '115847.725000', '115847.727000', '115847.730000', '115847.733000', '115847.735000', '115847.738000', '115847.740000', '115847.743000', '115847.745000', '115847.748000', '115847.750000', '115847.753000', '115907.634000', '115907.636000', '115907.639000', '115907.642000', '115907.657000', '115907.660000', '115907.662000', '115907.665000', '115907.668000', '115907.670000', '115907.673000', '115907.676000', '115907.678000', '115907.681000', '115907.683000', '115907.686000', '115907.689000', '115907.691000', '115907.694000', '115907.697000', '115907.699000', '115907.702000', '115907.704000', '115907.707000', '115907.710000', '115907.713000', '115907.715000', '115907.718000', '115907.720000', '115907.728000', '115907.730000', '115907.733000', '115907.736000', '115907.738000', '115907.741000', '115907.744000', '115907.746000', '115907.749000', '115907.751000', '115907.754000', '115907.757000', '115907.759000', '115907.762000', '115927.633000', '115927.635000', '115927.638000', '115927.641000', '115927.644000', '115927.646000', '115927.655000', '115927.658000', '115927.661000', '115927.663000', '115927.666000', '115927.668000', '115927.671000', '115927.674000', '115927.676000', '115927.679000', '115927.682000', '115927.684000', '115927.687000', '115927.690000', '115927.692000', '115927.695000', '115927.697000', '115927.700000', '115927.703000', '115927.705000', '115927.708000', '115927.710000', '115927.713000', '115927.716000', '115927.718000', '115927.721000', '115927.724000', '115927.726000', '115927.729000', '115927.731000', '115927.734000', '115927.736000', '115927.739000', '115927.742000', '115927.744000', '115927.747000', '115927.749000', '115927.752000', '115947.633000', '115947.635000', '115947.638000', '115947.641000', '115947.644000', '115947.646000', '115947.649000', '115947.651000', '115947.654000', '115947.657000', '115947.660000', '115947.663000', '115947.665000', '115947.668000', '115947.670000', '115947.673000', '115947.676000', '115947.678000', '115947.681000', '115947.684000', '115947.686000', '115947.689000', '115947.691000', '115947.694000', '115947.696000', '115947.699000', '115947.702000', '115947.704000', '115947.707000', '115947.709000', '115947.712000', '115947.715000', '115947.717000', '115947.720000', '115947.722000', '115947.725000', '115947.727000', '115947.730000', '115947.733000', '115947.735000', '115947.738000', '115947.740000', '115947.743000', '120007.634000', '120007.637000', '120007.639000', '120007.642000', '120007.645000', '120007.647000', '120007.650000', '120007.652000', '120007.655000', '120007.657000', '120007.660000', '120007.662000', '120007.665000', '120007.668000', '120007.670000', '120007.673000', '120007.675000', '120007.678000', '120007.681000', '120007.683000', '120007.686000', '120007.688000', '120007.691000', '120007.694000', '120007.696000', '120007.699000', '120007.701000', '120007.704000', '120007.707000', '120007.709000', '120007.712000', '120007.714000', '120007.717000', '120007.720000', '120007.722000', '120007.725000', '120007.727000', '120007.730000', '120007.732000', '120007.735000', '120007.737000', '120007.740000', '120007.743000', '120027.633000', '120027.636000', '120027.639000', '120027.642000', '120027.644000', '120027.647000', '120027.649000', '120027.652000', '120027.655000', '120027.657000', '120027.660000', '120027.662000', '120027.665000', '120027.667000', '120027.670000', '120027.673000', '120027.675000', '120027.678000', '120027.680000', '120027.683000', '120027.685000', '120027.688000', '120027.690000', '120027.693000', '120027.696000', '120027.698000', '120027.701000', '120027.703000', '120027.706000', '120027.708000', '120027.711000', '120027.714000', '120027.716000', '120027.719000', '120027.721000', '120027.724000', '120027.726000', '120027.729000', '120027.732000', '120027.734000', '120027.737000', '120027.739000', '120027.742000', '120027.744000', '120047.647000', '120047.650000', '120047.653000', '120047.655000', '120047.658000', '120047.660000', '120047.663000', '120047.666000', '120047.669000', '120047.672000', '120047.675000', '120047.677000', '120047.680000', '120047.682000', '120047.685000', '120047.688000', '120047.690000', '120047.693000', '120047.696000', '120047.698000', '120047.701000', '120047.703000', '120047.706000', '120047.709000', '120047.711000', '120047.714000', '120047.717000', '120047.719000', '120047.722000', '120047.725000', '120047.728000', '120047.730000', '120047.733000', '120047.735000', '120047.746000', '120047.748000', '120047.751000', '120047.753000', '120047.756000', '120047.759000', '120047.761000', '120047.764000', '120047.766000', '120047.769000', '120107.634000', '120107.638000', '120107.641000', '120107.643000', '120107.646000', '120107.648000', '120107.651000', '120107.654000', '120107.656000', '120107.659000', '120107.661000', '120107.664000', '120107.666000', '120107.669000', '120107.672000', '120107.674000', '120107.677000', '120107.679000', '120107.682000', '120107.685000', '120107.687000', '120107.690000', '120107.693000', '120107.695000', '120107.698000', '120107.700000', '120107.703000', '120107.706000', '120107.708000', '120107.711000', '120107.722000', '120107.725000', '120107.727000', '120107.730000', '120107.733000', '120107.735000', '120107.738000', '120107.740000', '120107.743000', '120107.745000', '120107.748000', '120107.751000', '120107.753000', '120127.634000', '120127.636000', '120127.639000', '120127.642000', '120127.645000', '120127.647000', '120127.650000', '120127.652000', '120127.655000', '120127.658000', '120127.660000', '120127.663000', '120127.665000', '120127.668000', '120127.671000', '120127.673000', '120127.676000', '120127.679000', '120127.681000', '120127.684000', '120127.687000', '120127.689000', '120127.692000', '120127.694000', '120127.697000', '120127.700000', '120127.702000', '120127.705000', '120127.708000', '120127.710000', '120127.713000', '120127.715000', '120127.718000', '120127.720000', '120127.723000', '120127.726000', '120127.728000', '120127.731000', '120127.733000', '120127.743000', '120127.746000', '120127.749000', '120127.751000', '120147.633000', '120147.636000', '120147.638000', '120147.641000', '120147.643000', '120147.646000', '120147.649000', '120147.651000', '120147.654000', '120147.656000', '120147.659000', '120147.661000', '120147.664000', '120147.667000', '120147.669000', '120147.672000', '120147.675000', '120147.677000', '120147.680000', '120147.682000', '120147.685000', '120147.688000', '120147.690000', '120147.693000', '120147.695000', '120147.698000', '120147.701000', '120147.703000', '120147.706000', '120147.708000', '120147.711000', '120147.713000', '120147.716000', '120147.719000', '120147.721000', '120147.724000', '120147.726000', '120147.729000', '120147.731000', '120147.734000', '120147.737000', '120147.739000', '120147.742000', '120147.744000', '120207.634000', '120207.636000', '120207.639000', '120207.642000', '120207.644000', '120207.647000', '120207.650000', '120207.652000', '120207.655000', '120207.658000', '120207.660000', '120207.663000', '120207.665000', '120207.668000', '120207.671000', '120207.673000', '120207.676000', '120207.678000', '120207.681000', '120207.684000', '120207.686000', '120207.689000', '120207.691000', '120207.694000', '120207.696000', '120207.710000', '120207.713000', '120207.716000', '120207.718000', '120207.721000', '120207.724000', '120207.726000', '120207.729000', '120207.731000', '120207.734000', '120207.736000', '120207.739000', '120207.741000', '120207.744000', '120207.747000', '120207.749000', '120207.752000', '120207.755000', '120227.634000', '120227.636000', '120227.639000', '120227.642000', '120227.644000', '120227.647000', '120227.649000', '120227.652000', '120227.654000', '120227.657000', '120227.660000', '120227.662000', '120227.665000', '120227.667000', '120227.670000', '120227.673000', '120227.675000', '120227.678000', '120227.681000', '120227.683000', '120227.686000', '120227.688000', '120227.691000', '120227.694000', '120227.696000', '120227.699000', '120227.702000', '120227.704000', '120227.707000', '120227.709000', '120227.712000', '120227.714000', '120227.717000', '120227.720000', '120227.722000', '120227.725000', '120227.727000', '120227.730000', '120227.733000', '120227.735000', '120227.738000', '120227.740000', '120227.743000', '120227.746000', '120247.633000', '120247.636000', '120247.639000', '120247.642000', '120247.645000', '120247.647000', '120247.650000', '120247.653000', '120247.656000', '120247.659000', '120247.661000', '120247.664000', '120247.666000', '120247.669000', '120247.672000', '120247.674000', '120247.677000', '120247.679000', '120247.682000', '120247.685000', '120247.687000', '120247.690000', '120247.693000', '120247.695000', '120247.698000', '120247.700000', '120247.703000', '120247.706000', '120247.708000', '120247.713000', '120247.715000', '120247.718000', '120247.720000', '120247.723000', '120247.725000', '120247.728000', '120247.731000', '120247.733000', '120247.736000', '120247.739000', '120247.741000', '120247.744000', '120247.746000', '120307.634000', '120307.637000', '120307.639000', '120307.642000', '120307.644000', '120307.647000', '120307.650000', '120307.653000', '120307.655000', '120307.658000', '120307.661000', '120307.663000', '120307.666000', '120307.669000', '120307.671000', '120307.674000', '120307.677000', '120307.679000', '120307.682000', '120307.684000', '120307.687000', '120307.690000', '120307.692000', '120307.695000', '120307.698000', '120307.700000', '120307.703000', '120307.706000', '120307.708000', '120307.711000', '120307.714000', '120307.716000', '120307.719000', '120307.721000', '120307.724000', '120307.727000', '120307.729000', '120307.732000', '120307.735000', '120307.738000', '120307.740000', '120307.743000', '120307.746000', '120307.748000', '120327.634000', '120327.637000', '120327.639000', '120327.642000', '120327.644000', '120327.647000', '120327.650000', '120327.652000', '120327.655000', '120327.658000', '120327.661000', '120327.663000', '120327.666000', '120327.668000', '120327.671000', '120327.674000', '120327.676000', '120327.679000', '120327.681000', '120327.684000', '120327.686000', '120327.689000', '120327.692000', '120327.694000', '120327.697000', '120327.700000', '120327.702000', '120327.705000', '120327.707000', '120327.710000', '120327.712000', '120327.715000', '120327.718000', '120327.720000', '120327.723000', '120327.726000', '120327.742000', '120327.745000', '120327.748000', '120327.751000', '120327.754000', '120327.756000', '120327.760000', '120347.633000', '120347.637000', '120347.639000', '120347.642000', '120347.644000', '120347.647000', '120347.650000', '120347.652000', '120347.655000', '120347.658000', '120347.660000', '120347.663000', '120347.665000', '120347.668000', '120347.671000', '120347.673000', '120347.676000', '120347.678000', '120347.681000', '120347.683000', '120347.686000', '120347.689000', '120347.691000', '120347.694000', '120347.697000', '120347.699000', '120347.702000', '120347.704000', '120347.707000', '120347.710000', '120347.712000', '120347.715000', '120347.717000', '120347.720000', '120347.723000', '120347.725000', '120347.728000', '120347.731000', '120347.733000', '120347.736000', '120347.739000', '120347.741000', '120347.744000', '120347.746000', '120407.633000', '120407.635000', '120407.638000', '120407.641000', '120407.644000', '120407.646000', '120407.649000', '120407.652000', '120407.655000', '120407.657000', '120407.660000', '120407.662000', '120407.665000', '120407.668000', '120407.670000', '120407.673000', '120407.676000', '120407.678000', '120407.681000', '120407.683000', '120407.686000', '120407.689000', '120407.691000', '120407.694000', '120407.697000', '120407.699000', '120407.702000', '120407.704000', '120407.707000', '120407.710000', '120407.712000', '120407.715000', '120407.718000', '120407.723000', '120407.725000', '120407.728000', '120407.731000', '120407.733000', '120407.736000', '120407.739000', '120407.741000', '120407.744000', '120407.747000', '120427.634000', '120427.636000', '120427.639000', '120427.642000', '120427.644000', '120427.647000', '120427.649000', '120427.652000', '120427.655000', '120427.657000', '120427.660000', '120427.662000', '120427.665000', '120427.667000', '120427.670000', '120427.672000', '120427.675000', '120427.678000', '120427.680000', '120427.683000', '120427.685000', '120427.688000', '120427.690000', '120427.693000', '120427.696000', '120427.698000', '120427.701000', '120427.703000', '120427.706000', '120427.709000', '120427.711000', '120427.714000', '120427.719000', '120427.722000', '120427.724000', '120427.727000', '120427.730000', '120427.732000', '120427.735000', '120427.737000', '120427.740000', '120427.743000', '120427.745000', '120427.748000', '120431.178000', '120431.181000', '120431.184000', '120431.187000', '120431.190000', '120431.193000', '120431.195000', '120431.198000'], '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': [12070, 9491, 10428, 10051, 9160, 10673, 9149, 14699, 9813, 7735, 9295, 7875, 15093, 9524, 7313, 8158, 7287, 14138, 9122, 10710, 9389, 11545, 8460, 7604, 9429, 8876, 15629, 9685, 7754, 8872, 8368, 14935, 10265, 11585, 8790, 9541, 14781, 10060, 13011, 11766, 9608, 11016, 10954, 9139, 17220, 9968, 7506, 7991, 8786, 14240, 9892, 7222, 9250, 8711, 15370, 9532, 7618, 8500, 9274, 13971, 9756, 8093, 8766, 9055, 12212, 9513, 8315, 10461, 9067, 13887, 9323, 13867, 10621, 7377, 8806, 7623, 14157, 9173, 7025, 7368, 7149, 14540, 8710, 10535, 9478, 7471, 10165, 7783, 10643, 7455, 11061, 7433, 14635, 8649, 7454, 8778, 7119, 11671, 7357, 12507, 8739, 11640, 9444, 14834, 10129, 14136, 9273, 9028, 9771, 8621, 10140, 7472, 9070, 8477, 14272, 9517, 7518, 8944, 8821, 14131, 9338, 13281, 10859, 8764, 11929, 9792, 11478, 11395, 14287, 11178, 8129, 9216, 9180, 11540, 8411, 7923, 11291, 9570, 13990, 10122, 14016, 10646, 7939, 7486, 7874, 10466, 8197, 15051, 8953, 11674, 9346, 7491, 8961, 7324, 9713, 8538, 11153, 9411, 9728, 9355, 7639, 11690, 8886, 14804, 9083, 10062, 7381, 7327, 11279, 7315, 15197, 9101, 12407, 9378, 7405, 8125, 7657, 11026, 9647, 6909, 10723, 7460, 7734, 13804, 10834, 8335, 14336, 10385, 10524, 12453, 9272, 15561, 10368, 7687, 10014, 8242, 14079, 7838, 7104, 10122, 8722, 10577, 9224, 7907, 12062, 9575, 8081, 14903, 9602, 8138, 8934, 8589, 15638, 10165, 9467, 8396, 8551, 11645, 8434, 7279, 10424, 9142, 7785, 10716, 7751, 12329, 7274, 7147, 11904, 8495, 11939, 7511, 7080, 12800, 9273, 9112, 10404, 8859, 10708, 8896, 7709, 11317, 8958, 8398, 9154, 7456, 14883, 9542, 7107, 10304, 7152, 13549, 7748, 7420, 12821, 8320, 14906, 10163, 7714, 10357, 8420, 12796, 9149, 7564, 11395, 9147, 13376, 9964, 7422, 9216, 8646, 11957, 9103, 7459, 9933, 8569, 13442, 9412, 7207, 9719, 8457, 13063, 9393, 7206, 10564, 8996, 12251, 10599, 7466, 11289, 9173, 9914, 11179, 10456, 15397, 9168, 11329, 8153, 7386, 11488, 9372, 7191, 9366, 7674, 14985, 9777, 7139, 10872, 7456, 14542, 9608, 7243, 10247, 7695, 13787, 9146, 7475, 11326, 8998, 8386, 10550, 8678, 10705, 8885, 7170, 12186, 8836, 6975, 10265, 7112, 14329, 8929, 7251, 11299, 7381, 12541, 9346, 7282, 11197, 8294, 7204, 13477, 7955, 7991, 8292, 7056, 14495, 9079, 7524, 9224, 8414, 7166, 10599, 7502, 7240, 13952, 8173, 7518, 12050, 8169, 11014, 11642, 8155, 7011, 9506, 7318, 14711, 10112, 7082, 10206, 7739, 11220, 10859, 7563, 12014, 8311, 7321, 13277, 8504, 12647, 7524, 7389, 13993, 9337, 7253, 10809, 8411, 11800, 10795, 8480, 11059, 8101, 9706, 9745, 7380, 12191, 8408, 12598, 9514, 10648, 10117, 7364, 11395, 7863, 10311, 9687, 7221, 12424, 8538, 8261, 11958, 8435, 8807, 9808, 7120, 13845, 8776, 7130, 11805, 7477, 15009, 8775, 7152, 11399, 7311, 14144, 8997, 7396, 11893, 7288, 14055, 9032, 7141, 10241, 6971, 13758, 8755, 7208, 9197, 7167, 14485, 9129, 7038, 11906, 7783, 14758, 10240, 7147, 10108, 7399, 14264, 9524, 7133, 9036, 7448, 13718, 9363, 7073, 10337, 7494, 14397, 10013, 7861, 11753, 8016, 13731, 10214, 8181, 11148, 7452, 13492, 8594, 10953, 8441, 7278, 10665, 6941, 13074, 7672, 7014, 8606, 7473, 13637, 7295, 9859, 7502, 7099, 13670, 9050, 10209, 8843, 7020, 13726, 9760, 12731, 9112, 7205, 13483, 9459, 8637, 10545, 7165, 14179, 9479, 7330, 11023, 7269, 13299, 8949, 9136, 11570, 7677, 10923, 8763, 6924, 13705, 8883, 7362, 11176, 7220, 13766, 8902, 7369, 12870, 9167, 11547, 10516, 8075, 11585, 9760, 7324, 13960, 7464, 7167, 12878, 8575, 9058, 9360, 7258, 14014, 9832, 7177, 10948, 7858, 9166, 11282, 7146, 11472, 7320, 7084, 13396, 9315, 7506, 10468, 7657, 13466, 10401, 7872, 14531, 8495, 7173, 11631, 7268, 13491, 8980, 7254, 12589, 8762, 8961, 11104, 7500, 11619, 9114, 7051, 12555, 8407, 7253, 11677, 7670, 11629, 8400, 7082, 14170, 9953, 7452, 11287, 7724, 10306, 10424, 7279, 12830, 7825, 7359, 13273, 8439, 7074, 9517, 7328, 13890, 9589, 7166, 11820, 7708, 7155, 13805, 8340, 7162, 10098, 7132, 14509, 9386, 7275, 11574, 7840, 10468, 11836, 7846, 7471, 10996, 7155, 13083, 8555, 7082, 12671, 9215, 7342, 11585, 7117, 7305, 13585, 9209, 7225, 11083, 7356, 12067, 10247, 7412, 9291, 8228, 6914, 14051, 9933, 7290, 11377, 7831, 8873, 13205, 7669, 7159, 10214, 7297, 14396, 9619, 7301, 11221, 7568, 7777, 12674, 7278, 7156, 9868, 7246, 13887, 9496, 7006, 12026, 8359, 7532, 13510, 7841, 7712, 9728, 7073, 14907, 10326, 7201, 10977, 7375, 11119, 10756, 7035, 8887, 7871, 7070, 13931, 8548, 7128, 12008, 8618, 9006, 12709, 7547, 7150, 10832, 7264, 12042, 8190, 7046, 13034, 9175, 8111, 10123, 7064, 10325, 9013, 7243, 13024, 7251, 7337, 10118, 7032, 14385, 9656, 7393, 11630, 7307, 7366, 7210, 8355, 7663, 7047, 14235, 10483, 7789, 11171, 7314, 11051, 10166, 7252, 10123, 7229, 7233, 13686, 10159, 8671, 9985, 6979, 10243, 11177, 7206, 9789, 8603, 7272, 13992, 11279, 12590, 10757, 7590, 8830, 12358, 8778, 16370, 8696, 7132, 13027, 8462, 8911, 10026, 7131, 9090, 10694, 6988, 14751, 8040, 7356, 10400, 7318, 14154, 7880, 7213, 9847, 6899, 13866, 9844, 7378, 11947, 8228, 8845, 12535, 7265, 9587, 8038, 7185, 14444, 7964, 7256, 12587, 8557, 11326, 12240, 7341, 7408, 8653, 6945, 14282, 9867, 7372, 12466, 7721, 7085, 12856, 9157, 15941, 12183, 7102, 13130, 8222, 8699, 11171, 7168, 10251, 9818, 10122, 16899, 7644, 8644, 7449, 7249, 13558, 8322, 7257, 8938, 7320, 14178, 9749, 7075, 12213, 7623, 7784, 12765, 7280, 8676, 7984, 7157, 14319, 8436, 7467, 10722, 7250, 14626, 9854, 7447, 11872, 8167, 8929, 12917, 7714, 7137, 11232, 7107, 12781, 7244, 7289, 12734, 7724, 13720, 7795, 7087, 12288, 7264, 13672, 7909, 7277, 12853, 9188, 8462, 12319, 7872, 12676, 11308, 9867, 15751, 7806, 7571, 11385, 6984, 11664, 8123, 7195, 14085, 8972, 11347, 8414, 7572, 12026, 8281, 7053, 13719, 7541, 7395, 12627, 8140, 10975, 9720, 7205, 13589, 9225, 7367, 12540, 7738, 9266, 12492, 8235, 14163, 7301, 6882, 14353, 9481, 6947, 11192, 7211, 12648, 10481, 7896, 12498, 7260, 7280, 14424, 8831, 7381, 13217, 9637, 9312, 14337, 7633, 7117], 'WindowCenter': [4377.0, 4340.0, 4336.0, 4325.0, 4302.0, 4321.0, 4300.0, 4341.0, 4309.0, 4277.0, 4300.0, 4279.0, 4352.0, 4311.0, 4279.0, 4292.0, 4281.0, 4353.0, 4312.0, 4320.0, 4312.0, 4330.0, 4291.0, 4280.0, 4299.0, 4300.0, 4351.0, 4314.0, 4280.0, 4300.0, 4290.0, 4351.0, 4311.0, 4320.0, 4289.0, 4299.0, 4338.0, 4309.0, 4329.0, 4318.0, 4298.0, 4306.0, 4308.0, 4295.0, 4347.0, 4296.0, 4265.0, 4278.0, 4288.0, 4337.0, 4297.0, 4266.0, 4285.0, 4287.0, 4338.0, 4297.0, 4265.0, 4286.0, 4297.0, 4327.0, 4299.0, 4277.0, 4288.0, 4300.0, 4317.0, 4299.0, 4289.0, 4309.0, 4298.0, 4328.0, 4300.0, 4328.0, 4307.0, 4265.0, 4285.0, 4276.0, 4326.0, 4298.0, 4266.0, 4267.0, 4269.0, 4338.0, 4290.0, 4308.0, 4300.0, 4279.0, 4309.0, 4266.0, 4307.0, 4265.0, 4305.0, 4267.0, 4336.0, 4288.0, 4266.0, 4288.0, 4267.0, 4318.0, 4268.0, 4328.0, 4289.0, 4318.0, 4298.0, 4337.0, 4309.0, 4326.0, 4287.0, 4284.0, 4308.0, 4285.0, 4307.0, 4265.0, 4287.0, 4286.0, 4337.0, 4310.0, 4279.0, 4298.0, 4298.0, 4338.0, 4301.0, 4329.0, 4319.0, 4288.0, 4316.0, 4297.0, 4306.0, 4318.0, 4327.0, 4306.0, 4265.0, 4284.0, 4296.0, 4305.0, 4287.0, 4276.0, 4306.0, 4298.0, 4326.0, 4309.0, 4327.0, 4307.0, 4264.0, 4266.0, 4264.0, 4295.0, 4273.0, 4326.0, 4285.0, 4304.0, 4285.0, 4253.0, 4286.0, 4264.0, 4297.0, 4288.0, 4318.0, 4299.0, 4308.0, 4299.0, 4279.0, 4318.0, 4300.0, 4351.0, 4300.0, 4309.0, 4278.0, 4267.0, 4330.0, 4294.0, 4352.0, 4315.0, 4331.0, 4311.0, 4280.0, 4290.0, 4290.0, 4320.0, 4312.0, 4268.0, 4320.0, 4282.0, 4293.0, 4353.0, 4334.0, 4305.0, 4354.0, 4321.0, 4321.0, 4330.0, 4299.0, 4337.0, 4295.0, 4265.0, 4298.0, 4287.0, 4338.0, 4276.0, 4267.0, 4306.0, 4301.0, 4319.0, 4311.0, 4290.0, 4330.0, 4311.0, 4290.0, 4352.0, 4310.0, 4289.0, 4298.0, 4289.0, 4339.0, 4311.0, 4299.0, 4288.0, 4300.0, 4319.0, 4290.0, 4280.0, 4319.0, 4310.0, 4290.0, 4320.0, 4280.0, 4331.0, 4280.0, 4269.0, 4330.0, 4301.0, 4332.0, 4279.0, 4271.0, 4341.0, 4311.0, 4302.0, 4322.0, 4301.0, 4320.0, 4300.0, 4280.0, 4322.0, 4301.0, 4290.0, 4301.0, 4279.0, 4352.0, 4311.0, 4269.0, 4321.0, 4271.0, 4342.0, 4291.0, 4280.0, 4341.0, 4291.0, 4351.0, 4312.0, 4280.0, 4309.0, 4289.0, 4329.0, 4301.0, 4279.0, 4320.0, 4312.0, 4341.0, 4310.0, 4281.0, 4298.0, 4301.0, 4329.0, 4313.0, 4280.0, 4309.0, 4302.0, 4339.0, 4314.0, 4280.0, 4311.0, 4303.0, 4342.0, 4312.0, 4281.0, 4321.0, 4312.0, 4331.0, 4322.0, 4281.0, 4320.0, 4311.0, 4311.0, 4322.0, 4320.0, 4349.0, 4299.0, 4318.0, 4277.0, 4268.0, 4319.0, 4299.0, 4269.0, 4299.0, 4279.0, 4351.0, 4309.0, 4268.0, 4320.0, 4268.0, 4338.0, 4298.0, 4278.0, 4309.0, 4279.0, 4327.0, 4298.0, 4267.0, 4318.0, 4299.0, 4290.0, 4309.0, 4299.0, 4319.0, 4300.0, 4270.0, 4331.0, 4301.0, 4269.0, 4320.0, 4270.0, 4351.0, 4301.0, 4280.0, 4331.0, 4279.0, 4330.0, 4300.0, 4281.0, 4330.0, 4290.0, 4280.0, 4341.0, 4290.0, 4289.0, 4290.0, 4280.0, 4340.0, 4301.0, 4291.0, 4300.0, 4289.0, 4269.0, 4320.0, 4293.0, 4293.0, 4353.0, 4303.0, 4292.0, 4331.0, 4290.0, 4321.0, 4332.0, 4290.0, 4269.0, 4309.0, 4280.0, 4350.0, 4322.0, 4280.0, 4308.0, 4280.0, 4320.0, 4333.0, 4293.0, 4331.0, 4291.0, 4280.0, 4341.0, 4302.0, 4330.0, 4278.0, 4280.0, 4352.0, 4314.0, 4281.0, 4319.0, 4290.0, 4329.0, 4320.0, 4289.0, 4318.0, 4288.0, 4298.0, 4310.0, 4281.0, 4330.0, 4289.0, 4329.0, 4310.0, 4319.0, 4307.0, 4267.0, 4317.0, 4279.0, 4309.0, 4298.0, 4266.0, 4327.0, 4288.0, 4287.0, 4318.0, 4289.0, 4298.0, 4308.0, 4269.0, 4340.0, 4299.0, 4268.0, 4329.0, 4278.0, 4339.0, 4288.0, 4266.0, 4317.0, 4265.0, 4326.0, 4287.0, 4266.0, 4316.0, 4267.0, 4326.0, 4287.0, 4255.0, 4305.0, 4255.0, 4327.0, 4286.0, 4265.0, 4296.0, 4267.0, 4338.0, 4300.0, 4267.0, 4317.0, 4277.0, 4338.0, 4309.0, 4267.0, 4307.0, 4269.0, 4326.0, 4295.0, 4256.0, 4285.0, 4266.0, 4324.0, 4285.0, 4255.0, 4294.0, 4266.0, 4326.0, 4308.0, 4277.0, 4317.0, 4277.0, 4326.0, 4296.0, 4274.0, 4305.0, 4266.0, 4315.0, 4286.0, 4304.0, 4274.0, 4265.0, 4306.0, 4266.0, 4326.0, 4277.0, 4265.0, 4300.0, 4278.0, 4340.0, 4280.0, 4306.0, 4278.0, 4280.0, 4337.0, 4314.0, 4308.0, 4298.0, 4269.0, 4338.0, 4311.0, 4329.0, 4297.0, 4278.0, 4327.0, 4299.0, 4288.0, 4307.0, 4268.0, 4328.0, 4298.0, 4268.0, 4306.0, 4267.0, 4326.0, 4287.0, 4297.0, 4320.0, 4277.0, 4307.0, 4286.0, 4267.0, 4339.0, 4298.0, 4268.0, 4306.0, 4267.0, 4339.0, 4297.0, 4267.0, 4329.0, 4299.0, 4319.0, 4306.0, 4277.0, 4317.0, 4295.0, 4267.0, 4327.0, 4265.0, 4266.0, 4325.0, 4288.0, 4285.0, 4295.0, 4266.0, 4325.0, 4310.0, 4267.0, 4307.0, 4277.0, 4297.0, 4316.0, 4267.0, 4318.0, 4265.0, 4268.0, 4329.0, 4299.0, 4279.0, 4308.0, 4279.0, 4339.0, 4308.0, 4289.0, 4340.0, 4289.0, 4267.0, 4315.0, 4267.0, 4329.0, 4298.0, 4268.0, 4328.0, 4288.0, 4287.0, 4318.0, 4268.0, 4318.0, 4287.0, 4268.0, 4329.0, 4287.0, 4267.0, 4319.0, 4279.0, 4330.0, 4288.0, 4269.0, 4337.0, 4309.0, 4267.0, 4318.0, 4279.0, 4308.0, 4306.0, 4267.0, 4326.0, 4278.0, 4267.0, 4327.0, 4288.0, 4266.0, 4297.0, 4279.0, 4338.0, 4309.0, 4269.0, 4317.0, 4278.0, 4269.0, 4339.0, 4290.0, 4268.0, 4308.0, 4269.0, 4338.0, 4299.0, 4268.0, 4319.0, 4289.0, 4319.0, 4331.0, 4291.0, 4279.0, 4321.0, 4269.0, 4329.0, 4288.0, 4269.0, 4329.0, 4300.0, 4280.0, 4319.0, 4269.0, 4281.0, 4340.0, 4299.0, 4279.0, 4318.0, 4278.0, 4318.0, 4309.0, 4269.0, 4298.0, 4290.0, 4269.0, 4339.0, 4308.0, 4269.0, 4317.0, 4281.0, 4299.0, 4329.0, 4279.0, 4268.0, 4308.0, 4268.0, 4339.0, 4300.0, 4267.0, 4319.0, 4280.0, 4279.0, 4329.0, 4281.0, 4269.0, 4308.0, 4281.0, 4341.0, 4312.0, 4273.0, 4343.0, 4302.0, 4280.0, 4341.0, 4290.0, 4279.0, 4310.0, 4270.0, 4340.0, 4310.0, 4267.0, 4318.0, 4270.0, 4318.0, 4321.0, 4269.0, 4298.0, 4279.0, 4269.0, 4341.0, 4300.0, 4271.0, 4330.0, 4300.0, 4301.0, 4342.0, 4281.0, 4269.0, 4321.0, 4280.0, 4330.0, 4291.0, 4280.0, 4341.0, 4301.0, 4290.0, 4310.0, 4270.0, 4310.0, 4300.0, 4280.0, 4344.0, 4280.0, 4279.0, 4310.0, 4270.0, 4352.0, 4325.0, 4293.0, 4334.0, 4282.0, 4281.0, 4294.0, 4304.0, 4293.0, 4283.0, 4354.0, 4326.0, 4293.0, 4333.0, 4295.0, 4323.0, 4311.0, 4280.0, 4309.0, 4268.0, 4269.0, 4340.0, 4310.0, 4290.0, 4298.0, 4269.0, 4308.0, 4321.0, 4282.0, 4311.0, 4300.0, 4281.0, 4342.0, 4334.0, 4330.0, 4321.0, 4280.0, 4300.0, 4329.0, 4290.0, 4350.0, 4289.0, 4269.0, 4329.0, 4290.0, 4301.0, 4308.0, 4269.0, 4299.0, 4309.0, 4269.0, 4340.0, 4278.0, 4268.0, 4320.0, 4268.0, 4339.0, 4288.0, 4266.0, 4295.0, 4269.0, 4340.0, 4323.0, 4281.0, 4332.0, 4291.0, 4301.0, 4331.0, 4280.0, 4299.0, 4277.0, 4269.0, 4340.0, 4291.0, 4280.0, 4331.0, 4302.0, 4321.0, 4331.0, 4279.0, 4279.0, 4288.0, 4269.0, 4338.0, 4311.0, 4281.0, 4330.0, 4280.0, 4268.0, 4331.0, 4299.0, 4349.0, 4329.0, 4267.0, 4328.0, 4288.0, 4288.0, 4320.0, 4269.0, 4306.0, 4298.0, 4308.0, 4349.0, 4277.0, 4285.0, 4267.0, 4266.0, 4326.0, 4287.0, 4265.0, 4286.0, 4267.0, 4325.0, 4298.0, 4255.0, 4315.0, 4278.0, 4277.0, 4327.0, 4266.0, 4287.0, 4287.0, 4267.0, 4338.0, 4287.0, 4267.0, 4319.0, 4279.0, 4338.0, 4310.0, 4278.0, 4328.0, 4286.0, 4298.0, 4328.0, 4277.0, 4269.0, 4317.0, 4269.0, 4329.0, 4278.0, 4277.0, 4338.0, 4279.0, 4338.0, 4278.0, 4266.0, 4316.0, 4266.0, 4338.0, 4276.0, 4264.0, 4327.0, 4297.0, 4287.0, 4327.0, 4275.0, 4327.0, 4317.0, 4306.0, 4336.0, 4265.0, 4265.0, 4304.0, 4255.0, 4315.0, 4275.0, 4266.0, 4337.0, 4286.0, 4314.0, 4274.0, 4275.0, 4326.0, 4286.0, 4266.0, 4337.0, 4276.0, 4277.0, 4328.0, 4277.0, 4319.0, 4297.0, 4278.0, 4337.0, 4298.0, 4280.0, 4327.0, 4278.0, 4297.0, 4328.0, 4288.0, 4336.0, 4264.0, 4266.0, 4335.0, 4308.0, 4265.0, 4316.0, 4279.0, 4327.0, 4308.0, 4286.0, 4326.0, 4277.0, 4266.0, 4349.0, 4299.0, 4278.0, 4338.0, 4308.0, 4298.0, 4339.0, 4275.0, 4267.0], 'WindowWidth': [9665.0, 9598.0, 9582.0, 9565.0, 9529.0, 9551.0, 9521.0, 9578.0, 9531.0, 9488.0, 9522.0, 9492.0, 9597.0, 9538.0, 9492.0, 9514.0, 9499.0, 9601.0, 9543.0, 9550.0, 9543.0, 9563.0, 9514.0, 9495.0, 9521.0, 9523.0, 9593.0, 9547.0, 9495.0, 9521.0, 9509.0, 9592.0, 9538.0, 9549.0, 9505.0, 9519.0, 9571.0, 9532.0, 9560.0, 9544.0, 9515.0, 9525.0, 9529.0, 9509.0, 9582.0, 9511.0, 9468.0, 9488.0, 9501.0, 9567.0, 9513.0, 9468.0, 9493.0, 9500.0, 9567.0, 9514.0, 9468.0, 9495.0, 9512.0, 9553.0, 9521.0, 9488.0, 9502.0, 9520.0, 9538.0, 9520.0, 9505.0, 9533.0, 9516.0, 9556.0, 9520.0, 9558.0, 9527.0, 9468.0, 9494.0, 9486.0, 9550.0, 9517.0, 9472.0, 9474.0, 9479.0, 9571.0, 9509.0, 9528.0, 9521.0, 9495.0, 9532.0, 9471.0, 9525.0, 9466.0, 9520.0, 9473.0, 9564.0, 9502.0, 9469.0, 9500.0, 9474.0, 9545.0, 9476.0, 9557.0, 9505.0, 9540.0, 9518.0, 9567.0, 9531.0, 9551.0, 9498.0, 9491.0, 9527.0, 9495.0, 9527.0, 9468.0, 9498.0, 9499.0, 9565.0, 9538.0, 9495.0, 9518.0, 9517.0, 9569.0, 9525.0, 9560.0, 9547.0, 9502.0, 9536.0, 9512.0, 9523.0, 9543.0, 9552.0, 9522.0, 9465.0, 9490.0, 9510.0, 9520.0, 9500.0, 9484.0, 9524.0, 9515.0, 9549.0, 9532.0, 9552.0, 9527.0, 9464.0, 9468.0, 9463.0, 9505.0, 9475.0, 9549.0, 9493.0, 9516.0, 9492.0, 9449.0, 9497.0, 9466.0, 9512.0, 9502.0, 9541.0, 9520.0, 9530.0, 9521.0, 9492.0, 9543.0, 9524.0, 9592.0, 9522.0, 9532.0, 9491.0, 9474.0, 9564.0, 9522.0, 9595.0, 9553.0, 9567.0, 9540.0, 9497.0, 9508.0, 9511.0, 9549.0, 9540.0, 9478.0, 9551.0, 9504.0, 9520.0, 9601.0, 9578.0, 9539.0, 9603.0, 9555.0, 9554.0, 9564.0, 9518.0, 9567.0, 9505.0, 9465.0, 9515.0, 9499.0, 9569.0, 9485.0, 9474.0, 9526.0, 9527.0, 9547.0, 9540.0, 9511.0, 9563.0, 9540.0, 9511.0, 9597.0, 9538.0, 9507.0, 9517.0, 9506.0, 9576.0, 9540.0, 9520.0, 9502.0, 9522.0, 9546.0, 9509.0, 9496.0, 9547.0, 9537.0, 9511.0, 9550.0, 9496.0, 9565.0, 9496.0, 9479.0, 9561.0, 9527.0, 9569.0, 9493.0, 9486.0, 9577.0, 9540.0, 9529.0, 9554.0, 9525.0, 9547.0, 9522.0, 9497.0, 9555.0, 9523.0, 9509.0, 9524.0, 9494.0, 9594.0, 9538.0, 9481.0, 9551.0, 9487.0, 9582.0, 9512.0, 9496.0, 9579.0, 9513.0, 9593.0, 9541.0, 9495.0, 9533.0, 9508.0, 9561.0, 9524.0, 9494.0, 9548.0, 9543.0, 9579.0, 9537.0, 9497.0, 9516.0, 9525.0, 9559.0, 9545.0, 9497.0, 9534.0, 9529.0, 9575.0, 9550.0, 9500.0, 9538.0, 9532.0, 9581.0, 9544.0, 9501.0, 9554.0, 9542.0, 9566.0, 9556.0, 9501.0, 9550.0, 9539.0, 9541.0, 9555.0, 9548.0, 9588.0, 9518.0, 9543.0, 9487.0, 9478.0, 9546.0, 9519.0, 9481.0, 9520.0, 9494.0, 9591.0, 9533.0, 9476.0, 9548.0, 9476.0, 9572.0, 9518.0, 9491.0, 9533.0, 9492.0, 9556.0, 9515.0, 9474.0, 9541.0, 9519.0, 9508.0, 9533.0, 9520.0, 9548.0, 9524.0, 9484.0, 9566.0, 9526.0, 9481.0, 9549.0, 9483.0, 9595.0, 9525.0, 9497.0, 9566.0, 9495.0, 9563.0, 9522.0, 9499.0, 9564.0, 9512.0, 9497.0, 9579.0, 9511.0, 9508.0, 9511.0, 9498.0, 9577.0, 9525.0, 9511.0, 9520.0, 9505.0, 9481.0, 9551.0, 9522.0, 9522.0, 9601.0, 9534.0, 9517.0, 9566.0, 9512.0, 9552.0, 9569.0, 9511.0, 9481.0, 9534.0, 9497.0, 9590.0, 9556.0, 9497.0, 9530.0, 9498.0, 9550.0, 9573.0, 9519.0, 9566.0, 9513.0, 9498.0, 9582.0, 9532.0, 9562.0, 9489.0, 9497.0, 9597.0, 9551.0, 9498.0, 9546.0, 9509.0, 9561.0, 9548.0, 9506.0, 9543.0, 9505.0, 9516.0, 9539.0, 9499.0, 9563.0, 9507.0, 9561.0, 9537.0, 9547.0, 9529.0, 9475.0, 9538.0, 9492.0, 9532.0, 9517.0, 9474.0, 9552.0, 9505.0, 9503.0, 9545.0, 9506.0, 9517.0, 9530.0, 9481.0, 9579.0, 9520.0, 9478.0, 9562.0, 9491.0, 9575.0, 9503.0, 9470.0, 9539.0, 9470.0, 9554.0, 9500.0, 9472.0, 9538.0, 9474.0, 9551.0, 9500.0, 9454.0, 9521.0, 9456.0, 9553.0, 9499.0, 9468.0, 9511.0, 9474.0, 9572.0, 9522.0, 9475.0, 9539.0, 9488.0, 9569.0, 9534.0, 9473.0, 9526.0, 9479.0, 9550.0, 9508.0, 9455.0, 9493.0, 9471.0, 9545.0, 9494.0, 9454.0, 9505.0, 9472.0, 9549.0, 9531.0, 9487.0, 9538.0, 9488.0, 9548.0, 9511.0, 9479.0, 9520.0, 9472.0, 9534.0, 9498.0, 9518.0, 9479.0, 9469.0, 9524.0, 9472.0, 9552.0, 9488.0, 9471.0, 9525.0, 9492.0, 9577.0, 9499.0, 9526.0, 9491.0, 9498.0, 9571.0, 9550.0, 9534.0, 9518.0, 9479.0, 9571.0, 9539.0, 9562.0, 9516.0, 9492.0, 9554.0, 9519.0, 9503.0, 9527.0, 9476.0, 9555.0, 9518.0, 9477.0, 9525.0, 9474.0, 9550.0, 9501.0, 9515.0, 9548.0, 9487.0, 9527.0, 9499.0, 9474.0, 9575.0, 9516.0, 9477.0, 9524.0, 9475.0, 9575.0, 9516.0, 9476.0, 9560.0, 9519.0, 9548.0, 9525.0, 9488.0, 9539.0, 9509.0, 9472.0, 9554.0, 9468.0, 9472.0, 9548.0, 9504.0, 9497.0, 9509.0, 9473.0, 9549.0, 9534.0, 9475.0, 9525.0, 9487.0, 9513.0, 9538.0, 9475.0, 9542.0, 9471.0, 9476.0, 9558.0, 9522.0, 9493.0, 9531.0, 9495.0, 9573.0, 9530.0, 9508.0, 9577.0, 9506.0, 9476.0, 9536.0, 9474.0, 9560.0, 9516.0, 9478.0, 9555.0, 9503.0, 9502.0, 9542.0, 9476.0, 9543.0, 9501.0, 9478.0, 9560.0, 9502.0, 9476.0, 9543.0, 9492.0, 9563.0, 9504.0, 9482.0, 9567.0, 9532.0, 9476.0, 9543.0, 9494.0, 9528.0, 9525.0, 9475.0, 9550.0, 9490.0, 9473.0, 9555.0, 9505.0, 9474.0, 9514.0, 9494.0, 9570.0, 9533.0, 9481.0, 9542.0, 9491.0, 9479.0, 9574.0, 9511.0, 9479.0, 9532.0, 9480.0, 9572.0, 9521.0, 9479.0, 9547.0, 9508.0, 9547.0, 9565.0, 9513.0, 9496.0, 9550.0, 9479.0, 9561.0, 9503.0, 9483.0, 9559.0, 9522.0, 9497.0, 9546.0, 9480.0, 9498.0, 9577.0, 9520.0, 9493.0, 9543.0, 9491.0, 9543.0, 9534.0, 9480.0, 9517.0, 9508.0, 9480.0, 9571.0, 9530.0, 9477.0, 9542.0, 9497.0, 9517.0, 9559.0, 9494.0, 9477.0, 9529.0, 9477.0, 9570.0, 9522.0, 9473.0, 9543.0, 9496.0, 9491.0, 9558.0, 9496.0, 9478.0, 9531.0, 9498.0, 9577.0, 9540.0, 9489.0, 9584.0, 9529.0, 9495.0, 9578.0, 9507.0, 9491.0, 9535.0, 9480.0, 9574.0, 9533.0, 9474.0, 9543.0, 9481.0, 9542.0, 9550.0, 9479.0, 9515.0, 9492.0, 9479.0, 9578.0, 9524.0, 9485.0, 9564.0, 9525.0, 9524.0, 9581.0, 9498.0, 9482.0, 9551.0, 9496.0, 9562.0, 9510.0, 9497.0, 9579.0, 9525.0, 9509.0, 9534.0, 9484.0, 9534.0, 9523.0, 9498.0, 9587.0, 9496.0, 9494.0, 9535.0, 9483.0, 9596.0, 9566.0, 9520.0, 9575.0, 9499.0, 9499.0, 9524.0, 9533.0, 9517.0, 9506.0, 9601.0, 9566.0, 9518.0, 9571.0, 9523.0, 9555.0, 9538.0, 9496.0, 9529.0, 9475.0, 9478.0, 9575.0, 9537.0, 9507.0, 9515.0, 9477.0, 9528.0, 9552.0, 9500.0, 9537.0, 9523.0, 9500.0, 9583.0, 9574.0, 9563.0, 9552.0, 9497.0, 9521.0, 9558.0, 9509.0, 9588.0, 9504.0, 9480.0, 9557.0, 9507.0, 9524.0, 9529.0, 9479.0, 9519.0, 9532.0, 9477.0, 9575.0, 9490.0, 9475.0, 9547.0, 9475.0, 9576.0, 9505.0, 9472.0, 9509.0, 9480.0, 9573.0, 9557.0, 9500.0, 9568.0, 9514.0, 9523.0, 9564.0, 9494.0, 9517.0, 9486.0, 9477.0, 9577.0, 9511.0, 9497.0, 9566.0, 9528.0, 9551.0, 9569.0, 9494.0, 9493.0, 9503.0, 9480.0, 9569.0, 9540.0, 9501.0, 9563.0, 9495.0, 9477.0, 9563.0, 9518.0, 9587.0, 9557.0, 9476.0, 9557.0, 9504.0, 9502.0, 9548.0, 9479.0, 9525.0, 9516.0, 9529.0, 9586.0, 9487.0, 9494.0, 9474.0, 9471.0, 9549.0, 9501.0, 9469.0, 9496.0, 9473.0, 9547.0, 9517.0, 9456.0, 9537.0, 9491.0, 9488.0, 9557.0, 9474.0, 9500.0, 9503.0, 9474.0, 9571.0, 9501.0, 9475.0, 9548.0, 9493.0, 9570.0, 9536.0, 9492.0, 9558.0, 9501.0, 9516.0, 9558.0, 9490.0, 9482.0, 9541.0, 9482.0, 9561.0, 9492.0, 9490.0, 9574.0, 9496.0, 9572.0, 9493.0, 9474.0, 9538.0, 9472.0, 9570.0, 9484.0, 9470.0, 9555.0, 9516.0, 9502.0, 9556.0, 9484.0, 9556.0, 9541.0, 9527.0, 9565.0, 9469.0, 9468.0, 9518.0, 9456.0, 9535.0, 9484.0, 9472.0, 9569.0, 9500.0, 9534.0, 9480.0, 9482.0, 9551.0, 9499.0, 9473.0, 9569.0, 9487.0, 9490.0, 9559.0, 9489.0, 9547.0, 9515.0, 9492.0, 9569.0, 9520.0, 9498.0, 9557.0, 9492.0, 9516.0, 9558.0, 9507.0, 9566.0, 9467.0, 9471.0, 9562.0, 9533.0, 9472.0, 9539.0, 9496.0, 9555.0, 9531.0, 9501.0, 9552.0, 9491.0, 9474.0, 9591.0, 9522.0, 9493.0, 9574.0, 9533.0, 9520.0, 9575.0, 9485.0, 9477.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.00047955579631635964</td></tr>
<tr><td colspan=3>aqi</td><td>0.02816669133261105</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.88640126959871</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2129420604013044</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9721421938394804</td></tr>
<tr><td colspan=3>efc</td><td>0.4705</td></tr>
<tr><td colspan=3>fber</td><td>7762.896</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11474762528098098</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.067172264355363</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497703366289557</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3357662170382665</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7480994799347482</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.409244401895657</td></tr>
<tr><td colspan=3>gcor</td><td>0.00478411</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007259392645210028</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03606020659208298</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.928247854823935</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>23.0421</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0843</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.0208</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300106.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>771.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.41</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.513</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.6659</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3506.3241</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3717.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.2172</td></tr>
<tr><td colspan=3>tsnr</td><td>37.90569991717348</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>