<?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-0126_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0126_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-02/func/sub-0126_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ea4c89fd75a5859a240b63e7126f0902</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>19:22:49.672500</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.999813, 0.0137756, -0.013538, -0.0125647, 0.996234, 0.085785]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.131747</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7816, -7193, 32, -110, -149, -8, 103]</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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8861ef57-74f2-452f-8194-e02283143ab3||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.6824264526367188, -0.03371009603142738, -0.03960561752319336, 114.61611938476562], [-0.03695881366729736, 2.6728241443634033, 0.23111708462238312, -86.14006042480469], [-0.03632143512368202, -0.23015493154525757, 2.689798593521118, -52.72270202636719], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1156]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'AcquisitionTime': ['192249.672500', '192250.132500', '192250.592500', '192251.052500', '192251.512500', '192251.972500', '192252.432500', '192252.892500', '192253.352500', '192253.812500', '192254.272500', '192254.732500', '192255.192500', '192255.652500', '192256.112500', '192256.572500', '192257.032500', '192257.492500', '192257.952500', '192258.412500', '192258.872500', '192259.332500', '192259.792500', '192300.252500', '192300.712500', '192301.172500', '192301.632500', '192302.092500', '192302.552500', '192303.012500', '192303.472500', '192303.932500', '192304.392500', '192304.852500', '192305.312500', '192305.772500', '192306.232500', '192306.692500', '192307.152500', '192307.612500', '192308.072500', '192308.532500', '192308.992500', '192309.452500', '192309.912500', '192310.372500', '192310.832500', '192311.292500', '192311.752500', '192312.212500', '192312.672500', '192313.132500', '192313.592500', '192314.052500', '192314.512500', '192314.972500', '192315.432500', '192315.892500', '192316.352500', '192316.812500', '192317.272500', '192317.732500', '192318.192500', '192318.652500', '192319.112500', '192319.572500', '192320.032500', '192320.492500', '192320.952500', '192321.412500', '192321.872500', '192322.332500', '192322.792500', '192323.252500', '192323.712500', '192324.172500', '192324.632500', '192325.092500', '192325.552500', '192326.012500', '192326.472500', '192326.932500', '192327.392500', '192327.852500', '192328.312500', '192328.772500', '192329.232500', '192329.692500', '192330.152500', '192330.612500', '192331.072500', '192331.532500', '192331.992500', '192332.452500', '192332.912500', '192333.372500', '192333.832500', '192334.292500', '192334.752500', '192335.212500', '192335.672500', '192336.132500', '192336.592500', '192337.052500', '192337.512500', '192337.972500', '192338.432500', '192338.892500', '192339.352500', '192339.812500', '192340.272500', '192340.732500', '192341.192500', '192341.652500', '192342.112500', '192342.572500', '192343.032500', '192343.492500', '192343.952500', '192344.412500', '192344.872500', '192345.332500', '192345.792500', '192346.252500', '192346.712500', '192347.172500', '192347.632500', '192348.092500', '192348.552500', '192349.012500', '192349.472500', '192349.932500', '192350.392500', '192350.852500', '192351.312500', '192351.772500', '192352.232500', '192352.692500', '192353.152500', '192353.612500', '192354.072500', '192354.532500', '192354.992500', '192355.452500', '192355.912500', '192356.372500', '192356.832500', '192357.292500', '192357.752500', '192358.212500', '192358.672500', '192359.132500', '192359.592500', '192400.052500', '192400.512500', '192400.972500', '192401.432500', '192401.892500', '192402.352500', '192402.812500', '192403.272500', '192403.732500', '192404.192500', '192404.652500', '192405.112500', '192405.572500', '192406.032500', '192406.492500', '192406.952500', '192407.412500', '192407.872500', '192408.332500', '192408.792500', '192409.252500', '192409.712500', '192410.172500', '192410.632500', '192411.092500', '192411.552500', '192412.012500', '192412.472500', '192412.932500', '192413.392500', '192413.852500', '192414.312500', '192414.772500', '192415.232500', '192415.692500', '192416.152500', '192416.612500', '192417.072500', '192417.532500', '192417.992500', '192418.452500', '192418.912500', '192419.372500', '192419.832500', '192420.292500', '192420.752500', '192421.212500', '192421.672500', '192422.132500', '192422.592500', '192423.052500', '192423.512500', '192423.972500', '192424.432500', '192424.892500', '192425.352500', '192425.812500', '192426.272500', '192426.732500', '192427.192500', '192427.652500', '192428.112500', '192428.572500', '192429.032500', '192429.492500', '192429.952500', '192430.412500', '192430.872500', '192431.332500', '192431.792500', '192432.252500', '192432.712500', '192433.172500', '192433.632500', '192434.092500', '192434.552500', '192435.012500', '192435.472500', '192435.932500', '192436.392500', '192436.852500', '192437.312500', '192437.772500', '192438.232500', '192438.692500', '192439.152500', '192439.612500', '192440.072500', '192440.532500', '192440.992500', '192441.452500', '192441.912500', '192442.372500', '192442.832500', '192443.292500', '192443.752500', '192444.212500', '192444.672500', '192445.132500', '192445.592500', '192446.052500', '192446.512500', '192446.972500', '192447.432500', '192447.892500', '192448.352500', '192448.812500', '192449.272500', '192449.732500', '192450.192500', '192450.652500', '192451.112500', '192451.572500', '192452.032500', '192452.492500', '192452.952500', '192453.412500', '192453.872500', '192454.332500', '192454.792500', '192455.252500', '192455.712500', '192456.172500', '192456.632500', '192457.092500', '192457.552500', '192458.012500', '192458.472500', '192458.932500', '192459.392500', '192459.852500', '192500.312500', '192500.772500', '192501.232500', '192501.692500', '192502.152500', '192502.612500', '192503.072500', '192503.532500', '192503.992500', '192504.452500', '192504.912500', '192505.372500', '192505.832500', '192506.292500', '192506.752500', '192507.212500', '192507.672500', '192508.132500', '192508.592500', '192509.052500', '192509.512500', '192509.972500', '192510.432500', '192510.892500', '192511.352500', '192511.812500', '192512.272500', '192512.732500', '192513.192500', '192513.652500', '192514.112500', '192514.572500', '192515.032500', '192515.492500', '192515.952500', '192516.412500', '192516.872500', '192517.332500', '192517.792500', '192518.252500', '192518.712500', '192519.172500', '192519.632500', '192520.092500', '192520.552500', '192521.012500', '192521.472500', '192521.932500', '192522.392500', '192522.852500', '192523.312500', '192523.772500', '192524.232500', '192524.692500', '192525.152500', '192525.612500', '192526.072500', '192526.532500', '192526.992500', '192527.452500', '192527.912500', '192528.372500', '192528.832500', '192529.292500', '192529.752500', '192530.212500', '192530.672500', '192531.132500', '192531.592500', '192532.052500', '192532.512500', '192532.972500', '192533.432500', '192533.892500', '192534.352500', '192534.812500', '192535.272500', '192535.732500', '192536.192500', '192536.652500', '192537.112500', '192537.572500', '192538.032500', '192538.492500', '192538.952500', '192539.412500', '192539.872500', '192540.332500', '192540.792500', '192541.252500', '192541.712500', '192542.172500', '192542.632500', '192543.092500', '192543.552500', '192544.012500', '192544.472500', '192544.932500', '192545.392500', '192545.852500', '192546.312500', '192546.772500', '192547.232500', '192547.692500', '192548.152500', '192548.612500', '192549.072500', '192549.532500', '192549.992500', '192550.452500', '192550.912500', '192551.372500', '192551.832500', '192552.292500', '192552.752500', '192553.212500', '192553.672500', '192554.132500', '192554.592500', '192555.052500', '192555.512500', '192555.972500', '192556.432500', '192556.892500', '192557.352500', '192557.812500', '192558.272500', '192558.732500', '192559.192500', '192559.652500', '192600.112500', '192600.572500', '192601.032500', '192601.492500', '192601.952500', '192602.412500', '192602.872500', '192603.332500', '192603.792500', '192604.252500', '192604.712500', '192605.172500', '192605.632500', '192606.092500', '192606.552500', '192607.012500', '192607.472500', '192607.932500', '192608.392500', '192608.852500', '192609.312500', '192609.772500', '192610.232500', '192610.692500', '192611.152500', '192611.612500', '192612.072500', '192612.532500', '192612.992500', '192613.452500', '192613.912500', '192614.372500', '192614.832500', '192615.292500', '192615.752500', '192616.212500', '192616.672500', '192617.132500', '192617.592500', '192618.052500', '192618.512500', '192618.972500', '192619.432500', '192619.892500', '192620.352500', '192620.812500', '192621.272500', '192621.732500', '192622.192500', '192622.652500', '192623.112500', '192623.572500', '192624.032500', '192624.492500', '192624.952500', '192625.412500', '192625.872500', '192626.332500', '192626.792500', '192627.252500', '192627.712500', '192628.172500', '192628.632500', '192629.092500', '192629.552500', '192630.012500', '192630.472500', '192630.932500', '192631.392500', '192631.852500', '192632.312500', '192632.772500', '192633.232500', '192633.692500', '192634.152500', '192634.612500', '192635.072500', '192635.532500', '192635.992500', '192636.452500', '192636.912500', '192637.372500', '192637.832500', '192638.292500', '192638.752500', '192639.212500', '192639.672500', '192640.132500', '192640.592500', '192641.052500', '192641.512500', '192641.972500', '192642.432500', '192642.892500', '192643.352500', '192643.812500', '192644.272500', '192644.732500', '192645.192500', '192645.652500', '192646.112500', '192646.572500', '192647.032500', '192647.492500', '192647.952500', '192648.412500', '192648.872500', '192649.332500', '192649.792500', '192650.252500', '192650.712500', '192651.172500', '192651.632500', '192652.092500', '192652.552500', '192653.012500', '192653.472500', '192653.932500', '192654.392500', '192654.852500', '192655.312500', '192655.772500', '192656.232500', '192656.692500', '192657.152500', '192657.612500', '192658.072500', '192658.532500', '192658.992500', '192659.452500', '192659.912500', '192700.372500', '192700.832500', '192701.292500', '192701.752500', '192702.212500', '192702.672500', '192703.132500', '192703.592500', '192704.052500', '192704.512500', '192704.972500', '192705.432500', '192705.892500', '192706.352500', '192706.812500', '192707.272500', '192707.732500', '192708.192500', '192708.652500', '192709.112500', '192709.572500', '192710.032500', '192710.492500', '192710.952500', '192711.412500', '192711.872500', '192712.332500', '192712.792500', '192713.252500', '192713.712500', '192714.172500', '192714.632500', '192715.092500', '192715.552500', '192716.012500', '192716.472500', '192716.932500', '192717.392500', '192717.852500', '192718.312500', '192718.772500', '192719.232500', '192719.692500', '192720.152500', '192720.612500', '192721.072500', '192721.532500', '192721.992500', '192722.452500', '192722.912500', '192723.372500', '192723.832500', '192724.292500', '192724.752500', '192725.212500', '192725.672500', '192726.132500', '192726.592500', '192727.052500', '192727.512500', '192727.972500', '192728.432500', '192728.892500', '192729.352500', '192729.812500', '192730.272500', '192730.732500', '192731.192500', '192731.652500', '192732.112500', '192732.572500', '192733.032500', '192733.492500', '192733.952500', '192734.412500', '192734.872500', '192735.332500', '192735.792500', '192736.252500', '192736.712500', '192737.172500', '192737.632500', '192738.092500', '192738.552500', '192739.012500', '192739.472500', '192739.932500', '192740.392500', '192740.852500', '192741.312500', '192741.772500', '192742.232500', '192742.692500', '192743.152500', '192743.612500', '192744.072500', '192744.532500', '192744.992500', '192745.452500', '192745.912500', '192746.372500', '192746.832500', '192747.292500', '192747.752500', '192748.212500', '192748.672500', '192749.132500', '192749.592500', '192750.052500', '192750.512500', '192750.972500', '192751.432500', '192751.892500', '192752.352500', '192752.812500', '192753.272500', '192753.732500', '192754.192500', '192754.652500', '192755.112500', '192755.572500', '192756.032500', '192756.492500', '192756.952500', '192757.412500', '192757.872500', '192758.332500', '192758.792500', '192759.252500', '192759.712500', '192800.172500', '192800.632500', '192801.092500', '192801.552500', '192802.012500', '192802.472500', '192802.932500', '192803.392500', '192803.852500', '192804.312500', '192804.772500', '192805.232500', '192805.692500', '192806.152500', '192806.612500', '192807.072500', '192807.532500', '192807.992500', '192808.452500', '192808.912500', '192809.372500', '192809.832500', '192810.292500', '192810.752500', '192811.212500', '192811.672500', '192812.132500', '192812.592500', '192813.052500', '192813.512500', '192813.972500', '192814.432500', '192814.892500', '192815.352500', '192815.812500', '192816.272500', '192816.732500', '192817.192500', '192817.652500', '192818.112500', '192818.572500', '192819.032500', '192819.492500', '192819.952500', '192820.412500', '192820.872500', '192821.332500', '192821.792500', '192822.252500', '192822.712500', '192823.172500', '192823.632500', '192824.092500', '192824.552500', '192825.012500', '192825.472500', '192825.932500', '192826.392500', '192826.852500', '192827.312500', '192827.772500', '192828.232500', '192828.692500', '192829.152500', '192829.612500', '192830.072500', '192830.532500', '192830.992500', '192831.452500', '192831.912500', '192832.372500', '192832.832500', '192833.292500', '192833.752500', '192834.212500', '192834.672500', '192835.132500', '192835.592500', '192836.052500', '192836.512500', '192836.972500', '192837.432500', '192837.892500', '192838.352500', '192838.812500', '192839.272500', '192839.732500', '192840.192500', '192840.652500', '192841.112500', '192841.572500', '192842.032500', '192842.492500', '192842.952500', '192843.412500', '192843.872500', '192844.332500', '192844.792500', '192845.252500', '192845.712500', '192846.172500', '192846.632500', '192847.092500', '192847.552500', '192848.012500', '192848.472500', '192848.932500', '192849.392500', '192849.852500', '192850.312500', '192850.772500', '192851.232500', '192851.692500', '192852.152500', '192852.612500', '192853.072500', '192853.532500', '192853.992500', '192854.452500', '192854.912500', '192855.372500', '192855.832500', '192856.292500', '192856.752500', '192857.212500', '192857.672500', '192858.132500', '192858.592500', '192859.052500', '192859.512500', '192859.972500', '192900.432500', '192900.892500', '192901.352500', '192901.812500', '192902.272500', '192902.732500', '192903.192500', '192903.652500', '192904.112500', '192904.572500', '192905.032500', '192905.492500', '192905.952500', '192906.412500', '192906.872500', '192907.332500', '192907.792500', '192908.252500', '192908.712500', '192909.172500', '192909.632500', '192910.092500', '192910.552500', '192911.012500', '192911.472500', '192911.932500', '192912.392500', '192912.852500', '192913.312500', '192913.772500', '192914.232500', '192914.692500', '192915.152500', '192915.612500', '192916.072500', '192916.532500', '192916.992500', '192917.452500', '192917.912500', '192918.372500', '192918.832500', '192919.292500', '192919.752500', '192920.212500', '192920.672500', '192921.132500', '192921.592500', '192922.052500', '192922.512500', '192922.972500', '192923.432500', '192923.892500', '192924.352500', '192924.812500', '192925.272500', '192925.732500', '192926.192500', '192926.652500', '192927.112500', '192927.572500', '192928.032500', '192928.492500', '192928.952500', '192929.412500', '192929.872500', '192930.332500', '192930.792500', '192931.252500', '192931.712500', '192932.172500', '192932.632500', '192933.092500', '192933.552500', '192934.012500', '192934.472500', '192934.932500', '192935.392500', '192935.852500', '192936.312500', '192936.772500', '192937.232500', '192937.692500', '192938.152500', '192938.612500', '192939.072500', '192939.532500', '192939.992500', '192940.452500', '192940.912500', '192941.372500', '192941.832500', '192942.292500', '192942.752500', '192943.212500', '192943.672500', '192944.132500', '192944.592500', '192945.052500', '192945.512500', '192945.972500', '192946.432500', '192946.892500', '192947.352500', '192947.812500', '192948.272500', '192948.732500', '192949.192500', '192949.652500', '192950.112500', '192950.572500', '192951.032500', '192951.492500', '192951.952500', '192952.412500', '192952.872500', '192953.332500', '192953.792500', '192954.252500', '192954.712500', '192955.172500', '192955.632500', '192956.092500', '192956.552500', '192957.012500', '192957.472500', '192957.932500', '192958.392500', '192958.852500', '192959.312500', '192959.772500', '193000.232500', '193000.692500', '193001.152500', '193001.612500', '193002.072500', '193002.532500', '193002.992500', '193003.452500', '193003.912500', '193004.372500', '193004.832500', '193005.292500', '193005.752500', '193006.212500', '193006.672500', '193007.132500', '193007.592500', '193008.052500', '193008.512500', '193008.972500', '193009.432500', '193009.892500', '193010.352500', '193010.812500', '193011.272500', '193011.732500', '193012.192500', '193012.652500', '193013.112500', '193013.572500', '193014.032500', '193014.492500', '193014.952500', '193015.412500', '193015.872500', '193016.332500', '193016.792500', '193017.252500', '193017.712500', '193018.172500', '193018.632500', '193019.092500', '193019.552500', '193020.012500', '193020.472500', '193020.932500', '193021.392500', '193021.852500', '193022.312500', '193022.772500', '193023.232500', '193023.692500', '193024.152500', '193024.612500', '193025.072500', '193025.532500', '193025.992500', '193026.452500', '193026.912500', '193027.372500', '193027.832500', '193028.292500', '193028.752500', '193029.212500', '193029.672500', '193030.132500', '193030.592500', '193031.052500', '193031.512500', '193031.972500', '193032.432500', '193032.892500', '193033.352500', '193033.812500', '193034.272500', '193034.732500', '193035.192500', '193035.652500', '193036.112500', '193036.572500', '193037.032500', '193037.492500', '193037.952500', '193038.412500', '193038.872500', '193039.332500', '193039.792500', '193040.252500', '193040.712500', '193041.172500', '193041.632500', '193042.092500', '193042.552500', '193043.012500', '193043.472500', '193043.932500', '193044.392500', '193044.852500', '193045.312500', '193045.772500', '193046.232500', '193046.692500', '193047.152500', '193047.612500', '193048.072500', '193048.532500', '193048.992500', '193049.452500', '193049.912500', '193050.372500', '193050.832500', '193051.292500', '193051.752500', '193052.212500', '193052.672500', '193053.132500', '193053.592500', '193054.052500', '193054.512500', '193054.972500', '193055.432500', '193055.892500', '193056.352500', '193056.812500', '193057.272500', '193057.732500', '193058.192500', '193058.652500', '193059.112500', '193059.572500', '193100.032500', '193100.492500', '193100.952500', '193101.412500', '193101.872500', '193102.332500', '193102.792500', '193103.252500', '193103.712500', '193104.172500', '193104.632500', '193105.092500', '193105.552500', '193106.012500', '193106.472500', '193106.932500', '193107.392500', '193107.852500', '193108.312500', '193108.772500', '193109.232500', '193109.692500', '193110.152500', '193110.612500', '193111.072500', '193111.532500', '193111.992500', '193112.452500', '193112.912500', '193113.372500', '193113.832500', '193114.292500', '193114.752500', '193115.212500', '193115.672500', '193116.132500', '193116.592500', '193117.052500', '193117.512500', '193117.972500', '193118.432500', '193118.892500', '193119.352500', '193119.812500', '193120.272500', '193120.732500', '193121.192500', '193121.652500', '193122.112500', '193122.572500', '193123.032500', '193123.492500', '193123.952500', '193124.412500', '193124.872500', '193125.332500', '193125.792500', '193126.252500', '193126.712500', '193127.172500', '193127.632500', '193128.092500', '193128.552500', '193129.012500', '193129.472500', '193129.932500', '193130.392500', '193130.852500', '193131.312500', '193131.772500', '193132.232500', '193132.692500', '193133.152500', '193133.612500', '193134.072500', '193134.532500', '193134.992500', '193135.452500', '193135.912500', '193136.372500', '193136.832500', '193137.292500', '193137.752500', '193138.212500', '193138.672500', '193139.132500', '193139.592500', '193140.052500', '193140.512500', '193140.972500'], 'ContentTime': ['192259.776000', '192259.779000', '192259.782000', '192259.785000', '192259.788000', '192259.791000', '192259.793000', '192259.796000', '192259.804000', '192259.807000', '192259.809000', '192259.812000', '192259.815000', '192259.817000', '192259.820000', '192259.823000', '192259.825000', '192259.828000', '192259.833000', '192259.846000', '192319.732000', '192319.735000', '192319.738000', '192319.740000', '192319.743000', '192319.745000', '192319.748000', '192319.756000', '192319.758000', '192319.761000', '192319.763000', '192319.766000', '192319.768000', '192319.771000', '192319.773000', '192319.776000', '192319.778000', '192319.781000', '192319.783000', '192319.786000', '192319.788000', '192319.791000', '192319.794000', '192319.796000', '192319.799000', '192319.801000', '192319.804000', '192319.806000', '192319.809000', '192319.812000', '192319.814000', '192319.817000', '192319.819000', '192319.822000', '192319.824000', '192319.827000', '192319.830000', '192319.832000', '192319.835000', '192319.837000', '192319.840000', '192319.842000', '192319.845000', '192319.848000', '192339.732000', '192339.735000', '192339.738000', '192339.740000', '192339.743000', '192339.745000', '192339.748000', '192339.751000', '192339.753000', '192339.756000', '192339.758000', '192339.761000', '192339.763000', '192339.766000', '192339.769000', '192339.771000', '192339.774000', '192339.776000', '192339.779000', '192339.781000', '192339.784000', '192339.787000', '192339.789000', '192339.792000', '192339.794000', '192339.797000', '192339.799000', '192339.802000', '192339.804000', '192339.807000', '192339.810000', '192339.812000', '192339.815000', '192339.817000', '192339.820000', '192339.822000', '192339.825000', '192339.827000', '192339.830000', '192339.833000', '192339.835000', '192339.838000', '192339.840000', '192359.732000', '192359.735000', '192359.738000', '192359.740000', '192359.743000', '192359.745000', '192359.748000', '192359.751000', '192359.753000', '192359.756000', '192359.758000', '192359.761000', '192359.764000', '192359.766000', '192359.769000', '192359.771000', '192359.774000', '192359.776000', '192359.779000', '192359.792000', '192359.795000', '192359.797000', '192359.800000', '192359.802000', '192359.805000', '192359.807000', '192359.810000', '192359.812000', '192359.815000', '192359.818000', '192359.820000', '192359.823000', '192359.825000', '192359.828000', '192359.831000', '192359.833000', '192359.836000', '192359.838000', '192359.841000', '192359.843000', '192359.846000', '192359.849000', '192359.851000', '192359.854000', '192419.732000', '192419.735000', '192419.738000', '192419.740000', '192419.743000', '192419.746000', '192419.748000', '192419.751000', '192419.753000', '192419.756000', '192419.758000', '192419.761000', '192419.763000', '192419.766000', '192419.768000', '192419.771000', '192419.774000', '192419.776000', '192419.779000', '192419.781000', '192419.784000', '192419.787000', '192419.789000', '192419.792000', '192419.794000', '192419.797000', '192419.800000', '192419.802000', '192419.805000', '192419.807000', '192419.810000', '192419.812000', '192419.815000', '192419.818000', '192419.820000', '192419.823000', '192419.825000', '192419.828000', '192419.830000', '192419.833000', '192419.836000', '192419.838000', '192419.841000', '192439.733000', '192439.736000', '192439.738000', '192439.742000', '192439.745000', '192439.748000', '192439.750000', '192439.753000', '192439.756000', '192439.758000', '192439.761000', '192439.763000', '192439.766000', '192439.768000', '192439.771000', '192439.774000', '192439.776000', '192439.779000', '192439.781000', '192439.784000', '192439.786000', '192439.789000', '192439.791000', '192439.794000', '192439.797000', '192439.800000', '192439.802000', '192439.805000', '192439.807000', '192439.810000', '192439.813000', '192439.815000', '192439.818000', '192439.820000', '192439.823000', '192439.825000', '192439.828000', '192439.831000', '192439.833000', '192439.836000', '192439.838000', '192439.841000', '192439.843000', '192459.733000', '192459.736000', '192459.738000', '192459.741000', '192459.743000', '192459.746000', '192459.749000', '192459.751000', '192459.754000', '192459.756000', '192459.759000', '192459.761000', '192459.764000', '192459.767000', '192459.769000', '192459.772000', '192459.774000', '192459.777000', '192459.780000', '192459.782000', '192459.785000', '192459.787000', '192459.790000', '192459.793000', '192459.795000', '192459.798000', '192459.800000', '192459.803000', '192459.806000', '192459.808000', '192459.811000', '192459.813000', '192459.816000', '192459.819000', '192459.821000', '192459.824000', '192459.826000', '192459.829000', '192459.831000', '192459.834000', '192459.837000', '192459.839000', '192459.842000', '192459.844000', '192519.733000', '192519.735000', '192519.738000', '192519.741000', '192519.743000', '192519.746000', '192519.748000', '192519.751000', '192519.753000', '192519.756000', '192519.759000', '192519.761000', '192519.764000', '192519.766000', '192519.769000', '192519.772000', '192519.774000', '192519.777000', '192519.779000', '192519.782000', '192519.785000', '192519.787000', '192519.790000', '192519.792000', '192519.795000', '192519.797000', '192519.800000', '192519.803000', '192519.805000', '192519.808000', '192519.811000', '192519.813000', '192519.816000', '192519.818000', '192519.821000', '192519.824000', '192519.826000', '192519.829000', '192519.831000', '192519.834000', '192519.836000', '192519.839000', '192519.842000', '192519.844000', '192539.733000', '192539.735000', '192539.738000', '192539.741000', '192539.743000', '192539.746000', '192539.748000', '192539.751000', '192539.753000', '192539.756000', '192539.758000', '192539.761000', '192539.764000', '192539.766000', '192539.783000', '192539.785000', '192539.788000', '192539.791000', '192539.793000', '192539.796000', '192539.798000', '192539.801000', '192539.803000', '192539.806000', '192539.809000', '192539.811000', '192539.814000', '192539.816000', '192539.819000', '192539.822000', '192539.824000', '192539.827000', '192539.829000', '192539.832000', '192539.834000', '192539.837000', '192539.840000', '192539.842000', '192539.845000', '192539.847000', '192539.850000', '192539.852000', '192539.855000', '192559.732000', '192559.735000', '192559.738000', '192559.740000', '192559.743000', '192559.746000', '192559.748000', '192559.751000', '192559.753000', '192559.756000', '192559.759000', '192559.761000', '192559.764000', '192559.766000', '192559.769000', '192559.772000', '192559.774000', '192559.777000', '192559.779000', '192559.782000', '192559.785000', '192559.788000', '192559.790000', '192559.793000', '192559.796000', '192559.798000', '192559.801000', '192559.803000', '192559.806000', '192559.809000', '192559.811000', '192559.814000', '192559.816000', '192559.819000', '192559.822000', '192559.824000', '192559.827000', '192559.829000', '192559.832000', '192559.835000', '192559.837000', '192559.840000', '192559.843000', '192559.845000', '192619.732000', '192619.735000', '192619.738000', '192619.740000', '192619.743000', '192619.746000', '192619.748000', '192619.751000', '192619.754000', '192619.756000', '192619.759000', '192619.761000', '192619.764000', '192619.767000', '192619.769000', '192619.772000', '192619.774000', '192619.777000', '192619.779000', '192619.782000', '192619.785000', '192619.787000', '192619.790000', '192619.792000', '192619.795000', '192619.798000', '192619.800000', '192619.803000', '192619.806000', '192619.808000', '192619.811000', '192619.814000', '192619.816000', '192619.819000', '192619.821000', '192619.824000', '192619.826000', '192619.829000', '192619.831000', '192619.834000', '192619.837000', '192619.839000', '192619.842000', '192639.732000', '192639.735000', '192639.738000', '192639.740000', '192639.743000', '192639.746000', '192639.748000', '192639.751000', '192639.753000', '192639.756000', '192639.759000', '192639.761000', '192639.764000', '192639.767000', '192639.769000', '192639.772000', '192639.775000', '192639.777000', '192639.780000', '192639.782000', '192639.785000', '192639.787000', '192639.790000', '192639.793000', '192639.795000', '192639.798000', '192639.801000', '192639.803000', '192639.806000', '192639.808000', '192639.811000', '192639.814000', '192639.816000', '192639.819000', '192639.821000', '192639.824000', '192639.826000', '192639.829000', '192639.831000', '192639.834000', '192639.837000', '192639.839000', '192639.842000', '192659.732000', '192659.735000', '192659.738000', '192659.741000', '192659.743000', '192659.746000', '192659.748000', '192659.751000', '192659.753000', '192659.756000', '192659.759000', '192659.761000', '192659.764000', '192659.766000', '192659.769000', '192659.771000', '192659.774000', '192659.777000', '192659.779000', '192659.782000', '192659.784000', '192659.787000', '192659.790000', '192659.792000', '192659.795000', '192659.797000', '192659.800000', '192659.803000', '192659.805000', '192659.808000', '192659.810000', '192659.813000', '192659.816000', '192659.818000', '192659.821000', '192659.823000', '192659.826000', '192659.828000', '192659.831000', '192659.834000', '192659.850000', '192659.852000', '192659.855000', '192659.857000', '192719.733000', '192719.736000', '192719.738000', '192719.741000', '192719.744000', '192719.746000', '192719.749000', '192719.751000', '192719.754000', '192719.756000', '192719.759000', '192719.762000', '192719.764000', '192719.767000', '192719.769000', '192719.772000', '192719.775000', '192719.777000', '192719.780000', '192719.783000', '192719.785000', '192719.788000', '192719.791000', '192719.793000', '192719.796000', '192719.799000', '192719.801000', '192719.804000', '192719.806000', '192719.809000', '192719.811000', '192719.814000', '192719.817000', '192719.819000', '192719.823000', '192719.825000', '192719.828000', '192719.831000', '192719.833000', '192719.836000', '192719.839000', '192719.841000', '192719.844000', '192739.732000', '192739.735000', '192739.738000', '192739.740000', '192739.743000', '192739.746000', '192739.748000', '192739.751000', '192739.753000', '192739.756000', '192739.759000', '192739.761000', '192739.764000', '192739.766000', '192739.769000', '192739.772000', '192739.774000', '192739.777000', '192739.779000', '192739.782000', '192739.784000', '192739.787000', '192739.791000', '192739.793000', '192739.796000', '192739.799000', '192739.801000', '192739.804000', '192739.806000', '192739.809000', '192739.811000', '192739.814000', '192739.817000', '192739.819000', '192739.822000', '192739.824000', '192739.827000', '192739.829000', '192739.832000', '192739.835000', '192739.837000', '192739.840000', '192739.842000', '192739.845000', '192759.732000', '192759.735000', '192759.744000', '192759.747000', '192759.750000', '192759.752000', '192759.755000', '192759.757000', '192759.760000', '192759.763000', '192759.765000', '192759.768000', '192759.770000', '192759.773000', '192759.776000', '192759.778000', '192759.781000', '192759.783000', '192759.786000', '192759.788000', '192759.791000', '192759.794000', '192759.796000', '192759.799000', '192759.802000', '192759.805000', '192759.808000', '192759.811000', '192759.814000', '192759.817000', '192759.819000', '192759.822000', '192759.824000', '192759.827000', '192759.830000', '192759.832000', '192759.835000', '192759.837000', '192759.840000', '192759.843000', '192759.845000', '192759.848000', '192759.850000', '192819.733000', '192819.736000', '192819.738000', '192819.741000', '192819.743000', '192819.746000', '192819.749000', '192819.751000', '192819.754000', '192819.756000', '192819.759000', '192819.762000', '192819.764000', '192819.767000', '192819.769000', '192819.772000', '192819.774000', '192819.777000', '192819.780000', '192819.782000', '192819.785000', '192819.788000', '192819.790000', '192819.793000', '192819.795000', '192819.798000', '192819.801000', '192819.803000', '192819.806000', '192819.838000', '192819.841000', '192819.843000', '192819.846000', '192819.848000', '192819.851000', '192819.854000', '192819.856000', '192819.859000', '192819.861000', '192819.864000', '192819.866000', '192819.869000', '192819.872000', '192819.874000', '192839.733000', '192839.736000', '192839.738000', '192839.741000', '192839.744000', '192839.746000', '192839.749000', '192839.766000', '192839.768000', '192839.771000', '192839.773000', '192839.776000', '192839.778000', '192839.781000', '192839.784000', '192839.786000', '192839.789000', '192839.791000', '192839.794000', '192839.797000', '192839.799000', '192839.802000', '192839.805000', '192839.807000', '192839.810000', '192839.813000', '192839.815000', '192839.818000', '192839.820000', '192839.823000', '192839.826000', '192839.828000', '192839.831000', '192839.833000', '192839.836000', '192839.839000', '192839.841000', '192839.844000', '192839.847000', '192839.849000', '192839.852000', '192839.854000', '192839.857000', '192859.733000', '192859.735000', '192859.738000', '192859.741000', '192859.743000', '192859.746000', '192859.748000', '192859.751000', '192859.754000', '192859.756000', '192859.759000', '192859.761000', '192859.764000', '192859.767000', '192859.769000', '192859.772000', '192859.774000', '192859.777000', '192859.780000', '192859.782000', '192859.785000', '192859.787000', '192859.790000', '192859.793000', '192859.795000', '192859.798000', '192859.801000', '192859.803000', '192859.806000', '192859.809000', '192859.811000', '192859.814000', '192859.816000', '192859.819000', '192859.822000', '192859.824000', '192859.827000', '192859.829000', '192859.832000', '192859.835000', '192859.837000', '192859.840000', '192859.842000', '192859.845000', '192919.733000', '192919.736000', '192919.738000', '192919.741000', '192919.744000', '192919.746000', '192919.749000', '192919.752000', '192919.754000', '192919.757000', '192919.759000', '192919.762000', '192919.764000', '192919.767000', '192919.770000', '192919.772000', '192919.775000', '192919.777000', '192919.780000', '192919.783000', '192919.785000', '192919.788000', '192919.790000', '192919.793000', '192919.796000', '192919.798000', '192919.801000', '192919.803000', '192919.806000', '192919.808000', '192919.811000', '192919.814000', '192919.816000', '192919.819000', '192919.823000', '192919.825000', '192919.828000', '192919.830000', '192919.833000', '192919.836000', '192919.838000', '192919.841000', '192919.843000', '192939.733000', '192939.736000', '192939.738000', '192939.741000', '192939.743000', '192939.746000', '192939.749000', '192939.751000', '192939.754000', '192939.756000', '192939.759000', '192939.762000', '192939.764000', '192939.767000', '192939.769000', '192939.772000', '192939.774000', '192939.777000', '192939.780000', '192939.782000', '192939.785000', '192939.787000', '192939.790000', '192939.793000', '192939.795000', '192939.798000', '192939.800000', '192939.803000', '192939.806000', '192939.808000', '192939.811000', '192939.813000', '192939.816000', '192939.819000', '192939.821000', '192939.824000', '192939.827000', '192939.829000', '192939.832000', '192939.834000', '192939.837000', '192939.839000', '192939.842000', '192939.845000', '192959.732000', '192959.735000', '192959.738000', '192959.741000', '192959.743000', '192959.746000', '192959.749000', '192959.751000', '192959.754000', '192959.756000', '192959.759000', '192959.762000', '192959.764000', '192959.767000', '192959.769000', '192959.772000', '192959.775000', '192959.777000', '192959.790000', '192959.792000', '192959.795000', '192959.798000', '192959.800000', '192959.803000', '192959.805000', '192959.808000', '192959.811000', '192959.813000', '192959.816000', '192959.818000', '192959.821000', '192959.823000', '192959.826000', '192959.829000', '192959.831000', '192959.834000', '192959.836000', '192959.839000', '192959.842000', '192959.844000', '192959.847000', '192959.849000', '192959.852000', '193019.733000', '193019.736000', '193019.738000', '193019.741000', '193019.744000', '193019.746000', '193019.749000', '193019.751000', '193019.754000', '193019.756000', '193019.759000', '193019.762000', '193019.764000', '193019.767000', '193019.769000', '193019.772000', '193019.774000', '193019.777000', '193019.780000', '193019.782000', '193019.785000', '193019.787000', '193019.790000', '193019.792000', '193019.795000', '193019.798000', '193019.800000', '193019.803000', '193019.805000', '193019.808000', '193019.810000', '193019.813000', '193019.816000', '193019.818000', '193019.821000', '193019.823000', '193019.826000', '193019.828000', '193019.831000', '193019.834000', '193019.836000', '193019.839000', '193019.841000', '193019.844000', '193039.733000', '193039.736000', '193039.738000', '193039.741000', '193039.743000', '193039.746000', '193039.749000', '193039.751000', '193039.754000', '193039.756000', '193039.759000', '193039.762000', '193039.764000', '193039.767000', '193039.769000', '193039.772000', '193039.775000', '193039.777000', '193039.780000', '193039.783000', '193039.785000', '193039.788000', '193039.790000', '193039.793000', '193039.796000', '193039.798000', '193039.801000', '193039.804000', '193039.806000', '193039.809000', '193039.811000', '193039.814000', '193039.817000', '193039.819000', '193039.822000', '193039.824000', '193039.827000', '193039.829000', '193039.832000', '193039.835000', '193039.837000', '193039.840000', '193039.842000', '193059.733000', '193059.744000', '193059.746000', '193059.749000', '193059.751000', '193059.754000', '193059.757000', '193059.759000', '193059.762000', '193059.764000', '193059.767000', '193059.770000', '193059.772000', '193059.775000', '193059.777000', '193059.780000', '193059.783000', '193059.785000', '193059.788000', '193059.790000', '193059.793000', '193059.796000', '193059.798000', '193059.801000', '193059.803000', '193059.806000', '193059.809000', '193059.811000', '193059.814000', '193059.817000', '193059.819000', '193059.822000', '193059.824000', '193059.827000', '193059.830000', '193059.832000', '193059.835000', '193059.838000', '193059.840000', '193059.843000', '193059.845000', '193059.848000', '193059.851000', '193059.853000', '193119.733000', '193119.736000', '193119.738000', '193119.741000', '193119.743000', '193119.746000', '193119.748000', '193119.751000', '193119.753000', '193119.756000', '193119.759000', '193119.761000', '193119.764000', '193119.766000', '193119.787000', '193119.789000', '193119.792000', '193119.794000', '193119.797000', '193119.800000', '193119.802000', '193119.805000', '193119.807000', '193119.810000', '193119.812000', '193119.815000', '193119.818000', '193119.820000', '193119.823000', '193119.826000', '193119.828000', '193119.831000', '193119.833000', '193119.836000', '193119.838000', '193119.841000', '193119.844000', '193119.846000', '193119.849000', '193119.851000', '193119.854000', '193119.856000', '193119.859000', '193139.732000', '193139.735000', '193139.738000', '193139.741000', '193139.743000', '193139.746000', '193139.748000', '193139.751000', '193139.754000', '193139.756000', '193139.759000', '193139.761000', '193139.764000', '193139.766000', '193139.769000', '193139.772000', '193139.774000', '193139.777000', '193139.780000', '193139.782000', '193139.785000', '193139.787000', '193139.790000', '193139.792000', '193139.795000', '193139.798000', '193139.800000', '193139.803000', '193139.806000', '193139.808000', '193139.811000', '193139.813000', '193139.816000', '193139.819000', '193139.821000', '193139.824000', '193139.826000', '193139.829000', '193139.831000', '193139.834000', '193139.837000', '193139.839000', '193139.842000', '193139.844000', '193141.960000', '193141.963000', '193141.965000', '193141.968000', '193141.971000'], 'InstanceCreationTime': ['192259.776000', '192259.779000', '192259.782000', '192259.785000', '192259.788000', '192259.791000', '192259.793000', '192259.796000', '192259.804000', '192259.807000', '192259.809000', '192259.812000', '192259.815000', '192259.817000', '192259.820000', '192259.823000', '192259.825000', '192259.828000', '192259.833000', '192259.846000', '192319.732000', '192319.735000', '192319.738000', '192319.740000', '192319.743000', '192319.745000', '192319.748000', '192319.756000', '192319.758000', '192319.761000', '192319.763000', '192319.766000', '192319.768000', '192319.771000', '192319.773000', '192319.776000', '192319.778000', '192319.781000', '192319.783000', '192319.786000', '192319.788000', '192319.791000', '192319.794000', '192319.796000', '192319.799000', '192319.801000', '192319.804000', '192319.806000', '192319.809000', '192319.812000', '192319.814000', '192319.817000', '192319.819000', '192319.822000', '192319.824000', '192319.827000', '192319.830000', '192319.832000', '192319.835000', '192319.837000', '192319.840000', '192319.842000', '192319.845000', '192319.848000', '192339.732000', '192339.735000', '192339.738000', '192339.740000', '192339.743000', '192339.745000', '192339.748000', '192339.751000', '192339.753000', '192339.756000', '192339.758000', '192339.761000', '192339.763000', '192339.766000', '192339.769000', '192339.771000', '192339.774000', '192339.776000', '192339.779000', '192339.781000', '192339.784000', '192339.787000', '192339.789000', '192339.792000', '192339.794000', '192339.797000', '192339.799000', '192339.802000', '192339.804000', '192339.807000', '192339.810000', '192339.812000', '192339.815000', '192339.817000', '192339.820000', '192339.822000', '192339.825000', '192339.827000', '192339.830000', '192339.833000', '192339.835000', '192339.838000', '192339.840000', '192359.732000', '192359.735000', '192359.738000', '192359.740000', '192359.743000', '192359.745000', '192359.748000', '192359.751000', '192359.753000', '192359.756000', '192359.758000', '192359.761000', '192359.764000', '192359.766000', '192359.769000', '192359.771000', '192359.774000', '192359.776000', '192359.779000', '192359.792000', '192359.795000', '192359.797000', '192359.800000', '192359.802000', '192359.805000', '192359.807000', '192359.810000', '192359.812000', '192359.815000', '192359.818000', '192359.820000', '192359.823000', '192359.825000', '192359.828000', '192359.831000', '192359.833000', '192359.836000', '192359.838000', '192359.841000', '192359.843000', '192359.846000', '192359.849000', '192359.851000', '192359.854000', '192419.732000', '192419.735000', '192419.738000', '192419.740000', '192419.743000', '192419.746000', '192419.748000', '192419.751000', '192419.753000', '192419.756000', '192419.758000', '192419.761000', '192419.763000', '192419.766000', '192419.768000', '192419.771000', '192419.774000', '192419.776000', '192419.779000', '192419.781000', '192419.784000', '192419.787000', '192419.789000', '192419.792000', '192419.794000', '192419.797000', '192419.800000', '192419.802000', '192419.805000', '192419.807000', '192419.810000', '192419.812000', '192419.815000', '192419.818000', '192419.820000', '192419.823000', '192419.825000', '192419.828000', '192419.830000', '192419.833000', '192419.836000', '192419.838000', '192419.841000', '192439.733000', '192439.736000', '192439.738000', '192439.742000', '192439.745000', '192439.748000', '192439.750000', '192439.753000', '192439.756000', '192439.758000', '192439.761000', '192439.763000', '192439.766000', '192439.768000', '192439.771000', '192439.774000', '192439.776000', '192439.779000', '192439.781000', '192439.784000', '192439.786000', '192439.789000', '192439.791000', '192439.794000', '192439.797000', '192439.800000', '192439.802000', '192439.805000', '192439.807000', '192439.810000', '192439.813000', '192439.815000', '192439.818000', '192439.820000', '192439.823000', '192439.825000', '192439.828000', '192439.831000', '192439.833000', '192439.836000', '192439.838000', '192439.841000', '192439.843000', '192459.733000', '192459.736000', '192459.738000', '192459.741000', '192459.743000', '192459.746000', '192459.749000', '192459.751000', '192459.754000', '192459.756000', '192459.759000', '192459.761000', '192459.764000', '192459.767000', '192459.769000', '192459.772000', '192459.774000', '192459.777000', '192459.780000', '192459.782000', '192459.785000', '192459.787000', '192459.790000', '192459.793000', '192459.795000', '192459.798000', '192459.800000', '192459.803000', '192459.806000', '192459.808000', '192459.811000', '192459.813000', '192459.816000', '192459.819000', '192459.821000', '192459.824000', '192459.826000', '192459.829000', '192459.831000', '192459.834000', '192459.837000', '192459.839000', '192459.842000', '192459.844000', '192519.733000', '192519.735000', '192519.738000', '192519.741000', '192519.743000', '192519.746000', '192519.748000', '192519.751000', '192519.753000', '192519.756000', '192519.759000', '192519.761000', '192519.764000', '192519.766000', '192519.769000', '192519.772000', '192519.774000', '192519.777000', '192519.779000', '192519.782000', '192519.785000', '192519.787000', '192519.790000', '192519.792000', '192519.795000', '192519.797000', '192519.800000', '192519.803000', '192519.805000', '192519.808000', '192519.811000', '192519.813000', '192519.816000', '192519.818000', '192519.821000', '192519.824000', '192519.826000', '192519.829000', '192519.831000', '192519.834000', '192519.836000', '192519.839000', '192519.842000', '192519.844000', '192539.733000', '192539.735000', '192539.738000', '192539.741000', '192539.743000', '192539.746000', '192539.748000', '192539.751000', '192539.753000', '192539.756000', '192539.758000', '192539.761000', '192539.764000', '192539.766000', '192539.783000', '192539.785000', '192539.788000', '192539.791000', '192539.793000', '192539.796000', '192539.798000', '192539.801000', '192539.803000', '192539.806000', '192539.809000', '192539.811000', '192539.814000', '192539.816000', '192539.819000', '192539.822000', '192539.824000', '192539.827000', '192539.829000', '192539.832000', '192539.834000', '192539.837000', '192539.840000', '192539.842000', '192539.845000', '192539.847000', '192539.850000', '192539.852000', '192539.855000', '192559.732000', '192559.735000', '192559.738000', '192559.740000', '192559.743000', '192559.746000', '192559.748000', '192559.751000', '192559.753000', '192559.756000', '192559.759000', '192559.761000', '192559.764000', '192559.766000', '192559.769000', '192559.772000', '192559.774000', '192559.777000', '192559.779000', '192559.782000', '192559.785000', '192559.788000', '192559.790000', '192559.793000', '192559.796000', '192559.798000', '192559.801000', '192559.803000', '192559.806000', '192559.809000', '192559.811000', '192559.814000', '192559.816000', '192559.819000', '192559.822000', '192559.824000', '192559.827000', '192559.829000', '192559.832000', '192559.835000', '192559.837000', '192559.840000', '192559.843000', '192559.845000', '192619.732000', '192619.735000', '192619.738000', '192619.740000', '192619.743000', '192619.746000', '192619.748000', '192619.751000', '192619.754000', '192619.756000', '192619.759000', '192619.761000', '192619.764000', '192619.767000', '192619.769000', '192619.772000', '192619.774000', '192619.777000', '192619.779000', '192619.782000', '192619.785000', '192619.787000', '192619.790000', '192619.792000', '192619.795000', '192619.798000', '192619.800000', '192619.803000', '192619.806000', '192619.808000', '192619.811000', '192619.814000', '192619.816000', '192619.819000', '192619.821000', '192619.824000', '192619.826000', '192619.829000', '192619.831000', '192619.834000', '192619.837000', '192619.839000', '192619.842000', '192639.732000', '192639.735000', '192639.738000', '192639.740000', '192639.743000', '192639.746000', '192639.748000', '192639.751000', '192639.753000', '192639.756000', '192639.759000', '192639.761000', '192639.764000', '192639.767000', '192639.769000', '192639.772000', '192639.775000', '192639.777000', '192639.780000', '192639.782000', '192639.785000', '192639.787000', '192639.790000', '192639.793000', '192639.795000', '192639.798000', '192639.801000', '192639.803000', '192639.806000', '192639.808000', '192639.811000', '192639.814000', '192639.816000', '192639.819000', '192639.821000', '192639.824000', '192639.826000', '192639.829000', '192639.831000', '192639.834000', '192639.837000', '192639.839000', '192639.842000', '192659.732000', '192659.735000', '192659.738000', '192659.741000', '192659.743000', '192659.746000', '192659.748000', '192659.751000', '192659.753000', '192659.756000', '192659.759000', '192659.761000', '192659.764000', '192659.766000', '192659.769000', '192659.771000', '192659.774000', '192659.777000', '192659.779000', '192659.782000', '192659.784000', '192659.787000', '192659.790000', '192659.792000', '192659.795000', '192659.797000', '192659.800000', '192659.803000', '192659.805000', '192659.808000', '192659.810000', '192659.813000', '192659.816000', '192659.818000', '192659.821000', '192659.823000', '192659.826000', '192659.828000', '192659.831000', '192659.834000', '192659.850000', '192659.852000', '192659.855000', '192659.857000', '192719.733000', '192719.736000', '192719.738000', '192719.741000', '192719.744000', '192719.746000', '192719.749000', '192719.751000', '192719.754000', '192719.756000', '192719.759000', '192719.762000', '192719.764000', '192719.767000', '192719.769000', '192719.772000', '192719.775000', '192719.777000', '192719.780000', '192719.783000', '192719.785000', '192719.788000', '192719.791000', '192719.793000', '192719.796000', '192719.799000', '192719.801000', '192719.804000', '192719.806000', '192719.809000', '192719.811000', '192719.814000', '192719.817000', '192719.819000', '192719.823000', '192719.825000', '192719.828000', '192719.831000', '192719.833000', '192719.836000', '192719.839000', '192719.841000', '192719.844000', '192739.732000', '192739.735000', '192739.738000', '192739.740000', '192739.743000', '192739.746000', '192739.748000', '192739.751000', '192739.753000', '192739.756000', '192739.759000', '192739.761000', '192739.764000', '192739.766000', '192739.769000', '192739.772000', '192739.774000', '192739.777000', '192739.779000', '192739.782000', '192739.784000', '192739.787000', '192739.791000', '192739.793000', '192739.796000', '192739.799000', '192739.801000', '192739.804000', '192739.806000', '192739.809000', '192739.811000', '192739.814000', '192739.817000', '192739.819000', '192739.822000', '192739.824000', '192739.827000', '192739.829000', '192739.832000', '192739.835000', '192739.837000', '192739.840000', '192739.842000', '192739.845000', '192759.732000', '192759.735000', '192759.744000', '192759.747000', '192759.750000', '192759.752000', '192759.755000', '192759.757000', '192759.760000', '192759.763000', '192759.765000', '192759.768000', '192759.770000', '192759.773000', '192759.776000', '192759.778000', '192759.781000', '192759.783000', '192759.786000', '192759.788000', '192759.791000', '192759.794000', '192759.796000', '192759.799000', '192759.802000', '192759.805000', '192759.808000', '192759.811000', '192759.814000', '192759.817000', '192759.819000', '192759.822000', '192759.824000', '192759.827000', '192759.830000', '192759.832000', '192759.835000', '192759.837000', '192759.840000', '192759.843000', '192759.845000', '192759.848000', '192759.850000', '192819.733000', '192819.736000', '192819.738000', '192819.741000', '192819.743000', '192819.746000', '192819.749000', '192819.751000', '192819.754000', '192819.756000', '192819.759000', '192819.762000', '192819.764000', '192819.767000', '192819.769000', '192819.772000', '192819.774000', '192819.777000', '192819.780000', '192819.782000', '192819.785000', '192819.788000', '192819.790000', '192819.793000', '192819.795000', '192819.798000', '192819.801000', '192819.803000', '192819.806000', '192819.838000', '192819.841000', '192819.843000', '192819.846000', '192819.848000', '192819.851000', '192819.854000', '192819.856000', '192819.859000', '192819.861000', '192819.864000', '192819.866000', '192819.869000', '192819.872000', '192819.874000', '192839.733000', '192839.736000', '192839.738000', '192839.741000', '192839.744000', '192839.746000', '192839.749000', '192839.766000', '192839.768000', '192839.771000', '192839.773000', '192839.776000', '192839.778000', '192839.781000', '192839.784000', '192839.786000', '192839.789000', '192839.791000', '192839.794000', '192839.797000', '192839.799000', '192839.802000', '192839.805000', '192839.807000', '192839.810000', '192839.813000', '192839.815000', '192839.818000', '192839.820000', '192839.823000', '192839.826000', '192839.828000', '192839.831000', '192839.833000', '192839.836000', '192839.839000', '192839.841000', '192839.844000', '192839.847000', '192839.849000', '192839.852000', '192839.854000', '192839.857000', '192859.733000', '192859.735000', '192859.738000', '192859.741000', '192859.743000', '192859.746000', '192859.748000', '192859.751000', '192859.754000', '192859.756000', '192859.759000', '192859.761000', '192859.764000', '192859.767000', '192859.769000', '192859.772000', '192859.774000', '192859.777000', '192859.780000', '192859.782000', '192859.785000', '192859.787000', '192859.790000', '192859.793000', '192859.795000', '192859.798000', '192859.801000', '192859.803000', '192859.806000', '192859.809000', '192859.811000', '192859.814000', '192859.816000', '192859.819000', '192859.822000', '192859.824000', '192859.827000', '192859.829000', '192859.832000', '192859.835000', '192859.837000', '192859.840000', '192859.842000', '192859.845000', '192919.733000', '192919.736000', '192919.738000', '192919.741000', '192919.744000', '192919.746000', '192919.749000', '192919.752000', '192919.754000', '192919.757000', '192919.759000', '192919.762000', '192919.764000', '192919.767000', '192919.770000', '192919.772000', '192919.775000', '192919.777000', '192919.780000', '192919.783000', '192919.785000', '192919.788000', '192919.790000', '192919.793000', '192919.796000', '192919.798000', '192919.801000', '192919.803000', '192919.806000', '192919.808000', '192919.811000', '192919.814000', '192919.816000', '192919.819000', '192919.823000', '192919.825000', '192919.828000', '192919.830000', '192919.833000', '192919.836000', '192919.838000', '192919.841000', '192919.843000', '192939.733000', '192939.736000', '192939.738000', '192939.741000', '192939.743000', '192939.746000', '192939.749000', '192939.751000', '192939.754000', '192939.756000', '192939.759000', '192939.762000', '192939.764000', '192939.767000', '192939.769000', '192939.772000', '192939.774000', '192939.777000', '192939.780000', '192939.782000', '192939.785000', '192939.787000', '192939.790000', '192939.793000', '192939.795000', '192939.798000', '192939.800000', '192939.803000', '192939.806000', '192939.808000', '192939.811000', '192939.813000', '192939.816000', '192939.819000', '192939.821000', '192939.824000', '192939.827000', '192939.829000', '192939.832000', '192939.834000', '192939.837000', '192939.839000', '192939.842000', '192939.845000', '192959.732000', '192959.735000', '192959.738000', '192959.741000', '192959.743000', '192959.746000', '192959.749000', '192959.751000', '192959.754000', '192959.756000', '192959.759000', '192959.762000', '192959.764000', '192959.767000', '192959.769000', '192959.772000', '192959.775000', '192959.777000', '192959.790000', '192959.792000', '192959.795000', '192959.798000', '192959.800000', '192959.803000', '192959.805000', '192959.808000', '192959.811000', '192959.813000', '192959.816000', '192959.818000', '192959.821000', '192959.823000', '192959.826000', '192959.829000', '192959.831000', '192959.834000', '192959.836000', '192959.839000', '192959.842000', '192959.844000', '192959.847000', '192959.849000', '192959.852000', '193019.733000', '193019.736000', '193019.738000', '193019.741000', '193019.744000', '193019.746000', '193019.749000', '193019.751000', '193019.754000', '193019.756000', '193019.759000', '193019.762000', '193019.764000', '193019.767000', '193019.769000', '193019.772000', '193019.774000', '193019.777000', '193019.780000', '193019.782000', '193019.785000', '193019.787000', '193019.790000', '193019.792000', '193019.795000', '193019.798000', '193019.800000', '193019.803000', '193019.805000', '193019.808000', '193019.810000', '193019.813000', '193019.816000', '193019.818000', '193019.821000', '193019.823000', '193019.826000', '193019.828000', '193019.831000', '193019.834000', '193019.836000', '193019.839000', '193019.841000', '193019.844000', '193039.733000', '193039.736000', '193039.738000', '193039.741000', '193039.743000', '193039.746000', '193039.749000', '193039.751000', '193039.754000', '193039.756000', '193039.759000', '193039.762000', '193039.764000', '193039.767000', '193039.769000', '193039.772000', '193039.775000', '193039.777000', '193039.780000', '193039.783000', '193039.785000', '193039.788000', '193039.790000', '193039.793000', '193039.796000', '193039.798000', '193039.801000', '193039.804000', '193039.806000', '193039.809000', '193039.811000', '193039.814000', '193039.817000', '193039.819000', '193039.822000', '193039.824000', '193039.827000', '193039.829000', '193039.832000', '193039.835000', '193039.837000', '193039.840000', '193039.842000', '193059.733000', '193059.744000', '193059.746000', '193059.749000', '193059.751000', '193059.754000', '193059.757000', '193059.759000', '193059.762000', '193059.764000', '193059.767000', '193059.770000', '193059.772000', '193059.775000', '193059.777000', '193059.780000', '193059.783000', '193059.785000', '193059.788000', '193059.790000', '193059.793000', '193059.796000', '193059.798000', '193059.801000', '193059.803000', '193059.806000', '193059.809000', '193059.811000', '193059.814000', '193059.817000', '193059.819000', '193059.822000', '193059.824000', '193059.827000', '193059.830000', '193059.832000', '193059.835000', '193059.838000', '193059.840000', '193059.843000', '193059.845000', '193059.848000', '193059.851000', '193059.853000', '193119.733000', '193119.736000', '193119.738000', '193119.741000', '193119.743000', '193119.746000', '193119.748000', '193119.751000', '193119.753000', '193119.756000', '193119.759000', '193119.761000', '193119.764000', '193119.766000', '193119.787000', '193119.789000', '193119.792000', '193119.794000', '193119.797000', '193119.800000', '193119.802000', '193119.805000', '193119.807000', '193119.810000', '193119.812000', '193119.815000', '193119.818000', '193119.820000', '193119.823000', '193119.826000', '193119.828000', '193119.831000', '193119.833000', '193119.836000', '193119.838000', '193119.841000', '193119.844000', '193119.846000', '193119.849000', '193119.851000', '193119.854000', '193119.856000', '193119.859000', '193139.732000', '193139.735000', '193139.738000', '193139.741000', '193139.743000', '193139.746000', '193139.748000', '193139.751000', '193139.754000', '193139.756000', '193139.759000', '193139.761000', '193139.764000', '193139.766000', '193139.769000', '193139.772000', '193139.774000', '193139.777000', '193139.780000', '193139.782000', '193139.785000', '193139.787000', '193139.790000', '193139.792000', '193139.795000', '193139.798000', '193139.800000', '193139.803000', '193139.806000', '193139.808000', '193139.811000', '193139.813000', '193139.816000', '193139.819000', '193139.821000', '193139.824000', '193139.826000', '193139.829000', '193139.831000', '193139.834000', '193139.837000', '193139.839000', '193139.842000', '193139.844000', '193141.960000', '193141.963000', '193141.965000', '193141.968000', '193141.971000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156], 'LargestImagePixelValue': [12940, 9325, 13183, 9137, 12541, 7980, 9374, 13073, 9166, 11528, 9602, 9143, 8622, 9388, 13754, 9281, 12686, 7132, 8710, 9169, 7082, 8256, 10160, 9278, 10108, 10880, 10159, 13724, 9891, 9138, 11078, 9748, 16192, 11345, 9770, 10597, 9781, 9685, 9026, 9621, 15823, 10254, 9698, 11390, 7832, 8971, 12950, 9646, 8991, 11442, 7753, 8800, 13348, 9935, 9531, 12385, 9098, 8917, 9861, 9195, 8756, 10674, 9443, 9060, 10138, 9288, 9189, 10352, 9117, 8737, 12086, 7678, 9221, 10243, 7522, 9326, 10951, 7799, 8818, 12010, 7777, 8831, 10160, 7543, 8528, 12054, 7526, 9016, 10654, 9154, 13184, 10556, 8642, 12526, 8806, 8851, 7766, 9151, 11351, 8800, 10187, 8007, 9131, 9022, 8983, 10528, 7906, 8570, 14327, 9125, 9399, 8731, 8873, 12952, 9644, 14858, 9680, 8766, 10962, 9002, 11294, 9477, 9121, 13317, 9883, 8958, 7844, 9304, 13749, 9511, 8750, 6993, 9101, 9898, 9538, 13837, 8978, 9248, 8360, 9271, 9138, 7073, 8651, 13621, 9419, 11100, 9530, 8949, 12344, 10014, 17320, 11365, 10957, 8868, 9130, 11471, 9495, 18121, 10816, 10246, 8382, 8931, 9765, 9663, 14873, 9146, 9245, 8681, 9139, 11663, 9679, 15335, 9788, 9365, 8528, 9459, 9696, 9451, 12855, 7237, 9234, 9056, 9506, 8784, 7515, 9339, 13709, 10155, 11761, 8152, 9364, 8396, 9899, 13037, 9598, 9459, 7522, 9320, 8635, 9385, 9343, 7124, 8702, 12701, 9445, 14468, 10119, 9471, 10472, 9547, 17047, 11065, 9397, 10342, 9828, 15222, 11024, 9220, 14377, 9390, 10000, 8469, 9372, 17102, 10420, 9615, 9026, 10421, 9198, 9300, 9741, 8452, 7786, 9665, 9615, 8474, 9177, 8844, 7405, 9274, 8342, 8554, 9988, 9593, 9760, 7821, 9247, 11260, 10472, 11719, 12511, 9456, 8670, 7569, 9555, 13230, 9148, 8822, 9777, 9394, 10550, 9777, 12161, 9673, 8299, 7402, 9129, 8767, 9448, 8562, 8036, 9327, 12020, 8904, 11110, 9656, 13110, 9614, 16699, 10362, 13309, 9558, 9003, 7958, 9044, 13321, 9523, 12672, 8314, 9178, 10536, 9574, 15879, 8441, 9041, 10147, 9976, 11114, 12186, 9565, 14838, 10075, 12010, 11680, 9583, 16292, 8271, 9543, 10759, 8678, 10609, 11984, 7874, 8835, 9060, 7961, 8639, 8999, 9361, 7375, 9837, 8749, 13581, 9813, 8780, 11212, 17580, 11737, 9113, 12678, 11783, 9364, 16827, 11930, 8677, 8801, 9356, 8761, 8822, 10225, 6946, 9114, 10409, 7292, 9828, 8478, 7899, 8476, 8860, 9055, 7462, 9706, 11676, 7832, 8837, 8278, 8942, 8986, 11608, 11837, 8548, 8558, 9740, 8530, 10822, 15589, 10089, 8896, 11505, 9020, 8918, 13280, 9861, 10116, 9193, 8861, 13345, 9032, 16716, 11120, 9042, 10280, 8864, 9811, 8397, 8843, 7910, 8910, 7995, 7245, 8941, 14204, 9499, 11673, 9531, 8759, 11990, 8898, 12091, 8092, 8974, 13121, 8982, 10591, 9339, 9136, 15261, 10735, 10671, 11037, 8901, 14027, 9004, 8871, 9915, 8830, 8449, 7244, 8884, 11289, 9317, 10994, 16773, 11016, 14235, 10030, 8950, 13004, 9687, 12297, 10599, 8872, 8676, 8222, 8850, 15159, 10901, 9163, 11581, 8118, 8886, 13807, 10131, 8924, 13352, 8239, 9287, 11011, 8424, 8586, 9500, 8906, 8577, 8020, 8990, 9802, 8732, 9058, 7463, 9136, 8957, 8862, 10370, 7674, 8602, 8295, 9276, 10963, 8113, 8828, 12027, 9536, 13066, 9719, 11233, 10826, 9484, 13574, 9027, 11357, 11303, 9903, 14879, 9368, 13894, 9770, 10347, 10867, 9513, 14814, 7816, 9150, 9877, 9328, 14590, 10956, 9546, 8226, 9333, 10729, 7706, 9193, 12444, 7624, 9309, 12636, 11001, 16745, 11331, 9378, 9199, 9336, 12509, 9316, 12931, 8710, 8909, 9305, 6992, 9061, 8040, 9490, 12516, 9198, 9196, 9910, 9712, 13707, 9488, 10870, 11126, 9272, 14618, 9070, 10260, 13595, 10068, 9418, 10950, 9306, 12932, 12318, 10622, 14928, 9135, 9444, 12016, 9528, 10296, 11988, 9382, 8733, 7675, 9394, 11924, 7863, 9274, 12005, 7879, 9434, 9427, 9741, 11196, 9825, 9706, 13530, 7711, 9326, 12095, 8877, 9298, 10590, 7696, 9637, 12199, 9786, 9898, 12791, 10020, 9217, 10625, 10490, 15692, 11627, 9373, 10446, 9656, 12163, 9282, 9711, 8511, 9427, 8170, 7770, 9046, 9851, 7092, 9040, 10925, 9407, 10302, 9022, 10497, 11436, 9748, 14945, 9340, 9540, 11881, 9562, 11539, 11623, 9461, 9656, 8484, 9174, 13438, 10961, 9180, 9512, 8289, 8986, 8565, 7838, 7533, 8478, 10394, 8394, 7780, 8787, 11971, 7907, 8797, 13241, 10753, 8709, 12136, 13034, 8293, 9374, 10682, 7691, 9259, 11335, 7094, 8283, 8070, 7553, 8882, 7915, 8284, 9169, 8800, 8450, 9167, 11493, 9295, 9114, 12948, 9171, 12624, 9207, 9328, 7696, 8795, 9977, 8849, 7823, 6787, 8608, 10185, 8921, 13672, 9210, 9753, 8863, 10532, 12985, 9675, 16022, 9264, 8710, 9601, 9425, 16519, 11902, 9115, 11398, 9509, 14224, 9269, 9249, 13538, 7805, 9297, 11742, 8619, 10989, 13242, 9041, 8937, 8588, 9088, 11417, 10886, 9081, 13905, 9065, 9804, 12305, 8920, 9078, 8363, 9262, 9503, 9045, 8562, 7116, 9192, 8588, 6630, 8807, 8074, 9321, 11253, 9670, 8853, 11405, 9402, 12002, 9611, 9211, 10164, 9505, 11046, 7154, 9177, 11952, 7383, 8956, 12903, 7615, 9184, 11746, 9829, 15491, 10614, 9259, 12955, 9050, 8871, 7625, 9255, 13427, 9437, 12393, 7059, 8682, 8060, 9236, 9299, 6960, 8747, 9534, 9401, 12104, 9134, 10082, 7618, 9530, 9241, 6917, 8395, 7915, 9182, 12584, 9505, 9286, 13319, 9571, 15504, 10909, 11120, 11563, 9700, 13922, 9029, 9878, 10713, 10121, 17694, 9992, 9131, 9353, 9387, 12305, 9267, 9293, 11567, 9966, 8896, 9919, 9464, 8495, 7552, 9396, 11769, 7467, 8911, 11539, 7342, 9040, 10353, 9651, 8944, 9575, 9486, 12816, 7672, 8668, 6916, 8788, 9356, 8980, 7583, 6578, 8962, 8652, 9325, 13288, 9488, 12386, 10072, 8542, 9827, 9327, 12657, 9557, 16534, 10608, 14049, 8891, 8544, 7429, 8991, 11286, 9110, 11848, 9126, 8803, 7176, 8897, 11005, 9184, 8442, 6704, 8973, 12054, 9630, 11036, 11085, 9143, 13420, 9575, 14894, 11310, 9032, 11440, 9349, 12627, 11141, 9278, 14981, 8318, 9251, 10438, 9222, 11778, 9648, 9331, 14692, 8483, 9414, 12879, 9166, 8779, 10169, 9870, 9045, 9657, 9502, 8878, 8971, 9585, 11350, 8147, 9071, 7965, 8942, 8539, 6901, 9070, 10222, 9384, 11889, 8428, 8654, 9707, 6695, 9037, 9368, 9322, 13829, 9949, 15269, 9496, 11446, 9593, 11018, 9264, 10016, 8066, 9247, 10059, 7021, 8800, 13881, 9968, 14440, 9534, 12998, 10586, 11412, 12429, 9378, 13902, 9434, 16296, 10233, 8972, 9426, 9147, 12858, 10197, 10742, 11587, 9178, 11166, 7877, 9078, 13104, 9717, 9664, 10042, 9384, 12236, 7688, 9070, 12505, 9627, 9721, 6732, 9101, 10615, 6893, 8744, 8054, 9638, 12496, 9838, 10407, 9613, 9701, 9497, 9735, 8207, 7192, 8677, 12200, 9479, 8455, 8852, 8838, 13746, 9984, 16344, 9366, 9844, 7925, 8850, 12383, 9389, 10126, 7218, 8834, 11137, 9859, 11087, 9848, 9312, 13258, 9121, 10484, 12091, 9369, 9538, 8246, 9655, 16031, 11725, 9423, 11570, 8003, 9669, 15001, 10734, 9511, 13458, 7705, 9729, 11732, 8634, 9458, 9629, 7486, 9053, 8383, 9788, 8519, 9644, 9240, 9090, 7574, 9468, 11901, 7972, 9207, 10305, 6898, 8615, 7147, 9618, 11119, 8730, 8579, 8677, 9289, 9917, 9310, 7666, 7531, 9179, 11697, 9715, 12810, 9543, 9982, 12278, 9392, 10031, 8279, 9328, 15053, 10434, 11543, 11068, 9573, 14713, 10394, 10647, 11183, 9634, 13592, 9716, 12423, 9730, 8787, 8172, 8835, 7355, 9549, 10724, 9809, 8407, 6833, 8715, 9374, 6677, 8230, 8258, 9272, 10728, 7880, 11021, 11664, 8968, 10127, 9670, 14310, 10215, 10853, 11694, 9878, 14253, 8078, 8940, 9831, 9346, 14331, 10561, 12470, 8101, 8985, 7966, 9407, 12707, 9515, 10450, 9488, 8302, 7229, 8775, 9757, 9346, 10993, 9015, 8015, 7071, 8499, 11826, 10024, 10036, 10973, 9683, 14533, 10831, 10104, 12045, 9851, 11119, 8685, 9158, 16481, 9209, 8857, 10317, 10298, 12465, 14093, 9542, 10165, 9470, 9669, 14933, 10216, 9048], 'WindowCenter': [3976.0, 3927.0, 3945.0, 3910.0, 3941.0, 3887.0, 3898.0, 3941.0, 3909.0, 3927.0, 3908.0, 3897.0, 3896.0, 3910.0, 3939.0, 3910.0, 3939.0, 3865.0, 3911.0, 3923.0, 3893.0, 3914.0, 3944.0, 3937.0, 3947.0, 3945.0, 3935.0, 3970.0, 3937.0, 3924.0, 3932.0, 3922.0, 3966.0, 3932.0, 3933.0, 3960.0, 3937.0, 3924.0, 3915.0, 3938.0, 3980.0, 3934.0, 3923.0, 3931.0, 3862.0, 3882.0, 3927.0, 3909.0, 3897.0, 3919.0, 3874.0, 3896.0, 3930.0, 3907.0, 3897.0, 3927.0, 3896.0, 3895.0, 3909.0, 3895.0, 3881.0, 3905.0, 3895.0, 3895.0, 3903.0, 3896.0, 3895.0, 3905.0, 3883.0, 3885.0, 3917.0, 3875.0, 3909.0, 3920.0, 3887.0, 3897.0, 3917.0, 3878.0, 3897.0, 3929.0, 3878.0, 3898.0, 3921.0, 3887.0, 3901.0, 3943.0, 3892.0, 3909.0, 3932.0, 3913.0, 3944.0, 3921.0, 3900.0, 3942.0, 3912.0, 3911.0, 3891.0, 3921.0, 3932.0, 3910.0, 3919.0, 3902.0, 3912.0, 3911.0, 3913.0, 3933.0, 3890.0, 3901.0, 3967.0, 3911.0, 3912.0, 3899.0, 3911.0, 3943.0, 3910.0, 3968.0, 3922.0, 3900.0, 3931.0, 3909.0, 3933.0, 3910.0, 3910.0, 3952.0, 3921.0, 3910.0, 3890.0, 3921.0, 3953.0, 3923.0, 3909.0, 3878.0, 3912.0, 3933.0, 3921.0, 3953.0, 3911.0, 3920.0, 3902.0, 3921.0, 3924.0, 3893.0, 3913.0, 3967.0, 3922.0, 3932.0, 3912.0, 3912.0, 3941.0, 3911.0, 3964.0, 3933.0, 3919.0, 3898.0, 3895.0, 3918.0, 3895.0, 3962.0, 3919.0, 3904.0, 3884.0, 3883.0, 3893.0, 3894.0, 3937.0, 3896.0, 3895.0, 3884.0, 3894.0, 3915.0, 3893.0, 3938.0, 3907.0, 3897.0, 3897.0, 3922.0, 3920.0, 3908.0, 3927.0, 3865.0, 3897.0, 3895.0, 3907.0, 3896.0, 3874.0, 3910.0, 3941.0, 3920.0, 3928.0, 3888.0, 3897.0, 3886.0, 3917.0, 3938.0, 3907.0, 3909.0, 3890.0, 3920.0, 3911.0, 3920.0, 3923.0, 3892.0, 3912.0, 3968.0, 3935.0, 3967.0, 3933.0, 3922.0, 3932.0, 3921.0, 3978.0, 3932.0, 3909.0, 3920.0, 3909.0, 3951.0, 3918.0, 3898.0, 3942.0, 3908.0, 3904.0, 3887.0, 3908.0, 3950.0, 3919.0, 3904.0, 3893.0, 3915.0, 3906.0, 3895.0, 3908.0, 3887.0, 3876.0, 3906.0, 3908.0, 3886.0, 3910.0, 3908.0, 3877.0, 3907.0, 3897.0, 3898.0, 3908.0, 3907.0, 3916.0, 3887.0, 3906.0, 3931.0, 3920.0, 3929.0, 3940.0, 3907.0, 3895.0, 3876.0, 3909.0, 3940.0, 3897.0, 3898.0, 3908.0, 3906.0, 3915.0, 3917.0, 3928.0, 3909.0, 3886.0, 3878.0, 3910.0, 3909.0, 3921.0, 3914.0, 3902.0, 3922.0, 3957.0, 3911.0, 3932.0, 3923.0, 3942.0, 3908.0, 3964.0, 3923.0, 3941.0, 3906.0, 3909.0, 3889.0, 3898.0, 3953.0, 3922.0, 3938.0, 3896.0, 3909.0, 3919.0, 3908.0, 3966.0, 3899.0, 3910.0, 3931.0, 3934.0, 3932.0, 3955.0, 3922.0, 3954.0, 3921.0, 3930.0, 3930.0, 3921.0, 3964.0, 3888.0, 3908.0, 3918.0, 3897.0, 3918.0, 3941.0, 3872.0, 3851.0, 3838.0, 3844.0, 3866.0, 3867.0, 3880.0, 3864.0, 3921.0, 3901.0, 3953.0, 3908.0, 3885.0, 3918.0, 3964.0, 3917.0, 3884.0, 3915.0, 3914.0, 3884.0, 3936.0, 3915.0, 3873.0, 3883.0, 3880.0, 3881.0, 3881.0, 3904.0, 3850.0, 3896.0, 3933.0, 3878.0, 3905.0, 3883.0, 3873.0, 3899.0, 3898.0, 3897.0, 3863.0, 3925.0, 3929.0, 3864.0, 3896.0, 3886.0, 3897.0, 3897.0, 3920.0, 3931.0, 3899.0, 3900.0, 3908.0, 3886.0, 3908.0, 3953.0, 3908.0, 3897.0, 3918.0, 3896.0, 3887.0, 3927.0, 3907.0, 3909.0, 3897.0, 3898.0, 3939.0, 3887.0, 3950.0, 3915.0, 3883.0, 3907.0, 3884.0, 3895.0, 3875.0, 3896.0, 3876.0, 3897.0, 3887.0, 3878.0, 3898.0, 3941.0, 3912.0, 3931.0, 3910.0, 3899.0, 3931.0, 3899.0, 3929.0, 3887.0, 3897.0, 3942.0, 3899.0, 3917.0, 3896.0, 3898.0, 3949.0, 3920.0, 3921.0, 3931.0, 3898.0, 3938.0, 3898.0, 3897.0, 3907.0, 3895.0, 3887.0, 3876.0, 3898.0, 3929.0, 3909.0, 3919.0, 3968.0, 3934.0, 3942.0, 3909.0, 3883.0, 3926.0, 3895.0, 3930.0, 3918.0, 3897.0, 3883.0, 3873.0, 3896.0, 3939.0, 3916.0, 3894.0, 3915.0, 3873.0, 3897.0, 3940.0, 3906.0, 3885.0, 3927.0, 3872.0, 3880.0, 3905.0, 3872.0, 3882.0, 3893.0, 3884.0, 3883.0, 3886.0, 3898.0, 3905.0, 3897.0, 3895.0, 3864.0, 3895.0, 3897.0, 3898.0, 3919.0, 3889.0, 3898.0, 3899.0, 3921.0, 3931.0, 3903.0, 3925.0, 3943.0, 3922.0, 3941.0, 3912.0, 3932.0, 3934.0, 3911.0, 3940.0, 3897.0, 3918.0, 3919.0, 3909.0, 3941.0, 3897.0, 3940.0, 3907.0, 3906.0, 3906.0, 3896.0, 3939.0, 3874.0, 3895.0, 3907.0, 3909.0, 3938.0, 3919.0, 3896.0, 3884.0, 3909.0, 3918.0, 3890.0, 3910.0, 3940.0, 3878.0, 3911.0, 3942.0, 3920.0, 3954.0, 3917.0, 3898.0, 3895.0, 3896.0, 3928.0, 3896.0, 3924.0, 3885.0, 3896.0, 3894.0, 3865.0, 3897.0, 3886.0, 3908.0, 3941.0, 3909.0, 3910.0, 3922.0, 3921.0, 3954.0, 3922.0, 3931.0, 3930.0, 3908.0, 3950.0, 3898.0, 3919.0, 3941.0, 3921.0, 3906.0, 3918.0, 3897.0, 3926.0, 3928.0, 3907.0, 3940.0, 3895.0, 3895.0, 3915.0, 3895.0, 3903.0, 3917.0, 3896.0, 3884.0, 3871.0, 3895.0, 3915.0, 3874.0, 3896.0, 3929.0, 3888.0, 3897.0, 3897.0, 3906.0, 3929.0, 3920.0, 3922.0, 3953.0, 3877.0, 3897.0, 3928.0, 3910.0, 3910.0, 3919.0, 3889.0, 3910.0, 3942.0, 3919.0, 3921.0, 3942.0, 3920.0, 3912.0, 3930.0, 3921.0, 3952.0, 3931.0, 3898.0, 3918.0, 3895.0, 3930.0, 3909.0, 3905.0, 3896.0, 3908.0, 3887.0, 3887.0, 3909.0, 3919.0, 3878.0, 3912.0, 3945.0, 3922.0, 3921.0, 3912.0, 3919.0, 3929.0, 3909.0, 3953.0, 3909.0, 3909.0, 3932.0, 3908.0, 3929.0, 3930.0, 3923.0, 3921.0, 3895.0, 3908.0, 3939.0, 3917.0, 3897.0, 3934.0, 3943.0, 3940.0, 3882.0, 3804.0, 3804.0, 3817.0, 3849.0, 3830.0, 3861.0, 3897.0, 3944.0, 3902.0, 3912.0, 3942.0, 3919.0, 3897.0, 3915.0, 3927.0, 3873.0, 3882.0, 3905.0, 3873.0, 3895.0, 3916.0, 3854.0, 3887.0, 3884.0, 3876.0, 3907.0, 3886.0, 3898.0, 3911.0, 3910.0, 3899.0, 3922.0, 3944.0, 3913.0, 3910.0, 3944.0, 3910.0, 3941.0, 3908.0, 3908.0, 3890.0, 3900.0, 3921.0, 3911.0, 3888.0, 3867.0, 3911.0, 3931.0, 3911.0, 3966.0, 3923.0, 3922.0, 3911.0, 3933.0, 3944.0, 3924.0, 3965.0, 3910.0, 3897.0, 3910.0, 3910.0, 3967.0, 3957.0, 3897.0, 3918.0, 3893.0, 3937.0, 3897.0, 3909.0, 3941.0, 3876.0, 3895.0, 3916.0, 3885.0, 3906.0, 3930.0, 3886.0, 3896.0, 3897.0, 3896.0, 3916.0, 3917.0, 3882.0, 3925.0, 3881.0, 3892.0, 3915.0, 3897.0, 3894.0, 3874.0, 3908.0, 3895.0, 3896.0, 3884.0, 3864.0, 3897.0, 3895.0, 3865.0, 3908.0, 3887.0, 3920.0, 3930.0, 3910.0, 3898.0, 3928.0, 3908.0, 3928.0, 3907.0, 3908.0, 3906.0, 3907.0, 3927.0, 3867.0, 3908.0, 3928.0, 3890.0, 3923.0, 3942.0, 3903.0, 3907.0, 3931.0, 3908.0, 3948.0, 3907.0, 3897.0, 3940.0, 3898.0, 3897.0, 3887.0, 3896.0, 3926.0, 3898.0, 3926.0, 3863.0, 3896.0, 3887.0, 3909.0, 3909.0, 3880.0, 3900.0, 3910.0, 3920.0, 3928.0, 3897.0, 3918.0, 3890.0, 3921.0, 3910.0, 3878.0, 3912.0, 3900.0, 3921.0, 3955.0, 3923.0, 3911.0, 3953.0, 3909.0, 3953.0, 3920.0, 3921.0, 3931.0, 3908.0, 3939.0, 3896.0, 3906.0, 3906.0, 3920.0, 3964.0, 3906.0, 3894.0, 3894.0, 3897.0, 3926.0, 3894.0, 3895.0, 3916.0, 3906.0, 3893.0, 3907.0, 3904.0, 3884.0, 3873.0, 3896.0, 3928.0, 3877.0, 3895.0, 3928.0, 3876.0, 3897.0, 3908.0, 3907.0, 3898.0, 3907.0, 3908.0, 3938.0, 3876.0, 3898.0, 3878.0, 3907.0, 3909.0, 3910.0, 3890.0, 3881.0, 3921.0, 3910.0, 3922.0, 3954.0, 3924.0, 3942.0, 3922.0, 3900.0, 3921.0, 3908.0, 3942.0, 3911.0, 3962.0, 3919.0, 3941.0, 3897.0, 3897.0, 3874.0, 3908.0, 3930.0, 3909.0, 3939.0, 3907.0, 3907.0, 3877.0, 3910.0, 3932.0, 3910.0, 3900.0, 3880.0, 3925.0, 3942.0, 3923.0, 3934.0, 3942.0, 3910.0, 3954.0, 3910.0, 3953.0, 3933.0, 3898.0, 3928.0, 3908.0, 3928.0, 3929.0, 3896.0, 3951.0, 3885.0, 3896.0, 3906.0, 3896.0, 3928.0, 3895.0, 3894.0, 3936.0, 3881.0, 3893.0, 3927.0, 3911.0, 3886.0, 3907.0, 3919.0, 3897.0, 3906.0, 3906.0, 3896.0, 3897.0, 3906.0, 3914.0, 3885.0, 3907.0, 3884.0, 3898.0, 3899.0, 3879.0, 3910.0, 3921.0, 3909.0, 3939.0, 3899.0, 3911.0, 3924.0, 3883.0, 3924.0, 3924.0, 3925.0, 3956.0, 3925.0, 3964.0, 3911.0, 3930.0, 3908.0, 3929.0, 3909.0, 3921.0, 3901.0, 3921.0, 3932.0, 3880.0, 3911.0, 3967.0, 3924.0, 3954.0, 3922.0, 3954.0, 3923.0, 3932.0, 3942.0, 3906.0, 3940.0, 3893.0, 3949.0, 3908.0, 3893.0, 3896.0, 3908.0, 3938.0, 3907.0, 3906.0, 3916.0, 3895.0, 3915.0, 3870.0, 3882.0, 3924.0, 3904.0, 3894.0, 3905.0, 3895.0, 3926.0, 3874.0, 3895.0, 3927.0, 3904.0, 3905.0, 3852.0, 3897.0, 3917.0, 3877.0, 3898.0, 3886.0, 3909.0, 3939.0, 3907.0, 3917.0, 3909.0, 3908.0, 3908.0, 3906.0, 3898.0, 3878.0, 3910.0, 3952.0, 3922.0, 3900.0, 3910.0, 3923.0, 3954.0, 3922.0, 3966.0, 3909.0, 3922.0, 3886.0, 3909.0, 3941.0, 3906.0, 3917.0, 3876.0, 3908.0, 3928.0, 3920.0, 3931.0, 3920.0, 3909.0, 3951.0, 3911.0, 3931.0, 3942.0, 3910.0, 3908.0, 3899.0, 3908.0, 3965.0, 3931.0, 3908.0, 3929.0, 3885.0, 3906.0, 3940.0, 3929.0, 3907.0, 3938.0, 3875.0, 3905.0, 3913.0, 3883.0, 3894.0, 3905.0, 3865.0, 3894.0, 3884.0, 3907.0, 3884.0, 3907.0, 3896.0, 3894.0, 3874.0, 3895.0, 3928.0, 3885.0, 3895.0, 3918.0, 3866.0, 3895.0, 3865.0, 3922.0, 3940.0, 3909.0, 3899.0, 3912.0, 3922.0, 3920.0, 3921.0, 3901.0, 3891.0, 3924.0, 3953.0, 3924.0, 3953.0, 3922.0, 3917.0, 3944.0, 3923.0, 3921.0, 3896.0, 3920.0, 3952.0, 3918.0, 3931.0, 3930.0, 3907.0, 3951.0, 3917.0, 3918.0, 3917.0, 3904.0, 3938.0, 3904.0, 3928.0, 3907.0, 3884.0, 3886.0, 3896.0, 3875.0, 3917.0, 3917.0, 3920.0, 3895.0, 3866.0, 3897.0, 3905.0, 3869.0, 3913.0, 3911.0, 3923.0, 3931.0, 3901.0, 3931.0, 3932.0, 3913.0, 3932.0, 3919.0, 3950.0, 3919.0, 3918.0, 3926.0, 3908.0, 3952.0, 3885.0, 3896.0, 3906.0, 3908.0, 3939.0, 3904.0, 3927.0, 3873.0, 3897.0, 3889.0, 3908.0, 3939.0, 3908.0, 3915.0, 3906.0, 3898.0, 3876.0, 3895.0, 3920.0, 3908.0, 3929.0, 3910.0, 3900.0, 3878.0, 3913.0, 3955.0, 3935.0, 3922.0, 3931.0, 3924.0, 3953.0, 3932.0, 3919.0, 3929.0, 3919.0, 3928.0, 3895.0, 3909.0, 3965.0, 3921.0, 3922.0, 3920.0, 3919.0, 3927.0, 3953.0, 3909.0, 3920.0, 3921.0, 3907.0, 3950.0, 3907.0, 3897.0], 'WindowWidth': [8876.0, 8790.0, 8810.0, 8753.0, 8797.0, 8719.0, 8732.0, 8795.0, 8747.0, 8770.0, 8745.0, 8728.0, 8728.0, 8750.0, 8792.0, 8751.0, 8789.0, 8690.0, 8757.0, 8778.0, 8740.0, 8768.0, 8808.0, 8801.0, 8816.0, 8810.0, 8795.0, 8857.0, 8802.0, 8777.0, 8790.0, 8777.0, 8850.0, 8790.0, 8793.0, 8842.0, 8804.0, 8780.0, 8768.0, 8802.0, 8873.0, 8796.0, 8776.0, 8784.0, 8676.0, 8702.0, 8771.0, 8749.0, 8729.0, 8761.0, 8698.0, 8725.0, 8782.0, 8746.0, 8726.0, 8773.0, 8732.0, 8725.0, 8748.0, 8724.0, 8699.0, 8737.0, 8722.0, 8721.0, 8731.0, 8727.0, 8720.0, 8734.0, 8705.0, 8710.0, 8756.0, 8699.0, 8747.0, 8766.0, 8719.0, 8730.0, 8759.0, 8704.0, 8728.0, 8775.0, 8707.0, 8733.0, 8768.0, 8720.0, 8740.0, 8803.0, 8732.0, 8754.0, 8786.0, 8760.0, 8804.0, 8768.0, 8738.0, 8801.0, 8756.0, 8753.0, 8727.0, 8770.0, 8786.0, 8753.0, 8763.0, 8743.0, 8756.0, 8757.0, 8760.0, 8785.0, 8726.0, 8741.0, 8840.0, 8757.0, 8757.0, 8738.0, 8755.0, 8801.0, 8752.0, 8850.0, 8772.0, 8739.0, 8781.0, 8751.0, 8788.0, 8751.0, 8751.0, 8816.0, 8768.0, 8751.0, 8725.0, 8769.0, 8815.0, 8773.0, 8752.0, 8710.0, 8757.0, 8789.0, 8769.0, 8820.0, 8756.0, 8769.0, 8746.0, 8770.0, 8779.0, 8736.0, 8762.0, 8841.0, 8776.0, 8786.0, 8759.0, 8758.0, 8798.0, 8754.0, 8846.0, 8788.0, 8764.0, 8733.0, 8724.0, 8760.0, 8726.0, 8839.0, 8762.0, 8737.0, 8707.0, 8703.0, 8720.0, 8723.0, 8786.0, 8727.0, 8723.0, 8709.0, 8722.0, 8751.0, 8720.0, 8789.0, 8741.0, 8727.0, 8731.0, 8776.0, 8771.0, 8748.0, 8770.0, 8683.0, 8729.0, 8725.0, 8742.0, 8727.0, 8698.0, 8753.0, 8798.0, 8766.0, 8776.0, 8720.0, 8728.0, 8715.0, 8758.0, 8789.0, 8745.0, 8750.0, 8728.0, 8767.0, 8756.0, 8770.0, 8777.0, 8736.0, 8760.0, 8845.0, 8795.0, 8843.0, 8789.0, 8774.0, 8785.0, 8770.0, 8870.0, 8789.0, 8750.0, 8767.0, 8749.0, 8819.0, 8764.0, 8734.0, 8804.0, 8748.0, 8739.0, 8718.0, 8746.0, 8818.0, 8765.0, 8736.0, 8721.0, 8753.0, 8741.0, 8726.0, 8749.0, 8717.0, 8701.0, 8744.0, 8749.0, 8716.0, 8752.0, 8750.0, 8703.0, 8746.0, 8737.0, 8736.0, 8747.0, 8748.0, 8758.0, 8719.0, 8744.0, 8783.0, 8767.0, 8777.0, 8796.0, 8745.0, 8727.0, 8701.0, 8749.0, 8794.0, 8731.0, 8732.0, 8746.0, 8744.0, 8754.0, 8760.0, 8774.0, 8749.0, 8716.0, 8710.0, 8753.0, 8753.0, 8771.0, 8766.0, 8749.0, 8773.0, 8827.0, 8757.0, 8787.0, 8775.0, 8802.0, 8751.0, 8842.0, 8775.0, 8798.0, 8743.0, 8752.0, 8723.0, 8734.0, 8819.0, 8772.0, 8789.0, 8730.0, 8750.0, 8762.0, 8748.0, 8843.0, 8740.0, 8754.0, 8786.0, 8792.0, 8786.0, 8822.0, 8773.0, 8825.0, 8769.0, 8781.0, 8783.0, 8770.0, 8844.0, 8721.0, 8747.0, 8761.0, 8732.0, 8762.0, 8800.0, 8692.0, 8638.0, 8614.0, 8633.0, 8668.0, 8669.0, 8695.0, 8684.0, 8771.0, 8741.0, 8820.0, 8750.0, 8715.0, 8759.0, 8843.0, 8759.0, 8708.0, 8755.0, 8748.0, 8706.0, 8790.0, 8753.0, 8690.0, 8704.0, 8698.0, 8702.0, 8697.0, 8732.0, 8658.0, 8729.0, 8790.0, 8707.0, 8739.0, 8705.0, 8695.0, 8736.0, 8732.0, 8730.0, 8679.0, 8780.0, 8775.0, 8678.0, 8726.0, 8713.0, 8729.0, 8727.0, 8761.0, 8778.0, 8736.0, 8737.0, 8744.0, 8712.0, 8743.0, 8820.0, 8747.0, 8730.0, 8760.0, 8725.0, 8714.0, 8772.0, 8743.0, 8746.0, 8728.0, 8732.0, 8790.0, 8714.0, 8815.0, 8753.0, 8705.0, 8740.0, 8707.0, 8722.0, 8697.0, 8726.0, 8701.0, 8729.0, 8719.0, 8707.0, 8733.0, 8798.0, 8758.0, 8778.0, 8750.0, 8735.0, 8780.0, 8734.0, 8775.0, 8717.0, 8729.0, 8796.0, 8736.0, 8757.0, 8728.0, 8730.0, 8808.0, 8765.0, 8765.0, 8782.0, 8733.0, 8789.0, 8732.0, 8729.0, 8742.0, 8727.0, 8719.0, 8703.0, 8735.0, 8777.0, 8749.0, 8762.0, 8855.0, 8792.0, 8803.0, 8747.0, 8701.0, 8766.0, 8721.0, 8780.0, 8763.0, 8732.0, 8707.0, 8692.0, 8725.0, 8795.0, 8756.0, 8721.0, 8752.0, 8694.0, 8732.0, 8795.0, 8739.0, 8710.0, 8772.0, 8688.0, 8697.0, 8734.0, 8689.0, 8703.0, 8720.0, 8708.0, 8706.0, 8714.0, 8734.0, 8740.0, 8730.0, 8726.0, 8684.0, 8722.0, 8730.0, 8733.0, 8763.0, 8722.0, 8734.0, 8738.0, 8771.0, 8783.0, 8753.0, 8782.0, 8803.0, 8770.0, 8801.0, 8759.0, 8784.0, 8792.0, 8754.0, 8796.0, 8733.0, 8761.0, 8765.0, 8749.0, 8805.0, 8730.0, 8795.0, 8744.0, 8740.0, 8740.0, 8725.0, 8792.0, 8697.0, 8722.0, 8742.0, 8748.0, 8789.0, 8763.0, 8727.0, 8709.0, 8749.0, 8760.0, 8727.0, 8754.0, 8794.0, 8708.0, 8758.0, 8799.0, 8764.0, 8827.0, 8759.0, 8731.0, 8726.0, 8727.0, 8774.0, 8728.0, 8763.0, 8710.0, 8726.0, 8723.0, 8686.0, 8731.0, 8717.0, 8747.0, 8797.0, 8752.0, 8754.0, 8773.0, 8771.0, 8821.0, 8773.0, 8786.0, 8782.0, 8748.0, 8810.0, 8733.0, 8763.0, 8799.0, 8770.0, 8743.0, 8761.0, 8729.0, 8771.0, 8776.0, 8744.0, 8797.0, 8725.0, 8724.0, 8753.0, 8724.0, 8733.0, 8758.0, 8726.0, 8708.0, 8689.0, 8723.0, 8752.0, 8696.0, 8728.0, 8778.0, 8719.0, 8730.0, 8731.0, 8745.0, 8775.0, 8765.0, 8773.0, 8819.0, 8704.0, 8729.0, 8773.0, 8755.0, 8753.0, 8766.0, 8724.0, 8753.0, 8802.0, 8765.0, 8768.0, 8801.0, 8765.0, 8759.0, 8783.0, 8767.0, 8822.0, 8784.0, 8732.0, 8759.0, 8724.0, 8781.0, 8752.0, 8740.0, 8728.0, 8746.0, 8717.0, 8719.0, 8752.0, 8764.0, 8711.0, 8759.0, 8810.0, 8773.0, 8770.0, 8759.0, 8766.0, 8780.0, 8750.0, 8822.0, 8748.0, 8749.0, 8786.0, 8748.0, 8780.0, 8781.0, 8774.0, 8773.0, 8728.0, 8748.0, 8792.0, 8758.0, 8730.0, 8797.0, 8829.0, 8816.0, 8704.0, 8561.0, 8557.0, 8579.0, 8629.0, 8607.0, 8667.0, 8730.0, 8806.0, 8747.0, 8762.0, 8804.0, 8765.0, 8731.0, 8752.0, 8771.0, 8692.0, 8703.0, 8738.0, 8694.0, 8726.0, 8755.0, 8670.0, 8715.0, 8711.0, 8704.0, 8748.0, 8717.0, 8733.0, 8755.0, 8753.0, 8742.0, 8773.0, 8806.0, 8761.0, 8755.0, 8809.0, 8753.0, 8797.0, 8749.0, 8752.0, 8728.0, 8739.0, 8769.0, 8755.0, 8724.0, 8697.0, 8758.0, 8785.0, 8759.0, 8842.0, 8779.0, 8774.0, 8758.0, 8791.0, 8806.0, 8777.0, 8845.0, 8754.0, 8735.0, 8752.0, 8753.0, 8850.0, 8833.0, 8731.0, 8762.0, 8718.0, 8790.0, 8729.0, 8749.0, 8800.0, 8703.0, 8724.0, 8757.0, 8712.0, 8743.0, 8783.0, 8713.0, 8729.0, 8730.0, 8726.0, 8756.0, 8758.0, 8704.0, 8771.0, 8701.0, 8715.0, 8753.0, 8732.0, 8722.0, 8695.0, 8747.0, 8724.0, 8728.0, 8710.0, 8682.0, 8728.0, 8726.0, 8688.0, 8749.0, 8721.0, 8769.0, 8779.0, 8756.0, 8736.0, 8778.0, 8747.0, 8775.0, 8746.0, 8749.0, 8742.0, 8743.0, 8774.0, 8693.0, 8748.0, 8778.0, 8728.0, 8778.0, 8803.0, 8751.0, 8747.0, 8783.0, 8745.0, 8809.0, 8743.0, 8731.0, 8796.0, 8732.0, 8729.0, 8719.0, 8728.0, 8771.0, 8732.0, 8768.0, 8680.0, 8729.0, 8718.0, 8751.0, 8750.0, 8714.0, 8740.0, 8752.0, 8768.0, 8778.0, 8732.0, 8759.0, 8728.0, 8770.0, 8755.0, 8712.0, 8761.0, 8741.0, 8771.0, 8823.0, 8778.0, 8756.0, 8819.0, 8750.0, 8823.0, 8768.0, 8769.0, 8785.0, 8748.0, 8797.0, 8728.0, 8742.0, 8741.0, 8766.0, 8847.0, 8742.0, 8723.0, 8724.0, 8730.0, 8771.0, 8726.0, 8724.0, 8753.0, 8741.0, 8722.0, 8742.0, 8736.0, 8709.0, 8695.0, 8728.0, 8776.0, 8704.0, 8726.0, 8775.0, 8701.0, 8733.0, 8748.0, 8746.0, 8733.0, 8745.0, 8746.0, 8791.0, 8705.0, 8733.0, 8710.0, 8749.0, 8752.0, 8754.0, 8731.0, 8719.0, 8773.0, 8757.0, 8775.0, 8821.0, 8779.0, 8802.0, 8775.0, 8742.0, 8770.0, 8750.0, 8803.0, 8756.0, 8836.0, 8767.0, 8801.0, 8731.0, 8732.0, 8701.0, 8747.0, 8782.0, 8752.0, 8790.0, 8747.0, 8748.0, 8708.0, 8754.0, 8788.0, 8755.0, 8741.0, 8717.0, 8783.0, 8802.0, 8780.0, 8793.0, 8803.0, 8754.0, 8821.0, 8753.0, 8821.0, 8790.0, 8733.0, 8777.0, 8748.0, 8776.0, 8778.0, 8731.0, 8819.0, 8713.0, 8729.0, 8741.0, 8728.0, 8774.0, 8726.0, 8722.0, 8786.0, 8703.0, 8719.0, 8772.0, 8755.0, 8714.0, 8744.0, 8766.0, 8731.0, 8741.0, 8740.0, 8728.0, 8733.0, 8743.0, 8751.0, 8716.0, 8746.0, 8711.0, 8733.0, 8739.0, 8713.0, 8757.0, 8770.0, 8754.0, 8794.0, 8740.0, 8757.0, 8779.0, 8726.0, 8779.0, 8783.0, 8785.0, 8829.0, 8782.0, 8838.0, 8757.0, 8784.0, 8749.0, 8780.0, 8753.0, 8770.0, 8744.0, 8771.0, 8788.0, 8718.0, 8760.0, 8846.0, 8780.0, 8825.0, 8776.0, 8822.0, 8776.0, 8788.0, 8803.0, 8743.0, 8797.0, 8719.0, 8814.0, 8746.0, 8722.0, 8728.0, 8749.0, 8793.0, 8745.0, 8739.0, 8757.0, 8723.0, 8752.0, 8685.0, 8705.0, 8766.0, 8740.0, 8722.0, 8737.0, 8725.0, 8771.0, 8696.0, 8726.0, 8774.0, 8738.0, 8739.0, 8666.0, 8732.0, 8759.0, 8708.0, 8735.0, 8718.0, 8752.0, 8791.0, 8745.0, 8758.0, 8749.0, 8749.0, 8748.0, 8745.0, 8735.0, 8709.0, 8755.0, 8816.0, 8775.0, 8742.0, 8756.0, 8778.0, 8823.0, 8774.0, 8847.0, 8751.0, 8776.0, 8720.0, 8751.0, 8799.0, 8745.0, 8759.0, 8702.0, 8750.0, 8774.0, 8770.0, 8784.0, 8768.0, 8752.0, 8814.0, 8756.0, 8786.0, 8804.0, 8754.0, 8750.0, 8737.0, 8750.0, 8843.0, 8787.0, 8749.0, 8780.0, 8715.0, 8744.0, 8800.0, 8780.0, 8745.0, 8793.0, 8700.0, 8740.0, 8750.0, 8706.0, 8723.0, 8740.0, 8686.0, 8724.0, 8711.0, 8744.0, 8712.0, 8744.0, 8728.0, 8725.0, 8697.0, 8724.0, 8776.0, 8714.0, 8727.0, 8761.0, 8690.0, 8728.0, 8689.0, 8773.0, 8799.0, 8754.0, 8738.0, 8762.0, 8772.0, 8769.0, 8771.0, 8746.0, 8731.0, 8780.0, 8821.0, 8780.0, 8819.0, 8774.0, 8761.0, 8808.0, 8775.0, 8770.0, 8732.0, 8768.0, 8818.0, 8764.0, 8788.0, 8783.0, 8747.0, 8818.0, 8762.0, 8762.0, 8761.0, 8738.0, 8793.0, 8739.0, 8776.0, 8744.0, 8710.0, 8715.0, 8728.0, 8701.0, 8761.0, 8760.0, 8767.0, 8730.0, 8692.0, 8735.0, 8744.0, 8702.0, 8762.0, 8760.0, 8777.0, 8788.0, 8746.0, 8785.0, 8788.0, 8763.0, 8789.0, 8768.0, 8815.0, 8765.0, 8762.0, 8772.0, 8745.0, 8822.0, 8716.0, 8729.0, 8741.0, 8749.0, 8795.0, 8739.0, 8774.0, 8695.0, 8730.0, 8724.0, 8749.0, 8792.0, 8748.0, 8754.0, 8742.0, 8736.0, 8703.0, 8727.0, 8768.0, 8750.0, 8777.0, 8754.0, 8745.0, 8714.0, 8762.0, 8828.0, 8799.0, 8775.0, 8786.0, 8780.0, 8822.0, 8791.0, 8768.0, 8782.0, 8765.0, 8778.0, 8728.0, 8751.0, 8847.0, 8775.0, 8778.0, 8770.0, 8764.0, 8774.0, 8823.0, 8753.0, 8769.0, 8771.0, 8744.0, 8811.0, 8744.0, 8730.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.001965484429065744</td></tr>
<tr><td colspan=3>aqi</td><td>0.03501603970588235</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.26919471776621</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.227359111393942</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0204153166060608</td></tr>
<tr><td colspan=3>efc</td><td>0.4908</td></tr>
<tr><td colspan=3>fber</td><td>3845.5146</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.161022085874213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>296</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.60553633217993</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5695065237659516</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5536588482069376</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.834520023328867</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3203406997620495</td></tr>
<tr><td colspan=3>gcor</td><td>0.0126183</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>4.4953732867725194e-05</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022091681137681007</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8066424849197396</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.5686</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.599</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.8262</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299683.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>850.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.7397</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1206</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.691</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3088.39</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.9088</td></tr>
<tr><td colspan=3>tsnr</td><td>30.705409732297994</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>