<?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-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-02/func/sub-0046_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>9973ce49dff3745184459a7e04424400</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:37:1.070000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999357, -0.0308641, 0.0182307, 0.0300094, 0.998517, 0.0454289]</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_brain_imaging_center</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.123255</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7768, -7254, 477, -52, -105, -5, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.146</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f85e870-0e93-4c4e-b37c-5220ae0f8167||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6812026500701904, 0.08051304519176483, 0.05293568596243858, 112.7358169555664], [0.08280613273382187, 2.6789474487304688, 0.12110214680433273, -100.4349594116211], [0.04891170933842659, -0.12188251316547394, 2.696763277053833, -46.480892181396484], [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': ['143701.070000', '143701.530000', '143701.990000', '143702.450000', '143702.910000', '143703.370000', '143703.830000', '143704.290000', '143704.750000', '143705.210000', '143705.670000', '143706.130000', '143706.590000', '143707.050000', '143707.510000', '143707.970000', '143708.430000', '143708.890000', '143709.350000', '143709.810000', '143710.270000', '143710.730000', '143711.190000', '143711.650000', '143712.110000', '143712.570000', '143713.030000', '143713.490000', '143713.950000', '143714.410000', '143714.870000', '143715.330000', '143715.790000', '143716.250000', '143716.710000', '143717.170000', '143717.630000', '143718.090000', '143718.550000', '143719.010000', '143719.470000', '143719.930000', '143720.390000', '143720.850000', '143721.310000', '143721.770000', '143722.230000', '143722.690000', '143723.150000', '143723.610000', '143724.070000', '143724.530000', '143724.990000', '143725.450000', '143725.910000', '143726.370000', '143726.830000', '143727.290000', '143727.750000', '143728.210000', '143728.670000', '143729.130000', '143729.590000', '143730.050000', '143730.510000', '143730.970000', '143731.430000', '143731.890000', '143732.350000', '143732.810000', '143733.270000', '143733.730000', '143734.190000', '143734.650000', '143735.110000', '143735.570000', '143736.030000', '143736.490000', '143736.950000', '143737.410000', '143737.870000', '143738.330000', '143738.790000', '143739.250000', '143739.710000', '143740.170000', '143740.630000', '143741.090000', '143741.550000', '143742.010000', '143742.470000', '143742.930000', '143743.390000', '143743.850000', '143744.310000', '143744.770000', '143745.230000', '143745.690000', '143746.150000', '143746.610000', '143747.070000', '143747.530000', '143747.990000', '143748.450000', '143748.910000', '143749.370000', '143749.830000', '143750.290000', '143750.750000', '143751.210000', '143751.670000', '143752.130000', '143752.590000', '143753.050000', '143753.510000', '143753.970000', '143754.430000', '143754.890000', '143755.350000', '143755.810000', '143756.270000', '143756.730000', '143757.190000', '143757.650000', '143758.110000', '143758.570000', '143759.030000', '143759.490000', '143759.950000', '143800.410000', '143800.870000', '143801.330000', '143801.790000', '143802.250000', '143802.710000', '143803.170000', '143803.630000', '143804.090000', '143804.550000', '143805.010000', '143805.470000', '143805.930000', '143806.390000', '143806.850000', '143807.310000', '143807.770000', '143808.230000', '143808.690000', '143809.150000', '143809.610000', '143810.070000', '143810.530000', '143810.990000', '143811.450000', '143811.910000', '143812.370000', '143812.830000', '143813.290000', '143813.750000', '143814.210000', '143814.670000', '143815.130000', '143815.590000', '143816.050000', '143816.510000', '143816.970000', '143817.430000', '143817.890000', '143818.350000', '143818.810000', '143819.270000', '143819.730000', '143820.190000', '143820.650000', '143821.110000', '143821.570000', '143822.030000', '143822.490000', '143822.950000', '143823.410000', '143823.870000', '143824.330000', '143824.790000', '143825.250000', '143825.710000', '143826.170000', '143826.630000', '143827.090000', '143827.550000', '143828.010000', '143828.470000', '143828.930000', '143829.390000', '143829.850000', '143830.310000', '143830.770000', '143831.230000', '143831.690000', '143832.150000', '143832.610000', '143833.070000', '143833.530000', '143833.990000', '143834.450000', '143834.910000', '143835.370000', '143835.830000', '143836.290000', '143836.750000', '143837.210000', '143837.670000', '143838.130000', '143838.590000', '143839.050000', '143839.510000', '143839.970000', '143840.430000', '143840.890000', '143841.350000', '143841.810000', '143842.270000', '143842.730000', '143843.190000', '143843.650000', '143844.110000', '143844.570000', '143845.030000', '143845.490000', '143845.950000', '143846.410000', '143846.870000', '143847.330000', '143847.790000', '143848.250000', '143848.710000', '143849.170000', '143849.630000', '143850.090000', '143850.550000', '143851.010000', '143851.470000', '143851.930000', '143852.390000', '143852.850000', '143853.310000', '143853.770000', '143854.230000', '143854.690000', '143855.150000', '143855.610000', '143856.070000', '143856.530000', '143856.990000', '143857.450000', '143857.910000', '143858.370000', '143858.830000', '143859.290000', '143859.750000', '143900.210000', '143900.670000', '143901.130000', '143901.590000', '143902.050000', '143902.510000', '143902.970000', '143903.430000', '143903.890000', '143904.350000', '143904.810000', '143905.270000', '143905.730000', '143906.190000', '143906.650000', '143907.110000', '143907.570000', '143908.030000', '143908.490000', '143908.950000', '143909.410000', '143909.870000', '143910.330000', '143910.790000', '143911.250000', '143911.710000', '143912.170000', '143912.630000', '143913.090000', '143913.550000', '143914.010000', '143914.470000', '143914.930000', '143915.390000', '143915.850000', '143916.310000', '143916.770000', '143917.230000', '143917.690000', '143918.150000', '143918.610000', '143919.070000', '143919.530000', '143919.990000', '143920.450000', '143920.910000', '143921.370000', '143921.830000', '143922.290000', '143922.750000', '143923.210000', '143923.670000', '143924.130000', '143924.590000', '143925.050000', '143925.510000', '143925.970000', '143926.430000', '143926.890000', '143927.350000', '143927.810000', '143928.270000', '143928.730000', '143929.190000', '143929.650000', '143930.110000', '143930.570000', '143931.030000', '143931.490000', '143931.950000', '143932.410000', '143932.870000', '143933.330000', '143933.790000', '143934.250000', '143934.710000', '143935.170000', '143935.630000', '143936.090000', '143936.550000', '143937.010000', '143937.470000', '143937.930000', '143938.390000', '143938.850000', '143939.310000', '143939.770000', '143940.230000', '143940.690000', '143941.150000', '143941.610000', '143942.070000', '143942.530000', '143942.990000', '143943.450000', '143943.910000', '143944.370000', '143944.830000', '143945.290000', '143945.750000', '143946.210000', '143946.670000', '143947.130000', '143947.590000', '143948.050000', '143948.510000', '143948.970000', '143949.430000', '143949.890000', '143950.350000', '143950.810000', '143951.270000', '143951.730000', '143952.190000', '143952.650000', '143953.110000', '143953.570000', '143954.030000', '143954.490000', '143954.950000', '143955.410000', '143955.870000', '143956.330000', '143956.790000', '143957.250000', '143957.710000', '143958.170000', '143958.630000', '143959.090000', '143959.550000', '144000.010000', '144000.470000', '144000.930000', '144001.390000', '144001.850000', '144002.310000', '144002.770000', '144003.230000', '144003.690000', '144004.150000', '144004.610000', '144005.070000', '144005.530000', '144005.990000', '144006.450000', '144006.910000', '144007.370000', '144007.830000', '144008.290000', '144008.750000', '144009.210000', '144009.670000', '144010.130000', '144010.590000', '144011.050000', '144011.510000', '144011.970000', '144012.430000', '144012.890000', '144013.350000', '144013.810000', '144014.270000', '144014.730000', '144015.190000', '144015.650000', '144016.110000', '144016.570000', '144017.030000', '144017.490000', '144017.950000', '144018.410000', '144018.870000', '144019.330000', '144019.790000', '144020.250000', '144020.710000', '144021.170000', '144021.630000', '144022.090000', '144022.550000', '144023.010000', '144023.470000', '144023.930000', '144024.390000', '144024.850000', '144025.310000', '144025.770000', '144026.230000', '144026.690000', '144027.150000', '144027.610000', '144028.070000', '144028.530000', '144028.990000', '144029.450000', '144029.910000', '144030.370000', '144030.830000', '144031.290000', '144031.750000', '144032.210000', '144032.670000', '144033.130000', '144033.590000', '144034.050000', '144034.510000', '144034.970000', '144035.430000', '144035.890000', '144036.350000', '144036.810000', '144037.270000', '144037.730000', '144038.190000', '144038.650000', '144039.110000', '144039.570000', '144040.030000', '144040.490000', '144040.950000', '144041.410000', '144041.870000', '144042.330000', '144042.790000', '144043.250000', '144043.710000', '144044.170000', '144044.630000', '144045.090000', '144045.550000', '144046.010000', '144046.470000', '144046.930000', '144047.390000', '144047.850000', '144048.310000', '144048.770000', '144049.230000', '144049.690000', '144050.150000', '144050.610000', '144051.070000', '144051.530000', '144051.990000', '144052.450000', '144052.910000', '144053.370000', '144053.830000', '144054.290000', '144054.750000', '144055.210000', '144055.670000', '144056.130000', '144056.590000', '144057.050000', '144057.510000', '144057.970000', '144058.430000', '144058.890000', '144059.350000', '144059.810000', '144100.270000', '144100.730000', '144101.190000', '144101.650000', '144102.110000', '144102.570000', '144103.030000', '144103.490000', '144103.950000', '144104.410000', '144104.870000', '144105.330000', '144105.790000', '144106.250000', '144106.710000', '144107.170000', '144107.630000', '144108.090000', '144108.550000', '144109.010000', '144109.470000', '144109.930000', '144110.390000', '144110.850000', '144111.310000', '144111.770000', '144112.230000', '144112.690000', '144113.150000', '144113.610000', '144114.070000', '144114.530000', '144114.990000', '144115.450000', '144115.910000', '144116.370000', '144116.830000', '144117.290000', '144117.750000', '144118.210000', '144118.670000', '144119.130000', '144119.590000', '144120.050000', '144120.510000', '144120.970000', '144121.430000', '144121.890000', '144122.350000', '144122.810000', '144123.270000', '144123.730000', '144124.190000', '144124.650000', '144125.110000', '144125.570000', '144126.030000', '144126.490000', '144126.950000', '144127.410000', '144127.870000', '144128.330000', '144128.790000', '144129.250000', '144129.710000', '144130.170000', '144130.630000', '144131.090000', '144131.550000', '144132.010000', '144132.470000', '144132.930000', '144133.390000', '144133.850000', '144134.310000', '144134.770000', '144135.230000', '144135.690000', '144136.150000', '144136.610000', '144137.070000', '144137.530000', '144137.990000', '144138.450000', '144138.910000', '144139.370000', '144139.830000', '144140.290000', '144140.750000', '144141.210000', '144141.670000', '144142.130000', '144142.590000', '144143.050000', '144143.510000', '144143.970000', '144144.430000', '144144.890000', '144145.350000', '144145.810000', '144146.270000', '144146.730000', '144147.190000', '144147.650000', '144148.110000', '144148.570000', '144149.030000', '144149.490000', '144149.950000', '144150.410000', '144150.870000', '144151.330000', '144151.790000', '144152.250000', '144152.710000', '144153.170000', '144153.630000', '144154.090000', '144154.550000', '144155.010000', '144155.470000', '144155.930000', '144156.390000', '144156.850000', '144157.310000', '144157.770000', '144158.230000', '144158.690000', '144159.150000', '144159.610000', '144200.070000', '144200.530000', '144200.990000', '144201.450000', '144201.910000', '144202.370000', '144202.830000', '144203.290000', '144203.750000', '144204.210000', '144204.670000', '144205.130000', '144205.590000', '144206.050000', '144206.510000', '144206.970000', '144207.430000', '144207.890000', '144208.350000', '144208.810000', '144209.270000', '144209.730000', '144210.190000', '144210.650000', '144211.110000', '144211.570000', '144212.030000', '144212.490000', '144212.950000', '144213.410000', '144213.870000', '144214.330000', '144214.790000', '144215.250000', '144215.710000', '144216.170000', '144216.630000', '144217.090000', '144217.550000', '144218.010000', '144218.470000', '144218.930000', '144219.390000', '144219.850000', '144220.310000', '144220.770000', '144221.230000', '144221.690000', '144222.150000', '144222.610000', '144223.070000', '144223.530000', '144223.990000', '144224.450000', '144224.910000', '144225.370000', '144225.830000', '144226.290000', '144226.750000', '144227.210000', '144227.670000', '144228.130000', '144228.590000', '144229.050000', '144229.510000', '144229.970000', '144230.430000', '144230.890000', '144231.350000', '144231.810000', '144232.270000', '144232.730000', '144233.190000', '144233.650000', '144234.110000', '144234.570000', '144235.030000', '144235.490000', '144235.950000', '144236.410000', '144236.870000', '144237.330000', '144237.790000', '144238.250000', '144238.710000', '144239.170000', '144239.630000', '144240.090000', '144240.550000', '144241.010000', '144241.470000', '144241.930000', '144242.390000', '144242.850000', '144243.310000', '144243.770000', '144244.230000', '144244.690000', '144245.150000', '144245.610000', '144246.070000', '144246.530000', '144246.990000', '144247.450000', '144247.910000', '144248.370000', '144248.830000', '144249.290000', '144249.750000', '144250.210000', '144250.670000', '144251.130000', '144251.590000', '144252.050000', '144252.510000', '144252.970000', '144253.430000', '144253.890000', '144254.350000', '144254.810000', '144255.270000', '144255.730000', '144256.190000', '144256.650000', '144257.110000', '144257.570000', '144258.030000', '144258.490000', '144258.950000', '144259.410000', '144259.870000', '144300.330000', '144300.790000', '144301.250000', '144301.710000', '144302.170000', '144302.630000', '144303.090000', '144303.550000', '144304.010000', '144304.470000', '144304.930000', '144305.390000', '144305.850000', '144306.310000', '144306.770000', '144307.230000', '144307.690000', '144308.150000', '144308.610000', '144309.070000', '144309.530000', '144309.990000', '144310.450000', '144310.910000', '144311.370000', '144311.830000', '144312.290000', '144312.750000', '144313.210000', '144313.670000', '144314.130000', '144314.590000', '144315.050000', '144315.510000', '144315.970000', '144316.430000', '144316.890000', '144317.350000', '144317.810000', '144318.270000', '144318.730000', '144319.190000', '144319.650000', '144320.110000', '144320.570000', '144321.030000', '144321.490000', '144321.950000', '144322.410000', '144322.870000', '144323.330000', '144323.790000', '144324.250000', '144324.710000', '144325.170000', '144325.630000', '144326.090000', '144326.550000', '144327.010000', '144327.470000', '144327.930000', '144328.390000', '144328.850000', '144329.310000', '144329.770000', '144330.230000', '144330.690000', '144331.150000', '144331.610000', '144332.070000', '144332.530000', '144332.990000', '144333.450000', '144333.910000', '144334.370000', '144334.830000', '144335.290000', '144335.750000', '144336.210000', '144336.670000', '144337.130000', '144337.590000', '144338.050000', '144338.510000', '144338.970000', '144339.430000', '144339.890000', '144340.350000', '144340.810000', '144341.270000', '144341.730000', '144342.190000', '144342.650000', '144343.110000', '144343.570000', '144344.030000', '144344.490000', '144344.950000', '144345.410000', '144345.870000', '144346.330000', '144346.790000', '144347.250000', '144347.710000', '144348.170000', '144348.630000', '144349.090000', '144349.550000', '144350.010000', '144350.470000', '144350.930000', '144351.390000', '144351.850000', '144352.310000', '144352.770000', '144353.230000', '144353.690000', '144354.150000', '144354.610000', '144355.070000', '144355.530000', '144355.990000', '144356.450000', '144356.910000', '144357.370000', '144357.830000', '144358.290000', '144358.750000', '144359.210000', '144359.670000', '144400.130000', '144400.590000', '144401.050000', '144401.510000', '144401.970000', '144402.430000', '144402.890000', '144403.350000', '144403.810000', '144404.270000', '144404.730000', '144405.190000', '144405.650000', '144406.110000', '144406.570000', '144407.030000', '144407.490000', '144407.950000', '144408.410000', '144408.870000', '144409.330000', '144409.790000', '144410.250000', '144410.710000', '144411.170000', '144411.630000', '144412.090000', '144412.550000', '144413.010000', '144413.470000', '144413.930000', '144414.390000', '144414.850000', '144415.310000', '144415.770000', '144416.230000', '144416.690000', '144417.150000', '144417.610000', '144418.070000', '144418.530000', '144418.990000', '144419.450000', '144419.910000', '144420.370000', '144420.830000', '144421.290000', '144421.750000', '144422.210000', '144422.670000', '144423.130000', '144423.590000', '144424.050000', '144424.510000', '144424.970000', '144425.430000', '144425.890000', '144426.350000', '144426.810000', '144427.270000', '144427.730000', '144428.190000', '144428.650000', '144429.110000', '144429.570000', '144430.030000', '144430.490000', '144430.950000', '144431.410000', '144431.870000', '144432.330000', '144432.790000', '144433.250000', '144433.710000', '144434.170000', '144434.630000', '144435.090000', '144435.550000', '144436.010000', '144436.470000', '144436.930000', '144437.390000', '144437.850000', '144438.310000', '144438.770000', '144439.230000', '144439.690000', '144440.150000', '144440.610000', '144441.070000', '144441.530000', '144441.990000', '144442.450000', '144442.910000', '144443.370000', '144443.830000', '144444.290000', '144444.750000', '144445.210000', '144445.670000', '144446.130000', '144446.590000', '144447.050000', '144447.510000', '144447.970000', '144448.430000', '144448.890000', '144449.350000', '144449.810000', '144450.270000', '144450.730000', '144451.190000', '144451.650000', '144452.110000', '144452.570000', '144453.030000', '144453.490000', '144453.950000', '144454.410000', '144454.870000', '144455.330000', '144455.790000', '144456.250000', '144456.710000', '144457.170000', '144457.630000', '144458.090000', '144458.550000', '144459.010000', '144459.470000', '144459.930000', '144500.390000', '144500.850000', '144501.310000', '144501.770000', '144502.230000', '144502.690000', '144503.150000', '144503.610000', '144504.070000', '144504.530000', '144504.990000', '144505.450000', '144505.910000', '144506.370000', '144506.830000', '144507.290000', '144507.750000', '144508.210000', '144508.670000', '144509.130000', '144509.590000', '144510.050000', '144510.510000', '144510.970000', '144511.430000', '144511.890000', '144512.350000', '144512.810000', '144513.270000', '144513.730000', '144514.190000', '144514.650000', '144515.110000', '144515.570000', '144516.030000', '144516.490000', '144516.950000', '144517.410000', '144517.870000', '144518.330000', '144518.790000', '144519.250000', '144519.710000', '144520.170000', '144520.630000', '144521.090000', '144521.550000', '144522.010000', '144522.470000', '144522.930000', '144523.390000', '144523.850000', '144524.310000', '144524.770000', '144525.230000', '144525.690000', '144526.150000', '144526.610000', '144527.070000', '144527.530000', '144527.990000', '144528.450000', '144528.910000', '144529.370000', '144529.830000', '144530.290000', '144530.750000', '144531.210000', '144531.670000', '144532.130000', '144532.590000', '144533.050000', '144533.510000', '144533.970000', '144534.430000', '144534.890000', '144535.350000', '144535.810000', '144536.270000', '144536.730000', '144537.190000', '144537.650000', '144538.110000', '144538.570000', '144539.030000', '144539.490000', '144539.950000', '144540.410000', '144540.870000', '144541.330000', '144541.790000', '144542.250000', '144542.710000', '144543.170000', '144543.630000', '144544.090000', '144544.550000', '144545.010000', '144545.470000', '144545.930000', '144546.390000', '144546.850000', '144547.310000', '144547.770000', '144548.230000', '144548.690000', '144549.150000', '144549.610000', '144550.070000', '144550.530000', '144550.990000', '144551.450000', '144551.910000', '144552.370000', '144552.830000', '144553.290000'], 'ContentTime': ['143712.809000', '143712.812000', '143712.814000', '143712.817000', '143712.820000', '143712.823000', '143712.826000', '143712.829000', '143712.831000', '143712.834000', '143712.837000', '143712.839000', '143712.842000', '143712.845000', '143712.847000', '143712.850000', '143712.859000', '143712.862000', '143712.864000', '143712.874000', '143712.877000', '143712.880000', '143712.882000', '143712.885000', '143732.773000', '143732.776000', '143732.779000', '143732.781000', '143732.784000', '143732.787000', '143732.790000', '143732.793000', '143732.795000', '143732.798000', '143732.801000', '143732.804000', '143732.807000', '143732.810000', '143732.812000', '143732.815000', '143732.818000', '143732.821000', '143732.824000', '143732.826000', '143732.829000', '143732.832000', '143732.835000', '143732.838000', '143732.840000', '143732.843000', '143732.846000', '143732.849000', '143732.851000', '143732.854000', '143732.856000', '143732.859000', '143732.862000', '143732.865000', '143732.871000', '143732.873000', '143732.876000', '143732.879000', '143732.881000', '143732.884000', '143732.887000', '143732.890000', '143732.893000', '143752.773000', '143752.775000', '143752.778000', '143752.781000', '143752.783000', '143752.786000', '143752.789000', '143752.791000', '143752.794000', '143752.797000', '143752.799000', '143752.826000', '143752.828000', '143752.831000', '143752.834000', '143752.836000', '143752.839000', '143752.842000', '143752.844000', '143752.847000', '143752.850000', '143752.852000', '143752.855000', '143752.858000', '143752.860000', '143752.863000', '143752.865000', '143752.868000', '143752.870000', '143752.873000', '143752.876000', '143752.878000', '143752.881000', '143752.883000', '143752.886000', '143752.888000', '143752.891000', '143752.894000', '143752.896000', '143752.899000', '143752.901000', '143752.904000', '143752.906000', '143812.772000', '143812.775000', '143812.784000', '143812.786000', '143812.789000', '143812.791000', '143812.794000', '143812.796000', '143812.799000', '143812.802000', '143812.804000', '143812.807000', '143812.809000', '143812.812000', '143812.815000', '143812.817000', '143812.820000', '143812.822000', '143812.825000', '143812.828000', '143812.830000', '143812.833000', '143812.835000', '143812.838000', '143812.840000', '143812.843000', '143812.845000', '143812.848000', '143812.851000', '143812.853000', '143812.856000', '143812.858000', '143812.861000', '143812.864000', '143812.866000', '143812.869000', '143812.871000', '143812.874000', '143812.876000', '143812.879000', '143812.882000', '143812.884000', '143812.887000', '143812.889000', '143832.772000', '143832.775000', '143832.778000', '143832.780000', '143832.783000', '143832.786000', '143832.788000', '143832.791000', '143832.793000', '143832.796000', '143832.799000', '143832.801000', '143832.804000', '143832.807000', '143832.809000', '143832.826000', '143832.829000', '143832.832000', '143832.834000', '143832.837000', '143832.839000', '143832.842000', '143832.845000', '143832.847000', '143832.850000', '143832.852000', '143832.855000', '143832.858000', '143832.860000', '143832.863000', '143832.866000', '143832.868000', '143832.871000', '143832.873000', '143832.876000', '143832.879000', '143832.881000', '143832.884000', '143832.886000', '143832.889000', '143832.892000', '143832.894000', '143832.897000', '143832.900000', '143852.774000', '143852.776000', '143852.779000', '143852.782000', '143852.784000', '143852.787000', '143852.789000', '143852.792000', '143852.794000', '143852.797000', '143852.800000', '143852.802000', '143852.805000', '143852.808000', '143852.810000', '143852.813000', '143852.816000', '143852.818000', '143852.821000', '143852.823000', '143852.826000', '143852.829000', '143852.831000', '143852.834000', '143852.836000', '143852.839000', '143852.841000', '143852.861000', '143852.863000', '143852.866000', '143852.868000', '143852.871000', '143852.873000', '143852.876000', '143852.879000', '143852.881000', '143852.884000', '143852.886000', '143852.889000', '143852.891000', '143852.894000', '143852.896000', '143852.899000', '143912.774000', '143912.776000', '143912.779000', '143912.781000', '143912.784000', '143912.787000', '143912.789000', '143912.792000', '143912.794000', '143912.797000', '143912.830000', '143912.833000', '143912.836000', '143912.838000', '143912.841000', '143912.843000', '143912.846000', '143912.849000', '143912.851000', '143912.854000', '143912.856000', '143912.859000', '143912.861000', '143912.864000', '143912.867000', '143912.869000', '143912.872000', '143912.875000', '143912.877000', '143912.880000', '143912.883000', '143912.885000', '143912.888000', '143912.890000', '143912.893000', '143912.895000', '143912.898000', '143912.901000', '143912.903000', '143912.906000', '143912.909000', '143912.911000', '143912.914000', '143932.773000', '143932.776000', '143932.779000', '143932.781000', '143932.784000', '143932.786000', '143932.789000', '143932.792000', '143932.794000', '143932.797000', '143932.800000', '143932.802000', '143932.805000', '143932.807000', '143932.810000', '143932.813000', '143932.815000', '143932.818000', '143932.821000', '143932.823000', '143932.826000', '143932.828000', '143932.831000', '143932.834000', '143932.836000', '143932.839000', '143932.841000', '143932.844000', '143932.847000', '143932.849000', '143932.852000', '143932.855000', '143932.857000', '143932.860000', '143932.862000', '143932.865000', '143932.867000', '143932.870000', '143932.873000', '143932.875000', '143932.878000', '143932.891000', '143932.893000', '143932.896000', '143952.774000', '143952.776000', '143952.779000', '143952.781000', '143952.784000', '143952.787000', '143952.790000', '143952.793000', '143952.796000', '143952.799000', '143952.838000', '143952.841000', '143952.843000', '143952.846000', '143952.848000', '143952.851000', '143952.854000', '143952.857000', '143952.860000', '143952.863000', '143952.865000', '143952.868000', '143952.870000', '143952.873000', '143952.876000', '143952.878000', '143952.881000', '143952.884000', '143952.886000', '143952.889000', '143952.892000', '143952.894000', '143952.897000', '143952.899000', '143952.902000', '143952.905000', '143952.907000', '143952.910000', '143952.913000', '143952.916000', '143952.919000', '143952.921000', '143952.940000', '144012.773000', '144012.775000', '144012.778000', '144012.781000', '144012.783000', '144012.786000', '144012.788000', '144012.791000', '144012.793000', '144012.796000', '144012.799000', '144012.837000', '144012.840000', '144012.842000', '144012.845000', '144012.847000', '144012.850000', '144012.853000', '144012.855000', '144012.858000', '144012.861000', '144012.863000', '144012.866000', '144012.869000', '144012.871000', '144012.874000', '144012.876000', '144012.879000', '144012.882000', '144012.884000', '144012.887000', '144012.889000', '144012.892000', '144012.894000', '144012.897000', '144012.900000', '144012.902000', '144012.905000', '144012.907000', '144012.910000', '144012.913000', '144012.915000', '144012.918000', '144012.920000', '144032.772000', '144032.775000', '144032.778000', '144032.781000', '144032.783000', '144032.786000', '144032.788000', '144032.791000', '144032.794000', '144032.796000', '144032.799000', '144032.802000', '144032.804000', '144032.807000', '144032.809000', '144032.812000', '144032.814000', '144032.817000', '144032.820000', '144032.822000', '144032.825000', '144032.827000', '144032.830000', '144032.833000', '144032.835000', '144032.838000', '144032.840000', '144032.843000', '144032.846000', '144032.848000', '144032.851000', '144032.854000', '144032.856000', '144032.859000', '144032.862000', '144032.864000', '144032.867000', '144032.869000', '144032.872000', '144032.875000', '144032.877000', '144032.880000', '144032.883000', '144052.773000', '144052.775000', '144052.778000', '144052.781000', '144052.783000', '144052.786000', '144052.788000', '144052.791000', '144052.794000', '144052.796000', '144052.799000', '144052.841000', '144052.843000', '144052.846000', '144052.849000', '144052.851000', '144052.854000', '144052.856000', '144052.859000', '144052.862000', '144052.864000', '144052.867000', '144052.869000', '144052.872000', '144052.875000', '144052.877000', '144052.880000', '144052.883000', '144052.885000', '144052.888000', '144052.890000', '144052.893000', '144052.895000', '144052.898000', '144052.901000', '144052.903000', '144052.906000', '144052.908000', '144052.911000', '144052.914000', '144052.916000', '144052.919000', '144052.921000', '144052.924000', '144112.773000', '144112.776000', '144112.779000', '144112.782000', '144112.784000', '144112.787000', '144112.789000', '144112.792000', '144112.795000', '144112.797000', '144112.843000', '144112.846000', '144112.848000', '144112.851000', '144112.854000', '144112.856000', '144112.859000', '144112.861000', '144112.864000', '144112.867000', '144112.869000', '144112.872000', '144112.883000', '144112.885000', '144112.888000', '144112.890000', '144112.893000', '144112.897000', '144112.900000', '144112.902000', '144112.905000', '144112.908000', '144112.910000', '144112.913000', '144112.915000', '144112.918000', '144112.921000', '144112.923000', '144112.926000', '144112.929000', '144112.931000', '144112.934000', '144112.936000', '144132.773000', '144132.776000', '144132.779000', '144132.781000', '144132.784000', '144132.787000', '144132.789000', '144132.792000', '144132.794000', '144132.797000', '144132.800000', '144132.848000', '144132.851000', '144132.853000', '144132.856000', '144132.859000', '144132.861000', '144132.864000', '144132.866000', '144132.869000', '144132.872000', '144132.874000', '144132.877000', '144132.879000', '144132.882000', '144132.885000', '144132.887000', '144132.890000', '144132.892000', '144132.895000', '144132.897000', '144132.900000', '144132.903000', '144132.905000', '144132.908000', '144132.911000', '144132.913000', '144132.916000', '144132.918000', '144132.921000', '144132.923000', '144132.926000', '144132.929000', '144132.931000', '144152.774000', '144152.776000', '144152.779000', '144152.782000', '144152.784000', '144152.787000', '144152.790000', '144152.792000', '144152.795000', '144152.797000', '144152.844000', '144152.846000', '144152.850000', '144152.853000', '144152.856000', '144152.858000', '144152.861000', '144152.863000', '144152.866000', '144152.869000', '144152.871000', '144152.874000', '144152.877000', '144152.879000', '144152.882000', '144152.884000', '144152.887000', '144152.890000', '144152.892000', '144152.895000', '144152.898000', '144152.900000', '144152.903000', '144152.905000', '144152.908000', '144152.911000', '144152.913000', '144152.916000', '144152.918000', '144152.921000', '144152.923000', '144152.926000', '144152.929000', '144212.773000', '144212.776000', '144212.779000', '144212.782000', '144212.784000', '144212.787000', '144212.789000', '144212.792000', '144212.795000', '144212.797000', '144212.800000', '144212.803000', '144212.805000', '144212.808000', '144212.810000', '144212.813000', '144212.816000', '144212.818000', '144212.821000', '144212.823000', '144212.826000', '144212.829000', '144212.831000', '144212.834000', '144212.836000', '144212.839000', '144212.842000', '144212.844000', '144212.847000', '144212.849000', '144212.852000', '144212.855000', '144212.857000', '144212.860000', '144212.863000', '144212.865000', '144212.868000', '144212.870000', '144212.873000', '144212.875000', '144212.878000', '144212.881000', '144212.883000', '144212.886000', '144232.772000', '144232.775000', '144232.778000', '144232.780000', '144232.783000', '144232.786000', '144232.788000', '144232.791000', '144232.794000', '144232.796000', '144232.799000', '144232.801000', '144232.804000', '144232.807000', '144232.809000', '144232.812000', '144232.814000', '144232.817000', '144232.820000', '144232.822000', '144232.825000', '144232.827000', '144232.830000', '144232.832000', '144232.835000', '144232.838000', '144232.840000', '144232.843000', '144232.846000', '144232.848000', '144232.851000', '144232.853000', '144232.856000', '144232.859000', '144232.861000', '144232.864000', '144232.866000', '144232.869000', '144232.871000', '144232.874000', '144232.877000', '144232.880000', '144232.883000', '144252.773000', '144252.775000', '144252.778000', '144252.781000', '144252.783000', '144252.786000', '144252.788000', '144252.791000', '144252.794000', '144252.796000', '144252.799000', '144252.845000', '144252.848000', '144252.850000', '144252.853000', '144252.855000', '144252.858000', '144252.861000', '144252.863000', '144252.866000', '144252.868000', '144252.871000', '144252.874000', '144252.876000', '144252.879000', '144252.882000', '144252.884000', '144252.887000', '144252.889000', '144252.892000', '144252.895000', '144252.897000', '144252.900000', '144252.903000', '144252.905000', '144252.908000', '144252.911000', '144252.913000', '144252.916000', '144252.918000', '144252.921000', '144252.924000', '144252.926000', '144252.929000', '144312.772000', '144312.775000', '144312.778000', '144312.781000', '144312.783000', '144312.786000', '144312.788000', '144312.791000', '144312.794000', '144312.796000', '144312.799000', '144312.851000', '144312.854000', '144312.856000', '144312.859000', '144312.861000', '144312.864000', '144312.867000', '144312.869000', '144312.872000', '144312.874000', '144312.877000', '144312.880000', '144312.882000', '144312.885000', '144312.887000', '144312.890000', '144312.892000', '144312.895000', '144312.898000', '144312.900000', '144312.903000', '144312.906000', '144312.908000', '144312.911000', '144312.913000', '144312.916000', '144312.919000', '144312.921000', '144312.924000', '144312.926000', '144312.929000', '144312.932000', '144332.773000', '144332.776000', '144332.779000', '144332.782000', '144332.784000', '144332.787000', '144332.790000', '144332.792000', '144332.795000', '144332.798000', '144332.884000', '144332.887000', '144332.889000', '144332.892000', '144332.895000', '144332.897000', '144332.900000', '144332.903000', '144332.905000', '144332.908000', '144332.911000', '144332.913000', '144332.916000', '144332.918000', '144332.921000', '144332.923000', '144332.926000', '144332.929000', '144332.931000', '144332.934000', '144332.936000', '144332.939000', '144332.942000', '144332.944000', '144332.947000', '144332.949000', '144332.952000', '144332.955000', '144332.957000', '144332.960000', '144332.962000', '144332.965000', '144332.968000', '144332.970000', '144352.774000', '144352.776000', '144352.779000', '144352.782000', '144352.784000', '144352.787000', '144352.790000', '144352.792000', '144352.795000', '144352.797000', '144352.846000', '144352.849000', '144352.851000', '144352.854000', '144352.856000', '144352.859000', '144352.862000', '144352.864000', '144352.867000', '144352.869000', '144352.872000', '144352.874000', '144352.877000', '144352.880000', '144352.882000', '144352.885000', '144352.888000', '144352.890000', '144352.893000', '144352.895000', '144352.898000', '144352.901000', '144352.903000', '144352.906000', '144352.908000', '144352.911000', '144352.913000', '144352.916000', '144352.919000', '144352.923000', '144352.926000', '144352.928000', '144352.931000', '144412.786000', '144412.789000', '144412.791000', '144412.794000', '144412.797000', '144412.799000', '144412.835000', '144412.838000', '144412.840000', '144412.843000', '144412.846000', '144412.848000', '144412.851000', '144412.853000', '144412.856000', '144412.858000', '144412.861000', '144412.864000', '144412.866000', '144412.869000', '144412.871000', '144412.874000', '144412.877000', '144412.879000', '144412.882000', '144412.884000', '144412.887000', '144412.889000', '144412.892000', '144412.895000', '144412.897000', '144412.900000', '144412.902000', '144412.905000', '144412.907000', '144412.910000', '144412.912000', '144412.915000', '144412.917000', '144412.920000', '144412.923000', '144412.925000', '144412.928000', '144412.931000', '144432.773000', '144432.776000', '144432.779000', '144432.781000', '144432.784000', '144432.787000', '144432.789000', '144432.792000', '144432.795000', '144432.797000', '144432.872000', '144432.875000', '144432.878000', '144432.880000', '144432.883000', '144432.885000', '144432.888000', '144432.891000', '144432.893000', '144432.896000', '144432.899000', '144432.901000', '144432.904000', '144432.907000', '144432.909000', '144432.912000', '144432.914000', '144432.917000', '144432.920000', '144432.922000', '144432.925000', '144432.927000', '144432.930000', '144432.933000', '144432.935000', '144432.938000', '144432.940000', '144432.943000', '144432.946000', '144432.948000', '144432.951000', '144432.954000', '144432.957000', '144452.773000', '144452.776000', '144452.779000', '144452.781000', '144452.784000', '144452.787000', '144452.789000', '144452.792000', '144452.794000', '144452.797000', '144452.800000', '144452.828000', '144452.831000', '144452.834000', '144452.836000', '144452.839000', '144452.841000', '144452.844000', '144452.847000', '144452.849000', '144452.852000', '144452.854000', '144452.857000', '144452.859000', '144452.862000', '144452.865000', '144452.867000', '144452.870000', '144452.873000', '144452.875000', '144452.878000', '144452.880000', '144452.883000', '144452.885000', '144452.888000', '144452.891000', '144452.893000', '144452.896000', '144452.898000', '144452.901000', '144452.903000', '144452.906000', '144452.909000', '144452.911000', '144512.773000', '144512.776000', '144512.778000', '144512.781000', '144512.784000', '144512.786000', '144512.789000', '144512.791000', '144512.794000', '144512.797000', '144512.799000', '144512.896000', '144512.898000', '144512.901000', '144512.903000', '144512.906000', '144512.908000', '144512.911000', '144512.914000', '144512.916000', '144512.919000', '144512.921000', '144512.924000', '144512.927000', '144512.929000', '144512.932000', '144512.935000', '144512.937000', '144512.940000', '144512.943000', '144512.945000', '144512.948000', '144512.950000', '144512.954000', '144512.957000', '144512.960000', '144512.962000', '144512.965000', '144512.968000', '144512.970000', '144512.973000', '144512.976000', '144512.978000', '144532.772000', '144532.775000', '144532.778000', '144532.780000', '144532.783000', '144532.786000', '144532.788000', '144532.791000', '144532.793000', '144532.796000', '144532.799000', '144532.801000', '144532.804000', '144532.807000', '144532.809000', '144532.812000', '144532.814000', '144532.817000', '144532.820000', '144532.822000', '144532.825000', '144532.827000', '144532.830000', '144532.832000', '144532.835000', '144532.838000', '144532.840000', '144532.843000', '144532.845000', '144532.848000', '144532.851000', '144532.853000', '144532.856000', '144532.858000', '144532.861000', '144532.864000', '144532.866000', '144532.869000', '144532.871000', '144532.874000', '144532.876000', '144532.879000', '144532.882000', '144532.884000', '144552.774000', '144552.777000', '144552.779000', '144552.782000', '144552.784000', '144552.787000', '144552.790000', '144552.792000', '144552.795000', '144552.797000', '144552.800000', '144552.860000', '144552.863000', '144552.866000', '144552.868000', '144552.871000', '144552.873000', '144552.876000', '144552.879000', '144552.881000', '144552.884000', '144552.886000', '144552.889000', '144552.892000', '144552.894000', '144552.897000', '144552.899000', '144552.902000', '144552.905000', '144552.907000', '144552.910000', '144552.913000', '144552.915000', '144552.918000', '144552.920000', '144552.923000', '144552.926000', '144552.928000', '144552.931000', '144552.933000', '144552.936000', '144552.939000', '144552.941000', '144554.374000', '144554.377000', '144554.379000', '144554.382000'], 'InstanceCreationTime': ['143712.809000', '143712.812000', '143712.814000', '143712.817000', '143712.820000', '143712.823000', '143712.826000', '143712.829000', '143712.831000', '143712.834000', '143712.837000', '143712.839000', '143712.842000', '143712.845000', '143712.847000', '143712.850000', '143712.859000', '143712.862000', '143712.864000', '143712.874000', '143712.877000', '143712.880000', '143712.882000', '143712.885000', '143732.773000', '143732.776000', '143732.779000', '143732.781000', '143732.784000', '143732.787000', '143732.790000', '143732.793000', '143732.795000', '143732.798000', '143732.801000', '143732.804000', '143732.807000', '143732.810000', '143732.812000', '143732.815000', '143732.818000', '143732.821000', '143732.824000', '143732.826000', '143732.829000', '143732.832000', '143732.835000', '143732.838000', '143732.840000', '143732.843000', '143732.846000', '143732.849000', '143732.851000', '143732.854000', '143732.856000', '143732.859000', '143732.862000', '143732.865000', '143732.871000', '143732.873000', '143732.876000', '143732.879000', '143732.881000', '143732.884000', '143732.887000', '143732.890000', '143732.893000', '143752.773000', '143752.775000', '143752.778000', '143752.781000', '143752.783000', '143752.786000', '143752.789000', '143752.791000', '143752.794000', '143752.797000', '143752.799000', '143752.826000', '143752.828000', '143752.831000', '143752.834000', '143752.836000', '143752.839000', '143752.842000', '143752.844000', '143752.847000', '143752.850000', '143752.852000', '143752.855000', '143752.858000', '143752.860000', '143752.863000', '143752.865000', '143752.868000', '143752.870000', '143752.873000', '143752.876000', '143752.878000', '143752.881000', '143752.883000', '143752.886000', '143752.888000', '143752.891000', '143752.894000', '143752.896000', '143752.899000', '143752.901000', '143752.904000', '143752.906000', '143812.772000', '143812.775000', '143812.784000', '143812.786000', '143812.789000', '143812.791000', '143812.794000', '143812.796000', '143812.799000', '143812.802000', '143812.804000', '143812.807000', '143812.809000', '143812.812000', '143812.815000', '143812.817000', '143812.820000', '143812.822000', '143812.825000', '143812.828000', '143812.830000', '143812.833000', '143812.835000', '143812.838000', '143812.840000', '143812.843000', '143812.845000', '143812.848000', '143812.851000', '143812.853000', '143812.856000', '143812.858000', '143812.861000', '143812.864000', '143812.866000', '143812.869000', '143812.871000', '143812.874000', '143812.876000', '143812.879000', '143812.882000', '143812.884000', '143812.887000', '143812.889000', '143832.772000', '143832.775000', '143832.778000', '143832.780000', '143832.783000', '143832.786000', '143832.788000', '143832.791000', '143832.793000', '143832.796000', '143832.799000', '143832.801000', '143832.804000', '143832.807000', '143832.809000', '143832.826000', '143832.829000', '143832.832000', '143832.834000', '143832.837000', '143832.839000', '143832.842000', '143832.845000', '143832.847000', '143832.850000', '143832.852000', '143832.855000', '143832.858000', '143832.860000', '143832.863000', '143832.866000', '143832.868000', '143832.871000', '143832.873000', '143832.876000', '143832.879000', '143832.881000', '143832.884000', '143832.886000', '143832.889000', '143832.892000', '143832.894000', '143832.897000', '143832.900000', '143852.774000', '143852.776000', '143852.779000', '143852.782000', '143852.784000', '143852.787000', '143852.789000', '143852.792000', '143852.794000', '143852.797000', '143852.800000', '143852.802000', '143852.805000', '143852.808000', '143852.810000', '143852.813000', '143852.816000', '143852.818000', '143852.821000', '143852.823000', '143852.826000', '143852.829000', '143852.831000', '143852.834000', '143852.836000', '143852.839000', '143852.841000', '143852.861000', '143852.863000', '143852.866000', '143852.868000', '143852.871000', '143852.873000', '143852.876000', '143852.879000', '143852.881000', '143852.884000', '143852.886000', '143852.889000', '143852.891000', '143852.894000', '143852.896000', '143852.899000', '143912.774000', '143912.776000', '143912.779000', '143912.781000', '143912.784000', '143912.787000', '143912.789000', '143912.792000', '143912.794000', '143912.797000', '143912.830000', '143912.833000', '143912.836000', '143912.838000', '143912.841000', '143912.843000', '143912.846000', '143912.849000', '143912.851000', '143912.854000', '143912.856000', '143912.859000', '143912.861000', '143912.864000', '143912.867000', '143912.869000', '143912.872000', '143912.875000', '143912.877000', '143912.880000', '143912.883000', '143912.885000', '143912.888000', '143912.890000', '143912.893000', '143912.895000', '143912.898000', '143912.901000', '143912.903000', '143912.906000', '143912.909000', '143912.911000', '143912.914000', '143932.773000', '143932.776000', '143932.779000', '143932.781000', '143932.784000', '143932.786000', '143932.789000', '143932.792000', '143932.794000', '143932.797000', '143932.800000', '143932.802000', '143932.805000', '143932.807000', '143932.810000', '143932.813000', '143932.815000', '143932.818000', '143932.821000', '143932.823000', '143932.826000', '143932.828000', '143932.831000', '143932.834000', '143932.836000', '143932.839000', '143932.841000', '143932.844000', '143932.847000', '143932.849000', '143932.852000', '143932.855000', '143932.857000', '143932.860000', '143932.862000', '143932.865000', '143932.867000', '143932.870000', '143932.873000', '143932.875000', '143932.878000', '143932.891000', '143932.893000', '143932.896000', '143952.774000', '143952.776000', '143952.779000', '143952.781000', '143952.784000', '143952.787000', '143952.790000', '143952.793000', '143952.796000', '143952.799000', '143952.838000', '143952.841000', '143952.843000', '143952.846000', '143952.848000', '143952.851000', '143952.854000', '143952.857000', '143952.860000', '143952.863000', '143952.865000', '143952.868000', '143952.870000', '143952.873000', '143952.876000', '143952.878000', '143952.881000', '143952.884000', '143952.886000', '143952.889000', '143952.892000', '143952.894000', '143952.897000', '143952.899000', '143952.902000', '143952.905000', '143952.907000', '143952.910000', '143952.913000', '143952.916000', '143952.919000', '143952.921000', '143952.940000', '144012.773000', '144012.775000', '144012.778000', '144012.781000', '144012.783000', '144012.786000', '144012.788000', '144012.791000', '144012.793000', '144012.796000', '144012.799000', '144012.837000', '144012.840000', '144012.842000', '144012.845000', '144012.847000', '144012.850000', '144012.853000', '144012.855000', '144012.858000', '144012.861000', '144012.863000', '144012.866000', '144012.869000', '144012.871000', '144012.874000', '144012.876000', '144012.879000', '144012.882000', '144012.884000', '144012.887000', '144012.889000', '144012.892000', '144012.894000', '144012.897000', '144012.900000', '144012.902000', '144012.905000', '144012.907000', '144012.910000', '144012.913000', '144012.915000', '144012.918000', '144012.920000', '144032.772000', '144032.775000', '144032.778000', '144032.781000', '144032.783000', '144032.786000', '144032.788000', '144032.791000', '144032.794000', '144032.796000', '144032.799000', '144032.802000', '144032.804000', '144032.807000', '144032.809000', '144032.812000', '144032.814000', '144032.817000', '144032.820000', '144032.822000', '144032.825000', '144032.827000', '144032.830000', '144032.833000', '144032.835000', '144032.838000', '144032.840000', '144032.843000', '144032.846000', '144032.848000', '144032.851000', '144032.854000', '144032.856000', '144032.859000', '144032.862000', '144032.864000', '144032.867000', '144032.869000', '144032.872000', '144032.875000', '144032.877000', '144032.880000', '144032.883000', '144052.773000', '144052.775000', '144052.778000', '144052.781000', '144052.783000', '144052.786000', '144052.788000', '144052.791000', '144052.794000', '144052.796000', '144052.799000', '144052.841000', '144052.843000', '144052.846000', '144052.849000', '144052.851000', '144052.854000', '144052.856000', '144052.859000', '144052.862000', '144052.864000', '144052.867000', '144052.869000', '144052.872000', '144052.875000', '144052.877000', '144052.880000', '144052.883000', '144052.885000', '144052.888000', '144052.890000', '144052.893000', '144052.895000', '144052.898000', '144052.901000', '144052.903000', '144052.906000', '144052.908000', '144052.911000', '144052.914000', '144052.916000', '144052.919000', '144052.921000', '144052.924000', '144112.773000', '144112.776000', '144112.779000', '144112.782000', '144112.784000', '144112.787000', '144112.789000', '144112.792000', '144112.795000', '144112.797000', '144112.843000', '144112.846000', '144112.848000', '144112.851000', '144112.854000', '144112.856000', '144112.859000', '144112.861000', '144112.864000', '144112.867000', '144112.869000', '144112.872000', '144112.883000', '144112.885000', '144112.888000', '144112.890000', '144112.893000', '144112.897000', '144112.900000', '144112.902000', '144112.905000', '144112.908000', '144112.910000', '144112.913000', '144112.915000', '144112.918000', '144112.921000', '144112.923000', '144112.926000', '144112.929000', '144112.931000', '144112.934000', '144112.936000', '144132.773000', '144132.776000', '144132.779000', '144132.781000', '144132.784000', '144132.787000', '144132.789000', '144132.792000', '144132.794000', '144132.797000', '144132.800000', '144132.848000', '144132.851000', '144132.853000', '144132.856000', '144132.859000', '144132.861000', '144132.864000', '144132.866000', '144132.869000', '144132.872000', '144132.874000', '144132.877000', '144132.879000', '144132.882000', '144132.885000', '144132.887000', '144132.890000', '144132.892000', '144132.895000', '144132.897000', '144132.900000', '144132.903000', '144132.905000', '144132.908000', '144132.911000', '144132.913000', '144132.916000', '144132.918000', '144132.921000', '144132.923000', '144132.926000', '144132.929000', '144132.931000', '144152.774000', '144152.776000', '144152.779000', '144152.782000', '144152.784000', '144152.787000', '144152.790000', '144152.792000', '144152.795000', '144152.797000', '144152.844000', '144152.846000', '144152.850000', '144152.853000', '144152.856000', '144152.858000', '144152.861000', '144152.863000', '144152.866000', '144152.869000', '144152.871000', '144152.874000', '144152.877000', '144152.879000', '144152.882000', '144152.884000', '144152.887000', '144152.890000', '144152.892000', '144152.895000', '144152.898000', '144152.900000', '144152.903000', '144152.905000', '144152.908000', '144152.911000', '144152.913000', '144152.916000', '144152.918000', '144152.921000', '144152.923000', '144152.926000', '144152.929000', '144212.773000', '144212.776000', '144212.779000', '144212.782000', '144212.784000', '144212.787000', '144212.789000', '144212.792000', '144212.795000', '144212.797000', '144212.800000', '144212.803000', '144212.805000', '144212.808000', '144212.810000', '144212.813000', '144212.816000', '144212.818000', '144212.821000', '144212.823000', '144212.826000', '144212.829000', '144212.831000', '144212.834000', '144212.836000', '144212.839000', '144212.842000', '144212.844000', '144212.847000', '144212.849000', '144212.852000', '144212.855000', '144212.857000', '144212.860000', '144212.863000', '144212.865000', '144212.868000', '144212.870000', '144212.873000', '144212.875000', '144212.878000', '144212.881000', '144212.883000', '144212.886000', '144232.772000', '144232.775000', '144232.778000', '144232.780000', '144232.783000', '144232.786000', '144232.788000', '144232.791000', '144232.794000', '144232.796000', '144232.799000', '144232.801000', '144232.804000', '144232.807000', '144232.809000', '144232.812000', '144232.814000', '144232.817000', '144232.820000', '144232.822000', '144232.825000', '144232.827000', '144232.830000', '144232.832000', '144232.835000', '144232.838000', '144232.840000', '144232.843000', '144232.846000', '144232.848000', '144232.851000', '144232.853000', '144232.856000', '144232.859000', '144232.861000', '144232.864000', '144232.866000', '144232.869000', '144232.871000', '144232.874000', '144232.877000', '144232.880000', '144232.883000', '144252.773000', '144252.775000', '144252.778000', '144252.781000', '144252.783000', '144252.786000', '144252.788000', '144252.791000', '144252.794000', '144252.796000', '144252.799000', '144252.845000', '144252.848000', '144252.850000', '144252.853000', '144252.855000', '144252.858000', '144252.861000', '144252.863000', '144252.866000', '144252.868000', '144252.871000', '144252.874000', '144252.876000', '144252.879000', '144252.882000', '144252.884000', '144252.887000', '144252.889000', '144252.892000', '144252.895000', '144252.897000', '144252.900000', '144252.903000', '144252.905000', '144252.908000', '144252.911000', '144252.913000', '144252.916000', '144252.918000', '144252.921000', '144252.924000', '144252.926000', '144252.929000', '144312.772000', '144312.775000', '144312.778000', '144312.781000', '144312.783000', '144312.786000', '144312.788000', '144312.791000', '144312.794000', '144312.796000', '144312.799000', '144312.851000', '144312.854000', '144312.856000', '144312.859000', '144312.861000', '144312.864000', '144312.867000', '144312.869000', '144312.872000', '144312.874000', '144312.877000', '144312.880000', '144312.882000', '144312.885000', '144312.887000', '144312.890000', '144312.892000', '144312.895000', '144312.898000', '144312.900000', '144312.903000', '144312.906000', '144312.908000', '144312.911000', '144312.913000', '144312.916000', '144312.919000', '144312.921000', '144312.924000', '144312.926000', '144312.929000', '144312.932000', '144332.773000', '144332.776000', '144332.779000', '144332.782000', '144332.784000', '144332.787000', '144332.790000', '144332.792000', '144332.795000', '144332.798000', '144332.884000', '144332.887000', '144332.889000', '144332.892000', '144332.895000', '144332.897000', '144332.900000', '144332.903000', '144332.905000', '144332.908000', '144332.911000', '144332.913000', '144332.916000', '144332.918000', '144332.921000', '144332.923000', '144332.926000', '144332.929000', '144332.931000', '144332.934000', '144332.936000', '144332.939000', '144332.942000', '144332.944000', '144332.947000', '144332.949000', '144332.952000', '144332.955000', '144332.957000', '144332.960000', '144332.962000', '144332.965000', '144332.968000', '144332.970000', '144352.774000', '144352.776000', '144352.779000', '144352.782000', '144352.784000', '144352.787000', '144352.790000', '144352.792000', '144352.795000', '144352.797000', '144352.846000', '144352.849000', '144352.851000', '144352.854000', '144352.856000', '144352.859000', '144352.862000', '144352.864000', '144352.867000', '144352.869000', '144352.872000', '144352.874000', '144352.877000', '144352.880000', '144352.882000', '144352.885000', '144352.888000', '144352.890000', '144352.893000', '144352.895000', '144352.898000', '144352.901000', '144352.903000', '144352.906000', '144352.908000', '144352.911000', '144352.913000', '144352.916000', '144352.919000', '144352.923000', '144352.926000', '144352.928000', '144352.931000', '144412.786000', '144412.789000', '144412.791000', '144412.794000', '144412.797000', '144412.799000', '144412.835000', '144412.838000', '144412.840000', '144412.843000', '144412.846000', '144412.848000', '144412.851000', '144412.853000', '144412.856000', '144412.858000', '144412.861000', '144412.864000', '144412.866000', '144412.869000', '144412.871000', '144412.874000', '144412.877000', '144412.879000', '144412.882000', '144412.884000', '144412.887000', '144412.889000', '144412.892000', '144412.895000', '144412.897000', '144412.900000', '144412.902000', '144412.905000', '144412.907000', '144412.910000', '144412.912000', '144412.915000', '144412.917000', '144412.920000', '144412.923000', '144412.925000', '144412.928000', '144412.931000', '144432.773000', '144432.776000', '144432.779000', '144432.781000', '144432.784000', '144432.787000', '144432.789000', '144432.792000', '144432.795000', '144432.797000', '144432.872000', '144432.875000', '144432.878000', '144432.880000', '144432.883000', '144432.885000', '144432.888000', '144432.891000', '144432.893000', '144432.896000', '144432.899000', '144432.901000', '144432.904000', '144432.907000', '144432.909000', '144432.912000', '144432.914000', '144432.917000', '144432.920000', '144432.922000', '144432.925000', '144432.927000', '144432.930000', '144432.933000', '144432.935000', '144432.938000', '144432.940000', '144432.943000', '144432.946000', '144432.948000', '144432.951000', '144432.954000', '144432.957000', '144452.773000', '144452.776000', '144452.779000', '144452.781000', '144452.784000', '144452.787000', '144452.789000', '144452.792000', '144452.794000', '144452.797000', '144452.800000', '144452.828000', '144452.831000', '144452.834000', '144452.836000', '144452.839000', '144452.841000', '144452.844000', '144452.847000', '144452.849000', '144452.852000', '144452.854000', '144452.857000', '144452.859000', '144452.862000', '144452.865000', '144452.867000', '144452.870000', '144452.873000', '144452.875000', '144452.878000', '144452.880000', '144452.883000', '144452.885000', '144452.888000', '144452.891000', '144452.893000', '144452.896000', '144452.898000', '144452.901000', '144452.903000', '144452.906000', '144452.909000', '144452.911000', '144512.773000', '144512.776000', '144512.778000', '144512.781000', '144512.784000', '144512.786000', '144512.789000', '144512.791000', '144512.794000', '144512.797000', '144512.799000', '144512.896000', '144512.898000', '144512.901000', '144512.903000', '144512.906000', '144512.908000', '144512.911000', '144512.914000', '144512.916000', '144512.919000', '144512.921000', '144512.924000', '144512.927000', '144512.929000', '144512.932000', '144512.935000', '144512.937000', '144512.940000', '144512.943000', '144512.945000', '144512.948000', '144512.950000', '144512.954000', '144512.957000', '144512.960000', '144512.962000', '144512.965000', '144512.968000', '144512.970000', '144512.973000', '144512.976000', '144512.978000', '144532.772000', '144532.775000', '144532.778000', '144532.780000', '144532.783000', '144532.786000', '144532.788000', '144532.791000', '144532.793000', '144532.796000', '144532.799000', '144532.801000', '144532.804000', '144532.807000', '144532.809000', '144532.812000', '144532.814000', '144532.817000', '144532.820000', '144532.822000', '144532.825000', '144532.827000', '144532.830000', '144532.832000', '144532.835000', '144532.838000', '144532.840000', '144532.843000', '144532.845000', '144532.848000', '144532.851000', '144532.853000', '144532.856000', '144532.858000', '144532.861000', '144532.864000', '144532.866000', '144532.869000', '144532.871000', '144532.874000', '144532.876000', '144532.879000', '144532.882000', '144532.884000', '144552.774000', '144552.777000', '144552.779000', '144552.782000', '144552.784000', '144552.787000', '144552.790000', '144552.792000', '144552.795000', '144552.797000', '144552.800000', '144552.860000', '144552.863000', '144552.866000', '144552.868000', '144552.871000', '144552.873000', '144552.876000', '144552.879000', '144552.881000', '144552.884000', '144552.886000', '144552.889000', '144552.892000', '144552.894000', '144552.897000', '144552.899000', '144552.902000', '144552.905000', '144552.907000', '144552.910000', '144552.913000', '144552.915000', '144552.918000', '144552.920000', '144552.923000', '144552.926000', '144552.928000', '144552.931000', '144552.933000', '144552.936000', '144552.939000', '144552.941000', '144554.374000', '144554.377000', '144554.379000', '144554.382000'], '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': [16057, 11280, 13750, 11622, 8112, 17504, 9454, 13583, 9029, 8093, 11481, 7757, 13972, 9456, 15747, 11767, 14722, 11896, 8453, 13834, 7796, 14149, 9550, 15079, 9840, 13681, 10531, 11565, 11260, 8389, 18361, 11899, 17744, 8708, 10345, 9255, 7798, 10592, 8936, 11056, 8273, 13183, 7658, 13136, 8829, 13914, 8882, 10734, 9096, 8571, 11645, 7745, 13915, 8979, 14294, 9785, 14607, 11809, 13178, 13292, 9165, 15672, 7747, 14957, 9373, 16086, 12078, 16628, 13223, 8842, 11974, 7900, 13130, 7801, 14765, 10718, 18134, 11964, 9735, 10572, 7937, 12505, 7737, 13890, 10435, 15341, 12088, 8487, 11840, 7811, 13846, 8242, 17834, 12901, 19865, 14890, 13040, 10407, 7789, 12564, 7484, 14948, 10762, 18979, 14308, 10891, 9834, 8003, 12211, 7904, 13723, 9789, 16584, 11316, 10721, 9629, 8092, 11591, 7772, 14533, 11430, 17177, 10558, 8874, 11533, 7477, 13186, 9563, 7550, 10333, 8301, 15605, 11455, 8060, 8308, 8030, 11728, 9446, 13011, 11916, 14846, 16373, 11933, 15772, 11832, 9739, 13060, 9567, 9748, 11649, 7795, 17175, 14096, 18879, 15627, 9610, 12719, 8231, 12748, 8464, 7726, 10833, 7752, 12531, 8082, 13230, 9381, 16108, 9692, 7963, 10746, 7660, 12287, 8644, 13571, 9047, 13895, 11019, 14487, 9772, 7764, 10771, 7591, 11671, 7596, 12892, 8716, 15473, 12308, 18599, 11243, 7725, 11248, 7650, 12038, 7998, 12575, 9804, 16314, 12122, 15809, 9508, 7920, 10803, 7709, 12379, 8769, 16435, 12744, 15071, 9932, 7860, 10468, 7829, 11822, 8922, 17223, 11824, 19169, 10511, 16047, 9431, 12532, 10326, 11737, 13412, 9546, 16015, 7906, 13924, 9001, 14311, 10235, 14136, 11767, 11424, 17972, 9461, 16354, 8723, 14477, 10149, 17910, 13093, 12247, 10802, 8267, 12579, 8071, 13325, 8914, 13626, 9813, 12598, 16195, 10345, 19725, 9677, 12555, 8665, 7982, 10600, 8005, 13157, 9626, 7711, 12374, 9423, 15853, 12592, 10189, 13230, 8091, 14033, 9561, 14890, 9078, 8503, 11325, 8255, 19617, 12758, 8277, 10917, 8157, 13430, 9041, 7984, 9599, 8154, 13099, 9611, 7911, 10292, 9239, 12432, 11017, 12254, 17436, 10148, 17087, 10475, 15967, 10297, 17782, 12182, 14482, 12184, 7967, 10981, 7917, 11839, 9017, 13219, 9706, 8136, 11165, 7976, 11168, 8338, 12150, 8851, 12772, 9548, 8934, 11104, 7868, 11473, 8586, 12700, 9573, 12902, 10258, 9323, 12606, 7819, 13440, 9279, 12912, 9077, 11201, 11271, 9738, 17758, 9093, 16331, 9225, 14115, 9266, 10657, 11457, 8781, 15680, 7805, 13699, 9186, 13187, 9556, 11282, 11016, 8807, 11811, 7894, 12026, 8448, 13361, 9600, 15634, 10629, 7596, 10241, 7618, 11640, 8608, 13434, 9971, 12225, 8894, 7817, 9706, 7798, 12517, 8998, 14691, 9443, 11086, 8822, 7860, 11042, 7721, 13203, 9043, 8127, 8941, 8017, 13155, 9929, 9382, 15552, 9066, 16378, 9480, 16093, 10769, 14752, 11415, 10690, 12169, 7802, 10913, 8380, 11995, 9570, 14473, 9584, 8295, 8926, 8000, 9695, 7826, 12444, 8436, 13159, 8223, 10900, 8583, 8047, 10250, 7765, 14408, 8290, 13559, 8810, 11935, 9745, 9699, 14355, 10809, 19473, 14523, 14713, 10746, 8772, 10524, 10485, 19400, 13319, 19557, 12496, 15550, 9021, 12812, 10157, 11040, 10853, 10635, 19408, 11708, 17619, 10392, 8657, 8864, 7936, 10628, 7956, 12462, 8836, 13149, 9740, 7915, 10971, 8037, 16971, 13261, 19627, 16064, 15676, 11174, 11003, 9319, 8292, 9820, 11124, 11692, 8889, 10707, 7763, 10397, 7939, 10489, 8176, 12530, 8361, 11452, 8267, 11294, 8197, 11727, 9151, 13328, 9566, 10723, 8498, 8056, 8576, 8318, 10925, 7919, 10927, 7461, 11555, 7793, 12279, 8633, 16809, 11444, 15302, 10819, 13613, 11455, 16780, 12717, 13358, 9346, 7675, 9918, 8106, 10954, 7814, 15085, 8002, 13746, 8454, 12521, 9118, 13092, 10352, 17671, 10541, 9125, 9375, 8001, 10500, 7818, 14886, 9618, 17424, 11870, 16262, 10981, 11414, 9460, 7816, 13450, 9753, 17528, 12403, 15544, 10531, 8776, 10074, 7809, 10501, 8594, 12001, 9719, 12558, 7923, 10692, 7487, 10965, 7877, 13159, 8796, 11941, 8229, 11369, 8148, 10453, 8396, 10017, 8795, 9332, 10430, 8080, 11134, 7763, 11160, 8177, 12044, 8722, 12990, 8509, 13342, 10581, 8548, 10162, 7940, 15195, 11694, 17361, 11533, 12678, 9066, 9014, 9872, 9834, 13620, 8768, 16505, 7934, 15520, 8903, 13662, 9499, 14054, 11329, 7944, 9293, 7910, 10643, 7912, 12034, 8156, 14462, 8208, 13830, 8397, 12833, 8349, 13066, 11817, 10946, 8976, 8290, 9964, 8025, 12243, 8528, 15120, 9392, 13782, 8604, 13745, 10635, 15282, 11471, 10182, 10624, 7961, 12044, 8333, 12373, 9369, 14696, 10556, 15697, 9218, 12475, 9192, 11530, 11241, 12050, 13597, 8102, 15120, 9142, 18227, 10838, 18109, 13314, 18218, 14051, 13800, 9755, 8929, 10157, 7968, 11211, 8096, 13697, 8340, 13254, 9247, 8888, 11032, 7882, 16853, 8829, 14885, 8438, 14515, 12562, 17554, 11814, 8587, 9704, 7941, 11205, 7834, 13379, 9076, 15534, 8290, 10141, 8558, 8325, 11103, 7676, 13621, 8555, 12407, 8659, 11220, 9789, 8523, 13124, 7838, 14647, 9138, 15963, 11962, 18557, 14554, 16724, 12166, 8694, 11873, 8360, 13409, 9058, 19770, 12821, 13875, 9775, 7903, 11009, 8494, 13426, 9514, 9126, 14378, 8960, 16124, 9851, 15450, 11692, 12275, 17085, 9973, 18769, 11441, 17457, 12138, 18636, 13785, 12127, 11360, 7836, 12822, 8948, 9750, 9093, 8239, 12107, 8157, 17090, 12296, 19267, 13971, 10146, 10978, 7909, 12773, 8072, 13440, 9294, 13479, 8972, 7895, 14423, 10730, 17854, 10180, 7929, 10564, 7685, 12521, 9730, 15684, 11872, 8000, 11417, 7770, 11739, 8664, 12678, 9297, 9714, 9501, 7998, 11757, 8568, 11995, 8480, 10044, 9918, 7581, 12705, 7647, 11605, 8108, 12397, 8055, 13292, 8326, 16983, 8944, 12966, 7935, 12066, 7683, 12117, 8533, 11868, 7904, 11666, 8148, 11422, 10039, 10792, 8602, 8216, 9781, 7726, 12038, 8418, 14995, 10119, 13967, 11406, 14247, 12260, 18153, 13513, 12252, 9579, 7957, 10183, 7757, 13633, 8456, 16221, 8771, 12740, 9955, 8020, 13094, 9408, 16919, 12601, 15852, 15406, 9939, 12786, 7788, 13603, 9303, 20235, 13604, 18305, 11062, 13046, 8672, 10330, 10774, 7743, 12291, 8190, 12900, 9106, 12020, 9621, 8126, 11641, 8103, 12959, 8614, 17702, 12963, 18260, 10120, 8224, 12682, 9115, 15186, 11156, 8432, 13845, 8986, 13208, 10163, 8567, 19984, 14847, 13247, 10975, 8125, 11988, 8704, 19261, 14715, 10960, 9608, 8092, 12073, 8565, 15601, 12327, 9948, 9698, 7915, 11221, 8122, 12911, 10030, 11838, 9834, 8095, 11447, 8197, 12642, 9568, 16999, 12021, 9719, 9009, 7907, 11614, 8149, 15005, 11848, 15364, 9852, 8092, 9904, 7720, 11578, 8062, 15749, 8142, 13532, 8658, 12577, 9043, 12566, 9754, 14259, 8838, 9182, 9242, 8028, 11442, 8044, 12212, 7693, 12125, 8672, 12128, 9223, 13267, 9373, 8001, 9668, 8331, 10949, 7866, 13087, 8191, 12217, 8440, 11900, 9506, 13853, 10355, 15033, 9169, 10636, 10226, 9674, 11781, 7686, 10861, 7716, 11980, 8325, 16498, 11053, 14946, 9508, 14219, 9269, 12838, 11035, 8964, 11353, 8085, 11112, 7976, 12685, 9197, 17287, 11876, 15436, 10640, 13608, 9220, 8843, 11832, 7990, 15647, 10553, 14425, 9116, 13852, 8669, 10416, 10837, 9234, 12948, 7775, 12725, 8646, 13830, 9480, 16659, 12132, 20308, 13768, 14075, 9581, 7947, 10526, 7780, 13303, 8254, 16208, 8519, 13609, 8741, 13125, 10265, 13632, 10282, 9138, 9855, 8361, 10339, 9011, 13561, 8670, 13966, 7869, 12399, 8506, 16001, 10326, 17969, 9636, 14441, 8979, 13655, 10902, 13867, 11072, 7857, 9937, 8014, 10144, 8102, 11992, 9171, 14287, 9337, 8149, 9510, 8241, 11303, 9126, 13543, 10777, 13095, 9036, 7935, 10504, 7885, 14279, 11287, 19662, 15278, 16763, 11016, 8271, 11606, 8376, 9565, 9018, 7751, 15720, 12402, 11352, 16904, 13497, 14778, 11307, 8243, 12787, 8627, 19946, 15560, 18122, 12433, 8462, 10410, 7930, 11871, 9409, 12587, 9124, 8097, 9908, 8051, 13590, 9899, 10317, 8423, 8132, 11739, 9634, 8568, 10153, 8575, 14554, 11407, 9093, 10300, 8273, 11978, 9497, 12978, 9652, 10721, 14095, 8369, 16382, 8994, 14399, 8848], 'WindowCenter': [4873.0, 4808.0, 4812.0, 4779.0, 4727.0, 4815.0, 4746.0, 4784.0, 4734.0, 4725.0, 4762.0, 4715.0, 4782.0, 4744.0, 4802.0, 4762.0, 4791.0, 4762.0, 4721.0, 4783.0, 4701.0, 4782.0, 4740.0, 4789.0, 4756.0, 4781.0, 4752.0, 4760.0, 4751.0, 4710.0, 4811.0, 4759.0, 4800.0, 4719.0, 4739.0, 4731.0, 4700.0, 4739.0, 4720.0, 4749.0, 4711.0, 4769.0, 4702.0, 4769.0, 4731.0, 4781.0, 4731.0, 4751.0, 4733.0, 4721.0, 4763.0, 4702.0, 4780.0, 4733.0, 4789.0, 4742.0, 4791.0, 4761.0, 4769.0, 4769.0, 4719.0, 4777.0, 4700.0, 4777.0, 4719.0, 4788.0, 4757.0, 4786.0, 4756.0, 4707.0, 4745.0, 4694.0, 4754.0, 4699.0, 4774.0, 4737.0, 4784.0, 4748.0, 4715.0, 4725.0, 4695.0, 4756.0, 4696.0, 4766.0, 4738.0, 4775.0, 4746.0, 4706.0, 4743.0, 4686.0, 4764.0, 4708.0, 4785.0, 4755.0, 4794.0, 4764.0, 4754.0, 4725.0, 4684.0, 4741.0, 4685.0, 4763.0, 4733.0, 4783.0, 4764.0, 4723.0, 4712.0, 4693.0, 4742.0, 4695.0, 4765.0, 4725.0, 4774.0, 4734.0, 4734.0, 4714.0, 4695.0, 4747.0, 4697.0, 4776.0, 4748.0, 4784.0, 4780.0, 4763.0, 4725.0, 4634.0, 4732.0, 4708.0, 4640.0, 4678.0, 4661.0, 4736.0, 4752.0, 4685.0, 4671.0, 4670.0, 4706.0, 4714.0, 4770.0, 4743.0, 4734.0, 4771.0, 4741.0, 4761.0, 4740.0, 4700.0, 4741.0, 4712.0, 4712.0, 4732.0, 4682.0, 4785.0, 4752.0, 4780.0, 4759.0, 4698.0, 4728.0, 4680.0, 4728.0, 4693.0, 4682.0, 4732.0, 4685.0, 4744.0, 4694.0, 4765.0, 4715.0, 4773.0, 4713.0, 4694.0, 4734.0, 4694.0, 4745.0, 4706.0, 4765.0, 4730.0, 4776.0, 4737.0, 4766.0, 4725.0, 4694.0, 4735.0, 4695.0, 4745.0, 4696.0, 4767.0, 4719.0, 4787.0, 4757.0, 4796.0, 4746.0, 4697.0, 4745.0, 4697.0, 4754.0, 4708.0, 4758.0, 4737.0, 4785.0, 4758.0, 4786.0, 4727.0, 4708.0, 4747.0, 4697.0, 4768.0, 4718.0, 4787.0, 4767.0, 4775.0, 4726.0, 4706.0, 4737.0, 4697.0, 4756.0, 4716.0, 4797.0, 4757.0, 4793.0, 4735.0, 4784.0, 4714.0, 4755.0, 4735.0, 4745.0, 4754.0, 4713.0, 4773.0, 4694.0, 4763.0, 4702.0, 4764.0, 4724.0, 4764.0, 4743.0, 4743.0, 4783.0, 4712.0, 4771.0, 4701.0, 4761.0, 4724.0, 4781.0, 4753.0, 4742.0, 4720.0, 4690.0, 4740.0, 4682.0, 4738.0, 4702.0, 4751.0, 4712.0, 4741.0, 4769.0, 4712.0, 4790.0, 4701.0, 4740.0, 4703.0, 4694.0, 4724.0, 4695.0, 4750.0, 4712.0, 4683.0, 4753.0, 4713.0, 4772.0, 4753.0, 4723.0, 4755.0, 4682.0, 4752.0, 4711.0, 4762.0, 4704.0, 4716.0, 4731.0, 4692.0, 4780.0, 4741.0, 4690.0, 4720.0, 4694.0, 4764.0, 4718.0, 4706.0, 4726.0, 4708.0, 4765.0, 4727.0, 4708.0, 4747.0, 4727.0, 4769.0, 4747.0, 4757.0, 4785.0, 4725.0, 4772.0, 4721.0, 4760.0, 4721.0, 4780.0, 4740.0, 4750.0, 4730.0, 4681.0, 4720.0, 4680.0, 4731.0, 4702.0, 4751.0, 4712.0, 4696.0, 4733.0, 4695.0, 4744.0, 4706.0, 4755.0, 4715.0, 4765.0, 4725.0, 4717.0, 4745.0, 4695.0, 4744.0, 4716.0, 4766.0, 4729.0, 4758.0, 4735.0, 4717.0, 4756.0, 4695.0, 4764.0, 4716.0, 4756.0, 4715.0, 4746.0, 4734.0, 4724.0, 4785.0, 4704.0, 4783.0, 4714.0, 4762.0, 4713.0, 4732.0, 4732.0, 4702.0, 4772.0, 4682.0, 4762.0, 4713.0, 4751.0, 4712.0, 4734.0, 4732.0, 4702.0, 4731.0, 4692.0, 4741.0, 4693.0, 4751.0, 4713.0, 4772.0, 4722.0, 4684.0, 4721.0, 4693.0, 4744.0, 4702.0, 4751.0, 4725.0, 4744.0, 4704.0, 4697.0, 4723.0, 4697.0, 4754.0, 4716.0, 4773.0, 4724.0, 4743.0, 4700.0, 4696.0, 4747.0, 4708.0, 4766.0, 4716.0, 4706.0, 4715.0, 4708.0, 4764.0, 4735.0, 4726.0, 4786.0, 4716.0, 4785.0, 4726.0, 4783.0, 4734.0, 4773.0, 4743.0, 4732.0, 4743.0, 4696.0, 4733.0, 4705.0, 4753.0, 4723.0, 4762.0, 4723.0, 4704.0, 4713.0, 4705.0, 4725.0, 4695.0, 4763.0, 4705.0, 4765.0, 4705.0, 4745.0, 4715.0, 4708.0, 4737.0, 4697.0, 4776.0, 4705.0, 4774.0, 4717.0, 4756.0, 4737.0, 4738.0, 4776.0, 4746.0, 4806.0, 4774.0, 4774.0, 4745.0, 4703.0, 4733.0, 4733.0, 4807.0, 4754.0, 4791.0, 4756.0, 4774.0, 4717.0, 4754.0, 4722.0, 4736.0, 4722.0, 4719.0, 4780.0, 4729.0, 4770.0, 4709.0, 4701.0, 4701.0, 4693.0, 4721.0, 4694.0, 4743.0, 4713.0, 4753.0, 4712.0, 4693.0, 4733.0, 4694.0, 4772.0, 4751.0, 4782.0, 4761.0, 4759.0, 4718.0, 4719.0, 4699.0, 4679.0, 4708.0, 4718.0, 4729.0, 4687.0, 4708.0, 4668.0, 4707.0, 4679.0, 4719.0, 4690.0, 4739.0, 4690.0, 4730.0, 4702.0, 4732.0, 4704.0, 4742.0, 4714.0, 4761.0, 4725.0, 4733.0, 4705.0, 4694.0, 4716.0, 4704.0, 4746.0, 4694.0, 4744.0, 4696.0, 4744.0, 4697.0, 4754.0, 4714.0, 4784.0, 4745.0, 4778.0, 4734.0, 4765.0, 4744.0, 4783.0, 4755.0, 4765.0, 4714.0, 4695.0, 4723.0, 4704.0, 4735.0, 4694.0, 4776.0, 4694.0, 4763.0, 4705.0, 4755.0, 4715.0, 4764.0, 4737.0, 4793.0, 4735.0, 4727.0, 4727.0, 4706.0, 4745.0, 4696.0, 4787.0, 4725.0, 4795.0, 4756.0, 4784.0, 4733.0, 4745.0, 4725.0, 4696.0, 4765.0, 4726.0, 4795.0, 4767.0, 4785.0, 4746.0, 4716.0, 4736.0, 4698.0, 4737.0, 4704.0, 4752.0, 4713.0, 4743.0, 4693.0, 4734.0, 4685.0, 4732.0, 4693.0, 4763.0, 4704.0, 4743.0, 4707.0, 4756.0, 4709.0, 4746.0, 4707.0, 4735.0, 4718.0, 4727.0, 4749.0, 4706.0, 4749.0, 4696.0, 4746.0, 4717.0, 4759.0, 4720.0, 4779.0, 4721.0, 4778.0, 4749.0, 4730.0, 4748.0, 4721.0, 4789.0, 4759.0, 4796.0, 4757.0, 4768.0, 4728.0, 4730.0, 4738.0, 4737.0, 4779.0, 4715.0, 4798.0, 4707.0, 4786.0, 4717.0, 4779.0, 4740.0, 4778.0, 4748.0, 4709.0, 4728.0, 4707.0, 4746.0, 4721.0, 4757.0, 4709.0, 4778.0, 4718.0, 4777.0, 4717.0, 4768.0, 4719.0, 4768.0, 4771.0, 4747.0, 4718.0, 4719.0, 4737.0, 4709.0, 4768.0, 4719.0, 4788.0, 4728.0, 4779.0, 4718.0, 4780.0, 4751.0, 4788.0, 4760.0, 4737.0, 4737.0, 4707.0, 4757.0, 4721.0, 4769.0, 4729.0, 4787.0, 4749.0, 4797.0, 4728.0, 4769.0, 4729.0, 4758.0, 4749.0, 4758.0, 4768.0, 4707.0, 4776.0, 4727.0, 4808.0, 4749.0, 4808.0, 4767.0, 4795.0, 4765.0, 4765.0, 4716.0, 4714.0, 4727.0, 4696.0, 4748.0, 4698.0, 4765.0, 4718.0, 4766.0, 4728.0, 4716.0, 4736.0, 4696.0, 4787.0, 4717.0, 4788.0, 4707.0, 4765.0, 4755.0, 4796.0, 4745.0, 4704.0, 4715.0, 4694.0, 4733.0, 4696.0, 4764.0, 4714.0, 4774.0, 4706.0, 4726.0, 4706.0, 4709.0, 4744.0, 4700.0, 4777.0, 4718.0, 4757.0, 4718.0, 4746.0, 4727.0, 4719.0, 4767.0, 4698.0, 4778.0, 4728.0, 4786.0, 4755.0, 4793.0, 4766.0, 4783.0, 4745.0, 4706.0, 4744.0, 4695.0, 4751.0, 4703.0, 4807.0, 4756.0, 4753.0, 4713.0, 4694.0, 4733.0, 4716.0, 4765.0, 4725.0, 4739.0, 4777.0, 4715.0, 4786.0, 4726.0, 4774.0, 4743.0, 4743.0, 4786.0, 4723.0, 4794.0, 4744.0, 4780.0, 4742.0, 4781.0, 4752.0, 4743.0, 4721.0, 4681.0, 4740.0, 4703.0, 4713.0, 4715.0, 4696.0, 4744.0, 4695.0, 4771.0, 4742.0, 4780.0, 4751.0, 4710.0, 4719.0, 4680.0, 4743.0, 4682.0, 4741.0, 4701.0, 4751.0, 4700.0, 4682.0, 4749.0, 4725.0, 4780.0, 4712.0, 4694.0, 4721.0, 4683.0, 4740.0, 4711.0, 4760.0, 4731.0, 4683.0, 4729.0, 4684.0, 4731.0, 4705.0, 4754.0, 4713.0, 4713.0, 4713.0, 4694.0, 4746.0, 4707.0, 4757.0, 4707.0, 4726.0, 4725.0, 4695.0, 4758.0, 4688.0, 4733.0, 4696.0, 4743.0, 4695.0, 4752.0, 4692.0, 4772.0, 4701.0, 4741.0, 4694.0, 4730.0, 4682.0, 4741.0, 4692.0, 4733.0, 4683.0, 4733.0, 4694.0, 4733.0, 4725.0, 4734.0, 4706.0, 4706.0, 4725.0, 4695.0, 4755.0, 4706.0, 4775.0, 4735.0, 4765.0, 4745.0, 4764.0, 4757.0, 4783.0, 4755.0, 4745.0, 4715.0, 4696.0, 4724.0, 4695.0, 4766.0, 4707.0, 4800.0, 4720.0, 4758.0, 4752.0, 4722.0, 4768.0, 4730.0, 4799.0, 4758.0, 4785.0, 4777.0, 4726.0, 4754.0, 4685.0, 4755.0, 4714.0, 4806.0, 4765.0, 4784.0, 4732.0, 4751.0, 4704.0, 4723.0, 4734.0, 4686.0, 4747.0, 4695.0, 4754.0, 4716.0, 4746.0, 4716.0, 4696.0, 4744.0, 4707.0, 4759.0, 4718.0, 4785.0, 4757.0, 4783.0, 4726.0, 4693.0, 4755.0, 4731.0, 4775.0, 4736.0, 4706.0, 4765.0, 4721.0, 4755.0, 4724.0, 4693.0, 4795.0, 4763.0, 4755.0, 4721.0, 4696.0, 4733.0, 4693.0, 4782.0, 4763.0, 4722.0, 4703.0, 4693.0, 4730.0, 4692.0, 4761.0, 4745.0, 4714.0, 4713.0, 4694.0, 4722.0, 4681.0, 4743.0, 4713.0, 4733.0, 4714.0, 4693.0, 4731.0, 4694.0, 4752.0, 4712.0, 4771.0, 4741.0, 4713.0, 4702.0, 4692.0, 4732.0, 4692.0, 4761.0, 4742.0, 4761.0, 4710.0, 4682.0, 4709.0, 4670.0, 4719.0, 4679.0, 4760.0, 4680.0, 4742.0, 4690.0, 4728.0, 4689.0, 4728.0, 4713.0, 4749.0, 4691.0, 4701.0, 4701.0, 4681.0, 4731.0, 4680.0, 4740.0, 4684.0, 4740.0, 4703.0, 4742.0, 4713.0, 4751.0, 4702.0, 4692.0, 4712.0, 4696.0, 4732.0, 4694.0, 4753.0, 4694.0, 4742.0, 4692.0, 4735.0, 4715.0, 4753.0, 4726.0, 4762.0, 4714.0, 4724.0, 4724.0, 4712.0, 4733.0, 4683.0, 4733.0, 4682.0, 4741.0, 4693.0, 4784.0, 4733.0, 4763.0, 4715.0, 4764.0, 4716.0, 4754.0, 4735.0, 4704.0, 4732.0, 4695.0, 4732.0, 4693.0, 4754.0, 4703.0, 4783.0, 4743.0, 4762.0, 4724.0, 4762.0, 4713.0, 4703.0, 4742.0, 4694.0, 4774.0, 4723.0, 4764.0, 4705.0, 4765.0, 4706.0, 4734.0, 4733.0, 4714.0, 4756.0, 4686.0, 4755.0, 4705.0, 4764.0, 4714.0, 4774.0, 4745.0, 4794.0, 4752.0, 4762.0, 4712.0, 4684.0, 4723.0, 4682.0, 4751.0, 4694.0, 4772.0, 4693.0, 4753.0, 4704.0, 4754.0, 4723.0, 4763.0, 4723.0, 4713.0, 4726.0, 4696.0, 4725.0, 4703.0, 4753.0, 4692.0, 4752.0, 4694.0, 4743.0, 4704.0, 4771.0, 4723.0, 4783.0, 4713.0, 4763.0, 4702.0, 4750.0, 4723.0, 4753.0, 4733.0, 4683.0, 4711.0, 4694.0, 4725.0, 4695.0, 4743.0, 4726.0, 4764.0, 4717.0, 4705.0, 4726.0, 4718.0, 4748.0, 4729.0, 4765.0, 4748.0, 4766.0, 4717.0, 4707.0, 4735.0, 4706.0, 4765.0, 4747.0, 4793.0, 4776.0, 4785.0, 4737.0, 4709.0, 4758.0, 4704.0, 4740.0, 4729.0, 4710.0, 4788.0, 4754.0, 4735.0, 4800.0, 4766.0, 4775.0, 4734.0, 4694.0, 4741.0, 4692.0, 4791.0, 4773.0, 4780.0, 4729.0, 4692.0, 4722.0, 4682.0, 4729.0, 4700.0, 4741.0, 4701.0, 4683.0, 4710.0, 4696.0, 4752.0, 4724.0, 4722.0, 4707.0, 4694.0, 4754.0, 4726.0, 4706.0, 4735.0, 4717.0, 4765.0, 4759.0, 4718.0, 4726.0, 4710.0, 4746.0, 4716.0, 4755.0, 4726.0, 4737.0, 4764.0, 4697.0, 4774.0, 4704.0, 4764.0, 4715.0], 'WindowWidth': [10592.0, 10488.0, 10479.0, 10427.0, 10352.0, 10471.0, 10374.0, 10424.0, 10356.0, 10343.0, 10391.0, 10329.0, 10419.0, 10365.0, 10447.0, 10391.0, 10431.0, 10389.0, 10332.0, 10418.0, 10306.0, 10414.0, 10357.0, 10424.0, 10389.0, 10416.0, 10375.0, 10385.0, 10373.0, 10315.0, 10453.0, 10381.0, 10439.0, 10327.0, 10354.0, 10343.0, 10303.0, 10354.0, 10330.0, 10368.0, 10317.0, 10398.0, 10307.0, 10397.0, 10346.0, 10415.0, 10346.0, 10375.0, 10351.0, 10334.0, 10392.0, 10307.0, 10414.0, 10350.0, 10427.0, 10362.0, 10429.0, 10385.0, 10394.0, 10395.0, 10325.0, 10404.0, 10300.0, 10404.0, 10327.0, 10419.0, 10375.0, 10415.0, 10373.0, 10306.0, 10353.0, 10287.0, 10366.0, 10298.0, 10397.0, 10348.0, 10411.0, 10359.0, 10315.0, 10328.0, 10290.0, 10371.0, 10293.0, 10386.0, 10351.0, 10399.0, 10357.0, 10304.0, 10351.0, 10277.0, 10380.0, 10307.0, 10411.0, 10369.0, 10425.0, 10379.0, 10366.0, 10326.0, 10272.0, 10345.0, 10273.0, 10377.0, 10336.0, 10406.0, 10377.0, 10321.0, 10305.0, 10283.0, 10346.0, 10288.0, 10383.0, 10330.0, 10395.0, 10338.0, 10339.0, 10311.0, 10288.0, 10362.0, 10293.0, 10401.0, 10360.0, 10408.0, 10429.0, 10409.0, 10320.0, 10175.0, 10326.0, 10300.0, 10191.0, 10241.0, 10225.0, 10327.0, 10374.0, 10268.0, 10240.0, 10241.0, 10280.0, 10310.0, 10396.0, 10351.0, 10319.0, 10388.0, 10344.0, 10371.0, 10343.0, 10284.0, 10343.0, 10305.0, 10304.0, 10332.0, 10265.0, 10411.0, 10360.0, 10399.0, 10365.0, 10278.0, 10317.0, 10254.0, 10320.0, 10280.0, 10267.0, 10332.0, 10272.0, 10351.0, 10285.0, 10383.0, 10314.0, 10390.0, 10309.0, 10283.0, 10337.0, 10285.0, 10355.0, 10304.0, 10384.0, 10342.0, 10403.0, 10348.0, 10384.0, 10327.0, 10286.0, 10342.0, 10288.0, 10354.0, 10291.0, 10390.0, 10329.0, 10418.0, 10375.0, 10427.0, 10358.0, 10292.0, 10356.0, 10293.0, 10367.0, 10310.0, 10380.0, 10350.0, 10414.0, 10379.0, 10413.0, 10333.0, 10308.0, 10360.0, 10296.0, 10391.0, 10325.0, 10416.0, 10391.0, 10399.0, 10332.0, 10306.0, 10346.0, 10294.0, 10373.0, 10319.0, 10432.0, 10373.0, 10423.0, 10342.0, 10409.0, 10312.0, 10372.0, 10342.0, 10356.0, 10368.0, 10309.0, 10393.0, 10286.0, 10378.0, 10296.0, 10382.0, 10326.0, 10381.0, 10351.0, 10350.0, 10405.0, 10307.0, 10387.0, 10291.0, 10374.0, 10324.0, 10401.0, 10361.0, 10344.0, 10313.0, 10274.0, 10341.0, 10265.0, 10337.0, 10290.0, 10358.0, 10306.0, 10343.0, 10383.0, 10302.0, 10411.0, 10288.0, 10342.0, 10294.0, 10284.0, 10325.0, 10289.0, 10357.0, 10306.0, 10267.0, 10364.0, 10312.0, 10389.0, 10365.0, 10322.0, 10368.0, 10265.0, 10359.0, 10304.0, 10372.0, 10300.0, 10320.0, 10329.0, 10276.0, 10398.0, 10342.0, 10273.0, 10313.0, 10282.0, 10383.0, 10325.0, 10307.0, 10332.0, 10313.0, 10387.0, 10336.0, 10313.0, 10365.0, 10337.0, 10395.0, 10362.0, 10375.0, 10412.0, 10325.0, 10387.0, 10317.0, 10370.0, 10317.0, 10398.0, 10342.0, 10356.0, 10328.0, 10260.0, 10311.0, 10260.0, 10327.0, 10292.0, 10359.0, 10307.0, 10289.0, 10337.0, 10287.0, 10352.0, 10302.0, 10367.0, 10315.0, 10383.0, 10328.0, 10319.0, 10357.0, 10288.0, 10352.0, 10318.0, 10387.0, 10340.0, 10376.0, 10342.0, 10318.0, 10371.0, 10287.0, 10382.0, 10317.0, 10374.0, 10315.0, 10358.0, 10340.0, 10325.0, 10411.0, 10298.0, 10406.0, 10312.0, 10375.0, 10308.0, 10335.0, 10334.0, 10292.0, 10387.0, 10268.0, 10374.0, 10309.0, 10360.0, 10306.0, 10336.0, 10333.0, 10291.0, 10331.0, 10279.0, 10346.0, 10282.0, 10357.0, 10308.0, 10387.0, 10321.0, 10269.0, 10316.0, 10282.0, 10350.0, 10295.0, 10360.0, 10330.0, 10353.0, 10298.0, 10293.0, 10323.0, 10293.0, 10367.0, 10317.0, 10393.0, 10326.0, 10350.0, 10288.0, 10289.0, 10362.0, 10315.0, 10387.0, 10315.0, 10305.0, 10316.0, 10311.0, 10384.0, 10344.0, 10331.0, 10415.0, 10317.0, 10412.0, 10331.0, 10408.0, 10340.0, 10392.0, 10350.0, 10335.0, 10350.0, 10290.0, 10338.0, 10304.0, 10367.0, 10325.0, 10378.0, 10325.0, 10299.0, 10311.0, 10303.0, 10330.0, 10289.0, 10382.0, 10303.0, 10384.0, 10304.0, 10358.0, 10318.0, 10311.0, 10349.0, 10295.0, 10402.0, 10304.0, 10399.0, 10322.0, 10375.0, 10352.0, 10351.0, 10403.0, 10360.0, 10444.0, 10396.0, 10397.0, 10356.0, 10297.0, 10337.0, 10338.0, 10445.0, 10365.0, 10418.0, 10367.0, 10395.0, 10318.0, 10368.0, 10322.0, 10342.0, 10319.0, 10311.0, 10399.0, 10323.0, 10381.0, 10298.0, 10291.0, 10291.0, 10282.0, 10316.0, 10283.0, 10350.0, 10308.0, 10362.0, 10306.0, 10284.0, 10337.0, 10284.0, 10388.0, 10359.0, 10404.0, 10369.0, 10364.0, 10306.0, 10309.0, 10280.0, 10256.0, 10292.0, 10306.0, 10321.0, 10262.0, 10291.0, 10239.0, 10290.0, 10256.0, 10310.0, 10273.0, 10339.0, 10272.0, 10327.0, 10293.0, 10331.0, 10297.0, 10346.0, 10312.0, 10371.0, 10326.0, 10337.0, 10302.0, 10288.0, 10318.0, 10302.0, 10358.0, 10286.0, 10354.0, 10292.0, 10353.0, 10296.0, 10369.0, 10315.0, 10409.0, 10355.0, 10403.0, 10340.0, 10384.0, 10354.0, 10407.0, 10369.0, 10382.0, 10312.0, 10289.0, 10322.0, 10302.0, 10343.0, 10286.0, 10400.0, 10285.0, 10380.0, 10302.0, 10369.0, 10317.0, 10383.0, 10349.0, 10422.0, 10343.0, 10335.0, 10335.0, 10308.0, 10357.0, 10295.0, 10418.0, 10331.0, 10427.0, 10373.0, 10411.0, 10338.0, 10356.0, 10330.0, 10295.0, 10388.0, 10335.0, 10429.0, 10393.0, 10414.0, 10359.0, 10319.0, 10347.0, 10297.0, 10346.0, 10301.0, 10364.0, 10307.0, 10348.0, 10281.0, 10339.0, 10275.0, 10334.0, 10285.0, 10379.0, 10301.0, 10351.0, 10307.0, 10374.0, 10312.0, 10361.0, 10308.0, 10344.0, 10324.0, 10335.0, 10366.0, 10306.0, 10367.0, 10291.0, 10361.0, 10324.0, 10381.0, 10330.0, 10410.0, 10331.0, 10407.0, 10371.0, 10346.0, 10368.0, 10336.0, 10425.0, 10383.0, 10432.0, 10375.0, 10394.0, 10339.0, 10344.0, 10352.0, 10351.0, 10409.0, 10319.0, 10434.0, 10307.0, 10414.0, 10321.0, 10410.0, 10356.0, 10407.0, 10365.0, 10314.0, 10338.0, 10310.0, 10361.0, 10334.0, 10379.0, 10314.0, 10408.0, 10325.0, 10403.0, 10324.0, 10394.0, 10327.0, 10394.0, 10402.0, 10364.0, 10324.0, 10330.0, 10351.0, 10316.0, 10394.0, 10328.0, 10421.0, 10338.0, 10410.0, 10327.0, 10413.0, 10372.0, 10421.0, 10380.0, 10348.0, 10348.0, 10307.0, 10376.0, 10332.0, 10395.0, 10342.0, 10417.0, 10369.0, 10431.0, 10338.0, 10395.0, 10340.0, 10381.0, 10369.0, 10377.0, 10392.0, 10305.0, 10398.0, 10334.0, 10449.0, 10369.0, 10451.0, 10389.0, 10426.0, 10381.0, 10381.0, 10314.0, 10313.0, 10330.0, 10290.0, 10361.0, 10293.0, 10382.0, 10325.0, 10390.0, 10336.0, 10320.0, 10344.0, 10290.0, 10416.0, 10320.0, 10421.0, 10308.0, 10384.0, 10369.0, 10425.0, 10355.0, 10299.0, 10312.0, 10285.0, 10336.0, 10290.0, 10379.0, 10314.0, 10394.0, 10303.0, 10331.0, 10303.0, 10309.0, 10354.0, 10300.0, 10404.0, 10323.0, 10376.0, 10324.0, 10361.0, 10334.0, 10324.0, 10391.0, 10297.0, 10407.0, 10339.0, 10415.0, 10371.0, 10424.0, 10385.0, 10404.0, 10353.0, 10303.0, 10351.0, 10287.0, 10358.0, 10297.0, 10444.0, 10371.0, 10361.0, 10308.0, 10284.0, 10338.0, 10318.0, 10384.0, 10330.0, 10357.0, 10405.0, 10316.0, 10414.0, 10330.0, 10393.0, 10351.0, 10350.0, 10413.0, 10322.0, 10423.0, 10352.0, 10397.0, 10346.0, 10401.0, 10358.0, 10345.0, 10314.0, 10261.0, 10341.0, 10296.0, 10309.0, 10316.0, 10287.0, 10351.0, 10284.0, 10385.0, 10346.0, 10396.0, 10354.0, 10299.0, 10308.0, 10256.0, 10348.0, 10262.0, 10340.0, 10287.0, 10358.0, 10286.0, 10262.0, 10350.0, 10323.0, 10395.0, 10301.0, 10282.0, 10315.0, 10265.0, 10338.0, 10301.0, 10367.0, 10328.0, 10263.0, 10321.0, 10267.0, 10326.0, 10299.0, 10365.0, 10308.0, 10305.0, 10305.0, 10283.0, 10354.0, 10306.0, 10373.0, 10303.0, 10329.0, 10325.0, 10287.0, 10374.0, 10278.0, 10334.0, 10287.0, 10348.0, 10286.0, 10359.0, 10278.0, 10385.0, 10288.0, 10342.0, 10282.0, 10325.0, 10264.0, 10343.0, 10276.0, 10332.0, 10267.0, 10332.0, 10283.0, 10334.0, 10330.0, 10339.0, 10301.0, 10304.0, 10327.0, 10288.0, 10370.0, 10303.0, 10396.0, 10341.0, 10382.0, 10354.0, 10380.0, 10372.0, 10406.0, 10365.0, 10353.0, 10313.0, 10291.0, 10327.0, 10288.0, 10384.0, 10305.0, 10438.0, 10329.0, 10375.0, 10377.0, 10337.0, 10394.0, 10341.0, 10436.0, 10376.0, 10410.0, 10399.0, 10327.0, 10364.0, 10272.0, 10366.0, 10309.0, 10444.0, 10380.0, 10406.0, 10330.0, 10358.0, 10295.0, 10320.0, 10337.0, 10271.0, 10356.0, 10287.0, 10367.0, 10316.0, 10356.0, 10313.0, 10286.0, 10352.0, 10306.0, 10376.0, 10321.0, 10408.0, 10372.0, 10402.0, 10323.0, 10278.0, 10367.0, 10346.0, 10397.0, 10342.0, 10302.0, 10381.0, 10330.0, 10368.0, 10321.0, 10278.0, 10422.0, 10373.0, 10366.0, 10317.0, 10286.0, 10333.0, 10278.0, 10399.0, 10373.0, 10316.0, 10290.0, 10279.0, 10325.0, 10275.0, 10369.0, 10351.0, 10308.0, 10304.0, 10282.0, 10315.0, 10261.0, 10344.0, 10307.0, 10333.0, 10307.0, 10280.0, 10330.0, 10285.0, 10360.0, 10304.0, 10385.0, 10341.0, 10306.0, 10289.0, 10277.0, 10329.0, 10278.0, 10369.0, 10345.0, 10369.0, 10299.0, 10263.0, 10296.0, 10243.0, 10310.0, 10255.0, 10368.0, 10256.0, 10341.0, 10272.0, 10320.0, 10269.0, 10321.0, 10306.0, 10350.0, 10273.0, 10288.0, 10285.0, 10260.0, 10326.0, 10257.0, 10340.0, 10268.0, 10340.0, 10294.0, 10344.0, 10309.0, 10357.0, 10290.0, 10278.0, 10304.0, 10286.0, 10331.0, 10282.0, 10362.0, 10280.0, 10345.0, 10278.0, 10337.0, 10312.0, 10362.0, 10324.0, 10374.0, 10308.0, 10323.0, 10321.0, 10305.0, 10333.0, 10266.0, 10332.0, 10264.0, 10342.0, 10280.0, 10405.0, 10332.0, 10376.0, 10312.0, 10377.0, 10312.0, 10364.0, 10338.0, 10294.0, 10331.0, 10285.0, 10330.0, 10281.0, 10362.0, 10294.0, 10403.0, 10346.0, 10373.0, 10321.0, 10374.0, 10306.0, 10295.0, 10346.0, 10283.0, 10394.0, 10321.0, 10380.0, 10299.0, 10383.0, 10302.0, 10337.0, 10335.0, 10311.0, 10369.0, 10273.0, 10366.0, 10300.0, 10377.0, 10310.0, 10392.0, 10353.0, 10419.0, 10357.0, 10373.0, 10305.0, 10267.0, 10317.0, 10264.0, 10357.0, 10280.0, 10387.0, 10280.0, 10361.0, 10296.0, 10364.0, 10322.0, 10374.0, 10321.0, 10307.0, 10325.0, 10285.0, 10322.0, 10293.0, 10364.0, 10277.0, 10358.0, 10283.0, 10346.0, 10295.0, 10384.0, 10320.0, 10403.0, 10306.0, 10377.0, 10291.0, 10355.0, 10320.0, 10361.0, 10334.0, 10265.0, 10301.0, 10284.0, 10324.0, 10288.0, 10349.0, 10331.0, 10382.0, 10318.0, 10303.0, 10330.0, 10325.0, 10363.0, 10338.0, 10384.0, 10365.0, 10385.0, 10317.0, 10306.0, 10342.0, 10305.0, 10382.0, 10360.0, 10422.0, 10401.0, 10411.0, 10347.0, 10314.0, 10377.0, 10300.0, 10360.0, 10344.0, 10318.0, 10419.0, 10369.0, 10340.0, 10442.0, 10386.0, 10397.0, 10338.0, 10286.0, 10345.0, 10278.0, 10416.0, 10393.0, 10396.0, 10322.0, 10278.0, 10318.0, 10263.0, 10322.0, 10286.0, 10342.0, 10288.0, 10265.0, 10299.0, 10290.0, 10361.0, 10322.0, 10322.0, 10307.0, 10285.0, 10368.0, 10331.0, 10305.0, 10340.0, 10320.0, 10385.0, 10381.0, 10323.0, 10329.0, 10310.0, 10356.0, 10315.0, 10367.0, 10329.0, 10344.0, 10379.0, 10287.0, 10391.0, 10296.0, 10381.0, 10316.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.0030776516464471404</td></tr>
<tr><td colspan=3>aqi</td><td>0.023140600086655114</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.10896360830874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2415288594969678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0508050169731127</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>2924.4653</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10782522289510899</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.065857885615252</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.54022861679126</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4979733949891276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6587865729732245</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.463925882411429</td></tr>
<tr><td colspan=3>gcor</td><td>0.0079323</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012751249596476555</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02017253264784813</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.013899028550358</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>11.479</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.19</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.8895</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291256.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>479.3327</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5039</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.9221</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3879.2568</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85288.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1490.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.7216</td></tr>
<tr><td colspan=3>tsnr</td><td>35.337803510483354</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>