<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0055_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0055_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0055_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0055_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0055_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0055_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0055_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-02/func/sub-0055_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>46d82c9049bc1265001d07935ea1c61c</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:50:34.712500</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.997955, -0.0282306, 0.057354, 0.0304902, 0.998777, -0.038913]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109533</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7699, -7285, 546, 32, -222, -104, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>806767c3-99f6-4e4d-9e2b-777c2c149950||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.6774394512176514, 0.08180306106805801, 0.1517004668712616, 103.24517059326172], [0.07574056088924408, 2.6796464920043945, -0.1095716804265976, -91.88690948486328], [0.1538766473531723, 0.10440061241388321, 2.693507194519043, -102.33171844482422], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['155034.712500', '155035.172500', '155035.632500', '155036.092500', '155036.552500', '155037.012500', '155037.472500', '155037.932500', '155038.392500', '155038.852500', '155039.312500', '155039.772500', '155040.232500', '155040.692500', '155041.152500', '155041.612500', '155042.072500', '155042.532500', '155042.992500', '155043.452500', '155043.912500', '155044.372500', '155044.832500', '155045.292500', '155045.752500', '155046.212500', '155046.672500', '155047.132500', '155047.592500', '155048.052500', '155048.512500', '155048.972500', '155049.432500', '155049.892500', '155050.352500', '155050.812500', '155051.272500', '155051.732500', '155052.192500', '155052.652500', '155053.112500', '155053.572500', '155054.032500', '155054.492500', '155054.952500', '155055.412500', '155055.872500', '155056.332500', '155056.792500', '155057.252500', '155057.712500', '155058.172500', '155058.632500', '155059.092500', '155059.552500', '155100.012500', '155100.472500', '155100.932500', '155101.392500', '155101.852500', '155102.312500', '155102.772500', '155103.232500', '155103.692500', '155104.152500', '155104.612500', '155105.072500', '155105.532500', '155105.992500', '155106.452500', '155106.912500', '155107.372500', '155107.832500', '155108.292500', '155108.752500', '155109.212500', '155109.672500', '155110.132500', '155110.592500', '155111.052500', '155111.512500', '155111.972500', '155112.432500', '155112.892500', '155113.352500', '155113.812500', '155114.272500', '155114.732500', '155115.192500', '155115.652500', '155116.112500', '155116.572500', '155117.032500', '155117.492500', '155117.952500', '155118.412500', '155118.872500', '155119.332500', '155119.792500', '155120.252500', '155120.712500', '155121.172500', '155121.632500', '155122.092500', '155122.552500', '155123.012500', '155123.472500', '155123.932500', '155124.392500', '155124.852500', '155125.312500', '155125.772500', '155126.232500', '155126.692500', '155127.152500', '155127.612500', '155128.072500', '155128.532500', '155128.992500', '155129.452500', '155129.912500', '155130.372500', '155130.832500', '155131.292500', '155131.752500', '155132.212500', '155132.672500', '155133.132500', '155133.592500', '155134.052500', '155134.512500', '155134.972500', '155135.432500', '155135.892500', '155136.352500', '155136.812500', '155137.272500', '155137.732500', '155138.192500', '155138.652500', '155139.112500', '155139.572500', '155140.032500', '155140.492500', '155140.952500', '155141.412500', '155141.872500', '155142.332500', '155142.792500', '155143.252500', '155143.712500', '155144.172500', '155144.632500', '155145.092500', '155145.552500', '155146.012500', '155146.472500', '155146.932500', '155147.392500', '155147.852500', '155148.312500', '155148.772500', '155149.232500', '155149.692500', '155150.152500', '155150.612500', '155151.072500', '155151.532500', '155151.992500', '155152.452500', '155152.912500', '155153.372500', '155153.832500', '155154.292500', '155154.752500', '155155.212500', '155155.672500', '155156.132500', '155156.592500', '155157.052500', '155157.512500', '155157.972500', '155158.432500', '155158.892500', '155159.352500', '155159.812500', '155200.272500', '155200.732500', '155201.192500', '155201.652500', '155202.112500', '155202.572500', '155203.032500', '155203.492500', '155203.952500', '155204.412500', '155204.872500', '155205.332500', '155205.792500', '155206.252500', '155206.712500', '155207.172500', '155207.632500', '155208.092500', '155208.552500', '155209.012500', '155209.472500', '155209.932500', '155210.392500', '155210.852500', '155211.312500', '155211.772500', '155212.232500', '155212.692500', '155213.152500', '155213.612500', '155214.072500', '155214.532500', '155214.992500', '155215.452500', '155215.912500', '155216.372500', '155216.832500', '155217.292500', '155217.752500', '155218.212500', '155218.672500', '155219.132500', '155219.592500', '155220.052500', '155220.512500', '155220.972500', '155221.432500', '155221.892500', '155222.352500', '155222.812500', '155223.272500', '155223.732500', '155224.192500', '155224.652500', '155225.112500', '155225.572500', '155226.032500', '155226.492500', '155226.952500', '155227.412500', '155227.872500', '155228.332500', '155228.792500', '155229.252500', '155229.712500', '155230.172500', '155230.632500', '155231.092500', '155231.552500', '155232.012500', '155232.472500', '155232.932500', '155233.392500', '155233.852500', '155234.312500', '155234.772500', '155235.232500', '155235.692500', '155236.152500', '155236.612500', '155237.072500', '155237.532500', '155237.992500', '155238.452500', '155238.912500', '155239.372500', '155239.832500', '155240.292500', '155240.752500', '155241.212500', '155241.672500', '155242.132500', '155242.592500', '155243.052500', '155243.512500', '155243.972500', '155244.432500', '155244.892500', '155245.352500', '155245.812500', '155246.272500', '155246.732500', '155247.192500', '155247.652500', '155248.112500', '155248.572500', '155249.032500', '155249.492500', '155249.952500', '155250.412500', '155250.872500', '155251.332500', '155251.792500', '155252.252500', '155252.712500', '155253.172500', '155253.632500', '155254.092500', '155254.552500', '155255.012500', '155255.472500', '155255.932500', '155256.392500', '155256.852500', '155257.312500', '155257.772500', '155258.232500', '155258.692500', '155259.152500', '155259.612500', '155300.072500', '155300.532500', '155300.992500', '155301.452500', '155301.912500', '155302.372500', '155302.832500', '155303.292500', '155303.752500', '155304.212500', '155304.672500', '155305.132500', '155305.592500', '155306.052500', '155306.512500', '155306.972500', '155307.432500', '155307.892500', '155308.352500', '155308.812500', '155309.272500', '155309.732500', '155310.192500', '155310.652500', '155311.112500', '155311.572500', '155312.032500', '155312.492500', '155312.952500', '155313.412500', '155313.872500', '155314.332500', '155314.792500', '155315.252500', '155315.712500', '155316.172500', '155316.632500', '155317.092500', '155317.552500', '155318.012500', '155318.472500', '155318.932500', '155319.392500', '155319.852500', '155320.312500', '155320.772500', '155321.232500', '155321.692500', '155322.152500', '155322.612500', '155323.072500', '155323.532500', '155323.992500', '155324.452500', '155324.912500', '155325.372500', '155325.832500', '155326.292500', '155326.752500', '155327.212500', '155327.672500', '155328.132500', '155328.592500', '155329.052500', '155329.512500', '155329.972500', '155330.432500', '155330.892500', '155331.352500', '155331.812500', '155332.272500', '155332.732500', '155333.192500', '155333.652500', '155334.112500', '155334.572500', '155335.032500', '155335.492500', '155335.952500', '155336.412500', '155336.872500', '155337.332500', '155337.792500', '155338.252500', '155338.712500', '155339.172500', '155339.632500', '155340.092500', '155340.552500', '155341.012500', '155341.472500', '155341.932500', '155342.392500', '155342.852500', '155343.312500', '155343.772500', '155344.232500', '155344.692500', '155345.152500', '155345.612500', '155346.072500', '155346.532500', '155346.992500', '155347.452500', '155347.912500', '155348.372500', '155348.832500', '155349.292500', '155349.752500', '155350.212500', '155350.672500', '155351.132500', '155351.592500', '155352.052500', '155352.512500', '155352.972500', '155353.432500', '155353.892500', '155354.352500', '155354.812500', '155355.272500', '155355.732500', '155356.192500', '155356.652500', '155357.112500', '155357.572500', '155358.032500', '155358.492500', '155358.952500', '155359.412500', '155359.872500', '155400.332500', '155400.792500', '155401.252500', '155401.712500', '155402.172500', '155402.632500', '155403.092500', '155403.552500', '155404.012500', '155404.472500', '155404.932500', '155405.392500', '155405.852500', '155406.312500', '155406.772500', '155407.232500', '155407.692500', '155408.152500', '155408.612500', '155409.072500', '155409.532500', '155409.992500', '155410.452500', '155410.912500', '155411.372500', '155411.832500', '155412.292500', '155412.752500', '155413.212500', '155413.672500', '155414.132500', '155414.592500', '155415.052500', '155415.512500', '155415.972500', '155416.432500', '155416.892500', '155417.352500', '155417.812500', '155418.272500', '155418.732500', '155419.192500', '155419.652500', '155420.112500', '155420.572500', '155421.032500', '155421.492500', '155421.952500', '155422.412500', '155422.872500', '155423.332500', '155423.792500', '155424.252500', '155424.712500', '155425.172500', '155425.632500', '155426.092500', '155426.552500', '155427.012500', '155427.472500', '155427.932500', '155428.392500', '155428.852500', '155429.312500', '155429.772500', '155430.232500', '155430.692500', '155431.152500', '155431.612500', '155432.072500', '155432.532500', '155432.992500', '155433.452500', '155433.912500', '155434.372500', '155434.832500', '155435.292500', '155435.752500', '155436.212500', '155436.672500', '155437.132500', '155437.592500', '155438.052500', '155438.512500', '155438.972500', '155439.432500', '155439.892500', '155440.352500', '155440.812500', '155441.272500', '155441.732500', '155442.192500', '155442.652500', '155443.112500', '155443.572500', '155444.032500', '155444.492500', '155444.952500', '155445.412500', '155445.872500', '155446.332500', '155446.792500', '155447.252500', '155447.712500', '155448.172500', '155448.632500', '155449.092500', '155449.552500', '155450.012500', '155450.472500', '155450.932500', '155451.392500', '155451.852500', '155452.312500', '155452.772500', '155453.232500', '155453.692500', '155454.152500', '155454.612500', '155455.072500', '155455.532500', '155455.992500', '155456.452500', '155456.912500', '155457.372500', '155457.832500', '155458.292500', '155458.752500', '155459.212500', '155459.672500', '155500.132500', '155500.592500', '155501.052500', '155501.512500', '155501.972500', '155502.432500', '155502.892500', '155503.352500', '155503.812500', '155504.272500', '155504.732500', '155505.192500', '155505.652500', '155506.112500', '155506.572500', '155507.032500', '155507.492500', '155507.952500', '155508.412500', '155508.872500', '155509.332500', '155509.792500', '155510.252500', '155510.712500', '155511.172500', '155511.632500', '155512.092500', '155512.552500', '155513.012500', '155513.472500', '155513.932500', '155514.392500', '155514.852500', '155515.312500', '155515.772500', '155516.232500', '155516.692500', '155517.152500', '155517.612500', '155518.072500', '155518.532500', '155518.992500', '155519.452500', '155519.912500', '155520.372500', '155520.832500', '155521.292500', '155521.752500', '155522.212500', '155522.672500', '155523.132500', '155523.592500', '155524.052500', '155524.512500', '155524.972500', '155525.432500', '155525.892500', '155526.352500', '155526.812500', '155527.272500', '155527.732500', '155528.192500', '155528.652500', '155529.112500', '155529.572500', '155530.032500', '155530.492500', '155530.952500', '155531.412500', '155531.872500', '155532.332500', '155532.792500', '155533.252500', '155533.712500', '155534.172500', '155534.632500', '155535.092500', '155535.552500', '155536.012500', '155536.472500', '155536.932500', '155537.392500', '155537.852500', '155538.312500', '155538.772500', '155539.232500', '155539.692500', '155540.152500', '155540.612500', '155541.072500', '155541.532500', '155541.992500', '155542.452500', '155542.912500', '155543.372500', '155543.832500', '155544.292500', '155544.752500', '155545.212500', '155545.672500', '155546.132500', '155546.592500', '155547.052500', '155547.512500', '155547.972500', '155548.432500', '155548.892500', '155549.352500', '155549.812500', '155550.272500', '155550.732500', '155551.192500', '155551.652500', '155552.112500', '155552.572500', '155553.032500', '155553.492500', '155553.952500', '155554.412500', '155554.872500', '155555.332500', '155555.792500', '155556.252500', '155556.712500', '155557.172500', '155557.632500', '155558.092500', '155558.552500', '155559.012500', '155559.472500', '155559.932500', '155600.392500', '155600.852500', '155601.312500', '155601.772500', '155602.232500', '155602.692500', '155603.152500', '155603.612500', '155604.072500', '155604.532500', '155604.992500', '155605.452500', '155605.912500', '155606.372500', '155606.832500', '155607.292500', '155607.752500', '155608.212500', '155608.672500', '155609.132500', '155609.592500', '155610.052500', '155610.512500', '155610.972500', '155611.432500', '155611.892500', '155612.352500', '155612.812500', '155613.272500', '155613.732500', '155614.192500', '155614.652500', '155615.112500', '155615.572500', '155616.032500', '155616.492500', '155616.952500', '155617.412500', '155617.872500', '155618.332500', '155618.792500', '155619.252500', '155619.712500', '155620.172500', '155620.632500', '155621.092500', '155621.552500', '155622.012500', '155622.472500', '155622.932500', '155623.392500', '155623.852500', '155624.312500', '155624.772500', '155625.232500', '155625.692500', '155626.152500', '155626.612500', '155627.072500', '155627.532500', '155627.992500', '155628.452500', '155628.912500', '155629.372500', '155629.832500', '155630.292500', '155630.752500', '155631.212500', '155631.672500', '155632.132500', '155632.592500', '155633.052500', '155633.512500', '155633.972500', '155634.432500', '155634.892500', '155635.352500', '155635.812500', '155636.272500', '155636.732500', '155637.192500', '155637.652500', '155638.112500', '155638.572500', '155639.032500', '155639.492500', '155639.952500', '155640.412500', '155640.872500', '155641.332500', '155641.792500', '155642.252500', '155642.712500', '155643.172500', '155643.632500', '155644.092500', '155644.552500', '155645.012500', '155645.472500', '155645.932500', '155646.392500', '155646.852500', '155647.312500', '155647.772500', '155648.232500', '155648.692500', '155649.152500', '155649.612500', '155650.072500', '155650.532500', '155650.992500', '155651.452500', '155651.912500', '155652.372500', '155652.832500', '155653.292500', '155653.752500', '155654.212500', '155654.672500', '155655.132500', '155655.592500', '155656.052500', '155656.512500', '155656.972500', '155657.432500', '155657.892500', '155658.352500', '155658.812500', '155659.272500', '155659.732500', '155700.192500', '155700.652500', '155701.112500', '155701.572500', '155702.032500', '155702.492500', '155702.952500', '155703.412500', '155703.872500', '155704.332500', '155704.792500', '155705.252500', '155705.712500', '155706.172500', '155706.632500', '155707.092500', '155707.552500', '155708.012500', '155708.472500', '155708.932500', '155709.392500', '155709.852500', '155710.312500', '155710.772500', '155711.232500', '155711.692500', '155712.152500', '155712.612500', '155713.072500', '155713.532500', '155713.992500', '155714.452500', '155714.912500', '155715.372500', '155715.832500', '155716.292500', '155716.752500', '155717.212500', '155717.672500', '155718.132500', '155718.592500', '155719.052500', '155719.512500', '155719.972500', '155720.432500', '155720.892500', '155721.352500', '155721.812500', '155722.272500', '155722.732500', '155723.192500', '155723.652500', '155724.112500', '155724.572500', '155725.032500', '155725.492500', '155725.952500', '155726.412500', '155726.872500', '155727.332500', '155727.792500', '155728.252500', '155728.712500', '155729.172500', '155729.632500', '155730.092500', '155730.552500', '155731.012500', '155731.472500', '155731.932500', '155732.392500', '155732.852500', '155733.312500', '155733.772500', '155734.232500', '155734.692500', '155735.152500', '155735.612500', '155736.072500', '155736.532500', '155736.992500', '155737.452500', '155737.912500', '155738.372500', '155738.832500', '155739.292500', '155739.752500', '155740.212500', '155740.672500', '155741.132500', '155741.592500', '155742.052500', '155742.512500', '155742.972500', '155743.432500', '155743.892500', '155744.352500', '155744.812500', '155745.272500', '155745.732500', '155746.192500', '155746.652500', '155747.112500', '155747.572500', '155748.032500', '155748.492500', '155748.952500', '155749.412500', '155749.872500', '155750.332500', '155750.792500', '155751.252500', '155751.712500', '155752.172500', '155752.632500', '155753.092500', '155753.552500', '155754.012500', '155754.472500', '155754.932500', '155755.392500', '155755.852500', '155756.312500', '155756.772500', '155757.232500', '155757.692500', '155758.152500', '155758.612500', '155759.072500', '155759.532500', '155759.992500', '155800.452500', '155800.912500', '155801.372500', '155801.832500', '155802.292500', '155802.752500', '155803.212500', '155803.672500', '155804.132500', '155804.592500', '155805.052500', '155805.512500', '155805.972500', '155806.432500', '155806.892500', '155807.352500', '155807.812500', '155808.272500', '155808.732500', '155809.192500', '155809.652500', '155810.112500', '155810.572500', '155811.032500', '155811.492500', '155811.952500', '155812.412500', '155812.872500', '155813.332500', '155813.792500', '155814.252500', '155814.712500', '155815.172500', '155815.632500', '155816.092500', '155816.552500', '155817.012500', '155817.472500', '155817.932500', '155818.392500', '155818.852500', '155819.312500', '155819.772500', '155820.232500', '155820.692500', '155821.152500', '155821.612500', '155822.072500', '155822.532500', '155822.992500', '155823.452500', '155823.912500', '155824.372500', '155824.832500', '155825.292500', '155825.752500', '155826.212500', '155826.672500', '155827.132500', '155827.592500', '155828.052500', '155828.512500', '155828.972500', '155829.432500', '155829.892500', '155830.352500', '155830.812500', '155831.272500', '155831.732500', '155832.192500', '155832.652500', '155833.112500', '155833.572500', '155834.032500', '155834.492500', '155834.952500', '155835.412500', '155835.872500', '155836.332500', '155836.792500', '155837.252500', '155837.712500', '155838.172500', '155838.632500', '155839.092500', '155839.552500', '155840.012500', '155840.472500', '155840.932500', '155841.392500', '155841.852500', '155842.312500', '155842.772500', '155843.232500', '155843.692500', '155844.152500', '155844.612500', '155845.072500', '155845.532500', '155845.992500', '155846.452500', '155846.912500', '155847.372500', '155847.832500', '155848.292500', '155848.752500', '155849.212500', '155849.672500', '155850.132500', '155850.592500', '155851.052500', '155851.512500', '155851.972500', '155852.432500', '155852.892500', '155853.352500', '155853.812500', '155854.272500', '155854.732500', '155855.192500', '155855.652500', '155856.112500', '155856.572500', '155857.032500', '155857.492500', '155857.952500', '155858.412500', '155858.872500', '155859.332500', '155859.792500', '155900.252500', '155900.712500', '155901.172500', '155901.632500', '155902.092500', '155902.552500', '155903.012500', '155903.472500', '155903.932500', '155904.392500', '155904.852500', '155905.312500', '155905.772500', '155906.232500', '155906.692500', '155907.152500', '155907.612500', '155908.072500', '155908.532500', '155908.992500', '155909.452500', '155909.912500', '155910.372500', '155910.832500', '155911.292500', '155911.752500', '155912.212500', '155912.672500', '155913.132500', '155913.592500', '155914.052500', '155914.512500', '155914.972500', '155915.432500', '155915.892500', '155916.352500', '155916.812500', '155917.272500', '155917.732500', '155918.192500', '155918.652500', '155919.112500', '155919.572500', '155920.032500', '155920.492500', '155920.952500', '155921.412500', '155921.872500', '155922.332500', '155922.792500', '155923.252500', '155923.712500', '155924.172500', '155924.632500', '155925.092500', '155925.552500', '155926.012500', '155926.472500', '155926.932500'], 'ContentTime': ['155054.740000', '155054.743000', '155054.745000', '155054.748000', '155054.751000', '155054.754000', '155054.756000', '155054.759000', '155054.761000', '155054.764000', '155054.783000', '155054.786000', '155054.788000', '155054.792000', '155054.794000', '155054.797000', '155054.800000', '155054.803000', '155054.805000', '155054.808000', '155054.810000', '155054.814000', '155054.817000', '155054.819000', '155054.822000', '155054.825000', '155054.828000', '155054.830000', '155054.833000', '155054.836000', '155054.838000', '155054.841000', '155054.843000', '155054.846000', '155054.849000', '155054.851000', '155054.854000', '155054.856000', '155054.859000', '155054.861000', '155054.864000', '155114.687000', '155114.690000', '155114.693000', '155114.695000', '155114.698000', '155114.700000', '155114.703000', '155114.706000', '155114.708000', '155114.711000', '155114.714000', '155114.716000', '155114.719000', '155114.721000', '155114.724000', '155114.727000', '155114.729000', '155114.732000', '155114.734000', '155114.737000', '155114.739000', '155114.742000', '155114.745000', '155114.747000', '155114.750000', '155114.752000', '155114.755000', '155114.757000', '155114.760000', '155114.763000', '155114.766000', '155114.768000', '155114.771000', '155114.773000', '155114.776000', '155114.778000', '155114.781000', '155114.784000', '155114.786000', '155114.789000', '155114.792000', '155114.794000', '155114.797000', '155114.800000', '155134.686000', '155134.689000', '155134.692000', '155134.695000', '155134.697000', '155134.700000', '155134.702000', '155134.705000', '155134.708000', '155134.710000', '155134.713000', '155134.716000', '155134.718000', '155134.721000', '155134.723000', '155134.726000', '155134.729000', '155134.731000', '155134.734000', '155134.736000', '155134.739000', '155134.741000', '155134.744000', '155134.746000', '155134.749000', '155134.752000', '155134.755000', '155134.757000', '155134.760000', '155134.762000', '155134.765000', '155134.768000', '155134.770000', '155134.773000', '155134.775000', '155134.778000', '155134.780000', '155134.783000', '155134.785000', '155134.788000', '155134.791000', '155134.794000', '155134.796000', '155154.686000', '155154.689000', '155154.692000', '155154.695000', '155154.697000', '155154.700000', '155154.702000', '155154.705000', '155154.707000', '155154.710000', '155154.713000', '155154.715000', '155154.730000', '155154.732000', '155154.735000', '155154.738000', '155154.740000', '155154.743000', '155154.745000', '155154.748000', '155154.751000', '155154.753000', '155154.756000', '155154.758000', '155154.761000', '155154.764000', '155154.766000', '155154.769000', '155154.771000', '155154.774000', '155154.777000', '155154.779000', '155154.782000', '155154.784000', '155154.787000', '155154.789000', '155154.792000', '155154.802000', '155154.805000', '155154.807000', '155154.810000', '155154.813000', '155154.815000', '155154.818000', '155214.686000', '155214.688000', '155214.691000', '155214.694000', '155214.696000', '155214.699000', '155214.702000', '155214.704000', '155214.707000', '155214.709000', '155214.712000', '155214.714000', '155214.717000', '155214.720000', '155214.722000', '155214.725000', '155214.728000', '155214.730000', '155214.733000', '155214.735000', '155214.738000', '155214.740000', '155214.743000', '155214.746000', '155214.748000', '155214.751000', '155214.753000', '155214.756000', '155214.759000', '155214.761000', '155214.764000', '155214.766000', '155214.769000', '155214.771000', '155214.774000', '155214.777000', '155214.779000', '155214.782000', '155214.784000', '155214.787000', '155214.790000', '155214.793000', '155214.795000', '155234.685000', '155234.688000', '155234.691000', '155234.693000', '155234.696000', '155234.699000', '155234.701000', '155234.704000', '155234.707000', '155234.709000', '155234.712000', '155234.714000', '155234.717000', '155234.720000', '155234.722000', '155234.725000', '155234.727000', '155234.730000', '155234.733000', '155234.735000', '155234.738000', '155234.741000', '155234.743000', '155234.746000', '155234.755000', '155234.758000', '155234.760000', '155234.763000', '155234.766000', '155234.768000', '155234.771000', '155234.774000', '155234.777000', '155234.779000', '155234.782000', '155234.784000', '155234.787000', '155234.790000', '155234.792000', '155234.799000', '155234.802000', '155234.805000', '155234.807000', '155234.810000', '155254.686000', '155254.689000', '155254.691000', '155254.694000', '155254.696000', '155254.699000', '155254.701000', '155254.704000', '155254.707000', '155254.709000', '155254.712000', '155254.714000', '155254.717000', '155254.719000', '155254.722000', '155254.725000', '155254.727000', '155254.730000', '155254.732000', '155254.735000', '155254.738000', '155254.740000', '155254.743000', '155254.745000', '155254.748000', '155254.750000', '155254.753000', '155254.756000', '155254.758000', '155254.761000', '155254.763000', '155254.766000', '155254.768000', '155254.771000', '155254.774000', '155254.776000', '155254.779000', '155254.781000', '155254.784000', '155254.786000', '155254.789000', '155254.792000', '155254.794000', '155314.686000', '155314.689000', '155314.692000', '155314.694000', '155314.697000', '155314.700000', '155314.702000', '155314.705000', '155314.708000', '155314.710000', '155314.713000', '155314.716000', '155314.718000', '155314.721000', '155314.724000', '155314.726000', '155314.729000', '155314.731000', '155314.734000', '155314.736000', '155314.739000', '155314.742000', '155314.744000', '155314.747000', '155314.750000', '155314.752000', '155314.755000', '155314.757000', '155314.760000', '155314.763000', '155314.765000', '155314.768000', '155314.770000', '155314.773000', '155314.775000', '155314.778000', '155314.781000', '155314.783000', '155314.786000', '155314.788000', '155314.791000', '155314.794000', '155314.796000', '155314.799000', '155334.687000', '155334.689000', '155334.692000', '155334.695000', '155334.697000', '155334.700000', '155334.703000', '155334.722000', '155334.724000', '155334.727000', '155334.729000', '155334.732000', '155334.735000', '155334.737000', '155334.740000', '155334.742000', '155334.745000', '155334.748000', '155334.750000', '155334.753000', '155334.755000', '155334.758000', '155334.761000', '155334.763000', '155334.766000', '155334.769000', '155334.771000', '155334.774000', '155334.776000', '155334.779000', '155334.781000', '155334.784000', '155334.787000', '155334.790000', '155334.792000', '155334.795000', '155334.798000', '155334.800000', '155334.803000', '155334.805000', '155334.808000', '155334.811000', '155334.813000', '155354.687000', '155354.689000', '155354.692000', '155354.695000', '155354.697000', '155354.700000', '155354.703000', '155354.705000', '155354.708000', '155354.710000', '155354.713000', '155354.716000', '155354.718000', '155354.721000', '155354.723000', '155354.726000', '155354.729000', '155354.731000', '155354.734000', '155354.736000', '155354.739000', '155354.742000', '155354.744000', '155354.747000', '155354.749000', '155354.752000', '155354.754000', '155354.757000', '155354.760000', '155354.762000', '155354.765000', '155354.767000', '155354.770000', '155354.773000', '155354.775000', '155354.778000', '155354.780000', '155354.783000', '155354.786000', '155354.788000', '155354.791000', '155354.793000', '155354.796000', '155354.799000', '155414.686000', '155414.689000', '155414.692000', '155414.695000', '155414.697000', '155414.700000', '155414.702000', '155414.705000', '155414.708000', '155414.710000', '155414.713000', '155414.715000', '155414.727000', '155414.729000', '155414.732000', '155414.734000', '155414.737000', '155414.740000', '155414.742000', '155414.745000', '155414.748000', '155414.750000', '155414.753000', '155414.755000', '155414.758000', '155414.761000', '155414.763000', '155414.766000', '155414.769000', '155414.771000', '155414.774000', '155414.776000', '155414.779000', '155414.782000', '155414.784000', '155414.787000', '155414.790000', '155414.792000', '155414.795000', '155414.797000', '155414.800000', '155414.802000', '155414.805000', '155434.685000', '155434.689000', '155434.691000', '155434.694000', '155434.696000', '155434.701000', '155434.703000', '155434.706000', '155434.709000', '155434.711000', '155434.714000', '155434.716000', '155434.719000', '155434.722000', '155434.724000', '155434.727000', '155434.729000', '155434.732000', '155434.735000', '155434.737000', '155434.740000', '155434.743000', '155434.745000', '155434.748000', '155434.750000', '155434.753000', '155434.756000', '155434.758000', '155434.761000', '155434.763000', '155434.766000', '155434.769000', '155434.771000', '155434.774000', '155434.777000', '155434.779000', '155434.782000', '155434.784000', '155434.787000', '155434.790000', '155434.792000', '155434.795000', '155434.798000', '155434.800000', '155454.686000', '155454.689000', '155454.691000', '155454.694000', '155454.697000', '155454.699000', '155454.702000', '155454.704000', '155454.707000', '155454.710000', '155454.712000', '155454.715000', '155454.718000', '155454.720000', '155454.723000', '155454.725000', '155454.728000', '155454.731000', '155454.733000', '155454.736000', '155454.738000', '155454.741000', '155454.744000', '155454.746000', '155454.749000', '155454.751000', '155454.754000', '155454.757000', '155454.759000', '155454.762000', '155454.764000', '155454.767000', '155454.781000', '155454.784000', '155454.787000', '155454.789000', '155454.792000', '155454.795000', '155454.797000', '155454.800000', '155454.802000', '155454.805000', '155454.808000', '155514.685000', '155514.688000', '155514.691000', '155514.694000', '155514.697000', '155514.699000', '155514.702000', '155514.705000', '155514.707000', '155514.710000', '155514.712000', '155514.715000', '155514.718000', '155514.720000', '155514.723000', '155514.726000', '155514.728000', '155514.731000', '155514.733000', '155514.736000', '155514.739000', '155514.741000', '155514.744000', '155514.747000', '155514.749000', '155514.752000', '155514.754000', '155514.757000', '155514.760000', '155514.762000', '155514.765000', '155514.767000', '155514.770000', '155514.773000', '155514.775000', '155514.778000', '155514.781000', '155514.783000', '155514.786000', '155514.788000', '155514.791000', '155514.794000', '155514.796000', '155534.687000', '155534.689000', '155534.692000', '155534.698000', '155534.701000', '155534.704000', '155534.706000', '155534.709000', '155534.712000', '155534.714000', '155534.717000', '155534.720000', '155534.722000', '155534.725000', '155534.727000', '155534.730000', '155534.733000', '155534.736000', '155534.738000', '155534.741000', '155534.744000', '155534.746000', '155534.749000', '155534.751000', '155534.754000', '155534.756000', '155534.759000', '155534.762000', '155534.764000', '155534.767000', '155534.770000', '155534.772000', '155534.775000', '155534.778000', '155534.780000', '155534.783000', '155534.785000', '155534.788000', '155534.791000', '155534.793000', '155534.796000', '155534.798000', '155534.801000', '155534.804000', '155554.687000', '155554.690000', '155554.692000', '155554.695000', '155554.698000', '155554.700000', '155554.703000', '155554.705000', '155554.708000', '155554.711000', '155554.713000', '155554.716000', '155554.718000', '155554.721000', '155554.723000', '155554.726000', '155554.729000', '155554.732000', '155554.735000', '155554.738000', '155554.740000', '155554.743000', '155554.745000', '155554.748000', '155554.751000', '155554.753000', '155554.758000', '155554.761000', '155554.763000', '155554.766000', '155554.769000', '155554.771000', '155554.774000', '155554.776000', '155554.779000', '155554.782000', '155554.785000', '155554.787000', '155554.790000', '155554.793000', '155554.795000', '155554.798000', '155554.800000', '155614.686000', '155614.690000', '155614.693000', '155614.695000', '155614.698000', '155614.700000', '155614.703000', '155614.706000', '155614.708000', '155614.711000', '155614.714000', '155614.716000', '155614.719000', '155614.721000', '155614.724000', '155614.727000', '155614.729000', '155614.732000', '155614.735000', '155614.737000', '155614.740000', '155614.742000', '155614.745000', '155614.748000', '155614.750000', '155614.753000', '155614.755000', '155614.758000', '155614.761000', '155614.763000', '155614.766000', '155614.768000', '155614.771000', '155614.774000', '155614.776000', '155614.779000', '155614.781000', '155614.784000', '155614.787000', '155614.789000', '155614.792000', '155614.795000', '155614.797000', '155614.800000', '155634.694000', '155634.697000', '155634.700000', '155634.702000', '155634.705000', '155634.708000', '155634.710000', '155634.713000', '155634.716000', '155634.718000', '155634.721000', '155634.723000', '155634.726000', '155634.729000', '155634.731000', '155634.734000', '155634.737000', '155634.739000', '155634.742000', '155634.744000', '155634.747000', '155634.750000', '155634.752000', '155634.755000', '155634.757000', '155634.760000', '155634.763000', '155634.765000', '155634.768000', '155634.770000', '155634.773000', '155634.776000', '155634.778000', '155634.781000', '155634.783000', '155634.786000', '155634.789000', '155634.791000', '155634.794000', '155634.797000', '155634.799000', '155634.802000', '155634.805000', '155634.807000', '155654.685000', '155654.688000', '155654.691000', '155654.694000', '155654.696000', '155654.699000', '155654.701000', '155654.704000', '155654.707000', '155654.710000', '155654.712000', '155654.715000', '155654.718000', '155654.721000', '155654.723000', '155654.726000', '155654.729000', '155654.732000', '155654.734000', '155654.737000', '155654.740000', '155654.742000', '155654.745000', '155654.747000', '155654.750000', '155654.752000', '155654.755000', '155654.758000', '155654.760000', '155654.763000', '155654.766000', '155654.768000', '155654.771000', '155654.773000', '155654.776000', '155654.779000', '155654.781000', '155654.784000', '155654.786000', '155654.789000', '155654.792000', '155654.794000', '155654.797000', '155714.686000', '155714.689000', '155714.691000', '155714.694000', '155714.697000', '155714.700000', '155714.702000', '155714.705000', '155714.708000', '155714.710000', '155714.713000', '155714.716000', '155714.718000', '155714.721000', '155714.724000', '155714.726000', '155714.730000', '155714.733000', '155714.735000', '155714.738000', '155714.741000', '155714.743000', '155714.746000', '155714.749000', '155714.751000', '155714.754000', '155714.757000', '155714.759000', '155714.762000', '155714.765000', '155714.767000', '155714.771000', '155714.774000', '155714.777000', '155714.779000', '155714.782000', '155714.784000', '155714.787000', '155714.790000', '155714.792000', '155714.795000', '155714.798000', '155714.800000', '155734.685000', '155734.688000', '155734.691000', '155734.694000', '155734.696000', '155734.699000', '155734.702000', '155734.704000', '155734.707000', '155734.709000', '155734.712000', '155734.715000', '155734.717000', '155734.720000', '155734.722000', '155734.725000', '155734.728000', '155734.730000', '155734.733000', '155734.736000', '155734.738000', '155734.741000', '155734.743000', '155734.746000', '155734.749000', '155734.751000', '155734.754000', '155734.756000', '155734.759000', '155734.762000', '155734.764000', '155734.767000', '155734.770000', '155734.772000', '155734.775000', '155734.777000', '155734.780000', '155734.783000', '155734.785000', '155734.788000', '155734.791000', '155734.793000', '155734.796000', '155734.799000', '155754.687000', '155754.689000', '155754.692000', '155754.695000', '155754.697000', '155754.700000', '155754.703000', '155754.705000', '155754.708000', '155754.711000', '155754.713000', '155754.716000', '155754.719000', '155754.721000', '155754.724000', '155754.727000', '155754.729000', '155754.732000', '155754.734000', '155754.737000', '155754.740000', '155754.742000', '155754.745000', '155754.748000', '155754.750000', '155754.753000', '155754.756000', '155754.758000', '155754.761000', '155754.764000', '155754.767000', '155754.770000', '155754.772000', '155754.775000', '155754.778000', '155754.780000', '155754.783000', '155754.785000', '155754.788000', '155754.791000', '155754.793000', '155754.796000', '155754.799000', '155814.687000', '155814.690000', '155814.692000', '155814.695000', '155814.697000', '155814.700000', '155814.703000', '155814.705000', '155814.708000', '155814.710000', '155814.713000', '155814.716000', '155814.718000', '155814.721000', '155814.724000', '155814.727000', '155814.729000', '155814.732000', '155814.734000', '155814.737000', '155814.740000', '155814.742000', '155814.745000', '155814.748000', '155814.750000', '155814.753000', '155814.756000', '155814.758000', '155814.761000', '155814.764000', '155814.766000', '155814.769000', '155814.772000', '155814.774000', '155814.777000', '155814.779000', '155814.782000', '155814.785000', '155814.787000', '155814.790000', '155814.793000', '155814.795000', '155814.798000', '155814.801000', '155834.686000', '155834.689000', '155834.692000', '155834.695000', '155834.697000', '155834.700000', '155834.703000', '155834.705000', '155834.708000', '155834.711000', '155834.714000', '155834.716000', '155834.719000', '155834.722000', '155834.724000', '155834.727000', '155834.730000', '155834.732000', '155834.735000', '155834.737000', '155834.740000', '155834.743000', '155834.745000', '155834.748000', '155834.751000', '155834.753000', '155834.756000', '155834.759000', '155834.761000', '155834.764000', '155834.767000', '155834.770000', '155834.773000', '155834.776000', '155834.778000', '155834.781000', '155834.784000', '155834.786000', '155834.789000', '155834.792000', '155834.794000', '155834.797000', '155834.799000', '155854.687000', '155854.689000', '155854.692000', '155854.695000', '155854.697000', '155854.700000', '155854.702000', '155854.705000', '155854.707000', '155854.710000', '155854.713000', '155854.715000', '155854.718000', '155854.720000', '155854.723000', '155854.726000', '155854.728000', '155854.731000', '155854.734000', '155854.736000', '155854.739000', '155854.741000', '155854.744000', '155854.747000', '155854.749000', '155854.752000', '155854.754000', '155854.757000', '155854.759000', '155854.762000', '155854.765000', '155854.767000', '155854.770000', '155854.772000', '155854.775000', '155854.778000', '155854.784000', '155854.787000', '155854.789000', '155854.792000', '155854.795000', '155854.797000', '155854.800000', '155854.802000', '155914.686000', '155914.689000', '155914.691000', '155914.694000', '155914.696000', '155914.699000', '155914.702000', '155914.713000', '155914.715000', '155914.718000', '155914.721000', '155914.723000', '155914.726000', '155914.728000', '155914.731000', '155914.734000', '155914.736000', '155914.739000', '155914.741000', '155914.744000', '155914.747000', '155914.749000', '155914.752000', '155914.755000', '155914.757000', '155914.760000', '155914.763000', '155914.765000', '155914.768000', '155914.770000', '155914.773000', '155914.776000', '155914.778000', '155914.781000', '155914.783000', '155914.786000', '155914.789000', '155914.792000', '155914.794000', '155914.797000', '155914.800000', '155914.803000', '155914.806000', '155928.110000', '155928.113000', '155928.116000', '155928.119000', '155928.122000', '155928.125000', '155928.127000', '155928.130000', '155928.133000', '155928.136000', '155928.138000', '155928.141000', '155928.144000', '155928.146000', '155928.149000', '155928.152000', '155928.155000', '155928.157000', '155928.160000', '155928.163000', '155928.166000', '155928.168000', '155928.171000', '155928.174000', '155928.177000', '155928.180000', '155928.183000', '155928.191000', '155928.264000', '155928.268000'], 'InstanceCreationTime': ['155054.740000', '155054.743000', '155054.745000', '155054.748000', '155054.751000', '155054.754000', '155054.756000', '155054.759000', '155054.761000', '155054.764000', '155054.783000', '155054.786000', '155054.788000', '155054.792000', '155054.794000', '155054.797000', '155054.800000', '155054.803000', '155054.805000', '155054.808000', '155054.810000', '155054.814000', '155054.817000', '155054.819000', '155054.822000', '155054.825000', '155054.828000', '155054.830000', '155054.833000', '155054.836000', '155054.838000', '155054.841000', '155054.843000', '155054.846000', '155054.849000', '155054.851000', '155054.854000', '155054.856000', '155054.859000', '155054.861000', '155054.864000', '155114.687000', '155114.690000', '155114.693000', '155114.695000', '155114.698000', '155114.700000', '155114.703000', '155114.706000', '155114.708000', '155114.711000', '155114.714000', '155114.716000', '155114.719000', '155114.721000', '155114.724000', '155114.727000', '155114.729000', '155114.732000', '155114.734000', '155114.737000', '155114.739000', '155114.742000', '155114.745000', '155114.747000', '155114.750000', '155114.752000', '155114.755000', '155114.757000', '155114.760000', '155114.763000', '155114.766000', '155114.768000', '155114.771000', '155114.773000', '155114.776000', '155114.778000', '155114.781000', '155114.784000', '155114.786000', '155114.789000', '155114.792000', '155114.794000', '155114.797000', '155114.800000', '155134.686000', '155134.689000', '155134.692000', '155134.695000', '155134.697000', '155134.700000', '155134.702000', '155134.705000', '155134.708000', '155134.710000', '155134.713000', '155134.716000', '155134.718000', '155134.721000', '155134.723000', '155134.726000', '155134.729000', '155134.731000', '155134.734000', '155134.736000', '155134.739000', '155134.741000', '155134.744000', '155134.746000', '155134.749000', '155134.752000', '155134.755000', '155134.757000', '155134.760000', '155134.762000', '155134.765000', '155134.768000', '155134.770000', '155134.773000', '155134.775000', '155134.778000', '155134.780000', '155134.783000', '155134.785000', '155134.788000', '155134.791000', '155134.794000', '155134.796000', '155154.686000', '155154.689000', '155154.692000', '155154.695000', '155154.697000', '155154.700000', '155154.702000', '155154.705000', '155154.707000', '155154.710000', '155154.713000', '155154.715000', '155154.730000', '155154.732000', '155154.735000', '155154.738000', '155154.740000', '155154.743000', '155154.745000', '155154.748000', '155154.751000', '155154.753000', '155154.756000', '155154.758000', '155154.761000', '155154.764000', '155154.766000', '155154.769000', '155154.771000', '155154.774000', '155154.777000', '155154.779000', '155154.782000', '155154.784000', '155154.787000', '155154.789000', '155154.792000', '155154.802000', '155154.805000', '155154.807000', '155154.810000', '155154.813000', '155154.815000', '155154.818000', '155214.686000', '155214.688000', '155214.691000', '155214.694000', '155214.696000', '155214.699000', '155214.702000', '155214.704000', '155214.707000', '155214.709000', '155214.712000', '155214.714000', '155214.717000', '155214.720000', '155214.722000', '155214.725000', '155214.728000', '155214.730000', '155214.733000', '155214.735000', '155214.738000', '155214.740000', '155214.743000', '155214.746000', '155214.748000', '155214.751000', '155214.753000', '155214.756000', '155214.759000', '155214.761000', '155214.764000', '155214.766000', '155214.769000', '155214.771000', '155214.774000', '155214.777000', '155214.779000', '155214.782000', '155214.784000', '155214.787000', '155214.790000', '155214.793000', '155214.795000', '155234.685000', '155234.688000', '155234.691000', '155234.693000', '155234.696000', '155234.699000', '155234.701000', '155234.704000', '155234.707000', '155234.709000', '155234.712000', '155234.714000', '155234.717000', '155234.720000', '155234.722000', '155234.725000', '155234.727000', '155234.730000', '155234.733000', '155234.735000', '155234.738000', '155234.741000', '155234.743000', '155234.746000', '155234.755000', '155234.758000', '155234.760000', '155234.763000', '155234.766000', '155234.768000', '155234.771000', '155234.774000', '155234.777000', '155234.779000', '155234.782000', '155234.784000', '155234.787000', '155234.790000', '155234.792000', '155234.799000', '155234.802000', '155234.805000', '155234.807000', '155234.810000', '155254.686000', '155254.689000', '155254.691000', '155254.694000', '155254.696000', '155254.699000', '155254.701000', '155254.704000', '155254.707000', '155254.709000', '155254.712000', '155254.714000', '155254.717000', '155254.719000', '155254.722000', '155254.725000', '155254.727000', '155254.730000', '155254.732000', '155254.735000', '155254.738000', '155254.740000', '155254.743000', '155254.745000', '155254.748000', '155254.750000', '155254.753000', '155254.756000', '155254.758000', '155254.761000', '155254.763000', '155254.766000', '155254.768000', '155254.771000', '155254.774000', '155254.776000', '155254.779000', '155254.781000', '155254.784000', '155254.786000', '155254.789000', '155254.792000', '155254.794000', '155314.686000', '155314.689000', '155314.692000', '155314.694000', '155314.697000', '155314.700000', '155314.702000', '155314.705000', '155314.708000', '155314.710000', '155314.713000', '155314.716000', '155314.718000', '155314.721000', '155314.724000', '155314.726000', '155314.729000', '155314.731000', '155314.734000', '155314.736000', '155314.739000', '155314.742000', '155314.744000', '155314.747000', '155314.750000', '155314.752000', '155314.755000', '155314.757000', '155314.760000', '155314.763000', '155314.765000', '155314.768000', '155314.770000', '155314.773000', '155314.775000', '155314.778000', '155314.781000', '155314.783000', '155314.786000', '155314.788000', '155314.791000', '155314.794000', '155314.796000', '155314.799000', '155334.687000', '155334.689000', '155334.692000', '155334.695000', '155334.697000', '155334.700000', '155334.703000', '155334.722000', '155334.724000', '155334.727000', '155334.729000', '155334.732000', '155334.735000', '155334.737000', '155334.740000', '155334.742000', '155334.745000', '155334.748000', '155334.750000', '155334.753000', '155334.755000', '155334.758000', '155334.761000', '155334.763000', '155334.766000', '155334.769000', '155334.771000', '155334.774000', '155334.776000', '155334.779000', '155334.781000', '155334.784000', '155334.787000', '155334.790000', '155334.792000', '155334.795000', '155334.798000', '155334.800000', '155334.803000', '155334.805000', '155334.808000', '155334.811000', '155334.813000', '155354.687000', '155354.689000', '155354.692000', '155354.695000', '155354.697000', '155354.700000', '155354.703000', '155354.705000', '155354.708000', '155354.710000', '155354.713000', '155354.716000', '155354.718000', '155354.721000', '155354.723000', '155354.726000', '155354.729000', '155354.731000', '155354.734000', '155354.736000', '155354.739000', '155354.742000', '155354.744000', '155354.747000', '155354.749000', '155354.752000', '155354.754000', '155354.757000', '155354.760000', '155354.762000', '155354.765000', '155354.767000', '155354.770000', '155354.773000', '155354.775000', '155354.778000', '155354.780000', '155354.783000', '155354.786000', '155354.788000', '155354.791000', '155354.793000', '155354.796000', '155354.799000', '155414.686000', '155414.689000', '155414.692000', '155414.695000', '155414.697000', '155414.700000', '155414.702000', '155414.705000', '155414.708000', '155414.710000', '155414.713000', '155414.715000', '155414.727000', '155414.729000', '155414.732000', '155414.734000', '155414.737000', '155414.740000', '155414.742000', '155414.745000', '155414.748000', '155414.750000', '155414.753000', '155414.755000', '155414.758000', '155414.761000', '155414.763000', '155414.766000', '155414.769000', '155414.771000', '155414.774000', '155414.776000', '155414.779000', '155414.782000', '155414.784000', '155414.787000', '155414.790000', '155414.792000', '155414.795000', '155414.797000', '155414.800000', '155414.802000', '155414.805000', '155434.685000', '155434.689000', '155434.691000', '155434.694000', '155434.696000', '155434.701000', '155434.703000', '155434.706000', '155434.709000', '155434.711000', '155434.714000', '155434.716000', '155434.719000', '155434.722000', '155434.724000', '155434.727000', '155434.729000', '155434.732000', '155434.735000', '155434.737000', '155434.740000', '155434.743000', '155434.745000', '155434.748000', '155434.750000', '155434.753000', '155434.756000', '155434.758000', '155434.761000', '155434.763000', '155434.766000', '155434.769000', '155434.771000', '155434.774000', '155434.777000', '155434.779000', '155434.782000', '155434.784000', '155434.787000', '155434.790000', '155434.792000', '155434.795000', '155434.798000', '155434.800000', '155454.686000', '155454.689000', '155454.691000', '155454.694000', '155454.697000', '155454.699000', '155454.702000', '155454.704000', '155454.707000', '155454.710000', '155454.712000', '155454.715000', '155454.718000', '155454.720000', '155454.723000', '155454.725000', '155454.728000', '155454.731000', '155454.733000', '155454.736000', '155454.738000', '155454.741000', '155454.744000', '155454.746000', '155454.749000', '155454.751000', '155454.754000', '155454.757000', '155454.759000', '155454.762000', '155454.764000', '155454.767000', '155454.781000', '155454.784000', '155454.787000', '155454.789000', '155454.792000', '155454.795000', '155454.797000', '155454.800000', '155454.802000', '155454.805000', '155454.808000', '155514.685000', '155514.688000', '155514.691000', '155514.694000', '155514.697000', '155514.699000', '155514.702000', '155514.705000', '155514.707000', '155514.710000', '155514.712000', '155514.715000', '155514.718000', '155514.720000', '155514.723000', '155514.726000', '155514.728000', '155514.731000', '155514.733000', '155514.736000', '155514.739000', '155514.741000', '155514.744000', '155514.747000', '155514.749000', '155514.752000', '155514.754000', '155514.757000', '155514.760000', '155514.762000', '155514.765000', '155514.767000', '155514.770000', '155514.773000', '155514.775000', '155514.778000', '155514.781000', '155514.783000', '155514.786000', '155514.788000', '155514.791000', '155514.794000', '155514.796000', '155534.687000', '155534.689000', '155534.692000', '155534.698000', '155534.701000', '155534.704000', '155534.706000', '155534.709000', '155534.712000', '155534.714000', '155534.717000', '155534.720000', '155534.722000', '155534.725000', '155534.727000', '155534.730000', '155534.733000', '155534.736000', '155534.738000', '155534.741000', '155534.744000', '155534.746000', '155534.749000', '155534.751000', '155534.754000', '155534.756000', '155534.759000', '155534.762000', '155534.764000', '155534.767000', '155534.770000', '155534.772000', '155534.775000', '155534.778000', '155534.780000', '155534.783000', '155534.785000', '155534.788000', '155534.791000', '155534.793000', '155534.796000', '155534.798000', '155534.801000', '155534.804000', '155554.687000', '155554.690000', '155554.692000', '155554.695000', '155554.698000', '155554.700000', '155554.703000', '155554.705000', '155554.708000', '155554.711000', '155554.713000', '155554.716000', '155554.718000', '155554.721000', '155554.723000', '155554.726000', '155554.729000', '155554.732000', '155554.735000', '155554.738000', '155554.740000', '155554.743000', '155554.745000', '155554.748000', '155554.751000', '155554.753000', '155554.758000', '155554.761000', '155554.763000', '155554.766000', '155554.769000', '155554.771000', '155554.774000', '155554.776000', '155554.779000', '155554.782000', '155554.785000', '155554.787000', '155554.790000', '155554.793000', '155554.795000', '155554.798000', '155554.800000', '155614.686000', '155614.690000', '155614.693000', '155614.695000', '155614.698000', '155614.700000', '155614.703000', '155614.706000', '155614.708000', '155614.711000', '155614.714000', '155614.716000', '155614.719000', '155614.721000', '155614.724000', '155614.727000', '155614.729000', '155614.732000', '155614.735000', '155614.737000', '155614.740000', '155614.742000', '155614.745000', '155614.748000', '155614.750000', '155614.753000', '155614.755000', '155614.758000', '155614.761000', '155614.763000', '155614.766000', '155614.768000', '155614.771000', '155614.774000', '155614.776000', '155614.779000', '155614.781000', '155614.784000', '155614.787000', '155614.789000', '155614.792000', '155614.795000', '155614.797000', '155614.800000', '155634.694000', '155634.697000', '155634.700000', '155634.702000', '155634.705000', '155634.708000', '155634.710000', '155634.713000', '155634.716000', '155634.718000', '155634.721000', '155634.723000', '155634.726000', '155634.729000', '155634.731000', '155634.734000', '155634.737000', '155634.739000', '155634.742000', '155634.744000', '155634.747000', '155634.750000', '155634.752000', '155634.755000', '155634.757000', '155634.760000', '155634.763000', '155634.765000', '155634.768000', '155634.770000', '155634.773000', '155634.776000', '155634.778000', '155634.781000', '155634.783000', '155634.786000', '155634.789000', '155634.791000', '155634.794000', '155634.797000', '155634.799000', '155634.802000', '155634.805000', '155634.807000', '155654.685000', '155654.688000', '155654.691000', '155654.694000', '155654.696000', '155654.699000', '155654.701000', '155654.704000', '155654.707000', '155654.710000', '155654.712000', '155654.715000', '155654.718000', '155654.721000', '155654.723000', '155654.726000', '155654.729000', '155654.732000', '155654.734000', '155654.737000', '155654.740000', '155654.742000', '155654.745000', '155654.747000', '155654.750000', '155654.752000', '155654.755000', '155654.758000', '155654.760000', '155654.763000', '155654.766000', '155654.768000', '155654.771000', '155654.773000', '155654.776000', '155654.779000', '155654.781000', '155654.784000', '155654.786000', '155654.789000', '155654.792000', '155654.794000', '155654.797000', '155714.686000', '155714.689000', '155714.691000', '155714.694000', '155714.697000', '155714.700000', '155714.702000', '155714.705000', '155714.708000', '155714.710000', '155714.713000', '155714.716000', '155714.718000', '155714.721000', '155714.724000', '155714.726000', '155714.730000', '155714.733000', '155714.735000', '155714.738000', '155714.741000', '155714.743000', '155714.746000', '155714.749000', '155714.751000', '155714.754000', '155714.757000', '155714.759000', '155714.762000', '155714.765000', '155714.767000', '155714.771000', '155714.774000', '155714.777000', '155714.779000', '155714.782000', '155714.784000', '155714.787000', '155714.790000', '155714.792000', '155714.795000', '155714.798000', '155714.800000', '155734.685000', '155734.688000', '155734.691000', '155734.694000', '155734.696000', '155734.699000', '155734.702000', '155734.704000', '155734.707000', '155734.709000', '155734.712000', '155734.715000', '155734.717000', '155734.720000', '155734.722000', '155734.725000', '155734.728000', '155734.730000', '155734.733000', '155734.736000', '155734.738000', '155734.741000', '155734.743000', '155734.746000', '155734.749000', '155734.751000', '155734.754000', '155734.756000', '155734.759000', '155734.762000', '155734.764000', '155734.767000', '155734.770000', '155734.772000', '155734.775000', '155734.777000', '155734.780000', '155734.783000', '155734.785000', '155734.788000', '155734.791000', '155734.793000', '155734.796000', '155734.799000', '155754.687000', '155754.689000', '155754.692000', '155754.695000', '155754.697000', '155754.700000', '155754.703000', '155754.705000', '155754.708000', '155754.711000', '155754.713000', '155754.716000', '155754.719000', '155754.721000', '155754.724000', '155754.727000', '155754.729000', '155754.732000', '155754.734000', '155754.737000', '155754.740000', '155754.742000', '155754.745000', '155754.748000', '155754.750000', '155754.753000', '155754.756000', '155754.758000', '155754.761000', '155754.764000', '155754.767000', '155754.770000', '155754.772000', '155754.775000', '155754.778000', '155754.780000', '155754.783000', '155754.785000', '155754.788000', '155754.791000', '155754.793000', '155754.796000', '155754.799000', '155814.687000', '155814.690000', '155814.692000', '155814.695000', '155814.697000', '155814.700000', '155814.703000', '155814.705000', '155814.708000', '155814.710000', '155814.713000', '155814.716000', '155814.718000', '155814.721000', '155814.724000', '155814.727000', '155814.729000', '155814.732000', '155814.734000', '155814.737000', '155814.740000', '155814.742000', '155814.745000', '155814.748000', '155814.750000', '155814.753000', '155814.756000', '155814.758000', '155814.761000', '155814.764000', '155814.766000', '155814.769000', '155814.772000', '155814.774000', '155814.777000', '155814.779000', '155814.782000', '155814.785000', '155814.787000', '155814.790000', '155814.793000', '155814.795000', '155814.798000', '155814.801000', '155834.686000', '155834.689000', '155834.692000', '155834.695000', '155834.697000', '155834.700000', '155834.703000', '155834.705000', '155834.708000', '155834.711000', '155834.714000', '155834.716000', '155834.719000', '155834.722000', '155834.724000', '155834.727000', '155834.730000', '155834.732000', '155834.735000', '155834.737000', '155834.740000', '155834.743000', '155834.745000', '155834.748000', '155834.751000', '155834.753000', '155834.756000', '155834.759000', '155834.761000', '155834.764000', '155834.767000', '155834.770000', '155834.773000', '155834.776000', '155834.778000', '155834.781000', '155834.784000', '155834.786000', '155834.789000', '155834.792000', '155834.794000', '155834.797000', '155834.799000', '155854.687000', '155854.689000', '155854.692000', '155854.695000', '155854.697000', '155854.700000', '155854.702000', '155854.705000', '155854.707000', '155854.710000', '155854.713000', '155854.715000', '155854.718000', '155854.720000', '155854.723000', '155854.726000', '155854.728000', '155854.731000', '155854.734000', '155854.736000', '155854.739000', '155854.741000', '155854.744000', '155854.747000', '155854.749000', '155854.752000', '155854.754000', '155854.757000', '155854.759000', '155854.762000', '155854.765000', '155854.767000', '155854.770000', '155854.772000', '155854.775000', '155854.778000', '155854.784000', '155854.787000', '155854.789000', '155854.792000', '155854.795000', '155854.797000', '155854.800000', '155854.802000', '155914.686000', '155914.689000', '155914.691000', '155914.694000', '155914.696000', '155914.699000', '155914.702000', '155914.713000', '155914.715000', '155914.718000', '155914.721000', '155914.723000', '155914.726000', '155914.728000', '155914.731000', '155914.734000', '155914.736000', '155914.739000', '155914.741000', '155914.744000', '155914.747000', '155914.749000', '155914.752000', '155914.755000', '155914.757000', '155914.760000', '155914.763000', '155914.765000', '155914.768000', '155914.770000', '155914.773000', '155914.776000', '155914.778000', '155914.781000', '155914.783000', '155914.786000', '155914.789000', '155914.792000', '155914.794000', '155914.797000', '155914.800000', '155914.803000', '155914.806000', '155928.110000', '155928.113000', '155928.116000', '155928.119000', '155928.122000', '155928.125000', '155928.127000', '155928.130000', '155928.133000', '155928.136000', '155928.138000', '155928.141000', '155928.144000', '155928.146000', '155928.149000', '155928.152000', '155928.155000', '155928.157000', '155928.160000', '155928.163000', '155928.166000', '155928.168000', '155928.171000', '155928.174000', '155928.177000', '155928.180000', '155928.183000', '155928.191000', '155928.264000', '155928.268000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [10243, 7492, 10618, 7783, 11260, 9123, 10162, 8958, 9273, 8939, 8329, 9991, 8817, 7993, 9021, 9259, 8511, 8347, 7510, 8499, 8123, 8418, 10126, 8883, 12524, 10666, 13582, 8589, 8832, 10562, 8960, 10983, 16290, 10120, 13325, 9920, 11685, 8637, 10059, 8423, 8588, 8201, 8452, 8090, 7775, 7546, 8621, 9608, 8456, 7447, 8766, 13445, 8637, 11143, 8536, 9841, 8458, 8598, 7997, 8789, 13886, 8743, 13988, 8754, 11457, 8563, 10387, 8301, 9763, 8253, 8867, 14638, 8660, 12604, 8909, 10461, 8320, 8644, 7828, 8434, 13181, 8601, 11604, 8703, 10016, 7699, 9264, 8193, 8115, 7545, 8412, 11184, 8533, 11687, 8715, 10531, 8464, 9119, 7875, 9032, 8191, 8678, 8005, 8593, 12379, 8317, 14402, 8663, 11741, 8622, 10563, 7940, 8840, 8108, 8342, 9886, 8272, 15024, 8348, 11473, 8761, 10602, 8287, 8656, 7807, 8321, 8707, 8438, 7662, 8650, 9960, 8105, 12320, 8372, 12990, 8506, 10320, 8092, 9673, 7886, 9744, 8065, 8174, 8737, 8439, 15941, 9024, 12434, 8337, 10933, 7946, 9013, 7981, 8178, 7530, 8206, 13300, 8277, 11022, 8301, 10266, 8125, 9007, 7990, 8082, 8477, 8889, 8065, 8982, 7152, 11306, 8281, 8702, 7928, 8331, 8745, 16115, 11121, 13286, 9170, 10437, 8015, 8323, 15541, 7951, 12138, 8517, 11196, 7954, 9414, 8086, 9373, 8260, 9443, 8765, 9402, 8230, 10263, 8211, 9550, 8211, 11652, 8305, 8045, 10531, 7979, 12962, 8242, 11865, 8148, 11702, 9493, 8326, 13921, 8133, 13129, 8232, 11458, 7712, 11614, 7655, 10303, 8368, 9295, 7922, 9297, 8248, 9129, 8383, 7914, 9881, 8272, 14132, 8205, 13259, 8896, 11867, 8964, 12447, 7978, 10524, 7907, 10495, 8216, 11562, 7977, 9114, 8196, 8327, 10395, 8365, 8016, 9099, 7944, 9688, 8368, 9414, 10958, 10970, 8179, 8703, 8175, 9333, 8205, 10144, 7872, 8872, 7952, 10345, 8401, 13190, 7705, 8696, 7430, 7824, 10312, 16957, 9878, 12615, 7759, 12244, 8282, 10740, 8011, 13299, 8686, 15135, 12226, 15670, 12325, 14686, 11048, 13603, 9496, 11078, 9187, 9473, 9950, 8269, 11297, 7868, 11760, 8250, 9646, 7628, 7938, 8442, 7601, 10028, 7693, 9573, 8021, 7860, 8470, 7905, 9132, 7706, 9472, 8196, 8987, 8255, 11499, 8519, 7110, 11574, 7511, 11265, 7495, 7933, 11882, 7444, 13208, 8254, 12775, 8421, 13581, 7499, 10946, 7388, 10367, 7728, 9713, 7815, 7580, 7448, 7624, 10335, 7573, 8874, 8345, 7087, 9493, 7787, 12982, 7441, 14233, 9377, 15046, 9161, 12912, 9245, 11037, 7603, 10593, 8461, 8193, 14910, 7642, 13515, 9220, 11367, 7739, 9692, 7497, 9379, 7171, 8700, 7305, 7880, 7632, 7848, 10410, 7898, 9604, 7874, 10043, 7611, 12259, 8012, 9954, 7568, 11312, 8821, 11519, 8842, 10092, 7681, 8007, 8801, 7866, 8216, 8457, 7936, 12063, 16822, 11382, 14326, 10235, 12192, 7571, 10849, 7447, 9445, 7793, 10154, 7590, 9378, 7495, 9751, 7753, 10970, 7636, 10063, 7661, 10287, 7725, 14858, 8880, 12993, 8370, 11241, 8465, 10635, 7630, 12344, 7714, 11505, 7758, 13066, 8600, 13763, 8792, 8754, 7471, 7987, 8941, 7905, 11854, 7591, 12919, 7803, 12065, 7758, 11431, 7810, 12586, 7566, 10923, 7680, 11858, 8112, 10432, 7840, 8163, 8731, 8116, 10077, 8947, 11944, 8720, 8204, 11494, 7671, 8850, 7563, 7875, 11927, 7958, 11191, 8758, 8403, 7967, 9200, 10795, 7785, 9567, 8274, 7743, 12556, 10793, 8521, 16084, 9940, 10930, 7777, 12142, 7725, 13262, 8263, 11377, 8417, 10981, 7868, 10108, 7955, 9444, 7472, 8547, 7867, 8420, 8818, 8498, 9083, 7978, 13819, 8098, 12010, 8742, 11804, 8155, 9523, 7828, 8896, 8516, 9217, 9513, 8118, 14046, 8162, 13545, 9433, 12620, 7949, 11398, 8812, 10779, 8649, 9728, 9555, 8354, 7972, 8329, 10458, 8413, 15475, 10752, 13460, 9314, 9869, 7944, 8047, 15686, 8082, 13325, 9212, 11634, 8295, 9964, 8193, 9625, 7998, 9577, 8190, 9067, 7953, 8830, 8022, 8704, 7898, 8438, 14401, 8289, 14084, 9226, 11272, 8344, 10446, 8024, 9507, 8256, 9334, 8044, 8348, 7877, 8205, 8105, 8318, 7985, 7986, 8170, 8139, 9106, 8342, 15325, 8477, 12127, 9721, 11818, 8271, 10054, 8109, 11008, 8436, 10911, 8418, 8483, 8210, 8445, 8248, 9057, 8395, 9458, 8270, 10463, 8679, 10301, 8400, 10645, 8717, 10897, 8391, 9325, 8655, 9427, 8314, 7783, 7980, 8020, 10595, 7949, 8626, 8367, 10199, 8649, 13556, 8472, 12628, 8505, 11155, 8780, 10423, 8382, 9943, 8004, 9450, 7904, 9042, 7986, 8557, 8139, 10480, 7519, 7815, 8539, 8204, 10317, 8148, 11547, 8218, 10321, 9707, 9229, 12137, 7691, 14378, 7776, 14573, 9148, 13708, 8088, 13177, 8191, 11127, 9302, 10504, 7818, 9997, 7786, 9433, 7939, 9316, 7921, 8263, 7909, 7744, 7543, 8029, 7722, 7490, 7585, 7939, 11430, 8075, 9261, 7826, 8246, 8061, 10966, 7930, 7652, 7622, 8094, 8006, 13251, 8662, 11063, 7854, 8917, 8017, 10253, 8109, 7994, 8487, 8012, 9379, 8018, 9815, 7909, 9534, 7878, 8920, 7772, 9098, 8021, 10132, 13305, 7979, 14869, 8723, 13474, 8302, 12255, 8163, 11315, 8702, 7923, 7572, 7466, 8337, 8043, 8183, 7374, 7905, 12108, 8099, 14766, 9907, 14636, 11071, 14475, 9401, 9451, 7738, 8174, 9737, 9250, 7748, 10639, 7197, 8000, 8450, 12925, 8848, 13249, 8211, 11253, 8725, 10911, 8822, 10831, 8541, 12329, 8730, 13672, 8607, 9715, 15042, 14514, 10535, 14667, 8382, 8748, 11037, 15015, 9687, 15410, 9089, 13434, 8313, 12063, 8078, 9818, 7411, 8466, 9194, 8568, 10627, 8576, 10454, 8856, 9860, 8445, 10434, 8360, 9666, 8111, 8015, 7491, 7927, 8118, 9502, 7945, 9915, 8319, 13218, 8014, 15440, 8551, 12628, 8219, 10583, 7923, 9626, 8019, 9102, 7847, 8153, 7544, 8224, 11863, 8247, 12005, 8157, 10226, 7832, 9377, 7674, 9085, 7571, 8144, 7381, 8025, 12523, 7911, 12337, 7777, 10470, 7840, 10443, 7366, 10163, 7423, 9670, 7775, 9701, 8152, 9444, 8010, 8051, 14749, 7836, 13471, 9208, 11381, 7510, 9970, 7872, 9176, 7819, 8911, 7302, 8190, 7934, 11463, 9082, 9992, 7816, 7549, 10388, 16341, 11272, 15753, 8102, 12589, 8805, 11969, 8545, 9514, 7765, 7876, 15723, 7803, 13305, 9525, 11636, 7602, 10147, 7592, 9725, 7581, 9273, 7567, 8415, 7867, 8218, 12017, 7912, 10913, 7704, 10148, 7479, 9024, 8046, 8030, 7954, 16249, 10306, 13497, 10233, 11786, 7823, 8045, 14773, 7943, 15552, 8267, 12020, 8184, 9822, 7891, 8457, 7481, 7875, 9604, 7825, 12984, 8233, 7839, 7612, 7715, 10493, 8111, 8098, 9866, 7736, 7895, 7856, 7927, 8133, 10307, 8952, 7502, 8688, 12213, 8103, 15995, 10271, 12730, 7937, 12397, 7862, 13515, 9265, 10390, 8032, 10529, 7897, 12781, 8593, 12484, 8081, 11595, 8227, 10848, 8960, 10729, 8945, 10744, 8024, 9963, 8056, 10244, 8058, 9332, 7540, 8270, 7743, 8263, 7470, 7871, 9772, 7698, 13073, 8091, 11423, 7907, 10144, 7981, 9741, 7849, 9294, 7856, 8825, 7584, 8714, 9090, 8131, 10736, 7921, 12741, 7812, 11978, 7980, 10420, 7838, 10130, 8331, 9052, 7807, 9475, 8228, 8293, 8249, 8054, 10587, 7851, 14846, 9960, 13332, 11119, 9364, 8852, 7968, 15696, 8017, 12757, 9141, 11823, 7777, 10177, 7777, 9880, 7700, 9958, 8003, 10447, 7924, 10477, 7658, 9695, 7526, 8860, 7773, 7832, 14350, 7864, 14711, 8199, 11561, 7655, 9780, 7750, 8526, 7402, 7900, 13546, 7815, 12740, 8524, 11177, 7907, 9742, 7974, 8786, 9418, 7911, 12625, 8048, 11731, 7703, 10479, 7672, 9643, 7860, 9074, 7244, 8190, 8033, 11639, 8744, 10699, 7722, 11094, 7636, 12560, 8063, 10504, 8387, 16472, 12758, 14165, 9735, 12906, 9546, 9751, 11262, 8039, 15547, 8385, 12206, 9395, 10422, 7730, 8077, 8014, 7768, 11769, 7790, 10703, 7530, 10870, 7621, 10235, 8345, 9886, 7833, 9843, 7927, 10200, 7619, 11356, 7768, 9304, 8017, 7752, 15507, 8929, 14790, 7902, 11138, 8078, 10594, 7722, 9373, 7621, 8780, 7790, 8293, 8111, 8705, 7961, 10065, 7898, 10378, 7858, 10386, 7853, 12843], 'WindowCenter': [3933.0, 3887.0, 3914.0, 3869.0, 3913.0, 3891.0, 3888.0, 3864.0, 3862.0, 3862.0, 3850.0, 3873.0, 3862.0, 3851.0, 3862.0, 3873.0, 3864.0, 3866.0, 3855.0, 3877.0, 3866.0, 3877.0, 3887.0, 3878.0, 3910.0, 3902.0, 3911.0, 3878.0, 3879.0, 3900.0, 3878.0, 3888.0, 3918.0, 3876.0, 3896.0, 3874.0, 3886.0, 3863.0, 3872.0, 3852.0, 3862.0, 3852.0, 3864.0, 3852.0, 3853.0, 3853.0, 3865.0, 3875.0, 3879.0, 3857.0, 3878.0, 3910.0, 3879.0, 3900.0, 3880.0, 3889.0, 3867.0, 3866.0, 3867.0, 3878.0, 3910.0, 3878.0, 3909.0, 3866.0, 3886.0, 3877.0, 3887.0, 3867.0, 3876.0, 3864.0, 3863.0, 3918.0, 3865.0, 3897.0, 3876.0, 3874.0, 3862.0, 3863.0, 3854.0, 3864.0, 3909.0, 3864.0, 3884.0, 3863.0, 3873.0, 3854.0, 3874.0, 3866.0, 3852.0, 3854.0, 3864.0, 3897.0, 3865.0, 3896.0, 3877.0, 3885.0, 3865.0, 3863.0, 3866.0, 3865.0, 3866.0, 3865.0, 3853.0, 3863.0, 3897.0, 3865.0, 3908.0, 3866.0, 3885.0, 3865.0, 3884.0, 3865.0, 3864.0, 3853.0, 3866.0, 3874.0, 3864.0, 3907.0, 3864.0, 3884.0, 3866.0, 3873.0, 3852.0, 3862.0, 3852.0, 3863.0, 3864.0, 3863.0, 3852.0, 3863.0, 3873.0, 3864.0, 3895.0, 3865.0, 3896.0, 3865.0, 3874.0, 3854.0, 3875.0, 3854.0, 3875.0, 3853.0, 3852.0, 3862.0, 3852.0, 3906.0, 3865.0, 3884.0, 3852.0, 3872.0, 3851.0, 3860.0, 3851.0, 3864.0, 3852.0, 3852.0, 3894.0, 3863.0, 3883.0, 3865.0, 3874.0, 3864.0, 3863.0, 3865.0, 3853.0, 3864.0, 3875.0, 3865.0, 3874.0, 3854.0, 3912.0, 3879.0, 3890.0, 3880.0, 3882.0, 3892.0, 3935.0, 3900.0, 3910.0, 3876.0, 3887.0, 3853.0, 3864.0, 3904.0, 3854.0, 3884.0, 3864.0, 3886.0, 3866.0, 3873.0, 3851.0, 3872.0, 3862.0, 3873.0, 3864.0, 3874.0, 3865.0, 3886.0, 3867.0, 3887.0, 3880.0, 3911.0, 3880.0, 3880.0, 3903.0, 3881.0, 3912.0, 3869.0, 3899.0, 3856.0, 3900.0, 3875.0, 3865.0, 3906.0, 3854.0, 3896.0, 3865.0, 3897.0, 3853.0, 3895.0, 3855.0, 3886.0, 3866.0, 3878.0, 3880.0, 3889.0, 3880.0, 3890.0, 3880.0, 3868.0, 3891.0, 3881.0, 3923.0, 3868.0, 3911.0, 3878.0, 3898.0, 3880.0, 3898.0, 3866.0, 3886.0, 3867.0, 3887.0, 3866.0, 3899.0, 3867.0, 3865.0, 3865.0, 3865.0, 3885.0, 3865.0, 3865.0, 3875.0, 3854.0, 3875.0, 3865.0, 3876.0, 3886.0, 3888.0, 3864.0, 3863.0, 3862.0, 3874.0, 3864.0, 3886.0, 3865.0, 3876.0, 3866.0, 3900.0, 3866.0, 3908.0, 3853.0, 3876.0, 3855.0, 3880.0, 3915.0, 3934.0, 3888.0, 3897.0, 3854.0, 3898.0, 3865.0, 3898.0, 3869.0, 3909.0, 3877.0, 3909.0, 3897.0, 3905.0, 3881.0, 3892.0, 3870.0, 3880.0, 3847.0, 3857.0, 3845.0, 3844.0, 3842.0, 3832.0, 3852.0, 3821.0, 3864.0, 3835.0, 3844.0, 3833.0, 3836.0, 3847.0, 3838.0, 3870.0, 3852.0, 3873.0, 3851.0, 3853.0, 3862.0, 3864.0, 3875.0, 3855.0, 3875.0, 3863.0, 3864.0, 3863.0, 3883.0, 3864.0, 3843.0, 3898.0, 3867.0, 3901.0, 3869.0, 3879.0, 3912.0, 3859.0, 3910.0, 3867.0, 3896.0, 3866.0, 3909.0, 3856.0, 3886.0, 3855.0, 3887.0, 3856.0, 3875.0, 3867.0, 3867.0, 3857.0, 3869.0, 3901.0, 3884.0, 3905.0, 3894.0, 3873.0, 3891.0, 3882.0, 3925.0, 3884.0, 3923.0, 3894.0, 3924.0, 3877.0, 3899.0, 3874.0, 3886.0, 3854.0, 3888.0, 3865.0, 3852.0, 3907.0, 3852.0, 3896.0, 3875.0, 3883.0, 3841.0, 3859.0, 3842.0, 3862.0, 3842.0, 3864.0, 3840.0, 3852.0, 3852.0, 3852.0, 3884.0, 3866.0, 3875.0, 3865.0, 3874.0, 3855.0, 3898.0, 3868.0, 3875.0, 3856.0, 3886.0, 3875.0, 3897.0, 3877.0, 3886.0, 3855.0, 3870.0, 3890.0, 3881.0, 3881.0, 3883.0, 3871.0, 3914.0, 3923.0, 3888.0, 3910.0, 3877.0, 3898.0, 3855.0, 3885.0, 3854.0, 3876.0, 3856.0, 3889.0, 3856.0, 3876.0, 3856.0, 3875.0, 3867.0, 3901.0, 3870.0, 3890.0, 3869.0, 3890.0, 3869.0, 3924.0, 3880.0, 3909.0, 3868.0, 3887.0, 3867.0, 3887.0, 3856.0, 3897.0, 3856.0, 3885.0, 3856.0, 3909.0, 3878.0, 3908.0, 3868.0, 3865.0, 3843.0, 3854.0, 3865.0, 3855.0, 3898.0, 3856.0, 3896.0, 3855.0, 3895.0, 3854.0, 3886.0, 3855.0, 3896.0, 3854.0, 3884.0, 3854.0, 3896.0, 3866.0, 3886.0, 3867.0, 3865.0, 3865.0, 3864.0, 3874.0, 3879.0, 3897.0, 3878.0, 3867.0, 3900.0, 3870.0, 3890.0, 3869.0, 3881.0, 3912.0, 3881.0, 3901.0, 3880.0, 3878.0, 3867.0, 3892.0, 3902.0, 3871.0, 3894.0, 3882.0, 3883.0, 3914.0, 3901.0, 3878.0, 3923.0, 3890.0, 3887.0, 3868.0, 3898.0, 3867.0, 3908.0, 3880.0, 3898.0, 3868.0, 3888.0, 3867.0, 3887.0, 3869.0, 3876.0, 3857.0, 3866.0, 3868.0, 3866.0, 3877.0, 3879.0, 3878.0, 3866.0, 3909.0, 3867.0, 3897.0, 3881.0, 3898.0, 3855.0, 3875.0, 3855.0, 3865.0, 3864.0, 3876.0, 3875.0, 3854.0, 3906.0, 3865.0, 3897.0, 3875.0, 3897.0, 3854.0, 3885.0, 3876.0, 3886.0, 3864.0, 3875.0, 3877.0, 3867.0, 3868.0, 3879.0, 3900.0, 3878.0, 3923.0, 3887.0, 3897.0, 3863.0, 3875.0, 3852.0, 3852.0, 3906.0, 3853.0, 3894.0, 3875.0, 3884.0, 3864.0, 3873.0, 3864.0, 3874.0, 3867.0, 3888.0, 3878.0, 3878.0, 3868.0, 3877.0, 3870.0, 3879.0, 3867.0, 3866.0, 3910.0, 3865.0, 3910.0, 3879.0, 3886.0, 3866.0, 3886.0, 3866.0, 3875.0, 3867.0, 3876.0, 3865.0, 3865.0, 3865.0, 3866.0, 3865.0, 3866.0, 3866.0, 3866.0, 3866.0, 3869.0, 3879.0, 3868.0, 3922.0, 3867.0, 3898.0, 3889.0, 3898.0, 3868.0, 3876.0, 3854.0, 3886.0, 3867.0, 3887.0, 3852.0, 3863.0, 3864.0, 3853.0, 3866.0, 3865.0, 3866.0, 3875.0, 3866.0, 3900.0, 3878.0, 3887.0, 3868.0, 3888.0, 3867.0, 3886.0, 3866.0, 3864.0, 3865.0, 3877.0, 3864.0, 3853.0, 3853.0, 3854.0, 3886.0, 3855.0, 3863.0, 3863.0, 3875.0, 3865.0, 3908.0, 3866.0, 3896.0, 3866.0, 3885.0, 3867.0, 3886.0, 3864.0, 3875.0, 3854.0, 3864.0, 3867.0, 3864.0, 3854.0, 3866.0, 3868.0, 3888.0, 3870.0, 3870.0, 3878.0, 3870.0, 3890.0, 3870.0, 3902.0, 3867.0, 3889.0, 3877.0, 3880.0, 3897.0, 3854.0, 3907.0, 3856.0, 3910.0, 3877.0, 3898.0, 3854.0, 3893.0, 3853.0, 3873.0, 3864.0, 3873.0, 3842.0, 3861.0, 3853.0, 3863.0, 3855.0, 3876.0, 3852.0, 3852.0, 3853.0, 3854.0, 3854.0, 3855.0, 3854.0, 3844.0, 3854.0, 3855.0, 3887.0, 3856.0, 3866.0, 3855.0, 3866.0, 3857.0, 3888.0, 3857.0, 3855.0, 3853.0, 3853.0, 3855.0, 3898.0, 3867.0, 3885.0, 3854.0, 3865.0, 3856.0, 3877.0, 3855.0, 3854.0, 3866.0, 3854.0, 3879.0, 3856.0, 3877.0, 3855.0, 3874.0, 3854.0, 3865.0, 3856.0, 3866.0, 3854.0, 3876.0, 3896.0, 3856.0, 3908.0, 3853.0, 3910.0, 3881.0, 3898.0, 3877.0, 3898.0, 3879.0, 3879.0, 3869.0, 3869.0, 3867.0, 3882.0, 3881.0, 3871.0, 3884.0, 3925.0, 3884.0, 3936.0, 3891.0, 3923.0, 3889.0, 3909.0, 3876.0, 3875.0, 3841.0, 3851.0, 3875.0, 3862.0, 3839.0, 3871.0, 3840.0, 3863.0, 3879.0, 3923.0, 3891.0, 3897.0, 3853.0, 3884.0, 3863.0, 3883.0, 3863.0, 3881.0, 3862.0, 3881.0, 3848.0, 3881.0, 3850.0, 3847.0, 3893.0, 3893.0, 3883.0, 3920.0, 3851.0, 3849.0, 3870.0, 3888.0, 3845.0, 3876.0, 3845.0, 3875.0, 3834.0, 3863.0, 3835.0, 3857.0, 3836.0, 3848.0, 3857.0, 3848.0, 3870.0, 3876.0, 3884.0, 3862.0, 3871.0, 3862.0, 3871.0, 3863.0, 3874.0, 3864.0, 3864.0, 3851.0, 3863.0, 3864.0, 3875.0, 3864.0, 3874.0, 3864.0, 3895.0, 3852.0, 3906.0, 3863.0, 3894.0, 3852.0, 3871.0, 3851.0, 3871.0, 3851.0, 3862.0, 3850.0, 3852.0, 3851.0, 3862.0, 3894.0, 3863.0, 3894.0, 3864.0, 3884.0, 3853.0, 3873.0, 3854.0, 3873.0, 3854.0, 3864.0, 3854.0, 3864.0, 3895.0, 3866.0, 3895.0, 3866.0, 3886.0, 3866.0, 3898.0, 3868.0, 3888.0, 3857.0, 3876.0, 3866.0, 3876.0, 3866.0, 3888.0, 3868.0, 3865.0, 3919.0, 3855.0, 3908.0, 3890.0, 3883.0, 3839.0, 3860.0, 3851.0, 3863.0, 3855.0, 3890.0, 3868.0, 3875.0, 3867.0, 3898.0, 3892.0, 3903.0, 3884.0, 3882.0, 3905.0, 3936.0, 3904.0, 3924.0, 3867.0, 3899.0, 3876.0, 3896.0, 3865.0, 3876.0, 3854.0, 3854.0, 3907.0, 3852.0, 3895.0, 3888.0, 3884.0, 3854.0, 3873.0, 3853.0, 3873.0, 3855.0, 3876.0, 3855.0, 3865.0, 3864.0, 3864.0, 3896.0, 3864.0, 3885.0, 3852.0, 3873.0, 3853.0, 3863.0, 3866.0, 3867.0, 3867.0, 3919.0, 3875.0, 3897.0, 3875.0, 3884.0, 3852.0, 3851.0, 3902.0, 3851.0, 3905.0, 3851.0, 3882.0, 3850.0, 3859.0, 3850.0, 3850.0, 3839.0, 3849.0, 3859.0, 3839.0, 3892.0, 3862.0, 3851.0, 3851.0, 3852.0, 3884.0, 3852.0, 3852.0, 3875.0, 3854.0, 3852.0, 3852.0, 3853.0, 3853.0, 3875.0, 3864.0, 3842.0, 3863.0, 3883.0, 3852.0, 3906.0, 3873.0, 3893.0, 3851.0, 3882.0, 3850.0, 3893.0, 3862.0, 3871.0, 3850.0, 3871.0, 3851.0, 3882.0, 3862.0, 3882.0, 3851.0, 3882.0, 3851.0, 3871.0, 3861.0, 3872.0, 3863.0, 3871.0, 3851.0, 3872.0, 3852.0, 3873.0, 3852.0, 3861.0, 3850.0, 3851.0, 3852.0, 3864.0, 3842.0, 3852.0, 3873.0, 3852.0, 3894.0, 3855.0, 3884.0, 3855.0, 3873.0, 3854.0, 3872.0, 3855.0, 3864.0, 3854.0, 3862.0, 3852.0, 3863.0, 3863.0, 3854.0, 3884.0, 3853.0, 3896.0, 3853.0, 3884.0, 3866.0, 3885.0, 3855.0, 3885.0, 3865.0, 3876.0, 3867.0, 3875.0, 3869.0, 3878.0, 3867.0, 3870.0, 3901.0, 3870.0, 3923.0, 3877.0, 3898.0, 3886.0, 3876.0, 3863.0, 3853.0, 3906.0, 3853.0, 3895.0, 3875.0, 3885.0, 3854.0, 3873.0, 3853.0, 3873.0, 3854.0, 3885.0, 3866.0, 3886.0, 3867.0, 3887.0, 3856.0, 3889.0, 3866.0, 3876.0, 3855.0, 3856.0, 3908.0, 3854.0, 3909.0, 3865.0, 3885.0, 3854.0, 3875.0, 3854.0, 3864.0, 3853.0, 3853.0, 3906.0, 3854.0, 3894.0, 3865.0, 3885.0, 3852.0, 3873.0, 3853.0, 3864.0, 3863.0, 3854.0, 3893.0, 3852.0, 3883.0, 3852.0, 3873.0, 3852.0, 3888.0, 3854.0, 3876.0, 3856.0, 3877.0, 3880.0, 3899.0, 3878.0, 3887.0, 3855.0, 3898.0, 3869.0, 3911.0, 3868.0, 3900.0, 3880.0, 3922.0, 3899.0, 3898.0, 3863.0, 3882.0, 3861.0, 3863.0, 3871.0, 3841.0, 3904.0, 3850.0, 3880.0, 3859.0, 3858.0, 3837.0, 3836.0, 3836.0, 3838.0, 3869.0, 3840.0, 3868.0, 3839.0, 3870.0, 3851.0, 3871.0, 3864.0, 3873.0, 3853.0, 3873.0, 3865.0, 3874.0, 3854.0, 3885.0, 3853.0, 3862.0, 3851.0, 3852.0, 3905.0, 3863.0, 3905.0, 3852.0, 3872.0, 3852.0, 3872.0, 3851.0, 3862.0, 3853.0, 3862.0, 3852.0, 3851.0, 3850.0, 3861.0, 3854.0, 3876.0, 3865.0, 3875.0, 3866.0, 3874.0, 3854.0, 3898.0], 'WindowWidth': [8799.0, 8727.0, 8755.0, 8687.0, 8750.0, 8717.0, 8705.0, 8667.0, 8662.0, 8660.0, 8643.0, 8677.0, 8660.0, 8644.0, 8661.0, 8678.0, 8667.0, 8674.0, 8661.0, 8690.0, 8673.0, 8689.0, 8703.0, 8693.0, 8736.0, 8731.0, 8741.0, 8693.0, 8694.0, 8725.0, 8692.0, 8707.0, 8751.0, 8683.0, 8714.0, 8679.0, 8698.0, 8661.0, 8672.0, 8647.0, 8659.0, 8646.0, 8666.0, 8648.0, 8649.0, 8651.0, 8669.0, 8684.0, 8695.0, 8662.0, 8692.0, 8740.0, 8695.0, 8724.0, 8696.0, 8706.0, 8676.0, 8673.0, 8676.0, 8689.0, 8740.0, 8692.0, 8737.0, 8672.0, 8701.0, 8688.0, 8702.0, 8676.0, 8685.0, 8666.0, 8664.0, 8748.0, 8668.0, 8719.0, 8684.0, 8679.0, 8662.0, 8665.0, 8654.0, 8665.0, 8736.0, 8667.0, 8696.0, 8663.0, 8677.0, 8653.0, 8679.0, 8671.0, 8650.0, 8653.0, 8668.0, 8715.0, 8669.0, 8714.0, 8689.0, 8697.0, 8669.0, 8665.0, 8673.0, 8668.0, 8673.0, 8669.0, 8651.0, 8665.0, 8716.0, 8668.0, 8735.0, 8672.0, 8699.0, 8668.0, 8696.0, 8671.0, 8665.0, 8652.0, 8671.0, 8679.0, 8664.0, 8732.0, 8667.0, 8694.0, 8673.0, 8677.0, 8647.0, 8660.0, 8649.0, 8663.0, 8664.0, 8666.0, 8647.0, 8662.0, 8677.0, 8667.0, 8712.0, 8672.0, 8717.0, 8669.0, 8680.0, 8653.0, 8683.0, 8654.0, 8684.0, 8649.0, 8648.0, 8660.0, 8649.0, 8734.0, 8669.0, 8696.0, 8648.0, 8673.0, 8645.0, 8657.0, 8643.0, 8668.0, 8646.0, 8647.0, 8707.0, 8664.0, 8691.0, 8673.0, 8680.0, 8669.0, 8666.0, 8669.0, 8652.0, 8668.0, 8684.0, 8671.0, 8681.0, 8653.0, 8745.0, 8698.0, 8714.0, 8702.0, 8705.0, 8718.0, 8786.0, 8724.0, 8743.0, 8685.0, 8701.0, 8651.0, 8667.0, 8724.0, 8651.0, 8696.0, 8668.0, 8701.0, 8671.0, 8678.0, 8649.0, 8676.0, 8664.0, 8679.0, 8667.0, 8681.0, 8672.0, 8700.0, 8676.0, 8702.0, 8700.0, 8743.0, 8698.0, 8699.0, 8736.0, 8702.0, 8744.0, 8680.0, 8724.0, 8659.0, 8726.0, 8683.0, 8667.0, 8725.0, 8653.0, 8714.0, 8668.0, 8715.0, 8654.0, 8711.0, 8658.0, 8701.0, 8675.0, 8691.0, 8698.0, 8707.0, 8697.0, 8709.0, 8698.0, 8679.0, 8712.0, 8699.0, 8759.0, 8677.0, 8745.0, 8692.0, 8721.0, 8697.0, 8720.0, 8672.0, 8698.0, 8677.0, 8702.0, 8673.0, 8723.0, 8672.0, 8669.0, 8668.0, 8670.0, 8696.0, 8671.0, 8669.0, 8681.0, 8653.0, 8682.0, 8671.0, 8685.0, 8698.0, 8704.0, 8666.0, 8663.0, 8662.0, 8678.0, 8666.0, 8699.0, 8669.0, 8685.0, 8672.0, 8726.0, 8674.0, 8735.0, 8651.0, 8684.0, 8658.0, 8702.0, 8754.0, 8789.0, 8706.0, 8717.0, 8653.0, 8719.0, 8673.0, 8720.0, 8682.0, 8736.0, 8689.0, 8741.0, 8718.0, 8729.0, 8687.0, 8705.0, 8667.0, 8686.0, 8633.0, 8645.0, 8627.0, 8622.0, 8619.0, 8605.0, 8632.0, 8590.0, 8653.0, 8615.0, 8626.0, 8612.0, 8618.0, 8633.0, 8625.0, 8671.0, 8650.0, 8678.0, 8647.0, 8651.0, 8662.0, 8667.0, 8682.0, 8657.0, 8682.0, 8664.0, 8667.0, 8666.0, 8695.0, 8667.0, 8635.0, 8722.0, 8680.0, 8729.0, 8682.0, 8696.0, 8745.0, 8667.0, 8738.0, 8674.0, 8715.0, 8673.0, 8735.0, 8658.0, 8700.0, 8657.0, 8701.0, 8660.0, 8683.0, 8677.0, 8674.0, 8662.0, 8680.0, 8727.0, 8712.0, 8742.0, 8722.0, 8694.0, 8713.0, 8704.0, 8766.0, 8710.0, 8763.0, 8722.0, 8765.0, 8689.0, 8722.0, 8679.0, 8698.0, 8653.0, 8706.0, 8669.0, 8649.0, 8728.0, 8650.0, 8715.0, 8682.0, 8690.0, 8631.0, 8653.0, 8635.0, 8661.0, 8634.0, 8666.0, 8630.0, 8646.0, 8647.0, 8649.0, 8693.0, 8672.0, 8681.0, 8669.0, 8681.0, 8657.0, 8719.0, 8678.0, 8683.0, 8658.0, 8700.0, 8685.0, 8715.0, 8688.0, 8698.0, 8655.0, 8685.0, 8711.0, 8700.0, 8701.0, 8707.0, 8685.0, 8753.0, 8764.0, 8704.0, 8740.0, 8688.0, 8716.0, 8653.0, 8692.0, 8653.0, 8684.0, 8658.0, 8705.0, 8657.0, 8684.0, 8658.0, 8685.0, 8675.0, 8726.0, 8683.0, 8709.0, 8681.0, 8709.0, 8681.0, 8766.0, 8697.0, 8736.0, 8675.0, 8702.0, 8673.0, 8701.0, 8659.0, 8716.0, 8657.0, 8697.0, 8658.0, 8735.0, 8691.0, 8733.0, 8679.0, 8669.0, 8636.0, 8652.0, 8668.0, 8656.0, 8719.0, 8659.0, 8714.0, 8654.0, 8710.0, 8655.0, 8700.0, 8657.0, 8714.0, 8653.0, 8693.0, 8653.0, 8713.0, 8672.0, 8697.0, 8674.0, 8669.0, 8669.0, 8667.0, 8681.0, 8695.0, 8717.0, 8693.0, 8675.0, 8726.0, 8687.0, 8711.0, 8683.0, 8699.0, 8743.0, 8701.0, 8728.0, 8698.0, 8693.0, 8676.0, 8715.0, 8729.0, 8686.0, 8721.0, 8703.0, 8707.0, 8749.0, 8726.0, 8690.0, 8761.0, 8709.0, 8703.0, 8676.0, 8718.0, 8675.0, 8733.0, 8696.0, 8718.0, 8678.0, 8704.0, 8676.0, 8699.0, 8683.0, 8687.0, 8661.0, 8671.0, 8679.0, 8671.0, 8688.0, 8695.0, 8689.0, 8672.0, 8738.0, 8675.0, 8717.0, 8698.0, 8718.0, 8656.0, 8682.0, 8654.0, 8668.0, 8666.0, 8687.0, 8681.0, 8652.0, 8728.0, 8668.0, 8721.0, 8684.0, 8717.0, 8652.0, 8697.0, 8685.0, 8699.0, 8667.0, 8680.0, 8688.0, 8677.0, 8678.0, 8694.0, 8724.0, 8692.0, 8765.0, 8702.0, 8720.0, 8664.0, 8682.0, 8645.0, 8647.0, 8727.0, 8648.0, 8706.0, 8683.0, 8693.0, 8666.0, 8676.0, 8668.0, 8681.0, 8677.0, 8705.0, 8693.0, 8690.0, 8678.0, 8689.0, 8684.0, 8694.0, 8676.0, 8674.0, 8739.0, 8670.0, 8740.0, 8694.0, 8701.0, 8672.0, 8700.0, 8673.0, 8683.0, 8676.0, 8686.0, 8670.0, 8668.0, 8671.0, 8672.0, 8670.0, 8673.0, 8672.0, 8672.0, 8674.0, 8682.0, 8696.0, 8679.0, 8761.0, 8675.0, 8720.0, 8709.0, 8719.0, 8677.0, 8688.0, 8654.0, 8698.0, 8674.0, 8702.0, 8649.0, 8661.0, 8665.0, 8650.0, 8671.0, 8669.0, 8671.0, 8683.0, 8673.0, 8725.0, 8691.0, 8701.0, 8677.0, 8704.0, 8674.0, 8700.0, 8672.0, 8666.0, 8667.0, 8686.0, 8666.0, 8650.0, 8650.0, 8653.0, 8697.0, 8656.0, 8665.0, 8665.0, 8681.0, 8667.0, 8730.0, 8670.0, 8713.0, 8672.0, 8698.0, 8675.0, 8697.0, 8667.0, 8680.0, 8653.0, 8665.0, 8673.0, 8666.0, 8654.0, 8671.0, 8678.0, 8704.0, 8687.0, 8682.0, 8691.0, 8681.0, 8710.0, 8681.0, 8729.0, 8673.0, 8709.0, 8687.0, 8694.0, 8714.0, 8652.0, 8728.0, 8658.0, 8739.0, 8686.0, 8717.0, 8652.0, 8707.0, 8649.0, 8676.0, 8665.0, 8675.0, 8632.0, 8657.0, 8651.0, 8663.0, 8653.0, 8682.0, 8645.0, 8645.0, 8647.0, 8653.0, 8652.0, 8654.0, 8651.0, 8636.0, 8650.0, 8654.0, 8699.0, 8656.0, 8668.0, 8653.0, 8669.0, 8659.0, 8701.0, 8661.0, 8654.0, 8649.0, 8648.0, 8653.0, 8717.0, 8674.0, 8695.0, 8651.0, 8666.0, 8657.0, 8686.0, 8656.0, 8652.0, 8667.0, 8652.0, 8690.0, 8657.0, 8687.0, 8654.0, 8677.0, 8650.0, 8666.0, 8654.0, 8667.0, 8651.0, 8683.0, 8710.0, 8654.0, 8734.0, 8650.0, 8737.0, 8699.0, 8718.0, 8691.0, 8719.0, 8697.0, 8697.0, 8684.0, 8683.0, 8674.0, 8703.0, 8701.0, 8688.0, 8710.0, 8768.0, 8709.0, 8783.0, 8714.0, 8772.0, 8709.0, 8739.0, 8684.0, 8681.0, 8631.0, 8644.0, 8684.0, 8660.0, 8626.0, 8669.0, 8629.0, 8666.0, 8698.0, 8760.0, 8714.0, 8718.0, 8651.0, 8694.0, 8664.0, 8691.0, 8664.0, 8688.0, 8662.0, 8687.0, 8639.0, 8690.0, 8641.0, 8631.0, 8711.0, 8710.0, 8694.0, 8754.0, 8648.0, 8638.0, 8671.0, 8693.0, 8628.0, 8674.0, 8625.0, 8667.0, 8609.0, 8650.0, 8614.0, 8646.0, 8618.0, 8636.0, 8646.0, 8636.0, 8668.0, 8686.0, 8694.0, 8661.0, 8671.0, 8663.0, 8673.0, 8666.0, 8683.0, 8668.0, 8667.0, 8647.0, 8666.0, 8666.0, 8686.0, 8669.0, 8682.0, 8667.0, 8711.0, 8648.0, 8733.0, 8664.0, 8709.0, 8648.0, 8674.0, 8646.0, 8673.0, 8646.0, 8661.0, 8646.0, 8648.0, 8647.0, 8662.0, 8709.0, 8667.0, 8710.0, 8667.0, 8695.0, 8653.0, 8678.0, 8654.0, 8680.0, 8654.0, 8668.0, 8652.0, 8668.0, 8715.0, 8675.0, 8714.0, 8673.0, 8701.0, 8674.0, 8721.0, 8680.0, 8708.0, 8663.0, 8687.0, 8672.0, 8687.0, 8675.0, 8707.0, 8677.0, 8672.0, 8752.0, 8657.0, 8738.0, 8712.0, 8690.0, 8626.0, 8656.0, 8645.0, 8664.0, 8656.0, 8712.0, 8679.0, 8686.0, 8678.0, 8718.0, 8719.0, 8735.0, 8710.0, 8706.0, 8741.0, 8786.0, 8737.0, 8766.0, 8678.0, 8727.0, 8686.0, 8714.0, 8671.0, 8682.0, 8654.0, 8653.0, 8729.0, 8648.0, 8713.0, 8705.0, 8696.0, 8654.0, 8679.0, 8653.0, 8679.0, 8657.0, 8685.0, 8656.0, 8669.0, 8668.0, 8668.0, 8713.0, 8670.0, 8696.0, 8650.0, 8677.0, 8651.0, 8667.0, 8675.0, 8674.0, 8675.0, 8755.0, 8681.0, 8722.0, 8682.0, 8693.0, 8647.0, 8644.0, 8718.0, 8645.0, 8730.0, 8646.0, 8690.0, 8643.0, 8655.0, 8641.0, 8642.0, 8626.0, 8640.0, 8652.0, 8625.0, 8702.0, 8662.0, 8645.0, 8645.0, 8649.0, 8694.0, 8650.0, 8649.0, 8683.0, 8652.0, 8650.0, 8649.0, 8650.0, 8650.0, 8682.0, 8669.0, 8636.0, 8663.0, 8692.0, 8647.0, 8731.0, 8679.0, 8706.0, 8645.0, 8688.0, 8643.0, 8705.0, 8662.0, 8672.0, 8644.0, 8672.0, 8644.0, 8689.0, 8663.0, 8689.0, 8644.0, 8687.0, 8644.0, 8672.0, 8657.0, 8675.0, 8662.0, 8673.0, 8646.0, 8675.0, 8649.0, 8679.0, 8649.0, 8659.0, 8645.0, 8645.0, 8647.0, 8665.0, 8635.0, 8648.0, 8677.0, 8649.0, 8710.0, 8657.0, 8696.0, 8655.0, 8680.0, 8653.0, 8676.0, 8656.0, 8666.0, 8653.0, 8661.0, 8649.0, 8664.0, 8663.0, 8653.0, 8694.0, 8651.0, 8711.0, 8651.0, 8695.0, 8673.0, 8698.0, 8657.0, 8697.0, 8671.0, 8689.0, 8676.0, 8681.0, 8683.0, 8693.0, 8677.0, 8684.0, 8726.0, 8684.0, 8768.0, 8688.0, 8720.0, 8697.0, 8684.0, 8663.0, 8650.0, 8725.0, 8650.0, 8709.0, 8682.0, 8695.0, 8653.0, 8676.0, 8651.0, 8678.0, 8654.0, 8699.0, 8673.0, 8700.0, 8675.0, 8703.0, 8661.0, 8707.0, 8673.0, 8687.0, 8656.0, 8657.0, 8731.0, 8653.0, 8739.0, 8670.0, 8698.0, 8655.0, 8682.0, 8653.0, 8669.0, 8650.0, 8651.0, 8726.0, 8653.0, 8711.0, 8671.0, 8696.0, 8650.0, 8676.0, 8650.0, 8664.0, 8663.0, 8654.0, 8704.0, 8647.0, 8691.0, 8648.0, 8676.0, 8647.0, 8705.0, 8654.0, 8686.0, 8663.0, 8692.0, 8698.0, 8723.0, 8693.0, 8701.0, 8654.0, 8720.0, 8684.0, 8741.0, 8681.0, 8724.0, 8698.0, 8765.0, 8722.0, 8726.0, 8662.0, 8690.0, 8657.0, 8662.0, 8669.0, 8629.0, 8726.0, 8640.0, 8683.0, 8652.0, 8650.0, 8618.0, 8616.0, 8617.0, 8622.0, 8666.0, 8630.0, 8665.0, 8627.0, 8670.0, 8644.0, 8671.0, 8666.0, 8677.0, 8652.0, 8676.0, 8669.0, 8682.0, 8654.0, 8697.0, 8649.0, 8660.0, 8643.0, 8645.0, 8723.0, 8664.0, 8727.0, 8647.0, 8676.0, 8646.0, 8674.0, 8645.0, 8659.0, 8649.0, 8659.0, 8647.0, 8644.0, 8644.0, 8658.0, 8652.0, 8687.0, 8670.0, 8682.0, 8671.0, 8682.0, 8655.0, 8718.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.0036799827288428325</td></tr>
<tr><td colspan=3>aqi</td><td>0.028662687564766837</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.59526211695762</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.326478116516855</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0658021645203104</td></tr>
<tr><td colspan=3>efc</td><td>0.5317</td></tr>
<tr><td colspan=3>fber</td><td>3372.8403</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09364320849642817</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.649395509499136</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.481496290308611</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.336064398849339</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.722772662356768</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.385651809719725</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135584</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019002940505743027</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03984658792614937</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2468304261322265</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.7111</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2752</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.185</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>917.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.1698</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3338</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>443.7053</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3007.9187</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>735.368</td></tr>
<tr><td colspan=3>tsnr</td><td>37.15157308615744</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>