<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-04/func/sub-0050_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>66fc8132daa474087fe639aee7b5da52</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>14:22:18.162500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999057, 0.0406688, 0.0152266, -0.0408249, 0.999115, 0.010082]</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.096591</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>[4154, -7778, -7205, 611, -67, -173, 38, 8]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>246.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b4f5072e-7d2b-4745-a3ec-331d4c04b0da||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68039608001709, -0.10953015834093094, 0.03996836021542549, 115.83123016357422], [-0.1091114804148674, 2.680553674697876, 0.028873981907963753, -82.14269256591797], [0.04085182026028633, -0.027049148455262184, 2.699549674987793, -37.81654739379883], [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': ['142218.162500', '142218.622500', '142219.082500', '142219.542500', '142220.002500', '142220.462500', '142220.922500', '142221.382500', '142221.842500', '142222.302500', '142222.762500', '142223.222500', '142223.682500', '142224.142500', '142224.602500', '142225.062500', '142225.522500', '142225.982500', '142226.442500', '142226.902500', '142227.362500', '142227.822500', '142228.282500', '142228.742500', '142229.202500', '142229.662500', '142230.122500', '142230.582500', '142231.042500', '142231.502500', '142231.962500', '142232.422500', '142232.882500', '142233.342500', '142233.802500', '142234.262500', '142234.722500', '142235.182500', '142235.642500', '142236.102500', '142236.562500', '142237.022500', '142237.482500', '142237.942500', '142238.402500', '142238.862500', '142239.322500', '142239.782500', '142240.242500', '142240.702500', '142241.162500', '142241.622500', '142242.082500', '142242.542500', '142243.002500', '142243.462500', '142243.922500', '142244.382500', '142244.842500', '142245.302500', '142245.762500', '142246.222500', '142246.682500', '142247.142500', '142247.602500', '142248.062500', '142248.522500', '142248.982500', '142249.442500', '142249.902500', '142250.362500', '142250.822500', '142251.282500', '142251.742500', '142252.202500', '142252.662500', '142253.122500', '142253.582500', '142254.042500', '142254.502500', '142254.962500', '142255.422500', '142255.882500', '142256.342500', '142256.802500', '142257.262500', '142257.722500', '142258.182500', '142258.642500', '142259.102500', '142259.562500', '142300.022500', '142300.482500', '142300.942500', '142301.402500', '142301.862500', '142302.322500', '142302.782500', '142303.242500', '142303.702500', '142304.162500', '142304.622500', '142305.082500', '142305.542500', '142306.002500', '142306.462500', '142306.922500', '142307.382500', '142307.842500', '142308.302500', '142308.762500', '142309.222500', '142309.682500', '142310.142500', '142310.602500', '142311.062500', '142311.522500', '142311.982500', '142312.442500', '142312.902500', '142313.362500', '142313.822500', '142314.282500', '142314.742500', '142315.202500', '142315.662500', '142316.122500', '142316.582500', '142317.042500', '142317.502500', '142317.962500', '142318.422500', '142318.882500', '142319.342500', '142319.802500', '142320.262500', '142320.722500', '142321.182500', '142321.642500', '142322.102500', '142322.562500', '142323.022500', '142323.482500', '142323.942500', '142324.402500', '142324.862500', '142325.322500', '142325.782500', '142326.242500', '142326.702500', '142327.162500', '142327.622500', '142328.082500', '142328.542500', '142329.002500', '142329.462500', '142329.922500', '142330.382500', '142330.842500', '142331.302500', '142331.762500', '142332.222500', '142332.682500', '142333.142500', '142333.602500', '142334.062500', '142334.522500', '142334.982500', '142335.442500', '142335.902500', '142336.362500', '142336.822500', '142337.282500', '142337.742500', '142338.202500', '142338.662500', '142339.122500', '142339.582500', '142340.042500', '142340.502500', '142340.962500', '142341.422500', '142341.882500', '142342.342500', '142342.802500', '142343.262500', '142343.722500', '142344.182500', '142344.642500', '142345.102500', '142345.562500', '142346.022500', '142346.482500', '142346.942500', '142347.402500', '142347.862500', '142348.322500', '142348.782500', '142349.242500', '142349.702500', '142350.162500', '142350.622500', '142351.082500', '142351.542500', '142352.002500', '142352.462500', '142352.922500', '142353.382500', '142353.842500', '142354.302500', '142354.762500', '142355.222500', '142355.682500', '142356.142500', '142356.602500', '142357.062500', '142357.522500', '142357.982500', '142358.442500', '142358.902500', '142359.362500', '142359.822500', '142400.282500', '142400.742500', '142401.202500', '142401.662500', '142402.122500', '142402.582500', '142403.042500', '142403.502500', '142403.962500', '142404.422500', '142404.882500', '142405.342500', '142405.802500', '142406.262500', '142406.722500', '142407.182500', '142407.642500', '142408.102500', '142408.562500', '142409.022500', '142409.482500', '142409.942500', '142410.402500', '142410.862500', '142411.322500', '142411.782500', '142412.242500', '142412.702500', '142413.162500', '142413.622500', '142414.082500', '142414.542500', '142415.002500', '142415.462500', '142415.922500', '142416.382500', '142416.842500', '142417.302500', '142417.762500', '142418.222500', '142418.682500', '142419.142500', '142419.602500', '142420.062500', '142420.522500', '142420.982500', '142421.442500', '142421.902500', '142422.362500', '142422.822500', '142423.282500', '142423.742500', '142424.202500', '142424.662500', '142425.122500', '142425.582500', '142426.042500', '142426.502500', '142426.962500', '142427.422500', '142427.882500', '142428.342500', '142428.802500', '142429.262500', '142429.722500', '142430.182500', '142430.642500', '142431.102500', '142431.562500', '142432.022500', '142432.482500', '142432.942500', '142433.402500', '142433.862500', '142434.322500', '142434.782500', '142435.242500', '142435.702500', '142436.162500', '142436.622500', '142437.082500', '142437.542500', '142438.002500', '142438.462500', '142438.922500', '142439.382500', '142439.842500', '142440.302500', '142440.762500', '142441.222500', '142441.682500', '142442.142500', '142442.602500', '142443.062500', '142443.522500', '142443.982500', '142444.442500', '142444.902500', '142445.362500', '142445.822500', '142446.282500', '142446.742500', '142447.202500', '142447.662500', '142448.122500', '142448.582500', '142449.042500', '142449.502500', '142449.962500', '142450.422500', '142450.882500', '142451.342500', '142451.802500', '142452.262500', '142452.722500', '142453.182500', '142453.642500', '142454.102500', '142454.562500', '142455.022500', '142455.482500', '142455.942500', '142456.402500', '142456.862500', '142457.322500', '142457.782500', '142458.242500', '142458.702500', '142459.162500', '142459.622500', '142500.082500', '142500.542500', '142501.002500', '142501.462500', '142501.922500', '142502.382500', '142502.842500', '142503.302500', '142503.762500', '142504.222500', '142504.682500', '142505.142500', '142505.602500', '142506.062500', '142506.522500', '142506.982500', '142507.442500', '142507.902500', '142508.362500', '142508.822500', '142509.282500', '142509.742500', '142510.202500', '142510.662500', '142511.122500', '142511.582500', '142512.042500', '142512.502500', '142512.962500', '142513.422500', '142513.882500', '142514.342500', '142514.802500', '142515.262500', '142515.722500', '142516.182500', '142516.642500', '142517.102500', '142517.562500', '142518.022500', '142518.482500', '142518.942500', '142519.402500', '142519.862500', '142520.322500', '142520.782500', '142521.242500', '142521.702500', '142522.162500', '142522.622500', '142523.082500', '142523.542500', '142524.002500', '142524.462500', '142524.922500', '142525.382500', '142525.842500', '142526.302500', '142526.762500', '142527.222500', '142527.682500', '142528.142500', '142528.602500', '142529.062500', '142529.522500', '142529.982500', '142530.442500', '142530.902500', '142531.362500', '142531.822500', '142532.282500', '142532.742500', '142533.202500', '142533.662500', '142534.122500', '142534.582500', '142535.042500', '142535.502500', '142535.962500', '142536.422500', '142536.882500', '142537.342500', '142537.802500', '142538.262500', '142538.722500', '142539.182500', '142539.642500', '142540.102500', '142540.562500', '142541.022500', '142541.482500', '142541.942500', '142542.402500', '142542.862500', '142543.322500', '142543.782500', '142544.242500', '142544.702500', '142545.162500', '142545.622500', '142546.082500', '142546.542500', '142547.002500', '142547.462500', '142547.922500', '142548.382500', '142548.842500', '142549.302500', '142549.762500', '142550.222500', '142550.682500', '142551.142500', '142551.602500', '142552.062500', '142552.522500', '142552.982500', '142553.442500', '142553.902500', '142554.362500', '142554.822500', '142555.282500', '142555.742500', '142556.202500', '142556.662500', '142557.122500', '142557.582500', '142558.042500', '142558.502500', '142558.962500', '142559.422500', '142559.882500', '142600.342500', '142600.802500', '142601.262500', '142601.722500', '142602.182500', '142602.642500', '142603.102500', '142603.562500', '142604.022500', '142604.482500', '142604.942500', '142605.402500', '142605.862500', '142606.322500', '142606.782500', '142607.242500', '142607.702500', '142608.162500', '142608.622500', '142609.082500', '142609.542500', '142610.002500', '142610.462500', '142610.922500', '142611.382500', '142611.842500', '142612.302500', '142612.762500', '142613.222500', '142613.682500', '142614.142500', '142614.602500', '142615.062500', '142615.522500', '142615.982500', '142616.442500', '142616.902500', '142617.362500', '142617.822500', '142618.282500', '142618.742500', '142619.202500', '142619.662500', '142620.122500', '142620.582500', '142621.042500', '142621.502500', '142621.962500', '142622.422500', '142622.882500', '142623.342500', '142623.802500', '142624.262500', '142624.722500', '142625.182500', '142625.642500', '142626.102500', '142626.562500', '142627.022500', '142627.482500', '142627.942500', '142628.402500', '142628.862500', '142629.322500', '142629.782500', '142630.242500', '142630.702500', '142631.162500', '142631.622500', '142632.082500', '142632.542500', '142633.002500', '142633.462500', '142633.922500', '142634.382500', '142634.842500', '142635.302500', '142635.762500', '142636.222500', '142636.682500', '142637.142500', '142637.602500', '142638.062500', '142638.522500', '142638.982500', '142639.442500', '142639.902500', '142640.362500', '142640.822500', '142641.282500', '142641.742500', '142642.202500', '142642.662500', '142643.122500', '142643.582500', '142644.042500', '142644.502500', '142644.962500', '142645.422500', '142645.882500', '142646.342500', '142646.802500', '142647.262500', '142647.722500', '142648.182500', '142648.642500', '142649.102500', '142649.562500', '142650.022500', '142650.482500', '142650.942500', '142651.402500', '142651.862500', '142652.322500', '142652.782500', '142653.242500', '142653.702500', '142654.162500', '142654.622500', '142655.082500', '142655.542500', '142656.002500', '142656.462500', '142656.922500', '142657.382500', '142657.842500', '142658.302500', '142658.762500', '142659.222500', '142659.682500', '142700.142500', '142700.602500', '142701.062500', '142701.522500', '142701.982500', '142702.442500', '142702.902500', '142703.362500', '142703.822500', '142704.282500', '142704.742500', '142705.202500', '142705.662500', '142706.122500', '142706.582500', '142707.042500', '142707.502500', '142707.962500', '142708.422500', '142708.882500', '142709.342500', '142709.802500', '142710.262500', '142710.722500', '142711.182500', '142711.642500', '142712.102500', '142712.562500', '142713.022500', '142713.482500', '142713.942500', '142714.402500', '142714.862500', '142715.322500', '142715.782500', '142716.242500', '142716.702500', '142717.162500', '142717.622500', '142718.082500', '142718.542500', '142719.002500', '142719.462500', '142719.922500', '142720.382500', '142720.842500', '142721.302500', '142721.762500', '142722.222500', '142722.682500', '142723.142500', '142723.602500', '142724.062500', '142724.522500', '142724.982500', '142725.442500', '142725.902500', '142726.362500', '142726.822500', '142727.282500', '142727.742500', '142728.202500', '142728.662500', '142729.122500', '142729.582500', '142730.042500', '142730.502500', '142730.962500', '142731.422500', '142731.882500', '142732.342500', '142732.802500', '142733.262500', '142733.722500', '142734.182500', '142734.642500', '142735.102500', '142735.562500', '142736.022500', '142736.482500', '142736.942500', '142737.402500', '142737.862500', '142738.322500', '142738.782500', '142739.242500', '142739.702500', '142740.162500', '142740.622500', '142741.082500', '142741.542500', '142742.002500', '142742.462500', '142742.922500', '142743.382500', '142743.842500', '142744.302500', '142744.762500', '142745.222500', '142745.682500', '142746.142500', '142746.602500', '142747.062500', '142747.522500', '142747.982500', '142748.442500', '142748.902500', '142749.362500', '142749.822500', '142750.282500', '142750.742500', '142751.202500', '142751.662500', '142752.122500', '142752.582500', '142753.042500', '142753.502500', '142753.962500', '142754.422500', '142754.882500', '142755.342500', '142755.802500', '142756.262500', '142756.722500', '142757.182500', '142757.642500', '142758.102500', '142758.562500', '142759.022500', '142759.482500', '142759.942500', '142800.402500', '142800.862500', '142801.322500', '142801.782500', '142802.242500', '142802.702500', '142803.162500', '142803.622500', '142804.082500', '142804.542500', '142805.002500', '142805.462500', '142805.922500', '142806.382500', '142806.842500', '142807.302500', '142807.762500', '142808.222500', '142808.682500', '142809.142500', '142809.602500', '142810.062500', '142810.522500', '142810.982500', '142811.442500', '142811.902500', '142812.362500', '142812.822500', '142813.282500', '142813.742500', '142814.202500', '142814.662500', '142815.122500', '142815.582500', '142816.042500', '142816.502500', '142816.962500', '142817.422500', '142817.882500', '142818.342500', '142818.802500', '142819.262500', '142819.722500', '142820.182500', '142820.642500', '142821.102500', '142821.562500', '142822.022500', '142822.482500', '142822.942500', '142823.402500', '142823.862500', '142824.322500', '142824.782500', '142825.242500', '142825.702500', '142826.162500', '142826.622500', '142827.082500', '142827.542500', '142828.002500', '142828.462500', '142828.922500', '142829.382500', '142829.842500', '142830.302500', '142830.762500', '142831.222500', '142831.682500', '142832.142500', '142832.602500', '142833.062500', '142833.522500', '142833.982500', '142834.442500', '142834.902500', '142835.362500', '142835.822500', '142836.282500', '142836.742500', '142837.202500', '142837.662500', '142838.122500', '142838.582500', '142839.042500', '142839.502500', '142839.962500', '142840.422500', '142840.882500', '142841.342500', '142841.802500', '142842.262500', '142842.722500', '142843.182500', '142843.642500', '142844.102500', '142844.562500', '142845.022500', '142845.482500', '142845.942500', '142846.402500', '142846.862500', '142847.322500', '142847.782500', '142848.242500', '142848.702500', '142849.162500', '142849.622500', '142850.082500', '142850.542500', '142851.002500', '142851.462500', '142851.922500', '142852.382500', '142852.842500', '142853.302500', '142853.762500', '142854.222500', '142854.682500', '142855.142500', '142855.602500', '142856.062500', '142856.522500', '142856.982500', '142857.442500', '142857.902500', '142858.362500', '142858.822500', '142859.282500', '142859.742500', '142900.202500', '142900.662500', '142901.122500', '142901.582500', '142902.042500', '142902.502500', '142902.962500', '142903.422500', '142903.882500', '142904.342500', '142904.802500', '142905.262500', '142905.722500', '142906.182500', '142906.642500', '142907.102500', '142907.562500', '142908.022500', '142908.482500', '142908.942500', '142909.402500', '142909.862500', '142910.322500', '142910.782500', '142911.242500', '142911.702500', '142912.162500', '142912.622500', '142913.082500', '142913.542500', '142914.002500', '142914.462500', '142914.922500', '142915.382500', '142915.842500', '142916.302500', '142916.762500', '142917.222500', '142917.682500', '142918.142500', '142918.602500', '142919.062500', '142919.522500', '142919.982500', '142920.442500', '142920.902500', '142921.362500', '142921.822500', '142922.282500', '142922.742500', '142923.202500', '142923.662500'], 'ContentTime': ['142243.747000', '142243.750000', '142243.753000', '142243.756000', '142243.758000', '142243.761000', '142243.764000', '142243.767000', '142243.769000', '142243.772000', '142243.775000', '142243.777000', '142243.780000', '142243.783000', '142243.785000', '142243.788000', '142243.790000', '142243.793000', '142243.796000', '142243.798000', '142243.801000', '142243.803000', '142243.807000', '142243.809000', '142243.812000', '142243.815000', '142243.834000', '142243.837000', '142243.839000', '142243.842000', '142243.845000', '142243.847000', '142243.850000', '142243.852000', '142243.872000', '142243.875000', '142243.877000', '142243.880000', '142243.883000', '142243.891000', '142243.894000', '142243.920000', '142243.922000', '142243.925000', '142243.927000', '142243.930000', '142243.932000', '142243.935000', '142243.938000', '142243.940000', '142243.943000', '142243.946000', '142243.948000', '142303.713000', '142303.716000', '142303.719000', '142303.722000', '142303.724000', '142303.727000', '142303.730000', '142303.732000', '142303.735000', '142303.737000', '142303.740000', '142303.742000', '142303.745000', '142303.748000', '142303.750000', '142303.753000', '142303.755000', '142303.758000', '142303.761000', '142303.763000', '142303.766000', '142303.768000', '142303.771000', '142303.773000', '142303.776000', '142303.779000', '142303.781000', '142303.784000', '142303.786000', '142303.789000', '142303.792000', '142303.794000', '142303.797000', '142303.800000', '142303.802000', '142303.805000', '142303.807000', '142303.810000', '142303.818000', '142303.822000', '142303.825000', '142303.827000', '142303.830000', '142323.714000', '142323.717000', '142323.719000', '142323.722000', '142323.725000', '142323.727000', '142323.730000', '142323.732000', '142323.735000', '142323.739000', '142323.742000', '142323.744000', '142323.747000', '142323.750000', '142323.752000', '142323.755000', '142323.758000', '142323.760000', '142323.763000', '142323.766000', '142323.768000', '142323.771000', '142323.773000', '142323.776000', '142323.779000', '142323.781000', '142323.784000', '142323.786000', '142323.789000', '142323.792000', '142323.794000', '142323.797000', '142323.800000', '142323.802000', '142323.805000', '142323.807000', '142323.810000', '142323.813000', '142323.815000', '142323.818000', '142323.820000', '142323.823000', '142323.826000', '142323.828000', '142343.714000', '142343.717000', '142343.719000', '142343.722000', '142343.725000', '142343.727000', '142343.730000', '142343.732000', '142343.735000', '142343.738000', '142343.740000', '142343.743000', '142343.745000', '142343.748000', '142343.750000', '142343.761000', '142343.764000', '142343.767000', '142343.769000', '142343.772000', '142343.774000', '142343.777000', '142343.780000', '142343.782000', '142343.785000', '142343.787000', '142343.790000', '142343.793000', '142343.795000', '142343.798000', '142343.830000', '142343.833000', '142343.835000', '142343.838000', '142343.841000', '142343.843000', '142343.846000', '142343.848000', '142343.851000', '142343.854000', '142343.857000', '142343.860000', '142343.863000', '142403.713000', '142403.716000', '142403.719000', '142403.722000', '142403.724000', '142403.727000', '142403.729000', '142403.732000', '142403.734000', '142403.737000', '142403.740000', '142403.742000', '142403.745000', '142403.747000', '142403.750000', '142403.753000', '142403.755000', '142403.758000', '142403.761000', '142403.763000', '142403.766000', '142403.769000', '142403.771000', '142403.774000', '142403.776000', '142403.779000', '142403.782000', '142403.784000', '142403.787000', '142403.790000', '142403.792000', '142403.795000', '142403.797000', '142403.826000', '142403.828000', '142403.831000', '142403.834000', '142403.836000', '142403.839000', '142403.842000', '142403.844000', '142403.850000', '142403.852000', '142403.855000', '142423.713000', '142423.726000', '142423.729000', '142423.732000', '142423.734000', '142423.737000', '142423.740000', '142423.742000', '142423.745000', '142423.748000', '142423.750000', '142423.753000', '142423.755000', '142423.767000', '142423.770000', '142423.773000', '142423.775000', '142423.778000', '142423.780000', '142423.783000', '142423.786000', '142423.788000', '142423.791000', '142423.794000', '142423.796000', '142423.799000', '142423.801000', '142423.804000', '142423.807000', '142423.810000', '142423.812000', '142423.815000', '142423.817000', '142423.820000', '142423.823000', '142423.825000', '142423.828000', '142423.831000', '142423.834000', '142423.837000', '142423.840000', '142423.842000', '142423.845000', '142443.714000', '142443.717000', '142443.719000', '142443.722000', '142443.725000', '142443.727000', '142443.730000', '142443.732000', '142443.735000', '142443.738000', '142443.740000', '142443.743000', '142443.746000', '142443.748000', '142443.751000', '142443.754000', '142443.756000', '142443.759000', '142443.762000', '142443.764000', '142443.767000', '142443.770000', '142443.772000', '142443.775000', '142443.777000', '142443.780000', '142443.783000', '142443.785000', '142443.788000', '142443.791000', '142443.793000', '142443.796000', '142443.798000', '142443.864000', '142443.867000', '142443.869000', '142443.872000', '142443.875000', '142443.877000', '142443.880000', '142443.883000', '142443.885000', '142443.888000', '142443.890000', '142503.714000', '142503.717000', '142503.719000', '142503.722000', '142503.725000', '142503.727000', '142503.730000', '142503.732000', '142503.735000', '142503.738000', '142503.740000', '142503.743000', '142503.746000', '142503.748000', '142503.751000', '142503.753000', '142503.756000', '142503.759000', '142503.761000', '142503.764000', '142503.766000', '142503.769000', '142503.772000', '142503.774000', '142503.777000', '142503.780000', '142503.782000', '142503.785000', '142503.788000', '142503.790000', '142503.793000', '142503.795000', '142503.798000', '142503.825000', '142503.827000', '142503.830000', '142503.833000', '142503.835000', '142503.838000', '142503.840000', '142503.843000', '142503.846000', '142503.848000', '142523.714000', '142523.717000', '142523.719000', '142523.722000', '142523.725000', '142523.727000', '142523.730000', '142523.732000', '142523.735000', '142523.738000', '142523.740000', '142523.743000', '142523.746000', '142523.748000', '142523.751000', '142523.753000', '142523.756000', '142523.759000', '142523.761000', '142523.764000', '142523.767000', '142523.769000', '142523.772000', '142523.775000', '142523.777000', '142523.780000', '142523.783000', '142523.785000', '142523.788000', '142523.791000', '142523.793000', '142523.796000', '142523.798000', '142524.011000', '142524.014000', '142524.017000', '142524.019000', '142524.022000', '142524.024000', '142524.027000', '142524.030000', '142524.032000', '142524.035000', '142524.038000', '142543.713000', '142543.716000', '142543.719000', '142543.722000', '142543.724000', '142543.727000', '142543.729000', '142543.732000', '142543.743000', '142543.745000', '142543.748000', '142543.751000', '142543.753000', '142543.756000', '142543.759000', '142543.761000', '142543.764000', '142543.766000', '142543.769000', '142543.772000', '142543.774000', '142543.777000', '142543.780000', '142543.782000', '142543.785000', '142543.788000', '142543.790000', '142543.793000', '142543.796000', '142543.798000', '142543.841000', '142543.843000', '142543.846000', '142543.849000', '142543.851000', '142543.854000', '142543.856000', '142543.859000', '142543.862000', '142543.864000', '142543.867000', '142543.869000', '142543.872000', '142603.714000', '142603.717000', '142603.719000', '142603.722000', '142603.724000', '142603.727000', '142603.730000', '142603.732000', '142603.735000', '142603.763000', '142603.766000', '142603.768000', '142603.771000', '142603.774000', '142603.776000', '142603.779000', '142603.781000', '142603.784000', '142603.787000', '142603.789000', '142603.792000', '142603.795000', '142603.797000', '142603.838000', '142603.840000', '142603.843000', '142603.845000', '142603.848000', '142603.851000', '142603.853000', '142603.856000', '142603.858000', '142603.861000', '142603.864000', '142603.866000', '142603.869000', '142603.871000', '142603.874000', '142603.877000', '142603.880000', '142603.882000', '142603.885000', '142603.887000', '142603.890000', '142623.714000', '142623.717000', '142623.719000', '142623.722000', '142623.724000', '142623.727000', '142623.730000', '142623.732000', '142623.735000', '142623.738000', '142623.740000', '142623.743000', '142623.745000', '142623.748000', '142623.751000', '142623.753000', '142623.756000', '142623.758000', '142623.761000', '142623.764000', '142623.766000', '142623.769000', '142623.772000', '142623.774000', '142623.777000', '142623.780000', '142623.782000', '142623.785000', '142623.787000', '142623.790000', '142623.793000', '142623.796000', '142623.798000', '142623.859000', '142623.861000', '142623.864000', '142623.867000', '142623.869000', '142623.872000', '142623.874000', '142623.877000', '142623.880000', '142623.882000', '142643.714000', '142643.716000', '142643.719000', '142643.722000', '142643.724000', '142643.727000', '142643.730000', '142643.732000', '142643.735000', '142643.738000', '142643.740000', '142643.743000', '142643.746000', '142643.748000', '142643.751000', '142643.753000', '142643.756000', '142643.759000', '142643.761000', '142643.764000', '142643.767000', '142643.769000', '142643.772000', '142643.775000', '142643.777000', '142643.780000', '142643.783000', '142643.785000', '142643.788000', '142643.790000', '142643.793000', '142643.796000', '142643.798000', '142643.848000', '142643.851000', '142643.853000', '142643.856000', '142643.859000', '142643.861000', '142643.864000', '142643.867000', '142643.869000', '142643.872000', '142643.874000', '142703.714000', '142703.716000', '142703.719000', '142703.722000', '142703.724000', '142703.727000', '142703.730000', '142703.732000', '142703.735000', '142703.737000', '142703.740000', '142703.743000', '142703.745000', '142703.748000', '142703.750000', '142703.753000', '142703.756000', '142703.758000', '142703.761000', '142703.764000', '142703.766000', '142703.769000', '142703.772000', '142703.774000', '142703.777000', '142703.779000', '142703.782000', '142703.785000', '142703.787000', '142703.790000', '142703.793000', '142703.795000', '142703.798000', '142703.875000', '142703.878000', '142703.881000', '142703.883000', '142703.886000', '142703.889000', '142703.891000', '142703.894000', '142703.896000', '142703.899000', '142723.714000', '142723.717000', '142723.719000', '142723.722000', '142723.724000', '142723.727000', '142723.730000', '142723.732000', '142723.735000', '142723.738000', '142723.741000', '142723.744000', '142723.746000', '142723.749000', '142723.752000', '142723.754000', '142723.757000', '142723.759000', '142723.762000', '142723.765000', '142723.767000', '142723.770000', '142723.773000', '142723.775000', '142723.778000', '142723.781000', '142723.783000', '142723.786000', '142723.789000', '142723.791000', '142723.794000', '142723.797000', '142723.800000', '142723.841000', '142723.854000', '142723.857000', '142723.859000', '142723.862000', '142723.864000', '142723.867000', '142723.870000', '142723.872000', '142723.875000', '142723.877000', '142743.714000', '142743.716000', '142743.719000', '142743.722000', '142743.724000', '142743.727000', '142743.730000', '142743.732000', '142743.735000', '142743.738000', '142743.740000', '142743.743000', '142743.746000', '142743.748000', '142743.751000', '142743.753000', '142743.756000', '142743.759000', '142743.761000', '142743.764000', '142743.769000', '142743.771000', '142743.774000', '142743.777000', '142743.779000', '142743.782000', '142743.785000', '142743.787000', '142743.790000', '142743.792000', '142743.795000', '142743.798000', '142743.831000', '142743.833000', '142743.836000', '142743.839000', '142743.841000', '142743.844000', '142743.846000', '142743.849000', '142743.852000', '142743.854000', '142743.857000', '142803.714000', '142803.717000', '142803.719000', '142803.722000', '142803.725000', '142803.727000', '142803.730000', '142803.732000', '142803.735000', '142803.738000', '142803.740000', '142803.743000', '142803.745000', '142803.748000', '142803.751000', '142803.753000', '142803.756000', '142803.759000', '142803.762000', '142803.764000', '142803.767000', '142803.769000', '142803.772000', '142803.775000', '142803.777000', '142803.780000', '142803.783000', '142803.785000', '142803.788000', '142803.790000', '142803.793000', '142803.796000', '142803.798000', '142803.863000', '142803.865000', '142803.868000', '142803.870000', '142803.873000', '142803.876000', '142803.878000', '142803.881000', '142803.883000', '142803.886000', '142803.889000', '142823.714000', '142823.717000', '142823.720000', '142823.722000', '142823.725000', '142823.727000', '142823.730000', '142823.733000', '142823.735000', '142823.738000', '142823.741000', '142823.743000', '142823.746000', '142823.748000', '142823.751000', '142823.754000', '142823.756000', '142823.759000', '142823.762000', '142823.764000', '142823.767000', '142823.769000', '142823.772000', '142823.775000', '142823.777000', '142823.780000', '142823.782000', '142823.785000', '142823.788000', '142823.790000', '142823.793000', '142823.796000', '142823.798000', '142823.801000', '142823.804000', '142823.806000', '142823.809000', '142823.812000', '142823.814000', '142823.817000', '142823.819000', '142823.822000', '142823.824000', '142843.714000', '142843.717000', '142843.719000', '142843.722000', '142843.725000', '142843.727000', '142843.730000', '142843.733000', '142843.736000', '142843.739000', '142843.742000', '142843.745000', '142843.747000', '142843.750000', '142843.753000', '142843.755000', '142843.758000', '142843.761000', '142843.763000', '142843.766000', '142843.768000', '142843.771000', '142843.774000', '142843.778000', '142843.780000', '142843.783000', '142843.786000', '142843.788000', '142843.791000', '142843.794000', '142843.796000', '142843.799000', '142843.802000', '142843.804000', '142843.807000', '142843.809000', '142843.812000', '142843.815000', '142843.817000', '142843.820000', '142843.822000', '142843.825000', '142843.828000', '142903.714000', '142903.717000', '142903.719000', '142903.722000', '142903.725000', '142903.727000', '142903.730000', '142903.732000', '142903.735000', '142903.738000', '142903.740000', '142903.743000', '142903.746000', '142903.748000', '142903.751000', '142903.754000', '142903.756000', '142903.759000', '142903.761000', '142903.764000', '142903.767000', '142903.769000', '142903.772000', '142903.774000', '142903.777000', '142903.780000', '142903.782000', '142903.785000', '142903.787000', '142903.790000', '142903.793000', '142903.795000', '142903.798000', '142903.849000', '142903.851000', '142903.854000', '142903.856000', '142903.859000', '142903.862000', '142903.864000', '142903.867000', '142903.869000', '142903.872000', '142903.875000', '142923.714000', '142923.717000', '142923.719000', '142923.722000', '142923.724000', '142923.727000', '142923.730000', '142923.732000', '142923.735000', '142923.738000', '142923.740000', '142923.743000', '142923.745000', '142923.748000', '142923.751000', '142923.754000', '142923.757000', '142923.760000', '142923.763000', '142923.766000', '142923.768000', '142923.771000', '142923.773000', '142923.776000', '142923.779000', '142923.781000', '142923.784000', '142923.786000', '142923.789000', '142923.792000', '142923.795000', '142923.797000', '142923.870000', '142923.872000', '142923.875000', '142923.878000', '142923.880000', '142923.883000', '142923.886000', '142923.888000', '142923.891000', '142923.893000', '142923.896000', '142925.134000', '142925.137000', '142925.140000', '142925.142000'], 'InstanceCreationTime': ['142243.747000', '142243.750000', '142243.753000', '142243.756000', '142243.758000', '142243.761000', '142243.764000', '142243.767000', '142243.769000', '142243.772000', '142243.775000', '142243.777000', '142243.780000', '142243.783000', '142243.785000', '142243.788000', '142243.790000', '142243.793000', '142243.796000', '142243.798000', '142243.801000', '142243.803000', '142243.807000', '142243.809000', '142243.812000', '142243.815000', '142243.834000', '142243.837000', '142243.839000', '142243.842000', '142243.845000', '142243.847000', '142243.850000', '142243.852000', '142243.872000', '142243.875000', '142243.877000', '142243.880000', '142243.883000', '142243.891000', '142243.894000', '142243.920000', '142243.922000', '142243.925000', '142243.927000', '142243.930000', '142243.932000', '142243.935000', '142243.938000', '142243.940000', '142243.943000', '142243.946000', '142243.948000', '142303.713000', '142303.716000', '142303.719000', '142303.722000', '142303.724000', '142303.727000', '142303.730000', '142303.732000', '142303.735000', '142303.737000', '142303.740000', '142303.742000', '142303.745000', '142303.748000', '142303.750000', '142303.753000', '142303.755000', '142303.758000', '142303.761000', '142303.763000', '142303.766000', '142303.768000', '142303.771000', '142303.773000', '142303.776000', '142303.779000', '142303.781000', '142303.784000', '142303.786000', '142303.789000', '142303.792000', '142303.794000', '142303.797000', '142303.800000', '142303.802000', '142303.805000', '142303.807000', '142303.810000', '142303.818000', '142303.822000', '142303.825000', '142303.827000', '142303.830000', '142323.714000', '142323.717000', '142323.719000', '142323.722000', '142323.725000', '142323.727000', '142323.730000', '142323.732000', '142323.735000', '142323.739000', '142323.742000', '142323.744000', '142323.747000', '142323.750000', '142323.752000', '142323.755000', '142323.758000', '142323.760000', '142323.763000', '142323.766000', '142323.768000', '142323.771000', '142323.773000', '142323.776000', '142323.779000', '142323.781000', '142323.784000', '142323.786000', '142323.789000', '142323.792000', '142323.794000', '142323.797000', '142323.800000', '142323.802000', '142323.805000', '142323.807000', '142323.810000', '142323.813000', '142323.815000', '142323.818000', '142323.820000', '142323.823000', '142323.826000', '142323.828000', '142343.714000', '142343.717000', '142343.719000', '142343.722000', '142343.725000', '142343.727000', '142343.730000', '142343.732000', '142343.735000', '142343.738000', '142343.740000', '142343.743000', '142343.745000', '142343.748000', '142343.750000', '142343.761000', '142343.764000', '142343.767000', '142343.769000', '142343.772000', '142343.774000', '142343.777000', '142343.780000', '142343.782000', '142343.785000', '142343.787000', '142343.790000', '142343.793000', '142343.795000', '142343.798000', '142343.830000', '142343.833000', '142343.835000', '142343.838000', '142343.841000', '142343.843000', '142343.846000', '142343.848000', '142343.851000', '142343.854000', '142343.857000', '142343.860000', '142343.863000', '142403.713000', '142403.716000', '142403.719000', '142403.722000', '142403.724000', '142403.727000', '142403.729000', '142403.732000', '142403.734000', '142403.737000', '142403.740000', '142403.742000', '142403.745000', '142403.747000', '142403.750000', '142403.753000', '142403.755000', '142403.758000', '142403.761000', '142403.763000', '142403.766000', '142403.769000', '142403.771000', '142403.774000', '142403.776000', '142403.779000', '142403.782000', '142403.784000', '142403.787000', '142403.790000', '142403.792000', '142403.795000', '142403.797000', '142403.826000', '142403.828000', '142403.831000', '142403.834000', '142403.836000', '142403.839000', '142403.842000', '142403.844000', '142403.850000', '142403.852000', '142403.855000', '142423.713000', '142423.726000', '142423.729000', '142423.732000', '142423.734000', '142423.737000', '142423.740000', '142423.742000', '142423.745000', '142423.748000', '142423.750000', '142423.753000', '142423.755000', '142423.767000', '142423.770000', '142423.773000', '142423.775000', '142423.778000', '142423.780000', '142423.783000', '142423.786000', '142423.788000', '142423.791000', '142423.794000', '142423.796000', '142423.799000', '142423.801000', '142423.804000', '142423.807000', '142423.810000', '142423.812000', '142423.815000', '142423.817000', '142423.820000', '142423.823000', '142423.825000', '142423.828000', '142423.831000', '142423.834000', '142423.837000', '142423.840000', '142423.842000', '142423.845000', '142443.714000', '142443.717000', '142443.719000', '142443.722000', '142443.725000', '142443.727000', '142443.730000', '142443.732000', '142443.735000', '142443.738000', '142443.740000', '142443.743000', '142443.746000', '142443.748000', '142443.751000', '142443.754000', '142443.756000', '142443.759000', '142443.762000', '142443.764000', '142443.767000', '142443.770000', '142443.772000', '142443.775000', '142443.777000', '142443.780000', '142443.783000', '142443.785000', '142443.788000', '142443.791000', '142443.793000', '142443.796000', '142443.798000', '142443.864000', '142443.867000', '142443.869000', '142443.872000', '142443.875000', '142443.877000', '142443.880000', '142443.883000', '142443.885000', '142443.888000', '142443.890000', '142503.714000', '142503.717000', '142503.719000', '142503.722000', '142503.725000', '142503.727000', '142503.730000', '142503.732000', '142503.735000', '142503.738000', '142503.740000', '142503.743000', '142503.746000', '142503.748000', '142503.751000', '142503.753000', '142503.756000', '142503.759000', '142503.761000', '142503.764000', '142503.766000', '142503.769000', '142503.772000', '142503.774000', '142503.777000', '142503.780000', '142503.782000', '142503.785000', '142503.788000', '142503.790000', '142503.793000', '142503.795000', '142503.798000', '142503.825000', '142503.827000', '142503.830000', '142503.833000', '142503.835000', '142503.838000', '142503.840000', '142503.843000', '142503.846000', '142503.848000', '142523.714000', '142523.717000', '142523.719000', '142523.722000', '142523.725000', '142523.727000', '142523.730000', '142523.732000', '142523.735000', '142523.738000', '142523.740000', '142523.743000', '142523.746000', '142523.748000', '142523.751000', '142523.753000', '142523.756000', '142523.759000', '142523.761000', '142523.764000', '142523.767000', '142523.769000', '142523.772000', '142523.775000', '142523.777000', '142523.780000', '142523.783000', '142523.785000', '142523.788000', '142523.791000', '142523.793000', '142523.796000', '142523.798000', '142524.011000', '142524.014000', '142524.017000', '142524.019000', '142524.022000', '142524.024000', '142524.027000', '142524.030000', '142524.032000', '142524.035000', '142524.038000', '142543.713000', '142543.716000', '142543.719000', '142543.722000', '142543.724000', '142543.727000', '142543.729000', '142543.732000', '142543.743000', '142543.745000', '142543.748000', '142543.751000', '142543.753000', '142543.756000', '142543.759000', '142543.761000', '142543.764000', '142543.766000', '142543.769000', '142543.772000', '142543.774000', '142543.777000', '142543.780000', '142543.782000', '142543.785000', '142543.788000', '142543.790000', '142543.793000', '142543.796000', '142543.798000', '142543.841000', '142543.843000', '142543.846000', '142543.849000', '142543.851000', '142543.854000', '142543.856000', '142543.859000', '142543.862000', '142543.864000', '142543.867000', '142543.869000', '142543.872000', '142603.714000', '142603.717000', '142603.719000', '142603.722000', '142603.724000', '142603.727000', '142603.730000', '142603.732000', '142603.735000', '142603.763000', '142603.766000', '142603.768000', '142603.771000', '142603.774000', '142603.776000', '142603.779000', '142603.781000', '142603.784000', '142603.787000', '142603.789000', '142603.792000', '142603.795000', '142603.797000', '142603.838000', '142603.840000', '142603.843000', '142603.845000', '142603.848000', '142603.851000', '142603.853000', '142603.856000', '142603.858000', '142603.861000', '142603.864000', '142603.866000', '142603.869000', '142603.871000', '142603.874000', '142603.877000', '142603.880000', '142603.882000', '142603.885000', '142603.887000', '142603.890000', '142623.714000', '142623.717000', '142623.719000', '142623.722000', '142623.724000', '142623.727000', '142623.730000', '142623.732000', '142623.735000', '142623.738000', '142623.740000', '142623.743000', '142623.745000', '142623.748000', '142623.751000', '142623.753000', '142623.756000', '142623.758000', '142623.761000', '142623.764000', '142623.766000', '142623.769000', '142623.772000', '142623.774000', '142623.777000', '142623.780000', '142623.782000', '142623.785000', '142623.787000', '142623.790000', '142623.793000', '142623.796000', '142623.798000', '142623.859000', '142623.861000', '142623.864000', '142623.867000', '142623.869000', '142623.872000', '142623.874000', '142623.877000', '142623.880000', '142623.882000', '142643.714000', '142643.716000', '142643.719000', '142643.722000', '142643.724000', '142643.727000', '142643.730000', '142643.732000', '142643.735000', '142643.738000', '142643.740000', '142643.743000', '142643.746000', '142643.748000', '142643.751000', '142643.753000', '142643.756000', '142643.759000', '142643.761000', '142643.764000', '142643.767000', '142643.769000', '142643.772000', '142643.775000', '142643.777000', '142643.780000', '142643.783000', '142643.785000', '142643.788000', '142643.790000', '142643.793000', '142643.796000', '142643.798000', '142643.848000', '142643.851000', '142643.853000', '142643.856000', '142643.859000', '142643.861000', '142643.864000', '142643.867000', '142643.869000', '142643.872000', '142643.874000', '142703.714000', '142703.716000', '142703.719000', '142703.722000', '142703.724000', '142703.727000', '142703.730000', '142703.732000', '142703.735000', '142703.737000', '142703.740000', '142703.743000', '142703.745000', '142703.748000', '142703.750000', '142703.753000', '142703.756000', '142703.758000', '142703.761000', '142703.764000', '142703.766000', '142703.769000', '142703.772000', '142703.774000', '142703.777000', '142703.779000', '142703.782000', '142703.785000', '142703.787000', '142703.790000', '142703.793000', '142703.795000', '142703.798000', '142703.875000', '142703.878000', '142703.881000', '142703.883000', '142703.886000', '142703.889000', '142703.891000', '142703.894000', '142703.896000', '142703.899000', '142723.714000', '142723.717000', '142723.719000', '142723.722000', '142723.724000', '142723.727000', '142723.730000', '142723.732000', '142723.735000', '142723.738000', '142723.741000', '142723.744000', '142723.746000', '142723.749000', '142723.752000', '142723.754000', '142723.757000', '142723.759000', '142723.762000', '142723.765000', '142723.767000', '142723.770000', '142723.773000', '142723.775000', '142723.778000', '142723.781000', '142723.783000', '142723.786000', '142723.789000', '142723.791000', '142723.794000', '142723.797000', '142723.800000', '142723.841000', '142723.854000', '142723.857000', '142723.859000', '142723.862000', '142723.864000', '142723.867000', '142723.870000', '142723.872000', '142723.875000', '142723.877000', '142743.714000', '142743.716000', '142743.719000', '142743.722000', '142743.724000', '142743.727000', '142743.730000', '142743.732000', '142743.735000', '142743.738000', '142743.740000', '142743.743000', '142743.746000', '142743.748000', '142743.751000', '142743.753000', '142743.756000', '142743.759000', '142743.761000', '142743.764000', '142743.769000', '142743.771000', '142743.774000', '142743.777000', '142743.779000', '142743.782000', '142743.785000', '142743.787000', '142743.790000', '142743.792000', '142743.795000', '142743.798000', '142743.831000', '142743.833000', '142743.836000', '142743.839000', '142743.841000', '142743.844000', '142743.846000', '142743.849000', '142743.852000', '142743.854000', '142743.857000', '142803.714000', '142803.717000', '142803.719000', '142803.722000', '142803.725000', '142803.727000', '142803.730000', '142803.732000', '142803.735000', '142803.738000', '142803.740000', '142803.743000', '142803.745000', '142803.748000', '142803.751000', '142803.753000', '142803.756000', '142803.759000', '142803.762000', '142803.764000', '142803.767000', '142803.769000', '142803.772000', '142803.775000', '142803.777000', '142803.780000', '142803.783000', '142803.785000', '142803.788000', '142803.790000', '142803.793000', '142803.796000', '142803.798000', '142803.863000', '142803.865000', '142803.868000', '142803.870000', '142803.873000', '142803.876000', '142803.878000', '142803.881000', '142803.883000', '142803.886000', '142803.889000', '142823.714000', '142823.717000', '142823.720000', '142823.722000', '142823.725000', '142823.727000', '142823.730000', '142823.733000', '142823.735000', '142823.738000', '142823.741000', '142823.743000', '142823.746000', '142823.748000', '142823.751000', '142823.754000', '142823.756000', '142823.759000', '142823.762000', '142823.764000', '142823.767000', '142823.769000', '142823.772000', '142823.775000', '142823.777000', '142823.780000', '142823.782000', '142823.785000', '142823.788000', '142823.790000', '142823.793000', '142823.796000', '142823.798000', '142823.801000', '142823.804000', '142823.806000', '142823.809000', '142823.812000', '142823.814000', '142823.817000', '142823.819000', '142823.822000', '142823.824000', '142843.714000', '142843.717000', '142843.719000', '142843.722000', '142843.725000', '142843.727000', '142843.730000', '142843.733000', '142843.736000', '142843.739000', '142843.742000', '142843.745000', '142843.747000', '142843.750000', '142843.753000', '142843.755000', '142843.758000', '142843.761000', '142843.763000', '142843.766000', '142843.768000', '142843.771000', '142843.774000', '142843.778000', '142843.780000', '142843.783000', '142843.786000', '142843.788000', '142843.791000', '142843.794000', '142843.796000', '142843.799000', '142843.802000', '142843.804000', '142843.807000', '142843.809000', '142843.812000', '142843.815000', '142843.817000', '142843.820000', '142843.822000', '142843.825000', '142843.828000', '142903.714000', '142903.717000', '142903.719000', '142903.722000', '142903.725000', '142903.727000', '142903.730000', '142903.732000', '142903.735000', '142903.738000', '142903.740000', '142903.743000', '142903.746000', '142903.748000', '142903.751000', '142903.754000', '142903.756000', '142903.759000', '142903.761000', '142903.764000', '142903.767000', '142903.769000', '142903.772000', '142903.774000', '142903.777000', '142903.780000', '142903.782000', '142903.785000', '142903.787000', '142903.790000', '142903.793000', '142903.795000', '142903.798000', '142903.849000', '142903.851000', '142903.854000', '142903.856000', '142903.859000', '142903.862000', '142903.864000', '142903.867000', '142903.869000', '142903.872000', '142903.875000', '142923.714000', '142923.717000', '142923.719000', '142923.722000', '142923.724000', '142923.727000', '142923.730000', '142923.732000', '142923.735000', '142923.738000', '142923.740000', '142923.743000', '142923.745000', '142923.748000', '142923.751000', '142923.754000', '142923.757000', '142923.760000', '142923.763000', '142923.766000', '142923.768000', '142923.771000', '142923.773000', '142923.776000', '142923.779000', '142923.781000', '142923.784000', '142923.786000', '142923.789000', '142923.792000', '142923.795000', '142923.797000', '142923.870000', '142923.872000', '142923.875000', '142923.878000', '142923.880000', '142923.883000', '142923.886000', '142923.888000', '142923.891000', '142923.893000', '142923.896000', '142925.134000', '142925.137000', '142925.140000', '142925.142000'], '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': [11820, 17097, 11306, 17100, 11085, 17579, 11164, 16634, 11039, 16811, 10777, 16933, 11659, 16449, 12563, 16641, 12490, 18372, 13182, 17496, 12792, 17104, 12649, 18690, 13615, 16927, 13111, 16924, 13279, 17033, 12932, 11703, 14375, 10303, 15514, 10894, 16362, 11436, 16359, 10622, 16630, 10992, 16682, 10669, 16835, 11053, 16532, 10969, 16371, 11031, 16107, 11066, 16282, 10431, 15554, 10642, 16447, 10694, 16400, 10944, 15489, 10144, 15248, 10545, 15438, 15129, 14313, 11218, 14151, 12056, 13810, 13918, 14857, 10036, 15640, 10446, 15873, 10815, 15794, 11497, 15599, 10204, 15874, 11279, 15207, 18162, 14074, 16442, 13567, 17246, 13193, 16532, 12965, 17662, 12866, 15928, 12621, 12461, 12849, 11767, 14106, 10445, 17201, 13077, 13590, 14498, 9891, 17102, 11844, 18575, 13518, 19889, 13871, 18165, 12872, 13931, 13324, 12439, 15501, 11438, 16712, 12237, 17103, 14233, 17900, 13239, 19218, 13222, 13988, 13010, 12011, 14374, 12544, 15707, 10739, 16608, 10712, 16491, 11110, 16184, 11248, 16657, 10555, 16086, 11253, 16586, 10813, 16003, 10877, 15681, 10266, 15660, 10069, 15295, 13960, 14827, 10981, 15174, 10136, 15862, 10949, 17520, 12643, 15810, 13041, 9975, 15325, 11130, 18551, 12376, 17195, 12772, 16904, 11271, 16725, 10913, 15862, 10722, 16300, 11570, 16445, 11812, 16239, 13267, 16130, 12882, 15845, 13037, 16029, 12708, 17349, 12392, 16119, 12617, 16105, 12661, 16465, 11412, 15977, 11839, 15561, 10659, 15503, 10527, 15368, 10216, 15333, 10335, 15153, 10009, 14695, 17420, 12916, 18200, 13118, 15840, 12532, 16029, 12894, 16702, 12421, 17800, 12574, 11013, 13103, 9824, 14689, 11446, 15233, 13547, 14713, 10281, 15113, 10412, 15728, 10682, 16380, 10409, 15020, 13287, 14763, 10294, 14868, 12657, 14438, 19012, 13548, 17329, 12661, 16426, 12529, 16039, 13280, 15582, 11124, 15201, 10421, 14985, 9857, 14979, 9987, 14952, 11849, 14690, 9904, 15019, 10776, 14955, 16221, 12915, 17984, 12918, 15655, 12034, 15390, 12035, 16080, 10672, 15656, 11169, 15052, 10200, 15037, 10008, 14799, 13314, 13787, 18222, 12659, 16550, 12426, 16979, 12003, 15536, 11051, 15207, 10270, 15259, 10411, 15159, 10313, 15614, 10631, 15608, 10713, 15735, 11148, 16652, 10565, 15520, 10652, 15249, 12306, 14160, 17323, 13557, 14189, 12756, 17161, 12527, 16919, 12011, 15129, 11632, 15516, 12165, 16063, 11984, 16134, 12064, 15459, 11245, 14963, 10313, 15646, 10759, 15950, 12230, 16006, 12941, 16538, 13567, 10592, 14143, 11412, 19273, 13321, 10454, 17343, 12915, 10338, 16162, 12800, 17823, 12915, 18623, 12821, 14757, 13769, 9980, 15364, 10870, 16741, 11443, 17539, 13268, 17209, 12984, 16955, 13006, 17642, 13013, 18150, 12509, 14471, 12900, 12628, 14054, 15731, 14823, 10695, 15964, 11221, 16537, 12584, 17184, 12691, 17219, 12626, 16852, 12405, 17164, 12322, 17697, 12474, 12355, 13216, 10929, 14830, 10970, 15118, 10992, 15815, 10480, 15375, 11561, 16235, 12332, 17019, 12976, 16888, 12520, 16282, 12655, 16798, 12690, 17429, 12724, 16779, 12740, 15962, 12469, 17618, 12386, 16783, 12881, 16118, 12517, 16053, 12115, 15982, 12046, 16531, 12131, 16532, 11926, 16718, 12474, 15996, 11783, 16175, 12233, 16992, 12123, 16944, 12706, 16021, 11803, 17645, 11898, 10355, 13066, 12078, 18558, 13811, 9789, 14906, 12348, 10247, 15653, 11783, 18634, 13271, 17186, 12500, 16878, 12618, 13470, 13200, 13944, 14910, 10081, 15015, 10410, 15362, 10604, 15693, 11119, 15895, 12352, 15460, 13233, 16426, 12918, 17530, 12347, 17158, 12443, 17271, 12503, 17388, 12990, 16684, 12542, 16601, 12948, 17014, 12518, 17414, 12559, 15916, 12462, 16121, 12732, 16745, 12188, 17654, 12496, 16594, 12572, 16201, 12268, 16826, 11928, 16893, 11749, 16118, 11513, 16164, 10812, 15932, 10324, 16026, 9833, 15243, 10197, 14798, 13544, 14349, 18039, 13406, 14397, 12882, 16843, 12564, 17066, 12624, 15760, 12131, 16064, 12426, 16846, 12459, 16357, 12211, 16603, 12362, 16169, 11756, 16308, 11764, 16055, 12223, 15644, 12306, 16380, 11838, 16157, 11843, 15646, 11767, 16190, 10379, 15569, 10174, 15520, 10079, 15407, 10111, 15597, 11013, 16110, 10691, 15693, 10980, 15917, 10677, 16756, 11458, 16693, 11387, 16676, 10574, 15409, 10547, 15734, 10205, 15208, 10155, 15320, 10430, 15378, 13747, 14548, 10021, 14510, 11082, 14738, 16747, 13794, 11798, 13488, 11833, 14647, 12772, 14386, 14827, 13733, 10946, 14177, 16190, 13224, 18170, 12740, 17534, 12788, 16043, 12471, 15753, 12703, 15268, 12540, 16011, 12430, 15605, 12342, 16672, 11912, 16961, 10819, 16087, 10049, 15027, 10231, 15255, 13392, 15187, 10739, 14855, 10871, 14957, 11875, 15893, 11313, 16171, 10928, 16127, 10973, 16877, 11442, 17032, 10977, 16810, 12910, 17675, 13151, 18522, 13297, 11508, 13585, 9804, 15978, 10737, 17344, 11975, 17752, 12843, 17140, 13316, 17535, 12789, 18009, 12704, 13523, 13065, 13804, 13639, 13900, 14949, 10230, 15954, 10840, 16431, 11327, 17291, 12425, 16785, 12510, 16563, 12699, 16365, 11598, 16360, 10894, 15708, 10000, 15318, 10376, 15206, 10943, 15597, 10372, 15386, 10475, 15643, 10868, 15719, 10310, 15152, 10347, 15164, 13868, 14041, 16756, 13722, 10913, 14058, 10025, 15620, 10762, 17640, 12852, 17478, 12681, 17264, 12522, 17635, 12759, 12134, 13302, 10473, 17257, 12979, 18633, 13534, 12227, 12920, 10289, 14915, 10445, 15990, 11162, 16714, 11010, 16480, 12277, 16590, 12909, 16456, 12523, 16016, 12350, 12060, 13155, 12407, 14834, 12350, 15365, 11170, 15725, 11596, 16181, 15663, 14973, 11108, 14831, 10785, 15568, 10685, 15840, 10885, 16200, 11679, 16983, 12918, 17544, 12736, 17299, 12596, 16049, 11949, 15720, 12214, 16007, 10830, 15291, 10361, 14894, 10528, 15546, 10142, 15419, 10443, 14522, 9864, 14781, 9874, 15006, 11043, 15051, 10068, 14823, 12576, 14369, 19305, 13604, 14396, 12333, 16281, 12478, 17666, 12479, 16105, 12583, 17006, 12191, 16798, 12309, 16903, 12445, 17031, 12262, 16580, 12456, 16375, 11822, 15557, 11638, 15729, 10006, 15104, 9982, 14438, 10175, 14802, 12230, 13987, 18479, 13193, 15811, 11809, 15536, 11917, 16136, 12233, 14894, 11138, 15005, 10982, 14708, 10336, 15141, 11231, 15242, 12063, 16515, 12866, 17158, 12987, 16644, 11961, 15892, 12261, 16892, 12300, 14721, 12225, 11032, 13850, 10860, 15338, 11558, 15939, 10555, 15741, 11431, 16517, 12103, 16358, 12697, 15831, 11847, 15530, 12054, 16424, 12448, 16718, 11712, 14783, 11887, 17641, 11914, 16786, 12597, 15846, 11696, 12338, 12347, 10274, 13962, 10694, 15257, 11650, 15493, 11877, 16138, 11962, 16626, 12293, 14233, 11326, 13588, 12208, 14556, 12812, 12294, 13668, 11729, 14302, 10255, 15779, 11162, 15510, 11162, 15024, 11199], 'WindowCenter': [4881.0, 4915.0, 4852.0, 4903.0, 4851.0, 4898.0, 4839.0, 4899.0, 4849.0, 4890.0, 4850.0, 4909.0, 4862.0, 4899.0, 4863.0, 4910.0, 4864.0, 4920.0, 4874.0, 4902.0, 4880.0, 4901.0, 4863.0, 4911.0, 4881.0, 4890.0, 4863.0, 4898.0, 4862.0, 4898.0, 4862.0, 4860.0, 4881.0, 4840.0, 4891.0, 4850.0, 4900.0, 4838.0, 4898.0, 4841.0, 4890.0, 4839.0, 4899.0, 4830.0, 4887.0, 4848.0, 4897.0, 4830.0, 4888.0, 4850.0, 4887.0, 4848.0, 4890.0, 4831.0, 4899.0, 4840.0, 4888.0, 4828.0, 4887.0, 4827.0, 4879.0, 4819.0, 4887.0, 4834.0, 4888.0, 4873.0, 4878.0, 4837.0, 4880.0, 4859.0, 4867.0, 4868.0, 4877.0, 4829.0, 4890.0, 4828.0, 4890.0, 4849.0, 4900.0, 4840.0, 4887.0, 4827.0, 4887.0, 4839.0, 4880.0, 4898.0, 4870.0, 4885.0, 4878.0, 4906.0, 4858.0, 4897.0, 4868.0, 4908.0, 4880.0, 4889.0, 4872.0, 4862.0, 4881.0, 4860.0, 4902.0, 4856.0, 4915.0, 4884.0, 4882.0, 4892.0, 4836.0, 4903.0, 4850.0, 4912.0, 4870.0, 4912.0, 4872.0, 4897.0, 4858.0, 4866.0, 4868.0, 4857.0, 4878.0, 4847.0, 4887.0, 4849.0, 4888.0, 4867.0, 4908.0, 4871.0, 4909.0, 4872.0, 4869.0, 4858.0, 4849.0, 4869.0, 4859.0, 4881.0, 4826.0, 4896.0, 4826.0, 4896.0, 4847.0, 4889.0, 4839.0, 4888.0, 4829.0, 4878.0, 4838.0, 4885.0, 4838.0, 4888.0, 4828.0, 4877.0, 4825.0, 4878.0, 4827.0, 4878.0, 4868.0, 4880.0, 4830.0, 4879.0, 4840.0, 4889.0, 4840.0, 4907.0, 4862.0, 4889.0, 4872.0, 4854.0, 4893.0, 4850.0, 4922.0, 4862.0, 4900.0, 4870.0, 4887.0, 4838.0, 4877.0, 4828.0, 4874.0, 4825.0, 4875.0, 4823.0, 4883.0, 4837.0, 4871.0, 4855.0, 4886.0, 4856.0, 4877.0, 4869.0, 4878.0, 4857.0, 4888.0, 4849.0, 4886.0, 4846.0, 4878.0, 4857.0, 4877.0, 4837.0, 4875.0, 4847.0, 4873.0, 4828.0, 4886.0, 4827.0, 4877.0, 4837.0, 4886.0, 4827.0, 4887.0, 4816.0, 4889.0, 4886.0, 4859.0, 4884.0, 4858.0, 4884.0, 4845.0, 4871.0, 4867.0, 4884.0, 4850.0, 4897.0, 4849.0, 4825.0, 4866.0, 4815.0, 4876.0, 4839.0, 4879.0, 4856.0, 4867.0, 4828.0, 4877.0, 4828.0, 4878.0, 4829.0, 4890.0, 4825.0, 4878.0, 4856.0, 4875.0, 4815.0, 4868.0, 4846.0, 4878.0, 4892.0, 4866.0, 4886.0, 4843.0, 4876.0, 4846.0, 4884.0, 4867.0, 4877.0, 4838.0, 4878.0, 4828.0, 4878.0, 4819.0, 4879.0, 4819.0, 4890.0, 4850.0, 4880.0, 4831.0, 4881.0, 4840.0, 4878.0, 4888.0, 4862.0, 4898.0, 4861.0, 4876.0, 4860.0, 4879.0, 4860.0, 4889.0, 4839.0, 4899.0, 4860.0, 4881.0, 4832.0, 4891.0, 4829.0, 4879.0, 4881.0, 4882.0, 4909.0, 4881.0, 4898.0, 4860.0, 4898.0, 4859.0, 4900.0, 4852.0, 4899.0, 4832.0, 4891.0, 4831.0, 4881.0, 4828.0, 4885.0, 4830.0, 4890.0, 4831.0, 4887.0, 4849.0, 4890.0, 4840.0, 4877.0, 4838.0, 4880.0, 4849.0, 4869.0, 4887.0, 4856.0, 4854.0, 4867.0, 4882.0, 4846.0, 4887.0, 4850.0, 4868.0, 4840.0, 4886.0, 4870.0, 4886.0, 4860.0, 4887.0, 4851.0, 4875.0, 4840.0, 4876.0, 4830.0, 4890.0, 4849.0, 4899.0, 4860.0, 4891.0, 4869.0, 4899.0, 4868.0, 4842.0, 4883.0, 4873.0, 4922.0, 4883.0, 4853.0, 4912.0, 4870.0, 4841.0, 4910.0, 4881.0, 4909.0, 4862.0, 4898.0, 4862.0, 4878.0, 4867.0, 4826.0, 4887.0, 4826.0, 4888.0, 4839.0, 4894.0, 4857.0, 4897.0, 4858.0, 4898.0, 4862.0, 4887.0, 4858.0, 4899.0, 4861.0, 4869.0, 4870.0, 4845.0, 4878.0, 4865.0, 4878.0, 4829.0, 4875.0, 4848.0, 4888.0, 4849.0, 4888.0, 4846.0, 4885.0, 4868.0, 4888.0, 4849.0, 4886.0, 4858.0, 4886.0, 4859.0, 4848.0, 4867.0, 4824.0, 4867.0, 4824.0, 4864.0, 4825.0, 4877.0, 4828.0, 4878.0, 4847.0, 4888.0, 4856.0, 4888.0, 4859.0, 4895.0, 4849.0, 4877.0, 4849.0, 4886.0, 4856.0, 4896.0, 4857.0, 4887.0, 4859.0, 4878.0, 4849.0, 4896.0, 4847.0, 4887.0, 4859.0, 4877.0, 4858.0, 4885.0, 4851.0, 4886.0, 4858.0, 4889.0, 4849.0, 4888.0, 4860.0, 4887.0, 4859.0, 4878.0, 4859.0, 4885.0, 4861.0, 4888.0, 4851.0, 4889.0, 4857.0, 4874.0, 4860.0, 4884.0, 4850.0, 4837.0, 4869.0, 4863.0, 4919.0, 4872.0, 4832.0, 4889.0, 4861.0, 4841.0, 4899.0, 4859.0, 4908.0, 4870.0, 4898.0, 4851.0, 4898.0, 4853.0, 4857.0, 4856.0, 4857.0, 4867.0, 4814.0, 4866.0, 4815.0, 4878.0, 4829.0, 4875.0, 4839.0, 4888.0, 4860.0, 4879.0, 4868.0, 4887.0, 4858.0, 4911.0, 4863.0, 4899.0, 4863.0, 4898.0, 4862.0, 4887.0, 4860.0, 4887.0, 4850.0, 4886.0, 4867.0, 4889.0, 4857.0, 4886.0, 4847.0, 4877.0, 4847.0, 4875.0, 4870.0, 4887.0, 4851.0, 4899.0, 4850.0, 4888.0, 4847.0, 4885.0, 4859.0, 4886.0, 4848.0, 4886.0, 4838.0, 4877.0, 4838.0, 4887.0, 4824.0, 4877.0, 4818.0, 4877.0, 4817.0, 4875.0, 4825.0, 4863.0, 4843.0, 4867.0, 4882.0, 4856.0, 4854.0, 4845.0, 4885.0, 4847.0, 4887.0, 4846.0, 4885.0, 4849.0, 4874.0, 4858.0, 4887.0, 4849.0, 4877.0, 4846.0, 4887.0, 4848.0, 4873.0, 4836.0, 4877.0, 4849.0, 4878.0, 4849.0, 4886.0, 4849.0, 4885.0, 4859.0, 4889.0, 4851.0, 4896.0, 4847.0, 4889.0, 4838.0, 4876.0, 4827.0, 4879.0, 4817.0, 4888.0, 4829.0, 4889.0, 4840.0, 4889.0, 4840.0, 4889.0, 4841.0, 4890.0, 4828.0, 4887.0, 4851.0, 4889.0, 4850.0, 4886.0, 4828.0, 4878.0, 4829.0, 4874.0, 4816.0, 4877.0, 4828.0, 4876.0, 4827.0, 4888.0, 4854.0, 4865.0, 4826.0, 4869.0, 4847.0, 4880.0, 4888.0, 4868.0, 4849.0, 4871.0, 4858.0, 4890.0, 4857.0, 4884.0, 4878.0, 4870.0, 4839.0, 4880.0, 4888.0, 4871.0, 4911.0, 4871.0, 4898.0, 4859.0, 4900.0, 4862.0, 4898.0, 4872.0, 4890.0, 4868.0, 4902.0, 4874.0, 4903.0, 4872.0, 4900.0, 4861.0, 4900.0, 4852.0, 4890.0, 4832.0, 4889.0, 4827.0, 4878.0, 4856.0, 4877.0, 4830.0, 4880.0, 4837.0, 4880.0, 4857.0, 4887.0, 4840.0, 4891.0, 4849.0, 4890.0, 4840.0, 4887.0, 4839.0, 4885.0, 4830.0, 4888.0, 4857.0, 4897.0, 4869.0, 4898.0, 4878.0, 4851.0, 4870.0, 4820.0, 4887.0, 4838.0, 4889.0, 4846.0, 4885.0, 4856.0, 4884.0, 4867.0, 4884.0, 4846.0, 4884.0, 4849.0, 4856.0, 4856.0, 4865.0, 4858.0, 4856.0, 4867.0, 4817.0, 4884.0, 4825.0, 4874.0, 4824.0, 4886.0, 4849.0, 4875.0, 4848.0, 4884.0, 4848.0, 4877.0, 4827.0, 4885.0, 4824.0, 4863.0, 4806.0, 4874.0, 4816.0, 4863.0, 4815.0, 4865.0, 4817.0, 4879.0, 4829.0, 4886.0, 4840.0, 4876.0, 4827.0, 4880.0, 4819.0, 4880.0, 4856.0, 4879.0, 4877.0, 4859.0, 4837.0, 4868.0, 4819.0, 4876.0, 4840.0, 4896.0, 4858.0, 4909.0, 4857.0, 4897.0, 4859.0, 4885.0, 4855.0, 4848.0, 4857.0, 4827.0, 4899.0, 4872.0, 4909.0, 4868.0, 4849.0, 4869.0, 4829.0, 4879.0, 4826.0, 4875.0, 4828.0, 4884.0, 4837.0, 4877.0, 4848.0, 4885.0, 4857.0, 4884.0, 4860.0, 4885.0, 4861.0, 4858.0, 4858.0, 4858.0, 4881.0, 4849.0, 4876.0, 4834.0, 4876.0, 4839.0, 4888.0, 4874.0, 4868.0, 4835.0, 4867.0, 4826.0, 4875.0, 4825.0, 4875.0, 4826.0, 4885.0, 4841.0, 4887.0, 4860.0, 4899.0, 4860.0, 4889.0, 4850.0, 4878.0, 4839.0, 4878.0, 4838.0, 4875.0, 4828.0, 4864.0, 4815.0, 4866.0, 4825.0, 4877.0, 4815.0, 4878.0, 4829.0, 4869.0, 4831.0, 4890.0, 4841.0, 4887.0, 4850.0, 4893.0, 4832.0, 4883.0, 4860.0, 4882.0, 4919.0, 4872.0, 4879.0, 4862.0, 4889.0, 4862.0, 4895.0, 4861.0, 4887.0, 4860.0, 4899.0, 4858.0, 4890.0, 4852.0, 4908.0, 4868.0, 4885.0, 4861.0, 4890.0, 4860.0, 4888.0, 4840.0, 4875.0, 4836.0, 4874.0, 4819.0, 4875.0, 4816.0, 4868.0, 4837.0, 4880.0, 4846.0, 4867.0, 4895.0, 4859.0, 4874.0, 4850.0, 4879.0, 4847.0, 4879.0, 4848.0, 4876.0, 4837.0, 4876.0, 4837.0, 4888.0, 4827.0, 4880.0, 4860.0, 4898.0, 4858.0, 4899.0, 4869.0, 4896.0, 4857.0, 4897.0, 4848.0, 4879.0, 4846.0, 4884.0, 4846.0, 4867.0, 4845.0, 4825.0, 4858.0, 4828.0, 4879.0, 4835.0, 4877.0, 4828.0, 4885.0, 4835.0, 4874.0, 4848.0, 4877.0, 4848.0, 4877.0, 4836.0, 4864.0, 4845.0, 4885.0, 4849.0, 4874.0, 4847.0, 4863.0, 4839.0, 4883.0, 4838.0, 4873.0, 4846.0, 4865.0, 4834.0, 4831.0, 4847.0, 4816.0, 4867.0, 4829.0, 4875.0, 4847.0, 4876.0, 4848.0, 4897.0, 4850.0, 4889.0, 4849.0, 4857.0, 4839.0, 4846.0, 4834.0, 4855.0, 4847.0, 4836.0, 4855.0, 4822.0, 4855.0, 4814.0, 4876.0, 4825.0, 4866.0, 4827.0, 4863.0, 4827.0], 'WindowWidth': [10640.0, 10678.0, 10581.0, 10650.0, 10578.0, 10635.0, 10552.0, 10642.0, 10571.0, 10623.0, 10576.0, 10657.0, 10594.0, 10643.0, 10592.0, 10659.0, 10594.0, 10674.0, 10606.0, 10643.0, 10618.0, 10642.0, 10590.0, 10653.0, 10617.0, 10624.0, 10589.0, 10637.0, 10586.0, 10639.0, 10587.0, 10587.0, 10613.0, 10560.0, 10626.0, 10574.0, 10643.0, 10550.0, 10639.0, 10560.0, 10623.0, 10556.0, 10640.0, 10541.0, 10616.0, 10568.0, 10636.0, 10539.0, 10619.0, 10574.0, 10620.0, 10570.0, 10625.0, 10542.0, 10642.0, 10555.0, 10621.0, 10538.0, 10618.0, 10534.0, 10605.0, 10523.0, 10622.0, 10547.0, 10624.0, 10594.0, 10610.0, 10547.0, 10615.0, 10583.0, 10591.0, 10590.0, 10603.0, 10544.0, 10623.0, 10536.0, 10626.0, 10571.0, 10643.0, 10554.0, 10617.0, 10534.0, 10617.0, 10552.0, 10611.0, 10632.0, 10597.0, 10611.0, 10610.0, 10647.0, 10578.0, 10637.0, 10592.0, 10652.0, 10616.0, 10622.0, 10608.0, 10589.0, 10621.0, 10584.0, 10653.0, 10588.0, 10669.0, 10628.0, 10621.0, 10634.0, 10557.0, 10648.0, 10571.0, 10658.0, 10596.0, 10659.0, 10600.0, 10632.0, 10578.0, 10585.0, 10597.0, 10579.0, 10603.0, 10565.0, 10615.0, 10566.0, 10620.0, 10590.0, 10653.0, 10600.0, 10651.0, 10601.0, 10593.0, 10578.0, 10565.0, 10593.0, 10584.0, 10609.0, 10531.0, 10634.0, 10529.0, 10634.0, 10564.0, 10619.0, 10550.0, 10615.0, 10535.0, 10603.0, 10548.0, 10612.0, 10553.0, 10617.0, 10534.0, 10601.0, 10534.0, 10604.0, 10537.0, 10603.0, 10588.0, 10612.0, 10539.0, 10605.0, 10560.0, 10621.0, 10558.0, 10649.0, 10586.0, 10625.0, 10604.0, 10586.0, 10634.0, 10572.0, 10679.0, 10588.0, 10638.0, 10600.0, 10618.0, 10552.0, 10601.0, 10530.0, 10599.0, 10524.0, 10595.0, 10521.0, 10609.0, 10543.0, 10585.0, 10573.0, 10616.0, 10578.0, 10600.0, 10597.0, 10604.0, 10575.0, 10617.0, 10566.0, 10617.0, 10558.0, 10603.0, 10578.0, 10601.0, 10545.0, 10595.0, 10562.0, 10592.0, 10533.0, 10618.0, 10531.0, 10601.0, 10552.0, 10619.0, 10538.0, 10621.0, 10517.0, 10625.0, 10613.0, 10579.0, 10609.0, 10575.0, 10613.0, 10555.0, 10588.0, 10594.0, 10609.0, 10567.0, 10627.0, 10566.0, 10529.0, 10592.0, 10515.0, 10602.0, 10551.0, 10608.0, 10571.0, 10587.0, 10539.0, 10606.0, 10533.0, 10605.0, 10538.0, 10626.0, 10528.0, 10602.0, 10570.0, 10602.0, 10514.0, 10590.0, 10556.0, 10608.0, 10617.0, 10589.0, 10612.0, 10551.0, 10596.0, 10556.0, 10613.0, 10591.0, 10600.0, 10548.0, 10603.0, 10534.0, 10603.0, 10522.0, 10605.0, 10524.0, 10630.0, 10568.0, 10609.0, 10542.0, 10612.0, 10555.0, 10608.0, 10619.0, 10585.0, 10633.0, 10583.0, 10601.0, 10588.0, 10608.0, 10583.0, 10624.0, 10554.0, 10640.0, 10588.0, 10613.0, 10545.0, 10627.0, 10539.0, 10610.0, 10617.0, 10617.0, 10651.0, 10619.0, 10635.0, 10584.0, 10635.0, 10582.0, 10645.0, 10574.0, 10643.0, 10546.0, 10628.0, 10544.0, 10611.0, 10536.0, 10614.0, 10541.0, 10622.0, 10543.0, 10617.0, 10571.0, 10625.0, 10560.0, 10605.0, 10556.0, 10610.0, 10563.0, 10592.0, 10614.0, 10573.0, 10566.0, 10593.0, 10603.0, 10559.0, 10615.0, 10566.0, 10588.0, 10553.0, 10620.0, 10602.0, 10615.0, 10589.0, 10617.0, 10570.0, 10600.0, 10553.0, 10601.0, 10541.0, 10623.0, 10570.0, 10639.0, 10587.0, 10626.0, 10597.0, 10641.0, 10593.0, 10561.0, 10619.0, 10610.0, 10670.0, 10621.0, 10584.0, 10659.0, 10600.0, 10560.0, 10658.0, 10619.0, 10656.0, 10587.0, 10633.0, 10586.0, 10608.0, 10588.0, 10536.0, 10621.0, 10530.0, 10618.0, 10551.0, 10624.0, 10574.0, 10634.0, 10578.0, 10637.0, 10585.0, 10617.0, 10576.0, 10635.0, 10584.0, 10591.0, 10601.0, 10556.0, 10609.0, 10581.0, 10609.0, 10536.0, 10598.0, 10568.0, 10618.0, 10565.0, 10619.0, 10560.0, 10613.0, 10596.0, 10617.0, 10565.0, 10613.0, 10584.0, 10612.0, 10585.0, 10562.0, 10593.0, 10525.0, 10586.0, 10524.0, 10581.0, 10525.0, 10599.0, 10533.0, 10603.0, 10566.0, 10618.0, 10573.0, 10619.0, 10579.0, 10631.0, 10564.0, 10601.0, 10563.0, 10611.0, 10577.0, 10632.0, 10574.0, 10615.0, 10579.0, 10603.0, 10566.0, 10633.0, 10560.0, 10613.0, 10579.0, 10600.0, 10584.0, 10613.0, 10572.0, 10616.0, 10579.0, 10620.0, 10568.0, 10619.0, 10588.0, 10618.0, 10581.0, 10605.0, 10585.0, 10612.0, 10590.0, 10618.0, 10572.0, 10621.0, 10576.0, 10596.0, 10587.0, 10609.0, 10568.0, 10554.0, 10597.0, 10591.0, 10669.0, 10601.0, 10545.0, 10628.0, 10585.0, 10564.0, 10644.0, 10587.0, 10651.0, 10600.0, 10638.0, 10569.0, 10636.0, 10573.0, 10572.0, 10571.0, 10570.0, 10586.0, 10511.0, 10583.0, 10513.0, 10603.0, 10535.0, 10598.0, 10552.0, 10618.0, 10582.0, 10609.0, 10593.0, 10620.0, 10582.0, 10656.0, 10592.0, 10637.0, 10591.0, 10634.0, 10586.0, 10617.0, 10582.0, 10616.0, 10568.0, 10614.0, 10595.0, 10620.0, 10577.0, 10614.0, 10562.0, 10602.0, 10561.0, 10599.0, 10600.0, 10617.0, 10570.0, 10633.0, 10569.0, 10616.0, 10562.0, 10613.0, 10587.0, 10616.0, 10563.0, 10614.0, 10548.0, 10601.0, 10546.0, 10620.0, 10524.0, 10600.0, 10520.0, 10599.0, 10517.0, 10602.0, 10530.0, 10578.0, 10548.0, 10585.0, 10601.0, 10570.0, 10564.0, 10556.0, 10609.0, 10562.0, 10615.0, 10558.0, 10615.0, 10564.0, 10596.0, 10582.0, 10616.0, 10563.0, 10602.0, 10559.0, 10614.0, 10562.0, 10593.0, 10543.0, 10600.0, 10564.0, 10605.0, 10566.0, 10620.0, 10566.0, 10613.0, 10585.0, 10622.0, 10571.0, 10634.0, 10564.0, 10622.0, 10555.0, 10602.0, 10534.0, 10606.0, 10519.0, 10624.0, 10539.0, 10620.0, 10554.0, 10622.0, 10556.0, 10622.0, 10557.0, 10625.0, 10539.0, 10621.0, 10571.0, 10623.0, 10568.0, 10616.0, 10535.0, 10605.0, 10536.0, 10596.0, 10516.0, 10603.0, 10535.0, 10600.0, 10532.0, 10624.0, 10568.0, 10583.0, 10536.0, 10593.0, 10566.0, 10611.0, 10619.0, 10592.0, 10565.0, 10598.0, 10582.0, 10630.0, 10576.0, 10617.0, 10605.0, 10598.0, 10552.0, 10613.0, 10622.0, 10602.0, 10655.0, 10600.0, 10633.0, 10582.0, 10646.0, 10589.0, 10640.0, 10601.0, 10625.0, 10595.0, 10644.0, 10610.0, 10647.0, 10606.0, 10643.0, 10589.0, 10641.0, 10579.0, 10626.0, 10544.0, 10628.0, 10535.0, 10605.0, 10571.0, 10602.0, 10540.0, 10609.0, 10547.0, 10610.0, 10580.0, 10618.0, 10555.0, 10626.0, 10571.0, 10625.0, 10553.0, 10619.0, 10550.0, 10612.0, 10540.0, 10618.0, 10574.0, 10635.0, 10599.0, 10632.0, 10611.0, 10570.0, 10596.0, 10528.0, 10617.0, 10548.0, 10620.0, 10558.0, 10612.0, 10572.0, 10611.0, 10593.0, 10609.0, 10559.0, 10609.0, 10565.0, 10569.0, 10573.0, 10586.0, 10576.0, 10569.0, 10586.0, 10518.0, 10613.0, 10527.0, 10595.0, 10525.0, 10614.0, 10563.0, 10597.0, 10561.0, 10614.0, 10561.0, 10601.0, 10531.0, 10615.0, 10523.0, 10578.0, 10501.0, 10599.0, 10518.0, 10576.0, 10510.0, 10580.0, 10516.0, 10605.0, 10537.0, 10616.0, 10554.0, 10602.0, 10532.0, 10609.0, 10523.0, 10608.0, 10570.0, 10610.0, 10601.0, 10578.0, 10551.0, 10591.0, 10523.0, 10600.0, 10554.0, 10631.0, 10577.0, 10653.0, 10575.0, 10634.0, 10585.0, 10608.0, 10570.0, 10561.0, 10574.0, 10535.0, 10637.0, 10603.0, 10651.0, 10593.0, 10563.0, 10598.0, 10535.0, 10605.0, 10530.0, 10598.0, 10533.0, 10609.0, 10552.0, 10600.0, 10561.0, 10610.0, 10574.0, 10610.0, 10581.0, 10612.0, 10584.0, 10582.0, 10580.0, 10583.0, 10611.0, 10564.0, 10602.0, 10541.0, 10601.0, 10550.0, 10618.0, 10593.0, 10588.0, 10546.0, 10585.0, 10528.0, 10595.0, 10528.0, 10596.0, 10529.0, 10611.0, 10556.0, 10618.0, 10583.0, 10635.0, 10582.0, 10621.0, 10564.0, 10600.0, 10550.0, 10602.0, 10546.0, 10596.0, 10533.0, 10580.0, 10512.0, 10584.0, 10527.0, 10601.0, 10514.0, 10603.0, 10537.0, 10593.0, 10543.0, 10631.0, 10566.0, 10623.0, 10571.0, 10632.0, 10547.0, 10619.0, 10582.0, 10616.0, 10669.0, 10602.0, 10608.0, 10588.0, 10622.0, 10587.0, 10627.0, 10586.0, 10618.0, 10584.0, 10636.0, 10580.0, 10626.0, 10575.0, 10655.0, 10599.0, 10614.0, 10586.0, 10626.0, 10583.0, 10619.0, 10552.0, 10597.0, 10544.0, 10596.0, 10522.0, 10598.0, 10517.0, 10590.0, 10553.0, 10610.0, 10559.0, 10591.0, 10627.0, 10580.0, 10594.0, 10568.0, 10608.0, 10564.0, 10608.0, 10564.0, 10602.0, 10550.0, 10603.0, 10549.0, 10624.0, 10535.0, 10610.0, 10588.0, 10640.0, 10581.0, 10637.0, 10601.0, 10631.0, 10576.0, 10636.0, 10564.0, 10605.0, 10559.0, 10609.0, 10560.0, 10589.0, 10557.0, 10528.0, 10577.0, 10533.0, 10605.0, 10540.0, 10599.0, 10533.0, 10616.0, 10541.0, 10596.0, 10562.0, 10603.0, 10562.0, 10600.0, 10543.0, 10581.0, 10554.0, 10617.0, 10565.0, 10594.0, 10566.0, 10576.0, 10550.0, 10604.0, 10548.0, 10590.0, 10560.0, 10578.0, 10537.0, 10532.0, 10558.0, 10515.0, 10586.0, 10535.0, 10598.0, 10561.0, 10602.0, 10564.0, 10636.0, 10569.0, 10620.0, 10566.0, 10573.0, 10550.0, 10554.0, 10539.0, 10566.0, 10557.0, 10539.0, 10571.0, 10518.0, 10567.0, 10510.0, 10598.0, 10526.0, 10584.0, 10531.0, 10577.0, 10532.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.0002900541125541125</td></tr>
<tr><td colspan=3>aqi</td><td>0.017318428571428575</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.71363878098588</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3322701154821237</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9937031707800642</td></tr>
<tr><td colspan=3>efc</td><td>0.4928</td></tr>
<tr><td colspan=3>fber</td><td>4738.3237</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06185320950851798</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21645021645021645</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3929963448638127</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3551778529390934</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5859556656187395</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.237855516033605</td></tr>
<tr><td colspan=3>gcor</td><td>0.00533437</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011369733139872551</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027956647798419</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.928765147388832</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.5815</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.6931</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.3738</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295285.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1023.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.4812</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4326</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>678.9355</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4028.0703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1075.3949</td></tr>
<tr><td colspan=3>tsnr</td><td>42.96096523758024</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>