<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-04/func/sub-0018_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>f58878fcfcec4987cac56a2813d05ba9</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>10:35:47.155000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993297, -0.0702151, 0.0918257, 0.0638854, 0.995489, 0.0701456]</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.100349</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7237, 641, -66, -212, -22, 12]</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>232.903</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d02aa4f-ed4d-41a6-a7ba-4260e507b3ba||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6649417877197266, 0.17139987647533417, 0.26010915637016296, 96.83263397216797], [0.1883818656206131, 2.6708240509033203, 0.1722843497991562, -92.81416320800781], [0.24636156857013702, -0.18819540739059448, 2.6819138526916504, -64.05291748046875], [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': ['103547.155000', '103547.615000', '103548.075000', '103548.535000', '103548.995000', '103549.455000', '103549.915000', '103550.375000', '103550.835000', '103551.295000', '103551.755000', '103552.215000', '103552.675000', '103553.135000', '103553.595000', '103554.055000', '103554.515000', '103554.975000', '103555.435000', '103555.895000', '103556.355000', '103556.815000', '103557.275000', '103557.735000', '103558.195000', '103558.655000', '103559.115000', '103559.575000', '103600.035000', '103600.495000', '103600.955000', '103601.415000', '103601.875000', '103602.335000', '103602.795000', '103603.255000', '103603.715000', '103604.175000', '103604.635000', '103605.095000', '103605.555000', '103606.015000', '103606.475000', '103606.935000', '103607.395000', '103607.855000', '103608.315000', '103608.775000', '103609.235000', '103609.695000', '103610.155000', '103610.615000', '103611.075000', '103611.535000', '103611.995000', '103612.455000', '103612.915000', '103613.375000', '103613.835000', '103614.295000', '103614.755000', '103615.215000', '103615.675000', '103616.135000', '103616.595000', '103617.055000', '103617.515000', '103617.975000', '103618.435000', '103618.895000', '103619.355000', '103619.815000', '103620.275000', '103620.735000', '103621.195000', '103621.655000', '103622.115000', '103622.575000', '103623.035000', '103623.495000', '103623.955000', '103624.415000', '103624.875000', '103625.335000', '103625.795000', '103626.255000', '103626.715000', '103627.175000', '103627.635000', '103628.095000', '103628.555000', '103629.015000', '103629.475000', '103629.935000', '103630.395000', '103630.855000', '103631.315000', '103631.775000', '103632.235000', '103632.695000', '103633.155000', '103633.615000', '103634.075000', '103634.535000', '103634.995000', '103635.455000', '103635.915000', '103636.375000', '103636.835000', '103637.295000', '103637.755000', '103638.215000', '103638.675000', '103639.135000', '103639.595000', '103640.055000', '103640.515000', '103640.975000', '103641.435000', '103641.895000', '103642.355000', '103642.815000', '103643.275000', '103643.735000', '103644.195000', '103644.655000', '103645.115000', '103645.575000', '103646.035000', '103646.495000', '103646.955000', '103647.415000', '103647.875000', '103648.335000', '103648.795000', '103649.255000', '103649.715000', '103650.175000', '103650.635000', '103651.095000', '103651.555000', '103652.015000', '103652.475000', '103652.935000', '103653.395000', '103653.855000', '103654.315000', '103654.775000', '103655.235000', '103655.695000', '103656.155000', '103656.615000', '103657.075000', '103657.535000', '103657.995000', '103658.455000', '103658.915000', '103659.375000', '103659.835000', '103700.295000', '103700.755000', '103701.215000', '103701.675000', '103702.135000', '103702.595000', '103703.055000', '103703.515000', '103703.975000', '103704.435000', '103704.895000', '103705.355000', '103705.815000', '103706.275000', '103706.735000', '103707.195000', '103707.655000', '103708.115000', '103708.575000', '103709.035000', '103709.495000', '103709.955000', '103710.415000', '103710.875000', '103711.335000', '103711.795000', '103712.255000', '103712.715000', '103713.175000', '103713.635000', '103714.095000', '103714.555000', '103715.015000', '103715.475000', '103715.935000', '103716.395000', '103716.855000', '103717.315000', '103717.775000', '103718.235000', '103718.695000', '103719.155000', '103719.615000', '103720.075000', '103720.535000', '103720.995000', '103721.455000', '103721.915000', '103722.375000', '103722.835000', '103723.295000', '103723.755000', '103724.215000', '103724.675000', '103725.135000', '103725.595000', '103726.055000', '103726.515000', '103726.975000', '103727.435000', '103727.895000', '103728.355000', '103728.815000', '103729.275000', '103729.735000', '103730.195000', '103730.655000', '103731.115000', '103731.575000', '103732.035000', '103732.495000', '103732.955000', '103733.415000', '103733.875000', '103734.335000', '103734.795000', '103735.255000', '103735.715000', '103736.175000', '103736.635000', '103737.095000', '103737.555000', '103738.015000', '103738.475000', '103738.935000', '103739.395000', '103739.855000', '103740.315000', '103740.775000', '103741.235000', '103741.695000', '103742.155000', '103742.615000', '103743.075000', '103743.535000', '103743.995000', '103744.455000', '103744.915000', '103745.375000', '103745.835000', '103746.295000', '103746.755000', '103747.215000', '103747.675000', '103748.135000', '103748.595000', '103749.055000', '103749.515000', '103749.975000', '103750.435000', '103750.895000', '103751.355000', '103751.815000', '103752.275000', '103752.735000', '103753.195000', '103753.655000', '103754.115000', '103754.575000', '103755.035000', '103755.495000', '103755.955000', '103756.415000', '103756.875000', '103757.335000', '103757.795000', '103758.255000', '103758.715000', '103759.175000', '103759.635000', '103800.095000', '103800.555000', '103801.015000', '103801.475000', '103801.935000', '103802.395000', '103802.855000', '103803.315000', '103803.775000', '103804.235000', '103804.695000', '103805.155000', '103805.615000', '103806.075000', '103806.535000', '103806.995000', '103807.455000', '103807.915000', '103808.375000', '103808.835000', '103809.295000', '103809.755000', '103810.215000', '103810.675000', '103811.135000', '103811.595000', '103812.055000', '103812.515000', '103812.975000', '103813.435000', '103813.895000', '103814.355000', '103814.815000', '103815.275000', '103815.735000', '103816.195000', '103816.655000', '103817.115000', '103817.575000', '103818.035000', '103818.495000', '103818.955000', '103819.415000', '103819.875000', '103820.335000', '103820.795000', '103821.255000', '103821.715000', '103822.175000', '103822.635000', '103823.095000', '103823.555000', '103824.015000', '103824.475000', '103824.935000', '103825.395000', '103825.855000', '103826.315000', '103826.775000', '103827.235000', '103827.695000', '103828.155000', '103828.615000', '103829.075000', '103829.535000', '103829.995000', '103830.455000', '103830.915000', '103831.375000', '103831.835000', '103832.295000', '103832.755000', '103833.215000', '103833.675000', '103834.135000', '103834.595000', '103835.055000', '103835.515000', '103835.975000', '103836.435000', '103836.895000', '103837.355000', '103837.815000', '103838.275000', '103838.735000', '103839.195000', '103839.655000', '103840.115000', '103840.575000', '103841.035000', '103841.495000', '103841.955000', '103842.415000', '103842.875000', '103843.335000', '103843.795000', '103844.255000', '103844.715000', '103845.175000', '103845.635000', '103846.095000', '103846.555000', '103847.015000', '103847.475000', '103847.935000', '103848.395000', '103848.855000', '103849.315000', '103849.775000', '103850.235000', '103850.695000', '103851.155000', '103851.615000', '103852.075000', '103852.535000', '103852.995000', '103853.455000', '103853.915000', '103854.375000', '103854.835000', '103855.295000', '103855.755000', '103856.215000', '103856.675000', '103857.135000', '103857.595000', '103858.055000', '103858.515000', '103858.975000', '103859.435000', '103859.895000', '103900.355000', '103900.815000', '103901.275000', '103901.735000', '103902.195000', '103902.655000', '103903.115000', '103903.575000', '103904.035000', '103904.495000', '103904.955000', '103905.415000', '103905.875000', '103906.335000', '103906.795000', '103907.255000', '103907.715000', '103908.175000', '103908.635000', '103909.095000', '103909.555000', '103910.015000', '103910.475000', '103910.935000', '103911.395000', '103911.855000', '103912.315000', '103912.775000', '103913.235000', '103913.695000', '103914.155000', '103914.615000', '103915.075000', '103915.535000', '103915.995000', '103916.455000', '103916.915000', '103917.375000', '103917.835000', '103918.295000', '103918.755000', '103919.215000', '103919.675000', '103920.135000', '103920.595000', '103921.055000', '103921.515000', '103921.975000', '103922.435000', '103922.895000', '103923.355000', '103923.815000', '103924.275000', '103924.735000', '103925.195000', '103925.655000', '103926.115000', '103926.575000', '103927.035000', '103927.495000', '103927.955000', '103928.415000', '103928.875000', '103929.335000', '103929.795000', '103930.255000', '103930.715000', '103931.175000', '103931.635000', '103932.095000', '103932.555000', '103933.015000', '103933.475000', '103933.935000', '103934.395000', '103934.855000', '103935.315000', '103935.775000', '103936.235000', '103936.695000', '103937.155000', '103937.615000', '103938.075000', '103938.535000', '103938.995000', '103939.455000', '103939.915000', '103940.375000', '103940.835000', '103941.295000', '103941.755000', '103942.215000', '103942.675000', '103943.135000', '103943.595000', '103944.055000', '103944.515000', '103944.975000', '103945.435000', '103945.895000', '103946.355000', '103946.815000', '103947.275000', '103947.735000', '103948.195000', '103948.655000', '103949.115000', '103949.575000', '103950.035000', '103950.495000', '103950.955000', '103951.415000', '103951.875000', '103952.335000', '103952.795000', '103953.255000', '103953.715000', '103954.175000', '103954.635000', '103955.095000', '103955.555000', '103956.015000', '103956.475000', '103956.935000', '103957.395000', '103957.855000', '103958.315000', '103958.775000', '103959.235000', '103959.695000', '104000.155000', '104000.615000', '104001.075000', '104001.535000', '104001.995000', '104002.455000', '104002.915000', '104003.375000', '104003.835000', '104004.295000', '104004.755000', '104005.215000', '104005.675000', '104006.135000', '104006.595000', '104007.055000', '104007.515000', '104007.975000', '104008.435000', '104008.895000', '104009.355000', '104009.815000', '104010.275000', '104010.735000', '104011.195000', '104011.655000', '104012.115000', '104012.575000', '104013.035000', '104013.495000', '104013.955000', '104014.415000', '104014.875000', '104015.335000', '104015.795000', '104016.255000', '104016.715000', '104017.175000', '104017.635000', '104018.095000', '104018.555000', '104019.015000', '104019.475000', '104019.935000', '104020.395000', '104020.855000', '104021.315000', '104021.775000', '104022.235000', '104022.695000', '104023.155000', '104023.615000', '104024.075000', '104024.535000', '104024.995000', '104025.455000', '104025.915000', '104026.375000', '104026.835000', '104027.295000', '104027.755000', '104028.215000', '104028.675000', '104029.135000', '104029.595000', '104030.055000', '104030.515000', '104030.975000', '104031.435000', '104031.895000', '104032.355000', '104032.815000', '104033.275000', '104033.735000', '104034.195000', '104034.655000', '104035.115000', '104035.575000', '104036.035000', '104036.495000', '104036.955000', '104037.415000', '104037.875000', '104038.335000', '104038.795000', '104039.255000', '104039.715000', '104040.175000', '104040.635000', '104041.095000', '104041.555000', '104042.015000', '104042.475000', '104042.935000', '104043.395000', '104043.855000', '104044.315000', '104044.775000', '104045.235000', '104045.695000', '104046.155000', '104046.615000', '104047.075000', '104047.535000', '104047.995000', '104048.455000', '104048.915000', '104049.375000', '104049.835000', '104050.295000', '104050.755000', '104051.215000', '104051.675000', '104052.135000', '104052.595000', '104053.055000', '104053.515000', '104053.975000', '104054.435000', '104054.895000', '104055.355000', '104055.815000', '104056.275000', '104056.735000', '104057.195000', '104057.655000', '104058.115000', '104058.575000', '104059.035000', '104059.495000', '104059.955000', '104100.415000', '104100.875000', '104101.335000', '104101.795000', '104102.255000', '104102.715000', '104103.175000', '104103.635000', '104104.095000', '104104.555000', '104105.015000', '104105.475000', '104105.935000', '104106.395000', '104106.855000', '104107.315000', '104107.775000', '104108.235000', '104108.695000', '104109.155000', '104109.615000', '104110.075000', '104110.535000', '104110.995000', '104111.455000', '104111.915000', '104112.375000', '104112.835000', '104113.295000', '104113.755000', '104114.215000', '104114.675000', '104115.135000', '104115.595000', '104116.055000', '104116.515000', '104116.975000', '104117.435000', '104117.895000', '104118.355000', '104118.815000', '104119.275000', '104119.735000', '104120.195000', '104120.655000', '104121.115000', '104121.575000', '104122.035000', '104122.495000', '104122.955000', '104123.415000', '104123.875000', '104124.335000', '104124.795000', '104125.255000', '104125.715000', '104126.175000', '104126.635000', '104127.095000', '104127.555000', '104128.015000', '104128.475000', '104128.935000', '104129.395000', '104129.855000', '104130.315000', '104130.775000', '104131.235000', '104131.695000', '104132.155000', '104132.615000', '104133.075000', '104133.535000', '104133.995000', '104134.455000', '104134.915000', '104135.375000', '104135.835000', '104136.295000', '104136.755000', '104137.215000', '104137.675000', '104138.135000', '104138.595000', '104139.055000', '104139.515000', '104139.975000', '104140.435000', '104140.895000', '104141.355000', '104141.815000', '104142.275000', '104142.735000', '104143.195000', '104143.655000', '104144.115000', '104144.575000', '104145.035000', '104145.495000', '104145.955000', '104146.415000', '104146.875000', '104147.335000', '104147.795000', '104148.255000', '104148.715000', '104149.175000', '104149.635000', '104150.095000', '104150.555000', '104151.015000', '104151.475000', '104151.935000', '104152.395000', '104152.855000', '104153.315000', '104153.775000', '104154.235000', '104154.695000', '104155.155000', '104155.615000', '104156.075000', '104156.535000', '104156.995000', '104157.455000', '104157.915000', '104158.375000', '104158.835000', '104159.295000', '104159.755000', '104200.215000', '104200.675000', '104201.135000', '104201.595000', '104202.055000', '104202.515000', '104202.975000', '104203.435000', '104203.895000', '104204.355000', '104204.815000', '104205.275000', '104205.735000', '104206.195000', '104206.655000', '104207.115000', '104207.575000', '104208.035000', '104208.495000', '104208.955000', '104209.415000', '104209.875000', '104210.335000', '104210.795000', '104211.255000', '104211.715000', '104212.175000', '104212.635000', '104213.095000', '104213.555000', '104214.015000', '104214.475000', '104214.935000', '104215.395000', '104215.855000', '104216.315000', '104216.775000', '104217.235000', '104217.695000', '104218.155000', '104218.615000', '104219.075000', '104219.535000', '104219.995000', '104220.455000', '104220.915000', '104221.375000', '104221.835000', '104222.295000', '104222.755000', '104223.215000', '104223.675000', '104224.135000', '104224.595000', '104225.055000', '104225.515000', '104225.975000', '104226.435000', '104226.895000', '104227.355000', '104227.815000', '104228.275000', '104228.735000', '104229.195000', '104229.655000', '104230.115000', '104230.575000', '104231.035000', '104231.495000', '104231.955000', '104232.415000', '104232.875000', '104233.335000', '104233.795000', '104234.255000', '104234.715000', '104235.175000', '104235.635000', '104236.095000', '104236.555000', '104237.015000', '104237.475000', '104237.935000', '104238.395000', '104238.855000', '104239.315000', '104239.775000', '104240.235000', '104240.695000', '104241.155000', '104241.615000', '104242.075000', '104242.535000', '104242.995000', '104243.455000', '104243.915000', '104244.375000', '104244.835000', '104245.295000', '104245.755000', '104246.215000', '104246.675000', '104247.135000', '104247.595000', '104248.055000', '104248.515000', '104248.975000', '104249.435000', '104249.895000', '104250.355000', '104250.815000', '104251.275000', '104251.735000', '104252.195000', '104252.655000'], 'ContentTime': ['103558.014000', '103558.017000', '103558.020000', '103558.023000', '103558.026000', '103558.029000', '103558.032000', '103558.035000', '103558.038000', '103558.041000', '103558.044000', '103558.054000', '103558.057000', '103558.078000', '103558.081000', '103558.084000', '103558.087000', '103558.090000', '103558.092000', '103558.095000', '103558.103000', '103558.106000', '103558.109000', '103617.979000', '103617.982000', '103617.985000', '103617.987000', '103617.990000', '103617.993000', '103617.996000', '103618.000000', '103618.002000', '103618.005000', '103618.008000', '103618.011000', '103618.014000', '103618.016000', '103618.019000', '103618.022000', '103618.031000', '103618.033000', '103618.036000', '103618.039000', '103618.042000', '103618.045000', '103618.047000', '103618.050000', '103618.053000', '103618.056000', '103618.059000', '103618.061000', '103618.064000', '103618.067000', '103618.070000', '103618.073000', '103618.076000', '103618.079000', '103618.081000', '103618.084000', '103618.087000', '103618.090000', '103618.093000', '103618.096000', '103618.098000', '103618.101000', '103618.104000', '103637.979000', '103637.982000', '103637.984000', '103637.987000', '103637.990000', '103637.993000', '103637.996000', '103637.998000', '103638.002000', '103638.005000', '103638.008000', '103638.011000', '103638.014000', '103638.016000', '103638.019000', '103638.022000', '103638.025000', '103638.028000', '103638.031000', '103638.033000', '103638.036000', '103638.039000', '103638.042000', '103638.044000', '103638.047000', '103638.050000', '103638.053000', '103638.055000', '103638.058000', '103638.061000', '103638.064000', '103638.066000', '103638.069000', '103638.072000', '103638.075000', '103638.078000', '103638.081000', '103638.083000', '103638.086000', '103638.089000', '103638.092000', '103638.095000', '103638.097000', '103638.105000', '103657.978000', '103657.984000', '103657.987000', '103657.991000', '103657.994000', '103657.997000', '103657.999000', '103658.002000', '103658.005000', '103658.008000', '103658.011000', '103658.013000', '103658.016000', '103658.019000', '103658.022000', '103658.025000', '103658.027000', '103658.030000', '103658.033000', '103658.036000', '103658.039000', '103658.041000', '103658.044000', '103658.047000', '103658.050000', '103658.053000', '103658.055000', '103658.058000', '103658.061000', '103658.064000', '103658.067000', '103658.070000', '103658.072000', '103658.075000', '103658.078000', '103658.081000', '103658.084000', '103658.086000', '103658.089000', '103658.092000', '103658.095000', '103658.098000', '103658.100000', '103717.979000', '103717.982000', '103717.985000', '103717.988000', '103717.991000', '103717.994000', '103717.997000', '103718.001000', '103718.003000', '103718.006000', '103718.009000', '103718.012000', '103718.015000', '103718.017000', '103718.020000', '103718.023000', '103718.026000', '103718.029000', '103718.031000', '103718.034000', '103718.037000', '103718.040000', '103718.042000', '103718.045000', '103718.048000', '103718.051000', '103718.054000', '103718.056000', '103718.059000', '103718.062000', '103718.065000', '103718.068000', '103718.071000', '103718.073000', '103718.076000', '103718.079000', '103718.082000', '103718.085000', '103718.087000', '103718.090000', '103718.093000', '103718.096000', '103718.099000', '103737.979000', '103737.982000', '103737.985000', '103737.988000', '103737.990000', '103737.993000', '103737.996000', '103738.000000', '103738.003000', '103738.005000', '103738.008000', '103738.011000', '103738.014000', '103738.017000', '103738.019000', '103738.022000', '103738.025000', '103738.028000', '103738.031000', '103738.033000', '103738.036000', '103738.039000', '103738.042000', '103738.044000', '103738.047000', '103738.050000', '103738.053000', '103738.056000', '103738.059000', '103738.061000', '103738.079000', '103738.082000', '103738.085000', '103738.088000', '103738.091000', '103738.093000', '103738.096000', '103738.099000', '103738.102000', '103738.105000', '103738.107000', '103738.110000', '103738.113000', '103738.116000', '103757.979000', '103757.982000', '103757.985000', '103757.987000', '103757.990000', '103757.993000', '103757.996000', '103758.000000', '103758.002000', '103758.005000', '103758.008000', '103758.011000', '103758.014000', '103758.017000', '103758.020000', '103758.023000', '103758.026000', '103758.028000', '103758.031000', '103758.034000', '103758.037000', '103758.040000', '103758.042000', '103758.045000', '103758.048000', '103758.051000', '103758.054000', '103758.056000', '103758.059000', '103758.062000', '103758.065000', '103758.068000', '103758.070000', '103758.073000', '103758.076000', '103758.079000', '103758.082000', '103758.084000', '103758.087000', '103758.090000', '103758.093000', '103758.096000', '103758.098000', '103817.979000', '103817.982000', '103817.985000', '103817.988000', '103817.990000', '103817.993000', '103817.996000', '103818.000000', '103818.003000', '103818.005000', '103818.008000', '103818.011000', '103818.014000', '103818.017000', '103818.020000', '103818.022000', '103818.025000', '103818.028000', '103818.031000', '103818.034000', '103818.036000', '103818.039000', '103818.042000', '103818.045000', '103818.048000', '103818.050000', '103818.053000', '103818.056000', '103818.059000', '103818.062000', '103818.065000', '103818.068000', '103818.070000', '103818.073000', '103818.076000', '103818.079000', '103818.082000', '103818.084000', '103818.087000', '103818.090000', '103818.093000', '103818.095000', '103818.098000', '103818.101000', '103837.979000', '103837.982000', '103837.985000', '103837.988000', '103837.990000', '103837.993000', '103837.996000', '103838.000000', '103838.003000', '103838.005000', '103838.008000', '103838.011000', '103838.014000', '103838.017000', '103838.020000', '103838.023000', '103838.025000', '103838.028000', '103838.031000', '103838.034000', '103838.037000', '103838.040000', '103838.043000', '103838.046000', '103838.048000', '103838.051000', '103838.054000', '103838.057000', '103838.060000', '103838.063000', '103838.065000', '103838.068000', '103838.071000', '103838.074000', '103838.077000', '103838.079000', '103838.082000', '103838.085000', '103838.088000', '103838.091000', '103838.093000', '103838.096000', '103838.099000', '103857.979000', '103857.982000', '103857.985000', '103857.987000', '103857.990000', '103857.993000', '103857.996000', '103858.000000', '103858.002000', '103858.005000', '103858.008000', '103858.011000', '103858.014000', '103858.017000', '103858.019000', '103858.022000', '103858.025000', '103858.028000', '103858.031000', '103858.033000', '103858.036000', '103858.039000', '103858.042000', '103858.045000', '103858.047000', '103858.050000', '103858.053000', '103858.056000', '103858.059000', '103858.062000', '103858.064000', '103858.067000', '103858.070000', '103858.073000', '103858.076000', '103858.078000', '103858.081000', '103858.084000', '103858.087000', '103858.090000', '103858.093000', '103858.095000', '103858.098000', '103858.101000', '103917.979000', '103917.982000', '103917.985000', '103917.987000', '103917.990000', '103917.993000', '103917.996000', '103917.999000', '103918.001000', '103918.004000', '103918.023000', '103918.026000', '103918.028000', '103918.031000', '103918.034000', '103918.037000', '103918.039000', '103918.042000', '103918.045000', '103918.048000', '103918.051000', '103918.054000', '103918.057000', '103918.060000', '103918.064000', '103918.067000', '103918.070000', '103918.073000', '103918.076000', '103918.079000', '103918.081000', '103918.084000', '103918.087000', '103918.090000', '103918.093000', '103918.095000', '103918.098000', '103918.101000', '103918.104000', '103918.107000', '103918.110000', '103918.112000', '103918.115000', '103937.979000', '103937.982000', '103937.985000', '103937.987000', '103937.990000', '103937.993000', '103937.996000', '103938.000000', '103938.003000', '103938.006000', '103938.008000', '103938.011000', '103938.014000', '103938.017000', '103938.020000', '103938.022000', '103938.025000', '103938.028000', '103938.031000', '103938.034000', '103938.036000', '103938.039000', '103938.042000', '103938.045000', '103938.048000', '103938.050000', '103938.053000', '103938.056000', '103938.059000', '103938.062000', '103938.065000', '103938.067000', '103938.070000', '103938.073000', '103938.076000', '103938.079000', '103938.081000', '103938.084000', '103938.087000', '103938.090000', '103938.093000', '103938.095000', '103938.098000', '103938.101000', '103957.979000', '103957.982000', '103957.985000', '103957.987000', '103957.990000', '103957.993000', '103957.996000', '103958.000000', '103958.003000', '103958.007000', '103958.010000', '103958.012000', '103958.015000', '103958.018000', '103958.021000', '103958.024000', '103958.026000', '103958.029000', '103958.032000', '103958.035000', '103958.038000', '103958.040000', '103958.043000', '103958.046000', '103958.049000', '103958.052000', '103958.054000', '103958.057000', '103958.060000', '103958.069000', '103958.072000', '103958.075000', '103958.078000', '103958.080000', '103958.083000', '103958.086000', '103958.092000', '103958.095000', '103958.098000', '103958.101000', '103958.104000', '103958.107000', '103958.110000', '104017.979000', '104017.982000', '104017.985000', '104017.988000', '104017.990000', '104017.993000', '104017.996000', '104018.000000', '104018.003000', '104018.006000', '104018.008000', '104018.011000', '104018.014000', '104018.017000', '104018.020000', '104018.022000', '104018.025000', '104018.028000', '104018.031000', '104018.034000', '104018.037000', '104018.039000', '104018.042000', '104018.045000', '104018.048000', '104018.051000', '104018.053000', '104018.056000', '104018.059000', '104018.062000', '104018.065000', '104018.067000', '104018.070000', '104018.073000', '104018.076000', '104018.079000', '104018.081000', '104018.084000', '104018.087000', '104018.090000', '104018.093000', '104018.096000', '104018.098000', '104018.101000', '104037.979000', '104037.982000', '104037.985000', '104037.987000', '104037.990000', '104037.993000', '104037.996000', '104038.000000', '104038.003000', '104038.005000', '104038.008000', '104038.011000', '104038.014000', '104038.017000', '104038.019000', '104038.022000', '104038.025000', '104038.028000', '104038.031000', '104038.033000', '104038.036000', '104038.039000', '104038.042000', '104038.045000', '104038.048000', '104038.050000', '104038.053000', '104038.056000', '104038.059000', '104038.062000', '104038.064000', '104038.067000', '104038.070000', '104038.073000', '104038.076000', '104038.093000', '104038.096000', '104038.099000', '104038.102000', '104038.104000', '104038.107000', '104038.110000', '104038.113000', '104057.979000', '104057.982000', '104057.985000', '104057.988000', '104057.990000', '104057.993000', '104057.996000', '104057.999000', '104058.002000', '104058.004000', '104058.007000', '104058.010000', '104058.013000', '104058.016000', '104058.019000', '104058.021000', '104058.024000', '104058.027000', '104058.030000', '104058.033000', '104058.035000', '104058.038000', '104058.041000', '104058.044000', '104058.047000', '104058.050000', '104058.053000', '104058.055000', '104058.058000', '104058.061000', '104058.064000', '104058.067000', '104058.069000', '104058.072000', '104058.075000', '104058.078000', '104058.081000', '104058.083000', '104058.086000', '104058.089000', '104058.092000', '104058.095000', '104058.097000', '104058.100000', '104117.979000', '104117.982000', '104117.985000', '104117.988000', '104117.990000', '104117.993000', '104117.998000', '104118.002000', '104118.005000', '104118.008000', '104118.011000', '104118.014000', '104118.016000', '104118.019000', '104118.022000', '104118.025000', '104118.028000', '104118.031000', '104118.033000', '104118.036000', '104118.039000', '104118.043000', '104118.046000', '104118.049000', '104118.052000', '104118.055000', '104118.057000', '104118.060000', '104118.063000', '104118.066000', '104118.069000', '104118.071000', '104118.074000', '104118.077000', '104118.080000', '104118.083000', '104118.086000', '104118.088000', '104118.091000', '104118.094000', '104118.097000', '104118.100000', '104118.103000', '104137.979000', '104137.982000', '104137.985000', '104137.987000', '104137.990000', '104137.993000', '104137.996000', '104137.999000', '104138.002000', '104138.004000', '104138.007000', '104138.010000', '104138.013000', '104138.016000', '104138.019000', '104138.022000', '104138.024000', '104138.027000', '104138.030000', '104138.033000', '104138.036000', '104138.039000', '104138.041000', '104138.044000', '104138.047000', '104138.050000', '104138.053000', '104138.056000', '104138.058000', '104138.061000', '104138.064000', '104138.067000', '104138.070000', '104138.073000', '104138.075000', '104138.078000', '104138.081000', '104138.084000', '104138.087000', '104138.089000', '104138.092000', '104138.095000', '104138.098000', '104138.101000', '104157.979000', '104157.982000', '104157.985000', '104157.988000', '104157.990000', '104157.993000', '104157.996000', '104158.000000', '104158.003000', '104158.005000', '104158.008000', '104158.011000', '104158.014000', '104158.017000', '104158.019000', '104158.022000', '104158.025000', '104158.028000', '104158.031000', '104158.034000', '104158.037000', '104158.039000', '104158.042000', '104158.045000', '104158.048000', '104158.051000', '104158.053000', '104158.056000', '104158.059000', '104158.062000', '104158.065000', '104158.067000', '104158.070000', '104158.073000', '104158.076000', '104158.079000', '104158.082000', '104158.084000', '104158.087000', '104158.090000', '104158.093000', '104158.096000', '104158.098000', '104217.979000', '104217.982000', '104217.985000', '104218.004000', '104218.007000', '104218.009000', '104218.012000', '104218.015000', '104218.018000', '104218.021000', '104218.023000', '104218.026000', '104218.029000', '104218.032000', '104218.035000', '104218.037000', '104218.040000', '104218.043000', '104218.046000', '104218.049000', '104218.051000', '104218.054000', '104218.057000', '104218.060000', '104218.063000', '104218.066000', '104218.068000', '104218.071000', '104218.074000', '104218.077000', '104218.079000', '104218.082000', '104218.085000', '104218.088000', '104218.091000', '104218.094000', '104218.097000', '104218.099000', '104218.102000', '104218.105000', '104218.108000', '104218.111000', '104218.113000', '104218.116000', '104237.979000', '104237.982000', '104237.985000', '104237.988000', '104237.990000', '104237.993000', '104237.996000', '104238.000000', '104238.003000', '104238.005000', '104238.008000', '104238.011000', '104238.014000', '104238.017000', '104238.019000', '104238.022000', '104238.025000', '104238.028000', '104238.031000', '104238.034000', '104238.036000', '104238.039000', '104238.042000', '104238.045000', '104238.048000', '104238.050000', '104238.053000', '104238.056000', '104238.059000', '104238.062000', '104238.065000', '104238.067000', '104238.070000', '104238.073000', '104238.076000', '104238.080000', '104238.083000', '104238.086000', '104238.089000', '104238.092000', '104238.095000', '104238.098000', '104238.101000', '104253.401000', '104253.404000', '104253.407000', '104253.410000', '104253.413000', '104253.416000', '104253.419000', '104253.422000', '104253.424000', '104253.427000', '104253.430000', '104253.433000', '104253.436000', '104253.439000', '104253.441000', '104253.444000', '104253.447000', '104253.450000', '104253.453000', '104253.456000', '104253.458000', '104253.461000', '104253.464000', '104253.467000', '104253.470000', '104253.473000', '104253.475000', '104253.478000', '104253.481000', '104253.484000', '104253.487000', '104253.490000', '104253.492000', '104253.495000'], 'InstanceCreationTime': ['103558.014000', '103558.017000', '103558.020000', '103558.023000', '103558.026000', '103558.029000', '103558.032000', '103558.035000', '103558.038000', '103558.041000', '103558.044000', '103558.054000', '103558.057000', '103558.078000', '103558.081000', '103558.084000', '103558.087000', '103558.090000', '103558.092000', '103558.095000', '103558.103000', '103558.106000', '103558.109000', '103617.979000', '103617.982000', '103617.985000', '103617.987000', '103617.990000', '103617.993000', '103617.996000', '103618.000000', '103618.002000', '103618.005000', '103618.008000', '103618.011000', '103618.014000', '103618.016000', '103618.019000', '103618.022000', '103618.031000', '103618.033000', '103618.036000', '103618.039000', '103618.042000', '103618.045000', '103618.047000', '103618.050000', '103618.053000', '103618.056000', '103618.059000', '103618.061000', '103618.064000', '103618.067000', '103618.070000', '103618.073000', '103618.076000', '103618.079000', '103618.081000', '103618.084000', '103618.087000', '103618.090000', '103618.093000', '103618.096000', '103618.098000', '103618.101000', '103618.104000', '103637.979000', '103637.982000', '103637.984000', '103637.987000', '103637.990000', '103637.993000', '103637.996000', '103637.998000', '103638.002000', '103638.005000', '103638.008000', '103638.011000', '103638.014000', '103638.016000', '103638.019000', '103638.022000', '103638.025000', '103638.028000', '103638.031000', '103638.033000', '103638.036000', '103638.039000', '103638.042000', '103638.044000', '103638.047000', '103638.050000', '103638.053000', '103638.055000', '103638.058000', '103638.061000', '103638.064000', '103638.066000', '103638.069000', '103638.072000', '103638.075000', '103638.078000', '103638.081000', '103638.083000', '103638.086000', '103638.089000', '103638.092000', '103638.095000', '103638.097000', '103638.105000', '103657.978000', '103657.984000', '103657.987000', '103657.991000', '103657.994000', '103657.997000', '103657.999000', '103658.002000', '103658.005000', '103658.008000', '103658.011000', '103658.013000', '103658.016000', '103658.019000', '103658.022000', '103658.025000', '103658.027000', '103658.030000', '103658.033000', '103658.036000', '103658.039000', '103658.041000', '103658.044000', '103658.047000', '103658.050000', '103658.053000', '103658.055000', '103658.058000', '103658.061000', '103658.064000', '103658.067000', '103658.070000', '103658.072000', '103658.075000', '103658.078000', '103658.081000', '103658.084000', '103658.086000', '103658.089000', '103658.092000', '103658.095000', '103658.098000', '103658.100000', '103717.979000', '103717.982000', '103717.985000', '103717.988000', '103717.991000', '103717.994000', '103717.997000', '103718.001000', '103718.003000', '103718.006000', '103718.009000', '103718.012000', '103718.015000', '103718.017000', '103718.020000', '103718.023000', '103718.026000', '103718.029000', '103718.031000', '103718.034000', '103718.037000', '103718.040000', '103718.042000', '103718.045000', '103718.048000', '103718.051000', '103718.054000', '103718.056000', '103718.059000', '103718.062000', '103718.065000', '103718.068000', '103718.071000', '103718.073000', '103718.076000', '103718.079000', '103718.082000', '103718.085000', '103718.087000', '103718.090000', '103718.093000', '103718.096000', '103718.099000', '103737.979000', '103737.982000', '103737.985000', '103737.988000', '103737.990000', '103737.993000', '103737.996000', '103738.000000', '103738.003000', '103738.005000', '103738.008000', '103738.011000', '103738.014000', '103738.017000', '103738.019000', '103738.022000', '103738.025000', '103738.028000', '103738.031000', '103738.033000', '103738.036000', '103738.039000', '103738.042000', '103738.044000', '103738.047000', '103738.050000', '103738.053000', '103738.056000', '103738.059000', '103738.061000', '103738.079000', '103738.082000', '103738.085000', '103738.088000', '103738.091000', '103738.093000', '103738.096000', '103738.099000', '103738.102000', '103738.105000', '103738.107000', '103738.110000', '103738.113000', '103738.116000', '103757.979000', '103757.982000', '103757.985000', '103757.987000', '103757.990000', '103757.993000', '103757.996000', '103758.000000', '103758.002000', '103758.005000', '103758.008000', '103758.011000', '103758.014000', '103758.017000', '103758.020000', '103758.023000', '103758.026000', '103758.028000', '103758.031000', '103758.034000', '103758.037000', '103758.040000', '103758.042000', '103758.045000', '103758.048000', '103758.051000', '103758.054000', '103758.056000', '103758.059000', '103758.062000', '103758.065000', '103758.068000', '103758.070000', '103758.073000', '103758.076000', '103758.079000', '103758.082000', '103758.084000', '103758.087000', '103758.090000', '103758.093000', '103758.096000', '103758.098000', '103817.979000', '103817.982000', '103817.985000', '103817.988000', '103817.990000', '103817.993000', '103817.996000', '103818.000000', '103818.003000', '103818.005000', '103818.008000', '103818.011000', '103818.014000', '103818.017000', '103818.020000', '103818.022000', '103818.025000', '103818.028000', '103818.031000', '103818.034000', '103818.036000', '103818.039000', '103818.042000', '103818.045000', '103818.048000', '103818.050000', '103818.053000', '103818.056000', '103818.059000', '103818.062000', '103818.065000', '103818.068000', '103818.070000', '103818.073000', '103818.076000', '103818.079000', '103818.082000', '103818.084000', '103818.087000', '103818.090000', '103818.093000', '103818.095000', '103818.098000', '103818.101000', '103837.979000', '103837.982000', '103837.985000', '103837.988000', '103837.990000', '103837.993000', '103837.996000', '103838.000000', '103838.003000', '103838.005000', '103838.008000', '103838.011000', '103838.014000', '103838.017000', '103838.020000', '103838.023000', '103838.025000', '103838.028000', '103838.031000', '103838.034000', '103838.037000', '103838.040000', '103838.043000', '103838.046000', '103838.048000', '103838.051000', '103838.054000', '103838.057000', '103838.060000', '103838.063000', '103838.065000', '103838.068000', '103838.071000', '103838.074000', '103838.077000', '103838.079000', '103838.082000', '103838.085000', '103838.088000', '103838.091000', '103838.093000', '103838.096000', '103838.099000', '103857.979000', '103857.982000', '103857.985000', '103857.987000', '103857.990000', '103857.993000', '103857.996000', '103858.000000', '103858.002000', '103858.005000', '103858.008000', '103858.011000', '103858.014000', '103858.017000', '103858.019000', '103858.022000', '103858.025000', '103858.028000', '103858.031000', '103858.033000', '103858.036000', '103858.039000', '103858.042000', '103858.045000', '103858.047000', '103858.050000', '103858.053000', '103858.056000', '103858.059000', '103858.062000', '103858.064000', '103858.067000', '103858.070000', '103858.073000', '103858.076000', '103858.078000', '103858.081000', '103858.084000', '103858.087000', '103858.090000', '103858.093000', '103858.095000', '103858.098000', '103858.101000', '103917.979000', '103917.982000', '103917.985000', '103917.987000', '103917.990000', '103917.993000', '103917.996000', '103917.999000', '103918.001000', '103918.004000', '103918.023000', '103918.026000', '103918.028000', '103918.031000', '103918.034000', '103918.037000', '103918.039000', '103918.042000', '103918.045000', '103918.048000', '103918.051000', '103918.054000', '103918.057000', '103918.060000', '103918.064000', '103918.067000', '103918.070000', '103918.073000', '103918.076000', '103918.079000', '103918.081000', '103918.084000', '103918.087000', '103918.090000', '103918.093000', '103918.095000', '103918.098000', '103918.101000', '103918.104000', '103918.107000', '103918.110000', '103918.112000', '103918.115000', '103937.979000', '103937.982000', '103937.985000', '103937.987000', '103937.990000', '103937.993000', '103937.996000', '103938.000000', '103938.003000', '103938.006000', '103938.008000', '103938.011000', '103938.014000', '103938.017000', '103938.020000', '103938.022000', '103938.025000', '103938.028000', '103938.031000', '103938.034000', '103938.036000', '103938.039000', '103938.042000', '103938.045000', '103938.048000', '103938.050000', '103938.053000', '103938.056000', '103938.059000', '103938.062000', '103938.065000', '103938.067000', '103938.070000', '103938.073000', '103938.076000', '103938.079000', '103938.081000', '103938.084000', '103938.087000', '103938.090000', '103938.093000', '103938.095000', '103938.098000', '103938.101000', '103957.979000', '103957.982000', '103957.985000', '103957.987000', '103957.990000', '103957.993000', '103957.996000', '103958.000000', '103958.003000', '103958.007000', '103958.010000', '103958.012000', '103958.015000', '103958.018000', '103958.021000', '103958.024000', '103958.026000', '103958.029000', '103958.032000', '103958.035000', '103958.038000', '103958.040000', '103958.043000', '103958.046000', '103958.049000', '103958.052000', '103958.054000', '103958.057000', '103958.060000', '103958.069000', '103958.072000', '103958.075000', '103958.078000', '103958.080000', '103958.083000', '103958.086000', '103958.092000', '103958.095000', '103958.098000', '103958.101000', '103958.104000', '103958.107000', '103958.110000', '104017.979000', '104017.982000', '104017.985000', '104017.988000', '104017.990000', '104017.993000', '104017.996000', '104018.000000', '104018.003000', '104018.006000', '104018.008000', '104018.011000', '104018.014000', '104018.017000', '104018.020000', '104018.022000', '104018.025000', '104018.028000', '104018.031000', '104018.034000', '104018.037000', '104018.039000', '104018.042000', '104018.045000', '104018.048000', '104018.051000', '104018.053000', '104018.056000', '104018.059000', '104018.062000', '104018.065000', '104018.067000', '104018.070000', '104018.073000', '104018.076000', '104018.079000', '104018.081000', '104018.084000', '104018.087000', '104018.090000', '104018.093000', '104018.096000', '104018.098000', '104018.101000', '104037.979000', '104037.982000', '104037.985000', '104037.987000', '104037.990000', '104037.993000', '104037.996000', '104038.000000', '104038.003000', '104038.005000', '104038.008000', '104038.011000', '104038.014000', '104038.017000', '104038.019000', '104038.022000', '104038.025000', '104038.028000', '104038.031000', '104038.033000', '104038.036000', '104038.039000', '104038.042000', '104038.045000', '104038.048000', '104038.050000', '104038.053000', '104038.056000', '104038.059000', '104038.062000', '104038.064000', '104038.067000', '104038.070000', '104038.073000', '104038.076000', '104038.093000', '104038.096000', '104038.099000', '104038.102000', '104038.104000', '104038.107000', '104038.110000', '104038.113000', '104057.979000', '104057.982000', '104057.985000', '104057.988000', '104057.990000', '104057.993000', '104057.996000', '104057.999000', '104058.002000', '104058.004000', '104058.007000', '104058.010000', '104058.013000', '104058.016000', '104058.019000', '104058.021000', '104058.024000', '104058.027000', '104058.030000', '104058.033000', '104058.035000', '104058.038000', '104058.041000', '104058.044000', '104058.047000', '104058.050000', '104058.053000', '104058.055000', '104058.058000', '104058.061000', '104058.064000', '104058.067000', '104058.069000', '104058.072000', '104058.075000', '104058.078000', '104058.081000', '104058.083000', '104058.086000', '104058.089000', '104058.092000', '104058.095000', '104058.097000', '104058.100000', '104117.979000', '104117.982000', '104117.985000', '104117.988000', '104117.990000', '104117.993000', '104117.998000', '104118.002000', '104118.005000', '104118.008000', '104118.011000', '104118.014000', '104118.016000', '104118.019000', '104118.022000', '104118.025000', '104118.028000', '104118.031000', '104118.033000', '104118.036000', '104118.039000', '104118.043000', '104118.046000', '104118.049000', '104118.052000', '104118.055000', '104118.057000', '104118.060000', '104118.063000', '104118.066000', '104118.069000', '104118.071000', '104118.074000', '104118.077000', '104118.080000', '104118.083000', '104118.086000', '104118.088000', '104118.091000', '104118.094000', '104118.097000', '104118.100000', '104118.103000', '104137.979000', '104137.982000', '104137.985000', '104137.987000', '104137.990000', '104137.993000', '104137.996000', '104137.999000', '104138.002000', '104138.004000', '104138.007000', '104138.010000', '104138.013000', '104138.016000', '104138.019000', '104138.022000', '104138.024000', '104138.027000', '104138.030000', '104138.033000', '104138.036000', '104138.039000', '104138.041000', '104138.044000', '104138.047000', '104138.050000', '104138.053000', '104138.056000', '104138.058000', '104138.061000', '104138.064000', '104138.067000', '104138.070000', '104138.073000', '104138.075000', '104138.078000', '104138.081000', '104138.084000', '104138.087000', '104138.089000', '104138.092000', '104138.095000', '104138.098000', '104138.101000', '104157.979000', '104157.982000', '104157.985000', '104157.988000', '104157.990000', '104157.993000', '104157.996000', '104158.000000', '104158.003000', '104158.005000', '104158.008000', '104158.011000', '104158.014000', '104158.017000', '104158.019000', '104158.022000', '104158.025000', '104158.028000', '104158.031000', '104158.034000', '104158.037000', '104158.039000', '104158.042000', '104158.045000', '104158.048000', '104158.051000', '104158.053000', '104158.056000', '104158.059000', '104158.062000', '104158.065000', '104158.067000', '104158.070000', '104158.073000', '104158.076000', '104158.079000', '104158.082000', '104158.084000', '104158.087000', '104158.090000', '104158.093000', '104158.096000', '104158.098000', '104217.979000', '104217.982000', '104217.985000', '104218.004000', '104218.007000', '104218.009000', '104218.012000', '104218.015000', '104218.018000', '104218.021000', '104218.023000', '104218.026000', '104218.029000', '104218.032000', '104218.035000', '104218.037000', '104218.040000', '104218.043000', '104218.046000', '104218.049000', '104218.051000', '104218.054000', '104218.057000', '104218.060000', '104218.063000', '104218.066000', '104218.068000', '104218.071000', '104218.074000', '104218.077000', '104218.079000', '104218.082000', '104218.085000', '104218.088000', '104218.091000', '104218.094000', '104218.097000', '104218.099000', '104218.102000', '104218.105000', '104218.108000', '104218.111000', '104218.113000', '104218.116000', '104237.979000', '104237.982000', '104237.985000', '104237.988000', '104237.990000', '104237.993000', '104237.996000', '104238.000000', '104238.003000', '104238.005000', '104238.008000', '104238.011000', '104238.014000', '104238.017000', '104238.019000', '104238.022000', '104238.025000', '104238.028000', '104238.031000', '104238.034000', '104238.036000', '104238.039000', '104238.042000', '104238.045000', '104238.048000', '104238.050000', '104238.053000', '104238.056000', '104238.059000', '104238.062000', '104238.065000', '104238.067000', '104238.070000', '104238.073000', '104238.076000', '104238.080000', '104238.083000', '104238.086000', '104238.089000', '104238.092000', '104238.095000', '104238.098000', '104238.101000', '104253.401000', '104253.404000', '104253.407000', '104253.410000', '104253.413000', '104253.416000', '104253.419000', '104253.422000', '104253.424000', '104253.427000', '104253.430000', '104253.433000', '104253.436000', '104253.439000', '104253.441000', '104253.444000', '104253.447000', '104253.450000', '104253.453000', '104253.456000', '104253.458000', '104253.461000', '104253.464000', '104253.467000', '104253.470000', '104253.473000', '104253.475000', '104253.478000', '104253.481000', '104253.484000', '104253.487000', '104253.490000', '104253.492000', '104253.495000'], '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': [11603, 10361, 11474, 10375, 11138, 10293, 11821, 10472, 12658, 10311, 10587, 10161, 10600, 10277, 10608, 11265, 10659, 10534, 10365, 10799, 9853, 10421, 10341, 11530, 10630, 10254, 10592, 12116, 10568, 12767, 10468, 12469, 10376, 12078, 10344, 11294, 10116, 10717, 10263, 10494, 10502, 10516, 10799, 10590, 10739, 11234, 10577, 10889, 10736, 10590, 11249, 11444, 10801, 9776, 10873, 12567, 10571, 12352, 10232, 11083, 11113, 10951, 10678, 10334, 10867, 11235, 10985, 10864, 10414, 10916, 10466, 10768, 11428, 10529, 11123, 10556, 10761, 10263, 10641, 12320, 10529, 11095, 9912, 10654, 10781, 10407, 11010, 10021, 10438, 10797, 10856, 10631, 10655, 10415, 11632, 10512, 10496, 10521, 10254, 11119, 9896, 10435, 11119, 9759, 10210, 11058, 10111, 10469, 10689, 10716, 10608, 10777, 12427, 9889, 10828, 11928, 10319, 10582, 11222, 10724, 10653, 11512, 10549, 10686, 10670, 10706, 10610, 10355, 10517, 11161, 11235, 10396, 10875, 10759, 10504, 11056, 10480, 10583, 13188, 11140, 10625, 10603, 10283, 10751, 11102, 10376, 10399, 10717, 10539, 11017, 9458, 10548, 12292, 10263, 10537, 10737, 10217, 10547, 10809, 10480, 11086, 10647, 10479, 11167, 10363, 10805, 10980, 10564, 11019, 9734, 10617, 10962, 10510, 10840, 13196, 10433, 10720, 11163, 10174, 10796, 11101, 10302, 10689, 11522, 10363, 10834, 11160, 10572, 12589, 10157, 10308, 10220, 10445, 12540, 10154, 10265, 10545, 10140, 10666, 11021, 10364, 11412, 10052, 10489, 10275, 10280, 10439, 10162, 10579, 10100, 10277, 10149, 10172, 10582, 9790, 10370, 11118, 11261, 10502, 10343, 10663, 10940, 9147, 10692, 10407, 10421, 10765, 10449, 10711, 12291, 10376, 10850, 10511, 10682, 11436, 10513, 10927, 10377, 10736, 10622, 10333, 11050, 10857, 10605, 10704, 10489, 11290, 10315, 10941, 10219, 10689, 10030, 10620, 10435, 10601, 11086, 10717, 10797, 10364, 10444, 10678, 10352, 10725, 9855, 10557, 11379, 10241, 10943, 10295, 10839, 11181, 10621, 11046, 10019, 10745, 10115, 10523, 12286, 10396, 10812, 9738, 10827, 11104, 10581, 11091, 10199, 10822, 10593, 10713, 11128, 9182, 10697, 10228, 10687, 11188, 10288, 10855, 10654, 10594, 11667, 10638, 11086, 10282, 10487, 11200, 10418, 10824, 9752, 10784, 12552, 10105, 10548, 10340, 10439, 11024, 10390, 10581, 12104, 10444, 12184, 10319, 11131, 10327, 10455, 9663, 10582, 10383, 10439, 11014, 8954, 10528, 10447, 10495, 10782, 9476, 10686, 10848, 9239, 10777, 10922, 10724, 10869, 10352, 10574, 10712, 10017, 10789, 11675, 11082, 10804, 12945, 10431, 10523, 10208, 10560, 12691, 10414, 10669, 12594, 10505, 10506, 10521, 10702, 10875, 10136, 10662, 12495, 10352, 10605, 10163, 10549, 13083, 10460, 10565, 11529, 10401, 10925, 10310, 10687, 11825, 10445, 10249, 10302, 10236, 10554, 10544, 10575, 11121, 10424, 10756, 10562, 10464, 10743, 10042, 10619, 11455, 9534, 10524, 12152, 11418, 10803, 10692, 10533, 10961, 10092, 10492, 11310, 10402, 10664, 11514, 10471, 12398, 11243, 10546, 10742, 10517, 11114, 9479, 10521, 10324, 10208, 10794, 10612, 10747, 10521, 10498, 10760, 10873, 11002, 10931, 12119, 10535, 11014, 11350, 10744, 10353, 10730, 12907, 10405, 10678, 10464, 10522, 10962, 9933, 10785, 11337, 10322, 10388, 9679, 10565, 11911, 11446, 10588, 10838, 10668, 10849, 10255, 10662, 11100, 10150, 12395, 9944, 10269, 10798, 10564, 10761, 10244, 10654, 10815, 10337, 9887, 10200, 10295, 10442, 10344, 10538, 8962, 10658, 10218, 10300, 10225, 10410, 10504, 11661, 10309, 10420, 9206, 10442, 11510, 10469, 10880, 10179, 10431, 10820, 10367, 12342, 10333, 10499, 9826, 10540, 11752, 10278, 10572, 9190, 10452, 10192, 10286, 10614, 9583, 10463, 10706, 10461, 10195, 9425, 10499, 12040, 10382, 10663, 10165, 10216, 10654, 10266, 12273, 10215, 10245, 9747, 10364, 11005, 10435, 10418, 10851, 10455, 10211, 9634, 10397, 12390, 10818, 10336, 11043, 10419, 10576, 10733, 10391, 12340, 10585, 10459, 10050, 10361, 10364, 10355, 10516, 10505, 10558, 10315, 10021, 10506, 12133, 10364, 10185, 10073, 10522, 11625, 10410, 10548, 9777, 10502, 11039, 10142, 10085, 9361, 10354, 11960, 10381, 10275, 10340, 10362, 11672, 11340, 10354, 10408, 10439, 10507, 10322, 10230, 11695, 10203, 10203, 10299, 10324, 11065, 10186, 10194, 11066, 10372, 10402, 10696, 10317, 10771, 10356, 10213, 9909, 10550, 10511, 10543, 10386, 11874, 11277, 10243, 9798, 10553, 10272, 9603, 10422, 11310, 10506, 10229, 10933, 10421, 10404, 10741, 10560, 10155, 11551, 10376, 10520, 10441, 10745, 10831, 10390, 10386, 10627, 12060, 10249, 10451, 10217, 10309, 10415, 10726, 10408, 10488, 11178, 10154, 9634, 10257, 9982, 8978, 10329, 11318, 10746, 10398, 10003, 10510, 11961, 10481, 10133, 10972, 10514, 10098, 11191, 10304, 11433, 10514, 10066, 10163, 10548, 10146, 10471, 10327, 11469, 10594, 10190, 9966, 10484, 10912, 11126, 10520, 12449, 10925, 10461, 10265, 10495, 10226, 10614, 10497, 10172, 9457, 10547, 11231, 10326, 10222, 11542, 10392, 10063, 9386, 10426, 10072, 8927, 10332, 10787, 9454, 10405, 10765, 10321, 10155, 12015, 10346, 10112, 10087, 10212, 10287, 9336, 10372, 10294, 9227, 10335, 10003, 8828, 10420, 10072, 9395, 10507, 10094, 10014, 10323, 10285, 11352, 10360, 10294, 10915, 10476, 10458, 9700, 10492, 12589, 11094, 10322, 11672, 10906, 10432, 11436, 10415, 10374, 10073, 9823, 10583, 10149, 9735, 7531, 10327, 10247, 9696, 10630, 10528, 11077, 10444, 10704, 12651, 10076, 10483, 10820, 10229, 10487, 9978, 10212, 10318, 9528, 10242, 10344, 10023, 10284, 10307, 9780, 10278, 10000, 10243, 10182, 10163, 9367, 10427, 10348, 9597, 10191, 10183, 11492, 10144, 10048, 10524, 10164, 10147, 9725, 10382, 10186, 11854, 10616, 10227, 10878, 10529, 10444, 10754, 10436, 13075, 10867, 10242, 11528, 9981, 10428, 10398, 10282, 11440, 10669, 10483, 10354, 10222, 10273, 10673, 10108, 10161, 10784, 10339, 9837, 10201, 10043, 10074, 10322, 9989, 10468, 10290, 10100, 10256, 9963, 10011, 10397, 10636, 10790, 10210, 10056, 10267, 10081, 10350, 10368, 10611, 10478, 10221, 9277, 10479, 10144, 9464, 10415, 9844, 10639, 10196, 10177, 10401, 10439, 9976, 8349, 10612, 10434, 10499, 10236, 11357, 10432, 10213, 9812, 10632, 12057, 10557, 10292, 11166, 10274, 12202, 10715, 10421, 11276, 10256, 10410, 10394, 10280, 10248, 9519, 10312, 11215, 8641, 10332, 9658, 10790, 10393, 11065, 10475, 10169, 10500, 10286, 10072, 10096, 10210, 11053, 10381, 10274, 10224, 10145, 10284, 9077, 10348, 11991, 10098, 10500, 10775, 10733, 10328, 10225, 10809, 10485, 12054, 8470, 10284, 10205, 9363, 10690, 11161, 10441, 10078, 10222, 9630, 10426, 10180, 10141], 'WindowCenter': [4180.0, 4129.0, 4124.0, 4086.0, 4094.0, 4069.0, 4079.0, 4065.0, 4074.0, 4052.0, 4051.0, 4051.0, 4050.0, 4051.0, 4051.0, 4064.0, 4064.0, 4075.0, 4077.0, 4089.0, 4079.0, 4091.0, 4092.0, 4103.0, 4092.0, 4083.0, 4092.0, 4101.0, 4080.0, 4090.0, 4079.0, 4087.0, 4067.0, 4076.0, 4066.0, 4065.0, 4067.0, 4066.0, 4066.0, 4077.0, 4076.0, 4078.0, 4090.0, 4080.0, 4092.0, 4092.0, 4092.0, 4093.0, 4104.0, 4094.0, 4103.0, 4103.0, 4092.0, 4080.0, 4091.0, 4102.0, 4081.0, 4089.0, 4079.0, 4077.0, 4078.0, 4079.0, 4079.0, 4078.0, 4078.0, 4089.0, 4090.0, 4091.0, 4093.0, 4092.0, 4092.0, 4103.0, 4102.0, 4094.0, 4103.0, 4093.0, 4092.0, 4080.0, 4079.0, 4100.0, 4080.0, 4089.0, 4068.0, 4078.0, 4077.0, 4079.0, 4090.0, 4079.0, 4079.0, 4089.0, 4090.0, 4090.0, 4089.0, 4092.0, 4101.0, 4091.0, 4090.0, 4090.0, 4090.0, 4089.0, 4079.0, 4091.0, 4100.0, 4080.0, 4092.0, 4103.0, 4092.0, 4104.0, 4104.0, 4093.0, 4094.0, 4102.0, 4114.0, 4083.0, 4093.0, 4103.0, 4093.0, 4079.0, 4090.0, 4091.0, 4079.0, 4088.0, 4078.0, 4078.0, 4079.0, 4079.0, 4081.0, 4079.0, 4091.0, 4090.0, 4091.0, 4080.0, 4090.0, 4090.0, 4080.0, 4078.0, 4067.0, 4078.0, 4087.0, 4077.0, 4067.0, 4066.0, 4068.0, 4077.0, 4077.0, 4067.0, 4066.0, 4076.0, 4067.0, 4076.0, 4066.0, 4067.0, 4088.0, 4068.0, 4078.0, 4078.0, 4078.0, 4078.0, 4077.0, 4078.0, 4078.0, 4079.0, 4079.0, 4090.0, 4079.0, 4078.0, 4090.0, 4091.0, 4079.0, 4069.0, 4079.0, 4078.0, 4091.0, 4105.0, 4114.0, 4092.0, 4091.0, 4103.0, 4091.0, 4091.0, 4090.0, 4082.0, 4091.0, 4091.0, 4081.0, 4090.0, 4090.0, 4079.0, 4089.0, 4067.0, 4065.0, 4053.0, 4053.0, 4073.0, 4053.0, 4053.0, 4054.0, 4053.0, 4052.0, 4062.0, 4052.0, 4063.0, 4053.0, 4063.0, 4063.0, 4064.0, 4064.0, 4066.0, 4066.0, 4067.0, 4078.0, 4077.0, 4078.0, 4078.0, 4079.0, 4080.0, 4090.0, 4090.0, 4080.0, 4080.0, 4092.0, 4092.0, 4082.0, 4092.0, 4092.0, 4093.0, 4093.0, 4092.0, 4094.0, 4104.0, 4093.0, 4092.0, 4091.0, 4080.0, 4091.0, 4091.0, 4091.0, 4079.0, 4079.0, 4079.0, 4080.0, 4089.0, 4091.0, 4090.0, 4091.0, 4091.0, 4090.0, 4081.0, 4090.0, 4081.0, 4080.0, 4080.0, 4080.0, 4079.0, 4080.0, 4090.0, 4080.0, 4090.0, 4080.0, 4091.0, 4080.0, 4081.0, 4092.0, 4082.0, 4092.0, 4091.0, 4081.0, 4090.0, 4082.0, 4092.0, 4092.0, 4092.0, 4092.0, 4082.0, 4092.0, 4093.0, 4093.0, 4102.0, 4082.0, 4091.0, 4081.0, 4093.0, 4092.0, 4092.0, 4091.0, 4082.0, 4091.0, 4093.0, 4093.0, 4103.0, 4082.0, 4093.0, 4092.0, 4094.0, 4103.0, 4094.0, 4093.0, 4093.0, 4092.0, 4093.0, 4095.0, 4092.0, 4094.0, 4081.0, 4090.0, 4091.0, 4090.0, 4080.0, 4093.0, 4102.0, 4081.0, 4091.0, 4081.0, 4092.0, 4092.0, 4092.0, 4092.0, 4102.0, 4081.0, 4089.0, 4079.0, 4089.0, 4079.0, 4079.0, 4068.0, 4078.0, 4068.0, 4080.0, 4090.0, 4070.0, 4078.0, 4078.0, 4081.0, 4091.0, 4082.0, 4094.0, 4104.0, 4082.0, 4104.0, 4104.0, 4104.0, 4105.0, 4107.0, 4107.0, 4107.0, 4095.0, 4106.0, 4103.0, 4104.0, 4093.0, 4114.0, 4093.0, 4092.0, 4082.0, 4081.0, 4100.0, 4080.0, 4091.0, 4101.0, 4080.0, 4080.0, 4079.0, 4079.0, 4090.0, 4091.0, 4092.0, 4102.0, 4081.0, 4091.0, 4080.0, 4080.0, 4100.0, 4080.0, 4078.0, 4088.0, 4077.0, 4077.0, 4067.0, 4077.0, 4089.0, 4081.0, 4079.0, 4077.0, 4078.0, 4078.0, 4078.0, 4079.0, 4089.0, 4091.0, 4091.0, 4081.0, 4092.0, 4090.0, 4081.0, 4092.0, 4091.0, 4070.0, 4080.0, 4090.0, 4089.0, 4079.0, 4080.0, 4081.0, 4091.0, 4080.0, 4092.0, 4091.0, 4091.0, 4091.0, 4102.0, 4080.0, 4089.0, 4079.0, 4078.0, 4090.0, 4092.0, 4079.0, 4069.0, 4078.0, 4067.0, 4078.0, 4090.0, 4092.0, 4093.0, 4093.0, 4092.0, 4092.0, 4093.0, 4106.0, 4105.0, 4104.0, 4093.0, 4080.0, 4091.0, 4079.0, 4081.0, 4091.0, 4089.0, 4079.0, 4067.0, 4078.0, 4078.0, 4078.0, 4069.0, 4081.0, 4090.0, 4079.0, 4079.0, 4069.0, 4091.0, 4102.0, 4092.0, 4081.0, 4090.0, 4080.0, 4080.0, 4080.0, 4091.0, 4106.0, 4096.0, 4102.0, 4080.0, 4068.0, 4079.0, 4079.0, 4078.0, 4079.0, 4078.0, 4078.0, 4079.0, 4079.0, 4079.0, 4080.0, 4091.0, 4092.0, 4091.0, 4072.0, 4093.0, 4092.0, 4094.0, 4093.0, 4093.0, 4093.0, 4102.0, 4092.0, 4091.0, 4083.0, 4105.0, 4103.0, 4092.0, 4091.0, 4080.0, 4080.0, 4092.0, 4082.0, 4101.0, 4080.0, 4079.0, 4069.0, 4079.0, 4089.0, 4080.0, 4079.0, 4069.0, 4079.0, 4079.0, 4080.0, 4080.0, 4071.0, 4091.0, 4081.0, 4092.0, 4082.0, 4083.0, 4093.0, 4103.0, 4082.0, 4092.0, 4081.0, 4080.0, 4081.0, 4080.0, 4090.0, 4079.0, 4079.0, 4068.0, 4080.0, 4091.0, 4091.0, 4081.0, 4091.0, 4092.0, 4082.0, 4081.0, 4082.0, 4103.0, 4093.0, 4081.0, 4091.0, 4081.0, 4080.0, 4092.0, 4081.0, 4102.0, 4081.0, 4081.0, 4080.0, 4092.0, 4093.0, 4093.0, 4094.0, 4093.0, 4093.0, 4094.0, 4093.0, 4094.0, 4104.0, 4094.0, 4082.0, 4081.0, 4079.0, 4090.0, 4081.0, 4080.0, 4070.0, 4079.0, 4079.0, 4080.0, 4080.0, 4071.0, 4081.0, 4091.0, 4080.0, 4080.0, 4080.0, 4081.0, 4090.0, 4091.0, 4080.0, 4080.0, 4081.0, 4080.0, 4081.0, 4081.0, 4091.0, 4080.0, 4080.0, 4080.0, 4080.0, 4091.0, 4093.0, 4082.0, 4092.0, 4082.0, 4091.0, 4091.0, 4093.0, 4093.0, 4083.0, 4082.0, 4082.0, 4093.0, 4091.0, 4092.0, 4093.0, 4103.0, 4092.0, 4091.0, 4081.0, 4092.0, 4093.0, 4083.0, 4094.0, 4093.0, 4093.0, 4083.0, 4093.0, 4094.0, 4092.0, 4092.0, 4081.0, 4081.0, 4091.0, 4081.0, 4092.0, 4092.0, 4092.0, 4092.0, 4081.0, 4080.0, 4081.0, 4091.0, 4080.0, 4078.0, 4079.0, 4068.0, 4068.0, 4079.0, 4080.0, 4080.0, 4091.0, 4080.0, 4070.0, 4081.0, 4082.0, 4084.0, 4095.0, 4105.0, 4095.0, 4094.0, 4084.0, 4094.0, 4105.0, 4095.0, 4093.0, 4093.0, 4092.0, 4081.0, 4092.0, 4081.0, 4093.0, 4082.0, 4082.0, 4080.0, 4081.0, 4080.0, 4093.0, 4094.0, 4103.0, 4094.0, 4082.0, 4082.0, 4093.0, 4092.0, 4093.0, 4092.0, 4101.0, 4092.0, 4081.0, 4079.0, 4092.0, 4093.0, 4093.0, 4092.0, 4092.0, 4081.0, 4091.0, 4091.0, 4082.0, 4081.0, 4091.0, 4082.0, 4081.0, 4071.0, 4092.0, 4082.0, 4084.0, 4093.0, 4093.0, 4082.0, 4092.0, 4091.0, 4094.0, 4094.0, 4102.0, 4083.0, 4081.0, 4080.0, 4081.0, 4081.0, 4081.0, 4082.0, 4081.0, 4070.0, 4081.0, 4081.0, 4072.0, 4093.0, 4083.0, 4083.0, 4094.0, 4095.0, 4094.0, 4095.0, 4096.0, 4105.0, 4095.0, 4095.0, 4093.0, 4093.0, 4081.0, 4070.0, 4092.0, 4090.0, 4080.0, 4067.0, 4078.0, 4077.0, 4078.0, 4089.0, 4080.0, 4080.0, 4069.0, 4067.0, 4091.0, 4080.0, 4068.0, 4049.0, 4080.0, 4092.0, 4094.0, 4105.0, 4094.0, 4092.0, 4093.0, 4082.0, 4103.0, 4069.0, 4065.0, 4065.0, 4054.0, 4053.0, 4053.0, 4053.0, 4054.0, 4055.0, 4067.0, 4067.0, 4066.0, 4066.0, 4067.0, 4067.0, 4078.0, 4079.0, 4080.0, 4080.0, 4080.0, 4069.0, 4091.0, 4082.0, 4081.0, 4082.0, 4093.0, 4091.0, 4093.0, 4082.0, 4082.0, 4082.0, 4082.0, 4082.0, 4093.0, 4093.0, 4105.0, 4093.0, 4092.0, 4093.0, 4093.0, 4092.0, 4093.0, 4082.0, 4101.0, 4079.0, 4067.0, 4077.0, 4067.0, 4077.0, 4067.0, 4067.0, 4076.0, 4065.0, 4065.0, 4065.0, 4078.0, 4067.0, 4067.0, 4067.0, 4066.0, 4076.0, 4078.0, 4069.0, 4080.0, 4079.0, 4079.0, 4080.0, 4080.0, 4092.0, 4092.0, 4080.0, 4081.0, 4081.0, 4081.0, 4093.0, 4094.0, 4093.0, 4093.0, 4082.0, 4093.0, 4092.0, 4093.0, 4094.0, 4093.0, 4092.0, 4082.0, 4072.0, 4094.0, 4082.0, 4083.0, 4093.0, 4094.0, 4106.0, 4095.0, 4095.0, 4106.0, 4107.0, 4096.0, 4086.0, 4106.0, 4107.0, 4120.0, 4109.0, 4118.0, 4107.0, 4106.0, 4095.0, 4095.0, 4117.0, 4094.0, 4093.0, 4092.0, 4079.0, 4089.0, 4079.0, 4079.0, 4091.0, 4079.0, 4078.0, 4067.0, 4078.0, 4068.0, 4080.0, 4081.0, 4092.0, 4059.0, 4081.0, 4080.0, 4103.0, 4094.0, 4103.0, 4093.0, 4093.0, 4092.0, 4093.0, 4082.0, 4081.0, 4093.0, 4104.0, 4083.0, 4081.0, 4082.0, 4081.0, 4079.0, 4070.0, 4092.0, 4102.0, 4081.0, 4081.0, 4079.0, 4090.0, 4080.0, 4080.0, 4092.0, 4092.0, 4102.0, 4060.0, 4080.0, 4080.0, 4070.0, 4091.0, 4091.0, 4092.0, 4080.0, 4080.0, 4069.0, 4080.0, 4080.0, 4092.0], 'WindowWidth': [9285.0, 9192.0, 9172.0, 9106.0, 9109.0, 9065.0, 9080.0, 9052.0, 9063.0, 9027.0, 9025.0, 9024.0, 9021.0, 9026.0, 9027.0, 9048.0, 9048.0, 9065.0, 9073.0, 9090.0, 9079.0, 9099.0, 9103.0, 9117.0, 9100.0, 9090.0, 9101.0, 9112.0, 9081.0, 9092.0, 9076.0, 9085.0, 9057.0, 9068.0, 9055.0, 9051.0, 9057.0, 9053.0, 9055.0, 9070.0, 9069.0, 9073.0, 9093.0, 9080.0, 9099.0, 9099.0, 9102.0, 9102.0, 9121.0, 9109.0, 9117.0, 9115.0, 9100.0, 9082.0, 9096.0, 9114.0, 9083.0, 9090.0, 9076.0, 9072.0, 9073.0, 9076.0, 9077.0, 9075.0, 9076.0, 9091.0, 9094.0, 9098.0, 9104.0, 9101.0, 9102.0, 9118.0, 9116.0, 9107.0, 9116.0, 9103.0, 9099.0, 9082.0, 9078.0, 9109.0, 9082.0, 9090.0, 9060.0, 9073.0, 9072.0, 9078.0, 9093.0, 9079.0, 9078.0, 9093.0, 9094.0, 9095.0, 9093.0, 9102.0, 9113.0, 9097.0, 9093.0, 9096.0, 9095.0, 9092.0, 9081.0, 9100.0, 9110.0, 9084.0, 9103.0, 9117.0, 9101.0, 9121.0, 9120.0, 9104.0, 9107.0, 9116.0, 9135.0, 9091.0, 9102.0, 9115.0, 9102.0, 9078.0, 9093.0, 9095.0, 9077.0, 9088.0, 9075.0, 9075.0, 9078.0, 9079.0, 9081.0, 9079.0, 9096.0, 9094.0, 9097.0, 9080.0, 9092.0, 9094.0, 9080.0, 9075.0, 9057.0, 9072.0, 9085.0, 9071.0, 9056.0, 9056.0, 9058.0, 9069.0, 9072.0, 9058.0, 9055.0, 9068.0, 9056.0, 9068.0, 9054.0, 9056.0, 9088.0, 9061.0, 9075.0, 9073.0, 9076.0, 9075.0, 9071.0, 9074.0, 9075.0, 9079.0, 9076.0, 9093.0, 9079.0, 9075.0, 9094.0, 9097.0, 9079.0, 9065.0, 9078.0, 9075.0, 9098.0, 9124.0, 9137.0, 9101.0, 9099.0, 9116.0, 9096.0, 9096.0, 9094.0, 9086.0, 9096.0, 9097.0, 9084.0, 9094.0, 9094.0, 9076.0, 9090.0, 9058.0, 9050.0, 9032.0, 9028.0, 9056.0, 9031.0, 9029.0, 9031.0, 9030.0, 9027.0, 9041.0, 9029.0, 9044.0, 9031.0, 9044.0, 9044.0, 9049.0, 9048.0, 9055.0, 9055.0, 9057.0, 9074.0, 9073.0, 9075.0, 9074.0, 9079.0, 9082.0, 9094.0, 9093.0, 9081.0, 9080.0, 9102.0, 9099.0, 9088.0, 9101.0, 9102.0, 9106.0, 9102.0, 9103.0, 9105.0, 9119.0, 9105.0, 9102.0, 9099.0, 9081.0, 9098.0, 9098.0, 9095.0, 9078.0, 9078.0, 9078.0, 9080.0, 9091.0, 9098.0, 9095.0, 9097.0, 9097.0, 9096.0, 9083.0, 9094.0, 9084.0, 9081.0, 9081.0, 9080.0, 9078.0, 9080.0, 9093.0, 9081.0, 9092.0, 9080.0, 9096.0, 9080.0, 9085.0, 9099.0, 9086.0, 9099.0, 9099.0, 9086.0, 9095.0, 9087.0, 9099.0, 9101.0, 9101.0, 9101.0, 9086.0, 9100.0, 9105.0, 9103.0, 9113.0, 9086.0, 9097.0, 9085.0, 9102.0, 9101.0, 9100.0, 9097.0, 9086.0, 9098.0, 9105.0, 9106.0, 9117.0, 9088.0, 9105.0, 9102.0, 9109.0, 9119.0, 9107.0, 9103.0, 9102.0, 9102.0, 9102.0, 9109.0, 9101.0, 9104.0, 9083.0, 9096.0, 9097.0, 9094.0, 9082.0, 9102.0, 9114.0, 9084.0, 9097.0, 9084.0, 9100.0, 9098.0, 9102.0, 9100.0, 9113.0, 9082.0, 9092.0, 9078.0, 9092.0, 9078.0, 9076.0, 9062.0, 9075.0, 9061.0, 9080.0, 9094.0, 9067.0, 9077.0, 9076.0, 9082.0, 9097.0, 9087.0, 9105.0, 9120.0, 9090.0, 9120.0, 9123.0, 9123.0, 9126.0, 9130.0, 9130.0, 9128.0, 9111.0, 9126.0, 9119.0, 9121.0, 9104.0, 9135.0, 9103.0, 9099.0, 9086.0, 9082.0, 9109.0, 9082.0, 9096.0, 9113.0, 9082.0, 9079.0, 9077.0, 9080.0, 9093.0, 9098.0, 9101.0, 9115.0, 9086.0, 9096.0, 9080.0, 9080.0, 9109.0, 9081.0, 9074.0, 9087.0, 9072.0, 9071.0, 9057.0, 9070.0, 9091.0, 9080.0, 9078.0, 9073.0, 9074.0, 9076.0, 9075.0, 9077.0, 9092.0, 9098.0, 9095.0, 9083.0, 9098.0, 9093.0, 9084.0, 9099.0, 9099.0, 9066.0, 9080.0, 9092.0, 9091.0, 9076.0, 9081.0, 9083.0, 9096.0, 9080.0, 9101.0, 9098.0, 9096.0, 9097.0, 9113.0, 9081.0, 9091.0, 9077.0, 9073.0, 9094.0, 9100.0, 9077.0, 9062.0, 9073.0, 9058.0, 9075.0, 9092.0, 9102.0, 9103.0, 9103.0, 9101.0, 9102.0, 9104.0, 9126.0, 9123.0, 9120.0, 9103.0, 9081.0, 9095.0, 9077.0, 9083.0, 9097.0, 9092.0, 9076.0, 9056.0, 9073.0, 9075.0, 9075.0, 9064.0, 9082.0, 9093.0, 9079.0, 9079.0, 9066.0, 9096.0, 9114.0, 9100.0, 9082.0, 9095.0, 9082.0, 9079.0, 9082.0, 9098.0, 9126.0, 9115.0, 9113.0, 9079.0, 9059.0, 9077.0, 9076.0, 9073.0, 9077.0, 9075.0, 9074.0, 9075.0, 9078.0, 9079.0, 9080.0, 9097.0, 9101.0, 9098.0, 9073.0, 9103.0, 9101.0, 9106.0, 9103.0, 9102.0, 9102.0, 9115.0, 9101.0, 9097.0, 9092.0, 9126.0, 9117.0, 9099.0, 9097.0, 9082.0, 9081.0, 9100.0, 9085.0, 9110.0, 9080.0, 9077.0, 9063.0, 9076.0, 9089.0, 9079.0, 9077.0, 9063.0, 9077.0, 9076.0, 9082.0, 9081.0, 9069.0, 9097.0, 9084.0, 9100.0, 9086.0, 9089.0, 9104.0, 9117.0, 9086.0, 9100.0, 9084.0, 9081.0, 9084.0, 9081.0, 9094.0, 9077.0, 9077.0, 9062.0, 9081.0, 9097.0, 9098.0, 9085.0, 9098.0, 9100.0, 9086.0, 9085.0, 9088.0, 9117.0, 9103.0, 9083.0, 9096.0, 9083.0, 9081.0, 9099.0, 9084.0, 9113.0, 9083.0, 9083.0, 9082.0, 9101.0, 9104.0, 9105.0, 9107.0, 9104.0, 9105.0, 9106.0, 9104.0, 9105.0, 9122.0, 9106.0, 9087.0, 9084.0, 9078.0, 9093.0, 9082.0, 9081.0, 9066.0, 9077.0, 9077.0, 9079.0, 9079.0, 9070.0, 9082.0, 9096.0, 9081.0, 9079.0, 9079.0, 9084.0, 9096.0, 9098.0, 9081.0, 9081.0, 9083.0, 9079.0, 9084.0, 9084.0, 9096.0, 9081.0, 9078.0, 9079.0, 9080.0, 9097.0, 9103.0, 9087.0, 9101.0, 9086.0, 9098.0, 9098.0, 9103.0, 9105.0, 9090.0, 9087.0, 9087.0, 9102.0, 9099.0, 9102.0, 9102.0, 9117.0, 9101.0, 9098.0, 9084.0, 9102.0, 9104.0, 9092.0, 9105.0, 9104.0, 9105.0, 9090.0, 9105.0, 9105.0, 9100.0, 9100.0, 9083.0, 9083.0, 9097.0, 9084.0, 9101.0, 9101.0, 9101.0, 9098.0, 9082.0, 9081.0, 9084.0, 9097.0, 9082.0, 9074.0, 9076.0, 9061.0, 9059.0, 9076.0, 9081.0, 9079.0, 9096.0, 9080.0, 9068.0, 9086.0, 9088.0, 9093.0, 9108.0, 9124.0, 9109.0, 9106.0, 9093.0, 9108.0, 9124.0, 9109.0, 9103.0, 9101.0, 9099.0, 9082.0, 9098.0, 9084.0, 9104.0, 9085.0, 9085.0, 9081.0, 9082.0, 9082.0, 9103.0, 9108.0, 9117.0, 9108.0, 9087.0, 9087.0, 9102.0, 9101.0, 9102.0, 9101.0, 9111.0, 9100.0, 9082.0, 9080.0, 9099.0, 9102.0, 9104.0, 9100.0, 9101.0, 9084.0, 9096.0, 9096.0, 9085.0, 9083.0, 9097.0, 9086.0, 9082.0, 9070.0, 9099.0, 9088.0, 9092.0, 9104.0, 9104.0, 9087.0, 9100.0, 9097.0, 9106.0, 9105.0, 9114.0, 9088.0, 9082.0, 9080.0, 9081.0, 9082.0, 9086.0, 9086.0, 9085.0, 9068.0, 9084.0, 9083.0, 9073.0, 9106.0, 9090.0, 9092.0, 9109.0, 9111.0, 9108.0, 9110.0, 9112.0, 9125.0, 9109.0, 9107.0, 9104.0, 9101.0, 9084.0, 9069.0, 9098.0, 9094.0, 9081.0, 9057.0, 9072.0, 9069.0, 9073.0, 9089.0, 9082.0, 9081.0, 9064.0, 9058.0, 9097.0, 9081.0, 9063.0, 9040.0, 9082.0, 9101.0, 9108.0, 9124.0, 9106.0, 9101.0, 9101.0, 9085.0, 9115.0, 9061.0, 9049.0, 9046.0, 9031.0, 9028.0, 9028.0, 9031.0, 9033.0, 9038.0, 9055.0, 9055.0, 9053.0, 9055.0, 9057.0, 9059.0, 9073.0, 9077.0, 9080.0, 9081.0, 9081.0, 9066.0, 9097.0, 9086.0, 9085.0, 9085.0, 9101.0, 9099.0, 9103.0, 9084.0, 9085.0, 9086.0, 9085.0, 9087.0, 9105.0, 9103.0, 9122.0, 9104.0, 9100.0, 9102.0, 9102.0, 9098.0, 9103.0, 9085.0, 9110.0, 9078.0, 9055.0, 9070.0, 9055.0, 9070.0, 9059.0, 9056.0, 9065.0, 9050.0, 9051.0, 9052.0, 9074.0, 9056.0, 9057.0, 9056.0, 9053.0, 9069.0, 9074.0, 9064.0, 9080.0, 9079.0, 9078.0, 9080.0, 9081.0, 9100.0, 9099.0, 9082.0, 9086.0, 9083.0, 9085.0, 9103.0, 9107.0, 9105.0, 9101.0, 9089.0, 9103.0, 9101.0, 9105.0, 9106.0, 9104.0, 9101.0, 9085.0, 9073.0, 9105.0, 9089.0, 9090.0, 9102.0, 9106.0, 9127.0, 9112.0, 9112.0, 9128.0, 9132.0, 9115.0, 9101.0, 9129.0, 9132.0, 9154.0, 9136.0, 9150.0, 9130.0, 9126.0, 9111.0, 9109.0, 9146.0, 9109.0, 9103.0, 9098.0, 9077.0, 9092.0, 9076.0, 9078.0, 9098.0, 9079.0, 9075.0, 9059.0, 9074.0, 9060.0, 9082.0, 9086.0, 9099.0, 9053.0, 9083.0, 9082.0, 9116.0, 9107.0, 9118.0, 9104.0, 9102.0, 9100.0, 9102.0, 9085.0, 9085.0, 9102.0, 9119.0, 9091.0, 9085.0, 9086.0, 9084.0, 9078.0, 9066.0, 9100.0, 9115.0, 9085.0, 9082.0, 9078.0, 9092.0, 9079.0, 9081.0, 9100.0, 9099.0, 9113.0, 9054.0, 9081.0, 9082.0, 9069.0, 9097.0, 9098.0, 9099.0, 9082.0, 9079.0, 9066.0, 9080.0, 9080.0, 9101.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.00019832251082251085</td></tr>
<tr><td colspan=3>aqi</td><td>0.028017590476190474</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.08913231522209</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1407002991440955</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9456936632286015</td></tr>
<tr><td colspan=3>efc</td><td>0.4769</td></tr>
<tr><td colspan=3>fber</td><td>4871.5566</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0927895019266792</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.787878787878788</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.357848584814144</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.267732309569412</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5412134848672947</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2645999600057256</td></tr>
<tr><td colspan=3>gcor</td><td>0.00803668</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012024863623082638</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02804568223655224</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0612520018860865</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>25.7474</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.255</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.369</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.0502</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5105</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.8066</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3318.132</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.687</td></tr>
<tr><td colspan=3>tsnr</td><td>35.08052940212656</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>