<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-04/func/sub-0098_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>7439c79907725ef62fa57e9ae83b1870</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>18:57:4.095000</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.997542, -0.0577526, -0.0396806, 0.0634592, 0.984731, 0.162105]</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.259</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.0882006</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>[4223, -7823, -7221, 243, -116, 94, -34, 89]</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>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f01901d7-884d-4b87-8a0e-deeaf65689fc||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.6763322353363037, 0.17025645077228546, -0.08022439479827881, 104.37065124511719], [0.15494608879089355, 2.641960859298706, 0.44340771436691284, -107.15530395507812], [-0.10646027326583862, -0.43491700291633606, 2.66213321685791, -38.309051513671875], [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': ['185704.095000', '185704.555000', '185705.015000', '185705.475000', '185705.935000', '185706.395000', '185706.855000', '185707.315000', '185707.775000', '185708.235000', '185708.695000', '185709.155000', '185709.615000', '185710.075000', '185710.535000', '185710.995000', '185711.455000', '185711.915000', '185712.375000', '185712.835000', '185713.295000', '185713.755000', '185714.215000', '185714.675000', '185715.135000', '185715.595000', '185716.055000', '185716.515000', '185716.975000', '185717.435000', '185717.895000', '185718.355000', '185718.815000', '185719.275000', '185719.735000', '185720.195000', '185720.655000', '185721.115000', '185721.575000', '185722.035000', '185722.495000', '185722.955000', '185723.415000', '185723.875000', '185724.335000', '185724.795000', '185725.255000', '185725.715000', '185726.175000', '185726.635000', '185727.095000', '185727.555000', '185728.015000', '185728.475000', '185728.935000', '185729.395000', '185729.855000', '185730.315000', '185730.775000', '185731.235000', '185731.695000', '185732.155000', '185732.615000', '185733.075000', '185733.535000', '185733.995000', '185734.455000', '185734.915000', '185735.375000', '185735.835000', '185736.295000', '185736.755000', '185737.215000', '185737.675000', '185738.135000', '185738.595000', '185739.055000', '185739.515000', '185739.975000', '185740.435000', '185740.895000', '185741.355000', '185741.815000', '185742.275000', '185742.735000', '185743.195000', '185743.655000', '185744.115000', '185744.575000', '185745.035000', '185745.495000', '185745.955000', '185746.415000', '185746.875000', '185747.335000', '185747.795000', '185748.255000', '185748.715000', '185749.175000', '185749.635000', '185750.095000', '185750.555000', '185751.015000', '185751.475000', '185751.935000', '185752.395000', '185752.855000', '185753.315000', '185753.775000', '185754.235000', '185754.695000', '185755.155000', '185755.615000', '185756.075000', '185756.535000', '185756.995000', '185757.455000', '185757.915000', '185758.375000', '185758.835000', '185759.295000', '185759.755000', '185800.215000', '185800.675000', '185801.135000', '185801.595000', '185802.055000', '185802.515000', '185802.975000', '185803.435000', '185803.895000', '185804.355000', '185804.815000', '185805.275000', '185805.735000', '185806.195000', '185806.655000', '185807.115000', '185807.575000', '185808.035000', '185808.495000', '185808.955000', '185809.415000', '185809.875000', '185810.335000', '185810.795000', '185811.255000', '185811.715000', '185812.175000', '185812.635000', '185813.095000', '185813.555000', '185814.015000', '185814.475000', '185814.935000', '185815.395000', '185815.855000', '185816.315000', '185816.775000', '185817.235000', '185817.695000', '185818.155000', '185818.615000', '185819.075000', '185819.535000', '185819.995000', '185820.455000', '185820.915000', '185821.375000', '185821.835000', '185822.295000', '185822.755000', '185823.215000', '185823.675000', '185824.135000', '185824.595000', '185825.055000', '185825.515000', '185825.975000', '185826.435000', '185826.895000', '185827.355000', '185827.815000', '185828.275000', '185828.735000', '185829.195000', '185829.655000', '185830.115000', '185830.575000', '185831.035000', '185831.495000', '185831.955000', '185832.415000', '185832.875000', '185833.335000', '185833.795000', '185834.255000', '185834.715000', '185835.175000', '185835.635000', '185836.095000', '185836.555000', '185837.015000', '185837.475000', '185837.935000', '185838.395000', '185838.855000', '185839.315000', '185839.775000', '185840.235000', '185840.695000', '185841.155000', '185841.615000', '185842.075000', '185842.535000', '185842.995000', '185843.455000', '185843.915000', '185844.375000', '185844.835000', '185845.295000', '185845.755000', '185846.215000', '185846.675000', '185847.135000', '185847.595000', '185848.055000', '185848.515000', '185848.975000', '185849.435000', '185849.895000', '185850.355000', '185850.815000', '185851.275000', '185851.735000', '185852.195000', '185852.655000', '185853.115000', '185853.575000', '185854.035000', '185854.495000', '185854.955000', '185855.415000', '185855.875000', '185856.335000', '185856.795000', '185857.255000', '185857.715000', '185858.175000', '185858.635000', '185859.095000', '185859.555000', '185900.015000', '185900.475000', '185900.935000', '185901.395000', '185901.855000', '185902.315000', '185902.775000', '185903.235000', '185903.695000', '185904.155000', '185904.615000', '185905.075000', '185905.535000', '185905.995000', '185906.455000', '185906.915000', '185907.375000', '185907.835000', '185908.295000', '185908.755000', '185909.215000', '185909.675000', '185910.135000', '185910.595000', '185911.055000', '185911.515000', '185911.975000', '185912.435000', '185912.895000', '185913.355000', '185913.815000', '185914.275000', '185914.735000', '185915.195000', '185915.655000', '185916.115000', '185916.575000', '185917.035000', '185917.495000', '185917.955000', '185918.415000', '185918.875000', '185919.335000', '185919.795000', '185920.255000', '185920.715000', '185921.175000', '185921.635000', '185922.095000', '185922.555000', '185923.015000', '185923.475000', '185923.935000', '185924.395000', '185924.855000', '185925.315000', '185925.775000', '185926.235000', '185926.695000', '185927.155000', '185927.615000', '185928.075000', '185928.535000', '185928.995000', '185929.455000', '185929.915000', '185930.375000', '185930.835000', '185931.295000', '185931.755000', '185932.215000', '185932.675000', '185933.135000', '185933.595000', '185934.055000', '185934.515000', '185934.975000', '185935.435000', '185935.895000', '185936.355000', '185936.815000', '185937.275000', '185937.735000', '185938.195000', '185938.655000', '185939.115000', '185939.575000', '185940.035000', '185940.495000', '185940.955000', '185941.415000', '185941.875000', '185942.335000', '185942.795000', '185943.255000', '185943.715000', '185944.175000', '185944.635000', '185945.095000', '185945.555000', '185946.015000', '185946.475000', '185946.935000', '185947.395000', '185947.855000', '185948.315000', '185948.775000', '185949.235000', '185949.695000', '185950.155000', '185950.615000', '185951.075000', '185951.535000', '185951.995000', '185952.455000', '185952.915000', '185953.375000', '185953.835000', '185954.295000', '185954.755000', '185955.215000', '185955.675000', '185956.135000', '185956.595000', '185957.055000', '185957.515000', '185957.975000', '185958.435000', '185958.895000', '185959.355000', '185959.815000', '190000.275000', '190000.735000', '190001.195000', '190001.655000', '190002.115000', '190002.575000', '190003.035000', '190003.495000', '190003.955000', '190004.415000', '190004.875000', '190005.335000', '190005.795000', '190006.255000', '190006.715000', '190007.175000', '190007.635000', '190008.095000', '190008.555000', '190009.015000', '190009.475000', '190009.935000', '190010.395000', '190010.855000', '190011.315000', '190011.775000', '190012.235000', '190012.695000', '190013.155000', '190013.615000', '190014.075000', '190014.535000', '190014.995000', '190015.455000', '190015.915000', '190016.375000', '190016.835000', '190017.295000', '190017.755000', '190018.215000', '190018.675000', '190019.135000', '190019.595000', '190020.055000', '190020.515000', '190020.975000', '190021.435000', '190021.895000', '190022.355000', '190022.815000', '190023.275000', '190023.735000', '190024.195000', '190024.655000', '190025.115000', '190025.575000', '190026.035000', '190026.495000', '190026.955000', '190027.415000', '190027.875000', '190028.335000', '190028.795000', '190029.255000', '190029.715000', '190030.175000', '190030.635000', '190031.095000', '190031.555000', '190032.015000', '190032.475000', '190032.935000', '190033.395000', '190033.855000', '190034.315000', '190034.775000', '190035.235000', '190035.695000', '190036.155000', '190036.615000', '190037.075000', '190037.535000', '190037.995000', '190038.455000', '190038.915000', '190039.375000', '190039.835000', '190040.295000', '190040.755000', '190041.215000', '190041.675000', '190042.135000', '190042.595000', '190043.055000', '190043.515000', '190043.975000', '190044.435000', '190044.895000', '190045.355000', '190045.815000', '190046.275000', '190046.735000', '190047.195000', '190047.655000', '190048.115000', '190048.575000', '190049.035000', '190049.495000', '190049.955000', '190050.415000', '190050.875000', '190051.335000', '190051.795000', '190052.255000', '190052.715000', '190053.175000', '190053.635000', '190054.095000', '190054.555000', '190055.015000', '190055.475000', '190055.935000', '190056.395000', '190056.855000', '190057.315000', '190057.775000', '190058.235000', '190058.695000', '190059.155000', '190059.615000', '190100.075000', '190100.535000', '190100.995000', '190101.455000', '190101.915000', '190102.375000', '190102.835000', '190103.295000', '190103.755000', '190104.215000', '190104.675000', '190105.135000', '190105.595000', '190106.055000', '190106.515000', '190106.975000', '190107.435000', '190107.895000', '190108.355000', '190108.815000', '190109.275000', '190109.735000', '190110.195000', '190110.655000', '190111.115000', '190111.575000', '190112.035000', '190112.495000', '190112.955000', '190113.415000', '190113.875000', '190114.335000', '190114.795000', '190115.255000', '190115.715000', '190116.175000', '190116.635000', '190117.095000', '190117.555000', '190118.015000', '190118.475000', '190118.935000', '190119.395000', '190119.855000', '190120.315000', '190120.775000', '190121.235000', '190121.695000', '190122.155000', '190122.615000', '190123.075000', '190123.535000', '190123.995000', '190124.455000', '190124.915000', '190125.375000', '190125.835000', '190126.295000', '190126.755000', '190127.215000', '190127.675000', '190128.135000', '190128.595000', '190129.055000', '190129.515000', '190129.975000', '190130.435000', '190130.895000', '190131.355000', '190131.815000', '190132.275000', '190132.735000', '190133.195000', '190133.655000', '190134.115000', '190134.575000', '190135.035000', '190135.495000', '190135.955000', '190136.415000', '190136.875000', '190137.335000', '190137.795000', '190138.255000', '190138.715000', '190139.175000', '190139.635000', '190140.095000', '190140.555000', '190141.015000', '190141.475000', '190141.935000', '190142.395000', '190142.855000', '190143.315000', '190143.775000', '190144.235000', '190144.695000', '190145.155000', '190145.615000', '190146.075000', '190146.535000', '190146.995000', '190147.455000', '190147.915000', '190148.375000', '190148.835000', '190149.295000', '190149.755000', '190150.215000', '190150.675000', '190151.135000', '190151.595000', '190152.055000', '190152.515000', '190152.975000', '190153.435000', '190153.895000', '190154.355000', '190154.815000', '190155.275000', '190155.735000', '190156.195000', '190156.655000', '190157.115000', '190157.575000', '190158.035000', '190158.495000', '190158.955000', '190159.415000', '190159.875000', '190200.335000', '190200.795000', '190201.255000', '190201.715000', '190202.175000', '190202.635000', '190203.095000', '190203.555000', '190204.015000', '190204.475000', '190204.935000', '190205.395000', '190205.855000', '190206.315000', '190206.775000', '190207.235000', '190207.695000', '190208.155000', '190208.615000', '190209.075000', '190209.535000', '190209.995000', '190210.455000', '190210.915000', '190211.375000', '190211.835000', '190212.295000', '190212.755000', '190213.215000', '190213.675000', '190214.135000', '190214.595000', '190215.055000', '190215.515000', '190215.975000', '190216.435000', '190216.895000', '190217.355000', '190217.815000', '190218.275000', '190218.735000', '190219.195000', '190219.655000', '190220.115000', '190220.575000', '190221.035000', '190221.495000', '190221.955000', '190222.415000', '190222.875000', '190223.335000', '190223.795000', '190224.255000', '190224.715000', '190225.175000', '190225.635000', '190226.095000', '190226.555000', '190227.015000', '190227.475000', '190227.935000', '190228.395000', '190228.855000', '190229.315000', '190229.775000', '190230.235000', '190230.695000', '190231.155000', '190231.615000', '190232.075000', '190232.535000', '190232.995000', '190233.455000', '190233.915000', '190234.375000', '190234.835000', '190235.295000', '190235.755000', '190236.215000', '190236.675000', '190237.135000', '190237.595000', '190238.055000', '190238.515000', '190238.975000', '190239.435000', '190239.895000', '190240.355000', '190240.815000', '190241.275000', '190241.735000', '190242.195000', '190242.655000', '190243.115000', '190243.575000', '190244.035000', '190244.495000', '190244.955000', '190245.415000', '190245.875000', '190246.335000', '190246.795000', '190247.255000', '190247.715000', '190248.175000', '190248.635000', '190249.095000', '190249.555000', '190250.015000', '190250.475000', '190250.935000', '190251.395000', '190251.855000', '190252.315000', '190252.775000', '190253.235000', '190253.695000', '190254.155000', '190254.615000', '190255.075000', '190255.535000', '190255.995000', '190256.455000', '190256.915000', '190257.375000', '190257.835000', '190258.295000', '190258.755000', '190259.215000', '190259.675000', '190300.135000', '190300.595000', '190301.055000', '190301.515000', '190301.975000', '190302.435000', '190302.895000', '190303.355000', '190303.815000', '190304.275000', '190304.735000', '190305.195000', '190305.655000', '190306.115000', '190306.575000', '190307.035000', '190307.495000', '190307.955000', '190308.415000', '190308.875000', '190309.335000', '190309.795000', '190310.255000', '190310.715000', '190311.175000', '190311.635000', '190312.095000', '190312.555000', '190313.015000', '190313.475000', '190313.935000', '190314.395000', '190314.855000', '190315.315000', '190315.775000', '190316.235000', '190316.695000', '190317.155000', '190317.615000', '190318.075000', '190318.535000', '190318.995000', '190319.455000', '190319.915000', '190320.375000', '190320.835000', '190321.295000', '190321.755000', '190322.215000', '190322.675000', '190323.135000', '190323.595000', '190324.055000', '190324.515000', '190324.975000', '190325.435000', '190325.895000', '190326.355000', '190326.815000', '190327.275000', '190327.735000', '190328.195000', '190328.655000', '190329.115000', '190329.575000', '190330.035000', '190330.495000', '190330.955000', '190331.415000', '190331.875000', '190332.335000', '190332.795000', '190333.255000', '190333.715000', '190334.175000', '190334.635000', '190335.095000', '190335.555000', '190336.015000', '190336.475000', '190336.935000', '190337.395000', '190337.855000', '190338.315000', '190338.775000', '190339.235000', '190339.695000', '190340.155000', '190340.615000', '190341.075000', '190341.535000', '190341.995000', '190342.455000', '190342.915000', '190343.375000', '190343.835000', '190344.295000', '190344.755000', '190345.215000', '190345.675000', '190346.135000', '190346.595000', '190347.055000', '190347.515000', '190347.975000', '190348.435000', '190348.895000', '190349.355000', '190349.815000', '190350.275000', '190350.735000', '190351.195000', '190351.655000', '190352.115000', '190352.575000', '190353.035000', '190353.495000', '190353.955000', '190354.415000', '190354.875000', '190355.335000', '190355.795000', '190356.255000', '190356.715000', '190357.175000', '190357.635000', '190358.095000', '190358.555000', '190359.015000', '190359.475000', '190359.935000', '190400.395000', '190400.855000', '190401.315000', '190401.775000', '190402.235000', '190402.695000', '190403.155000', '190403.615000', '190404.075000', '190404.535000', '190404.995000', '190405.455000', '190405.915000', '190406.375000', '190406.835000', '190407.295000', '190407.755000', '190408.215000', '190408.675000', '190409.135000', '190409.595000'], 'ContentTime': ['185717.533000', '185717.537000', '185717.540000', '185717.542000', '185717.545000', '185717.548000', '185717.550000', '185717.553000', '185717.556000', '185717.558000', '185717.561000', '185717.563000', '185717.566000', '185717.569000', '185717.571000', '185717.574000', '185717.576000', '185717.579000', '185717.582000', '185717.584000', '185717.587000', '185717.589000', '185717.592000', '185717.595000', '185717.597000', '185717.600000', '185717.602000', '185737.481000', '185737.484000', '185737.487000', '185737.490000', '185737.492000', '185737.495000', '185737.497000', '185737.500000', '185737.502000', '185737.505000', '185737.508000', '185737.510000', '185737.513000', '185737.515000', '185737.518000', '185737.520000', '185737.523000', '185737.526000', '185737.528000', '185737.531000', '185737.533000', '185737.536000', '185737.538000', '185737.541000', '185737.544000', '185737.546000', '185737.549000', '185737.551000', '185737.596000', '185737.605000', '185737.608000', '185737.610000', '185737.613000', '185737.616000', '185737.618000', '185737.621000', '185737.624000', '185737.626000', '185737.629000', '185737.632000', '185737.634000', '185737.637000', '185737.640000', '185757.481000', '185757.484000', '185757.487000', '185757.490000', '185757.492000', '185757.495000', '185757.497000', '185757.500000', '185757.502000', '185757.505000', '185757.507000', '185757.510000', '185757.513000', '185757.516000', '185757.519000', '185757.522000', '185757.524000', '185757.527000', '185757.529000', '185757.532000', '185757.535000', '185757.537000', '185757.540000', '185757.543000', '185757.545000', '185757.549000', '185757.552000', '185757.554000', '185757.557000', '185757.560000', '185757.562000', '185757.565000', '185757.567000', '185757.570000', '185757.573000', '185757.575000', '185757.578000', '185757.580000', '185757.583000', '185757.586000', '185757.588000', '185757.591000', '185757.594000', '185757.596000', '185817.481000', '185817.484000', '185817.487000', '185817.490000', '185817.492000', '185817.495000', '185817.497000', '185817.500000', '185817.503000', '185817.506000', '185817.508000', '185817.511000', '185817.513000', '185817.516000', '185817.519000', '185817.521000', '185817.524000', '185817.527000', '185817.530000', '185817.532000', '185817.535000', '185817.538000', '185817.540000', '185817.543000', '185817.545000', '185817.548000', '185817.551000', '185817.553000', '185817.556000', '185817.559000', '185817.562000', '185817.564000', '185817.567000', '185817.569000', '185817.572000', '185817.575000', '185817.577000', '185817.580000', '185817.583000', '185817.585000', '185817.588000', '185817.591000', '185817.593000', '185837.481000', '185837.484000', '185837.487000', '185837.490000', '185837.492000', '185837.495000', '185837.497000', '185837.500000', '185837.503000', '185837.505000', '185837.508000', '185837.511000', '185837.513000', '185837.516000', '185837.518000', '185837.521000', '185837.524000', '185837.526000', '185837.529000', '185837.531000', '185837.534000', '185837.537000', '185837.539000', '185837.542000', '185837.545000', '185837.547000', '185837.550000', '185837.553000', '185837.555000', '185837.558000', '185837.561000', '185837.563000', '185837.566000', '185837.568000', '185837.571000', '185837.574000', '185837.576000', '185837.579000', '185837.582000', '185837.584000', '185837.587000', '185837.590000', '185837.592000', '185837.595000', '185857.482000', '185857.485000', '185857.487000', '185857.490000', '185857.493000', '185857.495000', '185857.498000', '185857.501000', '185857.503000', '185857.506000', '185857.509000', '185857.511000', '185857.514000', '185857.517000', '185857.519000', '185857.522000', '185857.525000', '185857.527000', '185857.530000', '185857.533000', '185857.541000', '185857.544000', '185857.546000', '185857.549000', '185857.552000', '185857.554000', '185857.557000', '185857.559000', '185857.562000', '185857.565000', '185857.567000', '185857.570000', '185857.573000', '185857.575000', '185857.578000', '185857.580000', '185857.583000', '185857.586000', '185857.588000', '185857.591000', '185857.594000', '185857.596000', '185857.599000', '185917.482000', '185917.485000', '185917.488000', '185917.491000', '185917.493000', '185917.497000', '185917.500000', '185917.502000', '185917.505000', '185917.508000', '185917.510000', '185917.513000', '185917.520000', '185917.523000', '185917.525000', '185917.528000', '185917.531000', '185917.533000', '185917.536000', '185917.538000', '185917.541000', '185917.543000', '185917.546000', '185917.549000', '185917.559000', '185917.562000', '185917.565000', '185917.567000', '185917.570000', '185917.572000', '185917.575000', '185917.578000', '185917.580000', '185917.583000', '185917.586000', '185917.588000', '185917.591000', '185917.594000', '185917.596000', '185917.599000', '185917.601000', '185917.604000', '185917.607000', '185917.609000', '185937.482000', '185937.485000', '185937.488000', '185937.491000', '185937.493000', '185937.496000', '185937.498000', '185937.501000', '185937.504000', '185937.506000', '185937.509000', '185937.512000', '185937.514000', '185937.517000', '185937.519000', '185937.522000', '185937.525000', '185937.527000', '185937.530000', '185937.533000', '185937.535000', '185937.538000', '185937.540000', '185937.543000', '185937.546000', '185937.548000', '185937.551000', '185937.554000', '185937.556000', '185937.559000', '185937.561000', '185937.564000', '185937.567000', '185937.569000', '185937.572000', '185937.574000', '185937.577000', '185937.580000', '185937.582000', '185937.585000', '185937.588000', '185937.590000', '185937.593000', '185957.481000', '185957.484000', '185957.487000', '185957.489000', '185957.492000', '185957.494000', '185957.497000', '185957.500000', '185957.502000', '185957.505000', '185957.507000', '185957.510000', '185957.513000', '185957.515000', '185957.518000', '185957.520000', '185957.523000', '185957.526000', '185957.528000', '185957.531000', '185957.533000', '185957.536000', '185957.539000', '185957.541000', '185957.544000', '185957.547000', '185957.549000', '185957.552000', '185957.554000', '185957.557000', '185957.560000', '185957.562000', '185957.565000', '185957.567000', '185957.570000', '185957.573000', '185957.575000', '185957.578000', '185957.580000', '185957.583000', '185957.586000', '185957.588000', '185957.591000', '185957.593000', '190017.482000', '190017.485000', '190017.487000', '190017.490000', '190017.492000', '190017.495000', '190017.498000', '190017.500000', '190017.503000', '190017.506000', '190017.508000', '190017.511000', '190017.513000', '190017.516000', '190017.519000', '190017.521000', '190017.524000', '190017.526000', '190017.529000', '190017.531000', '190017.534000', '190017.537000', '190017.539000', '190017.542000', '190017.545000', '190017.547000', '190017.550000', '190017.553000', '190017.555000', '190017.558000', '190017.560000', '190017.563000', '190017.566000', '190017.568000', '190017.571000', '190017.574000', '190017.576000', '190017.579000', '190017.582000', '190017.584000', '190017.587000', '190017.590000', '190017.599000', '190037.482000', '190037.485000', '190037.487000', '190037.490000', '190037.492000', '190037.495000', '190037.498000', '190037.500000', '190037.503000', '190037.505000', '190037.508000', '190037.511000', '190037.513000', '190037.516000', '190037.519000', '190037.521000', '190037.524000', '190037.526000', '190037.529000', '190037.532000', '190037.535000', '190037.538000', '190037.541000', '190037.544000', '190037.546000', '190037.549000', '190037.552000', '190037.554000', '190037.557000', '190037.560000', '190037.562000', '190037.565000', '190037.568000', '190037.570000', '190037.573000', '190037.576000', '190037.578000', '190037.581000', '190037.584000', '190037.586000', '190037.589000', '190037.591000', '190037.594000', '190057.482000', '190057.485000', '190057.487000', '190057.490000', '190057.492000', '190057.495000', '190057.525000', '190057.527000', '190057.530000', '190057.533000', '190057.535000', '190057.538000', '190057.541000', '190057.543000', '190057.546000', '190057.549000', '190057.552000', '190057.554000', '190057.557000', '190057.560000', '190057.562000', '190057.565000', '190057.568000', '190057.570000', '190057.573000', '190057.575000', '190057.578000', '190057.580000', '190057.583000', '190057.586000', '190057.588000', '190057.591000', '190057.594000', '190057.596000', '190057.599000', '190057.602000', '190057.604000', '190057.607000', '190057.609000', '190057.612000', '190057.615000', '190057.617000', '190057.620000', '190057.622000', '190117.482000', '190117.484000', '190117.487000', '190117.490000', '190117.492000', '190117.495000', '190117.499000', '190117.502000', '190117.505000', '190117.507000', '190117.510000', '190117.513000', '190117.515000', '190117.518000', '190117.521000', '190117.523000', '190117.526000', '190117.529000', '190117.531000', '190117.534000', '190117.537000', '190117.539000', '190117.542000', '190117.545000', '190117.547000', '190117.550000', '190117.553000', '190117.555000', '190117.558000', '190117.561000', '190117.563000', '190117.566000', '190117.569000', '190117.571000', '190117.574000', '190117.577000', '190117.579000', '190117.582000', '190117.585000', '190117.587000', '190117.590000', '190117.592000', '190117.595000', '190137.483000', '190137.486000', '190137.489000', '190137.492000', '190137.494000', '190137.497000', '190137.500000', '190137.503000', '190137.505000', '190137.508000', '190137.511000', '190137.513000', '190137.516000', '190137.519000', '190137.521000', '190137.524000', '190137.526000', '190137.529000', '190137.532000', '190137.534000', '190137.537000', '190137.539000', '190137.542000', '190137.545000', '190137.547000', '190137.550000', '190137.552000', '190137.555000', '190137.558000', '190137.560000', '190137.563000', '190137.565000', '190137.568000', '190137.571000', '190137.574000', '190137.576000', '190137.579000', '190137.582000', '190137.585000', '190137.587000', '190137.590000', '190137.592000', '190137.595000', '190137.598000', '190157.482000', '190157.485000', '190157.488000', '190157.491000', '190157.493000', '190157.496000', '190157.498000', '190157.501000', '190157.504000', '190157.506000', '190157.509000', '190157.512000', '190157.514000', '190157.517000', '190157.520000', '190157.523000', '190157.525000', '190157.528000', '190157.532000', '190157.535000', '190157.537000', '190157.540000', '190157.543000', '190157.545000', '190157.548000', '190157.551000', '190157.553000', '190157.556000', '190157.558000', '190157.561000', '190157.564000', '190157.567000', '190157.569000', '190157.572000', '190157.576000', '190157.579000', '190157.581000', '190157.584000', '190157.587000', '190157.590000', '190157.592000', '190157.595000', '190157.598000', '190217.482000', '190217.485000', '190217.487000', '190217.490000', '190217.492000', '190217.495000', '190217.498000', '190217.500000', '190217.503000', '190217.505000', '190217.508000', '190217.511000', '190217.513000', '190217.516000', '190217.518000', '190217.521000', '190217.524000', '190217.526000', '190217.529000', '190217.531000', '190217.534000', '190217.537000', '190217.539000', '190217.542000', '190217.545000', '190217.547000', '190217.550000', '190217.553000', '190217.555000', '190217.558000', '190217.561000', '190217.578000', '190217.580000', '190217.583000', '190217.586000', '190217.588000', '190217.591000', '190217.594000', '190217.596000', '190217.599000', '190217.601000', '190217.604000', '190217.606000', '190217.609000', '190237.481000', '190237.484000', '190237.489000', '190237.492000', '190237.494000', '190237.497000', '190237.500000', '190237.502000', '190237.505000', '190237.507000', '190237.510000', '190237.512000', '190237.515000', '190237.518000', '190237.520000', '190237.523000', '190237.525000', '190237.528000', '190237.531000', '190237.533000', '190237.536000', '190237.539000', '190237.541000', '190237.544000', '190237.546000', '190237.549000', '190237.552000', '190237.554000', '190237.557000', '190237.567000', '190237.570000', '190237.573000', '190237.575000', '190237.578000', '190237.581000', '190237.583000', '190237.586000', '190237.588000', '190237.591000', '190237.594000', '190237.597000', '190237.599000', '190237.602000', '190257.481000', '190257.484000', '190257.487000', '190257.490000', '190257.492000', '190257.495000', '190257.498000', '190257.500000', '190257.503000', '190257.506000', '190257.508000', '190257.511000', '190257.513000', '190257.516000', '190257.519000', '190257.521000', '190257.524000', '190257.526000', '190257.529000', '190257.532000', '190257.534000', '190257.537000', '190257.539000', '190257.542000', '190257.544000', '190257.547000', '190257.550000', '190257.552000', '190257.555000', '190257.558000', '190257.560000', '190257.563000', '190257.565000', '190257.568000', '190257.571000', '190257.573000', '190257.576000', '190257.578000', '190257.581000', '190257.583000', '190257.586000', '190257.589000', '190257.591000', '190257.594000', '190317.481000', '190317.484000', '190317.487000', '190317.490000', '190317.492000', '190317.495000', '190317.497000', '190317.500000', '190317.502000', '190317.505000', '190317.508000', '190317.510000', '190317.513000', '190317.515000', '190317.518000', '190317.521000', '190317.523000', '190317.526000', '190317.528000', '190317.531000', '190317.534000', '190317.536000', '190317.539000', '190317.541000', '190317.544000', '190317.547000', '190317.549000', '190317.552000', '190317.554000', '190317.557000', '190317.560000', '190317.562000', '190317.565000', '190317.567000', '190317.570000', '190317.573000', '190317.575000', '190317.578000', '190317.581000', '190317.583000', '190317.586000', '190317.589000', '190317.591000', '190337.481000', '190337.484000', '190337.487000', '190337.490000', '190337.492000', '190337.495000', '190337.497000', '190337.500000', '190337.503000', '190337.505000', '190337.508000', '190337.511000', '190337.513000', '190337.516000', '190337.519000', '190337.521000', '190337.524000', '190337.526000', '190337.529000', '190337.531000', '190337.534000', '190337.537000', '190337.539000', '190337.542000', '190337.544000', '190337.547000', '190337.550000', '190337.552000', '190337.555000', '190337.558000', '190337.560000', '190337.563000', '190337.565000', '190337.568000', '190337.570000', '190337.573000', '190337.576000', '190337.578000', '190337.581000', '190337.583000', '190337.586000', '190337.589000', '190337.611000', '190337.614000', '190357.483000', '190357.486000', '190357.488000', '190357.491000', '190357.494000', '190357.496000', '190357.499000', '190357.502000', '190357.504000', '190357.507000', '190357.509000', '190357.512000', '190357.515000', '190357.517000', '190357.520000', '190357.523000', '190357.525000', '190357.528000', '190357.530000', '190357.533000', '190357.535000', '190357.546000', '190357.549000', '190357.551000', '190357.554000', '190357.557000', '190357.559000', '190357.562000', '190357.565000', '190357.567000', '190357.570000', '190357.572000', '190357.575000', '190357.578000', '190357.580000', '190357.583000', '190357.585000', '190357.588000', '190357.591000', '190357.593000', '190357.596000', '190357.599000', '190357.601000', '190410.924000', '190410.927000', '190410.929000', '190410.932000', '190410.935000', '190410.937000', '190410.940000', '190410.943000', '190410.945000', '190410.948000', '190410.950000', '190410.953000', '190410.956000', '190410.958000', '190410.961000', '190410.964000', '190410.966000', '190410.969000', '190410.972000', '190410.974000', '190410.977000', '190410.979000', '190410.982000', '190410.985000', '190410.987000', '190410.990000', '190410.992000', '190410.995000', '190410.998000', '190411.001000'], 'InstanceCreationTime': ['185717.533000', '185717.537000', '185717.540000', '185717.542000', '185717.545000', '185717.548000', '185717.550000', '185717.553000', '185717.556000', '185717.558000', '185717.561000', '185717.563000', '185717.566000', '185717.569000', '185717.571000', '185717.574000', '185717.576000', '185717.579000', '185717.582000', '185717.584000', '185717.587000', '185717.589000', '185717.592000', '185717.595000', '185717.597000', '185717.600000', '185717.602000', '185737.481000', '185737.484000', '185737.487000', '185737.490000', '185737.492000', '185737.495000', '185737.497000', '185737.500000', '185737.502000', '185737.505000', '185737.508000', '185737.510000', '185737.513000', '185737.515000', '185737.518000', '185737.520000', '185737.523000', '185737.526000', '185737.528000', '185737.531000', '185737.533000', '185737.536000', '185737.538000', '185737.541000', '185737.544000', '185737.546000', '185737.549000', '185737.551000', '185737.596000', '185737.605000', '185737.608000', '185737.610000', '185737.613000', '185737.616000', '185737.618000', '185737.621000', '185737.624000', '185737.626000', '185737.629000', '185737.632000', '185737.634000', '185737.637000', '185737.640000', '185757.481000', '185757.484000', '185757.487000', '185757.490000', '185757.492000', '185757.495000', '185757.497000', '185757.500000', '185757.502000', '185757.505000', '185757.507000', '185757.510000', '185757.513000', '185757.516000', '185757.519000', '185757.522000', '185757.524000', '185757.527000', '185757.529000', '185757.532000', '185757.535000', '185757.537000', '185757.540000', '185757.543000', '185757.545000', '185757.549000', '185757.552000', '185757.554000', '185757.557000', '185757.560000', '185757.562000', '185757.565000', '185757.567000', '185757.570000', '185757.573000', '185757.575000', '185757.578000', '185757.580000', '185757.583000', '185757.586000', '185757.588000', '185757.591000', '185757.594000', '185757.596000', '185817.481000', '185817.484000', '185817.487000', '185817.490000', '185817.492000', '185817.495000', '185817.497000', '185817.500000', '185817.503000', '185817.506000', '185817.508000', '185817.511000', '185817.513000', '185817.516000', '185817.519000', '185817.521000', '185817.524000', '185817.527000', '185817.530000', '185817.532000', '185817.535000', '185817.538000', '185817.540000', '185817.543000', '185817.545000', '185817.548000', '185817.551000', '185817.553000', '185817.556000', '185817.559000', '185817.562000', '185817.564000', '185817.567000', '185817.569000', '185817.572000', '185817.575000', '185817.577000', '185817.580000', '185817.583000', '185817.585000', '185817.588000', '185817.591000', '185817.593000', '185837.481000', '185837.484000', '185837.487000', '185837.490000', '185837.492000', '185837.495000', '185837.497000', '185837.500000', '185837.503000', '185837.505000', '185837.508000', '185837.511000', '185837.513000', '185837.516000', '185837.518000', '185837.521000', '185837.524000', '185837.526000', '185837.529000', '185837.531000', '185837.534000', '185837.537000', '185837.539000', '185837.542000', '185837.545000', '185837.547000', '185837.550000', '185837.553000', '185837.555000', '185837.558000', '185837.561000', '185837.563000', '185837.566000', '185837.568000', '185837.571000', '185837.574000', '185837.576000', '185837.579000', '185837.582000', '185837.584000', '185837.587000', '185837.590000', '185837.592000', '185837.595000', '185857.482000', '185857.485000', '185857.487000', '185857.490000', '185857.493000', '185857.495000', '185857.498000', '185857.501000', '185857.503000', '185857.506000', '185857.509000', '185857.511000', '185857.514000', '185857.517000', '185857.519000', '185857.522000', '185857.525000', '185857.527000', '185857.530000', '185857.533000', '185857.541000', '185857.544000', '185857.546000', '185857.549000', '185857.552000', '185857.554000', '185857.557000', '185857.559000', '185857.562000', '185857.565000', '185857.567000', '185857.570000', '185857.573000', '185857.575000', '185857.578000', '185857.580000', '185857.583000', '185857.586000', '185857.588000', '185857.591000', '185857.594000', '185857.596000', '185857.599000', '185917.482000', '185917.485000', '185917.488000', '185917.491000', '185917.493000', '185917.497000', '185917.500000', '185917.502000', '185917.505000', '185917.508000', '185917.510000', '185917.513000', '185917.520000', '185917.523000', '185917.525000', '185917.528000', '185917.531000', '185917.533000', '185917.536000', '185917.538000', '185917.541000', '185917.543000', '185917.546000', '185917.549000', '185917.559000', '185917.562000', '185917.565000', '185917.567000', '185917.570000', '185917.572000', '185917.575000', '185917.578000', '185917.580000', '185917.583000', '185917.586000', '185917.588000', '185917.591000', '185917.594000', '185917.596000', '185917.599000', '185917.601000', '185917.604000', '185917.607000', '185917.609000', '185937.482000', '185937.485000', '185937.488000', '185937.491000', '185937.493000', '185937.496000', '185937.498000', '185937.501000', '185937.504000', '185937.506000', '185937.509000', '185937.512000', '185937.514000', '185937.517000', '185937.519000', '185937.522000', '185937.525000', '185937.527000', '185937.530000', '185937.533000', '185937.535000', '185937.538000', '185937.540000', '185937.543000', '185937.546000', '185937.548000', '185937.551000', '185937.554000', '185937.556000', '185937.559000', '185937.561000', '185937.564000', '185937.567000', '185937.569000', '185937.572000', '185937.574000', '185937.577000', '185937.580000', '185937.582000', '185937.585000', '185937.588000', '185937.590000', '185937.593000', '185957.481000', '185957.484000', '185957.487000', '185957.489000', '185957.492000', '185957.494000', '185957.497000', '185957.500000', '185957.502000', '185957.505000', '185957.507000', '185957.510000', '185957.513000', '185957.515000', '185957.518000', '185957.520000', '185957.523000', '185957.526000', '185957.528000', '185957.531000', '185957.533000', '185957.536000', '185957.539000', '185957.541000', '185957.544000', '185957.547000', '185957.549000', '185957.552000', '185957.554000', '185957.557000', '185957.560000', '185957.562000', '185957.565000', '185957.567000', '185957.570000', '185957.573000', '185957.575000', '185957.578000', '185957.580000', '185957.583000', '185957.586000', '185957.588000', '185957.591000', '185957.593000', '190017.482000', '190017.485000', '190017.487000', '190017.490000', '190017.492000', '190017.495000', '190017.498000', '190017.500000', '190017.503000', '190017.506000', '190017.508000', '190017.511000', '190017.513000', '190017.516000', '190017.519000', '190017.521000', '190017.524000', '190017.526000', '190017.529000', '190017.531000', '190017.534000', '190017.537000', '190017.539000', '190017.542000', '190017.545000', '190017.547000', '190017.550000', '190017.553000', '190017.555000', '190017.558000', '190017.560000', '190017.563000', '190017.566000', '190017.568000', '190017.571000', '190017.574000', '190017.576000', '190017.579000', '190017.582000', '190017.584000', '190017.587000', '190017.590000', '190017.599000', '190037.482000', '190037.485000', '190037.487000', '190037.490000', '190037.492000', '190037.495000', '190037.498000', '190037.500000', '190037.503000', '190037.505000', '190037.508000', '190037.511000', '190037.513000', '190037.516000', '190037.519000', '190037.521000', '190037.524000', '190037.526000', '190037.529000', '190037.532000', '190037.535000', '190037.538000', '190037.541000', '190037.544000', '190037.546000', '190037.549000', '190037.552000', '190037.554000', '190037.557000', '190037.560000', '190037.562000', '190037.565000', '190037.568000', '190037.570000', '190037.573000', '190037.576000', '190037.578000', '190037.581000', '190037.584000', '190037.586000', '190037.589000', '190037.591000', '190037.594000', '190057.482000', '190057.485000', '190057.487000', '190057.490000', '190057.492000', '190057.495000', '190057.525000', '190057.527000', '190057.530000', '190057.533000', '190057.535000', '190057.538000', '190057.541000', '190057.543000', '190057.546000', '190057.549000', '190057.552000', '190057.554000', '190057.557000', '190057.560000', '190057.562000', '190057.565000', '190057.568000', '190057.570000', '190057.573000', '190057.575000', '190057.578000', '190057.580000', '190057.583000', '190057.586000', '190057.588000', '190057.591000', '190057.594000', '190057.596000', '190057.599000', '190057.602000', '190057.604000', '190057.607000', '190057.609000', '190057.612000', '190057.615000', '190057.617000', '190057.620000', '190057.622000', '190117.482000', '190117.484000', '190117.487000', '190117.490000', '190117.492000', '190117.495000', '190117.499000', '190117.502000', '190117.505000', '190117.507000', '190117.510000', '190117.513000', '190117.515000', '190117.518000', '190117.521000', '190117.523000', '190117.526000', '190117.529000', '190117.531000', '190117.534000', '190117.537000', '190117.539000', '190117.542000', '190117.545000', '190117.547000', '190117.550000', '190117.553000', '190117.555000', '190117.558000', '190117.561000', '190117.563000', '190117.566000', '190117.569000', '190117.571000', '190117.574000', '190117.577000', '190117.579000', '190117.582000', '190117.585000', '190117.587000', '190117.590000', '190117.592000', '190117.595000', '190137.483000', '190137.486000', '190137.489000', '190137.492000', '190137.494000', '190137.497000', '190137.500000', '190137.503000', '190137.505000', '190137.508000', '190137.511000', '190137.513000', '190137.516000', '190137.519000', '190137.521000', '190137.524000', '190137.526000', '190137.529000', '190137.532000', '190137.534000', '190137.537000', '190137.539000', '190137.542000', '190137.545000', '190137.547000', '190137.550000', '190137.552000', '190137.555000', '190137.558000', '190137.560000', '190137.563000', '190137.565000', '190137.568000', '190137.571000', '190137.574000', '190137.576000', '190137.579000', '190137.582000', '190137.585000', '190137.587000', '190137.590000', '190137.592000', '190137.595000', '190137.598000', '190157.482000', '190157.485000', '190157.488000', '190157.491000', '190157.493000', '190157.496000', '190157.498000', '190157.501000', '190157.504000', '190157.506000', '190157.509000', '190157.512000', '190157.514000', '190157.517000', '190157.520000', '190157.523000', '190157.525000', '190157.528000', '190157.532000', '190157.535000', '190157.537000', '190157.540000', '190157.543000', '190157.545000', '190157.548000', '190157.551000', '190157.553000', '190157.556000', '190157.558000', '190157.561000', '190157.564000', '190157.567000', '190157.569000', '190157.572000', '190157.576000', '190157.579000', '190157.581000', '190157.584000', '190157.587000', '190157.590000', '190157.592000', '190157.595000', '190157.598000', '190217.482000', '190217.485000', '190217.487000', '190217.490000', '190217.492000', '190217.495000', '190217.498000', '190217.500000', '190217.503000', '190217.505000', '190217.508000', '190217.511000', '190217.513000', '190217.516000', '190217.518000', '190217.521000', '190217.524000', '190217.526000', '190217.529000', '190217.531000', '190217.534000', '190217.537000', '190217.539000', '190217.542000', '190217.545000', '190217.547000', '190217.550000', '190217.553000', '190217.555000', '190217.558000', '190217.561000', '190217.578000', '190217.580000', '190217.583000', '190217.586000', '190217.588000', '190217.591000', '190217.594000', '190217.596000', '190217.599000', '190217.601000', '190217.604000', '190217.606000', '190217.609000', '190237.481000', '190237.484000', '190237.489000', '190237.492000', '190237.494000', '190237.497000', '190237.500000', '190237.502000', '190237.505000', '190237.507000', '190237.510000', '190237.512000', '190237.515000', '190237.518000', '190237.520000', '190237.523000', '190237.525000', '190237.528000', '190237.531000', '190237.533000', '190237.536000', '190237.539000', '190237.541000', '190237.544000', '190237.546000', '190237.549000', '190237.552000', '190237.554000', '190237.557000', '190237.567000', '190237.570000', '190237.573000', '190237.575000', '190237.578000', '190237.581000', '190237.583000', '190237.586000', '190237.588000', '190237.591000', '190237.594000', '190237.597000', '190237.599000', '190237.602000', '190257.481000', '190257.484000', '190257.487000', '190257.490000', '190257.492000', '190257.495000', '190257.498000', '190257.500000', '190257.503000', '190257.506000', '190257.508000', '190257.511000', '190257.513000', '190257.516000', '190257.519000', '190257.521000', '190257.524000', '190257.526000', '190257.529000', '190257.532000', '190257.534000', '190257.537000', '190257.539000', '190257.542000', '190257.544000', '190257.547000', '190257.550000', '190257.552000', '190257.555000', '190257.558000', '190257.560000', '190257.563000', '190257.565000', '190257.568000', '190257.571000', '190257.573000', '190257.576000', '190257.578000', '190257.581000', '190257.583000', '190257.586000', '190257.589000', '190257.591000', '190257.594000', '190317.481000', '190317.484000', '190317.487000', '190317.490000', '190317.492000', '190317.495000', '190317.497000', '190317.500000', '190317.502000', '190317.505000', '190317.508000', '190317.510000', '190317.513000', '190317.515000', '190317.518000', '190317.521000', '190317.523000', '190317.526000', '190317.528000', '190317.531000', '190317.534000', '190317.536000', '190317.539000', '190317.541000', '190317.544000', '190317.547000', '190317.549000', '190317.552000', '190317.554000', '190317.557000', '190317.560000', '190317.562000', '190317.565000', '190317.567000', '190317.570000', '190317.573000', '190317.575000', '190317.578000', '190317.581000', '190317.583000', '190317.586000', '190317.589000', '190317.591000', '190337.481000', '190337.484000', '190337.487000', '190337.490000', '190337.492000', '190337.495000', '190337.497000', '190337.500000', '190337.503000', '190337.505000', '190337.508000', '190337.511000', '190337.513000', '190337.516000', '190337.519000', '190337.521000', '190337.524000', '190337.526000', '190337.529000', '190337.531000', '190337.534000', '190337.537000', '190337.539000', '190337.542000', '190337.544000', '190337.547000', '190337.550000', '190337.552000', '190337.555000', '190337.558000', '190337.560000', '190337.563000', '190337.565000', '190337.568000', '190337.570000', '190337.573000', '190337.576000', '190337.578000', '190337.581000', '190337.583000', '190337.586000', '190337.589000', '190337.611000', '190337.614000', '190357.483000', '190357.486000', '190357.488000', '190357.491000', '190357.494000', '190357.496000', '190357.499000', '190357.502000', '190357.504000', '190357.507000', '190357.509000', '190357.512000', '190357.515000', '190357.517000', '190357.520000', '190357.523000', '190357.525000', '190357.528000', '190357.530000', '190357.533000', '190357.535000', '190357.546000', '190357.549000', '190357.551000', '190357.554000', '190357.557000', '190357.559000', '190357.562000', '190357.565000', '190357.567000', '190357.570000', '190357.572000', '190357.575000', '190357.578000', '190357.580000', '190357.583000', '190357.585000', '190357.588000', '190357.591000', '190357.593000', '190357.596000', '190357.599000', '190357.601000', '190410.924000', '190410.927000', '190410.929000', '190410.932000', '190410.935000', '190410.937000', '190410.940000', '190410.943000', '190410.945000', '190410.948000', '190410.950000', '190410.953000', '190410.956000', '190410.958000', '190410.961000', '190410.964000', '190410.966000', '190410.969000', '190410.972000', '190410.974000', '190410.977000', '190410.979000', '190410.982000', '190410.985000', '190410.987000', '190410.990000', '190410.992000', '190410.995000', '190410.998000', '190411.001000'], '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': [12463, 13643, 11873, 13858, 11367, 12862, 10965, 12634, 9197, 12352, 8437, 11666, 9236, 11872, 14304, 11373, 13557, 10913, 13055, 11459, 13043, 11360, 12947, 11689, 12104, 9543, 12223, 8672, 12380, 8061, 12021, 8253, 11827, 13086, 11064, 11274, 11575, 12752, 11546, 13132, 11481, 12599, 11403, 12581, 11168, 12978, 11291, 12379, 11574, 12166, 11021, 12717, 11039, 12627, 10969, 11923, 10651, 12448, 10759, 11978, 10595, 12265, 11337, 12553, 10975, 12484, 10398, 12430, 9206, 12874, 9064, 11884, 8904, 12049, 8613, 11984, 8224, 10761, 7799, 11495, 8739, 11581, 7767, 11056, 11155, 10772, 13572, 10961, 12982, 10596, 12489, 11269, 12625, 10867, 12055, 10391, 12322, 11127, 12063, 10530, 12022, 10463, 9911, 10948, 8201, 11546, 8498, 11620, 9492, 12418, 11120, 13112, 11024, 13635, 10887, 13532, 11226, 12748, 11356, 12957, 11286, 13019, 12574, 9155, 11312, 8115, 11390, 9015, 13272, 9802, 12297, 9062, 12156, 9729, 12777, 11076, 12563, 10495, 12761, 10812, 14252, 11594, 11311, 11669, 9136, 11585, 9225, 12470, 9269, 11781, 8797, 12248, 8771, 12546, 8056, 11664, 7962, 8055, 7985, 8456, 7903, 9592, 9637, 10987, 11620, 8463, 11081, 9431, 11515, 10181, 12977, 14337, 10270, 15277, 11458, 14952, 12596, 13906, 10860, 14472, 9612, 15633, 8737, 14304, 8161, 14605, 8507, 15150, 10307, 14676, 11807, 14845, 13502, 14498, 13043, 14745, 12776, 15814, 13712, 9539, 12691, 8056, 12954, 7873, 14664, 9089, 15133, 11463, 14333, 12066, 9412, 14160, 9447, 16198, 12581, 15543, 13583, 16370, 14297, 16362, 13653, 14501, 13418, 14972, 13598, 10557, 13984, 8038, 13602, 7715, 13541, 9183, 14216, 8122, 13423, 7972, 13535, 8163, 15113, 8590, 13855, 8749, 13855, 9191, 14847, 10857, 14632, 11515, 13799, 12500, 8533, 15912, 11670, 16112, 13438, 17200, 13682, 16570, 10680, 16107, 10688, 14663, 18242, 14430, 17437, 12352, 15934, 9188, 15928, 8955, 16085, 8673, 13578, 8120, 13653, 8978, 14335, 8673, 13565, 13080, 13459, 15758, 13900, 14561, 13053, 14782, 12965, 15198, 11940, 14928, 9978, 14568, 8922, 15112, 8655, 15111, 8199, 13872, 7744, 13735, 11711, 14136, 9799, 13605, 12013, 13565, 16139, 13799, 13043, 13527, 14860, 13669, 15690, 14022, 15927, 13919, 15810, 11478, 15352, 9798, 16028, 9048, 14686, 8071, 14672, 9025, 15185, 8146, 14136, 12433, 14272, 16370, 14497, 15420, 13470, 16606, 13813, 8540, 13583, 7881, 13586, 8936, 14685, 12704, 13841, 13008, 16145, 13860, 16367, 11076, 13543, 11368, 11532, 8788, 8062, 10888, 9076, 8675, 10174, 8784, 8076, 10003, 8119, 10256, 10188, 10604, 11726, 10931, 13349, 14994, 19433, 16108, 13005, 15283, 11134, 17480, 13595, 15864, 13353, 8138, 13567, 8608, 15726, 11442, 14579, 13005, 8013, 12387, 7619, 13411, 8034, 12479, 8290, 12941, 8294, 14699, 8617, 13970, 11130, 14221, 12857, 8383, 12307, 8752, 12872, 9203, 13741, 13064, 14401, 12239, 8022, 12512, 8107, 12982, 8322, 13021, 7983, 12348, 7943, 13140, 8536, 13035, 8342, 12663, 8319, 13576, 8486, 13787, 8291, 13640, 8349, 13614, 8654, 14613, 8654, 14349, 9911, 14132, 12297, 13800, 12813, 12759, 14217, 12031, 14027, 17372, 14608, 14232, 13830, 15621, 14232, 16984, 14665, 14200, 14110, 14210, 14061, 16792, 14624, 13693, 14080, 16035, 14001, 16757, 14140, 16605, 13947, 16046, 13913, 15794, 12335, 15988, 12314, 14794, 8616, 11009, 8336, 8206, 9529, 8194, 13436, 10517, 8339, 13002, 9118, 15450, 11117, 16832, 12945, 14326, 17941, 11090, 16652, 11553, 15410, 15000, 14317, 16786, 12276, 15704, 9137, 14691, 8949, 13191, 9500, 11926, 13998, 11928, 13887, 11951, 12969, 10296, 11907, 8887, 12552, 8247, 12712, 7935, 13424, 15058, 12654, 13824, 9236, 12578, 8363, 12572, 11907, 11903, 13633, 11663, 12023, 9015, 12786, 8410, 12168, 8184, 11350, 7856, 9865, 8496, 10707, 8117, 8561, 10638, 8230, 13562, 9468, 13216, 11716, 12292, 11490, 12589, 10296, 12733, 11346, 14375, 9708, 11666, 14742, 12354, 15508, 11097, 14389, 9530, 13707, 8748, 14514, 8608, 13776, 8141, 12718, 11181, 11884, 16016, 13592, 15041, 12127, 13665, 11744, 13922, 10263, 13632, 8817, 13246, 9462, 12512, 8568, 12682, 8577, 11441, 8330, 11698, 8443, 13012, 8395, 12616, 9132, 12857, 9064, 13330, 9087, 12585, 9096, 12029, 8876, 12791, 9002, 14291, 9467, 13875, 9112, 13901, 8650, 14957, 8546, 13496, 8631, 11624, 8109, 12861, 9485, 8057, 8604, 8083, 8443, 12284, 9568, 14966, 10019, 15786, 9667, 14912, 9501, 14999, 14988, 13963, 17122, 13132, 15386, 8886, 14859, 14329, 12997, 15488, 12957, 15322, 11687, 14705, 8628, 13721, 7951, 12443, 8495, 12793, 9839, 10885, 12001, 9771, 14632, 11733, 11578, 12726, 15453, 13706, 15761, 13705, 16202, 12434, 16013, 9732, 16000, 10859, 14771, 12517, 13618, 15850, 13295, 15151, 12058, 14076, 9790, 13548, 8079, 13260, 7577, 13086, 7677, 12186, 7688, 12732, 8919, 12771, 10685, 12935, 9336, 12237, 13266, 12118, 11403, 12435, 11723, 12992, 15844, 12874, 15165, 11955, 14659, 13192, 14101, 11464, 9572, 10320, 8112, 14490, 12107, 11217, 12054, 13231, 13857, 9454, 14259, 10257, 14870, 15038, 15603, 13141, 14815, 14889, 14667, 17780, 15056, 13129, 14764, 14033, 14411, 16464, 14432, 15930, 14923, 14060, 14617, 14438, 14158, 15667, 14222, 10840, 14269, 12351, 13299, 14312, 13023, 14021, 12288, 13738, 11761, 14161, 13022, 14429, 12997, 14546, 13700, 14293, 12735, 13593, 12572, 13688, 12999, 13694, 12983, 13591, 11665, 13381, 12269, 14073, 12682, 13927, 12129, 14183, 12159, 15310, 11664, 14784, 9176, 14741, 9413, 16035, 9044, 13684, 9184, 12912, 9336, 12911, 8832, 15053, 10872, 11242, 13879, 10076, 17061, 14030, 16306, 14182, 17568, 11680, 17136, 11409, 15558, 17833, 14273, 17033, 10940, 16791, 9042, 14600, 9183, 13529, 14357, 13400, 14287, 13227, 14988, 13149, 15001, 12456, 14772, 9704, 14326, 8713, 14255, 8538, 13959, 7656, 13743, 8479, 13454, 13938, 13836, 14964, 12986, 14814, 11143, 14571, 9675, 14157, 8437, 13837, 7588, 13499, 7601, 13625, 8913, 13324, 13673, 13072, 12972, 13517, 15104, 13101, 15094, 12344, 14728, 11878, 14963, 9734, 13797, 8690, 13520, 7941, 13673, 8000, 13599, 8086, 12921, 12685, 12665, 13854, 13308, 15906, 13188, 15435, 12142, 15219, 10993, 14538, 9483, 13920, 9352, 14468, 11625, 13949, 11759, 8746, 12065, 8273, 14130, 7825, 12892, 8190, 13269, 16998, 14019, 15678, 12400, 15652, 11352, 15555, 10256, 15873, 10426, 13959, 10000, 14256, 16908, 13924, 13825, 12587, 10232, 11521, 7936, 12468, 8468, 9898, 8334, 8455, 8483, 8535], 'WindowCenter': [4828.0, 4819.0, 4787.0, 4792.0, 4761.0, 4769.0, 4749.0, 4756.0, 4726.0, 4755.0, 4702.0, 4745.0, 4714.0, 4741.0, 4751.0, 4728.0, 4752.0, 4729.0, 4740.0, 4730.0, 4750.0, 4743.0, 4751.0, 4739.0, 4739.0, 4712.0, 4743.0, 4701.0, 4740.0, 4690.0, 4737.0, 4688.0, 4727.0, 4735.0, 4731.0, 4727.0, 4730.0, 4739.0, 4737.0, 4739.0, 4732.0, 4738.0, 4731.0, 4740.0, 4731.0, 4740.0, 4728.0, 4737.0, 4731.0, 4736.0, 4731.0, 4737.0, 4729.0, 4739.0, 4728.0, 4731.0, 4724.0, 4738.0, 4730.0, 4740.0, 4735.0, 4750.0, 4745.0, 4750.0, 4734.0, 4742.0, 4733.0, 4750.0, 4710.0, 4741.0, 4713.0, 4739.0, 4712.0, 4740.0, 4702.0, 4742.0, 4702.0, 4733.0, 4691.0, 4744.0, 4702.0, 4742.0, 4693.0, 4733.0, 4732.0, 4731.0, 4752.0, 4731.0, 4749.0, 4734.0, 4753.0, 4742.0, 4744.0, 4734.0, 4742.0, 4734.0, 4752.0, 4734.0, 4740.0, 4734.0, 4743.0, 4736.0, 4736.0, 4745.0, 4715.0, 4745.0, 4713.0, 4745.0, 4723.0, 4753.0, 4746.0, 4765.0, 4744.0, 4775.0, 4749.0, 4766.0, 4745.0, 4756.0, 4747.0, 4757.0, 4746.0, 4754.0, 4755.0, 4716.0, 4731.0, 4705.0, 4742.0, 4714.0, 4766.0, 4751.0, 4770.0, 4729.0, 4757.0, 4736.0, 4765.0, 4745.0, 4754.0, 4748.0, 4754.0, 4749.0, 4774.0, 4758.0, 4748.0, 4756.0, 4724.0, 4758.0, 4727.0, 4758.0, 4729.0, 4759.0, 4718.0, 4767.0, 4744.0, 4800.0, 4739.0, 4764.0, 4727.0, 4723.0, 4676.0, 4719.0, 4709.0, 4737.0, 4740.0, 4760.0, 4766.0, 4722.0, 4754.0, 4742.0, 4760.0, 4761.0, 4793.0, 4805.0, 4765.0, 4801.0, 4757.0, 4776.0, 4755.0, 4753.0, 4729.0, 4760.0, 4708.0, 4769.0, 4697.0, 4759.0, 4690.0, 4758.0, 4700.0, 4769.0, 4731.0, 4760.0, 4740.0, 4759.0, 4764.0, 4761.0, 4752.0, 4761.0, 4753.0, 4770.0, 4760.0, 4724.0, 4753.0, 4703.0, 4756.0, 4704.0, 4772.0, 4711.0, 4773.0, 4742.0, 4773.0, 4754.0, 4723.0, 4763.0, 4726.0, 4783.0, 4752.0, 4768.0, 4762.0, 4781.0, 4762.0, 4768.0, 4762.0, 4757.0, 4752.0, 4760.0, 4752.0, 4719.0, 4760.0, 4691.0, 4763.0, 4691.0, 4752.0, 4712.0, 4762.0, 4702.0, 4762.0, 4704.0, 4764.0, 4704.0, 4773.0, 4715.0, 4765.0, 4727.0, 4776.0, 4738.0, 4802.0, 4775.0, 4800.0, 4772.0, 4776.0, 4776.0, 4729.0, 4810.0, 4772.0, 4798.0, 4777.0, 4807.0, 4778.0, 4795.0, 4747.0, 4797.0, 4747.0, 4786.0, 4805.0, 4786.0, 4793.0, 4754.0, 4782.0, 4722.0, 4771.0, 4711.0, 4770.0, 4702.0, 4749.0, 4701.0, 4760.0, 4711.0, 4761.0, 4711.0, 4761.0, 4750.0, 4762.0, 4770.0, 4763.0, 4770.0, 4762.0, 4771.0, 4763.0, 4772.0, 4753.0, 4772.0, 4733.0, 4770.0, 4723.0, 4772.0, 4713.0, 4772.0, 4701.0, 4762.0, 4704.0, 4763.0, 4741.0, 4762.0, 4721.0, 4762.0, 4742.0, 4763.0, 4783.0, 4766.0, 4765.0, 4766.0, 4773.0, 4776.0, 4782.0, 4777.0, 4785.0, 4775.0, 4784.0, 4757.0, 4784.0, 4736.0, 4784.0, 4725.0, 4775.0, 4704.0, 4774.0, 4714.0, 4775.0, 4704.0, 4774.0, 4750.0, 4772.0, 4783.0, 4788.0, 4783.0, 4763.0, 4791.0, 4761.0, 4714.0, 4763.0, 4715.0, 4775.0, 4736.0, 4786.0, 4781.0, 4788.0, 4791.0, 4806.0, 4791.0, 4832.0, 4812.0, 4804.0, 4798.0, 4784.0, 4724.0, 4699.0, 4754.0, 4738.0, 4728.0, 4746.0, 4727.0, 4727.0, 4758.0, 4725.0, 4770.0, 4771.0, 4757.0, 4765.0, 4744.0, 4766.0, 4776.0, 4781.0, 4749.0, 4726.0, 4746.0, 4706.0, 4755.0, 4736.0, 4743.0, 4733.0, 4673.0, 4720.0, 4670.0, 4730.0, 4701.0, 4730.0, 4722.0, 4674.0, 4735.0, 4675.0, 4736.0, 4687.0, 4725.0, 4686.0, 4735.0, 4689.0, 4746.0, 4698.0, 4749.0, 4740.0, 4760.0, 4763.0, 4715.0, 4754.0, 4714.0, 4753.0, 4725.0, 4763.0, 4777.0, 4775.0, 4768.0, 4718.0, 4767.0, 4719.0, 4779.0, 4717.0, 4776.0, 4717.0, 4767.0, 4717.0, 4766.0, 4727.0, 4766.0, 4717.0, 4765.0, 4716.0, 4765.0, 4726.0, 4775.0, 4716.0, 4777.0, 4717.0, 4776.0, 4727.0, 4785.0, 4728.0, 4776.0, 4737.0, 4776.0, 4767.0, 4787.0, 4779.0, 4778.0, 4790.0, 4768.0, 4787.0, 4796.0, 4784.0, 4775.0, 4780.0, 4786.0, 4776.0, 4792.0, 4777.0, 4775.0, 4776.0, 4763.0, 4775.0, 4782.0, 4774.0, 4763.0, 4765.0, 4783.0, 4763.0, 4783.0, 4763.0, 4782.0, 4776.0, 4785.0, 4763.0, 4771.0, 4754.0, 4785.0, 4764.0, 4801.0, 4744.0, 4759.0, 4732.0, 4699.0, 4718.0, 4708.0, 4780.0, 4753.0, 4721.0, 4782.0, 4746.0, 4804.0, 4763.0, 4814.0, 4772.0, 4781.0, 4799.0, 4738.0, 4787.0, 4735.0, 4763.0, 4763.0, 4754.0, 4783.0, 4733.0, 4761.0, 4702.0, 4751.0, 4690.0, 4742.0, 4702.0, 4730.0, 4738.0, 4719.0, 4737.0, 4727.0, 4728.0, 4710.0, 4728.0, 4713.0, 4742.0, 4705.0, 4753.0, 4718.0, 4768.0, 4777.0, 4757.0, 4751.0, 4727.0, 4759.0, 4707.0, 4767.0, 4742.0, 4744.0, 4760.0, 4745.0, 4752.0, 4722.0, 4755.0, 4706.0, 4751.0, 4725.0, 4787.0, 4736.0, 4753.0, 4743.0, 4747.0, 4717.0, 4728.0, 4753.0, 4733.0, 4781.0, 4743.0, 4782.0, 4774.0, 4771.0, 4773.0, 4769.0, 4750.0, 4781.0, 4763.0, 4780.0, 4724.0, 4747.0, 4774.0, 4754.0, 4771.0, 4733.0, 4764.0, 4712.0, 4751.0, 4701.0, 4749.0, 4701.0, 4749.0, 4679.0, 4738.0, 4718.0, 4729.0, 4768.0, 4750.0, 4747.0, 4728.0, 4738.0, 4729.0, 4749.0, 4721.0, 4749.0, 4701.0, 4738.0, 4710.0, 4740.0, 4702.0, 4752.0, 4713.0, 4732.0, 4703.0, 4741.0, 4704.0, 4751.0, 4704.0, 4752.0, 4716.0, 4755.0, 4717.0, 4763.0, 4705.0, 4753.0, 4715.0, 4745.0, 4729.0, 4767.0, 4728.0, 4775.0, 4725.0, 4765.0, 4714.0, 4764.0, 4705.0, 4775.0, 4718.0, 4792.0, 4742.0, 4770.0, 4730.0, 4767.0, 4739.0, 4714.0, 4713.0, 4716.0, 4729.0, 4785.0, 4756.0, 4797.0, 4753.0, 4802.0, 4739.0, 4792.0, 4741.0, 4791.0, 4788.0, 4781.0, 4798.0, 4767.0, 4775.0, 4703.0, 4764.0, 4762.0, 4751.0, 4759.0, 4741.0, 4760.0, 4741.0, 4749.0, 4690.0, 4740.0, 4695.0, 4759.0, 4705.0, 4739.0, 4722.0, 4730.0, 4755.0, 4736.0, 4788.0, 4758.0, 4757.0, 4784.0, 4786.0, 4779.0, 4788.0, 4766.0, 4786.0, 4769.0, 4786.0, 4715.0, 4775.0, 4735.0, 4760.0, 4729.0, 4738.0, 4757.0, 4739.0, 4760.0, 4743.0, 4762.0, 4724.0, 4751.0, 4692.0, 4753.0, 4695.0, 4755.0, 4695.0, 4755.0, 4695.0, 4755.0, 4712.0, 4764.0, 4735.0, 4755.0, 4725.0, 4757.0, 4766.0, 4767.0, 4756.0, 4771.0, 4785.0, 4793.0, 4811.0, 4782.0, 4802.0, 4798.0, 4815.0, 4796.0, 4795.0, 4759.0, 4725.0, 4738.0, 4711.0, 4777.0, 4763.0, 4751.0, 4763.0, 4768.0, 4782.0, 4730.0, 4780.0, 4739.0, 4781.0, 4774.0, 4777.0, 4757.0, 4778.0, 4761.0, 4761.0, 4782.0, 4763.0, 4740.0, 4761.0, 4753.0, 4750.0, 4758.0, 4754.0, 4760.0, 4750.0, 4738.0, 4748.0, 4738.0, 4740.0, 4757.0, 4752.0, 4720.0, 4753.0, 4741.0, 4749.0, 4748.0, 4741.0, 4752.0, 4743.0, 4737.0, 4740.0, 4751.0, 4753.0, 4749.0, 4751.0, 4760.0, 4761.0, 4776.0, 4769.0, 4766.0, 4755.0, 4776.0, 4778.0, 4778.0, 4780.0, 4775.0, 4758.0, 4773.0, 4767.0, 4788.0, 4777.0, 4790.0, 4783.0, 4791.0, 4783.0, 4801.0, 4772.0, 4790.0, 4753.0, 4790.0, 4739.0, 4798.0, 4743.0, 4808.0, 4758.0, 4769.0, 4717.0, 4757.0, 4715.0, 4761.0, 4737.0, 4747.0, 4763.0, 4738.0, 4795.0, 4779.0, 4797.0, 4779.0, 4796.0, 4742.0, 4784.0, 4731.0, 4761.0, 4770.0, 4749.0, 4755.0, 4705.0, 4756.0, 4686.0, 4730.0, 4684.0, 4725.0, 4734.0, 4727.0, 4732.0, 4726.0, 4744.0, 4734.0, 4746.0, 4725.0, 4744.0, 4698.0, 4744.0, 4686.0, 4746.0, 4686.0, 4748.0, 4679.0, 4749.0, 4687.0, 4750.0, 4748.0, 4750.0, 4748.0, 4740.0, 4747.0, 4729.0, 4747.0, 4710.0, 4745.0, 4689.0, 4750.0, 4680.0, 4749.0, 4691.0, 4749.0, 4701.0, 4753.0, 4751.0, 4753.0, 4750.0, 4764.0, 4774.0, 4763.0, 4772.0, 4754.0, 4764.0, 4745.0, 4774.0, 4727.0, 4764.0, 4715.0, 4764.0, 4707.0, 4765.0, 4707.0, 4768.0, 4708.0, 4769.0, 4757.0, 4770.0, 4781.0, 4791.0, 4787.0, 4766.0, 4774.0, 4752.0, 4772.0, 4735.0, 4763.0, 4725.0, 4762.0, 4727.0, 4788.0, 4760.0, 4778.0, 4784.0, 4740.0, 4770.0, 4731.0, 4794.0, 4733.0, 4782.0, 4732.0, 4791.0, 4799.0, 4780.0, 4787.0, 4771.0, 4788.0, 4761.0, 4787.0, 4750.0, 4787.0, 4735.0, 4765.0, 4722.0, 4763.0, 4784.0, 4778.0, 4777.0, 4767.0, 4746.0, 4756.0, 4719.0, 4781.0, 4733.0, 4762.0, 4741.0, 4742.0, 4737.0, 4716.0], 'WindowWidth': [10529.0, 10501.0, 10450.0, 10448.0, 10403.0, 10409.0, 10381.0, 10387.0, 10344.0, 10382.0, 10306.0, 10366.0, 10324.0, 10358.0, 10372.0, 10338.0, 10373.0, 10339.0, 10355.0, 10342.0, 10368.0, 10361.0, 10371.0, 10353.0, 10354.0, 10318.0, 10360.0, 10302.0, 10354.0, 10286.0, 10347.0, 10280.0, 10333.0, 10343.0, 10342.0, 10334.0, 10342.0, 10350.0, 10348.0, 10352.0, 10346.0, 10350.0, 10344.0, 10354.0, 10344.0, 10354.0, 10339.0, 10347.0, 10342.0, 10345.0, 10342.0, 10348.0, 10339.0, 10352.0, 10336.0, 10342.0, 10335.0, 10350.0, 10343.0, 10355.0, 10354.0, 10370.0, 10368.0, 10371.0, 10353.0, 10361.0, 10350.0, 10371.0, 10316.0, 10358.0, 10321.0, 10353.0, 10319.0, 10356.0, 10305.0, 10358.0, 10304.0, 10346.0, 10292.0, 10364.0, 10303.0, 10358.0, 10293.0, 10348.0, 10345.0, 10345.0, 10372.0, 10346.0, 10367.0, 10352.0, 10376.0, 10362.0, 10363.0, 10350.0, 10360.0, 10350.0, 10371.0, 10351.0, 10356.0, 10353.0, 10363.0, 10357.0, 10355.0, 10368.0, 10329.0, 10369.0, 10324.0, 10368.0, 10338.0, 10379.0, 10372.0, 10396.0, 10369.0, 10414.0, 10379.0, 10400.0, 10372.0, 10384.0, 10375.0, 10384.0, 10371.0, 10376.0, 10380.0, 10326.0, 10346.0, 10312.0, 10361.0, 10324.0, 10398.0, 10386.0, 10409.0, 10349.0, 10387.0, 10361.0, 10397.0, 10372.0, 10381.0, 10376.0, 10380.0, 10378.0, 10409.0, 10389.0, 10373.0, 10385.0, 10340.0, 10389.0, 10347.0, 10389.0, 10351.0, 10391.0, 10335.0, 10405.0, 10383.0, 10470.0, 10382.0, 10402.0, 10357.0, 10348.0, 10256.0, 10345.0, 10329.0, 10367.0, 10374.0, 10404.0, 10410.0, 10353.0, 10389.0, 10380.0, 10402.0, 10408.0, 10453.0, 10472.0, 10416.0, 10464.0, 10391.0, 10416.0, 10385.0, 10379.0, 10342.0, 10380.0, 10308.0, 10396.0, 10296.0, 10381.0, 10287.0, 10377.0, 10302.0, 10395.0, 10345.0, 10383.0, 10355.0, 10379.0, 10392.0, 10386.0, 10377.0, 10386.0, 10378.0, 10399.0, 10387.0, 10343.0, 10378.0, 10312.0, 10384.0, 10312.0, 10404.0, 10321.0, 10405.0, 10363.0, 10406.0, 10381.0, 10339.0, 10394.0, 10345.0, 10420.0, 10375.0, 10394.0, 10388.0, 10411.0, 10388.0, 10393.0, 10386.0, 10377.0, 10373.0, 10382.0, 10374.0, 10326.0, 10383.0, 10291.0, 10388.0, 10291.0, 10373.0, 10319.0, 10389.0, 10307.0, 10389.0, 10312.0, 10392.0, 10311.0, 10405.0, 10329.0, 10397.0, 10350.0, 10413.0, 10370.0, 10462.0, 10430.0, 10459.0, 10419.0, 10415.0, 10420.0, 10358.0, 10471.0, 10420.0, 10450.0, 10421.0, 10461.0, 10421.0, 10443.0, 10377.0, 10447.0, 10375.0, 10428.0, 10455.0, 10430.0, 10434.0, 10381.0, 10416.0, 10336.0, 10399.0, 10318.0, 10396.0, 10306.0, 10369.0, 10305.0, 10385.0, 10318.0, 10387.0, 10319.0, 10388.0, 10370.0, 10390.0, 10398.0, 10393.0, 10399.0, 10391.0, 10401.0, 10393.0, 10403.0, 10378.0, 10403.0, 10352.0, 10400.0, 10340.0, 10403.0, 10325.0, 10403.0, 10308.0, 10390.0, 10312.0, 10392.0, 10360.0, 10389.0, 10334.0, 10390.0, 10362.0, 10393.0, 10420.0, 10399.0, 10396.0, 10401.0, 10407.0, 10416.0, 10422.0, 10418.0, 10426.0, 10414.0, 10423.0, 10388.0, 10422.0, 10360.0, 10422.0, 10344.0, 10410.0, 10315.0, 10409.0, 10327.0, 10410.0, 10313.0, 10408.0, 10373.0, 10405.0, 10420.0, 10435.0, 10421.0, 10395.0, 10431.0, 10389.0, 10327.0, 10394.0, 10330.0, 10413.0, 10365.0, 10431.0, 10430.0, 10437.0, 10444.0, 10463.0, 10447.0, 10511.0, 10496.0, 10474.0, 10471.0, 10444.0, 10349.0, 10302.0, 10388.0, 10376.0, 10359.0, 10382.0, 10357.0, 10358.0, 10401.0, 10354.0, 10424.0, 10428.0, 10402.0, 10409.0, 10375.0, 10407.0, 10415.0, 10420.0, 10369.0, 10327.0, 10357.0, 10300.0, 10370.0, 10344.0, 10351.0, 10336.0, 10254.0, 10311.0, 10243.0, 10325.0, 10287.0, 10325.0, 10318.0, 10256.0, 10341.0, 10261.0, 10342.0, 10278.0, 10327.0, 10275.0, 10340.0, 10283.0, 10357.0, 10295.0, 10364.0, 10357.0, 10385.0, 10394.0, 10330.0, 10379.0, 10327.0, 10379.0, 10343.0, 10394.0, 10419.0, 10413.0, 10407.0, 10338.0, 10405.0, 10342.0, 10423.0, 10338.0, 10418.0, 10338.0, 10404.0, 10336.0, 10403.0, 10350.0, 10402.0, 10337.0, 10400.0, 10335.0, 10399.0, 10348.0, 10413.0, 10335.0, 10419.0, 10337.0, 10415.0, 10350.0, 10428.0, 10354.0, 10417.0, 10366.0, 10415.0, 10408.0, 10434.0, 10425.0, 10422.0, 10441.0, 10406.0, 10433.0, 10442.0, 10426.0, 10412.0, 10426.0, 10427.0, 10414.0, 10432.0, 10414.0, 10412.0, 10413.0, 10392.0, 10410.0, 10418.0, 10409.0, 10392.0, 10396.0, 10418.0, 10392.0, 10419.0, 10391.0, 10416.0, 10413.0, 10424.0, 10392.0, 10398.0, 10381.0, 10424.0, 10400.0, 10460.0, 10390.0, 10402.0, 10366.0, 10306.0, 10334.0, 10322.0, 10425.0, 10391.0, 10346.0, 10429.0, 10388.0, 10462.0, 10404.0, 10476.0, 10416.0, 10425.0, 10448.0, 10360.0, 10427.0, 10353.0, 10390.0, 10389.0, 10374.0, 10419.0, 10347.0, 10382.0, 10305.0, 10369.0, 10281.0, 10357.0, 10301.0, 10338.0, 10344.0, 10320.0, 10342.0, 10332.0, 10331.0, 10312.0, 10335.0, 10321.0, 10360.0, 10314.0, 10380.0, 10338.0, 10405.0, 10413.0, 10386.0, 10373.0, 10347.0, 10391.0, 10317.0, 10401.0, 10362.0, 10363.0, 10384.0, 10369.0, 10379.0, 10336.0, 10381.0, 10317.0, 10373.0, 10348.0, 10450.0, 10380.0, 10398.0, 10385.0, 10383.0, 10340.0, 10357.0, 10395.0, 10374.0, 10433.0, 10382.0, 10436.0, 10427.0, 10420.0, 10424.0, 10416.0, 10390.0, 10435.0, 10409.0, 10430.0, 10347.0, 10380.0, 10413.0, 10384.0, 10403.0, 10352.0, 10393.0, 10326.0, 10376.0, 10307.0, 10368.0, 10308.0, 10371.0, 10272.0, 10350.0, 10322.0, 10340.0, 10393.0, 10368.0, 10362.0, 10337.0, 10349.0, 10341.0, 10366.0, 10332.0, 10366.0, 10304.0, 10350.0, 10318.0, 10357.0, 10313.0, 10378.0, 10329.0, 10349.0, 10313.0, 10360.0, 10314.0, 10376.0, 10315.0, 10379.0, 10332.0, 10384.0, 10336.0, 10393.0, 10314.0, 10380.0, 10330.0, 10370.0, 10361.0, 10406.0, 10356.0, 10413.0, 10345.0, 10398.0, 10326.0, 10395.0, 10316.0, 10411.0, 10341.0, 10453.0, 10383.0, 10420.0, 10364.0, 10407.0, 10372.0, 10331.0, 10329.0, 10336.0, 10362.0, 10442.0, 10401.0, 10453.0, 10395.0, 10458.0, 10372.0, 10444.0, 10373.0, 10443.0, 10436.0, 10428.0, 10447.0, 10402.0, 10408.0, 10309.0, 10393.0, 10387.0, 10374.0, 10384.0, 10358.0, 10381.0, 10361.0, 10366.0, 10285.0, 10351.0, 10304.0, 10395.0, 10314.0, 10354.0, 10335.0, 10342.0, 10383.0, 10361.0, 10432.0, 10395.0, 10390.0, 10439.0, 10430.0, 10420.0, 10433.0, 10402.0, 10428.0, 10408.0, 10426.0, 10328.0, 10410.0, 10355.0, 10383.0, 10339.0, 10347.0, 10370.0, 10349.0, 10380.0, 10364.0, 10387.0, 10337.0, 10373.0, 10291.0, 10379.0, 10302.0, 10382.0, 10301.0, 10382.0, 10302.0, 10382.0, 10321.0, 10393.0, 10354.0, 10382.0, 10339.0, 10387.0, 10400.0, 10404.0, 10388.0, 10415.0, 10443.0, 10452.0, 10472.0, 10435.0, 10461.0, 10467.0, 10488.0, 10458.0, 10451.0, 10398.0, 10346.0, 10363.0, 10332.0, 10421.0, 10405.0, 10385.0, 10404.0, 10408.0, 10431.0, 10356.0, 10422.0, 10367.0, 10424.0, 10411.0, 10416.0, 10387.0, 10419.0, 10389.0, 10386.0, 10414.0, 10390.0, 10357.0, 10386.0, 10376.0, 10369.0, 10377.0, 10379.0, 10381.0, 10368.0, 10347.0, 10362.0, 10347.0, 10350.0, 10374.0, 10375.0, 10327.0, 10374.0, 10357.0, 10367.0, 10363.0, 10355.0, 10372.0, 10364.0, 10346.0, 10356.0, 10370.0, 10375.0, 10363.0, 10370.0, 10380.0, 10387.0, 10413.0, 10408.0, 10398.0, 10383.0, 10415.0, 10420.0, 10419.0, 10423.0, 10413.0, 10392.0, 10410.0, 10405.0, 10432.0, 10419.0, 10439.0, 10434.0, 10444.0, 10436.0, 10457.0, 10416.0, 10440.0, 10395.0, 10440.0, 10368.0, 10448.0, 10383.0, 10480.0, 10409.0, 10412.0, 10334.0, 10386.0, 10331.0, 10385.0, 10359.0, 10376.0, 10393.0, 10364.0, 10441.0, 10425.0, 10447.0, 10423.0, 10443.0, 10364.0, 10423.0, 10343.0, 10385.0, 10397.0, 10364.0, 10368.0, 10300.0, 10371.0, 10273.0, 10330.0, 10270.0, 10324.0, 10336.0, 10329.0, 10334.0, 10330.0, 10351.0, 10340.0, 10355.0, 10328.0, 10353.0, 10296.0, 10353.0, 10278.0, 10358.0, 10279.0, 10362.0, 10272.0, 10366.0, 10281.0, 10366.0, 10363.0, 10368.0, 10363.0, 10354.0, 10361.0, 10338.0, 10361.0, 10313.0, 10356.0, 10284.0, 10367.0, 10273.0, 10366.0, 10290.0, 10368.0, 10304.0, 10376.0, 10371.0, 10376.0, 10370.0, 10394.0, 10406.0, 10393.0, 10403.0, 10380.0, 10392.0, 10368.0, 10406.0, 10349.0, 10395.0, 10329.0, 10394.0, 10321.0, 10398.0, 10321.0, 10405.0, 10322.0, 10406.0, 10389.0, 10412.0, 10429.0, 10444.0, 10430.0, 10397.0, 10408.0, 10377.0, 10403.0, 10354.0, 10390.0, 10342.0, 10390.0, 10347.0, 10434.0, 10398.0, 10422.0, 10442.0, 10373.0, 10415.0, 10361.0, 10452.0, 10368.0, 10433.0, 10364.0, 10445.0, 10452.0, 10425.0, 10433.0, 10415.0, 10435.0, 10400.0, 10431.0, 10386.0, 10432.0, 10355.0, 10395.0, 10334.0, 10388.0, 10425.0, 10422.0, 10418.0, 10405.0, 10376.0, 10388.0, 10347.0, 10431.0, 10368.0, 10409.0, 10383.0, 10385.0, 10374.0, 10337.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.008811501632208923</td></tr>
<tr><td colspan=3>aqi</td><td>0.10262865810663764</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.330812894716786</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0893406184967331</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014751050348584</td></tr>
<tr><td colspan=3>efc</td><td>0.5114</td></tr>
<tr><td colspan=3>fber</td><td>3643.0173</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24126294056164566</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>225</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.483133841131664</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.794868924290274</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5668720297100927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1408421978437593</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6768925453169694</td></tr>
<tr><td colspan=3>gcor</td><td>0.00584486</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010017670691013336</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0312582366168499</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>919</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.039181291682562</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>11.8886</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.3464</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.8284</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292840.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1199.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.4996</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3629</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.113</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3883.8149</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.8812</td></tr>
<tr><td colspan=3>tsnr</td><td>20.056464988330845</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>