<?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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-02/func/sub-0092_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>5743ce13987fb88e491b0a2a78349f77</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>09:22:7.952500</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.999222, -0.0076647, -0.0386751, 0.00837125, 0.9998, 0.01814]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0810685</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7727, -7282, 667, -49, -70, 73, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.706</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>05298612-1aa3-47dd-baf9-71c82758221c||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.6808407306671143, 0.022459447383880615, -0.10402648895978928, 110.41986846923828], [0.020563840866088867, 2.682391405105591, 0.04981398209929466, -102.35472869873047], [-0.1037624254822731, -0.048668209463357925, 2.697535514831543, -64.79426574707031], [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': ['092207.952500', '092208.412500', '092208.872500', '092209.332500', '092209.792500', '092210.252500', '092210.712500', '092211.172500', '092211.632500', '092212.092500', '092212.552500', '092213.012500', '092213.472500', '092213.932500', '092214.392500', '092214.852500', '092215.312500', '092215.772500', '092216.232500', '092216.692500', '092217.152500', '092217.612500', '092218.072500', '092218.532500', '092218.992500', '092219.452500', '092219.912500', '092220.372500', '092220.832500', '092221.292500', '092221.752500', '092222.212500', '092222.672500', '092223.132500', '092223.592500', '092224.052500', '092224.512500', '092224.972500', '092225.432500', '092225.892500', '092226.352500', '092226.812500', '092227.272500', '092227.732500', '092228.192500', '092228.652500', '092229.112500', '092229.572500', '092230.032500', '092230.492500', '092230.952500', '092231.412500', '092231.872500', '092232.332500', '092232.792500', '092233.252500', '092233.712500', '092234.172500', '092234.632500', '092235.092500', '092235.552500', '092236.012500', '092236.472500', '092236.932500', '092237.392500', '092237.852500', '092238.312500', '092238.772500', '092239.232500', '092239.692500', '092240.152500', '092240.612500', '092241.072500', '092241.532500', '092241.992500', '092242.452500', '092242.912500', '092243.372500', '092243.832500', '092244.292500', '092244.752500', '092245.212500', '092245.672500', '092246.132500', '092246.592500', '092247.052500', '092247.512500', '092247.972500', '092248.432500', '092248.892500', '092249.352500', '092249.812500', '092250.272500', '092250.732500', '092251.192500', '092251.652500', '092252.112500', '092252.572500', '092253.032500', '092253.492500', '092253.952500', '092254.412500', '092254.872500', '092255.332500', '092255.792500', '092256.252500', '092256.712500', '092257.172500', '092257.632500', '092258.092500', '092258.552500', '092259.012500', '092259.472500', '092259.932500', '092300.392500', '092300.852500', '092301.312500', '092301.772500', '092302.232500', '092302.692500', '092303.152500', '092303.612500', '092304.072500', '092304.532500', '092304.992500', '092305.452500', '092305.912500', '092306.372500', '092306.832500', '092307.292500', '092307.752500', '092308.212500', '092308.672500', '092309.132500', '092309.592500', '092310.052500', '092310.512500', '092310.972500', '092311.432500', '092311.892500', '092312.352500', '092312.812500', '092313.272500', '092313.732500', '092314.192500', '092314.652500', '092315.112500', '092315.572500', '092316.032500', '092316.492500', '092316.952500', '092317.412500', '092317.872500', '092318.332500', '092318.792500', '092319.252500', '092319.712500', '092320.172500', '092320.632500', '092321.092500', '092321.552500', '092322.012500', '092322.472500', '092322.932500', '092323.392500', '092323.852500', '092324.312500', '092324.772500', '092325.232500', '092325.692500', '092326.152500', '092326.612500', '092327.072500', '092327.532500', '092327.992500', '092328.452500', '092328.912500', '092329.372500', '092329.832500', '092330.292500', '092330.752500', '092331.212500', '092331.672500', '092332.132500', '092332.592500', '092333.052500', '092333.512500', '092333.972500', '092334.432500', '092334.892500', '092335.352500', '092335.812500', '092336.272500', '092336.732500', '092337.192500', '092337.652500', '092338.112500', '092338.572500', '092339.032500', '092339.492500', '092339.952500', '092340.412500', '092340.872500', '092341.332500', '092341.792500', '092342.252500', '092342.712500', '092343.172500', '092343.632500', '092344.092500', '092344.552500', '092345.012500', '092345.472500', '092345.932500', '092346.392500', '092346.852500', '092347.312500', '092347.772500', '092348.232500', '092348.692500', '092349.152500', '092349.612500', '092350.072500', '092350.532500', '092350.992500', '092351.452500', '092351.912500', '092352.372500', '092352.832500', '092353.292500', '092353.752500', '092354.212500', '092354.672500', '092355.132500', '092355.592500', '092356.052500', '092356.512500', '092356.972500', '092357.432500', '092357.892500', '092358.352500', '092358.812500', '092359.272500', '092359.732500', '092400.192500', '092400.652500', '092401.112500', '092401.572500', '092402.032500', '092402.492500', '092402.952500', '092403.412500', '092403.872500', '092404.332500', '092404.792500', '092405.252500', '092405.712500', '092406.172500', '092406.632500', '092407.092500', '092407.552500', '092408.012500', '092408.472500', '092408.932500', '092409.392500', '092409.852500', '092410.312500', '092410.772500', '092411.232500', '092411.692500', '092412.152500', '092412.612500', '092413.072500', '092413.532500', '092413.992500', '092414.452500', '092414.912500', '092415.372500', '092415.832500', '092416.292500', '092416.752500', '092417.212500', '092417.672500', '092418.132500', '092418.592500', '092419.052500', '092419.512500', '092419.972500', '092420.432500', '092420.892500', '092421.352500', '092421.812500', '092422.272500', '092422.732500', '092423.192500', '092423.652500', '092424.112500', '092424.572500', '092425.032500', '092425.492500', '092425.952500', '092426.412500', '092426.872500', '092427.332500', '092427.792500', '092428.252500', '092428.712500', '092429.172500', '092429.632500', '092430.092500', '092430.552500', '092431.012500', '092431.472500', '092431.932500', '092432.392500', '092432.852500', '092433.312500', '092433.772500', '092434.232500', '092434.692500', '092435.152500', '092435.612500', '092436.072500', '092436.532500', '092436.992500', '092437.452500', '092437.912500', '092438.372500', '092438.832500', '092439.292500', '092439.752500', '092440.212500', '092440.672500', '092441.132500', '092441.592500', '092442.052500', '092442.512500', '092442.972500', '092443.432500', '092443.892500', '092444.352500', '092444.812500', '092445.272500', '092445.732500', '092446.192500', '092446.652500', '092447.112500', '092447.572500', '092448.032500', '092448.492500', '092448.952500', '092449.412500', '092449.872500', '092450.332500', '092450.792500', '092451.252500', '092451.712500', '092452.172500', '092452.632500', '092453.092500', '092453.552500', '092454.012500', '092454.472500', '092454.932500', '092455.392500', '092455.852500', '092456.312500', '092456.772500', '092457.232500', '092457.692500', '092458.152500', '092458.612500', '092459.072500', '092459.532500', '092459.992500', '092500.452500', '092500.912500', '092501.372500', '092501.832500', '092502.292500', '092502.752500', '092503.212500', '092503.672500', '092504.132500', '092504.592500', '092505.052500', '092505.512500', '092505.972500', '092506.432500', '092506.892500', '092507.352500', '092507.812500', '092508.272500', '092508.732500', '092509.192500', '092509.652500', '092510.112500', '092510.572500', '092511.032500', '092511.492500', '092511.952500', '092512.412500', '092512.872500', '092513.332500', '092513.792500', '092514.252500', '092514.712500', '092515.172500', '092515.632500', '092516.092500', '092516.552500', '092517.012500', '092517.472500', '092517.932500', '092518.392500', '092518.852500', '092519.312500', '092519.772500', '092520.232500', '092520.692500', '092521.152500', '092521.612500', '092522.072500', '092522.532500', '092522.992500', '092523.452500', '092523.912500', '092524.372500', '092524.832500', '092525.292500', '092525.752500', '092526.212500', '092526.672500', '092527.132500', '092527.592500', '092528.052500', '092528.512500', '092528.972500', '092529.432500', '092529.892500', '092530.352500', '092530.812500', '092531.272500', '092531.732500', '092532.192500', '092532.652500', '092533.112500', '092533.572500', '092534.032500', '092534.492500', '092534.952500', '092535.412500', '092535.872500', '092536.332500', '092536.792500', '092537.252500', '092537.712500', '092538.172500', '092538.632500', '092539.092500', '092539.552500', '092540.012500', '092540.472500', '092540.932500', '092541.392500', '092541.852500', '092542.312500', '092542.772500', '092543.232500', '092543.692500', '092544.152500', '092544.612500', '092545.072500', '092545.532500', '092545.992500', '092546.452500', '092546.912500', '092547.372500', '092547.832500', '092548.292500', '092548.752500', '092549.212500', '092549.672500', '092550.132500', '092550.592500', '092551.052500', '092551.512500', '092551.972500', '092552.432500', '092552.892500', '092553.352500', '092553.812500', '092554.272500', '092554.732500', '092555.192500', '092555.652500', '092556.112500', '092556.572500', '092557.032500', '092557.492500', '092557.952500', '092558.412500', '092558.872500', '092559.332500', '092559.792500', '092600.252500', '092600.712500', '092601.172500', '092601.632500', '092602.092500', '092602.552500', '092603.012500', '092603.472500', '092603.932500', '092604.392500', '092604.852500', '092605.312500', '092605.772500', '092606.232500', '092606.692500', '092607.152500', '092607.612500', '092608.072500', '092608.532500', '092608.992500', '092609.452500', '092609.912500', '092610.372500', '092610.832500', '092611.292500', '092611.752500', '092612.212500', '092612.672500', '092613.132500', '092613.592500', '092614.052500', '092614.512500', '092614.972500', '092615.432500', '092615.892500', '092616.352500', '092616.812500', '092617.272500', '092617.732500', '092618.192500', '092618.652500', '092619.112500', '092619.572500', '092620.032500', '092620.492500', '092620.952500', '092621.412500', '092621.872500', '092622.332500', '092622.792500', '092623.252500', '092623.712500', '092624.172500', '092624.632500', '092625.092500', '092625.552500', '092626.012500', '092626.472500', '092626.932500', '092627.392500', '092627.852500', '092628.312500', '092628.772500', '092629.232500', '092629.692500', '092630.152500', '092630.612500', '092631.072500', '092631.532500', '092631.992500', '092632.452500', '092632.912500', '092633.372500', '092633.832500', '092634.292500', '092634.752500', '092635.212500', '092635.672500', '092636.132500', '092636.592500', '092637.052500', '092637.512500', '092637.972500', '092638.432500', '092638.892500', '092639.352500', '092639.812500', '092640.272500', '092640.732500', '092641.192500', '092641.652500', '092642.112500', '092642.572500', '092643.032500', '092643.492500', '092643.952500', '092644.412500', '092644.872500', '092645.332500', '092645.792500', '092646.252500', '092646.712500', '092647.172500', '092647.632500', '092648.092500', '092648.552500', '092649.012500', '092649.472500', '092649.932500', '092650.392500', '092650.852500', '092651.312500', '092651.772500', '092652.232500', '092652.692500', '092653.152500', '092653.612500', '092654.072500', '092654.532500', '092654.992500', '092655.452500', '092655.912500', '092656.372500', '092656.832500', '092657.292500', '092657.752500', '092658.212500', '092658.672500', '092659.132500', '092659.592500', '092700.052500', '092700.512500', '092700.972500', '092701.432500', '092701.892500', '092702.352500', '092702.812500', '092703.272500', '092703.732500', '092704.192500', '092704.652500', '092705.112500', '092705.572500', '092706.032500', '092706.492500', '092706.952500', '092707.412500', '092707.872500', '092708.332500', '092708.792500', '092709.252500', '092709.712500', '092710.172500', '092710.632500', '092711.092500', '092711.552500', '092712.012500', '092712.472500', '092712.932500', '092713.392500', '092713.852500', '092714.312500', '092714.772500', '092715.232500', '092715.692500', '092716.152500', '092716.612500', '092717.072500', '092717.532500', '092717.992500', '092718.452500', '092718.912500', '092719.372500', '092719.832500', '092720.292500', '092720.752500', '092721.212500', '092721.672500', '092722.132500', '092722.592500', '092723.052500', '092723.512500', '092723.972500', '092724.432500', '092724.892500', '092725.352500', '092725.812500', '092726.272500', '092726.732500', '092727.192500', '092727.652500', '092728.112500', '092728.572500', '092729.032500', '092729.492500', '092729.952500', '092730.412500', '092730.872500', '092731.332500', '092731.792500', '092732.252500', '092732.712500', '092733.172500', '092733.632500', '092734.092500', '092734.552500', '092735.012500', '092735.472500', '092735.932500', '092736.392500', '092736.852500', '092737.312500', '092737.772500', '092738.232500', '092738.692500', '092739.152500', '092739.612500', '092740.072500', '092740.532500', '092740.992500', '092741.452500', '092741.912500', '092742.372500', '092742.832500', '092743.292500', '092743.752500', '092744.212500', '092744.672500', '092745.132500', '092745.592500', '092746.052500', '092746.512500', '092746.972500', '092747.432500', '092747.892500', '092748.352500', '092748.812500', '092749.272500', '092749.732500', '092750.192500', '092750.652500', '092751.112500', '092751.572500', '092752.032500', '092752.492500', '092752.952500', '092753.412500', '092753.872500', '092754.332500', '092754.792500', '092755.252500', '092755.712500', '092756.172500', '092756.632500', '092757.092500', '092757.552500', '092758.012500', '092758.472500', '092758.932500', '092759.392500', '092759.852500', '092800.312500', '092800.772500', '092801.232500', '092801.692500', '092802.152500', '092802.612500', '092803.072500', '092803.532500', '092803.992500', '092804.452500', '092804.912500', '092805.372500', '092805.832500', '092806.292500', '092806.752500', '092807.212500', '092807.672500', '092808.132500', '092808.592500', '092809.052500', '092809.512500', '092809.972500', '092810.432500', '092810.892500', '092811.352500', '092811.812500', '092812.272500', '092812.732500', '092813.192500', '092813.652500', '092814.112500', '092814.572500', '092815.032500', '092815.492500', '092815.952500', '092816.412500', '092816.872500', '092817.332500', '092817.792500', '092818.252500', '092818.712500', '092819.172500', '092819.632500', '092820.092500', '092820.552500', '092821.012500', '092821.472500', '092821.932500', '092822.392500', '092822.852500', '092823.312500', '092823.772500', '092824.232500', '092824.692500', '092825.152500', '092825.612500', '092826.072500', '092826.532500', '092826.992500', '092827.452500', '092827.912500', '092828.372500', '092828.832500', '092829.292500', '092829.752500', '092830.212500', '092830.672500', '092831.132500', '092831.592500', '092832.052500', '092832.512500', '092832.972500', '092833.432500', '092833.892500', '092834.352500', '092834.812500', '092835.272500', '092835.732500', '092836.192500', '092836.652500', '092837.112500', '092837.572500', '092838.032500', '092838.492500', '092838.952500', '092839.412500', '092839.872500', '092840.332500', '092840.792500', '092841.252500', '092841.712500', '092842.172500', '092842.632500', '092843.092500', '092843.552500', '092844.012500', '092844.472500', '092844.932500', '092845.392500', '092845.852500', '092846.312500', '092846.772500', '092847.232500', '092847.692500', '092848.152500', '092848.612500', '092849.072500', '092849.532500', '092849.992500', '092850.452500', '092850.912500', '092851.372500', '092851.832500', '092852.292500', '092852.752500', '092853.212500', '092853.672500', '092854.132500', '092854.592500', '092855.052500', '092855.512500', '092855.972500', '092856.432500', '092856.892500', '092857.352500', '092857.812500', '092858.272500', '092858.732500', '092859.192500', '092859.652500', '092900.112500', '092900.572500', '092901.032500', '092901.492500', '092901.952500', '092902.412500', '092902.872500', '092903.332500', '092903.792500', '092904.252500', '092904.712500', '092905.172500', '092905.632500', '092906.092500', '092906.552500', '092907.012500', '092907.472500', '092907.932500', '092908.392500', '092908.852500', '092909.312500', '092909.772500', '092910.232500', '092910.692500', '092911.152500', '092911.612500', '092912.072500', '092912.532500', '092912.992500', '092913.452500', '092913.912500', '092914.372500', '092914.832500', '092915.292500', '092915.752500', '092916.212500', '092916.672500', '092917.132500', '092917.592500', '092918.052500', '092918.512500', '092918.972500', '092919.432500', '092919.892500', '092920.352500', '092920.812500', '092921.272500', '092921.732500', '092922.192500', '092922.652500', '092923.112500', '092923.572500', '092924.032500', '092924.492500', '092924.952500', '092925.412500', '092925.872500', '092926.332500', '092926.792500', '092927.252500', '092927.712500', '092928.172500', '092928.632500', '092929.092500', '092929.552500', '092930.012500', '092930.472500', '092930.932500', '092931.392500', '092931.852500', '092932.312500', '092932.772500', '092933.232500', '092933.692500', '092934.152500', '092934.612500', '092935.072500', '092935.532500', '092935.992500', '092936.452500', '092936.912500', '092937.372500', '092937.832500', '092938.292500', '092938.752500', '092939.212500', '092939.672500', '092940.132500', '092940.592500', '092941.052500', '092941.512500', '092941.972500', '092942.432500', '092942.892500', '092943.352500', '092943.812500', '092944.272500', '092944.732500', '092945.192500', '092945.652500', '092946.112500', '092946.572500', '092947.032500', '092947.492500', '092947.952500', '092948.412500', '092948.872500', '092949.332500', '092949.792500', '092950.252500', '092950.712500', '092951.172500', '092951.632500', '092952.092500', '092952.552500', '092953.012500', '092953.472500', '092953.932500', '092954.392500', '092954.852500', '092955.312500', '092955.772500', '092956.232500', '092956.692500', '092957.152500', '092957.612500', '092958.072500', '092958.532500', '092958.992500', '092959.452500', '092959.912500', '093000.372500', '093000.832500', '093001.292500', '093001.752500', '093002.212500', '093002.672500', '093003.132500', '093003.592500', '093004.052500', '093004.512500', '093004.972500', '093005.432500', '093005.892500', '093006.352500', '093006.812500', '093007.272500', '093007.732500', '093008.192500', '093008.652500', '093009.112500', '093009.572500', '093010.032500', '093010.492500', '093010.952500', '093011.412500', '093011.872500', '093012.332500', '093012.792500', '093013.252500', '093013.712500', '093014.172500', '093014.632500', '093015.092500', '093015.552500', '093016.012500', '093016.472500', '093016.932500', '093017.392500', '093017.852500', '093018.312500', '093018.772500', '093019.232500', '093019.692500', '093020.152500', '093020.612500', '093021.072500', '093021.532500', '093021.992500', '093022.452500', '093022.912500', '093023.372500', '093023.832500', '093024.292500', '093024.752500', '093025.212500', '093025.672500', '093026.132500', '093026.592500', '093027.052500', '093027.512500', '093027.972500', '093028.432500', '093028.892500', '093029.352500', '093029.812500', '093030.272500', '093030.732500', '093031.192500', '093031.652500', '093032.112500', '093032.572500', '093033.032500', '093033.492500', '093033.952500', '093034.412500', '093034.872500', '093035.332500', '093035.792500', '093036.252500', '093036.712500', '093037.172500', '093037.632500', '093038.092500', '093038.552500', '093039.012500', '093039.472500', '093039.932500', '093040.392500', '093040.852500', '093041.312500', '093041.772500', '093042.232500', '093042.692500', '093043.152500', '093043.612500', '093044.072500', '093044.532500', '093044.992500', '093045.452500', '093045.912500', '093046.372500', '093046.832500', '093047.292500', '093047.752500', '093048.212500', '093048.672500', '093049.132500', '093049.592500', '093050.052500', '093050.512500', '093050.972500', '093051.432500', '093051.892500', '093052.352500', '093052.812500', '093053.272500', '093053.732500', '093054.192500', '093054.652500', '093055.112500', '093055.572500', '093056.032500', '093056.492500', '093056.952500', '093057.412500', '093057.872500', '093058.332500', '093058.792500', '093059.252500'], 'ContentTime': ['092230.620000', '092230.623000', '092230.626000', '092230.632000', '092230.634000', '092230.637000', '092230.639000', '092230.642000', '092230.645000', '092230.647000', '092230.650000', '092230.652000', '092230.655000', '092230.658000', '092230.660000', '092230.663000', '092230.665000', '092230.668000', '092230.670000', '092230.673000', '092230.675000', '092230.678000', '092230.681000', '092230.683000', '092230.686000', '092230.688000', '092230.691000', '092230.693000', '092230.696000', '092230.698000', '092230.701000', '092230.703000', '092230.706000', '092230.709000', '092230.711000', '092230.721000', '092230.723000', '092230.726000', '092230.728000', '092230.731000', '092230.733000', '092230.736000', '092230.738000', '092230.741000', '092230.744000', '092230.746000', '092250.586000', '092250.589000', '092250.592000', '092250.594000', '092250.597000', '092250.599000', '092250.602000', '092250.605000', '092250.607000', '092250.618000', '092250.620000', '092250.623000', '092250.625000', '092250.628000', '092250.630000', '092250.633000', '092250.636000', '092250.638000', '092250.641000', '092250.644000', '092250.646000', '092250.653000', '092250.655000', '092250.658000', '092250.660000', '092250.663000', '092250.665000', '092250.668000', '092250.671000', '092250.673000', '092250.676000', '092250.678000', '092250.681000', '092250.683000', '092250.687000', '092250.689000', '092250.692000', '092250.695000', '092250.698000', '092250.700000', '092250.703000', '092250.706000', '092250.708000', '092310.586000', '092310.589000', '092310.592000', '092310.594000', '092310.597000', '092310.600000', '092310.602000', '092310.605000', '092310.608000', '092310.610000', '092310.613000', '092310.615000', '092310.627000', '092310.629000', '092310.632000', '092310.635000', '092310.637000', '092310.640000', '092310.642000', '092310.645000', '092310.648000', '092310.650000', '092310.653000', '092310.655000', '092310.658000', '092310.661000', '092310.663000', '092310.666000', '092310.675000', '092310.678000', '092310.680000', '092310.683000', '092310.686000', '092310.688000', '092310.691000', '092310.693000', '092310.696000', '092310.699000', '092310.701000', '092310.704000', '092310.707000', '092310.709000', '092310.712000', '092310.714000', '092330.587000', '092330.589000', '092330.592000', '092330.595000', '092330.597000', '092330.600000', '092330.603000', '092330.615000', '092330.617000', '092330.620000', '092330.623000', '092330.625000', '092330.628000', '092330.630000', '092330.633000', '092330.636000', '092330.638000', '092330.641000', '092330.643000', '092330.646000', '092330.649000', '092330.651000', '092330.654000', '092330.656000', '092330.659000', '092330.661000', '092330.664000', '092330.667000', '092330.669000', '092330.672000', '092330.675000', '092330.677000', '092330.680000', '092330.682000', '092330.685000', '092330.688000', '092330.690000', '092330.693000', '092330.695000', '092330.698000', '092330.701000', '092330.703000', '092330.706000', '092350.586000', '092350.589000', '092350.592000', '092350.594000', '092350.603000', '092350.605000', '092350.608000', '092350.611000', '092350.613000', '092350.616000', '092350.618000', '092350.621000', '092350.624000', '092350.626000', '092350.629000', '092350.632000', '092350.634000', '092350.637000', '092350.639000', '092350.642000', '092350.644000', '092350.647000', '092350.650000', '092350.652000', '092350.655000', '092350.657000', '092350.660000', '092350.662000', '092350.665000', '092350.667000', '092350.670000', '092350.673000', '092350.675000', '092350.678000', '092350.680000', '092350.683000', '092350.685000', '092350.688000', '092350.691000', '092350.693000', '092350.696000', '092350.698000', '092350.701000', '092350.704000', '092410.586000', '092410.589000', '092410.592000', '092410.595000', '092410.597000', '092410.600000', '092410.602000', '092410.605000', '092410.608000', '092410.610000', '092410.613000', '092410.616000', '092410.618000', '092410.621000', '092410.623000', '092410.626000', '092410.629000', '092410.631000', '092410.634000', '092410.637000', '092410.639000', '092410.642000', '092410.644000', '092410.647000', '092410.650000', '092410.652000', '092410.655000', '092410.657000', '092410.660000', '092410.663000', '092410.665000', '092410.668000', '092410.670000', '092410.673000', '092410.676000', '092410.678000', '092410.681000', '092410.683000', '092410.686000', '092410.688000', '092410.691000', '092410.694000', '092410.696000', '092430.587000', '092430.589000', '092430.592000', '092430.595000', '092430.597000', '092430.612000', '092430.615000', '092430.618000', '092430.620000', '092430.623000', '092430.625000', '092430.628000', '092430.630000', '092430.633000', '092430.636000', '092430.638000', '092430.641000', '092430.643000', '092430.646000', '092430.649000', '092430.651000', '092430.654000', '092430.656000', '092430.659000', '092430.662000', '092430.664000', '092430.667000', '092430.669000', '092430.672000', '092430.675000', '092430.677000', '092430.680000', '092430.682000', '092430.685000', '092430.687000', '092430.690000', '092430.693000', '092430.695000', '092430.698000', '092430.700000', '092430.703000', '092430.705000', '092430.708000', '092430.711000', '092450.586000', '092450.588000', '092450.591000', '092450.594000', '092450.596000', '092450.599000', '092450.602000', '092450.604000', '092450.607000', '092450.609000', '092450.612000', '092450.614000', '092450.617000', '092450.620000', '092450.622000', '092450.625000', '092450.627000', '092450.630000', '092450.633000', '092450.635000', '092450.638000', '092450.640000', '092450.643000', '092450.646000', '092450.648000', '092450.651000', '092450.653000', '092450.656000', '092450.659000', '092450.661000', '092450.664000', '092450.666000', '092450.669000', '092450.672000', '092450.674000', '092450.677000', '092450.680000', '092450.682000', '092450.685000', '092450.687000', '092450.690000', '092450.698000', '092450.701000', '092510.586000', '092510.589000', '092510.592000', '092510.595000', '092510.597000', '092510.600000', '092510.603000', '092510.605000', '092510.608000', '092510.610000', '092510.613000', '092510.616000', '092510.618000', '092510.621000', '092510.624000', '092510.626000', '092510.629000', '092510.632000', '092510.634000', '092510.637000', '092510.639000', '092510.642000', '092510.645000', '092510.647000', '092510.650000', '092510.652000', '092510.655000', '092510.658000', '092510.660000', '092510.663000', '092510.665000', '092510.668000', '092510.670000', '092510.673000', '092510.676000', '092510.678000', '092510.681000', '092510.683000', '092510.686000', '092510.688000', '092510.691000', '092510.694000', '092510.696000', '092510.699000', '092530.586000', '092530.589000', '092530.592000', '092530.595000', '092530.598000', '092530.600000', '092530.603000', '092530.606000', '092530.608000', '092530.611000', '092530.613000', '092530.616000', '092530.619000', '092530.621000', '092530.624000', '092530.634000', '092530.637000', '092530.639000', '092530.642000', '092530.645000', '092530.647000', '092530.650000', '092530.652000', '092530.655000', '092530.658000', '092530.660000', '092530.663000', '092530.666000', '092530.668000', '092530.671000', '092530.673000', '092530.676000', '092530.679000', '092530.681000', '092530.684000', '092530.686000', '092530.689000', '092530.691000', '092530.694000', '092530.697000', '092530.699000', '092530.702000', '092530.705000', '092550.586000', '092550.589000', '092550.592000', '092550.594000', '092550.597000', '092550.600000', '092550.602000', '092550.605000', '092550.607000', '092550.610000', '092550.612000', '092550.615000', '092550.618000', '092550.620000', '092550.623000', '092550.625000', '092550.628000', '092550.631000', '092550.633000', '092550.636000', '092550.638000', '092550.641000', '092550.644000', '092550.646000', '092550.649000', '092550.651000', '092550.654000', '092550.656000', '092550.659000', '092550.662000', '092550.679000', '092550.682000', '092550.685000', '092550.687000', '092550.690000', '092550.692000', '092550.695000', '092550.697000', '092550.700000', '092550.703000', '092550.705000', '092550.708000', '092550.710000', '092550.713000', '092610.586000', '092610.589000', '092610.592000', '092610.595000', '092610.597000', '092610.600000', '092610.602000', '092610.605000', '092610.608000', '092610.610000', '092610.613000', '092610.615000', '092610.618000', '092610.621000', '092610.623000', '092610.626000', '092610.628000', '092610.631000', '092610.634000', '092610.636000', '092610.639000', '092610.641000', '092610.644000', '092610.647000', '092610.649000', '092610.652000', '092610.654000', '092610.657000', '092610.660000', '092610.662000', '092610.665000', '092610.667000', '092610.670000', '092610.672000', '092610.675000', '092610.678000', '092610.680000', '092610.683000', '092610.686000', '092610.688000', '092610.691000', '092610.693000', '092610.696000', '092630.586000', '092630.589000', '092630.592000', '092630.594000', '092630.597000', '092630.600000', '092630.602000', '092630.606000', '092630.609000', '092630.611000', '092630.614000', '092630.617000', '092630.620000', '092630.622000', '092630.625000', '092630.628000', '092630.630000', '092630.633000', '092630.635000', '092630.638000', '092630.641000', '092630.643000', '092630.646000', '092630.649000', '092630.651000', '092630.654000', '092630.656000', '092630.659000', '092630.662000', '092630.664000', '092630.667000', '092630.670000', '092630.672000', '092630.675000', '092630.677000', '092630.680000', '092630.683000', '092630.685000', '092630.688000', '092630.690000', '092630.693000', '092630.695000', '092630.698000', '092630.701000', '092650.586000', '092650.590000', '092650.593000', '092650.595000', '092650.598000', '092650.601000', '092650.603000', '092650.606000', '092650.608000', '092650.611000', '092650.613000', '092650.616000', '092650.618000', '092650.621000', '092650.624000', '092650.626000', '092650.629000', '092650.632000', '092650.634000', '092650.637000', '092650.639000', '092650.642000', '092650.645000', '092650.647000', '092650.650000', '092650.652000', '092650.655000', '092650.657000', '092650.660000', '092650.663000', '092650.665000', '092650.668000', '092650.670000', '092650.673000', '092650.676000', '092650.678000', '092650.681000', '092650.683000', '092650.686000', '092650.689000', '092650.691000', '092650.694000', '092650.696000', '092710.585000', '092710.588000', '092710.591000', '092710.593000', '092710.596000', '092710.599000', '092710.601000', '092710.604000', '092710.607000', '092710.609000', '092710.612000', '092710.614000', '092710.617000', '092710.620000', '092710.622000', '092710.625000', '092710.628000', '092710.630000', '092710.633000', '092710.635000', '092710.638000', '092710.640000', '092710.643000', '092710.646000', '092710.648000', '092710.651000', '092710.654000', '092710.656000', '092710.659000', '092710.661000', '092710.664000', '092710.666000', '092710.669000', '092710.672000', '092710.674000', '092710.677000', '092710.679000', '092710.682000', '092710.685000', '092710.687000', '092710.690000', '092710.692000', '092710.695000', '092710.698000', '092730.587000', '092730.590000', '092730.592000', '092730.595000', '092730.597000', '092730.600000', '092730.603000', '092730.605000', '092730.611000', '092730.614000', '092730.616000', '092730.619000', '092730.622000', '092730.624000', '092730.627000', '092730.630000', '092730.632000', '092730.635000', '092730.638000', '092730.640000', '092730.643000', '092730.646000', '092730.648000', '092730.651000', '092730.653000', '092730.656000', '092730.659000', '092730.661000', '092730.664000', '092730.666000', '092730.669000', '092730.672000', '092730.674000', '092730.677000', '092730.679000', '092730.682000', '092730.684000', '092730.687000', '092730.690000', '092730.692000', '092730.695000', '092730.697000', '092730.700000', '092750.586000', '092750.589000', '092750.592000', '092750.594000', '092750.597000', '092750.600000', '092750.602000', '092750.605000', '092750.608000', '092750.611000', '092750.614000', '092750.617000', '092750.619000', '092750.624000', '092750.627000', '092750.629000', '092750.632000', '092750.634000', '092750.637000', '092750.640000', '092750.642000', '092750.646000', '092750.648000', '092750.651000', '092750.654000', '092750.657000', '092750.659000', '092750.662000', '092750.664000', '092750.667000', '092750.670000', '092750.672000', '092750.675000', '092750.677000', '092750.680000', '092750.683000', '092750.685000', '092750.688000', '092750.690000', '092750.693000', '092750.696000', '092750.698000', '092750.701000', '092810.586000', '092810.589000', '092810.592000', '092810.594000', '092810.597000', '092810.600000', '092810.602000', '092810.605000', '092810.608000', '092810.612000', '092810.615000', '092810.617000', '092810.620000', '092810.622000', '092810.625000', '092810.628000', '092810.630000', '092810.633000', '092810.636000', '092810.638000', '092810.641000', '092810.643000', '092810.646000', '092810.648000', '092810.651000', '092810.654000', '092810.657000', '092810.659000', '092810.662000', '092810.664000', '092810.667000', '092810.669000', '092810.672000', '092810.675000', '092810.677000', '092810.680000', '092810.682000', '092810.685000', '092810.688000', '092810.690000', '092810.693000', '092810.695000', '092810.698000', '092810.701000', '092830.586000', '092830.589000', '092830.592000', '092830.595000', '092830.597000', '092830.600000', '092830.602000', '092830.605000', '092830.607000', '092830.610000', '092830.613000', '092830.615000', '092830.618000', '092830.621000', '092830.623000', '092830.626000', '092830.628000', '092830.631000', '092830.634000', '092830.636000', '092830.639000', '092830.641000', '092830.644000', '092830.647000', '092830.649000', '092830.652000', '092830.654000', '092830.657000', '092830.659000', '092830.662000', '092830.665000', '092830.667000', '092830.670000', '092830.673000', '092830.675000', '092830.678000', '092830.680000', '092830.683000', '092830.685000', '092830.688000', '092830.691000', '092830.693000', '092830.696000', '092850.586000', '092850.589000', '092850.592000', '092850.595000', '092850.597000', '092850.600000', '092850.602000', '092850.605000', '092850.608000', '092850.631000', '092850.633000', '092850.636000', '092850.639000', '092850.641000', '092850.644000', '092850.647000', '092850.649000', '092850.652000', '092850.654000', '092850.657000', '092850.660000', '092850.662000', '092850.665000', '092850.667000', '092850.670000', '092850.673000', '092850.675000', '092850.678000', '092850.680000', '092850.683000', '092850.685000', '092850.688000', '092850.691000', '092850.693000', '092850.696000', '092850.698000', '092850.701000', '092850.704000', '092850.706000', '092850.709000', '092850.711000', '092850.714000', '092850.717000', '092850.719000', '092910.586000', '092910.589000', '092910.592000', '092910.594000', '092910.597000', '092910.600000', '092910.602000', '092910.605000', '092910.608000', '092910.614000', '092910.617000', '092910.620000', '092910.622000', '092910.625000', '092910.627000', '092910.630000', '092910.633000', '092910.635000', '092910.638000', '092910.641000', '092910.643000', '092910.646000', '092910.649000', '092910.651000', '092910.654000', '092910.656000', '092910.659000', '092910.662000', '092910.664000', '092910.667000', '092910.669000', '092910.672000', '092910.675000', '092910.677000', '092910.680000', '092910.683000', '092910.686000', '092910.689000', '092910.692000', '092910.694000', '092910.697000', '092910.699000', '092910.702000', '092930.586000', '092930.589000', '092930.591000', '092930.594000', '092930.596000', '092930.599000', '092930.602000', '092930.605000', '092930.607000', '092930.610000', '092930.612000', '092930.615000', '092930.617000', '092930.620000', '092930.623000', '092930.625000', '092930.628000', '092930.631000', '092930.633000', '092930.636000', '092930.638000', '092930.641000', '092930.643000', '092930.646000', '092930.649000', '092930.651000', '092930.654000', '092930.656000', '092930.659000', '092930.661000', '092930.664000', '092930.667000', '092930.669000', '092930.672000', '092930.674000', '092930.677000', '092930.680000', '092930.682000', '092930.685000', '092930.687000', '092930.690000', '092930.692000', '092930.695000', '092930.697000', '092950.587000', '092950.589000', '092950.592000', '092950.595000', '092950.597000', '092950.600000', '092950.602000', '092950.605000', '092950.608000', '092950.611000', '092950.613000', '092950.616000', '092950.619000', '092950.621000', '092950.624000', '092950.626000', '092950.629000', '092950.631000', '092950.634000', '092950.637000', '092950.639000', '092950.642000', '092950.644000', '092950.647000', '092950.650000', '092950.652000', '092950.655000', '092950.657000', '092950.660000', '092950.662000', '092950.665000', '092950.668000', '092950.670000', '092950.673000', '092950.675000', '092950.678000', '092950.681000', '092950.684000', '092950.686000', '092950.689000', '092950.691000', '092950.694000', '092950.697000', '093010.587000', '093010.589000', '093010.592000', '093010.595000', '093010.598000', '093010.610000', '093010.613000', '093010.615000', '093010.618000', '093010.621000', '093010.623000', '093010.626000', '093010.628000', '093010.631000', '093010.634000', '093010.636000', '093010.646000', '093010.648000', '093010.651000', '093010.653000', '093010.656000', '093010.659000', '093010.661000', '093010.664000', '093010.667000', '093010.669000', '093010.672000', '093010.674000', '093010.677000', '093010.679000', '093010.682000', '093010.684000', '093010.687000', '093010.690000', '093010.692000', '093010.695000', '093010.697000', '093010.710000', '093010.713000', '093010.716000', '093010.718000', '093010.721000', '093010.723000', '093010.726000', '093030.587000', '093030.589000', '093030.592000', '093030.595000', '093030.598000', '093030.600000', '093030.603000', '093030.605000', '093030.608000', '093030.611000', '093030.613000', '093030.616000', '093030.618000', '093030.621000', '093030.624000', '093030.626000', '093030.629000', '093030.631000', '093030.634000', '093030.637000', '093030.639000', '093030.642000', '093030.644000', '093030.647000', '093030.650000', '093030.652000', '093030.655000', '093030.657000', '093030.660000', '093030.663000', '093030.665000', '093030.668000', '093030.670000', '093030.673000', '093030.676000', '093030.678000', '093030.681000', '093030.683000', '093030.686000', '093030.689000', '093030.691000', '093030.694000', '093030.697000', '093050.587000', '093050.590000', '093050.592000', '093050.595000', '093050.598000', '093050.600000', '093050.603000', '093050.606000', '093050.608000', '093050.611000', '093050.614000', '093050.616000', '093050.619000', '093050.622000', '093050.624000', '093050.627000', '093050.630000', '093050.633000', '093050.636000', '093050.639000', '093050.642000', '093050.644000', '093050.647000', '093050.650000', '093050.652000', '093050.655000', '093050.657000', '093050.660000', '093050.663000', '093050.665000', '093050.668000', '093050.671000', '093050.674000', '093050.676000', '093050.679000', '093050.682000', '093050.684000', '093050.687000', '093050.689000', '093050.692000', '093050.695000', '093050.697000', '093050.700000', '093050.703000', '093101.052000', '093101.055000', '093101.058000', '093101.060000', '093101.063000', '093101.066000', '093101.068000', '093101.072000', '093101.074000', '093101.077000', '093101.080000', '093101.082000', '093101.085000', '093101.087000', '093101.090000', '093101.093000', '093101.095000', '093101.098000', '093101.101000', '093101.103000', '093101.106000', '093101.109000', '093101.111000'], 'InstanceCreationTime': ['092230.620000', '092230.623000', '092230.626000', '092230.632000', '092230.634000', '092230.637000', '092230.639000', '092230.642000', '092230.645000', '092230.647000', '092230.650000', '092230.652000', '092230.655000', '092230.658000', '092230.660000', '092230.663000', '092230.665000', '092230.668000', '092230.670000', '092230.673000', '092230.675000', '092230.678000', '092230.681000', '092230.683000', '092230.686000', '092230.688000', '092230.691000', '092230.693000', '092230.696000', '092230.698000', '092230.701000', '092230.703000', '092230.706000', '092230.709000', '092230.711000', '092230.721000', '092230.723000', '092230.726000', '092230.728000', '092230.731000', '092230.733000', '092230.736000', '092230.738000', '092230.741000', '092230.744000', '092230.746000', '092250.586000', '092250.589000', '092250.592000', '092250.594000', '092250.597000', '092250.599000', '092250.602000', '092250.605000', '092250.607000', '092250.618000', '092250.620000', '092250.623000', '092250.625000', '092250.628000', '092250.630000', '092250.633000', '092250.636000', '092250.638000', '092250.641000', '092250.644000', '092250.646000', '092250.653000', '092250.655000', '092250.658000', '092250.660000', '092250.663000', '092250.665000', '092250.668000', '092250.671000', '092250.673000', '092250.676000', '092250.678000', '092250.681000', '092250.683000', '092250.687000', '092250.689000', '092250.692000', '092250.695000', '092250.698000', '092250.700000', '092250.703000', '092250.706000', '092250.708000', '092310.586000', '092310.589000', '092310.592000', '092310.594000', '092310.597000', '092310.600000', '092310.602000', '092310.605000', '092310.608000', '092310.610000', '092310.613000', '092310.615000', '092310.627000', '092310.629000', '092310.632000', '092310.635000', '092310.637000', '092310.640000', '092310.642000', '092310.645000', '092310.648000', '092310.650000', '092310.653000', '092310.655000', '092310.658000', '092310.661000', '092310.663000', '092310.666000', '092310.675000', '092310.678000', '092310.680000', '092310.683000', '092310.686000', '092310.688000', '092310.691000', '092310.693000', '092310.696000', '092310.699000', '092310.701000', '092310.704000', '092310.707000', '092310.709000', '092310.712000', '092310.714000', '092330.587000', '092330.589000', '092330.592000', '092330.595000', '092330.597000', '092330.600000', '092330.603000', '092330.615000', '092330.617000', '092330.620000', '092330.623000', '092330.625000', '092330.628000', '092330.630000', '092330.633000', '092330.636000', '092330.638000', '092330.641000', '092330.643000', '092330.646000', '092330.649000', '092330.651000', '092330.654000', '092330.656000', '092330.659000', '092330.661000', '092330.664000', '092330.667000', '092330.669000', '092330.672000', '092330.675000', '092330.677000', '092330.680000', '092330.682000', '092330.685000', '092330.688000', '092330.690000', '092330.693000', '092330.695000', '092330.698000', '092330.701000', '092330.703000', '092330.706000', '092350.586000', '092350.589000', '092350.592000', '092350.594000', '092350.603000', '092350.605000', '092350.608000', '092350.611000', '092350.613000', '092350.616000', '092350.618000', '092350.621000', '092350.624000', '092350.626000', '092350.629000', '092350.632000', '092350.634000', '092350.637000', '092350.639000', '092350.642000', '092350.644000', '092350.647000', '092350.650000', '092350.652000', '092350.655000', '092350.657000', '092350.660000', '092350.662000', '092350.665000', '092350.667000', '092350.670000', '092350.673000', '092350.675000', '092350.678000', '092350.680000', '092350.683000', '092350.685000', '092350.688000', '092350.691000', '092350.693000', '092350.696000', '092350.698000', '092350.701000', '092350.704000', '092410.586000', '092410.589000', '092410.592000', '092410.595000', '092410.597000', '092410.600000', '092410.602000', '092410.605000', '092410.608000', '092410.610000', '092410.613000', '092410.616000', '092410.618000', '092410.621000', '092410.623000', '092410.626000', '092410.629000', '092410.631000', '092410.634000', '092410.637000', '092410.639000', '092410.642000', '092410.644000', '092410.647000', '092410.650000', '092410.652000', '092410.655000', '092410.657000', '092410.660000', '092410.663000', '092410.665000', '092410.668000', '092410.670000', '092410.673000', '092410.676000', '092410.678000', '092410.681000', '092410.683000', '092410.686000', '092410.688000', '092410.691000', '092410.694000', '092410.696000', '092430.587000', '092430.589000', '092430.592000', '092430.595000', '092430.597000', '092430.612000', '092430.615000', '092430.618000', '092430.620000', '092430.623000', '092430.625000', '092430.628000', '092430.630000', '092430.633000', '092430.636000', '092430.638000', '092430.641000', '092430.643000', '092430.646000', '092430.649000', '092430.651000', '092430.654000', '092430.656000', '092430.659000', '092430.662000', '092430.664000', '092430.667000', '092430.669000', '092430.672000', '092430.675000', '092430.677000', '092430.680000', '092430.682000', '092430.685000', '092430.687000', '092430.690000', '092430.693000', '092430.695000', '092430.698000', '092430.700000', '092430.703000', '092430.705000', '092430.708000', '092430.711000', '092450.586000', '092450.588000', '092450.591000', '092450.594000', '092450.596000', '092450.599000', '092450.602000', '092450.604000', '092450.607000', '092450.609000', '092450.612000', '092450.614000', '092450.617000', '092450.620000', '092450.622000', '092450.625000', '092450.627000', '092450.630000', '092450.633000', '092450.635000', '092450.638000', '092450.640000', '092450.643000', '092450.646000', '092450.648000', '092450.651000', '092450.653000', '092450.656000', '092450.659000', '092450.661000', '092450.664000', '092450.666000', '092450.669000', '092450.672000', '092450.674000', '092450.677000', '092450.680000', '092450.682000', '092450.685000', '092450.687000', '092450.690000', '092450.698000', '092450.701000', '092510.586000', '092510.589000', '092510.592000', '092510.595000', '092510.597000', '092510.600000', '092510.603000', '092510.605000', '092510.608000', '092510.610000', '092510.613000', '092510.616000', '092510.618000', '092510.621000', '092510.624000', '092510.626000', '092510.629000', '092510.632000', '092510.634000', '092510.637000', '092510.639000', '092510.642000', '092510.645000', '092510.647000', '092510.650000', '092510.652000', '092510.655000', '092510.658000', '092510.660000', '092510.663000', '092510.665000', '092510.668000', '092510.670000', '092510.673000', '092510.676000', '092510.678000', '092510.681000', '092510.683000', '092510.686000', '092510.688000', '092510.691000', '092510.694000', '092510.696000', '092510.699000', '092530.586000', '092530.589000', '092530.592000', '092530.595000', '092530.598000', '092530.600000', '092530.603000', '092530.606000', '092530.608000', '092530.611000', '092530.613000', '092530.616000', '092530.619000', '092530.621000', '092530.624000', '092530.634000', '092530.637000', '092530.639000', '092530.642000', '092530.645000', '092530.647000', '092530.650000', '092530.652000', '092530.655000', '092530.658000', '092530.660000', '092530.663000', '092530.666000', '092530.668000', '092530.671000', '092530.673000', '092530.676000', '092530.679000', '092530.681000', '092530.684000', '092530.686000', '092530.689000', '092530.691000', '092530.694000', '092530.697000', '092530.699000', '092530.702000', '092530.705000', '092550.586000', '092550.589000', '092550.592000', '092550.594000', '092550.597000', '092550.600000', '092550.602000', '092550.605000', '092550.607000', '092550.610000', '092550.612000', '092550.615000', '092550.618000', '092550.620000', '092550.623000', '092550.625000', '092550.628000', '092550.631000', '092550.633000', '092550.636000', '092550.638000', '092550.641000', '092550.644000', '092550.646000', '092550.649000', '092550.651000', '092550.654000', '092550.656000', '092550.659000', '092550.662000', '092550.679000', '092550.682000', '092550.685000', '092550.687000', '092550.690000', '092550.692000', '092550.695000', '092550.697000', '092550.700000', '092550.703000', '092550.705000', '092550.708000', '092550.710000', '092550.713000', '092610.586000', '092610.589000', '092610.592000', '092610.595000', '092610.597000', '092610.600000', '092610.602000', '092610.605000', '092610.608000', '092610.610000', '092610.613000', '092610.615000', '092610.618000', '092610.621000', '092610.623000', '092610.626000', '092610.628000', '092610.631000', '092610.634000', '092610.636000', '092610.639000', '092610.641000', '092610.644000', '092610.647000', '092610.649000', '092610.652000', '092610.654000', '092610.657000', '092610.660000', '092610.662000', '092610.665000', '092610.667000', '092610.670000', '092610.672000', '092610.675000', '092610.678000', '092610.680000', '092610.683000', '092610.686000', '092610.688000', '092610.691000', '092610.693000', '092610.696000', '092630.586000', '092630.589000', '092630.592000', '092630.594000', '092630.597000', '092630.600000', '092630.602000', '092630.606000', '092630.609000', '092630.611000', '092630.614000', '092630.617000', '092630.620000', '092630.622000', '092630.625000', '092630.628000', '092630.630000', '092630.633000', '092630.635000', '092630.638000', '092630.641000', '092630.643000', '092630.646000', '092630.649000', '092630.651000', '092630.654000', '092630.656000', '092630.659000', '092630.662000', '092630.664000', '092630.667000', '092630.670000', '092630.672000', '092630.675000', '092630.677000', '092630.680000', '092630.683000', '092630.685000', '092630.688000', '092630.690000', '092630.693000', '092630.695000', '092630.698000', '092630.701000', '092650.586000', '092650.590000', '092650.593000', '092650.595000', '092650.598000', '092650.601000', '092650.603000', '092650.606000', '092650.608000', '092650.611000', '092650.613000', '092650.616000', '092650.618000', '092650.621000', '092650.624000', '092650.626000', '092650.629000', '092650.632000', '092650.634000', '092650.637000', '092650.639000', '092650.642000', '092650.645000', '092650.647000', '092650.650000', '092650.652000', '092650.655000', '092650.657000', '092650.660000', '092650.663000', '092650.665000', '092650.668000', '092650.670000', '092650.673000', '092650.676000', '092650.678000', '092650.681000', '092650.683000', '092650.686000', '092650.689000', '092650.691000', '092650.694000', '092650.696000', '092710.585000', '092710.588000', '092710.591000', '092710.593000', '092710.596000', '092710.599000', '092710.601000', '092710.604000', '092710.607000', '092710.609000', '092710.612000', '092710.614000', '092710.617000', '092710.620000', '092710.622000', '092710.625000', '092710.628000', '092710.630000', '092710.633000', '092710.635000', '092710.638000', '092710.640000', '092710.643000', '092710.646000', '092710.648000', '092710.651000', '092710.654000', '092710.656000', '092710.659000', '092710.661000', '092710.664000', '092710.666000', '092710.669000', '092710.672000', '092710.674000', '092710.677000', '092710.679000', '092710.682000', '092710.685000', '092710.687000', '092710.690000', '092710.692000', '092710.695000', '092710.698000', '092730.587000', '092730.590000', '092730.592000', '092730.595000', '092730.597000', '092730.600000', '092730.603000', '092730.605000', '092730.611000', '092730.614000', '092730.616000', '092730.619000', '092730.622000', '092730.624000', '092730.627000', '092730.630000', '092730.632000', '092730.635000', '092730.638000', '092730.640000', '092730.643000', '092730.646000', '092730.648000', '092730.651000', '092730.653000', '092730.656000', '092730.659000', '092730.661000', '092730.664000', '092730.666000', '092730.669000', '092730.672000', '092730.674000', '092730.677000', '092730.679000', '092730.682000', '092730.684000', '092730.687000', '092730.690000', '092730.692000', '092730.695000', '092730.697000', '092730.700000', '092750.586000', '092750.589000', '092750.592000', '092750.594000', '092750.597000', '092750.600000', '092750.602000', '092750.605000', '092750.608000', '092750.611000', '092750.614000', '092750.617000', '092750.619000', '092750.624000', '092750.627000', '092750.629000', '092750.632000', '092750.634000', '092750.637000', '092750.640000', '092750.642000', '092750.646000', '092750.648000', '092750.651000', '092750.654000', '092750.657000', '092750.659000', '092750.662000', '092750.664000', '092750.667000', '092750.670000', '092750.672000', '092750.675000', '092750.677000', '092750.680000', '092750.683000', '092750.685000', '092750.688000', '092750.690000', '092750.693000', '092750.696000', '092750.698000', '092750.701000', '092810.586000', '092810.589000', '092810.592000', '092810.594000', '092810.597000', '092810.600000', '092810.602000', '092810.605000', '092810.608000', '092810.612000', '092810.615000', '092810.617000', '092810.620000', '092810.622000', '092810.625000', '092810.628000', '092810.630000', '092810.633000', '092810.636000', '092810.638000', '092810.641000', '092810.643000', '092810.646000', '092810.648000', '092810.651000', '092810.654000', '092810.657000', '092810.659000', '092810.662000', '092810.664000', '092810.667000', '092810.669000', '092810.672000', '092810.675000', '092810.677000', '092810.680000', '092810.682000', '092810.685000', '092810.688000', '092810.690000', '092810.693000', '092810.695000', '092810.698000', '092810.701000', '092830.586000', '092830.589000', '092830.592000', '092830.595000', '092830.597000', '092830.600000', '092830.602000', '092830.605000', '092830.607000', '092830.610000', '092830.613000', '092830.615000', '092830.618000', '092830.621000', '092830.623000', '092830.626000', '092830.628000', '092830.631000', '092830.634000', '092830.636000', '092830.639000', '092830.641000', '092830.644000', '092830.647000', '092830.649000', '092830.652000', '092830.654000', '092830.657000', '092830.659000', '092830.662000', '092830.665000', '092830.667000', '092830.670000', '092830.673000', '092830.675000', '092830.678000', '092830.680000', '092830.683000', '092830.685000', '092830.688000', '092830.691000', '092830.693000', '092830.696000', '092850.586000', '092850.589000', '092850.592000', '092850.595000', '092850.597000', '092850.600000', '092850.602000', '092850.605000', '092850.608000', '092850.631000', '092850.633000', '092850.636000', '092850.639000', '092850.641000', '092850.644000', '092850.647000', '092850.649000', '092850.652000', '092850.654000', '092850.657000', '092850.660000', '092850.662000', '092850.665000', '092850.667000', '092850.670000', '092850.673000', '092850.675000', '092850.678000', '092850.680000', '092850.683000', '092850.685000', '092850.688000', '092850.691000', '092850.693000', '092850.696000', '092850.698000', '092850.701000', '092850.704000', '092850.706000', '092850.709000', '092850.711000', '092850.714000', '092850.717000', '092850.719000', '092910.586000', '092910.589000', '092910.592000', '092910.594000', '092910.597000', '092910.600000', '092910.602000', '092910.605000', '092910.608000', '092910.614000', '092910.617000', '092910.620000', '092910.622000', '092910.625000', '092910.627000', '092910.630000', '092910.633000', '092910.635000', '092910.638000', '092910.641000', '092910.643000', '092910.646000', '092910.649000', '092910.651000', '092910.654000', '092910.656000', '092910.659000', '092910.662000', '092910.664000', '092910.667000', '092910.669000', '092910.672000', '092910.675000', '092910.677000', '092910.680000', '092910.683000', '092910.686000', '092910.689000', '092910.692000', '092910.694000', '092910.697000', '092910.699000', '092910.702000', '092930.586000', '092930.589000', '092930.591000', '092930.594000', '092930.596000', '092930.599000', '092930.602000', '092930.605000', '092930.607000', '092930.610000', '092930.612000', '092930.615000', '092930.617000', '092930.620000', '092930.623000', '092930.625000', '092930.628000', '092930.631000', '092930.633000', '092930.636000', '092930.638000', '092930.641000', '092930.643000', '092930.646000', '092930.649000', '092930.651000', '092930.654000', '092930.656000', '092930.659000', '092930.661000', '092930.664000', '092930.667000', '092930.669000', '092930.672000', '092930.674000', '092930.677000', '092930.680000', '092930.682000', '092930.685000', '092930.687000', '092930.690000', '092930.692000', '092930.695000', '092930.697000', '092950.587000', '092950.589000', '092950.592000', '092950.595000', '092950.597000', '092950.600000', '092950.602000', '092950.605000', '092950.608000', '092950.611000', '092950.613000', '092950.616000', '092950.619000', '092950.621000', '092950.624000', '092950.626000', '092950.629000', '092950.631000', '092950.634000', '092950.637000', '092950.639000', '092950.642000', '092950.644000', '092950.647000', '092950.650000', '092950.652000', '092950.655000', '092950.657000', '092950.660000', '092950.662000', '092950.665000', '092950.668000', '092950.670000', '092950.673000', '092950.675000', '092950.678000', '092950.681000', '092950.684000', '092950.686000', '092950.689000', '092950.691000', '092950.694000', '092950.697000', '093010.587000', '093010.589000', '093010.592000', '093010.595000', '093010.598000', '093010.610000', '093010.613000', '093010.615000', '093010.618000', '093010.621000', '093010.623000', '093010.626000', '093010.628000', '093010.631000', '093010.634000', '093010.636000', '093010.646000', '093010.648000', '093010.651000', '093010.653000', '093010.656000', '093010.659000', '093010.661000', '093010.664000', '093010.667000', '093010.669000', '093010.672000', '093010.674000', '093010.677000', '093010.679000', '093010.682000', '093010.684000', '093010.687000', '093010.690000', '093010.692000', '093010.695000', '093010.697000', '093010.710000', '093010.713000', '093010.716000', '093010.718000', '093010.721000', '093010.723000', '093010.726000', '093030.587000', '093030.589000', '093030.592000', '093030.595000', '093030.598000', '093030.600000', '093030.603000', '093030.605000', '093030.608000', '093030.611000', '093030.613000', '093030.616000', '093030.618000', '093030.621000', '093030.624000', '093030.626000', '093030.629000', '093030.631000', '093030.634000', '093030.637000', '093030.639000', '093030.642000', '093030.644000', '093030.647000', '093030.650000', '093030.652000', '093030.655000', '093030.657000', '093030.660000', '093030.663000', '093030.665000', '093030.668000', '093030.670000', '093030.673000', '093030.676000', '093030.678000', '093030.681000', '093030.683000', '093030.686000', '093030.689000', '093030.691000', '093030.694000', '093030.697000', '093050.587000', '093050.590000', '093050.592000', '093050.595000', '093050.598000', '093050.600000', '093050.603000', '093050.606000', '093050.608000', '093050.611000', '093050.614000', '093050.616000', '093050.619000', '093050.622000', '093050.624000', '093050.627000', '093050.630000', '093050.633000', '093050.636000', '093050.639000', '093050.642000', '093050.644000', '093050.647000', '093050.650000', '093050.652000', '093050.655000', '093050.657000', '093050.660000', '093050.663000', '093050.665000', '093050.668000', '093050.671000', '093050.674000', '093050.676000', '093050.679000', '093050.682000', '093050.684000', '093050.687000', '093050.689000', '093050.692000', '093050.695000', '093050.697000', '093050.700000', '093050.703000', '093101.052000', '093101.055000', '093101.058000', '093101.060000', '093101.063000', '093101.066000', '093101.068000', '093101.072000', '093101.074000', '093101.077000', '093101.080000', '093101.082000', '093101.085000', '093101.087000', '093101.090000', '093101.093000', '093101.095000', '093101.098000', '093101.101000', '093101.103000', '093101.106000', '093101.109000', '093101.111000'], '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': [8407, 10459, 9755, 14194, 7431, 11032, 8568, 7895, 14208, 9622, 13614, 9522, 7062, 7395, 10461, 7398, 15512, 9013, 14257, 9458, 12135, 7598, 9263, 7718, 8356, 7430, 7409, 10967, 7350, 7054, 7704, 9606, 7225, 8711, 7350, 8385, 6948, 7302, 6860, 7186, 8965, 7146, 11102, 9455, 7760, 7253, 8570, 7493, 16831, 11586, 12744, 10705, 13109, 7862, 7906, 16572, 9681, 9150, 9624, 8805, 6881, 7709, 7748, 7340, 8815, 7639, 7801, 7148, 7441, 7128, 7346, 10899, 8596, 13966, 12746, 9686, 7640, 7351, 7359, 14890, 7892, 15427, 10883, 9723, 7911, 6905, 7551, 7570, 9348, 7303, 7049, 10868, 6953, 12376, 12766, 15545, 15836, 10889, 13515, 15481, 12484, 13400, 7878, 7255, 8494, 16342, 11273, 14468, 10812, 13616, 9375, 7202, 9093, 7538, 6722, 8092, 7805, 6929, 8866, 7341, 8771, 12024, 14155, 10986, 15714, 14875, 15026, 12002, 15454, 13517, 14095, 15178, 11866, 14713, 10140, 10712, 8159, 9122, 7785, 7871, 7481, 7315, 7445, 8187, 12872, 7825, 8241, 8252, 7735, 7189, 7348, 7136, 7412, 9266, 7288, 12023, 8120, 12225, 8128, 12596, 7346, 11216, 8981, 12541, 10792, 13505, 7541, 10525, 7234, 8809, 11985, 8676, 16129, 12981, 11618, 7377, 7720, 7225, 7980, 8820, 9520, 7199, 7642, 7186, 7634, 7463, 10182, 8205, 13761, 10312, 11399, 7424, 7338, 7415, 8572, 7903, 13804, 7408, 13595, 7601, 13677, 8782, 14543, 11530, 11962, 8820, 8896, 7398, 7294, 7602, 7141, 7314, 8810, 7459, 8726, 7675, 10526, 16963, 12132, 14827, 11653, 10167, 8304, 10734, 7578, 11231, 7810, 12617, 8391, 7284, 7338, 7539, 7205, 7200, 10961, 8932, 13713, 7934, 11243, 7574, 11885, 11631, 9876, 7920, 10345, 7471, 9400, 7522, 7570, 7434, 7822, 9094, 7711, 10909, 8694, 9076, 9023, 8722, 8314, 11298, 14245, 12152, 11386, 17684, 12963, 17841, 11713, 15901, 11917, 17208, 11114, 17759, 13343, 17376, 14415, 13562, 8406, 10855, 7237, 10158, 7412, 9468, 7942, 9841, 7439, 8304, 7509, 9360, 7604, 9253, 7486, 8334, 8537, 9575, 7314, 7436, 7802, 7868, 7891, 10729, 10054, 14286, 8881, 16492, 12211, 12602, 16867, 12914, 15168, 13430, 7541, 10380, 7683, 12073, 7773, 16573, 13874, 16528, 13075, 15117, 8630, 12518, 7905, 12818, 10814, 10759, 11423, 13746, 7075, 7839, 7514, 7460, 7302, 7679, 14750, 10304, 11421, 7330, 9366, 7385, 9355, 7715, 8597, 10999, 8096, 8516, 7304, 9714, 7545, 10914, 8226, 14077, 7677, 9589, 7519, 8086, 7775, 9993, 9200, 12023, 7679, 8869, 7681, 10361, 7990, 14982, 8526, 15043, 11995, 12956, 7882, 9983, 7475, 11265, 8068, 14120, 10086, 12549, 7648, 9993, 7656, 10330, 9456, 8212, 13923, 9658, 7461, 7644, 7621, 7321, 7793, 7607, 12290, 9129, 11481, 7641, 11022, 7485, 10079, 7794, 10581, 7765, 13135, 11065, 11579, 7185, 7648, 7732, 7527, 8072, 7587, 8332, 10743, 7574, 10430, 17396, 11274, 14945, 8887, 11828, 8728, 9563, 7499, 8678, 7549, 8131, 13968, 8889, 9447, 7239, 7608, 7379, 7734, 7520, 9178, 7609, 7468, 7419, 11143, 7473, 16981, 12416, 15589, 13008, 15055, 9920, 11518, 7830, 10259, 7794, 14580, 9585, 15865, 7837, 11565, 7535, 10090, 7768, 7525, 7443, 7243, 7297, 7785, 8715, 7729, 13034, 11674, 13868, 9968, 12989, 8183, 10496, 14301, 12421, 14673, 10005, 7612, 7593, 7651, 7511, 14135, 9650, 12260, 8003, 9352, 7521, 7849, 7521, 8460, 7704, 10236, 7958, 9232, 7251, 7388, 11495, 7431, 9512, 8823, 7111, 7360, 7352, 7431, 14911, 11790, 9488, 7743, 7573, 7665, 7321, 7886, 7671, 8105, 7344, 7753, 7464, 12989, 7773, 11489, 8784, 8644, 9028, 7853, 8182, 7848, 12459, 12790, 15353, 11501, 14181, 9442, 12761, 9961, 15502, 13528, 15982, 13231, 13831, 7682, 7377, 7722, 7544, 10380, 7615, 14548, 9044, 8652, 7490, 8489, 7283, 9623, 7384, 9142, 7547, 9717, 7573, 7284, 7932, 7022, 7750, 7383, 7686, 7426, 7645, 7345, 13953, 7936, 8679, 7722, 8068, 7135, 7516, 7749, 7351, 7973, 8811, 7838, 11181, 7989, 13409, 7857, 8418, 8117, 10579, 8789, 13571, 14689, 14671, 8874, 8629, 7529, 9926, 7654, 12418, 8535, 9736, 11271, 14741, 15961, 10920, 15996, 9046, 12278, 13140, 9521, 16439, 8832, 10072, 8875, 7389, 7343, 7511, 7576, 7985, 7489, 9270, 7257, 9107, 7331, 7079, 7231, 7364, 7621, 7488, 7502, 7466, 11784, 8072, 12953, 9400, 10507, 14170, 12312, 8728, 8499, 8924, 10222, 8025, 8179, 9479, 12599, 13604, 18038, 16023, 15139, 17691, 16536, 17670, 18830, 15315, 18106, 14298, 14341, 10943, 9494, 7004, 7290, 7264, 7211, 6748, 7399, 8255, 7008, 8707, 7097, 7247, 8691, 7231, 8118, 7194, 7267, 7169, 7684, 7558, 7395, 8557, 7569, 10961, 7552, 9097, 7408, 9924, 7539, 15499, 10388, 13985, 11349, 10547, 8301, 7353, 6951, 9943, 7347, 15768, 10761, 12827, 9814, 10052, 7069, 7627, 8171, 7164, 7824, 7416, 9857, 10194, 9065, 9343, 10658, 7205, 16559, 11839, 13066, 10527, 14098, 7691, 8692, 7174, 7463, 7212, 7605, 15380, 9673, 11400, 7174, 7370, 7088, 8461, 7560, 11304, 8092, 14200, 9201, 13357, 7748, 10506, 7821, 13156, 9038, 10582, 8223, 7863, 7186, 16178, 11376, 12547, 10848, 11765, 7395, 10482, 7581, 9911, 7670, 11665, 9081, 8540, 11280, 7482, 11438, 7483, 7379, 7342, 11673, 7560, 9694, 14464, 9382, 7780, 7390, 11787, 7861, 9019, 7879, 9988, 7478, 8519, 7468, 11333, 14379, 8460, 13319, 10358, 12078, 8248, 10642, 7703, 13116, 15540, 11817, 15530, 12221, 10218, 7375, 7906, 7591, 7406, 7650, 7898, 8224, 7814, 7385, 7545, 7707, 7324, 7871, 9753, 8246, 8157, 7416, 8096, 7122, 14829, 11309, 10740, 13946, 12647, 8001, 9135, 7327, 8884, 7379, 10793, 16911, 14047, 15127, 12154, 11186, 7773, 8414, 7418, 7966, 7453, 9219, 10769, 7642, 6992, 7568, 7156, 7609, 9418, 7354, 10057, 7340, 8104, 7516, 7895, 7220, 7312, 7306, 7832, 7742, 9593, 10198, 11604, 7300, 9693, 7626, 9078, 7200, 12051, 11816, 12930, 7390, 10679, 7585, 10265, 14086, 13789, 14884, 11562, 9842, 7627, 9856, 7463, 14085, 7912, 14884, 10891, 7458, 7302, 7240, 7425, 13194, 8621, 12598, 9610, 12736, 7249, 9328, 7379, 7932, 7330, 12830, 9711, 11878, 7427, 10119, 7235, 7949, 7455, 8423, 13095, 8000, 12358, 7188, 7282, 7481, 7715, 7397, 11059, 7269, 11851, 9073, 13561, 8077, 11801, 7359, 11432, 7469, 11107, 8499, 11427, 9005, 7948, 7335, 7382, 7329, 7342, 7451, 9317, 8025, 7345, 9783, 7279, 7787, 9259, 7639, 15597, 14035, 15772, 13372, 13668, 9688, 11573, 8842, 12872, 12032, 15064, 16736, 10596, 13707, 8236, 8606, 7295, 10180, 7671, 13625, 8970, 15806, 8588, 9492, 7474, 7781, 7300, 8216, 7327, 11368, 7711, 7394, 7339, 13116, 7233, 8721, 7254, 7708, 7021, 8713, 6983, 7176, 7181, 7047, 7265, 8382, 8149, 11157, 7517, 8160, 7532, 7313, 7810, 7745, 10849, 11632, 9909, 9104, 7180, 7570, 7503, 10478, 8420, 9996, 7869, 7750, 7210, 7456, 12564, 7685, 15380, 12181, 15042, 12675, 15764, 10132, 12955, 7757, 13201, 9570, 16313, 12641, 12123, 8161, 7708, 7896, 7141, 7739, 9260, 9534, 14979, 8380, 10683, 7775, 9667, 7741, 10820, 7713, 11373, 7589, 10053, 7292, 9525, 7257, 9902, 7781, 7337, 7440, 7562, 7522, 7233, 8965, 7440, 7715, 7727, 7876, 14579, 13888, 15803, 11927, 15026, 9125, 14104, 10310, 15138, 10590, 15850, 11797, 7221, 7940, 16523, 7627, 10809, 7542, 8331, 7794, 8501, 7433, 6874, 7369, 7968, 7220, 10389, 8440, 11015, 9409, 12516, 8379, 10102, 7783, 12733, 8983, 14340, 11534, 15598, 9445, 11414, 7338, 8606, 10114, 7437, 14264, 8436, 10621, 7147, 6798, 7289, 6977, 6965, 12303, 9315, 9580, 7880, 7816, 7148, 7772, 11060, 7087, 14566, 9818, 12611, 7858, 9180, 7460, 8504, 8986, 10197, 13755, 7828, 16604, 10601, 8945, 7124, 7124, 7418, 7214, 6915, 7005, 6959, 7125, 9333, 9291, 7113, 7781, 14682, 11215, 11656, 9420, 12872, 9917, 9795, 7334, 8298, 7382, 9192, 7437, 13548, 8500, 15765], 'WindowCenter': [4235.0, 4254.0, 4230.0, 4259.0, 4195.0, 4224.0, 4202.0, 4192.0, 4243.0, 4213.0, 4230.0, 4202.0, 4170.0, 4181.0, 4212.0, 4182.0, 4254.0, 4203.0, 4242.0, 4212.0, 4218.0, 4188.0, 4200.0, 4188.0, 4190.0, 4181.0, 4182.0, 4222.0, 4182.0, 4178.0, 4192.0, 4211.0, 4194.0, 4203.0, 4191.0, 4202.0, 4180.0, 4181.0, 4183.0, 4183.0, 4215.0, 4196.0, 4235.0, 4216.0, 4195.0, 4183.0, 4201.0, 4184.0, 4255.0, 4224.0, 4222.0, 4212.0, 4234.0, 4180.0, 4180.0, 4241.0, 4199.0, 4188.0, 4187.0, 4190.0, 4166.0, 4178.0, 4179.0, 4181.0, 4201.0, 4192.0, 4194.0, 4182.0, 4182.0, 4182.0, 4183.0, 4236.0, 4205.0, 4242.0, 4246.0, 4212.0, 4192.0, 4195.0, 4196.0, 4254.0, 4207.0, 4255.0, 4237.0, 4213.0, 4191.0, 4170.0, 4192.0, 4206.0, 4229.0, 4207.0, 4208.0, 4238.0, 4187.0, 4246.0, 4258.0, 4284.0, 4270.0, 4239.0, 4246.0, 4246.0, 4236.0, 4233.0, 4181.0, 4167.0, 4192.0, 4241.0, 4211.0, 4233.0, 4213.0, 4233.0, 4189.0, 4171.0, 4188.0, 4179.0, 4173.0, 4203.0, 4207.0, 4222.0, 4244.0, 4221.0, 4245.0, 4264.0, 4272.0, 4253.0, 4263.0, 4247.0, 4236.0, 4213.0, 4235.0, 4210.0, 4211.0, 4209.0, 4198.0, 4203.0, 4185.0, 4183.0, 4154.0, 4173.0, 4153.0, 4154.0, 4155.0, 4156.0, 4155.0, 4177.0, 4207.0, 4166.0, 4166.0, 4163.0, 4168.0, 4158.0, 4168.0, 4171.0, 4184.0, 4213.0, 4195.0, 4247.0, 4209.0, 4247.0, 4209.0, 4249.0, 4198.0, 4235.0, 4217.0, 4248.0, 4236.0, 4249.0, 4193.0, 4224.0, 4185.0, 4204.0, 4235.0, 4205.0, 4257.0, 4236.0, 4211.0, 4179.0, 4180.0, 4196.0, 4207.0, 4215.0, 4217.0, 4196.0, 4193.0, 4185.0, 4192.0, 4193.0, 4226.0, 4220.0, 4259.0, 4229.0, 4236.0, 4196.0, 4182.0, 4183.0, 4202.0, 4196.0, 4245.0, 4195.0, 4244.0, 4193.0, 4245.0, 4204.0, 4248.0, 4236.0, 4223.0, 4202.0, 4201.0, 4180.0, 4179.0, 4192.0, 4184.0, 4195.0, 4218.0, 4197.0, 4203.0, 4195.0, 4227.0, 4257.0, 4236.0, 4244.0, 4224.0, 4202.0, 4180.0, 4207.0, 4183.0, 4221.0, 4194.0, 4233.0, 4193.0, 4181.0, 4181.0, 4180.0, 4181.0, 4182.0, 4223.0, 4205.0, 4245.0, 4194.0, 4223.0, 4181.0, 4220.0, 4211.0, 4202.0, 4196.0, 4212.0, 4182.0, 4201.0, 4196.0, 4194.0, 4198.0, 4219.0, 4229.0, 4219.0, 4250.0, 4217.0, 4217.0, 4214.0, 4204.0, 4204.0, 4233.0, 4244.0, 4235.0, 4222.0, 4251.0, 4233.0, 4241.0, 4210.0, 4228.0, 4212.0, 4241.0, 4212.0, 4241.0, 4223.0, 4231.0, 4221.0, 4205.0, 4164.0, 4186.0, 4155.0, 4185.0, 4159.0, 4188.0, 4180.0, 4200.0, 4170.0, 4190.0, 4181.0, 4201.0, 4194.0, 4215.0, 4198.0, 4209.0, 4217.0, 4230.0, 4198.0, 4193.0, 4195.0, 4206.0, 4218.0, 4252.0, 4246.0, 4259.0, 4230.0, 4283.0, 4240.0, 4249.0, 4268.0, 4249.0, 4254.0, 4235.0, 4181.0, 4200.0, 4179.0, 4220.0, 4179.0, 4243.0, 4234.0, 4242.0, 4231.0, 4231.0, 4191.0, 4219.0, 4179.0, 4218.0, 4199.0, 4199.0, 4206.0, 4230.0, 4157.0, 4162.0, 4166.0, 4164.0, 4170.0, 4182.0, 4244.0, 4210.0, 4209.0, 4171.0, 4188.0, 4180.0, 4198.0, 4182.0, 4192.0, 4210.0, 4180.0, 4189.0, 4171.0, 4201.0, 4192.0, 4237.0, 4207.0, 4244.0, 4183.0, 4201.0, 4180.0, 4180.0, 4192.0, 4211.0, 4212.0, 4231.0, 4182.0, 4203.0, 4194.0, 4225.0, 4190.0, 4242.0, 4204.0, 4244.0, 4233.0, 4231.0, 4181.0, 4198.0, 4184.0, 4222.0, 4193.0, 4230.0, 4214.0, 4219.0, 4181.0, 4198.0, 4179.0, 4212.0, 4200.0, 4206.0, 4243.0, 4203.0, 4170.0, 4180.0, 4179.0, 4179.0, 4191.0, 4192.0, 4222.0, 4214.0, 4223.0, 4182.0, 4221.0, 4181.0, 4211.0, 4193.0, 4223.0, 4196.0, 4234.0, 4222.0, 4223.0, 4171.0, 4179.0, 4181.0, 4181.0, 4193.0, 4194.0, 4205.0, 4225.0, 4194.0, 4225.0, 4255.0, 4235.0, 4256.0, 4203.0, 4222.0, 4193.0, 4200.0, 4180.0, 4189.0, 4183.0, 4193.0, 4243.0, 4204.0, 4211.0, 4180.0, 4179.0, 4182.0, 4192.0, 4194.0, 4204.0, 4196.0, 4183.0, 4184.0, 4222.0, 4180.0, 4254.0, 4233.0, 4243.0, 4232.0, 4229.0, 4212.0, 4210.0, 4178.0, 4210.0, 4181.0, 4238.0, 4202.0, 4240.0, 4177.0, 4207.0, 4177.0, 4212.0, 4192.0, 4189.0, 4181.0, 4180.0, 4182.0, 4189.0, 4201.0, 4194.0, 4245.0, 4235.0, 4230.0, 4212.0, 4228.0, 4180.0, 4201.0, 4231.0, 4222.0, 4231.0, 4199.0, 4165.0, 4166.0, 4166.0, 4170.0, 4231.0, 4199.0, 4219.0, 4180.0, 4187.0, 4179.0, 4179.0, 4180.0, 4190.0, 4182.0, 4210.0, 4193.0, 4199.0, 4170.0, 4170.0, 4219.0, 4180.0, 4200.0, 4202.0, 4169.0, 4170.0, 4166.0, 4181.0, 4242.0, 4221.0, 4201.0, 4166.0, 4181.0, 4193.0, 4182.0, 4194.0, 4194.0, 4195.0, 4196.0, 4194.0, 4195.0, 4244.0, 4195.0, 4232.0, 4213.0, 4216.0, 4217.0, 4193.0, 4192.0, 4193.0, 4235.0, 4234.0, 4257.0, 4224.0, 4244.0, 4200.0, 4229.0, 4200.0, 4241.0, 4231.0, 4242.0, 4232.0, 4222.0, 4167.0, 4167.0, 4166.0, 4167.0, 4195.0, 4170.0, 4227.0, 4189.0, 4179.0, 4167.0, 4175.0, 4167.0, 4186.0, 4168.0, 4199.0, 4182.0, 4199.0, 4169.0, 4167.0, 4177.0, 4168.0, 4179.0, 4182.0, 4180.0, 4183.0, 4192.0, 4182.0, 4231.0, 4192.0, 4204.0, 4193.0, 4194.0, 4184.0, 4181.0, 4192.0, 4183.0, 4207.0, 4214.0, 4209.0, 4248.0, 4218.0, 4256.0, 4205.0, 4204.0, 4194.0, 4224.0, 4221.0, 4247.0, 4244.0, 4245.0, 4203.0, 4202.0, 4193.0, 4211.0, 4181.0, 4232.0, 4215.0, 4213.0, 4225.0, 4245.0, 4256.0, 4212.0, 4240.0, 4189.0, 4210.0, 4207.0, 4187.0, 4228.0, 4177.0, 4187.0, 4187.0, 4169.0, 4164.0, 4166.0, 4181.0, 4180.0, 4169.0, 4190.0, 4181.0, 4202.0, 4185.0, 4171.0, 4180.0, 4191.0, 4192.0, 4209.0, 4208.0, 4209.0, 4260.0, 4220.0, 4258.0, 4226.0, 4226.0, 4258.0, 4233.0, 4192.0, 4203.0, 4217.0, 4225.0, 4205.0, 4204.0, 4215.0, 4246.0, 4255.0, 4278.0, 4257.0, 4245.0, 4257.0, 4228.0, 4243.0, 4238.0, 4217.0, 4216.0, 4207.0, 4203.0, 4183.0, 4162.0, 4130.0, 4138.0, 4139.0, 4138.0, 4132.0, 4156.0, 4166.0, 4158.0, 4175.0, 4158.0, 4184.0, 4189.0, 4167.0, 4169.0, 4169.0, 4168.0, 4171.0, 4181.0, 4192.0, 4208.0, 4217.0, 4208.0, 4238.0, 4208.0, 4217.0, 4196.0, 4227.0, 4207.0, 4256.0, 4227.0, 4246.0, 4237.0, 4225.0, 4206.0, 4183.0, 4182.0, 4214.0, 4196.0, 4256.0, 4225.0, 4236.0, 4212.0, 4212.0, 4169.0, 4180.0, 4193.0, 4172.0, 4177.0, 4183.0, 4212.0, 4215.0, 4202.0, 4202.0, 4211.0, 4183.0, 4243.0, 4222.0, 4230.0, 4211.0, 4230.0, 4169.0, 4187.0, 4168.0, 4167.0, 4178.0, 4195.0, 4252.0, 4213.0, 4220.0, 4171.0, 4179.0, 4172.0, 4191.0, 4193.0, 4236.0, 4211.0, 4246.0, 4215.0, 4233.0, 4192.0, 4212.0, 4193.0, 4244.0, 4203.0, 4224.0, 4194.0, 4192.0, 4182.0, 4242.0, 4222.0, 4232.0, 4222.0, 4220.0, 4182.0, 4210.0, 4181.0, 4200.0, 4182.0, 4223.0, 4189.0, 4190.0, 4214.0, 4182.0, 4220.0, 4169.0, 4180.0, 4180.0, 4220.0, 4184.0, 4215.0, 4244.0, 4203.0, 4179.0, 4179.0, 4218.0, 4180.0, 4199.0, 4191.0, 4211.0, 4194.0, 4202.0, 4194.0, 4225.0, 4243.0, 4192.0, 4231.0, 4213.0, 4220.0, 4189.0, 4209.0, 4180.0, 4232.0, 4241.0, 4221.0, 4231.0, 4219.0, 4185.0, 4167.0, 4165.0, 4180.0, 4182.0, 4178.0, 4191.0, 4189.0, 4179.0, 4180.0, 4180.0, 4179.0, 4179.0, 4193.0, 4212.0, 4207.0, 4221.0, 4207.0, 4204.0, 4183.0, 4255.0, 4225.0, 4224.0, 4244.0, 4234.0, 4192.0, 4201.0, 4169.0, 4200.0, 4183.0, 4235.0, 4253.0, 4230.0, 4229.0, 4207.0, 4195.0, 4163.0, 4164.0, 4154.0, 4166.0, 4167.0, 4188.0, 4200.0, 4166.0, 4157.0, 4167.0, 4165.0, 4180.0, 4200.0, 4178.0, 4199.0, 4183.0, 4202.0, 4181.0, 4192.0, 4183.0, 4179.0, 4193.0, 4206.0, 4204.0, 4225.0, 4226.0, 4236.0, 4194.0, 4212.0, 4192.0, 4213.0, 4194.0, 4235.0, 4234.0, 4232.0, 4182.0, 4211.0, 4181.0, 4212.0, 4244.0, 4244.0, 4243.0, 4221.0, 4199.0, 4180.0, 4199.0, 4181.0, 4230.0, 4191.0, 4240.0, 4221.0, 4168.0, 4179.0, 4168.0, 4179.0, 4229.0, 4190.0, 4220.0, 4201.0, 4218.0, 4170.0, 4199.0, 4179.0, 4189.0, 4180.0, 4232.0, 4201.0, 4221.0, 4169.0, 4198.0, 4178.0, 4178.0, 4179.0, 4191.0, 4232.0, 4191.0, 4231.0, 4171.0, 4180.0, 4180.0, 4180.0, 4181.0, 4221.0, 4182.0, 4232.0, 4203.0, 4244.0, 4192.0, 4222.0, 4182.0, 4221.0, 4182.0, 4232.0, 4203.0, 4220.0, 4203.0, 4190.0, 4180.0, 4179.0, 4195.0, 4193.0, 4207.0, 4227.0, 4206.0, 4195.0, 4214.0, 4209.0, 4220.0, 4230.0, 4206.0, 4270.0, 4258.0, 4256.0, 4247.0, 4231.0, 4200.0, 4210.0, 4190.0, 4220.0, 4222.0, 4231.0, 4242.0, 4199.0, 4218.0, 4176.0, 4174.0, 4167.0, 4196.0, 4168.0, 4230.0, 4190.0, 4229.0, 4178.0, 4186.0, 4167.0, 4166.0, 4166.0, 4177.0, 4171.0, 4222.0, 4180.0, 4171.0, 4169.0, 4217.0, 4167.0, 4180.0, 4168.0, 4169.0, 4169.0, 4189.0, 4169.0, 4168.0, 4170.0, 4170.0, 4182.0, 4193.0, 4191.0, 4223.0, 4181.0, 4190.0, 4181.0, 4182.0, 4183.0, 4196.0, 4223.0, 4225.0, 4214.0, 4203.0, 4187.0, 4192.0, 4194.0, 4213.0, 4207.0, 4202.0, 4183.0, 4184.0, 4185.0, 4210.0, 4248.0, 4208.0, 4268.0, 4236.0, 4243.0, 4220.0, 4228.0, 4199.0, 4218.0, 4167.0, 4219.0, 4201.0, 4241.0, 4220.0, 4217.0, 4177.0, 4166.0, 4166.0, 4154.0, 4167.0, 4188.0, 4198.0, 4227.0, 4177.0, 4195.0, 4166.0, 4185.0, 4178.0, 4208.0, 4177.0, 4219.0, 4182.0, 4209.0, 4180.0, 4199.0, 4182.0, 4225.0, 4192.0, 4192.0, 4195.0, 4204.0, 4194.0, 4194.0, 4201.0, 4194.0, 4194.0, 4196.0, 4205.0, 4254.0, 4245.0, 4253.0, 4223.0, 4240.0, 4201.0, 4230.0, 4211.0, 4240.0, 4213.0, 4241.0, 4221.0, 4168.0, 4179.0, 4239.0, 4176.0, 4207.0, 4179.0, 4188.0, 4180.0, 4199.0, 4181.0, 4171.0, 4191.0, 4190.0, 4194.0, 4227.0, 4208.0, 4225.0, 4214.0, 4233.0, 4191.0, 4210.0, 4180.0, 4231.0, 4201.0, 4242.0, 4221.0, 4241.0, 4200.0, 4219.0, 4180.0, 4190.0, 4197.0, 4168.0, 4229.0, 4181.0, 4210.0, 4168.0, 4168.0, 4181.0, 4169.0, 4183.0, 4232.0, 4202.0, 4201.0, 4179.0, 4180.0, 4167.0, 4178.0, 4220.0, 4169.0, 4232.0, 4212.0, 4220.0, 4181.0, 4188.0, 4168.0, 4188.0, 4188.0, 4198.0, 4229.0, 4177.0, 4239.0, 4198.0, 4186.0, 4157.0, 4167.0, 4180.0, 4179.0, 4181.0, 4181.0, 4193.0, 4193.0, 4226.0, 4227.0, 4193.0, 4195.0, 4243.0, 4222.0, 4222.0, 4213.0, 4233.0, 4214.0, 4211.0, 4181.0, 4189.0, 4182.0, 4199.0, 4180.0, 4243.0, 4203.0, 4252.0], 'WindowWidth': [9402.0, 9421.0, 9381.0, 9416.0, 9325.0, 9360.0, 9327.0, 9313.0, 9385.0, 9342.0, 9364.0, 9327.0, 9283.0, 9296.0, 9338.0, 9299.0, 9402.0, 9331.0, 9380.0, 9340.0, 9345.0, 9306.0, 9320.0, 9303.0, 9308.0, 9301.0, 9300.0, 9351.0, 9301.0, 9292.0, 9314.0, 9338.0, 9320.0, 9332.0, 9314.0, 9332.0, 9299.0, 9300.0, 9304.0, 9305.0, 9351.0, 9326.0, 9377.0, 9353.0, 9322.0, 9305.0, 9326.0, 9305.0, 9409.0, 9359.0, 9355.0, 9339.0, 9372.0, 9293.0, 9294.0, 9380.0, 9317.0, 9302.0, 9299.0, 9306.0, 9269.0, 9288.0, 9289.0, 9297.0, 9327.0, 9315.0, 9319.0, 9303.0, 9300.0, 9301.0, 9303.0, 9379.0, 9336.0, 9383.0, 9392.0, 9339.0, 9314.0, 9325.0, 9326.0, 9403.0, 9342.0, 9409.0, 9383.0, 9342.0, 9310.0, 9282.0, 9313.0, 9341.0, 9378.0, 9347.0, 9350.0, 9385.0, 9311.0, 9394.0, 9416.0, 9462.0, 9434.0, 9386.0, 9392.0, 9394.0, 9378.0, 9366.0, 9295.0, 9273.0, 9311.0, 9377.0, 9335.0, 9367.0, 9341.0, 9365.0, 9303.0, 9281.0, 9299.0, 9290.0, 9291.0, 9331.0, 9343.0, 9376.0, 9407.0, 9375.0, 9408.0, 9432.0, 9441.0, 9416.0, 9432.0, 9396.0, 9379.0, 9340.0, 9373.0, 9330.0, 9333.0, 9326.0, 9307.0, 9310.0, 9285.0, 9282.0, 9243.0, 9267.0, 9243.0, 9245.0, 9248.0, 9250.0, 9250.0, 9283.0, 9322.0, 9265.0, 9266.0, 9260.0, 9273.0, 9257.0, 9272.0, 9282.0, 9304.0, 9341.0, 9323.0, 9394.0, 9346.0, 9396.0, 9347.0, 9398.0, 9331.0, 9376.0, 9354.0, 9398.0, 9380.0, 9400.0, 9318.0, 9359.0, 9308.0, 9332.0, 9377.0, 9336.0, 9412.0, 9377.0, 9336.0, 9293.0, 9292.0, 9326.0, 9343.0, 9351.0, 9354.0, 9325.0, 9317.0, 9308.0, 9316.0, 9319.0, 9365.0, 9363.0, 9416.0, 9373.0, 9379.0, 9325.0, 9301.0, 9302.0, 9327.0, 9322.0, 9391.0, 9323.0, 9386.0, 9320.0, 9391.0, 9336.0, 9400.0, 9380.0, 9358.0, 9326.0, 9324.0, 9295.0, 9293.0, 9314.0, 9306.0, 9323.0, 9359.0, 9327.0, 9333.0, 9323.0, 9368.0, 9411.0, 9380.0, 9387.0, 9358.0, 9323.0, 9293.0, 9326.0, 9304.0, 9354.0, 9318.0, 9369.0, 9318.0, 9295.0, 9296.0, 9295.0, 9297.0, 9300.0, 9357.0, 9335.0, 9391.0, 9320.0, 9352.0, 9297.0, 9347.0, 9335.0, 9326.0, 9325.0, 9343.0, 9299.0, 9324.0, 9326.0, 9320.0, 9332.0, 9367.0, 9379.0, 9368.0, 9408.0, 9360.0, 9358.0, 9348.0, 9336.0, 9336.0, 9372.0, 9388.0, 9374.0, 9354.0, 9394.0, 9369.0, 9379.0, 9329.0, 9352.0, 9334.0, 9373.0, 9336.0, 9374.0, 9352.0, 9361.0, 9345.0, 9316.0, 9257.0, 9289.0, 9250.0, 9288.0, 9261.0, 9300.0, 9291.0, 9320.0, 9280.0, 9308.0, 9298.0, 9325.0, 9320.0, 9349.0, 9333.0, 9347.0, 9356.0, 9375.0, 9329.0, 9321.0, 9324.0, 9341.0, 9362.0, 9412.0, 9410.0, 9416.0, 9379.0, 9457.0, 9388.0, 9402.0, 9432.0, 9401.0, 9404.0, 9371.0, 9295.0, 9319.0, 9291.0, 9346.0, 9293.0, 9385.0, 9373.0, 9384.0, 9365.0, 9364.0, 9308.0, 9342.0, 9289.0, 9341.0, 9317.0, 9315.0, 9322.0, 9360.0, 9256.0, 9259.0, 9269.0, 9266.0, 9279.0, 9299.0, 9383.0, 9336.0, 9330.0, 9283.0, 9302.0, 9293.0, 9316.0, 9300.0, 9313.0, 9336.0, 9293.0, 9304.0, 9282.0, 9322.0, 9315.0, 9383.0, 9342.0, 9385.0, 9301.0, 9322.0, 9295.0, 9293.0, 9315.0, 9338.0, 9343.0, 9367.0, 9302.0, 9329.0, 9319.0, 9363.0, 9311.0, 9381.0, 9332.0, 9388.0, 9371.0, 9363.0, 9296.0, 9316.0, 9304.0, 9352.0, 9318.0, 9364.0, 9347.0, 9345.0, 9298.0, 9317.0, 9294.0, 9338.0, 9320.0, 9341.0, 9383.0, 9328.0, 9279.0, 9292.0, 9290.0, 9293.0, 9314.0, 9318.0, 9355.0, 9348.0, 9357.0, 9300.0, 9353.0, 9301.0, 9338.0, 9318.0, 9357.0, 9325.0, 9375.0, 9355.0, 9358.0, 9285.0, 9293.0, 9299.0, 9298.0, 9318.0, 9322.0, 9336.0, 9364.0, 9318.0, 9361.0, 9407.0, 9377.0, 9405.0, 9329.0, 9351.0, 9315.0, 9319.0, 9296.0, 9307.0, 9302.0, 9318.0, 9384.0, 9333.0, 9338.0, 9296.0, 9294.0, 9301.0, 9317.0, 9321.0, 9334.0, 9325.0, 9304.0, 9305.0, 9354.0, 9296.0, 9401.0, 9371.0, 9385.0, 9370.0, 9358.0, 9341.0, 9335.0, 9289.0, 9334.0, 9298.0, 9374.0, 9327.0, 9375.0, 9285.0, 9325.0, 9289.0, 9338.0, 9316.0, 9309.0, 9298.0, 9297.0, 9301.0, 9309.0, 9327.0, 9323.0, 9389.0, 9378.0, 9366.0, 9340.0, 9358.0, 9295.0, 9322.0, 9364.0, 9352.0, 9362.0, 9316.0, 9267.0, 9271.0, 9271.0, 9281.0, 9364.0, 9318.0, 9345.0, 9292.0, 9297.0, 9290.0, 9289.0, 9293.0, 9308.0, 9301.0, 9333.0, 9318.0, 9318.0, 9281.0, 9280.0, 9345.0, 9293.0, 9321.0, 9327.0, 9279.0, 9280.0, 9272.0, 9296.0, 9383.0, 9350.0, 9322.0, 9270.0, 9296.0, 9318.0, 9302.0, 9317.0, 9320.0, 9324.0, 9327.0, 9320.0, 9323.0, 9386.0, 9324.0, 9373.0, 9350.0, 9356.0, 9357.0, 9318.0, 9314.0, 9318.0, 9379.0, 9374.0, 9413.0, 9360.0, 9385.0, 9323.0, 9359.0, 9322.0, 9379.0, 9364.0, 9382.0, 9366.0, 9350.0, 9271.0, 9270.0, 9267.0, 9270.0, 9308.0, 9277.0, 9353.0, 9304.0, 9287.0, 9270.0, 9279.0, 9271.0, 9294.0, 9274.0, 9316.0, 9298.0, 9318.0, 9275.0, 9270.0, 9285.0, 9274.0, 9291.0, 9300.0, 9297.0, 9304.0, 9314.0, 9302.0, 9367.0, 9317.0, 9332.0, 9318.0, 9319.0, 9309.0, 9300.0, 9315.0, 9303.0, 9341.0, 9350.0, 9350.0, 9404.0, 9365.0, 9409.0, 9338.0, 9334.0, 9320.0, 9361.0, 9369.0, 9397.0, 9390.0, 9392.0, 9333.0, 9331.0, 9318.0, 9338.0, 9299.0, 9371.0, 9352.0, 9345.0, 9366.0, 9392.0, 9410.0, 9341.0, 9376.0, 9302.0, 9333.0, 9322.0, 9296.0, 9353.0, 9282.0, 9298.0, 9298.0, 9273.0, 9264.0, 9269.0, 9299.0, 9294.0, 9279.0, 9307.0, 9298.0, 9329.0, 9308.0, 9284.0, 9297.0, 9314.0, 9315.0, 9349.0, 9348.0, 9351.0, 9422.0, 9367.0, 9413.0, 9370.0, 9368.0, 9414.0, 9373.0, 9313.0, 9333.0, 9358.0, 9365.0, 9341.0, 9338.0, 9352.0, 9395.0, 9407.0, 9444.0, 9414.0, 9390.0, 9415.0, 9358.0, 9384.0, 9374.0, 9338.0, 9334.0, 9319.0, 9308.0, 9281.0, 9249.0, 9206.0, 9213.0, 9214.0, 9215.0, 9213.0, 9250.0, 9262.0, 9256.0, 9278.0, 9261.0, 9306.0, 9302.0, 9272.0, 9273.0, 9275.0, 9275.0, 9283.0, 9297.0, 9315.0, 9349.0, 9358.0, 9350.0, 9387.0, 9346.0, 9355.0, 9326.0, 9370.0, 9344.0, 9408.0, 9368.0, 9395.0, 9384.0, 9363.0, 9337.0, 9305.0, 9304.0, 9348.0, 9326.0, 9409.0, 9363.0, 9378.0, 9341.0, 9339.0, 9281.0, 9295.0, 9313.0, 9287.0, 9291.0, 9304.0, 9343.0, 9348.0, 9328.0, 9326.0, 9338.0, 9302.0, 9387.0, 9352.0, 9363.0, 9337.0, 9362.0, 9278.0, 9300.0, 9276.0, 9274.0, 9291.0, 9320.0, 9398.0, 9343.0, 9348.0, 9285.0, 9295.0, 9287.0, 9313.0, 9321.0, 9381.0, 9354.0, 9396.0, 9351.0, 9371.0, 9318.0, 9340.0, 9317.0, 9388.0, 9333.0, 9362.0, 9319.0, 9315.0, 9303.0, 9385.0, 9355.0, 9371.0, 9356.0, 9350.0, 9299.0, 9335.0, 9298.0, 9322.0, 9300.0, 9355.0, 9306.0, 9307.0, 9342.0, 9301.0, 9347.0, 9277.0, 9294.0, 9296.0, 9349.0, 9305.0, 9348.0, 9386.0, 9329.0, 9291.0, 9292.0, 9343.0, 9293.0, 9320.0, 9313.0, 9339.0, 9323.0, 9330.0, 9322.0, 9364.0, 9385.0, 9315.0, 9367.0, 9343.0, 9348.0, 9307.0, 9333.0, 9295.0, 9368.0, 9380.0, 9349.0, 9364.0, 9344.0, 9292.0, 9270.0, 9267.0, 9293.0, 9304.0, 9295.0, 9312.0, 9308.0, 9293.0, 9295.0, 9296.0, 9292.0, 9294.0, 9319.0, 9341.0, 9344.0, 9373.0, 9347.0, 9336.0, 9309.0, 9408.0, 9365.0, 9363.0, 9388.0, 9376.0, 9315.0, 9323.0, 9279.0, 9323.0, 9307.0, 9380.0, 9406.0, 9364.0, 9359.0, 9325.0, 9304.0, 9262.0, 9261.0, 9249.0, 9268.0, 9272.0, 9301.0, 9317.0, 9268.0, 9256.0, 9271.0, 9267.0, 9292.0, 9320.0, 9290.0, 9319.0, 9305.0, 9333.0, 9301.0, 9318.0, 9305.0, 9295.0, 9319.0, 9345.0, 9339.0, 9366.0, 9366.0, 9383.0, 9322.0, 9342.0, 9316.0, 9346.0, 9323.0, 9379.0, 9375.0, 9369.0, 9301.0, 9337.0, 9298.0, 9342.0, 9389.0, 9388.0, 9384.0, 9351.0, 9319.0, 9294.0, 9319.0, 9297.0, 9364.0, 9312.0, 9378.0, 9353.0, 9277.0, 9292.0, 9276.0, 9292.0, 9360.0, 9308.0, 9348.0, 9323.0, 9340.0, 9281.0, 9320.0, 9295.0, 9307.0, 9297.0, 9369.0, 9325.0, 9348.0, 9277.0, 9315.0, 9290.0, 9291.0, 9294.0, 9312.0, 9369.0, 9311.0, 9363.0, 9285.0, 9295.0, 9297.0, 9295.0, 9300.0, 9353.0, 9302.0, 9370.0, 9333.0, 9389.0, 9316.0, 9354.0, 9301.0, 9351.0, 9302.0, 9371.0, 9331.0, 9350.0, 9333.0, 9311.0, 9297.0, 9294.0, 9325.0, 9323.0, 9346.0, 9373.0, 9342.0, 9323.0, 9347.0, 9356.0, 9371.0, 9382.0, 9344.0, 9435.0, 9416.0, 9412.0, 9396.0, 9366.0, 9322.0, 9334.0, 9305.0, 9346.0, 9353.0, 9363.0, 9384.0, 9317.0, 9339.0, 9282.0, 9278.0, 9271.0, 9308.0, 9276.0, 9360.0, 9306.0, 9359.0, 9288.0, 9296.0, 9271.0, 9268.0, 9268.0, 9286.0, 9282.0, 9350.0, 9296.0, 9281.0, 9278.0, 9338.0, 9272.0, 9291.0, 9274.0, 9276.0, 9277.0, 9303.0, 9278.0, 9275.0, 9281.0, 9281.0, 9302.0, 9316.0, 9311.0, 9358.0, 9298.0, 9307.0, 9297.0, 9298.0, 9303.0, 9326.0, 9357.0, 9364.0, 9347.0, 9331.0, 9314.0, 9315.0, 9325.0, 9342.0, 9342.0, 9324.0, 9296.0, 9305.0, 9308.0, 9353.0, 9398.0, 9345.0, 9430.0, 9379.0, 9385.0, 9346.0, 9357.0, 9315.0, 9341.0, 9274.0, 9344.0, 9325.0, 9382.0, 9348.0, 9337.0, 9284.0, 9269.0, 9267.0, 9250.0, 9272.0, 9301.0, 9315.0, 9354.0, 9284.0, 9306.0, 9268.0, 9293.0, 9290.0, 9329.0, 9288.0, 9344.0, 9301.0, 9333.0, 9297.0, 9321.0, 9303.0, 9364.0, 9316.0, 9318.0, 9328.0, 9337.0, 9319.0, 9320.0, 9329.0, 9324.0, 9323.0, 9328.0, 9339.0, 9405.0, 9394.0, 9402.0, 9356.0, 9377.0, 9324.0, 9362.0, 9338.0, 9378.0, 9343.0, 9378.0, 9350.0, 9274.0, 9290.0, 9375.0, 9285.0, 9326.0, 9292.0, 9304.0, 9295.0, 9321.0, 9300.0, 9286.0, 9315.0, 9313.0, 9325.0, 9371.0, 9347.0, 9365.0, 9350.0, 9373.0, 9313.0, 9336.0, 9297.0, 9363.0, 9326.0, 9381.0, 9351.0, 9380.0, 9323.0, 9347.0, 9295.0, 9307.0, 9312.0, 9276.0, 9360.0, 9295.0, 9333.0, 9276.0, 9278.0, 9298.0, 9280.0, 9306.0, 9372.0, 9330.0, 9326.0, 9292.0, 9294.0, 9275.0, 9289.0, 9348.0, 9280.0, 9367.0, 9340.0, 9346.0, 9296.0, 9301.0, 9276.0, 9302.0, 9302.0, 9313.0, 9357.0, 9287.0, 9376.0, 9314.0, 9296.0, 9257.0, 9273.0, 9300.0, 9295.0, 9299.0, 9301.0, 9321.0, 9322.0, 9367.0, 9371.0, 9321.0, 9324.0, 9388.0, 9354.0, 9355.0, 9345.0, 9370.0, 9349.0, 9339.0, 9300.0, 9310.0, 9300.0, 9319.0, 9297.0, 9384.0, 9332.0, 9397.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.007392298352124892</td></tr>
<tr><td colspan=3>aqi</td><td>0.051965051691240244</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.533679690546876</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2077893755815974</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0775266066753466</td></tr>
<tr><td colspan=3>efc</td><td>0.4705</td></tr>
<tr><td colspan=3>fber</td><td>6121.6982</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13709744277237002</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>195</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.91240242844753</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.546810232651868</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.464975850321305</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7814622973211347</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.393992550313163</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107774</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01754271797835827</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025797756388783455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.950558580604065</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>28.2853</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.4984</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.6062</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300936.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>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.7984</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.454</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.1071</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.2779</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.5982</td></tr>
<tr><td colspan=3>tsnr</td><td>30.078355910256505</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>