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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:42:37.927500</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.9991, -0.0419005, 0.00660443, 0.042224, 0.997273, -0.0605355]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103645</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7763, -7215, 655, -77, -110, -28, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.583</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0fa7496-4e80-496a-b42a-ed7c3e843c06||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.6805121898651123, 0.11328399181365967, 0.0109348613768816, 106.29029846191406], [0.11241599917411804, 2.6756093502044678, -0.16405163705348969, -99.57898712158203], [0.017719199880957603, 0.16241227090358734, 2.6949892044067383, -73.49156188964844], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['144237.927500', '144238.387500', '144238.847500', '144239.307500', '144239.767500', '144240.227500', '144240.687500', '144241.147500', '144241.607500', '144242.067500', '144242.527500', '144242.987500', '144243.447500', '144243.907500', '144244.367500', '144244.827500', '144245.287500', '144245.747500', '144246.207500', '144246.667500', '144247.127500', '144247.587500', '144248.047500', '144248.507500', '144248.967500', '144249.427500', '144249.887500', '144250.347500', '144250.807500', '144251.267500', '144251.727500', '144252.187500', '144252.647500', '144253.107500', '144253.567500', '144254.027500', '144254.487500', '144254.947500', '144255.407500', '144255.867500', '144256.327500', '144256.787500', '144257.247500', '144257.707500', '144258.167500', '144258.627500', '144259.087500', '144259.547500', '144300.007500', '144300.467500', '144300.927500', '144301.387500', '144301.847500', '144302.307500', '144302.767500', '144303.227500', '144303.687500', '144304.147500', '144304.607500', '144305.067500', '144305.527500', '144305.987500', '144306.447500', '144306.907500', '144307.367500', '144307.827500', '144308.287500', '144308.747500', '144309.207500', '144309.667500', '144310.127500', '144310.587500', '144311.047500', '144311.507500', '144311.967500', '144312.427500', '144312.887500', '144313.347500', '144313.807500', '144314.267500', '144314.727500', '144315.187500', '144315.647500', '144316.107500', '144316.567500', '144317.027500', '144317.487500', '144317.947500', '144318.407500', '144318.867500', '144319.327500', '144319.787500', '144320.247500', '144320.707500', '144321.167500', '144321.627500', '144322.087500', '144322.547500', '144323.007500', '144323.467500', '144323.927500', '144324.387500', '144324.847500', '144325.307500', '144325.767500', '144326.227500', '144326.687500', '144327.147500', '144327.607500', '144328.067500', '144328.527500', '144328.987500', '144329.447500', '144329.907500', '144330.367500', '144330.827500', '144331.287500', '144331.747500', '144332.207500', '144332.667500', '144333.127500', '144333.587500', '144334.047500', '144334.507500', '144334.967500', '144335.427500', '144335.887500', '144336.347500', '144336.807500', '144337.267500', '144337.727500', '144338.187500', '144338.647500', '144339.107500', '144339.567500', '144340.027500', '144340.487500', '144340.947500', '144341.407500', '144341.867500', '144342.327500', '144342.787500', '144343.247500', '144343.707500', '144344.167500', '144344.627500', '144345.087500', '144345.547500', '144346.007500', '144346.467500', '144346.927500', '144347.387500', '144347.847500', '144348.307500', '144348.767500', '144349.227500', '144349.687500', '144350.147500', '144350.607500', '144351.067500', '144351.527500', '144351.987500', '144352.447500', '144352.907500', '144353.367500', '144353.827500', '144354.287500', '144354.747500', '144355.207500', '144355.667500', '144356.127500', '144356.587500', '144357.047500', '144357.507500', '144357.967500', '144358.427500', '144358.887500', '144359.347500', '144359.807500', '144400.267500', '144400.727500', '144401.187500', '144401.647500', '144402.107500', '144402.567500', '144403.027500', '144403.487500', '144403.947500', '144404.407500', '144404.867500', '144405.327500', '144405.787500', '144406.247500', '144406.707500', '144407.167500', '144407.627500', '144408.087500', '144408.547500', '144409.007500', '144409.467500', '144409.927500', '144410.387500', '144410.847500', '144411.307500', '144411.767500', '144412.227500', '144412.687500', '144413.147500', '144413.607500', '144414.067500', '144414.527500', '144414.987500', '144415.447500', '144415.907500', '144416.367500', '144416.827500', '144417.287500', '144417.747500', '144418.207500', '144418.667500', '144419.127500', '144419.587500', '144420.047500', '144420.507500', '144420.967500', '144421.427500', '144421.887500', '144422.347500', '144422.807500', '144423.267500', '144423.727500', '144424.187500', '144424.647500', '144425.107500', '144425.567500', '144426.027500', '144426.487500', '144426.947500', '144427.407500', '144427.867500', '144428.327500', '144428.787500', '144429.247500', '144429.707500', '144430.167500', '144430.627500', '144431.087500', '144431.547500', '144432.007500', '144432.467500', '144432.927500', '144433.387500', '144433.847500', '144434.307500', '144434.767500', '144435.227500', '144435.687500', '144436.147500', '144436.607500', '144437.067500', '144437.527500', '144437.987500', '144438.447500', '144438.907500', '144439.367500', '144439.827500', '144440.287500', '144440.747500', '144441.207500', '144441.667500', '144442.127500', '144442.587500', '144443.047500', '144443.507500', '144443.967500', '144444.427500', '144444.887500', '144445.347500', '144445.807500', '144446.267500', '144446.727500', '144447.187500', '144447.647500', '144448.107500', '144448.567500', '144449.027500', '144449.487500', '144449.947500', '144450.407500', '144450.867500', '144451.327500', '144451.787500', '144452.247500', '144452.707500', '144453.167500', '144453.627500', '144454.087500', '144454.547500', '144455.007500', '144455.467500', '144455.927500', '144456.387500', '144456.847500', '144457.307500', '144457.767500', '144458.227500', '144458.687500', '144459.147500', '144459.607500', '144500.067500', '144500.527500', '144500.987500', '144501.447500', '144501.907500', '144502.367500', '144502.827500', '144503.287500', '144503.747500', '144504.207500', '144504.667500', '144505.127500', '144505.587500', '144506.047500', '144506.507500', '144506.967500', '144507.427500', '144507.887500', '144508.347500', '144508.807500', '144509.267500', '144509.727500', '144510.187500', '144510.647500', '144511.107500', '144511.567500', '144512.027500', '144512.487500', '144512.947500', '144513.407500', '144513.867500', '144514.327500', '144514.787500', '144515.247500', '144515.707500', '144516.167500', '144516.627500', '144517.087500', '144517.547500', '144518.007500', '144518.467500', '144518.927500', '144519.387500', '144519.847500', '144520.307500', '144520.767500', '144521.227500', '144521.687500', '144522.147500', '144522.607500', '144523.067500', '144523.527500', '144523.987500', '144524.447500', '144524.907500', '144525.367500', '144525.827500', '144526.287500', '144526.747500', '144527.207500', '144527.667500', '144528.127500', '144528.587500', '144529.047500', '144529.507500', '144529.967500', '144530.427500', '144530.887500', '144531.347500', '144531.807500', '144532.267500', '144532.727500', '144533.187500', '144533.647500', '144534.107500', '144534.567500', '144535.027500', '144535.487500', '144535.947500', '144536.407500', '144536.867500', '144537.327500', '144537.787500', '144538.247500', '144538.707500', '144539.167500', '144539.627500', '144540.087500', '144540.547500', '144541.007500', '144541.467500', '144541.927500', '144542.387500', '144542.847500', '144543.307500', '144543.767500', '144544.227500', '144544.687500', '144545.147500', '144545.607500', '144546.067500', '144546.527500', '144546.987500', '144547.447500', '144547.907500', '144548.367500', '144548.827500', '144549.287500', '144549.747500', '144550.207500', '144550.667500', '144551.127500', '144551.587500', '144552.047500', '144552.507500', '144552.967500', '144553.427500', '144553.887500', '144554.347500', '144554.807500', '144555.267500', '144555.727500', '144556.187500', '144556.647500', '144557.107500', '144557.567500', '144558.027500', '144558.487500', '144558.947500', '144559.407500', '144559.867500', '144600.327500', '144600.787500', '144601.247500', '144601.707500', '144602.167500', '144602.627500', '144603.087500', '144603.547500', '144604.007500', '144604.467500', '144604.927500', '144605.387500', '144605.847500', '144606.307500', '144606.767500', '144607.227500', '144607.687500', '144608.147500', '144608.607500', '144609.067500', '144609.527500', '144609.987500', '144610.447500', '144610.907500', '144611.367500', '144611.827500', '144612.287500', '144612.747500', '144613.207500', '144613.667500', '144614.127500', '144614.587500', '144615.047500', '144615.507500', '144615.967500', '144616.427500', '144616.887500', '144617.347500', '144617.807500', '144618.267500', '144618.727500', '144619.187500', '144619.647500', '144620.107500', '144620.567500', '144621.027500', '144621.487500', '144621.947500', '144622.407500', '144622.867500', '144623.327500', '144623.787500', '144624.247500', '144624.707500', '144625.167500', '144625.627500', '144626.087500', '144626.547500', '144627.007500', '144627.467500', '144627.927500', '144628.387500', '144628.847500', '144629.307500', '144629.767500', '144630.227500', '144630.687500', '144631.147500', '144631.607500', '144632.067500', '144632.527500', '144632.987500', '144633.447500', '144633.907500', '144634.367500', '144634.827500', '144635.287500', '144635.747500', '144636.207500', '144636.667500', '144637.127500', '144637.587500', '144638.047500', '144638.507500', '144638.967500', '144639.427500', '144639.887500', '144640.347500', '144640.807500', '144641.267500', '144641.727500', '144642.187500', '144642.647500', '144643.107500', '144643.567500', '144644.027500', '144644.487500', '144644.947500', '144645.407500', '144645.867500', '144646.327500', '144646.787500', '144647.247500', '144647.707500', '144648.167500', '144648.627500', '144649.087500', '144649.547500', '144650.007500', '144650.467500', '144650.927500', '144651.387500', '144651.847500', '144652.307500', '144652.767500', '144653.227500', '144653.687500', '144654.147500', '144654.607500', '144655.067500', '144655.527500', '144655.987500', '144656.447500', '144656.907500', '144657.367500', '144657.827500', '144658.287500', '144658.747500', '144659.207500', '144659.667500', '144700.127500', '144700.587500', '144701.047500', '144701.507500', '144701.967500', '144702.427500', '144702.887500', '144703.347500', '144703.807500', '144704.267500', '144704.727500', '144705.187500', '144705.647500', '144706.107500', '144706.567500', '144707.027500', '144707.487500', '144707.947500', '144708.407500', '144708.867500', '144709.327500', '144709.787500', '144710.247500', '144710.707500', '144711.167500', '144711.627500', '144712.087500', '144712.547500', '144713.007500', '144713.467500', '144713.927500', '144714.387500', '144714.847500', '144715.307500', '144715.767500', '144716.227500', '144716.687500', '144717.147500', '144717.607500', '144718.067500', '144718.527500', '144718.987500', '144719.447500', '144719.907500', '144720.367500', '144720.827500', '144721.287500', '144721.747500', '144722.207500', '144722.667500', '144723.127500', '144723.587500', '144724.047500', '144724.507500', '144724.967500', '144725.427500', '144725.887500', '144726.347500', '144726.807500', '144727.267500', '144727.727500', '144728.187500', '144728.647500', '144729.107500', '144729.567500', '144730.027500', '144730.487500', '144730.947500', '144731.407500', '144731.867500', '144732.327500', '144732.787500', '144733.247500', '144733.707500', '144734.167500', '144734.627500', '144735.087500', '144735.547500', '144736.007500', '144736.467500', '144736.927500', '144737.387500', '144737.847500', '144738.307500', '144738.767500', '144739.227500', '144739.687500', '144740.147500', '144740.607500', '144741.067500', '144741.527500', '144741.987500', '144742.447500', '144742.907500', '144743.367500', '144743.827500', '144744.287500', '144744.747500', '144745.207500', '144745.667500', '144746.127500', '144746.587500', '144747.047500', '144747.507500', '144747.967500', '144748.427500', '144748.887500', '144749.347500', '144749.807500', '144750.267500', '144750.727500', '144751.187500', '144751.647500', '144752.107500', '144752.567500', '144753.027500', '144753.487500', '144753.947500', '144754.407500', '144754.867500', '144755.327500', '144755.787500', '144756.247500', '144756.707500', '144757.167500', '144757.627500', '144758.087500', '144758.547500', '144759.007500', '144759.467500', '144759.927500', '144800.387500', '144800.847500', '144801.307500', '144801.767500', '144802.227500', '144802.687500', '144803.147500', '144803.607500', '144804.067500', '144804.527500', '144804.987500', '144805.447500', '144805.907500', '144806.367500', '144806.827500', '144807.287500', '144807.747500', '144808.207500', '144808.667500', '144809.127500', '144809.587500', '144810.047500', '144810.507500', '144810.967500', '144811.427500', '144811.887500', '144812.347500', '144812.807500', '144813.267500', '144813.727500', '144814.187500', '144814.647500', '144815.107500', '144815.567500', '144816.027500', '144816.487500', '144816.947500', '144817.407500', '144817.867500', '144818.327500', '144818.787500', '144819.247500', '144819.707500', '144820.167500', '144820.627500', '144821.087500', '144821.547500', '144822.007500', '144822.467500', '144822.927500', '144823.387500', '144823.847500', '144824.307500', '144824.767500', '144825.227500', '144825.687500', '144826.147500', '144826.607500', '144827.067500', '144827.527500', '144827.987500', '144828.447500', '144828.907500', '144829.367500', '144829.827500', '144830.287500', '144830.747500', '144831.207500', '144831.667500', '144832.127500', '144832.587500', '144833.047500', '144833.507500', '144833.967500', '144834.427500', '144834.887500', '144835.347500', '144835.807500', '144836.267500', '144836.727500', '144837.187500', '144837.647500', '144838.107500', '144838.567500', '144839.027500', '144839.487500', '144839.947500', '144840.407500', '144840.867500', '144841.327500', '144841.787500', '144842.247500', '144842.707500', '144843.167500', '144843.627500', '144844.087500', '144844.547500', '144845.007500', '144845.467500', '144845.927500', '144846.387500', '144846.847500', '144847.307500', '144847.767500', '144848.227500', '144848.687500', '144849.147500', '144849.607500', '144850.067500', '144850.527500', '144850.987500', '144851.447500', '144851.907500', '144852.367500', '144852.827500', '144853.287500', '144853.747500', '144854.207500', '144854.667500', '144855.127500', '144855.587500', '144856.047500', '144856.507500', '144856.967500', '144857.427500', '144857.887500', '144858.347500', '144858.807500', '144859.267500', '144859.727500', '144900.187500', '144900.647500', '144901.107500', '144901.567500', '144902.027500', '144902.487500', '144902.947500', '144903.407500', '144903.867500', '144904.327500', '144904.787500', '144905.247500', '144905.707500', '144906.167500', '144906.627500', '144907.087500', '144907.547500', '144908.007500', '144908.467500', '144908.927500', '144909.387500', '144909.847500', '144910.307500', '144910.767500', '144911.227500', '144911.687500', '144912.147500', '144912.607500', '144913.067500', '144913.527500', '144913.987500', '144914.447500', '144914.907500', '144915.367500', '144915.827500', '144916.287500', '144916.747500', '144917.207500', '144917.667500', '144918.127500', '144918.587500', '144919.047500', '144919.507500', '144919.967500', '144920.427500', '144920.887500', '144921.347500', '144921.807500', '144922.267500', '144922.727500', '144923.187500', '144923.647500', '144924.107500', '144924.567500', '144925.027500', '144925.487500', '144925.947500', '144926.407500', '144926.867500', '144927.327500', '144927.787500', '144928.247500', '144928.707500', '144929.167500', '144929.627500', '144930.087500', '144930.547500', '144931.007500', '144931.467500', '144931.927500', '144932.387500', '144932.847500', '144933.307500', '144933.767500', '144934.227500', '144934.687500', '144935.147500', '144935.607500', '144936.067500', '144936.527500', '144936.987500', '144937.447500', '144937.907500', '144938.367500', '144938.827500', '144939.287500', '144939.747500', '144940.207500', '144940.667500', '144941.127500', '144941.587500', '144942.047500', '144942.507500', '144942.967500', '144943.427500', '144943.887500', '144944.347500', '144944.807500', '144945.267500', '144945.727500', '144946.187500', '144946.647500', '144947.107500', '144947.567500', '144948.027500', '144948.487500', '144948.947500', '144949.407500', '144949.867500', '144950.327500', '144950.787500', '144951.247500', '144951.707500', '144952.167500', '144952.627500', '144953.087500', '144953.547500', '144954.007500', '144954.467500', '144954.927500', '144955.387500', '144955.847500', '144956.307500', '144956.767500', '144957.227500', '144957.687500', '144958.147500', '144958.607500', '144959.067500', '144959.527500', '144959.987500', '145000.447500', '145000.907500', '145001.367500', '145001.827500', '145002.287500', '145002.747500', '145003.207500', '145003.667500', '145004.127500', '145004.587500', '145005.047500', '145005.507500', '145005.967500', '145006.427500', '145006.887500', '145007.347500', '145007.807500', '145008.267500', '145008.727500', '145009.187500', '145009.647500', '145010.107500', '145010.567500', '145011.027500', '145011.487500', '145011.947500', '145012.407500', '145012.867500', '145013.327500', '145013.787500', '145014.247500', '145014.707500', '145015.167500', '145015.627500', '145016.087500', '145016.547500', '145017.007500', '145017.467500', '145017.927500', '145018.387500', '145018.847500', '145019.307500', '145019.767500', '145020.227500', '145020.687500', '145021.147500', '145021.607500', '145022.067500', '145022.527500', '145022.987500', '145023.447500', '145023.907500', '145024.367500', '145024.827500', '145025.287500', '145025.747500', '145026.207500', '145026.667500', '145027.127500', '145027.587500', '145028.047500', '145028.507500', '145028.967500', '145029.427500', '145029.887500', '145030.347500', '145030.807500', '145031.267500', '145031.727500', '145032.187500', '145032.647500', '145033.107500', '145033.567500', '145034.027500', '145034.487500', '145034.947500', '145035.407500', '145035.867500', '145036.327500', '145036.787500', '145037.247500', '145037.707500', '145038.167500', '145038.627500', '145039.087500', '145039.547500', '145040.007500', '145040.467500', '145040.927500', '145041.387500', '145041.847500', '145042.307500', '145042.767500', '145043.227500', '145043.687500', '145044.147500', '145044.607500', '145045.067500', '145045.527500', '145045.987500', '145046.447500', '145046.907500', '145047.367500', '145047.827500', '145048.287500', '145048.747500', '145049.207500', '145049.667500', '145050.127500', '145050.587500', '145051.047500', '145051.507500', '145051.967500', '145052.427500', '145052.887500', '145053.347500', '145053.807500', '145054.267500', '145054.727500', '145055.187500', '145055.647500', '145056.107500', '145056.567500', '145057.027500', '145057.487500', '145057.947500', '145058.407500', '145058.867500', '145059.327500', '145059.787500', '145100.247500', '145100.707500', '145101.167500', '145101.627500', '145102.087500', '145102.547500', '145103.007500', '145103.467500', '145103.927500', '145104.387500', '145104.847500', '145105.307500', '145105.767500', '145106.227500', '145106.687500', '145107.147500', '145107.607500', '145108.067500', '145108.527500', '145108.987500', '145109.447500', '145109.907500', '145110.367500', '145110.827500', '145111.287500', '145111.747500', '145112.207500', '145112.667500', '145113.127500', '145113.587500', '145114.047500', '145114.507500', '145114.967500', '145115.427500', '145115.887500', '145116.347500', '145116.807500', '145117.267500', '145117.727500', '145118.187500', '145118.647500', '145119.107500', '145119.567500', '145120.027500', '145120.487500', '145120.947500', '145121.407500', '145121.867500', '145122.327500', '145122.787500', '145123.247500', '145123.707500', '145124.167500', '145124.627500', '145125.087500', '145125.547500', '145126.007500', '145126.467500', '145126.927500', '145127.387500', '145127.847500', '145128.307500', '145128.767500', '145129.227500', '145129.687500', '145130.147500'], 'ContentTime': ['144301.367000', '144301.371000', '144301.374000', '144301.377000', '144301.380000', '144301.383000', '144301.386000', '144301.390000', '144301.393000', '144301.396000', '144301.399000', '144301.402000', '144301.405000', '144301.408000', '144301.411000', '144301.414000', '144301.417000', '144301.420000', '144301.423000', '144301.426000', '144301.429000', '144301.432000', '144301.436000', '144301.441000', '144301.444000', '144301.447000', '144301.449000', '144301.452000', '144301.455000', '144301.465000', '144301.467000', '144301.470000', '144301.473000', '144301.476000', '144301.479000', '144301.482000', '144301.485000', '144301.488000', '144301.491000', '144301.494000', '144301.498000', '144301.501000', '144301.504000', '144301.507000', '144301.510000', '144301.513000', '144301.516000', '144301.519000', '144301.522000', '144301.525000', '144321.328000', '144321.331000', '144321.334000', '144321.337000', '144321.340000', '144321.343000', '144321.346000', '144321.348000', '144321.351000', '144321.354000', '144321.357000', '144321.360000', '144321.363000', '144321.366000', '144321.369000', '144321.372000', '144321.375000', '144321.378000', '144321.381000', '144321.384000', '144321.387000', '144321.395000', '144321.398000', '144321.400000', '144321.403000', '144321.406000', '144321.409000', '144321.412000', '144321.415000', '144321.418000', '144321.421000', '144321.424000', '144321.426000', '144321.430000', '144321.432000', '144321.435000', '144321.448000', '144321.451000', '144321.454000', '144321.456000', '144321.459000', '144321.462000', '144321.465000', '144321.468000', '144341.328000', '144341.331000', '144341.334000', '144341.337000', '144341.340000', '144341.343000', '144341.346000', '144341.349000', '144341.352000', '144341.355000', '144341.358000', '144341.361000', '144341.365000', '144341.368000', '144341.370000', '144341.373000', '144341.376000', '144341.379000', '144341.382000', '144341.385000', '144341.388000', '144341.391000', '144341.394000', '144341.397000', '144341.400000', '144341.402000', '144341.407000', '144341.413000', '144341.422000', '144341.425000', '144341.428000', '144341.431000', '144341.434000', '144341.437000', '144341.440000', '144341.443000', '144341.446000', '144341.449000', '144341.452000', '144341.455000', '144341.458000', '144341.461000', '144341.464000', '144401.328000', '144401.337000', '144401.340000', '144401.343000', '144401.346000', '144401.349000', '144401.352000', '144401.363000', '144401.366000', '144401.369000', '144401.372000', '144401.375000', '144401.378000', '144401.381000', '144401.384000', '144401.387000', '144401.390000', '144401.393000', '144401.396000', '144401.398000', '144401.401000', '144401.404000', '144401.407000', '144401.410000', '144401.413000', '144401.416000', '144401.419000', '144401.422000', '144401.425000', '144401.428000', '144401.430000', '144401.433000', '144401.436000', '144401.439000', '144401.442000', '144401.445000', '144401.448000', '144401.451000', '144401.454000', '144401.457000', '144401.460000', '144401.462000', '144401.465000', '144401.468000', '144421.327000', '144421.330000', '144421.345000', '144421.348000', '144421.351000', '144421.354000', '144421.357000', '144421.360000', '144421.362000', '144421.365000', '144421.374000', '144421.376000', '144421.379000', '144421.382000', '144421.385000', '144421.388000', '144421.391000', '144421.394000', '144421.397000', '144421.400000', '144421.403000', '144421.406000', '144421.409000', '144421.412000', '144421.414000', '144421.417000', '144421.420000', '144421.423000', '144421.426000', '144421.429000', '144421.432000', '144421.435000', '144421.438000', '144421.441000', '144421.444000', '144421.447000', '144421.450000', '144421.458000', '144421.461000', '144421.464000', '144421.467000', '144421.470000', '144421.473000', '144441.327000', '144441.330000', '144441.333000', '144441.337000', '144441.339000', '144441.342000', '144441.345000', '144441.348000', '144441.351000', '144441.354000', '144441.357000', '144441.360000', '144441.363000', '144441.366000', '144441.369000', '144441.372000', '144441.375000', '144441.378000', '144441.381000', '144441.384000', '144441.387000', '144441.389000', '144441.392000', '144441.395000', '144441.398000', '144441.401000', '144441.404000', '144441.407000', '144441.410000', '144441.413000', '144441.416000', '144441.419000', '144441.422000', '144441.425000', '144441.428000', '144441.431000', '144441.434000', '144441.436000', '144441.439000', '144441.442000', '144441.445000', '144441.448000', '144441.451000', '144501.327000', '144501.330000', '144501.333000', '144501.336000', '144501.339000', '144501.342000', '144501.345000', '144501.348000', '144501.351000', '144501.354000', '144501.357000', '144501.360000', '144501.363000', '144501.366000', '144501.369000', '144501.371000', '144501.374000', '144501.377000', '144501.380000', '144501.383000', '144501.386000', '144501.389000', '144501.392000', '144501.395000', '144501.398000', '144501.401000', '144501.404000', '144501.407000', '144501.410000', '144501.413000', '144501.416000', '144501.419000', '144501.421000', '144501.424000', '144501.427000', '144501.430000', '144501.433000', '144501.436000', '144501.439000', '144501.442000', '144501.445000', '144501.448000', '144501.451000', '144501.454000', '144521.327000', '144521.331000', '144521.334000', '144521.337000', '144521.340000', '144521.343000', '144521.346000', '144521.349000', '144521.352000', '144521.355000', '144521.358000', '144521.360000', '144521.363000', '144521.366000', '144521.369000', '144521.372000', '144521.375000', '144521.378000', '144521.387000', '144521.390000', '144521.393000', '144521.396000', '144521.399000', '144521.402000', '144521.405000', '144521.408000', '144521.411000', '144521.414000', '144521.417000', '144521.419000', '144521.422000', '144521.425000', '144521.428000', '144521.431000', '144521.434000', '144521.437000', '144521.440000', '144521.443000', '144521.446000', '144521.449000', '144521.451000', '144521.454000', '144521.457000', '144541.328000', '144541.331000', '144541.334000', '144541.337000', '144541.340000', '144541.343000', '144541.346000', '144541.349000', '144541.352000', '144541.355000', '144541.357000', '144541.360000', '144541.363000', '144541.366000', '144541.369000', '144541.372000', '144541.375000', '144541.378000', '144541.381000', '144541.384000', '144541.387000', '144541.390000', '144541.393000', '144541.396000', '144541.399000', '144541.402000', '144541.405000', '144541.407000', '144541.410000', '144541.414000', '144541.416000', '144541.419000', '144541.422000', '144541.425000', '144541.428000', '144541.431000', '144541.434000', '144541.437000', '144541.440000', '144541.443000', '144541.446000', '144541.449000', '144541.462000', '144541.465000', '144601.328000', '144601.331000', '144601.334000', '144601.337000', '144601.340000', '144601.343000', '144601.346000', '144601.349000', '144601.352000', '144601.355000', '144601.357000', '144601.360000', '144601.363000', '144601.366000', '144601.369000', '144601.374000', '144601.377000', '144601.380000', '144601.383000', '144601.386000', '144601.388000', '144601.391000', '144601.394000', '144601.397000', '144601.400000', '144601.403000', '144601.406000', '144601.409000', '144601.412000', '144601.415000', '144601.418000', '144601.421000', '144601.423000', '144601.427000', '144601.429000', '144601.432000', '144601.435000', '144601.438000', '144601.441000', '144601.444000', '144601.447000', '144601.450000', '144601.453000', '144621.328000', '144621.331000', '144621.334000', '144621.337000', '144621.340000', '144621.343000', '144621.346000', '144621.348000', '144621.352000', '144621.355000', '144621.357000', '144621.360000', '144621.364000', '144621.366000', '144621.369000', '144621.372000', '144621.375000', '144621.378000', '144621.381000', '144621.384000', '144621.387000', '144621.390000', '144621.393000', '144621.396000', '144621.399000', '144621.402000', '144621.404000', '144621.407000', '144621.410000', '144621.413000', '144621.416000', '144621.419000', '144621.422000', '144621.425000', '144621.428000', '144621.431000', '144621.434000', '144621.437000', '144621.440000', '144621.442000', '144621.446000', '144621.448000', '144621.451000', '144621.454000', '144641.327000', '144641.330000', '144641.333000', '144641.336000', '144641.339000', '144641.342000', '144641.345000', '144641.348000', '144641.351000', '144641.353000', '144641.356000', '144641.359000', '144641.362000', '144641.365000', '144641.368000', '144641.371000', '144641.374000', '144641.377000', '144641.380000', '144641.383000', '144641.386000', '144641.389000', '144641.392000', '144641.395000', '144641.398000', '144641.401000', '144641.404000', '144641.407000', '144641.410000', '144641.413000', '144641.416000', '144641.419000', '144641.422000', '144641.425000', '144641.428000', '144641.431000', '144641.434000', '144641.437000', '144641.439000', '144641.442000', '144641.445000', '144641.448000', '144641.451000', '144701.327000', '144701.330000', '144701.333000', '144701.336000', '144701.339000', '144701.342000', '144701.345000', '144701.348000', '144701.351000', '144701.354000', '144701.357000', '144701.360000', '144701.363000', '144701.366000', '144701.369000', '144701.372000', '144701.375000', '144701.377000', '144701.380000', '144701.383000', '144701.386000', '144701.389000', '144701.392000', '144701.395000', '144701.398000', '144701.401000', '144701.404000', '144701.407000', '144701.410000', '144701.412000', '144701.415000', '144701.418000', '144701.421000', '144701.424000', '144701.427000', '144701.430000', '144701.433000', '144701.436000', '144701.439000', '144701.442000', '144701.445000', '144701.448000', '144701.450000', '144701.453000', '144721.327000', '144721.330000', '144721.333000', '144721.336000', '144721.339000', '144721.342000', '144721.345000', '144721.348000', '144721.351000', '144721.372000', '144721.375000', '144721.377000', '144721.380000', '144721.383000', '144721.386000', '144721.396000', '144721.399000', '144721.402000', '144721.405000', '144721.408000', '144721.412000', '144721.416000', '144721.419000', '144721.422000', '144721.425000', '144721.428000', '144721.431000', '144721.434000', '144721.437000', '144721.440000', '144721.443000', '144721.446000', '144721.448000', '144721.451000', '144721.454000', '144721.457000', '144721.460000', '144721.463000', '144721.466000', '144721.469000', '144721.472000', '144721.475000', '144721.478000', '144741.327000', '144741.330000', '144741.333000', '144741.336000', '144741.339000', '144741.342000', '144741.345000', '144741.348000', '144741.351000', '144741.354000', '144741.357000', '144741.359000', '144741.362000', '144741.365000', '144741.368000', '144741.371000', '144741.374000', '144741.377000', '144741.380000', '144741.383000', '144741.386000', '144741.389000', '144741.392000', '144741.395000', '144741.398000', '144741.400000', '144741.403000', '144741.406000', '144741.409000', '144741.412000', '144741.415000', '144741.418000', '144741.421000', '144741.424000', '144741.427000', '144741.430000', '144741.433000', '144741.436000', '144741.439000', '144741.442000', '144741.445000', '144741.448000', '144741.451000', '144741.453000', '144801.328000', '144801.331000', '144801.334000', '144801.337000', '144801.340000', '144801.343000', '144801.346000', '144801.349000', '144801.353000', '144801.356000', '144801.359000', '144801.361000', '144801.365000', '144801.367000', '144801.370000', '144801.375000', '144801.378000', '144801.381000', '144801.384000', '144801.387000', '144801.390000', '144801.393000', '144801.396000', '144801.404000', '144801.407000', '144801.411000', '144801.416000', '144801.419000', '144801.422000', '144801.425000', '144801.428000', '144801.431000', '144801.434000', '144801.437000', '144801.440000', '144801.443000', '144801.446000', '144801.449000', '144801.452000', '144801.455000', '144801.457000', '144801.460000', '144801.463000', '144821.328000', '144821.338000', '144821.341000', '144821.344000', '144821.346000', '144821.350000', '144821.352000', '144821.355000', '144821.358000', '144821.361000', '144821.364000', '144821.376000', '144821.379000', '144821.382000', '144821.385000', '144821.388000', '144821.391000', '144821.394000', '144821.397000', '144821.400000', '144821.403000', '144821.406000', '144821.409000', '144821.411000', '144821.414000', '144821.417000', '144821.420000', '144821.423000', '144821.426000', '144821.429000', '144821.432000', '144821.435000', '144821.438000', '144821.441000', '144821.444000', '144821.447000', '144821.450000', '144821.453000', '144821.455000', '144821.458000', '144821.461000', '144821.464000', '144821.467000', '144821.470000', '144841.328000', '144841.331000', '144841.334000', '144841.337000', '144841.340000', '144841.343000', '144841.346000', '144841.349000', '144841.352000', '144841.355000', '144841.357000', '144841.361000', '144841.363000', '144841.366000', '144841.369000', '144841.372000', '144841.375000', '144841.378000', '144841.381000', '144841.384000', '144841.387000', '144841.390000', '144841.393000', '144841.396000', '144841.399000', '144841.401000', '144841.404000', '144841.407000', '144841.410000', '144841.413000', '144841.416000', '144841.419000', '144841.422000', '144841.425000', '144841.437000', '144841.441000', '144841.444000', '144841.447000', '144841.451000', '144841.455000', '144841.458000', '144841.461000', '144841.464000', '144901.327000', '144901.330000', '144901.333000', '144901.336000', '144901.339000', '144901.342000', '144901.345000', '144901.348000', '144901.351000', '144901.354000', '144901.357000', '144901.359000', '144901.362000', '144901.365000', '144901.368000', '144901.371000', '144901.374000', '144901.377000', '144901.380000', '144901.383000', '144901.386000', '144901.389000', '144901.392000', '144901.394000', '144901.397000', '144901.400000', '144901.403000', '144901.406000', '144901.409000', '144901.412000', '144901.415000', '144901.418000', '144901.421000', '144901.424000', '144901.427000', '144901.429000', '144901.432000', '144901.435000', '144901.438000', '144901.441000', '144901.444000', '144901.447000', '144901.450000', '144901.453000', '144921.327000', '144921.330000', '144921.333000', '144921.336000', '144921.339000', '144921.342000', '144921.345000', '144921.348000', '144921.351000', '144921.354000', '144921.357000', '144921.360000', '144921.362000', '144921.365000', '144921.368000', '144921.371000', '144921.374000', '144921.377000', '144921.380000', '144921.383000', '144921.386000', '144921.390000', '144921.398000', '144921.401000', '144921.404000', '144921.407000', '144921.410000', '144921.413000', '144921.416000', '144921.419000', '144921.422000', '144921.425000', '144921.428000', '144921.431000', '144921.434000', '144921.437000', '144921.440000', '144921.443000', '144921.446000', '144921.449000', '144921.453000', '144921.457000', '144921.460000', '144941.327000', '144941.330000', '144941.333000', '144941.342000', '144941.345000', '144941.348000', '144941.351000', '144941.354000', '144941.357000', '144941.360000', '144941.363000', '144941.366000', '144941.369000', '144941.372000', '144941.375000', '144941.378000', '144941.381000', '144941.383000', '144941.386000', '144941.389000', '144941.392000', '144941.395000', '144941.398000', '144941.401000', '144941.404000', '144941.407000', '144941.410000', '144941.413000', '144941.416000', '144941.418000', '144941.421000', '144941.424000', '144941.427000', '144941.430000', '144941.433000', '144941.436000', '144941.439000', '144941.442000', '144941.445000', '144941.448000', '144941.451000', '144941.454000', '144941.457000', '144941.460000', '145001.327000', '145001.330000', '145001.333000', '145001.336000', '145001.339000', '145001.342000', '145001.346000', '145001.349000', '145001.352000', '145001.355000', '145001.358000', '145001.361000', '145001.363000', '145001.374000', '145001.377000', '145001.380000', '145001.383000', '145001.386000', '145001.389000', '145001.392000', '145001.395000', '145001.398000', '145001.401000', '145001.404000', '145001.406000', '145001.409000', '145001.412000', '145001.415000', '145001.418000', '145001.421000', '145001.434000', '145001.437000', '145001.440000', '145001.443000', '145001.446000', '145001.449000', '145001.452000', '145001.455000', '145001.458000', '145001.461000', '145001.465000', '145001.468000', '145001.471000', '145021.328000', '145021.331000', '145021.343000', '145021.346000', '145021.349000', '145021.351000', '145021.355000', '145021.357000', '145021.360000', '145021.363000', '145021.366000', '145021.369000', '145021.372000', '145021.375000', '145021.378000', '145021.381000', '145021.384000', '145021.388000', '145021.391000', '145021.394000', '145021.397000', '145021.400000', '145021.403000', '145021.406000', '145021.409000', '145021.412000', '145021.415000', '145021.418000', '145021.421000', '145021.424000', '145021.427000', '145021.430000', '145021.432000', '145021.435000', '145021.438000', '145021.441000', '145021.444000', '145021.447000', '145021.450000', '145021.453000', '145021.456000', '145021.459000', '145021.462000', '145021.465000', '145041.328000', '145041.331000', '145041.334000', '145041.337000', '145041.340000', '145041.343000', '145041.346000', '145041.349000', '145041.352000', '145041.355000', '145041.358000', '145041.360000', '145041.364000', '145041.366000', '145041.369000', '145041.372000', '145041.375000', '145041.378000', '145041.381000', '145041.384000', '145041.387000', '145041.390000', '145041.393000', '145041.396000', '145041.399000', '145041.402000', '145041.404000', '145041.407000', '145041.410000', '145041.413000', '145041.416000', '145041.419000', '145041.422000', '145041.425000', '145041.429000', '145041.432000', '145041.435000', '145041.438000', '145041.441000', '145041.444000', '145041.447000', '145041.450000', '145041.453000', '145101.328000', '145101.331000', '145101.334000', '145101.337000', '145101.340000', '145101.343000', '145101.346000', '145101.349000', '145101.352000', '145101.355000', '145101.357000', '145101.360000', '145101.363000', '145101.366000', '145101.369000', '145101.372000', '145101.375000', '145101.378000', '145101.381000', '145101.384000', '145101.387000', '145101.390000', '145101.393000', '145101.395000', '145101.398000', '145101.401000', '145101.404000', '145101.407000', '145101.410000', '145101.413000', '145101.416000', '145101.419000', '145101.422000', '145101.425000', '145101.428000', '145101.431000', '145101.434000', '145101.437000', '145101.440000', '145101.443000', '145101.446000', '145101.449000', '145101.452000', '145101.454000', '145121.327000', '145121.330000', '145121.333000', '145121.336000', '145121.339000', '145121.342000', '145121.345000', '145121.348000', '145121.351000', '145121.354000', '145121.357000', '145121.360000', '145121.362000', '145121.365000', '145121.368000', '145121.371000', '145121.374000', '145121.377000', '145121.380000', '145121.383000', '145121.386000', '145121.389000', '145121.392000', '145121.395000', '145121.398000', '145121.400000', '145121.403000', '145121.425000', '145121.428000', '145121.431000', '145121.434000', '145121.437000', '145121.440000', '145121.443000', '145121.446000', '145121.449000', '145121.452000', '145121.455000', '145121.457000', '145121.460000', '145121.463000', '145121.466000', '145121.469000', '145130.784000', '145130.787000', '145130.791000', '145130.794000', '145130.797000', '145130.800000', '145130.803000', '145130.806000', '145130.809000', '145130.812000', '145130.815000', '145130.818000', '145130.822000', '145130.825000', '145130.828000', '145130.831000', '145130.834000', '145130.837000', '145130.840000', '145130.843000', '145130.846000'], 'InstanceCreationTime': ['144301.367000', '144301.371000', '144301.374000', '144301.377000', '144301.380000', '144301.383000', '144301.386000', '144301.390000', '144301.393000', '144301.396000', '144301.399000', '144301.402000', '144301.405000', '144301.408000', '144301.411000', '144301.414000', '144301.417000', '144301.420000', '144301.423000', '144301.426000', '144301.429000', '144301.432000', '144301.436000', '144301.441000', '144301.444000', '144301.447000', '144301.449000', '144301.452000', '144301.455000', '144301.465000', '144301.467000', '144301.470000', '144301.473000', '144301.476000', '144301.479000', '144301.482000', '144301.485000', '144301.488000', '144301.491000', '144301.494000', '144301.498000', '144301.501000', '144301.504000', '144301.507000', '144301.510000', '144301.513000', '144301.516000', '144301.519000', '144301.522000', '144301.525000', '144321.328000', '144321.331000', '144321.334000', '144321.337000', '144321.340000', '144321.343000', '144321.346000', '144321.348000', '144321.351000', '144321.354000', '144321.357000', '144321.360000', '144321.363000', '144321.366000', '144321.369000', '144321.372000', '144321.375000', '144321.378000', '144321.381000', '144321.384000', '144321.387000', '144321.395000', '144321.398000', '144321.400000', '144321.403000', '144321.406000', '144321.409000', '144321.412000', '144321.415000', '144321.418000', '144321.421000', '144321.424000', '144321.426000', '144321.430000', '144321.432000', '144321.435000', '144321.448000', '144321.451000', '144321.454000', '144321.456000', '144321.459000', '144321.462000', '144321.465000', '144321.468000', '144341.328000', '144341.331000', '144341.334000', '144341.337000', '144341.340000', '144341.343000', '144341.346000', '144341.349000', '144341.352000', '144341.355000', '144341.358000', '144341.361000', '144341.365000', '144341.368000', '144341.370000', '144341.373000', '144341.376000', '144341.379000', '144341.382000', '144341.385000', '144341.388000', '144341.391000', '144341.394000', '144341.397000', '144341.400000', '144341.402000', '144341.407000', '144341.413000', '144341.422000', '144341.425000', '144341.428000', '144341.431000', '144341.434000', '144341.437000', '144341.440000', '144341.443000', '144341.446000', '144341.449000', '144341.452000', '144341.455000', '144341.458000', '144341.461000', '144341.464000', '144401.328000', '144401.337000', '144401.340000', '144401.343000', '144401.346000', '144401.349000', '144401.352000', '144401.363000', '144401.366000', '144401.369000', '144401.372000', '144401.375000', '144401.378000', '144401.381000', '144401.384000', '144401.387000', '144401.390000', '144401.393000', '144401.396000', '144401.398000', '144401.401000', '144401.404000', '144401.407000', '144401.410000', '144401.413000', '144401.416000', '144401.419000', '144401.422000', '144401.425000', '144401.428000', '144401.430000', '144401.433000', '144401.436000', '144401.439000', '144401.442000', '144401.445000', '144401.448000', '144401.451000', '144401.454000', '144401.457000', '144401.460000', '144401.462000', '144401.465000', '144401.468000', '144421.327000', '144421.330000', '144421.345000', '144421.348000', '144421.351000', '144421.354000', '144421.357000', '144421.360000', '144421.362000', '144421.365000', '144421.374000', '144421.376000', '144421.379000', '144421.382000', '144421.385000', '144421.388000', '144421.391000', '144421.394000', '144421.397000', '144421.400000', '144421.403000', '144421.406000', '144421.409000', '144421.412000', '144421.414000', '144421.417000', '144421.420000', '144421.423000', '144421.426000', '144421.429000', '144421.432000', '144421.435000', '144421.438000', '144421.441000', '144421.444000', '144421.447000', '144421.450000', '144421.458000', '144421.461000', '144421.464000', '144421.467000', '144421.470000', '144421.473000', '144441.327000', '144441.330000', '144441.333000', '144441.337000', '144441.339000', '144441.342000', '144441.345000', '144441.348000', '144441.351000', '144441.354000', '144441.357000', '144441.360000', '144441.363000', '144441.366000', '144441.369000', '144441.372000', '144441.375000', '144441.378000', '144441.381000', '144441.384000', '144441.387000', '144441.389000', '144441.392000', '144441.395000', '144441.398000', '144441.401000', '144441.404000', '144441.407000', '144441.410000', '144441.413000', '144441.416000', '144441.419000', '144441.422000', '144441.425000', '144441.428000', '144441.431000', '144441.434000', '144441.436000', '144441.439000', '144441.442000', '144441.445000', '144441.448000', '144441.451000', '144501.327000', '144501.330000', '144501.333000', '144501.336000', '144501.339000', '144501.342000', '144501.345000', '144501.348000', '144501.351000', '144501.354000', '144501.357000', '144501.360000', '144501.363000', '144501.366000', '144501.369000', '144501.371000', '144501.374000', '144501.377000', '144501.380000', '144501.383000', '144501.386000', '144501.389000', '144501.392000', '144501.395000', '144501.398000', '144501.401000', '144501.404000', '144501.407000', '144501.410000', '144501.413000', '144501.416000', '144501.419000', '144501.421000', '144501.424000', '144501.427000', '144501.430000', '144501.433000', '144501.436000', '144501.439000', '144501.442000', '144501.445000', '144501.448000', '144501.451000', '144501.454000', '144521.327000', '144521.331000', '144521.334000', '144521.337000', '144521.340000', '144521.343000', '144521.346000', '144521.349000', '144521.352000', '144521.355000', '144521.358000', '144521.360000', '144521.363000', '144521.366000', '144521.369000', '144521.372000', '144521.375000', '144521.378000', '144521.387000', '144521.390000', '144521.393000', '144521.396000', '144521.399000', '144521.402000', '144521.405000', '144521.408000', '144521.411000', '144521.414000', '144521.417000', '144521.419000', '144521.422000', '144521.425000', '144521.428000', '144521.431000', '144521.434000', '144521.437000', '144521.440000', '144521.443000', '144521.446000', '144521.449000', '144521.451000', '144521.454000', '144521.457000', '144541.328000', '144541.331000', '144541.334000', '144541.337000', '144541.340000', '144541.343000', '144541.346000', '144541.349000', '144541.352000', '144541.355000', '144541.357000', '144541.360000', '144541.363000', '144541.366000', '144541.369000', '144541.372000', '144541.375000', '144541.378000', '144541.381000', '144541.384000', '144541.387000', '144541.390000', '144541.393000', '144541.396000', '144541.399000', '144541.402000', '144541.405000', '144541.407000', '144541.410000', '144541.414000', '144541.416000', '144541.419000', '144541.422000', '144541.425000', '144541.428000', '144541.431000', '144541.434000', '144541.437000', '144541.440000', '144541.443000', '144541.446000', '144541.449000', '144541.462000', '144541.465000', '144601.328000', '144601.331000', '144601.334000', '144601.337000', '144601.340000', '144601.343000', '144601.346000', '144601.349000', '144601.352000', '144601.355000', '144601.357000', '144601.360000', '144601.363000', '144601.366000', '144601.369000', '144601.374000', '144601.377000', '144601.380000', '144601.383000', '144601.386000', '144601.388000', '144601.391000', '144601.394000', '144601.397000', '144601.400000', '144601.403000', '144601.406000', '144601.409000', '144601.412000', '144601.415000', '144601.418000', '144601.421000', '144601.423000', '144601.427000', '144601.429000', '144601.432000', '144601.435000', '144601.438000', '144601.441000', '144601.444000', '144601.447000', '144601.450000', '144601.453000', '144621.328000', '144621.331000', '144621.334000', '144621.337000', '144621.340000', '144621.343000', '144621.346000', '144621.348000', '144621.352000', '144621.355000', '144621.357000', '144621.360000', '144621.364000', '144621.366000', '144621.369000', '144621.372000', '144621.375000', '144621.378000', '144621.381000', '144621.384000', '144621.387000', '144621.390000', '144621.393000', '144621.396000', '144621.399000', '144621.402000', '144621.404000', '144621.407000', '144621.410000', '144621.413000', '144621.416000', '144621.419000', '144621.422000', '144621.425000', '144621.428000', '144621.431000', '144621.434000', '144621.437000', '144621.440000', '144621.442000', '144621.446000', '144621.448000', '144621.451000', '144621.454000', '144641.327000', '144641.330000', '144641.333000', '144641.336000', '144641.339000', '144641.342000', '144641.345000', '144641.348000', '144641.351000', '144641.353000', '144641.356000', '144641.359000', '144641.362000', '144641.365000', '144641.368000', '144641.371000', '144641.374000', '144641.377000', '144641.380000', '144641.383000', '144641.386000', '144641.389000', '144641.392000', '144641.395000', '144641.398000', '144641.401000', '144641.404000', '144641.407000', '144641.410000', '144641.413000', '144641.416000', '144641.419000', '144641.422000', '144641.425000', '144641.428000', '144641.431000', '144641.434000', '144641.437000', '144641.439000', '144641.442000', '144641.445000', '144641.448000', '144641.451000', '144701.327000', '144701.330000', '144701.333000', '144701.336000', '144701.339000', '144701.342000', '144701.345000', '144701.348000', '144701.351000', '144701.354000', '144701.357000', '144701.360000', '144701.363000', '144701.366000', '144701.369000', '144701.372000', '144701.375000', '144701.377000', '144701.380000', '144701.383000', '144701.386000', '144701.389000', '144701.392000', '144701.395000', '144701.398000', '144701.401000', '144701.404000', '144701.407000', '144701.410000', '144701.412000', '144701.415000', '144701.418000', '144701.421000', '144701.424000', '144701.427000', '144701.430000', '144701.433000', '144701.436000', '144701.439000', '144701.442000', '144701.445000', '144701.448000', '144701.450000', '144701.453000', '144721.327000', '144721.330000', '144721.333000', '144721.336000', '144721.339000', '144721.342000', '144721.345000', '144721.348000', '144721.351000', '144721.372000', '144721.375000', '144721.377000', '144721.380000', '144721.383000', '144721.386000', '144721.396000', '144721.399000', '144721.402000', '144721.405000', '144721.408000', '144721.412000', '144721.416000', '144721.419000', '144721.422000', '144721.425000', '144721.428000', '144721.431000', '144721.434000', '144721.437000', '144721.440000', '144721.443000', '144721.446000', '144721.448000', '144721.451000', '144721.454000', '144721.457000', '144721.460000', '144721.463000', '144721.466000', '144721.469000', '144721.472000', '144721.475000', '144721.478000', '144741.327000', '144741.330000', '144741.333000', '144741.336000', '144741.339000', '144741.342000', '144741.345000', '144741.348000', '144741.351000', '144741.354000', '144741.357000', '144741.359000', '144741.362000', '144741.365000', '144741.368000', '144741.371000', '144741.374000', '144741.377000', '144741.380000', '144741.383000', '144741.386000', '144741.389000', '144741.392000', '144741.395000', '144741.398000', '144741.400000', '144741.403000', '144741.406000', '144741.409000', '144741.412000', '144741.415000', '144741.418000', '144741.421000', '144741.424000', '144741.427000', '144741.430000', '144741.433000', '144741.436000', '144741.439000', '144741.442000', '144741.445000', '144741.448000', '144741.451000', '144741.453000', '144801.328000', '144801.331000', '144801.334000', '144801.337000', '144801.340000', '144801.343000', '144801.346000', '144801.349000', '144801.353000', '144801.356000', '144801.359000', '144801.361000', '144801.365000', '144801.367000', '144801.370000', '144801.375000', '144801.378000', '144801.381000', '144801.384000', '144801.387000', '144801.390000', '144801.393000', '144801.396000', '144801.404000', '144801.407000', '144801.411000', '144801.416000', '144801.419000', '144801.422000', '144801.425000', '144801.428000', '144801.431000', '144801.434000', '144801.437000', '144801.440000', '144801.443000', '144801.446000', '144801.449000', '144801.452000', '144801.455000', '144801.457000', '144801.460000', '144801.463000', '144821.328000', '144821.338000', '144821.341000', '144821.344000', '144821.346000', '144821.350000', '144821.352000', '144821.355000', '144821.358000', '144821.361000', '144821.364000', '144821.376000', '144821.379000', '144821.382000', '144821.385000', '144821.388000', '144821.391000', '144821.394000', '144821.397000', '144821.400000', '144821.403000', '144821.406000', '144821.409000', '144821.411000', '144821.414000', '144821.417000', '144821.420000', '144821.423000', '144821.426000', '144821.429000', '144821.432000', '144821.435000', '144821.438000', '144821.441000', '144821.444000', '144821.447000', '144821.450000', '144821.453000', '144821.455000', '144821.458000', '144821.461000', '144821.464000', '144821.467000', '144821.470000', '144841.328000', '144841.331000', '144841.334000', '144841.337000', '144841.340000', '144841.343000', '144841.346000', '144841.349000', '144841.352000', '144841.355000', '144841.357000', '144841.361000', '144841.363000', '144841.366000', '144841.369000', '144841.372000', '144841.375000', '144841.378000', '144841.381000', '144841.384000', '144841.387000', '144841.390000', '144841.393000', '144841.396000', '144841.399000', '144841.401000', '144841.404000', '144841.407000', '144841.410000', '144841.413000', '144841.416000', '144841.419000', '144841.422000', '144841.425000', '144841.437000', '144841.441000', '144841.444000', '144841.447000', '144841.451000', '144841.455000', '144841.458000', '144841.461000', '144841.464000', '144901.327000', '144901.330000', '144901.333000', '144901.336000', '144901.339000', '144901.342000', '144901.345000', '144901.348000', '144901.351000', '144901.354000', '144901.357000', '144901.359000', '144901.362000', '144901.365000', '144901.368000', '144901.371000', '144901.374000', '144901.377000', '144901.380000', '144901.383000', '144901.386000', '144901.389000', '144901.392000', '144901.394000', '144901.397000', '144901.400000', '144901.403000', '144901.406000', '144901.409000', '144901.412000', '144901.415000', '144901.418000', '144901.421000', '144901.424000', '144901.427000', '144901.429000', '144901.432000', '144901.435000', '144901.438000', '144901.441000', '144901.444000', '144901.447000', '144901.450000', '144901.453000', '144921.327000', '144921.330000', '144921.333000', '144921.336000', '144921.339000', '144921.342000', '144921.345000', '144921.348000', '144921.351000', '144921.354000', '144921.357000', '144921.360000', '144921.362000', '144921.365000', '144921.368000', '144921.371000', '144921.374000', '144921.377000', '144921.380000', '144921.383000', '144921.386000', '144921.390000', '144921.398000', '144921.401000', '144921.404000', '144921.407000', '144921.410000', '144921.413000', '144921.416000', '144921.419000', '144921.422000', '144921.425000', '144921.428000', '144921.431000', '144921.434000', '144921.437000', '144921.440000', '144921.443000', '144921.446000', '144921.449000', '144921.453000', '144921.457000', '144921.460000', '144941.327000', '144941.330000', '144941.333000', '144941.342000', '144941.345000', '144941.348000', '144941.351000', '144941.354000', '144941.357000', '144941.360000', '144941.363000', '144941.366000', '144941.369000', '144941.372000', '144941.375000', '144941.378000', '144941.381000', '144941.383000', '144941.386000', '144941.389000', '144941.392000', '144941.395000', '144941.398000', '144941.401000', '144941.404000', '144941.407000', '144941.410000', '144941.413000', '144941.416000', '144941.418000', '144941.421000', '144941.424000', '144941.427000', '144941.430000', '144941.433000', '144941.436000', '144941.439000', '144941.442000', '144941.445000', '144941.448000', '144941.451000', '144941.454000', '144941.457000', '144941.460000', '145001.327000', '145001.330000', '145001.333000', '145001.336000', '145001.339000', '145001.342000', '145001.346000', '145001.349000', '145001.352000', '145001.355000', '145001.358000', '145001.361000', '145001.363000', '145001.374000', '145001.377000', '145001.380000', '145001.383000', '145001.386000', '145001.389000', '145001.392000', '145001.395000', '145001.398000', '145001.401000', '145001.404000', '145001.406000', '145001.409000', '145001.412000', '145001.415000', '145001.418000', '145001.421000', '145001.434000', '145001.437000', '145001.440000', '145001.443000', '145001.446000', '145001.449000', '145001.452000', '145001.455000', '145001.458000', '145001.461000', '145001.465000', '145001.468000', '145001.471000', '145021.328000', '145021.331000', '145021.343000', '145021.346000', '145021.349000', '145021.351000', '145021.355000', '145021.357000', '145021.360000', '145021.363000', '145021.366000', '145021.369000', '145021.372000', '145021.375000', '145021.378000', '145021.381000', '145021.384000', '145021.388000', '145021.391000', '145021.394000', '145021.397000', '145021.400000', '145021.403000', '145021.406000', '145021.409000', '145021.412000', '145021.415000', '145021.418000', '145021.421000', '145021.424000', '145021.427000', '145021.430000', '145021.432000', '145021.435000', '145021.438000', '145021.441000', '145021.444000', '145021.447000', '145021.450000', '145021.453000', '145021.456000', '145021.459000', '145021.462000', '145021.465000', '145041.328000', '145041.331000', '145041.334000', '145041.337000', '145041.340000', '145041.343000', '145041.346000', '145041.349000', '145041.352000', '145041.355000', '145041.358000', '145041.360000', '145041.364000', '145041.366000', '145041.369000', '145041.372000', '145041.375000', '145041.378000', '145041.381000', '145041.384000', '145041.387000', '145041.390000', '145041.393000', '145041.396000', '145041.399000', '145041.402000', '145041.404000', '145041.407000', '145041.410000', '145041.413000', '145041.416000', '145041.419000', '145041.422000', '145041.425000', '145041.429000', '145041.432000', '145041.435000', '145041.438000', '145041.441000', '145041.444000', '145041.447000', '145041.450000', '145041.453000', '145101.328000', '145101.331000', '145101.334000', '145101.337000', '145101.340000', '145101.343000', '145101.346000', '145101.349000', '145101.352000', '145101.355000', '145101.357000', '145101.360000', '145101.363000', '145101.366000', '145101.369000', '145101.372000', '145101.375000', '145101.378000', '145101.381000', '145101.384000', '145101.387000', '145101.390000', '145101.393000', '145101.395000', '145101.398000', '145101.401000', '145101.404000', '145101.407000', '145101.410000', '145101.413000', '145101.416000', '145101.419000', '145101.422000', '145101.425000', '145101.428000', '145101.431000', '145101.434000', '145101.437000', '145101.440000', '145101.443000', '145101.446000', '145101.449000', '145101.452000', '145101.454000', '145121.327000', '145121.330000', '145121.333000', '145121.336000', '145121.339000', '145121.342000', '145121.345000', '145121.348000', '145121.351000', '145121.354000', '145121.357000', '145121.360000', '145121.362000', '145121.365000', '145121.368000', '145121.371000', '145121.374000', '145121.377000', '145121.380000', '145121.383000', '145121.386000', '145121.389000', '145121.392000', '145121.395000', '145121.398000', '145121.400000', '145121.403000', '145121.425000', '145121.428000', '145121.431000', '145121.434000', '145121.437000', '145121.440000', '145121.443000', '145121.446000', '145121.449000', '145121.452000', '145121.455000', '145121.457000', '145121.460000', '145121.463000', '145121.466000', '145121.469000', '145130.784000', '145130.787000', '145130.791000', '145130.794000', '145130.797000', '145130.800000', '145130.803000', '145130.806000', '145130.809000', '145130.812000', '145130.815000', '145130.818000', '145130.822000', '145130.825000', '145130.828000', '145130.831000', '145130.834000', '145130.837000', '145130.840000', '145130.843000', '145130.846000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7787, 8676, 7652, 8552, 6926, 8365, 6810, 8631, 7159, 6604, 7001, 6506, 7414, 6509, 6362, 7241, 6585, 8653, 6408, 7586, 7465, 6347, 9630, 6729, 9700, 8559, 6529, 10303, 6900, 6618, 8268, 6820, 8775, 6958, 9573, 7453, 8575, 7150, 8489, 6833, 8102, 6452, 8459, 6451, 8637, 6760, 8371, 6389, 7955, 6330, 8439, 6448, 9566, 6948, 9525, 6685, 8516, 6785, 8728, 6922, 8708, 6814, 9877, 6822, 8669, 6629, 8323, 6563, 8516, 6460, 8741, 6628, 8933, 7181, 8359, 7021, 8638, 6453, 8364, 6654, 8132, 6390, 7849, 6273, 7689, 6535, 7804, 8572, 7007, 10142, 7110, 9718, 6979, 8258, 6544, 7715, 6606, 7548, 6971, 8620, 6871, 9450, 6921, 9256, 6934, 8919, 7015, 9276, 6952, 10408, 7123, 8416, 7061, 7881, 6876, 8083, 7141, 8608, 7159, 8629, 6765, 7980, 6940, 8185, 6874, 10058, 6969, 7603, 6995, 7010, 7398, 7141, 7414, 7590, 7611, 7127, 7483, 6479, 8143, 6614, 8231, 6451, 8620, 7060, 9044, 7271, 6925, 6758, 6308, 7216, 6471, 7411, 6455, 7968, 6710, 7880, 6451, 8267, 6579, 8347, 6699, 8097, 7230, 8009, 7286, 7938, 7317, 7517, 6863, 7264, 6913, 7320, 6830, 7082, 6498, 7095, 6427, 7520, 6656, 7805, 6876, 7826, 6511, 8183, 6834, 8069, 7157, 8553, 7784, 7993, 7190, 8311, 7733, 8252, 9118, 8143, 9724, 7937, 9890, 7901, 9414, 7305, 8644, 7032, 8311, 7166, 8369, 7285, 8002, 7183, 7586, 6309, 7779, 6319, 8407, 6638, 8811, 7356, 8311, 7332, 8807, 7429, 9105, 7029, 9890, 7640, 9368, 7471, 8879, 7540, 8747, 7531, 9382, 7205, 9945, 7294, 9646, 7018, 8918, 6795, 9418, 6795, 9954, 6984, 9986, 7113, 8626, 7201, 9501, 7327, 10209, 7348, 10364, 7618, 7522, 7339, 6761, 7648, 6618, 7845, 6310, 8173, 7412, 9558, 6155, 7486, 7310, 7294, 8748, 6761, 5887, 9417, 7414, 6023, 7662, 7060, 8888, 7003, 7163, 10154, 7506, 11840, 7621, 9821, 7883, 9286, 8188, 7083, 8363, 7160, 9997, 7502, 8277, 7275, 6623, 7540, 6812, 8480, 6683, 8824, 7415, 9800, 7258, 9670, 7245, 9527, 7136, 9222, 6935, 9041, 7019, 9132, 7306, 8542, 6707, 8352, 6780, 8817, 6771, 8832, 6670, 9219, 6820, 6801, 6868, 7566, 7006, 9009, 6994, 9977, 8220, 8600, 7957, 6754, 7756, 6498, 7960, 6921, 7951, 7003, 8269, 6996, 9280, 7081, 9002, 6981, 9091, 7066, 9856, 7832, 10016, 8180, 8737, 7478, 10214, 7558, 10976, 7787, 10556, 7596, 10349, 7507, 7980, 7056, 6744, 7119, 6662, 7247, 7566, 7100, 7864, 7403, 6651, 7805, 6896, 7737, 8379, 7449, 9458, 7456, 7379, 7707, 6628, 7778, 6611, 7764, 6545, 7751, 7055, 8112, 6761, 8363, 6541, 8413, 6715, 8563, 6786, 9326, 7093, 9720, 7367, 9609, 7430, 9695, 7229, 10294, 7300, 9238, 7185, 6622, 7291, 6882, 7628, 7864, 7258, 8825, 7491, 8004, 7633, 6864, 7705, 6783, 7859, 6679, 7888, 6605, 7900, 6535, 8599, 7215, 8789, 7155, 9015, 7103, 9020, 7209, 9976, 7316, 9961, 7358, 9126, 7216, 8648, 7149, 8337, 7213, 8785, 7402, 8421, 7021, 8341, 6833, 8514, 6736, 8525, 6618, 8718, 6714, 6451, 6805, 6426, 7190, 6562, 7676, 6911, 8930, 6523, 9513, 7361, 9254, 7280, 8851, 7453, 9097, 7137, 10049, 7217, 8423, 7154, 7274, 7246, 7426, 7333, 6955, 7598, 6436, 8027, 6700, 8540, 6775, 8506, 7303, 9490, 7381, 9283, 7134, 8749, 6761, 6935, 6828, 6236, 8184, 6533, 8649, 6694, 8983, 7111, 10758, 7149, 10081, 7542, 9915, 7519, 9970, 7350, 11283, 7386, 10847, 7514, 9826, 7325, 9104, 7187, 9158, 7829, 7461, 7683, 7342, 7942, 8396, 7665, 10498, 7437, 10674, 7597, 7296, 7103, 7485, 7062, 9500, 6954, 9508, 7126, 9929, 7135, 9016, 6862, 8434, 7300, 8736, 6295, 8440, 6588, 8264, 6710, 7727, 6545, 7557, 6500, 7410, 6682, 7758, 6992, 7388, 8382, 6995, 9836, 7150, 8849, 6505, 8191, 7911, 7535, 11131, 7102, 9384, 6949, 8517, 6343, 7868, 6694, 7851, 6600, 7454, 8374, 7055, 9385, 6898, 9231, 7011, 9186, 7017, 8728, 7231, 8174, 6360, 8631, 6798, 8545, 6753, 8334, 6971, 8269, 7163, 8112, 9934, 8031, 10681, 7964, 7626, 7497, 7670, 7372, 9659, 7827, 8340, 7471, 7708, 6981, 9580, 7225, 9454, 7320, 10344, 7126, 8700, 6643, 8138, 6911, 8405, 6608, 8952, 6605, 8616, 6571, 8415, 6824, 8851, 6884, 8731, 6532, 8393, 6604, 8580, 6701, 9702, 7122, 11356, 7320, 9155, 6788, 9323, 6950, 9718, 7661, 8674, 7156, 8012, 7120, 8983, 7144, 9715, 7615, 9518, 7483, 6599, 6552, 6415, 6685, 6330, 7470, 6152, 8027, 6073, 8653, 6392, 8648, 6738, 8490, 8020, 8126, 7025, 7256, 8815, 7259, 9441, 7066, 9657, 7628, 9985, 6932, 8564, 6462, 8540, 6548, 8390, 6962, 9105, 6902, 8974, 6541, 8135, 6951, 8418, 6528, 8830, 6284, 8949, 6414, 7970, 6585, 7519, 7218, 7101, 9404, 7339, 8625, 7126, 7451, 6557, 9190, 6776, 8698, 6716, 8583, 6827, 9722, 6738, 8276, 6306, 8147, 6428, 7683, 6938, 7740, 6836, 7725, 6380, 7582, 6231, 7816, 6372, 8060, 6700, 7946, 6692, 8875, 6894, 8446, 6976, 9103, 7130, 10049, 7176, 11175, 7466, 9497, 7278, 9457, 7373, 10042, 7486, 10928, 8128, 9590, 7894, 6922, 7507, 6566, 7910, 6828, 7899, 7442, 7988, 6566, 7881, 6490, 8163, 6660, 8036, 6930, 8312, 7150, 8522, 6983, 8564, 7358, 8481, 6802, 8311, 7049, 9464, 7508, 8670, 7364, 8171, 7214, 8191, 6951, 8124, 7780, 9950, 7212, 7672, 6734, 7215, 7305, 7432, 7246, 6246, 7494, 7326, 7963, 6719, 7949, 6578, 8344, 6817, 8473, 7089, 8100, 7131, 8095, 7064, 8507, 7225, 8500, 7155, 8121, 6996, 8081, 6784, 8046, 6802, 8067, 6587, 7943, 6877, 8073, 7251, 7848, 7616, 7668, 6877, 7557, 6910, 7371, 7475, 7478, 10296, 7704, 10409, 7707, 10343, 7358, 9022, 7664, 9136, 7571, 9942, 7230, 8520, 6527, 8006, 7078, 7751, 8799, 7597, 7597, 7561, 6941, 7325, 6908, 7434, 7102, 7661, 8759, 7885, 7381, 7944, 7184, 8089, 7506, 8115, 9380, 7988, 10221, 8422, 7748, 7998, 6619, 7952, 6667, 7951, 7278, 9301, 7516, 8994, 7148, 7141, 7242, 7306, 7399, 6830, 7719, 7045, 8616, 7153, 9124, 7246, 9968, 7238, 9272, 7456, 7128, 7794, 7375, 7761, 8538, 7896, 9236, 7839, 9568, 8132, 7148, 7960, 6867, 8193, 7082, 8551, 6931, 8001, 7169, 6578, 7368, 7236, 8447, 7006, 9429, 6783, 10735, 7818, 10939, 8046, 9729, 7557, 8796, 7429, 9230, 7213, 7484, 8146, 7015, 9049, 7009, 6684, 6450, 6853, 6684, 7446, 7481, 6684, 8828, 7184, 6506, 8550, 7748, 8323, 7296, 10440, 7888, 10463, 7999, 10443, 7981, 10112, 8097, 10147, 7412, 9455, 7493, 9642, 7500, 7720, 6915, 7662, 6927, 9709, 6942, 9745, 7381, 9091, 7076, 8581, 7180, 9018, 7106, 7401, 7634, 6710, 7594, 6763, 7733, 6840, 7864, 6945, 8137, 6928, 8440, 7177, 8403, 7651, 8658, 7456, 9047, 7405, 9349, 8019, 9981, 7855, 9873, 7599, 9481, 7634, 9279, 7496, 9542, 7943, 8033, 7900, 7882, 7811, 8204, 7808, 7677, 7839, 7153, 8158, 6959, 8454, 7391, 8211, 7231, 8288, 6917, 8590, 7204, 8515, 7032, 8091, 6988, 8720, 7201, 9093, 7046, 7600, 7273, 6976, 7606, 7078, 8012, 7734, 7630, 9466, 7920, 7898, 8478, 7594, 8546, 7737, 8320, 8421, 7945, 8534, 8571, 7407, 8315, 7314, 7812, 7590, 7418, 6927, 8174, 6807, 7715, 7164, 9053, 7333, 9477, 7538, 8683, 7730, 10665, 7820, 10383, 8069, 9565, 7407, 8970, 7548, 8981, 6888, 8334, 6586, 8031, 6440, 8095, 6726, 8072, 6453, 7806, 6883, 8057, 7249, 8138, 7533, 8036, 6862, 8481, 6671, 8425, 6976, 8209, 6985, 8340, 7010, 8733, 7275, 8287, 7410, 8206, 7313, 9387, 7490, 9179, 7624, 8528, 6987, 8686, 7028, 8436, 7529, 8625, 7621, 8609, 7076, 7808, 7266, 7732, 7300, 7985, 7263, 8960, 7749, 8640, 7244, 8304, 6768], 'WindowCenter': [3865.0, 3858.0, 3821.0, 3830.0, 3808.0, 3842.0, 3809.0, 3826.0, 3793.0, 3781.0, 3792.0, 3782.0, 3803.0, 3797.0, 3798.0, 3817.0, 3796.0, 3826.0, 3785.0, 3803.0, 3793.0, 3782.0, 3835.0, 3797.0, 3836.0, 3813.0, 3771.0, 3821.0, 3792.0, 3780.0, 3800.0, 3768.0, 3812.0, 3779.0, 3810.0, 3778.0, 3797.0, 3764.0, 3784.0, 3753.0, 3785.0, 3755.0, 3798.0, 3755.0, 3797.0, 3767.0, 3786.0, 3755.0, 3785.0, 3754.0, 3798.0, 3768.0, 3808.0, 3777.0, 3808.0, 3767.0, 3797.0, 3766.0, 3786.0, 3766.0, 3798.0, 3767.0, 3807.0, 3754.0, 3785.0, 3753.0, 3785.0, 3753.0, 3785.0, 3755.0, 3797.0, 3765.0, 3796.0, 3765.0, 3785.0, 3763.0, 3784.0, 3754.0, 3797.0, 3765.0, 3774.0, 3753.0, 3774.0, 3741.0, 3772.0, 3740.0, 3773.0, 3783.0, 3764.0, 3805.0, 3764.0, 3794.0, 3763.0, 3772.0, 3741.0, 3772.0, 3753.0, 3774.0, 3777.0, 3797.0, 3766.0, 3807.0, 3776.0, 3794.0, 3764.0, 3783.0, 3765.0, 3796.0, 3764.0, 3805.0, 3764.0, 3784.0, 3765.0, 3773.0, 3752.0, 3773.0, 3764.0, 3784.0, 3764.0, 3784.0, 3753.0, 3772.0, 3764.0, 3785.0, 3754.0, 3805.0, 3765.0, 3774.0, 3764.0, 3762.0, 3763.0, 3763.0, 3764.0, 3775.0, 3775.0, 3764.0, 3776.0, 3754.0, 3773.0, 3751.0, 3783.0, 3741.0, 3795.0, 3764.0, 3794.0, 3775.0, 3776.0, 3765.0, 3753.0, 3763.0, 3752.0, 3774.0, 3752.0, 3786.0, 3765.0, 3786.0, 3755.0, 3785.0, 3753.0, 3783.0, 3751.0, 3773.0, 3763.0, 3773.0, 3763.0, 3785.0, 3763.0, 3763.0, 3751.0, 3776.0, 3764.0, 3775.0, 3753.0, 3765.0, 3754.0, 3765.0, 3754.0, 3776.0, 3765.0, 3788.0, 3766.0, 3788.0, 3756.0, 3801.0, 3766.0, 3787.0, 3765.0, 3797.0, 3776.0, 3786.0, 3764.0, 3797.0, 3774.0, 3785.0, 3783.0, 3774.0, 3794.0, 3774.0, 3804.0, 3786.0, 3793.0, 3762.0, 3781.0, 3761.0, 3783.0, 3763.0, 3784.0, 3775.0, 3784.0, 3764.0, 3773.0, 3753.0, 3774.0, 3755.0, 3798.0, 3767.0, 3798.0, 3777.0, 3786.0, 3775.0, 3795.0, 3764.0, 3796.0, 3764.0, 3806.0, 3775.0, 3795.0, 3775.0, 3793.0, 3773.0, 3782.0, 3773.0, 3794.0, 3764.0, 3805.0, 3775.0, 3795.0, 3764.0, 3782.0, 3752.0, 3793.0, 3754.0, 3806.0, 3766.0, 3806.0, 3766.0, 3796.0, 3775.0, 3794.0, 3764.0, 3805.0, 3775.0, 3805.0, 3775.0, 3775.0, 3775.0, 3764.0, 3774.0, 3753.0, 3774.0, 3756.0, 3798.0, 3792.0, 3823.0, 3771.0, 3791.0, 3792.0, 3779.0, 3786.0, 3779.0, 3746.0, 3809.0, 3779.0, 3773.0, 3803.0, 3793.0, 3812.0, 3782.0, 3780.0, 3821.0, 3780.0, 3832.0, 3790.0, 3808.0, 3777.0, 3796.0, 3786.0, 3766.0, 3786.0, 3765.0, 3806.0, 3776.0, 3785.0, 3764.0, 3753.0, 3774.0, 3753.0, 3785.0, 3754.0, 3785.0, 3765.0, 3795.0, 3764.0, 3794.0, 3763.0, 3782.0, 3752.0, 3782.0, 3752.0, 3783.0, 3753.0, 3784.0, 3764.0, 3784.0, 3754.0, 3773.0, 3753.0, 3795.0, 3766.0, 3797.0, 3768.0, 3809.0, 3769.0, 3768.0, 3768.0, 3777.0, 3778.0, 3798.0, 3779.0, 3809.0, 3789.0, 3799.0, 3789.0, 3768.0, 3788.0, 3755.0, 3786.0, 3765.0, 3788.0, 3767.0, 3788.0, 3778.0, 3810.0, 3779.0, 3798.0, 3778.0, 3798.0, 3779.0, 3809.0, 3790.0, 3809.0, 3789.0, 3797.0, 3776.0, 3806.0, 3775.0, 3805.0, 3775.0, 3806.0, 3777.0, 3806.0, 3776.0, 3775.0, 3765.0, 3753.0, 3765.0, 3754.0, 3777.0, 3777.0, 3767.0, 3787.0, 3777.0, 3766.0, 3777.0, 3764.0, 3776.0, 3785.0, 3777.0, 3797.0, 3777.0, 3776.0, 3777.0, 3766.0, 3776.0, 3765.0, 3776.0, 3755.0, 3788.0, 3767.0, 3789.0, 3767.0, 3788.0, 3757.0, 3786.0, 3754.0, 3786.0, 3754.0, 3796.0, 3765.0, 3796.0, 3765.0, 3795.0, 3774.0, 3794.0, 3775.0, 3805.0, 3765.0, 3795.0, 3764.0, 3753.0, 3763.0, 3762.0, 3774.0, 3773.0, 3764.0, 3784.0, 3764.0, 3774.0, 3774.0, 3752.0, 3772.0, 3751.0, 3772.0, 3752.0, 3773.0, 3754.0, 3774.0, 3753.0, 3785.0, 3764.0, 3783.0, 3762.0, 3783.0, 3763.0, 3784.0, 3764.0, 3795.0, 3764.0, 3794.0, 3763.0, 3781.0, 3761.0, 3771.0, 3751.0, 3783.0, 3763.0, 3784.0, 3763.0, 3784.0, 3763.0, 3772.0, 3752.0, 3783.0, 3765.0, 3796.0, 3767.0, 3797.0, 3766.0, 3768.0, 3768.0, 3755.0, 3766.0, 3766.0, 3788.0, 3767.0, 3799.0, 3757.0, 3809.0, 3777.0, 3796.0, 3765.0, 3796.0, 3777.0, 3796.0, 3766.0, 3807.0, 3777.0, 3797.0, 3766.0, 3775.0, 3777.0, 3776.0, 3777.0, 3766.0, 3787.0, 3756.0, 3787.0, 3766.0, 3797.0, 3767.0, 3798.0, 3777.0, 3808.0, 3778.0, 3808.0, 3767.0, 3798.0, 3779.0, 3778.0, 3768.0, 3758.0, 3800.0, 3769.0, 3799.0, 3780.0, 3810.0, 3779.0, 3820.0, 3779.0, 3809.0, 3787.0, 3807.0, 3777.0, 3807.0, 3776.0, 3817.0, 3776.0, 3816.0, 3775.0, 3794.0, 3775.0, 3796.0, 3765.0, 3795.0, 3775.0, 3764.0, 3774.0, 3762.0, 3773.0, 3772.0, 3774.0, 3804.0, 3763.0, 3804.0, 3773.0, 3761.0, 3762.0, 3761.0, 3762.0, 3794.0, 3765.0, 3796.0, 3766.0, 3807.0, 3766.0, 3795.0, 3754.0, 3784.0, 3763.0, 3785.0, 3743.0, 3785.0, 3753.0, 3785.0, 3754.0, 3774.0, 3742.0, 3773.0, 3753.0, 3775.0, 3765.0, 3788.0, 3777.0, 3789.0, 3798.0, 3767.0, 3807.0, 3766.0, 3798.0, 3755.0, 3787.0, 3786.0, 3776.0, 3816.0, 3764.0, 3794.0, 3764.0, 3796.0, 3756.0, 3787.0, 3766.0, 3787.0, 3765.0, 3777.0, 3785.0, 3765.0, 3807.0, 3778.0, 3809.0, 3778.0, 3809.0, 3778.0, 3798.0, 3788.0, 3798.0, 3768.0, 3799.0, 3767.0, 3800.0, 3767.0, 3799.0, 3777.0, 3798.0, 3765.0, 3788.0, 3807.0, 3788.0, 3818.0, 3787.0, 3786.0, 3776.0, 3786.0, 3777.0, 3807.0, 3787.0, 3798.0, 3790.0, 3787.0, 3776.0, 3795.0, 3776.0, 3806.0, 3776.0, 3807.0, 3765.0, 3785.0, 3764.0, 3773.0, 3765.0, 3785.0, 3764.0, 3796.0, 3765.0, 3795.0, 3765.0, 3785.0, 3765.0, 3796.0, 3776.0, 3796.0, 3768.0, 3786.0, 3766.0, 3797.0, 3779.0, 3808.0, 3777.0, 3817.0, 3776.0, 3795.0, 3753.0, 3794.0, 3765.0, 3805.0, 3775.0, 3795.0, 3764.0, 3773.0, 3763.0, 3793.0, 3775.0, 3794.0, 3774.0, 3794.0, 3774.0, 3752.0, 3752.0, 3753.0, 3765.0, 3754.0, 3776.0, 3756.0, 3787.0, 3755.0, 3797.0, 3754.0, 3797.0, 3765.0, 3797.0, 3785.0, 3785.0, 3763.0, 3773.0, 3782.0, 3762.0, 3793.0, 3764.0, 3794.0, 3774.0, 3804.0, 3764.0, 3783.0, 3752.0, 3782.0, 3754.0, 3785.0, 3776.0, 3796.0, 3776.0, 3796.0, 3755.0, 3784.0, 3763.0, 3784.0, 3753.0, 3794.0, 3742.0, 3784.0, 3742.0, 3773.0, 3751.0, 3762.0, 3762.0, 3762.0, 3794.0, 3775.0, 3784.0, 3764.0, 3774.0, 3754.0, 3795.0, 3765.0, 3796.0, 3768.0, 3797.0, 3767.0, 3807.0, 3766.0, 3786.0, 3754.0, 3785.0, 3754.0, 3775.0, 3765.0, 3787.0, 3766.0, 3788.0, 3767.0, 3787.0, 3755.0, 3787.0, 3767.0, 3799.0, 3779.0, 3800.0, 3780.0, 3811.0, 3791.0, 3799.0, 3779.0, 3809.0, 3778.0, 3820.0, 3779.0, 3830.0, 3790.0, 3820.0, 3789.0, 3807.0, 3777.0, 3807.0, 3777.0, 3819.0, 3788.0, 3807.0, 3787.0, 3776.0, 3775.0, 3764.0, 3785.0, 3764.0, 3787.0, 3776.0, 3787.0, 3766.0, 3787.0, 3755.0, 3785.0, 3764.0, 3787.0, 3764.0, 3787.0, 3765.0, 3796.0, 3765.0, 3796.0, 3764.0, 3784.0, 3753.0, 3784.0, 3764.0, 3796.0, 3775.0, 3784.0, 3774.0, 3783.0, 3762.0, 3772.0, 3763.0, 3773.0, 3774.0, 3804.0, 3775.0, 3774.0, 3764.0, 3763.0, 3763.0, 3775.0, 3777.0, 3756.0, 3777.0, 3778.0, 3786.0, 3765.0, 3786.0, 3765.0, 3786.0, 3765.0, 3785.0, 3765.0, 3773.0, 3765.0, 3785.0, 3764.0, 3785.0, 3775.0, 3795.0, 3764.0, 3773.0, 3764.0, 3785.0, 3753.0, 3774.0, 3753.0, 3773.0, 3764.0, 3774.0, 3751.0, 3774.0, 3763.0, 3784.0, 3773.0, 3774.0, 3753.0, 3774.0, 3763.0, 3774.0, 3775.0, 3777.0, 3817.0, 3776.0, 3817.0, 3775.0, 3804.0, 3763.0, 3782.0, 3773.0, 3794.0, 3773.0, 3794.0, 3762.0, 3782.0, 3740.0, 3771.0, 3749.0, 3772.0, 3782.0, 3772.0, 3772.0, 3774.0, 3763.0, 3775.0, 3763.0, 3774.0, 3764.0, 3786.0, 3796.0, 3786.0, 3775.0, 3786.0, 3764.0, 3784.0, 3762.0, 3773.0, 3793.0, 3773.0, 3804.0, 3783.0, 3773.0, 3773.0, 3763.0, 3772.0, 3752.0, 3786.0, 3776.0, 3797.0, 3776.0, 3797.0, 3777.0, 3764.0, 3775.0, 3776.0, 3776.0, 3766.0, 3776.0, 3777.0, 3797.0, 3777.0, 3796.0, 3776.0, 3806.0, 3776.0, 3796.0, 3776.0, 3764.0, 3774.0, 3762.0, 3773.0, 3782.0, 3773.0, 3782.0, 3763.0, 3793.0, 3773.0, 3763.0, 3774.0, 3764.0, 3782.0, 3763.0, 3784.0, 3764.0, 3786.0, 3765.0, 3765.0, 3776.0, 3777.0, 3786.0, 3765.0, 3794.0, 3754.0, 3806.0, 3776.0, 3806.0, 3786.0, 3795.0, 3776.0, 3783.0, 3762.0, 3781.0, 3762.0, 3776.0, 3787.0, 3777.0, 3810.0, 3777.0, 3779.0, 3769.0, 3780.0, 3781.0, 3790.0, 3791.0, 3781.0, 3813.0, 3781.0, 3769.0, 3800.0, 3778.0, 3800.0, 3777.0, 3808.0, 3787.0, 3807.0, 3786.0, 3805.0, 3773.0, 3793.0, 3773.0, 3793.0, 3763.0, 3793.0, 3763.0, 3793.0, 3763.0, 3772.0, 3763.0, 3772.0, 3764.0, 3806.0, 3766.0, 3806.0, 3776.0, 3796.0, 3766.0, 3784.0, 3765.0, 3796.0, 3775.0, 3776.0, 3776.0, 3766.0, 3777.0, 3767.0, 3788.0, 3767.0, 3789.0, 3779.0, 3790.0, 3778.0, 3798.0, 3778.0, 3787.0, 3776.0, 3797.0, 3777.0, 3798.0, 3777.0, 3797.0, 3788.0, 3807.0, 3786.0, 3794.0, 3775.0, 3794.0, 3775.0, 3796.0, 3776.0, 3795.0, 3775.0, 3774.0, 3774.0, 3772.0, 3775.0, 3784.0, 3775.0, 3774.0, 3775.0, 3764.0, 3774.0, 3763.0, 3785.0, 3764.0, 3786.0, 3764.0, 3785.0, 3764.0, 3785.0, 3764.0, 3783.0, 3764.0, 3774.0, 3765.0, 3796.0, 3789.0, 3808.0, 3778.0, 3787.0, 3778.0, 3777.0, 3787.0, 3766.0, 3787.0, 3777.0, 3788.0, 3808.0, 3787.0, 3787.0, 3786.0, 3775.0, 3796.0, 3774.0, 3786.0, 3785.0, 3786.0, 3796.0, 3796.0, 3775.0, 3801.0, 3790.0, 3801.0, 3788.0, 3777.0, 3766.0, 3798.0, 3778.0, 3786.0, 3778.0, 3809.0, 3790.0, 3810.0, 3790.0, 3799.0, 3790.0, 3818.0, 3776.0, 3806.0, 3786.0, 3796.0, 3764.0, 3795.0, 3774.0, 3794.0, 3763.0, 3783.0, 3753.0, 3774.0, 3754.0, 3785.0, 3765.0, 3785.0, 3754.0, 3775.0, 3763.0, 3785.0, 3764.0, 3785.0, 3774.0, 3785.0, 3765.0, 3796.0, 3765.0, 3785.0, 3764.0, 3786.0, 3766.0, 3786.0, 3766.0, 3797.0, 3777.0, 3786.0, 3776.0, 3786.0, 3776.0, 3797.0, 3776.0, 3796.0, 3775.0, 3785.0, 3763.0, 3783.0, 3764.0, 3785.0, 3775.0, 3785.0, 3776.0, 3795.0, 3765.0, 3774.0, 3763.0, 3773.0, 3776.0, 3785.0, 3776.0, 3796.0, 3775.0, 3785.0, 3764.0, 3783.0, 3753.0], 'WindowWidth': [8696.0, 8668.0, 8604.0, 8610.0, 8577.0, 8631.0, 8583.0, 8595.0, 8549.0, 8527.0, 8545.0, 8531.0, 8561.0, 8564.0, 8566.0, 8586.0, 8556.0, 8593.0, 8537.0, 8556.0, 8544.0, 8527.0, 8603.0, 8560.0, 8603.0, 8569.0, 8511.0, 8576.0, 8542.0, 8522.0, 8544.0, 8501.0, 8566.0, 8517.0, 8558.0, 8513.0, 8538.0, 8489.0, 8513.0, 8474.0, 8518.0, 8479.0, 8539.0, 8481.0, 8536.0, 8498.0, 8522.0, 8480.0, 8518.0, 8479.0, 8539.0, 8501.0, 8554.0, 8513.0, 8556.0, 8499.0, 8536.0, 8495.0, 8522.0, 8496.0, 8539.0, 8500.0, 8549.0, 8478.0, 8517.0, 8475.0, 8519.0, 8474.0, 8518.0, 8482.0, 8538.0, 8494.0, 8535.0, 8493.0, 8518.0, 8487.0, 8515.0, 8478.0, 8539.0, 8493.0, 8504.0, 8475.0, 8501.0, 8454.0, 8497.0, 8452.0, 8500.0, 8513.0, 8490.0, 8545.0, 8490.0, 8527.0, 8488.0, 8495.0, 8457.0, 8498.0, 8474.0, 8504.0, 8512.0, 8537.0, 8497.0, 8551.0, 8511.0, 8530.0, 8490.0, 8513.0, 8493.0, 8533.0, 8491.0, 8545.0, 8489.0, 8515.0, 8493.0, 8498.0, 8471.0, 8500.0, 8492.0, 8517.0, 8491.0, 8515.0, 8475.0, 8498.0, 8492.0, 8518.0, 8480.0, 8546.0, 8494.0, 8505.0, 8491.0, 8485.0, 8488.0, 8486.0, 8489.0, 8506.0, 8506.0, 8490.0, 8508.0, 8478.0, 8499.0, 8467.0, 8511.0, 8457.0, 8533.0, 8491.0, 8530.0, 8508.0, 8509.0, 8493.0, 8474.0, 8487.0, 8473.0, 8504.0, 8474.0, 8521.0, 8494.0, 8523.0, 8481.0, 8519.0, 8473.0, 8512.0, 8467.0, 8500.0, 8486.0, 8501.0, 8487.0, 8521.0, 8488.0, 8486.0, 8469.0, 8510.0, 8493.0, 8506.0, 8476.0, 8495.0, 8480.0, 8493.0, 8477.0, 8508.0, 8495.0, 8528.0, 8497.0, 8528.0, 8486.0, 8551.0, 8497.0, 8525.0, 8493.0, 8539.0, 8509.0, 8524.0, 8492.0, 8540.0, 8505.0, 8520.0, 8513.0, 8503.0, 8530.0, 8503.0, 8542.0, 8524.0, 8528.0, 8486.0, 8508.0, 8483.0, 8512.0, 8489.0, 8515.0, 8507.0, 8518.0, 8492.0, 8501.0, 8474.0, 8505.0, 8481.0, 8541.0, 8500.0, 8541.0, 8514.0, 8521.0, 8506.0, 8532.0, 8491.0, 8534.0, 8492.0, 8549.0, 8506.0, 8534.0, 8508.0, 8527.0, 8500.0, 8511.0, 8501.0, 8529.0, 8491.0, 8545.0, 8506.0, 8532.0, 8492.0, 8511.0, 8472.0, 8527.0, 8478.0, 8548.0, 8497.0, 8549.0, 8496.0, 8535.0, 8506.0, 8529.0, 8489.0, 8543.0, 8506.0, 8546.0, 8507.0, 8505.0, 8508.0, 8492.0, 8504.0, 8474.0, 8503.0, 8484.0, 8542.0, 8543.0, 8585.0, 8513.0, 8537.0, 8542.0, 8514.0, 8517.0, 8519.0, 8467.0, 8555.0, 8517.0, 8515.0, 8557.0, 8542.0, 8566.0, 8526.0, 8520.0, 8575.0, 8517.0, 8591.0, 8532.0, 8552.0, 8508.0, 8532.0, 8518.0, 8495.0, 8519.0, 8490.0, 8547.0, 8508.0, 8518.0, 8489.0, 8471.0, 8498.0, 8470.0, 8515.0, 8474.0, 8515.0, 8489.0, 8529.0, 8489.0, 8528.0, 8486.0, 8506.0, 8468.0, 8508.0, 8468.0, 8509.0, 8471.0, 8512.0, 8487.0, 8515.0, 8476.0, 8497.0, 8473.0, 8529.0, 8494.0, 8536.0, 8502.0, 8555.0, 8506.0, 8504.0, 8504.0, 8510.0, 8512.0, 8540.0, 8517.0, 8556.0, 8531.0, 8544.0, 8530.0, 8502.0, 8526.0, 8479.0, 8520.0, 8492.0, 8525.0, 8498.0, 8527.0, 8515.0, 8559.0, 8520.0, 8541.0, 8513.0, 8538.0, 8516.0, 8555.0, 8532.0, 8557.0, 8529.0, 8537.0, 8508.0, 8545.0, 8504.0, 8544.0, 8504.0, 8548.0, 8510.0, 8547.0, 8508.0, 8506.0, 8494.0, 8475.0, 8491.0, 8475.0, 8511.0, 8511.0, 8499.0, 8525.0, 8512.0, 8495.0, 8509.0, 8490.0, 8507.0, 8518.0, 8510.0, 8538.0, 8510.0, 8508.0, 8510.0, 8495.0, 8508.0, 8492.0, 8507.0, 8481.0, 8526.0, 8499.0, 8529.0, 8500.0, 8527.0, 8485.0, 8519.0, 8475.0, 8519.0, 8478.0, 8534.0, 8492.0, 8534.0, 8492.0, 8529.0, 8502.0, 8527.0, 8506.0, 8544.0, 8492.0, 8531.0, 8491.0, 8474.0, 8488.0, 8484.0, 8500.0, 8500.0, 8489.0, 8516.0, 8489.0, 8502.0, 8503.0, 8472.0, 8497.0, 8468.0, 8497.0, 8469.0, 8500.0, 8476.0, 8503.0, 8474.0, 8518.0, 8489.0, 8511.0, 8483.0, 8511.0, 8485.0, 8515.0, 8489.0, 8530.0, 8488.0, 8527.0, 8485.0, 8505.0, 8480.0, 8492.0, 8468.0, 8511.0, 8486.0, 8514.0, 8488.0, 8513.0, 8487.0, 8496.0, 8472.0, 8512.0, 8494.0, 8536.0, 8499.0, 8538.0, 8500.0, 8502.0, 8501.0, 8482.0, 8497.0, 8496.0, 8527.0, 8498.0, 8543.0, 8486.0, 8555.0, 8512.0, 8533.0, 8491.0, 8534.0, 8510.0, 8535.0, 8495.0, 8552.0, 8513.0, 8539.0, 8496.0, 8506.0, 8510.0, 8509.0, 8512.0, 8496.0, 8525.0, 8483.0, 8523.0, 8495.0, 8536.0, 8499.0, 8539.0, 8512.0, 8554.0, 8514.0, 8552.0, 8498.0, 8541.0, 8519.0, 8516.0, 8504.0, 8491.0, 8547.0, 8505.0, 8544.0, 8521.0, 8561.0, 8517.0, 8573.0, 8517.0, 8556.0, 8524.0, 8548.0, 8513.0, 8550.0, 8510.0, 8563.0, 8508.0, 8559.0, 8504.0, 8527.0, 8505.0, 8533.0, 8493.0, 8532.0, 8506.0, 8488.0, 8501.0, 8482.0, 8498.0, 8496.0, 8501.0, 8542.0, 8486.0, 8539.0, 8498.0, 8482.0, 8483.0, 8479.0, 8484.0, 8527.0, 8493.0, 8533.0, 8496.0, 8549.0, 8497.0, 8530.0, 8476.0, 8514.0, 8486.0, 8516.0, 8459.0, 8517.0, 8473.0, 8517.0, 8476.0, 8501.0, 8457.0, 8498.0, 8473.0, 8507.0, 8494.0, 8526.0, 8514.0, 8531.0, 8542.0, 8498.0, 8549.0, 8496.0, 8540.0, 8479.0, 8524.0, 8520.0, 8509.0, 8560.0, 8489.0, 8528.0, 8488.0, 8533.0, 8483.0, 8526.0, 8496.0, 8526.0, 8495.0, 8512.0, 8520.0, 8494.0, 8550.0, 8516.0, 8556.0, 8515.0, 8557.0, 8517.0, 8542.0, 8530.0, 8540.0, 8505.0, 8546.0, 8501.0, 8547.0, 8501.0, 8544.0, 8513.0, 8541.0, 8494.0, 8528.0, 8551.0, 8527.0, 8567.0, 8526.0, 8524.0, 8511.0, 8521.0, 8514.0, 8551.0, 8527.0, 8541.0, 8536.0, 8528.0, 8511.0, 8532.0, 8511.0, 8549.0, 8511.0, 8552.0, 8495.0, 8518.0, 8491.0, 8500.0, 8493.0, 8519.0, 8492.0, 8536.0, 8496.0, 8533.0, 8493.0, 8521.0, 8496.0, 8534.0, 8509.0, 8537.0, 8504.0, 8522.0, 8497.0, 8539.0, 8520.0, 8556.0, 8514.0, 8565.0, 8509.0, 8531.0, 8475.0, 8530.0, 8494.0, 8546.0, 8508.0, 8533.0, 8491.0, 8500.0, 8487.0, 8526.0, 8508.0, 8529.0, 8504.0, 8529.0, 8503.0, 8472.0, 8472.0, 8474.0, 8494.0, 8479.0, 8512.0, 8485.0, 8527.0, 8482.0, 8537.0, 8477.0, 8537.0, 8494.0, 8539.0, 8520.0, 8519.0, 8487.0, 8500.0, 8509.0, 8484.0, 8525.0, 8490.0, 8530.0, 8504.0, 8543.0, 8489.0, 8512.0, 8472.0, 8511.0, 8478.0, 8518.0, 8509.0, 8535.0, 8511.0, 8535.0, 8481.0, 8516.0, 8488.0, 8516.0, 8473.0, 8529.0, 8457.0, 8515.0, 8457.0, 8500.0, 8468.0, 8484.0, 8483.0, 8485.0, 8531.0, 8506.0, 8517.0, 8492.0, 8502.0, 8479.0, 8532.0, 8495.0, 8536.0, 8503.0, 8539.0, 8499.0, 8552.0, 8498.0, 8521.0, 8476.0, 8517.0, 8475.0, 8506.0, 8493.0, 8525.0, 8497.0, 8529.0, 8502.0, 8528.0, 8482.0, 8525.0, 8499.0, 8546.0, 8519.0, 8549.0, 8522.0, 8565.0, 8540.0, 8546.0, 8518.0, 8558.0, 8516.0, 8573.0, 8518.0, 8588.0, 8535.0, 8573.0, 8532.0, 8550.0, 8511.0, 8551.0, 8512.0, 8569.0, 8527.0, 8552.0, 8524.0, 8510.0, 8508.0, 8490.0, 8519.0, 8492.0, 8525.0, 8510.0, 8527.0, 8498.0, 8527.0, 8482.0, 8520.0, 8490.0, 8524.0, 8491.0, 8524.0, 8493.0, 8535.0, 8495.0, 8533.0, 8489.0, 8514.0, 8475.0, 8517.0, 8489.0, 8533.0, 8505.0, 8517.0, 8503.0, 8512.0, 8484.0, 8496.0, 8485.0, 8498.0, 8501.0, 8542.0, 8506.0, 8503.0, 8490.0, 8487.0, 8488.0, 8507.0, 8513.0, 8485.0, 8512.0, 8516.0, 8522.0, 8493.0, 8523.0, 8494.0, 8521.0, 8492.0, 8520.0, 8493.0, 8501.0, 8495.0, 8520.0, 8492.0, 8519.0, 8506.0, 8533.0, 8490.0, 8499.0, 8490.0, 8520.0, 8475.0, 8502.0, 8473.0, 8501.0, 8490.0, 8503.0, 8469.0, 8502.0, 8486.0, 8517.0, 8501.0, 8503.0, 8474.0, 8504.0, 8487.0, 8504.0, 8506.0, 8512.0, 8565.0, 8510.0, 8564.0, 8507.0, 8542.0, 8485.0, 8509.0, 8499.0, 8527.0, 8498.0, 8528.0, 8485.0, 8511.0, 8453.0, 8495.0, 8462.0, 8497.0, 8510.0, 8499.0, 8499.0, 8503.0, 8489.0, 8506.0, 8488.0, 8504.0, 8491.0, 8524.0, 8536.0, 8523.0, 8506.0, 8521.0, 8490.0, 8516.0, 8482.0, 8499.0, 8527.0, 8500.0, 8541.0, 8513.0, 8498.0, 8500.0, 8489.0, 8497.0, 8470.0, 8521.0, 8510.0, 8538.0, 8509.0, 8538.0, 8513.0, 8491.0, 8507.0, 8508.0, 8508.0, 8495.0, 8509.0, 8513.0, 8538.0, 8512.0, 8534.0, 8510.0, 8549.0, 8510.0, 8534.0, 8508.0, 8491.0, 8503.0, 8484.0, 8498.0, 8510.0, 8497.0, 8509.0, 8484.0, 8526.0, 8498.0, 8486.0, 8502.0, 8491.0, 8510.0, 8487.0, 8515.0, 8491.0, 8521.0, 8494.0, 8494.0, 8511.0, 8514.0, 8521.0, 8492.0, 8529.0, 8476.0, 8546.0, 8508.0, 8547.0, 8520.0, 8533.0, 8507.0, 8512.0, 8481.0, 8504.0, 8483.0, 8512.0, 8527.0, 8513.0, 8560.0, 8513.0, 8522.0, 8509.0, 8523.0, 8525.0, 8534.0, 8537.0, 8524.0, 8568.0, 8525.0, 8506.0, 8546.0, 8514.0, 8547.0, 8512.0, 8554.0, 8522.0, 8551.0, 8522.0, 8541.0, 8499.0, 8524.0, 8497.0, 8523.0, 8485.0, 8525.0, 8486.0, 8524.0, 8486.0, 8495.0, 8488.0, 8497.0, 8491.0, 8548.0, 8496.0, 8549.0, 8510.0, 8534.0, 8495.0, 8517.0, 8495.0, 8535.0, 8509.0, 8509.0, 8510.0, 8498.0, 8512.0, 8500.0, 8528.0, 8501.0, 8533.0, 8521.0, 8534.0, 8516.0, 8542.0, 8515.0, 8523.0, 8509.0, 8538.0, 8512.0, 8542.0, 8513.0, 8538.0, 8527.0, 8550.0, 8523.0, 8529.0, 8504.0, 8529.0, 8507.0, 8533.0, 8509.0, 8533.0, 8506.0, 8504.0, 8502.0, 8497.0, 8505.0, 8517.0, 8505.0, 8504.0, 8504.0, 8490.0, 8504.0, 8488.0, 8517.0, 8489.0, 8521.0, 8491.0, 8518.0, 8489.0, 8518.0, 8491.0, 8513.0, 8490.0, 8502.0, 8494.0, 8536.0, 8533.0, 8556.0, 8517.0, 8527.0, 8516.0, 8513.0, 8526.0, 8496.0, 8527.0, 8512.0, 8529.0, 8555.0, 8526.0, 8525.0, 8523.0, 8506.0, 8533.0, 8502.0, 8522.0, 8520.0, 8522.0, 8536.0, 8534.0, 8507.0, 8551.0, 8538.0, 8551.0, 8531.0, 8513.0, 8498.0, 8541.0, 8518.0, 8525.0, 8517.0, 8558.0, 8537.0, 8561.0, 8536.0, 8546.0, 8534.0, 8568.0, 8510.0, 8548.0, 8521.0, 8534.0, 8490.0, 8531.0, 8503.0, 8529.0, 8487.0, 8511.0, 8475.0, 8503.0, 8477.0, 8519.0, 8493.0, 8520.0, 8478.0, 8505.0, 8487.0, 8520.0, 8489.0, 8519.0, 8504.0, 8520.0, 8494.0, 8536.0, 8493.0, 8520.0, 8492.0, 8522.0, 8495.0, 8523.0, 8497.0, 8539.0, 8513.0, 8521.0, 8509.0, 8524.0, 8509.0, 8537.0, 8508.0, 8535.0, 8505.0, 8516.0, 8488.0, 8513.0, 8490.0, 8518.0, 8505.0, 8519.0, 8509.0, 8534.0, 8493.0, 8502.0, 8488.0, 8501.0, 8508.0, 8520.0, 8508.0, 8533.0, 8507.0, 8518.0, 8490.0, 8512.0, 8474.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.0014695768566493955</td></tr>
<tr><td colspan=3>aqi</td><td>0.028753292400690845</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.16388961200521</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2285614379688845</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0224809670613657</td></tr>
<tr><td colspan=3>efc</td><td>0.4778</td></tr>
<tr><td colspan=3>fber</td><td>4314.1362</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10778011236923252</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.008635578583765</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5608527061166186</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5748782113373925</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6290392100460935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.478640696966371</td></tr>
<tr><td colspan=3>gcor</td><td>0.00725612</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007184459362179041</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014582008123397827</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8306164529222952</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>36.7455</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9711</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.9692</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300492.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>722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4607</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.2751</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2986.1397</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>818.1397</td></tr>
<tr><td colspan=3>tsnr</td><td>33.64252096018754</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>