<?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-0031_ses-02_task-alignvideo_acq-mb8_run-03_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-0031_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_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-0031/ses-02/func/sub-0031_ses-02_task-alignvideo_acq-mb8_run-03_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>e545b0603f07636a3f2d2dfb8b9c7670</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>12:52:52.787500</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_VE11C_LATEST_20160120</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.999875, -0.0157324, 0.00183011, 0.0157073, 0.999792, 0.0130212]</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-03_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.134297</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7748, -7190, 499, -45, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e18e27d-5aa1-4c4c-b3c1-5b3f13cdc900||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825902462005615, 0.04214153066277504, 0.0054933857172727585, 111.29007720947266], [0.0422089658677578, 2.682368516921997, 0.035075314342975616, -89.3156509399414], [0.004910058341920376, -0.03493502736091614, 2.6997666358947754, -37.63081741333008], [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, 1158]</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, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['125252.787500', '125253.247500', '125253.707500', '125254.167500', '125254.627500', '125255.087500', '125255.547500', '125256.007500', '125256.467500', '125256.927500', '125257.387500', '125257.847500', '125258.307500', '125258.767500', '125259.227500', '125259.687500', '125300.147500', '125300.607500', '125301.067500', '125301.527500', '125301.987500', '125302.447500', '125302.907500', '125303.367500', '125303.827500', '125304.287500', '125304.747500', '125305.207500', '125305.667500', '125306.127500', '125306.587500', '125307.047500', '125307.507500', '125307.967500', '125308.427500', '125308.887500', '125309.347500', '125309.807500', '125310.267500', '125310.727500', '125311.187500', '125311.647500', '125312.107500', '125312.567500', '125313.027500', '125313.487500', '125313.947500', '125314.407500', '125314.867500', '125315.327500', '125315.787500', '125316.247500', '125316.707500', '125317.167500', '125317.627500', '125318.087500', '125318.547500', '125319.007500', '125319.467500', '125319.927500', '125320.387500', '125320.847500', '125321.307500', '125321.767500', '125322.227500', '125322.687500', '125323.147500', '125323.607500', '125324.067500', '125324.527500', '125324.987500', '125325.447500', '125325.907500', '125326.367500', '125326.827500', '125327.287500', '125327.747500', '125328.207500', '125328.667500', '125329.127500', '125329.587500', '125330.047500', '125330.507500', '125330.967500', '125331.427500', '125331.887500', '125332.347500', '125332.807500', '125333.267500', '125333.727500', '125334.187500', '125334.647500', '125335.107500', '125335.567500', '125336.027500', '125336.487500', '125336.947500', '125337.407500', '125337.867500', '125338.327500', '125338.787500', '125339.247500', '125339.707500', '125340.167500', '125340.627500', '125341.087500', '125341.547500', '125342.007500', '125342.467500', '125342.927500', '125343.387500', '125343.847500', '125344.307500', '125344.767500', '125345.227500', '125345.687500', '125346.147500', '125346.607500', '125347.067500', '125347.527500', '125347.987500', '125348.447500', '125348.907500', '125349.367500', '125349.827500', '125350.287500', '125350.747500', '125351.207500', '125351.667500', '125352.127500', '125352.587500', '125353.047500', '125353.507500', '125353.967500', '125354.427500', '125354.887500', '125355.347500', '125355.807500', '125356.267500', '125356.727500', '125357.187500', '125357.647500', '125358.107500', '125358.567500', '125359.027500', '125359.487500', '125359.947500', '125400.407500', '125400.867500', '125401.327500', '125401.787500', '125402.247500', '125402.707500', '125403.167500', '125403.627500', '125404.087500', '125404.547500', '125405.007500', '125405.467500', '125405.927500', '125406.387500', '125406.847500', '125407.307500', '125407.767500', '125408.227500', '125408.687500', '125409.147500', '125409.607500', '125410.067500', '125410.527500', '125410.987500', '125411.447500', '125411.907500', '125412.367500', '125412.827500', '125413.287500', '125413.747500', '125414.207500', '125414.667500', '125415.127500', '125415.587500', '125416.047500', '125416.507500', '125416.967500', '125417.427500', '125417.887500', '125418.347500', '125418.807500', '125419.267500', '125419.727500', '125420.187500', '125420.647500', '125421.107500', '125421.567500', '125422.027500', '125422.487500', '125422.947500', '125423.407500', '125423.867500', '125424.327500', '125424.787500', '125425.247500', '125425.707500', '125426.167500', '125426.627500', '125427.087500', '125427.547500', '125428.007500', '125428.467500', '125428.927500', '125429.387500', '125429.847500', '125430.307500', '125430.767500', '125431.227500', '125431.687500', '125432.147500', '125432.607500', '125433.067500', '125433.527500', '125433.987500', '125434.447500', '125434.907500', '125435.367500', '125435.827500', '125436.287500', '125436.747500', '125437.207500', '125437.667500', '125438.127500', '125438.587500', '125439.047500', '125439.507500', '125439.967500', '125440.427500', '125440.887500', '125441.347500', '125441.807500', '125442.267500', '125442.727500', '125443.187500', '125443.647500', '125444.107500', '125444.567500', '125445.027500', '125445.487500', '125445.947500', '125446.407500', '125446.867500', '125447.327500', '125447.787500', '125448.247500', '125448.707500', '125449.167500', '125449.627500', '125450.087500', '125450.547500', '125451.007500', '125451.467500', '125451.927500', '125452.387500', '125452.847500', '125453.307500', '125453.767500', '125454.227500', '125454.687500', '125455.147500', '125455.607500', '125456.067500', '125456.527500', '125456.987500', '125457.447500', '125457.907500', '125458.367500', '125458.827500', '125459.287500', '125459.747500', '125500.207500', '125500.667500', '125501.127500', '125501.587500', '125502.047500', '125502.507500', '125502.967500', '125503.427500', '125503.887500', '125504.347500', '125504.807500', '125505.267500', '125505.727500', '125506.187500', '125506.647500', '125507.107500', '125507.567500', '125508.027500', '125508.487500', '125508.947500', '125509.407500', '125509.867500', '125510.327500', '125510.787500', '125511.247500', '125511.707500', '125512.167500', '125512.627500', '125513.087500', '125513.547500', '125514.007500', '125514.467500', '125514.927500', '125515.387500', '125515.847500', '125516.307500', '125516.767500', '125517.227500', '125517.687500', '125518.147500', '125518.607500', '125519.067500', '125519.527500', '125519.987500', '125520.447500', '125520.907500', '125521.367500', '125521.827500', '125522.287500', '125522.747500', '125523.207500', '125523.667500', '125524.127500', '125524.587500', '125525.047500', '125525.507500', '125525.967500', '125526.427500', '125526.887500', '125527.347500', '125527.807500', '125528.267500', '125528.727500', '125529.187500', '125529.647500', '125530.107500', '125530.567500', '125531.027500', '125531.487500', '125531.947500', '125532.407500', '125532.867500', '125533.327500', '125533.787500', '125534.247500', '125534.707500', '125535.167500', '125535.627500', '125536.087500', '125536.547500', '125537.007500', '125537.467500', '125537.927500', '125538.387500', '125538.847500', '125539.307500', '125539.767500', '125540.227500', '125540.687500', '125541.147500', '125541.607500', '125542.067500', '125542.527500', '125542.987500', '125543.447500', '125543.907500', '125544.367500', '125544.827500', '125545.287500', '125545.747500', '125546.207500', '125546.667500', '125547.127500', '125547.587500', '125548.047500', '125548.507500', '125548.967500', '125549.427500', '125549.887500', '125550.347500', '125550.807500', '125551.267500', '125551.727500', '125552.187500', '125552.647500', '125553.107500', '125553.567500', '125554.027500', '125554.487500', '125554.947500', '125555.407500', '125555.867500', '125556.327500', '125556.787500', '125557.247500', '125557.707500', '125558.167500', '125558.627500', '125559.087500', '125559.547500', '125600.007500', '125600.467500', '125600.927500', '125601.387500', '125601.847500', '125602.307500', '125602.767500', '125603.227500', '125603.687500', '125604.147500', '125604.607500', '125605.067500', '125605.527500', '125605.987500', '125606.447500', '125606.907500', '125607.367500', '125607.827500', '125608.287500', '125608.747500', '125609.207500', '125609.667500', '125610.127500', '125610.587500', '125611.047500', '125611.507500', '125611.967500', '125612.427500', '125612.887500', '125613.347500', '125613.807500', '125614.267500', '125614.727500', '125615.187500', '125615.647500', '125616.107500', '125616.567500', '125617.027500', '125617.487500', '125617.947500', '125618.407500', '125618.867500', '125619.327500', '125619.787500', '125620.247500', '125620.707500', '125621.167500', '125621.627500', '125622.087500', '125622.547500', '125623.007500', '125623.467500', '125623.927500', '125624.387500', '125624.847500', '125625.307500', '125625.767500', '125626.227500', '125626.687500', '125627.147500', '125627.607500', '125628.067500', '125628.527500', '125628.987500', '125629.447500', '125629.907500', '125630.367500', '125630.827500', '125631.287500', '125631.747500', '125632.207500', '125632.667500', '125633.127500', '125633.587500', '125634.047500', '125634.507500', '125634.967500', '125635.427500', '125635.887500', '125636.347500', '125636.807500', '125637.267500', '125637.727500', '125638.187500', '125638.647500', '125639.107500', '125639.567500', '125640.027500', '125640.487500', '125640.947500', '125641.407500', '125641.867500', '125642.327500', '125642.787500', '125643.247500', '125643.707500', '125644.167500', '125644.627500', '125645.087500', '125645.547500', '125646.007500', '125646.467500', '125646.927500', '125647.387500', '125647.847500', '125648.307500', '125648.767500', '125649.227500', '125649.687500', '125650.147500', '125650.607500', '125651.067500', '125651.527500', '125651.987500', '125652.447500', '125652.907500', '125653.367500', '125653.827500', '125654.287500', '125654.747500', '125655.207500', '125655.667500', '125656.127500', '125656.587500', '125657.047500', '125657.507500', '125657.967500', '125658.427500', '125658.887500', '125659.347500', '125659.807500', '125700.267500', '125700.727500', '125701.187500', '125701.647500', '125702.107500', '125702.567500', '125703.027500', '125703.487500', '125703.947500', '125704.407500', '125704.867500', '125705.327500', '125705.787500', '125706.247500', '125706.707500', '125707.167500', '125707.627500', '125708.087500', '125708.547500', '125709.007500', '125709.467500', '125709.927500', '125710.387500', '125710.847500', '125711.307500', '125711.767500', '125712.227500', '125712.687500', '125713.147500', '125713.607500', '125714.067500', '125714.527500', '125714.987500', '125715.447500', '125715.907500', '125716.367500', '125716.827500', '125717.287500', '125717.747500', '125718.207500', '125718.667500', '125719.127500', '125719.587500', '125720.047500', '125720.507500', '125720.967500', '125721.427500', '125721.887500', '125722.347500', '125722.807500', '125723.267500', '125723.727500', '125724.187500', '125724.647500', '125725.107500', '125725.567500', '125726.027500', '125726.487500', '125726.947500', '125727.407500', '125727.867500', '125728.327500', '125728.787500', '125729.247500', '125729.707500', '125730.167500', '125730.627500', '125731.087500', '125731.547500', '125732.007500', '125732.467500', '125732.927500', '125733.387500', '125733.847500', '125734.307500', '125734.767500', '125735.227500', '125735.687500', '125736.147500', '125736.607500', '125737.067500', '125737.527500', '125737.987500', '125738.447500', '125738.907500', '125739.367500', '125739.827500', '125740.287500', '125740.747500', '125741.207500', '125741.667500', '125742.127500', '125742.587500', '125743.047500', '125743.507500', '125743.967500', '125744.427500', '125744.887500', '125745.347500', '125745.807500', '125746.267500', '125746.727500', '125747.187500', '125747.647500', '125748.107500', '125748.567500', '125749.027500', '125749.487500', '125749.947500', '125750.407500', '125750.867500', '125751.327500', '125751.787500', '125752.247500', '125752.707500', '125753.167500', '125753.627500', '125754.087500', '125754.547500', '125755.007500', '125755.467500', '125755.927500', '125756.387500', '125756.847500', '125757.307500', '125757.767500', '125758.227500', '125758.687500', '125759.147500', '125759.607500', '125800.067500', '125800.527500', '125800.987500', '125801.447500', '125801.907500', '125802.367500', '125802.827500', '125803.287500', '125803.747500', '125804.207500', '125804.667500', '125805.127500', '125805.587500', '125806.047500', '125806.507500', '125806.967500', '125807.427500', '125807.887500', '125808.347500', '125808.807500', '125809.267500', '125809.727500', '125810.187500', '125810.647500', '125811.107500', '125811.567500', '125812.027500', '125812.487500', '125812.947500', '125813.407500', '125813.867500', '125814.327500', '125814.787500', '125815.247500', '125815.707500', '125816.167500', '125816.627500', '125817.087500', '125817.547500', '125818.007500', '125818.467500', '125818.927500', '125819.387500', '125819.847500', '125820.307500', '125820.767500', '125821.227500', '125821.687500', '125822.147500', '125822.607500', '125823.067500', '125823.527500', '125823.987500', '125824.447500', '125824.907500', '125825.367500', '125825.827500', '125826.287500', '125826.747500', '125827.207500', '125827.667500', '125828.127500', '125828.587500', '125829.047500', '125829.507500', '125829.967500', '125830.427500', '125830.887500', '125831.347500', '125831.807500', '125832.267500', '125832.727500', '125833.187500', '125833.647500', '125834.107500', '125834.567500', '125835.027500', '125835.487500', '125835.947500', '125836.407500', '125836.867500', '125837.327500', '125837.787500', '125838.247500', '125838.707500', '125839.167500', '125839.627500', '125840.087500', '125840.547500', '125841.007500', '125841.467500', '125841.927500', '125842.387500', '125842.847500', '125843.307500', '125843.767500', '125844.227500', '125844.687500', '125845.147500', '125845.607500', '125846.067500', '125846.527500', '125846.987500', '125847.447500', '125847.907500', '125848.367500', '125848.827500', '125849.287500', '125849.747500', '125850.207500', '125850.667500', '125851.127500', '125851.587500', '125852.047500', '125852.507500', '125852.967500', '125853.427500', '125853.887500', '125854.347500', '125854.807500', '125855.267500', '125855.727500', '125856.187500', '125856.647500', '125857.107500', '125857.567500', '125858.027500', '125858.487500', '125858.947500', '125859.407500', '125859.867500', '125900.327500', '125900.787500', '125901.247500', '125901.707500', '125902.167500', '125902.627500', '125903.087500', '125903.547500', '125904.007500', '125904.467500', '125904.927500', '125905.387500', '125905.847500', '125906.307500', '125906.767500', '125907.227500', '125907.687500', '125908.147500', '125908.607500', '125909.067500', '125909.527500', '125909.987500', '125910.447500', '125910.907500', '125911.367500', '125911.827500', '125912.287500', '125912.747500', '125913.207500', '125913.667500', '125914.127500', '125914.587500', '125915.047500', '125915.507500', '125915.967500', '125916.427500', '125916.887500', '125917.347500', '125917.807500', '125918.267500', '125918.727500', '125919.187500', '125919.647500', '125920.107500', '125920.567500', '125921.027500', '125921.487500', '125921.947500', '125922.407500', '125922.867500', '125923.327500', '125923.787500', '125924.247500', '125924.707500', '125925.167500', '125925.627500', '125926.087500', '125926.547500', '125927.007500', '125927.467500', '125927.927500', '125928.387500', '125928.847500', '125929.307500', '125929.767500', '125930.227500', '125930.687500', '125931.147500', '125931.607500', '125932.067500', '125932.527500', '125932.987500', '125933.447500', '125933.907500', '125934.367500', '125934.827500', '125935.287500', '125935.747500', '125936.207500', '125936.667500', '125937.127500', '125937.587500', '125938.047500', '125938.507500', '125938.967500', '125939.427500', '125939.887500', '125940.347500', '125940.807500', '125941.267500', '125941.727500', '125942.187500', '125942.647500', '125943.107500', '125943.567500', '125944.027500', '125944.487500', '125944.947500', '125945.407500', '125945.867500', '125946.327500', '125946.787500', '125947.247500', '125947.707500', '125948.167500', '125948.627500', '125949.087500', '125949.547500', '125950.007500', '125950.467500', '125950.927500', '125951.387500', '125951.847500', '125952.307500', '125952.767500', '125953.227500', '125953.687500', '125954.147500', '125954.607500', '125955.067500', '125955.527500', '125955.987500', '125956.447500', '125956.907500', '125957.367500', '125957.827500', '125958.287500', '125958.747500', '125959.207500', '125959.667500', '130000.127500', '130000.587500', '130001.047500', '130001.507500', '130001.967500', '130002.427500', '130002.887500', '130003.347500', '130003.807500', '130004.267500', '130004.727500', '130005.187500', '130005.647500', '130006.107500', '130006.567500', '130007.027500', '130007.487500', '130007.947500', '130008.407500', '130008.867500', '130009.327500', '130009.787500', '130010.247500', '130010.707500', '130011.167500', '130011.627500', '130012.087500', '130012.547500', '130013.007500', '130013.467500', '130013.927500', '130014.387500', '130014.847500', '130015.307500', '130015.767500', '130016.227500', '130016.687500', '130017.147500', '130017.607500', '130018.067500', '130018.527500', '130018.987500', '130019.447500', '130019.907500', '130020.367500', '130020.827500', '130021.287500', '130021.747500', '130022.207500', '130022.667500', '130023.127500', '130023.587500', '130024.047500', '130024.507500', '130024.967500', '130025.427500', '130025.887500', '130026.347500', '130026.807500', '130027.267500', '130027.727500', '130028.187500', '130028.647500', '130029.107500', '130029.567500', '130030.027500', '130030.487500', '130030.947500', '130031.407500', '130031.867500', '130032.327500', '130032.787500', '130033.247500', '130033.707500', '130034.167500', '130034.627500', '130035.087500', '130035.547500', '130036.007500', '130036.467500', '130036.927500', '130037.387500', '130037.847500', '130038.307500', '130038.767500', '130039.227500', '130039.687500', '130040.147500', '130040.607500', '130041.067500', '130041.527500', '130041.987500', '130042.447500', '130042.907500', '130043.367500', '130043.827500', '130044.287500', '130044.747500', '130045.207500', '130045.667500', '130046.127500', '130046.587500', '130047.047500', '130047.507500', '130047.967500', '130048.427500', '130048.887500', '130049.347500', '130049.807500', '130050.267500', '130050.727500', '130051.187500', '130051.647500', '130052.107500', '130052.567500', '130053.027500', '130053.487500', '130053.947500', '130054.407500', '130054.867500', '130055.327500', '130055.787500', '130056.247500', '130056.707500', '130057.167500', '130057.627500', '130058.087500', '130058.547500', '130059.007500', '130059.467500', '130059.927500', '130100.387500', '130100.847500', '130101.307500', '130101.767500', '130102.227500', '130102.687500', '130103.147500', '130103.607500', '130104.067500', '130104.527500', '130104.987500', '130105.447500', '130105.907500', '130106.367500', '130106.827500', '130107.287500', '130107.747500', '130108.207500', '130108.667500', '130109.127500', '130109.587500', '130110.047500', '130110.507500', '130110.967500', '130111.427500', '130111.887500', '130112.347500', '130112.807500', '130113.267500', '130113.727500', '130114.187500', '130114.647500', '130115.107500', '130115.567500', '130116.027500', '130116.487500', '130116.947500', '130117.407500', '130117.867500', '130118.327500', '130118.787500', '130119.247500', '130119.707500', '130120.167500', '130120.627500', '130121.087500', '130121.547500', '130122.007500', '130122.467500', '130122.927500', '130123.387500', '130123.847500', '130124.307500', '130124.767500', '130125.227500', '130125.687500', '130126.147500', '130126.607500', '130127.067500', '130127.527500', '130127.987500', '130128.447500', '130128.907500', '130129.367500', '130129.827500', '130130.287500', '130130.747500', '130131.207500', '130131.667500', '130132.127500', '130132.587500', '130133.047500', '130133.507500', '130133.967500', '130134.427500', '130134.887500', '130135.347500', '130135.807500', '130136.267500', '130136.727500', '130137.187500', '130137.647500', '130138.107500', '130138.567500', '130139.027500', '130139.487500', '130139.947500', '130140.407500', '130140.867500', '130141.327500', '130141.787500', '130142.247500', '130142.707500', '130143.167500', '130143.627500', '130144.087500', '130144.547500', '130145.007500'], 'ContentTime': ['125318.366000', '125318.369000', '125318.372000', '125318.376000', '125318.379000', '125318.382000', '125318.385000', '125318.388000', '125318.391000', '125318.394000', '125318.397000', '125318.400000', '125318.404000', '125318.407000', '125318.409000', '125318.413000', '125318.416000', '125318.419000', '125318.422000', '125318.434000', '125318.437000', '125318.440000', '125318.443000', '125318.446000', '125318.449000', '125318.452000', '125318.455000', '125318.458000', '125318.461000', '125318.464000', '125318.467000', '125318.470000', '125318.473000', '125318.476000', '125318.479000', '125318.482000', '125318.485000', '125318.489000', '125318.491000', '125318.495000', '125318.498000', '125318.501000', '125318.504000', '125318.507000', '125318.510000', '125318.513000', '125318.515000', '125318.518000', '125318.540000', '125318.543000', '125318.546000', '125318.549000', '125318.552000', '125318.555000', '125338.337000', '125338.352000', '125338.356000', '125338.359000', '125338.361000', '125338.365000', '125338.368000', '125338.371000', '125338.374000', '125338.377000', '125338.380000', '125338.383000', '125338.385000', '125338.388000', '125338.391000', '125338.394000', '125338.397000', '125338.400000', '125338.403000', '125338.415000', '125338.417000', '125338.420000', '125338.423000', '125338.426000', '125338.429000', '125338.432000', '125338.435000', '125338.438000', '125338.441000', '125338.444000', '125338.447000', '125338.450000', '125338.453000', '125338.456000', '125338.459000', '125338.462000', '125338.465000', '125338.468000', '125338.471000', '125338.474000', '125338.477000', '125338.480000', '125338.483000', '125358.338000', '125358.341000', '125358.344000', '125358.347000', '125358.349000', '125358.352000', '125358.355000', '125358.358000', '125358.361000', '125358.364000', '125358.367000', '125358.370000', '125358.372000', '125358.375000', '125358.378000', '125358.381000', '125358.387000', '125358.390000', '125358.393000', '125358.395000', '125358.398000', '125358.401000', '125358.404000', '125358.407000', '125358.410000', '125358.412000', '125358.415000', '125358.418000', '125358.421000', '125358.424000', '125358.427000', '125358.430000', '125358.432000', '125358.435000', '125358.438000', '125358.441000', '125358.444000', '125358.447000', '125358.449000', '125358.452000', '125358.455000', '125358.458000', '125358.461000', '125358.464000', '125418.338000', '125418.341000', '125418.345000', '125418.348000', '125418.351000', '125418.354000', '125418.357000', '125418.360000', '125418.362000', '125418.365000', '125418.375000', '125418.377000', '125418.380000', '125418.383000', '125418.386000', '125418.389000', '125418.392000', '125418.395000', '125418.398000', '125418.401000', '125418.404000', '125418.407000', '125418.409000', '125418.412000', '125418.415000', '125418.418000', '125418.421000', '125418.424000', '125418.427000', '125418.430000', '125418.432000', '125418.435000', '125418.438000', '125418.441000', '125418.444000', '125418.447000', '125418.450000', '125418.453000', '125418.455000', '125418.458000', '125418.461000', '125418.464000', '125418.467000', '125438.338000', '125438.341000', '125438.344000', '125438.347000', '125438.350000', '125438.352000', '125438.355000', '125438.358000', '125438.361000', '125438.364000', '125438.367000', '125438.370000', '125438.373000', '125438.376000', '125438.379000', '125438.381000', '125438.384000', '125438.387000', '125438.390000', '125438.393000', '125438.396000', '125438.398000', '125438.401000', '125438.404000', '125438.407000', '125438.410000', '125438.413000', '125438.416000', '125438.419000', '125438.421000', '125438.424000', '125438.427000', '125438.430000', '125438.433000', '125438.442000', '125438.445000', '125438.448000', '125438.451000', '125438.454000', '125438.457000', '125438.460000', '125438.462000', '125438.465000', '125438.468000', '125458.338000', '125458.341000', '125458.344000', '125458.347000', '125458.350000', '125458.352000', '125458.355000', '125458.358000', '125458.361000', '125458.364000', '125458.367000', '125458.370000', '125458.373000', '125458.375000', '125458.378000', '125458.381000', '125458.384000', '125458.387000', '125458.390000', '125458.392000', '125458.395000', '125458.398000', '125458.401000', '125458.404000', '125458.407000', '125458.410000', '125458.413000', '125458.416000', '125458.418000', '125458.421000', '125458.424000', '125458.427000', '125458.433000', '125458.436000', '125458.439000', '125458.442000', '125458.445000', '125458.448000', '125458.451000', '125458.454000', '125458.475000', '125458.478000', '125458.481000', '125518.338000', '125518.341000', '125518.344000', '125518.347000', '125518.350000', '125518.352000', '125518.355000', '125518.358000', '125518.361000', '125518.364000', '125518.367000', '125518.370000', '125518.373000', '125518.375000', '125518.378000', '125518.381000', '125518.384000', '125518.387000', '125518.390000', '125518.393000', '125518.396000', '125518.398000', '125518.401000', '125518.404000', '125518.407000', '125518.410000', '125518.413000', '125518.416000', '125518.418000', '125518.421000', '125518.424000', '125518.427000', '125518.430000', '125518.433000', '125518.436000', '125518.439000', '125518.442000', '125518.444000', '125518.447000', '125518.450000', '125518.453000', '125518.456000', '125518.459000', '125518.462000', '125538.337000', '125538.340000', '125538.343000', '125538.346000', '125538.349000', '125538.352000', '125538.354000', '125538.357000', '125538.360000', '125538.363000', '125538.366000', '125538.369000', '125538.372000', '125538.375000', '125538.378000', '125538.381000', '125538.385000', '125538.387000', '125538.390000', '125538.393000', '125538.396000', '125538.399000', '125538.402000', '125538.405000', '125538.408000', '125538.411000', '125538.413000', '125538.416000', '125538.419000', '125538.422000', '125538.425000', '125538.428000', '125538.431000', '125538.433000', '125538.436000', '125538.439000', '125538.442000', '125538.445000', '125538.448000', '125538.451000', '125538.454000', '125538.457000', '125538.459000', '125558.337000', '125558.340000', '125558.343000', '125558.346000', '125558.349000', '125558.352000', '125558.354000', '125558.357000', '125558.360000', '125558.363000', '125558.366000', '125558.369000', '125558.372000', '125558.375000', '125558.377000', '125558.380000', '125558.383000', '125558.386000', '125558.389000', '125558.392000', '125558.395000', '125558.398000', '125558.401000', '125558.404000', '125558.407000', '125558.409000', '125558.412000', '125558.415000', '125558.418000', '125558.421000', '125558.424000', '125558.427000', '125558.430000', '125558.432000', '125558.435000', '125558.438000', '125558.441000', '125558.444000', '125558.447000', '125558.450000', '125558.453000', '125558.455000', '125558.458000', '125558.461000', '125618.338000', '125618.341000', '125618.344000', '125618.347000', '125618.350000', '125618.352000', '125618.355000', '125618.358000', '125618.361000', '125618.364000', '125618.367000', '125618.370000', '125618.373000', '125618.375000', '125618.378000', '125618.381000', '125618.384000', '125618.387000', '125618.390000', '125618.393000', '125618.396000', '125618.398000', '125618.401000', '125618.404000', '125618.407000', '125618.410000', '125618.413000', '125618.416000', '125618.419000', '125618.421000', '125618.424000', '125618.427000', '125618.430000', '125618.433000', '125618.436000', '125618.439000', '125618.442000', '125618.444000', '125618.447000', '125618.450000', '125618.453000', '125618.456000', '125618.459000', '125638.338000', '125638.341000', '125638.344000', '125638.347000', '125638.350000', '125638.352000', '125638.355000', '125638.358000', '125638.361000', '125638.364000', '125638.367000', '125638.370000', '125638.373000', '125638.376000', '125638.378000', '125638.381000', '125638.384000', '125638.387000', '125638.390000', '125638.393000', '125638.396000', '125638.399000', '125638.415000', '125638.417000', '125638.420000', '125638.423000', '125638.426000', '125638.429000', '125638.432000', '125638.435000', '125638.438000', '125638.441000', '125638.444000', '125638.446000', '125638.449000', '125638.452000', '125638.455000', '125638.458000', '125638.461000', '125638.464000', '125638.466000', '125638.469000', '125638.472000', '125638.475000', '125658.338000', '125658.341000', '125658.344000', '125658.347000', '125658.350000', '125658.353000', '125658.355000', '125658.358000', '125658.361000', '125658.364000', '125658.367000', '125658.370000', '125658.373000', '125658.376000', '125658.378000', '125658.381000', '125658.384000', '125658.387000', '125658.390000', '125658.393000', '125658.396000', '125658.399000', '125658.402000', '125658.404000', '125658.407000', '125658.410000', '125658.413000', '125658.416000', '125658.420000', '125658.423000', '125658.426000', '125658.429000', '125658.432000', '125658.435000', '125658.437000', '125658.440000', '125658.443000', '125658.446000', '125658.449000', '125658.452000', '125658.455000', '125658.458000', '125658.460000', '125718.338000', '125718.341000', '125718.344000', '125718.347000', '125718.350000', '125718.353000', '125718.355000', '125718.358000', '125718.361000', '125718.364000', '125718.367000', '125718.370000', '125718.372000', '125718.375000', '125718.378000', '125718.381000', '125718.384000', '125718.387000', '125718.390000', '125718.393000', '125718.396000', '125718.399000', '125718.401000', '125718.404000', '125718.407000', '125718.410000', '125718.413000', '125718.416000', '125718.419000', '125718.421000', '125718.424000', '125718.427000', '125718.430000', '125718.433000', '125718.436000', '125718.439000', '125718.442000', '125718.444000', '125718.447000', '125718.450000', '125718.453000', '125718.456000', '125718.459000', '125718.462000', '125738.338000', '125738.341000', '125738.344000', '125738.347000', '125738.350000', '125738.352000', '125738.355000', '125738.358000', '125738.361000', '125738.364000', '125738.367000', '125738.370000', '125738.373000', '125738.376000', '125738.379000', '125738.381000', '125738.384000', '125738.387000', '125738.390000', '125738.393000', '125738.396000', '125738.399000', '125738.402000', '125738.405000', '125738.407000', '125738.410000', '125738.413000', '125738.416000', '125738.419000', '125738.422000', '125738.425000', '125738.427000', '125738.430000', '125738.433000', '125738.436000', '125738.439000', '125738.442000', '125738.445000', '125738.448000', '125738.451000', '125738.454000', '125738.456000', '125738.459000', '125758.337000', '125758.340000', '125758.343000', '125758.346000', '125758.349000', '125758.352000', '125758.354000', '125758.357000', '125758.360000', '125758.363000', '125758.366000', '125758.369000', '125758.372000', '125758.374000', '125758.377000', '125758.380000', '125758.383000', '125758.386000', '125758.389000', '125758.392000', '125758.395000', '125758.398000', '125758.400000', '125758.403000', '125758.406000', '125758.409000', '125758.412000', '125758.415000', '125758.418000', '125758.420000', '125758.423000', '125758.426000', '125758.429000', '125758.432000', '125758.435000', '125758.438000', '125758.440000', '125758.443000', '125758.446000', '125758.449000', '125758.452000', '125758.455000', '125758.458000', '125758.461000', '125818.337000', '125818.340000', '125818.343000', '125818.346000', '125818.349000', '125818.352000', '125818.355000', '125818.357000', '125818.360000', '125818.363000', '125818.368000', '125818.371000', '125818.374000', '125818.377000', '125818.380000', '125818.383000', '125818.385000', '125818.388000', '125818.391000', '125818.394000', '125818.397000', '125818.400000', '125818.403000', '125818.406000', '125818.408000', '125818.411000', '125818.414000', '125818.417000', '125818.420000', '125818.423000', '125818.426000', '125818.428000', '125818.431000', '125818.434000', '125818.437000', '125818.440000', '125818.443000', '125818.446000', '125818.448000', '125818.451000', '125818.454000', '125818.458000', '125818.461000', '125838.338000', '125838.341000', '125838.344000', '125838.347000', '125838.350000', '125838.353000', '125838.355000', '125838.358000', '125838.361000', '125838.364000', '125838.367000', '125838.370000', '125838.373000', '125838.375000', '125838.378000', '125838.381000', '125838.384000', '125838.387000', '125838.390000', '125838.393000', '125838.396000', '125838.399000', '125838.401000', '125838.404000', '125838.407000', '125838.410000', '125838.413000', '125838.416000', '125838.419000', '125838.423000', '125838.426000', '125838.429000', '125838.432000', '125838.434000', '125838.437000', '125838.440000', '125838.443000', '125838.446000', '125838.449000', '125838.452000', '125838.454000', '125838.457000', '125838.460000', '125838.463000', '125858.338000', '125858.341000', '125858.344000', '125858.347000', '125858.350000', '125858.353000', '125858.356000', '125858.359000', '125858.361000', '125858.364000', '125858.367000', '125858.370000', '125858.373000', '125858.376000', '125858.379000', '125858.382000', '125858.385000', '125858.387000', '125858.390000', '125858.393000', '125858.396000', '125858.399000', '125858.402000', '125858.405000', '125858.408000', '125858.410000', '125858.413000', '125858.416000', '125858.419000', '125858.422000', '125858.425000', '125858.427000', '125858.430000', '125858.433000', '125858.436000', '125858.439000', '125858.442000', '125858.445000', '125858.447000', '125858.450000', '125858.453000', '125858.456000', '125858.459000', '125918.338000', '125918.341000', '125918.344000', '125918.347000', '125918.350000', '125918.353000', '125918.355000', '125918.358000', '125918.361000', '125918.364000', '125918.367000', '125918.370000', '125918.372000', '125918.375000', '125918.378000', '125918.381000', '125918.384000', '125918.387000', '125918.390000', '125918.393000', '125918.396000', '125918.398000', '125918.401000', '125918.404000', '125918.407000', '125918.410000', '125918.413000', '125918.415000', '125918.418000', '125918.421000', '125918.424000', '125918.427000', '125918.430000', '125918.433000', '125918.436000', '125918.438000', '125918.441000', '125918.444000', '125918.447000', '125918.450000', '125918.453000', '125918.455000', '125918.458000', '125918.461000', '125938.338000', '125938.341000', '125938.344000', '125938.347000', '125938.350000', '125938.353000', '125938.355000', '125938.358000', '125938.361000', '125938.364000', '125938.367000', '125938.370000', '125938.372000', '125938.375000', '125938.378000', '125938.381000', '125938.384000', '125938.387000', '125938.390000', '125938.393000', '125938.396000', '125938.399000', '125938.401000', '125938.404000', '125938.407000', '125938.410000', '125938.413000', '125938.416000', '125938.419000', '125938.421000', '125938.424000', '125938.427000', '125938.430000', '125938.433000', '125938.436000', '125938.439000', '125938.441000', '125938.444000', '125938.447000', '125938.450000', '125938.453000', '125938.456000', '125938.459000', '125958.338000', '125958.341000', '125958.344000', '125958.349000', '125958.353000', '125958.356000', '125958.359000', '125958.362000', '125958.365000', '125958.368000', '125958.371000', '125958.374000', '125958.376000', '125958.379000', '125958.382000', '125958.385000', '125958.388000', '125958.391000', '125958.394000', '125958.396000', '125958.399000', '125958.402000', '125958.405000', '125958.408000', '125958.411000', '125958.414000', '125958.417000', '125958.419000', '125958.422000', '125958.425000', '125958.428000', '125958.431000', '125958.434000', '125958.437000', '125958.440000', '125958.442000', '125958.445000', '125958.448000', '125958.451000', '125958.454000', '125958.457000', '125958.461000', '125958.464000', '130018.337000', '130018.340000', '130018.343000', '130018.346000', '130018.349000', '130018.351000', '130018.354000', '130018.357000', '130018.360000', '130018.363000', '130018.366000', '130018.369000', '130018.371000', '130018.374000', '130018.377000', '130018.380000', '130018.383000', '130018.386000', '130018.389000', '130018.392000', '130018.395000', '130018.397000', '130018.400000', '130018.403000', '130018.406000', '130018.409000', '130018.412000', '130018.415000', '130018.418000', '130018.420000', '130018.423000', '130018.426000', '130018.441000', '130018.444000', '130018.447000', '130018.450000', '130018.453000', '130018.455000', '130018.458000', '130018.461000', '130018.464000', '130018.467000', '130018.470000', '130018.473000', '130038.337000', '130038.340000', '130038.343000', '130038.346000', '130038.349000', '130038.352000', '130038.354000', '130038.357000', '130038.361000', '130038.365000', '130038.368000', '130038.371000', '130038.374000', '130038.376000', '130038.379000', '130038.382000', '130038.385000', '130038.388000', '130038.391000', '130038.394000', '130038.397000', '130038.399000', '130038.402000', '130038.405000', '130038.408000', '130038.411000', '130038.414000', '130038.417000', '130038.419000', '130038.422000', '130038.425000', '130038.428000', '130038.431000', '130038.434000', '130038.437000', '130038.439000', '130038.442000', '130038.445000', '130038.448000', '130038.451000', '130038.454000', '130038.457000', '130038.460000', '130058.338000', '130058.341000', '130058.344000', '130058.347000', '130058.350000', '130058.353000', '130058.355000', '130058.358000', '130058.361000', '130058.364000', '130058.367000', '130058.381000', '130058.384000', '130058.387000', '130058.390000', '130058.393000', '130058.396000', '130058.399000', '130058.402000', '130058.404000', '130058.407000', '130058.410000', '130058.413000', '130058.416000', '130058.419000', '130058.422000', '130058.425000', '130058.427000', '130058.430000', '130058.433000', '130058.436000', '130058.439000', '130058.442000', '130058.445000', '130058.448000', '130058.450000', '130058.453000', '130058.456000', '130058.459000', '130058.462000', '130058.465000', '130058.468000', '130058.471000', '130058.474000', '130118.338000', '130118.341000', '130118.344000', '130118.347000', '130118.350000', '130118.353000', '130118.355000', '130118.358000', '130118.361000', '130118.364000', '130118.367000', '130118.370000', '130118.373000', '130118.376000', '130118.379000', '130118.382000', '130118.385000', '130118.388000', '130118.391000', '130118.394000', '130118.396000', '130118.399000', '130118.402000', '130118.405000', '130118.408000', '130118.411000', '130118.414000', '130118.417000', '130118.420000', '130118.422000', '130118.425000', '130118.428000', '130118.431000', '130118.434000', '130118.437000', '130118.439000', '130118.442000', '130118.445000', '130118.448000', '130118.451000', '130118.454000', '130118.457000', '130118.459000', '130138.338000', '130138.341000', '130138.344000', '130138.347000', '130138.350000', '130138.353000', '130138.355000', '130138.358000', '130138.361000', '130138.364000', '130138.367000', '130138.370000', '130138.373000', '130138.376000', '130138.379000', '130138.381000', '130138.384000', '130138.387000', '130138.390000', '130138.393000', '130138.396000', '130138.399000', '130138.401000', '130138.404000', '130138.407000', '130138.410000', '130138.413000', '130138.416000', '130138.419000', '130138.422000', '130138.424000', '130138.427000', '130138.430000', '130138.433000', '130138.436000', '130138.439000', '130138.442000', '130138.444000', '130138.447000', '130138.450000', '130138.453000', '130138.456000', '130138.459000', '130138.462000', '130146.052000', '130146.056000', '130146.060000', '130146.063000', '130146.066000', '130146.069000', '130146.073000', '130146.076000', '130146.079000', '130146.082000', '130146.085000', '130146.088000', '130146.091000', '130146.094000', '130146.097000', '130146.100000', '130146.103000'], 'InstanceCreationTime': ['125318.366000', '125318.369000', '125318.372000', '125318.376000', '125318.379000', '125318.382000', '125318.385000', '125318.388000', '125318.391000', '125318.394000', '125318.397000', '125318.400000', '125318.404000', '125318.407000', '125318.409000', '125318.413000', '125318.416000', '125318.419000', '125318.422000', '125318.434000', '125318.437000', '125318.440000', '125318.443000', '125318.446000', '125318.449000', '125318.452000', '125318.455000', '125318.458000', '125318.461000', '125318.464000', '125318.467000', '125318.470000', '125318.473000', '125318.476000', '125318.479000', '125318.482000', '125318.485000', '125318.489000', '125318.491000', '125318.495000', '125318.498000', '125318.501000', '125318.504000', '125318.507000', '125318.510000', '125318.513000', '125318.515000', '125318.518000', '125318.540000', '125318.543000', '125318.546000', '125318.549000', '125318.552000', '125318.555000', '125338.337000', '125338.352000', '125338.356000', '125338.359000', '125338.361000', '125338.365000', '125338.368000', '125338.371000', '125338.374000', '125338.377000', '125338.380000', '125338.383000', '125338.385000', '125338.388000', '125338.391000', '125338.394000', '125338.397000', '125338.400000', '125338.403000', '125338.415000', '125338.417000', '125338.420000', '125338.423000', '125338.426000', '125338.429000', '125338.432000', '125338.435000', '125338.438000', '125338.441000', '125338.444000', '125338.447000', '125338.450000', '125338.453000', '125338.456000', '125338.459000', '125338.462000', '125338.465000', '125338.468000', '125338.471000', '125338.474000', '125338.477000', '125338.480000', '125338.483000', '125358.338000', '125358.341000', '125358.344000', '125358.347000', '125358.349000', '125358.352000', '125358.355000', '125358.358000', '125358.361000', '125358.364000', '125358.367000', '125358.370000', '125358.372000', '125358.375000', '125358.378000', '125358.381000', '125358.387000', '125358.390000', '125358.393000', '125358.395000', '125358.398000', '125358.401000', '125358.404000', '125358.407000', '125358.410000', '125358.412000', '125358.415000', '125358.418000', '125358.421000', '125358.424000', '125358.427000', '125358.430000', '125358.432000', '125358.435000', '125358.438000', '125358.441000', '125358.444000', '125358.447000', '125358.449000', '125358.452000', '125358.455000', '125358.458000', '125358.461000', '125358.464000', '125418.338000', '125418.341000', '125418.345000', '125418.348000', '125418.351000', '125418.354000', '125418.357000', '125418.360000', '125418.362000', '125418.365000', '125418.375000', '125418.377000', '125418.380000', '125418.383000', '125418.386000', '125418.389000', '125418.392000', '125418.395000', '125418.398000', '125418.401000', '125418.404000', '125418.407000', '125418.409000', '125418.412000', '125418.415000', '125418.418000', '125418.421000', '125418.424000', '125418.427000', '125418.430000', '125418.432000', '125418.435000', '125418.438000', '125418.441000', '125418.444000', '125418.447000', '125418.450000', '125418.453000', '125418.455000', '125418.458000', '125418.461000', '125418.464000', '125418.467000', '125438.338000', '125438.341000', '125438.344000', '125438.347000', '125438.350000', '125438.352000', '125438.355000', '125438.358000', '125438.361000', '125438.364000', '125438.367000', '125438.370000', '125438.373000', '125438.376000', '125438.379000', '125438.381000', '125438.384000', '125438.387000', '125438.390000', '125438.393000', '125438.396000', '125438.398000', '125438.401000', '125438.404000', '125438.407000', '125438.410000', '125438.413000', '125438.416000', '125438.419000', '125438.421000', '125438.424000', '125438.427000', '125438.430000', '125438.433000', '125438.442000', '125438.445000', '125438.448000', '125438.451000', '125438.454000', '125438.457000', '125438.460000', '125438.462000', '125438.465000', '125438.468000', '125458.338000', '125458.341000', '125458.344000', '125458.347000', '125458.350000', '125458.352000', '125458.355000', '125458.358000', '125458.361000', '125458.364000', '125458.367000', '125458.370000', '125458.373000', '125458.375000', '125458.378000', '125458.381000', '125458.384000', '125458.387000', '125458.390000', '125458.392000', '125458.395000', '125458.398000', '125458.401000', '125458.404000', '125458.407000', '125458.410000', '125458.413000', '125458.416000', '125458.418000', '125458.421000', '125458.424000', '125458.427000', '125458.433000', '125458.436000', '125458.439000', '125458.442000', '125458.445000', '125458.448000', '125458.451000', '125458.454000', '125458.475000', '125458.478000', '125458.481000', '125518.338000', '125518.341000', '125518.344000', '125518.347000', '125518.350000', '125518.352000', '125518.355000', '125518.358000', '125518.361000', '125518.364000', '125518.367000', '125518.370000', '125518.373000', '125518.375000', '125518.378000', '125518.381000', '125518.384000', '125518.387000', '125518.390000', '125518.393000', '125518.396000', '125518.398000', '125518.401000', '125518.404000', '125518.407000', '125518.410000', '125518.413000', '125518.416000', '125518.418000', '125518.421000', '125518.424000', '125518.427000', '125518.430000', '125518.433000', '125518.436000', '125518.439000', '125518.442000', '125518.444000', '125518.447000', '125518.450000', '125518.453000', '125518.456000', '125518.459000', '125518.462000', '125538.337000', '125538.340000', '125538.343000', '125538.346000', '125538.349000', '125538.352000', '125538.354000', '125538.357000', '125538.360000', '125538.363000', '125538.366000', '125538.369000', '125538.372000', '125538.375000', '125538.378000', '125538.381000', '125538.385000', '125538.387000', '125538.390000', '125538.393000', '125538.396000', '125538.399000', '125538.402000', '125538.405000', '125538.408000', '125538.411000', '125538.413000', '125538.416000', '125538.419000', '125538.422000', '125538.425000', '125538.428000', '125538.431000', '125538.433000', '125538.436000', '125538.439000', '125538.442000', '125538.445000', '125538.448000', '125538.451000', '125538.454000', '125538.457000', '125538.459000', '125558.337000', '125558.340000', '125558.343000', '125558.346000', '125558.349000', '125558.352000', '125558.354000', '125558.357000', '125558.360000', '125558.363000', '125558.366000', '125558.369000', '125558.372000', '125558.375000', '125558.377000', '125558.380000', '125558.383000', '125558.386000', '125558.389000', '125558.392000', '125558.395000', '125558.398000', '125558.401000', '125558.404000', '125558.407000', '125558.409000', '125558.412000', '125558.415000', '125558.418000', '125558.421000', '125558.424000', '125558.427000', '125558.430000', '125558.432000', '125558.435000', '125558.438000', '125558.441000', '125558.444000', '125558.447000', '125558.450000', '125558.453000', '125558.455000', '125558.458000', '125558.461000', '125618.338000', '125618.341000', '125618.344000', '125618.347000', '125618.350000', '125618.352000', '125618.355000', '125618.358000', '125618.361000', '125618.364000', '125618.367000', '125618.370000', '125618.373000', '125618.375000', '125618.378000', '125618.381000', '125618.384000', '125618.387000', '125618.390000', '125618.393000', '125618.396000', '125618.398000', '125618.401000', '125618.404000', '125618.407000', '125618.410000', '125618.413000', '125618.416000', '125618.419000', '125618.421000', '125618.424000', '125618.427000', '125618.430000', '125618.433000', '125618.436000', '125618.439000', '125618.442000', '125618.444000', '125618.447000', '125618.450000', '125618.453000', '125618.456000', '125618.459000', '125638.338000', '125638.341000', '125638.344000', '125638.347000', '125638.350000', '125638.352000', '125638.355000', '125638.358000', '125638.361000', '125638.364000', '125638.367000', '125638.370000', '125638.373000', '125638.376000', '125638.378000', '125638.381000', '125638.384000', '125638.387000', '125638.390000', '125638.393000', '125638.396000', '125638.399000', '125638.415000', '125638.417000', '125638.420000', '125638.423000', '125638.426000', '125638.429000', '125638.432000', '125638.435000', '125638.438000', '125638.441000', '125638.444000', '125638.446000', '125638.449000', '125638.452000', '125638.455000', '125638.458000', '125638.461000', '125638.464000', '125638.466000', '125638.469000', '125638.472000', '125638.475000', '125658.338000', '125658.341000', '125658.344000', '125658.347000', '125658.350000', '125658.353000', '125658.355000', '125658.358000', '125658.361000', '125658.364000', '125658.367000', '125658.370000', '125658.373000', '125658.376000', '125658.378000', '125658.381000', '125658.384000', '125658.387000', '125658.390000', '125658.393000', '125658.396000', '125658.399000', '125658.402000', '125658.404000', '125658.407000', '125658.410000', '125658.413000', '125658.416000', '125658.420000', '125658.423000', '125658.426000', '125658.429000', '125658.432000', '125658.435000', '125658.437000', '125658.440000', '125658.443000', '125658.446000', '125658.449000', '125658.452000', '125658.455000', '125658.458000', '125658.460000', '125718.338000', '125718.341000', '125718.344000', '125718.347000', '125718.350000', '125718.353000', '125718.355000', '125718.358000', '125718.361000', '125718.364000', '125718.367000', '125718.370000', '125718.372000', '125718.375000', '125718.378000', '125718.381000', '125718.384000', '125718.387000', '125718.390000', '125718.393000', '125718.396000', '125718.399000', '125718.401000', '125718.404000', '125718.407000', '125718.410000', '125718.413000', '125718.416000', '125718.419000', '125718.421000', '125718.424000', '125718.427000', '125718.430000', '125718.433000', '125718.436000', '125718.439000', '125718.442000', '125718.444000', '125718.447000', '125718.450000', '125718.453000', '125718.456000', '125718.459000', '125718.462000', '125738.338000', '125738.341000', '125738.344000', '125738.347000', '125738.350000', '125738.352000', '125738.355000', '125738.358000', '125738.361000', '125738.364000', '125738.367000', '125738.370000', '125738.373000', '125738.376000', '125738.379000', '125738.381000', '125738.384000', '125738.387000', '125738.390000', '125738.393000', '125738.396000', '125738.399000', '125738.402000', '125738.405000', '125738.407000', '125738.410000', '125738.413000', '125738.416000', '125738.419000', '125738.422000', '125738.425000', '125738.427000', '125738.430000', '125738.433000', '125738.436000', '125738.439000', '125738.442000', '125738.445000', '125738.448000', '125738.451000', '125738.454000', '125738.456000', '125738.459000', '125758.337000', '125758.340000', '125758.343000', '125758.346000', '125758.349000', '125758.352000', '125758.354000', '125758.357000', '125758.360000', '125758.363000', '125758.366000', '125758.369000', '125758.372000', '125758.374000', '125758.377000', '125758.380000', '125758.383000', '125758.386000', '125758.389000', '125758.392000', '125758.395000', '125758.398000', '125758.400000', '125758.403000', '125758.406000', '125758.409000', '125758.412000', '125758.415000', '125758.418000', '125758.420000', '125758.423000', '125758.426000', '125758.429000', '125758.432000', '125758.435000', '125758.438000', '125758.440000', '125758.443000', '125758.446000', '125758.449000', '125758.452000', '125758.455000', '125758.458000', '125758.461000', '125818.337000', '125818.340000', '125818.343000', '125818.346000', '125818.349000', '125818.352000', '125818.355000', '125818.357000', '125818.360000', '125818.363000', '125818.368000', '125818.371000', '125818.374000', '125818.377000', '125818.380000', '125818.383000', '125818.385000', '125818.388000', '125818.391000', '125818.394000', '125818.397000', '125818.400000', '125818.403000', '125818.406000', '125818.408000', '125818.411000', '125818.414000', '125818.417000', '125818.420000', '125818.423000', '125818.426000', '125818.428000', '125818.431000', '125818.434000', '125818.437000', '125818.440000', '125818.443000', '125818.446000', '125818.448000', '125818.451000', '125818.454000', '125818.458000', '125818.461000', '125838.338000', '125838.341000', '125838.344000', '125838.347000', '125838.350000', '125838.353000', '125838.355000', '125838.358000', '125838.361000', '125838.364000', '125838.367000', '125838.370000', '125838.373000', '125838.375000', '125838.378000', '125838.381000', '125838.384000', '125838.387000', '125838.390000', '125838.393000', '125838.396000', '125838.399000', '125838.401000', '125838.404000', '125838.407000', '125838.410000', '125838.413000', '125838.416000', '125838.419000', '125838.423000', '125838.426000', '125838.429000', '125838.432000', '125838.434000', '125838.437000', '125838.440000', '125838.443000', '125838.446000', '125838.449000', '125838.452000', '125838.454000', '125838.457000', '125838.460000', '125838.463000', '125858.338000', '125858.341000', '125858.344000', '125858.347000', '125858.350000', '125858.353000', '125858.356000', '125858.359000', '125858.361000', '125858.364000', '125858.367000', '125858.370000', '125858.373000', '125858.376000', '125858.379000', '125858.382000', '125858.385000', '125858.387000', '125858.390000', '125858.393000', '125858.396000', '125858.399000', '125858.402000', '125858.405000', '125858.408000', '125858.410000', '125858.413000', '125858.416000', '125858.419000', '125858.422000', '125858.425000', '125858.427000', '125858.430000', '125858.433000', '125858.436000', '125858.439000', '125858.442000', '125858.445000', '125858.447000', '125858.450000', '125858.453000', '125858.456000', '125858.459000', '125918.338000', '125918.341000', '125918.344000', '125918.347000', '125918.350000', '125918.353000', '125918.355000', '125918.358000', '125918.361000', '125918.364000', '125918.367000', '125918.370000', '125918.372000', '125918.375000', '125918.378000', '125918.381000', '125918.384000', '125918.387000', '125918.390000', '125918.393000', '125918.396000', '125918.398000', '125918.401000', '125918.404000', '125918.407000', '125918.410000', '125918.413000', '125918.415000', '125918.418000', '125918.421000', '125918.424000', '125918.427000', '125918.430000', '125918.433000', '125918.436000', '125918.438000', '125918.441000', '125918.444000', '125918.447000', '125918.450000', '125918.453000', '125918.455000', '125918.458000', '125918.461000', '125938.338000', '125938.341000', '125938.344000', '125938.347000', '125938.350000', '125938.353000', '125938.355000', '125938.358000', '125938.361000', '125938.364000', '125938.367000', '125938.370000', '125938.372000', '125938.375000', '125938.378000', '125938.381000', '125938.384000', '125938.387000', '125938.390000', '125938.393000', '125938.396000', '125938.399000', '125938.401000', '125938.404000', '125938.407000', '125938.410000', '125938.413000', '125938.416000', '125938.419000', '125938.421000', '125938.424000', '125938.427000', '125938.430000', '125938.433000', '125938.436000', '125938.439000', '125938.441000', '125938.444000', '125938.447000', '125938.450000', '125938.453000', '125938.456000', '125938.459000', '125958.338000', '125958.341000', '125958.344000', '125958.349000', '125958.353000', '125958.356000', '125958.359000', '125958.362000', '125958.365000', '125958.368000', '125958.371000', '125958.374000', '125958.376000', '125958.379000', '125958.382000', '125958.385000', '125958.388000', '125958.391000', '125958.394000', '125958.396000', '125958.399000', '125958.402000', '125958.405000', '125958.408000', '125958.411000', '125958.414000', '125958.417000', '125958.419000', '125958.422000', '125958.425000', '125958.428000', '125958.431000', '125958.434000', '125958.437000', '125958.440000', '125958.442000', '125958.445000', '125958.448000', '125958.451000', '125958.454000', '125958.457000', '125958.461000', '125958.464000', '130018.337000', '130018.340000', '130018.343000', '130018.346000', '130018.349000', '130018.351000', '130018.354000', '130018.357000', '130018.360000', '130018.363000', '130018.366000', '130018.369000', '130018.371000', '130018.374000', '130018.377000', '130018.380000', '130018.383000', '130018.386000', '130018.389000', '130018.392000', '130018.395000', '130018.397000', '130018.400000', '130018.403000', '130018.406000', '130018.409000', '130018.412000', '130018.415000', '130018.418000', '130018.420000', '130018.423000', '130018.426000', '130018.441000', '130018.444000', '130018.447000', '130018.450000', '130018.453000', '130018.455000', '130018.458000', '130018.461000', '130018.464000', '130018.467000', '130018.470000', '130018.473000', '130038.337000', '130038.340000', '130038.343000', '130038.346000', '130038.349000', '130038.352000', '130038.354000', '130038.357000', '130038.361000', '130038.365000', '130038.368000', '130038.371000', '130038.374000', '130038.376000', '130038.379000', '130038.382000', '130038.385000', '130038.388000', '130038.391000', '130038.394000', '130038.397000', '130038.399000', '130038.402000', '130038.405000', '130038.408000', '130038.411000', '130038.414000', '130038.417000', '130038.419000', '130038.422000', '130038.425000', '130038.428000', '130038.431000', '130038.434000', '130038.437000', '130038.439000', '130038.442000', '130038.445000', '130038.448000', '130038.451000', '130038.454000', '130038.457000', '130038.460000', '130058.338000', '130058.341000', '130058.344000', '130058.347000', '130058.350000', '130058.353000', '130058.355000', '130058.358000', '130058.361000', '130058.364000', '130058.367000', '130058.381000', '130058.384000', '130058.387000', '130058.390000', '130058.393000', '130058.396000', '130058.399000', '130058.402000', '130058.404000', '130058.407000', '130058.410000', '130058.413000', '130058.416000', '130058.419000', '130058.422000', '130058.425000', '130058.427000', '130058.430000', '130058.433000', '130058.436000', '130058.439000', '130058.442000', '130058.445000', '130058.448000', '130058.450000', '130058.453000', '130058.456000', '130058.459000', '130058.462000', '130058.465000', '130058.468000', '130058.471000', '130058.474000', '130118.338000', '130118.341000', '130118.344000', '130118.347000', '130118.350000', '130118.353000', '130118.355000', '130118.358000', '130118.361000', '130118.364000', '130118.367000', '130118.370000', '130118.373000', '130118.376000', '130118.379000', '130118.382000', '130118.385000', '130118.388000', '130118.391000', '130118.394000', '130118.396000', '130118.399000', '130118.402000', '130118.405000', '130118.408000', '130118.411000', '130118.414000', '130118.417000', '130118.420000', '130118.422000', '130118.425000', '130118.428000', '130118.431000', '130118.434000', '130118.437000', '130118.439000', '130118.442000', '130118.445000', '130118.448000', '130118.451000', '130118.454000', '130118.457000', '130118.459000', '130138.338000', '130138.341000', '130138.344000', '130138.347000', '130138.350000', '130138.353000', '130138.355000', '130138.358000', '130138.361000', '130138.364000', '130138.367000', '130138.370000', '130138.373000', '130138.376000', '130138.379000', '130138.381000', '130138.384000', '130138.387000', '130138.390000', '130138.393000', '130138.396000', '130138.399000', '130138.401000', '130138.404000', '130138.407000', '130138.410000', '130138.413000', '130138.416000', '130138.419000', '130138.422000', '130138.424000', '130138.427000', '130138.430000', '130138.433000', '130138.436000', '130138.439000', '130138.442000', '130138.444000', '130138.447000', '130138.450000', '130138.453000', '130138.456000', '130138.459000', '130138.462000', '130146.052000', '130146.056000', '130146.060000', '130146.063000', '130146.066000', '130146.069000', '130146.073000', '130146.076000', '130146.079000', '130146.082000', '130146.085000', '130146.088000', '130146.091000', '130146.094000', '130146.097000', '130146.100000', '130146.103000'], '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, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [12202, 19595, 13015, 19386, 13196, 18440, 13056, 22907, 13978, 12484, 14408, 11304, 17586, 12145, 18871, 13175, 21731, 13116, 20822, 12177, 22123, 12427, 22880, 13700, 20698, 12172, 21660, 12067, 22565, 12490, 22531, 12967, 19346, 11719, 19262, 11959, 19956, 12617, 18745, 13998, 12451, 15095, 11877, 16814, 11701, 18181, 12296, 16144, 12344, 14661, 18623, 13896, 22641, 13127, 19879, 12918, 18949, 12536, 19336, 12190, 19494, 12444, 17511, 12608, 16585, 12733, 21726, 12272, 17375, 12592, 17164, 11702, 16596, 12606, 15524, 11986, 14675, 14818, 14988, 11215, 15927, 11149, 17805, 11642, 18321, 12017, 18684, 11625, 18173, 13277, 16343, 12859, 15071, 20253, 15137, 11956, 15604, 11373, 16991, 11528, 17517, 11959, 16309, 15155, 14954, 21650, 14320, 22818, 14201, 19688, 13633, 16047, 13133, 21290, 13190, 19962, 13069, 18760, 12537, 17630, 12076, 17346, 12210, 18044, 12017, 18122, 11782, 18221, 12241, 18234, 11815, 18139, 12755, 13724, 23954, 12725, 18441, 11594, 17237, 12454, 15188, 11377, 14906, 12679, 16693, 11133, 16541, 11159, 18670, 11285, 18767, 23844, 13028, 18395, 13519, 14853, 19862, 13100, 19316, 13158, 18970, 12240, 17475, 12768, 17431, 13315, 20219, 12870, 18164, 12198, 18259, 12981, 18176, 12187, 18061, 12025, 18433, 11909, 17799, 12449, 15261, 14782, 14295, 24930, 13613, 22387, 14347, 20124, 13641, 17996, 13014, 18364, 13773, 20325, 13372, 19454, 13768, 19033, 13441, 18888, 12460, 17211, 12256, 17761, 11679, 17130, 11563, 16731, 11944, 15708, 11830, 15047, 12786, 16254, 12178, 16304, 11813, 15652, 13744, 15364, 22819, 14595, 20134, 13019, 18710, 12637, 18202, 12405, 18076, 12192, 18089, 12306, 18284, 11794, 17974, 12020, 17850, 12536, 13908, 23194, 12685, 18286, 12413, 17569, 12241, 13748, 11707, 13629, 20270, 14544, 13583, 13950, 19672, 12999, 20866, 13103, 20254, 14413, 19111, 13346, 19288, 12424, 18065, 12701, 17622, 12943, 17939, 12848, 18540, 12426, 18353, 13227, 18429, 12939, 18303, 13040, 17912, 13321, 22990, 13705, 16595, 13196, 12262, 13269, 17972, 14009, 18900, 14498, 13033, 15120, 12659, 16149, 13001, 16117, 12826, 15594, 12396, 14882, 12921, 15827, 12904, 15670, 12836, 16351, 11940, 18348, 12334, 18762, 12345, 19499, 12890, 18245, 12838, 18612, 11869, 16248, 11876, 14853, 12034, 13936, 12127, 15081, 12357, 15764, 12180, 15790, 12104, 16776, 11384, 19566, 12295, 19887, 12573, 18916, 13540, 19423, 13227, 18618, 12552, 18223, 12492, 17434, 12387, 18373, 12501, 17743, 12359, 18123, 11950, 18563, 11817, 17775, 11796, 17973, 11646, 18469, 12009, 17738, 12018, 18625, 12444, 18254, 12452, 18108, 12624, 18369, 13103, 18368, 12640, 18144, 12655, 18070, 11972, 17288, 12042, 14152, 24354, 14087, 22449, 14576, 17108, 12954, 11481, 12938, 16752, 13205, 20533, 13049, 18570, 13057, 17447, 12140, 17052, 13012, 14248, 23715, 12817, 20458, 12650, 18250, 13189, 18947, 12284, 18217, 12471, 18029, 12767, 19083, 13775, 17879, 12590, 18908, 12573, 18796, 12659, 18127, 12794, 17633, 12782, 17549, 12690, 18080, 12898, 19827, 12751, 17916, 12791, 18161, 13135, 19806, 13720, 16651, 12631, 17580, 12697, 19116, 12977, 19743, 14306, 15952, 12716, 18463, 12918, 20052, 12846, 18876, 13166, 18517, 13025, 20019, 13407, 16586, 12254, 11927, 13143, 12174, 15408, 19638, 13640, 22129, 12640, 18696, 12472, 17409, 13164, 13247, 21515, 12731, 17116, 12915, 13832, 12084, 12556, 11800, 12928, 12140, 14320, 11649, 15225, 11371, 17474, 11487, 17594, 22113, 12489, 17156, 19041, 13052, 18860, 12787, 17583, 11798, 15438, 15778, 13261, 20050, 12469, 17902, 12244, 17218, 11301, 15456, 11789, 17693, 11527, 17735, 11347, 16938, 16150, 13444, 21968, 12572, 18281, 14279, 15997, 12601, 14714, 12194, 13792, 16829, 14207, 25218, 14191, 23102, 12695, 18089, 12626, 17177, 15082, 13375, 12712, 14223, 12314, 12865, 17170, 12917, 21236, 12866, 18296, 12843, 17808, 12704, 17283, 12421, 16899, 12233, 16742, 12246, 13537, 22039, 13337, 18906, 12569, 17578, 12423, 16880, 12156, 13692, 12355, 13612, 11510, 12865, 21235, 12708, 18339, 11445, 16089, 19291, 12334, 17990, 11459, 16865, 11764, 14365, 11202, 13197, 17867, 13623, 18601, 13420, 20624, 12478, 17740, 12270, 17779, 11875, 17454, 12111, 14840, 18696, 13324, 21161, 14226, 18935, 12562, 17736, 12168, 17800, 12430, 17961, 12274, 17698, 12137, 17766, 12833, 18405, 12864, 18850, 12403, 18427, 12991, 19125, 13904, 19438, 12910, 18850, 12939, 18635, 12929, 18068, 12335, 18523, 12375, 18164, 12004, 18893, 12356, 18511, 12317, 18473, 13144, 19337, 13266, 18772, 12780, 18613, 13211, 19034, 14373, 16410, 13029, 18334, 13296, 18748, 13780, 18871, 13875, 20434, 14167, 14736, 14648, 12302, 14357, 13530, 15261, 14987, 16492, 12216, 17024, 12513, 17446, 11826, 19201, 11887, 18789, 12052, 19013, 11891, 18916, 11985, 18599, 11790, 18044, 11669, 18051, 12346, 19238, 12008, 18992, 12009, 18692, 11948, 19932, 12611, 18698, 12806, 18594, 12707, 19057, 13153, 18890, 13063, 18029, 13070, 19353, 12928, 18909, 12498, 17842, 12524, 16065, 14035, 15849, 12754, 14869, 12171, 15275, 16046, 15795, 17307, 15797, 12544, 14300, 11963, 15382, 12830, 17540, 12628, 18171, 12360, 17837, 12515, 17688, 12714, 17713, 12425, 16522, 12857, 15460, 23825, 14522, 18474, 14045, 14843, 13204, 12697, 14079, 14185, 15462, 15027, 16496, 12550, 15342, 11604, 17066, 13120, 20328, 13867, 18539, 14519, 13021, 16968, 12988, 18723, 13034, 19635, 12989, 18831, 13508, 19091, 13353, 19221, 13071, 18381, 12602, 13239, 15944, 13104, 19729, 13275, 14012, 16089, 13206, 19483, 13734, 18121, 14000, 17177, 14271, 22370, 15519, 15454, 13724, 22718, 13674, 17808, 13584, 13846, 16129, 12476, 17943, 12621, 18074, 12679, 19299, 13386, 19910, 13680, 15286, 13120, 12733, 14066, 15482, 14639, 13307, 13999, 14048, 14444, 19922, 14717, 14487, 13180, 12943, 14108, 13286, 17280, 12687, 19437, 12888, 20513, 13107, 19072, 14032, 17524, 14596, 12495, 15166, 12502, 15536, 12949, 15746, 12863, 15852, 12247, 14803, 12198, 16015, 12750, 16715, 11840, 17580, 11898, 17772, 12088, 18390, 13004, 19339, 12948, 18715, 12365, 18475, 12442, 16610, 12930, 15501, 12145, 14016, 23013, 13792, 20592, 13540, 18401, 13025, 17261, 12133, 14948, 11883, 14710, 11970, 17227, 11751, 16956, 11740, 16235, 19831, 14514, 22415, 13685, 22129, 12942, 18195, 12403, 16653, 12467, 16878, 12802, 14567, 13011, 17368, 12427, 18657, 12616, 18213, 13301, 18325, 12863, 18366, 12766, 17217, 12281, 16881, 12634, 17895, 13188, 18333, 12913, 18484, 12513, 19170, 13163, 17962, 13589, 12852, 13057, 21981, 12692, 21531, 12981, 18197, 12824, 17694, 12833, 18161, 12797, 18609, 13286, 15456, 12361, 12850, 14664, 12444, 16468, 12074, 16760, 19210, 13255, 21470, 12955, 17550, 12126, 15816, 13193, 14198, 12494, 15961, 12699, 18305, 12796, 15906, 12694, 12211, 13063, 12394, 14326, 22423, 13450, 18948, 12334, 16808, 19507, 13064, 21167, 12739, 17162, 12207, 17705, 11998, 17281, 12225, 17498, 12683, 16512, 12252, 14331, 12588, 20099, 12559, 18142, 12782, 17380, 11976, 16115, 12196, 14176, 13679, 14632, 15272, 13535, 24307, 13697, 22831, 13953, 20630, 12302, 18319, 12520, 17091, 13297, 18135, 12589, 17568, 12111, 16792, 12358, 17133, 12928, 17622, 12264, 17059, 12638, 17294, 12613, 17531, 11833, 16851, 11934, 17373, 11852, 16124, 11798, 16465, 11901, 17154, 12724, 15662, 14167, 14958, 16811, 12598, 23727, 12923, 18904, 13469, 17546, 12950, 17329, 12620, 17290, 12633, 17621, 12800, 17895, 12780, 17257, 12616, 17673, 12741, 17249, 11925, 16472, 12251, 15538, 12222, 15480, 12370, 14064, 12381, 14222, 21032, 14272, 14831, 13187, 22490, 12747, 19560, 13271, 18708, 12847, 17865, 12517, 17694, 12471, 17482, 12802, 17455, 12158, 17394, 12239, 17581, 12575, 18191, 12343, 17876, 12358, 17570, 12727, 18575, 12795, 18068, 12515, 17377, 12748, 17340, 12875, 17730, 12676, 17828, 12672, 17789, 12729, 18220, 13014, 18459, 13022, 18827, 13600, 22303, 13907, 18028, 12932, 19844, 13319, 18663, 13817, 17689, 13529, 13039, 14527, 13214, 14818, 12967, 16969, 12376, 17656, 11955, 18053, 12062, 18114, 12230, 18762, 12479, 18737, 12505, 16896, 12428, 17159, 12663, 19028, 12811, 19172, 12724, 19102, 13216, 18874, 13850, 12471, 13269, 12513, 15819, 12641, 17339, 12055, 17403, 11991, 16248, 12247, 16578, 12002], 'WindowCenter': [5130.0, 5168.0, 5110.0, 5143.0, 5097.0, 5123.0, 5084.0, 5138.0, 5080.0, 5061.0, 5090.0, 5062.0, 5109.0, 5068.0, 5117.0, 5084.0, 5139.0, 5081.0, 5127.0, 5070.0, 5139.0, 5072.0, 5138.0, 5081.0, 5128.0, 5062.0, 5124.0, 5059.0, 5122.0, 5057.0, 5123.0, 5070.0, 5105.0, 5060.0, 5104.0, 5060.0, 5115.0, 5071.0, 5116.0, 5079.0, 5058.0, 5090.0, 5060.0, 5105.0, 5061.0, 5120.0, 5058.0, 5099.0, 5059.0, 5088.0, 5108.0, 5079.0, 5127.0, 5069.0, 5116.0, 5070.0, 5106.0, 5071.0, 5117.0, 5063.0, 5118.0, 5071.0, 5123.0, 5087.0, 5110.0, 5081.0, 5141.0, 5074.0, 5106.0, 5073.0, 5110.0, 5061.0, 5102.0, 5069.0, 5100.0, 5061.0, 5102.0, 5091.0, 5089.0, 5052.0, 5101.0, 5059.0, 5120.0, 5064.0, 5122.0, 5086.0, 5132.0, 5075.0, 5125.0, 5084.0, 5113.0, 5083.0, 5103.0, 5132.0, 5089.0, 5059.0, 5103.0, 5063.0, 5113.0, 5064.0, 5124.0, 5064.0, 5113.0, 5092.0, 5104.0, 5139.0, 5094.0, 5153.0, 5093.0, 5120.0, 5084.0, 5096.0, 5084.0, 5140.0, 5083.0, 5130.0, 5080.0, 5121.0, 5074.0, 5112.0, 5072.0, 5112.0, 5071.0, 5108.0, 5063.0, 5120.0, 5076.0, 5122.0, 5087.0, 5123.0, 5074.0, 5132.0, 5073.0, 5096.0, 5149.0, 5074.0, 5121.0, 5058.0, 5108.0, 5062.0, 5090.0, 5062.0, 5099.0, 5073.0, 5098.0, 5050.0, 5111.0, 5063.0, 5123.0, 5066.0, 5135.0, 5149.0, 5083.0, 5122.0, 5083.0, 5094.0, 5130.0, 5084.0, 5116.0, 5082.0, 5119.0, 5075.0, 5110.0, 5086.0, 5121.0, 5098.0, 5142.0, 5088.0, 5121.0, 5087.0, 5125.0, 5086.0, 5124.0, 5076.0, 5119.0, 5076.0, 5124.0, 5065.0, 5124.0, 5074.0, 5104.0, 5090.0, 5091.0, 5152.0, 5083.0, 5130.0, 5080.0, 5116.0, 5080.0, 5109.0, 5070.0, 5111.0, 5082.0, 5129.0, 5082.0, 5122.0, 5084.0, 5111.0, 5083.0, 5121.0, 5073.0, 5100.0, 5062.0, 5110.0, 5058.0, 5099.0, 5051.0, 5098.0, 5058.0, 5101.0, 5061.0, 5089.0, 5067.0, 5100.0, 5059.0, 5103.0, 5063.0, 5102.0, 5082.0, 5104.0, 5140.0, 5090.0, 5120.0, 5071.0, 5110.0, 5062.0, 5099.0, 5062.0, 5109.0, 5061.0, 5108.0, 5062.0, 5111.0, 5060.0, 5110.0, 5060.0, 5112.0, 5060.0, 5080.0, 5128.0, 5060.0, 5095.0, 5050.0, 5098.0, 5049.0, 5067.0, 5046.0, 5070.0, 5114.0, 5066.0, 5069.0, 5079.0, 5105.0, 5068.0, 5117.0, 5071.0, 5116.0, 5081.0, 5106.0, 5069.0, 5106.0, 5061.0, 5098.0, 5059.0, 5096.0, 5058.0, 5097.0, 5068.0, 5108.0, 5060.0, 5104.0, 5069.0, 5109.0, 5060.0, 5097.0, 5066.0, 5099.0, 5068.0, 5126.0, 5071.0, 5088.0, 5071.0, 5057.0, 5069.0, 5097.0, 5078.0, 5104.0, 5077.0, 5058.0, 5078.0, 5060.0, 5090.0, 5059.0, 5089.0, 5059.0, 5086.0, 5059.0, 5079.0, 5059.0, 5086.0, 5058.0, 5087.0, 5056.0, 5087.0, 5050.0, 5108.0, 5059.0, 5109.0, 5072.0, 5118.0, 5072.0, 5121.0, 5075.0, 5121.0, 5061.0, 5096.0, 5058.0, 5079.0, 5061.0, 5080.0, 5058.0, 5087.0, 5061.0, 5090.0, 5061.0, 5091.0, 5061.0, 5100.0, 5063.0, 5119.0, 5062.0, 5128.0, 5073.0, 5121.0, 5084.0, 5133.0, 5085.0, 5119.0, 5075.0, 5122.0, 5072.0, 5109.0, 5062.0, 5107.0, 5062.0, 5097.0, 5069.0, 5108.0, 5059.0, 5106.0, 5059.0, 5107.0, 5059.0, 5109.0, 5049.0, 5108.0, 5061.0, 5099.0, 5060.0, 5119.0, 5072.0, 5116.0, 5074.0, 5120.0, 5085.0, 5119.0, 5082.0, 5111.0, 5084.0, 5118.0, 5071.0, 5109.0, 5060.0, 5112.0, 5061.0, 5081.0, 5139.0, 5080.0, 5128.0, 5080.0, 5086.0, 5060.0, 5049.0, 5069.0, 5098.0, 5082.0, 5131.0, 5084.0, 5123.0, 5071.0, 5111.0, 5061.0, 5109.0, 5069.0, 5079.0, 5138.0, 5071.0, 5117.0, 5060.0, 5097.0, 5071.0, 5109.0, 5060.0, 5106.0, 5061.0, 5095.0, 5071.0, 5104.0, 5083.0, 5110.0, 5072.0, 5117.0, 5072.0, 5107.0, 5059.0, 5107.0, 5060.0, 5096.0, 5056.0, 5097.0, 5057.0, 5095.0, 5059.0, 5105.0, 5071.0, 5095.0, 5071.0, 5096.0, 5070.0, 5107.0, 5082.0, 5098.0, 5070.0, 5098.0, 5069.0, 5107.0, 5071.0, 5119.0, 5089.0, 5090.0, 5072.0, 5106.0, 5067.0, 5116.0, 5069.0, 5108.0, 5070.0, 5107.0, 5072.0, 5116.0, 5070.0, 5097.0, 5062.0, 5061.0, 5072.0, 5071.0, 5102.0, 5131.0, 5083.0, 5131.0, 5071.0, 5111.0, 5072.0, 5100.0, 5058.0, 5057.0, 5118.0, 5045.0, 5083.0, 5045.0, 5067.0, 5046.0, 5044.0, 5046.0, 5057.0, 5048.0, 5077.0, 5048.0, 5090.0, 5062.0, 5122.0, 5063.0, 5123.0, 5139.0, 5060.0, 5101.0, 5105.0, 5070.0, 5105.0, 5070.0, 5099.0, 5044.0, 5087.0, 5086.0, 5058.0, 5103.0, 5055.0, 5096.0, 5059.0, 5097.0, 5049.0, 5087.0, 5057.0, 5104.0, 5062.0, 5109.0, 5063.0, 5110.0, 5096.0, 5082.0, 5128.0, 5068.0, 5108.0, 5080.0, 5087.0, 5056.0, 5080.0, 5057.0, 5080.0, 5095.0, 5080.0, 5138.0, 5080.0, 5127.0, 5058.0, 5096.0, 5047.0, 5085.0, 5064.0, 5056.0, 5046.0, 5067.0, 5043.0, 5057.0, 5084.0, 5054.0, 5103.0, 5057.0, 5095.0, 5057.0, 5095.0, 5058.0, 5094.0, 5055.0, 5097.0, 5055.0, 5098.0, 5049.0, 5068.0, 5114.0, 5069.0, 5108.0, 5059.0, 5098.0, 5057.0, 5086.0, 5046.0, 5067.0, 5053.0, 5069.0, 5049.0, 5068.0, 5118.0, 5058.0, 5098.0, 5046.0, 5088.0, 5106.0, 5055.0, 5097.0, 5049.0, 5099.0, 5060.0, 5090.0, 5051.0, 5072.0, 5109.0, 5083.0, 5119.0, 5084.0, 5130.0, 5074.0, 5110.0, 5062.0, 5109.0, 5062.0, 5112.0, 5062.0, 5092.0, 5108.0, 5081.0, 5130.0, 5081.0, 5120.0, 5073.0, 5110.0, 5071.0, 5110.0, 5071.0, 5110.0, 5074.0, 5110.0, 5072.0, 5109.0, 5071.0, 5117.0, 5085.0, 5119.0, 5075.0, 5121.0, 5083.0, 5122.0, 5085.0, 5121.0, 5073.0, 5119.0, 5070.0, 5108.0, 5072.0, 5109.0, 5070.0, 5109.0, 5061.0, 5109.0, 5056.0, 5118.0, 5067.0, 5107.0, 5060.0, 5106.0, 5081.0, 5119.0, 5084.0, 5120.0, 5083.0, 5119.0, 5083.0, 5121.0, 5092.0, 5097.0, 5084.0, 5118.0, 5082.0, 5108.0, 5079.0, 5120.0, 5083.0, 5117.0, 5082.0, 5090.0, 5092.0, 5062.0, 5081.0, 5068.0, 5086.0, 5090.0, 5102.0, 5063.0, 5097.0, 5069.0, 5106.0, 5060.0, 5120.0, 5061.0, 5119.0, 5069.0, 5119.0, 5062.0, 5115.0, 5061.0, 5122.0, 5063.0, 5106.0, 5062.0, 5107.0, 5073.0, 5122.0, 5073.0, 5117.0, 5063.0, 5118.0, 5061.0, 5118.0, 5072.0, 5118.0, 5071.0, 5106.0, 5072.0, 5119.0, 5083.0, 5122.0, 5082.0, 5109.0, 5081.0, 5117.0, 5071.0, 5121.0, 5071.0, 5111.0, 5059.0, 5101.0, 5069.0, 5086.0, 5060.0, 5075.0, 5058.0, 5088.0, 5085.0, 5089.0, 5095.0, 5090.0, 5059.0, 5081.0, 5061.0, 5089.0, 5069.0, 5107.0, 5061.0, 5108.0, 5070.0, 5109.0, 5059.0, 5100.0, 5060.0, 5109.0, 5059.0, 5099.0, 5059.0, 5089.0, 5126.0, 5078.0, 5095.0, 5080.0, 5077.0, 5069.0, 5059.0, 5080.0, 5079.0, 5087.0, 5089.0, 5099.0, 5060.0, 5090.0, 5064.0, 5112.0, 5081.0, 5128.0, 5082.0, 5109.0, 5080.0, 5070.0, 5099.0, 5070.0, 5105.0, 5071.0, 5107.0, 5058.0, 5108.0, 5070.0, 5109.0, 5057.0, 5104.0, 5056.0, 5097.0, 5061.0, 5082.0, 5099.0, 5074.0, 5132.0, 5074.0, 5092.0, 5103.0, 5083.0, 5120.0, 5086.0, 5121.0, 5084.0, 5100.0, 5082.0, 5129.0, 5092.0, 5079.0, 5071.0, 5126.0, 5070.0, 5087.0, 5059.0, 5058.0, 5086.0, 5056.0, 5095.0, 5060.0, 5096.0, 5058.0, 5106.0, 5070.0, 5120.0, 5072.0, 5088.0, 5070.0, 5061.0, 5081.0, 5093.0, 5091.0, 5084.0, 5091.0, 5079.0, 5081.0, 5109.0, 5077.0, 5078.0, 5067.0, 5045.0, 5061.0, 5068.0, 5098.0, 5071.0, 5116.0, 5070.0, 5115.0, 5068.0, 5117.0, 5080.0, 5105.0, 5092.0, 5062.0, 5091.0, 5059.0, 5086.0, 5060.0, 5085.0, 5067.0, 5097.0, 5060.0, 5080.0, 5058.0, 5097.0, 5070.0, 5098.0, 5058.0, 5107.0, 5059.0, 5105.0, 5069.0, 5120.0, 5080.0, 5122.0, 5082.0, 5120.0, 5071.0, 5120.0, 5071.0, 5100.0, 5071.0, 5090.0, 5059.0, 5079.0, 5137.0, 5078.0, 5118.0, 5069.0, 5107.0, 5070.0, 5104.0, 5058.0, 5087.0, 5057.0, 5087.0, 5062.0, 5118.0, 5073.0, 5119.0, 5074.0, 5113.0, 5129.0, 5091.0, 5148.0, 5094.0, 5143.0, 5072.0, 5111.0, 5060.0, 5095.0, 5061.0, 5099.0, 5069.0, 5078.0, 5067.0, 5096.0, 5059.0, 5107.0, 5056.0, 5106.0, 5066.0, 5106.0, 5070.0, 5108.0, 5060.0, 5097.0, 5055.0, 5086.0, 5054.0, 5096.0, 5066.0, 5106.0, 5067.0, 5107.0, 5060.0, 5106.0, 5067.0, 5106.0, 5067.0, 5065.0, 5068.0, 5126.0, 5064.0, 5116.0, 5057.0, 5097.0, 5055.0, 5092.0, 5056.0, 5093.0, 5057.0, 5106.0, 5068.0, 5085.0, 5070.0, 5069.0, 5089.0, 5070.0, 5101.0, 5071.0, 5112.0, 5105.0, 5068.0, 5126.0, 5053.0, 5096.0, 5059.0, 5090.0, 5068.0, 5078.0, 5057.0, 5086.0, 5069.0, 5118.0, 5071.0, 5099.0, 5069.0, 5066.0, 5081.0, 5069.0, 5089.0, 5138.0, 5081.0, 5110.0, 5060.0, 5100.0, 5105.0, 5055.0, 5114.0, 5056.0, 5086.0, 5044.0, 5094.0, 5045.0, 5092.0, 5059.0, 5097.0, 5071.0, 5093.0, 5069.0, 5087.0, 5073.0, 5128.0, 5071.0, 5105.0, 5070.0, 5097.0, 5060.0, 5089.0, 5056.0, 5078.0, 5065.0, 5076.0, 5074.0, 5067.0, 5132.0, 5065.0, 5124.0, 5078.0, 5116.0, 5056.0, 5096.0, 5059.0, 5095.0, 5067.0, 5105.0, 5069.0, 5104.0, 5060.0, 5093.0, 5060.0, 5095.0, 5071.0, 5096.0, 5060.0, 5094.0, 5058.0, 5086.0, 5059.0, 5096.0, 5049.0, 5094.0, 5046.0, 5095.0, 5045.0, 5083.0, 5049.0, 5086.0, 5047.0, 5097.0, 5057.0, 5085.0, 5066.0, 5078.0, 5095.0, 5058.0, 5128.0, 5066.0, 5104.0, 5067.0, 5095.0, 5059.0, 5096.0, 5056.0, 5096.0, 5059.0, 5095.0, 5056.0, 5096.0, 5059.0, 5093.0, 5059.0, 5094.0, 5070.0, 5098.0, 5047.0, 5087.0, 5044.0, 5077.0, 5046.0, 5088.0, 5056.0, 5076.0, 5054.0, 5077.0, 5114.0, 5079.0, 5074.0, 5069.0, 5124.0, 5060.0, 5107.0, 5059.0, 5106.0, 5070.0, 5095.0, 5058.0, 5096.0, 5054.0, 5092.0, 5059.0, 5097.0, 5058.0, 5096.0, 5045.0, 5094.0, 5057.0, 5107.0, 5060.0, 5104.0, 5071.0, 5108.0, 5071.0, 5115.0, 5071.0, 5110.0, 5069.0, 5095.0, 5060.0, 5097.0, 5057.0, 5096.0, 5070.0, 5093.0, 5054.0, 5095.0, 5055.0, 5095.0, 5068.0, 5105.0, 5067.0, 5105.0, 5066.0, 5125.0, 5067.0, 5104.0, 5058.0, 5105.0, 5067.0, 5090.0, 5066.0, 5095.0, 5066.0, 5057.0, 5075.0, 5064.0, 5077.0, 5057.0, 5095.0, 5057.0, 5095.0, 5049.0, 5095.0, 5056.0, 5095.0, 5048.0, 5104.0, 5059.0, 5102.0, 5054.0, 5082.0, 5043.0, 5082.0, 5054.0, 5104.0, 5064.0, 5104.0, 5068.0, 5106.0, 5070.0, 5104.0, 5080.0, 5059.0, 5067.0, 5060.0, 5095.0, 5071.0, 5110.0, 5061.0, 5109.0, 5060.0, 5097.0, 5059.0, 5095.0, 5058.0], 'WindowWidth': [11115.0, 11152.0, 11066.0, 11103.0, 11036.0, 11069.0, 11013.0, 11084.0, 11001.0, 10974.0, 11015.0, 10979.0, 11040.0, 10985.0, 11054.0, 11011.0, 11085.0, 11006.0, 11066.0, 10990.0, 11087.0, 10993.0, 11085.0, 11005.0, 11065.0, 10977.0, 11057.0, 10969.0, 11057.0, 10967.0, 11055.0, 10984.0, 11029.0, 10969.0, 11027.0, 10971.0, 11042.0, 10987.0, 11049.0, 10997.0, 10968.0, 11012.0, 10972.0, 11032.0, 10973.0, 11057.0, 10969.0, 11026.0, 10968.0, 11010.0, 11035.0, 10998.0, 11072.0, 10984.0, 11049.0, 10985.0, 11034.0, 10986.0, 11049.0, 10981.0, 11054.0, 10993.0, 11066.0, 11022.0, 11047.0, 11005.0, 11087.0, 10996.0, 11035.0, 10995.0, 11045.0, 10975.0, 11032.0, 10983.0, 11028.0, 10973.0, 11034.0, 11016.0, 11010.0, 10961.0, 11031.0, 10972.0, 11057.0, 10983.0, 11063.0, 11017.0, 11080.0, 11000.0, 11072.0, 11011.0, 11053.0, 11008.0, 11037.0, 11076.0, 11013.0, 10971.0, 11034.0, 10980.0, 11051.0, 10984.0, 11068.0, 10983.0, 11050.0, 11018.0, 11038.0, 11084.0, 11024.0, 11112.0, 11021.0, 11057.0, 11010.0, 11020.0, 11011.0, 11088.0, 11008.0, 11073.0, 11002.0, 11060.0, 10995.0, 11047.0, 10991.0, 11048.0, 10990.0, 11037.0, 10979.0, 11055.0, 11002.0, 11062.0, 11019.0, 11068.0, 11000.0, 11081.0, 10995.0, 11028.0, 11110.0, 10997.0, 11063.0, 10969.0, 11038.0, 10975.0, 11013.0, 10977.0, 11027.0, 10993.0, 11022.0, 10958.0, 11045.0, 10983.0, 11066.0, 10990.0, 11088.0, 11106.0, 11009.0, 11067.0, 11005.0, 11025.0, 11075.0, 11008.0, 11053.0, 11005.0, 11056.0, 10999.0, 11043.0, 11017.0, 11062.0, 11035.0, 11097.0, 11022.0, 11065.0, 11020.0, 11070.0, 11016.0, 11067.0, 11003.0, 11058.0, 11002.0, 11068.0, 10984.0, 11069.0, 10994.0, 11036.0, 11014.0, 11018.0, 11111.0, 11007.0, 11078.0, 10998.0, 11047.0, 10999.0, 11037.0, 10988.0, 11043.0, 11005.0, 11071.0, 11005.0, 11062.0, 11009.0, 11045.0, 11007.0, 11061.0, 10993.0, 11027.0, 10976.0, 11040.0, 10969.0, 11025.0, 10960.0, 11025.0, 10970.0, 11029.0, 10973.0, 11010.0, 10981.0, 11026.0, 10971.0, 11034.0, 10979.0, 11032.0, 11002.0, 11037.0, 11094.0, 11015.0, 11059.0, 10987.0, 11042.0, 10974.0, 11023.0, 10974.0, 11037.0, 10973.0, 11035.0, 10976.0, 11045.0, 10974.0, 11042.0, 10973.0, 11047.0, 10970.0, 10998.0, 11073.0, 10967.0, 11016.0, 10953.0, 11020.0, 10952.0, 10975.0, 10945.0, 10981.0, 11039.0, 10975.0, 10979.0, 10994.0, 11029.0, 10978.0, 11051.0, 10986.0, 11048.0, 11000.0, 11035.0, 10985.0, 11037.0, 10973.0, 11021.0, 10967.0, 11016.0, 10965.0, 11020.0, 10982.0, 11036.0, 10973.0, 11028.0, 10983.0, 11039.0, 10971.0, 11020.0, 10975.0, 11024.0, 10981.0, 11062.0, 10987.0, 11006.0, 10985.0, 10963.0, 10982.0, 11016.0, 10993.0, 11026.0, 10988.0, 10963.0, 10994.0, 10970.0, 11011.0, 10967.0, 11009.0, 10967.0, 11001.0, 10965.0, 10993.0, 10966.0, 11002.0, 10963.0, 11002.0, 10961.0, 11006.0, 10954.0, 11034.0, 10968.0, 11038.0, 10991.0, 11052.0, 10994.0, 11059.0, 10997.0, 11060.0, 10974.0, 11017.0, 10966.0, 10996.0, 10970.0, 10997.0, 10964.0, 11005.0, 10971.0, 11013.0, 10972.0, 11013.0, 10974.0, 11027.0, 10978.0, 11054.0, 10976.0, 11068.0, 10996.0, 11061.0, 11011.0, 11082.0, 11014.0, 11058.0, 10998.0, 11060.0, 10991.0, 11041.0, 10975.0, 11036.0, 10975.0, 11022.0, 10984.0, 11037.0, 10970.0, 11035.0, 10968.0, 11034.0, 10968.0, 11037.0, 10952.0, 11035.0, 10971.0, 11023.0, 10972.0, 11051.0, 10992.0, 11048.0, 10997.0, 11057.0, 11013.0, 11057.0, 11007.0, 11047.0, 11010.0, 11053.0, 10991.0, 11044.0, 10973.0, 11046.0, 10973.0, 11000.0, 11083.0, 10996.0, 11066.0, 10995.0, 11002.0, 10970.0, 10954.0, 10984.0, 11022.0, 11006.0, 11079.0, 11011.0, 11065.0, 10990.0, 11045.0, 10975.0, 11040.0, 10981.0, 10999.0, 11082.0, 10985.0, 11052.0, 10969.0, 11019.0, 10987.0, 11041.0, 10971.0, 11029.0, 10973.0, 11015.0, 10988.0, 11031.0, 11006.0, 11042.0, 10990.0, 11050.0, 10990.0, 11037.0, 10968.0, 11034.0, 10969.0, 11017.0, 10961.0, 11019.0, 10963.0, 11016.0, 10967.0, 11032.0, 10984.0, 11016.0, 10985.0, 11019.0, 10984.0, 11038.0, 11002.0, 11021.0, 10986.0, 11022.0, 10982.0, 11038.0, 10987.0, 11054.0, 11011.0, 11014.0, 10991.0, 11032.0, 10981.0, 11049.0, 10984.0, 11040.0, 10986.0, 11035.0, 10989.0, 11048.0, 10987.0, 11021.0, 10977.0, 10974.0, 10991.0, 10988.0, 11035.0, 11073.0, 11007.0, 11081.0, 10988.0, 11046.0, 10990.0, 11030.0, 10966.0, 10965.0, 11058.0, 10941.0, 10996.0, 10940.0, 10973.0, 10942.0, 10940.0, 10941.0, 10960.0, 10949.0, 10990.0, 10952.0, 11013.0, 10976.0, 11063.0, 10982.0, 11066.0, 11094.0, 10970.0, 11029.0, 11026.0, 10983.0, 11033.0, 10983.0, 11023.0, 10944.0, 11004.0, 11000.0, 10964.0, 11028.0, 10958.0, 11015.0, 10967.0, 11018.0, 10952.0, 11003.0, 10964.0, 11029.0, 10975.0, 11041.0, 10981.0, 11044.0, 11020.0, 11004.0, 11073.0, 10981.0, 11040.0, 10996.0, 11004.0, 10962.0, 10998.0, 10964.0, 10997.0, 11013.0, 10996.0, 11089.0, 10997.0, 11067.0, 10966.0, 11018.0, 10946.0, 11001.0, 10965.0, 10955.0, 10941.0, 10972.0, 10937.0, 10961.0, 10995.0, 10955.0, 11028.0, 10959.0, 11013.0, 10961.0, 11012.0, 10963.0, 11010.0, 10959.0, 11016.0, 10958.0, 11020.0, 10952.0, 10979.0, 11045.0, 10980.0, 11038.0, 10968.0, 11020.0, 10962.0, 11002.0, 10943.0, 10973.0, 10953.0, 10979.0, 10952.0, 10980.0, 11056.0, 10965.0, 11022.0, 10948.0, 11006.0, 11028.0, 10958.0, 11017.0, 10954.0, 11023.0, 10972.0, 11013.0, 10958.0, 10990.0, 11037.0, 11006.0, 11055.0, 11010.0, 11075.0, 10994.0, 11043.0, 10978.0, 11041.0, 10978.0, 11048.0, 10977.0, 11018.0, 11036.0, 11001.0, 11076.0, 11002.0, 11057.0, 10992.0, 11040.0, 10989.0, 11041.0, 10990.0, 11043.0, 10997.0, 11043.0, 10993.0, 11042.0, 10990.0, 11053.0, 11013.0, 11059.0, 10999.0, 11060.0, 11009.0, 11062.0, 11013.0, 11064.0, 10995.0, 11056.0, 10988.0, 11042.0, 10988.0, 11041.0, 10986.0, 11039.0, 10971.0, 11037.0, 10963.0, 11051.0, 10980.0, 11035.0, 10972.0, 11033.0, 11002.0, 11057.0, 11012.0, 11061.0, 11009.0, 11057.0, 11010.0, 11061.0, 11021.0, 11025.0, 11010.0, 11054.0, 11004.0, 11040.0, 10999.0, 11057.0, 11006.0, 11050.0, 11004.0, 11012.0, 11018.0, 10976.0, 11002.0, 10980.0, 11006.0, 11011.0, 11031.0, 10978.0, 11023.0, 10984.0, 11034.0, 10972.0, 11055.0, 10976.0, 11055.0, 10986.0, 11055.0, 10976.0, 11049.0, 10977.0, 11062.0, 10980.0, 11035.0, 10975.0, 11036.0, 10991.0, 11061.0, 10992.0, 11051.0, 10977.0, 11054.0, 10975.0, 11053.0, 10989.0, 11054.0, 10987.0, 11035.0, 10990.0, 11055.0, 11008.0, 11063.0, 11007.0, 11040.0, 11002.0, 11052.0, 10992.0, 11062.0, 10988.0, 11044.0, 10969.0, 11028.0, 10981.0, 11003.0, 10969.0, 10988.0, 10965.0, 11008.0, 10999.0, 11007.0, 11014.0, 11010.0, 10969.0, 11001.0, 10972.0, 11009.0, 10982.0, 11034.0, 10972.0, 11037.0, 10985.0, 11039.0, 10967.0, 11024.0, 10970.0, 11039.0, 10968.0, 11023.0, 10967.0, 11009.0, 11067.0, 10990.0, 11016.0, 10995.0, 10989.0, 10981.0, 10967.0, 10997.0, 10994.0, 11004.0, 11008.0, 11024.0, 10970.0, 11013.0, 10980.0, 11046.0, 11002.0, 11068.0, 11004.0, 11040.0, 10999.0, 10987.0, 11027.0, 10984.0, 11030.0, 10985.0, 11034.0, 10963.0, 11034.0, 10980.0, 11037.0, 10961.0, 11026.0, 10960.0, 11018.0, 10971.0, 11004.0, 11025.0, 10993.0, 11075.0, 10995.0, 11018.0, 11032.0, 11004.0, 11061.0, 11012.0, 11059.0, 11008.0, 11027.0, 11003.0, 11068.0, 11015.0, 10993.0, 10983.0, 11058.0, 10978.0, 10999.0, 10960.0, 10958.0, 10998.0, 10959.0, 11012.0, 10965.0, 11014.0, 10962.0, 11029.0, 10982.0, 11056.0, 10987.0, 11007.0, 10983.0, 10969.0, 10996.0, 11019.0, 11015.0, 11009.0, 11016.0, 10997.0, 11000.0, 11035.0, 10990.0, 10992.0, 10976.0, 10937.0, 10960.0, 10977.0, 11024.0, 10985.0, 11048.0, 10984.0, 11046.0, 10981.0, 11050.0, 10999.0, 11031.0, 11018.0, 10974.0, 11013.0, 10968.0, 11004.0, 10970.0, 11002.0, 10978.0, 11019.0, 10969.0, 10997.0, 10965.0, 11019.0, 10984.0, 11024.0, 10970.0, 11037.0, 10972.0, 11032.0, 10984.0, 11056.0, 11003.0, 11064.0, 11007.0, 11059.0, 10991.0, 11058.0, 10986.0, 11027.0, 10987.0, 11014.0, 10970.0, 10998.0, 11077.0, 10995.0, 11053.0, 10982.0, 11034.0, 10986.0, 11030.0, 10969.0, 11007.0, 10966.0, 11009.0, 10979.0, 11056.0, 10998.0, 11061.0, 11000.0, 11053.0, 11070.0, 11018.0, 11098.0, 11025.0, 11102.0, 10992.0, 11049.0, 10971.0, 11020.0, 10972.0, 11026.0, 10982.0, 10992.0, 10976.0, 11017.0, 10966.0, 11035.0, 10963.0, 11033.0, 10978.0, 11033.0, 10984.0, 11038.0, 10969.0, 11020.0, 10960.0, 11002.0, 10958.0, 11017.0, 10975.0, 11033.0, 10980.0, 11035.0, 10970.0, 11033.0, 10978.0, 11030.0, 10981.0, 10974.0, 10982.0, 11058.0, 10973.0, 11052.0, 10962.0, 11019.0, 10959.0, 11009.0, 10962.0, 11008.0, 10964.0, 11030.0, 10983.0, 11002.0, 10984.0, 10983.0, 11011.0, 10985.0, 11032.0, 10990.0, 11048.0, 11032.0, 10982.0, 11069.0, 10955.0, 11019.0, 10967.0, 11012.0, 10982.0, 10994.0, 10964.0, 11002.0, 10982.0, 11049.0, 10987.0, 11024.0, 10984.0, 10980.0, 11003.0, 10985.0, 11014.0, 11090.0, 11003.0, 11044.0, 10970.0, 11029.0, 11026.0, 10958.0, 11044.0, 10957.0, 11000.0, 10942.0, 11009.0, 10944.0, 11004.0, 10968.0, 11018.0, 10989.0, 11014.0, 10986.0, 11007.0, 10994.0, 11071.0, 10988.0, 11033.0, 10988.0, 11023.0, 10971.0, 11010.0, 10962.0, 10992.0, 10973.0, 10989.0, 10985.0, 10979.0, 11067.0, 10972.0, 11060.0, 10993.0, 11047.0, 10962.0, 11018.0, 10967.0, 11015.0, 10979.0, 11032.0, 10985.0, 11030.0, 10972.0, 11011.0, 10970.0, 11017.0, 10987.0, 11020.0, 10969.0, 11012.0, 10965.0, 11004.0, 10967.0, 11017.0, 10952.0, 11012.0, 10947.0, 11015.0, 10943.0, 10996.0, 10954.0, 11004.0, 10951.0, 11020.0, 10965.0, 11002.0, 10975.0, 10993.0, 11013.0, 10967.0, 11071.0, 10975.0, 11029.0, 10976.0, 11015.0, 10967.0, 11016.0, 10959.0, 11014.0, 10966.0, 11014.0, 10962.0, 11017.0, 10966.0, 11008.0, 10968.0, 11011.0, 10983.0, 11021.0, 10950.0, 11002.0, 10942.0, 10990.0, 10946.0, 11005.0, 10961.0, 10989.0, 10957.0, 10992.0, 11040.0, 10995.0, 10985.0, 10982.0, 11060.0, 10969.0, 11035.0, 10966.0, 11032.0, 10983.0, 11015.0, 10964.0, 11014.0, 10955.0, 11009.0, 10967.0, 11018.0, 10965.0, 11014.0, 10944.0, 11011.0, 10963.0, 11032.0, 10971.0, 11029.0, 10987.0, 11036.0, 10989.0, 11049.0, 10991.0, 11042.0, 10984.0, 11016.0, 10968.0, 11018.0, 10964.0, 11019.0, 10984.0, 11012.0, 10957.0, 11014.0, 10957.0, 11016.0, 10979.0, 11029.0, 10977.0, 11029.0, 10976.0, 11059.0, 10980.0, 11027.0, 10966.0, 11026.0, 10976.0, 11004.0, 10974.0, 11011.0, 10974.0, 10961.0, 10986.0, 10971.0, 10989.0, 10961.0, 11013.0, 10960.0, 11015.0, 10952.0, 11015.0, 10961.0, 11014.0, 10950.0, 11030.0, 10967.0, 11024.0, 10955.0, 10992.0, 10939.0, 10991.0, 10955.0, 11029.0, 10973.0, 11028.0, 10980.0, 11032.0, 10984.0, 11028.0, 10999.0, 10969.0, 10978.0, 10971.0, 11018.0, 10986.0, 11042.0, 10974.0, 11038.0, 10971.0, 11018.0, 10966.0, 11014.0, 10967.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.00037226366001734607</td></tr>
<tr><td colspan=3>aqi</td><td>0.01915818586296618</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.786371949591995</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3346650935677062</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9971858402951399</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>3862.2769</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06842403857306441</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8673026886383348</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3938942753714407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2655816732570506</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.623027119280342</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2930740335769295</td></tr>
<tr><td colspan=3>gcor</td><td>0.00433832</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015457771718502045</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03288859501481056</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.191272481587818</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>14.076</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.1555</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>280.0217</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289092.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1383.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>495.846</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1838</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>683.8354</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4230.7725</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1043.114</td></tr>
<tr><td colspan=3>tsnr</td><td>41.170735261403024</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>