<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-04/func/sub-0055_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>393c54297a42e019090f9c9d197e6e1f</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>15:21:3.342500</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.999668, 0.0236609, 0.0101988, -0.0230348, 0.99807, -0.0576638]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100416</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>[4165, -7705, -7240, 520, -14, -100, -28, 76]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>259.274</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77a66449-79f5-4048-aa50-d59ddeac3fb9||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.6820361614227295, -0.061800673604011536, 0.03116740845143795, 115.89987182617188], [-0.06348048895597458, 2.6777496337890625, -0.15500639379024506, -81.59963989257812], [0.027362598106265068, 0.1547078788280487, 2.695366621017456, -65.21788787841797], [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': ['152103.342500', '152103.802500', '152104.262500', '152104.722500', '152105.182500', '152105.642500', '152106.102500', '152106.562500', '152107.022500', '152107.482500', '152107.942500', '152108.402500', '152108.862500', '152109.322500', '152109.782500', '152110.242500', '152110.702500', '152111.162500', '152111.622500', '152112.082500', '152112.542500', '152113.002500', '152113.462500', '152113.922500', '152114.382500', '152114.842500', '152115.302500', '152115.762500', '152116.222500', '152116.682500', '152117.142500', '152117.602500', '152118.062500', '152118.522500', '152118.982500', '152119.442500', '152119.902500', '152120.362500', '152120.822500', '152121.282500', '152121.742500', '152122.202500', '152122.662500', '152123.122500', '152123.582500', '152124.042500', '152124.502500', '152124.962500', '152125.422500', '152125.882500', '152126.342500', '152126.802500', '152127.262500', '152127.722500', '152128.182500', '152128.642500', '152129.102500', '152129.562500', '152130.022500', '152130.482500', '152130.942500', '152131.402500', '152131.862500', '152132.322500', '152132.782500', '152133.242500', '152133.702500', '152134.162500', '152134.622500', '152135.082500', '152135.542500', '152136.002500', '152136.462500', '152136.922500', '152137.382500', '152137.842500', '152138.302500', '152138.762500', '152139.222500', '152139.682500', '152140.142500', '152140.602500', '152141.062500', '152141.522500', '152141.982500', '152142.442500', '152142.902500', '152143.362500', '152143.822500', '152144.282500', '152144.742500', '152145.202500', '152145.662500', '152146.122500', '152146.582500', '152147.042500', '152147.502500', '152147.962500', '152148.422500', '152148.882500', '152149.342500', '152149.802500', '152150.262500', '152150.722500', '152151.182500', '152151.642500', '152152.102500', '152152.562500', '152153.022500', '152153.482500', '152153.942500', '152154.402500', '152154.862500', '152155.322500', '152155.782500', '152156.242500', '152156.702500', '152157.162500', '152157.622500', '152158.082500', '152158.542500', '152159.002500', '152159.462500', '152159.922500', '152200.382500', '152200.842500', '152201.302500', '152201.762500', '152202.222500', '152202.682500', '152203.142500', '152203.602500', '152204.062500', '152204.522500', '152204.982500', '152205.442500', '152205.902500', '152206.362500', '152206.822500', '152207.282500', '152207.742500', '152208.202500', '152208.662500', '152209.122500', '152209.582500', '152210.042500', '152210.502500', '152210.962500', '152211.422500', '152211.882500', '152212.342500', '152212.802500', '152213.262500', '152213.722500', '152214.182500', '152214.642500', '152215.102500', '152215.562500', '152216.022500', '152216.482500', '152216.942500', '152217.402500', '152217.862500', '152218.322500', '152218.782500', '152219.242500', '152219.702500', '152220.162500', '152220.622500', '152221.082500', '152221.542500', '152222.002500', '152222.462500', '152222.922500', '152223.382500', '152223.842500', '152224.302500', '152224.762500', '152225.222500', '152225.682500', '152226.142500', '152226.602500', '152227.062500', '152227.522500', '152227.982500', '152228.442500', '152228.902500', '152229.362500', '152229.822500', '152230.282500', '152230.742500', '152231.202500', '152231.662500', '152232.122500', '152232.582500', '152233.042500', '152233.502500', '152233.962500', '152234.422500', '152234.882500', '152235.342500', '152235.802500', '152236.262500', '152236.722500', '152237.182500', '152237.642500', '152238.102500', '152238.562500', '152239.022500', '152239.482500', '152239.942500', '152240.402500', '152240.862500', '152241.322500', '152241.782500', '152242.242500', '152242.702500', '152243.162500', '152243.622500', '152244.082500', '152244.542500', '152245.002500', '152245.462500', '152245.922500', '152246.382500', '152246.842500', '152247.302500', '152247.762500', '152248.222500', '152248.682500', '152249.142500', '152249.602500', '152250.062500', '152250.522500', '152250.982500', '152251.442500', '152251.902500', '152252.362500', '152252.822500', '152253.282500', '152253.742500', '152254.202500', '152254.662500', '152255.122500', '152255.582500', '152256.042500', '152256.502500', '152256.962500', '152257.422500', '152257.882500', '152258.342500', '152258.802500', '152259.262500', '152259.722500', '152300.182500', '152300.642500', '152301.102500', '152301.562500', '152302.022500', '152302.482500', '152302.942500', '152303.402500', '152303.862500', '152304.322500', '152304.782500', '152305.242500', '152305.702500', '152306.162500', '152306.622500', '152307.082500', '152307.542500', '152308.002500', '152308.462500', '152308.922500', '152309.382500', '152309.842500', '152310.302500', '152310.762500', '152311.222500', '152311.682500', '152312.142500', '152312.602500', '152313.062500', '152313.522500', '152313.982500', '152314.442500', '152314.902500', '152315.362500', '152315.822500', '152316.282500', '152316.742500', '152317.202500', '152317.662500', '152318.122500', '152318.582500', '152319.042500', '152319.502500', '152319.962500', '152320.422500', '152320.882500', '152321.342500', '152321.802500', '152322.262500', '152322.722500', '152323.182500', '152323.642500', '152324.102500', '152324.562500', '152325.022500', '152325.482500', '152325.942500', '152326.402500', '152326.862500', '152327.322500', '152327.782500', '152328.242500', '152328.702500', '152329.162500', '152329.622500', '152330.082500', '152330.542500', '152331.002500', '152331.462500', '152331.922500', '152332.382500', '152332.842500', '152333.302500', '152333.762500', '152334.222500', '152334.682500', '152335.142500', '152335.602500', '152336.062500', '152336.522500', '152336.982500', '152337.442500', '152337.902500', '152338.362500', '152338.822500', '152339.282500', '152339.742500', '152340.202500', '152340.662500', '152341.122500', '152341.582500', '152342.042500', '152342.502500', '152342.962500', '152343.422500', '152343.882500', '152344.342500', '152344.802500', '152345.262500', '152345.722500', '152346.182500', '152346.642500', '152347.102500', '152347.562500', '152348.022500', '152348.482500', '152348.942500', '152349.402500', '152349.862500', '152350.322500', '152350.782500', '152351.242500', '152351.702500', '152352.162500', '152352.622500', '152353.082500', '152353.542500', '152354.002500', '152354.462500', '152354.922500', '152355.382500', '152355.842500', '152356.302500', '152356.762500', '152357.222500', '152357.682500', '152358.142500', '152358.602500', '152359.062500', '152359.522500', '152359.982500', '152400.442500', '152400.902500', '152401.362500', '152401.822500', '152402.282500', '152402.742500', '152403.202500', '152403.662500', '152404.122500', '152404.582500', '152405.042500', '152405.502500', '152405.962500', '152406.422500', '152406.882500', '152407.342500', '152407.802500', '152408.262500', '152408.722500', '152409.182500', '152409.642500', '152410.102500', '152410.562500', '152411.022500', '152411.482500', '152411.942500', '152412.402500', '152412.862500', '152413.322500', '152413.782500', '152414.242500', '152414.702500', '152415.162500', '152415.622500', '152416.082500', '152416.542500', '152417.002500', '152417.462500', '152417.922500', '152418.382500', '152418.842500', '152419.302500', '152419.762500', '152420.222500', '152420.682500', '152421.142500', '152421.602500', '152422.062500', '152422.522500', '152422.982500', '152423.442500', '152423.902500', '152424.362500', '152424.822500', '152425.282500', '152425.742500', '152426.202500', '152426.662500', '152427.122500', '152427.582500', '152428.042500', '152428.502500', '152428.962500', '152429.422500', '152429.882500', '152430.342500', '152430.802500', '152431.262500', '152431.722500', '152432.182500', '152432.642500', '152433.102500', '152433.562500', '152434.022500', '152434.482500', '152434.942500', '152435.402500', '152435.862500', '152436.322500', '152436.782500', '152437.242500', '152437.702500', '152438.162500', '152438.622500', '152439.082500', '152439.542500', '152440.002500', '152440.462500', '152440.922500', '152441.382500', '152441.842500', '152442.302500', '152442.762500', '152443.222500', '152443.682500', '152444.142500', '152444.602500', '152445.062500', '152445.522500', '152445.982500', '152446.442500', '152446.902500', '152447.362500', '152447.822500', '152448.282500', '152448.742500', '152449.202500', '152449.662500', '152450.122500', '152450.582500', '152451.042500', '152451.502500', '152451.962500', '152452.422500', '152452.882500', '152453.342500', '152453.802500', '152454.262500', '152454.722500', '152455.182500', '152455.642500', '152456.102500', '152456.562500', '152457.022500', '152457.482500', '152457.942500', '152458.402500', '152458.862500', '152459.322500', '152459.782500', '152500.242500', '152500.702500', '152501.162500', '152501.622500', '152502.082500', '152502.542500', '152503.002500', '152503.462500', '152503.922500', '152504.382500', '152504.842500', '152505.302500', '152505.762500', '152506.222500', '152506.682500', '152507.142500', '152507.602500', '152508.062500', '152508.522500', '152508.982500', '152509.442500', '152509.902500', '152510.362500', '152510.822500', '152511.282500', '152511.742500', '152512.202500', '152512.662500', '152513.122500', '152513.582500', '152514.042500', '152514.502500', '152514.962500', '152515.422500', '152515.882500', '152516.342500', '152516.802500', '152517.262500', '152517.722500', '152518.182500', '152518.642500', '152519.102500', '152519.562500', '152520.022500', '152520.482500', '152520.942500', '152521.402500', '152521.862500', '152522.322500', '152522.782500', '152523.242500', '152523.702500', '152524.162500', '152524.622500', '152525.082500', '152525.542500', '152526.002500', '152526.462500', '152526.922500', '152527.382500', '152527.842500', '152528.302500', '152528.762500', '152529.222500', '152529.682500', '152530.142500', '152530.602500', '152531.062500', '152531.522500', '152531.982500', '152532.442500', '152532.902500', '152533.362500', '152533.822500', '152534.282500', '152534.742500', '152535.202500', '152535.662500', '152536.122500', '152536.582500', '152537.042500', '152537.502500', '152537.962500', '152538.422500', '152538.882500', '152539.342500', '152539.802500', '152540.262500', '152540.722500', '152541.182500', '152541.642500', '152542.102500', '152542.562500', '152543.022500', '152543.482500', '152543.942500', '152544.402500', '152544.862500', '152545.322500', '152545.782500', '152546.242500', '152546.702500', '152547.162500', '152547.622500', '152548.082500', '152548.542500', '152549.002500', '152549.462500', '152549.922500', '152550.382500', '152550.842500', '152551.302500', '152551.762500', '152552.222500', '152552.682500', '152553.142500', '152553.602500', '152554.062500', '152554.522500', '152554.982500', '152555.442500', '152555.902500', '152556.362500', '152556.822500', '152557.282500', '152557.742500', '152558.202500', '152558.662500', '152559.122500', '152559.582500', '152600.042500', '152600.502500', '152600.962500', '152601.422500', '152601.882500', '152602.342500', '152602.802500', '152603.262500', '152603.722500', '152604.182500', '152604.642500', '152605.102500', '152605.562500', '152606.022500', '152606.482500', '152606.942500', '152607.402500', '152607.862500', '152608.322500', '152608.782500', '152609.242500', '152609.702500', '152610.162500', '152610.622500', '152611.082500', '152611.542500', '152612.002500', '152612.462500', '152612.922500', '152613.382500', '152613.842500', '152614.302500', '152614.762500', '152615.222500', '152615.682500', '152616.142500', '152616.602500', '152617.062500', '152617.522500', '152617.982500', '152618.442500', '152618.902500', '152619.362500', '152619.822500', '152620.282500', '152620.742500', '152621.202500', '152621.662500', '152622.122500', '152622.582500', '152623.042500', '152623.502500', '152623.962500', '152624.422500', '152624.882500', '152625.342500', '152625.802500', '152626.262500', '152626.722500', '152627.182500', '152627.642500', '152628.102500', '152628.562500', '152629.022500', '152629.482500', '152629.942500', '152630.402500', '152630.862500', '152631.322500', '152631.782500', '152632.242500', '152632.702500', '152633.162500', '152633.622500', '152634.082500', '152634.542500', '152635.002500', '152635.462500', '152635.922500', '152636.382500', '152636.842500', '152637.302500', '152637.762500', '152638.222500', '152638.682500', '152639.142500', '152639.602500', '152640.062500', '152640.522500', '152640.982500', '152641.442500', '152641.902500', '152642.362500', '152642.822500', '152643.282500', '152643.742500', '152644.202500', '152644.662500', '152645.122500', '152645.582500', '152646.042500', '152646.502500', '152646.962500', '152647.422500', '152647.882500', '152648.342500', '152648.802500', '152649.262500', '152649.722500', '152650.182500', '152650.642500', '152651.102500', '152651.562500', '152652.022500', '152652.482500', '152652.942500', '152653.402500', '152653.862500', '152654.322500', '152654.782500', '152655.242500', '152655.702500', '152656.162500', '152656.622500', '152657.082500', '152657.542500', '152658.002500', '152658.462500', '152658.922500', '152659.382500', '152659.842500', '152700.302500', '152700.762500', '152701.222500', '152701.682500', '152702.142500', '152702.602500', '152703.062500', '152703.522500', '152703.982500', '152704.442500', '152704.902500', '152705.362500', '152705.822500', '152706.282500', '152706.742500', '152707.202500', '152707.662500', '152708.122500', '152708.582500', '152709.042500', '152709.502500', '152709.962500', '152710.422500', '152710.882500', '152711.342500', '152711.802500', '152712.262500', '152712.722500', '152713.182500', '152713.642500', '152714.102500', '152714.562500', '152715.022500', '152715.482500', '152715.942500', '152716.402500', '152716.862500', '152717.322500', '152717.782500', '152718.242500', '152718.702500', '152719.162500', '152719.622500', '152720.082500', '152720.542500', '152721.002500', '152721.462500', '152721.922500', '152722.382500', '152722.842500', '152723.302500', '152723.762500', '152724.222500', '152724.682500', '152725.142500', '152725.602500', '152726.062500', '152726.522500', '152726.982500', '152727.442500', '152727.902500', '152728.362500', '152728.822500', '152729.282500', '152729.742500', '152730.202500', '152730.662500', '152731.122500', '152731.582500', '152732.042500', '152732.502500', '152732.962500', '152733.422500', '152733.882500', '152734.342500', '152734.802500', '152735.262500', '152735.722500', '152736.182500', '152736.642500', '152737.102500', '152737.562500', '152738.022500', '152738.482500', '152738.942500', '152739.402500', '152739.862500', '152740.322500', '152740.782500', '152741.242500', '152741.702500', '152742.162500', '152742.622500', '152743.082500', '152743.542500', '152744.002500', '152744.462500', '152744.922500', '152745.382500', '152745.842500', '152746.302500', '152746.762500', '152747.222500', '152747.682500', '152748.142500', '152748.602500', '152749.062500', '152749.522500', '152749.982500', '152750.442500', '152750.902500', '152751.362500', '152751.822500', '152752.282500', '152752.742500', '152753.202500', '152753.662500', '152754.122500', '152754.582500', '152755.042500', '152755.502500', '152755.962500', '152756.422500', '152756.882500', '152757.342500', '152757.802500', '152758.262500', '152758.722500', '152759.182500', '152759.642500', '152800.102500', '152800.562500', '152801.022500', '152801.482500', '152801.942500', '152802.402500', '152802.862500', '152803.322500', '152803.782500', '152804.242500', '152804.702500', '152805.162500', '152805.622500', '152806.082500', '152806.542500', '152807.002500', '152807.462500', '152807.922500', '152808.382500', '152808.842500'], 'ContentTime': ['152118.565000', '152118.568000', '152118.571000', '152118.573000', '152118.576000', '152118.579000', '152118.581000', '152118.584000', '152118.587000', '152118.590000', '152118.593000', '152118.596000', '152118.599000', '152118.601000', '152118.604000', '152118.606000', '152118.609000', '152118.612000', '152118.614000', '152118.617000', '152118.620000', '152118.623000', '152118.626000', '152118.629000', '152118.631000', '152118.634000', '152118.637000', '152118.639000', '152118.642000', '152118.644000', '152118.647000', '152138.528000', '152138.531000', '152138.534000', '152138.537000', '152138.539000', '152138.542000', '152138.544000', '152138.547000', '152138.550000', '152138.553000', '152138.555000', '152138.558000', '152138.561000', '152138.563000', '152138.566000', '152138.568000', '152138.571000', '152138.574000', '152138.576000', '152138.579000', '152138.581000', '152138.584000', '152138.586000', '152138.589000', '152138.621000', '152138.624000', '152138.627000', '152138.629000', '152138.632000', '152138.635000', '152138.637000', '152138.640000', '152138.642000', '152138.645000', '152138.647000', '152138.650000', '152138.653000', '152138.655000', '152138.658000', '152138.660000', '152138.663000', '152138.666000', '152138.668000', '152158.528000', '152158.531000', '152158.534000', '152158.536000', '152158.539000', '152158.542000', '152158.544000', '152158.547000', '152158.549000', '152158.552000', '152158.562000', '152158.565000', '152158.568000', '152158.570000', '152158.573000', '152158.575000', '152158.578000', '152158.581000', '152158.583000', '152158.586000', '152158.588000', '152158.591000', '152158.594000', '152158.596000', '152158.599000', '152158.601000', '152158.604000', '152158.606000', '152158.609000', '152158.611000', '152158.614000', '152158.617000', '152158.619000', '152158.622000', '152158.624000', '152158.627000', '152158.629000', '152158.632000', '152158.635000', '152158.637000', '152158.640000', '152158.642000', '152158.645000', '152158.648000', '152218.529000', '152218.531000', '152218.534000', '152218.537000', '152218.539000', '152218.542000', '152218.544000', '152218.547000', '152218.549000', '152218.552000', '152218.555000', '152218.557000', '152218.560000', '152218.562000', '152218.565000', '152218.568000', '152218.570000', '152218.573000', '152218.575000', '152218.578000', '152218.581000', '152218.583000', '152218.593000', '152218.596000', '152218.599000', '152218.601000', '152218.604000', '152218.606000', '152218.609000', '152218.611000', '152218.614000', '152218.617000', '152218.619000', '152218.622000', '152218.624000', '152218.627000', '152218.630000', '152218.633000', '152218.636000', '152218.638000', '152218.641000', '152218.644000', '152218.646000', '152238.530000', '152238.533000', '152238.535000', '152238.538000', '152238.540000', '152238.543000', '152238.546000', '152238.548000', '152238.551000', '152238.553000', '152238.556000', '152238.558000', '152238.561000', '152238.564000', '152238.566000', '152238.569000', '152238.571000', '152238.574000', '152238.577000', '152238.579000', '152238.582000', '152238.584000', '152238.587000', '152238.590000', '152238.592000', '152238.595000', '152238.597000', '152238.600000', '152238.603000', '152238.605000', '152238.608000', '152238.610000', '152238.613000', '152238.616000', '152238.619000', '152238.621000', '152238.624000', '152238.626000', '152238.629000', '152238.632000', '152238.634000', '152238.637000', '152238.639000', '152238.642000', '152258.529000', '152258.532000', '152258.535000', '152258.537000', '152258.540000', '152258.543000', '152258.545000', '152258.548000', '152258.550000', '152258.553000', '152258.555000', '152258.558000', '152258.561000', '152258.563000', '152258.566000', '152258.568000', '152258.571000', '152258.574000', '152258.576000', '152258.579000', '152258.581000', '152258.584000', '152258.587000', '152258.589000', '152258.592000', '152258.594000', '152258.597000', '152258.600000', '152258.602000', '152258.605000', '152258.607000', '152258.610000', '152258.613000', '152258.615000', '152258.618000', '152258.621000', '152258.623000', '152258.626000', '152258.628000', '152258.631000', '152258.633000', '152258.636000', '152258.639000', '152318.529000', '152318.532000', '152318.535000', '152318.537000', '152318.540000', '152318.543000', '152318.545000', '152318.548000', '152318.551000', '152318.553000', '152318.556000', '152318.558000', '152318.561000', '152318.564000', '152318.566000', '152318.569000', '152318.571000', '152318.574000', '152318.576000', '152318.579000', '152318.614000', '152318.617000', '152318.619000', '152318.622000', '152318.624000', '152318.627000', '152318.630000', '152318.632000', '152318.635000', '152318.637000', '152318.640000', '152318.642000', '152318.645000', '152318.648000', '152318.650000', '152318.653000', '152318.655000', '152318.658000', '152318.660000', '152318.663000', '152318.665000', '152318.668000', '152318.671000', '152318.673000', '152338.528000', '152338.531000', '152338.534000', '152338.537000', '152338.539000', '152338.542000', '152338.545000', '152338.547000', '152338.550000', '152338.552000', '152338.555000', '152338.558000', '152338.560000', '152338.563000', '152338.565000', '152338.568000', '152338.571000', '152338.573000', '152338.576000', '152338.578000', '152338.581000', '152338.584000', '152338.586000', '152338.589000', '152338.592000', '152338.594000', '152338.597000', '152338.599000', '152338.602000', '152338.605000', '152338.607000', '152338.610000', '152338.612000', '152338.615000', '152338.618000', '152338.620000', '152338.623000', '152338.625000', '152338.628000', '152338.630000', '152338.633000', '152338.636000', '152338.638000', '152358.528000', '152358.531000', '152358.534000', '152358.536000', '152358.539000', '152358.542000', '152358.544000', '152358.547000', '152358.549000', '152358.552000', '152358.555000', '152358.557000', '152358.560000', '152358.562000', '152358.565000', '152358.567000', '152358.570000', '152358.573000', '152358.575000', '152358.578000', '152358.580000', '152358.583000', '152358.586000', '152358.588000', '152358.591000', '152358.593000', '152358.596000', '152358.598000', '152358.601000', '152358.604000', '152358.606000', '152358.609000', '152358.611000', '152358.614000', '152358.617000', '152358.619000', '152358.622000', '152358.625000', '152358.627000', '152358.630000', '152358.632000', '152358.635000', '152358.638000', '152418.528000', '152418.531000', '152418.534000', '152418.536000', '152418.539000', '152418.541000', '152418.544000', '152418.547000', '152418.549000', '152418.552000', '152418.554000', '152418.557000', '152418.559000', '152418.562000', '152418.565000', '152418.567000', '152418.570000', '152418.572000', '152418.575000', '152418.578000', '152418.580000', '152418.583000', '152418.585000', '152418.588000', '152418.591000', '152418.593000', '152418.596000', '152418.598000', '152418.601000', '152418.603000', '152418.606000', '152418.609000', '152418.611000', '152418.614000', '152418.617000', '152418.619000', '152418.622000', '152418.624000', '152418.627000', '152418.630000', '152418.632000', '152418.635000', '152418.637000', '152418.640000', '152438.529000', '152438.532000', '152438.535000', '152438.537000', '152438.540000', '152438.543000', '152438.545000', '152438.548000', '152438.550000', '152438.553000', '152438.555000', '152438.559000', '152438.562000', '152438.564000', '152438.567000', '152438.569000', '152438.572000', '152438.575000', '152438.578000', '152438.580000', '152438.583000', '152438.586000', '152438.588000', '152438.591000', '152438.594000', '152438.596000', '152438.599000', '152438.601000', '152438.604000', '152438.607000', '152438.609000', '152438.612000', '152438.615000', '152438.617000', '152438.620000', '152438.622000', '152438.625000', '152438.628000', '152438.630000', '152438.633000', '152438.635000', '152438.638000', '152438.640000', '152438.643000', '152458.530000', '152458.544000', '152458.546000', '152458.549000', '152458.552000', '152458.554000', '152458.557000', '152458.559000', '152458.562000', '152458.565000', '152458.567000', '152458.570000', '152458.572000', '152458.575000', '152458.577000', '152458.580000', '152458.583000', '152458.585000', '152458.588000', '152458.591000', '152458.593000', '152458.596000', '152458.598000', '152458.601000', '152458.603000', '152458.606000', '152458.608000', '152458.611000', '152458.614000', '152458.616000', '152458.619000', '152458.622000', '152458.624000', '152458.627000', '152458.629000', '152458.632000', '152458.635000', '152458.637000', '152458.640000', '152458.642000', '152458.645000', '152458.648000', '152458.650000', '152518.529000', '152518.532000', '152518.535000', '152518.537000', '152518.540000', '152518.543000', '152518.545000', '152518.548000', '152518.550000', '152518.553000', '152518.555000', '152518.558000', '152518.561000', '152518.563000', '152518.566000', '152518.568000', '152518.571000', '152518.574000', '152518.576000', '152518.579000', '152518.582000', '152518.584000', '152518.587000', '152518.589000', '152518.592000', '152518.595000', '152518.597000', '152518.600000', '152518.602000', '152518.605000', '152518.608000', '152518.610000', '152518.613000', '152518.616000', '152518.618000', '152518.621000', '152518.623000', '152518.626000', '152518.628000', '152518.631000', '152518.634000', '152518.636000', '152518.639000', '152538.530000', '152538.532000', '152538.535000', '152538.538000', '152538.540000', '152538.543000', '152538.545000', '152538.548000', '152538.550000', '152538.553000', '152538.556000', '152538.558000', '152538.561000', '152538.563000', '152538.566000', '152538.568000', '152538.571000', '152538.574000', '152538.576000', '152538.579000', '152538.581000', '152538.584000', '152538.587000', '152538.589000', '152538.592000', '152538.594000', '152538.597000', '152538.600000', '152538.602000', '152538.605000', '152538.607000', '152538.610000', '152538.613000', '152538.616000', '152538.618000', '152538.621000', '152538.623000', '152538.626000', '152538.628000', '152538.631000', '152538.634000', '152538.636000', '152538.639000', '152538.641000', '152558.529000', '152558.531000', '152558.534000', '152558.537000', '152558.539000', '152558.542000', '152558.544000', '152558.547000', '152558.549000', '152558.552000', '152558.555000', '152558.557000', '152558.560000', '152558.563000', '152558.565000', '152558.569000', '152558.572000', '152558.574000', '152558.577000', '152558.580000', '152558.582000', '152558.585000', '152558.587000', '152558.590000', '152558.593000', '152558.596000', '152558.598000', '152558.601000', '152558.603000', '152558.606000', '152558.609000', '152558.611000', '152558.614000', '152558.617000', '152558.619000', '152558.622000', '152558.625000', '152558.628000', '152558.630000', '152558.633000', '152558.635000', '152558.638000', '152558.641000', '152618.528000', '152618.531000', '152618.534000', '152618.537000', '152618.539000', '152618.542000', '152618.544000', '152618.547000', '152618.549000', '152618.552000', '152618.555000', '152618.557000', '152618.560000', '152618.591000', '152618.594000', '152618.597000', '152618.599000', '152618.602000', '152618.604000', '152618.607000', '152618.610000', '152618.612000', '152618.615000', '152618.618000', '152618.620000', '152618.623000', '152618.626000', '152618.628000', '152618.631000', '152618.634000', '152618.636000', '152618.639000', '152618.641000', '152618.644000', '152618.646000', '152618.649000', '152618.652000', '152618.654000', '152618.657000', '152618.659000', '152618.662000', '152618.665000', '152618.667000', '152618.670000', '152638.529000', '152638.531000', '152638.534000', '152638.537000', '152638.539000', '152638.542000', '152638.544000', '152638.547000', '152638.549000', '152638.552000', '152638.555000', '152638.557000', '152638.560000', '152638.562000', '152638.565000', '152638.568000', '152638.570000', '152638.573000', '152638.575000', '152638.578000', '152638.581000', '152638.583000', '152638.586000', '152638.588000', '152638.591000', '152638.594000', '152638.596000', '152638.599000', '152638.602000', '152638.604000', '152638.607000', '152638.609000', '152638.612000', '152638.615000', '152638.617000', '152638.620000', '152638.622000', '152638.625000', '152638.628000', '152638.630000', '152638.633000', '152638.635000', '152638.638000', '152658.529000', '152658.532000', '152658.535000', '152658.538000', '152658.540000', '152658.543000', '152658.545000', '152658.548000', '152658.551000', '152658.553000', '152658.556000', '152658.558000', '152658.561000', '152658.564000', '152658.566000', '152658.569000', '152658.571000', '152658.574000', '152658.577000', '152658.579000', '152658.582000', '152658.584000', '152658.587000', '152658.589000', '152658.592000', '152658.595000', '152658.597000', '152658.600000', '152658.603000', '152658.605000', '152658.608000', '152658.610000', '152658.613000', '152658.616000', '152658.618000', '152658.621000', '152658.623000', '152658.626000', '152658.629000', '152658.631000', '152658.634000', '152658.636000', '152658.639000', '152658.642000', '152718.530000', '152718.532000', '152718.535000', '152718.538000', '152718.540000', '152718.543000', '152718.545000', '152718.548000', '152718.551000', '152718.553000', '152718.556000', '152718.559000', '152718.562000', '152718.564000', '152718.567000', '152718.570000', '152718.572000', '152718.575000', '152718.577000', '152718.580000', '152718.583000', '152718.585000', '152718.588000', '152718.590000', '152718.593000', '152718.596000', '152718.598000', '152718.601000', '152718.603000', '152718.614000', '152718.617000', '152718.620000', '152718.622000', '152718.625000', '152718.627000', '152718.630000', '152718.632000', '152718.635000', '152718.638000', '152718.640000', '152718.643000', '152718.646000', '152718.648000', '152738.530000', '152738.532000', '152738.535000', '152738.538000', '152738.540000', '152738.543000', '152738.545000', '152738.548000', '152738.550000', '152738.553000', '152738.556000', '152738.558000', '152738.561000', '152738.563000', '152738.566000', '152738.569000', '152738.571000', '152738.574000', '152738.577000', '152738.579000', '152738.582000', '152738.584000', '152738.587000', '152738.590000', '152738.616000', '152738.619000', '152738.621000', '152738.624000', '152738.626000', '152738.629000', '152738.632000', '152738.634000', '152738.637000', '152738.639000', '152738.642000', '152738.645000', '152738.647000', '152738.650000', '152738.652000', '152738.655000', '152738.658000', '152738.660000', '152738.663000', '152738.665000', '152758.528000', '152758.531000', '152758.534000', '152758.537000', '152758.539000', '152758.542000', '152758.544000', '152758.547000', '152758.550000', '152758.552000', '152758.555000', '152758.557000', '152758.560000', '152758.563000', '152758.565000', '152758.568000', '152758.570000', '152758.573000', '152758.575000', '152758.578000', '152758.581000', '152758.583000', '152758.587000', '152758.590000', '152758.593000', '152758.595000', '152758.598000', '152758.600000', '152758.603000', '152758.605000', '152758.608000', '152758.611000', '152758.613000', '152758.616000', '152758.619000', '152758.621000', '152758.624000', '152758.626000', '152758.629000', '152758.632000', '152758.634000', '152758.637000', '152758.639000', '152810.068000', '152810.070000', '152810.073000', '152810.076000', '152810.078000', '152810.081000', '152810.083000', '152810.086000', '152810.089000', '152810.091000', '152810.094000', '152810.096000', '152810.099000', '152810.101000', '152810.104000', '152810.107000', '152810.109000', '152810.112000', '152810.114000', '152810.117000', '152810.120000', '152810.122000', '152810.125000', '152810.128000', '152810.130000', '152810.133000'], 'InstanceCreationTime': ['152118.565000', '152118.568000', '152118.571000', '152118.573000', '152118.576000', '152118.579000', '152118.581000', '152118.584000', '152118.587000', '152118.590000', '152118.593000', '152118.596000', '152118.599000', '152118.601000', '152118.604000', '152118.606000', '152118.609000', '152118.612000', '152118.614000', '152118.617000', '152118.620000', '152118.623000', '152118.626000', '152118.629000', '152118.631000', '152118.634000', '152118.637000', '152118.639000', '152118.642000', '152118.644000', '152118.647000', '152138.528000', '152138.531000', '152138.534000', '152138.537000', '152138.539000', '152138.542000', '152138.544000', '152138.547000', '152138.550000', '152138.553000', '152138.555000', '152138.558000', '152138.561000', '152138.563000', '152138.566000', '152138.568000', '152138.571000', '152138.574000', '152138.576000', '152138.579000', '152138.581000', '152138.584000', '152138.586000', '152138.589000', '152138.621000', '152138.624000', '152138.627000', '152138.629000', '152138.632000', '152138.635000', '152138.637000', '152138.640000', '152138.642000', '152138.645000', '152138.647000', '152138.650000', '152138.653000', '152138.655000', '152138.658000', '152138.660000', '152138.663000', '152138.666000', '152138.668000', '152158.528000', '152158.531000', '152158.534000', '152158.536000', '152158.539000', '152158.542000', '152158.544000', '152158.547000', '152158.549000', '152158.552000', '152158.562000', '152158.565000', '152158.568000', '152158.570000', '152158.573000', '152158.575000', '152158.578000', '152158.581000', '152158.583000', '152158.586000', '152158.588000', '152158.591000', '152158.594000', '152158.596000', '152158.599000', '152158.601000', '152158.604000', '152158.606000', '152158.609000', '152158.611000', '152158.614000', '152158.617000', '152158.619000', '152158.622000', '152158.624000', '152158.627000', '152158.629000', '152158.632000', '152158.635000', '152158.637000', '152158.640000', '152158.642000', '152158.645000', '152158.648000', '152218.529000', '152218.531000', '152218.534000', '152218.537000', '152218.539000', '152218.542000', '152218.544000', '152218.547000', '152218.549000', '152218.552000', '152218.555000', '152218.557000', '152218.560000', '152218.562000', '152218.565000', '152218.568000', '152218.570000', '152218.573000', '152218.575000', '152218.578000', '152218.581000', '152218.583000', '152218.593000', '152218.596000', '152218.599000', '152218.601000', '152218.604000', '152218.606000', '152218.609000', '152218.611000', '152218.614000', '152218.617000', '152218.619000', '152218.622000', '152218.624000', '152218.627000', '152218.630000', '152218.633000', '152218.636000', '152218.638000', '152218.641000', '152218.644000', '152218.646000', '152238.530000', '152238.533000', '152238.535000', '152238.538000', '152238.540000', '152238.543000', '152238.546000', '152238.548000', '152238.551000', '152238.553000', '152238.556000', '152238.558000', '152238.561000', '152238.564000', '152238.566000', '152238.569000', '152238.571000', '152238.574000', '152238.577000', '152238.579000', '152238.582000', '152238.584000', '152238.587000', '152238.590000', '152238.592000', '152238.595000', '152238.597000', '152238.600000', '152238.603000', '152238.605000', '152238.608000', '152238.610000', '152238.613000', '152238.616000', '152238.619000', '152238.621000', '152238.624000', '152238.626000', '152238.629000', '152238.632000', '152238.634000', '152238.637000', '152238.639000', '152238.642000', '152258.529000', '152258.532000', '152258.535000', '152258.537000', '152258.540000', '152258.543000', '152258.545000', '152258.548000', '152258.550000', '152258.553000', '152258.555000', '152258.558000', '152258.561000', '152258.563000', '152258.566000', '152258.568000', '152258.571000', '152258.574000', '152258.576000', '152258.579000', '152258.581000', '152258.584000', '152258.587000', '152258.589000', '152258.592000', '152258.594000', '152258.597000', '152258.600000', '152258.602000', '152258.605000', '152258.607000', '152258.610000', '152258.613000', '152258.615000', '152258.618000', '152258.621000', '152258.623000', '152258.626000', '152258.628000', '152258.631000', '152258.633000', '152258.636000', '152258.639000', '152318.529000', '152318.532000', '152318.535000', '152318.537000', '152318.540000', '152318.543000', '152318.545000', '152318.548000', '152318.551000', '152318.553000', '152318.556000', '152318.558000', '152318.561000', '152318.564000', '152318.566000', '152318.569000', '152318.571000', '152318.574000', '152318.576000', '152318.579000', '152318.614000', '152318.617000', '152318.619000', '152318.622000', '152318.624000', '152318.627000', '152318.630000', '152318.632000', '152318.635000', '152318.637000', '152318.640000', '152318.642000', '152318.645000', '152318.648000', '152318.650000', '152318.653000', '152318.655000', '152318.658000', '152318.660000', '152318.663000', '152318.665000', '152318.668000', '152318.671000', '152318.673000', '152338.528000', '152338.531000', '152338.534000', '152338.537000', '152338.539000', '152338.542000', '152338.545000', '152338.547000', '152338.550000', '152338.552000', '152338.555000', '152338.558000', '152338.560000', '152338.563000', '152338.565000', '152338.568000', '152338.571000', '152338.573000', '152338.576000', '152338.578000', '152338.581000', '152338.584000', '152338.586000', '152338.589000', '152338.592000', '152338.594000', '152338.597000', '152338.599000', '152338.602000', '152338.605000', '152338.607000', '152338.610000', '152338.612000', '152338.615000', '152338.618000', '152338.620000', '152338.623000', '152338.625000', '152338.628000', '152338.630000', '152338.633000', '152338.636000', '152338.638000', '152358.528000', '152358.531000', '152358.534000', '152358.536000', '152358.539000', '152358.542000', '152358.544000', '152358.547000', '152358.549000', '152358.552000', '152358.555000', '152358.557000', '152358.560000', '152358.562000', '152358.565000', '152358.567000', '152358.570000', '152358.573000', '152358.575000', '152358.578000', '152358.580000', '152358.583000', '152358.586000', '152358.588000', '152358.591000', '152358.593000', '152358.596000', '152358.598000', '152358.601000', '152358.604000', '152358.606000', '152358.609000', '152358.611000', '152358.614000', '152358.617000', '152358.619000', '152358.622000', '152358.625000', '152358.627000', '152358.630000', '152358.632000', '152358.635000', '152358.638000', '152418.528000', '152418.531000', '152418.534000', '152418.536000', '152418.539000', '152418.541000', '152418.544000', '152418.547000', '152418.549000', '152418.552000', '152418.554000', '152418.557000', '152418.559000', '152418.562000', '152418.565000', '152418.567000', '152418.570000', '152418.572000', '152418.575000', '152418.578000', '152418.580000', '152418.583000', '152418.585000', '152418.588000', '152418.591000', '152418.593000', '152418.596000', '152418.598000', '152418.601000', '152418.603000', '152418.606000', '152418.609000', '152418.611000', '152418.614000', '152418.617000', '152418.619000', '152418.622000', '152418.624000', '152418.627000', '152418.630000', '152418.632000', '152418.635000', '152418.637000', '152418.640000', '152438.529000', '152438.532000', '152438.535000', '152438.537000', '152438.540000', '152438.543000', '152438.545000', '152438.548000', '152438.550000', '152438.553000', '152438.555000', '152438.559000', '152438.562000', '152438.564000', '152438.567000', '152438.569000', '152438.572000', '152438.575000', '152438.578000', '152438.580000', '152438.583000', '152438.586000', '152438.588000', '152438.591000', '152438.594000', '152438.596000', '152438.599000', '152438.601000', '152438.604000', '152438.607000', '152438.609000', '152438.612000', '152438.615000', '152438.617000', '152438.620000', '152438.622000', '152438.625000', '152438.628000', '152438.630000', '152438.633000', '152438.635000', '152438.638000', '152438.640000', '152438.643000', '152458.530000', '152458.544000', '152458.546000', '152458.549000', '152458.552000', '152458.554000', '152458.557000', '152458.559000', '152458.562000', '152458.565000', '152458.567000', '152458.570000', '152458.572000', '152458.575000', '152458.577000', '152458.580000', '152458.583000', '152458.585000', '152458.588000', '152458.591000', '152458.593000', '152458.596000', '152458.598000', '152458.601000', '152458.603000', '152458.606000', '152458.608000', '152458.611000', '152458.614000', '152458.616000', '152458.619000', '152458.622000', '152458.624000', '152458.627000', '152458.629000', '152458.632000', '152458.635000', '152458.637000', '152458.640000', '152458.642000', '152458.645000', '152458.648000', '152458.650000', '152518.529000', '152518.532000', '152518.535000', '152518.537000', '152518.540000', '152518.543000', '152518.545000', '152518.548000', '152518.550000', '152518.553000', '152518.555000', '152518.558000', '152518.561000', '152518.563000', '152518.566000', '152518.568000', '152518.571000', '152518.574000', '152518.576000', '152518.579000', '152518.582000', '152518.584000', '152518.587000', '152518.589000', '152518.592000', '152518.595000', '152518.597000', '152518.600000', '152518.602000', '152518.605000', '152518.608000', '152518.610000', '152518.613000', '152518.616000', '152518.618000', '152518.621000', '152518.623000', '152518.626000', '152518.628000', '152518.631000', '152518.634000', '152518.636000', '152518.639000', '152538.530000', '152538.532000', '152538.535000', '152538.538000', '152538.540000', '152538.543000', '152538.545000', '152538.548000', '152538.550000', '152538.553000', '152538.556000', '152538.558000', '152538.561000', '152538.563000', '152538.566000', '152538.568000', '152538.571000', '152538.574000', '152538.576000', '152538.579000', '152538.581000', '152538.584000', '152538.587000', '152538.589000', '152538.592000', '152538.594000', '152538.597000', '152538.600000', '152538.602000', '152538.605000', '152538.607000', '152538.610000', '152538.613000', '152538.616000', '152538.618000', '152538.621000', '152538.623000', '152538.626000', '152538.628000', '152538.631000', '152538.634000', '152538.636000', '152538.639000', '152538.641000', '152558.529000', '152558.531000', '152558.534000', '152558.537000', '152558.539000', '152558.542000', '152558.544000', '152558.547000', '152558.549000', '152558.552000', '152558.555000', '152558.557000', '152558.560000', '152558.563000', '152558.565000', '152558.569000', '152558.572000', '152558.574000', '152558.577000', '152558.580000', '152558.582000', '152558.585000', '152558.587000', '152558.590000', '152558.593000', '152558.596000', '152558.598000', '152558.601000', '152558.603000', '152558.606000', '152558.609000', '152558.611000', '152558.614000', '152558.617000', '152558.619000', '152558.622000', '152558.625000', '152558.628000', '152558.630000', '152558.633000', '152558.635000', '152558.638000', '152558.641000', '152618.528000', '152618.531000', '152618.534000', '152618.537000', '152618.539000', '152618.542000', '152618.544000', '152618.547000', '152618.549000', '152618.552000', '152618.555000', '152618.557000', '152618.560000', '152618.591000', '152618.594000', '152618.597000', '152618.599000', '152618.602000', '152618.604000', '152618.607000', '152618.610000', '152618.612000', '152618.615000', '152618.618000', '152618.620000', '152618.623000', '152618.626000', '152618.628000', '152618.631000', '152618.634000', '152618.636000', '152618.639000', '152618.641000', '152618.644000', '152618.646000', '152618.649000', '152618.652000', '152618.654000', '152618.657000', '152618.659000', '152618.662000', '152618.665000', '152618.667000', '152618.670000', '152638.529000', '152638.531000', '152638.534000', '152638.537000', '152638.539000', '152638.542000', '152638.544000', '152638.547000', '152638.549000', '152638.552000', '152638.555000', '152638.557000', '152638.560000', '152638.562000', '152638.565000', '152638.568000', '152638.570000', '152638.573000', '152638.575000', '152638.578000', '152638.581000', '152638.583000', '152638.586000', '152638.588000', '152638.591000', '152638.594000', '152638.596000', '152638.599000', '152638.602000', '152638.604000', '152638.607000', '152638.609000', '152638.612000', '152638.615000', '152638.617000', '152638.620000', '152638.622000', '152638.625000', '152638.628000', '152638.630000', '152638.633000', '152638.635000', '152638.638000', '152658.529000', '152658.532000', '152658.535000', '152658.538000', '152658.540000', '152658.543000', '152658.545000', '152658.548000', '152658.551000', '152658.553000', '152658.556000', '152658.558000', '152658.561000', '152658.564000', '152658.566000', '152658.569000', '152658.571000', '152658.574000', '152658.577000', '152658.579000', '152658.582000', '152658.584000', '152658.587000', '152658.589000', '152658.592000', '152658.595000', '152658.597000', '152658.600000', '152658.603000', '152658.605000', '152658.608000', '152658.610000', '152658.613000', '152658.616000', '152658.618000', '152658.621000', '152658.623000', '152658.626000', '152658.629000', '152658.631000', '152658.634000', '152658.636000', '152658.639000', '152658.642000', '152718.530000', '152718.532000', '152718.535000', '152718.538000', '152718.540000', '152718.543000', '152718.545000', '152718.548000', '152718.551000', '152718.553000', '152718.556000', '152718.559000', '152718.562000', '152718.564000', '152718.567000', '152718.570000', '152718.572000', '152718.575000', '152718.577000', '152718.580000', '152718.583000', '152718.585000', '152718.588000', '152718.590000', '152718.593000', '152718.596000', '152718.598000', '152718.601000', '152718.603000', '152718.614000', '152718.617000', '152718.620000', '152718.622000', '152718.625000', '152718.627000', '152718.630000', '152718.632000', '152718.635000', '152718.638000', '152718.640000', '152718.643000', '152718.646000', '152718.648000', '152738.530000', '152738.532000', '152738.535000', '152738.538000', '152738.540000', '152738.543000', '152738.545000', '152738.548000', '152738.550000', '152738.553000', '152738.556000', '152738.558000', '152738.561000', '152738.563000', '152738.566000', '152738.569000', '152738.571000', '152738.574000', '152738.577000', '152738.579000', '152738.582000', '152738.584000', '152738.587000', '152738.590000', '152738.616000', '152738.619000', '152738.621000', '152738.624000', '152738.626000', '152738.629000', '152738.632000', '152738.634000', '152738.637000', '152738.639000', '152738.642000', '152738.645000', '152738.647000', '152738.650000', '152738.652000', '152738.655000', '152738.658000', '152738.660000', '152738.663000', '152738.665000', '152758.528000', '152758.531000', '152758.534000', '152758.537000', '152758.539000', '152758.542000', '152758.544000', '152758.547000', '152758.550000', '152758.552000', '152758.555000', '152758.557000', '152758.560000', '152758.563000', '152758.565000', '152758.568000', '152758.570000', '152758.573000', '152758.575000', '152758.578000', '152758.581000', '152758.583000', '152758.587000', '152758.590000', '152758.593000', '152758.595000', '152758.598000', '152758.600000', '152758.603000', '152758.605000', '152758.608000', '152758.611000', '152758.613000', '152758.616000', '152758.619000', '152758.621000', '152758.624000', '152758.626000', '152758.629000', '152758.632000', '152758.634000', '152758.637000', '152758.639000', '152810.068000', '152810.070000', '152810.073000', '152810.076000', '152810.078000', '152810.081000', '152810.083000', '152810.086000', '152810.089000', '152810.091000', '152810.094000', '152810.096000', '152810.099000', '152810.101000', '152810.104000', '152810.107000', '152810.109000', '152810.112000', '152810.114000', '152810.117000', '152810.120000', '152810.122000', '152810.125000', '152810.128000', '152810.130000', '152810.133000'], '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': [17630, 13328, 10989, 9869, 10199, 13725, 10197, 14345, 10149, 12120, 10144, 12789, 9992, 10824, 9949, 11568, 10182, 11779, 9693, 10826, 9917, 12022, 10128, 12268, 9321, 11390, 9345, 11963, 9371, 11296, 8929, 10798, 12250, 11679, 8821, 9990, 8390, 10631, 9778, 13919, 10508, 15446, 9719, 14304, 12289, 11463, 10542, 9885, 15307, 10400, 15528, 9886, 15350, 9565, 16811, 12233, 15241, 9808, 14717, 9657, 13483, 9887, 10851, 10348, 11902, 12444, 9509, 12062, 10663, 14757, 10926, 16506, 9868, 14451, 9980, 14897, 10659, 14888, 9852, 12645, 9941, 14354, 10433, 15267, 10264, 13807, 10349, 14457, 10818, 12123, 10402, 11879, 10263, 13855, 10944, 9275, 10155, 10138, 11593, 10002, 13958, 9875, 13441, 10225, 15751, 11048, 15143, 10096, 14549, 10208, 16069, 11119, 11633, 10398, 10410, 10261, 12818, 10302, 8623, 9976, 8500, 11603, 9317, 11872, 9642, 12726, 9441, 12777, 9576, 11402, 10298, 14356, 9875, 15476, 10064, 14370, 10081, 15113, 11463, 15960, 9929, 11798, 10238, 13173, 11190, 8779, 10032, 9686, 11976, 10464, 15404, 10216, 14629, 10220, 15757, 11078, 14676, 10029, 14666, 9949, 14690, 10869, 9512, 9926, 9562, 12483, 9657, 14570, 10221, 9137, 10222, 9649, 14751, 10152, 16204, 10689, 10257, 10473, 9425, 9824, 10155, 16299, 9796, 12593, 9707, 10288, 9682, 14208, 10479, 9907, 12713, 10076, 12160, 13789, 11449, 14255, 20035, 12796, 18607, 13341, 16343, 10280, 16158, 10178, 15171, 10211, 8818, 10475, 9275, 10357, 9532, 10313, 10608, 12392, 9957, 13933, 9752, 12001, 16655, 12912, 15841, 9851, 13177, 9766, 12863, 9802, 11397, 9500, 10604, 9529, 11314, 9265, 13092, 9659, 14066, 9892, 14641, 10875, 11906, 10103, 15431, 9885, 16069, 12654, 15053, 10175, 13561, 9869, 13216, 10094, 9787, 9584, 8775, 10381, 9554, 14988, 9572, 14608, 9787, 12067, 9592, 9337, 12456, 9563, 11983, 9266, 16447, 10546, 9773, 10256, 9486, 9421, 9508, 9205, 13931, 17841, 18792, 14670, 19040, 12520, 20146, 14377, 20675, 10287, 15295, 9511, 11726, 11832, 10337, 15683, 9991, 13476, 9778, 13362, 9680, 11337, 9215, 10591, 9669, 10104, 9407, 10901, 9180, 10348, 9268, 9466, 9328, 11699, 8815, 15554, 11571, 11235, 11775, 10372, 12222, 11109, 18256, 13087, 14431, 21391, 14490, 16378, 9792, 12884, 9325, 10863, 10713, 10155, 12948, 10261, 15898, 10192, 15270, 9799, 14281, 9643, 14277, 10549, 11586, 9151, 8580, 10633, 16480, 11979, 14896, 10306, 13981, 10475, 14485, 11029, 18276, 10111, 14073, 9603, 14340, 11028, 15343, 9393, 10930, 9177, 12190, 9698, 15421, 9966, 14506, 10094, 14036, 10231, 12551, 9133, 8912, 9940, 11269, 10789, 11278, 9033, 10386, 11849, 10524, 15175, 10214, 14356, 10544, 16022, 10288, 14360, 10316, 13244, 9930, 11474, 9507, 11324, 9468, 11130, 9340, 10336, 9449, 10352, 10826, 11143, 9394, 10191, 9194, 9913, 11722, 11185, 9315, 9956, 9058, 11348, 9390, 15650, 10430, 15927, 10103, 16406, 11249, 18376, 9985, 14652, 9962, 13525, 10614, 15261, 9944, 12072, 9718, 14003, 10171, 13900, 9996, 10852, 10121, 13732, 10500, 9223, 9595, 9470, 11044, 9406, 13409, 9695, 12899, 9926, 14279, 9905, 14548, 9849, 13965, 9766, 14659, 10121, 13029, 9834, 8376, 9048, 8963, 9329, 9110, 16054, 10912, 9481, 13268, 9265, 9390, 10855, 9903, 15521, 10984, 17397, 9315, 12445, 9435, 11371, 9515, 15755, 9147, 10145, 9360, 9397, 10000, 9034, 14152, 12311, 11763, 9521, 10589, 15384, 10800, 17929, 13200, 15504, 16384, 11584, 13361, 10197, 17047, 9917, 16532, 9929, 13409, 9261, 12378, 9066, 11728, 9168, 12351, 9110, 12920, 9171, 12470, 8915, 12754, 9724, 9075, 10056, 15691, 9925, 12369, 9970, 10265, 8943, 14927, 10913, 10583, 9182, 9302, 11714, 9779, 15844, 17112, 12988, 20160, 11996, 15809, 9882, 13541, 9371, 11430, 9935, 11788, 10074, 11102, 9537, 10000, 8990, 9847, 9344, 11415, 9527, 10791, 9294, 10423, 8997, 10555, 10830, 10078, 9090, 9674, 12772, 9371, 13265, 8930, 14505, 9085, 12720, 9137, 11836, 9178, 12483, 8592, 11549, 9001, 10707, 8937, 10328, 8764, 10640, 8857, 9467, 11944, 9286, 15639, 9186, 12540, 8733, 11505, 9010, 10366, 8785, 9932, 9688, 11063, 10021, 9783, 9727, 9130, 9523, 12210, 9996, 12117, 8923, 9242, 11384, 9774, 11092, 9851, 14695, 8337, 12995, 8855, 12671, 10582, 8848, 8818, 10414, 9012, 8240, 8567, 8686, 9156, 8562, 14042, 13357, 10286, 11877, 8522, 8861, 11357, 8673, 8443, 8817, 17980, 11873, 19097, 9083, 14265, 8749, 11175, 8801, 10733, 8900, 10210, 9192, 10906, 8592, 9059, 10126, 9006, 9054, 10153, 9095, 13259, 9429, 15359, 11016, 15318, 18332, 13943, 11961, 9719, 12543, 9042, 13843, 9095, 10248, 8577, 10824, 8459, 12333, 8558, 8149, 8689, 8052, 9572, 9039, 11352, 8038, 10873, 10462, 9305, 9809, 8611, 11073, 9834, 8820, 13295, 19724, 15925, 18933, 15814, 16708, 8597, 13287, 8187, 10901, 8399, 11237, 8282, 10938, 8204, 11377, 8426, 12010, 8324, 11630, 8385, 11654, 8581, 13626, 8990, 13717, 9488, 14536, 11139, 14822, 10980, 9405, 9325, 8799, 12643, 18500, 13629, 15484, 10885, 10054, 9889, 8838, 9410, 8554, 11888, 13456, 10170, 10578, 12836, 11948, 19142, 15265, 19268, 14750, 13851, 19597, 15968, 15216, 9106, 10647, 9170, 10470, 8861, 10363, 8808, 9871, 9555, 9941, 9396, 10403, 9457, 9835, 9571, 10923, 8795, 8945, 9442, 9532, 14091, 9804, 14320, 10710, 11067, 15524, 9460, 9699, 8944, 8961, 8728, 11479, 13144, 9206, 8742, 13980, 9352, 15392, 10923, 15829, 11264, 12629, 8347, 10704, 8498, 12369, 8692, 11470, 8097, 9987, 8203, 8831, 8562, 9964, 8516, 10539, 10861, 9815, 15047, 10413, 15629, 8944, 13365, 8877, 12437, 8689, 11275, 10072, 9582, 17110, 10527, 13878, 9451, 11859, 8428, 10130, 8943, 10560, 8935, 9493, 14089, 9213, 15519, 9699, 13013, 8632, 11490, 8702, 11055, 8659, 10391, 10528, 8858, 15793, 9649, 13802, 8847, 12407, 8314, 10718, 8568, 10112, 7831, 8626, 13943, 9101, 15098, 8991, 14338, 9140, 14399, 10079, 12586, 9507, 9440, 9509, 13119, 10981, 12619, 9834, 8734, 8559, 12429, 13864, 9464, 12043, 9373, 9350, 14658, 18191, 16113, 17935, 11026, 10772, 8689, 10145, 13764, 9502, 10891, 8563, 11443, 8539, 11526, 8743, 8521, 8870, 14458, 9780, 13133, 8472, 11295, 8266, 11178, 9116, 12602, 8743, 14087, 9397, 9187, 9665, 8934, 10556, 8762, 9185, 8966, 10444, 8617, 11220, 12515, 10942, 19679, 16851, 18117, 14008, 17422, 14075, 18984, 14218, 17852, 13420, 10315, 13937], 'WindowCenter': [4529.0, 4490.0, 4457.0, 4445.0, 4443.0, 4460.0, 4425.0, 4442.0, 4413.0, 4408.0, 4396.0, 4419.0, 4398.0, 4397.0, 4386.0, 4396.0, 4400.0, 4417.0, 4399.0, 4407.0, 4401.0, 4420.0, 4414.0, 4423.0, 4402.0, 4423.0, 4403.0, 4450.0, 4417.0, 4439.0, 4406.0, 4424.0, 4434.0, 4425.0, 4405.0, 4414.0, 4407.0, 4427.0, 4417.0, 4458.0, 4429.0, 4468.0, 4419.0, 4459.0, 4439.0, 4435.0, 4415.0, 4415.0, 4455.0, 4426.0, 4455.0, 4415.0, 4455.0, 4404.0, 4454.0, 4433.0, 4443.0, 4413.0, 4443.0, 4403.0, 4432.0, 4414.0, 4423.0, 4414.0, 4436.0, 4435.0, 4417.0, 4435.0, 4415.0, 4444.0, 4413.0, 4453.0, 4404.0, 4443.0, 4403.0, 4442.0, 4413.0, 4443.0, 4402.0, 4420.0, 4401.0, 4430.0, 4412.0, 4442.0, 4412.0, 4432.0, 4414.0, 4442.0, 4423.0, 4422.0, 4413.0, 4435.0, 4413.0, 4432.0, 4425.0, 4401.0, 4411.0, 4412.0, 4420.0, 4414.0, 4444.0, 4414.0, 4433.0, 4413.0, 4455.0, 4426.0, 4457.0, 4415.0, 4441.0, 4412.0, 4438.0, 4424.0, 4420.0, 4412.0, 4413.0, 4413.0, 4434.0, 4414.0, 4392.0, 4413.0, 4393.0, 4423.0, 4401.0, 4421.0, 4403.0, 4432.0, 4402.0, 4433.0, 4402.0, 4409.0, 4413.0, 4441.0, 4428.0, 4468.0, 4426.0, 4452.0, 4411.0, 4439.0, 4424.0, 4451.0, 4401.0, 4421.0, 4411.0, 4430.0, 4421.0, 4391.0, 4400.0, 4401.0, 4420.0, 4412.0, 4455.0, 4413.0, 4443.0, 4410.0, 4451.0, 4421.0, 4440.0, 4403.0, 4441.0, 4401.0, 4429.0, 4412.0, 4402.0, 4412.0, 4402.0, 4431.0, 4403.0, 4442.0, 4413.0, 4403.0, 4414.0, 4401.0, 4444.0, 4414.0, 4467.0, 4413.0, 4386.0, 4339.0, 4356.0, 4384.0, 4398.0, 4440.0, 4401.0, 4421.0, 4416.0, 4385.0, 4389.0, 4441.0, 4410.0, 4401.0, 4418.0, 4399.0, 4408.0, 4420.0, 4394.0, 4417.0, 4433.0, 4380.0, 4409.0, 4389.0, 4397.0, 4357.0, 4395.0, 4367.0, 4410.0, 4381.0, 4359.0, 4395.0, 4373.0, 4385.0, 4386.0, 4396.0, 4398.0, 4419.0, 4398.0, 4429.0, 4400.0, 4421.0, 4437.0, 4420.0, 4429.0, 4387.0, 4418.0, 4399.0, 4417.0, 4398.0, 4421.0, 4399.0, 4398.0, 4402.0, 4410.0, 4400.0, 4432.0, 4403.0, 4445.0, 4417.0, 4445.0, 4426.0, 4436.0, 4415.0, 4455.0, 4414.0, 4455.0, 4424.0, 4443.0, 4412.0, 4432.0, 4416.0, 4434.0, 4426.0, 4414.0, 4416.0, 4406.0, 4413.0, 4414.0, 4457.0, 4416.0, 4457.0, 4417.0, 4435.0, 4417.0, 4416.0, 4447.0, 4417.0, 4436.0, 4416.0, 4471.0, 4430.0, 4418.0, 4428.0, 4419.0, 4418.0, 4419.0, 4408.0, 4447.0, 4480.0, 4477.0, 4457.0, 4477.0, 4436.0, 4465.0, 4432.0, 4463.0, 4400.0, 4431.0, 4388.0, 4393.0, 4394.0, 4384.0, 4412.0, 4373.0, 4416.0, 4386.0, 4403.0, 4386.0, 4395.0, 4387.0, 4397.0, 4400.0, 4398.0, 4390.0, 4412.0, 4392.0, 4413.0, 4402.0, 4416.0, 4406.0, 4425.0, 4407.0, 4459.0, 4439.0, 4429.0, 4438.0, 4417.0, 4441.0, 4439.0, 4473.0, 4439.0, 4436.0, 4462.0, 4431.0, 4440.0, 4387.0, 4419.0, 4402.0, 4399.0, 4399.0, 4400.0, 4419.0, 4401.0, 4453.0, 4399.0, 4443.0, 4414.0, 4432.0, 4403.0, 4443.0, 4415.0, 4423.0, 4405.0, 4406.0, 4441.0, 4466.0, 4439.0, 4444.0, 4416.0, 4448.0, 4427.0, 4445.0, 4415.0, 4464.0, 4414.0, 4430.0, 4400.0, 4430.0, 4401.0, 4440.0, 4388.0, 4399.0, 4401.0, 4421.0, 4403.0, 4441.0, 4399.0, 4429.0, 4401.0, 4420.0, 4389.0, 4409.0, 4374.0, 4363.0, 4387.0, 4408.0, 4394.0, 4394.0, 4375.0, 4385.0, 4396.0, 4395.0, 4427.0, 4386.0, 4416.0, 4397.0, 4426.0, 4387.0, 4426.0, 4383.0, 4405.0, 4385.0, 4392.0, 4385.0, 4393.0, 4389.0, 4406.0, 4387.0, 4397.0, 4388.0, 4395.0, 4395.0, 4408.0, 4388.0, 4398.0, 4389.0, 4397.0, 4408.0, 4411.0, 4390.0, 4398.0, 4390.0, 4408.0, 4388.0, 4439.0, 4412.0, 4442.0, 4412.0, 4454.0, 4413.0, 4464.0, 4401.0, 4431.0, 4399.0, 4418.0, 4397.0, 4426.0, 4386.0, 4407.0, 4400.0, 4428.0, 4399.0, 4418.0, 4387.0, 4397.0, 4398.0, 4418.0, 4399.0, 4388.0, 4387.0, 4389.0, 4407.0, 4388.0, 4420.0, 4400.0, 4419.0, 4401.0, 4431.0, 4401.0, 4430.0, 4400.0, 4428.0, 4401.0, 4430.0, 4398.0, 4420.0, 4400.0, 4380.0, 4390.0, 4390.0, 4390.0, 4390.0, 4453.0, 4424.0, 4403.0, 4445.0, 4416.0, 4433.0, 4439.0, 4417.0, 4455.0, 4414.0, 4455.0, 4404.0, 4464.0, 4507.0, 4467.0, 4417.0, 4471.0, 4416.0, 4413.0, 4403.0, 4404.0, 4418.0, 4409.0, 4461.0, 4451.0, 4453.0, 4430.0, 4430.0, 4469.0, 4428.0, 4469.0, 4426.0, 4445.0, 4439.0, 4398.0, 4416.0, 4388.0, 4437.0, 4400.0, 4464.0, 4401.0, 4429.0, 4389.0, 4404.0, 4376.0, 4405.0, 4386.0, 4406.0, 4377.0, 4416.0, 4403.0, 4431.0, 4389.0, 4416.0, 4398.0, 4401.0, 4426.0, 4468.0, 4413.0, 4434.0, 4402.0, 4412.0, 4390.0, 4457.0, 4423.0, 4412.0, 4402.0, 4400.0, 4423.0, 4403.0, 4447.0, 4444.0, 4407.0, 4450.0, 4393.0, 4415.0, 4373.0, 4403.0, 4373.0, 4393.0, 4385.0, 4391.0, 4382.0, 4391.0, 4372.0, 4383.0, 4375.0, 4385.0, 4385.0, 4406.0, 4387.0, 4396.0, 4387.0, 4411.0, 4404.0, 4422.0, 4423.0, 4413.0, 4401.0, 4412.0, 4415.0, 4386.0, 4403.0, 4375.0, 4427.0, 4389.0, 4419.0, 4399.0, 4418.0, 4401.0, 4419.0, 4392.0, 4408.0, 4392.0, 4411.0, 4389.0, 4399.0, 4379.0, 4399.0, 4387.0, 4400.0, 4408.0, 4402.0, 4452.0, 4390.0, 4418.0, 4377.0, 4406.0, 4386.0, 4397.0, 4391.0, 4398.0, 4399.0, 4410.0, 4411.0, 4399.0, 4400.0, 4400.0, 4402.0, 4434.0, 4426.0, 4448.0, 4415.0, 4415.0, 4436.0, 4417.0, 4427.0, 4430.0, 4445.0, 4384.0, 4422.0, 4392.0, 4436.0, 4411.0, 4391.0, 4391.0, 4412.0, 4404.0, 4395.0, 4392.0, 4395.0, 4405.0, 4394.0, 4434.0, 4436.0, 4419.0, 4436.0, 4394.0, 4407.0, 4439.0, 4419.0, 4397.0, 4394.0, 4452.0, 4412.0, 4454.0, 4393.0, 4430.0, 4379.0, 4400.0, 4379.0, 4399.0, 4393.0, 4403.0, 4405.0, 4413.0, 4393.0, 4419.0, 4429.0, 4422.0, 4419.0, 4429.0, 4421.0, 4452.0, 4422.0, 4460.0, 4419.0, 4445.0, 4453.0, 4432.0, 4413.0, 4403.0, 4420.0, 4391.0, 4420.0, 4390.0, 4412.0, 4391.0, 4412.0, 4381.0, 4419.0, 4392.0, 4383.0, 4394.0, 4384.0, 4404.0, 4392.0, 4425.0, 4396.0, 4427.0, 4428.0, 4417.0, 4418.0, 4406.0, 4427.0, 4417.0, 4408.0, 4451.0, 4470.0, 4455.0, 4453.0, 4440.0, 4442.0, 4393.0, 4420.0, 4381.0, 4398.0, 4379.0, 4409.0, 4392.0, 4410.0, 4390.0, 4409.0, 4381.0, 4420.0, 4393.0, 4411.0, 4391.0, 4422.0, 4395.0, 4445.0, 4407.0, 4414.0, 4404.0, 4414.0, 4368.0, 4411.0, 4381.0, 4388.0, 4413.0, 4420.0, 4461.0, 4467.0, 4433.0, 4444.0, 4409.0, 4401.0, 4401.0, 4388.0, 4400.0, 4390.0, 4422.0, 4431.0, 4411.0, 4410.0, 4421.0, 4421.0, 4464.0, 4432.0, 4453.0, 4416.0, 4404.0, 4422.0, 4410.0, 4398.0, 4347.0, 4364.0, 4356.0, 4367.0, 4358.0, 4366.0, 4359.0, 4369.0, 4370.0, 4379.0, 4360.0, 4383.0, 4371.0, 4383.0, 4399.0, 4406.0, 4389.0, 4399.0, 4412.0, 4413.0, 4443.0, 4415.0, 4446.0, 4412.0, 4411.0, 4441.0, 4400.0, 4400.0, 4387.0, 4387.0, 4388.0, 4422.0, 4433.0, 4403.0, 4393.0, 4441.0, 4405.0, 4445.0, 4409.0, 4440.0, 4397.0, 4408.0, 4379.0, 4409.0, 4390.0, 4418.0, 4378.0, 4406.0, 4368.0, 4397.0, 4379.0, 4387.0, 4387.0, 4400.0, 4389.0, 4410.0, 4410.0, 4413.0, 4441.0, 4409.0, 4440.0, 4390.0, 4431.0, 4401.0, 4417.0, 4377.0, 4408.0, 4386.0, 4386.0, 4439.0, 4394.0, 4415.0, 4385.0, 4406.0, 4375.0, 4396.0, 4387.0, 4397.0, 4386.0, 4398.0, 4428.0, 4399.0, 4438.0, 4399.0, 4417.0, 4388.0, 4409.0, 4389.0, 4407.0, 4388.0, 4411.0, 4409.0, 4401.0, 4441.0, 4401.0, 4430.0, 4402.0, 4431.0, 4392.0, 4411.0, 4390.0, 4409.0, 4383.0, 4405.0, 4455.0, 4404.0, 4453.0, 4418.0, 4471.0, 4416.0, 4442.0, 4414.0, 4434.0, 4417.0, 4414.0, 4414.0, 4447.0, 4455.0, 4520.0, 4458.0, 4422.0, 4421.0, 4450.0, 4457.0, 4417.0, 4435.0, 4404.0, 4405.0, 4458.0, 4468.0, 4444.0, 4451.0, 4397.0, 4411.0, 4376.0, 4395.0, 4414.0, 4385.0, 4393.0, 4376.0, 4405.0, 4375.0, 4418.0, 4403.0, 4415.0, 4417.0, 4442.0, 4399.0, 4431.0, 4390.0, 4407.0, 4378.0, 4407.0, 4401.0, 4433.0, 4403.0, 4442.0, 4401.0, 4415.0, 4413.0, 4414.0, 4438.0, 4404.0, 4414.0, 4400.0, 4408.0, 4403.0, 4422.0, 4421.0, 4413.0, 4461.0, 4453.0, 4461.0, 4441.0, 4437.0, 4415.0, 4437.0, 4414.0, 4422.0, 4388.0, 4366.0, 4323.0], 'WindowWidth': [9947.0, 9871.0, 9817.0, 9796.0, 9788.0, 9808.0, 9752.0, 9769.0, 9729.0, 9714.0, 9697.0, 9729.0, 9702.0, 9695.0, 9680.0, 9692.0, 9706.0, 9727.0, 9706.0, 9714.0, 9710.0, 9733.0, 9730.0, 9740.0, 9713.0, 9742.0, 9715.0, 9790.0, 9742.0, 9774.0, 9722.0, 9746.0, 9759.0, 9748.0, 9720.0, 9733.0, 9727.0, 9755.0, 9741.0, 9797.0, 9761.0, 9812.0, 9746.0, 9799.0, 9772.0, 9764.0, 9733.0, 9734.0, 9789.0, 9749.0, 9786.0, 9732.0, 9789.0, 9718.0, 9789.0, 9758.0, 9771.0, 9728.0, 9769.0, 9716.0, 9753.0, 9731.0, 9742.0, 9729.0, 9764.0, 9763.0, 9741.0, 9759.0, 9732.0, 9770.0, 9727.0, 9786.0, 9718.0, 9769.0, 9715.0, 9765.0, 9729.0, 9770.0, 9711.0, 9733.0, 9709.0, 9747.0, 9726.0, 9765.0, 9725.0, 9752.0, 9730.0, 9767.0, 9743.0, 9739.0, 9729.0, 9760.0, 9728.0, 9754.0, 9748.0, 9710.0, 9723.0, 9724.0, 9734.0, 9731.0, 9776.0, 9733.0, 9757.0, 9730.0, 9788.0, 9753.0, 9797.0, 9736.0, 9766.0, 9725.0, 9759.0, 9745.0, 9735.0, 9725.0, 9729.0, 9728.0, 9758.0, 9733.0, 9700.0, 9729.0, 9702.0, 9742.0, 9711.0, 9736.0, 9715.0, 9754.0, 9713.0, 9755.0, 9711.0, 9719.0, 9728.0, 9765.0, 9761.0, 9816.0, 9755.0, 9784.0, 9723.0, 9758.0, 9746.0, 9780.0, 9709.0, 9734.0, 9724.0, 9748.0, 9739.0, 9697.0, 9709.0, 9710.0, 9733.0, 9728.0, 9791.0, 9730.0, 9771.0, 9725.0, 9779.0, 9740.0, 9764.0, 9714.0, 9765.0, 9709.0, 9745.0, 9727.0, 9710.0, 9726.0, 9712.0, 9751.0, 9715.0, 9768.0, 9731.0, 9717.0, 9730.0, 9712.0, 9772.0, 9731.0, 9811.0, 9729.0, 9678.0, 9586.0, 9626.0, 9674.0, 9702.0, 9766.0, 9708.0, 9735.0, 9739.0, 9676.0, 9690.0, 9765.0, 9721.0, 9710.0, 9728.0, 9703.0, 9716.0, 9735.0, 9689.0, 9726.0, 9744.0, 9663.0, 9710.0, 9673.0, 9685.0, 9625.0, 9677.0, 9644.0, 9704.0, 9668.0, 9638.0, 9691.0, 9662.0, 9680.0, 9682.0, 9696.0, 9701.0, 9729.0, 9702.0, 9744.0, 9706.0, 9736.0, 9755.0, 9732.0, 9744.0, 9684.0, 9728.0, 9704.0, 9724.0, 9702.0, 9734.0, 9705.0, 9702.0, 9712.0, 9719.0, 9708.0, 9753.0, 9718.0, 9776.0, 9741.0, 9775.0, 9751.0, 9762.0, 9737.0, 9789.0, 9731.0, 9793.0, 9743.0, 9769.0, 9725.0, 9756.0, 9739.0, 9758.0, 9752.0, 9732.0, 9737.0, 9726.0, 9730.0, 9734.0, 9795.0, 9738.0, 9796.0, 9740.0, 9761.0, 9743.0, 9739.0, 9784.0, 9741.0, 9766.0, 9738.0, 9820.0, 9763.0, 9743.0, 9759.0, 9747.0, 9741.0, 9745.0, 9727.0, 9782.0, 9837.0, 9828.0, 9796.0, 9823.0, 9762.0, 9807.0, 9753.0, 9798.0, 9703.0, 9749.0, 9686.0, 9685.0, 9686.0, 9672.0, 9709.0, 9657.0, 9720.0, 9679.0, 9701.0, 9682.0, 9691.0, 9686.0, 9698.0, 9708.0, 9703.0, 9691.0, 9724.0, 9697.0, 9728.0, 9713.0, 9737.0, 9721.0, 9748.0, 9722.0, 9804.0, 9773.0, 9756.0, 9767.0, 9741.0, 9775.0, 9773.0, 9838.0, 9774.0, 9762.0, 9799.0, 9748.0, 9761.0, 9685.0, 9730.0, 9712.0, 9703.0, 9700.0, 9704.0, 9729.0, 9708.0, 9782.0, 9705.0, 9769.0, 9731.0, 9754.0, 9715.0, 9768.0, 9737.0, 9741.0, 9721.0, 9724.0, 9779.0, 9809.0, 9772.0, 9774.0, 9737.0, 9784.0, 9754.0, 9776.0, 9734.0, 9802.0, 9729.0, 9750.0, 9708.0, 9746.0, 9708.0, 9761.0, 9688.0, 9700.0, 9712.0, 9738.0, 9715.0, 9763.0, 9704.0, 9743.0, 9707.0, 9733.0, 9689.0, 9715.0, 9662.0, 9645.0, 9681.0, 9714.0, 9692.0, 9690.0, 9664.0, 9679.0, 9693.0, 9692.0, 9737.0, 9679.0, 9721.0, 9697.0, 9738.0, 9682.0, 9736.0, 9675.0, 9704.0, 9678.0, 9684.0, 9678.0, 9687.0, 9690.0, 9710.0, 9685.0, 9697.0, 9687.0, 9693.0, 9694.0, 9714.0, 9685.0, 9700.0, 9690.0, 9698.0, 9715.0, 9722.0, 9691.0, 9701.0, 9694.0, 9714.0, 9688.0, 9761.0, 9727.0, 9767.0, 9728.0, 9790.0, 9730.0, 9803.0, 9710.0, 9751.0, 9706.0, 9729.0, 9698.0, 9737.0, 9683.0, 9712.0, 9708.0, 9743.0, 9704.0, 9727.0, 9684.0, 9698.0, 9700.0, 9728.0, 9704.0, 9687.0, 9684.0, 9692.0, 9711.0, 9690.0, 9732.0, 9707.0, 9732.0, 9713.0, 9748.0, 9709.0, 9747.0, 9707.0, 9744.0, 9709.0, 9749.0, 9704.0, 9733.0, 9706.0, 9679.0, 9693.0, 9693.0, 9693.0, 9692.0, 9786.0, 9746.0, 9716.0, 9776.0, 9738.0, 9775.0, 9776.0, 9740.0, 9790.0, 9729.0, 9788.0, 9715.0, 9817.0, 9919.0, 9825.0, 9742.0, 9820.0, 9739.0, 9727.0, 9716.0, 9716.0, 9741.0, 9730.0, 9802.0, 9794.0, 9798.0, 9763.0, 9761.0, 9813.0, 9755.0, 9824.0, 9748.0, 9776.0, 9758.0, 9697.0, 9719.0, 9683.0, 9748.0, 9706.0, 9802.0, 9710.0, 9745.0, 9692.0, 9704.0, 9667.0, 9703.0, 9683.0, 9707.0, 9671.0, 9724.0, 9718.0, 9750.0, 9690.0, 9720.0, 9700.0, 9710.0, 9756.0, 9814.0, 9732.0, 9759.0, 9711.0, 9724.0, 9691.0, 9796.0, 9747.0, 9728.0, 9714.0, 9709.0, 9742.0, 9714.0, 9787.0, 9775.0, 9714.0, 9780.0, 9686.0, 9720.0, 9658.0, 9698.0, 9657.0, 9684.0, 9677.0, 9679.0, 9670.0, 9679.0, 9658.0, 9670.0, 9667.0, 9679.0, 9680.0, 9707.0, 9684.0, 9695.0, 9684.0, 9727.0, 9722.0, 9740.0, 9747.0, 9731.0, 9711.0, 9727.0, 9721.0, 9680.0, 9698.0, 9665.0, 9741.0, 9690.0, 9731.0, 9704.0, 9730.0, 9709.0, 9731.0, 9697.0, 9715.0, 9696.0, 9721.0, 9690.0, 9702.0, 9673.0, 9702.0, 9684.0, 9705.0, 9713.0, 9710.0, 9782.0, 9690.0, 9727.0, 9670.0, 9708.0, 9682.0, 9698.0, 9693.0, 9699.0, 9702.0, 9721.0, 9724.0, 9705.0, 9707.0, 9707.0, 9708.0, 9759.0, 9754.0, 9782.0, 9736.0, 9736.0, 9763.0, 9738.0, 9752.0, 9759.0, 9775.0, 9687.0, 9735.0, 9694.0, 9761.0, 9724.0, 9693.0, 9694.0, 9724.0, 9714.0, 9703.0, 9695.0, 9702.0, 9715.0, 9701.0, 9755.0, 9760.0, 9743.0, 9764.0, 9703.0, 9723.0, 9771.0, 9745.0, 9709.0, 9698.0, 9783.0, 9720.0, 9784.0, 9695.0, 9746.0, 9674.0, 9702.0, 9674.0, 9701.0, 9697.0, 9711.0, 9716.0, 9722.0, 9699.0, 9744.0, 9759.0, 9751.0, 9742.0, 9755.0, 9749.0, 9789.0, 9750.0, 9807.0, 9739.0, 9771.0, 9779.0, 9747.0, 9721.0, 9712.0, 9730.0, 9691.0, 9731.0, 9689.0, 9724.0, 9694.0, 9719.0, 9679.0, 9728.0, 9695.0, 9683.0, 9701.0, 9687.0, 9714.0, 9697.0, 9747.0, 9707.0, 9749.0, 9752.0, 9740.0, 9738.0, 9723.0, 9748.0, 9736.0, 9726.0, 9795.0, 9819.0, 9784.0, 9786.0, 9757.0, 9762.0, 9698.0, 9730.0, 9678.0, 9696.0, 9676.0, 9715.0, 9698.0, 9719.0, 9695.0, 9718.0, 9680.0, 9731.0, 9698.0, 9722.0, 9696.0, 9739.0, 9705.0, 9773.0, 9725.0, 9714.0, 9717.0, 9716.0, 9641.0, 9708.0, 9666.0, 9688.0, 9732.0, 9757.0, 9816.0, 9821.0, 9757.0, 9779.0, 9719.0, 9711.0, 9709.0, 9690.0, 9711.0, 9695.0, 9744.0, 9755.0, 9726.0, 9721.0, 9740.0, 9739.0, 9812.0, 9757.0, 9803.0, 9727.0, 9704.0, 9734.0, 9706.0, 9685.0, 9615.0, 9637.0, 9628.0, 9643.0, 9632.0, 9643.0, 9635.0, 9651.0, 9651.0, 9665.0, 9639.0, 9674.0, 9657.0, 9673.0, 9706.0, 9711.0, 9692.0, 9708.0, 9730.0, 9733.0, 9770.0, 9737.0, 9784.0, 9730.0, 9724.0, 9765.0, 9708.0, 9706.0, 9688.0, 9686.0, 9688.0, 9742.0, 9755.0, 9716.0, 9704.0, 9767.0, 9720.0, 9783.0, 9720.0, 9763.0, 9699.0, 9714.0, 9679.0, 9720.0, 9695.0, 9730.0, 9675.0, 9709.0, 9662.0, 9699.0, 9677.0, 9686.0, 9689.0, 9708.0, 9693.0, 9722.0, 9722.0, 9728.0, 9768.0, 9721.0, 9764.0, 9696.0, 9751.0, 9714.0, 9730.0, 9674.0, 9716.0, 9684.0, 9685.0, 9763.0, 9692.0, 9723.0, 9684.0, 9711.0, 9669.0, 9696.0, 9687.0, 9700.0, 9685.0, 9706.0, 9744.0, 9707.0, 9759.0, 9706.0, 9730.0, 9692.0, 9719.0, 9695.0, 9716.0, 9690.0, 9724.0, 9719.0, 9711.0, 9769.0, 9712.0, 9751.0, 9716.0, 9752.0, 9705.0, 9724.0, 9697.0, 9721.0, 9690.0, 9725.0, 9790.0, 9720.0, 9790.0, 9750.0, 9825.0, 9741.0, 9768.0, 9734.0, 9761.0, 9744.0, 9732.0, 9733.0, 9781.0, 9809.0, 9921.0, 9817.0, 9757.0, 9751.0, 9790.0, 9795.0, 9740.0, 9763.0, 9720.0, 9720.0, 9801.0, 9827.0, 9776.0, 9782.0, 9699.0, 9722.0, 9672.0, 9690.0, 9717.0, 9680.0, 9688.0, 9669.0, 9707.0, 9668.0, 9729.0, 9718.0, 9742.0, 9743.0, 9770.0, 9708.0, 9754.0, 9696.0, 9715.0, 9677.0, 9715.0, 9711.0, 9761.0, 9719.0, 9769.0, 9712.0, 9736.0, 9731.0, 9734.0, 9778.0, 9724.0, 9738.0, 9710.0, 9717.0, 9716.0, 9742.0, 9738.0, 9730.0, 9807.0, 9788.0, 9800.0, 9767.0, 9758.0, 9722.0, 9764.0, 9717.0, 9733.0, 9672.0, 9639.0, 9538.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.003638875675675675</td></tr>
<tr><td colspan=3>aqi</td><td>0.05236849481081082</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.32555295270563</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2863727549025985</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0093690833225115</td></tr>
<tr><td colspan=3>efc</td><td>0.5299</td></tr>
<tr><td colspan=3>fber</td><td>4139.1479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13160541786492122</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>139</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.027027027027026</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5264938382787365</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3629007618458737</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.723473389612789</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.493107363377547</td></tr>
<tr><td colspan=3>gcor</td><td>0.0171361</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0179384034126997</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.049046508967876434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.35054678057176</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>20.5755</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.0133</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284033.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.75</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.464</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.3286</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3534.2376</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1665.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>835.7525</td></tr>
<tr><td colspan=3>tsnr</td><td>28.92902378179133</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>