<?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-0104_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-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0104/figures/sub-0104_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-0104/figures/sub-0104_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_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-0104/ses-02/func/sub-0104_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>9e82e5487b40233c3c95449e661e89be</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>14:40:8.785000</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.99878, -0.0442532, -0.0219296, 0.0436076, 0.998625, -0.0290892]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100497</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7760, -7242, 339, -143, -174, -47, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5e31e50c-6326-453a-b547-7cd19f59caf7||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.679652690887451, 0.11699603497982025, -0.06260424107313156, 106.34266662597656], [0.11872796714305878, 2.6792383193969727, -0.07586295902729034, -105.38307189941406], [-0.05883555859327316, 0.07804416865110397, 2.6982078552246094, -77.63072967529297], [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': ['144008.785000', '144009.245000', '144009.705000', '144010.165000', '144010.625000', '144011.085000', '144011.545000', '144012.005000', '144012.465000', '144012.925000', '144013.385000', '144013.845000', '144014.305000', '144014.765000', '144015.225000', '144015.685000', '144016.145000', '144016.605000', '144017.065000', '144017.525000', '144017.985000', '144018.445000', '144018.905000', '144019.365000', '144019.825000', '144020.285000', '144020.745000', '144021.205000', '144021.665000', '144022.125000', '144022.585000', '144023.045000', '144023.505000', '144023.965000', '144024.425000', '144024.885000', '144025.345000', '144025.805000', '144026.265000', '144026.725000', '144027.185000', '144027.645000', '144028.105000', '144028.565000', '144029.025000', '144029.485000', '144029.945000', '144030.405000', '144030.865000', '144031.325000', '144031.785000', '144032.245000', '144032.705000', '144033.165000', '144033.625000', '144034.085000', '144034.545000', '144035.005000', '144035.465000', '144035.925000', '144036.385000', '144036.845000', '144037.305000', '144037.765000', '144038.225000', '144038.685000', '144039.145000', '144039.605000', '144040.065000', '144040.525000', '144040.985000', '144041.445000', '144041.905000', '144042.365000', '144042.825000', '144043.285000', '144043.745000', '144044.205000', '144044.665000', '144045.125000', '144045.585000', '144046.045000', '144046.505000', '144046.965000', '144047.425000', '144047.885000', '144048.345000', '144048.805000', '144049.265000', '144049.725000', '144050.185000', '144050.645000', '144051.105000', '144051.565000', '144052.025000', '144052.485000', '144052.945000', '144053.405000', '144053.865000', '144054.325000', '144054.785000', '144055.245000', '144055.705000', '144056.165000', '144056.625000', '144057.085000', '144057.545000', '144058.005000', '144058.465000', '144058.925000', '144059.385000', '144059.845000', '144100.305000', '144100.765000', '144101.225000', '144101.685000', '144102.145000', '144102.605000', '144103.065000', '144103.525000', '144103.985000', '144104.445000', '144104.905000', '144105.365000', '144105.825000', '144106.285000', '144106.745000', '144107.205000', '144107.665000', '144108.125000', '144108.585000', '144109.045000', '144109.505000', '144109.965000', '144110.425000', '144110.885000', '144111.345000', '144111.805000', '144112.265000', '144112.725000', '144113.185000', '144113.645000', '144114.105000', '144114.565000', '144115.025000', '144115.485000', '144115.945000', '144116.405000', '144116.865000', '144117.325000', '144117.785000', '144118.245000', '144118.705000', '144119.165000', '144119.625000', '144120.085000', '144120.545000', '144121.005000', '144121.465000', '144121.925000', '144122.385000', '144122.845000', '144123.305000', '144123.765000', '144124.225000', '144124.685000', '144125.145000', '144125.605000', '144126.065000', '144126.525000', '144126.985000', '144127.445000', '144127.905000', '144128.365000', '144128.825000', '144129.285000', '144129.745000', '144130.205000', '144130.665000', '144131.125000', '144131.585000', '144132.045000', '144132.505000', '144132.965000', '144133.425000', '144133.885000', '144134.345000', '144134.805000', '144135.265000', '144135.725000', '144136.185000', '144136.645000', '144137.105000', '144137.565000', '144138.025000', '144138.485000', '144138.945000', '144139.405000', '144139.865000', '144140.325000', '144140.785000', '144141.245000', '144141.705000', '144142.165000', '144142.625000', '144143.085000', '144143.545000', '144144.005000', '144144.465000', '144144.925000', '144145.385000', '144145.845000', '144146.305000', '144146.765000', '144147.225000', '144147.685000', '144148.145000', '144148.605000', '144149.065000', '144149.525000', '144149.985000', '144150.445000', '144150.905000', '144151.365000', '144151.825000', '144152.285000', '144152.745000', '144153.205000', '144153.665000', '144154.125000', '144154.585000', '144155.045000', '144155.505000', '144155.965000', '144156.425000', '144156.885000', '144157.345000', '144157.805000', '144158.265000', '144158.725000', '144159.185000', '144159.645000', '144200.105000', '144200.565000', '144201.025000', '144201.485000', '144201.945000', '144202.405000', '144202.865000', '144203.325000', '144203.785000', '144204.245000', '144204.705000', '144205.165000', '144205.625000', '144206.085000', '144206.545000', '144207.005000', '144207.465000', '144207.925000', '144208.385000', '144208.845000', '144209.305000', '144209.765000', '144210.225000', '144210.685000', '144211.145000', '144211.605000', '144212.065000', '144212.525000', '144212.985000', '144213.445000', '144213.905000', '144214.365000', '144214.825000', '144215.285000', '144215.745000', '144216.205000', '144216.665000', '144217.125000', '144217.585000', '144218.045000', '144218.505000', '144218.965000', '144219.425000', '144219.885000', '144220.345000', '144220.805000', '144221.265000', '144221.725000', '144222.185000', '144222.645000', '144223.105000', '144223.565000', '144224.025000', '144224.485000', '144224.945000', '144225.405000', '144225.865000', '144226.325000', '144226.785000', '144227.245000', '144227.705000', '144228.165000', '144228.625000', '144229.085000', '144229.545000', '144230.005000', '144230.465000', '144230.925000', '144231.385000', '144231.845000', '144232.305000', '144232.765000', '144233.225000', '144233.685000', '144234.145000', '144234.605000', '144235.065000', '144235.525000', '144235.985000', '144236.445000', '144236.905000', '144237.365000', '144237.825000', '144238.285000', '144238.745000', '144239.205000', '144239.665000', '144240.125000', '144240.585000', '144241.045000', '144241.505000', '144241.965000', '144242.425000', '144242.885000', '144243.345000', '144243.805000', '144244.265000', '144244.725000', '144245.185000', '144245.645000', '144246.105000', '144246.565000', '144247.025000', '144247.485000', '144247.945000', '144248.405000', '144248.865000', '144249.325000', '144249.785000', '144250.245000', '144250.705000', '144251.165000', '144251.625000', '144252.085000', '144252.545000', '144253.005000', '144253.465000', '144253.925000', '144254.385000', '144254.845000', '144255.305000', '144255.765000', '144256.225000', '144256.685000', '144257.145000', '144257.605000', '144258.065000', '144258.525000', '144258.985000', '144259.445000', '144259.905000', '144300.365000', '144300.825000', '144301.285000', '144301.745000', '144302.205000', '144302.665000', '144303.125000', '144303.585000', '144304.045000', '144304.505000', '144304.965000', '144305.425000', '144305.885000', '144306.345000', '144306.805000', '144307.265000', '144307.725000', '144308.185000', '144308.645000', '144309.105000', '144309.565000', '144310.025000', '144310.485000', '144310.945000', '144311.405000', '144311.865000', '144312.325000', '144312.785000', '144313.245000', '144313.705000', '144314.165000', '144314.625000', '144315.085000', '144315.545000', '144316.005000', '144316.465000', '144316.925000', '144317.385000', '144317.845000', '144318.305000', '144318.765000', '144319.225000', '144319.685000', '144320.145000', '144320.605000', '144321.065000', '144321.525000', '144321.985000', '144322.445000', '144322.905000', '144323.365000', '144323.825000', '144324.285000', '144324.745000', '144325.205000', '144325.665000', '144326.125000', '144326.585000', '144327.045000', '144327.505000', '144327.965000', '144328.425000', '144328.885000', '144329.345000', '144329.805000', '144330.265000', '144330.725000', '144331.185000', '144331.645000', '144332.105000', '144332.565000', '144333.025000', '144333.485000', '144333.945000', '144334.405000', '144334.865000', '144335.325000', '144335.785000', '144336.245000', '144336.705000', '144337.165000', '144337.625000', '144338.085000', '144338.545000', '144339.005000', '144339.465000', '144339.925000', '144340.385000', '144340.845000', '144341.305000', '144341.765000', '144342.225000', '144342.685000', '144343.145000', '144343.605000', '144344.065000', '144344.525000', '144344.985000', '144345.445000', '144345.905000', '144346.365000', '144346.825000', '144347.285000', '144347.745000', '144348.205000', '144348.665000', '144349.125000', '144349.585000', '144350.045000', '144350.505000', '144350.965000', '144351.425000', '144351.885000', '144352.345000', '144352.805000', '144353.265000', '144353.725000', '144354.185000', '144354.645000', '144355.105000', '144355.565000', '144356.025000', '144356.485000', '144356.945000', '144357.405000', '144357.865000', '144358.325000', '144358.785000', '144359.245000', '144359.705000', '144400.165000', '144400.625000', '144401.085000', '144401.545000', '144402.005000', '144402.465000', '144402.925000', '144403.385000', '144403.845000', '144404.305000', '144404.765000', '144405.225000', '144405.685000', '144406.145000', '144406.605000', '144407.065000', '144407.525000', '144407.985000', '144408.445000', '144408.905000', '144409.365000', '144409.825000', '144410.285000', '144410.745000', '144411.205000', '144411.665000', '144412.125000', '144412.585000', '144413.045000', '144413.505000', '144413.965000', '144414.425000', '144414.885000', '144415.345000', '144415.805000', '144416.265000', '144416.725000', '144417.185000', '144417.645000', '144418.105000', '144418.565000', '144419.025000', '144419.485000', '144419.945000', '144420.405000', '144420.865000', '144421.325000', '144421.785000', '144422.245000', '144422.705000', '144423.165000', '144423.625000', '144424.085000', '144424.545000', '144425.005000', '144425.465000', '144425.925000', '144426.385000', '144426.845000', '144427.305000', '144427.765000', '144428.225000', '144428.685000', '144429.145000', '144429.605000', '144430.065000', '144430.525000', '144430.985000', '144431.445000', '144431.905000', '144432.365000', '144432.825000', '144433.285000', '144433.745000', '144434.205000', '144434.665000', '144435.125000', '144435.585000', '144436.045000', '144436.505000', '144436.965000', '144437.425000', '144437.885000', '144438.345000', '144438.805000', '144439.265000', '144439.725000', '144440.185000', '144440.645000', '144441.105000', '144441.565000', '144442.025000', '144442.485000', '144442.945000', '144443.405000', '144443.865000', '144444.325000', '144444.785000', '144445.245000', '144445.705000', '144446.165000', '144446.625000', '144447.085000', '144447.545000', '144448.005000', '144448.465000', '144448.925000', '144449.385000', '144449.845000', '144450.305000', '144450.765000', '144451.225000', '144451.685000', '144452.145000', '144452.605000', '144453.065000', '144453.525000', '144453.985000', '144454.445000', '144454.905000', '144455.365000', '144455.825000', '144456.285000', '144456.745000', '144457.205000', '144457.665000', '144458.125000', '144458.585000', '144459.045000', '144459.505000', '144459.965000', '144500.425000', '144500.885000', '144501.345000', '144501.805000', '144502.265000', '144502.725000', '144503.185000', '144503.645000', '144504.105000', '144504.565000', '144505.025000', '144505.485000', '144505.945000', '144506.405000', '144506.865000', '144507.325000', '144507.785000', '144508.245000', '144508.705000', '144509.165000', '144509.625000', '144510.085000', '144510.545000', '144511.005000', '144511.465000', '144511.925000', '144512.385000', '144512.845000', '144513.305000', '144513.765000', '144514.225000', '144514.685000', '144515.145000', '144515.605000', '144516.065000', '144516.525000', '144516.985000', '144517.445000', '144517.905000', '144518.365000', '144518.825000', '144519.285000', '144519.745000', '144520.205000', '144520.665000', '144521.125000', '144521.585000', '144522.045000', '144522.505000', '144522.965000', '144523.425000', '144523.885000', '144524.345000', '144524.805000', '144525.265000', '144525.725000', '144526.185000', '144526.645000', '144527.105000', '144527.565000', '144528.025000', '144528.485000', '144528.945000', '144529.405000', '144529.865000', '144530.325000', '144530.785000', '144531.245000', '144531.705000', '144532.165000', '144532.625000', '144533.085000', '144533.545000', '144534.005000', '144534.465000', '144534.925000', '144535.385000', '144535.845000', '144536.305000', '144536.765000', '144537.225000', '144537.685000', '144538.145000', '144538.605000', '144539.065000', '144539.525000', '144539.985000', '144540.445000', '144540.905000', '144541.365000', '144541.825000', '144542.285000', '144542.745000', '144543.205000', '144543.665000', '144544.125000', '144544.585000', '144545.045000', '144545.505000', '144545.965000', '144546.425000', '144546.885000', '144547.345000', '144547.805000', '144548.265000', '144548.725000', '144549.185000', '144549.645000', '144550.105000', '144550.565000', '144551.025000', '144551.485000', '144551.945000', '144552.405000', '144552.865000', '144553.325000', '144553.785000', '144554.245000', '144554.705000', '144555.165000', '144555.625000', '144556.085000', '144556.545000', '144557.005000', '144557.465000', '144557.925000', '144558.385000', '144558.845000', '144559.305000', '144559.765000', '144600.225000', '144600.685000', '144601.145000', '144601.605000', '144602.065000', '144602.525000', '144602.985000', '144603.445000', '144603.905000', '144604.365000', '144604.825000', '144605.285000', '144605.745000', '144606.205000', '144606.665000', '144607.125000', '144607.585000', '144608.045000', '144608.505000', '144608.965000', '144609.425000', '144609.885000', '144610.345000', '144610.805000', '144611.265000', '144611.725000', '144612.185000', '144612.645000', '144613.105000', '144613.565000', '144614.025000', '144614.485000', '144614.945000', '144615.405000', '144615.865000', '144616.325000', '144616.785000', '144617.245000', '144617.705000', '144618.165000', '144618.625000', '144619.085000', '144619.545000', '144620.005000', '144620.465000', '144620.925000', '144621.385000', '144621.845000', '144622.305000', '144622.765000', '144623.225000', '144623.685000', '144624.145000', '144624.605000', '144625.065000', '144625.525000', '144625.985000', '144626.445000', '144626.905000', '144627.365000', '144627.825000', '144628.285000', '144628.745000', '144629.205000', '144629.665000', '144630.125000', '144630.585000', '144631.045000', '144631.505000', '144631.965000', '144632.425000', '144632.885000', '144633.345000', '144633.805000', '144634.265000', '144634.725000', '144635.185000', '144635.645000', '144636.105000', '144636.565000', '144637.025000', '144637.485000', '144637.945000', '144638.405000', '144638.865000', '144639.325000', '144639.785000', '144640.245000', '144640.705000', '144641.165000', '144641.625000', '144642.085000', '144642.545000', '144643.005000', '144643.465000', '144643.925000', '144644.385000', '144644.845000', '144645.305000', '144645.765000', '144646.225000', '144646.685000', '144647.145000', '144647.605000', '144648.065000', '144648.525000', '144648.985000', '144649.445000', '144649.905000', '144650.365000', '144650.825000', '144651.285000', '144651.745000', '144652.205000', '144652.665000', '144653.125000', '144653.585000', '144654.045000', '144654.505000', '144654.965000', '144655.425000', '144655.885000', '144656.345000', '144656.805000', '144657.265000', '144657.725000', '144658.185000', '144658.645000', '144659.105000', '144659.565000', '144700.025000', '144700.485000', '144700.945000', '144701.405000', '144701.865000', '144702.325000', '144702.785000', '144703.245000', '144703.705000', '144704.165000', '144704.625000', '144705.085000', '144705.545000', '144706.005000', '144706.465000', '144706.925000', '144707.385000', '144707.845000', '144708.305000', '144708.765000', '144709.225000', '144709.685000', '144710.145000', '144710.605000', '144711.065000', '144711.525000', '144711.985000', '144712.445000', '144712.905000', '144713.365000', '144713.825000', '144714.285000', '144714.745000', '144715.205000', '144715.665000', '144716.125000', '144716.585000', '144717.045000', '144717.505000', '144717.965000', '144718.425000', '144718.885000', '144719.345000', '144719.805000', '144720.265000', '144720.725000', '144721.185000', '144721.645000', '144722.105000', '144722.565000', '144723.025000', '144723.485000', '144723.945000', '144724.405000', '144724.865000', '144725.325000', '144725.785000', '144726.245000', '144726.705000', '144727.165000', '144727.625000', '144728.085000', '144728.545000', '144729.005000', '144729.465000', '144729.925000', '144730.385000', '144730.845000', '144731.305000', '144731.765000', '144732.225000', '144732.685000', '144733.145000', '144733.605000', '144734.065000', '144734.525000', '144734.985000', '144735.445000', '144735.905000', '144736.365000', '144736.825000', '144737.285000', '144737.745000', '144738.205000', '144738.665000', '144739.125000', '144739.585000', '144740.045000', '144740.505000', '144740.965000', '144741.425000', '144741.885000', '144742.345000', '144742.805000', '144743.265000', '144743.725000', '144744.185000', '144744.645000', '144745.105000', '144745.565000', '144746.025000', '144746.485000', '144746.945000', '144747.405000', '144747.865000', '144748.325000', '144748.785000', '144749.245000', '144749.705000', '144750.165000', '144750.625000', '144751.085000', '144751.545000', '144752.005000', '144752.465000', '144752.925000', '144753.385000', '144753.845000', '144754.305000', '144754.765000', '144755.225000', '144755.685000', '144756.145000', '144756.605000', '144757.065000', '144757.525000', '144757.985000', '144758.445000', '144758.905000', '144759.365000', '144759.825000', '144800.285000', '144800.745000', '144801.205000', '144801.665000', '144802.125000', '144802.585000', '144803.045000', '144803.505000', '144803.965000', '144804.425000', '144804.885000', '144805.345000', '144805.805000', '144806.265000', '144806.725000', '144807.185000', '144807.645000', '144808.105000', '144808.565000', '144809.025000', '144809.485000', '144809.945000', '144810.405000', '144810.865000', '144811.325000', '144811.785000', '144812.245000', '144812.705000', '144813.165000', '144813.625000', '144814.085000', '144814.545000', '144815.005000', '144815.465000', '144815.925000', '144816.385000', '144816.845000', '144817.305000', '144817.765000', '144818.225000', '144818.685000', '144819.145000', '144819.605000', '144820.065000', '144820.525000', '144820.985000', '144821.445000', '144821.905000', '144822.365000', '144822.825000', '144823.285000', '144823.745000', '144824.205000', '144824.665000', '144825.125000', '144825.585000', '144826.045000', '144826.505000', '144826.965000', '144827.425000', '144827.885000', '144828.345000', '144828.805000', '144829.265000', '144829.725000', '144830.185000', '144830.645000', '144831.105000', '144831.565000', '144832.025000', '144832.485000', '144832.945000', '144833.405000', '144833.865000', '144834.325000', '144834.785000', '144835.245000', '144835.705000', '144836.165000', '144836.625000', '144837.085000', '144837.545000', '144838.005000', '144838.465000', '144838.925000', '144839.385000', '144839.845000', '144840.305000', '144840.765000', '144841.225000', '144841.685000', '144842.145000', '144842.605000', '144843.065000', '144843.525000', '144843.985000', '144844.445000', '144844.905000', '144845.365000', '144845.825000', '144846.285000', '144846.745000', '144847.205000', '144847.665000', '144848.125000', '144848.585000', '144849.045000', '144849.505000', '144849.965000', '144850.425000', '144850.885000', '144851.345000', '144851.805000', '144852.265000', '144852.725000', '144853.185000', '144853.645000', '144854.105000', '144854.565000', '144855.025000', '144855.485000', '144855.945000', '144856.405000', '144856.865000', '144857.325000', '144857.785000', '144858.245000', '144858.705000', '144859.165000', '144859.625000', '144900.085000'], 'ContentTime': ['144023.770000', '144023.773000', '144023.775000', '144023.778000', '144023.781000', '144023.783000', '144023.786000', '144023.789000', '144023.796000', '144023.799000', '144023.802000', '144023.804000', '144023.807000', '144023.810000', '144023.812000', '144023.815000', '144023.817000', '144023.820000', '144023.823000', '144023.825000', '144023.828000', '144023.831000', '144023.834000', '144023.836000', '144023.839000', '144023.848000', '144023.850000', '144023.853000', '144023.855000', '144023.858000', '144043.736000', '144043.739000', '144043.742000', '144043.744000', '144043.747000', '144043.749000', '144043.752000', '144043.754000', '144043.757000', '144043.760000', '144043.762000', '144043.765000', '144043.767000', '144043.770000', '144043.772000', '144043.775000', '144043.778000', '144043.780000', '144043.783000', '144043.785000', '144043.788000', '144043.791000', '144043.793000', '144043.796000', '144043.798000', '144043.801000', '144043.804000', '144043.806000', '144043.809000', '144043.811000', '144043.814000', '144043.816000', '144043.819000', '144043.822000', '144043.824000', '144043.827000', '144043.829000', '144043.832000', '144043.834000', '144043.837000', '144043.840000', '144043.842000', '144043.845000', '144043.847000', '144103.737000', '144103.740000', '144103.743000', '144103.745000', '144103.748000', '144103.750000', '144103.753000', '144103.756000', '144103.764000', '144103.767000', '144103.769000', '144103.772000', '144103.775000', '144103.777000', '144103.780000', '144103.782000', '144103.785000', '144103.787000', '144103.790000', '144103.792000', '144103.795000', '144103.798000', '144103.800000', '144103.803000', '144103.805000', '144103.808000', '144103.810000', '144103.813000', '144103.816000', '144103.819000', '144103.822000', '144103.825000', '144103.827000', '144103.830000', '144103.833000', '144103.835000', '144103.838000', '144103.840000', '144103.843000', '144103.846000', '144103.848000', '144103.851000', '144103.853000', '144123.737000', '144123.740000', '144123.743000', '144123.745000', '144123.748000', '144123.750000', '144123.753000', '144123.756000', '144123.758000', '144123.761000', '144123.764000', '144123.766000', '144123.769000', '144123.771000', '144123.774000', '144123.777000', '144123.779000', '144123.782000', '144123.784000', '144123.787000', '144123.790000', '144123.792000', '144123.795000', '144123.797000', '144123.800000', '144123.803000', '144123.805000', '144123.808000', '144123.810000', '144123.813000', '144123.815000', '144123.818000', '144123.820000', '144123.823000', '144123.826000', '144123.828000', '144123.831000', '144123.834000', '144123.836000', '144123.839000', '144123.841000', '144123.844000', '144123.847000', '144123.849000', '144143.738000', '144143.740000', '144143.743000', '144143.746000', '144143.748000', '144143.751000', '144143.753000', '144143.756000', '144143.770000', '144143.772000', '144143.775000', '144143.777000', '144143.780000', '144143.783000', '144143.785000', '144143.788000', '144143.791000', '144143.793000', '144143.796000', '144143.798000', '144143.801000', '144143.804000', '144143.806000', '144143.809000', '144143.812000', '144143.814000', '144143.817000', '144143.820000', '144143.822000', '144143.825000', '144143.828000', '144143.830000', '144143.833000', '144143.836000', '144143.838000', '144143.841000', '144143.844000', '144143.846000', '144143.849000', '144143.851000', '144143.854000', '144143.856000', '144143.859000', '144203.737000', '144203.740000', '144203.743000', '144203.745000', '144203.748000', '144203.750000', '144203.753000', '144203.756000', '144203.759000', '144203.761000', '144203.764000', '144203.766000', '144203.769000', '144203.771000', '144203.774000', '144203.777000', '144203.779000', '144203.782000', '144203.784000', '144203.787000', '144203.789000', '144203.792000', '144203.794000', '144203.797000', '144203.800000', '144203.802000', '144203.805000', '144203.807000', '144203.810000', '144203.812000', '144203.815000', '144203.818000', '144203.820000', '144203.823000', '144203.825000', '144203.828000', '144203.831000', '144203.833000', '144203.836000', '144203.838000', '144203.841000', '144203.844000', '144203.846000', '144203.849000', '144223.737000', '144223.740000', '144223.743000', '144223.745000', '144223.748000', '144223.750000', '144223.753000', '144223.756000', '144223.758000', '144223.761000', '144223.763000', '144223.766000', '144223.769000', '144223.771000', '144223.774000', '144223.776000', '144223.779000', '144223.782000', '144223.792000', '144223.794000', '144223.797000', '144223.799000', '144223.802000', '144223.805000', '144223.807000', '144223.810000', '144223.812000', '144223.815000', '144223.817000', '144223.820000', '144223.823000', '144223.826000', '144223.828000', '144223.831000', '144223.833000', '144223.837000', '144223.840000', '144223.842000', '144223.845000', '144223.848000', '144223.850000', '144223.853000', '144223.855000', '144243.736000', '144243.739000', '144243.742000', '144243.745000', '144243.747000', '144243.750000', '144243.753000', '144243.756000', '144243.758000', '144243.761000', '144243.764000', '144243.766000', '144243.769000', '144243.771000', '144243.774000', '144243.777000', '144243.779000', '144243.782000', '144243.784000', '144243.787000', '144243.790000', '144243.792000', '144243.795000', '144243.797000', '144243.800000', '144243.802000', '144243.805000', '144243.808000', '144243.810000', '144243.813000', '144243.815000', '144243.818000', '144243.821000', '144243.823000', '144243.826000', '144243.828000', '144243.831000', '144243.834000', '144243.836000', '144243.839000', '144243.841000', '144243.844000', '144243.846000', '144303.736000', '144303.739000', '144303.742000', '144303.744000', '144303.747000', '144303.750000', '144303.752000', '144303.755000', '144303.757000', '144303.760000', '144303.763000', '144303.765000', '144303.768000', '144303.770000', '144303.773000', '144303.776000', '144303.778000', '144303.781000', '144303.784000', '144303.786000', '144303.789000', '144303.791000', '144303.794000', '144303.797000', '144303.799000', '144303.802000', '144303.804000', '144303.807000', '144303.810000', '144303.812000', '144303.815000', '144303.817000', '144303.820000', '144303.822000', '144303.825000', '144303.828000', '144303.830000', '144303.833000', '144303.835000', '144303.838000', '144303.840000', '144303.843000', '144303.846000', '144303.848000', '144323.737000', '144323.740000', '144323.743000', '144323.745000', '144323.748000', '144323.751000', '144323.753000', '144323.756000', '144323.758000', '144323.761000', '144323.764000', '144323.766000', '144323.769000', '144323.771000', '144323.774000', '144323.777000', '144323.779000', '144323.782000', '144323.785000', '144323.787000', '144323.790000', '144323.792000', '144323.795000', '144323.798000', '144323.800000', '144323.803000', '144323.805000', '144323.808000', '144323.810000', '144323.813000', '144323.816000', '144323.818000', '144323.821000', '144323.823000', '144323.826000', '144323.829000', '144323.831000', '144323.834000', '144323.836000', '144323.839000', '144323.841000', '144323.844000', '144323.847000', '144323.849000', '144343.737000', '144343.740000', '144343.743000', '144343.746000', '144343.748000', '144343.751000', '144343.753000', '144343.756000', '144343.759000', '144343.761000', '144343.764000', '144343.766000', '144343.769000', '144343.772000', '144343.774000', '144343.777000', '144343.779000', '144343.782000', '144343.785000', '144343.787000', '144343.790000', '144343.792000', '144343.795000', '144343.798000', '144343.800000', '144343.803000', '144343.806000', '144343.808000', '144343.811000', '144343.813000', '144343.816000', '144343.819000', '144343.821000', '144343.824000', '144343.826000', '144343.829000', '144343.832000', '144343.834000', '144343.837000', '144343.839000', '144343.842000', '144343.844000', '144343.847000', '144403.738000', '144403.741000', '144403.743000', '144403.746000', '144403.749000', '144403.751000', '144403.754000', '144403.756000', '144403.759000', '144403.761000', '144403.764000', '144403.767000', '144403.769000', '144403.772000', '144403.774000', '144403.777000', '144403.780000', '144403.782000', '144403.785000', '144403.788000', '144403.790000', '144403.793000', '144403.795000', '144403.798000', '144403.800000', '144403.803000', '144403.806000', '144403.808000', '144403.811000', '144403.813000', '144403.816000', '144403.819000', '144403.827000', '144403.829000', '144403.832000', '144403.835000', '144403.837000', '144403.840000', '144403.842000', '144403.845000', '144403.847000', '144403.851000', '144403.853000', '144403.856000', '144423.737000', '144423.740000', '144423.743000', '144423.746000', '144423.748000', '144423.751000', '144423.753000', '144423.756000', '144423.759000', '144423.761000', '144423.764000', '144423.766000', '144423.769000', '144423.772000', '144423.774000', '144423.777000', '144423.780000', '144423.782000', '144423.785000', '144423.787000', '144423.790000', '144423.793000', '144423.795000', '144423.798000', '144423.800000', '144423.803000', '144423.806000', '144423.808000', '144423.811000', '144423.813000', '144423.816000', '144423.819000', '144423.821000', '144423.824000', '144423.826000', '144423.829000', '144423.832000', '144423.834000', '144423.837000', '144423.839000', '144423.842000', '144423.845000', '144423.847000', '144443.737000', '144443.740000', '144443.743000', '144443.747000', '144443.749000', '144443.752000', '144443.754000', '144443.757000', '144443.760000', '144443.762000', '144443.765000', '144443.768000', '144443.770000', '144443.773000', '144443.775000', '144443.789000', '144443.792000', '144443.795000', '144443.798000', '144443.800000', '144443.803000', '144443.805000', '144443.808000', '144443.811000', '144443.813000', '144443.816000', '144443.818000', '144443.821000', '144443.823000', '144443.826000', '144443.829000', '144443.831000', '144443.834000', '144443.836000', '144443.839000', '144443.842000', '144443.844000', '144443.847000', '144443.849000', '144443.852000', '144443.855000', '144443.857000', '144443.860000', '144443.862000', '144503.737000', '144503.739000', '144503.742000', '144503.745000', '144503.747000', '144503.750000', '144503.753000', '144503.755000', '144503.758000', '144503.760000', '144503.763000', '144503.766000', '144503.768000', '144503.771000', '144503.774000', '144503.776000', '144503.779000', '144503.781000', '144503.784000', '144503.786000', '144503.789000', '144503.792000', '144503.794000', '144503.797000', '144503.800000', '144503.802000', '144503.805000', '144503.807000', '144503.810000', '144503.813000', '144503.815000', '144503.818000', '144503.820000', '144503.823000', '144503.826000', '144503.828000', '144503.831000', '144503.833000', '144503.836000', '144503.839000', '144503.841000', '144503.844000', '144503.847000', '144523.736000', '144523.739000', '144523.742000', '144523.744000', '144523.747000', '144523.750000', '144523.752000', '144523.755000', '144523.757000', '144523.760000', '144523.763000', '144523.765000', '144523.768000', '144523.771000', '144523.773000', '144523.776000', '144523.778000', '144523.781000', '144523.783000', '144523.786000', '144523.789000', '144523.791000', '144523.794000', '144523.796000', '144523.799000', '144523.802000', '144523.804000', '144523.807000', '144523.810000', '144523.812000', '144523.815000', '144523.818000', '144523.820000', '144523.823000', '144523.826000', '144523.828000', '144523.831000', '144523.833000', '144523.836000', '144523.839000', '144523.841000', '144523.844000', '144523.847000', '144523.849000', '144543.737000', '144543.740000', '144543.743000', '144543.746000', '144543.748000', '144543.751000', '144543.753000', '144543.756000', '144543.759000', '144543.761000', '144543.764000', '144543.767000', '144543.769000', '144543.772000', '144543.775000', '144543.777000', '144543.780000', '144543.782000', '144543.785000', '144543.788000', '144543.790000', '144543.793000', '144543.796000', '144543.798000', '144543.801000', '144543.804000', '144543.806000', '144543.809000', '144543.811000', '144543.814000', '144543.817000', '144543.819000', '144543.822000', '144543.825000', '144543.827000', '144543.830000', '144543.832000', '144543.835000', '144543.837000', '144543.840000', '144543.843000', '144543.845000', '144543.848000', '144603.738000', '144603.740000', '144603.743000', '144603.746000', '144603.748000', '144603.751000', '144603.754000', '144603.756000', '144603.759000', '144603.761000', '144603.764000', '144603.767000', '144603.769000', '144603.772000', '144603.775000', '144603.777000', '144603.780000', '144603.782000', '144603.786000', '144603.789000', '144603.791000', '144603.794000', '144603.797000', '144603.799000', '144603.802000', '144603.815000', '144603.817000', '144603.820000', '144603.823000', '144603.825000', '144603.828000', '144603.832000', '144603.834000', '144603.837000', '144603.840000', '144603.843000', '144603.845000', '144603.848000', '144603.850000', '144603.853000', '144603.856000', '144603.858000', '144603.861000', '144603.863000', '144623.737000', '144623.740000', '144623.743000', '144623.746000', '144623.748000', '144623.751000', '144623.754000', '144623.756000', '144623.759000', '144623.762000', '144623.764000', '144623.767000', '144623.769000', '144623.772000', '144623.775000', '144623.777000', '144623.780000', '144623.783000', '144623.785000', '144623.788000', '144623.791000', '144623.793000', '144623.796000', '144623.798000', '144623.801000', '144623.804000', '144623.806000', '144623.809000', '144623.812000', '144623.814000', '144623.817000', '144623.819000', '144623.822000', '144623.825000', '144623.827000', '144623.830000', '144623.833000', '144623.835000', '144623.838000', '144623.840000', '144623.843000', '144623.846000', '144623.848000', '144643.737000', '144643.740000', '144643.743000', '144643.745000', '144643.748000', '144643.751000', '144643.753000', '144643.756000', '144643.759000', '144643.762000', '144643.765000', '144643.768000', '144643.770000', '144643.773000', '144643.776000', '144643.778000', '144643.781000', '144643.783000', '144643.786000', '144643.788000', '144643.791000', '144643.794000', '144643.796000', '144643.799000', '144643.802000', '144643.804000', '144643.807000', '144643.809000', '144643.812000', '144643.815000', '144643.817000', '144643.820000', '144643.822000', '144643.825000', '144643.828000', '144643.830000', '144643.833000', '144643.836000', '144643.838000', '144643.841000', '144643.844000', '144643.846000', '144643.849000', '144703.737000', '144703.740000', '144703.743000', '144703.746000', '144703.748000', '144703.751000', '144703.754000', '144703.756000', '144703.759000', '144703.761000', '144703.764000', '144703.766000', '144703.769000', '144703.772000', '144703.774000', '144703.777000', '144703.780000', '144703.782000', '144703.785000', '144703.787000', '144703.790000', '144703.793000', '144703.795000', '144703.798000', '144703.801000', '144703.803000', '144703.806000', '144703.808000', '144703.811000', '144703.814000', '144703.816000', '144703.819000', '144703.822000', '144703.824000', '144703.827000', '144703.829000', '144703.832000', '144703.835000', '144703.837000', '144703.840000', '144703.843000', '144703.845000', '144703.848000', '144703.850000', '144723.737000', '144723.740000', '144723.743000', '144723.745000', '144723.748000', '144723.750000', '144723.753000', '144723.756000', '144723.758000', '144723.761000', '144723.764000', '144723.766000', '144723.769000', '144723.771000', '144723.774000', '144723.777000', '144723.781000', '144723.783000', '144723.786000', '144723.789000', '144723.791000', '144723.794000', '144723.797000', '144723.799000', '144723.802000', '144723.805000', '144723.807000', '144723.810000', '144723.813000', '144723.815000', '144723.818000', '144723.820000', '144723.824000', '144723.827000', '144723.830000', '144723.832000', '144723.863000', '144723.866000', '144723.868000', '144723.871000', '144723.873000', '144723.876000', '144723.879000', '144743.737000', '144743.740000', '144743.742000', '144743.745000', '144743.747000', '144743.751000', '144743.753000', '144743.756000', '144743.759000', '144743.761000', '144743.764000', '144743.766000', '144743.769000', '144743.772000', '144743.774000', '144743.777000', '144743.780000', '144743.782000', '144743.785000', '144743.788000', '144743.790000', '144743.793000', '144743.795000', '144743.798000', '144743.801000', '144743.803000', '144743.806000', '144743.808000', '144743.811000', '144743.814000', '144743.816000', '144743.819000', '144743.822000', '144743.824000', '144743.827000', '144743.829000', '144743.832000', '144743.835000', '144743.837000', '144743.840000', '144743.842000', '144743.845000', '144743.848000', '144743.850000', '144803.738000', '144803.741000', '144803.743000', '144803.746000', '144803.749000', '144803.751000', '144803.754000', '144803.757000', '144803.759000', '144803.762000', '144803.765000', '144803.767000', '144803.770000', '144803.772000', '144803.775000', '144803.777000', '144803.780000', '144803.783000', '144803.786000', '144803.789000', '144803.792000', '144803.794000', '144803.797000', '144803.799000', '144803.802000', '144803.805000', '144803.807000', '144803.810000', '144803.812000', '144803.815000', '144803.817000', '144803.820000', '144803.823000', '144803.825000', '144803.828000', '144803.831000', '144803.833000', '144803.836000', '144803.839000', '144803.841000', '144803.844000', '144803.846000', '144803.849000', '144823.738000', '144823.740000', '144823.743000', '144823.746000', '144823.748000', '144823.751000', '144823.753000', '144823.756000', '144823.759000', '144823.761000', '144823.764000', '144823.766000', '144823.769000', '144823.771000', '144823.774000', '144823.777000', '144823.779000', '144823.782000', '144823.784000', '144823.787000', '144823.790000', '144823.792000', '144823.795000', '144823.798000', '144823.800000', '144823.803000', '144823.805000', '144823.808000', '144823.811000', '144823.813000', '144823.816000', '144823.818000', '144823.821000', '144823.823000', '144823.826000', '144823.829000', '144823.831000', '144823.834000', '144823.836000', '144823.839000', '144823.842000', '144823.844000', '144823.847000', '144823.849000', '144843.737000', '144843.740000', '144843.743000', '144843.745000', '144843.748000', '144843.751000', '144843.753000', '144843.756000', '144843.758000', '144843.761000', '144843.764000', '144843.766000', '144843.769000', '144843.772000', '144843.774000', '144843.777000', '144843.779000', '144843.782000', '144843.785000', '144843.787000', '144843.790000', '144843.792000', '144843.795000', '144843.797000', '144843.800000', '144843.803000', '144843.805000', '144843.808000', '144843.811000', '144843.813000', '144843.816000', '144843.818000', '144843.821000', '144843.836000', '144843.838000', '144843.841000', '144843.844000', '144843.846000', '144843.849000', '144843.852000', '144843.854000', '144843.857000', '144843.859000', '144901.282000', '144901.285000', '144901.287000', '144901.290000', '144901.293000', '144901.295000', '144901.298000', '144901.300000', '144901.303000', '144901.305000', '144901.308000', '144901.311000', '144901.313000', '144901.316000', '144901.319000', '144901.321000', '144901.324000', '144901.327000', '144901.329000', '144901.332000', '144901.335000', '144901.337000', '144901.340000', '144901.343000', '144901.345000', '144901.348000', '144901.350000', '144901.353000', '144901.356000', '144901.358000', '144901.361000', '144901.363000', '144901.366000', '144901.369000', '144901.372000', '144901.374000', '144901.377000', '144901.379000', '144901.382000'], 'InstanceCreationTime': ['144023.770000', '144023.773000', '144023.775000', '144023.778000', '144023.781000', '144023.783000', '144023.786000', '144023.789000', '144023.796000', '144023.799000', '144023.802000', '144023.804000', '144023.807000', '144023.810000', '144023.812000', '144023.815000', '144023.817000', '144023.820000', '144023.823000', '144023.825000', '144023.828000', '144023.831000', '144023.834000', '144023.836000', '144023.839000', '144023.848000', '144023.850000', '144023.853000', '144023.855000', '144023.858000', '144043.736000', '144043.739000', '144043.742000', '144043.744000', '144043.747000', '144043.749000', '144043.752000', '144043.754000', '144043.757000', '144043.760000', '144043.762000', '144043.765000', '144043.767000', '144043.770000', '144043.772000', '144043.775000', '144043.778000', '144043.780000', '144043.783000', '144043.785000', '144043.788000', '144043.791000', '144043.793000', '144043.796000', '144043.798000', '144043.801000', '144043.804000', '144043.806000', '144043.809000', '144043.811000', '144043.814000', '144043.816000', '144043.819000', '144043.822000', '144043.824000', '144043.827000', '144043.829000', '144043.832000', '144043.834000', '144043.837000', '144043.840000', '144043.842000', '144043.845000', '144043.847000', '144103.737000', '144103.740000', '144103.743000', '144103.745000', '144103.748000', '144103.750000', '144103.753000', '144103.756000', '144103.764000', '144103.767000', '144103.769000', '144103.772000', '144103.775000', '144103.777000', '144103.780000', '144103.782000', '144103.785000', '144103.787000', '144103.790000', '144103.792000', '144103.795000', '144103.798000', '144103.800000', '144103.803000', '144103.805000', '144103.808000', '144103.810000', '144103.813000', '144103.816000', '144103.819000', '144103.822000', '144103.825000', '144103.827000', '144103.830000', '144103.833000', '144103.835000', '144103.838000', '144103.840000', '144103.843000', '144103.846000', '144103.848000', '144103.851000', '144103.853000', '144123.737000', '144123.740000', '144123.743000', '144123.745000', '144123.748000', '144123.750000', '144123.753000', '144123.756000', '144123.758000', '144123.761000', '144123.764000', '144123.766000', '144123.769000', '144123.771000', '144123.774000', '144123.777000', '144123.779000', '144123.782000', '144123.784000', '144123.787000', '144123.790000', '144123.792000', '144123.795000', '144123.797000', '144123.800000', '144123.803000', '144123.805000', '144123.808000', '144123.810000', '144123.813000', '144123.815000', '144123.818000', '144123.820000', '144123.823000', '144123.826000', '144123.828000', '144123.831000', '144123.834000', '144123.836000', '144123.839000', '144123.841000', '144123.844000', '144123.847000', '144123.849000', '144143.738000', '144143.740000', '144143.743000', '144143.746000', '144143.748000', '144143.751000', '144143.753000', '144143.756000', '144143.770000', '144143.772000', '144143.775000', '144143.777000', '144143.780000', '144143.783000', '144143.785000', '144143.788000', '144143.791000', '144143.793000', '144143.796000', '144143.798000', '144143.801000', '144143.804000', '144143.806000', '144143.809000', '144143.812000', '144143.814000', '144143.817000', '144143.820000', '144143.822000', '144143.825000', '144143.828000', '144143.830000', '144143.833000', '144143.836000', '144143.838000', '144143.841000', '144143.844000', '144143.846000', '144143.849000', '144143.851000', '144143.854000', '144143.856000', '144143.859000', '144203.737000', '144203.740000', '144203.743000', '144203.745000', '144203.748000', '144203.750000', '144203.753000', '144203.756000', '144203.759000', '144203.761000', '144203.764000', '144203.766000', '144203.769000', '144203.771000', '144203.774000', '144203.777000', '144203.779000', '144203.782000', '144203.784000', '144203.787000', '144203.789000', '144203.792000', '144203.794000', '144203.797000', '144203.800000', '144203.802000', '144203.805000', '144203.807000', '144203.810000', '144203.812000', '144203.815000', '144203.818000', '144203.820000', '144203.823000', '144203.825000', '144203.828000', '144203.831000', '144203.833000', '144203.836000', '144203.838000', '144203.841000', '144203.844000', '144203.846000', '144203.849000', '144223.737000', '144223.740000', '144223.743000', '144223.745000', '144223.748000', '144223.750000', '144223.753000', '144223.756000', '144223.758000', '144223.761000', '144223.763000', '144223.766000', '144223.769000', '144223.771000', '144223.774000', '144223.776000', '144223.779000', '144223.782000', '144223.792000', '144223.794000', '144223.797000', '144223.799000', '144223.802000', '144223.805000', '144223.807000', '144223.810000', '144223.812000', '144223.815000', '144223.817000', '144223.820000', '144223.823000', '144223.826000', '144223.828000', '144223.831000', '144223.833000', '144223.837000', '144223.840000', '144223.842000', '144223.845000', '144223.848000', '144223.850000', '144223.853000', '144223.855000', '144243.736000', '144243.739000', '144243.742000', '144243.745000', '144243.747000', '144243.750000', '144243.753000', '144243.756000', '144243.758000', '144243.761000', '144243.764000', '144243.766000', '144243.769000', '144243.771000', '144243.774000', '144243.777000', '144243.779000', '144243.782000', '144243.784000', '144243.787000', '144243.790000', '144243.792000', '144243.795000', '144243.797000', '144243.800000', '144243.802000', '144243.805000', '144243.808000', '144243.810000', '144243.813000', '144243.815000', '144243.818000', '144243.821000', '144243.823000', '144243.826000', '144243.828000', '144243.831000', '144243.834000', '144243.836000', '144243.839000', '144243.841000', '144243.844000', '144243.846000', '144303.736000', '144303.739000', '144303.742000', '144303.744000', '144303.747000', '144303.750000', '144303.752000', '144303.755000', '144303.757000', '144303.760000', '144303.763000', '144303.765000', '144303.768000', '144303.770000', '144303.773000', '144303.776000', '144303.778000', '144303.781000', '144303.784000', '144303.786000', '144303.789000', '144303.791000', '144303.794000', '144303.797000', '144303.799000', '144303.802000', '144303.804000', '144303.807000', '144303.810000', '144303.812000', '144303.815000', '144303.817000', '144303.820000', '144303.822000', '144303.825000', '144303.828000', '144303.830000', '144303.833000', '144303.835000', '144303.838000', '144303.840000', '144303.843000', '144303.846000', '144303.848000', '144323.737000', '144323.740000', '144323.743000', '144323.745000', '144323.748000', '144323.751000', '144323.753000', '144323.756000', '144323.758000', '144323.761000', '144323.764000', '144323.766000', '144323.769000', '144323.771000', '144323.774000', '144323.777000', '144323.779000', '144323.782000', '144323.785000', '144323.787000', '144323.790000', '144323.792000', '144323.795000', '144323.798000', '144323.800000', '144323.803000', '144323.805000', '144323.808000', '144323.810000', '144323.813000', '144323.816000', '144323.818000', '144323.821000', '144323.823000', '144323.826000', '144323.829000', '144323.831000', '144323.834000', '144323.836000', '144323.839000', '144323.841000', '144323.844000', '144323.847000', '144323.849000', '144343.737000', '144343.740000', '144343.743000', '144343.746000', '144343.748000', '144343.751000', '144343.753000', '144343.756000', '144343.759000', '144343.761000', '144343.764000', '144343.766000', '144343.769000', '144343.772000', '144343.774000', '144343.777000', '144343.779000', '144343.782000', '144343.785000', '144343.787000', '144343.790000', '144343.792000', '144343.795000', '144343.798000', '144343.800000', '144343.803000', '144343.806000', '144343.808000', '144343.811000', '144343.813000', '144343.816000', '144343.819000', '144343.821000', '144343.824000', '144343.826000', '144343.829000', '144343.832000', '144343.834000', '144343.837000', '144343.839000', '144343.842000', '144343.844000', '144343.847000', '144403.738000', '144403.741000', '144403.743000', '144403.746000', '144403.749000', '144403.751000', '144403.754000', '144403.756000', '144403.759000', '144403.761000', '144403.764000', '144403.767000', '144403.769000', '144403.772000', '144403.774000', '144403.777000', '144403.780000', '144403.782000', '144403.785000', '144403.788000', '144403.790000', '144403.793000', '144403.795000', '144403.798000', '144403.800000', '144403.803000', '144403.806000', '144403.808000', '144403.811000', '144403.813000', '144403.816000', '144403.819000', '144403.827000', '144403.829000', '144403.832000', '144403.835000', '144403.837000', '144403.840000', '144403.842000', '144403.845000', '144403.847000', '144403.851000', '144403.853000', '144403.856000', '144423.737000', '144423.740000', '144423.743000', '144423.746000', '144423.748000', '144423.751000', '144423.753000', '144423.756000', '144423.759000', '144423.761000', '144423.764000', '144423.766000', '144423.769000', '144423.772000', '144423.774000', '144423.777000', '144423.780000', '144423.782000', '144423.785000', '144423.787000', '144423.790000', '144423.793000', '144423.795000', '144423.798000', '144423.800000', '144423.803000', '144423.806000', '144423.808000', '144423.811000', '144423.813000', '144423.816000', '144423.819000', '144423.821000', '144423.824000', '144423.826000', '144423.829000', '144423.832000', '144423.834000', '144423.837000', '144423.839000', '144423.842000', '144423.845000', '144423.847000', '144443.737000', '144443.740000', '144443.743000', '144443.747000', '144443.749000', '144443.752000', '144443.754000', '144443.757000', '144443.760000', '144443.762000', '144443.765000', '144443.768000', '144443.770000', '144443.773000', '144443.775000', '144443.789000', '144443.792000', '144443.795000', '144443.798000', '144443.800000', '144443.803000', '144443.805000', '144443.808000', '144443.811000', '144443.813000', '144443.816000', '144443.818000', '144443.821000', '144443.823000', '144443.826000', '144443.829000', '144443.831000', '144443.834000', '144443.836000', '144443.839000', '144443.842000', '144443.844000', '144443.847000', '144443.849000', '144443.852000', '144443.855000', '144443.857000', '144443.860000', '144443.862000', '144503.737000', '144503.739000', '144503.742000', '144503.745000', '144503.747000', '144503.750000', '144503.753000', '144503.755000', '144503.758000', '144503.760000', '144503.763000', '144503.766000', '144503.768000', '144503.771000', '144503.774000', '144503.776000', '144503.779000', '144503.781000', '144503.784000', '144503.786000', '144503.789000', '144503.792000', '144503.794000', '144503.797000', '144503.800000', '144503.802000', '144503.805000', '144503.807000', '144503.810000', '144503.813000', '144503.815000', '144503.818000', '144503.820000', '144503.823000', '144503.826000', '144503.828000', '144503.831000', '144503.833000', '144503.836000', '144503.839000', '144503.841000', '144503.844000', '144503.847000', '144523.736000', '144523.739000', '144523.742000', '144523.744000', '144523.747000', '144523.750000', '144523.752000', '144523.755000', '144523.757000', '144523.760000', '144523.763000', '144523.765000', '144523.768000', '144523.771000', '144523.773000', '144523.776000', '144523.778000', '144523.781000', '144523.783000', '144523.786000', '144523.789000', '144523.791000', '144523.794000', '144523.796000', '144523.799000', '144523.802000', '144523.804000', '144523.807000', '144523.810000', '144523.812000', '144523.815000', '144523.818000', '144523.820000', '144523.823000', '144523.826000', '144523.828000', '144523.831000', '144523.833000', '144523.836000', '144523.839000', '144523.841000', '144523.844000', '144523.847000', '144523.849000', '144543.737000', '144543.740000', '144543.743000', '144543.746000', '144543.748000', '144543.751000', '144543.753000', '144543.756000', '144543.759000', '144543.761000', '144543.764000', '144543.767000', '144543.769000', '144543.772000', '144543.775000', '144543.777000', '144543.780000', '144543.782000', '144543.785000', '144543.788000', '144543.790000', '144543.793000', '144543.796000', '144543.798000', '144543.801000', '144543.804000', '144543.806000', '144543.809000', '144543.811000', '144543.814000', '144543.817000', '144543.819000', '144543.822000', '144543.825000', '144543.827000', '144543.830000', '144543.832000', '144543.835000', '144543.837000', '144543.840000', '144543.843000', '144543.845000', '144543.848000', '144603.738000', '144603.740000', '144603.743000', '144603.746000', '144603.748000', '144603.751000', '144603.754000', '144603.756000', '144603.759000', '144603.761000', '144603.764000', '144603.767000', '144603.769000', '144603.772000', '144603.775000', '144603.777000', '144603.780000', '144603.782000', '144603.786000', '144603.789000', '144603.791000', '144603.794000', '144603.797000', '144603.799000', '144603.802000', '144603.815000', '144603.817000', '144603.820000', '144603.823000', '144603.825000', '144603.828000', '144603.832000', '144603.834000', '144603.837000', '144603.840000', '144603.843000', '144603.845000', '144603.848000', '144603.850000', '144603.853000', '144603.856000', '144603.858000', '144603.861000', '144603.863000', '144623.737000', '144623.740000', '144623.743000', '144623.746000', '144623.748000', '144623.751000', '144623.754000', '144623.756000', '144623.759000', '144623.762000', '144623.764000', '144623.767000', '144623.769000', '144623.772000', '144623.775000', '144623.777000', '144623.780000', '144623.783000', '144623.785000', '144623.788000', '144623.791000', '144623.793000', '144623.796000', '144623.798000', '144623.801000', '144623.804000', '144623.806000', '144623.809000', '144623.812000', '144623.814000', '144623.817000', '144623.819000', '144623.822000', '144623.825000', '144623.827000', '144623.830000', '144623.833000', '144623.835000', '144623.838000', '144623.840000', '144623.843000', '144623.846000', '144623.848000', '144643.737000', '144643.740000', '144643.743000', '144643.745000', '144643.748000', '144643.751000', '144643.753000', '144643.756000', '144643.759000', '144643.762000', '144643.765000', '144643.768000', '144643.770000', '144643.773000', '144643.776000', '144643.778000', '144643.781000', '144643.783000', '144643.786000', '144643.788000', '144643.791000', '144643.794000', '144643.796000', '144643.799000', '144643.802000', '144643.804000', '144643.807000', '144643.809000', '144643.812000', '144643.815000', '144643.817000', '144643.820000', '144643.822000', '144643.825000', '144643.828000', '144643.830000', '144643.833000', '144643.836000', '144643.838000', '144643.841000', '144643.844000', '144643.846000', '144643.849000', '144703.737000', '144703.740000', '144703.743000', '144703.746000', '144703.748000', '144703.751000', '144703.754000', '144703.756000', '144703.759000', '144703.761000', '144703.764000', '144703.766000', '144703.769000', '144703.772000', '144703.774000', '144703.777000', '144703.780000', '144703.782000', '144703.785000', '144703.787000', '144703.790000', '144703.793000', '144703.795000', '144703.798000', '144703.801000', '144703.803000', '144703.806000', '144703.808000', '144703.811000', '144703.814000', '144703.816000', '144703.819000', '144703.822000', '144703.824000', '144703.827000', '144703.829000', '144703.832000', '144703.835000', '144703.837000', '144703.840000', '144703.843000', '144703.845000', '144703.848000', '144703.850000', '144723.737000', '144723.740000', '144723.743000', '144723.745000', '144723.748000', '144723.750000', '144723.753000', '144723.756000', '144723.758000', '144723.761000', '144723.764000', '144723.766000', '144723.769000', '144723.771000', '144723.774000', '144723.777000', '144723.781000', '144723.783000', '144723.786000', '144723.789000', '144723.791000', '144723.794000', '144723.797000', '144723.799000', '144723.802000', '144723.805000', '144723.807000', '144723.810000', '144723.813000', '144723.815000', '144723.818000', '144723.820000', '144723.824000', '144723.827000', '144723.830000', '144723.832000', '144723.863000', '144723.866000', '144723.868000', '144723.871000', '144723.873000', '144723.876000', '144723.879000', '144743.737000', '144743.740000', '144743.742000', '144743.745000', '144743.747000', '144743.751000', '144743.753000', '144743.756000', '144743.759000', '144743.761000', '144743.764000', '144743.766000', '144743.769000', '144743.772000', '144743.774000', '144743.777000', '144743.780000', '144743.782000', '144743.785000', '144743.788000', '144743.790000', '144743.793000', '144743.795000', '144743.798000', '144743.801000', '144743.803000', '144743.806000', '144743.808000', '144743.811000', '144743.814000', '144743.816000', '144743.819000', '144743.822000', '144743.824000', '144743.827000', '144743.829000', '144743.832000', '144743.835000', '144743.837000', '144743.840000', '144743.842000', '144743.845000', '144743.848000', '144743.850000', '144803.738000', '144803.741000', '144803.743000', '144803.746000', '144803.749000', '144803.751000', '144803.754000', '144803.757000', '144803.759000', '144803.762000', '144803.765000', '144803.767000', '144803.770000', '144803.772000', '144803.775000', '144803.777000', '144803.780000', '144803.783000', '144803.786000', '144803.789000', '144803.792000', '144803.794000', '144803.797000', '144803.799000', '144803.802000', '144803.805000', '144803.807000', '144803.810000', '144803.812000', '144803.815000', '144803.817000', '144803.820000', '144803.823000', '144803.825000', '144803.828000', '144803.831000', '144803.833000', '144803.836000', '144803.839000', '144803.841000', '144803.844000', '144803.846000', '144803.849000', '144823.738000', '144823.740000', '144823.743000', '144823.746000', '144823.748000', '144823.751000', '144823.753000', '144823.756000', '144823.759000', '144823.761000', '144823.764000', '144823.766000', '144823.769000', '144823.771000', '144823.774000', '144823.777000', '144823.779000', '144823.782000', '144823.784000', '144823.787000', '144823.790000', '144823.792000', '144823.795000', '144823.798000', '144823.800000', '144823.803000', '144823.805000', '144823.808000', '144823.811000', '144823.813000', '144823.816000', '144823.818000', '144823.821000', '144823.823000', '144823.826000', '144823.829000', '144823.831000', '144823.834000', '144823.836000', '144823.839000', '144823.842000', '144823.844000', '144823.847000', '144823.849000', '144843.737000', '144843.740000', '144843.743000', '144843.745000', '144843.748000', '144843.751000', '144843.753000', '144843.756000', '144843.758000', '144843.761000', '144843.764000', '144843.766000', '144843.769000', '144843.772000', '144843.774000', '144843.777000', '144843.779000', '144843.782000', '144843.785000', '144843.787000', '144843.790000', '144843.792000', '144843.795000', '144843.797000', '144843.800000', '144843.803000', '144843.805000', '144843.808000', '144843.811000', '144843.813000', '144843.816000', '144843.818000', '144843.821000', '144843.836000', '144843.838000', '144843.841000', '144843.844000', '144843.846000', '144843.849000', '144843.852000', '144843.854000', '144843.857000', '144843.859000', '144901.282000', '144901.285000', '144901.287000', '144901.290000', '144901.293000', '144901.295000', '144901.298000', '144901.300000', '144901.303000', '144901.305000', '144901.308000', '144901.311000', '144901.313000', '144901.316000', '144901.319000', '144901.321000', '144901.324000', '144901.327000', '144901.329000', '144901.332000', '144901.335000', '144901.337000', '144901.340000', '144901.343000', '144901.345000', '144901.348000', '144901.350000', '144901.353000', '144901.356000', '144901.358000', '144901.361000', '144901.363000', '144901.366000', '144901.369000', '144901.372000', '144901.374000', '144901.377000', '144901.379000', '144901.382000'], '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': [14564, 11869, 11256, 9696, 8715, 8948, 7538, 11764, 7447, 10403, 9415, 8127, 7636, 7898, 8213, 7546, 12503, 10800, 9896, 8761, 7658, 8495, 7291, 11530, 8136, 10369, 9996, 9540, 9724, 7485, 7999, 8226, 7460, 9275, 7379, 7916, 7674, 7554, 8275, 7152, 11200, 8105, 9551, 9228, 7523, 12709, 7356, 10396, 7827, 7843, 8241, 7834, 12556, 7716, 7914, 8144, 7765, 13981, 11607, 11897, 8651, 7839, 7466, 7249, 9370, 7836, 8158, 12097, 8223, 10635, 7643, 7876, 7965, 9864, 12513, 10262, 10298, 7720, 9174, 8265, 11939, 9354, 11456, 8690, 12416, 11478, 13958, 13325, 11682, 11964, 10783, 8484, 8103, 7530, 9740, 8341, 9628, 9239, 8069, 7952, 7736, 10100, 7393, 7958, 8582, 7524, 8248, 7571, 11199, 7330, 10043, 10223, 10065, 7986, 7840, 14402, 7631, 9398, 8143, 7849, 9124, 7425, 8216, 7674, 11404, 8816, 9786, 11133, 8829, 7619, 7245, 10006, 7882, 12340, 12288, 11442, 10236, 7706, 12443, 7361, 9072, 8137, 8719, 14536, 11333, 9663, 7694, 7906, 7666, 7658, 12990, 10818, 8409, 7173, 7837, 7385, 7337, 11815, 9362, 7715, 7706, 7470, 7878, 7338, 7931, 7376, 8737, 7542, 12426, 10028, 8934, 14508, 12121, 12098, 10972, 8678, 7670, 7434, 9487, 7700, 7756, 8057, 7664, 7278, 7544, 8288, 7495, 9473, 9892, 8830, 7062, 7522, 13487, 8167, 12839, 12494, 9991, 7619, 7781, 12778, 9019, 11556, 9761, 8106, 7082, 7953, 10855, 7427, 9064, 9143, 7963, 7326, 7727, 8335, 7506, 8013, 10350, 8233, 10801, 7481, 10585, 8739, 7521, 13128, 11576, 9922, 7016, 7815, 7082, 7375, 9513, 7887, 13061, 12456, 11301, 7308, 7414, 9157, 9659, 12424, 9778, 9011, 8774, 7509, 15597, 12913, 11778, 13200, 9162, 10589, 7591, 8174, 7263, 7646, 10913, 7604, 10699, 8442, 7940, 7728, 7782, 7135, 7816, 8558, 7481, 7977, 7792, 12062, 9539, 8985, 15028, 12075, 11041, 9349, 8319, 7792, 7973, 12935, 11577, 11051, 8622, 8190, 7500, 7768, 11667, 9007, 9082, 12197, 8819, 9223, 7655, 8168, 7867, 7351, 8360, 10644, 7680, 10297, 7597, 14511, 12443, 10503, 14129, 7851, 8760, 8056, 9384, 7850, 8003, 14510, 7763, 8287, 7661, 8316, 9860, 8147, 8015, 7638, 7936, 8416, 8089, 11869, 8222, 11131, 7671, 8532, 8258, 8269, 15143, 10175, 9976, 7737, 8473, 8050, 7805, 13038, 9934, 8313, 7937, 8088, 14804, 7872, 11936, 11188, 8345, 7914, 7884, 8771, 7542, 7974, 11256, 8138, 10215, 7556, 7973, 8163, 7588, 14862, 10977, 10544, 7988, 8737, 8764, 7475, 15043, 12548, 8902, 7872, 8173, 9999, 7691, 13335, 12396, 10150, 8596, 8004, 15116, 11445, 13021, 11265, 9933, 8119, 7989, 10693, 8887, 8152, 8117, 8201, 8128, 8046, 8144, 8567, 8232, 13958, 9522, 8397, 7829, 8137, 8133, 7926, 14996, 8241, 8493, 8191, 8636, 9071, 7855, 13291, 12312, 9455, 8617, 8486, 11765, 8321, 13298, 12386, 11695, 9705, 8351, 13315, 8195, 8461, 8277, 8207, 14286, 10934, 8900, 8225, 8501, 9989, 7691, 10962, 10099, 8436, 7824, 8161, 10907, 8287, 8425, 10320, 8234, 12264, 8147, 8013, 8078, 8526, 14849, 10110, 8124, 8193, 8641, 10207, 8113, 13461, 11940, 9506, 8452, 8484, 11811, 7958, 9432, 8827, 8152, 7895, 8169, 13393, 7748, 9590, 10534, 8180, 9567, 7849, 9933, 9226, 8357, 13416, 8288, 11728, 11858, 10875, 12721, 8367, 14094, 12480, 9730, 7254, 8258, 12605, 12133, 11599, 10902, 9920, 11199, 8222, 9854, 7762, 7810, 8152, 8133, 13060, 8198, 8122, 8165, 8439, 8378, 8375, 9793, 8984, 8453, 8408, 14739, 8069, 12842, 12183, 9575, 8397, 8603, 14853, 9366, 12385, 11250, 8720, 8019, 8784, 11738, 8561, 9555, 9487, 9029, 8441, 9201, 7460, 8886, 12999, 11745, 11825, 11720, 10403, 11693, 8755, 9023, 8369, 8920, 14371, 8894, 9143, 8580, 9473, 8092, 8939, 10262, 8375, 8447, 8299, 9233, 8047, 8594, 12393, 8475, 12732, 11636, 9135, 8693, 8769, 10854, 8405, 8764, 14563, 9511, 7937, 8390, 8527, 9208, 8859, 13287, 11361, 10036, 8316, 8973, 11701, 8764, 12494, 11729, 8969, 7401, 9142, 10550, 8678, 7915, 9198, 7652, 8369, 7617, 8480, 10434, 14788, 10912, 9657, 9014, 11983, 13022, 9810, 15009, 12478, 10122, 9068, 9146, 8249, 9185, 13957, 11187, 8694, 9169, 8981, 8089, 9175, 12425, 10606, 7936, 8596, 9277, 9893, 9021, 9083, 9353, 9503, 8214, 9174, 12377, 9115, 7942, 8266, 9014, 7753, 8782, 12508, 8874, 10652, 8695, 11552, 12633, 9202, 7822, 8934, 8467, 8925, 9564, 8653, 12213, 7586, 9010, 15279, 9587, 12841, 13980, 9226, 9204, 9141, 8599, 8248, 9269, 15389, 9219, 8805, 8899, 8961, 9558, 8966, 10146, 8813, 8143, 8729, 11592, 10199, 12446, 9443, 11228, 8739, 10496, 8208, 8866, 7842, 8825, 8619, 8642, 8643, 8866, 13185, 15369, 13206, 15322, 11302, 13391, 8420, 9120, 15936, 12748, 12982, 8687, 9438, 15716, 11521, 8106, 8898, 8973, 8345, 9021, 7931, 8923, 9036, 8337, 9120, 7921, 9081, 9704, 8417, 9298, 10533, 8929, 7787, 8617, 8918, 7752, 8840, 9620, 8825, 9373, 8164, 8891, 7727, 8766, 8636, 8437, 9604, 7710, 8981, 7689, 8753, 9524, 8224, 9188, 12294, 8881, 8232, 8736, 8939, 8037, 8972, 14542, 8775, 8474, 8772, 8432, 8327, 9109, 11536, 8645, 12112, 11181, 8898, 8456, 8542, 11842, 8683, 9024, 14875, 12410, 9831, 7598, 8911, 9973, 8878, 9471, 8373, 8742, 7816, 8703, 10351, 9143, 9132, 15157, 10922, 9770, 8544, 8994, 11683, 8782, 9791, 9447, 9035, 7653, 8915, 8987, 8670, 9084, 8865, 9006, 7404, 8666, 7711, 8330, 8928, 9072, 8800, 8668, 8922, 9731, 7686, 8948, 14798, 12336, 8727, 8421, 8791, 11012, 8522, 11207, 8992, 8813, 7737, 8942, 9340, 8697, 8196, 8603, 8182, 8401, 8724, 11961, 8932, 11817, 11633, 7908, 8498, 9380, 8183, 9122, 12559, 9005, 12639, 11094, 9249, 8387, 8700, 10096, 8858, 15155, 11573, 9443, 8786, 8948, 8431, 10835, 14926, 12829, 7799, 8515, 15110, 11135, 13166, 12195, 12817, 8288, 8491, 11274, 8647, 8855, 8260, 8527, 7532, 8569, 7856, 8260, 8546, 8271, 8670, 7619, 8484, 8780, 7963, 8655, 11193, 8764, 7515, 8290, 8558, 7960, 8692, 7900, 8562, 8542, 13108, 8642, 9841, 8613, 8788, 7659, 8796, 10364, 8533, 7668, 8023, 8670, 14346, 8724, 10297, 11979, 8578, 11514, 8604, 8379, 8165, 8616, 16543, 14068, 10743, 8365, 8691, 13324, 8865, 9066, 8414, 8575, 7413, 8433, 7764, 8625, 8687, 10865, 8505, 15502, 8681, 8702, 8281, 8693, 14806, 10146, 7841, 8046, 8624, 12911, 8713, 9847, 10505, 8793, 15739, 8796, 7725, 8355, 8802, 14094, 8708, 7750, 8365, 8539, 13864, 8841, 9500, 8652, 8450, 7737, 8578, 10888, 8885, 8911, 11104, 8488, 13054, 8426, 7806, 8328, 8826, 16399, 12996, 10509, 8582, 8806, 8257, 8668, 15435, 12984, 10666, 8127, 8682, 12979, 8839, 9885, 8626, 8710, 8204, 8793, 8953, 8687, 7890, 8534, 8542, 7996, 8732, 9235, 8652, 8416, 7808, 8489, 7466, 8623, 7894, 9096, 12893, 10920, 10444, 8468, 8728, 8079, 8856, 12065, 9346, 12984, 8831, 9884, 8623, 9580, 10039, 8847, 15840, 10336, 12781, 10972, 10090, 8314, 8891, 14956, 8979, 14828, 12501, 9753, 8388, 8866, 7768, 8777, 8360, 8711, 7797, 8857, 7913, 8296, 8771, 7795, 9082, 13918, 11113, 9800, 8266, 8928, 11494, 8829, 8774, 8985, 8872, 8361, 8925, 10808, 9073, 9703, 9019, 8407, 8263, 8960, 13252, 8320, 8374, 8377, 8423, 7960, 8686, 15427, 8948, 14045, 10237, 8714, 8085, 8568, 13969, 8560, 13269, 12843, 14539, 9031, 8468, 17211, 13749, 12474, 10872, 8604, 7685, 8663, 9405, 8627, 8542, 9268, 8058, 9188, 12507, 8469, 10649, 8826, 13410, 12200, 13699, 13367, 8671, 8293, 8297, 8867, 14403, 9361, 8127, 8350, 8723, 7677, 8797, 9036, 9171, 7486, 8393, 8546, 8060, 8869, 9786, 8773, 9936, 8216, 8445, 7829, 8434, 14157, 9307, 12105, 8407, 8294, 7789, 8316, 10684, 8558, 9139, 8416, 8468, 7806, 8559, 12151, 8562, 10394, 9500, 8331, 8090, 8455, 13803], 'WindowCenter': [4367.0, 4333.0, 4306.0, 4285.0, 4251.0, 4259.0, 4239.0, 4286.0, 4229.0, 4278.0, 4259.0, 4237.0, 4227.0, 4237.0, 4246.0, 4240.0, 4298.0, 4280.0, 4265.0, 4247.0, 4227.0, 4246.0, 4227.0, 4286.0, 4239.0, 4279.0, 4269.0, 4269.0, 4255.0, 4228.0, 4236.0, 4247.0, 4227.0, 4255.0, 4228.0, 4236.0, 4239.0, 4238.0, 4248.0, 4229.0, 4289.0, 4251.0, 4272.0, 4271.0, 4240.0, 4299.0, 4229.0, 4268.0, 4238.0, 4249.0, 4246.0, 4240.0, 4298.0, 4240.0, 4237.0, 4237.0, 4238.0, 4308.0, 4290.0, 4288.0, 4247.0, 4238.0, 4214.0, 4226.0, 4257.0, 4239.0, 4239.0, 4298.0, 4248.0, 4276.0, 4237.0, 4236.0, 4237.0, 4268.0, 4298.0, 4281.0, 4278.0, 4239.0, 4271.0, 4263.0, 4314.0, 4298.0, 4327.0, 4289.0, 4326.0, 4315.0, 4336.0, 4312.0, 4304.0, 4304.0, 4281.0, 4250.0, 4236.0, 4239.0, 4256.0, 4248.0, 4270.0, 4259.0, 4239.0, 4237.0, 4239.0, 4266.0, 4229.0, 4239.0, 4260.0, 4240.0, 4248.0, 4241.0, 4288.0, 4241.0, 4271.0, 4282.0, 4281.0, 4251.0, 4252.0, 4320.0, 4241.0, 4270.0, 4266.0, 4264.0, 4270.0, 4242.0, 4260.0, 4251.0, 4299.0, 4270.0, 4282.0, 4291.0, 4272.0, 4239.0, 4240.0, 4278.0, 4250.0, 4301.0, 4301.0, 4290.0, 4279.0, 4239.0, 4296.0, 4228.0, 4258.0, 4238.0, 4248.0, 4307.0, 4289.0, 4257.0, 4238.0, 4237.0, 4226.0, 4240.0, 4309.0, 4290.0, 4247.0, 4218.0, 4238.0, 4226.0, 4244.0, 4326.0, 4285.0, 4252.0, 4251.0, 4240.0, 4234.0, 4226.0, 4250.0, 4253.0, 4273.0, 4265.0, 4313.0, 4292.0, 4273.0, 4321.0, 4313.0, 4302.0, 4290.0, 4261.0, 4227.0, 4229.0, 4269.0, 4240.0, 4239.0, 4250.0, 4242.0, 4227.0, 4240.0, 4249.0, 4240.0, 4283.0, 4281.0, 4272.0, 4230.0, 4253.0, 4310.0, 4263.0, 4313.0, 4313.0, 4282.0, 4241.0, 4240.0, 4299.0, 4260.0, 4302.0, 4281.0, 4239.0, 4216.0, 4250.0, 4278.0, 4241.0, 4272.0, 4270.0, 4252.0, 4227.0, 4240.0, 4247.0, 4239.0, 4251.0, 4281.0, 4251.0, 4289.0, 4241.0, 4280.0, 4249.0, 4240.0, 4309.0, 4302.0, 4270.0, 4229.0, 4239.0, 4227.0, 4230.0, 4267.0, 4249.0, 4313.0, 4312.0, 4301.0, 4241.0, 4240.0, 4267.0, 4270.0, 4314.0, 4280.0, 4260.0, 4259.0, 4243.0, 4330.0, 4311.0, 4302.0, 4309.0, 4270.0, 4279.0, 4239.0, 4237.0, 4226.0, 4239.0, 4289.0, 4240.0, 4292.0, 4278.0, 4268.0, 4254.0, 4227.0, 4217.0, 4239.0, 4259.0, 4241.0, 4252.0, 4252.0, 4302.0, 4282.0, 4273.0, 4321.0, 4302.0, 4290.0, 4259.0, 4249.0, 4227.0, 4238.0, 4298.0, 4290.0, 4289.0, 4249.0, 4249.0, 4227.0, 4238.0, 4287.0, 4258.0, 4258.0, 4299.0, 4260.0, 4256.0, 4238.0, 4246.0, 4250.0, 4228.0, 4262.0, 4290.0, 4253.0, 4293.0, 4268.0, 4338.0, 4315.0, 4293.0, 4308.0, 4240.0, 4249.0, 4250.0, 4270.0, 4249.0, 4250.0, 4307.0, 4228.0, 4236.0, 4237.0, 4248.0, 4267.0, 4239.0, 4236.0, 4237.0, 4238.0, 4250.0, 4252.0, 4288.0, 4250.0, 4279.0, 4237.0, 4249.0, 4249.0, 4251.0, 4320.0, 4281.0, 4267.0, 4239.0, 4250.0, 4249.0, 4252.0, 4309.0, 4281.0, 4248.0, 4250.0, 4251.0, 4320.0, 4252.0, 4302.0, 4290.0, 4252.0, 4238.0, 4251.0, 4249.0, 4239.0, 4251.0, 4290.0, 4252.0, 4279.0, 4240.0, 4250.0, 4263.0, 4280.0, 4348.0, 4305.0, 4292.0, 4251.0, 4261.0, 4261.0, 4243.0, 4331.0, 4314.0, 4260.0, 4250.0, 4250.0, 4279.0, 4253.0, 4321.0, 4312.0, 4281.0, 4249.0, 4238.0, 4307.0, 4289.0, 4300.0, 4278.0, 4257.0, 4224.0, 4236.0, 4266.0, 4247.0, 4238.0, 4238.0, 4250.0, 4236.0, 4249.0, 4237.0, 4259.0, 4262.0, 4308.0, 4283.0, 4260.0, 4239.0, 4239.0, 4249.0, 4262.0, 4330.0, 4262.0, 4259.0, 4250.0, 4261.0, 4259.0, 4252.0, 4310.0, 4301.0, 4270.0, 4260.0, 4260.0, 4287.0, 4249.0, 4299.0, 4300.0, 4290.0, 4258.0, 4238.0, 4297.0, 4236.0, 4236.0, 4234.0, 4249.0, 4306.0, 4278.0, 4246.0, 4246.0, 4246.0, 4266.0, 4238.0, 4278.0, 4279.0, 4248.0, 4226.0, 4248.0, 4276.0, 4248.0, 4250.0, 4279.0, 4249.0, 4287.0, 4239.0, 4238.0, 4238.0, 4262.0, 4320.0, 4282.0, 4237.0, 4250.0, 4260.0, 4279.0, 4251.0, 4310.0, 4302.0, 4270.0, 4249.0, 4261.0, 4298.0, 4251.0, 4272.0, 4271.0, 4252.0, 4250.0, 4262.0, 4310.0, 4251.0, 4283.0, 4292.0, 4264.0, 4270.0, 4253.0, 4282.0, 4272.0, 4263.0, 4309.0, 4250.0, 4287.0, 4300.0, 4279.0, 4296.0, 4248.0, 4309.0, 4300.0, 4269.0, 4228.0, 4249.0, 4286.0, 4288.0, 4288.0, 4278.0, 4268.0, 4288.0, 4249.0, 4266.0, 4237.0, 4254.0, 4264.0, 4267.0, 4308.0, 4262.0, 4249.0, 4263.0, 4262.0, 4262.0, 4262.0, 4284.0, 4274.0, 4262.0, 4265.0, 4331.0, 4263.0, 4325.0, 4314.0, 4281.0, 4249.0, 4262.0, 4319.0, 4270.0, 4302.0, 4291.0, 4249.0, 4236.0, 4259.0, 4289.0, 4259.0, 4270.0, 4282.0, 4260.0, 4251.0, 4270.0, 4228.0, 4260.0, 4298.0, 4289.0, 4291.0, 4290.0, 4280.0, 4286.0, 4247.0, 4247.0, 4237.0, 4258.0, 4308.0, 4259.0, 4258.0, 4248.0, 4257.0, 4236.0, 4258.0, 4268.0, 4251.0, 4250.0, 4251.0, 4269.0, 4249.0, 4261.0, 4300.0, 4262.0, 4325.0, 4304.0, 4284.0, 4259.0, 4261.0, 4291.0, 4249.0, 4262.0, 4321.0, 4283.0, 4250.0, 4261.0, 4262.0, 4271.0, 4275.0, 4322.0, 4303.0, 4282.0, 4260.0, 4271.0, 4301.0, 4273.0, 4312.0, 4302.0, 4272.0, 4243.0, 4286.0, 4306.0, 4303.0, 4266.0, 4285.0, 4252.0, 4275.0, 4254.0, 4274.0, 4305.0, 4335.0, 4306.0, 4282.0, 4261.0, 4293.0, 4301.0, 4282.0, 4321.0, 4300.0, 4269.0, 4259.0, 4256.0, 4237.0, 4257.0, 4309.0, 4280.0, 4248.0, 4257.0, 4246.0, 4234.0, 4256.0, 4297.0, 4279.0, 4237.0, 4247.0, 4257.0, 4266.0, 4257.0, 4258.0, 4271.0, 4269.0, 4247.0, 4269.0, 4297.0, 4259.0, 4248.0, 4262.0, 4271.0, 4240.0, 4262.0, 4298.0, 4260.0, 4280.0, 4261.0, 4301.0, 4312.0, 4271.0, 4227.0, 4260.0, 4246.0, 4258.0, 4268.0, 4248.0, 4301.0, 4238.0, 4260.0, 4317.0, 4269.0, 4300.0, 4310.0, 4260.0, 4256.0, 4255.0, 4246.0, 4235.0, 4258.0, 4318.0, 4271.0, 4247.0, 4259.0, 4258.0, 4256.0, 4259.0, 4266.0, 4259.0, 4239.0, 4247.0, 4291.0, 4295.0, 4325.0, 4285.0, 4305.0, 4264.0, 4292.0, 4249.0, 4260.0, 4236.0, 4260.0, 4247.0, 4261.0, 4262.0, 4271.0, 4313.0, 4321.0, 4314.0, 4324.0, 4279.0, 4287.0, 4224.0, 4243.0, 4294.0, 4276.0, 4275.0, 4222.0, 4243.0, 4294.0, 4262.0, 4210.0, 4231.0, 4232.0, 4221.0, 4232.0, 4211.0, 4234.0, 4244.0, 4223.0, 4246.0, 4222.0, 4245.0, 4255.0, 4223.0, 4246.0, 4267.0, 4247.0, 4227.0, 4247.0, 4248.0, 4228.0, 4249.0, 4257.0, 4261.0, 4260.0, 4251.0, 4261.0, 4229.0, 4250.0, 4248.0, 4250.0, 4283.0, 4242.0, 4273.0, 4239.0, 4261.0, 4271.0, 4252.0, 4274.0, 4301.0, 4272.0, 4251.0, 4261.0, 4262.0, 4252.0, 4274.0, 4324.0, 4263.0, 4262.0, 4263.0, 4251.0, 4251.0, 4272.0, 4290.0, 4262.0, 4304.0, 4293.0, 4263.0, 4251.0, 4260.0, 4291.0, 4248.0, 4262.0, 4320.0, 4300.0, 4271.0, 4227.0, 4259.0, 4267.0, 4261.0, 4271.0, 4249.0, 4260.0, 4237.0, 4251.0, 4269.0, 4259.0, 4270.0, 4320.0, 4279.0, 4268.0, 4248.0, 4258.0, 4287.0, 4247.0, 4269.0, 4271.0, 4259.0, 4226.0, 4258.0, 4246.0, 4248.0, 4261.0, 4258.0, 4261.0, 4227.0, 4261.0, 4240.0, 4250.0, 4274.0, 4270.0, 4273.0, 4260.0, 4270.0, 4271.0, 4239.0, 4272.0, 4322.0, 4312.0, 4249.0, 4250.0, 4259.0, 4279.0, 4260.0, 4290.0, 4261.0, 4260.0, 4241.0, 4262.0, 4259.0, 4262.0, 4250.0, 4261.0, 4262.0, 4264.0, 4263.0, 4300.0, 4273.0, 4301.0, 4317.0, 4251.0, 4263.0, 4272.0, 4250.0, 4271.0, 4300.0, 4261.0, 4300.0, 4304.0, 4271.0, 4249.0, 4260.0, 4281.0, 4261.0, 4321.0, 4290.0, 4268.0, 4260.0, 4259.0, 4249.0, 4290.0, 4320.0, 4300.0, 4227.0, 4249.0, 4306.0, 4278.0, 4298.0, 4288.0, 4299.0, 4237.0, 4247.0, 4275.0, 4236.0, 4245.0, 4235.0, 4245.0, 4226.0, 4247.0, 4226.0, 4237.0, 4249.0, 4247.0, 4246.0, 4226.0, 4247.0, 4246.0, 4238.0, 4249.0, 4288.0, 4260.0, 4229.0, 4250.0, 4259.0, 4239.0, 4261.0, 4240.0, 4262.0, 4262.0, 4312.0, 4262.0, 4267.0, 4260.0, 4259.0, 4240.0, 4271.0, 4280.0, 4260.0, 4241.0, 4252.0, 4260.0, 4311.0, 4261.0, 4281.0, 4300.0, 4261.0, 4289.0, 4247.0, 4249.0, 4249.0, 4262.0, 4331.0, 4311.0, 4277.0, 4237.0, 4248.0, 4297.0, 4259.0, 4260.0, 4249.0, 4261.0, 4228.0, 4248.0, 4238.0, 4260.0, 4260.0, 4289.0, 4261.0, 4319.0, 4249.0, 4248.0, 4245.0, 4261.0, 4321.0, 4279.0, 4240.0, 4239.0, 4260.0, 4300.0, 4262.0, 4281.0, 4281.0, 4259.0, 4318.0, 4246.0, 4227.0, 4248.0, 4259.0, 4307.0, 4250.0, 4228.0, 4250.0, 4250.0, 4309.0, 4260.0, 4269.0, 4250.0, 4250.0, 4227.0, 4249.0, 4277.0, 4260.0, 4259.0, 4290.0, 4250.0, 4298.0, 4249.0, 4229.0, 4249.0, 4261.0, 4319.0, 4301.0, 4267.0, 4248.0, 4246.0, 4238.0, 4249.0, 4320.0, 4298.0, 4266.0, 4236.0, 4249.0, 4297.0, 4259.0, 4268.0, 4247.0, 4249.0, 4236.0, 4249.0, 4246.0, 4251.0, 4240.0, 4248.0, 4248.0, 4238.0, 4258.0, 4259.0, 4260.0, 4263.0, 4242.0, 4262.0, 4230.0, 4261.0, 4265.0, 4287.0, 4311.0, 4300.0, 4290.0, 4250.0, 4259.0, 4238.0, 4261.0, 4286.0, 4260.0, 4300.0, 4258.0, 4268.0, 4246.0, 4257.0, 4256.0, 4246.0, 4306.0, 4268.0, 4296.0, 4278.0, 4268.0, 4236.0, 4246.0, 4306.0, 4249.0, 4307.0, 4289.0, 4258.0, 4235.0, 4248.0, 4225.0, 4248.0, 4236.0, 4259.0, 4237.0, 4260.0, 4237.0, 4248.0, 4250.0, 4227.0, 4271.0, 4310.0, 4291.0, 4270.0, 4248.0, 4260.0, 4287.0, 4262.0, 4260.0, 4261.0, 4262.0, 4248.0, 4261.0, 4290.0, 4272.0, 4281.0, 4274.0, 4252.0, 4249.0, 4262.0, 4300.0, 4262.0, 4251.0, 4248.0, 4252.0, 4239.0, 4259.0, 4320.0, 4272.0, 4324.0, 4283.0, 4261.0, 4239.0, 4260.0, 4309.0, 4261.0, 4310.0, 4301.0, 4323.0, 4259.0, 4247.0, 4317.0, 4310.0, 4298.0, 4279.0, 4264.0, 4238.0, 4246.0, 4269.0, 4259.0, 4261.0, 4282.0, 4252.0, 4284.0, 4312.0, 4262.0, 4291.0, 4274.0, 4327.0, 4303.0, 4312.0, 4298.0, 4247.0, 4237.0, 4234.0, 4248.0, 4309.0, 4255.0, 4225.0, 4236.0, 4246.0, 4225.0, 4246.0, 4257.0, 4268.0, 4229.0, 4250.0, 4250.0, 4238.0, 4259.0, 4267.0, 4261.0, 4269.0, 4251.0, 4251.0, 4228.0, 4250.0, 4308.0, 4260.0, 4300.0, 4252.0, 4251.0, 4229.0, 4249.0, 4278.0, 4260.0, 4272.0, 4261.0, 4250.0, 4240.0, 4262.0, 4300.0, 4262.0, 4295.0, 4283.0, 4250.0, 4250.0, 4253.0, 4311.0], 'WindowWidth': [9625.0, 9566.0, 9515.0, 9480.0, 9427.0, 9433.0, 9408.0, 9465.0, 9394.0, 9456.0, 9433.0, 9400.0, 9388.0, 9401.0, 9411.0, 9410.0, 9483.0, 9462.0, 9434.0, 9414.0, 9388.0, 9410.0, 9388.0, 9464.0, 9406.0, 9461.0, 9444.0, 9446.0, 9421.0, 9390.0, 9397.0, 9412.0, 9388.0, 9424.0, 9390.0, 9399.0, 9409.0, 9405.0, 9419.0, 9395.0, 9473.0, 9428.0, 9453.0, 9451.0, 9411.0, 9486.0, 9392.0, 9442.0, 9405.0, 9419.0, 9413.0, 9409.0, 9484.0, 9409.0, 9401.0, 9400.0, 9403.0, 9499.0, 9475.0, 9468.0, 9415.0, 9403.0, 9367.0, 9385.0, 9425.0, 9406.0, 9407.0, 9483.0, 9417.0, 9450.0, 9403.0, 9398.0, 9401.0, 9445.0, 9484.0, 9465.0, 9456.0, 9410.0, 9453.0, 9446.0, 9516.0, 9504.0, 9540.0, 9493.0, 9536.0, 9519.0, 9548.0, 9510.0, 9499.0, 9501.0, 9464.0, 9422.0, 9398.0, 9405.0, 9423.0, 9417.0, 9448.0, 9432.0, 9404.0, 9400.0, 9405.0, 9438.0, 9392.0, 9405.0, 9436.0, 9408.0, 9417.0, 9412.0, 9471.0, 9412.0, 9452.0, 9469.0, 9464.0, 9426.0, 9427.0, 9515.0, 9411.0, 9448.0, 9460.0, 9452.0, 9451.0, 9418.0, 9438.0, 9428.0, 9488.0, 9451.0, 9469.0, 9478.0, 9457.0, 9408.0, 9410.0, 9457.0, 9423.0, 9492.0, 9494.0, 9476.0, 9458.0, 9405.0, 9478.0, 9390.0, 9428.0, 9402.0, 9418.0, 9495.0, 9473.0, 9425.0, 9402.0, 9400.0, 9385.0, 9410.0, 9499.0, 9473.0, 9412.0, 9376.0, 9403.0, 9385.0, 9423.0, 9538.0, 9481.0, 9428.0, 9427.0, 9414.0, 9389.0, 9386.0, 9426.0, 9435.0, 9461.0, 9454.0, 9513.0, 9485.0, 9460.0, 9520.0, 9513.0, 9497.0, 9475.0, 9437.0, 9386.0, 9393.0, 9447.0, 9410.0, 9410.0, 9421.0, 9414.0, 9389.0, 9411.0, 9420.0, 9414.0, 9472.0, 9468.0, 9456.0, 9398.0, 9431.0, 9504.0, 9445.0, 9513.0, 9511.0, 9466.0, 9409.0, 9410.0, 9486.0, 9436.0, 9496.0, 9464.0, 9407.0, 9373.0, 9422.0, 9457.0, 9413.0, 9456.0, 9450.0, 9427.0, 9389.0, 9409.0, 9415.0, 9408.0, 9425.0, 9464.0, 9427.0, 9473.0, 9412.0, 9463.0, 9419.0, 9409.0, 9500.0, 9494.0, 9449.0, 9394.0, 9406.0, 9389.0, 9395.0, 9441.0, 9422.0, 9512.0, 9509.0, 9495.0, 9411.0, 9411.0, 9443.0, 9451.0, 9513.0, 9465.0, 9435.0, 9434.0, 9419.0, 9529.0, 9505.0, 9495.0, 9502.0, 9449.0, 9457.0, 9404.0, 9399.0, 9386.0, 9407.0, 9472.0, 9411.0, 9481.0, 9476.0, 9464.0, 9436.0, 9386.0, 9375.0, 9406.0, 9432.0, 9414.0, 9430.0, 9430.0, 9495.0, 9468.0, 9459.0, 9521.0, 9494.0, 9473.0, 9432.0, 9417.0, 9386.0, 9402.0, 9481.0, 9475.0, 9470.0, 9418.0, 9417.0, 9386.0, 9402.0, 9464.0, 9430.0, 9431.0, 9485.0, 9436.0, 9424.0, 9402.0, 9412.0, 9425.0, 9391.0, 9443.0, 9478.0, 9435.0, 9486.0, 9464.0, 9556.0, 9517.0, 9484.0, 9497.0, 9406.0, 9416.0, 9424.0, 9449.0, 9420.0, 9422.0, 9492.0, 9390.0, 9397.0, 9402.0, 9418.0, 9441.0, 9406.0, 9397.0, 9401.0, 9403.0, 9421.0, 9428.0, 9471.0, 9421.0, 9457.0, 9403.0, 9418.0, 9418.0, 9427.0, 9515.0, 9463.0, 9441.0, 9406.0, 9422.0, 9419.0, 9431.0, 9501.0, 9465.0, 9418.0, 9423.0, 9425.0, 9516.0, 9431.0, 9496.0, 9477.0, 9428.0, 9405.0, 9424.0, 9420.0, 9409.0, 9426.0, 9477.0, 9428.0, 9458.0, 9410.0, 9423.0, 9449.0, 9484.0, 9570.0, 9505.0, 9480.0, 9425.0, 9439.0, 9439.0, 9418.0, 9532.0, 9514.0, 9437.0, 9426.0, 9425.0, 9462.0, 9433.0, 9520.0, 9508.0, 9463.0, 9419.0, 9404.0, 9493.0, 9471.0, 9488.0, 9454.0, 9426.0, 9376.0, 9397.0, 9433.0, 9411.0, 9402.0, 9404.0, 9422.0, 9399.0, 9419.0, 9400.0, 9434.0, 9444.0, 9497.0, 9472.0, 9438.0, 9410.0, 9408.0, 9420.0, 9446.0, 9531.0, 9442.0, 9435.0, 9424.0, 9440.0, 9434.0, 9432.0, 9506.0, 9493.0, 9449.0, 9434.0, 9435.0, 9468.0, 9419.0, 9484.0, 9491.0, 9473.0, 9429.0, 9402.0, 9478.0, 9398.0, 9396.0, 9393.0, 9421.0, 9493.0, 9456.0, 9410.0, 9411.0, 9411.0, 9436.0, 9404.0, 9456.0, 9457.0, 9417.0, 9384.0, 9417.0, 9450.0, 9418.0, 9425.0, 9460.0, 9420.0, 9466.0, 9406.0, 9404.0, 9404.0, 9441.0, 9516.0, 9468.0, 9400.0, 9422.0, 9435.0, 9461.0, 9429.0, 9503.0, 9493.0, 9447.0, 9419.0, 9439.0, 9484.0, 9427.0, 9457.0, 9454.0, 9429.0, 9425.0, 9444.0, 9503.0, 9429.0, 9473.0, 9483.0, 9448.0, 9451.0, 9432.0, 9467.0, 9455.0, 9448.0, 9501.0, 9423.0, 9467.0, 9488.0, 9460.0, 9479.0, 9418.0, 9500.0, 9488.0, 9444.0, 9390.0, 9420.0, 9464.0, 9468.0, 9468.0, 9457.0, 9443.0, 9469.0, 9419.0, 9438.0, 9402.0, 9435.0, 9453.0, 9459.0, 9495.0, 9442.0, 9420.0, 9448.0, 9446.0, 9444.0, 9444.0, 9474.0, 9462.0, 9445.0, 9452.0, 9534.0, 9447.0, 9531.0, 9513.0, 9466.0, 9421.0, 9440.0, 9513.0, 9449.0, 9493.0, 9477.0, 9418.0, 9399.0, 9432.0, 9472.0, 9433.0, 9447.0, 9469.0, 9438.0, 9425.0, 9448.0, 9390.0, 9434.0, 9481.0, 9472.0, 9477.0, 9473.0, 9462.0, 9463.0, 9413.0, 9411.0, 9399.0, 9429.0, 9497.0, 9433.0, 9427.0, 9416.0, 9426.0, 9396.0, 9429.0, 9441.0, 9425.0, 9421.0, 9425.0, 9447.0, 9421.0, 9439.0, 9489.0, 9443.0, 9532.0, 9503.0, 9474.0, 9434.0, 9438.0, 9476.0, 9421.0, 9443.0, 9521.0, 9471.0, 9424.0, 9440.0, 9442.0, 9453.0, 9464.0, 9522.0, 9499.0, 9468.0, 9438.0, 9453.0, 9491.0, 9460.0, 9509.0, 9497.0, 9456.0, 9418.0, 9482.0, 9511.0, 9521.0, 9457.0, 9477.0, 9430.0, 9466.0, 9436.0, 9462.0, 9507.0, 9548.0, 9506.0, 9468.0, 9440.0, 9482.0, 9488.0, 9466.0, 9519.0, 9487.0, 9441.0, 9428.0, 9422.0, 9397.0, 9428.0, 9498.0, 9459.0, 9412.0, 9426.0, 9409.0, 9392.0, 9422.0, 9479.0, 9457.0, 9400.0, 9412.0, 9426.0, 9437.0, 9426.0, 9429.0, 9452.0, 9447.0, 9414.0, 9446.0, 9479.0, 9431.0, 9416.0, 9442.0, 9454.0, 9409.0, 9439.0, 9482.0, 9436.0, 9461.0, 9441.0, 9495.0, 9508.0, 9453.0, 9388.0, 9435.0, 9412.0, 9431.0, 9446.0, 9415.0, 9490.0, 9403.0, 9434.0, 9507.0, 9445.0, 9489.0, 9501.0, 9433.0, 9421.0, 9421.0, 9410.0, 9393.0, 9429.0, 9512.0, 9452.0, 9411.0, 9430.0, 9428.0, 9422.0, 9431.0, 9437.0, 9432.0, 9403.0, 9414.0, 9477.0, 9491.0, 9533.0, 9480.0, 9505.0, 9447.0, 9482.0, 9416.0, 9434.0, 9393.0, 9433.0, 9413.0, 9438.0, 9440.0, 9453.0, 9513.0, 9520.0, 9512.0, 9524.0, 9456.0, 9461.0, 9373.0, 9397.0, 9465.0, 9444.0, 9439.0, 9365.0, 9397.0, 9464.0, 9420.0, 9345.0, 9375.0, 9377.0, 9361.0, 9378.0, 9350.0, 9384.0, 9402.0, 9372.0, 9404.0, 9369.0, 9403.0, 9415.0, 9371.0, 9405.0, 9435.0, 9411.0, 9384.0, 9412.0, 9412.0, 9385.0, 9414.0, 9423.0, 9433.0, 9432.0, 9419.0, 9432.0, 9387.0, 9419.0, 9413.0, 9420.0, 9469.0, 9413.0, 9456.0, 9405.0, 9436.0, 9447.0, 9425.0, 9460.0, 9492.0, 9454.0, 9422.0, 9438.0, 9438.0, 9426.0, 9458.0, 9527.0, 9444.0, 9442.0, 9443.0, 9423.0, 9423.0, 9453.0, 9476.0, 9443.0, 9500.0, 9484.0, 9442.0, 9424.0, 9436.0, 9476.0, 9416.0, 9441.0, 9515.0, 9487.0, 9448.0, 9386.0, 9430.0, 9437.0, 9436.0, 9450.0, 9418.0, 9434.0, 9400.0, 9421.0, 9443.0, 9430.0, 9447.0, 9515.0, 9457.0, 9440.0, 9415.0, 9428.0, 9462.0, 9413.0, 9444.0, 9448.0, 9431.0, 9384.0, 9428.0, 9409.0, 9417.0, 9436.0, 9429.0, 9436.0, 9386.0, 9436.0, 9405.0, 9422.0, 9459.0, 9450.0, 9457.0, 9435.0, 9449.0, 9452.0, 9406.0, 9454.0, 9521.0, 9507.0, 9417.0, 9422.0, 9433.0, 9457.0, 9436.0, 9474.0, 9438.0, 9434.0, 9409.0, 9440.0, 9432.0, 9440.0, 9424.0, 9440.0, 9443.0, 9449.0, 9444.0, 9490.0, 9456.0, 9494.0, 9523.0, 9426.0, 9443.0, 9454.0, 9422.0, 9450.0, 9486.0, 9439.0, 9486.0, 9499.0, 9451.0, 9420.0, 9434.0, 9460.0, 9437.0, 9516.0, 9475.0, 9441.0, 9433.0, 9429.0, 9418.0, 9476.0, 9513.0, 9487.0, 9385.0, 9415.0, 9488.0, 9453.0, 9482.0, 9469.0, 9481.0, 9395.0, 9409.0, 9442.0, 9393.0, 9406.0, 9393.0, 9406.0, 9379.0, 9410.0, 9381.0, 9397.0, 9417.0, 9412.0, 9410.0, 9382.0, 9412.0, 9410.0, 9399.0, 9416.0, 9467.0, 9434.0, 9391.0, 9420.0, 9431.0, 9404.0, 9435.0, 9406.0, 9440.0, 9442.0, 9505.0, 9438.0, 9439.0, 9433.0, 9431.0, 9407.0, 9453.0, 9462.0, 9437.0, 9412.0, 9425.0, 9436.0, 9502.0, 9438.0, 9465.0, 9487.0, 9436.0, 9468.0, 9413.0, 9417.0, 9417.0, 9439.0, 9528.0, 9502.0, 9452.0, 9397.0, 9413.0, 9477.0, 9432.0, 9434.0, 9418.0, 9437.0, 9388.0, 9415.0, 9402.0, 9436.0, 9435.0, 9471.0, 9435.0, 9508.0, 9417.0, 9414.0, 9408.0, 9436.0, 9515.0, 9457.0, 9407.0, 9404.0, 9435.0, 9486.0, 9440.0, 9465.0, 9461.0, 9431.0, 9505.0, 9410.0, 9384.0, 9414.0, 9432.0, 9493.0, 9420.0, 9387.0, 9418.0, 9420.0, 9497.0, 9434.0, 9444.0, 9420.0, 9420.0, 9385.0, 9417.0, 9451.0, 9434.0, 9433.0, 9472.0, 9419.0, 9479.0, 9415.0, 9389.0, 9417.0, 9438.0, 9511.0, 9489.0, 9436.0, 9412.0, 9409.0, 9398.0, 9417.0, 9513.0, 9482.0, 9437.0, 9396.0, 9416.0, 9476.0, 9431.0, 9441.0, 9412.0, 9415.0, 9395.0, 9414.0, 9407.0, 9422.0, 9406.0, 9414.0, 9417.0, 9400.0, 9429.0, 9430.0, 9435.0, 9445.0, 9416.0, 9440.0, 9393.0, 9438.0, 9450.0, 9484.0, 9508.0, 9492.0, 9477.0, 9423.0, 9433.0, 9402.0, 9434.0, 9463.0, 9433.0, 9487.0, 9429.0, 9442.0, 9408.0, 9424.0, 9421.0, 9408.0, 9487.0, 9441.0, 9475.0, 9454.0, 9438.0, 9394.0, 9409.0, 9485.0, 9414.0, 9491.0, 9468.0, 9424.0, 9391.0, 9411.0, 9377.0, 9411.0, 9394.0, 9431.0, 9400.0, 9434.0, 9399.0, 9416.0, 9419.0, 9386.0, 9452.0, 9500.0, 9475.0, 9445.0, 9414.0, 9433.0, 9464.0, 9438.0, 9435.0, 9436.0, 9438.0, 9417.0, 9437.0, 9474.0, 9455.0, 9466.0, 9458.0, 9425.0, 9419.0, 9439.0, 9487.0, 9440.0, 9424.0, 9418.0, 9425.0, 9406.0, 9433.0, 9513.0, 9456.0, 9526.0, 9470.0, 9438.0, 9406.0, 9434.0, 9498.0, 9438.0, 9502.0, 9491.0, 9521.0, 9431.0, 9414.0, 9504.0, 9499.0, 9484.0, 9457.0, 9446.0, 9402.0, 9410.0, 9444.0, 9432.0, 9439.0, 9470.0, 9430.0, 9474.0, 9509.0, 9444.0, 9479.0, 9461.0, 9538.0, 9496.0, 9506.0, 9477.0, 9408.0, 9394.0, 9389.0, 9411.0, 9494.0, 9419.0, 9378.0, 9392.0, 9408.0, 9377.0, 9410.0, 9426.0, 9443.0, 9391.0, 9420.0, 9418.0, 9400.0, 9431.0, 9438.0, 9436.0, 9445.0, 9423.0, 9424.0, 9389.0, 9418.0, 9495.0, 9433.0, 9488.0, 9426.0, 9424.0, 9390.0, 9419.0, 9453.0, 9433.0, 9454.0, 9439.0, 9424.0, 9408.0, 9438.0, 9485.0, 9440.0, 9488.0, 9470.0, 9424.0, 9420.0, 9428.0, 9502.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.0003329427083333333</td></tr>
<tr><td colspan=3>aqi</td><td>0.02641426232638889</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.27230383561249</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1185457551954816</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9637928051867958</td></tr>
<tr><td colspan=3>efc</td><td>0.4774</td></tr>
<tr><td colspan=3>fber</td><td>4789.1567</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08513061281260983</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4722222222222223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4920486669799238</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4022607609074584</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7763112065348556</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.297574033497457</td></tr>
<tr><td colspan=3>gcor</td><td>0.007364</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015538191422820091</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025564635172486305</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.6649637096926155</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>21.2093</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.8615</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.2951</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.3905</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8365</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.1511</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3441.7546</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>997.2747</td></tr>
<tr><td colspan=3>tsnr</td><td>34.453690035268664</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>