<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-02/func/sub-0070_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>74f0514e2c614dcdc20769a95bbb0dab</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>20:24:25.170000</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.999373, -0.034365, -0.00849876, 0.0348989, 0.996667, 0.0737295]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0946715</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>[4152, -7756, -7246, 482, -85, -226, 33, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>290.449</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e92fc2e9-4b7b-4af2-92f6-6fe213c1142f||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.6812453269958496, 0.09363126754760742, -0.01602916792035103, 105.91879272460938], [0.0921986922621727, 2.6739859580993652, 0.199745774269104, -103.05026245117188], [-0.022801563143730164, -0.19781093299388885, 2.6925535202026367, -56.97764205932617], [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': ['202425.170000', '202425.630000', '202426.090000', '202426.550000', '202427.010000', '202427.470000', '202427.930000', '202428.390000', '202428.850000', '202429.310000', '202429.770000', '202430.230000', '202430.690000', '202431.150000', '202431.610000', '202432.070000', '202432.530000', '202432.990000', '202433.450000', '202433.910000', '202434.370000', '202434.830000', '202435.290000', '202435.750000', '202436.210000', '202436.670000', '202437.130000', '202437.590000', '202438.050000', '202438.510000', '202438.970000', '202439.430000', '202439.890000', '202440.350000', '202440.810000', '202441.270000', '202441.730000', '202442.190000', '202442.650000', '202443.110000', '202443.570000', '202444.030000', '202444.490000', '202444.950000', '202445.410000', '202445.870000', '202446.330000', '202446.790000', '202447.250000', '202447.710000', '202448.170000', '202448.630000', '202449.090000', '202449.550000', '202450.010000', '202450.470000', '202450.930000', '202451.390000', '202451.850000', '202452.310000', '202452.770000', '202453.230000', '202453.690000', '202454.150000', '202454.610000', '202455.070000', '202455.530000', '202455.990000', '202456.450000', '202456.910000', '202457.370000', '202457.830000', '202458.290000', '202458.750000', '202459.210000', '202459.670000', '202500.130000', '202500.590000', '202501.050000', '202501.510000', '202501.970000', '202502.430000', '202502.890000', '202503.350000', '202503.810000', '202504.270000', '202504.730000', '202505.190000', '202505.650000', '202506.110000', '202506.570000', '202507.030000', '202507.490000', '202507.950000', '202508.410000', '202508.870000', '202509.330000', '202509.790000', '202510.250000', '202510.710000', '202511.170000', '202511.630000', '202512.090000', '202512.550000', '202513.010000', '202513.470000', '202513.930000', '202514.390000', '202514.850000', '202515.310000', '202515.770000', '202516.230000', '202516.690000', '202517.150000', '202517.610000', '202518.070000', '202518.530000', '202518.990000', '202519.450000', '202519.910000', '202520.370000', '202520.830000', '202521.290000', '202521.750000', '202522.210000', '202522.670000', '202523.130000', '202523.590000', '202524.050000', '202524.510000', '202524.970000', '202525.430000', '202525.890000', '202526.350000', '202526.810000', '202527.270000', '202527.730000', '202528.190000', '202528.650000', '202529.110000', '202529.570000', '202530.030000', '202530.490000', '202530.950000', '202531.410000', '202531.870000', '202532.330000', '202532.790000', '202533.250000', '202533.710000', '202534.170000', '202534.630000', '202535.090000', '202535.550000', '202536.010000', '202536.470000', '202536.930000', '202537.390000', '202537.850000', '202538.310000', '202538.770000', '202539.230000', '202539.690000', '202540.150000', '202540.610000', '202541.070000', '202541.530000', '202541.990000', '202542.450000', '202542.910000', '202543.370000', '202543.830000', '202544.290000', '202544.750000', '202545.210000', '202545.670000', '202546.130000', '202546.590000', '202547.050000', '202547.510000', '202547.970000', '202548.430000', '202548.890000', '202549.350000', '202549.810000', '202550.270000', '202550.730000', '202551.190000', '202551.650000', '202552.110000', '202552.570000', '202553.030000', '202553.490000', '202553.950000', '202554.410000', '202554.870000', '202555.330000', '202555.790000', '202556.250000', '202556.710000', '202557.170000', '202557.630000', '202558.090000', '202558.550000', '202559.010000', '202559.470000', '202559.930000', '202600.390000', '202600.850000', '202601.310000', '202601.770000', '202602.230000', '202602.690000', '202603.150000', '202603.610000', '202604.070000', '202604.530000', '202604.990000', '202605.450000', '202605.910000', '202606.370000', '202606.830000', '202607.290000', '202607.750000', '202608.210000', '202608.670000', '202609.130000', '202609.590000', '202610.050000', '202610.510000', '202610.970000', '202611.430000', '202611.890000', '202612.350000', '202612.810000', '202613.270000', '202613.730000', '202614.190000', '202614.650000', '202615.110000', '202615.570000', '202616.030000', '202616.490000', '202616.950000', '202617.410000', '202617.870000', '202618.330000', '202618.790000', '202619.250000', '202619.710000', '202620.170000', '202620.630000', '202621.090000', '202621.550000', '202622.010000', '202622.470000', '202622.930000', '202623.390000', '202623.850000', '202624.310000', '202624.770000', '202625.230000', '202625.690000', '202626.150000', '202626.610000', '202627.070000', '202627.530000', '202627.990000', '202628.450000', '202628.910000', '202629.370000', '202629.830000', '202630.290000', '202630.750000', '202631.210000', '202631.670000', '202632.130000', '202632.590000', '202633.050000', '202633.510000', '202633.970000', '202634.430000', '202634.890000', '202635.350000', '202635.810000', '202636.270000', '202636.730000', '202637.190000', '202637.650000', '202638.110000', '202638.570000', '202639.030000', '202639.490000', '202639.950000', '202640.410000', '202640.870000', '202641.330000', '202641.790000', '202642.250000', '202642.710000', '202643.170000', '202643.630000', '202644.090000', '202644.550000', '202645.010000', '202645.470000', '202645.930000', '202646.390000', '202646.850000', '202647.310000', '202647.770000', '202648.230000', '202648.690000', '202649.150000', '202649.610000', '202650.070000', '202650.530000', '202650.990000', '202651.450000', '202651.910000', '202652.370000', '202652.830000', '202653.290000', '202653.750000', '202654.210000', '202654.670000', '202655.130000', '202655.590000', '202656.050000', '202656.510000', '202656.970000', '202657.430000', '202657.890000', '202658.350000', '202658.810000', '202659.270000', '202659.730000', '202700.190000', '202700.650000', '202701.110000', '202701.570000', '202702.030000', '202702.490000', '202702.950000', '202703.410000', '202703.870000', '202704.330000', '202704.790000', '202705.250000', '202705.710000', '202706.170000', '202706.630000', '202707.090000', '202707.550000', '202708.010000', '202708.470000', '202708.930000', '202709.390000', '202709.850000', '202710.310000', '202710.770000', '202711.230000', '202711.690000', '202712.150000', '202712.610000', '202713.070000', '202713.530000', '202713.990000', '202714.450000', '202714.910000', '202715.370000', '202715.830000', '202716.290000', '202716.750000', '202717.210000', '202717.670000', '202718.130000', '202718.590000', '202719.050000', '202719.510000', '202719.970000', '202720.430000', '202720.890000', '202721.350000', '202721.810000', '202722.270000', '202722.730000', '202723.190000', '202723.650000', '202724.110000', '202724.570000', '202725.030000', '202725.490000', '202725.950000', '202726.410000', '202726.870000', '202727.330000', '202727.790000', '202728.250000', '202728.710000', '202729.170000', '202729.630000', '202730.090000', '202730.550000', '202731.010000', '202731.470000', '202731.930000', '202732.390000', '202732.850000', '202733.310000', '202733.770000', '202734.230000', '202734.690000', '202735.150000', '202735.610000', '202736.070000', '202736.530000', '202736.990000', '202737.450000', '202737.910000', '202738.370000', '202738.830000', '202739.290000', '202739.750000', '202740.210000', '202740.670000', '202741.130000', '202741.590000', '202742.050000', '202742.510000', '202742.970000', '202743.430000', '202743.890000', '202744.350000', '202744.810000', '202745.270000', '202745.730000', '202746.190000', '202746.650000', '202747.110000', '202747.570000', '202748.030000', '202748.490000', '202748.950000', '202749.410000', '202749.870000', '202750.330000', '202750.790000', '202751.250000', '202751.710000', '202752.170000', '202752.630000', '202753.090000', '202753.550000', '202754.010000', '202754.470000', '202754.930000', '202755.390000', '202755.850000', '202756.310000', '202756.770000', '202757.230000', '202757.690000', '202758.150000', '202758.610000', '202759.070000', '202759.530000', '202759.990000', '202800.450000', '202800.910000', '202801.370000', '202801.830000', '202802.290000', '202802.750000', '202803.210000', '202803.670000', '202804.130000', '202804.590000', '202805.050000', '202805.510000', '202805.970000', '202806.430000', '202806.890000', '202807.350000', '202807.810000', '202808.270000', '202808.730000', '202809.190000', '202809.650000', '202810.110000', '202810.570000', '202811.030000', '202811.490000', '202811.950000', '202812.410000', '202812.870000', '202813.330000', '202813.790000', '202814.250000', '202814.710000', '202815.170000', '202815.630000', '202816.090000', '202816.550000', '202817.010000', '202817.470000', '202817.930000', '202818.390000', '202818.850000', '202819.310000', '202819.770000', '202820.230000', '202820.690000', '202821.150000', '202821.610000', '202822.070000', '202822.530000', '202822.990000', '202823.450000', '202823.910000', '202824.370000', '202824.830000', '202825.290000', '202825.750000', '202826.210000', '202826.670000', '202827.130000', '202827.590000', '202828.050000', '202828.510000', '202828.970000', '202829.430000', '202829.890000', '202830.350000', '202830.810000', '202831.270000', '202831.730000', '202832.190000', '202832.650000', '202833.110000', '202833.570000', '202834.030000', '202834.490000', '202834.950000', '202835.410000', '202835.870000', '202836.330000', '202836.790000', '202837.250000', '202837.710000', '202838.170000', '202838.630000', '202839.090000', '202839.550000', '202840.010000', '202840.470000', '202840.930000', '202841.390000', '202841.850000', '202842.310000', '202842.770000', '202843.230000', '202843.690000', '202844.150000', '202844.610000', '202845.070000', '202845.530000', '202845.990000', '202846.450000', '202846.910000', '202847.370000', '202847.830000', '202848.290000', '202848.750000', '202849.210000', '202849.670000', '202850.130000', '202850.590000', '202851.050000', '202851.510000', '202851.970000', '202852.430000', '202852.890000', '202853.350000', '202853.810000', '202854.270000', '202854.730000', '202855.190000', '202855.650000', '202856.110000', '202856.570000', '202857.030000', '202857.490000', '202857.950000', '202858.410000', '202858.870000', '202859.330000', '202859.790000', '202900.250000', '202900.710000', '202901.170000', '202901.630000', '202902.090000', '202902.550000', '202903.010000', '202903.470000', '202903.930000', '202904.390000', '202904.850000', '202905.310000', '202905.770000', '202906.230000', '202906.690000', '202907.150000', '202907.610000', '202908.070000', '202908.530000', '202908.990000', '202909.450000', '202909.910000', '202910.370000', '202910.830000', '202911.290000', '202911.750000', '202912.210000', '202912.670000', '202913.130000', '202913.590000', '202914.050000', '202914.510000', '202914.970000', '202915.430000', '202915.890000', '202916.350000', '202916.810000', '202917.270000', '202917.730000', '202918.190000', '202918.650000', '202919.110000', '202919.570000', '202920.030000', '202920.490000', '202920.950000', '202921.410000', '202921.870000', '202922.330000', '202922.790000', '202923.250000', '202923.710000', '202924.170000', '202924.630000', '202925.090000', '202925.550000', '202926.010000', '202926.470000', '202926.930000', '202927.390000', '202927.850000', '202928.310000', '202928.770000', '202929.230000', '202929.690000', '202930.150000', '202930.610000', '202931.070000', '202931.530000', '202931.990000', '202932.450000', '202932.910000', '202933.370000', '202933.830000', '202934.290000', '202934.750000', '202935.210000', '202935.670000', '202936.130000', '202936.590000', '202937.050000', '202937.510000', '202937.970000', '202938.430000', '202938.890000', '202939.350000', '202939.810000', '202940.270000', '202940.730000', '202941.190000', '202941.650000', '202942.110000', '202942.570000', '202943.030000', '202943.490000', '202943.950000', '202944.410000', '202944.870000', '202945.330000', '202945.790000', '202946.250000', '202946.710000', '202947.170000', '202947.630000', '202948.090000', '202948.550000', '202949.010000', '202949.470000', '202949.930000', '202950.390000', '202950.850000', '202951.310000', '202951.770000', '202952.230000', '202952.690000', '202953.150000', '202953.610000', '202954.070000', '202954.530000', '202954.990000', '202955.450000', '202955.910000', '202956.370000', '202956.830000', '202957.290000', '202957.750000', '202958.210000', '202958.670000', '202959.130000', '202959.590000', '203000.050000', '203000.510000', '203000.970000', '203001.430000', '203001.890000', '203002.350000', '203002.810000', '203003.270000', '203003.730000', '203004.190000', '203004.650000', '203005.110000', '203005.570000', '203006.030000', '203006.490000', '203006.950000', '203007.410000', '203007.870000', '203008.330000', '203008.790000', '203009.250000', '203009.710000', '203010.170000', '203010.630000', '203011.090000', '203011.550000', '203012.010000', '203012.470000', '203012.930000', '203013.390000', '203013.850000', '203014.310000', '203014.770000', '203015.230000', '203015.690000', '203016.150000', '203016.610000', '203017.070000', '203017.530000', '203017.990000', '203018.450000', '203018.910000', '203019.370000', '203019.830000', '203020.290000', '203020.750000', '203021.210000', '203021.670000', '203022.130000', '203022.590000', '203023.050000', '203023.510000', '203023.970000', '203024.430000', '203024.890000', '203025.350000', '203025.810000', '203026.270000', '203026.730000', '203027.190000', '203027.650000', '203028.110000', '203028.570000', '203029.030000', '203029.490000', '203029.950000', '203030.410000', '203030.870000', '203031.330000', '203031.790000', '203032.250000', '203032.710000', '203033.170000', '203033.630000', '203034.090000', '203034.550000', '203035.010000', '203035.470000', '203035.930000', '203036.390000', '203036.850000', '203037.310000', '203037.770000', '203038.230000', '203038.690000', '203039.150000', '203039.610000', '203040.070000', '203040.530000', '203040.990000', '203041.450000', '203041.910000', '203042.370000', '203042.830000', '203043.290000', '203043.750000', '203044.210000', '203044.670000', '203045.130000', '203045.590000', '203046.050000', '203046.510000', '203046.970000', '203047.430000', '203047.890000', '203048.350000', '203048.810000', '203049.270000', '203049.730000', '203050.190000', '203050.650000', '203051.110000', '203051.570000', '203052.030000', '203052.490000', '203052.950000', '203053.410000', '203053.870000', '203054.330000', '203054.790000', '203055.250000', '203055.710000', '203056.170000', '203056.630000', '203057.090000', '203057.550000', '203058.010000', '203058.470000', '203058.930000', '203059.390000', '203059.850000', '203100.310000', '203100.770000', '203101.230000', '203101.690000', '203102.150000', '203102.610000', '203103.070000', '203103.530000', '203103.990000', '203104.450000', '203104.910000', '203105.370000', '203105.830000', '203106.290000', '203106.750000', '203107.210000', '203107.670000', '203108.130000', '203108.590000', '203109.050000', '203109.510000', '203109.970000', '203110.430000', '203110.890000', '203111.350000', '203111.810000', '203112.270000', '203112.730000', '203113.190000', '203113.650000', '203114.110000', '203114.570000', '203115.030000', '203115.490000', '203115.950000', '203116.410000', '203116.870000', '203117.330000', '203117.790000', '203118.250000', '203118.710000', '203119.170000', '203119.630000', '203120.090000', '203120.550000', '203121.010000', '203121.470000', '203121.930000', '203122.390000', '203122.850000', '203123.310000', '203123.770000', '203124.230000', '203124.690000', '203125.150000', '203125.610000', '203126.070000', '203126.530000', '203126.990000', '203127.450000', '203127.910000', '203128.370000', '203128.830000', '203129.290000', '203129.750000', '203130.210000', '203130.670000', '203131.130000', '203131.590000', '203132.050000', '203132.510000', '203132.970000', '203133.430000', '203133.890000', '203134.350000', '203134.810000', '203135.270000', '203135.730000', '203136.190000', '203136.650000', '203137.110000', '203137.570000', '203138.030000', '203138.490000', '203138.950000', '203139.410000', '203139.870000', '203140.330000', '203140.790000', '203141.250000', '203141.710000', '203142.170000', '203142.630000', '203143.090000', '203143.550000', '203144.010000', '203144.470000', '203144.930000', '203145.390000', '203145.850000', '203146.310000', '203146.770000', '203147.230000', '203147.690000', '203148.150000', '203148.610000', '203149.070000', '203149.530000', '203149.990000', '203150.450000', '203150.910000', '203151.370000', '203151.830000', '203152.290000', '203152.750000', '203153.210000', '203153.670000', '203154.130000', '203154.590000', '203155.050000', '203155.510000', '203155.970000', '203156.430000', '203156.890000', '203157.350000', '203157.810000', '203158.270000', '203158.730000', '203159.190000', '203159.650000', '203200.110000', '203200.570000', '203201.030000', '203201.490000', '203201.950000', '203202.410000', '203202.870000', '203203.330000', '203203.790000', '203204.250000', '203204.710000', '203205.170000', '203205.630000', '203206.090000', '203206.550000', '203207.010000', '203207.470000', '203207.930000', '203208.390000', '203208.850000', '203209.310000', '203209.770000', '203210.230000', '203210.690000', '203211.150000', '203211.610000', '203212.070000', '203212.530000', '203212.990000', '203213.450000', '203213.910000', '203214.370000', '203214.830000', '203215.290000', '203215.750000', '203216.210000', '203216.670000', '203217.130000', '203217.590000', '203218.050000', '203218.510000', '203218.970000', '203219.430000', '203219.890000', '203220.350000', '203220.810000', '203221.270000', '203221.730000', '203222.190000', '203222.650000', '203223.110000', '203223.570000', '203224.030000', '203224.490000', '203224.950000', '203225.410000', '203225.870000', '203226.330000', '203226.790000', '203227.250000', '203227.710000', '203228.170000', '203228.630000', '203229.090000', '203229.550000', '203230.010000', '203230.470000', '203230.930000', '203231.390000', '203231.850000', '203232.310000', '203232.770000', '203233.230000', '203233.690000', '203234.150000', '203234.610000', '203235.070000', '203235.530000', '203235.990000', '203236.450000', '203236.910000', '203237.370000', '203237.830000', '203238.290000', '203238.750000', '203239.210000', '203239.670000', '203240.130000', '203240.590000', '203241.050000', '203241.510000', '203241.970000', '203242.430000', '203242.890000', '203243.350000', '203243.810000', '203244.270000', '203244.730000', '203245.190000', '203245.650000', '203246.110000', '203246.570000', '203247.030000', '203247.490000', '203247.950000', '203248.410000', '203248.870000', '203249.330000', '203249.790000', '203250.250000', '203250.710000', '203251.170000', '203251.630000', '203252.090000', '203252.550000', '203253.010000', '203253.470000', '203253.930000', '203254.390000', '203254.850000', '203255.310000', '203255.770000', '203256.230000', '203256.690000', '203257.150000', '203257.610000', '203258.070000', '203258.530000', '203258.990000', '203259.450000', '203259.910000', '203300.370000', '203300.830000', '203301.290000', '203301.750000', '203302.210000', '203302.670000', '203303.130000', '203303.590000', '203304.050000', '203304.510000', '203304.970000', '203305.430000', '203305.890000', '203306.350000', '203306.810000', '203307.270000', '203307.730000', '203308.190000', '203308.650000', '203309.110000', '203309.570000', '203310.030000', '203310.490000', '203310.950000', '203311.410000', '203311.870000', '203312.330000', '203312.790000', '203313.250000', '203313.710000', '203314.170000', '203314.630000', '203315.090000', '203315.550000', '203316.010000', '203316.470000', '203316.930000', '203317.390000'], 'ContentTime': ['202449.468000', '202449.471000', '202449.474000', '202449.477000', '202449.480000', '202449.482000', '202449.493000', '202449.496000', '202449.499000', '202449.502000', '202449.505000', '202449.507000', '202449.510000', '202449.513000', '202449.515000', '202449.518000', '202449.521000', '202449.523000', '202449.526000', '202449.529000', '202449.532000', '202449.534000', '202449.537000', '202449.540000', '202449.543000', '202449.546000', '202449.549000', '202449.551000', '202449.554000', '202449.557000', '202449.560000', '202449.562000', '202449.565000', '202449.576000', '202449.579000', '202449.581000', '202449.584000', '202449.587000', '202449.590000', '202449.593000', '202449.596000', '202449.598000', '202449.601000', '202449.604000', '202449.607000', '202449.610000', '202449.613000', '202449.616000', '202449.618000', '202449.621000', '202449.624000', '202509.440000', '202509.443000', '202509.446000', '202509.449000', '202509.451000', '202509.454000', '202509.457000', '202509.459000', '202509.462000', '202509.465000', '202509.467000', '202509.470000', '202509.473000', '202509.475000', '202509.478000', '202509.481000', '202509.483000', '202509.486000', '202509.488000', '202509.491000', '202509.498000', '202509.501000', '202509.504000', '202509.506000', '202509.509000', '202509.511000', '202509.514000', '202509.517000', '202509.519000', '202509.522000', '202509.525000', '202509.527000', '202509.530000', '202509.532000', '202509.535000', '202509.538000', '202509.540000', '202509.543000', '202509.545000', '202509.548000', '202509.551000', '202509.553000', '202509.556000', '202509.559000', '202529.440000', '202529.444000', '202529.446000', '202529.449000', '202529.451000', '202529.454000', '202529.457000', '202529.459000', '202529.462000', '202529.470000', '202529.472000', '202529.475000', '202529.477000', '202529.480000', '202529.483000', '202529.485000', '202529.488000', '202529.491000', '202529.493000', '202529.496000', '202529.499000', '202529.501000', '202529.504000', '202529.507000', '202529.509000', '202529.512000', '202529.515000', '202529.517000', '202529.520000', '202529.523000', '202529.525000', '202529.528000', '202529.531000', '202529.533000', '202529.536000', '202529.538000', '202529.541000', '202529.544000', '202529.546000', '202529.549000', '202529.551000', '202529.554000', '202529.557000', '202549.440000', '202549.443000', '202549.446000', '202549.449000', '202549.451000', '202549.454000', '202549.456000', '202549.459000', '202549.462000', '202549.464000', '202549.467000', '202549.469000', '202549.472000', '202549.475000', '202549.481000', '202549.484000', '202549.487000', '202549.489000', '202549.492000', '202549.495000', '202549.497000', '202549.500000', '202549.502000', '202549.505000', '202549.508000', '202549.510000', '202549.513000', '202549.516000', '202549.518000', '202549.521000', '202549.524000', '202549.526000', '202549.529000', '202549.531000', '202549.534000', '202549.537000', '202549.539000', '202549.542000', '202549.545000', '202549.547000', '202549.550000', '202549.552000', '202549.555000', '202549.558000', '202609.440000', '202609.443000', '202609.445000', '202609.448000', '202609.451000', '202609.453000', '202609.456000', '202609.459000', '202609.461000', '202609.464000', '202609.467000', '202609.469000', '202609.472000', '202609.475000', '202609.477000', '202609.488000', '202609.491000', '202609.493000', '202609.496000', '202609.499000', '202609.501000', '202609.504000', '202609.507000', '202609.509000', '202609.512000', '202609.515000', '202609.517000', '202609.520000', '202609.523000', '202609.525000', '202609.528000', '202609.530000', '202609.533000', '202609.536000', '202609.538000', '202609.541000', '202609.548000', '202609.551000', '202609.553000', '202609.556000', '202609.559000', '202609.561000', '202609.564000', '202629.441000', '202629.444000', '202629.446000', '202629.449000', '202629.452000', '202629.454000', '202629.457000', '202629.460000', '202629.462000', '202629.465000', '202629.468000', '202629.470000', '202629.473000', '202629.476000', '202629.478000', '202629.481000', '202629.484000', '202629.486000', '202629.489000', '202629.492000', '202629.494000', '202629.497000', '202629.500000', '202629.502000', '202629.505000', '202629.508000', '202629.510000', '202629.513000', '202629.516000', '202629.519000', '202629.521000', '202629.524000', '202629.527000', '202629.529000', '202629.532000', '202629.535000', '202629.537000', '202629.540000', '202629.542000', '202629.545000', '202629.548000', '202629.551000', '202629.553000', '202629.556000', '202649.441000', '202649.443000', '202649.446000', '202649.449000', '202649.451000', '202649.454000', '202649.457000', '202649.459000', '202649.462000', '202649.465000', '202649.467000', '202649.470000', '202649.472000', '202649.475000', '202649.478000', '202649.480000', '202649.483000', '202649.486000', '202649.488000', '202649.491000', '202649.494000', '202649.496000', '202649.499000', '202649.502000', '202649.504000', '202649.507000', '202649.509000', '202649.512000', '202649.515000', '202649.518000', '202649.521000', '202649.523000', '202649.526000', '202649.529000', '202649.531000', '202649.534000', '202649.537000', '202649.539000', '202649.542000', '202649.544000', '202649.547000', '202649.550000', '202649.552000', '202709.441000', '202709.443000', '202709.447000', '202709.449000', '202709.452000', '202709.454000', '202709.457000', '202709.460000', '202709.463000', '202709.466000', '202709.468000', '202709.471000', '202709.474000', '202709.476000', '202709.479000', '202709.482000', '202709.484000', '202709.487000', '202709.490000', '202709.492000', '202709.495000', '202709.498000', '202709.500000', '202709.503000', '202709.506000', '202709.508000', '202709.511000', '202709.514000', '202709.516000', '202709.519000', '202709.522000', '202709.524000', '202709.527000', '202709.530000', '202709.533000', '202709.535000', '202709.538000', '202709.540000', '202709.543000', '202709.546000', '202709.548000', '202709.551000', '202709.554000', '202729.441000', '202729.443000', '202729.446000', '202729.449000', '202729.452000', '202729.455000', '202729.457000', '202729.460000', '202729.463000', '202729.465000', '202729.468000', '202729.471000', '202729.473000', '202729.476000', '202729.479000', '202729.481000', '202729.484000', '202729.487000', '202729.489000', '202729.492000', '202729.495000', '202729.497000', '202729.500000', '202729.503000', '202729.506000', '202729.508000', '202729.511000', '202729.514000', '202729.516000', '202729.519000', '202729.522000', '202729.525000', '202729.527000', '202729.530000', '202729.532000', '202729.535000', '202729.538000', '202729.540000', '202729.543000', '202729.546000', '202729.549000', '202729.551000', '202729.554000', '202729.556000', '202749.441000', '202749.444000', '202749.446000', '202749.449000', '202749.452000', '202749.454000', '202749.457000', '202749.459000', '202749.462000', '202749.465000', '202749.467000', '202749.470000', '202749.473000', '202749.476000', '202749.479000', '202749.482000', '202749.485000', '202749.487000', '202749.490000', '202749.493000', '202749.495000', '202749.498000', '202749.500000', '202749.503000', '202749.506000', '202749.508000', '202749.511000', '202749.514000', '202749.516000', '202749.519000', '202749.521000', '202749.524000', '202749.527000', '202749.529000', '202749.532000', '202749.535000', '202749.537000', '202749.540000', '202749.543000', '202749.545000', '202749.548000', '202749.551000', '202749.553000', '202809.441000', '202809.443000', '202809.447000', '202809.450000', '202809.452000', '202809.455000', '202809.458000', '202809.460000', '202809.463000', '202809.465000', '202809.468000', '202809.471000', '202809.473000', '202809.476000', '202809.479000', '202809.481000', '202809.484000', '202809.486000', '202809.489000', '202809.492000', '202809.494000', '202809.497000', '202809.500000', '202809.502000', '202809.505000', '202809.508000', '202809.510000', '202809.513000', '202809.516000', '202809.518000', '202809.521000', '202809.524000', '202809.526000', '202809.529000', '202809.532000', '202809.534000', '202809.537000', '202809.540000', '202809.542000', '202809.545000', '202809.548000', '202809.550000', '202809.553000', '202809.556000', '202829.440000', '202829.443000', '202829.445000', '202829.448000', '202829.451000', '202829.453000', '202829.456000', '202829.458000', '202829.461000', '202829.464000', '202829.467000', '202829.469000', '202829.472000', '202829.475000', '202829.477000', '202829.480000', '202829.483000', '202829.485000', '202829.488000', '202829.491000', '202829.494000', '202829.496000', '202829.499000', '202829.501000', '202829.505000', '202829.508000', '202829.510000', '202829.513000', '202829.516000', '202829.518000', '202829.521000', '202829.524000', '202829.526000', '202829.529000', '202829.532000', '202829.534000', '202829.537000', '202829.539000', '202829.542000', '202829.545000', '202829.547000', '202829.550000', '202829.553000', '202849.440000', '202849.444000', '202849.446000', '202849.449000', '202849.452000', '202849.454000', '202849.457000', '202849.460000', '202849.462000', '202849.465000', '202849.468000', '202849.470000', '202849.473000', '202849.475000', '202849.478000', '202849.481000', '202849.483000', '202849.486000', '202849.489000', '202849.491000', '202849.494000', '202849.497000', '202849.499000', '202849.502000', '202849.505000', '202849.507000', '202849.510000', '202849.512000', '202849.515000', '202849.518000', '202849.520000', '202849.523000', '202849.525000', '202849.528000', '202849.531000', '202849.533000', '202849.536000', '202849.539000', '202849.541000', '202849.544000', '202849.546000', '202849.549000', '202849.552000', '202849.554000', '202909.440000', '202909.443000', '202909.446000', '202909.449000', '202909.452000', '202909.454000', '202909.457000', '202909.460000', '202909.462000', '202909.465000', '202909.468000', '202909.470000', '202909.473000', '202909.476000', '202909.478000', '202909.481000', '202909.484000', '202909.487000', '202909.490000', '202909.493000', '202909.496000', '202909.498000', '202909.513000', '202909.516000', '202909.518000', '202909.521000', '202909.524000', '202909.526000', '202909.529000', '202909.532000', '202909.534000', '202909.537000', '202909.539000', '202909.542000', '202909.545000', '202909.547000', '202909.550000', '202909.553000', '202909.555000', '202909.558000', '202909.561000', '202909.563000', '202909.566000', '202929.441000', '202929.444000', '202929.446000', '202929.449000', '202929.452000', '202929.455000', '202929.457000', '202929.460000', '202929.463000', '202929.465000', '202929.468000', '202929.471000', '202929.473000', '202929.476000', '202929.479000', '202929.481000', '202929.484000', '202929.486000', '202929.489000', '202929.492000', '202929.495000', '202929.497000', '202929.500000', '202929.503000', '202929.505000', '202929.508000', '202929.511000', '202929.513000', '202929.516000', '202929.519000', '202929.521000', '202929.524000', '202929.527000', '202929.529000', '202929.532000', '202929.535000', '202929.537000', '202929.540000', '202929.543000', '202929.545000', '202929.548000', '202929.551000', '202929.553000', '202929.556000', '202949.441000', '202949.443000', '202949.446000', '202949.449000', '202949.452000', '202949.454000', '202949.457000', '202949.460000', '202949.462000', '202949.465000', '202949.467000', '202949.470000', '202949.473000', '202949.475000', '202949.478000', '202949.483000', '202949.485000', '202949.488000', '202949.490000', '202949.493000', '202949.496000', '202949.498000', '202949.501000', '202949.504000', '202949.506000', '202949.509000', '202949.512000', '202949.514000', '202949.517000', '202949.520000', '202949.522000', '202949.525000', '202949.527000', '202949.538000', '202949.540000', '202949.543000', '202949.546000', '202949.549000', '202949.552000', '202949.555000', '202949.557000', '202949.560000', '202949.563000', '203009.440000', '203009.443000', '203009.446000', '203009.449000', '203009.451000', '203009.454000', '203009.457000', '203009.459000', '203009.462000', '203009.465000', '203009.467000', '203009.470000', '203009.472000', '203009.475000', '203009.478000', '203009.480000', '203009.483000', '203009.486000', '203009.488000', '203009.491000', '203009.494000', '203009.496000', '203009.499000', '203009.502000', '203009.504000', '203009.507000', '203009.509000', '203009.512000', '203009.515000', '203009.517000', '203009.520000', '203009.523000', '203009.525000', '203009.528000', '203009.531000', '203009.533000', '203009.536000', '203009.539000', '203009.541000', '203009.544000', '203009.547000', '203009.549000', '203009.552000', '203009.554000', '203029.441000', '203029.444000', '203029.446000', '203029.449000', '203029.452000', '203029.454000', '203029.457000', '203029.460000', '203029.462000', '203029.465000', '203029.468000', '203029.470000', '203029.473000', '203029.476000', '203029.478000', '203029.481000', '203029.484000', '203029.486000', '203029.489000', '203029.492000', '203029.494000', '203029.497000', '203029.500000', '203029.502000', '203029.505000', '203029.508000', '203029.510000', '203029.513000', '203029.516000', '203029.518000', '203029.521000', '203029.524000', '203029.526000', '203029.529000', '203029.532000', '203029.535000', '203029.537000', '203029.540000', '203029.543000', '203029.545000', '203029.548000', '203029.551000', '203029.553000', '203049.440000', '203049.442000', '203049.445000', '203049.448000', '203049.451000', '203049.453000', '203049.456000', '203049.459000', '203049.461000', '203049.464000', '203049.467000', '203049.469000', '203049.472000', '203049.474000', '203049.477000', '203049.480000', '203049.482000', '203049.485000', '203049.493000', '203049.495000', '203049.498000', '203049.500000', '203049.503000', '203049.506000', '203049.508000', '203049.511000', '203049.514000', '203049.516000', '203049.519000', '203049.522000', '203049.524000', '203049.527000', '203049.530000', '203049.532000', '203049.535000', '203049.537000', '203049.540000', '203049.543000', '203049.545000', '203049.548000', '203049.550000', '203049.553000', '203049.556000', '203049.558000', '203109.441000', '203109.443000', '203109.446000', '203109.449000', '203109.452000', '203109.454000', '203109.457000', '203109.459000', '203109.462000', '203109.465000', '203109.467000', '203109.470000', '203109.472000', '203109.475000', '203109.478000', '203109.480000', '203109.483000', '203109.486000', '203109.488000', '203109.491000', '203109.494000', '203109.496000', '203109.499000', '203109.502000', '203109.504000', '203109.507000', '203109.509000', '203109.512000', '203109.515000', '203109.517000', '203109.520000', '203109.523000', '203109.525000', '203109.528000', '203109.530000', '203109.533000', '203109.536000', '203109.538000', '203109.541000', '203109.544000', '203109.547000', '203109.549000', '203109.552000', '203129.441000', '203129.444000', '203129.446000', '203129.449000', '203129.452000', '203129.454000', '203129.457000', '203129.460000', '203129.462000', '203129.465000', '203129.468000', '203129.470000', '203129.473000', '203129.476000', '203129.478000', '203129.481000', '203129.484000', '203129.487000', '203129.489000', '203129.492000', '203129.494000', '203129.497000', '203129.500000', '203129.502000', '203129.505000', '203129.508000', '203129.510000', '203129.513000', '203129.516000', '203129.518000', '203129.521000', '203129.524000', '203129.526000', '203129.529000', '203129.532000', '203129.534000', '203129.537000', '203129.540000', '203129.542000', '203129.545000', '203129.548000', '203129.550000', '203129.553000', '203129.556000', '203149.441000', '203149.444000', '203149.446000', '203149.449000', '203149.452000', '203149.455000', '203149.457000', '203149.460000', '203149.463000', '203149.465000', '203149.468000', '203149.471000', '203149.473000', '203149.476000', '203149.479000', '203149.481000', '203149.484000', '203149.487000', '203149.489000', '203149.492000', '203149.495000', '203149.497000', '203149.500000', '203149.503000', '203149.505000', '203149.508000', '203149.510000', '203149.513000', '203149.516000', '203149.519000', '203149.521000', '203149.524000', '203149.526000', '203149.529000', '203149.532000', '203149.534000', '203149.537000', '203149.540000', '203149.542000', '203149.545000', '203149.548000', '203149.550000', '203149.553000', '203209.441000', '203209.444000', '203209.446000', '203209.449000', '203209.452000', '203209.454000', '203209.457000', '203209.459000', '203209.462000', '203209.465000', '203209.468000', '203209.470000', '203209.473000', '203209.476000', '203209.478000', '203209.481000', '203209.484000', '203209.486000', '203209.489000', '203209.492000', '203209.494000', '203209.497000', '203209.500000', '203209.502000', '203209.505000', '203209.508000', '203209.510000', '203209.513000', '203209.516000', '203209.519000', '203209.521000', '203209.524000', '203209.527000', '203209.529000', '203209.532000', '203209.534000', '203209.537000', '203209.540000', '203209.542000', '203209.545000', '203209.548000', '203209.550000', '203209.553000', '203209.556000', '203229.441000', '203229.444000', '203229.447000', '203229.449000', '203229.452000', '203229.454000', '203229.457000', '203229.460000', '203229.462000', '203229.465000', '203229.468000', '203229.470000', '203229.473000', '203229.476000', '203229.478000', '203229.481000', '203229.484000', '203229.486000', '203229.489000', '203229.492000', '203229.494000', '203229.497000', '203229.500000', '203229.502000', '203229.505000', '203229.508000', '203229.510000', '203229.513000', '203229.516000', '203229.519000', '203229.521000', '203229.524000', '203229.527000', '203229.529000', '203229.532000', '203229.534000', '203229.537000', '203229.540000', '203229.542000', '203229.545000', '203229.548000', '203229.550000', '203229.553000', '203249.441000', '203249.444000', '203249.446000', '203249.449000', '203249.452000', '203249.454000', '203249.457000', '203249.460000', '203249.462000', '203249.465000', '203249.468000', '203249.470000', '203249.473000', '203249.476000', '203249.478000', '203249.481000', '203249.484000', '203249.486000', '203249.489000', '203249.492000', '203249.494000', '203249.497000', '203249.500000', '203249.502000', '203249.505000', '203249.508000', '203249.510000', '203249.513000', '203249.516000', '203249.518000', '203249.521000', '203249.523000', '203249.526000', '203249.529000', '203249.531000', '203249.534000', '203249.537000', '203249.539000', '203249.542000', '203249.545000', '203249.547000', '203249.550000', '203249.553000', '203249.555000', '203309.440000', '203309.443000', '203309.445000', '203309.448000', '203309.451000', '203309.453000', '203309.456000', '203309.459000', '203309.461000', '203309.464000', '203309.466000', '203309.469000', '203309.472000', '203309.475000', '203309.477000', '203309.480000', '203309.482000', '203309.485000', '203309.488000', '203309.490000', '203309.493000', '203309.496000', '203309.498000', '203309.501000', '203309.503000', '203309.506000', '203309.509000', '203309.512000', '203309.514000', '203309.517000', '203309.520000', '203309.522000', '203309.525000', '203309.528000', '203309.530000', '203309.533000', '203309.535000', '203309.538000', '203309.541000', '203309.543000', '203309.558000', '203309.561000', '203309.563000', '203318.316000', '203318.319000', '203318.322000', '203318.324000', '203318.327000', '203318.330000', '203318.333000', '203318.336000', '203318.339000', '203318.342000', '203318.346000', '203318.350000', '203318.353000', '203318.356000', '203318.359000', '203318.361000', '203318.364000', '203318.367000', '203318.370000', '203318.373000'], 'InstanceCreationTime': ['202449.468000', '202449.471000', '202449.474000', '202449.477000', '202449.480000', '202449.482000', '202449.493000', '202449.496000', '202449.499000', '202449.502000', '202449.505000', '202449.507000', '202449.510000', '202449.513000', '202449.515000', '202449.518000', '202449.521000', '202449.523000', '202449.526000', '202449.529000', '202449.532000', '202449.534000', '202449.537000', '202449.540000', '202449.543000', '202449.546000', '202449.549000', '202449.551000', '202449.554000', '202449.557000', '202449.560000', '202449.562000', '202449.565000', '202449.576000', '202449.579000', '202449.581000', '202449.584000', '202449.587000', '202449.590000', '202449.593000', '202449.596000', '202449.598000', '202449.601000', '202449.604000', '202449.607000', '202449.610000', '202449.613000', '202449.616000', '202449.618000', '202449.621000', '202449.624000', '202509.440000', '202509.443000', '202509.446000', '202509.449000', '202509.451000', '202509.454000', '202509.457000', '202509.459000', '202509.462000', '202509.465000', '202509.467000', '202509.470000', '202509.473000', '202509.475000', '202509.478000', '202509.481000', '202509.483000', '202509.486000', '202509.488000', '202509.491000', '202509.498000', '202509.501000', '202509.504000', '202509.506000', '202509.509000', '202509.511000', '202509.514000', '202509.517000', '202509.519000', '202509.522000', '202509.525000', '202509.527000', '202509.530000', '202509.532000', '202509.535000', '202509.538000', '202509.540000', '202509.543000', '202509.545000', '202509.548000', '202509.551000', '202509.553000', '202509.556000', '202509.559000', '202529.440000', '202529.444000', '202529.446000', '202529.449000', '202529.451000', '202529.454000', '202529.457000', '202529.459000', '202529.462000', '202529.470000', '202529.472000', '202529.475000', '202529.477000', '202529.480000', '202529.483000', '202529.485000', '202529.488000', '202529.491000', '202529.493000', '202529.496000', '202529.499000', '202529.501000', '202529.504000', '202529.507000', '202529.509000', '202529.512000', '202529.515000', '202529.517000', '202529.520000', '202529.523000', '202529.525000', '202529.528000', '202529.531000', '202529.533000', '202529.536000', '202529.538000', '202529.541000', '202529.544000', '202529.546000', '202529.549000', '202529.551000', '202529.554000', '202529.557000', '202549.440000', '202549.443000', '202549.446000', '202549.449000', '202549.451000', '202549.454000', '202549.456000', '202549.459000', '202549.462000', '202549.464000', '202549.467000', '202549.469000', '202549.472000', '202549.475000', '202549.481000', '202549.484000', '202549.487000', '202549.489000', '202549.492000', '202549.495000', '202549.497000', '202549.500000', '202549.502000', '202549.505000', '202549.508000', '202549.510000', '202549.513000', '202549.516000', '202549.518000', '202549.521000', '202549.524000', '202549.526000', '202549.529000', '202549.531000', '202549.534000', '202549.537000', '202549.539000', '202549.542000', '202549.545000', '202549.547000', '202549.550000', '202549.552000', '202549.555000', '202549.558000', '202609.440000', '202609.443000', '202609.445000', '202609.448000', '202609.451000', '202609.453000', '202609.456000', '202609.459000', '202609.461000', '202609.464000', '202609.467000', '202609.469000', '202609.472000', '202609.475000', '202609.477000', '202609.488000', '202609.491000', '202609.493000', '202609.496000', '202609.499000', '202609.501000', '202609.504000', '202609.507000', '202609.509000', '202609.512000', '202609.515000', '202609.517000', '202609.520000', '202609.523000', '202609.525000', '202609.528000', '202609.530000', '202609.533000', '202609.536000', '202609.538000', '202609.541000', '202609.548000', '202609.551000', '202609.553000', '202609.556000', '202609.559000', '202609.561000', '202609.564000', '202629.441000', '202629.444000', '202629.446000', '202629.449000', '202629.452000', '202629.454000', '202629.457000', '202629.460000', '202629.462000', '202629.465000', '202629.468000', '202629.470000', '202629.473000', '202629.476000', '202629.478000', '202629.481000', '202629.484000', '202629.486000', '202629.489000', '202629.492000', '202629.494000', '202629.497000', '202629.500000', '202629.502000', '202629.505000', '202629.508000', '202629.510000', '202629.513000', '202629.516000', '202629.519000', '202629.521000', '202629.524000', '202629.527000', '202629.529000', '202629.532000', '202629.535000', '202629.537000', '202629.540000', '202629.542000', '202629.545000', '202629.548000', '202629.551000', '202629.553000', '202629.556000', '202649.441000', '202649.443000', '202649.446000', '202649.449000', '202649.451000', '202649.454000', '202649.457000', '202649.459000', '202649.462000', '202649.465000', '202649.467000', '202649.470000', '202649.472000', '202649.475000', '202649.478000', '202649.480000', '202649.483000', '202649.486000', '202649.488000', '202649.491000', '202649.494000', '202649.496000', '202649.499000', '202649.502000', '202649.504000', '202649.507000', '202649.509000', '202649.512000', '202649.515000', '202649.518000', '202649.521000', '202649.523000', '202649.526000', '202649.529000', '202649.531000', '202649.534000', '202649.537000', '202649.539000', '202649.542000', '202649.544000', '202649.547000', '202649.550000', '202649.552000', '202709.441000', '202709.443000', '202709.447000', '202709.449000', '202709.452000', '202709.454000', '202709.457000', '202709.460000', '202709.463000', '202709.466000', '202709.468000', '202709.471000', '202709.474000', '202709.476000', '202709.479000', '202709.482000', '202709.484000', '202709.487000', '202709.490000', '202709.492000', '202709.495000', '202709.498000', '202709.500000', '202709.503000', '202709.506000', '202709.508000', '202709.511000', '202709.514000', '202709.516000', '202709.519000', '202709.522000', '202709.524000', '202709.527000', '202709.530000', '202709.533000', '202709.535000', '202709.538000', '202709.540000', '202709.543000', '202709.546000', '202709.548000', '202709.551000', '202709.554000', '202729.441000', '202729.443000', '202729.446000', '202729.449000', '202729.452000', '202729.455000', '202729.457000', '202729.460000', '202729.463000', '202729.465000', '202729.468000', '202729.471000', '202729.473000', '202729.476000', '202729.479000', '202729.481000', '202729.484000', '202729.487000', '202729.489000', '202729.492000', '202729.495000', '202729.497000', '202729.500000', '202729.503000', '202729.506000', '202729.508000', '202729.511000', '202729.514000', '202729.516000', '202729.519000', '202729.522000', '202729.525000', '202729.527000', '202729.530000', '202729.532000', '202729.535000', '202729.538000', '202729.540000', '202729.543000', '202729.546000', '202729.549000', '202729.551000', '202729.554000', '202729.556000', '202749.441000', '202749.444000', '202749.446000', '202749.449000', '202749.452000', '202749.454000', '202749.457000', '202749.459000', '202749.462000', '202749.465000', '202749.467000', '202749.470000', '202749.473000', '202749.476000', '202749.479000', '202749.482000', '202749.485000', '202749.487000', '202749.490000', '202749.493000', '202749.495000', '202749.498000', '202749.500000', '202749.503000', '202749.506000', '202749.508000', '202749.511000', '202749.514000', '202749.516000', '202749.519000', '202749.521000', '202749.524000', '202749.527000', '202749.529000', '202749.532000', '202749.535000', '202749.537000', '202749.540000', '202749.543000', '202749.545000', '202749.548000', '202749.551000', '202749.553000', '202809.441000', '202809.443000', '202809.447000', '202809.450000', '202809.452000', '202809.455000', '202809.458000', '202809.460000', '202809.463000', '202809.465000', '202809.468000', '202809.471000', '202809.473000', '202809.476000', '202809.479000', '202809.481000', '202809.484000', '202809.486000', '202809.489000', '202809.492000', '202809.494000', '202809.497000', '202809.500000', '202809.502000', '202809.505000', '202809.508000', '202809.510000', '202809.513000', '202809.516000', '202809.518000', '202809.521000', '202809.524000', '202809.526000', '202809.529000', '202809.532000', '202809.534000', '202809.537000', '202809.540000', '202809.542000', '202809.545000', '202809.548000', '202809.550000', '202809.553000', '202809.556000', '202829.440000', '202829.443000', '202829.445000', '202829.448000', '202829.451000', '202829.453000', '202829.456000', '202829.458000', '202829.461000', '202829.464000', '202829.467000', '202829.469000', '202829.472000', '202829.475000', '202829.477000', '202829.480000', '202829.483000', '202829.485000', '202829.488000', '202829.491000', '202829.494000', '202829.496000', '202829.499000', '202829.501000', '202829.505000', '202829.508000', '202829.510000', '202829.513000', '202829.516000', '202829.518000', '202829.521000', '202829.524000', '202829.526000', '202829.529000', '202829.532000', '202829.534000', '202829.537000', '202829.539000', '202829.542000', '202829.545000', '202829.547000', '202829.550000', '202829.553000', '202849.440000', '202849.444000', '202849.446000', '202849.449000', '202849.452000', '202849.454000', '202849.457000', '202849.460000', '202849.462000', '202849.465000', '202849.468000', '202849.470000', '202849.473000', '202849.475000', '202849.478000', '202849.481000', '202849.483000', '202849.486000', '202849.489000', '202849.491000', '202849.494000', '202849.497000', '202849.499000', '202849.502000', '202849.505000', '202849.507000', '202849.510000', '202849.512000', '202849.515000', '202849.518000', '202849.520000', '202849.523000', '202849.525000', '202849.528000', '202849.531000', '202849.533000', '202849.536000', '202849.539000', '202849.541000', '202849.544000', '202849.546000', '202849.549000', '202849.552000', '202849.554000', '202909.440000', '202909.443000', '202909.446000', '202909.449000', '202909.452000', '202909.454000', '202909.457000', '202909.460000', '202909.462000', '202909.465000', '202909.468000', '202909.470000', '202909.473000', '202909.476000', '202909.478000', '202909.481000', '202909.484000', '202909.487000', '202909.490000', '202909.493000', '202909.496000', '202909.498000', '202909.513000', '202909.516000', '202909.518000', '202909.521000', '202909.524000', '202909.526000', '202909.529000', '202909.532000', '202909.534000', '202909.537000', '202909.539000', '202909.542000', '202909.545000', '202909.547000', '202909.550000', '202909.553000', '202909.555000', '202909.558000', '202909.561000', '202909.563000', '202909.566000', '202929.441000', '202929.444000', '202929.446000', '202929.449000', '202929.452000', '202929.455000', '202929.457000', '202929.460000', '202929.463000', '202929.465000', '202929.468000', '202929.471000', '202929.473000', '202929.476000', '202929.479000', '202929.481000', '202929.484000', '202929.486000', '202929.489000', '202929.492000', '202929.495000', '202929.497000', '202929.500000', '202929.503000', '202929.505000', '202929.508000', '202929.511000', '202929.513000', '202929.516000', '202929.519000', '202929.521000', '202929.524000', '202929.527000', '202929.529000', '202929.532000', '202929.535000', '202929.537000', '202929.540000', '202929.543000', '202929.545000', '202929.548000', '202929.551000', '202929.553000', '202929.556000', '202949.441000', '202949.443000', '202949.446000', '202949.449000', '202949.452000', '202949.454000', '202949.457000', '202949.460000', '202949.462000', '202949.465000', '202949.467000', '202949.470000', '202949.473000', '202949.475000', '202949.478000', '202949.483000', '202949.485000', '202949.488000', '202949.490000', '202949.493000', '202949.496000', '202949.498000', '202949.501000', '202949.504000', '202949.506000', '202949.509000', '202949.512000', '202949.514000', '202949.517000', '202949.520000', '202949.522000', '202949.525000', '202949.527000', '202949.538000', '202949.540000', '202949.543000', '202949.546000', '202949.549000', '202949.552000', '202949.555000', '202949.557000', '202949.560000', '202949.563000', '203009.440000', '203009.443000', '203009.446000', '203009.449000', '203009.451000', '203009.454000', '203009.457000', '203009.459000', '203009.462000', '203009.465000', '203009.467000', '203009.470000', '203009.472000', '203009.475000', '203009.478000', '203009.480000', '203009.483000', '203009.486000', '203009.488000', '203009.491000', '203009.494000', '203009.496000', '203009.499000', '203009.502000', '203009.504000', '203009.507000', '203009.509000', '203009.512000', '203009.515000', '203009.517000', '203009.520000', '203009.523000', '203009.525000', '203009.528000', '203009.531000', '203009.533000', '203009.536000', '203009.539000', '203009.541000', '203009.544000', '203009.547000', '203009.549000', '203009.552000', '203009.554000', '203029.441000', '203029.444000', '203029.446000', '203029.449000', '203029.452000', '203029.454000', '203029.457000', '203029.460000', '203029.462000', '203029.465000', '203029.468000', '203029.470000', '203029.473000', '203029.476000', '203029.478000', '203029.481000', '203029.484000', '203029.486000', '203029.489000', '203029.492000', '203029.494000', '203029.497000', '203029.500000', '203029.502000', '203029.505000', '203029.508000', '203029.510000', '203029.513000', '203029.516000', '203029.518000', '203029.521000', '203029.524000', '203029.526000', '203029.529000', '203029.532000', '203029.535000', '203029.537000', '203029.540000', '203029.543000', '203029.545000', '203029.548000', '203029.551000', '203029.553000', '203049.440000', '203049.442000', '203049.445000', '203049.448000', '203049.451000', '203049.453000', '203049.456000', '203049.459000', '203049.461000', '203049.464000', '203049.467000', '203049.469000', '203049.472000', '203049.474000', '203049.477000', '203049.480000', '203049.482000', '203049.485000', '203049.493000', '203049.495000', '203049.498000', '203049.500000', '203049.503000', '203049.506000', '203049.508000', '203049.511000', '203049.514000', '203049.516000', '203049.519000', '203049.522000', '203049.524000', '203049.527000', '203049.530000', '203049.532000', '203049.535000', '203049.537000', '203049.540000', '203049.543000', '203049.545000', '203049.548000', '203049.550000', '203049.553000', '203049.556000', '203049.558000', '203109.441000', '203109.443000', '203109.446000', '203109.449000', '203109.452000', '203109.454000', '203109.457000', '203109.459000', '203109.462000', '203109.465000', '203109.467000', '203109.470000', '203109.472000', '203109.475000', '203109.478000', '203109.480000', '203109.483000', '203109.486000', '203109.488000', '203109.491000', '203109.494000', '203109.496000', '203109.499000', '203109.502000', '203109.504000', '203109.507000', '203109.509000', '203109.512000', '203109.515000', '203109.517000', '203109.520000', '203109.523000', '203109.525000', '203109.528000', '203109.530000', '203109.533000', '203109.536000', '203109.538000', '203109.541000', '203109.544000', '203109.547000', '203109.549000', '203109.552000', '203129.441000', '203129.444000', '203129.446000', '203129.449000', '203129.452000', '203129.454000', '203129.457000', '203129.460000', '203129.462000', '203129.465000', '203129.468000', '203129.470000', '203129.473000', '203129.476000', '203129.478000', '203129.481000', '203129.484000', '203129.487000', '203129.489000', '203129.492000', '203129.494000', '203129.497000', '203129.500000', '203129.502000', '203129.505000', '203129.508000', '203129.510000', '203129.513000', '203129.516000', '203129.518000', '203129.521000', '203129.524000', '203129.526000', '203129.529000', '203129.532000', '203129.534000', '203129.537000', '203129.540000', '203129.542000', '203129.545000', '203129.548000', '203129.550000', '203129.553000', '203129.556000', '203149.441000', '203149.444000', '203149.446000', '203149.449000', '203149.452000', '203149.455000', '203149.457000', '203149.460000', '203149.463000', '203149.465000', '203149.468000', '203149.471000', '203149.473000', '203149.476000', '203149.479000', '203149.481000', '203149.484000', '203149.487000', '203149.489000', '203149.492000', '203149.495000', '203149.497000', '203149.500000', '203149.503000', '203149.505000', '203149.508000', '203149.510000', '203149.513000', '203149.516000', '203149.519000', '203149.521000', '203149.524000', '203149.526000', '203149.529000', '203149.532000', '203149.534000', '203149.537000', '203149.540000', '203149.542000', '203149.545000', '203149.548000', '203149.550000', '203149.553000', '203209.441000', '203209.444000', '203209.446000', '203209.449000', '203209.452000', '203209.454000', '203209.457000', '203209.459000', '203209.462000', '203209.465000', '203209.468000', '203209.470000', '203209.473000', '203209.476000', '203209.478000', '203209.481000', '203209.484000', '203209.486000', '203209.489000', '203209.492000', '203209.494000', '203209.497000', '203209.500000', '203209.502000', '203209.505000', '203209.508000', '203209.510000', '203209.513000', '203209.516000', '203209.519000', '203209.521000', '203209.524000', '203209.527000', '203209.529000', '203209.532000', '203209.534000', '203209.537000', '203209.540000', '203209.542000', '203209.545000', '203209.548000', '203209.550000', '203209.553000', '203209.556000', '203229.441000', '203229.444000', '203229.447000', '203229.449000', '203229.452000', '203229.454000', '203229.457000', '203229.460000', '203229.462000', '203229.465000', '203229.468000', '203229.470000', '203229.473000', '203229.476000', '203229.478000', '203229.481000', '203229.484000', '203229.486000', '203229.489000', '203229.492000', '203229.494000', '203229.497000', '203229.500000', '203229.502000', '203229.505000', '203229.508000', '203229.510000', '203229.513000', '203229.516000', '203229.519000', '203229.521000', '203229.524000', '203229.527000', '203229.529000', '203229.532000', '203229.534000', '203229.537000', '203229.540000', '203229.542000', '203229.545000', '203229.548000', '203229.550000', '203229.553000', '203249.441000', '203249.444000', '203249.446000', '203249.449000', '203249.452000', '203249.454000', '203249.457000', '203249.460000', '203249.462000', '203249.465000', '203249.468000', '203249.470000', '203249.473000', '203249.476000', '203249.478000', '203249.481000', '203249.484000', '203249.486000', '203249.489000', '203249.492000', '203249.494000', '203249.497000', '203249.500000', '203249.502000', '203249.505000', '203249.508000', '203249.510000', '203249.513000', '203249.516000', '203249.518000', '203249.521000', '203249.523000', '203249.526000', '203249.529000', '203249.531000', '203249.534000', '203249.537000', '203249.539000', '203249.542000', '203249.545000', '203249.547000', '203249.550000', '203249.553000', '203249.555000', '203309.440000', '203309.443000', '203309.445000', '203309.448000', '203309.451000', '203309.453000', '203309.456000', '203309.459000', '203309.461000', '203309.464000', '203309.466000', '203309.469000', '203309.472000', '203309.475000', '203309.477000', '203309.480000', '203309.482000', '203309.485000', '203309.488000', '203309.490000', '203309.493000', '203309.496000', '203309.498000', '203309.501000', '203309.503000', '203309.506000', '203309.509000', '203309.512000', '203309.514000', '203309.517000', '203309.520000', '203309.522000', '203309.525000', '203309.528000', '203309.530000', '203309.533000', '203309.535000', '203309.538000', '203309.541000', '203309.543000', '203309.558000', '203309.561000', '203309.563000', '203318.316000', '203318.319000', '203318.322000', '203318.324000', '203318.327000', '203318.330000', '203318.333000', '203318.336000', '203318.339000', '203318.342000', '203318.346000', '203318.350000', '203318.353000', '203318.356000', '203318.359000', '203318.361000', '203318.364000', '203318.367000', '203318.370000', '203318.373000'], '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': [8929, 9705, 7588, 13386, 11945, 6894, 8854, 6988, 6828, 10911, 10113, 10861, 11734, 7490, 8280, 7971, 7521, 13731, 10508, 8960, 9192, 7415, 8100, 12488, 8205, 15344, 11217, 6707, 8041, 6913, 9413, 11221, 8168, 12522, 7044, 6749, 8011, 7128, 11721, 10271, 7844, 9232, 7132, 6493, 11112, 8815, 11917, 9926, 6823, 10070, 7346, 6633, 12720, 9508, 8710, 8697, 7372, 6595, 9770, 9680, 11497, 9876, 6937, 9607, 10432, 7637, 13985, 10832, 7703, 8792, 7602, 10583, 13357, 10127, 12482, 7918, 7033, 10508, 10428, 7791, 13364, 8836, 6641, 9058, 9107, 8061, 12782, 9704, 7150, 7891, 6996, 10200, 11852, 8667, 13451, 7802, 6859, 11303, 11072, 7982, 14714, 7974, 6614, 8517, 8978, 10253, 12438, 6920, 8407, 7680, 6678, 12671, 10265, 7759, 9338, 7338, 6309, 10719, 8788, 10726, 9006, 7251, 6433, 9769, 9711, 10348, 9763, 7058, 6708, 10744, 10105, 10836, 12561, 7300, 6620, 11813, 10365, 13265, 14766, 7549, 6855, 10340, 10154, 10586, 13245, 7709, 6641, 8818, 10195, 9305, 14101, 10393, 6881, 6591, 8354, 10215, 9745, 13895, 7987, 7055, 9824, 10607, 8016, 16258, 9948, 7707, 9686, 9501, 8142, 13690, 10603, 6753, 7256, 7830, 8313, 10486, 12506, 8756, 6696, 9250, 9051, 7979, 12427, 10100, 6597, 6727, 8106, 8186, 10701, 10793, 7467, 6622, 7956, 7102, 9485, 12686, 8585, 6460, 7535, 6745, 10279, 11052, 8208, 12163, 7493, 6683, 8655, 11564, 9677, 12435, 9532, 6586, 8585, 11799, 9036, 11871, 8097, 6789, 7925, 12452, 9194, 8341, 7160, 7740, 6771, 7184, 8139, 9457, 9227, 11459, 10246, 6681, 6677, 11270, 10576, 10671, 15827, 8159, 6597, 8441, 7128, 10512, 11238, 7271, 6473, 6992, 6649, 10842, 10401, 8315, 12437, 7166, 6957, 10499, 10537, 9247, 15191, 9072, 6616, 8612, 9416, 11951, 12493, 8194, 10089, 8016, 9157, 12958, 8788, 6470, 7518, 7254, 9577, 10458, 8733, 9624, 6986, 6583, 10952, 9219, 7493, 9285, 7171, 6694, 11907, 10227, 13316, 12717, 7911, 7042, 8020, 7685, 11235, 10085, 7502, 9370, 7280, 6796, 12255, 9745, 7601, 12915, 7204, 6742, 10560, 10328, 9223, 11984, 7320, 6792, 11666, 9213, 8338, 10935, 6837, 6840, 11453, 9237, 7921, 9996, 6985, 6883, 11705, 8895, 7833, 10100, 7086, 6873, 11475, 9277, 7879, 6686, 7820, 6647, 6800, 8685, 8935, 10149, 8896, 8167, 6845, 7217, 11268, 11369, 12448, 14853, 8276, 7596, 10722, 10951, 9646, 17097, 7675, 6791, 8921, 9142, 10804, 12318, 7330, 6824, 7622, 7289, 12272, 9987, 8258, 8481, 8505, 9465, 12760, 8718, 6822, 7392, 6950, 12465, 9891, 10212, 11426, 7127, 6324, 7532, 8222, 11192, 10617, 7265, 8621, 6793, 6757, 12601, 10011, 7647, 8300, 7111, 6595, 11036, 10194, 12662, 10338, 6889, 8483, 9251, 8796, 13827, 11340, 12648, 7732, 6748, 12100, 10346, 8952, 11416, 7100, 6699, 9250, 10148, 11301, 10504, 7663, 8877, 7069, 6685, 12568, 11056, 7292, 9065, 6578, 6547, 8191, 8057, 10569, 13157, 9060, 9276, 7191, 7273, 11129, 10854, 10768, 13486, 7889, 6895, 7649, 7030, 13065, 10151, 8010, 8878, 8535, 7645, 10071, 8627, 13286, 10661, 6492, 8781, 7260, 7227, 12070, 9728, 6670, 8086, 7183, 7070, 9489, 8484, 7763, 6983, 9723, 8004, 7331, 7591, 13412, 13542, 13561, 14173, 9048, 7835, 10387, 13210, 14169, 17132, 9308, 8380, 9862, 11931, 9078, 16493, 9736, 7262, 8617, 9372, 9600, 12463, 9101, 6428, 7742, 7275, 9107, 11414, 8561, 11824, 6860, 7915, 10241, 9390, 14752, 10970, 8902, 8738, 7897, 11887, 10841, 9828, 14992, 7994, 10482, 7398, 7286, 13707, 10003, 11218, 7502, 7120, 9364, 9704, 11270, 10420, 6817, 8762, 7854, 9465, 11749, 7580, 10180, 6983, 6586, 9764, 8672, 13452, 10651, 6517, 8326, 7282, 7902, 12613, 9836, 12003, 7586, 6653, 8806, 10080, 9032, 12325, 8943, 6560, 8108, 7005, 10750, 11050, 8546, 15737, 7481, 6984, 10909, 10455, 11071, 10807, 6861, 8975, 9036, 9848, 12860, 7483, 9641, 7861, 9433, 11873, 7847, 8356, 7027, 6768, 11289, 8875, 11600, 7183, 6583, 11167, 9624, 10757, 9305, 7298, 8637, 10352, 8351, 13361, 9153, 7167, 10583, 9179, 10282, 10803, 6822, 6487, 11203, 10077, 11010, 9877, 6993, 9838, 11106, 8081, 11593, 7556, 6729, 12028, 10732, 7095, 10439, 6923, 6964, 6791, 9442, 7587, 6859, 11143, 8597, 7351, 12128, 8613, 7285, 11610, 8225, 12775, 11935, 8478, 14840, 9137, 8232, 11672, 8939, 12961, 12796, 8996, 15696, 9079, 8646, 11544, 7818, 13153, 8369, 7717, 10041, 8043, 13436, 11212, 7917, 12770, 7167, 7178, 9501, 7253, 7538, 9884, 7780, 8015, 9746, 8164, 8232, 12194, 8040, 11575, 9653, 7271, 7760, 9418, 9137, 12750, 10235, 7389, 12915, 8706, 7190, 11661, 8220, 7960, 9678, 7879, 10858, 13064, 7340, 6605, 7150, 6910, 10533, 10706, 8331, 13491, 10799, 7398, 8612, 8102, 8767, 13092, 9266, 16946, 12712, 7244, 9120, 7777, 12512, 11985, 8865, 14896, 7240, 7609, 9599, 8004, 10539, 13892, 9124, 11324, 9211, 7779, 11104, 10041, 8177, 13884, 10292, 7054, 8980, 7876, 12400, 9993, 7763, 13739, 6796, 7595, 9075, 7172, 7229, 11474, 10034, 10147, 10438, 6884, 7487, 10653, 10554, 8523, 13207, 10629, 7734, 7575, 12539, 9443, 7489, 12116, 13944, 10264, 7572, 7675, 10345, 7918, 9652, 14812, 12165, 13750, 10809, 7198, 7105, 9530, 8058, 12228, 11652, 7504, 7349, 7463, 6967, 12142, 10719, 8298, 13784, 7526, 8228, 10929, 9046, 10278, 13567, 10400, 7698, 8574, 7754, 7369, 11007, 8637, 12447, 10864, 7455, 9240, 8445, 7971, 12626, 11240, 8464, 8820, 7975, 7310, 11799, 10604, 7782, 7246, 7477, 7807, 11216, 10725, 7463, 9682, 7086, 7157, 12724, 9295, 10376, 7867, 6761, 9220, 8631, 8598, 12744, 8599, 6753, 7459, 7354, 7126, 9797, 9828, 12321, 10040, 7137, 9308, 7758, 7860, 12666, 9648, 9666, 9017, 8257, 7456, 11432, 8913, 16685, 12719, 8445, 10205, 8575, 9773, 14367, 11163, 15724, 9266, 8555, 9796, 10306, 7380, 13439, 9696, 7608, 8237, 8340, 9637, 12634, 9292, 7157, 8220, 8634, 8083, 11748, 7783, 8362, 11761, 10095, 8916, 11340, 7624, 8326, 8322, 12906, 9754, 8930, 9298, 7073, 7890, 12295, 9598, 7683, 10825, 7405, 7790, 10629, 11097, 8622, 9145, 8056, 8337, 7900, 11753, 8752, 7104, 8363, 7013, 7512, 13599, 9945, 7930, 12126, 7464, 8161, 11400, 10470, 8806, 12637, 7916, 7946, 10856, 10469, 9591, 15430, 10639, 7764, 7552, 9214, 7502, 9660, 13054, 7731, 8113, 10489, 7648, 6819, 8793, 10947, 9448, 9148, 7790, 9603, 8469, 10990, 14067, 8493, 8365, 8865, 8729, 9458, 12468, 9782, 7236, 8498, 6764, 6539, 11136, 9934, 6925, 6423, 7121, 7081, 9748, 11644, 7938, 6682, 7349, 7369, 11754, 10421, 9242, 14810, 7245, 8151, 10708, 9320, 14926, 13394, 8578, 9843, 7189, 7201, 12214, 9151, 11520, 8419, 8074, 9645, 9623, 7656, 12767, 9356, 7058, 7689, 7459, 12354, 10072, 7523, 8362, 7336, 8881, 9364, 7645, 12085, 7028, 7325, 8919, 7344, 12044, 10854, 7224, 8782, 7437, 7449, 12832, 9678, 10709, 8031, 7412, 9155, 10968, 9389, 14040, 10422, 6809, 9362, 10099, 7856, 13578, 10023, 7384, 9074, 9568, 9714, 13202, 8867, 6680, 7969, 8294, 10834, 11928, 7749, 9292, 8321, 7447, 13842, 10126, 7520, 8656, 8719, 10306, 11731, 8096, 9021, 7133, 8096, 12345, 9499, 8446, 8992, 6572, 6851, 8732, 7133, 7763, 10511, 7901, 8108, 10015, 7778, 7821, 10118, 8063, 8474, 10984, 8892, 13224, 11605, 8980, 13833, 11166, 14062, 17142, 14016, 15543, 10597, 9553, 12080, 9748, 11027, 13350, 8689, 7493, 8232, 8106, 9630, 9360, 7383, 9880, 7576, 7602, 8233, 9851, 9330, 10749, 9683, 8649, 7651, 9774, 8750, 11370, 10592, 8252, 9634, 9347, 7664, 12068, 10197, 7575, 8901, 7925, 8435, 11720, 10291, 7792, 7004, 7373, 7184, 11087, 10676, 7760, 6652, 7990, 7559, 11142, 11929, 7688, 6788, 8251, 7706, 10699, 13360, 8379, 7036, 10149, 8647, 10686, 12806, 7232, 8033, 9117, 8727, 9950, 12870, 8670, 7283, 8042], 'WindowCenter': [4071.0, 4067.0, 4033.0, 4075.0, 4074.0, 4010.0, 4040.0, 4010.0, 4009.0, 4050.0, 4050.0, 4064.0, 4064.0, 4010.0, 4020.0, 4018.0, 4018.0, 4059.0, 4052.0, 4030.0, 4027.0, 3996.0, 4016.0, 4046.0, 4015.0, 4070.0, 4048.0, 3995.0, 4003.0, 3996.0, 4026.0, 4046.0, 4016.0, 4060.0, 3995.0, 3996.0, 4017.0, 4008.0, 4047.0, 4050.0, 4020.0, 4027.0, 4008.0, 3999.0, 4048.0, 4028.0, 4060.0, 4040.0, 3998.0, 4038.0, 4008.0, 3998.0, 4058.0, 4040.0, 4030.0, 4029.0, 4019.0, 4010.0, 4050.0, 4040.0, 4064.0, 4052.0, 4010.0, 4051.0, 4051.0, 4019.0, 4072.0, 4065.0, 4018.0, 4029.0, 4018.0, 4049.0, 4059.0, 4040.0, 4058.0, 4017.0, 4009.0, 4050.0, 4038.0, 4017.0, 4072.0, 4030.0, 3998.0, 4029.0, 4039.0, 4018.0, 4061.0, 4041.0, 4008.0, 4017.0, 4009.0, 4039.0, 4049.0, 4029.0, 4071.0, 4007.0, 3997.0, 4049.0, 4047.0, 4019.0, 4084.0, 4018.0, 3996.0, 4028.0, 4028.0, 4037.0, 4060.0, 3997.0, 4016.0, 4006.0, 3995.0, 4057.0, 4038.0, 4019.0, 4028.0, 4007.0, 3997.0, 4048.0, 4028.0, 4050.0, 4028.0, 4009.0, 3997.0, 4038.0, 4040.0, 4053.0, 4053.0, 4009.0, 4010.0, 4062.0, 4051.0, 4062.0, 4062.0, 4007.0, 3997.0, 4060.0, 4039.0, 4060.0, 4070.0, 4007.0, 3995.0, 4037.0, 4036.0, 4038.0, 4072.0, 4008.0, 3995.0, 4027.0, 4036.0, 4028.0, 4071.0, 4040.0, 3997.0, 3996.0, 4016.0, 4036.0, 4039.0, 4073.0, 4017.0, 3996.0, 4039.0, 4039.0, 4017.0, 4082.0, 4027.0, 4005.0, 4026.0, 4027.0, 4005.0, 4059.0, 4038.0, 3996.0, 4006.0, 4006.0, 4017.0, 4038.0, 4060.0, 4029.0, 3997.0, 4028.0, 4027.0, 4017.0, 4060.0, 4038.0, 3997.0, 3996.0, 4015.0, 4017.0, 4036.0, 4049.0, 4007.0, 3997.0, 4017.0, 4007.0, 4027.0, 4059.0, 4030.0, 3987.0, 4007.0, 3998.0, 4038.0, 4047.0, 4030.0, 4062.0, 4007.0, 3999.0, 4029.0, 4048.0, 4039.0, 4062.0, 4039.0, 3999.0, 4028.0, 4047.0, 4029.0, 4061.0, 4017.0, 3996.0, 4017.0, 4048.0, 4028.0, 4017.0, 3996.0, 4007.0, 3997.0, 3997.0, 4018.0, 4027.0, 4027.0, 4052.0, 4039.0, 3996.0, 3997.0, 4048.0, 4037.0, 4037.0, 4072.0, 4005.0, 3984.0, 4015.0, 3996.0, 4036.0, 4047.0, 4008.0, 3985.0, 3995.0, 3998.0, 4047.0, 4039.0, 4029.0, 4061.0, 3996.0, 4008.0, 4049.0, 4038.0, 4028.0, 4073.0, 4027.0, 3984.0, 4016.0, 4025.0, 4047.0, 4060.0, 4016.0, 4026.0, 4004.0, 4012.0, 4047.0, 4017.0, 3985.0, 3993.0, 4007.0, 4026.0, 4038.0, 4027.0, 4025.0, 4008.0, 3998.0, 4049.0, 4042.0, 4008.0, 4027.0, 3997.0, 3996.0, 4047.0, 4037.0, 4060.0, 4058.0, 4018.0, 3995.0, 4017.0, 4007.0, 4037.0, 4039.0, 4007.0, 4025.0, 4006.0, 3995.0, 4047.0, 4039.0, 4008.0, 4059.0, 4006.0, 3995.0, 4036.0, 4036.0, 4028.0, 4047.0, 3994.0, 3994.0, 4046.0, 4025.0, 4017.0, 4047.0, 3984.0, 3997.0, 4048.0, 4027.0, 4018.0, 4038.0, 3996.0, 3995.0, 4048.0, 4028.0, 4008.0, 4038.0, 3995.0, 3998.0, 4049.0, 4029.0, 4019.0, 3996.0, 4006.0, 3996.0, 3997.0, 4030.0, 4038.0, 4052.0, 4041.0, 4030.0, 3998.0, 4020.0, 4049.0, 4051.0, 4064.0, 4071.0, 4017.0, 4007.0, 4037.0, 4037.0, 4027.0, 4070.0, 4004.0, 3983.0, 4014.0, 4015.0, 4035.0, 4061.0, 4007.0, 3984.0, 4007.0, 4007.0, 4048.0, 4041.0, 4016.0, 4016.0, 4016.0, 4024.0, 4059.0, 4017.0, 3983.0, 3993.0, 3996.0, 4044.0, 4024.0, 4036.0, 4048.0, 3994.0, 3985.0, 4004.0, 4017.0, 4047.0, 4038.0, 4008.0, 4016.0, 3997.0, 4009.0, 4058.0, 4040.0, 4020.0, 4018.0, 3997.0, 3996.0, 4048.0, 4038.0, 4062.0, 4037.0, 3995.0, 4017.0, 4027.0, 4014.0, 4058.0, 4047.0, 4045.0, 4003.0, 3995.0, 4047.0, 4037.0, 4027.0, 4047.0, 3995.0, 3995.0, 4027.0, 4035.0, 4037.0, 4049.0, 4007.0, 4015.0, 3996.0, 3996.0, 4058.0, 4047.0, 4007.0, 4028.0, 3995.0, 3983.0, 4015.0, 4015.0, 4036.0, 4059.0, 4028.0, 4027.0, 3995.0, 3995.0, 4034.0, 4034.0, 4036.0, 4059.0, 4004.0, 3981.0, 4004.0, 3995.0, 4046.0, 4037.0, 4005.0, 4013.0, 4013.0, 4004.0, 4024.0, 4013.0, 4059.0, 4038.0, 3985.0, 4016.0, 4006.0, 4005.0, 4046.0, 4040.0, 3997.0, 4017.0, 3996.0, 3997.0, 4025.0, 4017.0, 4007.0, 3997.0, 4028.0, 4018.0, 4009.0, 4020.0, 4062.0, 4075.0, 4062.0, 4060.0, 4017.0, 4008.0, 4038.0, 4049.0, 4062.0, 4070.0, 4015.0, 4004.0, 4025.0, 4035.0, 4015.0, 4071.0, 4026.0, 3993.0, 4015.0, 4028.0, 4037.0, 4048.0, 4029.0, 3986.0, 4005.0, 4007.0, 4026.0, 4048.0, 4029.0, 4050.0, 3996.0, 4007.0, 4037.0, 4028.0, 4059.0, 4039.0, 4015.0, 4003.0, 4004.0, 4036.0, 4036.0, 4026.0, 4060.0, 4004.0, 4024.0, 4004.0, 3992.0, 4046.0, 4037.0, 4038.0, 3994.0, 3996.0, 4027.0, 4027.0, 4049.0, 4040.0, 3985.0, 4015.0, 4018.0, 4026.0, 4049.0, 4008.0, 4027.0, 3996.0, 3995.0, 4036.0, 4017.0, 4059.0, 4051.0, 3987.0, 4017.0, 4008.0, 4016.0, 4049.0, 4040.0, 4060.0, 4006.0, 3997.0, 4030.0, 4039.0, 4027.0, 4062.0, 4030.0, 3996.0, 4017.0, 4009.0, 4049.0, 4048.0, 4030.0, 4083.0, 4007.0, 4009.0, 4049.0, 4038.0, 4051.0, 4039.0, 3986.0, 4027.0, 4028.0, 4027.0, 4061.0, 4006.0, 4025.0, 4018.0, 4026.0, 4047.0, 4017.0, 4016.0, 3996.0, 3997.0, 4048.0, 4031.0, 4049.0, 3996.0, 3998.0, 4049.0, 4038.0, 4053.0, 4029.0, 4008.0, 4029.0, 4039.0, 4017.0, 4073.0, 4029.0, 3997.0, 4049.0, 4039.0, 4039.0, 4050.0, 3996.0, 3987.0, 4049.0, 4040.0, 4051.0, 4038.0, 4011.0, 4039.0, 4049.0, 4019.0, 4050.0, 4006.0, 4000.0, 4058.0, 4049.0, 3996.0, 4036.0, 3982.0, 3983.0, 3995.0, 4038.0, 4020.0, 3996.0, 4036.0, 4016.0, 4007.0, 4049.0, 4028.0, 4007.0, 4048.0, 4018.0, 4047.0, 4037.0, 4004.0, 4045.0, 4013.0, 3990.0, 4023.0, 4013.0, 4045.0, 4046.0, 4013.0, 4044.0, 4000.0, 3999.0, 4032.0, 3990.0, 4032.0, 4003.0, 3993.0, 4013.0, 4003.0, 4043.0, 4033.0, 3992.0, 4034.0, 3982.0, 3983.0, 4013.0, 3992.0, 3994.0, 4025.0, 3995.0, 4008.0, 4027.0, 4019.0, 4030.0, 4049.0, 4019.0, 4062.0, 4039.0, 4009.0, 4008.0, 4028.0, 4039.0, 4060.0, 4039.0, 4009.0, 4060.0, 4018.0, 3996.0, 4037.0, 4017.0, 4007.0, 4026.0, 4019.0, 4050.0, 4060.0, 4009.0, 3998.0, 3997.0, 4009.0, 4051.0, 4052.0, 4020.0, 4062.0, 4051.0, 4010.0, 4018.0, 4019.0, 4028.0, 4059.0, 4028.0, 4084.0, 4061.0, 3997.0, 4016.0, 4008.0, 4047.0, 4037.0, 4017.0, 4060.0, 3995.0, 4005.0, 4025.0, 4005.0, 4036.0, 4058.0, 4030.0, 4049.0, 4027.0, 4007.0, 4037.0, 4027.0, 4005.0, 4058.0, 4038.0, 3995.0, 4015.0, 4006.0, 4047.0, 4037.0, 4006.0, 4070.0, 3996.0, 4006.0, 4014.0, 3995.0, 4006.0, 4049.0, 4039.0, 4049.0, 4051.0, 4010.0, 4021.0, 4051.0, 4050.0, 4030.0, 4072.0, 4052.0, 4022.0, 4008.0, 4050.0, 4028.0, 4008.0, 4050.0, 4074.0, 4041.0, 4008.0, 4007.0, 4038.0, 4007.0, 4027.0, 4059.0, 4050.0, 4048.0, 4038.0, 3996.0, 3983.0, 4026.0, 4005.0, 4035.0, 4048.0, 3997.0, 3996.0, 3996.0, 3998.0, 4049.0, 4037.0, 4019.0, 4060.0, 4008.0, 4006.0, 4038.0, 4017.0, 4027.0, 4047.0, 4038.0, 3996.0, 4014.0, 3995.0, 3994.0, 4024.0, 4006.0, 4048.0, 4037.0, 3997.0, 4016.0, 4006.0, 4006.0, 4047.0, 4038.0, 4006.0, 4016.0, 4004.0, 3995.0, 4036.0, 4038.0, 4007.0, 3995.0, 3994.0, 4007.0, 4036.0, 4039.0, 3997.0, 4015.0, 3995.0, 3996.0, 4047.0, 4027.0, 4039.0, 4005.0, 3985.0, 4027.0, 4017.0, 4016.0, 4048.0, 4029.0, 3998.0, 4008.0, 4009.0, 3998.0, 4040.0, 4040.0, 4061.0, 4041.0, 3998.0, 4027.0, 4009.0, 4020.0, 4060.0, 4040.0, 4041.0, 4028.0, 4019.0, 4008.0, 4049.0, 4017.0, 4073.0, 4061.0, 4006.0, 4027.0, 4018.0, 4027.0, 4059.0, 4037.0, 4059.0, 4015.0, 4004.0, 4027.0, 4026.0, 3995.0, 4060.0, 4028.0, 4007.0, 4019.0, 4019.0, 4026.0, 4060.0, 4028.0, 3997.0, 4019.0, 4019.0, 4020.0, 4049.0, 4007.0, 4029.0, 4050.0, 4039.0, 4031.0, 4049.0, 4006.0, 4019.0, 4019.0, 4048.0, 4039.0, 4029.0, 4027.0, 3996.0, 4016.0, 4048.0, 4029.0, 4021.0, 4038.0, 3995.0, 4007.0, 4037.0, 4035.0, 4018.0, 4015.0, 4004.0, 4005.0, 4016.0, 4046.0, 4018.0, 3995.0, 4017.0, 3996.0, 4007.0, 4057.0, 4039.0, 4019.0, 4062.0, 3996.0, 4019.0, 4048.0, 4037.0, 4017.0, 4049.0, 4006.0, 4006.0, 4036.0, 4037.0, 4027.0, 4059.0, 4037.0, 4005.0, 3993.0, 4014.0, 3994.0, 4025.0, 4048.0, 3995.0, 4004.0, 4037.0, 4005.0, 3986.0, 4004.0, 4035.0, 4013.0, 4013.0, 3994.0, 4013.0, 4016.0, 4035.0, 4059.0, 4005.0, 4003.0, 4014.0, 4002.0, 4012.0, 4035.0, 4027.0, 3994.0, 4014.0, 3983.0, 3985.0, 4036.0, 4039.0, 3999.0, 3986.0, 3997.0, 4010.0, 4039.0, 4050.0, 4021.0, 3997.0, 4008.0, 4008.0, 4048.0, 4040.0, 4028.0, 4058.0, 3994.0, 3992.0, 4025.0, 4015.0, 4046.0, 4047.0, 4004.0, 4013.0, 3984.0, 3994.0, 4035.0, 4016.0, 4037.0, 4005.0, 4004.0, 4026.0, 4025.0, 3995.0, 4049.0, 4017.0, 3983.0, 3993.0, 4006.0, 4046.0, 4028.0, 4006.0, 4004.0, 3996.0, 4016.0, 4026.0, 4007.0, 4049.0, 3996.0, 3995.0, 4016.0, 4007.0, 4047.0, 4039.0, 3996.0, 4014.0, 4007.0, 4007.0, 4048.0, 4027.0, 4040.0, 4006.0, 3997.0, 4027.0, 4038.0, 4028.0, 4061.0, 4037.0, 3987.0, 4029.0, 4038.0, 4007.0, 4061.0, 4029.0, 3996.0, 4029.0, 4028.0, 4028.0, 4062.0, 4029.0, 3984.0, 4006.0, 4015.0, 4037.0, 4051.0, 4006.0, 4016.0, 4006.0, 3995.0, 4058.0, 4028.0, 3995.0, 4016.0, 4015.0, 4026.0, 4048.0, 4006.0, 4016.0, 3984.0, 4018.0, 4047.0, 4027.0, 4004.0, 4003.0, 3971.0, 3984.0, 4015.0, 3997.0, 4005.0, 4024.0, 4003.0, 4002.0, 4025.0, 3994.0, 4005.0, 4025.0, 4006.0, 4004.0, 4024.0, 4002.0, 4033.0, 4023.0, 4001.0, 4032.0, 4021.0, 4034.0, 4047.0, 4044.0, 4042.0, 4009.0, 3999.0, 4019.0, 3998.0, 4007.0, 4032.0, 4000.0, 3977.0, 3987.0, 3990.0, 4010.0, 4000.0, 3991.0, 4012.0, 3990.0, 3993.0, 4015.0, 4025.0, 4027.0, 4038.0, 4026.0, 4015.0, 3994.0, 4025.0, 4015.0, 4038.0, 4037.0, 4003.0, 4025.0, 4013.0, 4006.0, 4048.0, 4026.0, 4005.0, 4015.0, 4016.0, 4016.0, 4048.0, 4037.0, 4007.0, 3995.0, 4007.0, 4008.0, 4048.0, 4039.0, 4007.0, 3984.0, 4005.0, 4018.0, 4049.0, 4062.0, 4007.0, 3996.0, 4017.0, 4017.0, 4038.0, 4062.0, 4018.0, 3996.0, 4037.0, 4017.0, 4038.0, 4059.0, 3996.0, 4006.0, 4028.0, 4016.0, 4027.0, 4048.0, 4017.0, 3995.0, 4019.0], 'WindowWidth': [9079.0, 9065.0, 9012.0, 9072.0, 9068.0, 8975.0, 9013.0, 8973.0, 8971.0, 9027.0, 9029.0, 9053.0, 9053.0, 8973.0, 8983.0, 8979.0, 8980.0, 9042.0, 9035.0, 8996.0, 8987.0, 8944.0, 8975.0, 9013.0, 8972.0, 9061.0, 9024.0, 8944.0, 8951.0, 8946.0, 8986.0, 9014.0, 8976.0, 9043.0, 8947.0, 8947.0, 8978.0, 8969.0, 9020.0, 9029.0, 8985.0, 8992.0, 8968.0, 8957.0, 9021.0, 8995.0, 9042.0, 9013.0, 8954.0, 9006.0, 8966.0, 8954.0, 9037.0, 9015.0, 9000.0, 8996.0, 8984.0, 8974.0, 9026.0, 9014.0, 9054.0, 9033.0, 8973.0, 9030.0, 9029.0, 8984.0, 9068.0, 9056.0, 8980.0, 8994.0, 8982.0, 9023.0, 9040.0, 9014.0, 9036.0, 8975.0, 8969.0, 9029.0, 9006.0, 8978.0, 9063.0, 9000.0, 8952.0, 8997.0, 9011.0, 8980.0, 9046.0, 9017.0, 8966.0, 8978.0, 8972.0, 9009.0, 9027.0, 9000.0, 9059.0, 8965.0, 8952.0, 9023.0, 9018.0, 8983.0, 9084.0, 8981.0, 8949.0, 8995.0, 8993.0, 9004.0, 9043.0, 8951.0, 8972.0, 8961.0, 8947.0, 9033.0, 9008.0, 8982.0, 8991.0, 8964.0, 8952.0, 9020.0, 8995.0, 9027.0, 8994.0, 8968.0, 8953.0, 9009.0, 9013.0, 9034.0, 9036.0, 8970.0, 8975.0, 9044.0, 9029.0, 9047.0, 9047.0, 8965.0, 8952.0, 9039.0, 9010.0, 9045.0, 9057.0, 8963.0, 8944.0, 9003.0, 9000.0, 9007.0, 9061.0, 8966.0, 8946.0, 8993.0, 9002.0, 8993.0, 9061.0, 9012.0, 8951.0, 8949.0, 8976.0, 9002.0, 9011.0, 9065.0, 8977.0, 8947.0, 9010.0, 9008.0, 8978.0, 9079.0, 8989.0, 8956.0, 8988.0, 8987.0, 8958.0, 9041.0, 9006.0, 8948.0, 8962.0, 8962.0, 8977.0, 9006.0, 9043.0, 8995.0, 8949.0, 8993.0, 8990.0, 8976.0, 9041.0, 9008.0, 8948.0, 8947.0, 8972.0, 8975.0, 9002.0, 9025.0, 8964.0, 8948.0, 8974.0, 8965.0, 8989.0, 9035.0, 8998.0, 8938.0, 8963.0, 8955.0, 9006.0, 9018.0, 8998.0, 9047.0, 8964.0, 8955.0, 8995.0, 9020.0, 9011.0, 9047.0, 9007.0, 8956.0, 8991.0, 9017.0, 8996.0, 9044.0, 8976.0, 8948.0, 8974.0, 9020.0, 8994.0, 8978.0, 8946.0, 8963.0, 8951.0, 8950.0, 8979.0, 8991.0, 8990.0, 9032.0, 9009.0, 8949.0, 8950.0, 9019.0, 9003.0, 9003.0, 9061.0, 8958.0, 8927.0, 8970.0, 8948.0, 8998.0, 9016.0, 8964.0, 8930.0, 8944.0, 8955.0, 9016.0, 9007.0, 8996.0, 9042.0, 8947.0, 8965.0, 9022.0, 9006.0, 8993.0, 9065.0, 8989.0, 8927.0, 8973.0, 8984.0, 9019.0, 9040.0, 8971.0, 8983.0, 8952.0, 8962.0, 9017.0, 8977.0, 8932.0, 8938.0, 8964.0, 8986.0, 9007.0, 8989.0, 8985.0, 8967.0, 8955.0, 9023.0, 9019.0, 8967.0, 8989.0, 8951.0, 8946.0, 9018.0, 9004.0, 9040.0, 9034.0, 8978.0, 8944.0, 8977.0, 8963.0, 9005.0, 9011.0, 8964.0, 8984.0, 8958.0, 8946.0, 9017.0, 9011.0, 8966.0, 9038.0, 8958.0, 8946.0, 9002.0, 9001.0, 8992.0, 9020.0, 8941.0, 8943.0, 9014.0, 8986.0, 8978.0, 9017.0, 8929.0, 8951.0, 9019.0, 8992.0, 8981.0, 9005.0, 8948.0, 8945.0, 9019.0, 8993.0, 8966.0, 9006.0, 8944.0, 8956.0, 9024.0, 8996.0, 8981.0, 8947.0, 8958.0, 8948.0, 8949.0, 9001.0, 9008.0, 9033.0, 9016.0, 8997.0, 8952.0, 8986.0, 9027.0, 9031.0, 9053.0, 9056.0, 8974.0, 8962.0, 9003.0, 9004.0, 8989.0, 9057.0, 8954.0, 8924.0, 8966.0, 8969.0, 8998.0, 9041.0, 8961.0, 8927.0, 8962.0, 8963.0, 9023.0, 9016.0, 8973.0, 8972.0, 8975.0, 8983.0, 9039.0, 8978.0, 8925.0, 8934.0, 8945.0, 9009.0, 8980.0, 8999.0, 9019.0, 8941.0, 8930.0, 8955.0, 8974.0, 9018.0, 9006.0, 8964.0, 8973.0, 8952.0, 8971.0, 9034.0, 9013.0, 8985.0, 8979.0, 8948.0, 8950.0, 9020.0, 9007.0, 9048.0, 9003.0, 8943.0, 8975.0, 8989.0, 8968.0, 9038.0, 9020.0, 9011.0, 8949.0, 8944.0, 9017.0, 9003.0, 8991.0, 9019.0, 8942.0, 8944.0, 8988.0, 8999.0, 9005.0, 9026.0, 8962.0, 8971.0, 8947.0, 8951.0, 9036.0, 9018.0, 8964.0, 8993.0, 8945.0, 8925.0, 8969.0, 8970.0, 9000.0, 9041.0, 8993.0, 8988.0, 8943.0, 8943.0, 8994.0, 8996.0, 8999.0, 9040.0, 8954.0, 8920.0, 8953.0, 8945.0, 9017.0, 9006.0, 8957.0, 8963.0, 8964.0, 8954.0, 8980.0, 8965.0, 9038.0, 9004.0, 8930.0, 8972.0, 8963.0, 8958.0, 9017.0, 9013.0, 8950.0, 8977.0, 8945.0, 8946.0, 8983.0, 8972.0, 8961.0, 8947.0, 8990.0, 8978.0, 8968.0, 8986.0, 9045.0, 9075.0, 9048.0, 9039.0, 8974.0, 8965.0, 9006.0, 9026.0, 9046.0, 9055.0, 8968.0, 8951.0, 8983.0, 8996.0, 8968.0, 9063.0, 8985.0, 8936.0, 8967.0, 8990.0, 9002.0, 9020.0, 8995.0, 8931.0, 8956.0, 8962.0, 8987.0, 9019.0, 8994.0, 9023.0, 8947.0, 8960.0, 9000.0, 8990.0, 9041.0, 9012.0, 8968.0, 8949.0, 8952.0, 8996.0, 8998.0, 8984.0, 9042.0, 8952.0, 8977.0, 8955.0, 8936.0, 9012.0, 9004.0, 9004.0, 8940.0, 8945.0, 8990.0, 8990.0, 9021.0, 9011.0, 8930.0, 8968.0, 8978.0, 8987.0, 9023.0, 8964.0, 8987.0, 8943.0, 8945.0, 9000.0, 8974.0, 9037.0, 9030.0, 8936.0, 8975.0, 8967.0, 8974.0, 9023.0, 9014.0, 9040.0, 8961.0, 8950.0, 8998.0, 9009.0, 8989.0, 9048.0, 8997.0, 8947.0, 8975.0, 8970.0, 9023.0, 9021.0, 8997.0, 9078.0, 8963.0, 8967.0, 9020.0, 9007.0, 9031.0, 9010.0, 8931.0, 8988.0, 8990.0, 8988.0, 9043.0, 8960.0, 8983.0, 8978.0, 8985.0, 9016.0, 8978.0, 8971.0, 8947.0, 8950.0, 9017.0, 9000.0, 9024.0, 8947.0, 8955.0, 9021.0, 9006.0, 9033.0, 8993.0, 8963.0, 8996.0, 9009.0, 8977.0, 9065.0, 8996.0, 8949.0, 9022.0, 9009.0, 9012.0, 9027.0, 8948.0, 8937.0, 9019.0, 9011.0, 9029.0, 9004.0, 8972.0, 9008.0, 9021.0, 8983.0, 9025.0, 8959.0, 8958.0, 9034.0, 9020.0, 8949.0, 9002.0, 8921.0, 8923.0, 8945.0, 9011.0, 8986.0, 8947.0, 9000.0, 8972.0, 8961.0, 9020.0, 8991.0, 8961.0, 9018.0, 8980.0, 9019.0, 9005.0, 8952.0, 9013.0, 8962.0, 8926.0, 8974.0, 8961.0, 9013.0, 9014.0, 8963.0, 9012.0, 8942.0, 8936.0, 8986.0, 8926.0, 8985.0, 8949.0, 8935.0, 8960.0, 8948.0, 9003.0, 8990.0, 8934.0, 8992.0, 8920.0, 8921.0, 8961.0, 8932.0, 8937.0, 8979.0, 8942.0, 8962.0, 8987.0, 8980.0, 8999.0, 9021.0, 8981.0, 9044.0, 9007.0, 8966.0, 8963.0, 8991.0, 9009.0, 9040.0, 9010.0, 8968.0, 9040.0, 8976.0, 8944.0, 8999.0, 8974.0, 8958.0, 8983.0, 8979.0, 9022.0, 9037.0, 8967.0, 8951.0, 8950.0, 8967.0, 9026.0, 9030.0, 8984.0, 9047.0, 9031.0, 8969.0, 8978.0, 8981.0, 8992.0, 9036.0, 8991.0, 9088.0, 9042.0, 8946.0, 8968.0, 8964.0, 9016.0, 9003.0, 8975.0, 9041.0, 8943.0, 8954.0, 8981.0, 8957.0, 8998.0, 9032.0, 8996.0, 9022.0, 8988.0, 8960.0, 9002.0, 8987.0, 8955.0, 9035.0, 9006.0, 8943.0, 8968.0, 8957.0, 9016.0, 9004.0, 8959.0, 9054.0, 8949.0, 8960.0, 8968.0, 8945.0, 8964.0, 9021.0, 9010.0, 9025.0, 9027.0, 8973.0, 8990.0, 9029.0, 9025.0, 8997.0, 9062.0, 9032.0, 8990.0, 8962.0, 9022.0, 8991.0, 8966.0, 9025.0, 9067.0, 9016.0, 8965.0, 8961.0, 9001.0, 8960.0, 8985.0, 9038.0, 9023.0, 9018.0, 9001.0, 8943.0, 8922.0, 8982.0, 8953.0, 8995.0, 9018.0, 8947.0, 8945.0, 8943.0, 8950.0, 9020.0, 9001.0, 8980.0, 9040.0, 8961.0, 8956.0, 9000.0, 8974.0, 8986.0, 9019.0, 9004.0, 8942.0, 8964.0, 8940.0, 8937.0, 8979.0, 8955.0, 9019.0, 9002.0, 8945.0, 8969.0, 8955.0, 8958.0, 9015.0, 9006.0, 8957.0, 8968.0, 8951.0, 8942.0, 9000.0, 9004.0, 8962.0, 8940.0, 8938.0, 8961.0, 8998.0, 9007.0, 8947.0, 8967.0, 8941.0, 8944.0, 9013.0, 8989.0, 9005.0, 8955.0, 8927.0, 8987.0, 8973.0, 8971.0, 9016.0, 8995.0, 8950.0, 8962.0, 8965.0, 8952.0, 9008.0, 9009.0, 9041.0, 9013.0, 8950.0, 8989.0, 8967.0, 8982.0, 9038.0, 9014.0, 9013.0, 8991.0, 8978.0, 8965.0, 9020.0, 8976.0, 9067.0, 9044.0, 8957.0, 8988.0, 8977.0, 8987.0, 9036.0, 9003.0, 9035.0, 8969.0, 8951.0, 8988.0, 8984.0, 8941.0, 9042.0, 8991.0, 8959.0, 8981.0, 8981.0, 8987.0, 9039.0, 8992.0, 8948.0, 8980.0, 8980.0, 8980.0, 9019.0, 8959.0, 8996.0, 9026.0, 9009.0, 9001.0, 9020.0, 8956.0, 8983.0, 8982.0, 9018.0, 9009.0, 8995.0, 8988.0, 8945.0, 8974.0, 9019.0, 8994.0, 8988.0, 9006.0, 8943.0, 8960.0, 9002.0, 8996.0, 8978.0, 8969.0, 8950.0, 8955.0, 8973.0, 9012.0, 8978.0, 8943.0, 8973.0, 8947.0, 8962.0, 9032.0, 9009.0, 8983.0, 9043.0, 8945.0, 8981.0, 9019.0, 9003.0, 8977.0, 9019.0, 8956.0, 8959.0, 9001.0, 9004.0, 8990.0, 9038.0, 9001.0, 8955.0, 8936.0, 8963.0, 8939.0, 8981.0, 9020.0, 8941.0, 8951.0, 9002.0, 8954.0, 8929.0, 8950.0, 8994.0, 8962.0, 8961.0, 8935.0, 8963.0, 8972.0, 8996.0, 9035.0, 8955.0, 8947.0, 8962.0, 8948.0, 8959.0, 8994.0, 8986.0, 8939.0, 8966.0, 8923.0, 8932.0, 8998.0, 9009.0, 8954.0, 8933.0, 8947.0, 8972.0, 9008.0, 9026.0, 8987.0, 8948.0, 8962.0, 8967.0, 9018.0, 9011.0, 8991.0, 9033.0, 8937.0, 8931.0, 8977.0, 8966.0, 9014.0, 9017.0, 8950.0, 8961.0, 8923.0, 8937.0, 8996.0, 8969.0, 9000.0, 8953.0, 8951.0, 8984.0, 8984.0, 8940.0, 9021.0, 8973.0, 8921.0, 8934.0, 8959.0, 9010.0, 8991.0, 8958.0, 8951.0, 8943.0, 8972.0, 8984.0, 8960.0, 9022.0, 8942.0, 8940.0, 8971.0, 8961.0, 9016.0, 9009.0, 8944.0, 8965.0, 8962.0, 8961.0, 9017.0, 8990.0, 9010.0, 8958.0, 8947.0, 8986.0, 9004.0, 8992.0, 9045.0, 9002.0, 8934.0, 8995.0, 9003.0, 8961.0, 9044.0, 8995.0, 8945.0, 8995.0, 8992.0, 8991.0, 9045.0, 8995.0, 8927.0, 8959.0, 8969.0, 9003.0, 9031.0, 8959.0, 8968.0, 8958.0, 8943.0, 9034.0, 8992.0, 8939.0, 8970.0, 8970.0, 8985.0, 9018.0, 8959.0, 8970.0, 8924.0, 8977.0, 9015.0, 8987.0, 8955.0, 8947.0, 8902.0, 8926.0, 8971.0, 8950.0, 8957.0, 8979.0, 8949.0, 8946.0, 8979.0, 8940.0, 8953.0, 8982.0, 8957.0, 8951.0, 8976.0, 8944.0, 8989.0, 8976.0, 8938.0, 8989.0, 8972.0, 8994.0, 9026.0, 9009.0, 9002.0, 8949.0, 8933.0, 8963.0, 8933.0, 8944.0, 8988.0, 8939.0, 8906.0, 8917.0, 8924.0, 8954.0, 8940.0, 8932.0, 8958.0, 8926.0, 8935.0, 8970.0, 8983.0, 8988.0, 9005.0, 8983.0, 8968.0, 8938.0, 8981.0, 8969.0, 9005.0, 8999.0, 8948.0, 8981.0, 8965.0, 8958.0, 9021.0, 8984.0, 8955.0, 8969.0, 8974.0, 8971.0, 9018.0, 9004.0, 8960.0, 8942.0, 8963.0, 8964.0, 9017.0, 9009.0, 8961.0, 8928.0, 8956.0, 8978.0, 9021.0, 9043.0, 8963.0, 8945.0, 8975.0, 8978.0, 9003.0, 9046.0, 8976.0, 8944.0, 9002.0, 8975.0, 9003.0, 9036.0, 8945.0, 8956.0, 8991.0, 8972.0, 8987.0, 9019.0, 8975.0, 8942.0, 8982.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.0008626966292134832</td></tr>
<tr><td colspan=3>aqi</td><td>0.029643445030250647</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.86019435140138</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2342601055190294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0057503777249135</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>6069.2993</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12753597310908438</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.433880726015557</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.459459002384809</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3368396715581277</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6603781183898247</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3811592172064744</td></tr>
<tr><td colspan=3>gcor</td><td>0.00730317</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02521125040948391</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03624521568417549</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.974114969609699</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>28.7748</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2002</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.2875</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297481.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.5766</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7661</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.9108</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3217.0943</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.544</td></tr>
<tr><td colspan=3>tsnr</td><td>36.291990677593276</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>