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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0082_suffix-bold_task-narratives" 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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-04_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-04_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-0082/ses-02/func/sub-0082_ses-02_task-narratives_acq-mb8_run-04_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>80458606873c6a9b78f0345a88828774</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>13:26:1.525000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997067, -0.0535357, 0.0546863, 0.056443, 0.996994, -0.0530793]</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-04_task-narratives_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.0998953</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-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7758, -7285, 616, 77, -455, 93, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6636ae4e-2a2f-4581-b54c-35860bd494b9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6750588417053223, 0.15143248438835144, 0.1395367980003357, 102.39361572265625], [0.14363239705562592, 2.6748616695404053, -0.15122778713703156, -98.73583221435547], [0.14671941101551056, 0.1424078643321991, 2.692147731781006, -92.37532806396484], [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, 1156]</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], 'AcquisitionTime': ['132601.525000', '132601.985000', '132602.445000', '132602.905000', '132603.365000', '132603.825000', '132604.285000', '132604.745000', '132605.205000', '132605.665000', '132606.125000', '132606.585000', '132607.045000', '132607.505000', '132607.965000', '132608.425000', '132608.885000', '132609.345000', '132609.805000', '132610.265000', '132610.725000', '132611.185000', '132611.645000', '132612.105000', '132612.565000', '132613.025000', '132613.485000', '132613.945000', '132614.405000', '132614.865000', '132615.325000', '132615.785000', '132616.245000', '132616.705000', '132617.165000', '132617.625000', '132618.085000', '132618.545000', '132619.005000', '132619.465000', '132619.925000', '132620.385000', '132620.845000', '132621.305000', '132621.765000', '132622.225000', '132622.685000', '132623.145000', '132623.605000', '132624.065000', '132624.525000', '132624.985000', '132625.445000', '132625.905000', '132626.365000', '132626.825000', '132627.285000', '132627.745000', '132628.205000', '132628.665000', '132629.125000', '132629.585000', '132630.045000', '132630.505000', '132630.965000', '132631.425000', '132631.885000', '132632.345000', '132632.805000', '132633.265000', '132633.725000', '132634.185000', '132634.645000', '132635.105000', '132635.565000', '132636.025000', '132636.485000', '132636.945000', '132637.405000', '132637.865000', '132638.325000', '132638.785000', '132639.245000', '132639.705000', '132640.165000', '132640.625000', '132641.085000', '132641.545000', '132642.005000', '132642.465000', '132642.925000', '132643.385000', '132643.845000', '132644.305000', '132644.765000', '132645.225000', '132645.685000', '132646.145000', '132646.605000', '132647.065000', '132647.525000', '132647.985000', '132648.445000', '132648.905000', '132649.365000', '132649.825000', '132650.285000', '132650.745000', '132651.205000', '132651.665000', '132652.125000', '132652.585000', '132653.045000', '132653.505000', '132653.965000', '132654.425000', '132654.885000', '132655.345000', '132655.805000', '132656.265000', '132656.725000', '132657.185000', '132657.645000', '132658.105000', '132658.565000', '132659.025000', '132659.485000', '132659.945000', '132700.405000', '132700.865000', '132701.325000', '132701.785000', '132702.245000', '132702.705000', '132703.165000', '132703.625000', '132704.085000', '132704.545000', '132705.005000', '132705.465000', '132705.925000', '132706.385000', '132706.845000', '132707.305000', '132707.765000', '132708.225000', '132708.685000', '132709.145000', '132709.605000', '132710.065000', '132710.525000', '132710.985000', '132711.445000', '132711.905000', '132712.365000', '132712.825000', '132713.285000', '132713.745000', '132714.205000', '132714.665000', '132715.125000', '132715.585000', '132716.045000', '132716.505000', '132716.965000', '132717.425000', '132717.885000', '132718.345000', '132718.805000', '132719.265000', '132719.725000', '132720.185000', '132720.645000', '132721.105000', '132721.565000', '132722.025000', '132722.485000', '132722.945000', '132723.405000', '132723.865000', '132724.325000', '132724.785000', '132725.245000', '132725.705000', '132726.165000', '132726.625000', '132727.085000', '132727.545000', '132728.005000', '132728.465000', '132728.925000', '132729.385000', '132729.845000', '132730.305000', '132730.765000', '132731.225000', '132731.685000', '132732.145000', '132732.605000', '132733.065000', '132733.525000', '132733.985000', '132734.445000', '132734.905000', '132735.365000', '132735.825000', '132736.285000', '132736.745000', '132737.205000', '132737.665000', '132738.125000', '132738.585000', '132739.045000', '132739.505000', '132739.965000', '132740.425000', '132740.885000', '132741.345000', '132741.805000', '132742.265000', '132742.725000', '132743.185000', '132743.645000', '132744.105000', '132744.565000', '132745.025000', '132745.485000', '132745.945000', '132746.405000', '132746.865000', '132747.325000', '132747.785000', '132748.245000', '132748.705000', '132749.165000', '132749.625000', '132750.085000', '132750.545000', '132751.005000', '132751.465000', '132751.925000', '132752.385000', '132752.845000', '132753.305000', '132753.765000', '132754.225000', '132754.685000', '132755.145000', '132755.605000', '132756.065000', '132756.525000', '132756.985000', '132757.445000', '132757.905000', '132758.365000', '132758.825000', '132759.285000', '132759.745000', '132800.205000', '132800.665000', '132801.125000', '132801.585000', '132802.045000', '132802.505000', '132802.965000', '132803.425000', '132803.885000', '132804.345000', '132804.805000', '132805.265000', '132805.725000', '132806.185000', '132806.645000', '132807.105000', '132807.565000', '132808.025000', '132808.485000', '132808.945000', '132809.405000', '132809.865000', '132810.325000', '132810.785000', '132811.245000', '132811.705000', '132812.165000', '132812.625000', '132813.085000', '132813.545000', '132814.005000', '132814.465000', '132814.925000', '132815.385000', '132815.845000', '132816.305000', '132816.765000', '132817.225000', '132817.685000', '132818.145000', '132818.605000', '132819.065000', '132819.525000', '132819.985000', '132820.445000', '132820.905000', '132821.365000', '132821.825000', '132822.285000', '132822.745000', '132823.205000', '132823.665000', '132824.125000', '132824.585000', '132825.045000', '132825.505000', '132825.965000', '132826.425000', '132826.885000', '132827.345000', '132827.805000', '132828.265000', '132828.725000', '132829.185000', '132829.645000', '132830.105000', '132830.565000', '132831.025000', '132831.485000', '132831.945000', '132832.405000', '132832.865000', '132833.325000', '132833.785000', '132834.245000', '132834.705000', '132835.165000', '132835.625000', '132836.085000', '132836.545000', '132837.005000', '132837.465000', '132837.925000', '132838.385000', '132838.845000', '132839.305000', '132839.765000', '132840.225000', '132840.685000', '132841.145000', '132841.605000', '132842.065000', '132842.525000', '132842.985000', '132843.445000', '132843.905000', '132844.365000', '132844.825000', '132845.285000', '132845.745000', '132846.205000', '132846.665000', '132847.125000', '132847.585000', '132848.045000', '132848.505000', '132848.965000', '132849.425000', '132849.885000', '132850.345000', '132850.805000', '132851.265000', '132851.725000', '132852.185000', '132852.645000', '132853.105000', '132853.565000', '132854.025000', '132854.485000', '132854.945000', '132855.405000', '132855.865000', '132856.325000', '132856.785000', '132857.245000', '132857.705000', '132858.165000', '132858.625000', '132859.085000', '132859.545000', '132900.005000', '132900.465000', '132900.925000', '132901.385000', '132901.845000', '132902.305000', '132902.765000', '132903.225000', '132903.685000', '132904.145000', '132904.605000', '132905.065000', '132905.525000', '132905.985000', '132906.445000', '132906.905000', '132907.365000', '132907.825000', '132908.285000', '132908.745000', '132909.205000', '132909.665000', '132910.125000', '132910.585000', '132911.045000', '132911.505000', '132911.965000', '132912.425000', '132912.885000', '132913.345000', '132913.805000', '132914.265000', '132914.725000', '132915.185000', '132915.645000', '132916.105000', '132916.565000', '132917.025000', '132917.485000', '132917.945000', '132918.405000', '132918.865000', '132919.325000', '132919.785000', '132920.245000', '132920.705000', '132921.165000', '132921.625000', '132922.085000', '132922.545000', '132923.005000', '132923.465000', '132923.925000', '132924.385000', '132924.845000', '132925.305000', '132925.765000', '132926.225000', '132926.685000', '132927.145000', '132927.605000', '132928.065000', '132928.525000', '132928.985000', '132929.445000', '132929.905000', '132930.365000', '132930.825000', '132931.285000', '132931.745000', '132932.205000', '132932.665000', '132933.125000', '132933.585000', '132934.045000', '132934.505000', '132934.965000', '132935.425000', '132935.885000', '132936.345000', '132936.805000', '132937.265000', '132937.725000', '132938.185000', '132938.645000', '132939.105000', '132939.565000', '132940.025000', '132940.485000', '132940.945000', '132941.405000', '132941.865000', '132942.325000', '132942.785000', '132943.245000', '132943.705000', '132944.165000', '132944.625000', '132945.085000', '132945.545000', '132946.005000', '132946.465000', '132946.925000', '132947.385000', '132947.845000', '132948.305000', '132948.765000', '132949.225000', '132949.685000', '132950.145000', '132950.605000', '132951.065000', '132951.525000', '132951.985000', '132952.445000', '132952.905000', '132953.365000', '132953.825000', '132954.285000', '132954.745000', '132955.205000', '132955.665000', '132956.125000', '132956.585000', '132957.045000', '132957.505000', '132957.965000', '132958.425000', '132958.885000', '132959.345000', '132959.805000', '133000.265000', '133000.725000', '133001.185000', '133001.645000', '133002.105000', '133002.565000', '133003.025000', '133003.485000', '133003.945000', '133004.405000', '133004.865000', '133005.325000', '133005.785000', '133006.245000', '133006.705000', '133007.165000', '133007.625000', '133008.085000', '133008.545000', '133009.005000', '133009.465000', '133009.925000', '133010.385000', '133010.845000', '133011.305000', '133011.765000', '133012.225000', '133012.685000', '133013.145000', '133013.605000', '133014.065000', '133014.525000', '133014.985000', '133015.445000', '133015.905000', '133016.365000', '133016.825000', '133017.285000', '133017.745000', '133018.205000', '133018.665000', '133019.125000', '133019.585000', '133020.045000', '133020.505000', '133020.965000', '133021.425000', '133021.885000', '133022.345000', '133022.805000', '133023.265000', '133023.725000', '133024.185000', '133024.645000', '133025.105000', '133025.565000', '133026.025000', '133026.485000', '133026.945000', '133027.405000', '133027.865000', '133028.325000', '133028.785000', '133029.245000', '133029.705000', '133030.165000', '133030.625000', '133031.085000', '133031.545000', '133032.005000', '133032.465000', '133032.925000', '133033.385000', '133033.845000', '133034.305000', '133034.765000', '133035.225000', '133035.685000', '133036.145000', '133036.605000', '133037.065000', '133037.525000', '133037.985000', '133038.445000', '133038.905000', '133039.365000', '133039.825000', '133040.285000', '133040.745000', '133041.205000', '133041.665000', '133042.125000', '133042.585000', '133043.045000', '133043.505000', '133043.965000', '133044.425000', '133044.885000', '133045.345000', '133045.805000', '133046.265000', '133046.725000', '133047.185000', '133047.645000', '133048.105000', '133048.565000', '133049.025000', '133049.485000', '133049.945000', '133050.405000', '133050.865000', '133051.325000', '133051.785000', '133052.245000', '133052.705000', '133053.165000', '133053.625000', '133054.085000', '133054.545000', '133055.005000', '133055.465000', '133055.925000', '133056.385000', '133056.845000', '133057.305000', '133057.765000', '133058.225000', '133058.685000', '133059.145000', '133059.605000', '133100.065000', '133100.525000', '133100.985000', '133101.445000', '133101.905000', '133102.365000', '133102.825000', '133103.285000', '133103.745000', '133104.205000', '133104.665000', '133105.125000', '133105.585000', '133106.045000', '133106.505000', '133106.965000', '133107.425000', '133107.885000', '133108.345000', '133108.805000', '133109.265000', '133109.725000', '133110.185000', '133110.645000', '133111.105000', '133111.565000', '133112.025000', '133112.485000', '133112.945000', '133113.405000', '133113.865000', '133114.325000', '133114.785000', '133115.245000', '133115.705000', '133116.165000', '133116.625000', '133117.085000', '133117.545000', '133118.005000', '133118.465000', '133118.925000', '133119.385000', '133119.845000', '133120.305000', '133120.765000', '133121.225000', '133121.685000', '133122.145000', '133122.605000', '133123.065000', '133123.525000', '133123.985000', '133124.445000', '133124.905000', '133125.365000', '133125.825000', '133126.285000', '133126.745000', '133127.205000', '133127.665000', '133128.125000', '133128.585000', '133129.045000', '133129.505000', '133129.965000', '133130.425000', '133130.885000', '133131.345000', '133131.805000', '133132.265000', '133132.725000', '133133.185000', '133133.645000', '133134.105000', '133134.565000', '133135.025000', '133135.485000', '133135.945000', '133136.405000', '133136.865000', '133137.325000', '133137.785000', '133138.245000', '133138.705000', '133139.165000', '133139.625000', '133140.085000', '133140.545000', '133141.005000', '133141.465000', '133141.925000', '133142.385000', '133142.845000', '133143.305000', '133143.765000', '133144.225000', '133144.685000', '133145.145000', '133145.605000', '133146.065000', '133146.525000', '133146.985000', '133147.445000', '133147.905000', '133148.365000', '133148.825000', '133149.285000', '133149.745000', '133150.205000', '133150.665000', '133151.125000', '133151.585000', '133152.045000', '133152.505000', '133152.965000', '133153.425000', '133153.885000', '133154.345000', '133154.805000', '133155.265000', '133155.725000', '133156.185000', '133156.645000', '133157.105000', '133157.565000', '133158.025000', '133158.485000', '133158.945000', '133159.405000', '133159.865000', '133200.325000', '133200.785000', '133201.245000', '133201.705000', '133202.165000', '133202.625000', '133203.085000', '133203.545000', '133204.005000', '133204.465000', '133204.925000', '133205.385000', '133205.845000', '133206.305000', '133206.765000', '133207.225000', '133207.685000', '133208.145000', '133208.605000', '133209.065000', '133209.525000', '133209.985000', '133210.445000', '133210.905000', '133211.365000', '133211.825000', '133212.285000', '133212.745000', '133213.205000', '133213.665000', '133214.125000', '133214.585000', '133215.045000', '133215.505000', '133215.965000', '133216.425000', '133216.885000', '133217.345000', '133217.805000', '133218.265000', '133218.725000', '133219.185000', '133219.645000', '133220.105000', '133220.565000', '133221.025000', '133221.485000', '133221.945000', '133222.405000', '133222.865000', '133223.325000', '133223.785000', '133224.245000', '133224.705000', '133225.165000', '133225.625000', '133226.085000', '133226.545000', '133227.005000', '133227.465000', '133227.925000', '133228.385000', '133228.845000', '133229.305000', '133229.765000', '133230.225000', '133230.685000', '133231.145000', '133231.605000', '133232.065000', '133232.525000', '133232.985000', '133233.445000', '133233.905000', '133234.365000', '133234.825000', '133235.285000', '133235.745000', '133236.205000', '133236.665000', '133237.125000', '133237.585000', '133238.045000', '133238.505000', '133238.965000', '133239.425000', '133239.885000', '133240.345000', '133240.805000', '133241.265000', '133241.725000', '133242.185000', '133242.645000', '133243.105000', '133243.565000', '133244.025000', '133244.485000', '133244.945000', '133245.405000', '133245.865000', '133246.325000', '133246.785000', '133247.245000', '133247.705000', '133248.165000', '133248.625000', '133249.085000', '133249.545000', '133250.005000', '133250.465000', '133250.925000', '133251.385000', '133251.845000', '133252.305000', '133252.765000', '133253.225000', '133253.685000', '133254.145000', '133254.605000', '133255.065000', '133255.525000', '133255.985000', '133256.445000', '133256.905000', '133257.365000', '133257.825000', '133258.285000', '133258.745000', '133259.205000', '133259.665000', '133300.125000', '133300.585000', '133301.045000', '133301.505000', '133301.965000', '133302.425000', '133302.885000', '133303.345000', '133303.805000', '133304.265000', '133304.725000', '133305.185000', '133305.645000', '133306.105000', '133306.565000', '133307.025000', '133307.485000', '133307.945000', '133308.405000', '133308.865000', '133309.325000', '133309.785000', '133310.245000', '133310.705000', '133311.165000', '133311.625000', '133312.085000', '133312.545000', '133313.005000', '133313.465000', '133313.925000', '133314.385000', '133314.845000', '133315.305000', '133315.765000', '133316.225000', '133316.685000', '133317.145000', '133317.605000', '133318.065000', '133318.525000', '133318.985000', '133319.445000', '133319.905000', '133320.365000', '133320.825000', '133321.285000', '133321.745000', '133322.205000', '133322.665000', '133323.125000', '133323.585000', '133324.045000', '133324.505000', '133324.965000', '133325.425000', '133325.885000', '133326.345000', '133326.805000', '133327.265000', '133327.725000', '133328.185000', '133328.645000', '133329.105000', '133329.565000', '133330.025000', '133330.485000', '133330.945000', '133331.405000', '133331.865000', '133332.325000', '133332.785000', '133333.245000', '133333.705000', '133334.165000', '133334.625000', '133335.085000', '133335.545000', '133336.005000', '133336.465000', '133336.925000', '133337.385000', '133337.845000', '133338.305000', '133338.765000', '133339.225000', '133339.685000', '133340.145000', '133340.605000', '133341.065000', '133341.525000', '133341.985000', '133342.445000', '133342.905000', '133343.365000', '133343.825000', '133344.285000', '133344.745000', '133345.205000', '133345.665000', '133346.125000', '133346.585000', '133347.045000', '133347.505000', '133347.965000', '133348.425000', '133348.885000', '133349.345000', '133349.805000', '133350.265000', '133350.725000', '133351.185000', '133351.645000', '133352.105000', '133352.565000', '133353.025000', '133353.485000', '133353.945000', '133354.405000', '133354.865000', '133355.325000', '133355.785000', '133356.245000', '133356.705000', '133357.165000', '133357.625000', '133358.085000', '133358.545000', '133359.005000', '133359.465000', '133359.925000', '133400.385000', '133400.845000', '133401.305000', '133401.765000', '133402.225000', '133402.685000', '133403.145000', '133403.605000', '133404.065000', '133404.525000', '133404.985000', '133405.445000', '133405.905000', '133406.365000', '133406.825000', '133407.285000', '133407.745000', '133408.205000', '133408.665000', '133409.125000', '133409.585000', '133410.045000', '133410.505000', '133410.965000', '133411.425000', '133411.885000', '133412.345000', '133412.805000', '133413.265000', '133413.725000', '133414.185000', '133414.645000', '133415.105000', '133415.565000', '133416.025000', '133416.485000', '133416.945000', '133417.405000', '133417.865000', '133418.325000', '133418.785000', '133419.245000', '133419.705000', '133420.165000', '133420.625000', '133421.085000', '133421.545000', '133422.005000', '133422.465000', '133422.925000', '133423.385000', '133423.845000', '133424.305000', '133424.765000', '133425.225000', '133425.685000', '133426.145000', '133426.605000', '133427.065000', '133427.525000', '133427.985000', '133428.445000', '133428.905000', '133429.365000', '133429.825000', '133430.285000', '133430.745000', '133431.205000', '133431.665000', '133432.125000', '133432.585000', '133433.045000', '133433.505000', '133433.965000', '133434.425000', '133434.885000', '133435.345000', '133435.805000', '133436.265000', '133436.725000', '133437.185000', '133437.645000', '133438.105000', '133438.565000', '133439.025000', '133439.485000', '133439.945000', '133440.405000', '133440.865000', '133441.325000', '133441.785000', '133442.245000', '133442.705000', '133443.165000', '133443.625000', '133444.085000', '133444.545000', '133445.005000', '133445.465000', '133445.925000', '133446.385000', '133446.845000', '133447.305000', '133447.765000', '133448.225000', '133448.685000', '133449.145000', '133449.605000', '133450.065000', '133450.525000', '133450.985000', '133451.445000', '133451.905000', '133452.365000', '133452.825000'], 'ContentTime': ['132625.453000', '132625.455000', '132625.458000', '132625.461000', '132625.464000', '132625.466000', '132625.469000', '132625.471000', '132625.474000', '132625.476000', '132625.479000', '132625.481000', '132625.484000', '132625.487000', '132625.489000', '132625.492000', '132625.494000', '132625.497000', '132625.499000', '132625.502000', '132625.505000', '132625.507000', '132625.510000', '132625.513000', '132625.515000', '132625.518000', '132625.520000', '132625.523000', '132625.526000', '132625.532000', '132625.534000', '132625.537000', '132625.539000', '132625.542000', '132625.544000', '132625.547000', '132625.550000', '132625.552000', '132625.555000', '132625.558000', '132625.560000', '132625.563000', '132625.565000', '132625.568000', '132625.571000', '132625.573000', '132625.576000', '132625.578000', '132625.581000', '132625.583000', '132645.417000', '132645.420000', '132645.423000', '132645.426000', '132645.428000', '132645.440000', '132645.443000', '132645.445000', '132645.448000', '132645.450000', '132645.453000', '132645.465000', '132645.467000', '132645.470000', '132645.473000', '132645.476000', '132645.478000', '132645.481000', '132645.483000', '132645.486000', '132645.488000', '132645.491000', '132645.494000', '132645.497000', '132645.500000', '132645.503000', '132645.505000', '132645.508000', '132645.510000', '132645.513000', '132645.515000', '132645.518000', '132645.520000', '132645.523000', '132645.526000', '132645.528000', '132645.531000', '132645.534000', '132645.536000', '132645.539000', '132645.542000', '132645.544000', '132645.547000', '132705.417000', '132705.420000', '132705.423000', '132705.426000', '132705.428000', '132705.431000', '132705.434000', '132705.436000', '132705.439000', '132705.441000', '132705.444000', '132705.447000', '132705.449000', '132705.452000', '132705.454000', '132705.457000', '132705.460000', '132705.462000', '132705.465000', '132705.467000', '132705.470000', '132705.473000', '132705.475000', '132705.478000', '132705.480000', '132705.483000', '132705.486000', '132705.488000', '132705.491000', '132705.495000', '132705.498000', '132705.501000', '132705.503000', '132705.506000', '132705.508000', '132705.511000', '132705.513000', '132705.516000', '132705.519000', '132705.521000', '132705.524000', '132705.526000', '132705.529000', '132705.531000', '132725.418000', '132725.421000', '132725.423000', '132725.434000', '132725.437000', '132725.439000', '132725.442000', '132725.445000', '132725.447000', '132725.450000', '132725.452000', '132725.455000', '132725.458000', '132725.461000', '132725.463000', '132725.466000', '132725.468000', '132725.471000', '132725.474000', '132725.476000', '132725.479000', '132725.481000', '132725.484000', '132725.486000', '132725.489000', '132725.492000', '132725.494000', '132725.497000', '132725.499000', '132725.502000', '132725.504000', '132725.507000', '132725.510000', '132725.512000', '132725.515000', '132725.517000', '132725.520000', '132725.524000', '132725.527000', '132725.529000', '132725.532000', '132725.535000', '132725.537000', '132745.418000', '132745.420000', '132745.423000', '132745.426000', '132745.428000', '132745.431000', '132745.439000', '132745.442000', '132745.444000', '132745.447000', '132745.450000', '132745.452000', '132745.455000', '132745.457000', '132745.460000', '132745.463000', '132745.473000', '132745.475000', '132745.478000', '132745.481000', '132745.483000', '132745.486000', '132745.489000', '132745.491000', '132745.494000', '132745.496000', '132745.499000', '132745.502000', '132745.504000', '132745.507000', '132745.510000', '132745.512000', '132745.515000', '132745.517000', '132745.520000', '132745.523000', '132745.525000', '132745.528000', '132745.530000', '132745.533000', '132745.536000', '132745.538000', '132745.541000', '132745.543000', '132805.416000', '132805.419000', '132805.422000', '132805.425000', '132805.427000', '132805.430000', '132805.433000', '132805.435000', '132805.438000', '132805.440000', '132805.443000', '132805.446000', '132805.448000', '132805.451000', '132805.453000', '132805.456000', '132805.459000', '132805.461000', '132805.464000', '132805.467000', '132805.469000', '132805.472000', '132805.474000', '132805.477000', '132805.480000', '132805.482000', '132805.485000', '132805.487000', '132805.490000', '132805.493000', '132805.495000', '132805.498000', '132805.500000', '132805.503000', '132805.506000', '132805.508000', '132805.511000', '132805.513000', '132805.516000', '132805.519000', '132805.521000', '132805.524000', '132805.527000', '132825.417000', '132825.431000', '132825.433000', '132825.436000', '132825.438000', '132825.441000', '132825.443000', '132825.446000', '132825.449000', '132825.452000', '132825.454000', '132825.457000', '132825.459000', '132825.462000', '132825.465000', '132825.467000', '132825.470000', '132825.473000', '132825.475000', '132825.478000', '132825.480000', '132825.483000', '132825.486000', '132825.488000', '132825.491000', '132825.494000', '132825.496000', '132825.499000', '132825.501000', '132825.504000', '132825.506000', '132825.509000', '132825.511000', '132825.514000', '132825.517000', '132825.519000', '132825.522000', '132825.524000', '132825.527000', '132825.530000', '132825.532000', '132825.535000', '132825.537000', '132825.540000', '132845.416000', '132845.419000', '132845.422000', '132845.425000', '132845.428000', '132845.430000', '132845.433000', '132845.436000', '132845.438000', '132845.441000', '132845.443000', '132845.446000', '132845.449000', '132845.451000', '132845.454000', '132845.457000', '132845.459000', '132845.462000', '132845.464000', '132845.467000', '132845.470000', '132845.472000', '132845.475000', '132845.477000', '132845.480000', '132845.482000', '132845.485000', '132845.488000', '132845.490000', '132845.493000', '132845.495000', '132845.498000', '132845.500000', '132845.503000', '132845.505000', '132845.508000', '132845.511000', '132845.513000', '132845.516000', '132845.518000', '132845.521000', '132845.524000', '132845.526000', '132905.417000', '132905.420000', '132905.423000', '132905.425000', '132905.428000', '132905.431000', '132905.433000', '132905.436000', '132905.438000', '132905.441000', '132905.443000', '132905.446000', '132905.449000', '132905.451000', '132905.454000', '132905.456000', '132905.459000', '132905.462000', '132905.464000', '132905.467000', '132905.469000', '132905.472000', '132905.474000', '132905.477000', '132905.479000', '132905.482000', '132905.485000', '132905.487000', '132905.490000', '132905.492000', '132905.495000', '132905.497000', '132905.500000', '132905.502000', '132905.505000', '132905.508000', '132905.511000', '132905.514000', '132905.516000', '132905.519000', '132905.522000', '132905.524000', '132905.527000', '132905.530000', '132925.418000', '132925.421000', '132925.423000', '132925.426000', '132925.429000', '132925.431000', '132925.434000', '132925.436000', '132925.439000', '132925.442000', '132925.444000', '132925.447000', '132925.449000', '132925.452000', '132925.455000', '132925.457000', '132925.460000', '132925.462000', '132925.465000', '132925.468000', '132925.470000', '132925.473000', '132925.476000', '132925.478000', '132925.481000', '132925.484000', '132925.486000', '132925.496000', '132925.498000', '132925.501000', '132925.504000', '132925.506000', '132925.509000', '132925.511000', '132925.514000', '132925.516000', '132925.519000', '132925.521000', '132925.524000', '132925.527000', '132925.529000', '132925.532000', '132925.534000', '132945.418000', '132945.420000', '132945.423000', '132945.426000', '132945.428000', '132945.431000', '132945.434000', '132945.437000', '132945.439000', '132945.442000', '132945.445000', '132945.447000', '132945.450000', '132945.453000', '132945.455000', '132945.458000', '132945.460000', '132945.463000', '132945.466000', '132945.468000', '132945.471000', '132945.473000', '132945.476000', '132945.478000', '132945.481000', '132945.484000', '132945.486000', '132945.489000', '132945.491000', '132945.494000', '132945.496000', '132945.499000', '132945.502000', '132945.504000', '132945.507000', '132945.509000', '132945.512000', '132945.514000', '132945.517000', '132945.519000', '132945.547000', '132945.549000', '132945.552000', '132945.555000', '133005.417000', '133005.421000', '133005.423000', '133005.426000', '133005.428000', '133005.431000', '133005.434000', '133005.436000', '133005.439000', '133005.442000', '133005.444000', '133005.447000', '133005.450000', '133005.452000', '133005.455000', '133005.457000', '133005.460000', '133005.463000', '133005.465000', '133005.468000', '133005.470000', '133005.473000', '133005.476000', '133005.478000', '133005.481000', '133005.484000', '133005.486000', '133005.489000', '133005.492000', '133005.494000', '133005.497000', '133005.499000', '133005.502000', '133005.504000', '133005.507000', '133005.510000', '133005.512000', '133005.515000', '133005.517000', '133005.520000', '133005.522000', '133005.525000', '133005.528000', '133025.417000', '133025.419000', '133025.422000', '133025.425000', '133025.427000', '133025.430000', '133025.433000', '133025.435000', '133025.438000', '133025.440000', '133025.443000', '133025.447000', '133025.449000', '133025.452000', '133025.455000', '133025.457000', '133025.460000', '133025.463000', '133025.465000', '133025.468000', '133025.470000', '133025.473000', '133025.476000', '133025.478000', '133025.481000', '133025.483000', '133025.486000', '133025.488000', '133025.491000', '133025.494000', '133025.496000', '133025.499000', '133025.501000', '133025.504000', '133025.506000', '133025.509000', '133025.512000', '133025.514000', '133025.517000', '133025.519000', '133025.522000', '133025.524000', '133025.527000', '133025.530000', '133045.416000', '133045.419000', '133045.422000', '133045.424000', '133045.427000', '133045.430000', '133045.433000', '133045.435000', '133045.438000', '133045.440000', '133045.443000', '133045.446000', '133045.449000', '133045.451000', '133045.454000', '133045.457000', '133045.460000', '133045.462000', '133045.465000', '133045.468000', '133045.470000', '133045.473000', '133045.476000', '133045.478000', '133045.481000', '133045.483000', '133045.486000', '133045.489000', '133045.491000', '133045.494000', '133045.496000', '133045.499000', '133045.501000', '133045.504000', '133045.507000', '133045.509000', '133045.512000', '133045.514000', '133045.517000', '133045.519000', '133045.522000', '133045.525000', '133045.527000', '133105.416000', '133105.419000', '133105.422000', '133105.425000', '133105.427000', '133105.430000', '133105.432000', '133105.436000', '133105.439000', '133105.441000', '133105.444000', '133105.447000', '133105.449000', '133105.452000', '133105.455000', '133105.457000', '133105.460000', '133105.462000', '133105.465000', '133105.468000', '133105.470000', '133105.473000', '133105.475000', '133105.478000', '133105.481000', '133105.483000', '133105.486000', '133105.488000', '133105.491000', '133105.493000', '133105.496000', '133105.499000', '133105.501000', '133105.504000', '133105.506000', '133105.509000', '133105.512000', '133105.514000', '133105.517000', '133105.519000', '133105.522000', '133105.524000', '133105.527000', '133125.418000', '133125.421000', '133125.423000', '133125.426000', '133125.429000', '133125.431000', '133125.434000', '133125.436000', '133125.455000', '133125.458000', '133125.460000', '133125.463000', '133125.466000', '133125.468000', '133125.471000', '133125.474000', '133125.476000', '133125.479000', '133125.482000', '133125.493000', '133125.496000', '133125.498000', '133125.501000', '133125.504000', '133125.506000', '133125.509000', '133125.512000', '133125.514000', '133125.517000', '133125.519000', '133125.522000', '133125.525000', '133125.527000', '133125.530000', '133125.533000', '133125.535000', '133125.538000', '133125.541000', '133125.543000', '133125.546000', '133125.549000', '133125.551000', '133125.554000', '133125.556000', '133145.418000', '133145.421000', '133145.423000', '133145.426000', '133145.430000', '133145.433000', '133145.436000', '133145.438000', '133145.441000', '133145.444000', '133145.446000', '133145.449000', '133145.452000', '133145.454000', '133145.457000', '133145.459000', '133145.462000', '133145.465000', '133145.468000', '133145.471000', '133145.475000', '133145.478000', '133145.480000', '133145.483000', '133145.486000', '133145.488000', '133145.491000', '133145.493000', '133145.496000', '133145.499000', '133145.501000', '133145.504000', '133145.507000', '133145.509000', '133145.512000', '133145.514000', '133145.517000', '133145.519000', '133145.522000', '133145.525000', '133145.527000', '133145.530000', '133145.533000', '133205.418000', '133205.421000', '133205.423000', '133205.426000', '133205.429000', '133205.432000', '133205.436000', '133205.439000', '133205.441000', '133205.444000', '133205.447000', '133205.449000', '133205.452000', '133205.454000', '133205.457000', '133205.460000', '133205.462000', '133205.465000', '133205.468000', '133205.470000', '133205.473000', '133205.476000', '133205.478000', '133205.481000', '133205.484000', '133205.486000', '133205.489000', '133205.492000', '133205.494000', '133205.497000', '133205.499000', '133205.502000', '133205.505000', '133205.507000', '133205.510000', '133205.513000', '133205.515000', '133205.518000', '133205.520000', '133205.523000', '133205.526000', '133205.528000', '133205.531000', '133205.533000', '133225.418000', '133225.421000', '133225.423000', '133225.426000', '133225.428000', '133225.431000', '133225.434000', '133225.437000', '133225.439000', '133225.442000', '133225.444000', '133225.447000', '133225.450000', '133225.452000', '133225.455000', '133225.457000', '133225.460000', '133225.463000', '133225.465000', '133225.468000', '133225.471000', '133225.473000', '133225.476000', '133225.478000', '133225.481000', '133225.484000', '133225.486000', '133225.489000', '133225.492000', '133225.494000', '133225.497000', '133225.499000', '133225.502000', '133225.505000', '133225.507000', '133225.514000', '133225.517000', '133225.519000', '133225.522000', '133225.525000', '133225.527000', '133225.530000', '133225.532000', '133245.417000', '133245.419000', '133245.422000', '133245.425000', '133245.427000', '133245.430000', '133245.433000', '133245.435000', '133245.438000', '133245.440000', '133245.443000', '133245.446000', '133245.448000', '133245.451000', '133245.454000', '133245.456000', '133245.459000', '133245.461000', '133245.464000', '133245.476000', '133245.478000', '133245.482000', '133245.485000', '133245.488000', '133245.490000', '133245.493000', '133245.496000', '133245.498000', '133245.501000', '133245.503000', '133245.506000', '133245.509000', '133245.511000', '133245.514000', '133245.517000', '133245.519000', '133245.522000', '133245.524000', '133245.527000', '133245.530000', '133245.532000', '133245.535000', '133245.538000', '133245.540000', '133305.416000', '133305.419000', '133305.422000', '133305.425000', '133305.428000', '133305.430000', '133305.433000', '133305.436000', '133305.439000', '133305.441000', '133305.444000', '133305.446000', '133305.449000', '133305.452000', '133305.454000', '133305.457000', '133305.460000', '133305.462000', '133305.465000', '133305.468000', '133305.470000', '133305.473000', '133305.475000', '133305.478000', '133305.481000', '133305.483000', '133305.486000', '133305.489000', '133305.492000', '133305.494000', '133305.497000', '133305.500000', '133305.502000', '133305.505000', '133305.508000', '133305.510000', '133305.514000', '133305.517000', '133305.520000', '133305.522000', '133305.525000', '133305.527000', '133305.530000', '133325.418000', '133325.421000', '133325.424000', '133325.426000', '133325.429000', '133325.432000', '133325.434000', '133325.437000', '133325.439000', '133325.442000', '133325.445000', '133325.447000', '133325.450000', '133325.453000', '133325.455000', '133325.458000', '133325.460000', '133325.463000', '133325.466000', '133325.468000', '133325.471000', '133325.474000', '133325.476000', '133325.479000', '133325.481000', '133325.484000', '133325.487000', '133325.489000', '133325.492000', '133325.495000', '133325.497000', '133325.500000', '133325.503000', '133325.505000', '133325.508000', '133325.510000', '133325.513000', '133325.516000', '133325.518000', '133325.521000', '133325.523000', '133325.526000', '133325.529000', '133325.531000', '133345.417000', '133345.420000', '133345.423000', '133345.426000', '133345.428000', '133345.431000', '133345.434000', '133345.436000', '133345.439000', '133345.441000', '133345.444000', '133345.447000', '133345.449000', '133345.452000', '133345.454000', '133345.457000', '133345.460000', '133345.463000', '133345.465000', '133345.468000', '133345.470000', '133345.473000', '133345.475000', '133345.478000', '133345.480000', '133345.483000', '133345.486000', '133345.488000', '133345.491000', '133345.493000', '133345.496000', '133345.499000', '133345.501000', '133345.504000', '133345.507000', '133345.510000', '133345.513000', '133345.516000', '133345.519000', '133345.521000', '133345.524000', '133345.527000', '133345.529000', '133405.417000', '133405.421000', '133405.423000', '133405.426000', '133405.429000', '133405.431000', '133405.434000', '133405.436000', '133405.439000', '133405.442000', '133405.444000', '133405.447000', '133405.449000', '133405.452000', '133405.455000', '133405.468000', '133405.471000', '133405.474000', '133405.476000', '133405.479000', '133405.481000', '133405.484000', '133405.487000', '133405.489000', '133405.492000', '133405.495000', '133405.497000', '133405.500000', '133405.503000', '133405.505000', '133405.508000', '133405.510000', '133405.513000', '133405.516000', '133405.518000', '133405.521000', '133405.523000', '133405.526000', '133405.529000', '133405.531000', '133405.534000', '133405.536000', '133405.539000', '133405.542000', '133425.418000', '133425.421000', '133425.423000', '133425.426000', '133425.429000', '133425.431000', '133425.434000', '133425.437000', '133425.440000', '133425.442000', '133425.445000', '133425.447000', '133425.450000', '133425.452000', '133425.455000', '133425.458000', '133425.460000', '133425.463000', '133425.465000', '133425.468000', '133425.471000', '133425.473000', '133425.476000', '133425.478000', '133425.481000', '133425.484000', '133425.487000', '133425.489000', '133425.493000', '133425.496000', '133425.499000', '133425.501000', '133425.504000', '133425.507000', '133425.509000', '133425.512000', '133425.514000', '133425.517000', '133425.520000', '133425.522000', '133425.525000', '133425.527000', '133425.530000', '133445.418000', '133445.421000', '133445.423000', '133445.426000', '133445.429000', '133445.432000', '133445.434000', '133445.437000', '133445.440000', '133445.442000', '133445.445000', '133445.448000', '133445.450000', '133445.453000', '133445.456000', '133445.458000', '133445.461000', '133445.463000', '133445.466000', '133445.469000', '133445.471000', '133445.474000', '133445.477000', '133445.479000', '133445.482000', '133445.485000', '133445.487000', '133445.490000', '133445.492000', '133445.495000', '133445.497000', '133445.500000', '133445.503000', '133445.505000', '133445.517000', '133445.520000', '133445.523000', '133445.526000', '133445.529000', '133445.531000', '133445.534000', '133445.536000', '133445.539000', '133445.542000', '133454.013000', '133454.016000', '133454.019000', '133454.021000', '133454.024000', '133454.027000', '133454.029000', '133454.032000', '133454.034000', '133454.037000', '133454.040000', '133454.042000', '133454.045000', '133454.048000', '133454.050000', '133454.053000', '133454.056000', '133454.058000', '133454.061000'], 'InstanceCreationTime': ['132625.453000', '132625.455000', '132625.458000', '132625.461000', '132625.464000', '132625.466000', '132625.469000', '132625.471000', '132625.474000', '132625.476000', '132625.479000', '132625.481000', '132625.484000', '132625.487000', '132625.489000', '132625.492000', '132625.494000', '132625.497000', '132625.499000', '132625.502000', '132625.505000', '132625.507000', '132625.510000', '132625.513000', '132625.515000', '132625.518000', '132625.520000', '132625.523000', '132625.526000', '132625.532000', '132625.534000', '132625.537000', '132625.539000', '132625.542000', '132625.544000', '132625.547000', '132625.550000', '132625.552000', '132625.555000', '132625.558000', '132625.560000', '132625.563000', '132625.565000', '132625.568000', '132625.571000', '132625.573000', '132625.576000', '132625.578000', '132625.581000', '132625.583000', '132645.417000', '132645.420000', '132645.423000', '132645.426000', '132645.428000', '132645.440000', '132645.443000', '132645.445000', '132645.448000', '132645.450000', '132645.453000', '132645.465000', '132645.467000', '132645.470000', '132645.473000', '132645.476000', '132645.478000', '132645.481000', '132645.483000', '132645.486000', '132645.488000', '132645.491000', '132645.494000', '132645.497000', '132645.500000', '132645.503000', '132645.505000', '132645.508000', '132645.510000', '132645.513000', '132645.515000', '132645.518000', '132645.520000', '132645.523000', '132645.526000', '132645.528000', '132645.531000', '132645.534000', '132645.536000', '132645.539000', '132645.542000', '132645.544000', '132645.547000', '132705.417000', '132705.420000', '132705.423000', '132705.426000', '132705.428000', '132705.431000', '132705.434000', '132705.436000', '132705.439000', '132705.441000', '132705.444000', '132705.447000', '132705.449000', '132705.452000', '132705.454000', '132705.457000', '132705.460000', '132705.462000', '132705.465000', '132705.467000', '132705.470000', '132705.473000', '132705.475000', '132705.478000', '132705.480000', '132705.483000', '132705.486000', '132705.488000', '132705.491000', '132705.495000', '132705.498000', '132705.501000', '132705.503000', '132705.506000', '132705.508000', '132705.511000', '132705.513000', '132705.516000', '132705.519000', '132705.521000', '132705.524000', '132705.526000', '132705.529000', '132705.531000', '132725.418000', '132725.421000', '132725.423000', '132725.434000', '132725.437000', '132725.439000', '132725.442000', '132725.445000', '132725.447000', '132725.450000', '132725.452000', '132725.455000', '132725.458000', '132725.461000', '132725.463000', '132725.466000', '132725.468000', '132725.471000', '132725.474000', '132725.476000', '132725.479000', '132725.481000', '132725.484000', '132725.486000', '132725.489000', '132725.492000', '132725.494000', '132725.497000', '132725.499000', '132725.502000', '132725.504000', '132725.507000', '132725.510000', '132725.512000', '132725.515000', '132725.517000', '132725.520000', '132725.524000', '132725.527000', '132725.529000', '132725.532000', '132725.535000', '132725.537000', '132745.418000', '132745.420000', '132745.423000', '132745.426000', '132745.428000', '132745.431000', '132745.439000', '132745.442000', '132745.444000', '132745.447000', '132745.450000', '132745.452000', '132745.455000', '132745.457000', '132745.460000', '132745.463000', '132745.473000', '132745.475000', '132745.478000', '132745.481000', '132745.483000', '132745.486000', '132745.489000', '132745.491000', '132745.494000', '132745.496000', '132745.499000', '132745.502000', '132745.504000', '132745.507000', '132745.510000', '132745.512000', '132745.515000', '132745.517000', '132745.520000', '132745.523000', '132745.525000', '132745.528000', '132745.530000', '132745.533000', '132745.536000', '132745.538000', '132745.541000', '132745.543000', '132805.416000', '132805.419000', '132805.422000', '132805.425000', '132805.427000', '132805.430000', '132805.433000', '132805.435000', '132805.438000', '132805.440000', '132805.443000', '132805.446000', '132805.448000', '132805.451000', '132805.453000', '132805.456000', '132805.459000', '132805.461000', '132805.464000', '132805.467000', '132805.469000', '132805.472000', '132805.474000', '132805.477000', '132805.480000', '132805.482000', '132805.485000', '132805.487000', '132805.490000', '132805.493000', '132805.495000', '132805.498000', '132805.500000', '132805.503000', '132805.506000', '132805.508000', '132805.511000', '132805.513000', '132805.516000', '132805.519000', '132805.521000', '132805.524000', '132805.527000', '132825.417000', '132825.431000', '132825.433000', '132825.436000', '132825.438000', '132825.441000', '132825.443000', '132825.446000', '132825.449000', '132825.452000', '132825.454000', '132825.457000', '132825.459000', '132825.462000', '132825.465000', '132825.467000', '132825.470000', '132825.473000', '132825.475000', '132825.478000', '132825.480000', '132825.483000', '132825.486000', '132825.488000', '132825.491000', '132825.494000', '132825.496000', '132825.499000', '132825.501000', '132825.504000', '132825.506000', '132825.509000', '132825.511000', '132825.514000', '132825.517000', '132825.519000', '132825.522000', '132825.524000', '132825.527000', '132825.530000', '132825.532000', '132825.535000', '132825.537000', '132825.540000', '132845.416000', '132845.419000', '132845.422000', '132845.425000', '132845.428000', '132845.430000', '132845.433000', '132845.436000', '132845.438000', '132845.441000', '132845.443000', '132845.446000', '132845.449000', '132845.451000', '132845.454000', '132845.457000', '132845.459000', '132845.462000', '132845.464000', '132845.467000', '132845.470000', '132845.472000', '132845.475000', '132845.477000', '132845.480000', '132845.482000', '132845.485000', '132845.488000', '132845.490000', '132845.493000', '132845.495000', '132845.498000', '132845.500000', '132845.503000', '132845.505000', '132845.508000', '132845.511000', '132845.513000', '132845.516000', '132845.518000', '132845.521000', '132845.524000', '132845.526000', '132905.417000', '132905.420000', '132905.423000', '132905.425000', '132905.428000', '132905.431000', '132905.433000', '132905.436000', '132905.438000', '132905.441000', '132905.443000', '132905.446000', '132905.449000', '132905.451000', '132905.454000', '132905.456000', '132905.459000', '132905.462000', '132905.464000', '132905.467000', '132905.469000', '132905.472000', '132905.474000', '132905.477000', '132905.479000', '132905.482000', '132905.485000', '132905.487000', '132905.490000', '132905.492000', '132905.495000', '132905.497000', '132905.500000', '132905.502000', '132905.505000', '132905.508000', '132905.511000', '132905.514000', '132905.516000', '132905.519000', '132905.522000', '132905.524000', '132905.527000', '132905.530000', '132925.418000', '132925.421000', '132925.423000', '132925.426000', '132925.429000', '132925.431000', '132925.434000', '132925.436000', '132925.439000', '132925.442000', '132925.444000', '132925.447000', '132925.449000', '132925.452000', '132925.455000', '132925.457000', '132925.460000', '132925.462000', '132925.465000', '132925.468000', '132925.470000', '132925.473000', '132925.476000', '132925.478000', '132925.481000', '132925.484000', '132925.486000', '132925.496000', '132925.498000', '132925.501000', '132925.504000', '132925.506000', '132925.509000', '132925.511000', '132925.514000', '132925.516000', '132925.519000', '132925.521000', '132925.524000', '132925.527000', '132925.529000', '132925.532000', '132925.534000', '132945.418000', '132945.420000', '132945.423000', '132945.426000', '132945.428000', '132945.431000', '132945.434000', '132945.437000', '132945.439000', '132945.442000', '132945.445000', '132945.447000', '132945.450000', '132945.453000', '132945.455000', '132945.458000', '132945.460000', '132945.463000', '132945.466000', '132945.468000', '132945.471000', '132945.473000', '132945.476000', '132945.478000', '132945.481000', '132945.484000', '132945.486000', '132945.489000', '132945.491000', '132945.494000', '132945.496000', '132945.499000', '132945.502000', '132945.504000', '132945.507000', '132945.509000', '132945.512000', '132945.514000', '132945.517000', '132945.519000', '132945.547000', '132945.549000', '132945.552000', '132945.555000', '133005.417000', '133005.421000', '133005.423000', '133005.426000', '133005.428000', '133005.431000', '133005.434000', '133005.436000', '133005.439000', '133005.442000', '133005.444000', '133005.447000', '133005.450000', '133005.452000', '133005.455000', '133005.457000', '133005.460000', '133005.463000', '133005.465000', '133005.468000', '133005.470000', '133005.473000', '133005.476000', '133005.478000', '133005.481000', '133005.484000', '133005.486000', '133005.489000', '133005.492000', '133005.494000', '133005.497000', '133005.499000', '133005.502000', '133005.504000', '133005.507000', '133005.510000', '133005.512000', '133005.515000', '133005.517000', '133005.520000', '133005.522000', '133005.525000', '133005.528000', '133025.417000', '133025.419000', '133025.422000', '133025.425000', '133025.427000', '133025.430000', '133025.433000', '133025.435000', '133025.438000', '133025.440000', '133025.443000', '133025.447000', '133025.449000', '133025.452000', '133025.455000', '133025.457000', '133025.460000', '133025.463000', '133025.465000', '133025.468000', '133025.470000', '133025.473000', '133025.476000', '133025.478000', '133025.481000', '133025.483000', '133025.486000', '133025.488000', '133025.491000', '133025.494000', '133025.496000', '133025.499000', '133025.501000', '133025.504000', '133025.506000', '133025.509000', '133025.512000', '133025.514000', '133025.517000', '133025.519000', '133025.522000', '133025.524000', '133025.527000', '133025.530000', '133045.416000', '133045.419000', '133045.422000', '133045.424000', '133045.427000', '133045.430000', '133045.433000', '133045.435000', '133045.438000', '133045.440000', '133045.443000', '133045.446000', '133045.449000', '133045.451000', '133045.454000', '133045.457000', '133045.460000', '133045.462000', '133045.465000', '133045.468000', '133045.470000', '133045.473000', '133045.476000', '133045.478000', '133045.481000', '133045.483000', '133045.486000', '133045.489000', '133045.491000', '133045.494000', '133045.496000', '133045.499000', '133045.501000', '133045.504000', '133045.507000', '133045.509000', '133045.512000', '133045.514000', '133045.517000', '133045.519000', '133045.522000', '133045.525000', '133045.527000', '133105.416000', '133105.419000', '133105.422000', '133105.425000', '133105.427000', '133105.430000', '133105.432000', '133105.436000', '133105.439000', '133105.441000', '133105.444000', '133105.447000', '133105.449000', '133105.452000', '133105.455000', '133105.457000', '133105.460000', '133105.462000', '133105.465000', '133105.468000', '133105.470000', '133105.473000', '133105.475000', '133105.478000', '133105.481000', '133105.483000', '133105.486000', '133105.488000', '133105.491000', '133105.493000', '133105.496000', '133105.499000', '133105.501000', '133105.504000', '133105.506000', '133105.509000', '133105.512000', '133105.514000', '133105.517000', '133105.519000', '133105.522000', '133105.524000', '133105.527000', '133125.418000', '133125.421000', '133125.423000', '133125.426000', '133125.429000', '133125.431000', '133125.434000', '133125.436000', '133125.455000', '133125.458000', '133125.460000', '133125.463000', '133125.466000', '133125.468000', '133125.471000', '133125.474000', '133125.476000', '133125.479000', '133125.482000', '133125.493000', '133125.496000', '133125.498000', '133125.501000', '133125.504000', '133125.506000', '133125.509000', '133125.512000', '133125.514000', '133125.517000', '133125.519000', '133125.522000', '133125.525000', '133125.527000', '133125.530000', '133125.533000', '133125.535000', '133125.538000', '133125.541000', '133125.543000', '133125.546000', '133125.549000', '133125.551000', '133125.554000', '133125.556000', '133145.418000', '133145.421000', '133145.423000', '133145.426000', '133145.430000', '133145.433000', '133145.436000', '133145.438000', '133145.441000', '133145.444000', '133145.446000', '133145.449000', '133145.452000', '133145.454000', '133145.457000', '133145.459000', '133145.462000', '133145.465000', '133145.468000', '133145.471000', '133145.475000', '133145.478000', '133145.480000', '133145.483000', '133145.486000', '133145.488000', '133145.491000', '133145.493000', '133145.496000', '133145.499000', '133145.501000', '133145.504000', '133145.507000', '133145.509000', '133145.512000', '133145.514000', '133145.517000', '133145.519000', '133145.522000', '133145.525000', '133145.527000', '133145.530000', '133145.533000', '133205.418000', '133205.421000', '133205.423000', '133205.426000', '133205.429000', '133205.432000', '133205.436000', '133205.439000', '133205.441000', '133205.444000', '133205.447000', '133205.449000', '133205.452000', '133205.454000', '133205.457000', '133205.460000', '133205.462000', '133205.465000', '133205.468000', '133205.470000', '133205.473000', '133205.476000', '133205.478000', '133205.481000', '133205.484000', '133205.486000', '133205.489000', '133205.492000', '133205.494000', '133205.497000', '133205.499000', '133205.502000', '133205.505000', '133205.507000', '133205.510000', '133205.513000', '133205.515000', '133205.518000', '133205.520000', '133205.523000', '133205.526000', '133205.528000', '133205.531000', '133205.533000', '133225.418000', '133225.421000', '133225.423000', '133225.426000', '133225.428000', '133225.431000', '133225.434000', '133225.437000', '133225.439000', '133225.442000', '133225.444000', '133225.447000', '133225.450000', '133225.452000', '133225.455000', '133225.457000', '133225.460000', '133225.463000', '133225.465000', '133225.468000', '133225.471000', '133225.473000', '133225.476000', '133225.478000', '133225.481000', '133225.484000', '133225.486000', '133225.489000', '133225.492000', '133225.494000', '133225.497000', '133225.499000', '133225.502000', '133225.505000', '133225.507000', '133225.514000', '133225.517000', '133225.519000', '133225.522000', '133225.525000', '133225.527000', '133225.530000', '133225.532000', '133245.417000', '133245.419000', '133245.422000', '133245.425000', '133245.427000', '133245.430000', '133245.433000', '133245.435000', '133245.438000', '133245.440000', '133245.443000', '133245.446000', '133245.448000', '133245.451000', '133245.454000', '133245.456000', '133245.459000', '133245.461000', '133245.464000', '133245.476000', '133245.478000', '133245.482000', '133245.485000', '133245.488000', '133245.490000', '133245.493000', '133245.496000', '133245.498000', '133245.501000', '133245.503000', '133245.506000', '133245.509000', '133245.511000', '133245.514000', '133245.517000', '133245.519000', '133245.522000', '133245.524000', '133245.527000', '133245.530000', '133245.532000', '133245.535000', '133245.538000', '133245.540000', '133305.416000', '133305.419000', '133305.422000', '133305.425000', '133305.428000', '133305.430000', '133305.433000', '133305.436000', '133305.439000', '133305.441000', '133305.444000', '133305.446000', '133305.449000', '133305.452000', '133305.454000', '133305.457000', '133305.460000', '133305.462000', '133305.465000', '133305.468000', '133305.470000', '133305.473000', '133305.475000', '133305.478000', '133305.481000', '133305.483000', '133305.486000', '133305.489000', '133305.492000', '133305.494000', '133305.497000', '133305.500000', '133305.502000', '133305.505000', '133305.508000', '133305.510000', '133305.514000', '133305.517000', '133305.520000', '133305.522000', '133305.525000', '133305.527000', '133305.530000', '133325.418000', '133325.421000', '133325.424000', '133325.426000', '133325.429000', '133325.432000', '133325.434000', '133325.437000', '133325.439000', '133325.442000', '133325.445000', '133325.447000', '133325.450000', '133325.453000', '133325.455000', '133325.458000', '133325.460000', '133325.463000', '133325.466000', '133325.468000', '133325.471000', '133325.474000', '133325.476000', '133325.479000', '133325.481000', '133325.484000', '133325.487000', '133325.489000', '133325.492000', '133325.495000', '133325.497000', '133325.500000', '133325.503000', '133325.505000', '133325.508000', '133325.510000', '133325.513000', '133325.516000', '133325.518000', '133325.521000', '133325.523000', '133325.526000', '133325.529000', '133325.531000', '133345.417000', '133345.420000', '133345.423000', '133345.426000', '133345.428000', '133345.431000', '133345.434000', '133345.436000', '133345.439000', '133345.441000', '133345.444000', '133345.447000', '133345.449000', '133345.452000', '133345.454000', '133345.457000', '133345.460000', '133345.463000', '133345.465000', '133345.468000', '133345.470000', '133345.473000', '133345.475000', '133345.478000', '133345.480000', '133345.483000', '133345.486000', '133345.488000', '133345.491000', '133345.493000', '133345.496000', '133345.499000', '133345.501000', '133345.504000', '133345.507000', '133345.510000', '133345.513000', '133345.516000', '133345.519000', '133345.521000', '133345.524000', '133345.527000', '133345.529000', '133405.417000', '133405.421000', '133405.423000', '133405.426000', '133405.429000', '133405.431000', '133405.434000', '133405.436000', '133405.439000', '133405.442000', '133405.444000', '133405.447000', '133405.449000', '133405.452000', '133405.455000', '133405.468000', '133405.471000', '133405.474000', '133405.476000', '133405.479000', '133405.481000', '133405.484000', '133405.487000', '133405.489000', '133405.492000', '133405.495000', '133405.497000', '133405.500000', '133405.503000', '133405.505000', '133405.508000', '133405.510000', '133405.513000', '133405.516000', '133405.518000', '133405.521000', '133405.523000', '133405.526000', '133405.529000', '133405.531000', '133405.534000', '133405.536000', '133405.539000', '133405.542000', '133425.418000', '133425.421000', '133425.423000', '133425.426000', '133425.429000', '133425.431000', '133425.434000', '133425.437000', '133425.440000', '133425.442000', '133425.445000', '133425.447000', '133425.450000', '133425.452000', '133425.455000', '133425.458000', '133425.460000', '133425.463000', '133425.465000', '133425.468000', '133425.471000', '133425.473000', '133425.476000', '133425.478000', '133425.481000', '133425.484000', '133425.487000', '133425.489000', '133425.493000', '133425.496000', '133425.499000', '133425.501000', '133425.504000', '133425.507000', '133425.509000', '133425.512000', '133425.514000', '133425.517000', '133425.520000', '133425.522000', '133425.525000', '133425.527000', '133425.530000', '133445.418000', '133445.421000', '133445.423000', '133445.426000', '133445.429000', '133445.432000', '133445.434000', '133445.437000', '133445.440000', '133445.442000', '133445.445000', '133445.448000', '133445.450000', '133445.453000', '133445.456000', '133445.458000', '133445.461000', '133445.463000', '133445.466000', '133445.469000', '133445.471000', '133445.474000', '133445.477000', '133445.479000', '133445.482000', '133445.485000', '133445.487000', '133445.490000', '133445.492000', '133445.495000', '133445.497000', '133445.500000', '133445.503000', '133445.505000', '133445.517000', '133445.520000', '133445.523000', '133445.526000', '133445.529000', '133445.531000', '133445.534000', '133445.536000', '133445.539000', '133445.542000', '133454.013000', '133454.016000', '133454.019000', '133454.021000', '133454.024000', '133454.027000', '133454.029000', '133454.032000', '133454.034000', '133454.037000', '133454.040000', '133454.042000', '133454.045000', '133454.048000', '133454.050000', '133454.053000', '133454.056000', '133454.058000', '133454.061000'], '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], 'LargestImagePixelValue': [11292, 9655, 10109, 10752, 12054, 15777, 12420, 10822, 8901, 11981, 8134, 11616, 9036, 7679, 8569, 8100, 7794, 8239, 7837, 8288, 8320, 7589, 9998, 8118, 10005, 9441, 8187, 14993, 10738, 8149, 12815, 10059, 15147, 11916, 12299, 10749, 12793, 10008, 12603, 10450, 7537, 8892, 7828, 8652, 8420, 8084, 7514, 8664, 7532, 8216, 7376, 8605, 7592, 8476, 9114, 9158, 7337, 7977, 7415, 8800, 9429, 10484, 8554, 10239, 9780, 9543, 8889, 12515, 8544, 13045, 8703, 11067, 8853, 9061, 9131, 12366, 9713, 10843, 10958, 9584, 13754, 9422, 13397, 9152, 14687, 10183, 14407, 9313, 12803, 8648, 12790, 8161, 13610, 9140, 13760, 8255, 9265, 8647, 7647, 11143, 8702, 7699, 9850, 8656, 8251, 7749, 8413, 9541, 9045, 7683, 7587, 12527, 9199, 9412, 15739, 13891, 15806, 13879, 13298, 14423, 10948, 15917, 11831, 15095, 9144, 12345, 9100, 10651, 8308, 9419, 8646, 8178, 7576, 10348, 7417, 8097, 9021, 8048, 8854, 8605, 11741, 10861, 8664, 12439, 8862, 10740, 8297, 11080, 8702, 10496, 7581, 11876, 8157, 13621, 9331, 11425, 8446, 10693, 8685, 8820, 7435, 9111, 8035, 7932, 11480, 8550, 12186, 9610, 11156, 8518, 10877, 8498, 11277, 9529, 11455, 7847, 11519, 8101, 11382, 9548, 12730, 7746, 11881, 7994, 11668, 8823, 12923, 9686, 10334, 8079, 7613, 8881, 7998, 10097, 7701, 9882, 7688, 10192, 8361, 12342, 7879, 12219, 9786, 12783, 9681, 12088, 12073, 11018, 7827, 8514, 7981, 8633, 7439, 9162, 7373, 9631, 7535, 9409, 7599, 9976, 7393, 10556, 7922, 10373, 7813, 9066, 7852, 9493, 7764, 9538, 7375, 9050, 7960, 8202, 8783, 8326, 8000, 8290, 7956, 8171, 8031, 8542, 9979, 8640, 10889, 7413, 12533, 7604, 11368, 8005, 12755, 8813, 9541, 8079, 8205, 9865, 8104, 11137, 8686, 8094, 7986, 8154, 8670, 7662, 9569, 7435, 9390, 7953, 9312, 11625, 10287, 11468, 8581, 13356, 8587, 13903, 9896, 11991, 8038, 12404, 7667, 11500, 8936, 7974, 9010, 7875, 8156, 7571, 8913, 7725, 10522, 7409, 10947, 7302, 9934, 8344, 7933, 8830, 7993, 9250, 7767, 10201, 7783, 10998, 7285, 9964, 7686, 10128, 7383, 10712, 8052, 11166, 7441, 10948, 7586, 10852, 8922, 10927, 7730, 11176, 8159, 12406, 9618, 10152, 8801, 10220, 7867, 10405, 8241, 9595, 9020, 7794, 8973, 7880, 9221, 7646, 10425, 9903, 16497, 10085, 12472, 9340, 12397, 7832, 12382, 7490, 9804, 7664, 11850, 8364, 9797, 7715, 8196, 10892, 7950, 10583, 9596, 7873, 11057, 8957, 7641, 12484, 8901, 7422, 11463, 9436, 14469, 12119, 13878, 11498, 15957, 11907, 15457, 11164, 12951, 7955, 7993, 8389, 7824, 9111, 7584, 8510, 7441, 8031, 9120, 7996, 9954, 8457, 9404, 9109, 8178, 10618, 7797, 11535, 8200, 12632, 9463, 14243, 9459, 12940, 8741, 12927, 12543, 10475, 13829, 8406, 11896, 7794, 9672, 7872, 8070, 8704, 8031, 8928, 7861, 9028, 13068, 9394, 14331, 10231, 11795, 13909, 10804, 13695, 10684, 11835, 7346, 10292, 7336, 8327, 8570, 8288, 7980, 11011, 8069, 8216, 7353, 7827, 9135, 7829, 10290, 8561, 12049, 8142, 11718, 8704, 12423, 8720, 10387, 12451, 8914, 11776, 9169, 8662, 9183, 8203, 9330, 7976, 10137, 7846, 10418, 7801, 11149, 7700, 12012, 8239, 11816, 8330, 12410, 7752, 11688, 7869, 11362, 8612, 10866, 7805, 10432, 7569, 10086, 7616, 9872, 7758, 8745, 7959, 11284, 8575, 12545, 8912, 12846, 8211, 12769, 9184, 13234, 11788, 10968, 14382, 9214, 14521, 8681, 12819, 11070, 12228, 7961, 13000, 8073, 12161, 8573, 11357, 7926, 11892, 7830, 11412, 8374, 9206, 8642, 8263, 8604, 8461, 9166, 8010, 9452, 7944, 10138, 7625, 10145, 7875, 10144, 8563, 7816, 9498, 7820, 9598, 9354, 7505, 12172, 7738, 7205, 9282, 7408, 9702, 8368, 11702, 11868, 11654, 9702, 9433, 9436, 12257, 10005, 11119, 12710, 11138, 12883, 8302, 11813, 8349, 10149, 8600, 11757, 9234, 13176, 10865, 14826, 10905, 8903, 8827, 9633, 8056, 9525, 9480, 9111, 9628, 9058, 9406, 8942, 10043, 9335, 9822, 9824, 9452, 9537, 8889, 9891, 10020, 7522, 10817, 8111, 7503, 7934, 7148, 10943, 8087, 7419, 7877, 8535, 11065, 8576, 12744, 10835, 9081, 9230, 8371, 12000, 8611, 13738, 8742, 12480, 8805, 11836, 10514, 8784, 9840, 9036, 11325, 8740, 12831, 8388, 13795, 8187, 13274, 8811, 10783, 9963, 8096, 9722, 8118, 11154, 8256, 11231, 7739, 10615, 8917, 9433, 10455, 7781, 10785, 8096, 10366, 7812, 10472, 7488, 12617, 7519, 10491, 7422, 8923, 9554, 7453, 10633, 7449, 11576, 7499, 13265, 8976, 14398, 9083, 12881, 8557, 12532, 8565, 13821, 7773, 12892, 7765, 12679, 7859, 12020, 9206, 12319, 7908, 11844, 7550, 11783, 7145, 7639, 7546, 7577, 8447, 7530, 9211, 7978, 8063, 8328, 7381, 10956, 9159, 15435, 11501, 15453, 9951, 10740, 8265, 10394, 8841, 8303, 11638, 9360, 13358, 11707, 9319, 10044, 8930, 12168, 10315, 12208, 11099, 8842, 9779, 8705, 10340, 8417, 12379, 8199, 8480, 9042, 8393, 8645, 8656, 8337, 12118, 8070, 12922, 9029, 11712, 10356, 9296, 9575, 8062, 9635, 8176, 11552, 9734, 9261, 7377, 7805, 8451, 8110, 11484, 9353, 9846, 7810, 9255, 8344, 9754, 9636, 8413, 11475, 8056, 11729, 8579, 9069, 9195, 7886, 10909, 7438, 7138, 7935, 7272, 6988, 7704, 7883, 10339, 7711, 7189, 10773, 7659, 10238, 11670, 11704, 13308, 10842, 13517, 11765, 13946, 10875, 11960, 10135, 9498, 8584, 7894, 8072, 7831, 10480, 8009, 11385, 8036, 8047, 8545, 7282, 10557, 8210, 9622, 7286, 7431, 8371, 8885, 8508, 7186, 8832, 10116, 7991, 8154, 7102, 8123, 10589, 7983, 8504, 7565, 7912, 14416, 11371, 7874, 12508, 8539, 11198, 7585, 7774, 15519, 10792, 7567, 8282, 7526, 13048, 9606, 8148, 11081, 7368, 7231, 8580, 7142, 12799, 9828, 8358, 11082, 7437, 12226, 9606, 12943, 10369, 13914, 11096, 12999, 10288, 12186, 10453, 10184, 8928, 7692, 8543, 7494, 9924, 7658, 11163, 8379, 8119, 7764, 7401, 9462, 7690, 11144, 8375, 9662, 7433, 10629, 7261, 10576, 7327, 12062, 7274, 12270, 7066, 10584, 7366, 10827, 8141, 8095, 9114, 7733, 10384, 9635, 10635, 11784, 10158, 7276, 8998, 8458, 8406, 9801, 8806, 7353, 8500, 7051, 8543, 7261, 8245, 6990, 9198, 7260, 9422, 7408, 10029, 7240, 12314, 7667, 12064, 7817, 10953, 7564, 12362, 8573, 14106, 8205, 13454, 9299, 14158, 8208, 13933, 7576, 12225, 7157, 10911, 7499, 10543, 7231, 10180, 7208, 9791, 7340, 9662, 7421, 10464, 7715, 10721, 7598, 11509, 9098, 10882, 9080, 14044, 9476, 15407, 12672, 14691, 9904, 13576, 10613, 14184, 11158, 12706, 8131, 7910, 8504, 7072, 12857, 8485, 10283, 7691, 7597, 9232, 7917, 14434, 9750, 13106, 10414, 11755, 10508, 9131, 10046, 7903, 10464, 7253, 11472, 7263, 12721, 7955, 12660, 7804, 10074, 7542, 7692, 8684, 7314, 8961, 7030, 9088, 7350, 10247, 7649, 11695, 7935, 9733, 7764, 7215, 8718, 6971, 10850, 7839, 12000, 7796, 12467, 9766, 11835, 8652, 10085, 9153, 10137, 9196, 10191, 8950, 7388, 9058, 7421, 8806, 7319, 9464, 7350, 9378, 7464, 10845, 7544, 11262, 8158, 7587, 9487, 7650, 11879, 8105, 14276, 10873, 15097, 11424, 14965, 12167, 15359, 11627, 15497, 9648, 13141, 7918, 11861, 6804, 13585, 8197, 12802, 7890, 12067, 7828, 11570, 7334, 11126, 7828, 9468, 7847, 8862, 7740, 7012, 8531, 7232, 9609, 7350, 10987, 7262, 13604, 9937, 14360, 9167, 14279, 8543, 12365, 7688, 12286, 7535, 10683, 7703, 10477, 7419, 10045, 7656, 8978, 8131, 11120, 8892, 15104, 9718, 13189, 8268, 12889, 7136, 10454, 7064, 10565, 8168, 10124, 7404, 7143, 7883, 7337, 8979, 7786, 10973, 8090, 10340, 8512, 10345, 8950, 10878, 10178, 11589, 9752, 8045, 8952, 7622, 10745, 7281, 10276, 7536, 9586, 7835, 7658, 8918, 7438, 12984, 9983, 7971, 11739, 8257, 10946, 10176, 7803, 12345, 7958, 7893, 8837, 7921, 9284, 12012, 9185, 14649, 10006, 7347, 8183, 8045, 6698, 7524, 7408, 11669, 9935, 7248, 12082, 8493, 7492, 11450, 8133, 7516, 10910, 7814], 'WindowCenter': [4179.0, 4133.0, 4128.0, 4124.0, 4135.0, 4154.0, 4122.0, 4098.0, 4078.0, 4107.0, 4056.0, 4108.0, 4063.0, 4045.0, 4065.0, 4068.0, 4058.0, 4079.0, 4070.0, 4080.0, 4079.0, 4070.0, 4102.0, 4085.0, 4112.0, 4101.0, 4080.0, 4152.0, 4111.0, 4083.0, 4144.0, 4102.0, 4140.0, 4120.0, 4119.0, 4109.0, 4118.0, 4087.0, 4106.0, 4085.0, 4044.0, 4076.0, 4044.0, 4065.0, 4066.0, 4055.0, 4044.0, 4063.0, 4043.0, 4065.0, 4045.0, 4075.0, 4068.0, 4079.0, 4088.0, 4088.0, 4058.0, 4078.0, 4057.0, 4090.0, 4101.0, 4123.0, 4092.0, 4109.0, 4112.0, 4112.0, 4090.0, 4132.0, 4094.0, 4143.0, 4091.0, 4121.0, 4091.0, 4102.0, 4114.0, 4132.0, 4112.0, 4123.0, 4121.0, 4102.0, 4131.0, 4079.0, 4128.0, 4089.0, 4141.0, 4087.0, 4127.0, 4065.0, 4106.0, 4052.0, 4103.0, 4063.0, 4114.0, 4065.0, 4102.0, 4052.0, 4070.0, 4066.0, 4041.0, 4093.0, 4063.0, 4055.0, 4096.0, 4087.0, 4075.0, 4075.0, 4087.0, 4106.0, 4082.0, 4073.0, 4063.0, 4126.0, 4097.0, 4097.0, 4150.0, 4113.0, 4123.0, 4100.0, 4112.0, 4097.0, 4066.0, 4097.0, 4063.0, 4071.0, 4020.0, 4052.0, 4007.0, 4029.0, 4021.0, 4031.0, 4005.0, 4005.0, 3997.0, 4026.0, 3997.0, 4024.0, 4018.0, 4035.0, 4042.0, 4058.0, 4089.0, 4100.0, 4070.0, 4112.0, 4057.0, 4078.0, 4037.0, 4075.0, 4049.0, 4078.0, 4037.0, 4089.0, 4052.0, 4112.0, 4060.0, 4077.0, 4038.0, 4068.0, 4037.0, 4073.0, 4043.0, 4075.0, 4065.0, 4054.0, 4105.0, 4077.0, 4118.0, 4099.0, 4107.0, 4077.0, 4095.0, 4078.0, 4106.0, 4087.0, 4105.0, 4054.0, 4094.0, 4056.0, 4094.0, 4086.0, 4103.0, 4055.0, 4105.0, 4055.0, 4106.0, 4077.0, 4129.0, 4086.0, 4084.0, 4056.0, 4057.0, 4075.0, 4065.0, 4097.0, 4057.0, 4086.0, 4067.0, 4099.0, 4078.0, 4118.0, 4067.0, 4118.0, 4098.0, 4117.0, 4074.0, 4106.0, 4105.0, 4083.0, 4029.0, 4050.0, 4029.0, 4048.0, 4029.0, 4061.0, 4030.0, 4072.0, 4041.0, 4073.0, 4041.0, 4072.0, 4042.0, 4084.0, 4044.0, 4071.0, 4042.0, 4063.0, 4040.0, 4072.0, 4041.0, 4072.0, 4031.0, 4050.0, 4040.0, 4051.0, 4064.0, 4051.0, 4042.0, 4052.0, 4041.0, 4050.0, 4043.0, 4065.0, 4087.0, 4064.0, 4094.0, 4043.0, 4105.0, 4043.0, 4094.0, 4053.0, 4104.0, 4052.0, 4061.0, 4028.0, 4037.0, 4058.0, 4039.0, 4080.0, 4051.0, 4038.0, 4040.0, 4040.0, 4063.0, 4043.0, 4073.0, 4031.0, 4062.0, 4041.0, 4063.0, 4093.0, 4073.0, 4080.0, 4050.0, 4100.0, 4051.0, 4100.0, 4061.0, 4080.0, 4029.0, 4078.0, 4028.0, 4079.0, 4049.0, 4038.0, 4049.0, 4051.0, 4052.0, 4053.0, 4062.0, 4041.0, 4082.0, 4029.0, 4080.0, 4030.0, 4085.0, 4053.0, 4054.0, 4063.0, 4054.0, 4086.0, 4044.0, 4086.0, 4042.0, 4084.0, 4031.0, 4069.0, 4040.0, 4083.0, 4043.0, 4083.0, 4053.0, 4094.0, 4041.0, 4083.0, 4054.0, 4096.0, 4076.0, 4093.0, 4041.0, 4093.0, 4054.0, 4116.0, 4073.0, 4085.0, 4063.0, 4082.0, 4051.0, 4083.0, 4063.0, 4073.0, 4063.0, 4043.0, 4063.0, 4054.0, 4076.0, 4067.0, 4097.0, 4103.0, 4140.0, 4087.0, 4105.0, 4073.0, 4117.0, 4056.0, 4105.0, 4033.0, 4072.0, 4044.0, 4094.0, 4054.0, 4073.0, 4043.0, 4053.0, 4095.0, 4056.0, 4096.0, 4087.0, 4055.0, 4097.0, 4065.0, 4045.0, 4118.0, 4077.0, 4058.0, 4108.0, 4078.0, 4128.0, 4106.0, 4117.0, 4095.0, 4124.0, 4093.0, 4114.0, 4082.0, 4077.0, 4015.0, 4014.0, 4013.0, 4017.0, 4037.0, 4030.0, 4078.0, 4059.0, 4069.0, 4090.0, 4071.0, 4103.0, 4084.0, 4102.0, 4093.0, 4084.0, 4103.0, 4061.0, 4111.0, 4070.0, 4123.0, 4089.0, 4129.0, 4089.0, 4108.0, 4055.0, 4109.0, 4107.0, 4084.0, 4104.0, 4039.0, 4080.0, 4031.0, 4073.0, 4055.0, 4055.0, 4064.0, 4055.0, 4076.0, 4069.0, 4090.0, 4128.0, 4078.0, 4127.0, 4075.0, 4097.0, 4104.0, 4085.0, 4104.0, 4071.0, 4079.0, 4006.0, 4070.0, 4034.0, 4110.0, 4106.0, 4080.0, 4055.0, 4084.0, 4026.0, 3969.0, 3988.0, 4016.0, 4059.0, 4042.0, 4085.0, 4068.0, 4106.0, 4057.0, 4107.0, 4067.0, 4105.0, 4065.0, 4075.0, 4093.0, 4053.0, 4093.0, 4062.0, 4041.0, 4051.0, 4039.0, 4050.0, 4041.0, 4085.0, 4054.0, 4085.0, 4045.0, 4094.0, 4043.0, 4105.0, 4066.0, 4096.0, 4054.0, 4095.0, 4044.0, 4094.0, 4043.0, 4094.0, 4067.0, 4096.0, 4044.0, 4083.0, 4059.0, 4086.0, 4058.0, 4086.0, 4070.0, 4079.0, 4070.0, 4121.0, 4092.0, 4132.0, 4095.0, 4131.0, 4069.0, 4119.0, 4091.0, 4132.0, 4109.0, 4098.0, 4115.0, 4064.0, 4103.0, 4052.0, 4103.0, 4084.0, 4092.0, 4030.0, 4092.0, 4044.0, 4103.0, 4051.0, 4082.0, 4043.0, 4081.0, 4032.0, 4093.0, 4053.0, 4063.0, 4053.0, 4041.0, 4053.0, 4055.0, 4075.0, 4055.0, 4076.0, 4044.0, 4085.0, 4056.0, 4086.0, 4056.0, 4086.0, 4068.0, 4043.0, 4062.0, 4058.0, 4090.0, 4091.0, 4074.0, 4122.0, 4060.0, 4046.0, 4090.0, 4059.0, 4103.0, 4080.0, 4120.0, 4119.0, 4106.0, 4085.0, 4072.0, 4062.0, 4081.0, 4070.0, 4082.0, 4090.0, 4079.0, 4090.0, 4039.0, 4076.0, 4037.0, 4067.0, 4035.0, 4079.0, 4049.0, 4075.0, 4057.0, 4088.0, 4056.0, 4033.0, 4032.0, 4044.0, 4024.0, 4043.0, 4043.0, 4034.0, 4043.0, 4034.0, 4033.0, 4034.0, 4044.0, 4045.0, 4045.0, 4046.0, 4057.0, 4057.0, 4048.0, 4059.0, 4073.0, 4018.0, 4057.0, 4016.0, 4007.0, 4027.0, 4019.0, 4082.0, 4054.0, 4046.0, 4054.0, 4079.0, 4097.0, 4066.0, 4118.0, 4097.0, 4077.0, 4075.0, 4065.0, 4107.0, 4066.0, 4126.0, 4066.0, 4117.0, 4075.0, 4106.0, 4098.0, 4065.0, 4086.0, 4075.0, 4108.0, 4077.0, 4116.0, 4067.0, 4127.0, 4066.0, 4118.0, 4078.0, 4097.0, 4084.0, 4056.0, 4086.0, 4065.0, 4109.0, 4070.0, 4109.0, 4070.0, 4109.0, 4079.0, 4090.0, 4110.0, 4068.0, 4108.0, 4056.0, 4085.0, 4056.0, 4095.0, 4047.0, 4106.0, 4043.0, 4084.0, 4043.0, 4077.0, 4087.0, 4047.0, 4097.0, 4046.0, 4096.0, 4045.0, 4116.0, 4066.0, 4117.0, 4051.0, 4103.0, 4051.0, 4092.0, 4041.0, 4101.0, 4019.0, 4090.0, 4030.0, 4089.0, 4040.0, 4090.0, 4049.0, 4091.0, 4039.0, 4080.0, 4042.0, 4094.0, 4032.0, 4042.0, 4042.0, 4043.0, 4077.0, 4071.0, 4090.0, 4080.0, 4081.0, 4080.0, 4072.0, 4123.0, 4105.0, 4160.0, 4088.0, 4106.0, 3969.0, 4110.0, 4069.0, 4087.0, 4079.0, 4065.0, 4095.0, 4064.0, 4101.0, 4090.0, 4049.0, 4058.0, 4051.0, 4092.0, 4072.0, 4092.0, 4080.0, 4050.0, 4059.0, 4037.0, 4057.0, 4039.0, 4077.0, 4025.0, 4037.0, 4047.0, 4049.0, 4062.0, 4063.0, 4052.0, 4103.0, 4052.0, 4103.0, 4063.0, 4092.0, 4084.0, 4062.0, 4061.0, 4041.0, 4061.0, 4053.0, 4093.0, 4063.0, 4060.0, 4031.0, 4042.0, 4053.0, 4055.0, 4106.0, 4077.0, 4085.0, 4054.0, 4076.0, 4068.0, 4088.0, 4087.0, 4056.0, 4095.0, 4054.0, 4107.0, 4078.0, 4078.0, 4077.0, 4035.0, 4089.0, 4038.0, 4013.0, 4033.0, 4011.0, 3995.0, 4021.0, 4045.0, 4077.0, 4060.0, 4039.0, 4100.0, 4059.0, 4087.0, 4093.0, 4105.0, 4116.0, 4084.0, 4104.0, 4096.0, 4103.0, 4072.0, 4069.0, 4060.0, 4049.0, 4039.0, 4027.0, 4016.0, 4017.0, 4058.0, 4028.0, 4079.0, 4026.0, 4018.0, 4039.0, 4020.0, 4063.0, 4042.0, 4062.0, 4034.0, 4023.0, 4053.0, 4065.0, 4051.0, 4009.0, 4050.0, 4070.0, 4042.0, 4040.0, 4021.0, 4040.0, 4073.0, 4040.0, 4054.0, 4045.0, 4044.0, 4126.0, 4097.0, 4044.0, 4095.0, 4055.0, 4096.0, 4033.0, 4048.0, 4127.0, 4099.0, 4046.0, 4067.0, 4047.0, 4105.0, 4064.0, 4046.0, 4095.0, 4047.0, 4048.0, 4080.0, 4051.0, 4133.0, 4103.0, 4069.0, 4098.0, 4044.0, 4107.0, 4088.0, 4119.0, 4089.0, 4107.0, 4085.0, 4093.0, 4071.0, 4083.0, 4072.0, 4060.0, 4041.0, 4017.0, 4038.0, 4031.0, 4058.0, 4042.0, 4083.0, 4054.0, 4055.0, 4045.0, 4034.0, 4073.0, 4045.0, 4094.0, 4055.0, 4077.0, 4046.0, 4084.0, 4032.0, 4086.0, 4048.0, 4106.0, 4034.0, 4094.0, 4034.0, 4083.0, 4046.0, 4098.0, 4057.0, 4058.0, 4092.0, 4059.0, 4088.0, 4078.0, 4099.0, 4097.0, 4075.0, 4033.0, 4053.0, 4041.0, 4044.0, 4076.0, 4063.0, 4021.0, 4051.0, 4021.0, 4052.0, 4034.0, 4055.0, 4024.0, 4065.0, 4035.0, 4076.0, 4047.0, 4087.0, 4047.0, 4107.0, 4046.0, 4095.0, 4046.0, 4085.0, 4058.0, 4108.0, 4067.0, 4116.0, 4058.0, 4119.0, 4068.0, 4119.0, 4057.0, 4118.0, 4033.0, 4082.0, 4012.0, 4088.0, 4033.0, 4074.0, 4034.0, 4073.0, 4033.0, 4072.0, 4045.0, 4077.0, 4047.0, 4097.0, 4057.0, 4098.0, 4060.0, 4122.0, 4082.0, 4109.0, 4078.0, 4130.0, 4078.0, 4129.0, 4110.0, 4115.0, 4076.0, 4106.0, 4074.0, 4115.0, 4086.0, 4092.0, 4031.0, 4031.0, 4052.0, 4022.0, 4106.0, 4065.0, 4072.0, 4032.0, 4031.0, 4063.0, 4043.0, 4115.0, 4062.0, 4103.0, 4083.0, 4081.0, 4071.0, 4050.0, 4061.0, 4026.0, 4058.0, 4008.0, 4070.0, 4018.0, 4079.0, 4028.0, 4078.0, 4018.0, 4059.0, 4031.0, 4031.0, 4041.0, 4018.0, 4051.0, 4010.0, 4051.0, 4033.0, 4072.0, 4044.0, 4095.0, 4043.0, 4064.0, 4044.0, 4047.0, 4067.0, 4037.0, 4097.0, 4046.0, 4109.0, 4060.0, 4118.0, 4090.0, 4097.0, 4067.0, 4086.0, 4078.0, 4088.0, 4090.0, 4101.0, 4067.0, 4035.0, 4067.0, 4036.0, 4078.0, 4059.0, 4089.0, 4048.0, 4077.0, 4060.0, 4109.0, 4060.0, 4110.0, 4073.0, 4071.0, 4092.0, 4061.0, 4122.0, 4072.0, 4143.0, 4112.0, 4131.0, 4109.0, 4130.0, 4108.0, 4131.0, 4097.0, 4115.0, 4063.0, 4105.0, 4031.0, 4083.0, 4014.0, 4092.0, 4030.0, 4080.0, 4031.0, 4080.0, 4030.0, 4081.0, 4033.0, 4081.0, 4032.0, 4060.0, 4043.0, 4063.0, 4045.0, 4035.0, 4067.0, 4045.0, 4076.0, 4047.0, 4099.0, 4049.0, 4119.0, 4077.0, 4120.0, 4066.0, 4115.0, 4053.0, 4107.0, 4045.0, 4092.0, 4029.0, 4071.0, 4029.0, 4083.0, 4034.0, 4074.0, 4044.0, 4066.0, 4044.0, 4096.0, 4065.0, 4131.0, 4077.0, 4108.0, 4043.0, 4092.0, 4020.0, 4072.0, 4022.0, 4072.0, 4056.0, 4072.0, 4033.0, 4048.0, 4067.0, 4058.0, 4092.0, 4060.0, 4069.0, 4085.0, 4087.0, 4066.0, 4103.0, 4078.0, 4097.0, 4074.0, 4082.0, 4061.0, 4032.0, 4039.0, 4020.0, 4072.0, 4019.0, 4060.0, 4030.0, 4050.0, 4030.0, 4021.0, 4050.0, 4006.0, 4078.0, 4048.0, 4017.0, 4081.0, 4014.0, 4057.0, 4062.0, 4017.0, 4078.0, 4016.0, 4016.0, 4036.0, 3976.0, 3979.0, 4116.0, 4047.0, 4099.0, 4045.0, 3988.0, 3997.0, 3986.0, 3992.0, 3956.0, 3982.0, 4053.0, 4057.0, 4016.0, 4089.0, 4047.0, 4017.0, 4078.0, 4028.0, 4029.0, 4080.0, 4029.0], 'WindowWidth': [9258.0, 9180.0, 9163.0, 9150.0, 9164.0, 9190.0, 9136.0, 9097.0, 9068.0, 9108.0, 9038.0, 9108.0, 9043.0, 9019.0, 9047.0, 9058.0, 9044.0, 9076.0, 9069.0, 9080.0, 9077.0, 9066.0, 9113.0, 9094.0, 9129.0, 9110.0, 9080.0, 9181.0, 9122.0, 9090.0, 9174.0, 9110.0, 9160.0, 9130.0, 9130.0, 9113.0, 9127.0, 9081.0, 9107.0, 9075.0, 9020.0, 9067.0, 9021.0, 9048.0, 9054.0, 9036.0, 9019.0, 9045.0, 9018.0, 9050.0, 9022.0, 9067.0, 9061.0, 9078.0, 9085.0, 9086.0, 9046.0, 9075.0, 9045.0, 9095.0, 9114.0, 9146.0, 9100.0, 9118.0, 9126.0, 9128.0, 9095.0, 9152.0, 9105.0, 9168.0, 9097.0, 9136.0, 9099.0, 9114.0, 9133.0, 9154.0, 9128.0, 9143.0, 9138.0, 9110.0, 9149.0, 9072.0, 9141.0, 9087.0, 9165.0, 9082.0, 9138.0, 9046.0, 9102.0, 9024.0, 9097.0, 9044.0, 9114.0, 9045.0, 9093.0, 9025.0, 9050.0, 9051.0, 9007.0, 9083.0, 9044.0, 9039.0, 9096.0, 9087.0, 9071.0, 9075.0, 9094.0, 9121.0, 9079.0, 9073.0, 9053.0, 9141.0, 9106.0, 9102.0, 9190.0, 9118.0, 9134.0, 9092.0, 9112.0, 9084.0, 9036.0, 9079.0, 9024.0, 9028.0, 8958.0, 9001.0, 8933.0, 8965.0, 8964.0, 8977.0, 8929.0, 8928.0, 8925.0, 8958.0, 8926.0, 8971.0, 8955.0, 8995.0, 8999.0, 9034.0, 9071.0, 9093.0, 9054.0, 9108.0, 9028.0, 9057.0, 8999.0, 9049.0, 9017.0, 9058.0, 9002.0, 9073.0, 9028.0, 9109.0, 9032.0, 9050.0, 8997.0, 9038.0, 8994.0, 9057.0, 9017.0, 9061.0, 9049.0, 9033.0, 9103.0, 9069.0, 9126.0, 9103.0, 9110.0, 9068.0, 9092.0, 9073.0, 9106.0, 9081.0, 9102.0, 9036.0, 9085.0, 9041.0, 9085.0, 9079.0, 9097.0, 9036.0, 9103.0, 9036.0, 9106.0, 9068.0, 9143.0, 9078.0, 9071.0, 9037.0, 9044.0, 9064.0, 9050.0, 9098.0, 9043.0, 9079.0, 9057.0, 9102.0, 9075.0, 9125.0, 9058.0, 9127.0, 9099.0, 9125.0, 9058.0, 9107.0, 9101.0, 9069.0, 8988.0, 9018.0, 8988.0, 9014.0, 8990.0, 9035.0, 8995.0, 9052.0, 9009.0, 9057.0, 9012.0, 9052.0, 9015.0, 9072.0, 9016.0, 9051.0, 9011.0, 9042.0, 9006.0, 9052.0, 9012.0, 9052.0, 8994.0, 9018.0, 9005.0, 9023.0, 9046.0, 9025.0, 9013.0, 9024.0, 9008.0, 9022.0, 9015.0, 9047.0, 9080.0, 9046.0, 9085.0, 9016.0, 9101.0, 9016.0, 9085.0, 9029.0, 9098.0, 9023.0, 9034.0, 8986.0, 8999.0, 9028.0, 9005.0, 9060.0, 9021.0, 9002.0, 9006.0, 9007.0, 9044.0, 9017.0, 9056.0, 8997.0, 9038.0, 9010.0, 9042.0, 9081.0, 9054.0, 9059.0, 9017.0, 9086.0, 9019.0, 9090.0, 9034.0, 9057.0, 8988.0, 9052.0, 8986.0, 9057.0, 9015.0, 8998.0, 9014.0, 9024.0, 9030.0, 9032.0, 9041.0, 9011.0, 9067.0, 8991.0, 9059.0, 8995.0, 9076.0, 9029.0, 9033.0, 9042.0, 9031.0, 9079.0, 9019.0, 9077.0, 9016.0, 9071.0, 8998.0, 9045.0, 9007.0, 9067.0, 9018.0, 9068.0, 9031.0, 9083.0, 9013.0, 9069.0, 9035.0, 9092.0, 9067.0, 9084.0, 9014.0, 9084.0, 9033.0, 9121.0, 9057.0, 9075.0, 9043.0, 9067.0, 9023.0, 9069.0, 9045.0, 9059.0, 9044.0, 9017.0, 9044.0, 9033.0, 9066.0, 9059.0, 9094.0, 9113.0, 9157.0, 9079.0, 9103.0, 9055.0, 9122.0, 9038.0, 9100.0, 9003.0, 9050.0, 9020.0, 9083.0, 9030.0, 9054.0, 9015.0, 9028.0, 9088.0, 9040.0, 9092.0, 9080.0, 9034.0, 9094.0, 9049.0, 9023.0, 9125.0, 9069.0, 9047.0, 9113.0, 9070.0, 9137.0, 9104.0, 9121.0, 9085.0, 9129.0, 9080.0, 9111.0, 9063.0, 9047.0, 8958.0, 8957.0, 8955.0, 8965.0, 8995.0, 8990.0, 9069.0, 9049.0, 9061.0, 9091.0, 9070.0, 9112.0, 9089.0, 9111.0, 9099.0, 9088.0, 9110.0, 9050.0, 9118.0, 9063.0, 9140.0, 9086.0, 9142.0, 9087.0, 9110.0, 9031.0, 9112.0, 9107.0, 9070.0, 9094.0, 9000.0, 9058.0, 8993.0, 9058.0, 9033.0, 9034.0, 9045.0, 9035.0, 9065.0, 9062.0, 9090.0, 9140.0, 9072.0, 9137.0, 9058.0, 9089.0, 9095.0, 9068.0, 9095.0, 9047.0, 9053.0, 8950.0, 9044.0, 9006.0, 9142.0, 9125.0, 9077.0, 9033.0, 9066.0, 8977.0, 8866.0, 8910.0, 8961.0, 9027.0, 9013.0, 9075.0, 9058.0, 9104.0, 9040.0, 9106.0, 9053.0, 9102.0, 9046.0, 9059.0, 9078.0, 9024.0, 9082.0, 9036.0, 9005.0, 9019.0, 9000.0, 9016.0, 9008.0, 9072.0, 9030.0, 9073.0, 9020.0, 9083.0, 9015.0, 9102.0, 9052.0, 9090.0, 9030.0, 9085.0, 9015.0, 9081.0, 9012.0, 9083.0, 9055.0, 9089.0, 9019.0, 9068.0, 9048.0, 9078.0, 9046.0, 9079.0, 9065.0, 9075.0, 9064.0, 9133.0, 9098.0, 9153.0, 9105.0, 9147.0, 9060.0, 9127.0, 9093.0, 9153.0, 9115.0, 9095.0, 9115.0, 9043.0, 9096.0, 9023.0, 9095.0, 9070.0, 9078.0, 8991.0, 9076.0, 9016.0, 9097.0, 9024.0, 9063.0, 9014.0, 9060.0, 8996.0, 9081.0, 9027.0, 9040.0, 9026.0, 9008.0, 9026.0, 9033.0, 9060.0, 9033.0, 9062.0, 9018.0, 9074.0, 9039.0, 9078.0, 9035.0, 9075.0, 9055.0, 9014.0, 9036.0, 9043.0, 9090.0, 9094.0, 9078.0, 9138.0, 9050.0, 9027.0, 9088.0, 9051.0, 9115.0, 9079.0, 9135.0, 9132.0, 9107.0, 9075.0, 9053.0, 9038.0, 9062.0, 9048.0, 9062.0, 9073.0, 9055.0, 9074.0, 9003.0, 9047.0, 8995.0, 9038.0, 8993.0, 9055.0, 9016.0, 9041.0, 9019.0, 9067.0, 9018.0, 8985.0, 8978.0, 8998.0, 8971.0, 8995.0, 8995.0, 8985.0, 8995.0, 8982.0, 8982.0, 8985.0, 8998.0, 9001.0, 9000.0, 9003.0, 9022.0, 9022.0, 9010.0, 9028.0, 9051.0, 8970.0, 9016.0, 8963.0, 8952.0, 8981.0, 8976.0, 9062.0, 9031.0, 9025.0, 9032.0, 9073.0, 9092.0, 9053.0, 9123.0, 9094.0, 9069.0, 9062.0, 9051.0, 9108.0, 9053.0, 9131.0, 9052.0, 9120.0, 9063.0, 9104.0, 9097.0, 9049.0, 9079.0, 9061.0, 9110.0, 9070.0, 9120.0, 9054.0, 9134.0, 9052.0, 9123.0, 9070.0, 9094.0, 9074.0, 9036.0, 9078.0, 9051.0, 9114.0, 9063.0, 9116.0, 9066.0, 9117.0, 9076.0, 9093.0, 9118.0, 9062.0, 9111.0, 9040.0, 9077.0, 9039.0, 9089.0, 9030.0, 9105.0, 9018.0, 9072.0, 9019.0, 9068.0, 9083.0, 9028.0, 9094.0, 9024.0, 9089.0, 9023.0, 9118.0, 9048.0, 9119.0, 9022.0, 9093.0, 9021.0, 9077.0, 9006.0, 9086.0, 8973.0, 9071.0, 8992.0, 9068.0, 9007.0, 9071.0, 9017.0, 9074.0, 9005.0, 9057.0, 9013.0, 9084.0, 8999.0, 9013.0, 9014.0, 9017.0, 9071.0, 9069.0, 9091.0, 9082.0, 9083.0, 9080.0, 9076.0, 9142.0, 9116.0, 9202.0, 9077.0, 9095.0, 8857.0, 9123.0, 9063.0, 9080.0, 9075.0, 9047.0, 9088.0, 9043.0, 9090.0, 9072.0, 9014.0, 9026.0, 9020.0, 9078.0, 9052.0, 9078.0, 9058.0, 9017.0, 9026.0, 8995.0, 9020.0, 9002.0, 9049.0, 8976.0, 8995.0, 9011.0, 9020.0, 9039.0, 9044.0, 9027.0, 9096.0, 9028.0, 9096.0, 9042.0, 9081.0, 9072.0, 9040.0, 9037.0, 9007.0, 9034.0, 9028.0, 9081.0, 9039.0, 9033.0, 8995.0, 9012.0, 9028.0, 9036.0, 9105.0, 9067.0, 9075.0, 9035.0, 9065.0, 9057.0, 9088.0, 9083.0, 9036.0, 9087.0, 9034.0, 9107.0, 9073.0, 9073.0, 9065.0, 8998.0, 9081.0, 9009.0, 8964.0, 8996.0, 8960.0, 8928.0, 8975.0, 9014.0, 9060.0, 9049.0, 9018.0, 9099.0, 9046.0, 9078.0, 9083.0, 9103.0, 9123.0, 9074.0, 9106.0, 9091.0, 9094.0, 9048.0, 9038.0, 9027.0, 9012.0, 8996.0, 8979.0, 8962.0, 8962.0, 9018.0, 8985.0, 9052.0, 8977.0, 8966.0, 8996.0, 8973.0, 9034.0, 9005.0, 9032.0, 9000.0, 8985.0, 9026.0, 9045.0, 9019.0, 8960.0, 9014.0, 9043.0, 9009.0, 9005.0, 8981.0, 9005.0, 9051.0, 9006.0, 9028.0, 9018.0, 9016.0, 9127.0, 9090.0, 9011.0, 9082.0, 9031.0, 9084.0, 9000.0, 9025.0, 9130.0, 9094.0, 9024.0, 9052.0, 9026.0, 9096.0, 9041.0, 9019.0, 9084.0, 9025.0, 9030.0, 9075.0, 9041.0, 9152.0, 9113.0, 9061.0, 9097.0, 9021.0, 9108.0, 9082.0, 9129.0, 9084.0, 9106.0, 9071.0, 9079.0, 9046.0, 9064.0, 9047.0, 9028.0, 9002.0, 8966.0, 8996.0, 8993.0, 9025.0, 9012.0, 9067.0, 9029.0, 9033.0, 9021.0, 9003.0, 9055.0, 9021.0, 9085.0, 9031.0, 9067.0, 9023.0, 9070.0, 8998.0, 9074.0, 9030.0, 9103.0, 9005.0, 9083.0, 9003.0, 9066.0, 9023.0, 9096.0, 9040.0, 9042.0, 9095.0, 9045.0, 9082.0, 9067.0, 9099.0, 9091.0, 9057.0, 8999.0, 9023.0, 9004.0, 9014.0, 9059.0, 9039.0, 8979.0, 9018.0, 8980.0, 9024.0, 9000.0, 9031.0, 8989.0, 9043.0, 9006.0, 9063.0, 9026.0, 9080.0, 9027.0, 9105.0, 9022.0, 9084.0, 9020.0, 9071.0, 9043.0, 9107.0, 9051.0, 9115.0, 9042.0, 9124.0, 9053.0, 9125.0, 9036.0, 9118.0, 8996.0, 9059.0, 8966.0, 9077.0, 8999.0, 9053.0, 9001.0, 9050.0, 8999.0, 9048.0, 9021.0, 9065.0, 9026.0, 9092.0, 9041.0, 9096.0, 9049.0, 9136.0, 9081.0, 9113.0, 9070.0, 9142.0, 9070.0, 9141.0, 9111.0, 9114.0, 9059.0, 9100.0, 9054.0, 9111.0, 9072.0, 9074.0, 8993.0, 8993.0, 9022.0, 8986.0, 9103.0, 9048.0, 9052.0, 8996.0, 8996.0, 9041.0, 9014.0, 9112.0, 9036.0, 9095.0, 9066.0, 9060.0, 9045.0, 9015.0, 9031.0, 8979.0, 9021.0, 8955.0, 9040.0, 8971.0, 9051.0, 8982.0, 9048.0, 8969.0, 9027.0, 8993.0, 8993.0, 9005.0, 8972.0, 9017.0, 8963.0, 9020.0, 9000.0, 9048.0, 9015.0, 9082.0, 9013.0, 9042.0, 9017.0, 9025.0, 9051.0, 9013.0, 9093.0, 9025.0, 9109.0, 9049.0, 9124.0, 9086.0, 9090.0, 9053.0, 9075.0, 9067.0, 9081.0, 9089.0, 9103.0, 9052.0, 9007.0, 9050.0, 9008.0, 9070.0, 9047.0, 9083.0, 9028.0, 9067.0, 9050.0, 9114.0, 9052.0, 9117.0, 9072.0, 9068.0, 9094.0, 9052.0, 9135.0, 9070.0, 9168.0, 9123.0, 9146.0, 9111.0, 9142.0, 9108.0, 9144.0, 9090.0, 9111.0, 9036.0, 9097.0, 8991.0, 9064.0, 8974.0, 9074.0, 8989.0, 9055.0, 8992.0, 9054.0, 8988.0, 9059.0, 9000.0, 9059.0, 8997.0, 9030.0, 9012.0, 9039.0, 9022.0, 9007.0, 9053.0, 9022.0, 9061.0, 9027.0, 9098.0, 9030.0, 9124.0, 9064.0, 9126.0, 9045.0, 9110.0, 9026.0, 9105.0, 9017.0, 9076.0, 8987.0, 9042.0, 8987.0, 9067.0, 9006.0, 9056.0, 9017.0, 9046.0, 9016.0, 9088.0, 9045.0, 9143.0, 9063.0, 9104.0, 9009.0, 9074.0, 8977.0, 9050.0, 8983.0, 9049.0, 9036.0, 9050.0, 9000.0, 9031.0, 9056.0, 9046.0, 9094.0, 9048.0, 9037.0, 9097.0, 9080.0, 9050.0, 9111.0, 9070.0, 9093.0, 9054.0, 9062.0, 9032.0, 8995.0, 8998.0, 8974.0, 9047.0, 8970.0, 9027.0, 8988.0, 9015.0, 8988.0, 8976.0, 9013.0, 8950.0, 9047.0, 9008.0, 8965.0, 9057.0, 8957.0, 9017.0, 9035.0, 8966.0, 9047.0, 8961.0, 8961.0, 8988.0, 8886.0, 8877.0, 9124.0, 9012.0, 9082.0, 9000.0, 8909.0, 8921.0, 8905.0, 8927.0, 8843.0, 8913.0, 9007.0, 9022.0, 8964.0, 9068.0, 9010.0, 8968.0, 9053.0, 8986.0, 8990.0, 9057.0, 8988.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.008950199134199135</td></tr>
<tr><td colspan=3>aqi</td><td>0.07664141073593073</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.59514305542462</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.163729239982668</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0683201802946263</td></tr>
<tr><td colspan=3>efc</td><td>0.4581</td></tr>
<tr><td colspan=3>fber</td><td>4853.8374</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2869262064075305</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>520</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>45.02164502164502</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.790165798726823</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.706152753662109</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9748928381639366</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.689451804354424</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104635</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009193932637572289</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02811618708074093</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6145085821538046</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>27.3503</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.926</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.2438</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309644.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>823.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.7516</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3654</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.886</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3289.8192</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.8055</td></tr>
<tr><td colspan=3>tsnr</td><td>21.66703854408115</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>