<?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-0094_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-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_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-0094/ses-04/func/sub-0094_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>6aca3803e2ae2dff76f70f266de884b7</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>19:50:19.385000</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.999064, -0.0130932, 0.0412164, 0.0172644, 0.99458, -0.102531]</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.106729</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>[4251, -7862, -7213, 634, -42, -269, 295, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>231.029</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>821d589a-c531-4cf9-b641-791eee7cf3fa||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.6804168224334717, 0.046319060027599335, 0.10705658793449402, 106.29269409179688], [0.03512817248702049, 2.6683852672576904, -0.2784958779811859, -97.84304809570312], [0.11058070510625839, 0.27508309483528137, 2.6834640502929688, -78.1512222290039], [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': ['195019.385000', '195019.845000', '195020.305000', '195020.765000', '195021.225000', '195021.685000', '195022.145000', '195022.605000', '195023.065000', '195023.525000', '195023.985000', '195024.445000', '195024.905000', '195025.365000', '195025.825000', '195026.285000', '195026.745000', '195027.205000', '195027.665000', '195028.125000', '195028.585000', '195029.045000', '195029.505000', '195029.965000', '195030.425000', '195030.885000', '195031.345000', '195031.805000', '195032.265000', '195032.725000', '195033.185000', '195033.645000', '195034.105000', '195034.565000', '195035.025000', '195035.485000', '195035.945000', '195036.405000', '195036.865000', '195037.325000', '195037.785000', '195038.245000', '195038.705000', '195039.165000', '195039.625000', '195040.085000', '195040.545000', '195041.005000', '195041.465000', '195041.925000', '195042.385000', '195042.845000', '195043.305000', '195043.765000', '195044.225000', '195044.685000', '195045.145000', '195045.605000', '195046.065000', '195046.525000', '195046.985000', '195047.445000', '195047.905000', '195048.365000', '195048.825000', '195049.285000', '195049.745000', '195050.205000', '195050.665000', '195051.125000', '195051.585000', '195052.045000', '195052.505000', '195052.965000', '195053.425000', '195053.885000', '195054.345000', '195054.805000', '195055.265000', '195055.725000', '195056.185000', '195056.645000', '195057.105000', '195057.565000', '195058.025000', '195058.485000', '195058.945000', '195059.405000', '195059.865000', '195100.325000', '195100.785000', '195101.245000', '195101.705000', '195102.165000', '195102.625000', '195103.085000', '195103.545000', '195104.005000', '195104.465000', '195104.925000', '195105.385000', '195105.845000', '195106.305000', '195106.765000', '195107.225000', '195107.685000', '195108.145000', '195108.605000', '195109.065000', '195109.525000', '195109.985000', '195110.445000', '195110.905000', '195111.365000', '195111.825000', '195112.285000', '195112.745000', '195113.205000', '195113.665000', '195114.125000', '195114.585000', '195115.045000', '195115.505000', '195115.965000', '195116.425000', '195116.885000', '195117.345000', '195117.805000', '195118.265000', '195118.725000', '195119.185000', '195119.645000', '195120.105000', '195120.565000', '195121.025000', '195121.485000', '195121.945000', '195122.405000', '195122.865000', '195123.325000', '195123.785000', '195124.245000', '195124.705000', '195125.165000', '195125.625000', '195126.085000', '195126.545000', '195127.005000', '195127.465000', '195127.925000', '195128.385000', '195128.845000', '195129.305000', '195129.765000', '195130.225000', '195130.685000', '195131.145000', '195131.605000', '195132.065000', '195132.525000', '195132.985000', '195133.445000', '195133.905000', '195134.365000', '195134.825000', '195135.285000', '195135.745000', '195136.205000', '195136.665000', '195137.125000', '195137.585000', '195138.045000', '195138.505000', '195138.965000', '195139.425000', '195139.885000', '195140.345000', '195140.805000', '195141.265000', '195141.725000', '195142.185000', '195142.645000', '195143.105000', '195143.565000', '195144.025000', '195144.485000', '195144.945000', '195145.405000', '195145.865000', '195146.325000', '195146.785000', '195147.245000', '195147.705000', '195148.165000', '195148.625000', '195149.085000', '195149.545000', '195150.005000', '195150.465000', '195150.925000', '195151.385000', '195151.845000', '195152.305000', '195152.765000', '195153.225000', '195153.685000', '195154.145000', '195154.605000', '195155.065000', '195155.525000', '195155.985000', '195156.445000', '195156.905000', '195157.365000', '195157.825000', '195158.285000', '195158.745000', '195159.205000', '195159.665000', '195200.125000', '195200.585000', '195201.045000', '195201.505000', '195201.965000', '195202.425000', '195202.885000', '195203.345000', '195203.805000', '195204.265000', '195204.725000', '195205.185000', '195205.645000', '195206.105000', '195206.565000', '195207.025000', '195207.485000', '195207.945000', '195208.405000', '195208.865000', '195209.325000', '195209.785000', '195210.245000', '195210.705000', '195211.165000', '195211.625000', '195212.085000', '195212.545000', '195213.005000', '195213.465000', '195213.925000', '195214.385000', '195214.845000', '195215.305000', '195215.765000', '195216.225000', '195216.685000', '195217.145000', '195217.605000', '195218.065000', '195218.525000', '195218.985000', '195219.445000', '195219.905000', '195220.365000', '195220.825000', '195221.285000', '195221.745000', '195222.205000', '195222.665000', '195223.125000', '195223.585000', '195224.045000', '195224.505000', '195224.965000', '195225.425000', '195225.885000', '195226.345000', '195226.805000', '195227.265000', '195227.725000', '195228.185000', '195228.645000', '195229.105000', '195229.565000', '195230.025000', '195230.485000', '195230.945000', '195231.405000', '195231.865000', '195232.325000', '195232.785000', '195233.245000', '195233.705000', '195234.165000', '195234.625000', '195235.085000', '195235.545000', '195236.005000', '195236.465000', '195236.925000', '195237.385000', '195237.845000', '195238.305000', '195238.765000', '195239.225000', '195239.685000', '195240.145000', '195240.605000', '195241.065000', '195241.525000', '195241.985000', '195242.445000', '195242.905000', '195243.365000', '195243.825000', '195244.285000', '195244.745000', '195245.205000', '195245.665000', '195246.125000', '195246.585000', '195247.045000', '195247.505000', '195247.965000', '195248.425000', '195248.885000', '195249.345000', '195249.805000', '195250.265000', '195250.725000', '195251.185000', '195251.645000', '195252.105000', '195252.565000', '195253.025000', '195253.485000', '195253.945000', '195254.405000', '195254.865000', '195255.325000', '195255.785000', '195256.245000', '195256.705000', '195257.165000', '195257.625000', '195258.085000', '195258.545000', '195259.005000', '195259.465000', '195259.925000', '195300.385000', '195300.845000', '195301.305000', '195301.765000', '195302.225000', '195302.685000', '195303.145000', '195303.605000', '195304.065000', '195304.525000', '195304.985000', '195305.445000', '195305.905000', '195306.365000', '195306.825000', '195307.285000', '195307.745000', '195308.205000', '195308.665000', '195309.125000', '195309.585000', '195310.045000', '195310.505000', '195310.965000', '195311.425000', '195311.885000', '195312.345000', '195312.805000', '195313.265000', '195313.725000', '195314.185000', '195314.645000', '195315.105000', '195315.565000', '195316.025000', '195316.485000', '195316.945000', '195317.405000', '195317.865000', '195318.325000', '195318.785000', '195319.245000', '195319.705000', '195320.165000', '195320.625000', '195321.085000', '195321.545000', '195322.005000', '195322.465000', '195322.925000', '195323.385000', '195323.845000', '195324.305000', '195324.765000', '195325.225000', '195325.685000', '195326.145000', '195326.605000', '195327.065000', '195327.525000', '195327.985000', '195328.445000', '195328.905000', '195329.365000', '195329.825000', '195330.285000', '195330.745000', '195331.205000', '195331.665000', '195332.125000', '195332.585000', '195333.045000', '195333.505000', '195333.965000', '195334.425000', '195334.885000', '195335.345000', '195335.805000', '195336.265000', '195336.725000', '195337.185000', '195337.645000', '195338.105000', '195338.565000', '195339.025000', '195339.485000', '195339.945000', '195340.405000', '195340.865000', '195341.325000', '195341.785000', '195342.245000', '195342.705000', '195343.165000', '195343.625000', '195344.085000', '195344.545000', '195345.005000', '195345.465000', '195345.925000', '195346.385000', '195346.845000', '195347.305000', '195347.765000', '195348.225000', '195348.685000', '195349.145000', '195349.605000', '195350.065000', '195350.525000', '195350.985000', '195351.445000', '195351.905000', '195352.365000', '195352.825000', '195353.285000', '195353.745000', '195354.205000', '195354.665000', '195355.125000', '195355.585000', '195356.045000', '195356.505000', '195356.965000', '195357.425000', '195357.885000', '195358.345000', '195358.805000', '195359.265000', '195359.725000', '195400.185000', '195400.645000', '195401.105000', '195401.565000', '195402.025000', '195402.485000', '195402.945000', '195403.405000', '195403.865000', '195404.325000', '195404.785000', '195405.245000', '195405.705000', '195406.165000', '195406.625000', '195407.085000', '195407.545000', '195408.005000', '195408.465000', '195408.925000', '195409.385000', '195409.845000', '195410.305000', '195410.765000', '195411.225000', '195411.685000', '195412.145000', '195412.605000', '195413.065000', '195413.525000', '195413.985000', '195414.445000', '195414.905000', '195415.365000', '195415.825000', '195416.285000', '195416.745000', '195417.205000', '195417.665000', '195418.125000', '195418.585000', '195419.045000', '195419.505000', '195419.965000', '195420.425000', '195420.885000', '195421.345000', '195421.805000', '195422.265000', '195422.725000', '195423.185000', '195423.645000', '195424.105000', '195424.565000', '195425.025000', '195425.485000', '195425.945000', '195426.405000', '195426.865000', '195427.325000', '195427.785000', '195428.245000', '195428.705000', '195429.165000', '195429.625000', '195430.085000', '195430.545000', '195431.005000', '195431.465000', '195431.925000', '195432.385000', '195432.845000', '195433.305000', '195433.765000', '195434.225000', '195434.685000', '195435.145000', '195435.605000', '195436.065000', '195436.525000', '195436.985000', '195437.445000', '195437.905000', '195438.365000', '195438.825000', '195439.285000', '195439.745000', '195440.205000', '195440.665000', '195441.125000', '195441.585000', '195442.045000', '195442.505000', '195442.965000', '195443.425000', '195443.885000', '195444.345000', '195444.805000', '195445.265000', '195445.725000', '195446.185000', '195446.645000', '195447.105000', '195447.565000', '195448.025000', '195448.485000', '195448.945000', '195449.405000', '195449.865000', '195450.325000', '195450.785000', '195451.245000', '195451.705000', '195452.165000', '195452.625000', '195453.085000', '195453.545000', '195454.005000', '195454.465000', '195454.925000', '195455.385000', '195455.845000', '195456.305000', '195456.765000', '195457.225000', '195457.685000', '195458.145000', '195458.605000', '195459.065000', '195459.525000', '195459.985000', '195500.445000', '195500.905000', '195501.365000', '195501.825000', '195502.285000', '195502.745000', '195503.205000', '195503.665000', '195504.125000', '195504.585000', '195505.045000', '195505.505000', '195505.965000', '195506.425000', '195506.885000', '195507.345000', '195507.805000', '195508.265000', '195508.725000', '195509.185000', '195509.645000', '195510.105000', '195510.565000', '195511.025000', '195511.485000', '195511.945000', '195512.405000', '195512.865000', '195513.325000', '195513.785000', '195514.245000', '195514.705000', '195515.165000', '195515.625000', '195516.085000', '195516.545000', '195517.005000', '195517.465000', '195517.925000', '195518.385000', '195518.845000', '195519.305000', '195519.765000', '195520.225000', '195520.685000', '195521.145000', '195521.605000', '195522.065000', '195522.525000', '195522.985000', '195523.445000', '195523.905000', '195524.365000', '195524.825000', '195525.285000', '195525.745000', '195526.205000', '195526.665000', '195527.125000', '195527.585000', '195528.045000', '195528.505000', '195528.965000', '195529.425000', '195529.885000', '195530.345000', '195530.805000', '195531.265000', '195531.725000', '195532.185000', '195532.645000', '195533.105000', '195533.565000', '195534.025000', '195534.485000', '195534.945000', '195535.405000', '195535.865000', '195536.325000', '195536.785000', '195537.245000', '195537.705000', '195538.165000', '195538.625000', '195539.085000', '195539.545000', '195540.005000', '195540.465000', '195540.925000', '195541.385000', '195541.845000', '195542.305000', '195542.765000', '195543.225000', '195543.685000', '195544.145000', '195544.605000', '195545.065000', '195545.525000', '195545.985000', '195546.445000', '195546.905000', '195547.365000', '195547.825000', '195548.285000', '195548.745000', '195549.205000', '195549.665000', '195550.125000', '195550.585000', '195551.045000', '195551.505000', '195551.965000', '195552.425000', '195552.885000', '195553.345000', '195553.805000', '195554.265000', '195554.725000', '195555.185000', '195555.645000', '195556.105000', '195556.565000', '195557.025000', '195557.485000', '195557.945000', '195558.405000', '195558.865000', '195559.325000', '195559.785000', '195600.245000', '195600.705000', '195601.165000', '195601.625000', '195602.085000', '195602.545000', '195603.005000', '195603.465000', '195603.925000', '195604.385000', '195604.845000', '195605.305000', '195605.765000', '195606.225000', '195606.685000', '195607.145000', '195607.605000', '195608.065000', '195608.525000', '195608.985000', '195609.445000', '195609.905000', '195610.365000', '195610.825000', '195611.285000', '195611.745000', '195612.205000', '195612.665000', '195613.125000', '195613.585000', '195614.045000', '195614.505000', '195614.965000', '195615.425000', '195615.885000', '195616.345000', '195616.805000', '195617.265000', '195617.725000', '195618.185000', '195618.645000', '195619.105000', '195619.565000', '195620.025000', '195620.485000', '195620.945000', '195621.405000', '195621.865000', '195622.325000', '195622.785000', '195623.245000', '195623.705000', '195624.165000', '195624.625000', '195625.085000', '195625.545000', '195626.005000', '195626.465000', '195626.925000', '195627.385000', '195627.845000', '195628.305000', '195628.765000', '195629.225000', '195629.685000', '195630.145000', '195630.605000', '195631.065000', '195631.525000', '195631.985000', '195632.445000', '195632.905000', '195633.365000', '195633.825000', '195634.285000', '195634.745000', '195635.205000', '195635.665000', '195636.125000', '195636.585000', '195637.045000', '195637.505000', '195637.965000', '195638.425000', '195638.885000', '195639.345000', '195639.805000', '195640.265000', '195640.725000', '195641.185000', '195641.645000', '195642.105000', '195642.565000', '195643.025000', '195643.485000', '195643.945000', '195644.405000', '195644.865000', '195645.325000', '195645.785000', '195646.245000', '195646.705000', '195647.165000', '195647.625000', '195648.085000', '195648.545000', '195649.005000', '195649.465000', '195649.925000', '195650.385000', '195650.845000', '195651.305000', '195651.765000', '195652.225000', '195652.685000', '195653.145000', '195653.605000', '195654.065000', '195654.525000', '195654.985000', '195655.445000', '195655.905000', '195656.365000', '195656.825000', '195657.285000', '195657.745000', '195658.205000', '195658.665000', '195659.125000', '195659.585000', '195700.045000', '195700.505000', '195700.965000', '195701.425000', '195701.885000', '195702.345000', '195702.805000', '195703.265000', '195703.725000', '195704.185000', '195704.645000', '195705.105000', '195705.565000', '195706.025000', '195706.485000', '195706.945000', '195707.405000', '195707.865000', '195708.325000', '195708.785000', '195709.245000', '195709.705000', '195710.165000', '195710.625000', '195711.085000', '195711.545000', '195712.005000', '195712.465000', '195712.925000', '195713.385000', '195713.845000', '195714.305000', '195714.765000', '195715.225000', '195715.685000', '195716.145000', '195716.605000', '195717.065000', '195717.525000', '195717.985000', '195718.445000', '195718.905000', '195719.365000', '195719.825000', '195720.285000', '195720.745000', '195721.205000', '195721.665000', '195722.125000', '195722.585000', '195723.045000', '195723.505000', '195723.965000', '195724.425000', '195724.885000'], 'ContentTime': ['195047.932000', '195047.935000', '195047.938000', '195047.941000', '195047.943000', '195047.946000', '195047.948000', '195047.951000', '195047.954000', '195047.956000', '195047.959000', '195047.961000', '195047.964000', '195047.967000', '195047.969000', '195047.972000', '195047.974000', '195047.992000', '195047.994000', '195047.997000', '195048.001000', '195048.003000', '195048.006000', '195048.008000', '195048.011000', '195048.013000', '195048.016000', '195048.019000', '195048.021000', '195048.024000', '195048.026000', '195048.029000', '195048.031000', '195048.034000', '195048.037000', '195048.039000', '195048.042000', '195048.044000', '195048.047000', '195048.049000', '195048.052000', '195048.055000', '195048.057000', '195048.060000', '195048.062000', '195048.065000', '195048.070000', '195048.073000', '195048.076000', '195048.078000', '195048.081000', '195048.083000', '195048.086000', '195048.089000', '195048.091000', '195048.094000', '195048.096000', '195048.099000', '195048.101000', '195107.904000', '195107.906000', '195107.909000', '195107.912000', '195107.914000', '195107.917000', '195107.919000', '195107.922000', '195107.924000', '195107.927000', '195107.930000', '195107.932000', '195107.935000', '195107.938000', '195107.940000', '195107.943000', '195107.945000', '195107.948000', '195107.951000', '195107.953000', '195107.956000', '195107.958000', '195107.961000', '195107.964000', '195107.966000', '195107.969000', '195107.971000', '195107.974000', '195107.977000', '195107.979000', '195107.982000', '195107.984000', '195107.987000', '195107.989000', '195107.992000', '195107.995000', '195107.997000', '195108.001000', '195108.003000', '195108.006000', '195108.009000', '195108.011000', '195108.014000', '195108.017000', '195127.904000', '195127.906000', '195127.909000', '195127.912000', '195127.914000', '195127.917000', '195127.920000', '195127.922000', '195127.925000', '195127.927000', '195127.930000', '195127.933000', '195127.935000', '195127.938000', '195127.940000', '195127.943000', '195127.946000', '195127.948000', '195127.951000', '195127.953000', '195127.956000', '195127.959000', '195127.961000', '195127.985000', '195127.987000', '195127.990000', '195127.993000', '195127.995000', '195127.998000', '195128.001000', '195128.004000', '195128.007000', '195128.009000', '195128.012000', '195128.014000', '195128.017000', '195128.020000', '195128.022000', '195128.025000', '195128.027000', '195128.030000', '195128.033000', '195128.035000', '195147.903000', '195147.906000', '195147.909000', '195147.911000', '195147.914000', '195147.917000', '195147.919000', '195147.922000', '195147.925000', '195147.927000', '195147.932000', '195147.934000', '195147.937000', '195147.940000', '195147.942000', '195147.945000', '195147.948000', '195147.950000', '195147.953000', '195147.955000', '195147.958000', '195147.960000', '195147.963000', '195147.966000', '195147.968000', '195147.971000', '195147.974000', '195147.976000', '195147.979000', '195147.981000', '195147.984000', '195147.987000', '195147.989000', '195147.992000', '195147.995000', '195147.997000', '195148.001000', '195148.003000', '195148.006000', '195148.009000', '195148.011000', '195148.014000', '195148.016000', '195207.904000', '195207.906000', '195207.909000', '195207.912000', '195207.914000', '195207.917000', '195207.919000', '195207.922000', '195207.925000', '195207.927000', '195207.930000', '195207.932000', '195207.935000', '195207.938000', '195207.940000', '195207.943000', '195207.945000', '195207.948000', '195207.956000', '195207.958000', '195207.961000', '195207.963000', '195207.966000', '195207.969000', '195207.971000', '195207.974000', '195207.976000', '195207.979000', '195207.981000', '195207.984000', '195207.987000', '195207.989000', '195207.992000', '195207.994000', '195207.997000', '195208.001000', '195208.003000', '195208.006000', '195208.009000', '195208.011000', '195208.014000', '195208.016000', '195208.019000', '195208.021000', '195227.903000', '195227.906000', '195227.909000', '195227.911000', '195227.914000', '195227.916000', '195227.919000', '195227.922000', '195227.924000', '195227.927000', '195227.930000', '195227.932000', '195227.935000', '195227.937000', '195227.940000', '195227.942000', '195227.945000', '195227.948000', '195227.950000', '195227.953000', '195227.956000', '195227.958000', '195227.961000', '195227.963000', '195227.966000', '195227.969000', '195227.971000', '195227.974000', '195227.976000', '195227.979000', '195227.981000', '195227.984000', '195227.987000', '195227.989000', '195227.992000', '195227.995000', '195227.997000', '195228.000000', '195228.002000', '195228.005000', '195228.008000', '195228.010000', '195228.013000', '195228.016000', '195247.903000', '195247.906000', '195247.908000', '195247.911000', '195247.914000', '195247.916000', '195247.919000', '195247.922000', '195247.924000', '195247.927000', '195247.929000', '195247.932000', '195247.935000', '195247.937000', '195247.940000', '195247.942000', '195247.945000', '195247.948000', '195247.950000', '195247.953000', '195247.956000', '195247.958000', '195247.961000', '195247.964000', '195247.966000', '195247.969000', '195247.971000', '195247.974000', '195247.977000', '195247.979000', '195247.982000', '195247.985000', '195247.987000', '195247.990000', '195247.992000', '195247.995000', '195247.998000', '195248.001000', '195248.004000', '195248.006000', '195248.009000', '195248.012000', '195248.014000', '195307.903000', '195307.906000', '195307.909000', '195307.911000', '195307.914000', '195307.917000', '195307.919000', '195307.922000', '195307.925000', '195307.927000', '195307.930000', '195307.933000', '195307.936000', '195307.939000', '195307.942000', '195307.944000', '195307.947000', '195307.950000', '195307.952000', '195307.976000', '195307.979000', '195307.981000', '195307.984000', '195307.986000', '195307.989000', '195307.992000', '195307.994000', '195307.997000', '195308.001000', '195308.003000', '195308.006000', '195308.008000', '195308.011000', '195308.014000', '195308.017000', '195308.019000', '195308.022000', '195308.024000', '195308.027000', '195308.030000', '195308.032000', '195308.035000', '195308.038000', '195327.904000', '195327.906000', '195327.909000', '195327.912000', '195327.914000', '195327.917000', '195327.919000', '195327.922000', '195327.925000', '195327.927000', '195327.930000', '195327.932000', '195327.935000', '195327.938000', '195327.940000', '195327.943000', '195327.946000', '195327.948000', '195327.951000', '195327.954000', '195327.956000', '195327.959000', '195327.962000', '195327.964000', '195327.967000', '195327.969000', '195327.972000', '195327.974000', '195327.977000', '195327.980000', '195327.982000', '195327.985000', '195327.988000', '195327.990000', '195327.993000', '195327.995000', '195327.998000', '195328.001000', '195328.003000', '195328.006000', '195328.008000', '195328.011000', '195328.014000', '195328.016000', '195347.904000', '195347.906000', '195347.909000', '195347.912000', '195347.914000', '195347.917000', '195347.920000', '195347.922000', '195347.925000', '195347.928000', '195347.930000', '195347.933000', '195347.935000', '195347.938000', '195347.941000', '195347.945000', '195347.947000', '195347.950000', '195347.953000', '195347.955000', '195347.958000', '195347.975000', '195347.977000', '195347.980000', '195347.983000', '195347.985000', '195347.988000', '195347.990000', '195347.993000', '195347.996000', '195347.998000', '195348.002000', '195348.005000', '195348.007000', '195348.010000', '195348.012000', '195348.015000', '195348.018000', '195348.020000', '195348.023000', '195348.026000', '195348.028000', '195348.031000', '195407.904000', '195407.907000', '195407.909000', '195407.912000', '195407.915000', '195407.917000', '195407.920000', '195407.923000', '195407.925000', '195407.928000', '195407.930000', '195407.933000', '195407.935000', '195407.938000', '195407.941000', '195407.943000', '195407.946000', '195407.949000', '195407.951000', '195407.954000', '195407.956000', '195407.959000', '195407.962000', '195407.964000', '195407.967000', '195407.969000', '195407.972000', '195407.975000', '195407.977000', '195407.980000', '195407.982000', '195407.985000', '195407.988000', '195407.990000', '195407.993000', '195407.995000', '195407.998000', '195408.002000', '195408.004000', '195408.007000', '195408.010000', '195408.012000', '195408.015000', '195408.017000', '195427.903000', '195427.906000', '195427.909000', '195427.912000', '195427.914000', '195427.917000', '195427.920000', '195427.922000', '195427.925000', '195427.927000', '195427.930000', '195427.933000', '195427.935000', '195427.938000', '195427.940000', '195427.943000', '195427.946000', '195427.948000', '195427.951000', '195427.954000', '195427.956000', '195427.959000', '195427.961000', '195427.964000', '195427.967000', '195427.977000', '195427.980000', '195427.982000', '195427.985000', '195427.988000', '195427.990000', '195427.993000', '195427.995000', '195427.998000', '195428.002000', '195428.004000', '195428.007000', '195428.011000', '195428.013000', '195428.016000', '195428.019000', '195428.021000', '195428.024000', '195447.903000', '195447.935000', '195447.938000', '195447.941000', '195447.943000', '195447.946000', '195447.949000', '195447.951000', '195447.954000', '195447.956000', '195447.959000', '195447.962000', '195447.964000', '195447.967000', '195447.969000', '195447.972000', '195447.975000', '195447.977000', '195447.980000', '195447.983000', '195447.985000', '195447.988000', '195447.990000', '195447.993000', '195447.996000', '195447.998000', '195448.002000', '195448.004000', '195448.007000', '195448.010000', '195448.012000', '195448.015000', '195448.018000', '195448.020000', '195448.023000', '195448.025000', '195448.028000', '195448.031000', '195448.033000', '195448.036000', '195448.038000', '195448.041000', '195448.044000', '195448.046000', '195507.903000', '195507.905000', '195507.908000', '195507.911000', '195507.913000', '195507.916000', '195507.919000', '195507.921000', '195507.924000', '195507.926000', '195507.929000', '195507.932000', '195507.934000', '195507.937000', '195507.940000', '195507.942000', '195507.945000', '195507.947000', '195507.950000', '195507.953000', '195507.955000', '195507.958000', '195507.960000', '195507.963000', '195507.966000', '195507.968000', '195507.971000', '195507.973000', '195507.976000', '195507.979000', '195507.981000', '195507.984000', '195507.987000', '195507.989000', '195507.992000', '195507.994000', '195507.997000', '195508.000000', '195508.003000', '195508.006000', '195508.009000', '195508.011000', '195508.014000', '195527.904000', '195527.906000', '195527.909000', '195527.912000', '195527.914000', '195527.917000', '195527.919000', '195527.922000', '195527.925000', '195527.927000', '195527.930000', '195527.932000', '195527.935000', '195527.938000', '195527.940000', '195527.943000', '195527.946000', '195527.948000', '195527.951000', '195527.953000', '195527.956000', '195527.959000', '195527.961000', '195527.964000', '195527.966000', '195527.969000', '195527.972000', '195527.974000', '195527.977000', '195527.980000', '195527.982000', '195527.985000', '195527.987000', '195527.990000', '195527.993000', '195527.995000', '195527.998000', '195528.001000', '195528.004000', '195528.007000', '195528.009000', '195528.012000', '195528.014000', '195528.017000', '195547.903000', '195547.906000', '195547.909000', '195547.912000', '195547.914000', '195547.917000', '195547.920000', '195547.922000', '195547.925000', '195547.927000', '195547.930000', '195547.933000', '195547.935000', '195547.938000', '195547.941000', '195547.943000', '195547.946000', '195547.948000', '195547.951000', '195547.954000', '195547.956000', '195547.961000', '195547.964000', '195547.966000', '195547.969000', '195547.971000', '195547.974000', '195547.977000', '195547.979000', '195547.982000', '195547.985000', '195547.988000', '195547.990000', '195547.993000', '195547.995000', '195547.998000', '195548.002000', '195548.005000', '195548.008000', '195548.010000', '195548.013000', '195548.015000', '195548.018000', '195607.903000', '195607.906000', '195607.909000', '195607.912000', '195607.914000', '195607.917000', '195607.919000', '195607.922000', '195607.924000', '195607.927000', '195607.930000', '195607.932000', '195607.950000', '195607.952000', '195607.955000', '195607.958000', '195607.960000', '195607.963000', '195607.966000', '195607.968000', '195607.971000', '195607.973000', '195607.976000', '195607.979000', '195607.981000', '195607.984000', '195607.987000', '195607.989000', '195607.992000', '195607.995000', '195607.997000', '195608.001000', '195608.003000', '195608.006000', '195608.009000', '195608.011000', '195608.014000', '195608.016000', '195608.019000', '195608.021000', '195608.024000', '195608.027000', '195608.029000', '195608.032000', '195627.904000', '195627.907000', '195627.909000', '195627.912000', '195627.914000', '195627.917000', '195627.920000', '195627.922000', '195627.925000', '195627.928000', '195627.930000', '195627.933000', '195627.935000', '195627.938000', '195627.941000', '195627.943000', '195627.946000', '195627.948000', '195627.951000', '195627.954000', '195627.956000', '195627.959000', '195627.961000', '195627.964000', '195627.966000', '195627.969000', '195627.972000', '195627.974000', '195627.977000', '195627.980000', '195627.982000', '195627.985000', '195627.987000', '195627.990000', '195627.993000', '195627.995000', '195627.998000', '195628.000000', '195628.003000', '195628.006000', '195628.008000', '195628.011000', '195628.014000', '195647.904000', '195647.907000', '195647.909000', '195647.912000', '195647.914000', '195647.917000', '195647.920000', '195647.922000', '195647.925000', '195647.928000', '195647.930000', '195647.933000', '195647.936000', '195647.938000', '195647.941000', '195647.943000', '195647.946000', '195647.949000', '195647.951000', '195647.954000', '195647.956000', '195647.959000', '195647.961000', '195647.964000', '195647.967000', '195647.969000', '195647.972000', '195647.975000', '195647.977000', '195647.980000', '195647.982000', '195647.985000', '195647.988000', '195647.990000', '195647.993000', '195647.995000', '195647.998000', '195648.001000', '195648.003000', '195648.006000', '195648.008000', '195648.011000', '195648.014000', '195648.016000', '195707.904000', '195707.907000', '195707.909000', '195707.912000', '195707.914000', '195707.917000', '195707.920000', '195707.922000', '195707.925000', '195707.928000', '195707.930000', '195707.933000', '195707.936000', '195707.938000', '195707.941000', '195707.943000', '195707.946000', '195707.949000', '195707.951000', '195707.954000', '195707.956000', '195707.959000', '195707.962000', '195707.964000', '195707.967000', '195707.970000', '195707.972000', '195707.975000', '195707.977000', '195707.980000', '195707.983000', '195707.985000', '195707.988000', '195707.990000', '195707.993000', '195707.996000', '195707.998000', '195708.002000', '195708.005000', '195708.007000', '195708.010000', '195708.012000', '195708.015000', '195726.430000', '195726.433000', '195726.436000', '195726.438000', '195726.441000', '195726.444000', '195726.446000', '195726.449000', '195726.451000', '195726.454000', '195726.457000', '195726.459000', '195726.462000', '195726.465000', '195726.467000', '195726.470000', '195726.473000', '195726.475000', '195726.478000', '195726.480000', '195726.483000', '195726.486000', '195726.488000', '195726.503000', '195726.506000', '195726.508000', '195726.511000', '195726.514000', '195726.516000', '195726.519000', '195726.522000', '195726.524000', '195726.527000', '195726.530000', '195726.532000', '195726.535000', '195726.537000', '195726.540000', '195726.543000', '195726.545000', '195726.548000'], 'InstanceCreationTime': ['195047.932000', '195047.935000', '195047.938000', '195047.941000', '195047.943000', '195047.946000', '195047.948000', '195047.951000', '195047.954000', '195047.956000', '195047.959000', '195047.961000', '195047.964000', '195047.967000', '195047.969000', '195047.972000', '195047.974000', '195047.992000', '195047.994000', '195047.997000', '195048.001000', '195048.003000', '195048.006000', '195048.008000', '195048.011000', '195048.013000', '195048.016000', '195048.019000', '195048.021000', '195048.024000', '195048.026000', '195048.029000', '195048.031000', '195048.034000', '195048.037000', '195048.039000', '195048.042000', '195048.044000', '195048.047000', '195048.049000', '195048.052000', '195048.055000', '195048.057000', '195048.060000', '195048.062000', '195048.065000', '195048.070000', '195048.073000', '195048.076000', '195048.078000', '195048.081000', '195048.083000', '195048.086000', '195048.089000', '195048.091000', '195048.094000', '195048.096000', '195048.099000', '195048.101000', '195107.904000', '195107.906000', '195107.909000', '195107.912000', '195107.914000', '195107.917000', '195107.919000', '195107.922000', '195107.924000', '195107.927000', '195107.930000', '195107.932000', '195107.935000', '195107.938000', '195107.940000', '195107.943000', '195107.945000', '195107.948000', '195107.951000', '195107.953000', '195107.956000', '195107.958000', '195107.961000', '195107.964000', '195107.966000', '195107.969000', '195107.971000', '195107.974000', '195107.977000', '195107.979000', '195107.982000', '195107.984000', '195107.987000', '195107.989000', '195107.992000', '195107.995000', '195107.997000', '195108.001000', '195108.003000', '195108.006000', '195108.009000', '195108.011000', '195108.014000', '195108.017000', '195127.904000', '195127.906000', '195127.909000', '195127.912000', '195127.914000', '195127.917000', '195127.920000', '195127.922000', '195127.925000', '195127.927000', '195127.930000', '195127.933000', '195127.935000', '195127.938000', '195127.940000', '195127.943000', '195127.946000', '195127.948000', '195127.951000', '195127.953000', '195127.956000', '195127.959000', '195127.961000', '195127.985000', '195127.987000', '195127.990000', '195127.993000', '195127.995000', '195127.998000', '195128.001000', '195128.004000', '195128.007000', '195128.009000', '195128.012000', '195128.014000', '195128.017000', '195128.020000', '195128.022000', '195128.025000', '195128.027000', '195128.030000', '195128.033000', '195128.035000', '195147.903000', '195147.906000', '195147.909000', '195147.911000', '195147.914000', '195147.917000', '195147.919000', '195147.922000', '195147.925000', '195147.927000', '195147.932000', '195147.934000', '195147.937000', '195147.940000', '195147.942000', '195147.945000', '195147.948000', '195147.950000', '195147.953000', '195147.955000', '195147.958000', '195147.960000', '195147.963000', '195147.966000', '195147.968000', '195147.971000', '195147.974000', '195147.976000', '195147.979000', '195147.981000', '195147.984000', '195147.987000', '195147.989000', '195147.992000', '195147.995000', '195147.997000', '195148.001000', '195148.003000', '195148.006000', '195148.009000', '195148.011000', '195148.014000', '195148.016000', '195207.904000', '195207.906000', '195207.909000', '195207.912000', '195207.914000', '195207.917000', '195207.919000', '195207.922000', '195207.925000', '195207.927000', '195207.930000', '195207.932000', '195207.935000', '195207.938000', '195207.940000', '195207.943000', '195207.945000', '195207.948000', '195207.956000', '195207.958000', '195207.961000', '195207.963000', '195207.966000', '195207.969000', '195207.971000', '195207.974000', '195207.976000', '195207.979000', '195207.981000', '195207.984000', '195207.987000', '195207.989000', '195207.992000', '195207.994000', '195207.997000', '195208.001000', '195208.003000', '195208.006000', '195208.009000', '195208.011000', '195208.014000', '195208.016000', '195208.019000', '195208.021000', '195227.903000', '195227.906000', '195227.909000', '195227.911000', '195227.914000', '195227.916000', '195227.919000', '195227.922000', '195227.924000', '195227.927000', '195227.930000', '195227.932000', '195227.935000', '195227.937000', '195227.940000', '195227.942000', '195227.945000', '195227.948000', '195227.950000', '195227.953000', '195227.956000', '195227.958000', '195227.961000', '195227.963000', '195227.966000', '195227.969000', '195227.971000', '195227.974000', '195227.976000', '195227.979000', '195227.981000', '195227.984000', '195227.987000', '195227.989000', '195227.992000', '195227.995000', '195227.997000', '195228.000000', '195228.002000', '195228.005000', '195228.008000', '195228.010000', '195228.013000', '195228.016000', '195247.903000', '195247.906000', '195247.908000', '195247.911000', '195247.914000', '195247.916000', '195247.919000', '195247.922000', '195247.924000', '195247.927000', '195247.929000', '195247.932000', '195247.935000', '195247.937000', '195247.940000', '195247.942000', '195247.945000', '195247.948000', '195247.950000', '195247.953000', '195247.956000', '195247.958000', '195247.961000', '195247.964000', '195247.966000', '195247.969000', '195247.971000', '195247.974000', '195247.977000', '195247.979000', '195247.982000', '195247.985000', '195247.987000', '195247.990000', '195247.992000', '195247.995000', '195247.998000', '195248.001000', '195248.004000', '195248.006000', '195248.009000', '195248.012000', '195248.014000', '195307.903000', '195307.906000', '195307.909000', '195307.911000', '195307.914000', '195307.917000', '195307.919000', '195307.922000', '195307.925000', '195307.927000', '195307.930000', '195307.933000', '195307.936000', '195307.939000', '195307.942000', '195307.944000', '195307.947000', '195307.950000', '195307.952000', '195307.976000', '195307.979000', '195307.981000', '195307.984000', '195307.986000', '195307.989000', '195307.992000', '195307.994000', '195307.997000', '195308.001000', '195308.003000', '195308.006000', '195308.008000', '195308.011000', '195308.014000', '195308.017000', '195308.019000', '195308.022000', '195308.024000', '195308.027000', '195308.030000', '195308.032000', '195308.035000', '195308.038000', '195327.904000', '195327.906000', '195327.909000', '195327.912000', '195327.914000', '195327.917000', '195327.919000', '195327.922000', '195327.925000', '195327.927000', '195327.930000', '195327.932000', '195327.935000', '195327.938000', '195327.940000', '195327.943000', '195327.946000', '195327.948000', '195327.951000', '195327.954000', '195327.956000', '195327.959000', '195327.962000', '195327.964000', '195327.967000', '195327.969000', '195327.972000', '195327.974000', '195327.977000', '195327.980000', '195327.982000', '195327.985000', '195327.988000', '195327.990000', '195327.993000', '195327.995000', '195327.998000', '195328.001000', '195328.003000', '195328.006000', '195328.008000', '195328.011000', '195328.014000', '195328.016000', '195347.904000', '195347.906000', '195347.909000', '195347.912000', '195347.914000', '195347.917000', '195347.920000', '195347.922000', '195347.925000', '195347.928000', '195347.930000', '195347.933000', '195347.935000', '195347.938000', '195347.941000', '195347.945000', '195347.947000', '195347.950000', '195347.953000', '195347.955000', '195347.958000', '195347.975000', '195347.977000', '195347.980000', '195347.983000', '195347.985000', '195347.988000', '195347.990000', '195347.993000', '195347.996000', '195347.998000', '195348.002000', '195348.005000', '195348.007000', '195348.010000', '195348.012000', '195348.015000', '195348.018000', '195348.020000', '195348.023000', '195348.026000', '195348.028000', '195348.031000', '195407.904000', '195407.907000', '195407.909000', '195407.912000', '195407.915000', '195407.917000', '195407.920000', '195407.923000', '195407.925000', '195407.928000', '195407.930000', '195407.933000', '195407.935000', '195407.938000', '195407.941000', '195407.943000', '195407.946000', '195407.949000', '195407.951000', '195407.954000', '195407.956000', '195407.959000', '195407.962000', '195407.964000', '195407.967000', '195407.969000', '195407.972000', '195407.975000', '195407.977000', '195407.980000', '195407.982000', '195407.985000', '195407.988000', '195407.990000', '195407.993000', '195407.995000', '195407.998000', '195408.002000', '195408.004000', '195408.007000', '195408.010000', '195408.012000', '195408.015000', '195408.017000', '195427.903000', '195427.906000', '195427.909000', '195427.912000', '195427.914000', '195427.917000', '195427.920000', '195427.922000', '195427.925000', '195427.927000', '195427.930000', '195427.933000', '195427.935000', '195427.938000', '195427.940000', '195427.943000', '195427.946000', '195427.948000', '195427.951000', '195427.954000', '195427.956000', '195427.959000', '195427.961000', '195427.964000', '195427.967000', '195427.977000', '195427.980000', '195427.982000', '195427.985000', '195427.988000', '195427.990000', '195427.993000', '195427.995000', '195427.998000', '195428.002000', '195428.004000', '195428.007000', '195428.011000', '195428.013000', '195428.016000', '195428.019000', '195428.021000', '195428.024000', '195447.903000', '195447.935000', '195447.938000', '195447.941000', '195447.943000', '195447.946000', '195447.949000', '195447.951000', '195447.954000', '195447.956000', '195447.959000', '195447.962000', '195447.964000', '195447.967000', '195447.969000', '195447.972000', '195447.975000', '195447.977000', '195447.980000', '195447.983000', '195447.985000', '195447.988000', '195447.990000', '195447.993000', '195447.996000', '195447.998000', '195448.002000', '195448.004000', '195448.007000', '195448.010000', '195448.012000', '195448.015000', '195448.018000', '195448.020000', '195448.023000', '195448.025000', '195448.028000', '195448.031000', '195448.033000', '195448.036000', '195448.038000', '195448.041000', '195448.044000', '195448.046000', '195507.903000', '195507.905000', '195507.908000', '195507.911000', '195507.913000', '195507.916000', '195507.919000', '195507.921000', '195507.924000', '195507.926000', '195507.929000', '195507.932000', '195507.934000', '195507.937000', '195507.940000', '195507.942000', '195507.945000', '195507.947000', '195507.950000', '195507.953000', '195507.955000', '195507.958000', '195507.960000', '195507.963000', '195507.966000', '195507.968000', '195507.971000', '195507.973000', '195507.976000', '195507.979000', '195507.981000', '195507.984000', '195507.987000', '195507.989000', '195507.992000', '195507.994000', '195507.997000', '195508.000000', '195508.003000', '195508.006000', '195508.009000', '195508.011000', '195508.014000', '195527.904000', '195527.906000', '195527.909000', '195527.912000', '195527.914000', '195527.917000', '195527.919000', '195527.922000', '195527.925000', '195527.927000', '195527.930000', '195527.932000', '195527.935000', '195527.938000', '195527.940000', '195527.943000', '195527.946000', '195527.948000', '195527.951000', '195527.953000', '195527.956000', '195527.959000', '195527.961000', '195527.964000', '195527.966000', '195527.969000', '195527.972000', '195527.974000', '195527.977000', '195527.980000', '195527.982000', '195527.985000', '195527.987000', '195527.990000', '195527.993000', '195527.995000', '195527.998000', '195528.001000', '195528.004000', '195528.007000', '195528.009000', '195528.012000', '195528.014000', '195528.017000', '195547.903000', '195547.906000', '195547.909000', '195547.912000', '195547.914000', '195547.917000', '195547.920000', '195547.922000', '195547.925000', '195547.927000', '195547.930000', '195547.933000', '195547.935000', '195547.938000', '195547.941000', '195547.943000', '195547.946000', '195547.948000', '195547.951000', '195547.954000', '195547.956000', '195547.961000', '195547.964000', '195547.966000', '195547.969000', '195547.971000', '195547.974000', '195547.977000', '195547.979000', '195547.982000', '195547.985000', '195547.988000', '195547.990000', '195547.993000', '195547.995000', '195547.998000', '195548.002000', '195548.005000', '195548.008000', '195548.010000', '195548.013000', '195548.015000', '195548.018000', '195607.903000', '195607.906000', '195607.909000', '195607.912000', '195607.914000', '195607.917000', '195607.919000', '195607.922000', '195607.924000', '195607.927000', '195607.930000', '195607.932000', '195607.950000', '195607.952000', '195607.955000', '195607.958000', '195607.960000', '195607.963000', '195607.966000', '195607.968000', '195607.971000', '195607.973000', '195607.976000', '195607.979000', '195607.981000', '195607.984000', '195607.987000', '195607.989000', '195607.992000', '195607.995000', '195607.997000', '195608.001000', '195608.003000', '195608.006000', '195608.009000', '195608.011000', '195608.014000', '195608.016000', '195608.019000', '195608.021000', '195608.024000', '195608.027000', '195608.029000', '195608.032000', '195627.904000', '195627.907000', '195627.909000', '195627.912000', '195627.914000', '195627.917000', '195627.920000', '195627.922000', '195627.925000', '195627.928000', '195627.930000', '195627.933000', '195627.935000', '195627.938000', '195627.941000', '195627.943000', '195627.946000', '195627.948000', '195627.951000', '195627.954000', '195627.956000', '195627.959000', '195627.961000', '195627.964000', '195627.966000', '195627.969000', '195627.972000', '195627.974000', '195627.977000', '195627.980000', '195627.982000', '195627.985000', '195627.987000', '195627.990000', '195627.993000', '195627.995000', '195627.998000', '195628.000000', '195628.003000', '195628.006000', '195628.008000', '195628.011000', '195628.014000', '195647.904000', '195647.907000', '195647.909000', '195647.912000', '195647.914000', '195647.917000', '195647.920000', '195647.922000', '195647.925000', '195647.928000', '195647.930000', '195647.933000', '195647.936000', '195647.938000', '195647.941000', '195647.943000', '195647.946000', '195647.949000', '195647.951000', '195647.954000', '195647.956000', '195647.959000', '195647.961000', '195647.964000', '195647.967000', '195647.969000', '195647.972000', '195647.975000', '195647.977000', '195647.980000', '195647.982000', '195647.985000', '195647.988000', '195647.990000', '195647.993000', '195647.995000', '195647.998000', '195648.001000', '195648.003000', '195648.006000', '195648.008000', '195648.011000', '195648.014000', '195648.016000', '195707.904000', '195707.907000', '195707.909000', '195707.912000', '195707.914000', '195707.917000', '195707.920000', '195707.922000', '195707.925000', '195707.928000', '195707.930000', '195707.933000', '195707.936000', '195707.938000', '195707.941000', '195707.943000', '195707.946000', '195707.949000', '195707.951000', '195707.954000', '195707.956000', '195707.959000', '195707.962000', '195707.964000', '195707.967000', '195707.970000', '195707.972000', '195707.975000', '195707.977000', '195707.980000', '195707.983000', '195707.985000', '195707.988000', '195707.990000', '195707.993000', '195707.996000', '195707.998000', '195708.002000', '195708.005000', '195708.007000', '195708.010000', '195708.012000', '195708.015000', '195726.430000', '195726.433000', '195726.436000', '195726.438000', '195726.441000', '195726.444000', '195726.446000', '195726.449000', '195726.451000', '195726.454000', '195726.457000', '195726.459000', '195726.462000', '195726.465000', '195726.467000', '195726.470000', '195726.473000', '195726.475000', '195726.478000', '195726.480000', '195726.483000', '195726.486000', '195726.488000', '195726.503000', '195726.506000', '195726.508000', '195726.511000', '195726.514000', '195726.516000', '195726.519000', '195726.522000', '195726.524000', '195726.527000', '195726.530000', '195726.532000', '195726.535000', '195726.537000', '195726.540000', '195726.543000', '195726.545000', '195726.548000'], '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': [8159, 7972, 8082, 7624, 8178, 8048, 8175, 7634, 8189, 7604, 8211, 8180, 8232, 7791, 8065, 7424, 8114, 7083, 7349, 7405, 7106, 7937, 8146, 7480, 7429, 7272, 7955, 7775, 7308, 7766, 8634, 8232, 8450, 8140, 9320, 7963, 7050, 8065, 8354, 7944, 8004, 7737, 7752, 7520, 7893, 7623, 7311, 7408, 7597, 7376, 8631, 7551, 7555, 7568, 7559, 7511, 7193, 7379, 7535, 7513, 7625, 7392, 8285, 7302, 8892, 7626, 7640, 7451, 8384, 7464, 8705, 7784, 8204, 7720, 7662, 7562, 8364, 7658, 8044, 7296, 7543, 7327, 7961, 7542, 8550, 8086, 7859, 8126, 7786, 8946, 7224, 8994, 7127, 7796, 7354, 8945, 7687, 8650, 7933, 7396, 7806, 7192, 7896, 7442, 7639, 7775, 7594, 7496, 7586, 7781, 7355, 7431, 7585, 7411, 7307, 8092, 7439, 8244, 7553, 8013, 7311, 8041, 7299, 8205, 7079, 8112, 7374, 8455, 7613, 8253, 7982, 7821, 7395, 7734, 7816, 7555, 8163, 7185, 7852, 7141, 7717, 7524, 8035, 7026, 8017, 7696, 8134, 7187, 7927, 7190, 7588, 8338, 7481, 7652, 7241, 7376, 7405, 7171, 7852, 7893, 7690, 8590, 8038, 9220, 8216, 6984, 7595, 7401, 8889, 7156, 9310, 7581, 9169, 7500, 9798, 8411, 7590, 7037, 7936, 7474, 7583, 8018, 7419, 7383, 7145, 7168, 7223, 7942, 7718, 7225, 7961, 7886, 7246, 8219, 7587, 7556, 7510, 7833, 7305, 7410, 7410, 7423, 7525, 7483, 7641, 7404, 7278, 7863, 7106, 7620, 7461, 7905, 7516, 7826, 7140, 7340, 7437, 7464, 7411, 7180, 7268, 7421, 7371, 7389, 7937, 7517, 7570, 7345, 7419, 7123, 7857, 7337, 8265, 7468, 7985, 7339, 7913, 7390, 7851, 7227, 8191, 7581, 8217, 7374, 7851, 7510, 7584, 7124, 8403, 7468, 8165, 7244, 8149, 7281, 7583, 7138, 8282, 7127, 8016, 7090, 7167, 7675, 7340, 7169, 7186, 7755, 7454, 7743, 7292, 7255, 7085, 8095, 7138, 7701, 7495, 7982, 7120, 7155, 7234, 7102, 7176, 7417, 7671, 7604, 7863, 7255, 8278, 7520, 7353, 7533, 9156, 7562, 9282, 8028, 7539, 8159, 7483, 7863, 7301, 8037, 7364, 7705, 7242, 7534, 7206, 7839, 7448, 7517, 7367, 7535, 7146, 7862, 7238, 8003, 7413, 7556, 7161, 7312, 7489, 7136, 7400, 7122, 7394, 7187, 7519, 7756, 7867, 7683, 7696, 7871, 7167, 7182, 7484, 7146, 7708, 7118, 7421, 7039, 7037, 7733, 7272, 7644, 7472, 7613, 7266, 7441, 7479, 7575, 7512, 7101, 7647, 7163, 8065, 7024, 7857, 7308, 7771, 7108, 7121, 7088, 7116, 7149, 7470, 7420, 7131, 7306, 7186, 7862, 7181, 7671, 8065, 7696, 7162, 7620, 7370, 7710, 7384, 7504, 7162, 7139, 7018, 7225, 7382, 7593, 7796, 7068, 7688, 7101, 7922, 7158, 7649, 7293, 7447, 7246, 7437, 7164, 7416, 7339, 7894, 7023, 7951, 7582, 7083, 7699, 7131, 7207, 7308, 7373, 7586, 7179, 6999, 7737, 7594, 7223, 7643, 7985, 8044, 8749, 7652, 7852, 7033, 7963, 7317, 7942, 7178, 8012, 7422, 7650, 7106, 7324, 7102, 7487, 7038, 7522, 7478, 7510, 7085, 7577, 7124, 7248, 7115, 7378, 7250, 7258, 7366, 7320, 7027, 7316, 8135, 7366, 8362, 7226, 7997, 7221, 8347, 7131, 8172, 7694, 8138, 7221, 7709, 7073, 7862, 7054, 7499, 7592, 7649, 7827, 7488, 7486, 7488, 7313, 7339, 7563, 7196, 7577, 7440, 7120, 7226, 7419, 6968, 7800, 7017, 7611, 7000, 7692, 7323, 7125, 7091, 7961, 7070, 7741, 7052, 7758, 7078, 7985, 7118, 7861, 6985, 7962, 7022, 7615, 7324, 7304, 7125, 7051, 7542, 7525, 7088, 8251, 7863, 7876, 7911, 8028, 7777, 8213, 7625, 7693, 7712, 8056, 7188, 8129, 7837, 7488, 7309, 8223, 7333, 8272, 7098, 8160, 7372, 7909, 7350, 8083, 7047, 8080, 7114, 7999, 7459, 7388, 7234, 7741, 7112, 7518, 7348, 7013, 7324, 7676, 7215, 7523, 7420, 7044, 7408, 7046, 7348, 7301, 7408, 7083, 7707, 7905, 7500, 7518, 7459, 7256, 7224, 7333, 7417, 8104, 7349, 7097, 7347, 7537, 7341, 8200, 7220, 7925, 7024, 7031, 7441, 7580, 7876, 7303, 7497, 8171, 8689, 7756, 7520, 7691, 7404, 7337, 7626, 7247, 7904, 7694, 7472, 7708, 7500, 7461, 7561, 7505, 7622, 7242, 7193, 7784, 7107, 7743, 7128, 7531, 7175, 7468, 7629, 7192, 7668, 7172, 7964, 7306, 8077, 7892, 7554, 8050, 7338, 7257, 7184, 7699, 7423, 7486, 7543, 7551, 7208, 7723, 7186, 7488, 7445, 7281, 7356, 7176, 7417, 7223, 7492, 7227, 7490, 7430, 7236, 7270, 7410, 7648, 7428, 7569, 7485, 7333, 7173, 7232, 7346, 7272, 7589, 7620, 7396, 7824, 7261, 7458, 7649, 7567, 7662, 7714, 7425, 7868, 7950, 7311, 7311, 7046, 7094, 7791, 7856, 7737, 7613, 7873, 7102, 8684, 7459, 7515, 7655, 7554, 7928, 7735, 8439, 7120, 9036, 7408, 7344, 7724, 7273, 7340, 7447, 7437, 7279, 7364, 7212, 7143, 7108, 7389, 7389, 7732, 7848, 7625, 7447, 7569, 7365, 7554, 7325, 7950, 8493, 7637, 7059, 8532, 7188, 7476, 7565, 7361, 7894, 8122, 7501, 8871, 7813, 8505, 8950, 7169, 10105, 7760, 9872, 8597, 7670, 8170, 7663, 7263, 11280, 8909, 11160, 8740, 11692, 7337, 7912, 7567, 8955, 7542, 7908, 7196, 7422, 7798, 7153, 8069, 7304, 8106, 7176, 7898, 7778, 7764, 8227, 7218, 9056, 8022, 7586, 7450, 7333, 7653, 8293, 7612, 7167, 7627, 7169, 7706, 7251, 7687, 7484, 7750, 8051, 7266, 7903, 7360, 7993, 7904, 7591, 7715, 7092, 7464, 7045, 8158, 7266, 7243, 7733, 7461, 7678, 7533, 7011, 7966, 7290, 7324, 8823, 7178, 8113, 7724, 7186, 7368, 8024, 7417, 7892, 7497, 8275, 7579, 8135, 8104, 7691, 7200, 7776, 7144, 7802, 7275, 7578, 7181, 7483, 7228, 7211, 7533, 7325, 7279, 7424, 7519, 7164, 7699, 7096, 7297, 7129, 7568, 7300, 7328, 7293, 8279, 7277, 8026, 7632, 7987, 9256, 8485, 8350, 10768, 10436, 8863, 10164, 7347, 8273, 7185, 7260, 8123, 7304, 8654, 7923, 10005, 7779, 9605, 7796, 7236, 7603, 7195, 7320, 7144, 7764, 7189, 8264, 7415, 7029, 7889, 7601, 7781, 7369, 7880, 7645, 7488, 8002, 7040, 7414, 7430, 7463, 7268, 7803, 7555, 7988, 7603, 7469, 7670, 7301, 7240, 7127, 7747, 7144, 7201, 7150, 7308, 7444, 7795, 7474, 7943, 7571, 7568, 7706, 7465, 7924, 7141, 7849, 7229, 7042, 7817, 7109, 7082, 7351, 7207, 7351, 7216, 7369, 8355, 7115, 7378, 7825, 8246, 7991, 9433, 8331, 9260], 'WindowCenter': [4247.0, 4230.0, 4215.0, 4213.0, 4214.0, 4200.0, 4199.0, 4198.0, 4198.0, 4184.0, 4195.0, 4195.0, 4197.0, 4185.0, 4196.0, 4185.0, 4195.0, 4189.0, 4186.0, 4189.0, 4173.0, 4194.0, 4196.0, 4210.0, 4209.0, 4210.0, 4220.0, 4209.0, 4199.0, 4205.0, 4219.0, 4210.0, 4210.0, 4211.0, 4219.0, 4197.0, 4186.0, 4209.0, 4209.0, 4197.0, 4196.0, 4196.0, 4186.0, 4211.0, 4209.0, 4199.0, 4193.0, 4198.0, 4193.0, 4198.0, 4205.0, 4199.0, 4197.0, 4200.0, 4183.0, 4185.0, 4177.0, 4188.0, 4187.0, 4186.0, 4194.0, 4186.0, 4195.0, 4189.0, 4206.0, 4186.0, 4182.0, 4186.0, 4195.0, 4182.0, 4205.0, 4185.0, 4194.0, 4197.0, 4185.0, 4194.0, 4194.0, 4197.0, 4196.0, 4191.0, 4186.0, 4192.0, 4198.0, 4210.0, 4232.0, 4209.0, 4211.0, 4206.0, 4206.0, 4229.0, 4200.0, 4206.0, 4188.0, 4213.0, 4210.0, 4208.0, 4209.0, 4207.0, 4195.0, 4185.0, 4193.0, 4185.0, 4198.0, 4185.0, 4198.0, 4198.0, 4198.0, 4187.0, 4197.0, 4210.0, 4200.0, 4185.0, 4184.0, 4183.0, 4185.0, 4195.0, 4185.0, 4194.0, 4184.0, 4179.0, 4187.0, 4194.0, 4189.0, 4193.0, 4176.0, 4185.0, 4182.0, 4208.0, 4185.0, 4195.0, 4185.0, 4181.0, 4171.0, 4182.0, 4183.0, 4183.0, 4183.0, 4172.0, 4195.0, 4172.0, 4184.0, 4184.0, 4181.0, 4174.0, 4182.0, 4181.0, 4179.0, 4174.0, 4180.0, 4164.0, 4163.0, 4191.0, 4178.0, 4186.0, 4196.0, 4182.0, 4196.0, 4199.0, 4191.0, 4195.0, 4200.0, 4194.0, 4201.0, 4219.0, 4204.0, 4181.0, 4197.0, 4202.0, 4205.0, 4186.0, 4206.0, 4183.0, 4206.0, 4175.0, 4193.0, 4174.0, 4162.0, 4148.0, 4163.0, 4161.0, 4167.0, 4176.0, 4170.0, 4171.0, 4185.0, 4184.0, 4196.0, 4193.0, 4178.0, 4182.0, 4183.0, 4184.0, 4187.0, 4197.0, 4188.0, 4189.0, 4187.0, 4186.0, 4177.0, 4177.0, 4173.0, 4164.0, 4175.0, 4176.0, 4189.0, 4178.0, 4177.0, 4185.0, 4174.0, 4171.0, 4179.0, 4188.0, 4178.0, 4177.0, 4166.0, 4164.0, 4177.0, 4176.0, 4177.0, 4167.0, 4175.0, 4165.0, 4174.0, 4164.0, 4174.0, 4176.0, 4174.0, 4164.0, 4162.0, 4162.0, 4174.0, 4161.0, 4187.0, 4177.0, 4175.0, 4175.0, 4185.0, 4173.0, 4173.0, 4174.0, 4183.0, 4175.0, 4186.0, 4176.0, 4186.0, 4175.0, 4174.0, 4174.0, 4187.0, 4173.0, 4186.0, 4176.0, 4185.0, 4175.0, 4174.0, 4176.0, 4184.0, 4166.0, 4175.0, 4162.0, 4165.0, 4186.0, 4176.0, 4178.0, 4173.0, 4186.0, 4176.0, 4178.0, 4178.0, 4178.0, 4176.0, 4188.0, 4176.0, 4185.0, 4177.0, 4187.0, 4166.0, 4167.0, 4188.0, 4166.0, 4177.0, 4171.0, 4195.0, 4197.0, 4208.0, 4195.0, 4193.0, 4185.0, 4174.0, 4178.0, 4209.0, 4179.0, 4195.0, 4185.0, 4176.0, 4174.0, 4162.0, 4174.0, 4163.0, 4161.0, 4160.0, 4162.0, 4163.0, 4161.0, 4163.0, 4173.0, 4175.0, 4174.0, 4176.0, 4173.0, 4176.0, 4175.0, 4176.0, 4185.0, 4176.0, 4175.0, 4177.0, 4177.0, 4178.0, 4166.0, 4174.0, 4165.0, 4176.0, 4165.0, 4175.0, 4175.0, 4188.0, 4188.0, 4188.0, 4184.0, 4177.0, 4164.0, 4191.0, 4177.0, 4185.0, 4166.0, 4177.0, 4154.0, 4162.0, 4177.0, 4169.0, 4175.0, 4176.0, 4183.0, 4187.0, 4179.0, 4178.0, 4182.0, 4173.0, 4178.0, 4172.0, 4174.0, 4172.0, 4168.0, 4189.0, 4179.0, 4173.0, 4168.0, 4165.0, 4165.0, 4178.0, 4166.0, 4163.0, 4163.0, 4163.0, 4176.0, 4178.0, 4200.0, 4179.0, 4184.0, 4187.0, 4188.0, 4178.0, 4186.0, 4177.0, 4184.0, 4191.0, 4185.0, 4178.0, 4177.0, 4166.0, 4176.0, 4173.0, 4178.0, 4172.0, 4164.0, 4174.0, 4165.0, 4171.0, 4178.0, 4177.0, 4176.0, 4172.0, 4165.0, 4176.0, 4165.0, 4175.0, 4174.0, 4189.0, 4175.0, 4176.0, 4179.0, 4167.0, 4187.0, 4175.0, 4184.0, 4170.0, 4184.0, 4183.0, 4165.0, 4151.0, 4176.0, 4170.0, 4184.0, 4171.0, 4184.0, 4172.0, 4168.0, 4160.0, 4160.0, 4139.0, 4148.0, 4149.0, 4147.0, 4137.0, 4146.0, 4147.0, 4146.0, 4136.0, 4145.0, 4133.0, 4146.0, 4136.0, 4157.0, 4142.0, 4156.0, 4146.0, 4159.0, 4148.0, 4158.0, 4147.0, 4159.0, 4160.0, 4160.0, 4160.0, 4161.0, 4153.0, 4163.0, 4174.0, 4164.0, 4176.0, 4164.0, 4174.0, 4164.0, 4186.0, 4163.0, 4186.0, 4176.0, 4176.0, 4176.0, 4174.0, 4162.0, 4174.0, 4165.0, 4174.0, 4171.0, 4176.0, 4176.0, 4175.0, 4176.0, 4175.0, 4173.0, 4175.0, 4175.0, 4165.0, 4175.0, 4176.0, 4165.0, 4177.0, 4173.0, 4179.0, 4175.0, 4177.0, 4173.0, 4160.0, 4170.0, 4174.0, 4167.0, 4179.0, 4185.0, 4179.0, 4182.0, 4176.0, 4188.0, 4179.0, 4187.0, 4181.0, 4191.0, 4180.0, 4190.0, 4181.0, 4190.0, 4189.0, 4175.0, 4173.0, 4163.0, 4186.0, 4187.0, 4174.0, 4193.0, 4202.0, 4198.0, 4190.0, 4187.0, 4180.0, 4188.0, 4178.0, 4175.0, 4177.0, 4189.0, 4179.0, 4187.0, 4178.0, 4174.0, 4177.0, 4185.0, 4174.0, 4186.0, 4169.0, 4184.0, 4180.0, 4186.0, 4175.0, 4186.0, 4170.0, 4190.0, 4177.0, 4178.0, 4181.0, 4175.0, 4176.0, 4171.0, 4166.0, 4164.0, 4176.0, 4167.0, 4178.0, 4176.0, 4178.0, 4177.0, 4178.0, 4166.0, 4175.0, 4161.0, 4175.0, 4166.0, 4165.0, 4167.0, 4179.0, 4178.0, 4179.0, 4166.0, 4178.0, 4177.0, 4176.0, 4173.0, 4176.0, 4177.0, 4176.0, 4163.0, 4171.0, 4169.0, 4172.0, 4180.0, 4174.0, 4186.0, 4178.0, 4166.0, 4163.0, 4175.0, 4178.0, 4157.0, 4157.0, 4177.0, 4196.0, 4184.0, 4172.0, 4171.0, 4171.0, 4173.0, 4168.0, 4160.0, 4179.0, 4169.0, 4174.0, 4173.0, 4176.0, 4163.0, 4165.0, 4158.0, 4175.0, 4163.0, 4164.0, 4163.0, 4164.0, 4163.0, 4168.0, 4177.0, 4166.0, 4174.0, 4177.0, 4178.0, 4177.0, 4178.0, 4178.0, 4176.0, 4186.0, 4185.0, 4176.0, 4187.0, 4177.0, 4178.0, 4167.0, 4174.0, 4176.0, 4164.0, 4177.0, 4173.0, 4163.0, 4174.0, 4164.0, 4165.0, 4164.0, 4163.0, 4166.0, 4164.0, 4165.0, 4164.0, 4164.0, 4165.0, 4176.0, 4165.0, 4177.0, 4176.0, 4176.0, 4177.0, 4177.0, 4176.0, 4176.0, 4176.0, 4173.0, 4176.0, 4178.0, 4177.0, 4188.0, 4178.0, 4177.0, 4177.0, 4178.0, 4178.0, 4187.0, 4187.0, 4177.0, 4173.0, 4180.0, 4186.0, 4180.0, 4177.0, 4175.0, 4165.0, 4181.0, 4181.0, 4192.0, 4188.0, 4187.0, 4186.0, 4178.0, 4184.0, 4179.0, 4173.0, 4182.0, 4189.0, 4191.0, 4187.0, 4190.0, 4166.0, 4185.0, 4160.0, 4158.0, 4162.0, 4164.0, 4175.0, 4174.0, 4173.0, 4175.0, 4174.0, 4175.0, 4175.0, 4175.0, 4175.0, 4170.0, 4186.0, 4188.0, 4190.0, 4188.0, 4188.0, 4177.0, 4187.0, 4177.0, 4186.0, 4198.0, 4163.0, 4154.0, 4188.0, 4156.0, 4188.0, 4198.0, 4189.0, 4196.0, 4209.0, 4206.0, 4218.0, 4194.0, 4207.0, 4217.0, 4194.0, 4229.0, 4212.0, 4222.0, 4209.0, 4197.0, 4211.0, 4211.0, 4189.0, 4236.0, 4210.0, 4226.0, 4193.0, 4214.0, 4174.0, 4179.0, 4167.0, 4175.0, 4169.0, 4180.0, 4164.0, 4162.0, 4176.0, 4155.0, 4186.0, 4175.0, 4183.0, 4183.0, 4188.0, 4185.0, 4189.0, 4213.0, 4189.0, 4199.0, 4187.0, 4189.0, 4178.0, 4177.0, 4183.0, 4193.0, 4189.0, 4178.0, 4188.0, 4178.0, 4186.0, 4189.0, 4187.0, 4186.0, 4184.0, 4196.0, 4185.0, 4183.0, 4187.0, 4198.0, 4198.0, 4196.0, 4188.0, 4173.0, 4174.0, 4181.0, 4183.0, 4176.0, 4184.0, 4193.0, 4188.0, 4198.0, 4187.0, 4174.0, 4184.0, 4185.0, 4171.0, 4187.0, 4164.0, 4171.0, 4174.0, 4172.0, 4175.0, 4170.0, 4174.0, 4168.0, 4162.0, 4171.0, 4166.0, 4172.0, 4170.0, 4170.0, 4161.0, 4170.0, 4157.0, 4168.0, 4172.0, 4169.0, 4162.0, 4174.0, 4171.0, 4174.0, 4170.0, 4170.0, 4170.0, 4171.0, 4175.0, 4175.0, 4174.0, 4153.0, 4157.0, 4165.0, 4176.0, 4187.0, 4174.0, 4186.0, 4200.0, 4183.0, 4206.0, 4197.0, 4196.0, 4202.0, 4208.0, 4195.0, 4239.0, 4218.0, 4209.0, 4215.0, 4176.0, 4185.0, 4176.0, 4186.0, 4195.0, 4181.0, 4191.0, 4178.0, 4199.0, 4170.0, 4189.0, 4179.0, 4172.0, 4173.0, 4158.0, 4163.0, 4147.0, 4165.0, 4165.0, 4174.0, 4157.0, 4156.0, 4189.0, 4198.0, 4189.0, 4176.0, 4182.0, 4175.0, 4189.0, 4198.0, 4175.0, 4174.0, 4181.0, 4174.0, 4182.0, 4173.0, 4169.0, 4177.0, 4197.0, 4174.0, 4185.0, 4172.0, 4187.0, 4177.0, 4181.0, 4167.0, 4173.0, 4188.0, 4170.0, 4175.0, 4180.0, 4175.0, 4181.0, 4174.0, 4171.0, 4188.0, 4188.0, 4195.0, 4170.0, 4183.0, 4172.0, 4161.0, 4184.0, 4175.0, 4172.0, 4185.0, 4184.0, 4185.0, 4184.0, 4171.0, 4186.0, 4168.0, 4178.0, 4191.0, 4186.0, 4195.0, 4222.0, 4202.0, 4208.0], 'WindowWidth': [9441.0, 9403.0, 9371.0, 9365.0, 9361.0, 9338.0, 9334.0, 9329.0, 9325.0, 9305.0, 9321.0, 9320.0, 9323.0, 9305.0, 9323.0, 9307.0, 9324.0, 9315.0, 9306.0, 9312.0, 9285.0, 9321.0, 9323.0, 9352.0, 9350.0, 9353.0, 9365.0, 9346.0, 9333.0, 9340.0, 9360.0, 9347.0, 9345.0, 9349.0, 9356.0, 9326.0, 9310.0, 9347.0, 9343.0, 9328.0, 9323.0, 9323.0, 9310.0, 9352.0, 9348.0, 9333.0, 9318.0, 9329.0, 9317.0, 9330.0, 9336.0, 9332.0, 9326.0, 9330.0, 9302.0, 9305.0, 9296.0, 9312.0, 9310.0, 9308.0, 9318.0, 9309.0, 9318.0, 9313.0, 9334.0, 9308.0, 9297.0, 9307.0, 9317.0, 9298.0, 9333.0, 9306.0, 9316.0, 9323.0, 9306.0, 9318.0, 9316.0, 9327.0, 9321.0, 9319.0, 9305.0, 9320.0, 9326.0, 9348.0, 9383.0, 9348.0, 9352.0, 9339.0, 9342.0, 9376.0, 9336.0, 9339.0, 9318.0, 9360.0, 9350.0, 9342.0, 9349.0, 9338.0, 9319.0, 9304.0, 9316.0, 9309.0, 9328.0, 9308.0, 9326.0, 9327.0, 9332.0, 9314.0, 9329.0, 9350.0, 9333.0, 9306.0, 9306.0, 9302.0, 9309.0, 9318.0, 9308.0, 9315.0, 9303.0, 9293.0, 9311.0, 9320.0, 9316.0, 9314.0, 9295.0, 9303.0, 9298.0, 9341.0, 9305.0, 9316.0, 9303.0, 9295.0, 9281.0, 9299.0, 9302.0, 9301.0, 9299.0, 9285.0, 9320.0, 9285.0, 9302.0, 9303.0, 9295.0, 9289.0, 9294.0, 9293.0, 9287.0, 9288.0, 9291.0, 9270.0, 9264.0, 9311.0, 9293.0, 9307.0, 9324.0, 9302.0, 9328.0, 9335.0, 9313.0, 9317.0, 9329.0, 9316.0, 9336.0, 9357.0, 9337.0, 9299.0, 9326.0, 9336.0, 9334.0, 9311.0, 9336.0, 9301.0, 9333.0, 9287.0, 9306.0, 9278.0, 9258.0, 9239.0, 9262.0, 9261.0, 9271.0, 9287.0, 9275.0, 9278.0, 9309.0, 9306.0, 9325.0, 9319.0, 9290.0, 9299.0, 9299.0, 9302.0, 9312.0, 9322.0, 9309.0, 9312.0, 9309.0, 9305.0, 9293.0, 9291.0, 9285.0, 9269.0, 9288.0, 9290.0, 9313.0, 9294.0, 9294.0, 9300.0, 9288.0, 9279.0, 9298.0, 9308.0, 9295.0, 9290.0, 9275.0, 9269.0, 9290.0, 9287.0, 9293.0, 9276.0, 9287.0, 9271.0, 9283.0, 9269.0, 9285.0, 9288.0, 9284.0, 9269.0, 9265.0, 9264.0, 9282.0, 9263.0, 9304.0, 9291.0, 9286.0, 9287.0, 9301.0, 9281.0, 9281.0, 9284.0, 9297.0, 9288.0, 9302.0, 9290.0, 9303.0, 9287.0, 9286.0, 9287.0, 9306.0, 9285.0, 9301.0, 9289.0, 9300.0, 9287.0, 9285.0, 9290.0, 9296.0, 9276.0, 9286.0, 9267.0, 9275.0, 9306.0, 9291.0, 9295.0, 9284.0, 9304.0, 9291.0, 9295.0, 9297.0, 9296.0, 9293.0, 9310.0, 9293.0, 9304.0, 9294.0, 9304.0, 9277.0, 9277.0, 9309.0, 9274.0, 9295.0, 9283.0, 9323.0, 9328.0, 9342.0, 9322.0, 9316.0, 9306.0, 9286.0, 9292.0, 9338.0, 9296.0, 9315.0, 9301.0, 9286.0, 9281.0, 9265.0, 9280.0, 9265.0, 9260.0, 9259.0, 9261.0, 9266.0, 9261.0, 9268.0, 9279.0, 9287.0, 9283.0, 9289.0, 9283.0, 9291.0, 9286.0, 9290.0, 9300.0, 9292.0, 9288.0, 9292.0, 9290.0, 9296.0, 9275.0, 9288.0, 9274.0, 9291.0, 9274.0, 9288.0, 9286.0, 9307.0, 9308.0, 9310.0, 9300.0, 9294.0, 9274.0, 9322.0, 9297.0, 9305.0, 9276.0, 9292.0, 9253.0, 9266.0, 9286.0, 9278.0, 9284.0, 9293.0, 9301.0, 9311.0, 9300.0, 9292.0, 9296.0, 9287.0, 9295.0, 9281.0, 9286.0, 9279.0, 9279.0, 9308.0, 9298.0, 9283.0, 9281.0, 9275.0, 9273.0, 9296.0, 9277.0, 9268.0, 9267.0, 9270.0, 9288.0, 9296.0, 9328.0, 9300.0, 9301.0, 9308.0, 9307.0, 9297.0, 9304.0, 9293.0, 9302.0, 9320.0, 9306.0, 9295.0, 9292.0, 9274.0, 9290.0, 9281.0, 9294.0, 9280.0, 9270.0, 9282.0, 9271.0, 9277.0, 9295.0, 9294.0, 9288.0, 9281.0, 9272.0, 9289.0, 9272.0, 9287.0, 9283.0, 9312.0, 9289.0, 9289.0, 9294.0, 9276.0, 9308.0, 9288.0, 9305.0, 9276.0, 9303.0, 9296.0, 9270.0, 9246.0, 9284.0, 9274.0, 9303.0, 9277.0, 9302.0, 9279.0, 9267.0, 9257.0, 9253.0, 9222.0, 9232.0, 9237.0, 9230.0, 9218.0, 9229.0, 9233.0, 9230.0, 9217.0, 9228.0, 9209.0, 9232.0, 9217.0, 9248.0, 9224.0, 9248.0, 9233.0, 9254.0, 9239.0, 9255.0, 9238.0, 9257.0, 9257.0, 9260.0, 9259.0, 9263.0, 9250.0, 9265.0, 9279.0, 9269.0, 9285.0, 9268.0, 9281.0, 9268.0, 9300.0, 9266.0, 9300.0, 9288.0, 9288.0, 9287.0, 9284.0, 9266.0, 9284.0, 9270.0, 9284.0, 9275.0, 9290.0, 9289.0, 9290.0, 9289.0, 9289.0, 9284.0, 9287.0, 9286.0, 9274.0, 9284.0, 9290.0, 9274.0, 9293.0, 9283.0, 9297.0, 9289.0, 9292.0, 9283.0, 9264.0, 9277.0, 9287.0, 9279.0, 9297.0, 9302.0, 9298.0, 9297.0, 9294.0, 9310.0, 9301.0, 9309.0, 9305.0, 9316.0, 9301.0, 9313.0, 9305.0, 9317.0, 9313.0, 9288.0, 9282.0, 9270.0, 9307.0, 9309.0, 9290.0, 9317.0, 9336.0, 9328.0, 9313.0, 9307.0, 9298.0, 9309.0, 9291.0, 9285.0, 9291.0, 9310.0, 9296.0, 9306.0, 9293.0, 9284.0, 9290.0, 9298.0, 9286.0, 9303.0, 9282.0, 9299.0, 9299.0, 9305.0, 9289.0, 9304.0, 9285.0, 9311.0, 9292.0, 9291.0, 9299.0, 9286.0, 9287.0, 9277.0, 9273.0, 9270.0, 9288.0, 9275.0, 9292.0, 9287.0, 9292.0, 9289.0, 9292.0, 9273.0, 9288.0, 9263.0, 9286.0, 9273.0, 9273.0, 9275.0, 9293.0, 9291.0, 9295.0, 9273.0, 9292.0, 9290.0, 9289.0, 9282.0, 9289.0, 9290.0, 9291.0, 9269.0, 9278.0, 9275.0, 9283.0, 9291.0, 9288.0, 9306.0, 9297.0, 9276.0, 9264.0, 9284.0, 9286.0, 9257.0, 9256.0, 9288.0, 9320.0, 9301.0, 9281.0, 9277.0, 9277.0, 9283.0, 9272.0, 9261.0, 9286.0, 9272.0, 9284.0, 9282.0, 9286.0, 9263.0, 9268.0, 9251.0, 9285.0, 9267.0, 9269.0, 9266.0, 9267.0, 9265.0, 9276.0, 9290.0, 9273.0, 9286.0, 9289.0, 9295.0, 9293.0, 9294.0, 9286.0, 9291.0, 9302.0, 9302.0, 9290.0, 9305.0, 9291.0, 9292.0, 9279.0, 9283.0, 9289.0, 9270.0, 9291.0, 9281.0, 9268.0, 9282.0, 9270.0, 9269.0, 9269.0, 9265.0, 9272.0, 9266.0, 9271.0, 9267.0, 9270.0, 9270.0, 9288.0, 9271.0, 9290.0, 9287.0, 9290.0, 9289.0, 9292.0, 9288.0, 9292.0, 9290.0, 9286.0, 9289.0, 9296.0, 9293.0, 9308.0, 9293.0, 9293.0, 9291.0, 9295.0, 9295.0, 9308.0, 9306.0, 9293.0, 9280.0, 9299.0, 9304.0, 9295.0, 9290.0, 9286.0, 9274.0, 9302.0, 9299.0, 9318.0, 9314.0, 9310.0, 9307.0, 9296.0, 9298.0, 9295.0, 9283.0, 9296.0, 9310.0, 9314.0, 9308.0, 9312.0, 9273.0, 9294.0, 9258.0, 9251.0, 9263.0, 9268.0, 9288.0, 9284.0, 9286.0, 9287.0, 9287.0, 9286.0, 9289.0, 9290.0, 9291.0, 9280.0, 9308.0, 9311.0, 9318.0, 9311.0, 9311.0, 9294.0, 9306.0, 9292.0, 9303.0, 9324.0, 9264.0, 9252.0, 9302.0, 9257.0, 9312.0, 9331.0, 9318.0, 9323.0, 9347.0, 9346.0, 9357.0, 9321.0, 9339.0, 9354.0, 9324.0, 9373.0, 9357.0, 9362.0, 9343.0, 9328.0, 9351.0, 9351.0, 9316.0, 9382.0, 9347.0, 9364.0, 9314.0, 9339.0, 9283.0, 9286.0, 9269.0, 9276.0, 9272.0, 9291.0, 9267.0, 9262.0, 9284.0, 9253.0, 9302.0, 9290.0, 9298.0, 9306.0, 9309.0, 9304.0, 9314.0, 9354.0, 9314.0, 9325.0, 9307.0, 9310.0, 9295.0, 9294.0, 9300.0, 9315.0, 9315.0, 9298.0, 9311.0, 9301.0, 9311.0, 9317.0, 9310.0, 9309.0, 9303.0, 9322.0, 9306.0, 9301.0, 9311.0, 9327.0, 9328.0, 9327.0, 9313.0, 9289.0, 9284.0, 9299.0, 9300.0, 9293.0, 9306.0, 9320.0, 9316.0, 9327.0, 9309.0, 9289.0, 9301.0, 9302.0, 9282.0, 9298.0, 9271.0, 9278.0, 9286.0, 9282.0, 9288.0, 9276.0, 9285.0, 9271.0, 9263.0, 9274.0, 9267.0, 9278.0, 9275.0, 9276.0, 9264.0, 9275.0, 9254.0, 9272.0, 9280.0, 9275.0, 9267.0, 9285.0, 9278.0, 9285.0, 9275.0, 9279.0, 9277.0, 9280.0, 9287.0, 9288.0, 9283.0, 9250.0, 9253.0, 9275.0, 9290.0, 9310.0, 9289.0, 9312.0, 9327.0, 9305.0, 9340.0, 9330.0, 9325.0, 9327.0, 9339.0, 9320.0, 9386.0, 9353.0, 9342.0, 9347.0, 9290.0, 9300.0, 9292.0, 9310.0, 9319.0, 9297.0, 9307.0, 9288.0, 9315.0, 9277.0, 9299.0, 9291.0, 9280.0, 9283.0, 9258.0, 9264.0, 9239.0, 9267.0, 9271.0, 9280.0, 9253.0, 9255.0, 9313.0, 9327.0, 9309.0, 9290.0, 9297.0, 9288.0, 9314.0, 9329.0, 9293.0, 9288.0, 9296.0, 9288.0, 9302.0, 9282.0, 9274.0, 9285.0, 9326.0, 9288.0, 9303.0, 9284.0, 9310.0, 9296.0, 9293.0, 9273.0, 9284.0, 9315.0, 9280.0, 9291.0, 9293.0, 9290.0, 9292.0, 9286.0, 9280.0, 9314.0, 9314.0, 9320.0, 9283.0, 9297.0, 9280.0, 9261.0, 9300.0, 9291.0, 9287.0, 9308.0, 9302.0, 9311.0, 9303.0, 9277.0, 9301.0, 9274.0, 9295.0, 9316.0, 9306.0, 9320.0, 9366.0, 9333.0, 9337.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.0011253246753246753</td></tr>
<tr><td colspan=3>aqi</td><td>0.029343990043290042</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.96810546487543</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1820629448862414</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006802582719394</td></tr>
<tr><td colspan=3>efc</td><td>0.4626</td></tr>
<tr><td colspan=3>fber</td><td>6621.7773</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1613846110504486</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>227</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.567099567099568</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5075198787184685</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4841116680468898</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.747573934492733</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2908740336157827</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114195</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018509656190872192</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028975900262594223</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>924</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9312930005489983</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>26.9083</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2427</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5087</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305301.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.4099</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2897</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.8689</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3436.063</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.2665</td></tr>
<tr><td colspan=3>tsnr</td><td>35.39476269856095</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>