<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-02/func/sub-0098_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>2958b3688aa059760972848fcdc8f204</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:29:40.020000</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.999876, -0.0143705, 0.00640689, 0.0141364, 0.99928, 0.0351956]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.112483</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>[4237, -7807, -7167, 229, -97, 33, -46, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>93f24756-e269-4bda-92b5-2ed6ecff13ff||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.6825947761535645, 0.03792693093419075, 0.01865175925195217, 110.93123626708984], [0.03855496272444725, 2.6809964179992676, 0.09477180987596512, -99.98763275146484], [0.01718921959400177, -0.0944272130727768, 2.6982717514038086, -45.664756774902344], [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': ['142940.020000', '142940.480000', '142940.940000', '142941.400000', '142941.860000', '142942.320000', '142942.780000', '142943.240000', '142943.700000', '142944.160000', '142944.620000', '142945.080000', '142945.540000', '142946.000000', '142946.460000', '142946.920000', '142947.380000', '142947.840000', '142948.300000', '142948.760000', '142949.220000', '142949.680000', '142950.140000', '142950.600000', '142951.060000', '142951.520000', '142951.980000', '142952.440000', '142952.900000', '142953.360000', '142953.820000', '142954.280000', '142954.740000', '142955.200000', '142955.660000', '142956.120000', '142956.580000', '142957.040000', '142957.500000', '142957.960000', '142958.420000', '142958.880000', '142959.340000', '142959.800000', '143000.260000', '143000.720000', '143001.180000', '143001.640000', '143002.100000', '143002.560000', '143003.020000', '143003.480000', '143003.940000', '143004.400000', '143004.860000', '143005.320000', '143005.780000', '143006.240000', '143006.700000', '143007.160000', '143007.620000', '143008.080000', '143008.540000', '143009.000000', '143009.460000', '143009.920000', '143010.380000', '143010.840000', '143011.300000', '143011.760000', '143012.220000', '143012.680000', '143013.140000', '143013.600000', '143014.060000', '143014.520000', '143014.980000', '143015.440000', '143015.900000', '143016.360000', '143016.820000', '143017.280000', '143017.740000', '143018.200000', '143018.660000', '143019.120000', '143019.580000', '143020.040000', '143020.500000', '143020.960000', '143021.420000', '143021.880000', '143022.340000', '143022.800000', '143023.260000', '143023.720000', '143024.180000', '143024.640000', '143025.100000', '143025.560000', '143026.020000', '143026.480000', '143026.940000', '143027.400000', '143027.860000', '143028.320000', '143028.780000', '143029.240000', '143029.700000', '143030.160000', '143030.620000', '143031.080000', '143031.540000', '143032.000000', '143032.460000', '143032.920000', '143033.380000', '143033.840000', '143034.300000', '143034.760000', '143035.220000', '143035.680000', '143036.140000', '143036.600000', '143037.060000', '143037.520000', '143037.980000', '143038.440000', '143038.900000', '143039.360000', '143039.820000', '143040.280000', '143040.740000', '143041.200000', '143041.660000', '143042.120000', '143042.580000', '143043.040000', '143043.500000', '143043.960000', '143044.420000', '143044.880000', '143045.340000', '143045.800000', '143046.260000', '143046.720000', '143047.180000', '143047.640000', '143048.100000', '143048.560000', '143049.020000', '143049.480000', '143049.940000', '143050.400000', '143050.860000', '143051.320000', '143051.780000', '143052.240000', '143052.700000', '143053.160000', '143053.620000', '143054.080000', '143054.540000', '143055.000000', '143055.460000', '143055.920000', '143056.380000', '143056.840000', '143057.300000', '143057.760000', '143058.220000', '143058.680000', '143059.140000', '143059.600000', '143100.060000', '143100.520000', '143100.980000', '143101.440000', '143101.900000', '143102.360000', '143102.820000', '143103.280000', '143103.740000', '143104.200000', '143104.660000', '143105.120000', '143105.580000', '143106.040000', '143106.500000', '143106.960000', '143107.420000', '143107.880000', '143108.340000', '143108.800000', '143109.260000', '143109.720000', '143110.180000', '143110.640000', '143111.100000', '143111.560000', '143112.020000', '143112.480000', '143112.940000', '143113.400000', '143113.860000', '143114.320000', '143114.780000', '143115.240000', '143115.700000', '143116.160000', '143116.620000', '143117.080000', '143117.540000', '143118.000000', '143118.460000', '143118.920000', '143119.380000', '143119.840000', '143120.300000', '143120.760000', '143121.220000', '143121.680000', '143122.140000', '143122.600000', '143123.060000', '143123.520000', '143123.980000', '143124.440000', '143124.900000', '143125.360000', '143125.820000', '143126.280000', '143126.740000', '143127.200000', '143127.660000', '143128.120000', '143128.580000', '143129.040000', '143129.500000', '143129.960000', '143130.420000', '143130.880000', '143131.340000', '143131.800000', '143132.260000', '143132.720000', '143133.180000', '143133.640000', '143134.100000', '143134.560000', '143135.020000', '143135.480000', '143135.940000', '143136.400000', '143136.860000', '143137.320000', '143137.780000', '143138.240000', '143138.700000', '143139.160000', '143139.620000', '143140.080000', '143140.540000', '143141.000000', '143141.460000', '143141.920000', '143142.380000', '143142.840000', '143143.300000', '143143.760000', '143144.220000', '143144.680000', '143145.140000', '143145.600000', '143146.060000', '143146.520000', '143146.980000', '143147.440000', '143147.900000', '143148.360000', '143148.820000', '143149.280000', '143149.740000', '143150.200000', '143150.660000', '143151.120000', '143151.580000', '143152.040000', '143152.500000', '143152.960000', '143153.420000', '143153.880000', '143154.340000', '143154.800000', '143155.260000', '143155.720000', '143156.180000', '143156.640000', '143157.100000', '143157.560000', '143158.020000', '143158.480000', '143158.940000', '143159.400000', '143159.860000', '143200.320000', '143200.780000', '143201.240000', '143201.700000', '143202.160000', '143202.620000', '143203.080000', '143203.540000', '143204.000000', '143204.460000', '143204.920000', '143205.380000', '143205.840000', '143206.300000', '143206.760000', '143207.220000', '143207.680000', '143208.140000', '143208.600000', '143209.060000', '143209.520000', '143209.980000', '143210.440000', '143210.900000', '143211.360000', '143211.820000', '143212.280000', '143212.740000', '143213.200000', '143213.660000', '143214.120000', '143214.580000', '143215.040000', '143215.500000', '143215.960000', '143216.420000', '143216.880000', '143217.340000', '143217.800000', '143218.260000', '143218.720000', '143219.180000', '143219.640000', '143220.100000', '143220.560000', '143221.020000', '143221.480000', '143221.940000', '143222.400000', '143222.860000', '143223.320000', '143223.780000', '143224.240000', '143224.700000', '143225.160000', '143225.620000', '143226.080000', '143226.540000', '143227.000000', '143227.460000', '143227.920000', '143228.380000', '143228.840000', '143229.300000', '143229.760000', '143230.220000', '143230.680000', '143231.140000', '143231.600000', '143232.060000', '143232.520000', '143232.980000', '143233.440000', '143233.900000', '143234.360000', '143234.820000', '143235.280000', '143235.740000', '143236.200000', '143236.660000', '143237.120000', '143237.580000', '143238.040000', '143238.500000', '143238.960000', '143239.420000', '143239.880000', '143240.340000', '143240.800000', '143241.260000', '143241.720000', '143242.180000', '143242.640000', '143243.100000', '143243.560000', '143244.020000', '143244.480000', '143244.940000', '143245.400000', '143245.860000', '143246.320000', '143246.780000', '143247.240000', '143247.700000', '143248.160000', '143248.620000', '143249.080000', '143249.540000', '143250.000000', '143250.460000', '143250.920000', '143251.380000', '143251.840000', '143252.300000', '143252.760000', '143253.220000', '143253.680000', '143254.140000', '143254.600000', '143255.060000', '143255.520000', '143255.980000', '143256.440000', '143256.900000', '143257.360000', '143257.820000', '143258.280000', '143258.740000', '143259.200000', '143259.660000', '143300.120000', '143300.580000', '143301.040000', '143301.500000', '143301.960000', '143302.420000', '143302.880000', '143303.340000', '143303.800000', '143304.260000', '143304.720000', '143305.180000', '143305.640000', '143306.100000', '143306.560000', '143307.020000', '143307.480000', '143307.940000', '143308.400000', '143308.860000', '143309.320000', '143309.780000', '143310.240000', '143310.700000', '143311.160000', '143311.620000', '143312.080000', '143312.540000', '143313.000000', '143313.460000', '143313.920000', '143314.380000', '143314.840000', '143315.300000', '143315.760000', '143316.220000', '143316.680000', '143317.140000', '143317.600000', '143318.060000', '143318.520000', '143318.980000', '143319.440000', '143319.900000', '143320.360000', '143320.820000', '143321.280000', '143321.740000', '143322.200000', '143322.660000', '143323.120000', '143323.580000', '143324.040000', '143324.500000', '143324.960000', '143325.420000', '143325.880000', '143326.340000', '143326.800000', '143327.260000', '143327.720000', '143328.180000', '143328.640000', '143329.100000', '143329.560000', '143330.020000', '143330.480000', '143330.940000', '143331.400000', '143331.860000', '143332.320000', '143332.780000', '143333.240000', '143333.700000', '143334.160000', '143334.620000', '143335.080000', '143335.540000', '143336.000000', '143336.460000', '143336.920000', '143337.380000', '143337.840000', '143338.300000', '143338.760000', '143339.220000', '143339.680000', '143340.140000', '143340.600000', '143341.060000', '143341.520000', '143341.980000', '143342.440000', '143342.900000', '143343.360000', '143343.820000', '143344.280000', '143344.740000', '143345.200000', '143345.660000', '143346.120000', '143346.580000', '143347.040000', '143347.500000', '143347.960000', '143348.420000', '143348.880000', '143349.340000', '143349.800000', '143350.260000', '143350.720000', '143351.180000', '143351.640000', '143352.100000', '143352.560000', '143353.020000', '143353.480000', '143353.940000', '143354.400000', '143354.860000', '143355.320000', '143355.780000', '143356.240000', '143356.700000', '143357.160000', '143357.620000', '143358.080000', '143358.540000', '143359.000000', '143359.460000', '143359.920000', '143400.380000', '143400.840000', '143401.300000', '143401.760000', '143402.220000', '143402.680000', '143403.140000', '143403.600000', '143404.060000', '143404.520000', '143404.980000', '143405.440000', '143405.900000', '143406.360000', '143406.820000', '143407.280000', '143407.740000', '143408.200000', '143408.660000', '143409.120000', '143409.580000', '143410.040000', '143410.500000', '143410.960000', '143411.420000', '143411.880000', '143412.340000', '143412.800000', '143413.260000', '143413.720000', '143414.180000', '143414.640000', '143415.100000', '143415.560000', '143416.020000', '143416.480000', '143416.940000', '143417.400000', '143417.860000', '143418.320000', '143418.780000', '143419.240000', '143419.700000', '143420.160000', '143420.620000', '143421.080000', '143421.540000', '143422.000000', '143422.460000', '143422.920000', '143423.380000', '143423.840000', '143424.300000', '143424.760000', '143425.220000', '143425.680000', '143426.140000', '143426.600000', '143427.060000', '143427.520000', '143427.980000', '143428.440000', '143428.900000', '143429.360000', '143429.820000', '143430.280000', '143430.740000', '143431.200000', '143431.660000', '143432.120000', '143432.580000', '143433.040000', '143433.500000', '143433.960000', '143434.420000', '143434.880000', '143435.340000', '143435.800000', '143436.260000', '143436.720000', '143437.180000', '143437.640000', '143438.100000', '143438.560000', '143439.020000', '143439.480000', '143439.940000', '143440.400000', '143440.860000', '143441.320000', '143441.780000', '143442.240000', '143442.700000', '143443.160000', '143443.620000', '143444.080000', '143444.540000', '143445.000000', '143445.460000', '143445.920000', '143446.380000', '143446.840000', '143447.300000', '143447.760000', '143448.220000', '143448.680000', '143449.140000', '143449.600000', '143450.060000', '143450.520000', '143450.980000', '143451.440000', '143451.900000', '143452.360000', '143452.820000', '143453.280000', '143453.740000', '143454.200000', '143454.660000', '143455.120000', '143455.580000', '143456.040000', '143456.500000', '143456.960000', '143457.420000', '143457.880000', '143458.340000', '143458.800000', '143459.260000', '143459.720000', '143500.180000', '143500.640000', '143501.100000', '143501.560000', '143502.020000', '143502.480000', '143502.940000', '143503.400000', '143503.860000', '143504.320000', '143504.780000', '143505.240000', '143505.700000', '143506.160000', '143506.620000', '143507.080000', '143507.540000', '143508.000000', '143508.460000', '143508.920000', '143509.380000', '143509.840000', '143510.300000', '143510.760000', '143511.220000', '143511.680000', '143512.140000', '143512.600000', '143513.060000', '143513.520000', '143513.980000', '143514.440000', '143514.900000', '143515.360000', '143515.820000', '143516.280000', '143516.740000', '143517.200000', '143517.660000', '143518.120000', '143518.580000', '143519.040000', '143519.500000', '143519.960000', '143520.420000', '143520.880000', '143521.340000', '143521.800000', '143522.260000', '143522.720000', '143523.180000', '143523.640000', '143524.100000', '143524.560000', '143525.020000', '143525.480000', '143525.940000', '143526.400000', '143526.860000', '143527.320000', '143527.780000', '143528.240000', '143528.700000', '143529.160000', '143529.620000', '143530.080000', '143530.540000', '143531.000000', '143531.460000', '143531.920000', '143532.380000', '143532.840000', '143533.300000', '143533.760000', '143534.220000', '143534.680000', '143535.140000', '143535.600000', '143536.060000', '143536.520000', '143536.980000', '143537.440000', '143537.900000', '143538.360000', '143538.820000', '143539.280000', '143539.740000', '143540.200000', '143540.660000', '143541.120000', '143541.580000', '143542.040000', '143542.500000', '143542.960000', '143543.420000', '143543.880000', '143544.340000', '143544.800000', '143545.260000', '143545.720000', '143546.180000', '143546.640000', '143547.100000', '143547.560000', '143548.020000', '143548.480000', '143548.940000', '143549.400000', '143549.860000', '143550.320000', '143550.780000', '143551.240000', '143551.700000', '143552.160000', '143552.620000', '143553.080000', '143553.540000', '143554.000000', '143554.460000', '143554.920000', '143555.380000', '143555.840000', '143556.300000', '143556.760000', '143557.220000', '143557.680000', '143558.140000', '143558.600000', '143559.060000', '143559.520000', '143559.980000', '143600.440000', '143600.900000', '143601.360000', '143601.820000', '143602.280000', '143602.740000', '143603.200000', '143603.660000', '143604.120000', '143604.580000', '143605.040000', '143605.500000', '143605.960000', '143606.420000', '143606.880000', '143607.340000', '143607.800000', '143608.260000', '143608.720000', '143609.180000', '143609.640000', '143610.100000', '143610.560000', '143611.020000', '143611.480000', '143611.940000', '143612.400000', '143612.860000', '143613.320000', '143613.780000', '143614.240000', '143614.700000', '143615.160000', '143615.620000', '143616.080000', '143616.540000', '143617.000000', '143617.460000', '143617.920000', '143618.380000', '143618.840000', '143619.300000', '143619.760000', '143620.220000', '143620.680000', '143621.140000', '143621.600000', '143622.060000', '143622.520000', '143622.980000', '143623.440000', '143623.900000', '143624.360000', '143624.820000', '143625.280000', '143625.740000', '143626.200000', '143626.660000', '143627.120000', '143627.580000', '143628.040000', '143628.500000', '143628.960000', '143629.420000', '143629.880000', '143630.340000', '143630.800000', '143631.260000', '143631.720000', '143632.180000', '143632.640000', '143633.100000', '143633.560000', '143634.020000', '143634.480000', '143634.940000', '143635.400000', '143635.860000', '143636.320000', '143636.780000', '143637.240000', '143637.700000', '143638.160000', '143638.620000', '143639.080000', '143639.540000', '143640.000000', '143640.460000', '143640.920000', '143641.380000', '143641.840000', '143642.300000', '143642.760000', '143643.220000', '143643.680000', '143644.140000', '143644.600000', '143645.060000', '143645.520000', '143645.980000', '143646.440000', '143646.900000', '143647.360000', '143647.820000', '143648.280000', '143648.740000', '143649.200000', '143649.660000', '143650.120000', '143650.580000', '143651.040000', '143651.500000', '143651.960000', '143652.420000', '143652.880000', '143653.340000', '143653.800000', '143654.260000', '143654.720000', '143655.180000', '143655.640000', '143656.100000', '143656.560000', '143657.020000', '143657.480000', '143657.940000', '143658.400000', '143658.860000', '143659.320000', '143659.780000', '143700.240000', '143700.700000', '143701.160000', '143701.620000', '143702.080000', '143702.540000', '143703.000000', '143703.460000', '143703.920000', '143704.380000', '143704.840000', '143705.300000', '143705.760000', '143706.220000', '143706.680000', '143707.140000', '143707.600000', '143708.060000', '143708.520000', '143708.980000', '143709.440000', '143709.900000', '143710.360000', '143710.820000', '143711.280000', '143711.740000', '143712.200000', '143712.660000', '143713.120000', '143713.580000', '143714.040000', '143714.500000', '143714.960000', '143715.420000', '143715.880000', '143716.340000', '143716.800000', '143717.260000', '143717.720000', '143718.180000', '143718.640000', '143719.100000', '143719.560000', '143720.020000', '143720.480000', '143720.940000', '143721.400000', '143721.860000', '143722.320000', '143722.780000', '143723.240000', '143723.700000', '143724.160000', '143724.620000', '143725.080000', '143725.540000', '143726.000000', '143726.460000', '143726.920000', '143727.380000', '143727.840000', '143728.300000', '143728.760000', '143729.220000', '143729.680000', '143730.140000', '143730.600000', '143731.060000', '143731.520000', '143731.980000', '143732.440000', '143732.900000', '143733.360000', '143733.820000', '143734.280000', '143734.740000', '143735.200000', '143735.660000', '143736.120000', '143736.580000', '143737.040000', '143737.500000', '143737.960000', '143738.420000', '143738.880000', '143739.340000', '143739.800000', '143740.260000', '143740.720000', '143741.180000', '143741.640000', '143742.100000', '143742.560000', '143743.020000', '143743.480000', '143743.940000', '143744.400000', '143744.860000', '143745.320000', '143745.780000', '143746.240000', '143746.700000', '143747.160000', '143747.620000', '143748.080000', '143748.540000', '143749.000000', '143749.460000', '143749.920000', '143750.380000', '143750.840000', '143751.300000', '143751.760000', '143752.220000', '143752.680000', '143753.140000', '143753.600000', '143754.060000', '143754.520000', '143754.980000', '143755.440000', '143755.900000', '143756.360000', '143756.820000', '143757.280000', '143757.740000', '143758.200000', '143758.660000', '143759.120000', '143759.580000', '143800.040000', '143800.500000', '143800.960000', '143801.420000', '143801.880000', '143802.340000', '143802.800000', '143803.260000', '143803.720000', '143804.180000', '143804.640000', '143805.100000', '143805.560000', '143806.020000', '143806.480000', '143806.940000', '143807.400000', '143807.860000', '143808.320000', '143808.780000', '143809.240000', '143809.700000', '143810.160000', '143810.620000', '143811.080000', '143811.540000', '143812.000000', '143812.460000', '143812.920000', '143813.380000', '143813.840000', '143814.300000', '143814.760000', '143815.220000', '143815.680000', '143816.140000', '143816.600000', '143817.060000', '143817.520000', '143817.980000', '143818.440000', '143818.900000', '143819.360000', '143819.820000', '143820.280000', '143820.740000', '143821.200000', '143821.660000', '143822.120000', '143822.580000', '143823.040000', '143823.500000', '143823.960000', '143824.420000', '143824.880000', '143825.340000', '143825.800000', '143826.260000', '143826.720000', '143827.180000', '143827.640000', '143828.100000', '143828.560000', '143829.020000', '143829.480000', '143829.940000', '143830.400000', '143830.860000', '143831.320000', '143831.780000', '143832.240000'], 'ContentTime': ['143002.775000', '143002.778000', '143002.781000', '143002.784000', '143002.788000', '143002.791000', '143002.794000', '143002.796000', '143002.799000', '143002.802000', '143002.804000', '143002.808000', '143002.810000', '143002.813000', '143002.817000', '143002.820000', '143002.823000', '143002.826000', '143002.829000', '143002.832000', '143002.835000', '143002.837000', '143002.840000', '143002.844000', '143002.847000', '143002.849000', '143002.852000', '143002.857000', '143002.859000', '143002.862000', '143002.865000', '143002.867000', '143002.870000', '143002.873000', '143002.876000', '143002.880000', '143002.882000', '143002.885000', '143002.888000', '143002.891000', '143002.893000', '143002.896000', '143002.899000', '143002.902000', '143002.904000', '143002.907000', '143022.702000', '143022.705000', '143022.708000', '143022.711000', '143022.713000', '143022.716000', '143022.719000', '143022.721000', '143022.724000', '143022.726000', '143022.729000', '143022.732000', '143022.734000', '143022.737000', '143022.740000', '143022.742000', '143022.745000', '143022.747000', '143022.750000', '143022.753000', '143022.756000', '143022.758000', '143022.761000', '143022.764000', '143022.766000', '143022.769000', '143022.771000', '143022.779000', '143022.781000', '143022.784000', '143022.787000', '143022.789000', '143022.792000', '143022.795000', '143022.797000', '143022.800000', '143022.803000', '143022.805000', '143022.808000', '143022.811000', '143022.813000', '143022.816000', '143022.818000', '143022.821000', '143042.703000', '143042.705000', '143042.708000', '143042.711000', '143042.713000', '143042.716000', '143042.719000', '143042.721000', '143042.724000', '143042.727000', '143042.729000', '143042.732000', '143042.734000', '143042.737000', '143042.740000', '143042.742000', '143042.745000', '143042.748000', '143042.750000', '143042.753000', '143042.756000', '143042.760000', '143042.763000', '143042.766000', '143042.768000', '143042.771000', '143042.774000', '143042.776000', '143042.779000', '143042.781000', '143042.784000', '143042.787000', '143042.789000', '143042.792000', '143042.795000', '143042.797000', '143042.800000', '143042.803000', '143042.805000', '143042.808000', '143042.811000', '143042.813000', '143042.816000', '143102.703000', '143102.706000', '143102.709000', '143102.711000', '143102.714000', '143102.716000', '143102.719000', '143102.722000', '143102.724000', '143102.727000', '143102.730000', '143102.732000', '143102.735000', '143102.738000', '143102.740000', '143102.743000', '143102.745000', '143102.748000', '143102.751000', '143102.753000', '143102.756000', '143102.759000', '143102.761000', '143102.764000', '143102.767000', '143102.769000', '143102.772000', '143102.779000', '143102.781000', '143102.784000', '143102.787000', '143102.789000', '143102.792000', '143102.795000', '143102.798000', '143102.801000', '143102.803000', '143102.806000', '143102.809000', '143102.811000', '143102.814000', '143102.817000', '143102.819000', '143102.822000', '143122.703000', '143122.706000', '143122.709000', '143122.712000', '143122.714000', '143122.717000', '143122.734000', '143122.737000', '143122.739000', '143122.742000', '143122.745000', '143122.747000', '143122.750000', '143122.753000', '143122.755000', '143122.758000', '143122.760000', '143122.763000', '143122.766000', '143122.773000', '143122.776000', '143122.779000', '143122.781000', '143122.784000', '143122.787000', '143122.789000', '143122.792000', '143122.795000', '143122.797000', '143122.800000', '143122.803000', '143122.805000', '143122.808000', '143122.811000', '143122.813000', '143122.816000', '143122.819000', '143122.821000', '143122.824000', '143122.827000', '143122.829000', '143122.832000', '143122.840000', '143142.703000', '143142.706000', '143142.709000', '143142.711000', '143142.714000', '143142.717000', '143142.719000', '143142.722000', '143142.725000', '143142.727000', '143142.730000', '143142.733000', '143142.736000', '143142.738000', '143142.741000', '143142.744000', '143142.746000', '143142.749000', '143142.751000', '143142.754000', '143142.757000', '143142.760000', '143142.762000', '143142.765000', '143142.767000', '143142.770000', '143142.773000', '143142.775000', '143142.785000', '143142.788000', '143142.790000', '143142.793000', '143142.796000', '143142.799000', '143142.831000', '143142.833000', '143142.836000', '143142.839000', '143142.841000', '143142.844000', '143142.847000', '143142.849000', '143142.852000', '143142.854000', '143202.703000', '143202.706000', '143202.709000', '143202.712000', '143202.714000', '143202.717000', '143202.720000', '143202.723000', '143202.725000', '143202.728000', '143202.731000', '143202.733000', '143202.736000', '143202.738000', '143202.741000', '143202.744000', '143202.746000', '143202.749000', '143202.752000', '143202.754000', '143202.757000', '143202.760000', '143202.762000', '143202.765000', '143202.767000', '143202.770000', '143202.773000', '143202.775000', '143202.778000', '143202.781000', '143202.783000', '143202.786000', '143202.789000', '143202.791000', '143202.794000', '143202.797000', '143202.853000', '143202.855000', '143202.858000', '143202.861000', '143202.863000', '143202.867000', '143202.870000', '143222.703000', '143222.705000', '143222.708000', '143222.711000', '143222.714000', '143222.716000', '143222.719000', '143222.722000', '143222.724000', '143222.727000', '143222.729000', '143222.732000', '143222.735000', '143222.738000', '143222.740000', '143222.743000', '143222.746000', '143222.748000', '143222.751000', '143222.753000', '143222.756000', '143222.759000', '143222.761000', '143222.764000', '143222.767000', '143222.769000', '143222.772000', '143222.774000', '143222.777000', '143222.780000', '143222.782000', '143222.785000', '143222.788000', '143222.790000', '143222.793000', '143222.796000', '143222.798000', '143222.801000', '143222.804000', '143222.806000', '143222.809000', '143222.811000', '143222.814000', '143222.820000', '143242.703000', '143242.706000', '143242.709000', '143242.711000', '143242.714000', '143242.717000', '143242.719000', '143242.722000', '143242.725000', '143242.727000', '143242.730000', '143242.733000', '143242.735000', '143242.738000', '143242.741000', '143242.743000', '143242.746000', '143242.749000', '143242.751000', '143242.754000', '143242.757000', '143242.759000', '143242.762000', '143242.765000', '143242.767000', '143242.770000', '143242.772000', '143242.775000', '143242.778000', '143242.780000', '143242.783000', '143242.786000', '143242.788000', '143242.791000', '143242.793000', '143242.796000', '143242.798000', '143242.851000', '143242.854000', '143242.857000', '143242.860000', '143242.862000', '143242.865000', '143302.703000', '143302.706000', '143302.722000', '143302.725000', '143302.728000', '143302.731000', '143302.733000', '143302.736000', '143302.739000', '143302.741000', '143302.744000', '143302.747000', '143302.749000', '143302.752000', '143302.754000', '143302.757000', '143302.760000', '143302.762000', '143302.765000', '143302.768000', '143302.770000', '143302.773000', '143302.776000', '143302.778000', '143302.781000', '143302.784000', '143302.786000', '143302.789000', '143302.791000', '143302.794000', '143302.797000', '143302.859000', '143302.861000', '143302.864000', '143302.867000', '143302.869000', '143302.872000', '143302.875000', '143302.877000', '143302.880000', '143302.883000', '143302.885000', '143302.888000', '143302.890000', '143322.703000', '143322.706000', '143322.708000', '143322.711000', '143322.714000', '143322.716000', '143322.719000', '143322.721000', '143322.724000', '143322.727000', '143322.729000', '143322.732000', '143322.735000', '143322.737000', '143322.740000', '143322.742000', '143322.745000', '143322.748000', '143322.750000', '143322.753000', '143322.756000', '143322.758000', '143322.761000', '143322.763000', '143322.766000', '143322.769000', '143322.771000', '143322.774000', '143322.777000', '143322.779000', '143322.782000', '143322.784000', '143322.787000', '143322.790000', '143322.792000', '143322.795000', '143322.798000', '143322.848000', '143322.851000', '143322.854000', '143322.856000', '143322.859000', '143322.862000', '143342.703000', '143342.706000', '143342.709000', '143342.712000', '143342.714000', '143342.717000', '143342.719000', '143342.730000', '143342.732000', '143342.735000', '143342.738000', '143342.740000', '143342.743000', '143342.745000', '143342.748000', '143342.751000', '143342.753000', '143342.756000', '143342.759000', '143342.761000', '143342.764000', '143342.767000', '143342.769000', '143342.772000', '143342.774000', '143342.777000', '143342.780000', '143342.782000', '143342.785000', '143342.788000', '143342.791000', '143342.793000', '143342.796000', '143342.799000', '143342.865000', '143342.867000', '143342.870000', '143342.873000', '143342.875000', '143342.878000', '143342.881000', '143342.883000', '143342.886000', '143342.889000', '143402.703000', '143402.706000', '143402.709000', '143402.712000', '143402.714000', '143402.717000', '143402.720000', '143402.722000', '143402.725000', '143402.728000', '143402.730000', '143402.733000', '143402.736000', '143402.738000', '143402.741000', '143402.744000', '143402.746000', '143402.749000', '143402.751000', '143402.754000', '143402.757000', '143402.759000', '143402.762000', '143402.765000', '143402.767000', '143402.770000', '143402.773000', '143402.776000', '143402.778000', '143402.781000', '143402.784000', '143402.786000', '143402.789000', '143402.792000', '143402.794000', '143402.797000', '143402.853000', '143402.855000', '143402.858000', '143402.861000', '143402.863000', '143402.866000', '143402.869000', '143422.703000', '143422.708000', '143422.711000', '143422.714000', '143422.717000', '143422.719000', '143422.722000', '143422.724000', '143422.727000', '143422.730000', '143422.732000', '143422.735000', '143422.738000', '143422.740000', '143422.743000', '143422.746000', '143422.748000', '143422.751000', '143422.753000', '143422.756000', '143422.759000', '143422.761000', '143422.764000', '143422.767000', '143422.769000', '143422.772000', '143422.775000', '143422.785000', '143422.787000', '143422.790000', '143422.793000', '143422.795000', '143422.798000', '143422.860000', '143422.863000', '143422.865000', '143422.868000', '143422.871000', '143422.873000', '143422.876000', '143422.879000', '143422.881000', '143422.884000', '143422.886000', '143442.703000', '143442.705000', '143442.716000', '143442.719000', '143442.721000', '143442.724000', '143442.727000', '143442.729000', '143442.732000', '143442.734000', '143442.737000', '143442.740000', '143442.743000', '143442.745000', '143442.748000', '143442.751000', '143442.753000', '143442.756000', '143442.758000', '143442.761000', '143442.764000', '143442.766000', '143442.769000', '143442.771000', '143442.774000', '143442.777000', '143442.779000', '143442.782000', '143442.785000', '143442.787000', '143442.790000', '143442.793000', '143442.795000', '143442.798000', '143442.841000', '143442.843000', '143442.846000', '143442.849000', '143442.851000', '143442.854000', '143442.857000', '143442.859000', '143442.862000', '143502.703000', '143502.706000', '143502.708000', '143502.711000', '143502.714000', '143502.716000', '143502.719000', '143502.722000', '143502.724000', '143502.727000', '143502.729000', '143502.732000', '143502.735000', '143502.737000', '143502.740000', '143502.743000', '143502.745000', '143502.748000', '143502.751000', '143502.756000', '143502.758000', '143502.761000', '143502.763000', '143502.766000', '143502.769000', '143502.771000', '143502.774000', '143502.777000', '143502.779000', '143502.782000', '143502.785000', '143502.787000', '143502.790000', '143502.792000', '143502.795000', '143502.798000', '143502.864000', '143502.867000', '143502.869000', '143502.872000', '143502.875000', '143502.877000', '143502.880000', '143502.883000', '143522.702000', '143522.705000', '143522.708000', '143522.711000', '143522.713000', '143522.716000', '143522.719000', '143522.721000', '143522.724000', '143522.727000', '143522.729000', '143522.732000', '143522.734000', '143522.737000', '143522.740000', '143522.742000', '143522.745000', '143522.748000', '143522.750000', '143522.753000', '143522.756000', '143522.758000', '143522.761000', '143522.764000', '143522.766000', '143522.769000', '143522.772000', '143522.774000', '143522.777000', '143522.779000', '143522.782000', '143522.785000', '143522.787000', '143522.790000', '143522.793000', '143522.795000', '143522.798000', '143522.837000', '143522.840000', '143522.843000', '143522.845000', '143522.848000', '143522.851000', '143542.703000', '143542.705000', '143542.709000', '143542.712000', '143542.715000', '143542.717000', '143542.720000', '143542.723000', '143542.726000', '143542.728000', '143542.731000', '143542.734000', '143542.736000', '143542.739000', '143542.742000', '143542.745000', '143542.748000', '143542.751000', '143542.754000', '143542.756000', '143542.759000', '143542.762000', '143542.764000', '143542.767000', '143542.770000', '143542.772000', '143542.775000', '143542.778000', '143542.780000', '143542.783000', '143542.786000', '143542.788000', '143542.791000', '143542.793000', '143542.796000', '143542.799000', '143542.864000', '143542.867000', '143542.879000', '143542.882000', '143542.884000', '143542.887000', '143542.890000', '143602.703000', '143602.706000', '143602.709000', '143602.712000', '143602.714000', '143602.717000', '143602.720000', '143602.722000', '143602.725000', '143602.728000', '143602.730000', '143602.733000', '143602.736000', '143602.738000', '143602.741000', '143602.744000', '143602.746000', '143602.749000', '143602.752000', '143602.754000', '143602.757000', '143602.759000', '143602.762000', '143602.765000', '143602.768000', '143602.770000', '143602.773000', '143602.776000', '143602.778000', '143602.781000', '143602.784000', '143602.786000', '143602.789000', '143602.791000', '143602.794000', '143602.797000', '143602.799000', '143602.843000', '143602.845000', '143602.848000', '143602.851000', '143602.853000', '143602.856000', '143602.859000', '143622.703000', '143622.706000', '143622.709000', '143622.713000', '143622.716000', '143622.718000', '143622.723000', '143622.725000', '143622.728000', '143622.731000', '143622.733000', '143622.736000', '143622.738000', '143622.741000', '143622.744000', '143622.747000', '143622.749000', '143622.752000', '143622.755000', '143622.757000', '143622.760000', '143622.763000', '143622.765000', '143622.768000', '143622.771000', '143622.773000', '143622.776000', '143622.779000', '143622.781000', '143622.784000', '143622.787000', '143622.790000', '143622.792000', '143622.795000', '143622.797000', '143622.874000', '143622.877000', '143622.879000', '143622.882000', '143622.885000', '143622.887000', '143622.890000', '143622.893000', '143642.704000', '143642.707000', '143642.709000', '143642.712000', '143642.715000', '143642.717000', '143642.720000', '143642.722000', '143642.725000', '143642.728000', '143642.731000', '143642.733000', '143642.736000', '143642.738000', '143642.741000', '143642.744000', '143642.746000', '143642.749000', '143642.751000', '143642.754000', '143642.757000', '143642.759000', '143642.762000', '143642.765000', '143642.767000', '143642.770000', '143642.773000', '143642.775000', '143642.778000', '143642.781000', '143642.783000', '143642.786000', '143642.788000', '143642.791000', '143642.794000', '143642.796000', '143642.799000', '143642.891000', '143642.893000', '143642.896000', '143642.899000', '143642.901000', '143642.904000', '143642.907000', '143702.702000', '143702.705000', '143702.708000', '143702.711000', '143702.713000', '143702.716000', '143702.719000', '143702.721000', '143702.724000', '143702.727000', '143702.729000', '143702.732000', '143702.735000', '143702.737000', '143702.740000', '143702.743000', '143702.746000', '143702.749000', '143702.751000', '143702.754000', '143702.757000', '143702.759000', '143702.762000', '143702.765000', '143702.768000', '143702.770000', '143702.773000', '143702.775000', '143702.778000', '143702.781000', '143702.784000', '143702.788000', '143702.791000', '143702.793000', '143702.796000', '143702.799000', '143702.841000', '143702.844000', '143702.847000', '143702.849000', '143702.852000', '143702.855000', '143702.857000', '143722.703000', '143722.705000', '143722.708000', '143722.711000', '143722.714000', '143722.716000', '143722.719000', '143722.722000', '143722.725000', '143722.727000', '143722.730000', '143722.732000', '143722.735000', '143722.738000', '143722.740000', '143722.743000', '143722.746000', '143722.748000', '143722.751000', '143722.754000', '143722.757000', '143722.759000', '143722.762000', '143722.765000', '143722.767000', '143722.770000', '143722.773000', '143722.775000', '143722.778000', '143722.781000', '143722.783000', '143722.786000', '143722.789000', '143722.791000', '143722.794000', '143722.797000', '143722.849000', '143722.852000', '143722.855000', '143722.858000', '143722.860000', '143722.863000', '143722.866000', '143722.868000', '143742.703000', '143742.706000', '143742.708000', '143742.711000', '143742.714000', '143742.716000', '143742.719000', '143742.722000', '143742.724000', '143742.727000', '143742.730000', '143742.732000', '143742.735000', '143742.738000', '143742.740000', '143742.743000', '143742.746000', '143742.749000', '143742.751000', '143742.754000', '143742.757000', '143742.760000', '143742.762000', '143742.765000', '143742.768000', '143742.770000', '143742.773000', '143742.776000', '143742.778000', '143742.781000', '143742.783000', '143742.786000', '143742.789000', '143742.792000', '143742.794000', '143742.797000', '143742.883000', '143742.899000', '143742.901000', '143742.904000', '143742.906000', '143742.909000', '143742.912000', '143802.703000', '143802.705000', '143802.709000', '143802.712000', '143802.714000', '143802.717000', '143802.720000', '143802.722000', '143802.725000', '143802.728000', '143802.731000', '143802.733000', '143802.736000', '143802.738000', '143802.741000', '143802.744000', '143802.746000', '143802.749000', '143802.752000', '143802.754000', '143802.757000', '143802.760000', '143802.762000', '143802.765000', '143802.768000', '143802.770000', '143802.773000', '143802.776000', '143802.778000', '143802.781000', '143802.784000', '143802.787000', '143802.789000', '143802.792000', '143802.795000', '143802.797000', '143802.866000', '143802.869000', '143802.871000', '143802.874000', '143802.877000', '143802.879000', '143802.882000', '143802.885000', '143822.704000', '143822.707000', '143822.709000', '143822.712000', '143822.715000', '143822.718000', '143822.720000', '143822.723000', '143822.726000', '143822.728000', '143822.731000', '143822.733000', '143822.736000', '143822.739000', '143822.741000', '143822.744000', '143822.747000', '143822.750000', '143822.752000', '143822.756000', '143822.759000', '143822.761000', '143822.764000', '143822.767000', '143822.770000', '143822.772000', '143822.775000', '143822.778000', '143822.780000', '143822.783000', '143822.786000', '143822.789000', '143822.791000', '143822.794000', '143822.797000', '143822.871000', '143822.874000', '143822.876000', '143822.879000', '143822.882000', '143822.885000', '143822.887000', '143822.890000', '143833.846000', '143833.849000', '143833.888000', '143833.892000', '143833.895000', '143833.898000', '143833.901000', '143833.904000', '143833.907000', '143833.910000', '143833.913000', '143833.916000', '143833.919000', '143833.922000', '143833.925000', '143833.928000', '143833.931000', '143833.934000', '143833.937000', '143833.953000', '143833.956000', '143833.958000', '143833.961000', '143833.964000', '143833.967000'], 'InstanceCreationTime': ['143002.775000', '143002.778000', '143002.781000', '143002.784000', '143002.788000', '143002.791000', '143002.794000', '143002.796000', '143002.799000', '143002.802000', '143002.804000', '143002.808000', '143002.810000', '143002.813000', '143002.817000', '143002.820000', '143002.823000', '143002.826000', '143002.829000', '143002.832000', '143002.835000', '143002.837000', '143002.840000', '143002.844000', '143002.847000', '143002.849000', '143002.852000', '143002.857000', '143002.859000', '143002.862000', '143002.865000', '143002.867000', '143002.870000', '143002.873000', '143002.876000', '143002.880000', '143002.882000', '143002.885000', '143002.888000', '143002.891000', '143002.893000', '143002.896000', '143002.899000', '143002.902000', '143002.904000', '143002.907000', '143022.702000', '143022.705000', '143022.708000', '143022.711000', '143022.713000', '143022.716000', '143022.719000', '143022.721000', '143022.724000', '143022.726000', '143022.729000', '143022.732000', '143022.734000', '143022.737000', '143022.740000', '143022.742000', '143022.745000', '143022.747000', '143022.750000', '143022.753000', '143022.756000', '143022.758000', '143022.761000', '143022.764000', '143022.766000', '143022.769000', '143022.771000', '143022.779000', '143022.781000', '143022.784000', '143022.787000', '143022.789000', '143022.792000', '143022.795000', '143022.797000', '143022.800000', '143022.803000', '143022.805000', '143022.808000', '143022.811000', '143022.813000', '143022.816000', '143022.818000', '143022.821000', '143042.703000', '143042.705000', '143042.708000', '143042.711000', '143042.713000', '143042.716000', '143042.719000', '143042.721000', '143042.724000', '143042.727000', '143042.729000', '143042.732000', '143042.734000', '143042.737000', '143042.740000', '143042.742000', '143042.745000', '143042.748000', '143042.750000', '143042.753000', '143042.756000', '143042.760000', '143042.763000', '143042.766000', '143042.768000', '143042.771000', '143042.774000', '143042.776000', '143042.779000', '143042.781000', '143042.784000', '143042.787000', '143042.789000', '143042.792000', '143042.795000', '143042.797000', '143042.800000', '143042.803000', '143042.805000', '143042.808000', '143042.811000', '143042.813000', '143042.816000', '143102.703000', '143102.706000', '143102.709000', '143102.711000', '143102.714000', '143102.716000', '143102.719000', '143102.722000', '143102.724000', '143102.727000', '143102.730000', '143102.732000', '143102.735000', '143102.738000', '143102.740000', '143102.743000', '143102.745000', '143102.748000', '143102.751000', '143102.753000', '143102.756000', '143102.759000', '143102.761000', '143102.764000', '143102.767000', '143102.769000', '143102.772000', '143102.779000', '143102.781000', '143102.784000', '143102.787000', '143102.789000', '143102.792000', '143102.795000', '143102.798000', '143102.801000', '143102.803000', '143102.806000', '143102.809000', '143102.811000', '143102.814000', '143102.817000', '143102.819000', '143102.822000', '143122.703000', '143122.706000', '143122.709000', '143122.712000', '143122.714000', '143122.717000', '143122.734000', '143122.737000', '143122.739000', '143122.742000', '143122.745000', '143122.747000', '143122.750000', '143122.753000', '143122.755000', '143122.758000', '143122.760000', '143122.763000', '143122.766000', '143122.773000', '143122.776000', '143122.779000', '143122.781000', '143122.784000', '143122.787000', '143122.789000', '143122.792000', '143122.795000', '143122.797000', '143122.800000', '143122.803000', '143122.805000', '143122.808000', '143122.811000', '143122.813000', '143122.816000', '143122.819000', '143122.821000', '143122.824000', '143122.827000', '143122.829000', '143122.832000', '143122.840000', '143142.703000', '143142.706000', '143142.709000', '143142.711000', '143142.714000', '143142.717000', '143142.719000', '143142.722000', '143142.725000', '143142.727000', '143142.730000', '143142.733000', '143142.736000', '143142.738000', '143142.741000', '143142.744000', '143142.746000', '143142.749000', '143142.751000', '143142.754000', '143142.757000', '143142.760000', '143142.762000', '143142.765000', '143142.767000', '143142.770000', '143142.773000', '143142.775000', '143142.785000', '143142.788000', '143142.790000', '143142.793000', '143142.796000', '143142.799000', '143142.831000', '143142.833000', '143142.836000', '143142.839000', '143142.841000', '143142.844000', '143142.847000', '143142.849000', '143142.852000', '143142.854000', '143202.703000', '143202.706000', '143202.709000', '143202.712000', '143202.714000', '143202.717000', '143202.720000', '143202.723000', '143202.725000', '143202.728000', '143202.731000', '143202.733000', '143202.736000', '143202.738000', '143202.741000', '143202.744000', '143202.746000', '143202.749000', '143202.752000', '143202.754000', '143202.757000', '143202.760000', '143202.762000', '143202.765000', '143202.767000', '143202.770000', '143202.773000', '143202.775000', '143202.778000', '143202.781000', '143202.783000', '143202.786000', '143202.789000', '143202.791000', '143202.794000', '143202.797000', '143202.853000', '143202.855000', '143202.858000', '143202.861000', '143202.863000', '143202.867000', '143202.870000', '143222.703000', '143222.705000', '143222.708000', '143222.711000', '143222.714000', '143222.716000', '143222.719000', '143222.722000', '143222.724000', '143222.727000', '143222.729000', '143222.732000', '143222.735000', '143222.738000', '143222.740000', '143222.743000', '143222.746000', '143222.748000', '143222.751000', '143222.753000', '143222.756000', '143222.759000', '143222.761000', '143222.764000', '143222.767000', '143222.769000', '143222.772000', '143222.774000', '143222.777000', '143222.780000', '143222.782000', '143222.785000', '143222.788000', '143222.790000', '143222.793000', '143222.796000', '143222.798000', '143222.801000', '143222.804000', '143222.806000', '143222.809000', '143222.811000', '143222.814000', '143222.820000', '143242.703000', '143242.706000', '143242.709000', '143242.711000', '143242.714000', '143242.717000', '143242.719000', '143242.722000', '143242.725000', '143242.727000', '143242.730000', '143242.733000', '143242.735000', '143242.738000', '143242.741000', '143242.743000', '143242.746000', '143242.749000', '143242.751000', '143242.754000', '143242.757000', '143242.759000', '143242.762000', '143242.765000', '143242.767000', '143242.770000', '143242.772000', '143242.775000', '143242.778000', '143242.780000', '143242.783000', '143242.786000', '143242.788000', '143242.791000', '143242.793000', '143242.796000', '143242.798000', '143242.851000', '143242.854000', '143242.857000', '143242.860000', '143242.862000', '143242.865000', '143302.703000', '143302.706000', '143302.722000', '143302.725000', '143302.728000', '143302.731000', '143302.733000', '143302.736000', '143302.739000', '143302.741000', '143302.744000', '143302.747000', '143302.749000', '143302.752000', '143302.754000', '143302.757000', '143302.760000', '143302.762000', '143302.765000', '143302.768000', '143302.770000', '143302.773000', '143302.776000', '143302.778000', '143302.781000', '143302.784000', '143302.786000', '143302.789000', '143302.791000', '143302.794000', '143302.797000', '143302.859000', '143302.861000', '143302.864000', '143302.867000', '143302.869000', '143302.872000', '143302.875000', '143302.877000', '143302.880000', '143302.883000', '143302.885000', '143302.888000', '143302.890000', '143322.703000', '143322.706000', '143322.708000', '143322.711000', '143322.714000', '143322.716000', '143322.719000', '143322.721000', '143322.724000', '143322.727000', '143322.729000', '143322.732000', '143322.735000', '143322.737000', '143322.740000', '143322.742000', '143322.745000', '143322.748000', '143322.750000', '143322.753000', '143322.756000', '143322.758000', '143322.761000', '143322.763000', '143322.766000', '143322.769000', '143322.771000', '143322.774000', '143322.777000', '143322.779000', '143322.782000', '143322.784000', '143322.787000', '143322.790000', '143322.792000', '143322.795000', '143322.798000', '143322.848000', '143322.851000', '143322.854000', '143322.856000', '143322.859000', '143322.862000', '143342.703000', '143342.706000', '143342.709000', '143342.712000', '143342.714000', '143342.717000', '143342.719000', '143342.730000', '143342.732000', '143342.735000', '143342.738000', '143342.740000', '143342.743000', '143342.745000', '143342.748000', '143342.751000', '143342.753000', '143342.756000', '143342.759000', '143342.761000', '143342.764000', '143342.767000', '143342.769000', '143342.772000', '143342.774000', '143342.777000', '143342.780000', '143342.782000', '143342.785000', '143342.788000', '143342.791000', '143342.793000', '143342.796000', '143342.799000', '143342.865000', '143342.867000', '143342.870000', '143342.873000', '143342.875000', '143342.878000', '143342.881000', '143342.883000', '143342.886000', '143342.889000', '143402.703000', '143402.706000', '143402.709000', '143402.712000', '143402.714000', '143402.717000', '143402.720000', '143402.722000', '143402.725000', '143402.728000', '143402.730000', '143402.733000', '143402.736000', '143402.738000', '143402.741000', '143402.744000', '143402.746000', '143402.749000', '143402.751000', '143402.754000', '143402.757000', '143402.759000', '143402.762000', '143402.765000', '143402.767000', '143402.770000', '143402.773000', '143402.776000', '143402.778000', '143402.781000', '143402.784000', '143402.786000', '143402.789000', '143402.792000', '143402.794000', '143402.797000', '143402.853000', '143402.855000', '143402.858000', '143402.861000', '143402.863000', '143402.866000', '143402.869000', '143422.703000', '143422.708000', '143422.711000', '143422.714000', '143422.717000', '143422.719000', '143422.722000', '143422.724000', '143422.727000', '143422.730000', '143422.732000', '143422.735000', '143422.738000', '143422.740000', '143422.743000', '143422.746000', '143422.748000', '143422.751000', '143422.753000', '143422.756000', '143422.759000', '143422.761000', '143422.764000', '143422.767000', '143422.769000', '143422.772000', '143422.775000', '143422.785000', '143422.787000', '143422.790000', '143422.793000', '143422.795000', '143422.798000', '143422.860000', '143422.863000', '143422.865000', '143422.868000', '143422.871000', '143422.873000', '143422.876000', '143422.879000', '143422.881000', '143422.884000', '143422.886000', '143442.703000', '143442.705000', '143442.716000', '143442.719000', '143442.721000', '143442.724000', '143442.727000', '143442.729000', '143442.732000', '143442.734000', '143442.737000', '143442.740000', '143442.743000', '143442.745000', '143442.748000', '143442.751000', '143442.753000', '143442.756000', '143442.758000', '143442.761000', '143442.764000', '143442.766000', '143442.769000', '143442.771000', '143442.774000', '143442.777000', '143442.779000', '143442.782000', '143442.785000', '143442.787000', '143442.790000', '143442.793000', '143442.795000', '143442.798000', '143442.841000', '143442.843000', '143442.846000', '143442.849000', '143442.851000', '143442.854000', '143442.857000', '143442.859000', '143442.862000', '143502.703000', '143502.706000', '143502.708000', '143502.711000', '143502.714000', '143502.716000', '143502.719000', '143502.722000', '143502.724000', '143502.727000', '143502.729000', '143502.732000', '143502.735000', '143502.737000', '143502.740000', '143502.743000', '143502.745000', '143502.748000', '143502.751000', '143502.756000', '143502.758000', '143502.761000', '143502.763000', '143502.766000', '143502.769000', '143502.771000', '143502.774000', '143502.777000', '143502.779000', '143502.782000', '143502.785000', '143502.787000', '143502.790000', '143502.792000', '143502.795000', '143502.798000', '143502.864000', '143502.867000', '143502.869000', '143502.872000', '143502.875000', '143502.877000', '143502.880000', '143502.883000', '143522.702000', '143522.705000', '143522.708000', '143522.711000', '143522.713000', '143522.716000', '143522.719000', '143522.721000', '143522.724000', '143522.727000', '143522.729000', '143522.732000', '143522.734000', '143522.737000', '143522.740000', '143522.742000', '143522.745000', '143522.748000', '143522.750000', '143522.753000', '143522.756000', '143522.758000', '143522.761000', '143522.764000', '143522.766000', '143522.769000', '143522.772000', '143522.774000', '143522.777000', '143522.779000', '143522.782000', '143522.785000', '143522.787000', '143522.790000', '143522.793000', '143522.795000', '143522.798000', '143522.837000', '143522.840000', '143522.843000', '143522.845000', '143522.848000', '143522.851000', '143542.703000', '143542.705000', '143542.709000', '143542.712000', '143542.715000', '143542.717000', '143542.720000', '143542.723000', '143542.726000', '143542.728000', '143542.731000', '143542.734000', '143542.736000', '143542.739000', '143542.742000', '143542.745000', '143542.748000', '143542.751000', '143542.754000', '143542.756000', '143542.759000', '143542.762000', '143542.764000', '143542.767000', '143542.770000', '143542.772000', '143542.775000', '143542.778000', '143542.780000', '143542.783000', '143542.786000', '143542.788000', '143542.791000', '143542.793000', '143542.796000', '143542.799000', '143542.864000', '143542.867000', '143542.879000', '143542.882000', '143542.884000', '143542.887000', '143542.890000', '143602.703000', '143602.706000', '143602.709000', '143602.712000', '143602.714000', '143602.717000', '143602.720000', '143602.722000', '143602.725000', '143602.728000', '143602.730000', '143602.733000', '143602.736000', '143602.738000', '143602.741000', '143602.744000', '143602.746000', '143602.749000', '143602.752000', '143602.754000', '143602.757000', '143602.759000', '143602.762000', '143602.765000', '143602.768000', '143602.770000', '143602.773000', '143602.776000', '143602.778000', '143602.781000', '143602.784000', '143602.786000', '143602.789000', '143602.791000', '143602.794000', '143602.797000', '143602.799000', '143602.843000', '143602.845000', '143602.848000', '143602.851000', '143602.853000', '143602.856000', '143602.859000', '143622.703000', '143622.706000', '143622.709000', '143622.713000', '143622.716000', '143622.718000', '143622.723000', '143622.725000', '143622.728000', '143622.731000', '143622.733000', '143622.736000', '143622.738000', '143622.741000', '143622.744000', '143622.747000', '143622.749000', '143622.752000', '143622.755000', '143622.757000', '143622.760000', '143622.763000', '143622.765000', '143622.768000', '143622.771000', '143622.773000', '143622.776000', '143622.779000', '143622.781000', '143622.784000', '143622.787000', '143622.790000', '143622.792000', '143622.795000', '143622.797000', '143622.874000', '143622.877000', '143622.879000', '143622.882000', '143622.885000', '143622.887000', '143622.890000', '143622.893000', '143642.704000', '143642.707000', '143642.709000', '143642.712000', '143642.715000', '143642.717000', '143642.720000', '143642.722000', '143642.725000', '143642.728000', '143642.731000', '143642.733000', '143642.736000', '143642.738000', '143642.741000', '143642.744000', '143642.746000', '143642.749000', '143642.751000', '143642.754000', '143642.757000', '143642.759000', '143642.762000', '143642.765000', '143642.767000', '143642.770000', '143642.773000', '143642.775000', '143642.778000', '143642.781000', '143642.783000', '143642.786000', '143642.788000', '143642.791000', '143642.794000', '143642.796000', '143642.799000', '143642.891000', '143642.893000', '143642.896000', '143642.899000', '143642.901000', '143642.904000', '143642.907000', '143702.702000', '143702.705000', '143702.708000', '143702.711000', '143702.713000', '143702.716000', '143702.719000', '143702.721000', '143702.724000', '143702.727000', '143702.729000', '143702.732000', '143702.735000', '143702.737000', '143702.740000', '143702.743000', '143702.746000', '143702.749000', '143702.751000', '143702.754000', '143702.757000', '143702.759000', '143702.762000', '143702.765000', '143702.768000', '143702.770000', '143702.773000', '143702.775000', '143702.778000', '143702.781000', '143702.784000', '143702.788000', '143702.791000', '143702.793000', '143702.796000', '143702.799000', '143702.841000', '143702.844000', '143702.847000', '143702.849000', '143702.852000', '143702.855000', '143702.857000', '143722.703000', '143722.705000', '143722.708000', '143722.711000', '143722.714000', '143722.716000', '143722.719000', '143722.722000', '143722.725000', '143722.727000', '143722.730000', '143722.732000', '143722.735000', '143722.738000', '143722.740000', '143722.743000', '143722.746000', '143722.748000', '143722.751000', '143722.754000', '143722.757000', '143722.759000', '143722.762000', '143722.765000', '143722.767000', '143722.770000', '143722.773000', '143722.775000', '143722.778000', '143722.781000', '143722.783000', '143722.786000', '143722.789000', '143722.791000', '143722.794000', '143722.797000', '143722.849000', '143722.852000', '143722.855000', '143722.858000', '143722.860000', '143722.863000', '143722.866000', '143722.868000', '143742.703000', '143742.706000', '143742.708000', '143742.711000', '143742.714000', '143742.716000', '143742.719000', '143742.722000', '143742.724000', '143742.727000', '143742.730000', '143742.732000', '143742.735000', '143742.738000', '143742.740000', '143742.743000', '143742.746000', '143742.749000', '143742.751000', '143742.754000', '143742.757000', '143742.760000', '143742.762000', '143742.765000', '143742.768000', '143742.770000', '143742.773000', '143742.776000', '143742.778000', '143742.781000', '143742.783000', '143742.786000', '143742.789000', '143742.792000', '143742.794000', '143742.797000', '143742.883000', '143742.899000', '143742.901000', '143742.904000', '143742.906000', '143742.909000', '143742.912000', '143802.703000', '143802.705000', '143802.709000', '143802.712000', '143802.714000', '143802.717000', '143802.720000', '143802.722000', '143802.725000', '143802.728000', '143802.731000', '143802.733000', '143802.736000', '143802.738000', '143802.741000', '143802.744000', '143802.746000', '143802.749000', '143802.752000', '143802.754000', '143802.757000', '143802.760000', '143802.762000', '143802.765000', '143802.768000', '143802.770000', '143802.773000', '143802.776000', '143802.778000', '143802.781000', '143802.784000', '143802.787000', '143802.789000', '143802.792000', '143802.795000', '143802.797000', '143802.866000', '143802.869000', '143802.871000', '143802.874000', '143802.877000', '143802.879000', '143802.882000', '143802.885000', '143822.704000', '143822.707000', '143822.709000', '143822.712000', '143822.715000', '143822.718000', '143822.720000', '143822.723000', '143822.726000', '143822.728000', '143822.731000', '143822.733000', '143822.736000', '143822.739000', '143822.741000', '143822.744000', '143822.747000', '143822.750000', '143822.752000', '143822.756000', '143822.759000', '143822.761000', '143822.764000', '143822.767000', '143822.770000', '143822.772000', '143822.775000', '143822.778000', '143822.780000', '143822.783000', '143822.786000', '143822.789000', '143822.791000', '143822.794000', '143822.797000', '143822.871000', '143822.874000', '143822.876000', '143822.879000', '143822.882000', '143822.885000', '143822.887000', '143822.890000', '143833.846000', '143833.849000', '143833.888000', '143833.892000', '143833.895000', '143833.898000', '143833.901000', '143833.904000', '143833.907000', '143833.910000', '143833.913000', '143833.916000', '143833.919000', '143833.922000', '143833.925000', '143833.928000', '143833.931000', '143833.934000', '143833.937000', '143833.953000', '143833.956000', '143833.958000', '143833.961000', '143833.964000', '143833.967000'], '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': [10326, 15080, 9693, 15828, 12062, 15176, 10451, 9322, 9892, 14139, 11079, 15971, 12901, 14809, 9853, 14994, 10016, 15408, 11341, 14146, 9410, 14410, 9003, 14745, 9581, 14906, 11327, 14861, 9909, 14889, 10792, 15191, 10912, 13504, 8721, 11363, 8816, 11069, 8949, 10747, 8873, 9270, 15436, 10847, 15368, 9686, 12591, 8618, 9066, 15688, 9258, 15256, 10434, 15072, 8861, 12782, 9172, 13398, 9149, 11773, 16798, 11028, 16251, 10322, 13383, 8879, 12308, 8730, 10953, 16792, 12396, 16133, 9492, 15148, 9248, 13758, 8849, 13700, 8778, 10524, 14027, 9957, 16322, 10223, 15783, 8771, 12352, 9115, 12147, 9052, 12673, 8794, 10312, 16573, 11390, 14763, 9149, 14731, 8746, 13304, 9006, 12335, 8776, 10383, 9708, 11738, 15830, 11890, 15776, 12696, 15637, 10181, 14226, 9159, 14071, 9011, 11525, 16950, 10466, 15788, 11661, 14395, 9894, 14365, 8613, 11793, 9088, 13711, 9154, 8983, 8966, 8899, 9951, 9077, 13423, 8850, 14529, 12521, 11392, 15927, 13082, 15982, 11596, 15054, 9494, 13284, 8592, 12661, 9341, 11553, 8644, 9610, 16202, 10054, 16272, 12007, 13808, 9183, 12588, 9203, 11846, 11873, 10315, 9530, 8781, 11465, 8856, 12665, 8846, 10814, 8628, 11728, 9576, 10821, 16662, 13138, 15598, 9937, 14598, 8624, 13459, 13870, 10844, 17430, 9446, 15707, 10787, 15805, 9706, 14922, 8806, 10476, 12108, 10733, 16267, 10347, 16585, 10886, 15340, 9089, 14397, 8981, 14017, 9114, 14342, 8952, 11853, 9106, 15180, 9308, 13282, 9295, 12674, 9413, 16032, 10368, 15110, 10454, 15924, 12374, 15815, 10369, 14992, 11876, 15852, 13931, 9578, 12984, 8968, 15448, 10058, 16391, 11466, 14998, 9866, 8517, 12391, 9684, 16848, 12299, 8887, 13565, 10922, 8654, 14916, 9265, 15813, 13514, 10158, 15693, 12116, 8958, 10105, 9120, 15072, 12566, 9563, 16374, 10469, 14167, 10900, 9115, 15496, 11524, 8741, 10390, 8934, 15078, 10682, 14614, 12891, 9001, 12867, 9196, 15001, 10126, 15590, 12234, 13301, 9764, 8662, 10744, 9426, 14828, 9146, 12903, 9182, 10267, 9378, 8967, 13070, 9126, 12685, 9212, 9464, 9372, 9063, 13126, 9221, 13152, 9353, 14426, 9517, 15166, 9372, 15333, 10101, 14524, 10587, 14191, 12250, 9235, 13042, 9216, 15630, 11018, 15259, 9880, 15802, 11272, 15331, 12889, 15196, 10599, 15612, 10829, 15547, 12098, 15981, 11254, 13610, 8624, 10121, 8999, 9215, 9062, 8649, 9339, 9063, 9255, 15002, 11907, 14988, 10604, 15457, 9816, 15210, 10706, 15410, 9930, 12367, 15060, 10386, 16421, 13494, 14447, 9326, 15332, 9587, 16257, 11828, 14476, 9331, 15454, 9964, 15466, 9591, 15581, 9534, 14641, 9146, 12217, 14875, 11872, 16291, 12523, 15621, 9689, 14898, 9968, 14276, 10392, 8530, 9882, 8704, 12474, 15374, 13065, 10579, 10630, 11542, 10254, 15336, 11893, 15962, 12704, 11363, 9725, 10672, 10251, 12986, 12914, 8903, 11982, 8937, 13589, 8826, 15724, 9326, 14981, 8997, 15024, 9092, 16205, 10350, 15621, 9183, 15477, 10518, 16306, 11007, 9438, 9239, 8888, 14078, 8948, 15382, 9389, 15034, 8686, 13135, 9133, 9813, 8987, 8773, 10624, 9952, 12753, 14391, 9403, 14020, 11118, 9437, 15503, 13638, 11020, 17237, 14827, 12189, 17057, 12579, 9320, 11530, 10074, 9686, 11908, 8791, 8618, 10551, 9035, 8750, 11342, 9749, 9497, 12189, 9927, 9256, 12223, 9343, 15326, 9286, 14580, 9491, 15412, 11612, 14997, 11166, 14249, 9623, 13407, 10340, 14068, 10365, 8751, 9488, 8709, 9807, 9188, 12574, 9147, 12598, 9166, 9147, 13859, 9191, 14356, 9061, 13595, 9117, 15338, 9550, 14921, 8960, 12200, 9288, 13762, 9478, 13204, 8484, 10521, 9033, 13093, 8941, 12716, 8735, 11332, 8783, 14301, 8766, 13440, 8776, 10851, 8752, 12204, 10581, 12482, 8837, 9606, 12310, 9997, 14975, 10951, 9800, 9399, 13611, 10121, 12323, 10819, 9406, 10354, 9213, 13266, 9119, 16026, 11943, 15737, 11480, 15546, 10829, 15275, 10483, 14487, 9790, 11748, 9212, 10443, 16282, 11443, 13723, 8759, 11836, 8750, 13063, 8818, 11333, 8649, 10610, 9234, 10446, 12297, 9517, 15027, 9039, 11361, 9042, 10771, 9056, 9237, 12416, 9107, 13237, 8687, 10398, 8728, 9874, 9046, 9279, 9006, 9138, 10079, 9055, 14357, 8762, 13466, 8861, 12681, 9050, 10348, 9119, 10498, 9514, 10836, 14479, 8765, 14828, 9749, 14123, 10113, 14419, 8733, 11520, 9155, 12229, 8827, 12611, 10253, 10494, 16273, 11265, 15959, 10765, 15088, 9040, 12555, 9204, 12414, 8875, 10528, 14083, 9610, 16145, 10502, 13212, 8731, 13478, 9074, 11985, 9235, 11925, 8792, 9226, 12566, 9306, 14438, 8585, 13752, 8870, 11157, 8810, 13409, 8779, 13100, 8458, 12176, 9024, 13514, 9484, 13848, 9125, 10980, 15605, 11116, 16070, 12286, 15967, 10303, 13734, 9218, 13787, 9442, 14005, 9012, 10661, 13605, 9459, 13638, 9021, 15138, 8754, 13420, 9709, 13360, 8193, 9835, 8856, 9769, 8531, 8764, 8927, 9631, 10677, 9495, 10641, 15630, 11777, 15400, 11759, 14640, 11694, 14086, 10403, 15662, 10886, 16090, 10479, 13184, 8962, 10557, 10527, 9181, 10482, 9380, 12128, 9079, 12531, 10792, 10426, 12014, 9210, 11595, 9153, 11629, 10144, 11739, 8953, 10341, 8731, 10202, 8896, 12762, 9211, 12255, 8792, 10896, 8690, 12445, 9458, 12614, 8616, 13408, 8912, 12580, 10209, 11810, 8771, 10833, 8725, 9956, 8781, 8691, 9131, 8895, 12469, 8688, 13990, 11568, 14768, 12832, 10161, 13176, 9154, 12395, 9116, 15407, 10737, 15524, 12455, 13931, 12962, 10454, 12416, 9025, 16278, 14583, 12336, 16007, 9063, 8478, 9114, 9383, 13566, 9723, 14935, 11358, 13636, 15409, 13260, 17456, 12223, 15987, 10959, 16589, 14979, 14300, 17733, 12882, 16880, 11799, 15625, 10550, 15045, 9452, 14750, 9651, 14142, 9800, 9562, 9289, 8714, 9250, 9652, 9637, 9238, 9327, 14264, 9274, 14313, 8942, 12696, 8593, 11163, 8525, 10238, 8627, 8759, 8463, 9430, 8750, 9258, 8646, 9290, 11166, 8825, 13096, 9229, 13001, 8935, 12338, 8820, 12390, 8976, 13511, 8701, 12155, 8558, 11931, 8927, 12882, 8370, 11564, 8625, 11852, 9123, 13439, 8984, 11959, 10732, 11662, 12580, 12224, 16954, 10843, 16469, 10236, 13386, 8837, 12813, 8711, 12308, 9077, 12155, 8584, 12695, 8391, 13804, 8622, 13394, 9250, 15878, 10250, 16690, 11003, 15971, 11083, 17025, 10829, 13881, 11069, 13394, 12079, 12957, 9884, 10745, 8685, 11460, 8911, 14074, 9041, 14676, 10138, 15185, 10697, 15256, 10166, 15741, 10592, 15607, 11251, 16202, 11938, 11159, 10136, 8715, 10939, 10223, 12382, 8931, 11888, 8558, 10978, 8929, 11281, 8930, 11827, 8701, 10498, 9000, 8666, 10586, 9006, 11606, 8782, 8706, 11616, 9279, 14750, 11212, 17471, 12610, 13494, 12140, 10541, 12542, 12219, 11911, 9685, 11008, 9262, 11485, 8999, 13645, 9495, 12681, 8921, 10466, 10479, 10370, 10769, 9176, 10698, 9061, 12295, 11792, 11100, 9924, 10045, 10840, 10593, 14643, 11862, 10484, 9242, 9468, 8952, 9381, 9514, 9421, 10029, 8651, 9088, 8558, 10075, 8779, 11133, 8728, 10802, 9135, 12226, 10345, 12704, 9368, 11629, 10868, 11634, 9211, 11137, 9395, 12227, 13233, 11476, 10430, 9731, 9200, 9601, 8674, 9856, 8904, 12603, 8665, 12991, 8982, 12036, 9092, 11719, 10733, 10527, 9576, 9325, 14473, 8745, 13759, 10025, 11627, 8359, 10499, 8594, 10934, 8748, 11289, 8883, 9648, 9042, 9537, 15062, 10754, 12311, 8690, 14315, 9826, 14789, 9835, 13354, 9220, 11730, 11946, 10454, 17004, 12126, 14009, 10428, 12195, 9495, 13514, 10578, 11960, 11524, 8914, 12094, 9321, 10713, 8838, 12004, 8737, 14674, 10639, 13721, 9656, 15015, 10097, 15650, 11515, 14684, 10170, 13111, 8935, 12426, 9463, 14465, 8836, 10596, 12093, 9453, 17663, 10986, 15418, 9450, 14724, 8791, 13569, 8732, 13381, 8735, 11069, 8557, 8556, 9246, 8941, 10924, 8895, 14884, 9554, 14429, 9866, 11695, 9784, 10946, 17373, 12204, 14120, 8783, 14179, 8910, 15010, 9922, 13075, 8584, 12000, 8205, 11214, 8939, 15217, 9594, 13629, 8721, 14924, 8564, 15285, 10348, 14464, 8777, 12513, 8995, 12308, 9562, 14039, 9719, 12723, 8667, 11727, 9280, 14087, 10292, 15493, 8475, 15133, 8716, 16675, 11615, 15792, 10865, 17072, 10804, 16525, 11528, 16469, 11697, 16215, 9134], 'WindowCenter': [5075.0, 5096.0, 5047.0, 5090.0, 5051.0, 5068.0, 5029.0, 5009.0, 5019.0, 5054.0, 5028.0, 5065.0, 5047.0, 5055.0, 5017.0, 5054.0, 5015.0, 5063.0, 5027.0, 5055.0, 5016.0, 5052.0, 5009.0, 5065.0, 5020.0, 5066.0, 5039.0, 5066.0, 5029.0, 5066.0, 5038.0, 5066.0, 5039.0, 5055.0, 5009.0, 5038.0, 5020.0, 5040.0, 5022.0, 5052.0, 5023.0, 5034.0, 5081.0, 5053.0, 5080.0, 5032.0, 5061.0, 5008.0, 5022.0, 5078.0, 5022.0, 5079.0, 5041.0, 5079.0, 5021.0, 5061.0, 5022.0, 5070.0, 5022.0, 5052.0, 5089.0, 5041.0, 5079.0, 5031.0, 5059.0, 5022.0, 5050.0, 5011.0, 5041.0, 5076.0, 5049.0, 5078.0, 5021.0, 5068.0, 5022.0, 5058.0, 5011.0, 5059.0, 5010.0, 5030.0, 5058.0, 5030.0, 5077.0, 5030.0, 5077.0, 5010.0, 5048.0, 5010.0, 5048.0, 5019.0, 5059.0, 5008.0, 5031.0, 5077.0, 5052.0, 5069.0, 5021.0, 5068.0, 5021.0, 5060.0, 5024.0, 5073.0, 5036.0, 5044.0, 5034.0, 5063.0, 5080.0, 5048.0, 5079.0, 5060.0, 5078.0, 5029.0, 5057.0, 5005.0, 5057.0, 5007.0, 5038.0, 5075.0, 5017.0, 5064.0, 5027.0, 5054.0, 5018.0, 5055.0, 5009.0, 5036.0, 5007.0, 5055.0, 5020.0, 5019.0, 5020.0, 5020.0, 5031.0, 5021.0, 5060.0, 5021.0, 5070.0, 5049.0, 5041.0, 5078.0, 5049.0, 5063.0, 5038.0, 5056.0, 5005.0, 5045.0, 4998.0, 5043.0, 5007.0, 5035.0, 4998.0, 5015.0, 5065.0, 5018.0, 5065.0, 5037.0, 5056.0, 5008.0, 5035.0, 5008.0, 5037.0, 5036.0, 5017.0, 5017.0, 5010.0, 5036.0, 5021.0, 5049.0, 5022.0, 5042.0, 5024.0, 5063.0, 5033.0, 5054.0, 5090.0, 5062.0, 5079.0, 5032.0, 5070.0, 5012.0, 5060.0, 5060.0, 5042.0, 5088.0, 5022.0, 5075.0, 5041.0, 5077.0, 5022.0, 5069.0, 5011.0, 5031.0, 5049.0, 5041.0, 5079.0, 5031.0, 5088.0, 5039.0, 5079.0, 5023.0, 5069.0, 5011.0, 5059.0, 5021.0, 5070.0, 5023.0, 5050.0, 5023.0, 5080.0, 5037.0, 5083.0, 5035.0, 5060.0, 5023.0, 5080.0, 5040.0, 5070.0, 5031.0, 5079.0, 5049.0, 5078.0, 5029.0, 5066.0, 5037.0, 5064.0, 5055.0, 5008.0, 5046.0, 4998.0, 5055.0, 5017.0, 5064.0, 5026.0, 5054.0, 5006.0, 4992.0, 5034.0, 5006.0, 5074.0, 5035.0, 5007.0, 5044.0, 5028.0, 5008.0, 5066.0, 5009.0, 5065.0, 5046.0, 5017.0, 5065.0, 5037.0, 4996.0, 5004.0, 5005.0, 5052.0, 5035.0, 5002.0, 5061.0, 5016.0, 5043.0, 5014.0, 4993.0, 5053.0, 5024.0, 4985.0, 5004.0, 4995.0, 5053.0, 5016.0, 5051.0, 5035.0, 4996.0, 5031.0, 5005.0, 5052.0, 5016.0, 5062.0, 5035.0, 5042.0, 5002.0, 4983.0, 5013.0, 4994.0, 5053.0, 5018.0, 5046.0, 5008.0, 5015.0, 5004.0, 5007.0, 5058.0, 5020.0, 5047.0, 5019.0, 5030.0, 5020.0, 5018.0, 5059.0, 5022.0, 5061.0, 5023.0, 5069.0, 5021.0, 5068.0, 5021.0, 5069.0, 5033.0, 5070.0, 5032.0, 5057.0, 5051.0, 5034.0, 5072.0, 5034.0, 5078.0, 5041.0, 5068.0, 5033.0, 5089.0, 5042.0, 5067.0, 5051.0, 5065.0, 5029.0, 5066.0, 5029.0, 5067.0, 5039.0, 5066.0, 5039.0, 5058.0, 5009.0, 5030.0, 5032.0, 5032.0, 5033.0, 5034.0, 5044.0, 5035.0, 5047.0, 5094.0, 5068.0, 5092.0, 5056.0, 5081.0, 5045.0, 5084.0, 5043.0, 5082.0, 5030.0, 5059.0, 5068.0, 5029.0, 5077.0, 5060.0, 5054.0, 5020.0, 5065.0, 5019.0, 5076.0, 5039.0, 5065.0, 5020.0, 5066.0, 5018.0, 5068.0, 5020.0, 5064.0, 5018.0, 5054.0, 5006.0, 5035.0, 5053.0, 5035.0, 5062.0, 5035.0, 5050.0, 5005.0, 5053.0, 5016.0, 5053.0, 5016.0, 5006.0, 5016.0, 4996.0, 5044.0, 5062.0, 5045.0, 5015.0, 5027.0, 5023.0, 5016.0, 5063.0, 5035.0, 5061.0, 5043.0, 5025.0, 5016.0, 5014.0, 5015.0, 5044.0, 5046.0, 5005.0, 5037.0, 5006.0, 5045.0, 5006.0, 5066.0, 5017.0, 5065.0, 5008.0, 5064.0, 5009.0, 5075.0, 5028.0, 5065.0, 5015.0, 5064.0, 5028.0, 5076.0, 5033.0, 5016.0, 5021.0, 5009.0, 5069.0, 5018.0, 5078.0, 5033.0, 5082.0, 5021.0, 5069.0, 5044.0, 5036.0, 5032.0, 5018.0, 5055.0, 4992.0, 5022.0, 5050.0, 4986.0, 5055.0, 5036.0, 5044.0, 5102.0, 5094.0, 5052.0, 5085.0, 5053.0, 5031.0, 5059.0, 5031.0, 4991.0, 5020.0, 5002.0, 5002.0, 5031.0, 4993.0, 4991.0, 5023.0, 5015.0, 5004.0, 5032.0, 5015.0, 5016.0, 5048.0, 5029.0, 5019.0, 5049.0, 5018.0, 5066.0, 5006.0, 5053.0, 5005.0, 5051.0, 5023.0, 5052.0, 5023.0, 5050.0, 5003.0, 5040.0, 5013.0, 5041.0, 5013.0, 4993.0, 5013.0, 5005.0, 5015.0, 5016.0, 5045.0, 5016.0, 5056.0, 5029.0, 5019.0, 5068.0, 5018.0, 5066.0, 5018.0, 5055.0, 5018.0, 5067.0, 5018.0, 5064.0, 5008.0, 5045.0, 5017.0, 5055.0, 5017.0, 5054.0, 5007.0, 5025.0, 5018.0, 5055.0, 5019.0, 5057.0, 5019.0, 5047.0, 5019.0, 5068.0, 5019.0, 5058.0, 5018.0, 5037.0, 5009.0, 5048.0, 5028.0, 5048.0, 5008.0, 5027.0, 5044.0, 5028.0, 5065.0, 5038.0, 5027.0, 5019.0, 5056.0, 5039.0, 5058.0, 5039.0, 5019.0, 5029.0, 5018.0, 5057.0, 5020.0, 5077.0, 5049.0, 5077.0, 5048.0, 5065.0, 5027.0, 5064.0, 5025.0, 5053.0, 5014.0, 5034.0, 5004.0, 5024.0, 5059.0, 5023.0, 5040.0, 5004.0, 5021.0, 5004.0, 5041.0, 5005.0, 5034.0, 5005.0, 5025.0, 5016.0, 5026.0, 5043.0, 5017.0, 5063.0, 5006.0, 5033.0, 5006.0, 5025.0, 5006.0, 5018.0, 5043.0, 5016.0, 5054.0, 5007.0, 5026.0, 5018.0, 5027.0, 5019.0, 5018.0, 5018.0, 5019.0, 5026.0, 5019.0, 5065.0, 5019.0, 5066.0, 5020.0, 5057.0, 5019.0, 5037.0, 5019.0, 5040.0, 5029.0, 5040.0, 5067.0, 5009.0, 5065.0, 5029.0, 5066.0, 5040.0, 5068.0, 5020.0, 5048.0, 5020.0, 5058.0, 5020.0, 5058.0, 5028.0, 5039.0, 5076.0, 5039.0, 5076.0, 5039.0, 5066.0, 5018.0, 5046.0, 5016.0, 5047.0, 5019.0, 5038.0, 5055.0, 5018.0, 5074.0, 5026.0, 5046.0, 5009.0, 5056.0, 5018.0, 5037.0, 5017.0, 5047.0, 5008.0, 5018.0, 5045.0, 5018.0, 5063.0, 5009.0, 5056.0, 5019.0, 5038.0, 5021.0, 5068.0, 5022.0, 5069.0, 5023.0, 5060.0, 5032.0, 5070.0, 5031.0, 5070.0, 5021.0, 5041.0, 5077.0, 5040.0, 5076.0, 5046.0, 5075.0, 5029.0, 5056.0, 5018.0, 5056.0, 5018.0, 5057.0, 5007.0, 5026.0, 5054.0, 5017.0, 5054.0, 5008.0, 5064.0, 5008.0, 5055.0, 5042.0, 5057.0, 5008.0, 5016.0, 5019.0, 5025.0, 5010.0, 5009.0, 5021.0, 5029.0, 5040.0, 5031.0, 5041.0, 5078.0, 5049.0, 5077.0, 5061.0, 5078.0, 5051.0, 5056.0, 5028.0, 5055.0, 5029.0, 5063.0, 5025.0, 5031.0, 4993.0, 5015.0, 5025.0, 5017.0, 5028.0, 5018.0, 5045.0, 5019.0, 5046.0, 5038.0, 5028.0, 5047.0, 5017.0, 5037.0, 5007.0, 5036.0, 5027.0, 5037.0, 5006.0, 5026.0, 5007.0, 5025.0, 5006.0, 5045.0, 5017.0, 5046.0, 5011.0, 5038.0, 5019.0, 5045.0, 5030.0, 5057.0, 5020.0, 5055.0, 5007.0, 5035.0, 5016.0, 5035.0, 5009.0, 5026.0, 5009.0, 5018.0, 5019.0, 5020.0, 5029.0, 5032.0, 5061.0, 5034.0, 5081.0, 5063.0, 5080.0, 5062.0, 5042.0, 5073.0, 5034.0, 5062.0, 5019.0, 5079.0, 5041.0, 5077.0, 5060.0, 5068.0, 5071.0, 5066.0, 5075.0, 5035.0, 5077.0, 5057.0, 5050.0, 5076.0, 5011.0, 5009.0, 5019.0, 5033.0, 5072.0, 5036.0, 5081.0, 5053.0, 5074.0, 5081.0, 5060.0, 5086.0, 5038.0, 5066.0, 5016.0, 5063.0, 5041.0, 5041.0, 5048.0, 5019.0, 5036.0, 5000.0, 5035.0, 4989.0, 5023.0, 4976.0, 5023.0, 4987.0, 5014.0, 4986.0, 4978.0, 4992.0, 4978.0, 4989.0, 4988.0, 4988.0, 4988.0, 4990.0, 5027.0, 4991.0, 5026.0, 4981.0, 5020.0, 4982.0, 5010.0, 4982.0, 5001.0, 4982.0, 4993.0, 4983.0, 5003.0, 4993.0, 5005.0, 4994.0, 5017.0, 5024.0, 5007.0, 5045.0, 5018.0, 5054.0, 5020.0, 5058.0, 5020.0, 5047.0, 5021.0, 5058.0, 5010.0, 5048.0, 5008.0, 5048.0, 5021.0, 5059.0, 5012.0, 5049.0, 5021.0, 5061.0, 5031.0, 5069.0, 5021.0, 5049.0, 5040.0, 5051.0, 5061.0, 5049.0, 5087.0, 5041.0, 5076.0, 5030.0, 5058.0, 5020.0, 5058.0, 5010.0, 5049.0, 5021.0, 5049.0, 5021.0, 5059.0, 5023.0, 5070.0, 5024.0, 5071.0, 5033.0, 5091.0, 5043.0, 5090.0, 5053.0, 5089.0, 5053.0, 5101.0, 5040.0, 5069.0, 5038.0, 5059.0, 5047.0, 5049.0, 5028.0, 5040.0, 5011.0, 5049.0, 5021.0, 5069.0, 5022.0, 5080.0, 5043.0, 5080.0, 5042.0, 5075.0, 5030.0, 5076.0, 5041.0, 5076.0, 5037.0, 5075.0, 5035.0, 5026.0, 5017.0, 4996.0, 5027.0, 5016.0, 5045.0, 5007.0, 5035.0, 4996.0, 5026.0, 5006.0, 5027.0, 5018.0, 5061.0, 5034.0, 5039.0, 5021.0, 5019.0, 5040.0, 5021.0, 5051.0, 5023.0, 5021.0, 5052.0, 5034.0, 5081.0, 5054.0, 5099.0, 5062.0, 5069.0, 5051.0, 5041.0, 5061.0, 5050.0, 5050.0, 5018.0, 5039.0, 5018.0, 5038.0, 5018.0, 5057.0, 5029.0, 5056.0, 5019.0, 5028.0, 5038.0, 5028.0, 5039.0, 5019.0, 5038.0, 5019.0, 5048.0, 5037.0, 5039.0, 5017.0, 5028.0, 5026.0, 5027.0, 5054.0, 5037.0, 5027.0, 5017.0, 5017.0, 5018.0, 5016.0, 5018.0, 5019.0, 5027.0, 5007.0, 5018.0, 5008.0, 5029.0, 5019.0, 5049.0, 5019.0, 5039.0, 5029.0, 5049.0, 5030.0, 5059.0, 5019.0, 5039.0, 5028.0, 5039.0, 5017.0, 5038.0, 5017.0, 5049.0, 5056.0, 5040.0, 5027.0, 5018.0, 5006.0, 5017.0, 5007.0, 5029.0, 5019.0, 5047.0, 5019.0, 5057.0, 5020.0, 5046.0, 5018.0, 5047.0, 5028.0, 5027.0, 5016.0, 5017.0, 5054.0, 5007.0, 5054.0, 5017.0, 5033.0, 5008.0, 5028.0, 5009.0, 5038.0, 5009.0, 5038.0, 5020.0, 5031.0, 5019.0, 5030.0, 5077.0, 5041.0, 5049.0, 5022.0, 5068.0, 5041.0, 5078.0, 5031.0, 5069.0, 5020.0, 5050.0, 5049.0, 5039.0, 5086.0, 5048.0, 5057.0, 5030.0, 5048.0, 5017.0, 5057.0, 5026.0, 5038.0, 5036.0, 5008.0, 5034.0, 5020.0, 5026.0, 5019.0, 5045.0, 5019.0, 5066.0, 5039.0, 5081.0, 5044.0, 5069.0, 5031.0, 5067.0, 5037.0, 5055.0, 5018.0, 5046.0, 5006.0, 5035.0, 5017.0, 5069.0, 4995.0, 5016.0, 5022.0, 5004.0, 5061.0, 5015.0, 5051.0, 5004.0, 5041.0, 4994.0, 5031.0, 4994.0, 5031.0, 4995.0, 5023.0, 4997.0, 4996.0, 5007.0, 5008.0, 5038.0, 5021.0, 5082.0, 5031.0, 5070.0, 5019.0, 5038.0, 5015.0, 5027.0, 5074.0, 5037.0, 5055.0, 5022.0, 5056.0, 5009.0, 5054.0, 5017.0, 5045.0, 5009.0, 5050.0, 5023.0, 5040.0, 5018.0, 5068.0, 5020.0, 5058.0, 5012.0, 5080.0, 5035.0, 5079.0, 5032.0, 5059.0, 5011.0, 5047.0, 5009.0, 5050.0, 5032.0, 5071.0, 5020.0, 5048.0, 5010.0, 5037.0, 5021.0, 5068.0, 5032.0, 5078.0, 5022.0, 5068.0, 5023.0, 5088.0, 5050.0, 5078.0, 5043.0, 5087.0, 5042.0, 5092.0, 5063.0, 5090.0, 5052.0, 5077.0, 5020.0], 'WindowWidth': [11028.0, 11039.0, 10969.0, 11018.0, 10966.0, 10981.0, 10930.0, 10902.0, 10914.0, 10958.0, 10927.0, 10972.0, 10949.0, 10957.0, 10910.0, 10955.0, 10906.0, 10970.0, 10923.0, 10959.0, 10910.0, 10953.0, 10901.0, 10974.0, 10918.0, 10977.0, 10944.0, 10977.0, 10930.0, 10980.0, 10940.0, 10976.0, 10942.0, 10962.0, 10903.0, 10940.0, 10920.0, 10947.0, 10926.0, 10966.0, 10927.0, 10946.0, 11006.0, 10969.0, 11003.0, 10937.0, 10975.0, 10903.0, 10924.0, 10996.0, 10925.0, 10998.0, 10950.0, 11001.0, 10924.0, 10976.0, 10924.0, 10988.0, 10923.0, 10965.0, 11012.0, 10949.0, 10997.0, 10935.0, 10971.0, 10924.0, 10961.0, 10907.0, 10948.0, 10991.0, 10956.0, 10994.0, 10921.0, 10981.0, 10922.0, 10968.0, 10906.0, 10969.0, 10903.0, 10933.0, 10968.0, 10932.0, 10992.0, 10932.0, 10993.0, 10906.0, 10953.0, 10905.0, 10954.0, 10917.0, 10970.0, 10902.0, 10935.0, 10992.0, 10967.0, 10984.0, 10922.0, 10980.0, 10923.0, 10975.0, 10933.0, 11000.0, 10956.0, 10961.0, 10947.0, 10985.0, 11002.0, 10958.0, 10999.0, 10974.0, 10995.0, 10927.0, 10963.0, 10890.0, 10961.0, 10894.0, 10937.0, 10985.0, 10909.0, 10970.0, 10921.0, 10954.0, 10910.0, 10960.0, 10899.0, 10934.0, 10894.0, 10958.0, 10917.0, 10918.0, 10920.0, 10919.0, 10936.0, 10922.0, 10974.0, 10920.0, 10988.0, 10955.0, 10947.0, 10995.0, 10955.0, 10969.0, 10938.0, 10960.0, 10891.0, 10944.0, 10882.0, 10939.0, 10892.0, 10931.0, 10882.0, 10905.0, 10971.0, 10911.0, 10972.0, 10936.0, 10959.0, 10897.0, 10930.0, 10896.0, 10936.0, 10931.0, 10909.0, 10909.0, 10902.0, 10937.0, 10921.0, 10957.0, 10925.0, 10951.0, 10931.0, 10983.0, 10940.0, 10970.0, 11015.0, 10979.0, 10998.0, 10937.0, 10986.0, 10910.0, 10973.0, 10970.0, 10949.0, 11009.0, 10922.0, 10989.0, 10947.0, 10993.0, 10922.0, 10985.0, 10907.0, 10932.0, 10954.0, 10948.0, 10998.0, 10935.0, 11009.0, 10943.0, 10998.0, 10927.0, 10985.0, 10907.0, 10969.0, 10922.0, 10988.0, 10929.0, 10962.0, 10927.0, 11002.0, 10954.0, 11014.0, 10947.0, 10975.0, 10926.0, 11001.0, 10949.0, 10987.0, 10935.0, 10997.0, 10958.0, 10994.0, 10929.0, 10976.0, 10936.0, 10971.0, 10960.0, 10898.0, 10947.0, 10882.0, 10956.0, 10906.0, 10968.0, 10920.0, 10957.0, 10892.0, 10867.0, 10925.0, 10892.0, 10982.0, 10931.0, 10896.0, 10943.0, 10927.0, 10898.0, 10975.0, 10899.0, 10971.0, 10947.0, 10906.0, 10971.0, 10935.0, 10878.0, 10885.0, 10888.0, 10950.0, 10929.0, 10883.0, 10963.0, 10905.0, 10939.0, 10900.0, 10870.0, 10950.0, 10913.0, 10861.0, 10884.0, 10874.0, 10950.0, 10906.0, 10948.0, 10930.0, 10877.0, 10921.0, 10889.0, 10950.0, 10906.0, 10964.0, 10929.0, 10934.0, 10880.0, 10855.0, 10894.0, 10870.0, 10952.0, 10913.0, 10948.0, 10899.0, 10902.0, 10889.0, 10894.0, 10969.0, 10920.0, 10951.0, 10917.0, 10933.0, 10920.0, 10914.0, 10971.0, 10925.0, 10975.0, 10924.0, 10983.0, 10919.0, 10981.0, 10920.0, 10982.0, 10938.0, 10985.0, 10934.0, 10964.0, 10961.0, 10944.0, 10996.0, 10944.0, 10997.0, 10949.0, 10982.0, 10943.0, 11014.0, 10949.0, 10977.0, 10959.0, 10973.0, 10929.0, 10974.0, 10928.0, 10975.0, 10939.0, 10973.0, 10942.0, 10967.0, 10904.0, 10932.0, 10940.0, 10939.0, 10942.0, 10946.0, 10961.0, 10949.0, 10968.0, 11027.0, 10996.0, 11023.0, 10977.0, 11007.0, 10959.0, 11012.0, 10952.0, 11005.0, 10933.0, 10972.0, 10981.0, 10928.0, 10993.0, 10970.0, 10960.0, 10918.0, 10973.0, 10916.0, 10988.0, 10941.0, 10973.0, 10917.0, 10975.0, 10913.0, 10980.0, 10914.0, 10971.0, 10910.0, 10958.0, 10891.0, 10930.0, 10953.0, 10930.0, 10963.0, 10929.0, 10946.0, 10888.0, 10950.0, 10905.0, 10952.0, 10908.0, 10894.0, 10909.0, 10880.0, 10945.0, 10965.0, 10946.0, 10904.0, 10921.0, 10913.0, 10908.0, 10969.0, 10932.0, 10964.0, 10942.0, 10917.0, 10905.0, 10902.0, 10905.0, 10942.0, 10948.0, 10892.0, 10937.0, 10894.0, 10947.0, 10894.0, 10976.0, 10912.0, 10975.0, 10900.0, 10972.0, 10901.0, 10988.0, 10926.0, 10974.0, 10906.0, 10971.0, 10927.0, 10988.0, 10932.0, 10909.0, 10920.0, 10904.0, 10986.0, 10916.0, 10998.0, 10945.0, 11007.0, 10926.0, 10989.0, 10961.0, 10939.0, 10942.0, 10916.0, 10979.0, 10861.0, 10903.0, 10956.0, 10855.0, 10956.0, 10933.0, 10961.0, 11043.0, 11036.0, 10972.0, 11007.0, 10958.0, 10922.0, 10957.0, 10921.0, 10867.0, 10904.0, 10884.0, 10885.0, 10924.0, 10873.0, 10870.0, 10919.0, 10909.0, 10892.0, 10927.0, 10906.0, 10910.0, 10956.0, 10932.0, 10919.0, 10960.0, 10915.0, 10978.0, 10896.0, 10954.0, 10889.0, 10949.0, 10912.0, 10951.0, 10912.0, 10945.0, 10887.0, 10933.0, 10900.0, 10935.0, 10900.0, 10874.0, 10902.0, 10892.0, 10907.0, 10908.0, 10946.0, 10913.0, 10967.0, 10932.0, 10919.0, 10986.0, 10917.0, 10980.0, 10915.0, 10963.0, 10914.0, 10979.0, 10915.0, 10974.0, 10900.0, 10948.0, 10913.0, 10960.0, 10913.0, 10960.0, 10900.0, 10922.0, 10915.0, 10963.0, 10919.0, 10968.0, 10921.0, 10956.0, 10922.0, 10985.0, 10919.0, 10971.0, 10918.0, 10942.0, 10905.0, 10957.0, 10927.0, 10956.0, 10902.0, 10926.0, 10947.0, 10927.0, 10976.0, 10943.0, 10927.0, 10918.0, 10964.0, 10946.0, 10970.0, 10947.0, 10918.0, 10930.0, 10917.0, 10970.0, 10921.0, 10999.0, 10961.0, 10996.0, 10957.0, 10975.0, 10924.0, 10971.0, 10920.0, 10957.0, 10902.0, 10930.0, 10889.0, 10916.0, 10959.0, 10913.0, 10934.0, 10889.0, 10909.0, 10889.0, 10938.0, 10894.0, 10932.0, 10895.0, 10922.0, 10909.0, 10923.0, 10942.0, 10911.0, 10971.0, 10895.0, 10929.0, 10893.0, 10918.0, 10896.0, 10913.0, 10943.0, 10910.0, 10957.0, 10899.0, 10923.0, 10917.0, 10927.0, 10919.0, 10916.0, 10914.0, 10917.0, 10925.0, 10919.0, 10977.0, 10919.0, 10979.0, 10921.0, 10968.0, 10919.0, 10941.0, 10918.0, 10947.0, 10930.0, 10947.0, 10981.0, 10905.0, 10976.0, 10930.0, 10978.0, 10948.0, 10983.0, 10921.0, 10957.0, 10920.0, 10971.0, 10922.0, 10972.0, 10929.0, 10946.0, 10992.0, 10944.0, 10992.0, 10944.0, 10979.0, 10916.0, 10951.0, 10909.0, 10951.0, 10917.0, 10941.0, 10962.0, 10913.0, 10986.0, 10923.0, 10948.0, 10902.0, 10963.0, 10913.0, 10938.0, 10911.0, 10950.0, 10898.0, 10914.0, 10947.0, 10914.0, 10971.0, 10904.0, 10964.0, 10919.0, 10942.0, 10923.0, 10983.0, 10927.0, 10989.0, 10928.0, 10977.0, 10940.0, 10989.0, 10937.0, 10989.0, 10921.0, 10949.0, 10994.0, 10947.0, 10992.0, 10952.0, 10990.0, 10929.0, 10964.0, 10913.0, 10962.0, 10913.0, 10965.0, 10897.0, 10923.0, 10956.0, 10909.0, 10958.0, 10900.0, 10972.0, 10898.0, 10961.0, 10954.0, 10967.0, 10898.0, 10907.0, 10917.0, 10922.0, 10905.0, 10902.0, 10922.0, 10932.0, 10948.0, 10936.0, 10951.0, 10996.0, 10957.0, 10996.0, 10979.0, 10998.0, 10963.0, 10963.0, 10923.0, 10956.0, 10925.0, 10968.0, 10917.0, 10920.0, 10870.0, 10900.0, 10917.0, 10911.0, 10926.0, 10912.0, 10947.0, 10917.0, 10950.0, 10942.0, 10925.0, 10952.0, 10911.0, 10940.0, 10896.0, 10935.0, 10922.0, 10939.0, 10896.0, 10920.0, 10896.0, 10920.0, 10895.0, 10946.0, 10912.0, 10950.0, 10907.0, 10942.0, 10919.0, 10948.0, 10932.0, 10967.0, 10922.0, 10958.0, 10896.0, 10931.0, 10906.0, 10930.0, 10903.0, 10921.0, 10903.0, 10912.0, 10917.0, 10920.0, 10933.0, 10941.0, 10979.0, 10946.0, 11007.0, 10985.0, 11001.0, 10979.0, 10951.0, 11000.0, 10945.0, 10981.0, 10919.0, 11000.0, 10950.0, 10994.0, 10975.0, 10984.0, 10992.0, 10998.0, 11008.0, 10948.0, 10994.0, 10963.0, 10955.0, 10990.0, 10904.0, 10903.0, 10916.0, 10941.0, 10994.0, 10948.0, 11008.0, 10969.0, 10998.0, 11004.0, 10973.0, 11004.0, 10939.0, 10976.0, 10904.0, 10967.0, 10933.0, 10933.0, 10936.0, 10897.0, 10915.0, 10869.0, 10912.0, 10855.0, 10897.0, 10837.0, 10895.0, 10852.0, 10886.0, 10851.0, 10841.0, 10869.0, 10844.0, 10858.0, 10856.0, 10858.0, 10857.0, 10861.0, 10908.0, 10863.0, 10905.0, 10851.0, 10900.0, 10852.0, 10887.0, 10853.0, 10879.0, 10854.0, 10870.0, 10857.0, 10885.0, 10871.0, 10892.0, 10876.0, 10911.0, 10916.0, 10896.0, 10946.0, 10913.0, 10959.0, 10918.0, 10968.0, 10920.0, 10953.0, 10923.0, 10970.0, 10905.0, 10953.0, 10900.0, 10954.0, 10921.0, 10973.0, 10911.0, 10960.0, 10921.0, 10979.0, 10938.0, 10987.0, 10923.0, 10960.0, 10947.0, 10963.0, 10976.0, 10959.0, 11008.0, 10949.0, 10992.0, 10932.0, 10969.0, 10919.0, 10967.0, 10906.0, 10956.0, 10920.0, 10958.0, 10923.0, 10973.0, 10929.0, 10989.0, 10932.0, 10993.0, 10946.0, 11019.0, 10958.0, 11017.0, 10969.0, 11015.0, 10973.0, 11035.0, 10947.0, 10986.0, 10941.0, 10971.0, 10951.0, 10957.0, 10927.0, 10946.0, 10907.0, 10956.0, 10920.0, 10985.0, 10924.0, 11005.0, 10957.0, 11002.0, 10953.0, 10991.0, 10932.0, 10989.0, 10954.0, 10990.0, 10937.0, 10985.0, 10934.0, 10919.0, 10908.0, 10879.0, 10922.0, 10907.0, 10946.0, 10895.0, 10931.0, 10880.0, 10921.0, 10894.0, 10921.0, 10913.0, 10983.0, 10952.0, 10944.0, 10923.0, 10919.0, 10947.0, 10923.0, 10963.0, 10927.0, 10924.0, 10968.0, 10946.0, 11007.0, 10973.0, 11028.0, 10980.0, 10986.0, 10961.0, 10949.0, 10977.0, 10960.0, 10961.0, 10914.0, 10942.0, 10913.0, 10941.0, 10914.0, 10965.0, 10930.0, 10964.0, 10917.0, 10927.0, 10942.0, 10929.0, 10944.0, 10917.0, 10944.0, 10916.0, 10956.0, 10938.0, 10943.0, 10911.0, 10926.0, 10921.0, 10924.0, 10958.0, 10936.0, 10922.0, 10911.0, 10910.0, 10914.0, 10909.0, 10915.0, 10915.0, 10926.0, 10899.0, 10914.0, 10901.0, 10930.0, 10917.0, 10958.0, 10919.0, 10946.0, 10932.0, 10958.0, 10932.0, 10972.0, 10916.0, 10941.0, 10924.0, 10941.0, 10912.0, 10941.0, 10912.0, 10957.0, 10964.0, 10946.0, 10926.0, 10912.0, 10895.0, 10910.0, 10896.0, 10929.0, 10916.0, 10953.0, 10919.0, 10967.0, 10917.0, 10952.0, 10912.0, 10951.0, 10924.0, 10923.0, 10907.0, 10911.0, 10959.0, 10897.0, 10957.0, 10911.0, 10930.0, 10902.0, 10926.0, 10904.0, 10942.0, 10904.0, 10943.0, 10920.0, 10936.0, 10918.0, 10936.0, 10994.0, 10950.0, 10959.0, 10926.0, 10986.0, 10952.0, 11000.0, 10937.0, 10987.0, 10920.0, 10962.0, 10959.0, 10945.0, 11007.0, 10956.0, 10968.0, 10932.0, 10954.0, 10910.0, 10966.0, 10923.0, 10941.0, 10935.0, 10899.0, 10930.0, 10916.0, 10923.0, 10919.0, 10950.0, 10919.0, 10978.0, 10946.0, 11008.0, 10959.0, 10985.0, 10933.0, 10977.0, 10937.0, 10957.0, 10908.0, 10944.0, 10891.0, 10930.0, 10910.0, 10983.0, 10875.0, 10904.0, 10908.0, 10886.0, 10959.0, 10901.0, 10946.0, 10885.0, 10930.0, 10870.0, 10919.0, 10871.0, 10919.0, 10875.0, 10911.0, 10879.0, 10877.0, 10894.0, 10899.0, 10940.0, 10923.0, 11008.0, 10937.0, 10989.0, 10913.0, 10937.0, 10902.0, 10919.0, 10980.0, 10933.0, 10958.0, 10924.0, 10959.0, 10898.0, 10953.0, 10907.0, 10941.0, 10900.0, 10960.0, 10928.0, 10943.0, 10915.0, 10978.0, 10918.0, 10964.0, 10909.0, 11002.0, 10948.0, 10997.0, 10934.0, 10967.0, 10903.0, 10950.0, 10901.0, 10957.0, 10937.0, 10988.0, 10916.0, 10952.0, 10903.0, 10937.0, 10918.0, 10981.0, 10934.0, 10994.0, 10926.0, 10980.0, 10925.0, 11009.0, 10959.0, 10995.0, 10953.0, 11006.0, 10949.0, 11020.0, 10983.0, 11014.0, 10962.0, 10989.0, 10916.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.0037778910976663783</td></tr>
<tr><td colspan=3>aqi</td><td>0.046424250129645635</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.788836914792434</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0976396289359867</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9821364787110733</td></tr>
<tr><td colspan=3>efc</td><td>0.5005</td></tr>
<tr><td colspan=3>fber</td><td>5729.0732</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10861750434778665</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.395851339671564</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6483160599967968</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5047458493731143</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.871557931536724</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.568644399080552</td></tr>
<tr><td colspan=3>gcor</td><td>0.00578217</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004051054362207651</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0347994901239872</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9714209324052936</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>13.2091</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8094</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.3737</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293467.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1281.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>472.4747</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4796</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>655.6707</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4215.3549</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1111.1825</td></tr>
<tr><td colspan=3>tsnr</td><td>29.465338342823088</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>