<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-02/func/sub-0106_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>59b85cb471d24cccfb0f35db932f4a87</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>22:26:23.495000</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.995658, 0.0787379, 0.0496476, -0.085358, 0.985059, 0.149572]</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.103008</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7792, -7202, 325, -87, 35, -57, 54]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>20dba9a0-10ff-4944-89cd-83d2b4c987d9||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.671278476715088, -0.22900934517383575, 0.10024775564670563, 119.79945373535156], [-0.21124808490276337, 2.6428425312042236, 0.41353335976600647, -86.91341400146484], [0.1332007497549057, -0.40129098296165466, 2.666259527206421, -36.018310546875], [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': ['222623.495000', '222623.955000', '222624.415000', '222624.875000', '222625.335000', '222625.795000', '222626.255000', '222626.715000', '222627.175000', '222627.635000', '222628.095000', '222628.555000', '222629.015000', '222629.475000', '222629.935000', '222630.395000', '222630.855000', '222631.315000', '222631.775000', '222632.235000', '222632.695000', '222633.155000', '222633.615000', '222634.075000', '222634.535000', '222634.995000', '222635.455000', '222635.915000', '222636.375000', '222636.835000', '222637.295000', '222637.755000', '222638.215000', '222638.675000', '222639.135000', '222639.595000', '222640.055000', '222640.515000', '222640.975000', '222641.435000', '222641.895000', '222642.355000', '222642.815000', '222643.275000', '222643.735000', '222644.195000', '222644.655000', '222645.115000', '222645.575000', '222646.035000', '222646.495000', '222646.955000', '222647.415000', '222647.875000', '222648.335000', '222648.795000', '222649.255000', '222649.715000', '222650.175000', '222650.635000', '222651.095000', '222651.555000', '222652.015000', '222652.475000', '222652.935000', '222653.395000', '222653.855000', '222654.315000', '222654.775000', '222655.235000', '222655.695000', '222656.155000', '222656.615000', '222657.075000', '222657.535000', '222657.995000', '222658.455000', '222658.915000', '222659.375000', '222659.835000', '222700.295000', '222700.755000', '222701.215000', '222701.675000', '222702.135000', '222702.595000', '222703.055000', '222703.515000', '222703.975000', '222704.435000', '222704.895000', '222705.355000', '222705.815000', '222706.275000', '222706.735000', '222707.195000', '222707.655000', '222708.115000', '222708.575000', '222709.035000', '222709.495000', '222709.955000', '222710.415000', '222710.875000', '222711.335000', '222711.795000', '222712.255000', '222712.715000', '222713.175000', '222713.635000', '222714.095000', '222714.555000', '222715.015000', '222715.475000', '222715.935000', '222716.395000', '222716.855000', '222717.315000', '222717.775000', '222718.235000', '222718.695000', '222719.155000', '222719.615000', '222720.075000', '222720.535000', '222720.995000', '222721.455000', '222721.915000', '222722.375000', '222722.835000', '222723.295000', '222723.755000', '222724.215000', '222724.675000', '222725.135000', '222725.595000', '222726.055000', '222726.515000', '222726.975000', '222727.435000', '222727.895000', '222728.355000', '222728.815000', '222729.275000', '222729.735000', '222730.195000', '222730.655000', '222731.115000', '222731.575000', '222732.035000', '222732.495000', '222732.955000', '222733.415000', '222733.875000', '222734.335000', '222734.795000', '222735.255000', '222735.715000', '222736.175000', '222736.635000', '222737.095000', '222737.555000', '222738.015000', '222738.475000', '222738.935000', '222739.395000', '222739.855000', '222740.315000', '222740.775000', '222741.235000', '222741.695000', '222742.155000', '222742.615000', '222743.075000', '222743.535000', '222743.995000', '222744.455000', '222744.915000', '222745.375000', '222745.835000', '222746.295000', '222746.755000', '222747.215000', '222747.675000', '222748.135000', '222748.595000', '222749.055000', '222749.515000', '222749.975000', '222750.435000', '222750.895000', '222751.355000', '222751.815000', '222752.275000', '222752.735000', '222753.195000', '222753.655000', '222754.115000', '222754.575000', '222755.035000', '222755.495000', '222755.955000', '222756.415000', '222756.875000', '222757.335000', '222757.795000', '222758.255000', '222758.715000', '222759.175000', '222759.635000', '222800.095000', '222800.555000', '222801.015000', '222801.475000', '222801.935000', '222802.395000', '222802.855000', '222803.315000', '222803.775000', '222804.235000', '222804.695000', '222805.155000', '222805.615000', '222806.075000', '222806.535000', '222806.995000', '222807.455000', '222807.915000', '222808.375000', '222808.835000', '222809.295000', '222809.755000', '222810.215000', '222810.675000', '222811.135000', '222811.595000', '222812.055000', '222812.515000', '222812.975000', '222813.435000', '222813.895000', '222814.355000', '222814.815000', '222815.275000', '222815.735000', '222816.195000', '222816.655000', '222817.115000', '222817.575000', '222818.035000', '222818.495000', '222818.955000', '222819.415000', '222819.875000', '222820.335000', '222820.795000', '222821.255000', '222821.715000', '222822.175000', '222822.635000', '222823.095000', '222823.555000', '222824.015000', '222824.475000', '222824.935000', '222825.395000', '222825.855000', '222826.315000', '222826.775000', '222827.235000', '222827.695000', '222828.155000', '222828.615000', '222829.075000', '222829.535000', '222829.995000', '222830.455000', '222830.915000', '222831.375000', '222831.835000', '222832.295000', '222832.755000', '222833.215000', '222833.675000', '222834.135000', '222834.595000', '222835.055000', '222835.515000', '222835.975000', '222836.435000', '222836.895000', '222837.355000', '222837.815000', '222838.275000', '222838.735000', '222839.195000', '222839.655000', '222840.115000', '222840.575000', '222841.035000', '222841.495000', '222841.955000', '222842.415000', '222842.875000', '222843.335000', '222843.795000', '222844.255000', '222844.715000', '222845.175000', '222845.635000', '222846.095000', '222846.555000', '222847.015000', '222847.475000', '222847.935000', '222848.395000', '222848.855000', '222849.315000', '222849.775000', '222850.235000', '222850.695000', '222851.155000', '222851.615000', '222852.075000', '222852.535000', '222852.995000', '222853.455000', '222853.915000', '222854.375000', '222854.835000', '222855.295000', '222855.755000', '222856.215000', '222856.675000', '222857.135000', '222857.595000', '222858.055000', '222858.515000', '222858.975000', '222859.435000', '222859.895000', '222900.355000', '222900.815000', '222901.275000', '222901.735000', '222902.195000', '222902.655000', '222903.115000', '222903.575000', '222904.035000', '222904.495000', '222904.955000', '222905.415000', '222905.875000', '222906.335000', '222906.795000', '222907.255000', '222907.715000', '222908.175000', '222908.635000', '222909.095000', '222909.555000', '222910.015000', '222910.475000', '222910.935000', '222911.395000', '222911.855000', '222912.315000', '222912.775000', '222913.235000', '222913.695000', '222914.155000', '222914.615000', '222915.075000', '222915.535000', '222915.995000', '222916.455000', '222916.915000', '222917.375000', '222917.835000', '222918.295000', '222918.755000', '222919.215000', '222919.675000', '222920.135000', '222920.595000', '222921.055000', '222921.515000', '222921.975000', '222922.435000', '222922.895000', '222923.355000', '222923.815000', '222924.275000', '222924.735000', '222925.195000', '222925.655000', '222926.115000', '222926.575000', '222927.035000', '222927.495000', '222927.955000', '222928.415000', '222928.875000', '222929.335000', '222929.795000', '222930.255000', '222930.715000', '222931.175000', '222931.635000', '222932.095000', '222932.555000', '222933.015000', '222933.475000', '222933.935000', '222934.395000', '222934.855000', '222935.315000', '222935.775000', '222936.235000', '222936.695000', '222937.155000', '222937.615000', '222938.075000', '222938.535000', '222938.995000', '222939.455000', '222939.915000', '222940.375000', '222940.835000', '222941.295000', '222941.755000', '222942.215000', '222942.675000', '222943.135000', '222943.595000', '222944.055000', '222944.515000', '222944.975000', '222945.435000', '222945.895000', '222946.355000', '222946.815000', '222947.275000', '222947.735000', '222948.195000', '222948.655000', '222949.115000', '222949.575000', '222950.035000', '222950.495000', '222950.955000', '222951.415000', '222951.875000', '222952.335000', '222952.795000', '222953.255000', '222953.715000', '222954.175000', '222954.635000', '222955.095000', '222955.555000', '222956.015000', '222956.475000', '222956.935000', '222957.395000', '222957.855000', '222958.315000', '222958.775000', '222959.235000', '222959.695000', '223000.155000', '223000.615000', '223001.075000', '223001.535000', '223001.995000', '223002.455000', '223002.915000', '223003.375000', '223003.835000', '223004.295000', '223004.755000', '223005.215000', '223005.675000', '223006.135000', '223006.595000', '223007.055000', '223007.515000', '223007.975000', '223008.435000', '223008.895000', '223009.355000', '223009.815000', '223010.275000', '223010.735000', '223011.195000', '223011.655000', '223012.115000', '223012.575000', '223013.035000', '223013.495000', '223013.955000', '223014.415000', '223014.875000', '223015.335000', '223015.795000', '223016.255000', '223016.715000', '223017.175000', '223017.635000', '223018.095000', '223018.555000', '223019.015000', '223019.475000', '223019.935000', '223020.395000', '223020.855000', '223021.315000', '223021.775000', '223022.235000', '223022.695000', '223023.155000', '223023.615000', '223024.075000', '223024.535000', '223024.995000', '223025.455000', '223025.915000', '223026.375000', '223026.835000', '223027.295000', '223027.755000', '223028.215000', '223028.675000', '223029.135000', '223029.595000', '223030.055000', '223030.515000', '223030.975000', '223031.435000', '223031.895000', '223032.355000', '223032.815000', '223033.275000', '223033.735000', '223034.195000', '223034.655000', '223035.115000', '223035.575000', '223036.035000', '223036.495000', '223036.955000', '223037.415000', '223037.875000', '223038.335000', '223038.795000', '223039.255000', '223039.715000', '223040.175000', '223040.635000', '223041.095000', '223041.555000', '223042.015000', '223042.475000', '223042.935000', '223043.395000', '223043.855000', '223044.315000', '223044.775000', '223045.235000', '223045.695000', '223046.155000', '223046.615000', '223047.075000', '223047.535000', '223047.995000', '223048.455000', '223048.915000', '223049.375000', '223049.835000', '223050.295000', '223050.755000', '223051.215000', '223051.675000', '223052.135000', '223052.595000', '223053.055000', '223053.515000', '223053.975000', '223054.435000', '223054.895000', '223055.355000', '223055.815000', '223056.275000', '223056.735000', '223057.195000', '223057.655000', '223058.115000', '223058.575000', '223059.035000', '223059.495000', '223059.955000', '223100.415000', '223100.875000', '223101.335000', '223101.795000', '223102.255000', '223102.715000', '223103.175000', '223103.635000', '223104.095000', '223104.555000', '223105.015000', '223105.475000', '223105.935000', '223106.395000', '223106.855000', '223107.315000', '223107.775000', '223108.235000', '223108.695000', '223109.155000', '223109.615000', '223110.075000', '223110.535000', '223110.995000', '223111.455000', '223111.915000', '223112.375000', '223112.835000', '223113.295000', '223113.755000', '223114.215000', '223114.675000', '223115.135000', '223115.595000', '223116.055000', '223116.515000', '223116.975000', '223117.435000', '223117.895000', '223118.355000', '223118.815000', '223119.275000', '223119.735000', '223120.195000', '223120.655000', '223121.115000', '223121.575000', '223122.035000', '223122.495000', '223122.955000', '223123.415000', '223123.875000', '223124.335000', '223124.795000', '223125.255000', '223125.715000', '223126.175000', '223126.635000', '223127.095000', '223127.555000', '223128.015000', '223128.475000', '223128.935000', '223129.395000', '223129.855000', '223130.315000', '223130.775000', '223131.235000', '223131.695000', '223132.155000', '223132.615000', '223133.075000', '223133.535000', '223133.995000', '223134.455000', '223134.915000', '223135.375000', '223135.835000', '223136.295000', '223136.755000', '223137.215000', '223137.675000', '223138.135000', '223138.595000', '223139.055000', '223139.515000', '223139.975000', '223140.435000', '223140.895000', '223141.355000', '223141.815000', '223142.275000', '223142.735000', '223143.195000', '223143.655000', '223144.115000', '223144.575000', '223145.035000', '223145.495000', '223145.955000', '223146.415000', '223146.875000', '223147.335000', '223147.795000', '223148.255000', '223148.715000', '223149.175000', '223149.635000', '223150.095000', '223150.555000', '223151.015000', '223151.475000', '223151.935000', '223152.395000', '223152.855000', '223153.315000', '223153.775000', '223154.235000', '223154.695000', '223155.155000', '223155.615000', '223156.075000', '223156.535000', '223156.995000', '223157.455000', '223157.915000', '223158.375000', '223158.835000', '223159.295000', '223159.755000', '223200.215000', '223200.675000', '223201.135000', '223201.595000', '223202.055000', '223202.515000', '223202.975000', '223203.435000', '223203.895000', '223204.355000', '223204.815000', '223205.275000', '223205.735000', '223206.195000', '223206.655000', '223207.115000', '223207.575000', '223208.035000', '223208.495000', '223208.955000', '223209.415000', '223209.875000', '223210.335000', '223210.795000', '223211.255000', '223211.715000', '223212.175000', '223212.635000', '223213.095000', '223213.555000', '223214.015000', '223214.475000', '223214.935000', '223215.395000', '223215.855000', '223216.315000', '223216.775000', '223217.235000', '223217.695000', '223218.155000', '223218.615000', '223219.075000', '223219.535000', '223219.995000', '223220.455000', '223220.915000', '223221.375000', '223221.835000', '223222.295000', '223222.755000', '223223.215000', '223223.675000', '223224.135000', '223224.595000', '223225.055000', '223225.515000', '223225.975000', '223226.435000', '223226.895000', '223227.355000', '223227.815000', '223228.275000', '223228.735000', '223229.195000', '223229.655000', '223230.115000', '223230.575000', '223231.035000', '223231.495000', '223231.955000', '223232.415000', '223232.875000', '223233.335000', '223233.795000', '223234.255000', '223234.715000', '223235.175000', '223235.635000', '223236.095000', '223236.555000', '223237.015000', '223237.475000', '223237.935000', '223238.395000', '223238.855000', '223239.315000', '223239.775000', '223240.235000', '223240.695000', '223241.155000', '223241.615000', '223242.075000', '223242.535000', '223242.995000', '223243.455000', '223243.915000', '223244.375000', '223244.835000', '223245.295000', '223245.755000', '223246.215000', '223246.675000', '223247.135000', '223247.595000', '223248.055000', '223248.515000', '223248.975000', '223249.435000', '223249.895000', '223250.355000', '223250.815000', '223251.275000', '223251.735000', '223252.195000', '223252.655000', '223253.115000', '223253.575000', '223254.035000', '223254.495000', '223254.955000', '223255.415000', '223255.875000', '223256.335000', '223256.795000', '223257.255000', '223257.715000', '223258.175000', '223258.635000', '223259.095000', '223259.555000', '223300.015000', '223300.475000', '223300.935000', '223301.395000', '223301.855000', '223302.315000', '223302.775000', '223303.235000', '223303.695000', '223304.155000', '223304.615000', '223305.075000', '223305.535000', '223305.995000', '223306.455000', '223306.915000', '223307.375000', '223307.835000', '223308.295000', '223308.755000', '223309.215000', '223309.675000', '223310.135000', '223310.595000', '223311.055000', '223311.515000', '223311.975000', '223312.435000', '223312.895000', '223313.355000', '223313.815000', '223314.275000', '223314.735000', '223315.195000', '223315.655000', '223316.115000', '223316.575000', '223317.035000', '223317.495000', '223317.955000', '223318.415000', '223318.875000', '223319.335000', '223319.795000', '223320.255000', '223320.715000', '223321.175000', '223321.635000', '223322.095000', '223322.555000', '223323.015000', '223323.475000', '223323.935000', '223324.395000', '223324.855000', '223325.315000', '223325.775000', '223326.235000', '223326.695000', '223327.155000', '223327.615000', '223328.075000', '223328.535000', '223328.995000', '223329.455000', '223329.915000', '223330.375000', '223330.835000', '223331.295000', '223331.755000', '223332.215000', '223332.675000', '223333.135000', '223333.595000', '223334.055000', '223334.515000', '223334.975000', '223335.435000', '223335.895000', '223336.355000', '223336.815000', '223337.275000', '223337.735000', '223338.195000', '223338.655000', '223339.115000', '223339.575000', '223340.035000', '223340.495000', '223340.955000', '223341.415000', '223341.875000', '223342.335000', '223342.795000', '223343.255000', '223343.715000', '223344.175000', '223344.635000', '223345.095000', '223345.555000', '223346.015000', '223346.475000', '223346.935000', '223347.395000', '223347.855000', '223348.315000', '223348.775000', '223349.235000', '223349.695000', '223350.155000', '223350.615000', '223351.075000', '223351.535000', '223351.995000', '223352.455000', '223352.915000', '223353.375000', '223353.835000', '223354.295000', '223354.755000', '223355.215000', '223355.675000', '223356.135000', '223356.595000', '223357.055000', '223357.515000', '223357.975000', '223358.435000', '223358.895000', '223359.355000', '223359.815000', '223400.275000', '223400.735000', '223401.195000', '223401.655000', '223402.115000', '223402.575000', '223403.035000', '223403.495000', '223403.955000', '223404.415000', '223404.875000', '223405.335000', '223405.795000', '223406.255000', '223406.715000', '223407.175000', '223407.635000', '223408.095000', '223408.555000', '223409.015000', '223409.475000', '223409.935000', '223410.395000', '223410.855000', '223411.315000', '223411.775000', '223412.235000', '223412.695000', '223413.155000', '223413.615000', '223414.075000', '223414.535000', '223414.995000', '223415.455000', '223415.915000', '223416.375000', '223416.835000', '223417.295000', '223417.755000', '223418.215000', '223418.675000', '223419.135000', '223419.595000', '223420.055000', '223420.515000', '223420.975000', '223421.435000', '223421.895000', '223422.355000', '223422.815000', '223423.275000', '223423.735000', '223424.195000', '223424.655000', '223425.115000', '223425.575000', '223426.035000', '223426.495000', '223426.955000', '223427.415000', '223427.875000', '223428.335000', '223428.795000', '223429.255000', '223429.715000', '223430.175000', '223430.635000', '223431.095000', '223431.555000', '223432.015000', '223432.475000', '223432.935000', '223433.395000', '223433.855000', '223434.315000', '223434.775000', '223435.235000', '223435.695000', '223436.155000', '223436.615000', '223437.075000', '223437.535000', '223437.995000', '223438.455000', '223438.915000', '223439.375000', '223439.835000', '223440.295000', '223440.755000', '223441.215000', '223441.675000', '223442.135000', '223442.595000', '223443.055000', '223443.515000', '223443.975000', '223444.435000', '223444.895000', '223445.355000', '223445.815000', '223446.275000', '223446.735000', '223447.195000', '223447.655000', '223448.115000', '223448.575000', '223449.035000', '223449.495000', '223449.955000', '223450.415000', '223450.875000', '223451.335000', '223451.795000', '223452.255000', '223452.715000', '223453.175000', '223453.635000', '223454.095000', '223454.555000', '223455.015000', '223455.475000', '223455.935000', '223456.395000', '223456.855000', '223457.315000', '223457.775000', '223458.235000', '223458.695000', '223459.155000', '223459.615000', '223500.075000', '223500.535000', '223500.995000', '223501.455000', '223501.915000', '223502.375000', '223502.835000', '223503.295000', '223503.755000', '223504.215000', '223504.675000', '223505.135000', '223505.595000', '223506.055000', '223506.515000', '223506.975000', '223507.435000', '223507.895000', '223508.355000', '223508.815000', '223509.275000', '223509.735000', '223510.195000', '223510.655000', '223511.115000', '223511.575000', '223512.035000', '223512.495000', '223512.955000', '223513.415000', '223513.875000', '223514.335000', '223514.795000', '223515.255000', '223515.715000'], 'ContentTime': ['222633.780000', '222633.783000', '222633.797000', '222633.800000', '222633.803000', '222633.805000', '222633.808000', '222633.811000', '222633.813000', '222633.816000', '222633.818000', '222633.846000', '222633.848000', '222633.851000', '222633.854000', '222633.857000', '222633.859000', '222633.862000', '222633.865000', '222633.868000', '222633.871000', '222653.709000', '222653.712000', '222653.715000', '222653.717000', '222653.720000', '222653.722000', '222653.725000', '222653.727000', '222653.730000', '222653.732000', '222653.735000', '222653.737000', '222653.740000', '222653.742000', '222653.745000', '222653.747000', '222653.750000', '222653.752000', '222653.755000', '222653.762000', '222653.765000', '222653.768000', '222653.770000', '222653.773000', '222653.775000', '222653.778000', '222653.780000', '222653.783000', '222653.785000', '222653.788000', '222653.790000', '222653.793000', '222653.796000', '222653.798000', '222653.801000', '222653.804000', '222653.806000', '222653.809000', '222653.811000', '222653.814000', '222653.816000', '222653.819000', '222653.821000', '222713.708000', '222713.711000', '222713.714000', '222713.716000', '222713.719000', '222713.721000', '222713.724000', '222713.727000', '222713.729000', '222713.732000', '222713.734000', '222713.737000', '222713.739000', '222713.742000', '222713.744000', '222713.747000', '222713.750000', '222713.752000', '222713.755000', '222713.758000', '222713.760000', '222713.763000', '222713.766000', '222713.768000', '222713.771000', '222713.773000', '222713.776000', '222713.779000', '222713.781000', '222713.784000', '222713.786000', '222713.789000', '222713.791000', '222713.794000', '222713.797000', '222713.801000', '222713.803000', '222713.806000', '222713.808000', '222713.811000', '222713.814000', '222713.816000', '222713.819000', '222733.708000', '222733.711000', '222733.714000', '222733.716000', '222733.719000', '222733.721000', '222733.724000', '222733.727000', '222733.729000', '222733.732000', '222733.734000', '222733.737000', '222733.739000', '222733.742000', '222733.745000', '222733.747000', '222733.750000', '222733.753000', '222733.755000', '222733.758000', '222733.760000', '222733.763000', '222733.765000', '222733.768000', '222733.771000', '222733.773000', '222733.776000', '222733.778000', '222733.781000', '222733.784000', '222733.786000', '222733.789000', '222733.791000', '222733.794000', '222733.797000', '222733.799000', '222733.802000', '222733.804000', '222733.807000', '222733.809000', '222733.812000', '222733.844000', '222733.846000', '222733.849000', '222753.708000', '222753.711000', '222753.714000', '222753.716000', '222753.719000', '222753.722000', '222753.724000', '222753.727000', '222753.729000', '222753.732000', '222753.734000', '222753.737000', '222753.739000', '222753.742000', '222753.745000', '222753.747000', '222753.750000', '222753.752000', '222753.755000', '222753.758000', '222753.760000', '222753.763000', '222753.765000', '222753.768000', '222753.770000', '222753.773000', '222753.775000', '222753.778000', '222753.781000', '222753.783000', '222753.786000', '222753.788000', '222753.809000', '222753.812000', '222753.815000', '222753.817000', '222753.820000', '222753.822000', '222753.825000', '222753.827000', '222753.830000', '222753.833000', '222753.835000', '222813.708000', '222813.711000', '222813.714000', '222813.717000', '222813.719000', '222813.722000', '222813.724000', '222813.727000', '222813.729000', '222813.732000', '222813.735000', '222813.737000', '222813.740000', '222813.742000', '222813.745000', '222813.747000', '222813.750000', '222813.753000', '222813.755000', '222813.758000', '222813.760000', '222813.763000', '222813.766000', '222813.768000', '222813.771000', '222813.774000', '222813.776000', '222813.779000', '222813.781000', '222813.784000', '222813.787000', '222813.789000', '222813.792000', '222813.794000', '222813.797000', '222813.800000', '222813.802000', '222813.805000', '222813.808000', '222813.810000', '222813.813000', '222813.815000', '222813.818000', '222813.820000', '222833.708000', '222833.711000', '222833.714000', '222833.716000', '222833.719000', '222833.722000', '222833.724000', '222833.727000', '222833.730000', '222833.732000', '222833.735000', '222833.738000', '222833.741000', '222833.743000', '222833.746000', '222833.748000', '222833.751000', '222833.754000', '222833.756000', '222833.759000', '222833.761000', '222833.764000', '222833.766000', '222833.769000', '222833.772000', '222833.774000', '222833.777000', '222833.779000', '222833.782000', '222833.785000', '222833.787000', '222833.790000', '222833.793000', '222833.796000', '222833.798000', '222833.838000', '222833.841000', '222833.843000', '222833.846000', '222833.848000', '222833.851000', '222833.853000', '222833.856000', '222853.709000', '222853.712000', '222853.715000', '222853.717000', '222853.720000', '222853.722000', '222853.725000', '222853.728000', '222853.730000', '222853.733000', '222853.735000', '222853.738000', '222853.740000', '222853.743000', '222853.745000', '222853.748000', '222853.751000', '222853.753000', '222853.756000', '222853.758000', '222853.761000', '222853.763000', '222853.766000', '222853.769000', '222853.771000', '222853.774000', '222853.776000', '222853.779000', '222853.782000', '222853.784000', '222853.787000', '222853.790000', '222853.792000', '222853.795000', '222853.797000', '222853.800000', '222853.843000', '222853.846000', '222853.848000', '222853.851000', '222853.854000', '222853.856000', '222853.859000', '222853.861000', '222913.709000', '222913.712000', '222913.715000', '222913.717000', '222913.720000', '222913.722000', '222913.725000', '222913.728000', '222913.730000', '222913.733000', '222913.735000', '222913.738000', '222913.740000', '222913.743000', '222913.746000', '222913.748000', '222913.751000', '222913.753000', '222913.756000', '222913.759000', '222913.761000', '222913.764000', '222913.766000', '222913.769000', '222913.771000', '222913.774000', '222913.777000', '222913.779000', '222913.782000', '222913.785000', '222913.787000', '222913.790000', '222913.792000', '222913.795000', '222913.797000', '222913.831000', '222913.834000', '222913.836000', '222913.839000', '222913.841000', '222913.844000', '222913.846000', '222913.849000', '222933.708000', '222933.711000', '222933.714000', '222933.716000', '222933.719000', '222933.721000', '222933.724000', '222933.727000', '222933.729000', '222933.732000', '222933.734000', '222933.737000', '222933.740000', '222933.742000', '222933.754000', '222933.756000', '222933.759000', '222933.761000', '222933.764000', '222933.767000', '222933.769000', '222933.772000', '222933.775000', '222933.777000', '222933.780000', '222933.782000', '222933.785000', '222933.788000', '222933.790000', '222933.793000', '222933.795000', '222933.798000', '222933.845000', '222933.847000', '222933.850000', '222933.852000', '222933.855000', '222933.857000', '222933.860000', '222933.863000', '222933.865000', '222933.868000', '222933.870000', '222933.873000', '222953.708000', '222953.711000', '222953.714000', '222953.716000', '222953.719000', '222953.721000', '222953.724000', '222953.726000', '222953.729000', '222953.732000', '222953.734000', '222953.737000', '222953.739000', '222953.742000', '222953.745000', '222953.747000', '222953.750000', '222953.752000', '222953.755000', '222953.757000', '222953.760000', '222953.763000', '222953.765000', '222953.768000', '222953.771000', '222953.773000', '222953.776000', '222953.780000', '222953.783000', '222953.786000', '222953.788000', '222953.791000', '222953.794000', '222953.796000', '222953.799000', '222953.841000', '222953.844000', '222953.847000', '222953.849000', '222953.852000', '222953.854000', '222953.857000', '222953.859000', '223013.708000', '223013.711000', '223013.714000', '223013.716000', '223013.719000', '223013.721000', '223013.724000', '223013.727000', '223013.729000', '223013.732000', '223013.734000', '223013.737000', '223013.739000', '223013.742000', '223013.745000', '223013.747000', '223013.750000', '223013.752000', '223013.755000', '223013.758000', '223013.760000', '223013.763000', '223013.765000', '223013.768000', '223013.771000', '223013.773000', '223013.776000', '223013.779000', '223013.781000', '223013.784000', '223013.787000', '223013.789000', '223013.792000', '223013.794000', '223013.797000', '223013.852000', '223013.855000', '223013.857000', '223013.860000', '223013.862000', '223013.865000', '223013.867000', '223013.870000', '223013.872000', '223033.709000', '223033.711000', '223033.714000', '223033.716000', '223033.719000', '223033.722000', '223033.724000', '223033.727000', '223033.729000', '223033.732000', '223033.735000', '223033.737000', '223033.740000', '223033.742000', '223033.745000', '223033.748000', '223033.750000', '223033.753000', '223033.756000', '223033.758000', '223033.761000', '223033.763000', '223033.766000', '223033.769000', '223033.771000', '223033.774000', '223033.776000', '223033.779000', '223033.782000', '223033.784000', '223033.787000', '223033.790000', '223033.792000', '223033.795000', '223033.797000', '223033.817000', '223033.819000', '223033.822000', '223033.824000', '223033.827000', '223033.830000', '223033.832000', '223033.835000', '223053.708000', '223053.711000', '223053.714000', '223053.716000', '223053.719000', '223053.722000', '223053.724000', '223053.727000', '223053.729000', '223053.732000', '223053.734000', '223053.737000', '223053.740000', '223053.742000', '223053.745000', '223053.747000', '223053.750000', '223053.752000', '223053.755000', '223053.758000', '223053.760000', '223053.763000', '223053.765000', '223053.768000', '223053.771000', '223053.773000', '223053.776000', '223053.778000', '223053.781000', '223053.784000', '223053.786000', '223053.789000', '223053.792000', '223053.794000', '223053.797000', '223053.872000', '223053.874000', '223053.877000', '223053.880000', '223053.882000', '223053.885000', '223053.887000', '223053.890000', '223053.892000', '223113.709000', '223113.712000', '223113.715000', '223113.717000', '223113.720000', '223113.723000', '223113.725000', '223113.728000', '223113.730000', '223113.733000', '223113.736000', '223113.738000', '223113.741000', '223113.743000', '223113.746000', '223113.748000', '223113.751000', '223113.754000', '223113.756000', '223113.759000', '223113.761000', '223113.764000', '223113.767000', '223113.769000', '223113.772000', '223113.774000', '223113.777000', '223113.779000', '223113.782000', '223113.785000', '223113.788000', '223113.790000', '223113.793000', '223113.795000', '223113.798000', '223113.801000', '223113.858000', '223113.861000', '223113.864000', '223113.866000', '223113.869000', '223113.871000', '223113.874000', '223133.710000', '223133.712000', '223133.715000', '223133.718000', '223133.720000', '223133.723000', '223133.725000', '223133.728000', '223133.731000', '223133.733000', '223133.736000', '223133.738000', '223133.741000', '223133.744000', '223133.746000', '223133.749000', '223133.751000', '223133.754000', '223133.757000', '223133.759000', '223133.762000', '223133.764000', '223133.767000', '223133.770000', '223133.772000', '223133.775000', '223133.778000', '223133.780000', '223133.783000', '223133.786000', '223133.788000', '223133.791000', '223133.794000', '223133.796000', '223133.799000', '223133.849000', '223133.852000', '223133.855000', '223133.857000', '223133.860000', '223133.862000', '223133.865000', '223133.868000', '223133.870000', '223153.708000', '223153.711000', '223153.714000', '223153.717000', '223153.719000', '223153.722000', '223153.724000', '223153.727000', '223153.730000', '223153.732000', '223153.735000', '223153.737000', '223153.740000', '223153.743000', '223153.745000', '223153.748000', '223153.750000', '223153.753000', '223153.755000', '223153.758000', '223153.760000', '223153.763000', '223153.766000', '223153.768000', '223153.771000', '223153.773000', '223153.776000', '223153.779000', '223153.781000', '223153.784000', '223153.787000', '223153.789000', '223153.792000', '223153.794000', '223153.797000', '223153.800000', '223153.858000', '223153.861000', '223153.863000', '223153.866000', '223153.869000', '223153.871000', '223153.874000', '223213.708000', '223213.711000', '223213.714000', '223213.716000', '223213.719000', '223213.722000', '223213.724000', '223213.727000', '223213.729000', '223213.732000', '223213.734000', '223213.737000', '223213.740000', '223213.742000', '223213.745000', '223213.747000', '223213.750000', '223213.752000', '223213.755000', '223213.758000', '223213.760000', '223213.763000', '223213.765000', '223213.768000', '223213.771000', '223213.773000', '223213.776000', '223213.778000', '223213.781000', '223213.783000', '223213.786000', '223213.789000', '223213.791000', '223213.794000', '223213.797000', '223213.878000', '223213.881000', '223213.883000', '223213.886000', '223213.888000', '223213.891000', '223213.894000', '223213.896000', '223233.709000', '223233.711000', '223233.714000', '223233.717000', '223233.719000', '223233.722000', '223233.737000', '223233.740000', '223233.742000', '223233.745000', '223233.748000', '223233.750000', '223233.753000', '223233.755000', '223233.758000', '223233.761000', '223233.763000', '223233.766000', '223233.768000', '223233.771000', '223233.773000', '223233.776000', '223233.779000', '223233.781000', '223233.784000', '223233.786000', '223233.789000', '223233.792000', '223233.794000', '223233.797000', '223233.800000', '223233.865000', '223233.867000', '223233.870000', '223233.872000', '223233.875000', '223233.878000', '223233.880000', '223233.883000', '223233.885000', '223233.888000', '223233.890000', '223233.893000', '223233.896000', '223253.708000', '223253.711000', '223253.714000', '223253.716000', '223253.719000', '223253.722000', '223253.724000', '223253.727000', '223253.729000', '223253.732000', '223253.734000', '223253.737000', '223253.740000', '223253.742000', '223253.745000', '223253.748000', '223253.750000', '223253.753000', '223253.755000', '223253.758000', '223253.761000', '223253.763000', '223253.766000', '223253.768000', '223253.771000', '223253.773000', '223253.776000', '223253.778000', '223253.781000', '223253.784000', '223253.786000', '223253.789000', '223253.791000', '223253.794000', '223253.797000', '223253.800000', '223253.874000', '223253.876000', '223253.879000', '223253.882000', '223253.884000', '223253.887000', '223253.889000', '223313.708000', '223313.711000', '223313.714000', '223313.716000', '223313.719000', '223313.722000', '223313.724000', '223313.727000', '223313.730000', '223313.732000', '223313.735000', '223313.737000', '223313.740000', '223313.743000', '223313.745000', '223313.748000', '223313.750000', '223313.753000', '223313.756000', '223313.758000', '223313.761000', '223313.763000', '223313.766000', '223313.769000', '223313.771000', '223313.774000', '223313.776000', '223313.779000', '223313.781000', '223313.784000', '223313.787000', '223313.789000', '223313.792000', '223313.795000', '223313.797000', '223313.846000', '223313.849000', '223313.851000', '223313.854000', '223313.856000', '223313.859000', '223313.861000', '223313.864000', '223313.867000', '223333.710000', '223333.712000', '223333.715000', '223333.718000', '223333.720000', '223333.723000', '223333.726000', '223333.728000', '223333.731000', '223333.733000', '223333.736000', '223333.739000', '223333.741000', '223333.744000', '223333.746000', '223333.749000', '223333.751000', '223333.754000', '223333.757000', '223333.759000', '223333.762000', '223333.765000', '223333.767000', '223333.770000', '223333.772000', '223333.775000', '223333.778000', '223333.780000', '223333.783000', '223333.785000', '223333.788000', '223333.790000', '223333.793000', '223333.796000', '223333.799000', '223333.801000', '223333.804000', '223333.806000', '223333.809000', '223333.812000', '223333.814000', '223333.817000', '223333.819000', '223333.822000', '223353.709000', '223353.712000', '223353.715000', '223353.717000', '223353.720000', '223353.723000', '223353.725000', '223353.728000', '223353.730000', '223353.733000', '223353.736000', '223353.738000', '223353.741000', '223353.743000', '223353.746000', '223353.748000', '223353.759000', '223353.761000', '223353.764000', '223353.766000', '223353.769000', '223353.772000', '223353.774000', '223353.777000', '223353.779000', '223353.782000', '223353.784000', '223353.787000', '223353.790000', '223353.792000', '223353.795000', '223353.798000', '223353.844000', '223353.846000', '223353.849000', '223353.851000', '223353.854000', '223353.857000', '223353.859000', '223353.862000', '223353.864000', '223353.867000', '223353.870000', '223413.708000', '223413.711000', '223413.714000', '223413.716000', '223413.719000', '223413.722000', '223413.724000', '223413.727000', '223413.729000', '223413.732000', '223413.734000', '223413.737000', '223413.740000', '223413.742000', '223413.745000', '223413.747000', '223413.750000', '223413.753000', '223413.755000', '223413.758000', '223413.760000', '223413.763000', '223413.766000', '223413.768000', '223413.771000', '223413.773000', '223413.776000', '223413.779000', '223413.781000', '223413.784000', '223413.787000', '223413.789000', '223413.792000', '223413.794000', '223413.797000', '223413.895000', '223413.898000', '223413.900000', '223413.903000', '223413.905000', '223413.908000', '223413.910000', '223413.913000', '223413.916000', '223433.709000', '223433.711000', '223433.714000', '223433.717000', '223433.719000', '223433.722000', '223433.724000', '223433.727000', '223433.729000', '223433.732000', '223433.735000', '223433.737000', '223433.740000', '223433.742000', '223433.745000', '223433.747000', '223433.750000', '223433.753000', '223433.755000', '223433.758000', '223433.760000', '223433.763000', '223433.765000', '223433.768000', '223433.771000', '223433.773000', '223433.776000', '223433.778000', '223433.781000', '223433.784000', '223433.786000', '223433.789000', '223433.791000', '223433.794000', '223433.797000', '223433.799000', '223433.899000', '223433.902000', '223433.904000', '223433.907000', '223433.910000', '223433.912000', '223433.915000', '223453.708000', '223453.711000', '223453.714000', '223453.716000', '223453.719000', '223453.722000', '223453.724000', '223453.727000', '223453.729000', '223453.732000', '223453.735000', '223453.737000', '223453.740000', '223453.742000', '223453.745000', '223453.748000', '223453.750000', '223453.753000', '223453.756000', '223453.758000', '223453.761000', '223453.763000', '223453.766000', '223453.769000', '223453.771000', '223453.774000', '223453.776000', '223453.779000', '223453.782000', '223453.784000', '223453.787000', '223453.789000', '223453.792000', '223453.794000', '223453.797000', '223453.800000', '223453.802000', '223453.805000', '223453.808000', '223453.810000', '223453.813000', '223453.815000', '223453.818000', '223453.821000', '223513.708000', '223513.711000', '223513.714000', '223513.716000', '223513.719000', '223513.722000', '223513.724000', '223513.727000', '223513.729000', '223513.732000', '223513.734000', '223513.737000', '223513.740000', '223513.755000', '223513.758000', '223513.760000', '223513.763000', '223513.766000', '223513.768000', '223513.771000', '223513.773000', '223513.776000', '223513.778000', '223513.781000', '223513.784000', '223513.786000', '223513.789000', '223513.791000', '223513.794000', '223513.797000', '223513.799000', '223513.872000', '223513.874000', '223513.877000', '223513.879000', '223513.882000', '223513.885000', '223513.887000', '223513.890000', '223513.892000', '223513.895000', '223513.897000', '223513.900000', '223516.650000', '223516.654000', '223516.657000', '223516.660000', '223516.663000', '223516.666000', '223516.669000'], 'InstanceCreationTime': ['222633.780000', '222633.783000', '222633.797000', '222633.800000', '222633.803000', '222633.805000', '222633.808000', '222633.811000', '222633.813000', '222633.816000', '222633.818000', '222633.846000', '222633.848000', '222633.851000', '222633.854000', '222633.857000', '222633.859000', '222633.862000', '222633.865000', '222633.868000', '222633.871000', '222653.709000', '222653.712000', '222653.715000', '222653.717000', '222653.720000', '222653.722000', '222653.725000', '222653.727000', '222653.730000', '222653.732000', '222653.735000', '222653.737000', '222653.740000', '222653.742000', '222653.745000', '222653.747000', '222653.750000', '222653.752000', '222653.755000', '222653.762000', '222653.765000', '222653.768000', '222653.770000', '222653.773000', '222653.775000', '222653.778000', '222653.780000', '222653.783000', '222653.785000', '222653.788000', '222653.790000', '222653.793000', '222653.796000', '222653.798000', '222653.801000', '222653.804000', '222653.806000', '222653.809000', '222653.811000', '222653.814000', '222653.816000', '222653.819000', '222653.821000', '222713.708000', '222713.711000', '222713.714000', '222713.716000', '222713.719000', '222713.721000', '222713.724000', '222713.727000', '222713.729000', '222713.732000', '222713.734000', '222713.737000', '222713.739000', '222713.742000', '222713.744000', '222713.747000', '222713.750000', '222713.752000', '222713.755000', '222713.758000', '222713.760000', '222713.763000', '222713.766000', '222713.768000', '222713.771000', '222713.773000', '222713.776000', '222713.779000', '222713.781000', '222713.784000', '222713.786000', '222713.789000', '222713.791000', '222713.794000', '222713.797000', '222713.801000', '222713.803000', '222713.806000', '222713.808000', '222713.811000', '222713.814000', '222713.816000', '222713.819000', '222733.708000', '222733.711000', '222733.714000', '222733.716000', '222733.719000', '222733.721000', '222733.724000', '222733.727000', '222733.729000', '222733.732000', '222733.734000', '222733.737000', '222733.739000', '222733.742000', '222733.745000', '222733.747000', '222733.750000', '222733.753000', '222733.755000', '222733.758000', '222733.760000', '222733.763000', '222733.765000', '222733.768000', '222733.771000', '222733.773000', '222733.776000', '222733.778000', '222733.781000', '222733.784000', '222733.786000', '222733.789000', '222733.791000', '222733.794000', '222733.797000', '222733.799000', '222733.802000', '222733.804000', '222733.807000', '222733.809000', '222733.812000', '222733.844000', '222733.846000', '222733.849000', '222753.708000', '222753.711000', '222753.714000', '222753.716000', '222753.719000', '222753.722000', '222753.724000', '222753.727000', '222753.729000', '222753.732000', '222753.734000', '222753.737000', '222753.739000', '222753.742000', '222753.745000', '222753.747000', '222753.750000', '222753.752000', '222753.755000', '222753.758000', '222753.760000', '222753.763000', '222753.765000', '222753.768000', '222753.770000', '222753.773000', '222753.775000', '222753.778000', '222753.781000', '222753.783000', '222753.786000', '222753.788000', '222753.809000', '222753.812000', '222753.815000', '222753.817000', '222753.820000', '222753.822000', '222753.825000', '222753.827000', '222753.830000', '222753.833000', '222753.835000', '222813.708000', '222813.711000', '222813.714000', '222813.717000', '222813.719000', '222813.722000', '222813.724000', '222813.727000', '222813.729000', '222813.732000', '222813.735000', '222813.737000', '222813.740000', '222813.742000', '222813.745000', '222813.747000', '222813.750000', '222813.753000', '222813.755000', '222813.758000', '222813.760000', '222813.763000', '222813.766000', '222813.768000', '222813.771000', '222813.774000', '222813.776000', '222813.779000', '222813.781000', '222813.784000', '222813.787000', '222813.789000', '222813.792000', '222813.794000', '222813.797000', '222813.800000', '222813.802000', '222813.805000', '222813.808000', '222813.810000', '222813.813000', '222813.815000', '222813.818000', '222813.820000', '222833.708000', '222833.711000', '222833.714000', '222833.716000', '222833.719000', '222833.722000', '222833.724000', '222833.727000', '222833.730000', '222833.732000', '222833.735000', '222833.738000', '222833.741000', '222833.743000', '222833.746000', '222833.748000', '222833.751000', '222833.754000', '222833.756000', '222833.759000', '222833.761000', '222833.764000', '222833.766000', '222833.769000', '222833.772000', '222833.774000', '222833.777000', '222833.779000', '222833.782000', '222833.785000', '222833.787000', '222833.790000', '222833.793000', '222833.796000', '222833.798000', '222833.838000', '222833.841000', '222833.843000', '222833.846000', '222833.848000', '222833.851000', '222833.853000', '222833.856000', '222853.709000', '222853.712000', '222853.715000', '222853.717000', '222853.720000', '222853.722000', '222853.725000', '222853.728000', '222853.730000', '222853.733000', '222853.735000', '222853.738000', '222853.740000', '222853.743000', '222853.745000', '222853.748000', '222853.751000', '222853.753000', '222853.756000', '222853.758000', '222853.761000', '222853.763000', '222853.766000', '222853.769000', '222853.771000', '222853.774000', '222853.776000', '222853.779000', '222853.782000', '222853.784000', '222853.787000', '222853.790000', '222853.792000', '222853.795000', '222853.797000', '222853.800000', '222853.843000', '222853.846000', '222853.848000', '222853.851000', '222853.854000', '222853.856000', '222853.859000', '222853.861000', '222913.709000', '222913.712000', '222913.715000', '222913.717000', '222913.720000', '222913.722000', '222913.725000', '222913.728000', '222913.730000', '222913.733000', '222913.735000', '222913.738000', '222913.740000', '222913.743000', '222913.746000', '222913.748000', '222913.751000', '222913.753000', '222913.756000', '222913.759000', '222913.761000', '222913.764000', '222913.766000', '222913.769000', '222913.771000', '222913.774000', '222913.777000', '222913.779000', '222913.782000', '222913.785000', '222913.787000', '222913.790000', '222913.792000', '222913.795000', '222913.797000', '222913.831000', '222913.834000', '222913.836000', '222913.839000', '222913.841000', '222913.844000', '222913.846000', '222913.849000', '222933.708000', '222933.711000', '222933.714000', '222933.716000', '222933.719000', '222933.721000', '222933.724000', '222933.727000', '222933.729000', '222933.732000', '222933.734000', '222933.737000', '222933.740000', '222933.742000', '222933.754000', '222933.756000', '222933.759000', '222933.761000', '222933.764000', '222933.767000', '222933.769000', '222933.772000', '222933.775000', '222933.777000', '222933.780000', '222933.782000', '222933.785000', '222933.788000', '222933.790000', '222933.793000', '222933.795000', '222933.798000', '222933.845000', '222933.847000', '222933.850000', '222933.852000', '222933.855000', '222933.857000', '222933.860000', '222933.863000', '222933.865000', '222933.868000', '222933.870000', '222933.873000', '222953.708000', '222953.711000', '222953.714000', '222953.716000', '222953.719000', '222953.721000', '222953.724000', '222953.726000', '222953.729000', '222953.732000', '222953.734000', '222953.737000', '222953.739000', '222953.742000', '222953.745000', '222953.747000', '222953.750000', '222953.752000', '222953.755000', '222953.757000', '222953.760000', '222953.763000', '222953.765000', '222953.768000', '222953.771000', '222953.773000', '222953.776000', '222953.780000', '222953.783000', '222953.786000', '222953.788000', '222953.791000', '222953.794000', '222953.796000', '222953.799000', '222953.841000', '222953.844000', '222953.847000', '222953.849000', '222953.852000', '222953.854000', '222953.857000', '222953.859000', '223013.708000', '223013.711000', '223013.714000', '223013.716000', '223013.719000', '223013.721000', '223013.724000', '223013.727000', '223013.729000', '223013.732000', '223013.734000', '223013.737000', '223013.739000', '223013.742000', '223013.745000', '223013.747000', '223013.750000', '223013.752000', '223013.755000', '223013.758000', '223013.760000', '223013.763000', '223013.765000', '223013.768000', '223013.771000', '223013.773000', '223013.776000', '223013.779000', '223013.781000', '223013.784000', '223013.787000', '223013.789000', '223013.792000', '223013.794000', '223013.797000', '223013.852000', '223013.855000', '223013.857000', '223013.860000', '223013.862000', '223013.865000', '223013.867000', '223013.870000', '223013.872000', '223033.709000', '223033.711000', '223033.714000', '223033.716000', '223033.719000', '223033.722000', '223033.724000', '223033.727000', '223033.729000', '223033.732000', '223033.735000', '223033.737000', '223033.740000', '223033.742000', '223033.745000', '223033.748000', '223033.750000', '223033.753000', '223033.756000', '223033.758000', '223033.761000', '223033.763000', '223033.766000', '223033.769000', '223033.771000', '223033.774000', '223033.776000', '223033.779000', '223033.782000', '223033.784000', '223033.787000', '223033.790000', '223033.792000', '223033.795000', '223033.797000', '223033.817000', '223033.819000', '223033.822000', '223033.824000', '223033.827000', '223033.830000', '223033.832000', '223033.835000', '223053.708000', '223053.711000', '223053.714000', '223053.716000', '223053.719000', '223053.722000', '223053.724000', '223053.727000', '223053.729000', '223053.732000', '223053.734000', '223053.737000', '223053.740000', '223053.742000', '223053.745000', '223053.747000', '223053.750000', '223053.752000', '223053.755000', '223053.758000', '223053.760000', '223053.763000', '223053.765000', '223053.768000', '223053.771000', '223053.773000', '223053.776000', '223053.778000', '223053.781000', '223053.784000', '223053.786000', '223053.789000', '223053.792000', '223053.794000', '223053.797000', '223053.872000', '223053.874000', '223053.877000', '223053.880000', '223053.882000', '223053.885000', '223053.887000', '223053.890000', '223053.892000', '223113.709000', '223113.712000', '223113.715000', '223113.717000', '223113.720000', '223113.723000', '223113.725000', '223113.728000', '223113.730000', '223113.733000', '223113.736000', '223113.738000', '223113.741000', '223113.743000', '223113.746000', '223113.748000', '223113.751000', '223113.754000', '223113.756000', '223113.759000', '223113.761000', '223113.764000', '223113.767000', '223113.769000', '223113.772000', '223113.774000', '223113.777000', '223113.779000', '223113.782000', '223113.785000', '223113.788000', '223113.790000', '223113.793000', '223113.795000', '223113.798000', '223113.801000', '223113.858000', '223113.861000', '223113.864000', '223113.866000', '223113.869000', '223113.871000', '223113.874000', '223133.710000', '223133.712000', '223133.715000', '223133.718000', '223133.720000', '223133.723000', '223133.725000', '223133.728000', '223133.731000', '223133.733000', '223133.736000', '223133.738000', '223133.741000', '223133.744000', '223133.746000', '223133.749000', '223133.751000', '223133.754000', '223133.757000', '223133.759000', '223133.762000', '223133.764000', '223133.767000', '223133.770000', '223133.772000', '223133.775000', '223133.778000', '223133.780000', '223133.783000', '223133.786000', '223133.788000', '223133.791000', '223133.794000', '223133.796000', '223133.799000', '223133.849000', '223133.852000', '223133.855000', '223133.857000', '223133.860000', '223133.862000', '223133.865000', '223133.868000', '223133.870000', '223153.708000', '223153.711000', '223153.714000', '223153.717000', '223153.719000', '223153.722000', '223153.724000', '223153.727000', '223153.730000', '223153.732000', '223153.735000', '223153.737000', '223153.740000', '223153.743000', '223153.745000', '223153.748000', '223153.750000', '223153.753000', '223153.755000', '223153.758000', '223153.760000', '223153.763000', '223153.766000', '223153.768000', '223153.771000', '223153.773000', '223153.776000', '223153.779000', '223153.781000', '223153.784000', '223153.787000', '223153.789000', '223153.792000', '223153.794000', '223153.797000', '223153.800000', '223153.858000', '223153.861000', '223153.863000', '223153.866000', '223153.869000', '223153.871000', '223153.874000', '223213.708000', '223213.711000', '223213.714000', '223213.716000', '223213.719000', '223213.722000', '223213.724000', '223213.727000', '223213.729000', '223213.732000', '223213.734000', '223213.737000', '223213.740000', '223213.742000', '223213.745000', '223213.747000', '223213.750000', '223213.752000', '223213.755000', '223213.758000', '223213.760000', '223213.763000', '223213.765000', '223213.768000', '223213.771000', '223213.773000', '223213.776000', '223213.778000', '223213.781000', '223213.783000', '223213.786000', '223213.789000', '223213.791000', '223213.794000', '223213.797000', '223213.878000', '223213.881000', '223213.883000', '223213.886000', '223213.888000', '223213.891000', '223213.894000', '223213.896000', '223233.709000', '223233.711000', '223233.714000', '223233.717000', '223233.719000', '223233.722000', '223233.737000', '223233.740000', '223233.742000', '223233.745000', '223233.748000', '223233.750000', '223233.753000', '223233.755000', '223233.758000', '223233.761000', '223233.763000', '223233.766000', '223233.768000', '223233.771000', '223233.773000', '223233.776000', '223233.779000', '223233.781000', '223233.784000', '223233.786000', '223233.789000', '223233.792000', '223233.794000', '223233.797000', '223233.800000', '223233.865000', '223233.867000', '223233.870000', '223233.872000', '223233.875000', '223233.878000', '223233.880000', '223233.883000', '223233.885000', '223233.888000', '223233.890000', '223233.893000', '223233.896000', '223253.708000', '223253.711000', '223253.714000', '223253.716000', '223253.719000', '223253.722000', '223253.724000', '223253.727000', '223253.729000', '223253.732000', '223253.734000', '223253.737000', '223253.740000', '223253.742000', '223253.745000', '223253.748000', '223253.750000', '223253.753000', '223253.755000', '223253.758000', '223253.761000', '223253.763000', '223253.766000', '223253.768000', '223253.771000', '223253.773000', '223253.776000', '223253.778000', '223253.781000', '223253.784000', '223253.786000', '223253.789000', '223253.791000', '223253.794000', '223253.797000', '223253.800000', '223253.874000', '223253.876000', '223253.879000', '223253.882000', '223253.884000', '223253.887000', '223253.889000', '223313.708000', '223313.711000', '223313.714000', '223313.716000', '223313.719000', '223313.722000', '223313.724000', '223313.727000', '223313.730000', '223313.732000', '223313.735000', '223313.737000', '223313.740000', '223313.743000', '223313.745000', '223313.748000', '223313.750000', '223313.753000', '223313.756000', '223313.758000', '223313.761000', '223313.763000', '223313.766000', '223313.769000', '223313.771000', '223313.774000', '223313.776000', '223313.779000', '223313.781000', '223313.784000', '223313.787000', '223313.789000', '223313.792000', '223313.795000', '223313.797000', '223313.846000', '223313.849000', '223313.851000', '223313.854000', '223313.856000', '223313.859000', '223313.861000', '223313.864000', '223313.867000', '223333.710000', '223333.712000', '223333.715000', '223333.718000', '223333.720000', '223333.723000', '223333.726000', '223333.728000', '223333.731000', '223333.733000', '223333.736000', '223333.739000', '223333.741000', '223333.744000', '223333.746000', '223333.749000', '223333.751000', '223333.754000', '223333.757000', '223333.759000', '223333.762000', '223333.765000', '223333.767000', '223333.770000', '223333.772000', '223333.775000', '223333.778000', '223333.780000', '223333.783000', '223333.785000', '223333.788000', '223333.790000', '223333.793000', '223333.796000', '223333.799000', '223333.801000', '223333.804000', '223333.806000', '223333.809000', '223333.812000', '223333.814000', '223333.817000', '223333.819000', '223333.822000', '223353.709000', '223353.712000', '223353.715000', '223353.717000', '223353.720000', '223353.723000', '223353.725000', '223353.728000', '223353.730000', '223353.733000', '223353.736000', '223353.738000', '223353.741000', '223353.743000', '223353.746000', '223353.748000', '223353.759000', '223353.761000', '223353.764000', '223353.766000', '223353.769000', '223353.772000', '223353.774000', '223353.777000', '223353.779000', '223353.782000', '223353.784000', '223353.787000', '223353.790000', '223353.792000', '223353.795000', '223353.798000', '223353.844000', '223353.846000', '223353.849000', '223353.851000', '223353.854000', '223353.857000', '223353.859000', '223353.862000', '223353.864000', '223353.867000', '223353.870000', '223413.708000', '223413.711000', '223413.714000', '223413.716000', '223413.719000', '223413.722000', '223413.724000', '223413.727000', '223413.729000', '223413.732000', '223413.734000', '223413.737000', '223413.740000', '223413.742000', '223413.745000', '223413.747000', '223413.750000', '223413.753000', '223413.755000', '223413.758000', '223413.760000', '223413.763000', '223413.766000', '223413.768000', '223413.771000', '223413.773000', '223413.776000', '223413.779000', '223413.781000', '223413.784000', '223413.787000', '223413.789000', '223413.792000', '223413.794000', '223413.797000', '223413.895000', '223413.898000', '223413.900000', '223413.903000', '223413.905000', '223413.908000', '223413.910000', '223413.913000', '223413.916000', '223433.709000', '223433.711000', '223433.714000', '223433.717000', '223433.719000', '223433.722000', '223433.724000', '223433.727000', '223433.729000', '223433.732000', '223433.735000', '223433.737000', '223433.740000', '223433.742000', '223433.745000', '223433.747000', '223433.750000', '223433.753000', '223433.755000', '223433.758000', '223433.760000', '223433.763000', '223433.765000', '223433.768000', '223433.771000', '223433.773000', '223433.776000', '223433.778000', '223433.781000', '223433.784000', '223433.786000', '223433.789000', '223433.791000', '223433.794000', '223433.797000', '223433.799000', '223433.899000', '223433.902000', '223433.904000', '223433.907000', '223433.910000', '223433.912000', '223433.915000', '223453.708000', '223453.711000', '223453.714000', '223453.716000', '223453.719000', '223453.722000', '223453.724000', '223453.727000', '223453.729000', '223453.732000', '223453.735000', '223453.737000', '223453.740000', '223453.742000', '223453.745000', '223453.748000', '223453.750000', '223453.753000', '223453.756000', '223453.758000', '223453.761000', '223453.763000', '223453.766000', '223453.769000', '223453.771000', '223453.774000', '223453.776000', '223453.779000', '223453.782000', '223453.784000', '223453.787000', '223453.789000', '223453.792000', '223453.794000', '223453.797000', '223453.800000', '223453.802000', '223453.805000', '223453.808000', '223453.810000', '223453.813000', '223453.815000', '223453.818000', '223453.821000', '223513.708000', '223513.711000', '223513.714000', '223513.716000', '223513.719000', '223513.722000', '223513.724000', '223513.727000', '223513.729000', '223513.732000', '223513.734000', '223513.737000', '223513.740000', '223513.755000', '223513.758000', '223513.760000', '223513.763000', '223513.766000', '223513.768000', '223513.771000', '223513.773000', '223513.776000', '223513.778000', '223513.781000', '223513.784000', '223513.786000', '223513.789000', '223513.791000', '223513.794000', '223513.797000', '223513.799000', '223513.872000', '223513.874000', '223513.877000', '223513.879000', '223513.882000', '223513.885000', '223513.887000', '223513.890000', '223513.892000', '223513.895000', '223513.897000', '223513.900000', '223516.650000', '223516.654000', '223516.657000', '223516.660000', '223516.663000', '223516.666000', '223516.669000'], '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': [11065, 12894, 11334, 10785, 10002, 10834, 9871, 12172, 10803, 10030, 10439, 10901, 11342, 9884, 9196, 10653, 9774, 11638, 10141, 11244, 10757, 9829, 11842, 9666, 9452, 10772, 9697, 11941, 10805, 10043, 11667, 10635, 12523, 10434, 11618, 10902, 10087, 11908, 10540, 10022, 11338, 9697, 12115, 10147, 9744, 10738, 9657, 11749, 9943, 10814, 10987, 10114, 11921, 10452, 10002, 10867, 10377, 10964, 10593, 9022, 11083, 10072, 9920, 10282, 9450, 11462, 9664, 10021, 10191, 10632, 11751, 10081, 9499, 10670, 9509, 11662, 9800, 11447, 10690, 9064, 11356, 10609, 10444, 10376, 9556, 11813, 10091, 9836, 10546, 9767, 11870, 9935, 9840, 10465, 10672, 10827, 9697, 11749, 10551, 9024, 11190, 10180, 10173, 10061, 9234, 11216, 10412, 11738, 10336, 11442, 10228, 8958, 11044, 9228, 11229, 10266, 10251, 9767, 9020, 10962, 10062, 11657, 10121, 11185, 10697, 10270, 11533, 9970, 10281, 10405, 9256, 11567, 9944, 8865, 10560, 9713, 10659, 10288, 9143, 10937, 9745, 9840, 10259, 11824, 11170, 10557, 11451, 10196, 12057, 10516, 9433, 11430, 9759, 9269, 10608, 9154, 10910, 9759, 11012, 10006, 9318, 11336, 9890, 10169, 10247, 10099, 11023, 10704, 9744, 10342, 10827, 11387, 10667, 9908, 10584, 9252, 11291, 10095, 12079, 10520, 9185, 10880, 10023, 11900, 10080, 10665, 10731, 10235, 12054, 9833, 9800, 10386, 9310, 11366, 10482, 12028, 10018, 9975, 10494, 9459, 11702, 9658, 10887, 10243, 9267, 11520, 9853, 9478, 10671, 10044, 11889, 9911, 10352, 10738, 10499, 12091, 10335, 12089, 10388, 9607, 11945, 9660, 9996, 10758, 9691, 10736, 10633, 10149, 10269, 8960, 11251, 10816, 10145, 10443, 9228, 11769, 9665, 10605, 10663, 9581, 12058, 10355, 10322, 11408, 10180, 12231, 9895, 11929, 11097, 9320, 12039, 9989, 9517, 11164, 10452, 11643, 9840, 9157, 11473, 11198, 10007, 10719, 11718, 11443, 10672, 9494, 10971, 9699, 12114, 10850, 10663, 11111, 9400, 11666, 11237, 11286, 10665, 9665, 11897, 10173, 9261, 11646, 10793, 10278, 10769, 10072, 11994, 9817, 9350, 11462, 9701, 12117, 10056, 10839, 11163, 11575, 10599, 11027, 10311, 11207, 10288, 12274, 11139, 9882, 11542, 9886, 12107, 11185, 10542, 11027, 9313, 12085, 10556, 9511, 11255, 9818, 11958, 10633, 9893, 11888, 9995, 10059, 12469, 10921, 10550, 11785, 9692, 12947, 11582, 10548, 11607, 12194, 9947, 11545, 10509, 12942, 11599, 12484, 12241, 11016, 12983, 11660, 10282, 12647, 10767, 9931, 9261, 11519, 11970, 10370, 11671, 11376, 12354, 10720, 9902, 9755, 10695, 9735, 12469, 10322, 10363, 10976, 10168, 11385, 9838, 12448, 10700, 10258, 11457, 11230, 12257, 11175, 12184, 11889, 10938, 10186, 11736, 10021, 9938, 11215, 11832, 11967, 12478, 11857, 12498, 12001, 11559, 10152, 11598, 11413, 9808, 11445, 11892, 12058, 10585, 11666, 11843, 11769, 10237, 11489, 9959, 12199, 10904, 9721, 11742, 11554, 12480, 10539, 11075, 11602, 10608, 10250, 11031, 9346, 11858, 11072, 10065, 11084, 9451, 11261, 10429, 9140, 11429, 9453, 12171, 10258, 12448, 11305, 11614, 12119, 12186, 12196, 10566, 12543, 10894, 10407, 11442, 10175, 12521, 10125, 11381, 11931, 11647, 10177, 11837, 9959, 12204, 11238, 10187, 11671, 10135, 12427, 12287, 12860, 11021, 11681, 11914, 11143, 10787, 11230, 9843, 12259, 11308, 11242, 11559, 10446, 12529, 12155, 12759, 10897, 9995, 11618, 11096, 12294, 10299, 10841, 11714, 10176, 12423, 12217, 12805, 10384, 11033, 11634, 11082, 12635, 10590, 11965, 11621, 10491, 12073, 9831, 9061, 11659, 9925, 8972, 12120, 10515, 12071, 11596, 10900, 12502, 10427, 10909, 11808, 9766, 12720, 12006, 13016, 11054, 12917, 11936, 10665, 12833, 10620, 11407, 11787, 9843, 12047, 10174, 12501, 10569, 10954, 11833, 9608, 12444, 10601, 9499, 11142, 11996, 12032, 10223, 10320, 11039, 9384, 11714, 10175, 12657, 10114, 10099, 11448, 9758, 12230, 11491, 12688, 10095, 13497, 11601, 9403, 12410, 11417, 12761, 11471, 12743, 10103, 11466, 11411, 10459, 11612, 10620, 9310, 11011, 9307, 11797, 10535, 9920, 10466, 11678, 10903, 12748, 10413, 12369, 10991, 9565, 12090, 11265, 12743, 10504, 12559, 11153, 9782, 12315, 9795, 11551, 11270, 9501, 11809, 9587, 12168, 10370, 11564, 11246, 9541, 12448, 11761, 13003, 10550, 12141, 11634, 9626, 12478, 9870, 12305, 10004, 11655, 10763, 12067, 10981, 9246, 11626, 11221, 12626, 10249, 10262, 11548, 10609, 12771, 11030, 13331, 11345, 11803, 11664, 10622, 12938, 10319, 9494, 11481, 9851, 11882, 11304, 12760, 10483, 9596, 11521, 9458, 12181, 11436, 11764, 11504, 9740, 12330, 11787, 13178, 10800, 12122, 12291, 10036, 13024, 10857, 9853, 11645, 10021, 12082, 11131, 12443, 10924, 9804, 11842, 9605, 12645, 11893, 13135, 11437, 11710, 12653, 12327, 13443, 10811, 12337, 11950, 11101, 12175, 11672, 11270, 11665, 10065, 12603, 11289, 13216, 12042, 13304, 11487, 10155, 12522, 11333, 13291, 10827, 10281, 12010, 10911, 12857, 10857, 10643, 12145, 9565, 13117, 12201, 12061, 12017, 10259, 12905, 11753, 13596, 11368, 13394, 11034, 10676, 12139, 12110, 9595, 11903, 9390, 12358, 10425, 13002, 11293, 9381, 11566, 9432, 11669, 10375, 11997, 10629, 12446, 10719, 13117, 12239, 13378, 11198, 10590, 12134, 9992, 12724, 12079, 12809, 11511, 9848, 12021, 11767, 10172, 11786, 9853, 12408, 10176, 12346, 11460, 11724, 11703, 9890, 12332, 10681, 12976, 12465, 13600, 11741, 11924, 12658, 12358, 11804, 11648, 10906, 12127, 10910, 12471, 11864, 10757, 11514, 9068, 12229, 10414, 12990, 10763, 10991, 12309, 11454, 13083, 10969, 11345, 12370, 10476, 12858, 10936, 12289, 12283, 10356, 12464, 10872, 13370, 11066, 11168, 12299, 11562, 13193, 11162, 11488, 12269, 11423, 12420, 12360, 12551, 11617, 13147, 11174, 13495, 11634, 12409, 12108, 11182, 9246, 11788, 9344, 12466, 12011, 12651, 12031, 10916, 12959, 11100, 10076, 11916, 11897, 12304, 11379, 13082, 11584, 13328, 12064, 13480, 11373, 12068, 12358, 10575, 12984, 12152, 13374, 11099, 11174, 12060, 10015, 12623, 11119, 13166, 11254, 13034, 12477, 13265, 11303, 9716, 12107, 10262, 12416, 12045, 10095, 11752, 9500, 12680, 11992, 13332, 11826, 13139, 12074, 10752, 12042, 10450, 12909, 10560, 10485, 11853, 10100, 12315, 10678, 9722, 11602, 9196, 12618, 11274, 12791, 12051, 10303, 11928, 9370, 12856, 12312, 13070, 11338, 10622, 12224, 12339, 12772, 10780, 9996, 11974, 9451, 12750, 12009, 13018, 11137, 13020, 12102, 10922, 12831, 11282, 9839, 12281, 10247, 12875, 11239, 11327, 12279, 11902, 12337, 11673, 10725, 12259, 10308, 12692, 11297, 10202, 12079, 10780, 12774, 12146, 13349, 11763, 11671, 12589, 12575, 10724, 11817, 10065, 12714, 12000, 12962, 11864, 10885, 12258, 9559, 12810, 10323, 12994, 11916, 11312, 11758, 9903, 12456, 11691, 9435, 11560, 9647, 12047, 11341, 9250, 12598, 10554, 13155, 11227, 13294, 11071, 12540, 11693, 11366, 12067, 10912, 9945, 11566, 10160, 12213, 10309, 13053, 11850, 13316, 12704, 11531, 10157, 12101, 11069, 12476, 11697, 10475, 11916, 9549, 12455, 10908, 9584, 11617, 9755, 12291, 11090, 12560, 11715, 9939, 12320, 11774, 10688, 11572, 10274, 11886, 10013, 12499, 10490, 9690, 11601, 10223, 12521, 10677, 12896, 11231, 11016, 11789, 11146, 12771, 10716, 10993, 11424, 11397, 11959, 11482, 10393, 11289, 9563, 11611, 10663, 12055, 9819, 12455, 10576, 9618, 11671, 11385, 9487, 10954, 9294, 11798, 11078, 9873, 10973, 9587, 12228, 10230, 12229, 11270, 10204, 11417, 11481, 11918, 11108, 12049, 10930, 9029, 11289, 9411, 12322, 10439, 9872, 11604, 10287, 10482, 10602, 9390, 11876, 9976, 10018, 11162, 10241, 12440, 10550, 11690, 11338, 9979, 12291, 10200, 10769, 11522, 9372, 12328, 9787, 12626, 11486, 10076, 11293, 10440, 9775, 10427, 9609, 9757, 11115, 9996, 9948, 11345, 10471, 10902, 11453, 12873, 12882, 12291, 12460, 12446, 14017, 12987, 11526, 12965, 12158, 12360, 12924, 12804, 9429, 12459, 12267, 11190, 12408, 11419, 9560, 12480, 11418, 9675, 12057, 10516, 10038, 11570, 10214, 9031, 12129, 11758, 9789, 11500, 9746, 12433, 10558, 10813, 11979, 11674, 10485, 11228, 9504, 11844, 11639, 10809, 11292, 11599, 9602, 11340, 10434, 12640, 11392, 11550, 12350, 10995, 9806, 12359, 11610, 10725, 11658, 11135, 11981, 11647, 12069, 11340, 10465], 'WindowCenter': [4659.0, 4664.0, 4618.0, 4603.0, 4581.0, 4601.0, 4577.0, 4598.0, 4587.0, 4577.0, 4590.0, 4613.0, 4598.0, 4579.0, 4579.0, 4590.0, 4586.0, 4608.0, 4613.0, 4601.0, 4590.0, 4581.0, 4611.0, 4578.0, 4578.0, 4599.0, 4594.0, 4599.0, 4590.0, 4589.0, 4608.0, 4588.0, 4598.0, 4588.0, 4608.0, 4588.0, 4578.0, 4585.0, 4576.0, 4565.0, 4587.0, 4589.0, 4608.0, 4586.0, 4565.0, 4573.0, 4562.0, 4596.0, 4576.0, 4584.0, 4575.0, 4574.0, 4584.0, 4576.0, 4575.0, 4587.0, 4576.0, 4586.0, 4586.0, 4566.0, 4587.0, 4578.0, 4579.0, 4577.0, 4566.0, 4584.0, 4578.0, 4578.0, 4580.0, 4589.0, 4597.0, 4576.0, 4566.0, 4574.0, 4568.0, 4587.0, 4563.0, 4587.0, 4575.0, 4555.0, 4576.0, 4576.0, 4577.0, 4575.0, 4566.0, 4586.0, 4575.0, 4576.0, 4577.0, 4577.0, 4586.0, 4576.0, 4575.0, 4577.0, 4577.0, 4587.0, 4565.0, 4585.0, 4575.0, 4555.0, 4585.0, 4577.0, 4578.0, 4577.0, 4564.0, 4586.0, 4574.0, 4596.0, 4576.0, 4583.0, 4575.0, 4566.0, 4585.0, 4565.0, 4586.0, 4576.0, 4576.0, 4575.0, 4575.0, 4586.0, 4577.0, 4595.0, 4587.0, 4586.0, 4586.0, 4576.0, 4587.0, 4577.0, 4578.0, 4588.0, 4565.0, 4597.0, 4575.0, 4566.0, 4578.0, 4587.0, 4587.0, 4577.0, 4577.0, 4586.0, 4564.0, 4577.0, 4578.0, 4596.0, 4587.0, 4575.0, 4583.0, 4576.0, 4596.0, 4576.0, 4564.0, 4585.0, 4566.0, 4565.0, 4577.0, 4566.0, 4587.0, 4577.0, 4586.0, 4578.0, 4567.0, 4587.0, 4596.0, 4589.0, 4590.0, 4598.0, 4587.0, 4588.0, 4576.0, 4588.0, 4586.0, 4597.0, 4597.0, 4577.0, 4588.0, 4566.0, 4589.0, 4578.0, 4598.0, 4577.0, 4574.0, 4584.0, 4575.0, 4596.0, 4578.0, 4588.0, 4586.0, 4573.0, 4595.0, 4574.0, 4577.0, 4578.0, 4566.0, 4586.0, 4577.0, 4596.0, 4575.0, 4578.0, 4587.0, 4577.0, 4607.0, 4577.0, 4596.0, 4587.0, 4576.0, 4599.0, 4579.0, 4579.0, 4586.0, 4577.0, 4599.0, 4579.0, 4580.0, 4588.0, 4587.0, 4597.0, 4577.0, 4608.0, 4596.0, 4579.0, 4597.0, 4576.0, 4582.0, 4587.0, 4586.0, 4587.0, 4587.0, 4580.0, 4575.0, 4568.0, 4586.0, 4588.0, 4589.0, 4598.0, 4578.0, 4597.0, 4577.0, 4577.0, 4587.0, 4579.0, 4597.0, 4578.0, 4574.0, 4586.0, 4576.0, 4596.0, 4578.0, 4597.0, 4587.0, 4567.0, 4595.0, 4575.0, 4566.0, 4586.0, 4588.0, 4597.0, 4578.0, 4566.0, 4587.0, 4593.0, 4577.0, 4588.0, 4607.0, 4595.0, 4586.0, 4566.0, 4586.0, 4576.0, 4597.0, 4585.0, 4587.0, 4585.0, 4566.0, 4585.0, 4594.0, 4586.0, 4587.0, 4577.0, 4597.0, 4577.0, 4579.0, 4598.0, 4589.0, 4589.0, 4600.0, 4579.0, 4598.0, 4588.0, 4576.0, 4599.0, 4578.0, 4609.0, 4589.0, 4586.0, 4598.0, 4597.0, 4587.0, 4586.0, 4578.0, 4589.0, 4577.0, 4597.0, 4587.0, 4566.0, 4585.0, 4565.0, 4585.0, 4587.0, 4585.0, 4576.0, 4556.0, 4594.0, 4575.0, 4565.0, 4598.0, 4602.0, 4622.0, 4602.0, 4589.0, 4598.0, 4576.0, 4588.0, 4607.0, 4594.0, 4588.0, 4607.0, 4579.0, 4598.0, 4586.0, 4578.0, 4586.0, 4597.0, 4577.0, 4589.0, 4575.0, 4584.0, 4574.0, 4592.0, 4585.0, 4584.0, 4592.0, 4573.0, 4564.0, 4584.0, 4563.0, 4571.0, 4552.0, 4573.0, 4585.0, 4562.0, 4585.0, 4610.0, 4622.0, 4597.0, 4576.0, 4563.0, 4562.0, 4563.0, 4606.0, 4578.0, 4578.0, 4587.0, 4577.0, 4587.0, 4567.0, 4596.0, 4577.0, 4574.0, 4597.0, 4576.0, 4583.0, 4575.0, 4584.0, 4587.0, 4601.0, 4577.0, 4575.0, 4553.0, 4563.0, 4574.0, 4573.0, 4573.0, 4571.0, 4581.0, 4584.0, 4581.0, 4581.0, 4561.0, 4571.0, 4570.0, 4571.0, 4582.0, 4585.0, 4584.0, 4566.0, 4573.0, 4573.0, 4584.0, 4563.0, 4587.0, 4589.0, 4595.0, 4584.0, 4563.0, 4586.0, 4584.0, 4597.0, 4596.0, 4585.0, 4585.0, 4576.0, 4575.0, 4573.0, 4565.0, 4597.0, 4603.0, 4585.0, 4584.0, 4568.0, 4586.0, 4587.0, 4567.0, 4612.0, 4592.0, 4599.0, 4577.0, 4596.0, 4587.0, 4585.0, 4585.0, 4586.0, 4598.0, 4574.0, 4584.0, 4572.0, 4563.0, 4594.0, 4565.0, 4596.0, 4588.0, 4586.0, 4587.0, 4586.0, 4575.0, 4594.0, 4565.0, 4599.0, 4598.0, 4576.0, 4587.0, 4575.0, 4584.0, 4583.0, 4583.0, 4585.0, 4587.0, 4575.0, 4572.0, 4562.0, 4574.0, 4552.0, 4591.0, 4597.0, 4573.0, 4573.0, 4563.0, 4583.0, 4582.0, 4583.0, 4574.0, 4578.0, 4585.0, 4572.0, 4584.0, 4574.0, 4574.0, 4583.0, 4566.0, 4582.0, 4584.0, 4609.0, 4578.0, 4573.0, 4584.0, 4574.0, 4594.0, 4574.0, 4585.0, 4599.0, 4589.0, 4595.0, 4566.0, 4556.0, 4586.0, 4587.0, 4567.0, 4598.0, 4598.0, 4598.0, 4610.0, 4602.0, 4593.0, 4578.0, 4573.0, 4585.0, 4563.0, 4593.0, 4582.0, 4593.0, 4587.0, 4597.0, 4585.0, 4563.0, 4584.0, 4572.0, 4573.0, 4584.0, 4563.0, 4596.0, 4577.0, 4584.0, 4563.0, 4573.0, 4584.0, 4554.0, 4584.0, 4572.0, 4580.0, 4588.0, 4585.0, 4586.0, 4576.0, 4576.0, 4588.0, 4566.0, 4607.0, 4591.0, 4609.0, 4575.0, 4577.0, 4588.0, 4566.0, 4598.0, 4587.0, 4611.0, 4578.0, 4606.0, 4588.0, 4565.0, 4595.0, 4584.0, 4593.0, 4583.0, 4606.0, 4571.0, 4584.0, 4585.0, 4575.0, 4585.0, 4584.0, 4566.0, 4596.0, 4591.0, 4600.0, 4588.0, 4578.0, 4588.0, 4587.0, 4596.0, 4607.0, 4590.0, 4596.0, 4588.0, 4567.0, 4597.0, 4587.0, 4604.0, 4601.0, 4621.0, 4589.0, 4578.0, 4598.0, 4579.0, 4595.0, 4588.0, 4567.0, 4598.0, 4593.0, 4599.0, 4577.0, 4587.0, 4598.0, 4577.0, 4597.0, 4606.0, 4619.0, 4589.0, 4597.0, 4588.0, 4575.0, 4597.0, 4568.0, 4585.0, 4575.0, 4584.0, 4585.0, 4595.0, 4584.0, 4564.0, 4597.0, 4597.0, 4618.0, 4587.0, 4589.0, 4598.0, 4588.0, 4609.0, 4588.0, 4616.0, 4601.0, 4595.0, 4587.0, 4576.0, 4594.0, 4574.0, 4574.0, 4598.0, 4590.0, 4601.0, 4587.0, 4607.0, 4587.0, 4577.0, 4598.0, 4594.0, 4611.0, 4598.0, 4598.0, 4598.0, 4576.0, 4608.0, 4598.0, 4609.0, 4588.0, 4609.0, 4598.0, 4585.0, 4608.0, 4587.0, 4577.0, 4586.0, 4576.0, 4597.0, 4589.0, 4596.0, 4586.0, 4576.0, 4595.0, 4567.0, 4597.0, 4598.0, 4621.0, 4597.0, 4598.0, 4606.0, 4596.0, 4607.0, 4586.0, 4594.0, 4611.0, 4599.0, 4595.0, 4585.0, 4585.0, 4586.0, 4575.0, 4595.0, 4590.0, 4607.0, 4609.0, 4604.0, 4585.0, 4575.0, 4596.0, 4585.0, 4603.0, 4586.0, 4590.0, 4597.0, 4586.0, 4595.0, 4586.0, 4575.0, 4595.0, 4574.0, 4620.0, 4603.0, 4596.0, 4598.0, 4577.0, 4606.0, 4585.0, 4594.0, 4597.0, 4620.0, 4587.0, 4574.0, 4583.0, 4584.0, 4567.0, 4597.0, 4567.0, 4610.0, 4599.0, 4606.0, 4585.0, 4566.0, 4598.0, 4564.0, 4598.0, 4590.0, 4596.0, 4572.0, 4595.0, 4574.0, 4595.0, 4584.0, 4607.0, 4599.0, 4587.0, 4596.0, 4565.0, 4595.0, 4595.0, 4595.0, 4598.0, 4601.0, 4609.0, 4598.0, 4586.0, 4608.0, 4577.0, 4608.0, 4577.0, 4609.0, 4611.0, 4598.0, 4599.0, 4579.0, 4605.0, 4588.0, 4607.0, 4601.0, 4619.0, 4598.0, 4588.0, 4596.0, 4595.0, 4596.0, 4597.0, 4584.0, 4596.0, 4599.0, 4596.0, 4597.0, 4587.0, 4586.0, 4563.0, 4596.0, 4589.0, 4620.0, 4600.0, 4585.0, 4595.0, 4596.0, 4608.0, 4588.0, 4597.0, 4610.0, 4598.0, 4609.0, 4587.0, 4597.0, 4596.0, 4576.0, 4592.0, 4596.0, 4607.0, 4587.0, 4585.0, 4597.0, 4584.0, 4594.0, 4582.0, 4584.0, 4608.0, 4610.0, 4596.0, 4593.0, 4593.0, 4585.0, 4593.0, 4583.0, 4602.0, 4598.0, 4607.0, 4595.0, 4586.0, 4567.0, 4598.0, 4578.0, 4609.0, 4623.0, 4608.0, 4610.0, 4589.0, 4607.0, 4584.0, 4578.0, 4610.0, 4607.0, 4584.0, 4583.0, 4595.0, 4583.0, 4593.0, 4581.0, 4606.0, 4585.0, 4582.0, 4581.0, 4571.0, 4592.0, 4582.0, 4605.0, 4585.0, 4573.0, 4583.0, 4564.0, 4583.0, 4573.0, 4595.0, 4587.0, 4597.0, 4583.0, 4594.0, 4574.0, 4560.0, 4583.0, 4564.0, 4595.0, 4596.0, 4575.0, 4583.0, 4565.0, 4596.0, 4586.0, 4606.0, 4585.0, 4608.0, 4599.0, 4576.0, 4586.0, 4574.0, 4596.0, 4575.0, 4576.0, 4594.0, 4589.0, 4599.0, 4588.0, 4577.0, 4599.0, 4577.0, 4592.0, 4582.0, 4609.0, 4597.0, 4577.0, 4585.0, 4575.0, 4595.0, 4594.0, 4593.0, 4585.0, 4593.0, 4610.0, 4608.0, 4596.0, 4576.0, 4563.0, 4595.0, 4565.0, 4595.0, 4582.0, 4595.0, 4587.0, 4592.0, 4584.0, 4575.0, 4594.0, 4582.0, 4562.0, 4585.0, 4588.0, 4612.0, 4587.0, 4572.0, 4600.0, 4585.0, 4593.0, 4584.0, 4574.0, 4597.0, 4588.0, 4595.0, 4578.0, 4575.0, 4584.0, 4575.0, 4594.0, 4581.0, 4603.0, 4593.0, 4583.0, 4584.0, 4582.0, 4574.0, 4583.0, 4563.0, 4594.0, 4607.0, 4591.0, 4584.0, 4569.0, 4583.0, 4552.0, 4582.0, 4560.0, 4596.0, 4595.0, 4573.0, 4583.0, 4563.0, 4583.0, 4583.0, 4578.0, 4609.0, 4591.0, 4599.0, 4587.0, 4568.0, 4607.0, 4585.0, 4606.0, 4575.0, 4595.0, 4575.0, 4604.0, 4598.0, 4575.0, 4584.0, 4574.0, 4562.0, 4585.0, 4565.0, 4587.0, 4577.0, 4596.0, 4585.0, 4593.0, 4585.0, 4572.0, 4552.0, 4569.0, 4573.0, 4595.0, 4586.0, 4563.0, 4572.0, 4552.0, 4583.0, 4574.0, 4553.0, 4573.0, 4552.0, 4598.0, 4597.0, 4584.0, 4573.0, 4553.0, 4584.0, 4584.0, 4572.0, 4574.0, 4564.0, 4585.0, 4578.0, 4586.0, 4561.0, 4554.0, 4584.0, 4563.0, 4584.0, 4575.0, 4609.0, 4589.0, 4575.0, 4584.0, 4575.0, 4595.0, 4575.0, 4573.0, 4599.0, 4600.0, 4584.0, 4585.0, 4576.0, 4585.0, 4564.0, 4595.0, 4575.0, 4596.0, 4580.0, 4596.0, 4575.0, 4566.0, 4586.0, 4586.0, 4568.0, 4587.0, 4567.0, 4599.0, 4601.0, 4579.0, 4589.0, 4568.0, 4598.0, 4578.0, 4597.0, 4586.0, 4578.0, 4600.0, 4588.0, 4588.0, 4573.0, 4585.0, 4578.0, 4554.0, 4584.0, 4580.0, 4598.0, 4588.0, 4579.0, 4587.0, 4577.0, 4589.0, 4589.0, 4594.0, 4610.0, 4580.0, 4579.0, 4610.0, 4587.0, 4610.0, 4589.0, 4600.0, 4613.0, 4592.0, 4596.0, 4576.0, 4587.0, 4589.0, 4567.0, 4596.0, 4575.0, 4609.0, 4614.0, 4591.0, 4601.0, 4587.0, 4587.0, 4608.0, 4587.0, 4579.0, 4602.0, 4589.0, 4592.0, 4601.0, 4590.0, 4590.0, 4600.0, 4599.0, 4596.0, 4586.0, 4574.0, 4575.0, 4590.0, 4560.0, 4549.0, 4557.0, 4546.0, 4545.0, 4554.0, 4554.0, 4538.0, 4568.0, 4558.0, 4547.0, 4557.0, 4557.0, 4538.0, 4569.0, 4560.0, 4540.0, 4571.0, 4577.0, 4565.0, 4572.0, 4564.0, 4554.0, 4584.0, 4581.0, 4564.0, 4576.0, 4565.0, 4596.0, 4576.0, 4574.0, 4583.0, 4575.0, 4575.0, 4579.0, 4567.0, 4595.0, 4596.0, 4577.0, 4587.0, 4587.0, 4567.0, 4587.0, 4577.0, 4608.0, 4599.0, 4588.0, 4596.0, 4578.0, 4567.0, 4597.0, 4584.0, 4577.0, 4587.0, 4586.0, 4588.0, 4586.0, 4587.0, 4575.0, 4575.0], 'WindowWidth': [10207.0, 10203.0, 10122.0, 10090.0, 10059.0, 10090.0, 10045.0, 10074.0, 10057.0, 10042.0, 10066.0, 10105.0, 10075.0, 10052.0, 10050.0, 10064.0, 10061.0, 10094.0, 10112.0, 10083.0, 10065.0, 10054.0, 10094.0, 10047.0, 10045.0, 10081.0, 10080.0, 10078.0, 10065.0, 10071.0, 10095.0, 10057.0, 10072.0, 10059.0, 10095.0, 10060.0, 10043.0, 10050.0, 10039.0, 10023.0, 10055.0, 10069.0, 10091.0, 10058.0, 10021.0, 10030.0, 10014.0, 10067.0, 10041.0, 10049.0, 10037.0, 10034.0, 10048.0, 10038.0, 10040.0, 10057.0, 10040.0, 10052.0, 10059.0, 10025.0, 10056.0, 10046.0, 10050.0, 10041.0, 10027.0, 10048.0, 10045.0, 10046.0, 10051.0, 10062.0, 10070.0, 10040.0, 10027.0, 10036.0, 10031.0, 10057.0, 10020.0, 10054.0, 10036.0, 10009.0, 10039.0, 10038.0, 10043.0, 10037.0, 10025.0, 10053.0, 10038.0, 10039.0, 10043.0, 10041.0, 10053.0, 10039.0, 10038.0, 10043.0, 10042.0, 10057.0, 10024.0, 10048.0, 10035.0, 10011.0, 10050.0, 10042.0, 10046.0, 10042.0, 10023.0, 10053.0, 10034.0, 10065.0, 10040.0, 10047.0, 10036.0, 10032.0, 10049.0, 10023.0, 10053.0, 10040.0, 10041.0, 10041.0, 10047.0, 10054.0, 10041.0, 10066.0, 10058.0, 10055.0, 10054.0, 10039.0, 10056.0, 10041.0, 10046.0, 10061.0, 10026.0, 10069.0, 10038.0, 10028.0, 10043.0, 10063.0, 10058.0, 10043.0, 10049.0, 10053.0, 10023.0, 10042.0, 10045.0, 10067.0, 10057.0, 10037.0, 10045.0, 10039.0, 10066.0, 10040.0, 10021.0, 10050.0, 10026.0, 10025.0, 10041.0, 10026.0, 10057.0, 10042.0, 10054.0, 10045.0, 10031.0, 10057.0, 10077.0, 10063.0, 10065.0, 10080.0, 10058.0, 10058.0, 10042.0, 10060.0, 10056.0, 10073.0, 10077.0, 10043.0, 10058.0, 10028.0, 10059.0, 10045.0, 10074.0, 10041.0, 10043.0, 10048.0, 10037.0, 10068.0, 10046.0, 10058.0, 10055.0, 10034.0, 10064.0, 10036.0, 10043.0, 10044.0, 10027.0, 10052.0, 10041.0, 10067.0, 10039.0, 10046.0, 10058.0, 10042.0, 10090.0, 10042.0, 10075.0, 10058.0, 10041.0, 10076.0, 10048.0, 10047.0, 10055.0, 10043.0, 10075.0, 10049.0, 10051.0, 10061.0, 10056.0, 10069.0, 10044.0, 10086.0, 10077.0, 10048.0, 10070.0, 10041.0, 10053.0, 10055.0, 10062.0, 10058.0, 10055.0, 10049.0, 10038.0, 10032.0, 10055.0, 10059.0, 10063.0, 10082.0, 10048.0, 10072.0, 10044.0, 10043.0, 10058.0, 10051.0, 10072.0, 10047.0, 10037.0, 10052.0, 10038.0, 10067.0, 10047.0, 10069.0, 10057.0, 10028.0, 10065.0, 10036.0, 10025.0, 10054.0, 10059.0, 10076.0, 10044.0, 10028.0, 10055.0, 10068.0, 10042.0, 10059.0, 10092.0, 10073.0, 10054.0, 10027.0, 10053.0, 10040.0, 10071.0, 10053.0, 10057.0, 10052.0, 10026.0, 10050.0, 10068.0, 10053.0, 10057.0, 10043.0, 10070.0, 10043.0, 10049.0, 10074.0, 10062.0, 10064.0, 10079.0, 10051.0, 10074.0, 10061.0, 10043.0, 10075.0, 10047.0, 10090.0, 10065.0, 10057.0, 10074.0, 10070.0, 10057.0, 10054.0, 10047.0, 10061.0, 10044.0, 10070.0, 10055.0, 10025.0, 10048.0, 10022.0, 10050.0, 10055.0, 10057.0, 10037.0, 10011.0, 10062.0, 10036.0, 10025.0, 10073.0, 10090.0, 10121.0, 10089.0, 10065.0, 10074.0, 10042.0, 10061.0, 10088.0, 10070.0, 10060.0, 10093.0, 10047.0, 10071.0, 10052.0, 10046.0, 10054.0, 10068.0, 10049.0, 10055.0, 10033.0, 10046.0, 10031.0, 10061.0, 10044.0, 10049.0, 10059.0, 10027.0, 10016.0, 10041.0, 10010.0, 10030.0, 10001.0, 10031.0, 10045.0, 10013.0, 10047.0, 10100.0, 10114.0, 10078.0, 10042.0, 10021.0, 10012.0, 10020.0, 10085.0, 10047.0, 10045.0, 10055.0, 10039.0, 10054.0, 10027.0, 10065.0, 10040.0, 10034.0, 10074.0, 10037.0, 10046.0, 10035.0, 10046.0, 10054.0, 10083.0, 10042.0, 10033.0, 10000.0, 10015.0, 10033.0, 10027.0, 10028.0, 10023.0, 10044.0, 10046.0, 10042.0, 10041.0, 10008.0, 10022.0, 10021.0, 10031.0, 10042.0, 10051.0, 10046.0, 10022.0, 10030.0, 10029.0, 10042.0, 10014.0, 10053.0, 10065.0, 10065.0, 10054.0, 10021.0, 10050.0, 10044.0, 10070.0, 10077.0, 10051.0, 10050.0, 10037.0, 10037.0, 10033.0, 10022.0, 10071.0, 10089.0, 10059.0, 10049.0, 10029.0, 10054.0, 10056.0, 10029.0, 10098.0, 10073.0, 10075.0, 10042.0, 10067.0, 10053.0, 10049.0, 10049.0, 10050.0, 10074.0, 10036.0, 10046.0, 10027.0, 10016.0, 10064.0, 10020.0, 10068.0, 10061.0, 10055.0, 10054.0, 10052.0, 10035.0, 10067.0, 10023.0, 10075.0, 10073.0, 10041.0, 10052.0, 10041.0, 10046.0, 10040.0, 10042.0, 10052.0, 10054.0, 10033.0, 10026.0, 10014.0, 10029.0, 9997.0, 10061.0, 10070.0, 10031.0, 10029.0, 10015.0, 10043.0, 10037.0, 10041.0, 10031.0, 10046.0, 10050.0, 10027.0, 10045.0, 10031.0, 10031.0, 10044.0, 10021.0, 10041.0, 10044.0, 10090.0, 10045.0, 10030.0, 10046.0, 10032.0, 10061.0, 10033.0, 10049.0, 10075.0, 10063.0, 10065.0, 10023.0, 10011.0, 10053.0, 10061.0, 10029.0, 10072.0, 10080.0, 10073.0, 10095.0, 10085.0, 10062.0, 10041.0, 10032.0, 10048.0, 10016.0, 10063.0, 10039.0, 10056.0, 10054.0, 10071.0, 10046.0, 10014.0, 10042.0, 10033.0, 10029.0, 10045.0, 10015.0, 10065.0, 10043.0, 10045.0, 10014.0, 10029.0, 10045.0, 10005.0, 10044.0, 10027.0, 10054.0, 10058.0, 10049.0, 10051.0, 10037.0, 10038.0, 10057.0, 10025.0, 10088.0, 10071.0, 10088.0, 10037.0, 10042.0, 10058.0, 10025.0, 10070.0, 10053.0, 10095.0, 10045.0, 10085.0, 10056.0, 10022.0, 10063.0, 10044.0, 10058.0, 10044.0, 10088.0, 10028.0, 10045.0, 10048.0, 10034.0, 10050.0, 10050.0, 10027.0, 10071.0, 10071.0, 10079.0, 10058.0, 10045.0, 10058.0, 10055.0, 10072.0, 10086.0, 10066.0, 10067.0, 10058.0, 10027.0, 10069.0, 10055.0, 10078.0, 10083.0, 10112.0, 10062.0, 10044.0, 10072.0, 10047.0, 10066.0, 10058.0, 10028.0, 10074.0, 10076.0, 10076.0, 10042.0, 10055.0, 10073.0, 10042.0, 10069.0, 10086.0, 10106.0, 10063.0, 10070.0, 10057.0, 10043.0, 10068.0, 10028.0, 10048.0, 10038.0, 10050.0, 10051.0, 10065.0, 10049.0, 10024.0, 10070.0, 10071.0, 10103.0, 10061.0, 10062.0, 10076.0, 10058.0, 10090.0, 10059.0, 10100.0, 10083.0, 10069.0, 10057.0, 10041.0, 10064.0, 10035.0, 10037.0, 10075.0, 10067.0, 10078.0, 10055.0, 10084.0, 10057.0, 10045.0, 10072.0, 10078.0, 10097.0, 10076.0, 10073.0, 10074.0, 10043.0, 10087.0, 10073.0, 10088.0, 10059.0, 10091.0, 10074.0, 10060.0, 10086.0, 10058.0, 10043.0, 10054.0, 10038.0, 10071.0, 10062.0, 10066.0, 10053.0, 10041.0, 10067.0, 10029.0, 10070.0, 10075.0, 10112.0, 10074.0, 10072.0, 10082.0, 10067.0, 10082.0, 10051.0, 10065.0, 10097.0, 10077.0, 10064.0, 10049.0, 10048.0, 10052.0, 10035.0, 10065.0, 10059.0, 10083.0, 10092.0, 10078.0, 10049.0, 10035.0, 10066.0, 10050.0, 10073.0, 10056.0, 10068.0, 10071.0, 10052.0, 10064.0, 10051.0, 10036.0, 10063.0, 10036.0, 10107.0, 10083.0, 10066.0, 10071.0, 10041.0, 10082.0, 10051.0, 10062.0, 10070.0, 10107.0, 10056.0, 10033.0, 10043.0, 10047.0, 10028.0, 10070.0, 10029.0, 10095.0, 10079.0, 10081.0, 10051.0, 10027.0, 10071.0, 10022.0, 10073.0, 10068.0, 10066.0, 10027.0, 10064.0, 10035.0, 10065.0, 10046.0, 10081.0, 10076.0, 10058.0, 10066.0, 10023.0, 10063.0, 10062.0, 10062.0, 10073.0, 10088.0, 10091.0, 10074.0, 10056.0, 10087.0, 10045.0, 10086.0, 10044.0, 10091.0, 10096.0, 10073.0, 10075.0, 10048.0, 10079.0, 10058.0, 10082.0, 10077.0, 10103.0, 10072.0, 10057.0, 10067.0, 10063.0, 10065.0, 10069.0, 10049.0, 10066.0, 10078.0, 10068.0, 10068.0, 10056.0, 10052.0, 10021.0, 10066.0, 10060.0, 10107.0, 10078.0, 10052.0, 10067.0, 10067.0, 10084.0, 10056.0, 10075.0, 10093.0, 10079.0, 10089.0, 10057.0, 10070.0, 10066.0, 10038.0, 10058.0, 10071.0, 10083.0, 10053.0, 10051.0, 10067.0, 10046.0, 10061.0, 10043.0, 10047.0, 10086.0, 10096.0, 10066.0, 10058.0, 10059.0, 10050.0, 10059.0, 10045.0, 10071.0, 10074.0, 10085.0, 10064.0, 10052.0, 10029.0, 10072.0, 10044.0, 10091.0, 10116.0, 10089.0, 10094.0, 10061.0, 10085.0, 10049.0, 10044.0, 10093.0, 10094.0, 10049.0, 10044.0, 10062.0, 10043.0, 10057.0, 10038.0, 10082.0, 10051.0, 10041.0, 10041.0, 10031.0, 10053.0, 10040.0, 10078.0, 10052.0, 10029.0, 10045.0, 10017.0, 10043.0, 10029.0, 10063.0, 10054.0, 10066.0, 10042.0, 10058.0, 10030.0, 10011.0, 10042.0, 10019.0, 10062.0, 10064.0, 10037.0, 10045.0, 10024.0, 10065.0, 10052.0, 10079.0, 10049.0, 10088.0, 10076.0, 10039.0, 10051.0, 10033.0, 10066.0, 10037.0, 10038.0, 10063.0, 10063.0, 10075.0, 10059.0, 10044.0, 10075.0, 10043.0, 10060.0, 10045.0, 10088.0, 10068.0, 10041.0, 10050.0, 10042.0, 10062.0, 10060.0, 10059.0, 10049.0, 10072.0, 10096.0, 10087.0, 10065.0, 10039.0, 10019.0, 10064.0, 10022.0, 10064.0, 10041.0, 10064.0, 10054.0, 10056.0, 10046.0, 10034.0, 10059.0, 10043.0, 10016.0, 10048.0, 10059.0, 10098.0, 10057.0, 10031.0, 10075.0, 10049.0, 10057.0, 10045.0, 10031.0, 10069.0, 10059.0, 10062.0, 10040.0, 10036.0, 10047.0, 10034.0, 10059.0, 10037.0, 10075.0, 10062.0, 10045.0, 10047.0, 10041.0, 10032.0, 10042.0, 10014.0, 10059.0, 10090.0, 10053.0, 10045.0, 10022.0, 10042.0, 9999.0, 10039.0, 10008.0, 10065.0, 10070.0, 10029.0, 10043.0, 10014.0, 10041.0, 10044.0, 10047.0, 10092.0, 10071.0, 10075.0, 10056.0, 10031.0, 10084.0, 10051.0, 10081.0, 10035.0, 10062.0, 10033.0, 10084.0, 10072.0, 10035.0, 10044.0, 10032.0, 10015.0, 10049.0, 10021.0, 10054.0, 10039.0, 10065.0, 10046.0, 10055.0, 10044.0, 10024.0, 9997.0, 10019.0, 10026.0, 10064.0, 10049.0, 10014.0, 10024.0, 9999.0, 10041.0, 10029.0, 10000.0, 10027.0, 9999.0, 10068.0, 10073.0, 10045.0, 10028.0, 10001.0, 10043.0, 10043.0, 10033.0, 10029.0, 10017.0, 10050.0, 10046.0, 10049.0, 10012.0, 10004.0, 10044.0, 10015.0, 10046.0, 10034.0, 10091.0, 10062.0, 10035.0, 10047.0, 10034.0, 10062.0, 10036.0, 10031.0, 10074.0, 10078.0, 10048.0, 10048.0, 10039.0, 10049.0, 10019.0, 10067.0, 10034.0, 10065.0, 10052.0, 10065.0, 10035.0, 10024.0, 10051.0, 10052.0, 10030.0, 10055.0, 10028.0, 10074.0, 10083.0, 10049.0, 10061.0, 10031.0, 10072.0, 10043.0, 10069.0, 10052.0, 10048.0, 10077.0, 10056.0, 10057.0, 10031.0, 10047.0, 10040.0, 10007.0, 10050.0, 10054.0, 10072.0, 10058.0, 10046.0, 10056.0, 10043.0, 10060.0, 10061.0, 10078.0, 10094.0, 10051.0, 10049.0, 10099.0, 10056.0, 10090.0, 10059.0, 10079.0, 10104.0, 10071.0, 10068.0, 10040.0, 10057.0, 10060.0, 10027.0, 10065.0, 10044.0, 10090.0, 10106.0, 10070.0, 10081.0, 10059.0, 10063.0, 10096.0, 10061.0, 10047.0, 10087.0, 10064.0, 10071.0, 10080.0, 10062.0, 10063.0, 10076.0, 10072.0, 10065.0, 10046.0, 10029.0, 10029.0, 10052.0, 10002.0, 9983.0, 9992.0, 9974.0, 9972.0, 9983.0, 9985.0, 9970.0, 10013.0, 9996.0, 9982.0, 9993.0, 9994.0, 9972.0, 10014.0, 10004.0, 9978.0, 10021.0, 10041.0, 10021.0, 10027.0, 10018.0, 10005.0, 10045.0, 10038.0, 10018.0, 10035.0, 10021.0, 10068.0, 10038.0, 10033.0, 10043.0, 10033.0, 10034.0, 10042.0, 10025.0, 10064.0, 10073.0, 10041.0, 10056.0, 10053.0, 10027.0, 10054.0, 10039.0, 10085.0, 10075.0, 10056.0, 10066.0, 10043.0, 10027.0, 10066.0, 10047.0, 10039.0, 10052.0, 10055.0, 10058.0, 10051.0, 10053.0, 10035.0, 10034.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.0005452467532467532</td></tr>
<tr><td colspan=3>aqi</td><td>0.015730267359307357</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.56241953761701</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.185202859497401</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000511983275555</td></tr>
<tr><td colspan=3>efc</td><td>0.4643</td></tr>
<tr><td colspan=3>fber</td><td>6583.3242</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06404389813588185</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2121212121212122</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3536981211567993</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.268679036819568</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6404968461365583</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.151918480514271</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129019</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017179369926452637</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025814371183514595</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.031185760512304</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>40.1006</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7381</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.9134</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302288.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>823.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.7694</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4802</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.5904</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3823.3628</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.9859</td></tr>
<tr><td colspan=3>tsnr</td><td>45.7661643717438</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>