<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-04/func/sub-0039_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>0c38470bd0a76e321a748c522d0c52e8</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>17:51:13.452500</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.999114, 0.0407661, 0.010461, -0.04205, 0.977318, 0.20756]</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.096306</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7770, -7249, 668, -78, -250, 18, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>061b04cc-938c-4967-9acd-7adf9a0f74e1||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.6805496215820312, -0.11281701177358627, 0.004758298862725496, 112.1678237915039], [-0.10937241464853287, 2.622072696685791, 0.5611039996147156, -99.5994873046875], [0.028066178783774376, -0.5568691492080688, 2.6410489082336426, -42.588924407958984], [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': ['175113.452500', '175113.912500', '175114.372500', '175114.832500', '175115.292500', '175115.752500', '175116.212500', '175116.672500', '175117.132500', '175117.592500', '175118.052500', '175118.512500', '175118.972500', '175119.432500', '175119.892500', '175120.352500', '175120.812500', '175121.272500', '175121.732500', '175122.192500', '175122.652500', '175123.112500', '175123.572500', '175124.032500', '175124.492500', '175124.952500', '175125.412500', '175125.872500', '175126.332500', '175126.792500', '175127.252500', '175127.712500', '175128.172500', '175128.632500', '175129.092500', '175129.552500', '175130.012500', '175130.472500', '175130.932500', '175131.392500', '175131.852500', '175132.312500', '175132.772500', '175133.232500', '175133.692500', '175134.152500', '175134.612500', '175135.072500', '175135.532500', '175135.992500', '175136.452500', '175136.912500', '175137.372500', '175137.832500', '175138.292500', '175138.752500', '175139.212500', '175139.672500', '175140.132500', '175140.592500', '175141.052500', '175141.512500', '175141.972500', '175142.432500', '175142.892500', '175143.352500', '175143.812500', '175144.272500', '175144.732500', '175145.192500', '175145.652500', '175146.112500', '175146.572500', '175147.032500', '175147.492500', '175147.952500', '175148.412500', '175148.872500', '175149.332500', '175149.792500', '175150.252500', '175150.712500', '175151.172500', '175151.632500', '175152.092500', '175152.552500', '175153.012500', '175153.472500', '175153.932500', '175154.392500', '175154.852500', '175155.312500', '175155.772500', '175156.232500', '175156.692500', '175157.152500', '175157.612500', '175158.072500', '175158.532500', '175158.992500', '175159.452500', '175159.912500', '175200.372500', '175200.832500', '175201.292500', '175201.752500', '175202.212500', '175202.672500', '175203.132500', '175203.592500', '175204.052500', '175204.512500', '175204.972500', '175205.432500', '175205.892500', '175206.352500', '175206.812500', '175207.272500', '175207.732500', '175208.192500', '175208.652500', '175209.112500', '175209.572500', '175210.032500', '175210.492500', '175210.952500', '175211.412500', '175211.872500', '175212.332500', '175212.792500', '175213.252500', '175213.712500', '175214.172500', '175214.632500', '175215.092500', '175215.552500', '175216.012500', '175216.472500', '175216.932500', '175217.392500', '175217.852500', '175218.312500', '175218.772500', '175219.232500', '175219.692500', '175220.152500', '175220.612500', '175221.072500', '175221.532500', '175221.992500', '175222.452500', '175222.912500', '175223.372500', '175223.832500', '175224.292500', '175224.752500', '175225.212500', '175225.672500', '175226.132500', '175226.592500', '175227.052500', '175227.512500', '175227.972500', '175228.432500', '175228.892500', '175229.352500', '175229.812500', '175230.272500', '175230.732500', '175231.192500', '175231.652500', '175232.112500', '175232.572500', '175233.032500', '175233.492500', '175233.952500', '175234.412500', '175234.872500', '175235.332500', '175235.792500', '175236.252500', '175236.712500', '175237.172500', '175237.632500', '175238.092500', '175238.552500', '175239.012500', '175239.472500', '175239.932500', '175240.392500', '175240.852500', '175241.312500', '175241.772500', '175242.232500', '175242.692500', '175243.152500', '175243.612500', '175244.072500', '175244.532500', '175244.992500', '175245.452500', '175245.912500', '175246.372500', '175246.832500', '175247.292500', '175247.752500', '175248.212500', '175248.672500', '175249.132500', '175249.592500', '175250.052500', '175250.512500', '175250.972500', '175251.432500', '175251.892500', '175252.352500', '175252.812500', '175253.272500', '175253.732500', '175254.192500', '175254.652500', '175255.112500', '175255.572500', '175256.032500', '175256.492500', '175256.952500', '175257.412500', '175257.872500', '175258.332500', '175258.792500', '175259.252500', '175259.712500', '175300.172500', '175300.632500', '175301.092500', '175301.552500', '175302.012500', '175302.472500', '175302.932500', '175303.392500', '175303.852500', '175304.312500', '175304.772500', '175305.232500', '175305.692500', '175306.152500', '175306.612500', '175307.072500', '175307.532500', '175307.992500', '175308.452500', '175308.912500', '175309.372500', '175309.832500', '175310.292500', '175310.752500', '175311.212500', '175311.672500', '175312.132500', '175312.592500', '175313.052500', '175313.512500', '175313.972500', '175314.432500', '175314.892500', '175315.352500', '175315.812500', '175316.272500', '175316.732500', '175317.192500', '175317.652500', '175318.112500', '175318.572500', '175319.032500', '175319.492500', '175319.952500', '175320.412500', '175320.872500', '175321.332500', '175321.792500', '175322.252500', '175322.712500', '175323.172500', '175323.632500', '175324.092500', '175324.552500', '175325.012500', '175325.472500', '175325.932500', '175326.392500', '175326.852500', '175327.312500', '175327.772500', '175328.232500', '175328.692500', '175329.152500', '175329.612500', '175330.072500', '175330.532500', '175330.992500', '175331.452500', '175331.912500', '175332.372500', '175332.832500', '175333.292500', '175333.752500', '175334.212500', '175334.672500', '175335.132500', '175335.592500', '175336.052500', '175336.512500', '175336.972500', '175337.432500', '175337.892500', '175338.352500', '175338.812500', '175339.272500', '175339.732500', '175340.192500', '175340.652500', '175341.112500', '175341.572500', '175342.032500', '175342.492500', '175342.952500', '175343.412500', '175343.872500', '175344.332500', '175344.792500', '175345.252500', '175345.712500', '175346.172500', '175346.632500', '175347.092500', '175347.552500', '175348.012500', '175348.472500', '175348.932500', '175349.392500', '175349.852500', '175350.312500', '175350.772500', '175351.232500', '175351.692500', '175352.152500', '175352.612500', '175353.072500', '175353.532500', '175353.992500', '175354.452500', '175354.912500', '175355.372500', '175355.832500', '175356.292500', '175356.752500', '175357.212500', '175357.672500', '175358.132500', '175358.592500', '175359.052500', '175359.512500', '175359.972500', '175400.432500', '175400.892500', '175401.352500', '175401.812500', '175402.272500', '175402.732500', '175403.192500', '175403.652500', '175404.112500', '175404.572500', '175405.032500', '175405.492500', '175405.952500', '175406.412500', '175406.872500', '175407.332500', '175407.792500', '175408.252500', '175408.712500', '175409.172500', '175409.632500', '175410.092500', '175410.552500', '175411.012500', '175411.472500', '175411.932500', '175412.392500', '175412.852500', '175413.312500', '175413.772500', '175414.232500', '175414.692500', '175415.152500', '175415.612500', '175416.072500', '175416.532500', '175416.992500', '175417.452500', '175417.912500', '175418.372500', '175418.832500', '175419.292500', '175419.752500', '175420.212500', '175420.672500', '175421.132500', '175421.592500', '175422.052500', '175422.512500', '175422.972500', '175423.432500', '175423.892500', '175424.352500', '175424.812500', '175425.272500', '175425.732500', '175426.192500', '175426.652500', '175427.112500', '175427.572500', '175428.032500', '175428.492500', '175428.952500', '175429.412500', '175429.872500', '175430.332500', '175430.792500', '175431.252500', '175431.712500', '175432.172500', '175432.632500', '175433.092500', '175433.552500', '175434.012500', '175434.472500', '175434.932500', '175435.392500', '175435.852500', '175436.312500', '175436.772500', '175437.232500', '175437.692500', '175438.152500', '175438.612500', '175439.072500', '175439.532500', '175439.992500', '175440.452500', '175440.912500', '175441.372500', '175441.832500', '175442.292500', '175442.752500', '175443.212500', '175443.672500', '175444.132500', '175444.592500', '175445.052500', '175445.512500', '175445.972500', '175446.432500', '175446.892500', '175447.352500', '175447.812500', '175448.272500', '175448.732500', '175449.192500', '175449.652500', '175450.112500', '175450.572500', '175451.032500', '175451.492500', '175451.952500', '175452.412500', '175452.872500', '175453.332500', '175453.792500', '175454.252500', '175454.712500', '175455.172500', '175455.632500', '175456.092500', '175456.552500', '175457.012500', '175457.472500', '175457.932500', '175458.392500', '175458.852500', '175459.312500', '175459.772500', '175500.232500', '175500.692500', '175501.152500', '175501.612500', '175502.072500', '175502.532500', '175502.992500', '175503.452500', '175503.912500', '175504.372500', '175504.832500', '175505.292500', '175505.752500', '175506.212500', '175506.672500', '175507.132500', '175507.592500', '175508.052500', '175508.512500', '175508.972500', '175509.432500', '175509.892500', '175510.352500', '175510.812500', '175511.272500', '175511.732500', '175512.192500', '175512.652500', '175513.112500', '175513.572500', '175514.032500', '175514.492500', '175514.952500', '175515.412500', '175515.872500', '175516.332500', '175516.792500', '175517.252500', '175517.712500', '175518.172500', '175518.632500', '175519.092500', '175519.552500', '175520.012500', '175520.472500', '175520.932500', '175521.392500', '175521.852500', '175522.312500', '175522.772500', '175523.232500', '175523.692500', '175524.152500', '175524.612500', '175525.072500', '175525.532500', '175525.992500', '175526.452500', '175526.912500', '175527.372500', '175527.832500', '175528.292500', '175528.752500', '175529.212500', '175529.672500', '175530.132500', '175530.592500', '175531.052500', '175531.512500', '175531.972500', '175532.432500', '175532.892500', '175533.352500', '175533.812500', '175534.272500', '175534.732500', '175535.192500', '175535.652500', '175536.112500', '175536.572500', '175537.032500', '175537.492500', '175537.952500', '175538.412500', '175538.872500', '175539.332500', '175539.792500', '175540.252500', '175540.712500', '175541.172500', '175541.632500', '175542.092500', '175542.552500', '175543.012500', '175543.472500', '175543.932500', '175544.392500', '175544.852500', '175545.312500', '175545.772500', '175546.232500', '175546.692500', '175547.152500', '175547.612500', '175548.072500', '175548.532500', '175548.992500', '175549.452500', '175549.912500', '175550.372500', '175550.832500', '175551.292500', '175551.752500', '175552.212500', '175552.672500', '175553.132500', '175553.592500', '175554.052500', '175554.512500', '175554.972500', '175555.432500', '175555.892500', '175556.352500', '175556.812500', '175557.272500', '175557.732500', '175558.192500', '175558.652500', '175559.112500', '175559.572500', '175600.032500', '175600.492500', '175600.952500', '175601.412500', '175601.872500', '175602.332500', '175602.792500', '175603.252500', '175603.712500', '175604.172500', '175604.632500', '175605.092500', '175605.552500', '175606.012500', '175606.472500', '175606.932500', '175607.392500', '175607.852500', '175608.312500', '175608.772500', '175609.232500', '175609.692500', '175610.152500', '175610.612500', '175611.072500', '175611.532500', '175611.992500', '175612.452500', '175612.912500', '175613.372500', '175613.832500', '175614.292500', '175614.752500', '175615.212500', '175615.672500', '175616.132500', '175616.592500', '175617.052500', '175617.512500', '175617.972500', '175618.432500', '175618.892500', '175619.352500', '175619.812500', '175620.272500', '175620.732500', '175621.192500', '175621.652500', '175622.112500', '175622.572500', '175623.032500', '175623.492500', '175623.952500', '175624.412500', '175624.872500', '175625.332500', '175625.792500', '175626.252500', '175626.712500', '175627.172500', '175627.632500', '175628.092500', '175628.552500', '175629.012500', '175629.472500', '175629.932500', '175630.392500', '175630.852500', '175631.312500', '175631.772500', '175632.232500', '175632.692500', '175633.152500', '175633.612500', '175634.072500', '175634.532500', '175634.992500', '175635.452500', '175635.912500', '175636.372500', '175636.832500', '175637.292500', '175637.752500', '175638.212500', '175638.672500', '175639.132500', '175639.592500', '175640.052500', '175640.512500', '175640.972500', '175641.432500', '175641.892500', '175642.352500', '175642.812500', '175643.272500', '175643.732500', '175644.192500', '175644.652500', '175645.112500', '175645.572500', '175646.032500', '175646.492500', '175646.952500', '175647.412500', '175647.872500', '175648.332500', '175648.792500', '175649.252500', '175649.712500', '175650.172500', '175650.632500', '175651.092500', '175651.552500', '175652.012500', '175652.472500', '175652.932500', '175653.392500', '175653.852500', '175654.312500', '175654.772500', '175655.232500', '175655.692500', '175656.152500', '175656.612500', '175657.072500', '175657.532500', '175657.992500', '175658.452500', '175658.912500', '175659.372500', '175659.832500', '175700.292500', '175700.752500', '175701.212500', '175701.672500', '175702.132500', '175702.592500', '175703.052500', '175703.512500', '175703.972500', '175704.432500', '175704.892500', '175705.352500', '175705.812500', '175706.272500', '175706.732500', '175707.192500', '175707.652500', '175708.112500', '175708.572500', '175709.032500', '175709.492500', '175709.952500', '175710.412500', '175710.872500', '175711.332500', '175711.792500', '175712.252500', '175712.712500', '175713.172500', '175713.632500', '175714.092500', '175714.552500', '175715.012500', '175715.472500', '175715.932500', '175716.392500', '175716.852500', '175717.312500', '175717.772500', '175718.232500', '175718.692500', '175719.152500', '175719.612500', '175720.072500', '175720.532500', '175720.992500', '175721.452500', '175721.912500', '175722.372500', '175722.832500', '175723.292500', '175723.752500', '175724.212500', '175724.672500', '175725.132500', '175725.592500', '175726.052500', '175726.512500', '175726.972500', '175727.432500', '175727.892500', '175728.352500', '175728.812500', '175729.272500', '175729.732500', '175730.192500', '175730.652500', '175731.112500', '175731.572500', '175732.032500', '175732.492500', '175732.952500', '175733.412500', '175733.872500', '175734.332500', '175734.792500', '175735.252500', '175735.712500', '175736.172500', '175736.632500', '175737.092500', '175737.552500', '175738.012500', '175738.472500', '175738.932500', '175739.392500', '175739.852500', '175740.312500', '175740.772500', '175741.232500', '175741.692500', '175742.152500', '175742.612500', '175743.072500', '175743.532500', '175743.992500', '175744.452500', '175744.912500', '175745.372500', '175745.832500', '175746.292500', '175746.752500', '175747.212500', '175747.672500', '175748.132500', '175748.592500', '175749.052500', '175749.512500', '175749.972500', '175750.432500', '175750.892500', '175751.352500', '175751.812500', '175752.272500', '175752.732500', '175753.192500', '175753.652500', '175754.112500', '175754.572500', '175755.032500', '175755.492500', '175755.952500', '175756.412500', '175756.872500', '175757.332500', '175757.792500', '175758.252500', '175758.712500', '175759.172500', '175759.632500', '175800.092500', '175800.552500', '175801.012500', '175801.472500', '175801.932500', '175802.392500', '175802.852500', '175803.312500', '175803.772500', '175804.232500', '175804.692500', '175805.152500', '175805.612500', '175806.072500', '175806.532500', '175806.992500', '175807.452500', '175807.912500', '175808.372500', '175808.832500', '175809.292500', '175809.752500', '175810.212500', '175810.672500', '175811.132500', '175811.592500', '175812.052500', '175812.512500', '175812.972500', '175813.432500', '175813.892500', '175814.352500', '175814.812500', '175815.272500', '175815.732500', '175816.192500', '175816.652500', '175817.112500', '175817.572500', '175818.032500', '175818.492500', '175818.952500'], 'ContentTime': ['175129.162000', '175129.165000', '175129.169000', '175129.172000', '175129.179000', '175129.182000', '175129.185000', '175129.187000', '175129.190000', '175129.193000', '175129.195000', '175129.198000', '175129.200000', '175129.203000', '175129.206000', '175129.208000', '175129.211000', '175129.214000', '175129.217000', '175129.220000', '175129.222000', '175129.225000', '175129.228000', '175129.230000', '175129.233000', '175129.236000', '175129.238000', '175129.241000', '175129.244000', '175129.246000', '175129.249000', '175129.251000', '175149.122000', '175149.125000', '175149.128000', '175149.131000', '175149.133000', '175149.136000', '175149.138000', '175149.141000', '175149.144000', '175149.146000', '175149.149000', '175149.151000', '175149.156000', '175149.159000', '175149.161000', '175149.164000', '175149.166000', '175149.169000', '175149.171000', '175149.174000', '175149.177000', '175149.179000', '175149.182000', '175149.185000', '175149.187000', '175149.190000', '175149.192000', '175149.195000', '175149.197000', '175149.200000', '175149.203000', '175149.205000', '175149.208000', '175149.210000', '175149.213000', '175149.215000', '175149.218000', '175149.221000', '175149.223000', '175149.226000', '175149.228000', '175149.231000', '175149.234000', '175209.122000', '175209.125000', '175209.128000', '175209.130000', '175209.133000', '175209.136000', '175209.138000', '175209.141000', '175209.143000', '175209.146000', '175209.149000', '175209.151000', '175209.154000', '175209.156000', '175209.159000', '175209.162000', '175209.164000', '175209.167000', '175209.169000', '175209.172000', '175209.175000', '175209.177000', '175209.180000', '175209.182000', '175209.185000', '175209.190000', '175209.192000', '175209.195000', '175209.198000', '175209.200000', '175209.203000', '175209.205000', '175209.208000', '175209.211000', '175209.213000', '175209.216000', '175209.218000', '175209.221000', '175209.223000', '175209.226000', '175209.228000', '175209.231000', '175209.234000', '175209.236000', '175229.122000', '175229.125000', '175229.128000', '175229.130000', '175229.133000', '175229.136000', '175229.138000', '175229.141000', '175229.144000', '175229.146000', '175229.149000', '175229.151000', '175229.154000', '175229.157000', '175229.159000', '175229.162000', '175229.164000', '175229.167000', '175229.170000', '175229.172000', '175229.175000', '175229.178000', '175229.180000', '175229.183000', '175229.185000', '175229.188000', '175229.190000', '175229.193000', '175229.196000', '175229.198000', '175229.201000', '175229.204000', '175229.206000', '175229.209000', '175229.211000', '175229.214000', '175229.217000', '175229.219000', '175229.222000', '175229.225000', '175229.227000', '175229.230000', '175229.232000', '175249.122000', '175249.125000', '175249.128000', '175249.132000', '175249.135000', '175249.137000', '175249.140000', '175249.143000', '175249.146000', '175249.148000', '175249.151000', '175249.153000', '175249.156000', '175249.159000', '175249.161000', '175249.164000', '175249.166000', '175249.169000', '175249.172000', '175249.174000', '175249.177000', '175249.180000', '175249.182000', '175249.185000', '175249.188000', '175249.190000', '175249.193000', '175249.196000', '175249.198000', '175249.201000', '175249.203000', '175249.206000', '175249.209000', '175249.211000', '175249.214000', '175249.216000', '175249.219000', '175249.222000', '175249.225000', '175249.227000', '175249.230000', '175249.232000', '175249.235000', '175249.238000', '175309.122000', '175309.125000', '175309.128000', '175309.131000', '175309.133000', '175309.147000', '175309.150000', '175309.152000', '175309.155000', '175309.158000', '175309.160000', '175309.163000', '175309.165000', '175309.168000', '175309.171000', '175309.173000', '175309.176000', '175309.178000', '175309.181000', '175309.183000', '175309.186000', '175309.189000', '175309.191000', '175309.194000', '175309.196000', '175309.199000', '175309.202000', '175309.204000', '175309.207000', '175309.209000', '175309.212000', '175309.215000', '175309.217000', '175309.220000', '175309.222000', '175309.225000', '175309.228000', '175309.230000', '175309.233000', '175309.235000', '175309.238000', '175309.241000', '175309.243000', '175329.122000', '175329.125000', '175329.128000', '175329.131000', '175329.133000', '175329.136000', '175329.139000', '175329.141000', '175329.144000', '175329.146000', '175329.149000', '175329.152000', '175329.154000', '175329.157000', '175329.160000', '175329.162000', '175329.165000', '175329.167000', '175329.170000', '175329.173000', '175329.175000', '175329.178000', '175329.181000', '175329.183000', '175329.186000', '175329.189000', '175329.191000', '175329.194000', '175329.196000', '175329.199000', '175329.202000', '175329.204000', '175329.207000', '175329.210000', '175329.212000', '175329.215000', '175329.217000', '175329.220000', '175329.223000', '175329.225000', '175329.228000', '175329.231000', '175329.233000', '175329.236000', '175349.122000', '175349.125000', '175349.128000', '175349.131000', '175349.133000', '175349.136000', '175349.139000', '175349.141000', '175349.144000', '175349.146000', '175349.149000', '175349.152000', '175349.154000', '175349.157000', '175349.160000', '175349.162000', '175349.165000', '175349.167000', '175349.170000', '175349.173000', '175349.176000', '175349.178000', '175349.181000', '175349.184000', '175349.186000', '175349.189000', '175349.191000', '175349.194000', '175349.196000', '175349.199000', '175349.202000', '175349.204000', '175349.207000', '175349.210000', '175349.212000', '175349.215000', '175349.217000', '175349.220000', '175349.223000', '175349.225000', '175349.228000', '175349.231000', '175349.233000', '175409.122000', '175409.126000', '175409.128000', '175409.131000', '175409.134000', '175409.136000', '175409.139000', '175409.142000', '175409.144000', '175409.147000', '175409.150000', '175409.152000', '175409.155000', '175409.157000', '175409.160000', '175409.162000', '175409.165000', '175409.168000', '175409.172000', '175409.175000', '175409.177000', '175409.180000', '175409.183000', '175409.185000', '175409.188000', '175409.191000', '175409.193000', '175409.196000', '175409.198000', '175409.201000', '175409.204000', '175409.206000', '175409.209000', '175409.212000', '175409.214000', '175409.217000', '175409.220000', '175409.222000', '175409.225000', '175409.228000', '175409.230000', '175409.233000', '175409.236000', '175429.122000', '175429.125000', '175429.128000', '175429.131000', '175429.133000', '175429.136000', '175429.138000', '175429.141000', '175429.144000', '175429.146000', '175429.149000', '175429.152000', '175429.154000', '175429.157000', '175429.159000', '175429.162000', '175429.164000', '175429.167000', '175429.170000', '175429.172000', '175429.175000', '175429.177000', '175429.180000', '175429.183000', '175429.185000', '175429.188000', '175429.190000', '175429.193000', '175429.196000', '175429.198000', '175429.201000', '175429.203000', '175429.206000', '175429.208000', '175429.211000', '175429.214000', '175429.216000', '175429.219000', '175429.221000', '175429.224000', '175429.226000', '175429.229000', '175429.232000', '175429.234000', '175449.122000', '175449.133000', '175449.136000', '175449.139000', '175449.142000', '175449.144000', '175449.147000', '175449.150000', '175449.152000', '175449.155000', '175449.158000', '175449.160000', '175449.163000', '175449.165000', '175449.168000', '175449.171000', '175449.173000', '175449.176000', '175449.178000', '175449.181000', '175449.184000', '175449.186000', '175449.189000', '175449.191000', '175449.194000', '175449.197000', '175449.199000', '175449.202000', '175449.204000', '175449.207000', '175449.209000', '175449.212000', '175449.215000', '175449.217000', '175449.220000', '175449.222000', '175449.225000', '175449.227000', '175449.230000', '175449.233000', '175449.235000', '175449.238000', '175449.240000', '175509.122000', '175509.125000', '175509.128000', '175509.131000', '175509.133000', '175509.136000', '175509.138000', '175509.141000', '175509.144000', '175509.146000', '175509.149000', '175509.151000', '175509.154000', '175509.157000', '175509.160000', '175509.162000', '175509.165000', '175509.168000', '175509.178000', '175509.181000', '175509.183000', '175509.186000', '175509.192000', '175509.195000', '175509.197000', '175509.200000', '175509.202000', '175509.205000', '175509.208000', '175509.210000', '175509.213000', '175509.216000', '175509.218000', '175509.221000', '175509.223000', '175509.226000', '175509.228000', '175509.231000', '175509.234000', '175509.236000', '175509.239000', '175509.241000', '175509.244000', '175509.247000', '175529.123000', '175529.125000', '175529.128000', '175529.131000', '175529.133000', '175529.136000', '175529.139000', '175529.141000', '175529.144000', '175529.147000', '175529.149000', '175529.152000', '175529.154000', '175529.157000', '175529.160000', '175529.162000', '175529.165000', '175529.168000', '175529.170000', '175529.173000', '175529.176000', '175529.178000', '175529.181000', '175529.184000', '175529.187000', '175529.189000', '175529.192000', '175529.194000', '175529.197000', '175529.200000', '175529.202000', '175529.205000', '175529.207000', '175529.212000', '175529.215000', '175529.218000', '175529.221000', '175529.223000', '175529.226000', '175529.228000', '175529.231000', '175529.234000', '175529.236000', '175549.122000', '175549.125000', '175549.128000', '175549.131000', '175549.133000', '175549.136000', '175549.138000', '175549.141000', '175549.144000', '175549.146000', '175549.149000', '175549.152000', '175549.154000', '175549.157000', '175549.160000', '175549.162000', '175549.165000', '175549.167000', '175549.170000', '175549.173000', '175549.175000', '175549.178000', '175549.181000', '175549.183000', '175549.186000', '175549.189000', '175549.191000', '175549.194000', '175549.196000', '175549.199000', '175549.202000', '175549.204000', '175549.207000', '175549.210000', '175549.212000', '175549.215000', '175549.217000', '175549.220000', '175549.223000', '175549.225000', '175549.228000', '175549.230000', '175549.233000', '175549.236000', '175609.122000', '175609.125000', '175609.128000', '175609.131000', '175609.133000', '175609.136000', '175609.138000', '175609.141000', '175609.144000', '175609.146000', '175609.149000', '175609.151000', '175609.154000', '175609.157000', '175609.159000', '175609.162000', '175609.165000', '175609.167000', '175609.170000', '175609.172000', '175609.175000', '175609.178000', '175609.180000', '175609.183000', '175609.186000', '175609.189000', '175609.211000', '175609.213000', '175609.216000', '175609.219000', '175609.221000', '175609.224000', '175609.226000', '175609.229000', '175609.232000', '175609.234000', '175609.237000', '175609.239000', '175609.242000', '175609.245000', '175609.247000', '175609.250000', '175609.253000', '175629.122000', '175629.126000', '175629.128000', '175629.131000', '175629.133000', '175629.136000', '175629.139000', '175629.141000', '175629.144000', '175629.146000', '175629.149000', '175629.152000', '175629.154000', '175629.157000', '175629.160000', '175629.162000', '175629.165000', '175629.167000', '175629.170000', '175629.172000', '175629.175000', '175629.178000', '175629.180000', '175629.183000', '175629.186000', '175629.188000', '175629.191000', '175629.194000', '175629.196000', '175629.199000', '175629.201000', '175629.204000', '175629.207000', '175629.209000', '175629.212000', '175629.214000', '175629.217000', '175629.219000', '175629.222000', '175629.225000', '175629.227000', '175629.230000', '175629.232000', '175629.235000', '175649.122000', '175649.125000', '175649.128000', '175649.131000', '175649.133000', '175649.136000', '175649.138000', '175649.141000', '175649.144000', '175649.146000', '175649.149000', '175649.151000', '175649.154000', '175649.157000', '175649.159000', '175649.162000', '175649.165000', '175649.167000', '175649.170000', '175649.173000', '175649.175000', '175649.178000', '175649.180000', '175649.183000', '175649.186000', '175649.188000', '175649.191000', '175649.194000', '175649.196000', '175649.199000', '175649.202000', '175649.204000', '175649.207000', '175649.210000', '175649.213000', '175649.216000', '175649.219000', '175649.221000', '175649.224000', '175649.226000', '175649.229000', '175649.232000', '175649.234000', '175709.122000', '175709.125000', '175709.128000', '175709.130000', '175709.133000', '175709.136000', '175709.138000', '175709.141000', '175709.144000', '175709.146000', '175709.149000', '175709.151000', '175709.154000', '175709.157000', '175709.159000', '175709.162000', '175709.164000', '175709.167000', '175709.169000', '175709.172000', '175709.175000', '175709.177000', '175709.180000', '175709.182000', '175709.185000', '175709.188000', '175709.190000', '175709.193000', '175709.196000', '175709.198000', '175709.201000', '175709.204000', '175709.206000', '175709.209000', '175709.211000', '175709.214000', '175709.217000', '175709.219000', '175709.222000', '175709.225000', '175709.227000', '175709.230000', '175709.232000', '175709.235000', '175729.123000', '175729.126000', '175729.129000', '175729.131000', '175729.134000', '175729.137000', '175729.139000', '175729.142000', '175729.145000', '175729.148000', '175729.150000', '175729.153000', '175729.156000', '175729.158000', '175729.161000', '175729.164000', '175729.166000', '175729.169000', '175729.172000', '175729.174000', '175729.177000', '175729.179000', '175729.182000', '175729.185000', '175729.187000', '175729.190000', '175729.193000', '175729.195000', '175729.198000', '175729.201000', '175729.203000', '175729.206000', '175729.209000', '175729.211000', '175729.214000', '175729.217000', '175729.220000', '175729.238000', '175729.241000', '175729.244000', '175729.247000', '175729.249000', '175729.252000', '175749.122000', '175749.125000', '175749.128000', '175749.131000', '175749.133000', '175749.136000', '175749.138000', '175749.141000', '175749.144000', '175749.147000', '175749.149000', '175749.152000', '175749.154000', '175749.157000', '175749.160000', '175749.162000', '175749.165000', '175749.167000', '175749.170000', '175749.173000', '175749.175000', '175749.178000', '175749.180000', '175749.183000', '175749.186000', '175749.188000', '175749.191000', '175749.194000', '175749.196000', '175749.199000', '175749.202000', '175749.204000', '175749.207000', '175749.209000', '175749.212000', '175749.214000', '175749.217000', '175749.220000', '175749.222000', '175749.225000', '175749.228000', '175749.230000', '175749.233000', '175749.235000', '175809.122000', '175809.125000', '175809.128000', '175809.131000', '175809.133000', '175809.136000', '175809.138000', '175809.141000', '175809.144000', '175809.146000', '175809.149000', '175809.151000', '175809.154000', '175809.157000', '175809.159000', '175809.162000', '175809.165000', '175809.167000', '175809.170000', '175809.172000', '175809.175000', '175809.178000', '175809.180000', '175809.183000', '175809.185000', '175809.188000', '175809.191000', '175809.193000', '175809.196000', '175809.198000', '175809.201000', '175809.204000', '175809.206000', '175809.209000', '175809.211000', '175809.214000', '175809.217000', '175809.219000', '175809.222000', '175809.225000', '175809.227000', '175809.230000', '175809.232000', '175820.285000', '175820.288000', '175820.291000', '175820.293000', '175820.296000', '175820.298000', '175820.301000', '175820.304000', '175820.306000', '175820.309000', '175820.311000', '175820.314000', '175820.317000', '175820.319000', '175820.322000', '175820.325000', '175820.327000', '175820.330000', '175820.332000', '175820.335000', '175820.338000', '175820.340000', '175820.343000', '175820.346000', '175820.348000'], 'InstanceCreationTime': ['175129.162000', '175129.165000', '175129.169000', '175129.172000', '175129.179000', '175129.182000', '175129.185000', '175129.187000', '175129.190000', '175129.193000', '175129.195000', '175129.198000', '175129.200000', '175129.203000', '175129.206000', '175129.208000', '175129.211000', '175129.214000', '175129.217000', '175129.220000', '175129.222000', '175129.225000', '175129.228000', '175129.230000', '175129.233000', '175129.236000', '175129.238000', '175129.241000', '175129.244000', '175129.246000', '175129.249000', '175129.251000', '175149.122000', '175149.125000', '175149.128000', '175149.131000', '175149.133000', '175149.136000', '175149.138000', '175149.141000', '175149.144000', '175149.146000', '175149.149000', '175149.151000', '175149.156000', '175149.159000', '175149.161000', '175149.164000', '175149.166000', '175149.169000', '175149.171000', '175149.174000', '175149.177000', '175149.179000', '175149.182000', '175149.185000', '175149.187000', '175149.190000', '175149.192000', '175149.195000', '175149.197000', '175149.200000', '175149.203000', '175149.205000', '175149.208000', '175149.210000', '175149.213000', '175149.215000', '175149.218000', '175149.221000', '175149.223000', '175149.226000', '175149.228000', '175149.231000', '175149.234000', '175209.122000', '175209.125000', '175209.128000', '175209.130000', '175209.133000', '175209.136000', '175209.138000', '175209.141000', '175209.143000', '175209.146000', '175209.149000', '175209.151000', '175209.154000', '175209.156000', '175209.159000', '175209.162000', '175209.164000', '175209.167000', '175209.169000', '175209.172000', '175209.175000', '175209.177000', '175209.180000', '175209.182000', '175209.185000', '175209.190000', '175209.192000', '175209.195000', '175209.198000', '175209.200000', '175209.203000', '175209.205000', '175209.208000', '175209.211000', '175209.213000', '175209.216000', '175209.218000', '175209.221000', '175209.223000', '175209.226000', '175209.228000', '175209.231000', '175209.234000', '175209.236000', '175229.122000', '175229.125000', '175229.128000', '175229.130000', '175229.133000', '175229.136000', '175229.138000', '175229.141000', '175229.144000', '175229.146000', '175229.149000', '175229.151000', '175229.154000', '175229.157000', '175229.159000', '175229.162000', '175229.164000', '175229.167000', '175229.170000', '175229.172000', '175229.175000', '175229.178000', '175229.180000', '175229.183000', '175229.185000', '175229.188000', '175229.190000', '175229.193000', '175229.196000', '175229.198000', '175229.201000', '175229.204000', '175229.206000', '175229.209000', '175229.211000', '175229.214000', '175229.217000', '175229.219000', '175229.222000', '175229.225000', '175229.227000', '175229.230000', '175229.232000', '175249.122000', '175249.125000', '175249.128000', '175249.132000', '175249.135000', '175249.137000', '175249.140000', '175249.143000', '175249.146000', '175249.148000', '175249.151000', '175249.153000', '175249.156000', '175249.159000', '175249.161000', '175249.164000', '175249.166000', '175249.169000', '175249.172000', '175249.174000', '175249.177000', '175249.180000', '175249.182000', '175249.185000', '175249.188000', '175249.190000', '175249.193000', '175249.196000', '175249.198000', '175249.201000', '175249.203000', '175249.206000', '175249.209000', '175249.211000', '175249.214000', '175249.216000', '175249.219000', '175249.222000', '175249.225000', '175249.227000', '175249.230000', '175249.232000', '175249.235000', '175249.238000', '175309.122000', '175309.125000', '175309.128000', '175309.131000', '175309.133000', '175309.147000', '175309.150000', '175309.152000', '175309.155000', '175309.158000', '175309.160000', '175309.163000', '175309.165000', '175309.168000', '175309.171000', '175309.173000', '175309.176000', '175309.178000', '175309.181000', '175309.183000', '175309.186000', '175309.189000', '175309.191000', '175309.194000', '175309.196000', '175309.199000', '175309.202000', '175309.204000', '175309.207000', '175309.209000', '175309.212000', '175309.215000', '175309.217000', '175309.220000', '175309.222000', '175309.225000', '175309.228000', '175309.230000', '175309.233000', '175309.235000', '175309.238000', '175309.241000', '175309.243000', '175329.122000', '175329.125000', '175329.128000', '175329.131000', '175329.133000', '175329.136000', '175329.139000', '175329.141000', '175329.144000', '175329.146000', '175329.149000', '175329.152000', '175329.154000', '175329.157000', '175329.160000', '175329.162000', '175329.165000', '175329.167000', '175329.170000', '175329.173000', '175329.175000', '175329.178000', '175329.181000', '175329.183000', '175329.186000', '175329.189000', '175329.191000', '175329.194000', '175329.196000', '175329.199000', '175329.202000', '175329.204000', '175329.207000', '175329.210000', '175329.212000', '175329.215000', '175329.217000', '175329.220000', '175329.223000', '175329.225000', '175329.228000', '175329.231000', '175329.233000', '175329.236000', '175349.122000', '175349.125000', '175349.128000', '175349.131000', '175349.133000', '175349.136000', '175349.139000', '175349.141000', '175349.144000', '175349.146000', '175349.149000', '175349.152000', '175349.154000', '175349.157000', '175349.160000', '175349.162000', '175349.165000', '175349.167000', '175349.170000', '175349.173000', '175349.176000', '175349.178000', '175349.181000', '175349.184000', '175349.186000', '175349.189000', '175349.191000', '175349.194000', '175349.196000', '175349.199000', '175349.202000', '175349.204000', '175349.207000', '175349.210000', '175349.212000', '175349.215000', '175349.217000', '175349.220000', '175349.223000', '175349.225000', '175349.228000', '175349.231000', '175349.233000', '175409.122000', '175409.126000', '175409.128000', '175409.131000', '175409.134000', '175409.136000', '175409.139000', '175409.142000', '175409.144000', '175409.147000', '175409.150000', '175409.152000', '175409.155000', '175409.157000', '175409.160000', '175409.162000', '175409.165000', '175409.168000', '175409.172000', '175409.175000', '175409.177000', '175409.180000', '175409.183000', '175409.185000', '175409.188000', '175409.191000', '175409.193000', '175409.196000', '175409.198000', '175409.201000', '175409.204000', '175409.206000', '175409.209000', '175409.212000', '175409.214000', '175409.217000', '175409.220000', '175409.222000', '175409.225000', '175409.228000', '175409.230000', '175409.233000', '175409.236000', '175429.122000', '175429.125000', '175429.128000', '175429.131000', '175429.133000', '175429.136000', '175429.138000', '175429.141000', '175429.144000', '175429.146000', '175429.149000', '175429.152000', '175429.154000', '175429.157000', '175429.159000', '175429.162000', '175429.164000', '175429.167000', '175429.170000', '175429.172000', '175429.175000', '175429.177000', '175429.180000', '175429.183000', '175429.185000', '175429.188000', '175429.190000', '175429.193000', '175429.196000', '175429.198000', '175429.201000', '175429.203000', '175429.206000', '175429.208000', '175429.211000', '175429.214000', '175429.216000', '175429.219000', '175429.221000', '175429.224000', '175429.226000', '175429.229000', '175429.232000', '175429.234000', '175449.122000', '175449.133000', '175449.136000', '175449.139000', '175449.142000', '175449.144000', '175449.147000', '175449.150000', '175449.152000', '175449.155000', '175449.158000', '175449.160000', '175449.163000', '175449.165000', '175449.168000', '175449.171000', '175449.173000', '175449.176000', '175449.178000', '175449.181000', '175449.184000', '175449.186000', '175449.189000', '175449.191000', '175449.194000', '175449.197000', '175449.199000', '175449.202000', '175449.204000', '175449.207000', '175449.209000', '175449.212000', '175449.215000', '175449.217000', '175449.220000', '175449.222000', '175449.225000', '175449.227000', '175449.230000', '175449.233000', '175449.235000', '175449.238000', '175449.240000', '175509.122000', '175509.125000', '175509.128000', '175509.131000', '175509.133000', '175509.136000', '175509.138000', '175509.141000', '175509.144000', '175509.146000', '175509.149000', '175509.151000', '175509.154000', '175509.157000', '175509.160000', '175509.162000', '175509.165000', '175509.168000', '175509.178000', '175509.181000', '175509.183000', '175509.186000', '175509.192000', '175509.195000', '175509.197000', '175509.200000', '175509.202000', '175509.205000', '175509.208000', '175509.210000', '175509.213000', '175509.216000', '175509.218000', '175509.221000', '175509.223000', '175509.226000', '175509.228000', '175509.231000', '175509.234000', '175509.236000', '175509.239000', '175509.241000', '175509.244000', '175509.247000', '175529.123000', '175529.125000', '175529.128000', '175529.131000', '175529.133000', '175529.136000', '175529.139000', '175529.141000', '175529.144000', '175529.147000', '175529.149000', '175529.152000', '175529.154000', '175529.157000', '175529.160000', '175529.162000', '175529.165000', '175529.168000', '175529.170000', '175529.173000', '175529.176000', '175529.178000', '175529.181000', '175529.184000', '175529.187000', '175529.189000', '175529.192000', '175529.194000', '175529.197000', '175529.200000', '175529.202000', '175529.205000', '175529.207000', '175529.212000', '175529.215000', '175529.218000', '175529.221000', '175529.223000', '175529.226000', '175529.228000', '175529.231000', '175529.234000', '175529.236000', '175549.122000', '175549.125000', '175549.128000', '175549.131000', '175549.133000', '175549.136000', '175549.138000', '175549.141000', '175549.144000', '175549.146000', '175549.149000', '175549.152000', '175549.154000', '175549.157000', '175549.160000', '175549.162000', '175549.165000', '175549.167000', '175549.170000', '175549.173000', '175549.175000', '175549.178000', '175549.181000', '175549.183000', '175549.186000', '175549.189000', '175549.191000', '175549.194000', '175549.196000', '175549.199000', '175549.202000', '175549.204000', '175549.207000', '175549.210000', '175549.212000', '175549.215000', '175549.217000', '175549.220000', '175549.223000', '175549.225000', '175549.228000', '175549.230000', '175549.233000', '175549.236000', '175609.122000', '175609.125000', '175609.128000', '175609.131000', '175609.133000', '175609.136000', '175609.138000', '175609.141000', '175609.144000', '175609.146000', '175609.149000', '175609.151000', '175609.154000', '175609.157000', '175609.159000', '175609.162000', '175609.165000', '175609.167000', '175609.170000', '175609.172000', '175609.175000', '175609.178000', '175609.180000', '175609.183000', '175609.186000', '175609.189000', '175609.211000', '175609.213000', '175609.216000', '175609.219000', '175609.221000', '175609.224000', '175609.226000', '175609.229000', '175609.232000', '175609.234000', '175609.237000', '175609.239000', '175609.242000', '175609.245000', '175609.247000', '175609.250000', '175609.253000', '175629.122000', '175629.126000', '175629.128000', '175629.131000', '175629.133000', '175629.136000', '175629.139000', '175629.141000', '175629.144000', '175629.146000', '175629.149000', '175629.152000', '175629.154000', '175629.157000', '175629.160000', '175629.162000', '175629.165000', '175629.167000', '175629.170000', '175629.172000', '175629.175000', '175629.178000', '175629.180000', '175629.183000', '175629.186000', '175629.188000', '175629.191000', '175629.194000', '175629.196000', '175629.199000', '175629.201000', '175629.204000', '175629.207000', '175629.209000', '175629.212000', '175629.214000', '175629.217000', '175629.219000', '175629.222000', '175629.225000', '175629.227000', '175629.230000', '175629.232000', '175629.235000', '175649.122000', '175649.125000', '175649.128000', '175649.131000', '175649.133000', '175649.136000', '175649.138000', '175649.141000', '175649.144000', '175649.146000', '175649.149000', '175649.151000', '175649.154000', '175649.157000', '175649.159000', '175649.162000', '175649.165000', '175649.167000', '175649.170000', '175649.173000', '175649.175000', '175649.178000', '175649.180000', '175649.183000', '175649.186000', '175649.188000', '175649.191000', '175649.194000', '175649.196000', '175649.199000', '175649.202000', '175649.204000', '175649.207000', '175649.210000', '175649.213000', '175649.216000', '175649.219000', '175649.221000', '175649.224000', '175649.226000', '175649.229000', '175649.232000', '175649.234000', '175709.122000', '175709.125000', '175709.128000', '175709.130000', '175709.133000', '175709.136000', '175709.138000', '175709.141000', '175709.144000', '175709.146000', '175709.149000', '175709.151000', '175709.154000', '175709.157000', '175709.159000', '175709.162000', '175709.164000', '175709.167000', '175709.169000', '175709.172000', '175709.175000', '175709.177000', '175709.180000', '175709.182000', '175709.185000', '175709.188000', '175709.190000', '175709.193000', '175709.196000', '175709.198000', '175709.201000', '175709.204000', '175709.206000', '175709.209000', '175709.211000', '175709.214000', '175709.217000', '175709.219000', '175709.222000', '175709.225000', '175709.227000', '175709.230000', '175709.232000', '175709.235000', '175729.123000', '175729.126000', '175729.129000', '175729.131000', '175729.134000', '175729.137000', '175729.139000', '175729.142000', '175729.145000', '175729.148000', '175729.150000', '175729.153000', '175729.156000', '175729.158000', '175729.161000', '175729.164000', '175729.166000', '175729.169000', '175729.172000', '175729.174000', '175729.177000', '175729.179000', '175729.182000', '175729.185000', '175729.187000', '175729.190000', '175729.193000', '175729.195000', '175729.198000', '175729.201000', '175729.203000', '175729.206000', '175729.209000', '175729.211000', '175729.214000', '175729.217000', '175729.220000', '175729.238000', '175729.241000', '175729.244000', '175729.247000', '175729.249000', '175729.252000', '175749.122000', '175749.125000', '175749.128000', '175749.131000', '175749.133000', '175749.136000', '175749.138000', '175749.141000', '175749.144000', '175749.147000', '175749.149000', '175749.152000', '175749.154000', '175749.157000', '175749.160000', '175749.162000', '175749.165000', '175749.167000', '175749.170000', '175749.173000', '175749.175000', '175749.178000', '175749.180000', '175749.183000', '175749.186000', '175749.188000', '175749.191000', '175749.194000', '175749.196000', '175749.199000', '175749.202000', '175749.204000', '175749.207000', '175749.209000', '175749.212000', '175749.214000', '175749.217000', '175749.220000', '175749.222000', '175749.225000', '175749.228000', '175749.230000', '175749.233000', '175749.235000', '175809.122000', '175809.125000', '175809.128000', '175809.131000', '175809.133000', '175809.136000', '175809.138000', '175809.141000', '175809.144000', '175809.146000', '175809.149000', '175809.151000', '175809.154000', '175809.157000', '175809.159000', '175809.162000', '175809.165000', '175809.167000', '175809.170000', '175809.172000', '175809.175000', '175809.178000', '175809.180000', '175809.183000', '175809.185000', '175809.188000', '175809.191000', '175809.193000', '175809.196000', '175809.198000', '175809.201000', '175809.204000', '175809.206000', '175809.209000', '175809.211000', '175809.214000', '175809.217000', '175809.219000', '175809.222000', '175809.225000', '175809.227000', '175809.230000', '175809.232000', '175820.285000', '175820.288000', '175820.291000', '175820.293000', '175820.296000', '175820.298000', '175820.301000', '175820.304000', '175820.306000', '175820.309000', '175820.311000', '175820.314000', '175820.317000', '175820.319000', '175820.322000', '175820.325000', '175820.327000', '175820.330000', '175820.332000', '175820.335000', '175820.338000', '175820.340000', '175820.343000', '175820.346000', '175820.348000'], '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': [9780, 15629, 9011, 13025, 8705, 11316, 8815, 10571, 8670, 11237, 8476, 8904, 8130, 8480, 13723, 9656, 13748, 8818, 11021, 8614, 8451, 9304, 8571, 13712, 10176, 12995, 8559, 9516, 8372, 8514, 10914, 8842, 13237, 8621, 12282, 8724, 11226, 8726, 11399, 8632, 10547, 8402, 8549, 12526, 8756, 13414, 10490, 13623, 8566, 10233, 8575, 8596, 13979, 9282, 13445, 9008, 10631, 8534, 8613, 8474, 8547, 14619, 10871, 13301, 8746, 11803, 8724, 11587, 8875, 10649, 8736, 9695, 11156, 8771, 11026, 8689, 12363, 8764, 12089, 8577, 12104, 8639, 8945, 9485, 8624, 12895, 8788, 12038, 8754, 9433, 8390, 8429, 10443, 8666, 12607, 9012, 13221, 8619, 10986, 8724, 10279, 8718, 10572, 8676, 10373, 8250, 8723, 13639, 8919, 13028, 9640, 12521, 8593, 10042, 8619, 8852, 8267, 8795, 8534, 9383, 8644, 11466, 9631, 14657, 12727, 15226, 9236, 8510, 13694, 9124, 11273, 9454, 9140, 12017, 8784, 12209, 8882, 11939, 8871, 11326, 9048, 12212, 8671, 9593, 9448, 9500, 14751, 9733, 13659, 9304, 11633, 8697, 11063, 8700, 9022, 9034, 8423, 9010, 8461, 11084, 8540, 13932, 9210, 11703, 8957, 9686, 8785, 9621, 9031, 9350, 10500, 8880, 14509, 9182, 12555, 8915, 11466, 9089, 11614, 8767, 10947, 8744, 9159, 9821, 8968, 12831, 9181, 10808, 8900, 8840, 14153, 9623, 12760, 8961, 10991, 8913, 8297, 9626, 9005, 12758, 8801, 12483, 8746, 10818, 8607, 9916, 9055, 10262, 8636, 8944, 14005, 10373, 12351, 8839, 11472, 8960, 8710, 13818, 9021, 12074, 8596, 10740, 8453, 8377, 8843, 8761, 12850, 8819, 12390, 9411, 11649, 8671, 9903, 8537, 8639, 11978, 9046, 14500, 9254, 12597, 8733, 11561, 8584, 10357, 8820, 9008, 15360, 10176, 12580, 8698, 10808, 9106, 9040, 9774, 9039, 12079, 9098, 11492, 9115, 12450, 8968, 11409, 8681, 9780, 8229, 8847, 12876, 8902, 11455, 8678, 8813, 14372, 10170, 12003, 8557, 9132, 8926, 8854, 12437, 8775, 11802, 8828, 8403, 12198, 9055, 11658, 8481, 10064, 8412, 9083, 10722, 8866, 12698, 8820, 11722, 8782, 9471, 8951, 9706, 10066, 8926, 13325, 8811, 12531, 8658, 11001, 9480, 10082, 13050, 9848, 14189, 8969, 12882, 9203, 11399, 8572, 10669, 8797, 9616, 8660, 8831, 12418, 9160, 13570, 9750, 12588, 8543, 10299, 8457, 8720, 14319, 9120, 13315, 9040, 11514, 8431, 9067, 8883, 8659, 10437, 8889, 14124, 10197, 13309, 8801, 11655, 9121, 9274, 13935, 9624, 14493, 10746, 12366, 9061, 11410, 9138, 9084, 13407, 9734, 14758, 9084, 11773, 9153, 9923, 8890, 8946, 15456, 10900, 12573, 8816, 9896, 9010, 8879, 13595, 9188, 12617, 8712, 9199, 8839, 9028, 11572, 9282, 13619, 10279, 12301, 9224, 10480, 9035, 9078, 14275, 10047, 13381, 9277, 10322, 8981, 9135, 12722, 9284, 13671, 10312, 11632, 9330, 9552, 9000, 9433, 9174, 9271, 14544, 10260, 14770, 9550, 12164, 9305, 9838, 9063, 9562, 13876, 10017, 12536, 9682, 10562, 9622, 9453, 13256, 9801, 12724, 9792, 10346, 9560, 9320, 9597, 9895, 13015, 10092, 12699, 9962, 11452, 10240, 10115, 9491, 9866, 14622, 9833, 12543, 9838, 10447, 9432, 9456, 13930, 10252, 14144, 9334, 12375, 9766, 9959, 9350, 9510, 13436, 9506, 13588, 9584, 12185, 9505, 10226, 9261, 9442, 11383, 9587, 14931, 10999, 13444, 9514, 12080, 9369, 10027, 9243, 9317, 11424, 9471, 12710, 9566, 11777, 9646, 10637, 9278, 9371, 12436, 9668, 13035, 9572, 11101, 9342, 9940, 8886, 9452, 10228, 9632, 13090, 9445, 11755, 9407, 10749, 9402, 9646, 9555, 9442, 13186, 9554, 11762, 9690, 10486, 9159, 9424, 12110, 9995, 12894, 9556, 12364, 9764, 11544, 9371, 10191, 9052, 10134, 12013, 9267, 13524, 9486, 12356, 9716, 11309, 9469, 10140, 9259, 9459, 9067, 9345, 13804, 9670, 12902, 9624, 12736, 9081, 10797, 8893, 9125, 8978, 9287, 14325, 9810, 13421, 9490, 11563, 8885, 9567, 9507, 9702, 13469, 9739, 12115, 9311, 11847, 9300, 10163, 9508, 9159, 9588, 9535, 9328, 9571, 13247, 10130, 12502, 9668, 12584, 9687, 11200, 9456, 9562, 12379, 9475, 13950, 9488, 11787, 9513, 10672, 9327, 9505, 9109, 9280, 13027, 9703, 12609, 9463, 10506, 9322, 8802, 10674, 9424, 13420, 9385, 11412, 9458, 9636, 8839, 9094, 10088, 9439, 12982, 9529, 11825, 9043, 10805, 8671, 9555, 8236, 8827, 10616, 9228, 13344, 9253, 12431, 9111, 11501, 8657, 9899, 8996, 9277, 14055, 9536, 12623, 8831, 10511, 8575, 9126, 12399, 8973, 11088, 8650, 8922, 14419, 8954, 12938, 8961, 10305, 8817, 8825, 13351, 9256, 13247, 9164, 11283, 8829, 8715, 10500, 9035, 13247, 9975, 12594, 8519, 9788, 8549, 8744, 9169, 8801, 14979, 11096, 15858, 11755, 11749, 8315, 12389, 8614, 8649, 8774, 9423, 12404, 9179, 12076, 9169, 10976, 9170, 9987, 9320, 12261, 9359, 14650, 12484, 12873, 16538, 10952, 13387, 9675, 10212, 9634, 8713, 9595, 9306, 13619, 9297, 11422, 9568, 9371, 9413, 8723, 8782, 9031, 10141, 9195, 11882, 9313, 10586, 9212, 9843, 9054, 9444, 8633, 9385, 8709, 9420, 10062, 9591, 13959, 10255, 13964, 10773, 12138, 9485, 11179, 9620, 10086, 10167, 9811, 12814, 9906, 13360, 9725, 11805, 9735, 11884, 9281, 11926, 9249, 10251, 8984, 9204, 11437, 9793, 12589, 9670, 12980, 9861, 11685, 9201, 9345, 11632, 9916, 12480, 9286, 11493, 9493, 9342, 9359, 9829, 12645, 9818, 11550, 9020, 10644, 9175, 9184, 9117, 9728, 13116, 9591, 13577, 9502, 11328, 9048, 9528, 10459, 9846, 12751, 9348, 12066, 8961, 9527, 9160, 9617, 13745, 9711, 12305, 9233, 11809, 9505, 9319, 9349, 9640, 12908, 9897, 11777, 9321, 10112, 9196, 9463, 12376, 9743, 12694, 9773, 11263, 9459, 10045, 9222, 9511, 11341, 9702, 12850, 9808, 11866, 9410, 10391, 9235, 9681, 14186, 9674, 12409, 9696, 9983, 9321, 9424, 11946, 9341, 13407, 9122, 12105, 9554, 10492, 9334, 9598, 13845, 10293, 13353, 9400, 10893, 9250, 9477, 12950, 9285, 11844, 8537, 11170, 9341, 9286, 9041, 9461, 13206, 9892, 12829, 9680, 11802, 9332, 9431, 13574, 9716, 11753, 9082, 9815, 8863, 9694, 13176, 9809, 11606, 9774, 9444, 11134, 9554, 11459, 9686, 12652, 9691, 12182, 9276, 10837, 8868, 10889, 9335, 9930, 9544, 9941, 13428, 9736, 11591, 9216, 9752, 12126, 9870, 11255, 10144, 10750, 9337, 9500, 13098, 9907, 11863, 9829, 10730, 9612, 9581, 8905, 9456, 11197, 9901, 12017, 9662, 10778, 9310, 10523, 9682, 9341, 9364, 9652, 12836, 9754, 13962, 10487, 12585], 'WindowCenter': [4181.0, 4208.0, 4138.0, 4171.0, 4125.0, 4158.0, 4137.0, 4148.0, 4139.0, 4158.0, 4122.0, 4135.0, 4116.0, 4124.0, 4167.0, 4134.0, 4167.0, 4125.0, 4141.0, 4121.0, 4115.0, 4124.0, 4126.0, 4168.0, 4132.0, 4154.0, 4114.0, 4123.0, 4112.0, 4125.0, 4141.0, 4124.0, 4152.0, 4125.0, 4154.0, 4121.0, 4156.0, 4134.0, 4157.0, 4127.0, 4145.0, 4122.0, 4125.0, 4151.0, 4125.0, 4168.0, 4144.0, 4168.0, 4125.0, 4130.0, 4125.0, 4125.0, 4167.0, 4136.0, 4155.0, 4120.0, 4134.0, 4123.0, 4123.0, 4126.0, 4123.0, 4166.0, 4146.0, 4163.0, 4122.0, 4155.0, 4122.0, 4142.0, 4124.0, 4144.0, 4123.0, 4133.0, 4147.0, 4126.0, 4142.0, 4121.0, 4151.0, 4125.0, 4153.0, 4126.0, 4156.0, 4120.0, 4125.0, 4134.0, 4124.0, 4163.0, 4124.0, 4152.0, 4123.0, 4122.0, 4112.0, 4121.0, 4145.0, 4121.0, 4157.0, 4138.0, 4168.0, 4138.0, 4157.0, 4139.0, 4144.0, 4139.0, 4157.0, 4135.0, 4146.0, 4139.0, 4139.0, 4176.0, 4141.0, 4181.0, 4146.0, 4165.0, 4122.0, 4144.0, 4123.0, 4134.0, 4137.0, 4135.0, 4134.0, 4138.0, 4135.0, 4168.0, 4151.0, 4191.0, 4194.0, 4191.0, 4145.0, 4127.0, 4150.0, 4121.0, 4172.0, 4132.0, 4119.0, 4138.0, 4112.0, 4140.0, 4119.0, 4158.0, 4136.0, 4142.0, 4120.0, 4154.0, 4111.0, 4122.0, 4122.0, 4121.0, 4153.0, 4110.0, 4142.0, 4109.0, 4130.0, 4111.0, 4144.0, 4111.0, 4110.0, 4108.0, 4098.0, 4106.0, 4096.0, 4139.0, 4124.0, 4153.0, 4124.0, 4142.0, 4122.0, 4121.0, 4110.0, 4123.0, 4108.0, 4121.0, 4146.0, 4126.0, 4166.0, 4120.0, 4154.0, 4124.0, 4144.0, 4124.0, 4145.0, 4127.0, 4147.0, 4126.0, 4121.0, 4135.0, 4124.0, 4155.0, 4123.0, 4130.0, 4123.0, 4123.0, 4166.0, 4135.0, 4155.0, 4123.0, 4129.0, 4119.0, 4109.0, 4121.0, 4122.0, 4152.0, 4124.0, 4155.0, 4119.0, 4143.0, 4125.0, 4136.0, 4136.0, 4146.0, 4137.0, 4137.0, 4181.0, 4148.0, 4168.0, 4138.0, 4158.0, 4134.0, 4127.0, 4166.0, 4137.0, 4157.0, 4125.0, 4146.0, 4126.0, 4126.0, 4122.0, 4122.0, 4169.0, 4139.0, 4167.0, 4137.0, 4158.0, 4126.0, 4148.0, 4126.0, 4137.0, 4170.0, 4139.0, 4179.0, 4138.0, 4155.0, 4128.0, 4158.0, 4126.0, 4147.0, 4135.0, 4135.0, 4180.0, 4148.0, 4157.0, 4126.0, 4146.0, 4125.0, 4136.0, 4134.0, 4136.0, 4154.0, 4137.0, 4157.0, 4133.0, 4155.0, 4136.0, 4154.0, 4137.0, 4147.0, 4123.0, 4138.0, 4164.0, 4137.0, 4157.0, 4125.0, 4137.0, 4179.0, 4144.0, 4156.0, 4122.0, 4135.0, 4126.0, 4123.0, 4167.0, 4126.0, 4156.0, 4121.0, 4125.0, 4155.0, 4122.0, 4145.0, 4120.0, 4147.0, 4125.0, 4136.0, 4143.0, 4134.0, 4166.0, 4136.0, 4155.0, 4126.0, 4144.0, 4137.0, 4147.0, 4147.0, 4132.0, 4164.0, 4136.0, 4164.0, 4126.0, 4158.0, 4144.0, 4148.0, 4164.0, 4146.0, 4163.0, 4136.0, 4166.0, 4133.0, 4157.0, 4128.0, 4145.0, 4126.0, 4148.0, 4123.0, 4138.0, 4168.0, 4133.0, 4166.0, 4148.0, 4164.0, 4126.0, 4146.0, 4126.0, 4125.0, 4163.0, 4136.0, 4164.0, 4134.0, 4156.0, 4125.0, 4124.0, 4135.0, 4134.0, 4157.0, 4138.0, 4181.0, 4158.0, 4180.0, 4136.0, 4171.0, 4134.0, 4138.0, 4180.0, 4151.0, 4180.0, 4157.0, 4165.0, 4133.0, 4159.0, 4136.0, 4137.0, 4164.0, 4134.0, 4178.0, 4132.0, 4155.0, 4135.0, 4136.0, 4137.0, 4137.0, 4177.0, 4158.0, 4157.0, 4124.0, 4134.0, 4119.0, 4123.0, 4166.0, 4137.0, 4155.0, 4123.0, 4132.0, 4125.0, 4124.0, 4157.0, 4136.0, 4167.0, 4144.0, 4158.0, 4135.0, 4145.0, 4124.0, 4124.0, 4168.0, 4137.0, 4167.0, 4134.0, 4134.0, 4123.0, 4125.0, 4166.0, 4136.0, 4166.0, 4142.0, 4154.0, 4136.0, 4135.0, 4122.0, 4131.0, 4135.0, 4136.0, 4177.0, 4146.0, 4168.0, 4135.0, 4157.0, 4124.0, 4132.0, 4136.0, 4149.0, 4167.0, 4144.0, 4157.0, 4135.0, 4146.0, 4135.0, 4137.0, 4168.0, 4136.0, 4152.0, 4134.0, 4146.0, 4135.0, 4135.0, 4133.0, 4148.0, 4164.0, 4147.0, 4167.0, 4132.0, 4156.0, 4145.0, 4146.0, 4137.0, 4144.0, 4178.0, 4136.0, 4157.0, 4136.0, 4145.0, 4137.0, 4133.0, 4165.0, 4135.0, 4166.0, 4135.0, 4152.0, 4133.0, 4134.0, 4124.0, 4136.0, 4164.0, 4138.0, 4163.0, 4136.0, 4157.0, 4135.0, 4136.0, 4135.0, 4135.0, 4157.0, 4134.0, 4176.0, 4147.0, 4167.0, 4136.0, 4156.0, 4124.0, 4134.0, 4132.0, 4136.0, 4156.0, 4136.0, 4168.0, 4137.0, 4153.0, 4135.0, 4142.0, 4137.0, 4136.0, 4156.0, 4135.0, 4163.0, 4135.0, 4141.0, 4133.0, 4136.0, 4136.0, 4135.0, 4135.0, 4134.0, 4155.0, 4135.0, 4155.0, 4132.0, 4145.0, 4131.0, 4136.0, 4135.0, 4135.0, 4166.0, 4135.0, 4156.0, 4135.0, 4141.0, 4137.0, 4138.0, 4155.0, 4137.0, 4154.0, 4137.0, 4156.0, 4131.0, 4146.0, 4135.0, 4147.0, 4137.0, 4147.0, 4157.0, 4132.0, 4166.0, 4134.0, 4155.0, 4132.0, 4145.0, 4134.0, 4142.0, 4132.0, 4134.0, 4125.0, 4132.0, 4166.0, 4132.0, 4166.0, 4135.0, 4156.0, 4121.0, 4147.0, 4122.0, 4132.0, 4125.0, 4136.0, 4178.0, 4147.0, 4167.0, 4136.0, 4153.0, 4126.0, 4136.0, 4135.0, 4136.0, 4166.0, 4136.0, 4156.0, 4137.0, 4157.0, 4135.0, 4143.0, 4134.0, 4133.0, 4135.0, 4137.0, 4137.0, 4145.0, 4166.0, 4144.0, 4168.0, 4134.0, 4157.0, 4135.0, 4143.0, 4134.0, 4135.0, 4164.0, 4134.0, 4163.0, 4134.0, 4156.0, 4135.0, 4134.0, 4123.0, 4133.0, 4121.0, 4126.0, 4152.0, 4134.0, 4152.0, 4123.0, 4132.0, 4134.0, 4126.0, 4144.0, 4124.0, 4152.0, 4124.0, 4144.0, 4133.0, 4135.0, 4125.0, 4125.0, 4135.0, 4136.0, 4157.0, 4135.0, 4151.0, 4124.0, 4142.0, 4124.0, 4132.0, 4126.0, 4132.0, 4147.0, 4131.0, 4166.0, 4136.0, 4168.0, 4150.0, 4155.0, 4138.0, 4145.0, 4138.0, 4148.0, 4178.0, 4145.0, 4165.0, 4134.0, 4145.0, 4123.0, 4133.0, 4152.0, 4121.0, 4153.0, 4125.0, 4122.0, 4161.0, 4121.0, 4151.0, 4123.0, 4131.0, 4123.0, 4122.0, 4167.0, 4131.0, 4150.0, 4124.0, 4140.0, 4123.0, 4123.0, 4129.0, 4126.0, 4167.0, 4131.0, 4153.0, 4124.0, 4134.0, 4120.0, 4124.0, 4134.0, 4134.0, 4187.0, 4171.0, 4204.0, 4182.0, 4178.0, 4138.0, 4156.0, 4111.0, 4112.0, 4110.0, 4125.0, 4156.0, 4134.0, 4169.0, 4149.0, 4158.0, 4149.0, 4147.0, 4134.0, 4153.0, 4124.0, 4164.0, 4143.0, 4143.0, 4164.0, 4118.0, 4137.0, 4105.0, 4119.0, 4107.0, 4094.0, 4119.0, 4109.0, 4140.0, 4108.0, 4128.0, 4108.0, 4108.0, 4104.0, 4106.0, 4112.0, 4121.0, 4128.0, 4117.0, 4142.0, 4121.0, 4128.0, 4122.0, 4134.0, 4133.0, 4138.0, 4123.0, 4133.0, 4126.0, 4133.0, 4147.0, 4137.0, 4179.0, 4145.0, 4181.0, 4155.0, 4158.0, 4134.0, 4157.0, 4137.0, 4147.0, 4149.0, 4147.0, 4164.0, 4146.0, 4168.0, 4136.0, 4156.0, 4136.0, 4157.0, 4134.0, 4157.0, 4137.0, 4148.0, 4137.0, 4137.0, 4157.0, 4137.0, 4168.0, 4149.0, 4169.0, 4147.0, 4170.0, 4135.0, 4134.0, 4158.0, 4137.0, 4164.0, 4137.0, 4156.0, 4137.0, 4132.0, 4135.0, 4137.0, 4152.0, 4146.0, 4158.0, 4137.0, 4142.0, 4137.0, 4135.0, 4136.0, 4148.0, 4175.0, 4145.0, 4163.0, 4148.0, 4157.0, 4132.0, 4132.0, 4147.0, 4147.0, 4164.0, 4138.0, 4157.0, 4137.0, 4132.0, 4136.0, 4133.0, 4163.0, 4136.0, 4158.0, 4133.0, 4159.0, 4133.0, 4132.0, 4135.0, 4135.0, 4153.0, 4135.0, 4151.0, 4134.0, 4146.0, 4137.0, 4132.0, 4156.0, 4134.0, 4156.0, 4131.0, 4144.0, 4134.0, 4135.0, 4137.0, 4136.0, 4142.0, 4137.0, 4167.0, 4136.0, 4155.0, 4131.0, 4143.0, 4137.0, 4136.0, 4163.0, 4135.0, 4155.0, 4134.0, 4134.0, 4134.0, 4137.0, 4157.0, 4136.0, 4176.0, 4149.0, 4165.0, 4136.0, 4146.0, 4132.0, 4133.0, 4167.0, 4148.0, 4167.0, 4136.0, 4145.0, 4135.0, 4136.0, 4163.0, 4137.0, 4155.0, 4122.0, 4152.0, 4135.0, 4136.0, 4136.0, 4135.0, 4164.0, 4144.0, 4170.0, 4148.0, 4158.0, 4136.0, 4137.0, 4165.0, 4136.0, 4157.0, 4134.0, 4141.0, 4136.0, 4147.0, 4167.0, 4146.0, 4156.0, 4146.0, 4148.0, 4155.0, 4137.0, 4156.0, 4132.0, 4166.0, 4136.0, 4154.0, 4138.0, 4148.0, 4137.0, 4158.0, 4138.0, 4148.0, 4143.0, 4146.0, 4163.0, 4132.0, 4155.0, 4136.0, 4135.0, 4156.0, 4135.0, 4142.0, 4146.0, 4152.0, 4132.0, 4134.0, 4150.0, 4130.0, 4141.0, 4129.0, 4141.0, 4133.0, 4133.0, 4124.0, 4134.0, 4144.0, 4129.0, 4149.0, 4132.0, 4142.0, 4135.0, 4142.0, 4136.0, 4135.0, 4131.0, 4131.0, 4167.0, 4144.0, 4178.0, 4143.0, 4154.0], 'WindowWidth': [9292.0, 9323.0, 9211.0, 9256.0, 9188.0, 9232.0, 9202.0, 9220.0, 9209.0, 9234.0, 9180.0, 9198.0, 9173.0, 9181.0, 9245.0, 9195.0, 9244.0, 9184.0, 9203.0, 9175.0, 9170.0, 9181.0, 9187.0, 9247.0, 9191.0, 9224.0, 9166.0, 9176.0, 9161.0, 9181.0, 9202.0, 9180.0, 9218.0, 9183.0, 9221.0, 9176.0, 9227.0, 9197.0, 9230.0, 9188.0, 9212.0, 9178.0, 9184.0, 9217.0, 9185.0, 9247.0, 9208.0, 9248.0, 9183.0, 9187.0, 9182.0, 9182.0, 9245.0, 9199.0, 9226.0, 9172.0, 9194.0, 9177.0, 9177.0, 9185.0, 9179.0, 9240.0, 9213.0, 9234.0, 9177.0, 9222.0, 9177.0, 9205.0, 9181.0, 9208.0, 9182.0, 9195.0, 9214.0, 9186.0, 9203.0, 9174.0, 9215.0, 9182.0, 9221.0, 9185.0, 9228.0, 9172.0, 9184.0, 9193.0, 9179.0, 9234.0, 9182.0, 9218.0, 9178.0, 9177.0, 9163.0, 9175.0, 9209.0, 9174.0, 9230.0, 9206.0, 9248.0, 9207.0, 9231.0, 9209.0, 9214.0, 9211.0, 9233.0, 9202.0, 9218.0, 9208.0, 9208.0, 9258.0, 9214.0, 9270.0, 9216.0, 9244.0, 9180.0, 9211.0, 9181.0, 9198.0, 9207.0, 9202.0, 9197.0, 9206.0, 9200.0, 9249.0, 9230.0, 9294.0, 9298.0, 9293.0, 9215.0, 9189.0, 9212.0, 9172.0, 9260.0, 9189.0, 9165.0, 9190.0, 9159.0, 9196.0, 9169.0, 9232.0, 9199.0, 9204.0, 9172.0, 9223.0, 9158.0, 9173.0, 9171.0, 9169.0, 9217.0, 9151.0, 9200.0, 9149.0, 9180.0, 9157.0, 9204.0, 9154.0, 9151.0, 9145.0, 9134.0, 9143.0, 9131.0, 9194.0, 9180.0, 9218.0, 9178.0, 9201.0, 9172.0, 9170.0, 9155.0, 9174.0, 9152.0, 9173.0, 9212.0, 9184.0, 9239.0, 9172.0, 9221.0, 9178.0, 9205.0, 9180.0, 9210.0, 9190.0, 9217.0, 9185.0, 9176.0, 9197.0, 9180.0, 9223.0, 9175.0, 9183.0, 9174.0, 9176.0, 9240.0, 9195.0, 9222.0, 9177.0, 9181.0, 9167.0, 9154.0, 9172.0, 9173.0, 9218.0, 9179.0, 9223.0, 9171.0, 9205.0, 9183.0, 9199.0, 9200.0, 9215.0, 9204.0, 9205.0, 9269.0, 9220.0, 9248.0, 9206.0, 9232.0, 9195.0, 9189.0, 9244.0, 9202.0, 9230.0, 9185.0, 9213.0, 9184.0, 9186.0, 9178.0, 9178.0, 9252.0, 9209.0, 9244.0, 9204.0, 9232.0, 9188.0, 9218.0, 9187.0, 9204.0, 9254.0, 9210.0, 9265.0, 9206.0, 9225.0, 9190.0, 9231.0, 9186.0, 9217.0, 9202.0, 9201.0, 9267.0, 9218.0, 9231.0, 9185.0, 9212.0, 9182.0, 9200.0, 9196.0, 9201.0, 9223.0, 9203.0, 9231.0, 9194.0, 9227.0, 9200.0, 9225.0, 9205.0, 9217.0, 9183.0, 9206.0, 9239.0, 9203.0, 9230.0, 9186.0, 9206.0, 9265.0, 9211.0, 9228.0, 9178.0, 9197.0, 9185.0, 9179.0, 9245.0, 9187.0, 9228.0, 9176.0, 9183.0, 9225.0, 9177.0, 9210.0, 9174.0, 9216.0, 9186.0, 9200.0, 9207.0, 9195.0, 9240.0, 9199.0, 9225.0, 9187.0, 9212.0, 9203.0, 9218.0, 9217.0, 9193.0, 9238.0, 9202.0, 9238.0, 9188.0, 9235.0, 9212.0, 9220.0, 9240.0, 9216.0, 9238.0, 9199.0, 9241.0, 9194.0, 9230.0, 9191.0, 9211.0, 9188.0, 9220.0, 9182.0, 9204.0, 9246.0, 9194.0, 9244.0, 9220.0, 9240.0, 9188.0, 9214.0, 9186.0, 9184.0, 9237.0, 9199.0, 9239.0, 9196.0, 9226.0, 9183.0, 9183.0, 9199.0, 9198.0, 9231.0, 9209.0, 9269.0, 9236.0, 9269.0, 9205.0, 9255.0, 9200.0, 9207.0, 9268.0, 9225.0, 9268.0, 9231.0, 9242.0, 9197.0, 9234.0, 9199.0, 9204.0, 9239.0, 9197.0, 9263.0, 9193.0, 9226.0, 9197.0, 9200.0, 9204.0, 9202.0, 9260.0, 9234.0, 9229.0, 9179.0, 9194.0, 9169.0, 9178.0, 9242.0, 9202.0, 9226.0, 9179.0, 9190.0, 9183.0, 9182.0, 9230.0, 9202.0, 9245.0, 9211.0, 9232.0, 9197.0, 9212.0, 9181.0, 9180.0, 9248.0, 9202.0, 9244.0, 9197.0, 9196.0, 9178.0, 9181.0, 9241.0, 9198.0, 9244.0, 9204.0, 9223.0, 9197.0, 9198.0, 9176.0, 9190.0, 9197.0, 9199.0, 9261.0, 9214.0, 9248.0, 9198.0, 9227.0, 9180.0, 9190.0, 9202.0, 9221.0, 9245.0, 9211.0, 9230.0, 9197.0, 9213.0, 9195.0, 9201.0, 9246.0, 9200.0, 9218.0, 9195.0, 9213.0, 9195.0, 9196.0, 9196.0, 9218.0, 9239.0, 9216.0, 9243.0, 9191.0, 9228.0, 9211.0, 9214.0, 9203.0, 9210.0, 9261.0, 9200.0, 9230.0, 9199.0, 9212.0, 9202.0, 9194.0, 9239.0, 9198.0, 9244.0, 9197.0, 9218.0, 9192.0, 9195.0, 9180.0, 9198.0, 9239.0, 9203.0, 9236.0, 9201.0, 9229.0, 9198.0, 9198.0, 9195.0, 9197.0, 9230.0, 9198.0, 9258.0, 9216.0, 9244.0, 9201.0, 9226.0, 9181.0, 9194.0, 9192.0, 9201.0, 9228.0, 9201.0, 9246.0, 9201.0, 9221.0, 9197.0, 9207.0, 9204.0, 9201.0, 9229.0, 9198.0, 9234.0, 9195.0, 9201.0, 9193.0, 9200.0, 9200.0, 9198.0, 9197.0, 9195.0, 9225.0, 9195.0, 9225.0, 9192.0, 9211.0, 9188.0, 9201.0, 9197.0, 9198.0, 9241.0, 9197.0, 9226.0, 9196.0, 9204.0, 9203.0, 9207.0, 9226.0, 9202.0, 9224.0, 9199.0, 9227.0, 9189.0, 9211.0, 9195.0, 9216.0, 9204.0, 9217.0, 9229.0, 9191.0, 9241.0, 9194.0, 9225.0, 9189.0, 9211.0, 9198.0, 9207.0, 9192.0, 9197.0, 9184.0, 9191.0, 9240.0, 9189.0, 9242.0, 9199.0, 9230.0, 9176.0, 9215.0, 9177.0, 9192.0, 9184.0, 9201.0, 9262.0, 9217.0, 9246.0, 9200.0, 9222.0, 9186.0, 9199.0, 9197.0, 9198.0, 9241.0, 9199.0, 9229.0, 9202.0, 9230.0, 9197.0, 9207.0, 9195.0, 9194.0, 9196.0, 9202.0, 9205.0, 9213.0, 9245.0, 9212.0, 9247.0, 9196.0, 9230.0, 9196.0, 9205.0, 9193.0, 9196.0, 9239.0, 9196.0, 9238.0, 9195.0, 9226.0, 9196.0, 9195.0, 9177.0, 9192.0, 9175.0, 9185.0, 9219.0, 9194.0, 9218.0, 9178.0, 9190.0, 9195.0, 9186.0, 9209.0, 9180.0, 9220.0, 9179.0, 9207.0, 9190.0, 9197.0, 9184.0, 9184.0, 9198.0, 9198.0, 9229.0, 9195.0, 9217.0, 9181.0, 9205.0, 9183.0, 9192.0, 9187.0, 9191.0, 9217.0, 9190.0, 9242.0, 9202.0, 9250.0, 9229.0, 9230.0, 9207.0, 9214.0, 9209.0, 9221.0, 9263.0, 9214.0, 9243.0, 9197.0, 9213.0, 9182.0, 9193.0, 9220.0, 9175.0, 9221.0, 9187.0, 9178.0, 9232.0, 9176.0, 9216.0, 9179.0, 9187.0, 9176.0, 9178.0, 9246.0, 9190.0, 9216.0, 9180.0, 9200.0, 9177.0, 9178.0, 9184.0, 9185.0, 9243.0, 9189.0, 9223.0, 9180.0, 9194.0, 9172.0, 9181.0, 9194.0, 9197.0, 9276.0, 9258.0, 9313.0, 9278.0, 9268.0, 9209.0, 9229.0, 9158.0, 9163.0, 9156.0, 9182.0, 9228.0, 9197.0, 9249.0, 9223.0, 9236.0, 9223.0, 9218.0, 9195.0, 9222.0, 9178.0, 9238.0, 9204.0, 9205.0, 9236.0, 9163.0, 9189.0, 9141.0, 9162.0, 9144.0, 9125.0, 9164.0, 9149.0, 9192.0, 9148.0, 9174.0, 9146.0, 9147.0, 9139.0, 9145.0, 9161.0, 9171.0, 9178.0, 9163.0, 9200.0, 9171.0, 9179.0, 9173.0, 9192.0, 9195.0, 9204.0, 9180.0, 9195.0, 9187.0, 9195.0, 9215.0, 9203.0, 9264.0, 9214.0, 9268.0, 9227.0, 9234.0, 9197.0, 9230.0, 9202.0, 9216.0, 9222.0, 9217.0, 9237.0, 9214.0, 9245.0, 9199.0, 9225.0, 9199.0, 9231.0, 9199.0, 9233.0, 9203.0, 9220.0, 9204.0, 9204.0, 9230.0, 9200.0, 9246.0, 9222.0, 9251.0, 9219.0, 9253.0, 9200.0, 9196.0, 9232.0, 9201.0, 9240.0, 9204.0, 9230.0, 9201.0, 9192.0, 9197.0, 9200.0, 9220.0, 9214.0, 9232.0, 9202.0, 9207.0, 9200.0, 9199.0, 9201.0, 9218.0, 9258.0, 9215.0, 9239.0, 9218.0, 9229.0, 9191.0, 9192.0, 9214.0, 9215.0, 9239.0, 9206.0, 9232.0, 9203.0, 9193.0, 9200.0, 9193.0, 9233.0, 9200.0, 9233.0, 9195.0, 9235.0, 9193.0, 9193.0, 9198.0, 9197.0, 9220.0, 9197.0, 9216.0, 9194.0, 9215.0, 9204.0, 9194.0, 9229.0, 9195.0, 9226.0, 9187.0, 9207.0, 9192.0, 9198.0, 9203.0, 9201.0, 9205.0, 9203.0, 9244.0, 9199.0, 9226.0, 9188.0, 9209.0, 9203.0, 9200.0, 9237.0, 9198.0, 9224.0, 9195.0, 9195.0, 9194.0, 9203.0, 9230.0, 9201.0, 9259.0, 9226.0, 9243.0, 9201.0, 9214.0, 9189.0, 9195.0, 9246.0, 9218.0, 9245.0, 9200.0, 9213.0, 9198.0, 9198.0, 9234.0, 9202.0, 9227.0, 9179.0, 9221.0, 9198.0, 9201.0, 9201.0, 9200.0, 9239.0, 9213.0, 9254.0, 9221.0, 9236.0, 9202.0, 9204.0, 9242.0, 9199.0, 9232.0, 9198.0, 9204.0, 9201.0, 9216.0, 9245.0, 9212.0, 9226.0, 9214.0, 9220.0, 9226.0, 9203.0, 9228.0, 9191.0, 9241.0, 9201.0, 9225.0, 9207.0, 9219.0, 9203.0, 9236.0, 9207.0, 9220.0, 9210.0, 9215.0, 9239.0, 9194.0, 9227.0, 9202.0, 9198.0, 9230.0, 9196.0, 9205.0, 9213.0, 9221.0, 9192.0, 9195.0, 9216.0, 9183.0, 9201.0, 9181.0, 9201.0, 9194.0, 9193.0, 9180.0, 9194.0, 9207.0, 9182.0, 9211.0, 9191.0, 9206.0, 9198.0, 9206.0, 9198.0, 9199.0, 9189.0, 9190.0, 9246.0, 9210.0, 9261.0, 9209.0, 9225.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.001047172264355363</td></tr>
<tr><td colspan=3>aqi</td><td>0.014689659371614303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.836190819446834</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2126243836008679</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0153873294468554</td></tr>
<tr><td colspan=3>efc</td><td>0.463</td></tr>
<tr><td colspan=3>fber</td><td>7299.564</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08472660066038834</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.38353196099675</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4106993578352127</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3573284892514543</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.673091845359433</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.20167773889475</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111085</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01602046936750412</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027849622070789337</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7464418489610827</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>32.3528</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8605</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.8085</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302097.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>748.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.6437</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1636</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.0285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3332.5904</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.1609</td></tr>
<tr><td colspan=3>tsnr</td><td>47.02808714378625</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>