<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-02/func/sub-0044_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>5cc33c4d70c63036b44868e08cd5a1cd</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:36:7.837500</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_VE11C_LATEST_20160120</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.999882, 0.0129988, -0.00814337, -0.0122165, 0.995895, 0.0896927]</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.0960929</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7733, -7269, 430, -105, -17, 8, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.116</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a84222e-64aa-49dc-af1a-e9d2d057bae9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826112270355225, -0.032775867730379105, -0.0250447615981102, 113.64314270019531], [-0.034874800592660904, 2.67191219329834, 0.24187323451042175, -98.60343933105469], [-0.021848075091838837, -0.24063900113105774, 2.689027786254883, -59.68867492675781], [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': ['133607.837500', '133608.297500', '133608.757500', '133609.217500', '133609.677500', '133610.137500', '133610.597500', '133611.057500', '133611.517500', '133611.977500', '133612.437500', '133612.897500', '133613.357500', '133613.817500', '133614.277500', '133614.737500', '133615.197500', '133615.657500', '133616.117500', '133616.577500', '133617.037500', '133617.497500', '133617.957500', '133618.417500', '133618.877500', '133619.337500', '133619.797500', '133620.257500', '133620.717500', '133621.177500', '133621.637500', '133622.097500', '133622.557500', '133623.017500', '133623.477500', '133623.937500', '133624.397500', '133624.857500', '133625.317500', '133625.777500', '133626.237500', '133626.697500', '133627.157500', '133627.617500', '133628.077500', '133628.537500', '133628.997500', '133629.457500', '133629.917500', '133630.377500', '133630.837500', '133631.297500', '133631.757500', '133632.217500', '133632.677500', '133633.137500', '133633.597500', '133634.057500', '133634.517500', '133634.977500', '133635.437500', '133635.897500', '133636.357500', '133636.817500', '133637.277500', '133637.737500', '133638.197500', '133638.657500', '133639.117500', '133639.577500', '133640.037500', '133640.497500', '133640.957500', '133641.417500', '133641.877500', '133642.337500', '133642.797500', '133643.257500', '133643.717500', '133644.177500', '133644.637500', '133645.097500', '133645.557500', '133646.017500', '133646.477500', '133646.937500', '133647.397500', '133647.857500', '133648.317500', '133648.777500', '133649.237500', '133649.697500', '133650.157500', '133650.617500', '133651.077500', '133651.537500', '133651.997500', '133652.457500', '133652.917500', '133653.377500', '133653.837500', '133654.297500', '133654.757500', '133655.217500', '133655.677500', '133656.137500', '133656.597500', '133657.057500', '133657.517500', '133657.977500', '133658.437500', '133658.897500', '133659.357500', '133659.817500', '133700.277500', '133700.737500', '133701.197500', '133701.657500', '133702.117500', '133702.577500', '133703.037500', '133703.497500', '133703.957500', '133704.417500', '133704.877500', '133705.337500', '133705.797500', '133706.257500', '133706.717500', '133707.177500', '133707.637500', '133708.097500', '133708.557500', '133709.017500', '133709.477500', '133709.937500', '133710.397500', '133710.857500', '133711.317500', '133711.777500', '133712.237500', '133712.697500', '133713.157500', '133713.617500', '133714.077500', '133714.537500', '133714.997500', '133715.457500', '133715.917500', '133716.377500', '133716.837500', '133717.297500', '133717.757500', '133718.217500', '133718.677500', '133719.137500', '133719.597500', '133720.057500', '133720.517500', '133720.977500', '133721.437500', '133721.897500', '133722.357500', '133722.817500', '133723.277500', '133723.737500', '133724.197500', '133724.657500', '133725.117500', '133725.577500', '133726.037500', '133726.497500', '133726.957500', '133727.417500', '133727.877500', '133728.337500', '133728.797500', '133729.257500', '133729.717500', '133730.177500', '133730.637500', '133731.097500', '133731.557500', '133732.017500', '133732.477500', '133732.937500', '133733.397500', '133733.857500', '133734.317500', '133734.777500', '133735.237500', '133735.697500', '133736.157500', '133736.617500', '133737.077500', '133737.537500', '133737.997500', '133738.457500', '133738.917500', '133739.377500', '133739.837500', '133740.297500', '133740.757500', '133741.217500', '133741.677500', '133742.137500', '133742.597500', '133743.057500', '133743.517500', '133743.977500', '133744.437500', '133744.897500', '133745.357500', '133745.817500', '133746.277500', '133746.737500', '133747.197500', '133747.657500', '133748.117500', '133748.577500', '133749.037500', '133749.497500', '133749.957500', '133750.417500', '133750.877500', '133751.337500', '133751.797500', '133752.257500', '133752.717500', '133753.177500', '133753.637500', '133754.097500', '133754.557500', '133755.017500', '133755.477500', '133755.937500', '133756.397500', '133756.857500', '133757.317500', '133757.777500', '133758.237500', '133758.697500', '133759.157500', '133759.617500', '133800.077500', '133800.537500', '133800.997500', '133801.457500', '133801.917500', '133802.377500', '133802.837500', '133803.297500', '133803.757500', '133804.217500', '133804.677500', '133805.137500', '133805.597500', '133806.057500', '133806.517500', '133806.977500', '133807.437500', '133807.897500', '133808.357500', '133808.817500', '133809.277500', '133809.737500', '133810.197500', '133810.657500', '133811.117500', '133811.577500', '133812.037500', '133812.497500', '133812.957500', '133813.417500', '133813.877500', '133814.337500', '133814.797500', '133815.257500', '133815.717500', '133816.177500', '133816.637500', '133817.097500', '133817.557500', '133818.017500', '133818.477500', '133818.937500', '133819.397500', '133819.857500', '133820.317500', '133820.777500', '133821.237500', '133821.697500', '133822.157500', '133822.617500', '133823.077500', '133823.537500', '133823.997500', '133824.457500', '133824.917500', '133825.377500', '133825.837500', '133826.297500', '133826.757500', '133827.217500', '133827.677500', '133828.137500', '133828.597500', '133829.057500', '133829.517500', '133829.977500', '133830.437500', '133830.897500', '133831.357500', '133831.817500', '133832.277500', '133832.737500', '133833.197500', '133833.657500', '133834.117500', '133834.577500', '133835.037500', '133835.497500', '133835.957500', '133836.417500', '133836.877500', '133837.337500', '133837.797500', '133838.257500', '133838.717500', '133839.177500', '133839.637500', '133840.097500', '133840.557500', '133841.017500', '133841.477500', '133841.937500', '133842.397500', '133842.857500', '133843.317500', '133843.777500', '133844.237500', '133844.697500', '133845.157500', '133845.617500', '133846.077500', '133846.537500', '133846.997500', '133847.457500', '133847.917500', '133848.377500', '133848.837500', '133849.297500', '133849.757500', '133850.217500', '133850.677500', '133851.137500', '133851.597500', '133852.057500', '133852.517500', '133852.977500', '133853.437500', '133853.897500', '133854.357500', '133854.817500', '133855.277500', '133855.737500', '133856.197500', '133856.657500', '133857.117500', '133857.577500', '133858.037500', '133858.497500', '133858.957500', '133859.417500', '133859.877500', '133900.337500', '133900.797500', '133901.257500', '133901.717500', '133902.177500', '133902.637500', '133903.097500', '133903.557500', '133904.017500', '133904.477500', '133904.937500', '133905.397500', '133905.857500', '133906.317500', '133906.777500', '133907.237500', '133907.697500', '133908.157500', '133908.617500', '133909.077500', '133909.537500', '133909.997500', '133910.457500', '133910.917500', '133911.377500', '133911.837500', '133912.297500', '133912.757500', '133913.217500', '133913.677500', '133914.137500', '133914.597500', '133915.057500', '133915.517500', '133915.977500', '133916.437500', '133916.897500', '133917.357500', '133917.817500', '133918.277500', '133918.737500', '133919.197500', '133919.657500', '133920.117500', '133920.577500', '133921.037500', '133921.497500', '133921.957500', '133922.417500', '133922.877500', '133923.337500', '133923.797500', '133924.257500', '133924.717500', '133925.177500', '133925.637500', '133926.097500', '133926.557500', '133927.017500', '133927.477500', '133927.937500', '133928.397500', '133928.857500', '133929.317500', '133929.777500', '133930.237500', '133930.697500', '133931.157500', '133931.617500', '133932.077500', '133932.537500', '133932.997500', '133933.457500', '133933.917500', '133934.377500', '133934.837500', '133935.297500', '133935.757500', '133936.217500', '133936.677500', '133937.137500', '133937.597500', '133938.057500', '133938.517500', '133938.977500', '133939.437500', '133939.897500', '133940.357500', '133940.817500', '133941.277500', '133941.737500', '133942.197500', '133942.657500', '133943.117500', '133943.577500', '133944.037500', '133944.497500', '133944.957500', '133945.417500', '133945.877500', '133946.337500', '133946.797500', '133947.257500', '133947.717500', '133948.177500', '133948.637500', '133949.097500', '133949.557500', '133950.017500', '133950.477500', '133950.937500', '133951.397500', '133951.857500', '133952.317500', '133952.777500', '133953.237500', '133953.697500', '133954.157500', '133954.617500', '133955.077500', '133955.537500', '133955.997500', '133956.457500', '133956.917500', '133957.377500', '133957.837500', '133958.297500', '133958.757500', '133959.217500', '133959.677500', '134000.137500', '134000.597500', '134001.057500', '134001.517500', '134001.977500', '134002.437500', '134002.897500', '134003.357500', '134003.817500', '134004.277500', '134004.737500', '134005.197500', '134005.657500', '134006.117500', '134006.577500', '134007.037500', '134007.497500', '134007.957500', '134008.417500', '134008.877500', '134009.337500', '134009.797500', '134010.257500', '134010.717500', '134011.177500', '134011.637500', '134012.097500', '134012.557500', '134013.017500', '134013.477500', '134013.937500', '134014.397500', '134014.857500', '134015.317500', '134015.777500', '134016.237500', '134016.697500', '134017.157500', '134017.617500', '134018.077500', '134018.537500', '134018.997500', '134019.457500', '134019.917500', '134020.377500', '134020.837500', '134021.297500', '134021.757500', '134022.217500', '134022.677500', '134023.137500', '134023.597500', '134024.057500', '134024.517500', '134024.977500', '134025.437500', '134025.897500', '134026.357500', '134026.817500', '134027.277500', '134027.737500', '134028.197500', '134028.657500', '134029.117500', '134029.577500', '134030.037500', '134030.497500', '134030.957500', '134031.417500', '134031.877500', '134032.337500', '134032.797500', '134033.257500', '134033.717500', '134034.177500', '134034.637500', '134035.097500', '134035.557500', '134036.017500', '134036.477500', '134036.937500', '134037.397500', '134037.857500', '134038.317500', '134038.777500', '134039.237500', '134039.697500', '134040.157500', '134040.617500', '134041.077500', '134041.537500', '134041.997500', '134042.457500', '134042.917500', '134043.377500', '134043.837500', '134044.297500', '134044.757500', '134045.217500', '134045.677500', '134046.137500', '134046.597500', '134047.057500', '134047.517500', '134047.977500', '134048.437500', '134048.897500', '134049.357500', '134049.817500', '134050.277500', '134050.737500', '134051.197500', '134051.657500', '134052.117500', '134052.577500', '134053.037500', '134053.497500', '134053.957500', '134054.417500', '134054.877500', '134055.337500', '134055.797500', '134056.257500', '134056.717500', '134057.177500', '134057.637500', '134058.097500', '134058.557500', '134059.017500', '134059.477500', '134059.937500', '134100.397500', '134100.857500', '134101.317500', '134101.777500', '134102.237500', '134102.697500', '134103.157500', '134103.617500', '134104.077500', '134104.537500', '134104.997500', '134105.457500', '134105.917500', '134106.377500', '134106.837500', '134107.297500', '134107.757500', '134108.217500', '134108.677500', '134109.137500', '134109.597500', '134110.057500', '134110.517500', '134110.977500', '134111.437500', '134111.897500', '134112.357500', '134112.817500', '134113.277500', '134113.737500', '134114.197500', '134114.657500', '134115.117500', '134115.577500', '134116.037500', '134116.497500', '134116.957500', '134117.417500', '134117.877500', '134118.337500', '134118.797500', '134119.257500', '134119.717500', '134120.177500', '134120.637500', '134121.097500', '134121.557500', '134122.017500', '134122.477500', '134122.937500', '134123.397500', '134123.857500', '134124.317500', '134124.777500', '134125.237500', '134125.697500', '134126.157500', '134126.617500', '134127.077500', '134127.537500', '134127.997500', '134128.457500', '134128.917500', '134129.377500', '134129.837500', '134130.297500', '134130.757500', '134131.217500', '134131.677500', '134132.137500', '134132.597500', '134133.057500', '134133.517500', '134133.977500', '134134.437500', '134134.897500', '134135.357500', '134135.817500', '134136.277500', '134136.737500', '134137.197500', '134137.657500', '134138.117500', '134138.577500', '134139.037500', '134139.497500', '134139.957500', '134140.417500', '134140.877500', '134141.337500', '134141.797500', '134142.257500', '134142.717500', '134143.177500', '134143.637500', '134144.097500', '134144.557500', '134145.017500', '134145.477500', '134145.937500', '134146.397500', '134146.857500', '134147.317500', '134147.777500', '134148.237500', '134148.697500', '134149.157500', '134149.617500', '134150.077500', '134150.537500', '134150.997500', '134151.457500', '134151.917500', '134152.377500', '134152.837500', '134153.297500', '134153.757500', '134154.217500', '134154.677500', '134155.137500', '134155.597500', '134156.057500', '134156.517500', '134156.977500', '134157.437500', '134157.897500', '134158.357500', '134158.817500', '134159.277500', '134159.737500', '134200.197500', '134200.657500', '134201.117500', '134201.577500', '134202.037500', '134202.497500', '134202.957500', '134203.417500', '134203.877500', '134204.337500', '134204.797500', '134205.257500', '134205.717500', '134206.177500', '134206.637500', '134207.097500', '134207.557500', '134208.017500', '134208.477500', '134208.937500', '134209.397500', '134209.857500', '134210.317500', '134210.777500', '134211.237500', '134211.697500', '134212.157500', '134212.617500', '134213.077500', '134213.537500', '134213.997500', '134214.457500', '134214.917500', '134215.377500', '134215.837500', '134216.297500', '134216.757500', '134217.217500', '134217.677500', '134218.137500', '134218.597500', '134219.057500', '134219.517500', '134219.977500', '134220.437500', '134220.897500', '134221.357500', '134221.817500', '134222.277500', '134222.737500', '134223.197500', '134223.657500', '134224.117500', '134224.577500', '134225.037500', '134225.497500', '134225.957500', '134226.417500', '134226.877500', '134227.337500', '134227.797500', '134228.257500', '134228.717500', '134229.177500', '134229.637500', '134230.097500', '134230.557500', '134231.017500', '134231.477500', '134231.937500', '134232.397500', '134232.857500', '134233.317500', '134233.777500', '134234.237500', '134234.697500', '134235.157500', '134235.617500', '134236.077500', '134236.537500', '134236.997500', '134237.457500', '134237.917500', '134238.377500', '134238.837500', '134239.297500', '134239.757500', '134240.217500', '134240.677500', '134241.137500', '134241.597500', '134242.057500', '134242.517500', '134242.977500', '134243.437500', '134243.897500', '134244.357500', '134244.817500', '134245.277500', '134245.737500', '134246.197500', '134246.657500', '134247.117500', '134247.577500', '134248.037500', '134248.497500', '134248.957500', '134249.417500', '134249.877500', '134250.337500', '134250.797500', '134251.257500', '134251.717500', '134252.177500', '134252.637500', '134253.097500', '134253.557500', '134254.017500', '134254.477500', '134254.937500', '134255.397500', '134255.857500', '134256.317500', '134256.777500', '134257.237500', '134257.697500', '134258.157500', '134258.617500', '134259.077500', '134259.537500', '134259.997500', '134300.457500', '134300.917500', '134301.377500', '134301.837500', '134302.297500', '134302.757500', '134303.217500', '134303.677500', '134304.137500', '134304.597500', '134305.057500', '134305.517500', '134305.977500', '134306.437500', '134306.897500', '134307.357500', '134307.817500', '134308.277500', '134308.737500', '134309.197500', '134309.657500', '134310.117500', '134310.577500', '134311.037500', '134311.497500', '134311.957500', '134312.417500', '134312.877500', '134313.337500', '134313.797500', '134314.257500', '134314.717500', '134315.177500', '134315.637500', '134316.097500', '134316.557500', '134317.017500', '134317.477500', '134317.937500', '134318.397500', '134318.857500', '134319.317500', '134319.777500', '134320.237500', '134320.697500', '134321.157500', '134321.617500', '134322.077500', '134322.537500', '134322.997500', '134323.457500', '134323.917500', '134324.377500', '134324.837500', '134325.297500', '134325.757500', '134326.217500', '134326.677500', '134327.137500', '134327.597500', '134328.057500', '134328.517500', '134328.977500', '134329.437500', '134329.897500', '134330.357500', '134330.817500', '134331.277500', '134331.737500', '134332.197500', '134332.657500', '134333.117500', '134333.577500', '134334.037500', '134334.497500', '134334.957500', '134335.417500', '134335.877500', '134336.337500', '134336.797500', '134337.257500', '134337.717500', '134338.177500', '134338.637500', '134339.097500', '134339.557500', '134340.017500', '134340.477500', '134340.937500', '134341.397500', '134341.857500', '134342.317500', '134342.777500', '134343.237500', '134343.697500', '134344.157500', '134344.617500', '134345.077500', '134345.537500', '134345.997500', '134346.457500', '134346.917500', '134347.377500', '134347.837500', '134348.297500', '134348.757500', '134349.217500', '134349.677500', '134350.137500', '134350.597500', '134351.057500', '134351.517500', '134351.977500', '134352.437500', '134352.897500', '134353.357500', '134353.817500', '134354.277500', '134354.737500', '134355.197500', '134355.657500', '134356.117500', '134356.577500', '134357.037500', '134357.497500', '134357.957500', '134358.417500', '134358.877500', '134359.337500', '134359.797500', '134400.257500', '134400.717500', '134401.177500', '134401.637500', '134402.097500', '134402.557500', '134403.017500', '134403.477500', '134403.937500', '134404.397500', '134404.857500', '134405.317500', '134405.777500', '134406.237500', '134406.697500', '134407.157500', '134407.617500', '134408.077500', '134408.537500', '134408.997500', '134409.457500', '134409.917500', '134410.377500', '134410.837500', '134411.297500', '134411.757500', '134412.217500', '134412.677500', '134413.137500', '134413.597500', '134414.057500', '134414.517500', '134414.977500', '134415.437500', '134415.897500', '134416.357500', '134416.817500', '134417.277500', '134417.737500', '134418.197500', '134418.657500', '134419.117500', '134419.577500', '134420.037500', '134420.497500', '134420.957500', '134421.417500', '134421.877500', '134422.337500', '134422.797500', '134423.257500', '134423.717500', '134424.177500', '134424.637500', '134425.097500', '134425.557500', '134426.017500', '134426.477500', '134426.937500', '134427.397500', '134427.857500', '134428.317500', '134428.777500', '134429.237500', '134429.697500', '134430.157500', '134430.617500', '134431.077500', '134431.537500', '134431.997500', '134432.457500', '134432.917500', '134433.377500', '134433.837500', '134434.297500', '134434.757500', '134435.217500', '134435.677500', '134436.137500', '134436.597500', '134437.057500', '134437.517500', '134437.977500', '134438.437500', '134438.897500', '134439.357500', '134439.817500', '134440.277500', '134440.737500', '134441.197500', '134441.657500', '134442.117500', '134442.577500', '134443.037500', '134443.497500', '134443.957500', '134444.417500', '134444.877500', '134445.337500', '134445.797500', '134446.257500', '134446.717500', '134447.177500', '134447.637500', '134448.097500', '134448.557500', '134449.017500', '134449.477500', '134449.937500', '134450.397500', '134450.857500', '134451.317500', '134451.777500', '134452.237500', '134452.697500', '134453.157500', '134453.617500', '134454.077500', '134454.537500', '134454.997500', '134455.457500', '134455.917500', '134456.377500', '134456.837500', '134457.297500', '134457.757500', '134458.217500', '134458.677500', '134459.137500'], 'ContentTime': ['133627.434000', '133627.438000', '133627.441000', '133627.444000', '133627.448000', '133627.451000', '133627.454000', '133627.462000', '133627.466000', '133627.469000', '133627.472000', '133627.476000', '133627.479000', '133627.482000', '133627.485000', '133627.488000', '133627.491000', '133627.494000', '133627.498000', '133627.501000', '133627.504000', '133627.507000', '133627.511000', '133627.514000', '133627.517000', '133627.520000', '133627.523000', '133627.526000', '133627.529000', '133627.532000', '133627.535000', '133627.538000', '133627.541000', '133627.544000', '133627.547000', '133627.550000', '133627.553000', '133627.556000', '133627.559000', '133627.562000', '133627.565000', '133647.386000', '133647.389000', '133647.392000', '133647.395000', '133647.398000', '133647.401000', '133647.404000', '133647.407000', '133647.410000', '133647.413000', '133647.416000', '133647.419000', '133647.422000', '133647.425000', '133647.438000', '133647.441000', '133647.444000', '133647.446000', '133647.449000', '133647.452000', '133647.455000', '133647.458000', '133647.461000', '133647.464000', '133647.467000', '133647.470000', '133647.473000', '133647.476000', '133647.479000', '133647.482000', '133647.485000', '133647.488000', '133647.491000', '133647.494000', '133647.496000', '133647.499000', '133647.502000', '133647.505000', '133647.508000', '133647.511000', '133647.514000', '133647.517000', '133647.520000', '133647.523000', '133707.387000', '133707.390000', '133707.393000', '133707.396000', '133707.399000', '133707.402000', '133707.405000', '133707.408000', '133707.411000', '133707.414000', '133707.417000', '133707.420000', '133707.423000', '133707.426000', '133707.429000', '133707.432000', '133707.436000', '133707.439000', '133707.442000', '133707.445000', '133707.448000', '133707.451000', '133707.454000', '133707.457000', '133707.460000', '133707.463000', '133707.466000', '133707.469000', '133707.472000', '133707.475000', '133707.478000', '133707.481000', '133707.484000', '133707.487000', '133707.490000', '133707.493000', '133707.496000', '133707.499000', '133707.504000', '133707.508000', '133707.512000', '133707.515000', '133707.518000', '133727.387000', '133727.390000', '133727.393000', '133727.396000', '133727.399000', '133727.403000', '133727.406000', '133727.409000', '133727.412000', '133727.415000', '133727.418000', '133727.420000', '133727.424000', '133727.427000', '133727.430000', '133727.433000', '133727.436000', '133727.439000', '133727.441000', '133727.444000', '133727.447000', '133727.450000', '133727.453000', '133727.456000', '133727.459000', '133727.462000', '133727.465000', '133727.468000', '133727.471000', '133727.474000', '133727.477000', '133727.480000', '133727.483000', '133727.486000', '133727.489000', '133727.492000', '133727.495000', '133727.498000', '133727.501000', '133727.504000', '133727.507000', '133727.510000', '133727.513000', '133727.516000', '133747.386000', '133747.389000', '133747.392000', '133747.395000', '133747.398000', '133747.401000', '133747.404000', '133747.407000', '133747.410000', '133747.413000', '133747.416000', '133747.419000', '133747.422000', '133747.425000', '133747.428000', '133747.431000', '133747.434000', '133747.437000', '133747.440000', '133747.443000', '133747.455000', '133747.458000', '133747.461000', '133747.464000', '133747.467000', '133747.470000', '133747.473000', '133747.476000', '133747.479000', '133747.482000', '133747.485000', '133747.488000', '133747.491000', '133747.494000', '133747.497000', '133747.500000', '133747.503000', '133747.508000', '133747.512000', '133747.515000', '133747.518000', '133747.521000', '133747.524000', '133807.386000', '133807.389000', '133807.392000', '133807.395000', '133807.398000', '133807.401000', '133807.404000', '133807.407000', '133807.410000', '133807.413000', '133807.416000', '133807.419000', '133807.422000', '133807.425000', '133807.428000', '133807.431000', '133807.434000', '133807.437000', '133807.440000', '133807.443000', '133807.446000', '133807.449000', '133807.452000', '133807.455000', '133807.458000', '133807.461000', '133807.464000', '133807.474000', '133807.477000', '133807.480000', '133807.483000', '133807.486000', '133807.489000', '133807.492000', '133807.495000', '133807.498000', '133807.501000', '133807.503000', '133807.507000', '133807.510000', '133807.513000', '133807.515000', '133807.518000', '133807.521000', '133827.386000', '133827.389000', '133827.392000', '133827.395000', '133827.398000', '133827.401000', '133827.404000', '133827.407000', '133827.410000', '133827.428000', '133827.431000', '133827.434000', '133827.437000', '133827.440000', '133827.443000', '133827.446000', '133827.449000', '133827.452000', '133827.455000', '133827.458000', '133827.461000', '133827.464000', '133827.467000', '133827.471000', '133827.474000', '133827.477000', '133827.480000', '133827.483000', '133827.486000', '133827.489000', '133827.492000', '133827.495000', '133827.498000', '133827.501000', '133827.504000', '133827.507000', '133827.510000', '133827.513000', '133827.516000', '133827.519000', '133827.522000', '133827.525000', '133827.529000', '133847.386000', '133847.389000', '133847.392000', '133847.395000', '133847.398000', '133847.401000', '133847.404000', '133847.407000', '133847.410000', '133847.413000', '133847.416000', '133847.419000', '133847.422000', '133847.425000', '133847.428000', '133847.431000', '133847.434000', '133847.437000', '133847.440000', '133847.443000', '133847.446000', '133847.449000', '133847.452000', '133847.455000', '133847.458000', '133847.461000', '133847.464000', '133847.467000', '133847.470000', '133847.473000', '133847.476000', '133847.479000', '133847.482000', '133847.485000', '133847.488000', '133847.491000', '133847.494000', '133847.497000', '133847.500000', '133847.503000', '133847.506000', '133847.509000', '133847.512000', '133847.515000', '133907.386000', '133907.389000', '133907.392000', '133907.395000', '133907.398000', '133907.401000', '133907.404000', '133907.407000', '133907.410000', '133907.413000', '133907.416000', '133907.419000', '133907.422000', '133907.425000', '133907.428000', '133907.431000', '133907.434000', '133907.437000', '133907.440000', '133907.443000', '133907.446000', '133907.449000', '133907.452000', '133907.455000', '133907.458000', '133907.461000', '133907.464000', '133907.467000', '133907.470000', '133907.473000', '133907.476000', '133907.479000', '133907.482000', '133907.485000', '133907.488000', '133907.491000', '133907.494000', '133907.497000', '133907.500000', '133907.503000', '133907.506000', '133907.509000', '133907.512000', '133927.387000', '133927.390000', '133927.393000', '133927.396000', '133927.399000', '133927.402000', '133927.405000', '133927.408000', '133927.411000', '133927.414000', '133927.417000', '133927.420000', '133927.423000', '133927.426000', '133927.429000', '133927.432000', '133927.435000', '133927.438000', '133927.441000', '133927.444000', '133927.447000', '133927.450000', '133927.453000', '133927.456000', '133927.459000', '133927.462000', '133927.465000', '133927.468000', '133927.471000', '133927.474000', '133927.477000', '133927.480000', '133927.483000', '133927.486000', '133927.489000', '133927.492000', '133927.495000', '133927.498000', '133927.501000', '133927.504000', '133927.507000', '133927.510000', '133927.513000', '133927.516000', '133947.387000', '133947.390000', '133947.393000', '133947.396000', '133947.399000', '133947.402000', '133947.405000', '133947.408000', '133947.411000', '133947.414000', '133947.417000', '133947.420000', '133947.423000', '133947.426000', '133947.429000', '133947.432000', '133947.435000', '133947.438000', '133947.441000', '133947.444000', '133947.447000', '133947.450000', '133947.453000', '133947.456000', '133947.459000', '133947.462000', '133947.465000', '133947.468000', '133947.471000', '133947.474000', '133947.477000', '133947.480000', '133947.483000', '133947.486000', '133947.489000', '133947.492000', '133947.495000', '133947.498000', '133947.501000', '133947.504000', '133947.507000', '133947.511000', '133947.514000', '134007.386000', '134007.390000', '134007.393000', '134007.396000', '134007.399000', '134007.402000', '134007.405000', '134007.408000', '134007.411000', '134007.414000', '134007.417000', '134007.420000', '134007.423000', '134007.426000', '134007.429000', '134007.432000', '134007.435000', '134007.438000', '134007.441000', '134007.444000', '134007.447000', '134007.450000', '134007.453000', '134007.456000', '134007.459000', '134007.462000', '134007.465000', '134007.468000', '134007.471000', '134007.475000', '134007.478000', '134007.481000', '134007.484000', '134007.487000', '134007.490000', '134007.493000', '134007.496000', '134007.499000', '134007.502000', '134007.505000', '134007.508000', '134007.511000', '134007.514000', '134027.386000', '134027.389000', '134027.392000', '134027.395000', '134027.398000', '134027.401000', '134027.404000', '134027.407000', '134027.410000', '134027.413000', '134027.416000', '134027.419000', '134027.422000', '134027.425000', '134027.428000', '134027.431000', '134027.434000', '134027.437000', '134027.440000', '134027.443000', '134027.446000', '134027.449000', '134027.452000', '134027.455000', '134027.458000', '134027.461000', '134027.464000', '134027.467000', '134027.470000', '134027.473000', '134027.476000', '134027.479000', '134027.482000', '134027.485000', '134027.488000', '134027.491000', '134027.494000', '134027.497000', '134027.500000', '134027.503000', '134027.506000', '134027.509000', '134027.512000', '134027.515000', '134047.386000', '134047.389000', '134047.392000', '134047.395000', '134047.398000', '134047.401000', '134047.404000', '134047.407000', '134047.410000', '134047.413000', '134047.416000', '134047.419000', '134047.422000', '134047.425000', '134047.428000', '134047.431000', '134047.434000', '134047.437000', '134047.440000', '134047.443000', '134047.446000', '134047.449000', '134047.452000', '134047.455000', '134047.458000', '134047.461000', '134047.464000', '134047.467000', '134047.470000', '134047.473000', '134047.476000', '134047.479000', '134047.482000', '134047.485000', '134047.488000', '134047.491000', '134047.494000', '134047.497000', '134047.500000', '134047.503000', '134047.506000', '134047.509000', '134047.512000', '134047.514000', '134107.386000', '134107.389000', '134107.392000', '134107.395000', '134107.398000', '134107.401000', '134107.404000', '134107.407000', '134107.410000', '134107.413000', '134107.416000', '134107.419000', '134107.422000', '134107.425000', '134107.428000', '134107.431000', '134107.434000', '134107.437000', '134107.440000', '134107.443000', '134107.446000', '134107.449000', '134107.452000', '134107.455000', '134107.458000', '134107.461000', '134107.464000', '134107.467000', '134107.470000', '134107.473000', '134107.476000', '134107.479000', '134107.482000', '134107.485000', '134107.488000', '134107.491000', '134107.494000', '134107.497000', '134107.500000', '134107.503000', '134107.506000', '134107.509000', '134107.512000', '134127.386000', '134127.390000', '134127.393000', '134127.396000', '134127.399000', '134127.402000', '134127.405000', '134127.408000', '134127.411000', '134127.414000', '134127.417000', '134127.420000', '134127.423000', '134127.426000', '134127.429000', '134127.432000', '134127.443000', '134127.446000', '134127.449000', '134127.452000', '134127.456000', '134127.459000', '134127.462000', '134127.464000', '134127.467000', '134127.470000', '134127.473000', '134127.476000', '134127.479000', '134127.482000', '134127.485000', '134127.488000', '134127.491000', '134127.494000', '134127.497000', '134127.500000', '134127.503000', '134127.506000', '134127.509000', '134127.512000', '134127.515000', '134127.518000', '134127.521000', '134147.387000', '134147.390000', '134147.393000', '134147.396000', '134147.399000', '134147.402000', '134147.405000', '134147.408000', '134147.411000', '134147.414000', '134147.417000', '134147.420000', '134147.423000', '134147.426000', '134147.429000', '134147.432000', '134147.435000', '134147.438000', '134147.441000', '134147.444000', '134147.447000', '134147.450000', '134147.453000', '134147.456000', '134147.459000', '134147.462000', '134147.465000', '134147.468000', '134147.471000', '134147.474000', '134147.477000', '134147.480000', '134147.484000', '134147.486000', '134147.489000', '134147.492000', '134147.495000', '134147.498000', '134147.501000', '134147.504000', '134147.507000', '134147.510000', '134147.513000', '134147.516000', '134207.387000', '134207.390000', '134207.393000', '134207.396000', '134207.399000', '134207.402000', '134207.406000', '134207.408000', '134207.412000', '134207.416000', '134207.419000', '134207.422000', '134207.425000', '134207.428000', '134207.432000', '134207.435000', '134207.438000', '134207.442000', '134207.445000', '134207.448000', '134207.451000', '134207.454000', '134207.457000', '134207.460000', '134207.463000', '134207.466000', '134207.469000', '134207.472000', '134207.475000', '134207.478000', '134207.481000', '134207.484000', '134207.487000', '134207.490000', '134207.493000', '134207.496000', '134207.499000', '134207.502000', '134207.505000', '134207.508000', '134207.511000', '134207.514000', '134207.517000', '134227.386000', '134227.389000', '134227.392000', '134227.395000', '134227.398000', '134227.401000', '134227.404000', '134227.407000', '134227.410000', '134227.413000', '134227.416000', '134227.419000', '134227.422000', '134227.425000', '134227.428000', '134227.431000', '134227.434000', '134227.437000', '134227.440000', '134227.443000', '134227.446000', '134227.449000', '134227.452000', '134227.455000', '134227.458000', '134227.461000', '134227.464000', '134227.467000', '134227.470000', '134227.473000', '134227.476000', '134227.479000', '134227.482000', '134227.485000', '134227.488000', '134227.491000', '134227.494000', '134227.497000', '134227.500000', '134227.503000', '134227.506000', '134227.509000', '134227.512000', '134227.515000', '134247.386000', '134247.389000', '134247.392000', '134247.395000', '134247.398000', '134247.401000', '134247.404000', '134247.407000', '134247.410000', '134247.413000', '134247.416000', '134247.419000', '134247.422000', '134247.425000', '134247.428000', '134247.431000', '134247.434000', '134247.437000', '134247.442000', '134247.447000', '134247.450000', '134247.453000', '134247.456000', '134247.459000', '134247.462000', '134247.465000', '134247.468000', '134247.486000', '134247.490000', '134247.492000', '134247.495000', '134247.498000', '134247.501000', '134247.504000', '134247.507000', '134247.510000', '134247.513000', '134247.516000', '134247.519000', '134247.522000', '134247.525000', '134247.528000', '134247.531000', '134307.386000', '134307.389000', '134307.398000', '134307.401000', '134307.404000', '134307.407000', '134307.410000', '134307.413000', '134307.416000', '134307.419000', '134307.422000', '134307.425000', '134307.428000', '134307.431000', '134307.434000', '134307.437000', '134307.440000', '134307.443000', '134307.446000', '134307.449000', '134307.452000', '134307.455000', '134307.458000', '134307.461000', '134307.464000', '134307.467000', '134307.470000', '134307.473000', '134307.476000', '134307.479000', '134307.482000', '134307.485000', '134307.488000', '134307.491000', '134307.494000', '134307.497000', '134307.500000', '134307.503000', '134307.506000', '134307.509000', '134307.512000', '134307.515000', '134307.518000', '134307.521000', '134327.387000', '134327.390000', '134327.393000', '134327.396000', '134327.399000', '134327.402000', '134327.405000', '134327.408000', '134327.411000', '134327.414000', '134327.417000', '134327.420000', '134327.423000', '134327.426000', '134327.429000', '134327.432000', '134327.435000', '134327.438000', '134327.441000', '134327.444000', '134327.448000', '134327.451000', '134327.454000', '134327.457000', '134327.460000', '134327.464000', '134327.467000', '134327.470000', '134327.473000', '134327.476000', '134327.479000', '134327.482000', '134327.485000', '134327.488000', '134327.491000', '134327.494000', '134327.497000', '134327.500000', '134327.503000', '134327.506000', '134327.509000', '134327.512000', '134327.515000', '134347.386000', '134347.389000', '134347.392000', '134347.395000', '134347.398000', '134347.401000', '134347.404000', '134347.407000', '134347.410000', '134347.413000', '134347.416000', '134347.419000', '134347.422000', '134347.425000', '134347.428000', '134347.431000', '134347.434000', '134347.437000', '134347.440000', '134347.443000', '134347.446000', '134347.449000', '134347.452000', '134347.455000', '134347.458000', '134347.461000', '134347.464000', '134347.467000', '134347.470000', '134347.473000', '134347.476000', '134347.479000', '134347.482000', '134347.485000', '134347.488000', '134347.491000', '134347.494000', '134347.497000', '134347.500000', '134347.503000', '134347.506000', '134347.509000', '134347.512000', '134347.515000', '134407.387000', '134407.390000', '134407.393000', '134407.396000', '134407.399000', '134407.402000', '134407.405000', '134407.408000', '134407.411000', '134407.414000', '134407.417000', '134407.420000', '134407.423000', '134407.426000', '134407.429000', '134407.432000', '134407.435000', '134407.438000', '134407.441000', '134407.444000', '134407.447000', '134407.450000', '134407.453000', '134407.466000', '134407.469000', '134407.474000', '134407.479000', '134407.482000', '134407.485000', '134407.488000', '134407.491000', '134407.494000', '134407.497000', '134407.500000', '134407.503000', '134407.506000', '134407.509000', '134407.512000', '134407.515000', '134407.518000', '134407.521000', '134407.524000', '134407.527000', '134427.387000', '134427.390000', '134427.393000', '134427.408000', '134427.411000', '134427.414000', '134427.417000', '134427.420000', '134427.423000', '134427.426000', '134427.429000', '134427.432000', '134427.435000', '134427.438000', '134427.441000', '134427.444000', '134427.447000', '134427.450000', '134427.453000', '134427.456000', '134427.459000', '134427.462000', '134427.465000', '134427.468000', '134427.471000', '134427.474000', '134427.477000', '134427.480000', '134427.483000', '134427.486000', '134427.489000', '134427.492000', '134427.495000', '134427.499000', '134427.502000', '134427.505000', '134427.508000', '134427.511000', '134427.514000', '134427.517000', '134427.520000', '134427.523000', '134427.526000', '134427.528000', '134447.386000', '134447.389000', '134447.392000', '134447.395000', '134447.398000', '134447.401000', '134447.404000', '134447.407000', '134447.410000', '134447.413000', '134447.416000', '134447.419000', '134447.424000', '134447.427000', '134447.430000', '134447.433000', '134447.436000', '134447.439000', '134447.442000', '134447.445000', '134447.448000', '134447.451000', '134447.454000', '134447.457000', '134447.460000', '134447.463000', '134447.466000', '134447.469000', '134447.472000', '134447.475000', '134447.478000', '134447.482000', '134447.486000', '134447.489000', '134447.492000', '134447.495000', '134447.498000', '134447.501000', '134447.504000', '134447.507000', '134447.510000', '134447.513000', '134447.516000', '134459.984000', '134459.987000', '134459.990000', '134459.994000', '134459.997000', '134500.001000', '134500.004000', '134500.007000', '134500.010000', '134500.014000', '134500.017000', '134500.020000', '134500.024000', '134500.027000', '134500.030000', '134500.034000', '134500.038000', '134500.042000', '134500.046000', '134500.049000', '134500.052000', '134500.055000', '134500.058000', '134500.061000', '134500.064000', '134500.067000', '134500.070000', '134500.073000'], 'InstanceCreationTime': ['133627.434000', '133627.438000', '133627.441000', '133627.444000', '133627.448000', '133627.451000', '133627.454000', '133627.462000', '133627.466000', '133627.469000', '133627.472000', '133627.476000', '133627.479000', '133627.482000', '133627.485000', '133627.488000', '133627.491000', '133627.494000', '133627.498000', '133627.501000', '133627.504000', '133627.507000', '133627.511000', '133627.514000', '133627.517000', '133627.520000', '133627.523000', '133627.526000', '133627.529000', '133627.532000', '133627.535000', '133627.538000', '133627.541000', '133627.544000', '133627.547000', '133627.550000', '133627.553000', '133627.556000', '133627.559000', '133627.562000', '133627.565000', '133647.386000', '133647.389000', '133647.392000', '133647.395000', '133647.398000', '133647.401000', '133647.404000', '133647.407000', '133647.410000', '133647.413000', '133647.416000', '133647.419000', '133647.422000', '133647.425000', '133647.438000', '133647.441000', '133647.444000', '133647.446000', '133647.449000', '133647.452000', '133647.455000', '133647.458000', '133647.461000', '133647.464000', '133647.467000', '133647.470000', '133647.473000', '133647.476000', '133647.479000', '133647.482000', '133647.485000', '133647.488000', '133647.491000', '133647.494000', '133647.496000', '133647.499000', '133647.502000', '133647.505000', '133647.508000', '133647.511000', '133647.514000', '133647.517000', '133647.520000', '133647.523000', '133707.387000', '133707.390000', '133707.393000', '133707.396000', '133707.399000', '133707.402000', '133707.405000', '133707.408000', '133707.411000', '133707.414000', '133707.417000', '133707.420000', '133707.423000', '133707.426000', '133707.429000', '133707.432000', '133707.436000', '133707.439000', '133707.442000', '133707.445000', '133707.448000', '133707.451000', '133707.454000', '133707.457000', '133707.460000', '133707.463000', '133707.466000', '133707.469000', '133707.472000', '133707.475000', '133707.478000', '133707.481000', '133707.484000', '133707.487000', '133707.490000', '133707.493000', '133707.496000', '133707.499000', '133707.504000', '133707.508000', '133707.512000', '133707.515000', '133707.518000', '133727.387000', '133727.390000', '133727.393000', '133727.396000', '133727.399000', '133727.403000', '133727.406000', '133727.409000', '133727.412000', '133727.415000', '133727.418000', '133727.420000', '133727.424000', '133727.427000', '133727.430000', '133727.433000', '133727.436000', '133727.439000', '133727.441000', '133727.444000', '133727.447000', '133727.450000', '133727.453000', '133727.456000', '133727.459000', '133727.462000', '133727.465000', '133727.468000', '133727.471000', '133727.474000', '133727.477000', '133727.480000', '133727.483000', '133727.486000', '133727.489000', '133727.492000', '133727.495000', '133727.498000', '133727.501000', '133727.504000', '133727.507000', '133727.510000', '133727.513000', '133727.516000', '133747.386000', '133747.389000', '133747.392000', '133747.395000', '133747.398000', '133747.401000', '133747.404000', '133747.407000', '133747.410000', '133747.413000', '133747.416000', '133747.419000', '133747.422000', '133747.425000', '133747.428000', '133747.431000', '133747.434000', '133747.437000', '133747.440000', '133747.443000', '133747.455000', '133747.458000', '133747.461000', '133747.464000', '133747.467000', '133747.470000', '133747.473000', '133747.476000', '133747.479000', '133747.482000', '133747.485000', '133747.488000', '133747.491000', '133747.494000', '133747.497000', '133747.500000', '133747.503000', '133747.508000', '133747.512000', '133747.515000', '133747.518000', '133747.521000', '133747.524000', '133807.386000', '133807.389000', '133807.392000', '133807.395000', '133807.398000', '133807.401000', '133807.404000', '133807.407000', '133807.410000', '133807.413000', '133807.416000', '133807.419000', '133807.422000', '133807.425000', '133807.428000', '133807.431000', '133807.434000', '133807.437000', '133807.440000', '133807.443000', '133807.446000', '133807.449000', '133807.452000', '133807.455000', '133807.458000', '133807.461000', '133807.464000', '133807.474000', '133807.477000', '133807.480000', '133807.483000', '133807.486000', '133807.489000', '133807.492000', '133807.495000', '133807.498000', '133807.501000', '133807.503000', '133807.507000', '133807.510000', '133807.513000', '133807.515000', '133807.518000', '133807.521000', '133827.386000', '133827.389000', '133827.392000', '133827.395000', '133827.398000', '133827.401000', '133827.404000', '133827.407000', '133827.410000', '133827.428000', '133827.431000', '133827.434000', '133827.437000', '133827.440000', '133827.443000', '133827.446000', '133827.449000', '133827.452000', '133827.455000', '133827.458000', '133827.461000', '133827.464000', '133827.467000', '133827.471000', '133827.474000', '133827.477000', '133827.480000', '133827.483000', '133827.486000', '133827.489000', '133827.492000', '133827.495000', '133827.498000', '133827.501000', '133827.504000', '133827.507000', '133827.510000', '133827.513000', '133827.516000', '133827.519000', '133827.522000', '133827.525000', '133827.529000', '133847.386000', '133847.389000', '133847.392000', '133847.395000', '133847.398000', '133847.401000', '133847.404000', '133847.407000', '133847.410000', '133847.413000', '133847.416000', '133847.419000', '133847.422000', '133847.425000', '133847.428000', '133847.431000', '133847.434000', '133847.437000', '133847.440000', '133847.443000', '133847.446000', '133847.449000', '133847.452000', '133847.455000', '133847.458000', '133847.461000', '133847.464000', '133847.467000', '133847.470000', '133847.473000', '133847.476000', '133847.479000', '133847.482000', '133847.485000', '133847.488000', '133847.491000', '133847.494000', '133847.497000', '133847.500000', '133847.503000', '133847.506000', '133847.509000', '133847.512000', '133847.515000', '133907.386000', '133907.389000', '133907.392000', '133907.395000', '133907.398000', '133907.401000', '133907.404000', '133907.407000', '133907.410000', '133907.413000', '133907.416000', '133907.419000', '133907.422000', '133907.425000', '133907.428000', '133907.431000', '133907.434000', '133907.437000', '133907.440000', '133907.443000', '133907.446000', '133907.449000', '133907.452000', '133907.455000', '133907.458000', '133907.461000', '133907.464000', '133907.467000', '133907.470000', '133907.473000', '133907.476000', '133907.479000', '133907.482000', '133907.485000', '133907.488000', '133907.491000', '133907.494000', '133907.497000', '133907.500000', '133907.503000', '133907.506000', '133907.509000', '133907.512000', '133927.387000', '133927.390000', '133927.393000', '133927.396000', '133927.399000', '133927.402000', '133927.405000', '133927.408000', '133927.411000', '133927.414000', '133927.417000', '133927.420000', '133927.423000', '133927.426000', '133927.429000', '133927.432000', '133927.435000', '133927.438000', '133927.441000', '133927.444000', '133927.447000', '133927.450000', '133927.453000', '133927.456000', '133927.459000', '133927.462000', '133927.465000', '133927.468000', '133927.471000', '133927.474000', '133927.477000', '133927.480000', '133927.483000', '133927.486000', '133927.489000', '133927.492000', '133927.495000', '133927.498000', '133927.501000', '133927.504000', '133927.507000', '133927.510000', '133927.513000', '133927.516000', '133947.387000', '133947.390000', '133947.393000', '133947.396000', '133947.399000', '133947.402000', '133947.405000', '133947.408000', '133947.411000', '133947.414000', '133947.417000', '133947.420000', '133947.423000', '133947.426000', '133947.429000', '133947.432000', '133947.435000', '133947.438000', '133947.441000', '133947.444000', '133947.447000', '133947.450000', '133947.453000', '133947.456000', '133947.459000', '133947.462000', '133947.465000', '133947.468000', '133947.471000', '133947.474000', '133947.477000', '133947.480000', '133947.483000', '133947.486000', '133947.489000', '133947.492000', '133947.495000', '133947.498000', '133947.501000', '133947.504000', '133947.507000', '133947.511000', '133947.514000', '134007.386000', '134007.390000', '134007.393000', '134007.396000', '134007.399000', '134007.402000', '134007.405000', '134007.408000', '134007.411000', '134007.414000', '134007.417000', '134007.420000', '134007.423000', '134007.426000', '134007.429000', '134007.432000', '134007.435000', '134007.438000', '134007.441000', '134007.444000', '134007.447000', '134007.450000', '134007.453000', '134007.456000', '134007.459000', '134007.462000', '134007.465000', '134007.468000', '134007.471000', '134007.475000', '134007.478000', '134007.481000', '134007.484000', '134007.487000', '134007.490000', '134007.493000', '134007.496000', '134007.499000', '134007.502000', '134007.505000', '134007.508000', '134007.511000', '134007.514000', '134027.386000', '134027.389000', '134027.392000', '134027.395000', '134027.398000', '134027.401000', '134027.404000', '134027.407000', '134027.410000', '134027.413000', '134027.416000', '134027.419000', '134027.422000', '134027.425000', '134027.428000', '134027.431000', '134027.434000', '134027.437000', '134027.440000', '134027.443000', '134027.446000', '134027.449000', '134027.452000', '134027.455000', '134027.458000', '134027.461000', '134027.464000', '134027.467000', '134027.470000', '134027.473000', '134027.476000', '134027.479000', '134027.482000', '134027.485000', '134027.488000', '134027.491000', '134027.494000', '134027.497000', '134027.500000', '134027.503000', '134027.506000', '134027.509000', '134027.512000', '134027.515000', '134047.386000', '134047.389000', '134047.392000', '134047.395000', '134047.398000', '134047.401000', '134047.404000', '134047.407000', '134047.410000', '134047.413000', '134047.416000', '134047.419000', '134047.422000', '134047.425000', '134047.428000', '134047.431000', '134047.434000', '134047.437000', '134047.440000', '134047.443000', '134047.446000', '134047.449000', '134047.452000', '134047.455000', '134047.458000', '134047.461000', '134047.464000', '134047.467000', '134047.470000', '134047.473000', '134047.476000', '134047.479000', '134047.482000', '134047.485000', '134047.488000', '134047.491000', '134047.494000', '134047.497000', '134047.500000', '134047.503000', '134047.506000', '134047.509000', '134047.512000', '134047.514000', '134107.386000', '134107.389000', '134107.392000', '134107.395000', '134107.398000', '134107.401000', '134107.404000', '134107.407000', '134107.410000', '134107.413000', '134107.416000', '134107.419000', '134107.422000', '134107.425000', '134107.428000', '134107.431000', '134107.434000', '134107.437000', '134107.440000', '134107.443000', '134107.446000', '134107.449000', '134107.452000', '134107.455000', '134107.458000', '134107.461000', '134107.464000', '134107.467000', '134107.470000', '134107.473000', '134107.476000', '134107.479000', '134107.482000', '134107.485000', '134107.488000', '134107.491000', '134107.494000', '134107.497000', '134107.500000', '134107.503000', '134107.506000', '134107.509000', '134107.512000', '134127.386000', '134127.390000', '134127.393000', '134127.396000', '134127.399000', '134127.402000', '134127.405000', '134127.408000', '134127.411000', '134127.414000', '134127.417000', '134127.420000', '134127.423000', '134127.426000', '134127.429000', '134127.432000', '134127.443000', '134127.446000', '134127.449000', '134127.452000', '134127.456000', '134127.459000', '134127.462000', '134127.464000', '134127.467000', '134127.470000', '134127.473000', '134127.476000', '134127.479000', '134127.482000', '134127.485000', '134127.488000', '134127.491000', '134127.494000', '134127.497000', '134127.500000', '134127.503000', '134127.506000', '134127.509000', '134127.512000', '134127.515000', '134127.518000', '134127.521000', '134147.387000', '134147.390000', '134147.393000', '134147.396000', '134147.399000', '134147.402000', '134147.405000', '134147.408000', '134147.411000', '134147.414000', '134147.417000', '134147.420000', '134147.423000', '134147.426000', '134147.429000', '134147.432000', '134147.435000', '134147.438000', '134147.441000', '134147.444000', '134147.447000', '134147.450000', '134147.453000', '134147.456000', '134147.459000', '134147.462000', '134147.465000', '134147.468000', '134147.471000', '134147.474000', '134147.477000', '134147.480000', '134147.484000', '134147.486000', '134147.489000', '134147.492000', '134147.495000', '134147.498000', '134147.501000', '134147.504000', '134147.507000', '134147.510000', '134147.513000', '134147.516000', '134207.387000', '134207.390000', '134207.393000', '134207.396000', '134207.399000', '134207.402000', '134207.406000', '134207.408000', '134207.412000', '134207.416000', '134207.419000', '134207.422000', '134207.425000', '134207.428000', '134207.432000', '134207.435000', '134207.438000', '134207.442000', '134207.445000', '134207.448000', '134207.451000', '134207.454000', '134207.457000', '134207.460000', '134207.463000', '134207.466000', '134207.469000', '134207.472000', '134207.475000', '134207.478000', '134207.481000', '134207.484000', '134207.487000', '134207.490000', '134207.493000', '134207.496000', '134207.499000', '134207.502000', '134207.505000', '134207.508000', '134207.511000', '134207.514000', '134207.517000', '134227.386000', '134227.389000', '134227.392000', '134227.395000', '134227.398000', '134227.401000', '134227.404000', '134227.407000', '134227.410000', '134227.413000', '134227.416000', '134227.419000', '134227.422000', '134227.425000', '134227.428000', '134227.431000', '134227.434000', '134227.437000', '134227.440000', '134227.443000', '134227.446000', '134227.449000', '134227.452000', '134227.455000', '134227.458000', '134227.461000', '134227.464000', '134227.467000', '134227.470000', '134227.473000', '134227.476000', '134227.479000', '134227.482000', '134227.485000', '134227.488000', '134227.491000', '134227.494000', '134227.497000', '134227.500000', '134227.503000', '134227.506000', '134227.509000', '134227.512000', '134227.515000', '134247.386000', '134247.389000', '134247.392000', '134247.395000', '134247.398000', '134247.401000', '134247.404000', '134247.407000', '134247.410000', '134247.413000', '134247.416000', '134247.419000', '134247.422000', '134247.425000', '134247.428000', '134247.431000', '134247.434000', '134247.437000', '134247.442000', '134247.447000', '134247.450000', '134247.453000', '134247.456000', '134247.459000', '134247.462000', '134247.465000', '134247.468000', '134247.486000', '134247.490000', '134247.492000', '134247.495000', '134247.498000', '134247.501000', '134247.504000', '134247.507000', '134247.510000', '134247.513000', '134247.516000', '134247.519000', '134247.522000', '134247.525000', '134247.528000', '134247.531000', '134307.386000', '134307.389000', '134307.398000', '134307.401000', '134307.404000', '134307.407000', '134307.410000', '134307.413000', '134307.416000', '134307.419000', '134307.422000', '134307.425000', '134307.428000', '134307.431000', '134307.434000', '134307.437000', '134307.440000', '134307.443000', '134307.446000', '134307.449000', '134307.452000', '134307.455000', '134307.458000', '134307.461000', '134307.464000', '134307.467000', '134307.470000', '134307.473000', '134307.476000', '134307.479000', '134307.482000', '134307.485000', '134307.488000', '134307.491000', '134307.494000', '134307.497000', '134307.500000', '134307.503000', '134307.506000', '134307.509000', '134307.512000', '134307.515000', '134307.518000', '134307.521000', '134327.387000', '134327.390000', '134327.393000', '134327.396000', '134327.399000', '134327.402000', '134327.405000', '134327.408000', '134327.411000', '134327.414000', '134327.417000', '134327.420000', '134327.423000', '134327.426000', '134327.429000', '134327.432000', '134327.435000', '134327.438000', '134327.441000', '134327.444000', '134327.448000', '134327.451000', '134327.454000', '134327.457000', '134327.460000', '134327.464000', '134327.467000', '134327.470000', '134327.473000', '134327.476000', '134327.479000', '134327.482000', '134327.485000', '134327.488000', '134327.491000', '134327.494000', '134327.497000', '134327.500000', '134327.503000', '134327.506000', '134327.509000', '134327.512000', '134327.515000', '134347.386000', '134347.389000', '134347.392000', '134347.395000', '134347.398000', '134347.401000', '134347.404000', '134347.407000', '134347.410000', '134347.413000', '134347.416000', '134347.419000', '134347.422000', '134347.425000', '134347.428000', '134347.431000', '134347.434000', '134347.437000', '134347.440000', '134347.443000', '134347.446000', '134347.449000', '134347.452000', '134347.455000', '134347.458000', '134347.461000', '134347.464000', '134347.467000', '134347.470000', '134347.473000', '134347.476000', '134347.479000', '134347.482000', '134347.485000', '134347.488000', '134347.491000', '134347.494000', '134347.497000', '134347.500000', '134347.503000', '134347.506000', '134347.509000', '134347.512000', '134347.515000', '134407.387000', '134407.390000', '134407.393000', '134407.396000', '134407.399000', '134407.402000', '134407.405000', '134407.408000', '134407.411000', '134407.414000', '134407.417000', '134407.420000', '134407.423000', '134407.426000', '134407.429000', '134407.432000', '134407.435000', '134407.438000', '134407.441000', '134407.444000', '134407.447000', '134407.450000', '134407.453000', '134407.466000', '134407.469000', '134407.474000', '134407.479000', '134407.482000', '134407.485000', '134407.488000', '134407.491000', '134407.494000', '134407.497000', '134407.500000', '134407.503000', '134407.506000', '134407.509000', '134407.512000', '134407.515000', '134407.518000', '134407.521000', '134407.524000', '134407.527000', '134427.387000', '134427.390000', '134427.393000', '134427.408000', '134427.411000', '134427.414000', '134427.417000', '134427.420000', '134427.423000', '134427.426000', '134427.429000', '134427.432000', '134427.435000', '134427.438000', '134427.441000', '134427.444000', '134427.447000', '134427.450000', '134427.453000', '134427.456000', '134427.459000', '134427.462000', '134427.465000', '134427.468000', '134427.471000', '134427.474000', '134427.477000', '134427.480000', '134427.483000', '134427.486000', '134427.489000', '134427.492000', '134427.495000', '134427.499000', '134427.502000', '134427.505000', '134427.508000', '134427.511000', '134427.514000', '134427.517000', '134427.520000', '134427.523000', '134427.526000', '134427.528000', '134447.386000', '134447.389000', '134447.392000', '134447.395000', '134447.398000', '134447.401000', '134447.404000', '134447.407000', '134447.410000', '134447.413000', '134447.416000', '134447.419000', '134447.424000', '134447.427000', '134447.430000', '134447.433000', '134447.436000', '134447.439000', '134447.442000', '134447.445000', '134447.448000', '134447.451000', '134447.454000', '134447.457000', '134447.460000', '134447.463000', '134447.466000', '134447.469000', '134447.472000', '134447.475000', '134447.478000', '134447.482000', '134447.486000', '134447.489000', '134447.492000', '134447.495000', '134447.498000', '134447.501000', '134447.504000', '134447.507000', '134447.510000', '134447.513000', '134447.516000', '134459.984000', '134459.987000', '134459.990000', '134459.994000', '134459.997000', '134500.001000', '134500.004000', '134500.007000', '134500.010000', '134500.014000', '134500.017000', '134500.020000', '134500.024000', '134500.027000', '134500.030000', '134500.034000', '134500.038000', '134500.042000', '134500.046000', '134500.049000', '134500.052000', '134500.055000', '134500.058000', '134500.061000', '134500.064000', '134500.067000', '134500.070000', '134500.073000'], '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': [18737, 13796, 10433, 17340, 13863, 9871, 14412, 10881, 8712, 14960, 10516, 8676, 17943, 10706, 8497, 14908, 9660, 8502, 13822, 9683, 9220, 15005, 9143, 8876, 11996, 9681, 8290, 14685, 10752, 8744, 13983, 11007, 8635, 15785, 10877, 8965, 17600, 12405, 9106, 10841, 10747, 8925, 14493, 11259, 9199, 17870, 12189, 8382, 16421, 10649, 8463, 15337, 10153, 8814, 15552, 10763, 8553, 12047, 9492, 8275, 13976, 9173, 8284, 12768, 9067, 8320, 11648, 9352, 9402, 12721, 9143, 7871, 12058, 9085, 8624, 15151, 9309, 8195, 13997, 9196, 8989, 14617, 9697, 12294, 13639, 9112, 8753, 12863, 9340, 9807, 15476, 9579, 8185, 12354, 9815, 8717, 14792, 10492, 8649, 15657, 10196, 8964, 14532, 10641, 9462, 16726, 12750, 9334, 13075, 11313, 9264, 16619, 12765, 8773, 18621, 12504, 8238, 15853, 9990, 8525, 14526, 9952, 8483, 15587, 9376, 8575, 14361, 9761, 8530, 16972, 11394, 8748, 14566, 10595, 8995, 17110, 12523, 8936, 13956, 10718, 9139, 15658, 11208, 9529, 12950, 10491, 9065, 11984, 10662, 9996, 16700, 12094, 8966, 15370, 10321, 8344, 16041, 10358, 8369, 14989, 9719, 8389, 13485, 9596, 8189, 14437, 9173, 7943, 11993, 9029, 8101, 13797, 9417, 9080, 15499, 9575, 8584, 14587, 9362, 13052, 13843, 9132, 8546, 11813, 9103, 8261, 15182, 10603, 8408, 15948, 10332, 9418, 13374, 11450, 9687, 15521, 13095, 8911, 10898, 12963, 9248, 13943, 13965, 9267, 14583, 12702, 9220, 14151, 11196, 8759, 17899, 12979, 8610, 14563, 10316, 8920, 14825, 10375, 8627, 16846, 10025, 8451, 14660, 9695, 10716, 13725, 9139, 12918, 11423, 9028, 12619, 11536, 10048, 15571, 12938, 9130, 10228, 11080, 8890, 9312, 16115, 11478, 8270, 12530, 11382, 9374, 8562, 16774, 12146, 9165, 10821, 13713, 9471, 8791, 14960, 9386, 8483, 12681, 9614, 8688, 13400, 10118, 8467, 16200, 10189, 8862, 16587, 10302, 8339, 15303, 10077, 8269, 14510, 9235, 8224, 13931, 9484, 9215, 15620, 9745, 8182, 14426, 9347, 8106, 14475, 9644, 10845, 15193, 9324, 8372, 13819, 9385, 9038, 14367, 9514, 10751, 15309, 9352, 8180, 15863, 10006, 8248, 17465, 12121, 9005, 12096, 10936, 9605, 13372, 14250, 9427, 8442, 13705, 9373, 8134, 15374, 9438, 10465, 16046, 9388, 7849, 14549, 9239, 9077, 16250, 10903, 10105, 15544, 9338, 7877, 14052, 9458, 8109, 14906, 9360, 7998, 12923, 9032, 8258, 13525, 9067, 8507, 14590, 9071, 8084, 11029, 9112, 11099, 11033, 9046, 17288, 11048, 8177, 16305, 9675, 8362, 14624, 9926, 8216, 13511, 9377, 8278, 13277, 9820, 8907, 17035, 9991, 8758, 11681, 10872, 9404, 12432, 12919, 9221, 8516, 12788, 9347, 8481, 14307, 9627, 12215, 14408, 9201, 11328, 13118, 9239, 15114, 12832, 9949, 14280, 10960, 9784, 14951, 11509, 10398, 13820, 11871, 9155, 9932, 11360, 9473, 13042, 14781, 9395, 8156, 13100, 9342, 9082, 15380, 10035, 12104, 15696, 9369, 8235, 13545, 9703, 8841, 14748, 9667, 9197, 11738, 9459, 9060, 12072, 9670, 13893, 12954, 9217, 9759, 11565, 9431, 13863, 12125, 10069, 13799, 10581, 9390, 16702, 10156, 8555, 16155, 10586, 8674, 14070, 9652, 8605, 13857, 9748, 9012, 14806, 9468, 8536, 13503, 10076, 8539, 17506, 9898, 8695, 13488, 10466, 10005, 16020, 12298, 10027, 12791, 11176, 9806, 14373, 11730, 9456, 16869, 12797, 8655, 15862, 10328, 8522, 17155, 12080, 8493, 17060, 10237, 8425, 15956, 9973, 8712, 16556, 11396, 9272, 14521, 10550, 8311, 15062, 10022, 8586, 14114, 9441, 8207, 11624, 9585, 9519, 12232, 9453, 8413, 12107, 9453, 8052, 13673, 9652, 8431, 14983, 9547, 8492, 14591, 10569, 8310, 13580, 10147, 9931, 11809, 11555, 9218, 10867, 12625, 9197, 8702, 15206, 10347, 8320, 15949, 10634, 9329, 12957, 12007, 9529, 14604, 12875, 9127, 10989, 11788, 9369, 15403, 12734, 9363, 16546, 10332, 8322, 15836, 10041, 8466, 16373, 10067, 8093, 13825, 9723, 8175, 14044, 9975, 8641, 14858, 9199, 8471, 12754, 9428, 13281, 13554, 9028, 12033, 11146, 8674, 12392, 11631, 9350, 13042, 11682, 8962, 9553, 11281, 9480, 13866, 12043, 8763, 9616, 11428, 8964, 11222, 12647, 9528, 8657, 14353, 9572, 8154, 15321, 11398, 8540, 18155, 12987, 8477, 16385, 11893, 8316, 17998, 13324, 9231, 17694, 10630, 8249, 16744, 12269, 8236, 15754, 10334, 9129, 12432, 11144, 9431, 13392, 12069, 8880, 9512, 11052, 9205, 13596, 11570, 9590, 13595, 10961, 9572, 13460, 11267, 9968, 12990, 11679, 9260, 8456, 13675, 9526, 8575, 16880, 11503, 8282, 13853, 11075, 9833, 14470, 13604, 9243, 12770, 12349, 9101, 14688, 12062, 9689, 14335, 11658, 9514, 13947, 11374, 9622, 15888, 12975, 9500, 10651, 10979, 9390, 11833, 12575, 9224, 11370, 11065, 8999, 9971, 11025, 9469, 12316, 13037, 9260, 7825, 13279, 9213, 9391, 15541, 9424, 8127, 11725, 9165, 8133, 12934, 9565, 10529, 13454, 8863, 8671, 11357, 8839, 11522, 13189, 9648, 15742, 12919, 8512, 17602, 11172, 8795, 15396, 9980, 8377, 14108, 9047, 8279, 13010, 9641, 10190, 12266, 9308, 9847, 11772, 9748, 14651, 11898, 9575, 14239, 10454, 8504, 16531, 11429, 8490, 17694, 10217, 7975, 17117, 10170, 8059, 15195, 10158, 8093, 16303, 9926, 8033, 14265, 10481, 10750, 12509, 12757, 9292, 8570, 15215, 9935, 8545, 15673, 11989, 8107, 17200, 10729, 8292, 16495, 11689, 8608, 16315, 11022, 8375, 14290, 9428, 8058, 13884, 9420, 9194, 15043, 8974, 8186, 14923, 9206, 8769, 16379, 11418, 7890, 15470, 9818, 8261, 16882, 11970, 8333, 13668, 10681, 9151, 12622, 12075, 9874, 14513, 12747, 8908, 9437, 11829, 8887, 10671, 13756, 9074, 9653, 13469, 9013, 7848, 13171, 9267, 8145, 15842, 9146, 8132, 15610, 9806, 8164, 15614, 11499, 8663, 12990, 10476, 8466, 15504, 9885, 9161, 14212, 8905, 9603, 12122, 8985, 13953, 12700, 8834, 10922, 10302, 8566, 9649, 10379, 8923, 13845, 11694, 8531, 11728, 10503, 8021, 16168, 10461, 10419, 16360, 9028, 8277, 13021, 8807, 9445, 13951, 8897, 9683, 11621, 8634, 13054, 11815, 9416, 15888, 12902, 8453, 15157, 10921, 7865, 17071, 12947, 8718, 9654, 10649, 8757, 8794, 14905, 10428, 7785, 16306, 9091, 7965, 16446, 11051, 8179, 15141, 11594, 9283, 12619, 11319, 9142, 17268, 13524, 9394, 16021, 9703, 7891, 15353, 10343, 8388, 15841, 9257, 7621, 13443, 9065, 8143, 14218, 9932, 8159, 15055, 9136, 8435, 14974, 8812, 14158, 13649, 9086, 12235, 11001, 9029, 13560, 11367, 9891, 14291, 12843, 8654, 10466, 10813, 9679, 14479, 11477, 9499, 12672, 9997, 8991, 14419, 9800, 7977, 16468, 9942, 7873, 15953, 11180, 8345, 16037, 12730, 8547, 11395, 10786, 8821, 16464, 10375, 7759, 16366, 9937, 7807, 14587, 9488, 16413, 12943, 9230, 15327, 8569, 15184, 10693, 8004, 16246, 8793, 7924, 12660, 8873, 10836, 12323, 9187, 17809, 9900, 11009, 11230, 7694, 14830, 9306, 15222, 9313, 7864, 12127, 9225, 10254, 10343, 9453, 15842, 9474, 7790, 13625, 9455, 9419, 11065, 9408, 9586, 10684, 9007, 9261, 10669, 9365, 11201, 11029, 9511, 8233, 12423, 9512, 8674, 14650, 10046, 7618, 15871, 9901, 7773, 16790, 11845, 9646, 12171, 11729, 9263, 11034, 15090, 10610, 12698, 16089, 10748, 9180, 15325, 10156, 12648, 13178, 9387, 13336, 13040, 8787, 10683, 11764, 9913, 15705, 12787, 9082, 16747, 10114, 8343, 13572, 9483, 10096, 13817, 9170, 9223, 11491, 8986, 11817, 11289, 10292, 13469, 11307, 9548, 11190, 11271, 10304, 16519, 12759, 8773, 15958, 9468, 8405, 14518, 9726, 8879, 15035, 9308, 8814, 11182, 9203, 12312, 11138, 9700, 11780, 10225, 9639, 13554, 9971, 8312, 17781, 12182, 8331, 14186, 9431, 9030, 13771, 9177, 13426, 12153, 9167, 10580, 10466, 10181, 15267, 11687, 9298, 14233, 9535, 8026, 15292, 9911, 8623, 15328, 9184, 8478, 12570, 9297, 11235, 10489, 10287, 16121, 10157, 7590, 15657, 9747, 8615, 12035, 9728, 8477, 11376, 9529, 8931, 10799, 9764, 14333, 11652, 8830, 16660, 9697, 7735, 14754, 9767, 8663, 15772, 9688, 8232, 13429, 9242, 8154, 12599, 9801, 8318, 13046, 9418, 7946, 13120, 10453, 8621, 11927, 10527, 9249, 8236, 11569, 9737, 12598, 13770, 9001], 'WindowCenter': [4351.0, 4304.0, 4270.0, 4297.0, 4274.0, 4232.0, 4271.0, 4239.0, 4209.0, 4270.0, 4240.0, 4207.0, 4278.0, 4228.0, 4207.0, 4258.0, 4217.0, 4207.0, 4257.0, 4217.0, 4216.0, 4258.0, 4217.0, 4207.0, 4249.0, 4229.0, 4209.0, 4269.0, 4240.0, 4222.0, 4270.0, 4241.0, 4210.0, 4270.0, 4241.0, 4223.0, 4281.0, 4261.0, 4221.0, 4240.0, 4240.0, 4219.0, 4260.0, 4238.0, 4221.0, 4283.0, 4250.0, 4209.0, 4270.0, 4227.0, 4210.0, 4269.0, 4229.0, 4220.0, 4270.0, 4239.0, 4221.0, 4260.0, 4230.0, 4210.0, 4270.0, 4220.0, 4210.0, 4258.0, 4220.0, 4220.0, 4250.0, 4232.0, 4232.0, 4262.0, 4230.0, 4210.0, 4262.0, 4232.0, 4223.0, 4271.0, 4231.0, 4222.0, 4271.0, 4232.0, 4232.0, 4272.0, 4231.0, 4261.0, 4271.0, 4232.0, 4222.0, 4263.0, 4232.0, 4242.0, 4282.0, 4243.0, 4222.0, 4264.0, 4243.0, 4232.0, 4284.0, 4254.0, 4234.0, 4284.0, 4242.0, 4233.0, 4273.0, 4252.0, 4245.0, 4282.0, 4263.0, 4234.0, 4274.0, 4251.0, 4232.0, 4283.0, 4263.0, 4222.0, 4293.0, 4261.0, 4222.0, 4283.0, 4231.0, 4221.0, 4272.0, 4232.0, 4220.0, 4280.0, 4231.0, 4221.0, 4272.0, 4243.0, 4223.0, 4294.0, 4253.0, 4223.0, 4283.0, 4253.0, 4233.0, 4284.0, 4261.0, 4221.0, 4271.0, 4241.0, 4233.0, 4283.0, 4252.0, 4231.0, 4263.0, 4241.0, 4220.0, 4262.0, 4251.0, 4243.0, 4282.0, 4263.0, 4233.0, 4282.0, 4240.0, 4221.0, 4283.0, 4243.0, 4210.0, 4272.0, 4231.0, 4210.0, 4261.0, 4242.0, 4222.0, 4272.0, 4230.0, 4210.0, 4251.0, 4221.0, 4223.0, 4274.0, 4232.0, 4232.0, 4284.0, 4232.0, 4222.0, 4284.0, 4235.0, 4263.0, 4272.0, 4234.0, 4222.0, 4252.0, 4232.0, 4222.0, 4284.0, 4254.0, 4224.0, 4295.0, 4243.0, 4233.0, 4273.0, 4264.0, 4245.0, 4285.0, 4274.0, 4234.0, 4252.0, 4262.0, 4232.0, 4274.0, 4273.0, 4222.0, 4272.0, 4261.0, 4231.0, 4271.0, 4252.0, 4222.0, 4280.0, 4259.0, 4210.0, 4268.0, 4229.0, 4233.0, 4284.0, 4242.0, 4222.0, 4293.0, 4241.0, 4222.0, 4272.0, 4246.0, 4254.0, 4272.0, 4233.0, 4263.0, 4252.0, 4233.0, 4263.0, 4253.0, 4243.0, 4282.0, 4262.0, 4232.0, 4241.0, 4252.0, 4232.0, 4232.0, 4282.0, 4252.0, 4221.0, 4276.0, 4265.0, 4232.0, 4222.0, 4284.0, 4262.0, 4220.0, 4240.0, 4261.0, 4233.0, 4222.0, 4270.0, 4218.0, 4221.0, 4249.0, 4231.0, 4219.0, 4263.0, 4240.0, 4210.0, 4281.0, 4239.0, 4220.0, 4280.0, 4239.0, 4223.0, 4284.0, 4232.0, 4210.0, 4271.0, 4230.0, 4210.0, 4271.0, 4231.0, 4232.0, 4272.0, 4232.0, 4210.0, 4272.0, 4231.0, 4212.0, 4273.0, 4233.0, 4252.0, 4272.0, 4232.0, 4222.0, 4272.0, 4233.0, 4234.0, 4273.0, 4244.0, 4254.0, 4284.0, 4233.0, 4222.0, 4284.0, 4244.0, 4225.0, 4296.0, 4263.0, 4233.0, 4262.0, 4251.0, 4245.0, 4273.0, 4274.0, 4233.0, 4223.0, 4273.0, 4231.0, 4212.0, 4283.0, 4230.0, 4242.0, 4282.0, 4231.0, 4211.0, 4271.0, 4230.0, 4221.0, 4280.0, 4242.0, 4242.0, 4271.0, 4219.0, 4200.0, 4259.0, 4231.0, 4211.0, 4269.0, 4219.0, 4209.0, 4260.0, 4219.0, 4209.0, 4261.0, 4232.0, 4222.0, 4271.0, 4220.0, 4210.0, 4241.0, 4220.0, 4251.0, 4240.0, 4221.0, 4281.0, 4251.0, 4210.0, 4283.0, 4232.0, 4222.0, 4271.0, 4241.0, 4211.0, 4261.0, 4231.0, 4222.0, 4273.0, 4242.0, 4233.0, 4294.0, 4244.0, 4222.0, 4262.0, 4253.0, 4246.0, 4263.0, 4263.0, 4232.0, 4223.0, 4262.0, 4233.0, 4237.0, 4286.0, 4245.0, 4265.0, 4274.0, 4233.0, 4252.0, 4273.0, 4233.0, 4273.0, 4262.0, 4242.0, 4272.0, 4242.0, 4242.0, 4284.0, 4253.0, 4241.0, 4271.0, 4263.0, 4231.0, 4241.0, 4251.0, 4231.0, 4261.0, 4272.0, 4231.0, 4213.0, 4261.0, 4231.0, 4233.0, 4282.0, 4242.0, 4262.0, 4281.0, 4220.0, 4211.0, 4261.0, 4232.0, 4220.0, 4272.0, 4231.0, 4230.0, 4250.0, 4230.0, 4230.0, 4252.0, 4232.0, 4259.0, 4260.0, 4220.0, 4228.0, 4249.0, 4230.0, 4260.0, 4250.0, 4230.0, 4260.0, 4239.0, 4230.0, 4281.0, 4240.0, 4219.0, 4272.0, 4240.0, 4210.0, 4260.0, 4230.0, 4221.0, 4261.0, 4229.0, 4220.0, 4272.0, 4231.0, 4223.0, 4272.0, 4241.0, 4221.0, 4291.0, 4230.0, 4223.0, 4270.0, 4241.0, 4243.0, 4282.0, 4263.0, 4243.0, 4262.0, 4250.0, 4244.0, 4284.0, 4252.0, 4231.0, 4281.0, 4260.0, 4219.0, 4270.0, 4230.0, 4221.0, 4281.0, 4251.0, 4220.0, 4280.0, 4229.0, 4209.0, 4281.0, 4230.0, 4220.0, 4281.0, 4250.0, 4230.0, 4269.0, 4239.0, 4210.0, 4273.0, 4230.0, 4220.0, 4261.0, 4230.0, 4209.0, 4249.0, 4231.0, 4230.0, 4249.0, 4230.0, 4210.0, 4261.0, 4231.0, 4223.0, 4273.0, 4242.0, 4222.0, 4283.0, 4242.0, 4235.0, 4284.0, 4254.0, 4222.0, 4274.0, 4253.0, 4257.0, 4266.0, 4264.0, 4244.0, 4269.0, 4276.0, 4244.0, 4234.0, 4295.0, 4255.0, 4224.0, 4295.0, 4254.0, 4245.0, 4274.0, 4265.0, 4243.0, 4285.0, 4272.0, 4233.0, 4251.0, 4263.0, 4245.0, 4282.0, 4262.0, 4232.0, 4282.0, 4240.0, 4212.0, 4282.0, 4241.0, 4222.0, 4284.0, 4241.0, 4211.0, 4271.0, 4231.0, 4224.0, 4272.0, 4242.0, 4222.0, 4272.0, 4232.0, 4223.0, 4263.0, 4234.0, 4273.0, 4273.0, 4231.0, 4263.0, 4251.0, 4220.0, 4262.0, 4254.0, 4231.0, 4273.0, 4263.0, 4234.0, 4241.0, 4263.0, 4245.0, 4274.0, 4276.0, 4234.0, 4244.0, 4263.0, 4235.0, 4265.0, 4275.0, 4245.0, 4236.0, 4284.0, 4244.0, 4223.0, 4284.0, 4264.0, 4235.0, 4295.0, 4275.0, 4222.0, 4283.0, 4264.0, 4236.0, 4295.0, 4274.0, 4233.0, 4294.0, 4241.0, 4224.0, 4283.0, 4261.0, 4222.0, 4281.0, 4241.0, 4231.0, 4264.0, 4254.0, 4232.0, 4261.0, 4251.0, 4221.0, 4233.0, 4251.0, 4231.0, 4273.0, 4251.0, 4242.0, 4274.0, 4241.0, 4232.0, 4272.0, 4253.0, 4241.0, 4271.0, 4252.0, 4232.0, 4220.0, 4274.0, 4244.0, 4234.0, 4294.0, 4263.0, 4222.0, 4273.0, 4251.0, 4256.0, 4273.0, 4273.0, 4231.0, 4262.0, 4261.0, 4232.0, 4273.0, 4250.0, 4230.0, 4270.0, 4250.0, 4230.0, 4271.0, 4252.0, 4229.0, 4270.0, 4260.0, 4230.0, 4239.0, 4240.0, 4221.0, 4249.0, 4249.0, 4218.0, 4239.0, 4250.0, 4219.0, 4231.0, 4240.0, 4230.0, 4250.0, 4261.0, 4230.0, 4201.0, 4262.0, 4232.0, 4231.0, 4270.0, 4222.0, 4210.0, 4250.0, 4230.0, 4211.0, 4262.0, 4232.0, 4242.0, 4272.0, 4221.0, 4221.0, 4250.0, 4231.0, 4262.0, 4263.0, 4232.0, 4282.0, 4260.0, 4221.0, 4292.0, 4252.0, 4221.0, 4271.0, 4229.0, 4210.0, 4269.0, 4220.0, 4222.0, 4261.0, 4230.0, 4241.0, 4250.0, 4233.0, 4244.0, 4263.0, 4244.0, 4272.0, 4251.0, 4232.0, 4273.0, 4241.0, 4222.0, 4294.0, 4253.0, 4223.0, 4282.0, 4241.0, 4212.0, 4284.0, 4242.0, 4224.0, 4282.0, 4243.0, 4213.0, 4283.0, 4232.0, 4211.0, 4285.0, 4253.0, 4252.0, 4264.0, 4275.0, 4233.0, 4223.0, 4284.0, 4245.0, 4225.0, 4283.0, 4252.0, 4213.0, 4281.0, 4242.0, 4211.0, 4282.0, 4251.0, 4220.0, 4281.0, 4240.0, 4210.0, 4271.0, 4230.0, 4213.0, 4261.0, 4220.0, 4221.0, 4270.0, 4221.0, 4209.0, 4283.0, 4232.0, 4209.0, 4282.0, 4250.0, 4209.0, 4269.0, 4231.0, 4223.0, 4284.0, 4249.0, 4210.0, 4261.0, 4241.0, 4219.0, 4261.0, 4252.0, 4229.0, 4259.0, 4250.0, 4219.0, 4218.0, 4248.0, 4220.0, 4241.0, 4259.0, 4220.0, 4228.0, 4257.0, 4218.0, 4212.0, 4261.0, 4230.0, 4210.0, 4280.0, 4232.0, 4209.0, 4284.0, 4241.0, 4210.0, 4285.0, 4253.0, 4223.0, 4261.0, 4240.0, 4222.0, 4282.0, 4240.0, 4231.0, 4272.0, 4221.0, 4228.0, 4250.0, 4232.0, 4260.0, 4260.0, 4219.0, 4239.0, 4229.0, 4220.0, 4230.0, 4242.0, 4231.0, 4271.0, 4262.0, 4222.0, 4262.0, 4242.0, 4211.0, 4293.0, 4252.0, 4240.0, 4286.0, 4220.0, 4210.0, 4262.0, 4234.0, 4242.0, 4272.0, 4231.0, 4230.0, 4251.0, 4220.0, 4273.0, 4262.0, 4231.0, 4281.0, 4260.0, 4220.0, 4270.0, 4240.0, 4211.0, 4281.0, 4262.0, 4221.0, 4231.0, 4239.0, 4221.0, 4232.0, 4271.0, 4252.0, 4211.0, 4282.0, 4219.0, 4210.0, 4282.0, 4251.0, 4210.0, 4270.0, 4249.0, 4220.0, 4249.0, 4241.0, 4230.0, 4280.0, 4260.0, 4229.0, 4280.0, 4228.0, 4197.0, 4280.0, 4229.0, 4209.0, 4268.0, 4218.0, 4197.0, 4258.0, 4218.0, 4209.0, 4259.0, 4230.0, 4210.0, 4269.0, 4219.0, 4208.0, 4269.0, 4221.0, 4273.0, 4259.0, 4217.0, 4248.0, 4237.0, 4219.0, 4271.0, 4249.0, 4229.0, 4270.0, 4257.0, 4208.0, 4238.0, 4250.0, 4242.0, 4269.0, 4249.0, 4230.0, 4260.0, 4229.0, 4232.0, 4282.0, 4241.0, 4211.0, 4282.0, 4241.0, 4212.0, 4295.0, 4251.0, 4221.0, 4282.0, 4262.0, 4221.0, 4253.0, 4240.0, 4220.0, 4282.0, 4240.0, 4200.0, 4281.0, 4240.0, 4199.0, 4270.0, 4242.0, 4280.0, 4260.0, 4218.0, 4269.0, 4206.0, 4270.0, 4239.0, 4197.0, 4268.0, 4207.0, 4197.0, 4257.0, 4219.0, 4250.0, 4249.0, 4221.0, 4278.0, 4227.0, 4237.0, 4237.0, 4199.0, 4258.0, 4217.0, 4268.0, 4218.0, 4197.0, 4247.0, 4218.0, 4241.0, 4228.0, 4229.0, 4271.0, 4231.0, 4200.0, 4261.0, 4232.0, 4230.0, 4250.0, 4230.0, 4230.0, 4242.0, 4230.0, 4232.0, 4253.0, 4257.0, 4264.0, 4254.0, 4243.0, 4223.0, 4278.0, 4257.0, 4236.0, 4285.0, 4254.0, 4227.0, 4295.0, 4244.0, 4214.0, 4296.0, 4276.0, 4256.0, 4275.0, 4264.0, 4243.0, 4254.0, 4286.0, 4255.0, 4263.0, 4286.0, 4255.0, 4231.0, 4272.0, 4241.0, 4275.0, 4262.0, 4233.0, 4262.0, 4262.0, 4219.0, 4238.0, 4249.0, 4230.0, 4269.0, 4248.0, 4219.0, 4269.0, 4230.0, 4206.0, 4273.0, 4230.0, 4228.0, 4259.0, 4218.0, 4217.0, 4237.0, 4219.0, 4251.0, 4239.0, 4228.0, 4261.0, 4238.0, 4229.0, 4239.0, 4249.0, 4241.0, 4279.0, 4261.0, 4208.0, 4269.0, 4229.0, 4210.0, 4272.0, 4229.0, 4218.0, 4272.0, 4231.0, 4218.0, 4239.0, 4232.0, 4253.0, 4238.0, 4229.0, 4252.0, 4230.0, 4230.0, 4260.0, 4230.0, 4211.0, 4280.0, 4262.0, 4210.0, 4271.0, 4219.0, 4220.0, 4271.0, 4219.0, 4258.0, 4248.0, 4218.0, 4227.0, 4238.0, 4241.0, 4269.0, 4237.0, 4217.0, 4258.0, 4217.0, 4197.0, 4270.0, 4229.0, 4208.0, 4267.0, 4217.0, 4207.0, 4247.0, 4217.0, 4239.0, 4238.0, 4228.0, 4268.0, 4227.0, 4197.0, 4267.0, 4227.0, 4220.0, 4249.0, 4228.0, 4208.0, 4238.0, 4228.0, 4217.0, 4239.0, 4241.0, 4270.0, 4250.0, 4220.0, 4280.0, 4230.0, 4199.0, 4282.0, 4241.0, 4220.0, 4281.0, 4229.0, 4209.0, 4259.0, 4231.0, 4222.0, 4261.0, 4242.0, 4222.0, 4260.0, 4230.0, 4224.0, 4286.0, 4252.0, 4233.0, 4265.0, 4253.0, 4232.0, 4223.0, 4277.0, 4246.0, 4272.0, 4286.0, 4233.0], 'WindowWidth': [9587.0, 9510.0, 9451.0, 9484.0, 9447.0, 9384.0, 9436.0, 9389.0, 9349.0, 9433.0, 9391.0, 9343.0, 9441.0, 9374.0, 9343.0, 9412.0, 9355.0, 9344.0, 9409.0, 9356.0, 9354.0, 9412.0, 9357.0, 9343.0, 9401.0, 9378.0, 9351.0, 9431.0, 9392.0, 9370.0, 9433.0, 9393.0, 9351.0, 9434.0, 9396.0, 9373.0, 9450.0, 9423.0, 9369.0, 9393.0, 9392.0, 9363.0, 9419.0, 9387.0, 9367.0, 9454.0, 9405.0, 9349.0, 9433.0, 9372.0, 9350.0, 9429.0, 9377.0, 9365.0, 9430.0, 9389.0, 9368.0, 9422.0, 9381.0, 9351.0, 9434.0, 9366.0, 9351.0, 9415.0, 9363.0, 9368.0, 9408.0, 9383.0, 9385.0, 9425.0, 9380.0, 9354.0, 9426.0, 9386.0, 9373.0, 9439.0, 9382.0, 9371.0, 9436.0, 9383.0, 9385.0, 9439.0, 9383.0, 9423.0, 9438.0, 9384.0, 9371.0, 9429.0, 9386.0, 9400.0, 9453.0, 9401.0, 9372.0, 9429.0, 9400.0, 9388.0, 9458.0, 9417.0, 9390.0, 9460.0, 9399.0, 9388.0, 9443.0, 9415.0, 9408.0, 9455.0, 9429.0, 9390.0, 9444.0, 9412.0, 9386.0, 9458.0, 9431.0, 9373.0, 9469.0, 9424.0, 9370.0, 9454.0, 9382.0, 9367.0, 9440.0, 9385.0, 9366.0, 9450.0, 9381.0, 9368.0, 9439.0, 9402.0, 9375.0, 9472.0, 9417.0, 9375.0, 9457.0, 9416.0, 9389.0, 9458.0, 9425.0, 9370.0, 9437.0, 9394.0, 9387.0, 9455.0, 9411.0, 9382.0, 9428.0, 9398.0, 9368.0, 9426.0, 9413.0, 9401.0, 9454.0, 9428.0, 9387.0, 9453.0, 9394.0, 9370.0, 9457.0, 9399.0, 9352.0, 9438.0, 9381.0, 9352.0, 9423.0, 9400.0, 9372.0, 9440.0, 9381.0, 9354.0, 9410.0, 9369.0, 9376.0, 9445.0, 9385.0, 9385.0, 9458.0, 9386.0, 9371.0, 9458.0, 9393.0, 9428.0, 9440.0, 9392.0, 9373.0, 9411.0, 9386.0, 9375.0, 9459.0, 9419.0, 9378.0, 9475.0, 9402.0, 9390.0, 9443.0, 9432.0, 9407.0, 9463.0, 9446.0, 9390.0, 9412.0, 9427.0, 9387.0, 9445.0, 9440.0, 9370.0, 9440.0, 9422.0, 9381.0, 9436.0, 9411.0, 9370.0, 9447.0, 9417.0, 9351.0, 9429.0, 9376.0, 9389.0, 9461.0, 9399.0, 9371.0, 9469.0, 9397.0, 9371.0, 9439.0, 9411.0, 9417.0, 9438.0, 9388.0, 9428.0, 9414.0, 9386.0, 9428.0, 9415.0, 9402.0, 9451.0, 9425.0, 9384.0, 9397.0, 9413.0, 9384.0, 9383.0, 9455.0, 9415.0, 9371.0, 9452.0, 9436.0, 9389.0, 9374.0, 9460.0, 9425.0, 9366.0, 9391.0, 9421.0, 9388.0, 9372.0, 9433.0, 9362.0, 9368.0, 9402.0, 9380.0, 9364.0, 9428.0, 9394.0, 9354.0, 9451.0, 9392.0, 9366.0, 9448.0, 9393.0, 9375.0, 9457.0, 9383.0, 9354.0, 9435.0, 9380.0, 9353.0, 9436.0, 9384.0, 9386.0, 9439.0, 9385.0, 9356.0, 9438.0, 9383.0, 9360.0, 9443.0, 9388.0, 9412.0, 9439.0, 9386.0, 9373.0, 9440.0, 9390.0, 9394.0, 9444.0, 9405.0, 9419.0, 9460.0, 9389.0, 9373.0, 9461.0, 9408.0, 9383.0, 9477.0, 9430.0, 9388.0, 9426.0, 9411.0, 9407.0, 9442.0, 9446.0, 9388.0, 9375.0, 9441.0, 9383.0, 9358.0, 9457.0, 9384.0, 9397.0, 9454.0, 9383.0, 9355.0, 9437.0, 9380.0, 9371.0, 9449.0, 9398.0, 9396.0, 9437.0, 9364.0, 9338.0, 9418.0, 9384.0, 9357.0, 9431.0, 9363.0, 9350.0, 9419.0, 9363.0, 9350.0, 9423.0, 9386.0, 9371.0, 9436.0, 9367.0, 9355.0, 9397.0, 9368.0, 9408.0, 9394.0, 9369.0, 9450.0, 9408.0, 9354.0, 9455.0, 9385.0, 9373.0, 9438.0, 9397.0, 9355.0, 9424.0, 9383.0, 9373.0, 9443.0, 9401.0, 9388.0, 9472.0, 9403.0, 9374.0, 9425.0, 9415.0, 9409.0, 9428.0, 9429.0, 9386.0, 9375.0, 9426.0, 9390.0, 9401.0, 9466.0, 9406.0, 9432.0, 9445.0, 9387.0, 9413.0, 9442.0, 9390.0, 9444.0, 9428.0, 9398.0, 9439.0, 9398.0, 9399.0, 9458.0, 9415.0, 9396.0, 9437.0, 9428.0, 9384.0, 9395.0, 9412.0, 9385.0, 9423.0, 9440.0, 9384.0, 9363.0, 9425.0, 9384.0, 9389.0, 9455.0, 9398.0, 9425.0, 9451.0, 9368.0, 9353.0, 9425.0, 9385.0, 9367.0, 9439.0, 9383.0, 9380.0, 9407.0, 9379.0, 9383.0, 9413.0, 9383.0, 9417.0, 9420.0, 9365.0, 9374.0, 9404.0, 9380.0, 9420.0, 9408.0, 9379.0, 9420.0, 9390.0, 9378.0, 9451.0, 9396.0, 9363.0, 9438.0, 9393.0, 9352.0, 9419.0, 9379.0, 9372.0, 9422.0, 9376.0, 9367.0, 9440.0, 9380.0, 9373.0, 9440.0, 9398.0, 9369.0, 9466.0, 9381.0, 9375.0, 9436.0, 9398.0, 9402.0, 9454.0, 9429.0, 9402.0, 9427.0, 9409.0, 9404.0, 9461.0, 9413.0, 9382.0, 9452.0, 9420.0, 9363.0, 9434.0, 9380.0, 9371.0, 9451.0, 9410.0, 9366.0, 9448.0, 9378.0, 9351.0, 9453.0, 9383.0, 9367.0, 9449.0, 9405.0, 9380.0, 9430.0, 9394.0, 9353.0, 9441.0, 9380.0, 9366.0, 9422.0, 9379.0, 9351.0, 9405.0, 9382.0, 9381.0, 9406.0, 9381.0, 9356.0, 9423.0, 9385.0, 9376.0, 9444.0, 9401.0, 9374.0, 9456.0, 9402.0, 9396.0, 9462.0, 9421.0, 9376.0, 9445.0, 9416.0, 9429.0, 9438.0, 9433.0, 9407.0, 9446.0, 9452.0, 9408.0, 9394.0, 9478.0, 9423.0, 9380.0, 9478.0, 9420.0, 9409.0, 9450.0, 9436.0, 9403.0, 9460.0, 9442.0, 9389.0, 9412.0, 9432.0, 9408.0, 9454.0, 9428.0, 9387.0, 9453.0, 9395.0, 9358.0, 9454.0, 9399.0, 9372.0, 9459.0, 9397.0, 9357.0, 9437.0, 9382.0, 9376.0, 9441.0, 9399.0, 9374.0, 9441.0, 9385.0, 9373.0, 9430.0, 9392.0, 9442.0, 9443.0, 9384.0, 9428.0, 9410.0, 9370.0, 9429.0, 9419.0, 9385.0, 9442.0, 9430.0, 9391.0, 9399.0, 9431.0, 9409.0, 9446.0, 9453.0, 9392.0, 9405.0, 9429.0, 9395.0, 9436.0, 9447.0, 9408.0, 9398.0, 9461.0, 9408.0, 9378.0, 9462.0, 9435.0, 9394.0, 9478.0, 9448.0, 9374.0, 9456.0, 9431.0, 9398.0, 9476.0, 9445.0, 9387.0, 9471.0, 9398.0, 9379.0, 9458.0, 9424.0, 9371.0, 9450.0, 9396.0, 9381.0, 9433.0, 9419.0, 9385.0, 9422.0, 9409.0, 9369.0, 9387.0, 9411.0, 9385.0, 9442.0, 9411.0, 9399.0, 9443.0, 9397.0, 9385.0, 9440.0, 9415.0, 9398.0, 9438.0, 9415.0, 9388.0, 9370.0, 9448.0, 9405.0, 9391.0, 9474.0, 9430.0, 9374.0, 9443.0, 9413.0, 9424.0, 9444.0, 9443.0, 9383.0, 9424.0, 9422.0, 9384.0, 9442.0, 9406.0, 9380.0, 9434.0, 9405.0, 9378.0, 9434.0, 9411.0, 9379.0, 9432.0, 9419.0, 9379.0, 9388.0, 9393.0, 9368.0, 9404.0, 9404.0, 9361.0, 9389.0, 9407.0, 9363.0, 9382.0, 9393.0, 9377.0, 9406.0, 9421.0, 9379.0, 9344.0, 9425.0, 9384.0, 9382.0, 9435.0, 9369.0, 9354.0, 9407.0, 9381.0, 9356.0, 9426.0, 9386.0, 9397.0, 9441.0, 9370.0, 9370.0, 9409.0, 9385.0, 9428.0, 9427.0, 9383.0, 9452.0, 9420.0, 9370.0, 9469.0, 9413.0, 9371.0, 9436.0, 9379.0, 9353.0, 9433.0, 9367.0, 9373.0, 9424.0, 9381.0, 9397.0, 9409.0, 9387.0, 9401.0, 9430.0, 9405.0, 9440.0, 9410.0, 9384.0, 9441.0, 9398.0, 9373.0, 9475.0, 9418.0, 9375.0, 9455.0, 9398.0, 9358.0, 9458.0, 9399.0, 9381.0, 9455.0, 9400.0, 9360.0, 9455.0, 9385.0, 9357.0, 9462.0, 9416.0, 9414.0, 9431.0, 9447.0, 9390.0, 9376.0, 9459.0, 9407.0, 9379.0, 9457.0, 9415.0, 9362.0, 9453.0, 9400.0, 9356.0, 9454.0, 9410.0, 9365.0, 9451.0, 9394.0, 9353.0, 9437.0, 9381.0, 9361.0, 9424.0, 9366.0, 9368.0, 9433.0, 9369.0, 9351.0, 9458.0, 9386.0, 9350.0, 9452.0, 9408.0, 9352.0, 9432.0, 9381.0, 9375.0, 9457.0, 9405.0, 9353.0, 9421.0, 9394.0, 9365.0, 9423.0, 9411.0, 9377.0, 9416.0, 9405.0, 9361.0, 9360.0, 9401.0, 9365.0, 9395.0, 9418.0, 9365.0, 9374.0, 9412.0, 9361.0, 9359.0, 9422.0, 9380.0, 9354.0, 9448.0, 9384.0, 9351.0, 9459.0, 9400.0, 9356.0, 9460.0, 9414.0, 9375.0, 9423.0, 9396.0, 9374.0, 9453.0, 9394.0, 9381.0, 9439.0, 9368.0, 9375.0, 9407.0, 9385.0, 9419.0, 9420.0, 9364.0, 9391.0, 9377.0, 9365.0, 9381.0, 9400.0, 9385.0, 9437.0, 9427.0, 9372.0, 9425.0, 9400.0, 9357.0, 9472.0, 9413.0, 9393.0, 9461.0, 9367.0, 9353.0, 9427.0, 9394.0, 9399.0, 9440.0, 9382.0, 9382.0, 9409.0, 9368.0, 9444.0, 9426.0, 9382.0, 9451.0, 9420.0, 9368.0, 9435.0, 9396.0, 9359.0, 9453.0, 9427.0, 9371.0, 9384.0, 9392.0, 9370.0, 9388.0, 9439.0, 9414.0, 9357.0, 9453.0, 9366.0, 9354.0, 9458.0, 9412.0, 9354.0, 9435.0, 9405.0, 9365.0, 9403.0, 9396.0, 9380.0, 9449.0, 9420.0, 9377.0, 9447.0, 9374.0, 9332.0, 9449.0, 9377.0, 9348.0, 9429.0, 9359.0, 9332.0, 9413.0, 9362.0, 9353.0, 9419.0, 9380.0, 9352.0, 9432.0, 9364.0, 9348.0, 9432.0, 9371.0, 9439.0, 9419.0, 9359.0, 9401.0, 9386.0, 9363.0, 9436.0, 9403.0, 9375.0, 9432.0, 9413.0, 9348.0, 9387.0, 9408.0, 9399.0, 9431.0, 9403.0, 9379.0, 9421.0, 9379.0, 9388.0, 9456.0, 9398.0, 9358.0, 9453.0, 9396.0, 9361.0, 9478.0, 9413.0, 9371.0, 9455.0, 9426.0, 9369.0, 9414.0, 9393.0, 9366.0, 9455.0, 9393.0, 9341.0, 9451.0, 9394.0, 9338.0, 9436.0, 9400.0, 9449.0, 9418.0, 9360.0, 9429.0, 9343.0, 9433.0, 9390.0, 9332.0, 9429.0, 9345.0, 9333.0, 9413.0, 9364.0, 9408.0, 9403.0, 9365.0, 9443.0, 9370.0, 9383.0, 9385.0, 9338.0, 9416.0, 9358.0, 9426.0, 9359.0, 9331.0, 9399.0, 9361.0, 9395.0, 9375.0, 9377.0, 9434.0, 9380.0, 9338.0, 9422.0, 9385.0, 9381.0, 9407.0, 9381.0, 9381.0, 9398.0, 9381.0, 9388.0, 9419.0, 9429.0, 9434.0, 9420.0, 9404.0, 9376.0, 9456.0, 9430.0, 9401.0, 9463.0, 9421.0, 9387.0, 9479.0, 9408.0, 9368.0, 9481.0, 9452.0, 9426.0, 9451.0, 9434.0, 9405.0, 9419.0, 9467.0, 9423.0, 9428.0, 9465.0, 9419.0, 9384.0, 9440.0, 9398.0, 9450.0, 9426.0, 9386.0, 9426.0, 9425.0, 9365.0, 9387.0, 9404.0, 9381.0, 9432.0, 9402.0, 9364.0, 9431.0, 9378.0, 9343.0, 9443.0, 9380.0, 9374.0, 9419.0, 9360.0, 9359.0, 9386.0, 9366.0, 9411.0, 9391.0, 9375.0, 9422.0, 9389.0, 9375.0, 9390.0, 9404.0, 9398.0, 9446.0, 9421.0, 9349.0, 9430.0, 9377.0, 9351.0, 9444.0, 9378.0, 9361.0, 9441.0, 9383.0, 9362.0, 9392.0, 9386.0, 9415.0, 9388.0, 9377.0, 9410.0, 9379.0, 9379.0, 9420.0, 9382.0, 9356.0, 9450.0, 9426.0, 9353.0, 9434.0, 9364.0, 9367.0, 9439.0, 9364.0, 9413.0, 9401.0, 9359.0, 9370.0, 9389.0, 9398.0, 9430.0, 9386.0, 9359.0, 9414.0, 9359.0, 9333.0, 9437.0, 9378.0, 9348.0, 9428.0, 9360.0, 9345.0, 9398.0, 9357.0, 9390.0, 9389.0, 9373.0, 9428.0, 9371.0, 9330.0, 9427.0, 9372.0, 9368.0, 9404.0, 9374.0, 9347.0, 9387.0, 9375.0, 9360.0, 9392.0, 9397.0, 9435.0, 9408.0, 9367.0, 9450.0, 9380.0, 9338.0, 9456.0, 9397.0, 9366.0, 9451.0, 9377.0, 9350.0, 9420.0, 9384.0, 9376.0, 9425.0, 9401.0, 9374.0, 9423.0, 9380.0, 9383.0, 9468.0, 9415.0, 9390.0, 9436.0, 9418.0, 9388.0, 9378.0, 9457.0, 9412.0, 9442.0, 9466.0, 9391.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.000308828125</td></tr>
<tr><td colspan=3>aqi</td><td>0.018254551649305555</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.89842190612514</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2302465678974805</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9965142946307554</td></tr>
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
<tr><td colspan=3>fber</td><td>5693.1729</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0866391392706309</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8680555555555556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4654187753430263</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4217655786242456</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.68463893599322</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2898518114116135</td></tr>
<tr><td colspan=3>gcor</td><td>0.00539973</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009414022788405418</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031573425978422165</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9120338267533334</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>34.1735</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0482</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.0181</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294592.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.3538</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7706</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>585.2741</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.6049</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3538.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.5112</td></tr>
<tr><td colspan=3>tsnr</td><td>40.88374537718482</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>