<?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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>23c9825543aa9d7d5eec4ac0fba12b61</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:22:31.517500</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.999949, 0.00967251, -0.0029223, -0.00942453, 0.997105, 0.075444]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.131748</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>[4212, -7817, -7178, 54, -111, -157, -16, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eae1ecd3-9b9d-42e2-aaeb-9e28381263cb||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.6827900409698486, -0.02528531476855278, -0.009837660007178783, 113.7848129272461], [-0.02595064416527748, 2.675161123275757, 0.20361410081386566, -87.75179290771484], [-0.007840326055884361, -0.20241080224514008, 2.692293405532837, -48.877197265625], [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': ['202231.517500', '202231.977500', '202232.437500', '202232.897500', '202233.357500', '202233.817500', '202234.277500', '202234.737500', '202235.197500', '202235.657500', '202236.117500', '202236.577500', '202237.037500', '202237.497500', '202237.957500', '202238.417500', '202238.877500', '202239.337500', '202239.797500', '202240.257500', '202240.717500', '202241.177500', '202241.637500', '202242.097500', '202242.557500', '202243.017500', '202243.477500', '202243.937500', '202244.397500', '202244.857500', '202245.317500', '202245.777500', '202246.237500', '202246.697500', '202247.157500', '202247.617500', '202248.077500', '202248.537500', '202248.997500', '202249.457500', '202249.917500', '202250.377500', '202250.837500', '202251.297500', '202251.757500', '202252.217500', '202252.677500', '202253.137500', '202253.597500', '202254.057500', '202254.517500', '202254.977500', '202255.437500', '202255.897500', '202256.357500', '202256.817500', '202257.277500', '202257.737500', '202258.197500', '202258.657500', '202259.117500', '202259.577500', '202300.037500', '202300.497500', '202300.957500', '202301.417500', '202301.877500', '202302.337500', '202302.797500', '202303.257500', '202303.717500', '202304.177500', '202304.637500', '202305.097500', '202305.557500', '202306.017500', '202306.477500', '202306.937500', '202307.397500', '202307.857500', '202308.317500', '202308.777500', '202309.237500', '202309.697500', '202310.157500', '202310.617500', '202311.077500', '202311.537500', '202311.997500', '202312.457500', '202312.917500', '202313.377500', '202313.837500', '202314.297500', '202314.757500', '202315.217500', '202315.677500', '202316.137500', '202316.597500', '202317.057500', '202317.517500', '202317.977500', '202318.437500', '202318.897500', '202319.357500', '202319.817500', '202320.277500', '202320.737500', '202321.197500', '202321.657500', '202322.117500', '202322.577500', '202323.037500', '202323.497500', '202323.957500', '202324.417500', '202324.877500', '202325.337500', '202325.797500', '202326.257500', '202326.717500', '202327.177500', '202327.637500', '202328.097500', '202328.557500', '202329.017500', '202329.477500', '202329.937500', '202330.397500', '202330.857500', '202331.317500', '202331.777500', '202332.237500', '202332.697500', '202333.157500', '202333.617500', '202334.077500', '202334.537500', '202334.997500', '202335.457500', '202335.917500', '202336.377500', '202336.837500', '202337.297500', '202337.757500', '202338.217500', '202338.677500', '202339.137500', '202339.597500', '202340.057500', '202340.517500', '202340.977500', '202341.437500', '202341.897500', '202342.357500', '202342.817500', '202343.277500', '202343.737500', '202344.197500', '202344.657500', '202345.117500', '202345.577500', '202346.037500', '202346.497500', '202346.957500', '202347.417500', '202347.877500', '202348.337500', '202348.797500', '202349.257500', '202349.717500', '202350.177500', '202350.637500', '202351.097500', '202351.557500', '202352.017500', '202352.477500', '202352.937500', '202353.397500', '202353.857500', '202354.317500', '202354.777500', '202355.237500', '202355.697500', '202356.157500', '202356.617500', '202357.077500', '202357.537500', '202357.997500', '202358.457500', '202358.917500', '202359.377500', '202359.837500', '202400.297500', '202400.757500', '202401.217500', '202401.677500', '202402.137500', '202402.597500', '202403.057500', '202403.517500', '202403.977500', '202404.437500', '202404.897500', '202405.357500', '202405.817500', '202406.277500', '202406.737500', '202407.197500', '202407.657500', '202408.117500', '202408.577500', '202409.037500', '202409.497500', '202409.957500', '202410.417500', '202410.877500', '202411.337500', '202411.797500', '202412.257500', '202412.717500', '202413.177500', '202413.637500', '202414.097500', '202414.557500', '202415.017500', '202415.477500', '202415.937500', '202416.397500', '202416.857500', '202417.317500', '202417.777500', '202418.237500', '202418.697500', '202419.157500', '202419.617500', '202420.077500', '202420.537500', '202420.997500', '202421.457500', '202421.917500', '202422.377500', '202422.837500', '202423.297500', '202423.757500', '202424.217500', '202424.677500', '202425.137500', '202425.597500', '202426.057500', '202426.517500', '202426.977500', '202427.437500', '202427.897500', '202428.357500', '202428.817500', '202429.277500', '202429.737500', '202430.197500', '202430.657500', '202431.117500', '202431.577500', '202432.037500', '202432.497500', '202432.957500', '202433.417500', '202433.877500', '202434.337500', '202434.797500', '202435.257500', '202435.717500', '202436.177500', '202436.637500', '202437.097500', '202437.557500', '202438.017500', '202438.477500', '202438.937500', '202439.397500', '202439.857500', '202440.317500', '202440.777500', '202441.237500', '202441.697500', '202442.157500', '202442.617500', '202443.077500', '202443.537500', '202443.997500', '202444.457500', '202444.917500', '202445.377500', '202445.837500', '202446.297500', '202446.757500', '202447.217500', '202447.677500', '202448.137500', '202448.597500', '202449.057500', '202449.517500', '202449.977500', '202450.437500', '202450.897500', '202451.357500', '202451.817500', '202452.277500', '202452.737500', '202453.197500', '202453.657500', '202454.117500', '202454.577500', '202455.037500', '202455.497500', '202455.957500', '202456.417500', '202456.877500', '202457.337500', '202457.797500', '202458.257500', '202458.717500', '202459.177500', '202459.637500', '202500.097500', '202500.557500', '202501.017500', '202501.477500', '202501.937500', '202502.397500', '202502.857500', '202503.317500', '202503.777500', '202504.237500', '202504.697500', '202505.157500', '202505.617500', '202506.077500', '202506.537500', '202506.997500', '202507.457500', '202507.917500', '202508.377500', '202508.837500', '202509.297500', '202509.757500', '202510.217500', '202510.677500', '202511.137500', '202511.597500', '202512.057500', '202512.517500', '202512.977500', '202513.437500', '202513.897500', '202514.357500', '202514.817500', '202515.277500', '202515.737500', '202516.197500', '202516.657500', '202517.117500', '202517.577500', '202518.037500', '202518.497500', '202518.957500', '202519.417500', '202519.877500', '202520.337500', '202520.797500', '202521.257500', '202521.717500', '202522.177500', '202522.637500', '202523.097500', '202523.557500', '202524.017500', '202524.477500', '202524.937500', '202525.397500', '202525.857500', '202526.317500', '202526.777500', '202527.237500', '202527.697500', '202528.157500', '202528.617500', '202529.077500', '202529.537500', '202529.997500', '202530.457500', '202530.917500', '202531.377500', '202531.837500', '202532.297500', '202532.757500', '202533.217500', '202533.677500', '202534.137500', '202534.597500', '202535.057500', '202535.517500', '202535.977500', '202536.437500', '202536.897500', '202537.357500', '202537.817500', '202538.277500', '202538.737500', '202539.197500', '202539.657500', '202540.117500', '202540.577500', '202541.037500', '202541.497500', '202541.957500', '202542.417500', '202542.877500', '202543.337500', '202543.797500', '202544.257500', '202544.717500', '202545.177500', '202545.637500', '202546.097500', '202546.557500', '202547.017500', '202547.477500', '202547.937500', '202548.397500', '202548.857500', '202549.317500', '202549.777500', '202550.237500', '202550.697500', '202551.157500', '202551.617500', '202552.077500', '202552.537500', '202552.997500', '202553.457500', '202553.917500', '202554.377500', '202554.837500', '202555.297500', '202555.757500', '202556.217500', '202556.677500', '202557.137500', '202557.597500', '202558.057500', '202558.517500', '202558.977500', '202559.437500', '202559.897500', '202600.357500', '202600.817500', '202601.277500', '202601.737500', '202602.197500', '202602.657500', '202603.117500', '202603.577500', '202604.037500', '202604.497500', '202604.957500', '202605.417500', '202605.877500', '202606.337500', '202606.797500', '202607.257500', '202607.717500', '202608.177500', '202608.637500', '202609.097500', '202609.557500', '202610.017500', '202610.477500', '202610.937500', '202611.397500', '202611.857500', '202612.317500', '202612.777500', '202613.237500', '202613.697500', '202614.157500', '202614.617500', '202615.077500', '202615.537500', '202615.997500', '202616.457500', '202616.917500', '202617.377500', '202617.837500', '202618.297500', '202618.757500', '202619.217500', '202619.677500', '202620.137500', '202620.597500', '202621.057500', '202621.517500', '202621.977500', '202622.437500', '202622.897500', '202623.357500', '202623.817500', '202624.277500', '202624.737500', '202625.197500', '202625.657500', '202626.117500', '202626.577500', '202627.037500', '202627.497500', '202627.957500', '202628.417500', '202628.877500', '202629.337500', '202629.797500', '202630.257500', '202630.717500', '202631.177500', '202631.637500', '202632.097500', '202632.557500', '202633.017500', '202633.477500', '202633.937500', '202634.397500', '202634.857500', '202635.317500', '202635.777500', '202636.237500', '202636.697500', '202637.157500', '202637.617500', '202638.077500', '202638.537500', '202638.997500', '202639.457500', '202639.917500', '202640.377500', '202640.837500', '202641.297500', '202641.757500', '202642.217500', '202642.677500', '202643.137500', '202643.597500', '202644.057500', '202644.517500', '202644.977500', '202645.437500', '202645.897500', '202646.357500', '202646.817500', '202647.277500', '202647.737500', '202648.197500', '202648.657500', '202649.117500', '202649.577500', '202650.037500', '202650.497500', '202650.957500', '202651.417500', '202651.877500', '202652.337500', '202652.797500', '202653.257500', '202653.717500', '202654.177500', '202654.637500', '202655.097500', '202655.557500', '202656.017500', '202656.477500', '202656.937500', '202657.397500', '202657.857500', '202658.317500', '202658.777500', '202659.237500', '202659.697500', '202700.157500', '202700.617500', '202701.077500', '202701.537500', '202701.997500', '202702.457500', '202702.917500', '202703.377500', '202703.837500', '202704.297500', '202704.757500', '202705.217500', '202705.677500', '202706.137500', '202706.597500', '202707.057500', '202707.517500', '202707.977500', '202708.437500', '202708.897500', '202709.357500', '202709.817500', '202710.277500', '202710.737500', '202711.197500', '202711.657500', '202712.117500', '202712.577500', '202713.037500', '202713.497500', '202713.957500', '202714.417500', '202714.877500', '202715.337500', '202715.797500', '202716.257500', '202716.717500', '202717.177500', '202717.637500', '202718.097500', '202718.557500', '202719.017500', '202719.477500', '202719.937500', '202720.397500', '202720.857500', '202721.317500', '202721.777500', '202722.237500', '202722.697500', '202723.157500', '202723.617500', '202724.077500', '202724.537500', '202724.997500', '202725.457500', '202725.917500', '202726.377500', '202726.837500', '202727.297500', '202727.757500', '202728.217500', '202728.677500', '202729.137500', '202729.597500', '202730.057500', '202730.517500', '202730.977500', '202731.437500', '202731.897500', '202732.357500', '202732.817500', '202733.277500', '202733.737500', '202734.197500', '202734.657500', '202735.117500', '202735.577500', '202736.037500', '202736.497500', '202736.957500', '202737.417500', '202737.877500', '202738.337500', '202738.797500', '202739.257500', '202739.717500', '202740.177500', '202740.637500', '202741.097500', '202741.557500', '202742.017500', '202742.477500', '202742.937500', '202743.397500', '202743.857500', '202744.317500', '202744.777500', '202745.237500', '202745.697500', '202746.157500', '202746.617500', '202747.077500', '202747.537500', '202747.997500', '202748.457500', '202748.917500', '202749.377500', '202749.837500', '202750.297500', '202750.757500', '202751.217500', '202751.677500', '202752.137500', '202752.597500', '202753.057500', '202753.517500', '202753.977500', '202754.437500', '202754.897500', '202755.357500', '202755.817500', '202756.277500', '202756.737500', '202757.197500', '202757.657500', '202758.117500', '202758.577500', '202759.037500', '202759.497500', '202759.957500', '202800.417500', '202800.877500', '202801.337500', '202801.797500', '202802.257500', '202802.717500', '202803.177500', '202803.637500', '202804.097500', '202804.557500', '202805.017500', '202805.477500', '202805.937500', '202806.397500', '202806.857500', '202807.317500', '202807.777500', '202808.237500', '202808.697500', '202809.157500', '202809.617500', '202810.077500', '202810.537500', '202810.997500', '202811.457500', '202811.917500', '202812.377500', '202812.837500', '202813.297500', '202813.757500', '202814.217500', '202814.677500', '202815.137500', '202815.597500', '202816.057500', '202816.517500', '202816.977500', '202817.437500', '202817.897500', '202818.357500', '202818.817500', '202819.277500', '202819.737500', '202820.197500', '202820.657500', '202821.117500', '202821.577500', '202822.037500', '202822.497500', '202822.957500', '202823.417500', '202823.877500', '202824.337500', '202824.797500', '202825.257500', '202825.717500', '202826.177500', '202826.637500', '202827.097500', '202827.557500', '202828.017500', '202828.477500', '202828.937500', '202829.397500', '202829.857500', '202830.317500', '202830.777500', '202831.237500', '202831.697500', '202832.157500', '202832.617500', '202833.077500', '202833.537500', '202833.997500', '202834.457500', '202834.917500', '202835.377500', '202835.837500', '202836.297500', '202836.757500', '202837.217500', '202837.677500', '202838.137500', '202838.597500', '202839.057500', '202839.517500', '202839.977500', '202840.437500', '202840.897500', '202841.357500', '202841.817500', '202842.277500', '202842.737500', '202843.197500', '202843.657500', '202844.117500', '202844.577500', '202845.037500', '202845.497500', '202845.957500', '202846.417500', '202846.877500', '202847.337500', '202847.797500', '202848.257500', '202848.717500', '202849.177500', '202849.637500', '202850.097500', '202850.557500', '202851.017500', '202851.477500', '202851.937500', '202852.397500', '202852.857500', '202853.317500', '202853.777500', '202854.237500', '202854.697500', '202855.157500', '202855.617500', '202856.077500', '202856.537500', '202856.997500', '202857.457500', '202857.917500', '202858.377500', '202858.837500', '202859.297500', '202859.757500', '202900.217500', '202900.677500', '202901.137500', '202901.597500', '202902.057500', '202902.517500', '202902.977500', '202903.437500', '202903.897500', '202904.357500', '202904.817500', '202905.277500', '202905.737500', '202906.197500', '202906.657500', '202907.117500', '202907.577500', '202908.037500', '202908.497500', '202908.957500', '202909.417500', '202909.877500', '202910.337500', '202910.797500', '202911.257500', '202911.717500', '202912.177500', '202912.637500', '202913.097500', '202913.557500', '202914.017500', '202914.477500', '202914.937500', '202915.397500', '202915.857500', '202916.317500', '202916.777500', '202917.237500', '202917.697500', '202918.157500', '202918.617500', '202919.077500', '202919.537500', '202919.997500', '202920.457500', '202920.917500', '202921.377500', '202921.837500', '202922.297500', '202922.757500', '202923.217500', '202923.677500', '202924.137500', '202924.597500', '202925.057500', '202925.517500', '202925.977500', '202926.437500', '202926.897500', '202927.357500', '202927.817500', '202928.277500', '202928.737500', '202929.197500', '202929.657500', '202930.117500', '202930.577500', '202931.037500', '202931.497500', '202931.957500', '202932.417500', '202932.877500', '202933.337500', '202933.797500', '202934.257500', '202934.717500', '202935.177500', '202935.637500', '202936.097500', '202936.557500', '202937.017500', '202937.477500', '202937.937500', '202938.397500', '202938.857500', '202939.317500', '202939.777500', '202940.237500', '202940.697500', '202941.157500', '202941.617500', '202942.077500', '202942.537500', '202942.997500', '202943.457500', '202943.917500', '202944.377500', '202944.837500', '202945.297500', '202945.757500', '202946.217500', '202946.677500', '202947.137500', '202947.597500', '202948.057500', '202948.517500', '202948.977500', '202949.437500', '202949.897500', '202950.357500', '202950.817500', '202951.277500', '202951.737500', '202952.197500', '202952.657500', '202953.117500', '202953.577500', '202954.037500', '202954.497500', '202954.957500', '202955.417500', '202955.877500', '202956.337500', '202956.797500', '202957.257500', '202957.717500', '202958.177500', '202958.637500', '202959.097500', '202959.557500', '203000.017500', '203000.477500', '203000.937500', '203001.397500', '203001.857500', '203002.317500', '203002.777500', '203003.237500', '203003.697500', '203004.157500', '203004.617500', '203005.077500', '203005.537500', '203005.997500', '203006.457500', '203006.917500', '203007.377500', '203007.837500', '203008.297500', '203008.757500', '203009.217500', '203009.677500', '203010.137500', '203010.597500', '203011.057500', '203011.517500', '203011.977500', '203012.437500', '203012.897500', '203013.357500', '203013.817500', '203014.277500', '203014.737500', '203015.197500', '203015.657500', '203016.117500', '203016.577500', '203017.037500', '203017.497500', '203017.957500', '203018.417500', '203018.877500', '203019.337500', '203019.797500', '203020.257500', '203020.717500', '203021.177500', '203021.637500', '203022.097500', '203022.557500', '203023.017500', '203023.477500', '203023.937500', '203024.397500', '203024.857500', '203025.317500', '203025.777500', '203026.237500', '203026.697500', '203027.157500', '203027.617500', '203028.077500', '203028.537500', '203028.997500', '203029.457500', '203029.917500', '203030.377500', '203030.837500', '203031.297500', '203031.757500', '203032.217500', '203032.677500', '203033.137500', '203033.597500', '203034.057500', '203034.517500', '203034.977500', '203035.437500', '203035.897500', '203036.357500', '203036.817500', '203037.277500', '203037.737500', '203038.197500', '203038.657500', '203039.117500', '203039.577500', '203040.037500', '203040.497500', '203040.957500', '203041.417500', '203041.877500', '203042.337500', '203042.797500', '203043.257500', '203043.717500', '203044.177500', '203044.637500', '203045.097500', '203045.557500', '203046.017500', '203046.477500', '203046.937500', '203047.397500', '203047.857500', '203048.317500', '203048.777500', '203049.237500', '203049.697500', '203050.157500', '203050.617500', '203051.077500', '203051.537500', '203051.997500', '203052.457500', '203052.917500', '203053.377500', '203053.837500', '203054.297500', '203054.757500', '203055.217500', '203055.677500', '203056.137500', '203056.597500', '203057.057500', '203057.517500', '203057.977500', '203058.437500', '203058.897500', '203059.357500', '203059.817500', '203100.277500', '203100.737500', '203101.197500', '203101.657500', '203102.117500', '203102.577500', '203103.037500', '203103.497500', '203103.957500', '203104.417500', '203104.877500', '203105.337500', '203105.797500', '203106.257500', '203106.717500', '203107.177500', '203107.637500', '203108.097500', '203108.557500', '203109.017500', '203109.477500', '203109.937500', '203110.397500', '203110.857500', '203111.317500', '203111.777500', '203112.237500', '203112.697500', '203113.157500', '203113.617500', '203114.077500', '203114.537500', '203114.997500', '203115.457500', '203115.917500', '203116.377500', '203116.837500', '203117.297500', '203117.757500', '203118.217500', '203118.677500', '203119.137500', '203119.597500', '203120.057500', '203120.517500', '203120.977500', '203121.437500', '203121.897500', '203122.357500', '203122.817500', '203123.277500', '203123.737500'], 'ContentTime': ['202259.849000', '202259.852000', '202259.855000', '202259.858000', '202259.860000', '202259.863000', '202259.865000', '202259.868000', '202259.871000', '202259.873000', '202259.881000', '202259.884000', '202259.886000', '202259.889000', '202259.891000', '202259.894000', '202259.897000', '202259.899000', '202259.902000', '202259.904000', '202259.907000', '202259.909000', '202259.912000', '202259.914000', '202259.917000', '202259.919000', '202259.922000', '202259.925000', '202259.927000', '202259.930000', '202259.932000', '202259.935000', '202259.937000', '202259.940000', '202259.942000', '202259.945000', '202259.948000', '202259.950000', '202259.953000', '202259.955000', '202259.958000', '202259.960000', '202259.963000', '202259.966000', '202259.968000', '202259.971000', '202259.974000', '202259.976000', '202259.981000', '202259.984000', '202259.987000', '202259.989000', '202259.992000', '202259.994000', '202259.997000', '202300.000000', '202300.003000', '202300.006000', '202300.008000', '202319.818000', '202319.821000', '202319.824000', '202319.826000', '202319.829000', '202319.831000', '202319.839000', '202319.841000', '202319.844000', '202319.846000', '202319.849000', '202319.852000', '202319.854000', '202319.857000', '202319.859000', '202319.862000', '202319.864000', '202319.867000', '202319.869000', '202319.872000', '202319.874000', '202319.877000', '202319.880000', '202319.882000', '202319.885000', '202319.887000', '202319.890000', '202319.892000', '202319.895000', '202319.898000', '202319.900000', '202319.903000', '202319.905000', '202319.908000', '202319.910000', '202319.913000', '202319.915000', '202319.918000', '202319.921000', '202319.932000', '202319.935000', '202319.937000', '202319.940000', '202339.818000', '202339.821000', '202339.824000', '202339.826000', '202339.829000', '202339.832000', '202339.834000', '202339.837000', '202339.839000', '202339.842000', '202339.845000', '202339.847000', '202339.850000', '202339.852000', '202339.855000', '202339.858000', '202339.860000', '202339.863000', '202339.865000', '202339.868000', '202339.871000', '202339.873000', '202339.876000', '202339.878000', '202339.881000', '202339.884000', '202339.886000', '202339.889000', '202339.891000', '202339.894000', '202339.896000', '202339.899000', '202339.902000', '202339.904000', '202339.907000', '202339.909000', '202339.912000', '202339.915000', '202339.917000', '202339.920000', '202339.922000', '202339.925000', '202339.928000', '202339.930000', '202359.819000', '202359.821000', '202359.824000', '202359.827000', '202359.829000', '202359.832000', '202359.834000', '202359.838000', '202359.840000', '202359.843000', '202359.846000', '202359.848000', '202359.851000', '202359.853000', '202359.860000', '202359.862000', '202359.865000', '202359.867000', '202359.870000', '202359.873000', '202359.875000', '202359.878000', '202359.880000', '202359.883000', '202359.885000', '202359.888000', '202359.891000', '202359.893000', '202359.896000', '202359.898000', '202359.901000', '202359.903000', '202359.906000', '202359.908000', '202359.911000', '202359.914000', '202359.916000', '202359.919000', '202359.921000', '202359.924000', '202359.926000', '202359.929000', '202359.932000', '202419.819000', '202419.822000', '202419.825000', '202419.828000', '202419.830000', '202419.833000', '202419.835000', '202419.838000', '202419.841000', '202419.843000', '202419.846000', '202419.849000', '202419.851000', '202419.854000', '202419.856000', '202419.859000', '202419.862000', '202419.864000', '202419.867000', '202419.869000', '202419.872000', '202419.874000', '202419.877000', '202419.880000', '202419.882000', '202419.885000', '202419.887000', '202419.890000', '202419.892000', '202419.895000', '202419.898000', '202419.900000', '202419.903000', '202419.905000', '202419.908000', '202419.910000', '202419.913000', '202419.916000', '202419.918000', '202419.921000', '202419.923000', '202419.926000', '202419.929000', '202439.818000', '202439.821000', '202439.824000', '202439.826000', '202439.829000', '202439.832000', '202439.834000', '202439.837000', '202439.840000', '202439.842000', '202439.845000', '202439.847000', '202439.850000', '202439.852000', '202439.855000', '202439.858000', '202439.860000', '202439.863000', '202439.865000', '202439.868000', '202439.870000', '202439.873000', '202439.876000', '202439.878000', '202439.881000', '202439.884000', '202439.886000', '202439.889000', '202439.891000', '202439.894000', '202439.896000', '202439.899000', '202439.902000', '202439.904000', '202439.907000', '202439.909000', '202439.912000', '202439.915000', '202439.917000', '202439.920000', '202439.922000', '202439.925000', '202439.928000', '202439.930000', '202459.819000', '202459.822000', '202459.824000', '202459.827000', '202459.830000', '202459.832000', '202459.835000', '202459.838000', '202459.840000', '202459.843000', '202459.845000', '202459.849000', '202459.852000', '202459.854000', '202459.857000', '202459.860000', '202459.862000', '202459.865000', '202459.868000', '202459.870000', '202459.873000', '202459.876000', '202459.879000', '202459.882000', '202459.884000', '202459.887000', '202459.889000', '202459.892000', '202459.895000', '202459.897000', '202459.900000', '202459.902000', '202459.905000', '202459.908000', '202459.911000', '202459.924000', '202459.927000', '202459.929000', '202459.932000', '202459.935000', '202459.937000', '202459.940000', '202459.942000', '202519.818000', '202519.821000', '202519.824000', '202519.826000', '202519.829000', '202519.831000', '202519.863000', '202519.865000', '202519.868000', '202519.871000', '202519.873000', '202519.876000', '202519.878000', '202519.881000', '202519.884000', '202519.886000', '202519.889000', '202519.891000', '202519.894000', '202519.896000', '202519.899000', '202519.902000', '202519.904000', '202519.907000', '202519.909000', '202519.912000', '202519.915000', '202519.917000', '202519.920000', '202519.922000', '202519.925000', '202519.928000', '202519.930000', '202519.933000', '202519.935000', '202519.938000', '202519.941000', '202519.943000', '202519.946000', '202519.948000', '202519.951000', '202519.954000', '202519.956000', '202519.959000', '202539.819000', '202539.821000', '202539.824000', '202539.826000', '202539.829000', '202539.832000', '202539.834000', '202539.837000', '202539.840000', '202539.843000', '202539.846000', '202539.849000', '202539.851000', '202539.854000', '202539.857000', '202539.859000', '202539.862000', '202539.864000', '202539.867000', '202539.870000', '202539.872000', '202539.875000', '202539.877000', '202539.880000', '202539.883000', '202539.885000', '202539.888000', '202539.890000', '202539.893000', '202539.896000', '202539.898000', '202539.901000', '202539.903000', '202539.906000', '202539.909000', '202539.911000', '202539.914000', '202539.916000', '202539.919000', '202539.922000', '202539.924000', '202539.927000', '202539.929000', '202559.819000', '202559.821000', '202559.824000', '202559.827000', '202559.829000', '202559.832000', '202559.834000', '202559.837000', '202559.840000', '202559.842000', '202559.845000', '202559.847000', '202559.850000', '202559.853000', '202559.855000', '202559.858000', '202559.860000', '202559.863000', '202559.865000', '202559.868000', '202559.871000', '202559.873000', '202559.876000', '202559.878000', '202559.881000', '202559.884000', '202559.886000', '202559.889000', '202559.891000', '202559.894000', '202559.896000', '202559.899000', '202559.902000', '202559.904000', '202559.907000', '202559.909000', '202559.912000', '202559.915000', '202559.917000', '202559.920000', '202559.922000', '202559.925000', '202559.927000', '202559.930000', '202619.819000', '202619.822000', '202619.825000', '202619.828000', '202619.830000', '202619.833000', '202619.835000', '202619.838000', '202619.840000', '202619.843000', '202619.846000', '202619.848000', '202619.851000', '202619.853000', '202619.856000', '202619.859000', '202619.861000', '202619.864000', '202619.867000', '202619.869000', '202619.872000', '202619.874000', '202619.877000', '202619.880000', '202619.882000', '202619.885000', '202619.889000', '202619.891000', '202619.894000', '202619.897000', '202619.899000', '202619.902000', '202619.904000', '202619.907000', '202619.910000', '202619.912000', '202619.915000', '202619.917000', '202619.920000', '202619.923000', '202619.925000', '202619.928000', '202619.931000', '202639.818000', '202639.821000', '202639.824000', '202639.827000', '202639.829000', '202639.832000', '202639.835000', '202639.837000', '202639.840000', '202639.842000', '202639.845000', '202639.847000', '202639.850000', '202639.853000', '202639.855000', '202639.858000', '202639.860000', '202639.871000', '202639.873000', '202639.876000', '202639.878000', '202639.881000', '202639.884000', '202639.886000', '202639.889000', '202639.891000', '202639.894000', '202639.896000', '202639.899000', '202639.902000', '202639.904000', '202639.907000', '202639.909000', '202639.912000', '202639.915000', '202639.917000', '202639.920000', '202639.922000', '202639.925000', '202639.928000', '202639.930000', '202639.933000', '202639.936000', '202639.938000', '202659.818000', '202659.821000', '202659.824000', '202659.827000', '202659.829000', '202659.832000', '202659.834000', '202659.837000', '202659.840000', '202659.842000', '202659.845000', '202659.847000', '202659.850000', '202659.852000', '202659.855000', '202659.858000', '202659.860000', '202659.863000', '202659.866000', '202659.868000', '202659.871000', '202659.873000', '202659.876000', '202659.878000', '202659.881000', '202659.884000', '202659.887000', '202659.890000', '202659.893000', '202659.896000', '202659.898000', '202659.901000', '202659.904000', '202659.906000', '202659.909000', '202659.911000', '202659.914000', '202659.917000', '202659.919000', '202659.922000', '202659.924000', '202659.927000', '202659.930000', '202719.819000', '202719.821000', '202719.824000', '202719.827000', '202719.829000', '202719.832000', '202719.834000', '202719.837000', '202719.840000', '202719.842000', '202719.845000', '202719.847000', '202719.850000', '202719.852000', '202719.855000', '202719.858000', '202719.860000', '202719.863000', '202719.865000', '202719.868000', '202719.871000', '202719.873000', '202719.876000', '202719.878000', '202719.881000', '202719.884000', '202719.886000', '202719.889000', '202719.891000', '202719.894000', '202719.897000', '202719.899000', '202719.902000', '202719.904000', '202719.907000', '202719.909000', '202719.912000', '202719.915000', '202719.917000', '202719.920000', '202719.922000', '202719.925000', '202719.928000', '202719.930000', '202739.818000', '202739.821000', '202739.824000', '202739.826000', '202739.829000', '202739.832000', '202739.834000', '202739.837000', '202739.839000', '202739.842000', '202739.845000', '202739.847000', '202739.850000', '202739.852000', '202739.855000', '202739.858000', '202739.860000', '202739.863000', '202739.865000', '202739.868000', '202739.870000', '202739.873000', '202739.876000', '202739.878000', '202739.881000', '202739.883000', '202739.886000', '202739.889000', '202739.891000', '202739.894000', '202739.896000', '202739.899000', '202739.901000', '202739.904000', '202739.907000', '202739.909000', '202739.912000', '202739.915000', '202739.918000', '202739.921000', '202739.924000', '202739.928000', '202739.931000', '202759.818000', '202759.821000', '202759.824000', '202759.826000', '202759.829000', '202759.834000', '202759.836000', '202759.839000', '202759.842000', '202759.844000', '202759.847000', '202759.849000', '202759.852000', '202759.855000', '202759.857000', '202759.860000', '202759.862000', '202759.865000', '202759.868000', '202759.870000', '202759.873000', '202759.875000', '202759.878000', '202759.881000', '202759.883000', '202759.886000', '202759.888000', '202759.891000', '202759.904000', '202759.907000', '202759.910000', '202759.912000', '202759.915000', '202759.917000', '202759.920000', '202759.922000', '202759.925000', '202759.936000', '202759.938000', '202759.941000', '202759.944000', '202759.946000', '202759.949000', '202759.951000', '202819.819000', '202819.822000', '202819.824000', '202819.827000', '202819.829000', '202819.832000', '202819.835000', '202819.837000', '202819.840000', '202819.842000', '202819.845000', '202819.847000', '202819.850000', '202819.853000', '202819.855000', '202819.858000', '202819.860000', '202819.863000', '202819.866000', '202819.868000', '202819.871000', '202819.873000', '202819.876000', '202819.878000', '202819.881000', '202819.884000', '202819.886000', '202819.889000', '202819.892000', '202819.894000', '202819.897000', '202819.899000', '202819.902000', '202819.905000', '202819.907000', '202819.910000', '202819.912000', '202819.915000', '202819.917000', '202819.920000', '202819.923000', '202819.925000', '202819.928000', '202839.819000', '202839.822000', '202839.825000', '202839.828000', '202839.830000', '202839.833000', '202839.835000', '202839.838000', '202839.841000', '202839.843000', '202839.846000', '202839.848000', '202839.851000', '202839.854000', '202839.856000', '202839.859000', '202839.861000', '202839.864000', '202839.867000', '202839.869000', '202839.872000', '202839.874000', '202839.877000', '202839.879000', '202839.882000', '202839.885000', '202839.887000', '202839.890000', '202839.892000', '202839.895000', '202839.898000', '202839.900000', '202839.903000', '202839.905000', '202839.908000', '202839.910000', '202839.913000', '202839.916000', '202839.918000', '202839.921000', '202839.923000', '202839.926000', '202839.929000', '202839.931000', '202859.818000', '202859.821000', '202859.824000', '202859.826000', '202859.829000', '202859.832000', '202859.834000', '202859.837000', '202859.839000', '202859.842000', '202859.844000', '202859.847000', '202859.850000', '202859.852000', '202859.855000', '202859.857000', '202859.860000', '202859.862000', '202859.865000', '202859.868000', '202859.870000', '202859.873000', '202859.875000', '202859.878000', '202859.880000', '202859.883000', '202859.886000', '202859.888000', '202859.891000', '202859.893000', '202859.896000', '202859.898000', '202859.901000', '202859.904000', '202859.906000', '202859.909000', '202859.911000', '202859.914000', '202859.916000', '202859.919000', '202859.922000', '202859.924000', '202859.927000', '202919.818000', '202919.821000', '202919.824000', '202919.826000', '202919.829000', '202919.832000', '202919.834000', '202919.837000', '202919.839000', '202919.842000', '202919.844000', '202919.847000', '202919.850000', '202919.852000', '202919.855000', '202919.857000', '202919.860000', '202919.862000', '202919.865000', '202919.868000', '202919.870000', '202919.873000', '202919.875000', '202919.878000', '202919.881000', '202919.883000', '202919.886000', '202919.888000', '202919.891000', '202919.893000', '202919.896000', '202919.899000', '202919.901000', '202919.904000', '202919.906000', '202919.909000', '202919.912000', '202919.914000', '202919.929000', '202919.932000', '202919.935000', '202919.938000', '202919.941000', '202919.943000', '202939.819000', '202939.821000', '202939.824000', '202939.826000', '202939.829000', '202939.832000', '202939.834000', '202939.837000', '202939.840000', '202939.842000', '202939.845000', '202939.847000', '202939.850000', '202939.852000', '202939.855000', '202939.858000', '202939.860000', '202939.863000', '202939.865000', '202939.868000', '202939.870000', '202939.873000', '202939.876000', '202939.878000', '202939.881000', '202939.883000', '202939.886000', '202939.889000', '202939.891000', '202939.894000', '202939.897000', '202939.899000', '202939.902000', '202939.904000', '202939.907000', '202939.909000', '202939.912000', '202939.915000', '202939.917000', '202939.920000', '202939.923000', '202939.925000', '202939.928000', '202959.819000', '202959.822000', '202959.825000', '202959.827000', '202959.830000', '202959.832000', '202959.835000', '202959.838000', '202959.840000', '202959.843000', '202959.846000', '202959.848000', '202959.851000', '202959.853000', '202959.856000', '202959.858000', '202959.861000', '202959.864000', '202959.866000', '202959.869000', '202959.871000', '202959.874000', '202959.877000', '202959.879000', '202959.882000', '202959.884000', '202959.887000', '202959.889000', '202959.892000', '202959.895000', '202959.898000', '202959.901000', '202959.904000', '202959.907000', '202959.909000', '202959.912000', '202959.915000', '202959.917000', '202959.920000', '202959.922000', '202959.925000', '202959.928000', '202959.930000', '203019.818000', '203019.821000', '203019.824000', '203019.827000', '203019.829000', '203019.832000', '203019.834000', '203019.837000', '203019.840000', '203019.842000', '203019.845000', '203019.847000', '203019.850000', '203019.853000', '203019.855000', '203019.858000', '203019.860000', '203019.863000', '203019.866000', '203019.868000', '203019.871000', '203019.873000', '203019.876000', '203019.879000', '203019.881000', '203019.884000', '203019.886000', '203019.889000', '203019.891000', '203019.894000', '203019.897000', '203019.899000', '203019.902000', '203019.904000', '203019.907000', '203019.910000', '203019.912000', '203019.915000', '203019.917000', '203019.920000', '203019.923000', '203019.925000', '203019.928000', '203019.930000', '203039.819000', '203039.821000', '203039.824000', '203039.827000', '203039.829000', '203039.832000', '203039.834000', '203039.837000', '203039.840000', '203039.843000', '203039.846000', '203039.849000', '203039.859000', '203039.861000', '203039.864000', '203039.866000', '203039.869000', '203039.872000', '203039.874000', '203039.877000', '203039.879000', '203039.882000', '203039.885000', '203039.887000', '203039.890000', '203039.892000', '203039.895000', '203039.898000', '203039.900000', '203039.903000', '203039.905000', '203039.908000', '203039.910000', '203039.913000', '203039.916000', '203039.918000', '203039.921000', '203039.924000', '203039.926000', '203039.929000', '203039.931000', '203039.934000', '203039.937000', '203059.819000', '203059.822000', '203059.825000', '203059.827000', '203059.830000', '203059.833000', '203059.835000', '203059.838000', '203059.840000', '203059.843000', '203059.846000', '203059.848000', '203059.851000', '203059.853000', '203059.856000', '203059.859000', '203059.861000', '203059.864000', '203059.866000', '203059.869000', '203059.872000', '203059.874000', '203059.877000', '203059.879000', '203059.882000', '203059.884000', '203059.887000', '203059.890000', '203059.892000', '203059.895000', '203059.897000', '203059.900000', '203059.902000', '203059.905000', '203059.908000', '203059.910000', '203059.913000', '203059.915000', '203059.918000', '203059.921000', '203059.923000', '203059.926000', '203059.928000', '203059.931000', '203119.819000', '203119.822000', '203119.824000', '203119.827000', '203119.829000', '203119.832000', '203119.835000', '203119.837000', '203119.840000', '203119.842000', '203119.845000', '203119.848000', '203119.850000', '203119.853000', '203119.856000', '203119.858000', '203119.861000', '203119.864000', '203119.866000', '203119.869000', '203119.872000', '203119.875000', '203119.877000', '203119.880000', '203119.883000', '203119.885000', '203119.888000', '203119.891000', '203119.893000', '203119.896000', '203119.898000', '203119.901000', '203119.904000', '203119.906000', '203119.909000', '203119.912000', '203119.914000', '203119.917000', '203119.919000', '203119.922000', '203119.925000', '203119.927000', '203119.930000', '203119.932000', '203125.287000', '203125.290000', '203125.293000', '203125.296000', '203125.299000', '203125.302000', '203125.304000', '203125.307000', '203125.310000', '203125.312000', '203125.315000', '203125.318000'], 'InstanceCreationTime': ['202259.849000', '202259.852000', '202259.855000', '202259.858000', '202259.860000', '202259.863000', '202259.865000', '202259.868000', '202259.871000', '202259.873000', '202259.881000', '202259.884000', '202259.886000', '202259.889000', '202259.891000', '202259.894000', '202259.897000', '202259.899000', '202259.902000', '202259.904000', '202259.907000', '202259.909000', '202259.912000', '202259.914000', '202259.917000', '202259.919000', '202259.922000', '202259.925000', '202259.927000', '202259.930000', '202259.932000', '202259.935000', '202259.937000', '202259.940000', '202259.942000', '202259.945000', '202259.948000', '202259.950000', '202259.953000', '202259.955000', '202259.958000', '202259.960000', '202259.963000', '202259.966000', '202259.968000', '202259.971000', '202259.974000', '202259.976000', '202259.981000', '202259.984000', '202259.987000', '202259.989000', '202259.992000', '202259.994000', '202259.997000', '202300.000000', '202300.003000', '202300.006000', '202300.008000', '202319.818000', '202319.821000', '202319.824000', '202319.826000', '202319.829000', '202319.831000', '202319.839000', '202319.841000', '202319.844000', '202319.846000', '202319.849000', '202319.852000', '202319.854000', '202319.857000', '202319.859000', '202319.862000', '202319.864000', '202319.867000', '202319.869000', '202319.872000', '202319.874000', '202319.877000', '202319.880000', '202319.882000', '202319.885000', '202319.887000', '202319.890000', '202319.892000', '202319.895000', '202319.898000', '202319.900000', '202319.903000', '202319.905000', '202319.908000', '202319.910000', '202319.913000', '202319.915000', '202319.918000', '202319.921000', '202319.932000', '202319.935000', '202319.937000', '202319.940000', '202339.818000', '202339.821000', '202339.824000', '202339.826000', '202339.829000', '202339.832000', '202339.834000', '202339.837000', '202339.839000', '202339.842000', '202339.845000', '202339.847000', '202339.850000', '202339.852000', '202339.855000', '202339.858000', '202339.860000', '202339.863000', '202339.865000', '202339.868000', '202339.871000', '202339.873000', '202339.876000', '202339.878000', '202339.881000', '202339.884000', '202339.886000', '202339.889000', '202339.891000', '202339.894000', '202339.896000', '202339.899000', '202339.902000', '202339.904000', '202339.907000', '202339.909000', '202339.912000', '202339.915000', '202339.917000', '202339.920000', '202339.922000', '202339.925000', '202339.928000', '202339.930000', '202359.819000', '202359.821000', '202359.824000', '202359.827000', '202359.829000', '202359.832000', '202359.834000', '202359.838000', '202359.840000', '202359.843000', '202359.846000', '202359.848000', '202359.851000', '202359.853000', '202359.860000', '202359.862000', '202359.865000', '202359.867000', '202359.870000', '202359.873000', '202359.875000', '202359.878000', '202359.880000', '202359.883000', '202359.885000', '202359.888000', '202359.891000', '202359.893000', '202359.896000', '202359.898000', '202359.901000', '202359.903000', '202359.906000', '202359.908000', '202359.911000', '202359.914000', '202359.916000', '202359.919000', '202359.921000', '202359.924000', '202359.926000', '202359.929000', '202359.932000', '202419.819000', '202419.822000', '202419.825000', '202419.828000', '202419.830000', '202419.833000', '202419.835000', '202419.838000', '202419.841000', '202419.843000', '202419.846000', '202419.849000', '202419.851000', '202419.854000', '202419.856000', '202419.859000', '202419.862000', '202419.864000', '202419.867000', '202419.869000', '202419.872000', '202419.874000', '202419.877000', '202419.880000', '202419.882000', '202419.885000', '202419.887000', '202419.890000', '202419.892000', '202419.895000', '202419.898000', '202419.900000', '202419.903000', '202419.905000', '202419.908000', '202419.910000', '202419.913000', '202419.916000', '202419.918000', '202419.921000', '202419.923000', '202419.926000', '202419.929000', '202439.818000', '202439.821000', '202439.824000', '202439.826000', '202439.829000', '202439.832000', '202439.834000', '202439.837000', '202439.840000', '202439.842000', '202439.845000', '202439.847000', '202439.850000', '202439.852000', '202439.855000', '202439.858000', '202439.860000', '202439.863000', '202439.865000', '202439.868000', '202439.870000', '202439.873000', '202439.876000', '202439.878000', '202439.881000', '202439.884000', '202439.886000', '202439.889000', '202439.891000', '202439.894000', '202439.896000', '202439.899000', '202439.902000', '202439.904000', '202439.907000', '202439.909000', '202439.912000', '202439.915000', '202439.917000', '202439.920000', '202439.922000', '202439.925000', '202439.928000', '202439.930000', '202459.819000', '202459.822000', '202459.824000', '202459.827000', '202459.830000', '202459.832000', '202459.835000', '202459.838000', '202459.840000', '202459.843000', '202459.845000', '202459.849000', '202459.852000', '202459.854000', '202459.857000', '202459.860000', '202459.862000', '202459.865000', '202459.868000', '202459.870000', '202459.873000', '202459.876000', '202459.879000', '202459.882000', '202459.884000', '202459.887000', '202459.889000', '202459.892000', '202459.895000', '202459.897000', '202459.900000', '202459.902000', '202459.905000', '202459.908000', '202459.911000', '202459.924000', '202459.927000', '202459.929000', '202459.932000', '202459.935000', '202459.937000', '202459.940000', '202459.942000', '202519.818000', '202519.821000', '202519.824000', '202519.826000', '202519.829000', '202519.831000', '202519.863000', '202519.865000', '202519.868000', '202519.871000', '202519.873000', '202519.876000', '202519.878000', '202519.881000', '202519.884000', '202519.886000', '202519.889000', '202519.891000', '202519.894000', '202519.896000', '202519.899000', '202519.902000', '202519.904000', '202519.907000', '202519.909000', '202519.912000', '202519.915000', '202519.917000', '202519.920000', '202519.922000', '202519.925000', '202519.928000', '202519.930000', '202519.933000', '202519.935000', '202519.938000', '202519.941000', '202519.943000', '202519.946000', '202519.948000', '202519.951000', '202519.954000', '202519.956000', '202519.959000', '202539.819000', '202539.821000', '202539.824000', '202539.826000', '202539.829000', '202539.832000', '202539.834000', '202539.837000', '202539.840000', '202539.843000', '202539.846000', '202539.849000', '202539.851000', '202539.854000', '202539.857000', '202539.859000', '202539.862000', '202539.864000', '202539.867000', '202539.870000', '202539.872000', '202539.875000', '202539.877000', '202539.880000', '202539.883000', '202539.885000', '202539.888000', '202539.890000', '202539.893000', '202539.896000', '202539.898000', '202539.901000', '202539.903000', '202539.906000', '202539.909000', '202539.911000', '202539.914000', '202539.916000', '202539.919000', '202539.922000', '202539.924000', '202539.927000', '202539.929000', '202559.819000', '202559.821000', '202559.824000', '202559.827000', '202559.829000', '202559.832000', '202559.834000', '202559.837000', '202559.840000', '202559.842000', '202559.845000', '202559.847000', '202559.850000', '202559.853000', '202559.855000', '202559.858000', '202559.860000', '202559.863000', '202559.865000', '202559.868000', '202559.871000', '202559.873000', '202559.876000', '202559.878000', '202559.881000', '202559.884000', '202559.886000', '202559.889000', '202559.891000', '202559.894000', '202559.896000', '202559.899000', '202559.902000', '202559.904000', '202559.907000', '202559.909000', '202559.912000', '202559.915000', '202559.917000', '202559.920000', '202559.922000', '202559.925000', '202559.927000', '202559.930000', '202619.819000', '202619.822000', '202619.825000', '202619.828000', '202619.830000', '202619.833000', '202619.835000', '202619.838000', '202619.840000', '202619.843000', '202619.846000', '202619.848000', '202619.851000', '202619.853000', '202619.856000', '202619.859000', '202619.861000', '202619.864000', '202619.867000', '202619.869000', '202619.872000', '202619.874000', '202619.877000', '202619.880000', '202619.882000', '202619.885000', '202619.889000', '202619.891000', '202619.894000', '202619.897000', '202619.899000', '202619.902000', '202619.904000', '202619.907000', '202619.910000', '202619.912000', '202619.915000', '202619.917000', '202619.920000', '202619.923000', '202619.925000', '202619.928000', '202619.931000', '202639.818000', '202639.821000', '202639.824000', '202639.827000', '202639.829000', '202639.832000', '202639.835000', '202639.837000', '202639.840000', '202639.842000', '202639.845000', '202639.847000', '202639.850000', '202639.853000', '202639.855000', '202639.858000', '202639.860000', '202639.871000', '202639.873000', '202639.876000', '202639.878000', '202639.881000', '202639.884000', '202639.886000', '202639.889000', '202639.891000', '202639.894000', '202639.896000', '202639.899000', '202639.902000', '202639.904000', '202639.907000', '202639.909000', '202639.912000', '202639.915000', '202639.917000', '202639.920000', '202639.922000', '202639.925000', '202639.928000', '202639.930000', '202639.933000', '202639.936000', '202639.938000', '202659.818000', '202659.821000', '202659.824000', '202659.827000', '202659.829000', '202659.832000', '202659.834000', '202659.837000', '202659.840000', '202659.842000', '202659.845000', '202659.847000', '202659.850000', '202659.852000', '202659.855000', '202659.858000', '202659.860000', '202659.863000', '202659.866000', '202659.868000', '202659.871000', '202659.873000', '202659.876000', '202659.878000', '202659.881000', '202659.884000', '202659.887000', '202659.890000', '202659.893000', '202659.896000', '202659.898000', '202659.901000', '202659.904000', '202659.906000', '202659.909000', '202659.911000', '202659.914000', '202659.917000', '202659.919000', '202659.922000', '202659.924000', '202659.927000', '202659.930000', '202719.819000', '202719.821000', '202719.824000', '202719.827000', '202719.829000', '202719.832000', '202719.834000', '202719.837000', '202719.840000', '202719.842000', '202719.845000', '202719.847000', '202719.850000', '202719.852000', '202719.855000', '202719.858000', '202719.860000', '202719.863000', '202719.865000', '202719.868000', '202719.871000', '202719.873000', '202719.876000', '202719.878000', '202719.881000', '202719.884000', '202719.886000', '202719.889000', '202719.891000', '202719.894000', '202719.897000', '202719.899000', '202719.902000', '202719.904000', '202719.907000', '202719.909000', '202719.912000', '202719.915000', '202719.917000', '202719.920000', '202719.922000', '202719.925000', '202719.928000', '202719.930000', '202739.818000', '202739.821000', '202739.824000', '202739.826000', '202739.829000', '202739.832000', '202739.834000', '202739.837000', '202739.839000', '202739.842000', '202739.845000', '202739.847000', '202739.850000', '202739.852000', '202739.855000', '202739.858000', '202739.860000', '202739.863000', '202739.865000', '202739.868000', '202739.870000', '202739.873000', '202739.876000', '202739.878000', '202739.881000', '202739.883000', '202739.886000', '202739.889000', '202739.891000', '202739.894000', '202739.896000', '202739.899000', '202739.901000', '202739.904000', '202739.907000', '202739.909000', '202739.912000', '202739.915000', '202739.918000', '202739.921000', '202739.924000', '202739.928000', '202739.931000', '202759.818000', '202759.821000', '202759.824000', '202759.826000', '202759.829000', '202759.834000', '202759.836000', '202759.839000', '202759.842000', '202759.844000', '202759.847000', '202759.849000', '202759.852000', '202759.855000', '202759.857000', '202759.860000', '202759.862000', '202759.865000', '202759.868000', '202759.870000', '202759.873000', '202759.875000', '202759.878000', '202759.881000', '202759.883000', '202759.886000', '202759.888000', '202759.891000', '202759.904000', '202759.907000', '202759.910000', '202759.912000', '202759.915000', '202759.917000', '202759.920000', '202759.922000', '202759.925000', '202759.936000', '202759.938000', '202759.941000', '202759.944000', '202759.946000', '202759.949000', '202759.951000', '202819.819000', '202819.822000', '202819.824000', '202819.827000', '202819.829000', '202819.832000', '202819.835000', '202819.837000', '202819.840000', '202819.842000', '202819.845000', '202819.847000', '202819.850000', '202819.853000', '202819.855000', '202819.858000', '202819.860000', '202819.863000', '202819.866000', '202819.868000', '202819.871000', '202819.873000', '202819.876000', '202819.878000', '202819.881000', '202819.884000', '202819.886000', '202819.889000', '202819.892000', '202819.894000', '202819.897000', '202819.899000', '202819.902000', '202819.905000', '202819.907000', '202819.910000', '202819.912000', '202819.915000', '202819.917000', '202819.920000', '202819.923000', '202819.925000', '202819.928000', '202839.819000', '202839.822000', '202839.825000', '202839.828000', '202839.830000', '202839.833000', '202839.835000', '202839.838000', '202839.841000', '202839.843000', '202839.846000', '202839.848000', '202839.851000', '202839.854000', '202839.856000', '202839.859000', '202839.861000', '202839.864000', '202839.867000', '202839.869000', '202839.872000', '202839.874000', '202839.877000', '202839.879000', '202839.882000', '202839.885000', '202839.887000', '202839.890000', '202839.892000', '202839.895000', '202839.898000', '202839.900000', '202839.903000', '202839.905000', '202839.908000', '202839.910000', '202839.913000', '202839.916000', '202839.918000', '202839.921000', '202839.923000', '202839.926000', '202839.929000', '202839.931000', '202859.818000', '202859.821000', '202859.824000', '202859.826000', '202859.829000', '202859.832000', '202859.834000', '202859.837000', '202859.839000', '202859.842000', '202859.844000', '202859.847000', '202859.850000', '202859.852000', '202859.855000', '202859.857000', '202859.860000', '202859.862000', '202859.865000', '202859.868000', '202859.870000', '202859.873000', '202859.875000', '202859.878000', '202859.880000', '202859.883000', '202859.886000', '202859.888000', '202859.891000', '202859.893000', '202859.896000', '202859.898000', '202859.901000', '202859.904000', '202859.906000', '202859.909000', '202859.911000', '202859.914000', '202859.916000', '202859.919000', '202859.922000', '202859.924000', '202859.927000', '202919.818000', '202919.821000', '202919.824000', '202919.826000', '202919.829000', '202919.832000', '202919.834000', '202919.837000', '202919.839000', '202919.842000', '202919.844000', '202919.847000', '202919.850000', '202919.852000', '202919.855000', '202919.857000', '202919.860000', '202919.862000', '202919.865000', '202919.868000', '202919.870000', '202919.873000', '202919.875000', '202919.878000', '202919.881000', '202919.883000', '202919.886000', '202919.888000', '202919.891000', '202919.893000', '202919.896000', '202919.899000', '202919.901000', '202919.904000', '202919.906000', '202919.909000', '202919.912000', '202919.914000', '202919.929000', '202919.932000', '202919.935000', '202919.938000', '202919.941000', '202919.943000', '202939.819000', '202939.821000', '202939.824000', '202939.826000', '202939.829000', '202939.832000', '202939.834000', '202939.837000', '202939.840000', '202939.842000', '202939.845000', '202939.847000', '202939.850000', '202939.852000', '202939.855000', '202939.858000', '202939.860000', '202939.863000', '202939.865000', '202939.868000', '202939.870000', '202939.873000', '202939.876000', '202939.878000', '202939.881000', '202939.883000', '202939.886000', '202939.889000', '202939.891000', '202939.894000', '202939.897000', '202939.899000', '202939.902000', '202939.904000', '202939.907000', '202939.909000', '202939.912000', '202939.915000', '202939.917000', '202939.920000', '202939.923000', '202939.925000', '202939.928000', '202959.819000', '202959.822000', '202959.825000', '202959.827000', '202959.830000', '202959.832000', '202959.835000', '202959.838000', '202959.840000', '202959.843000', '202959.846000', '202959.848000', '202959.851000', '202959.853000', '202959.856000', '202959.858000', '202959.861000', '202959.864000', '202959.866000', '202959.869000', '202959.871000', '202959.874000', '202959.877000', '202959.879000', '202959.882000', '202959.884000', '202959.887000', '202959.889000', '202959.892000', '202959.895000', '202959.898000', '202959.901000', '202959.904000', '202959.907000', '202959.909000', '202959.912000', '202959.915000', '202959.917000', '202959.920000', '202959.922000', '202959.925000', '202959.928000', '202959.930000', '203019.818000', '203019.821000', '203019.824000', '203019.827000', '203019.829000', '203019.832000', '203019.834000', '203019.837000', '203019.840000', '203019.842000', '203019.845000', '203019.847000', '203019.850000', '203019.853000', '203019.855000', '203019.858000', '203019.860000', '203019.863000', '203019.866000', '203019.868000', '203019.871000', '203019.873000', '203019.876000', '203019.879000', '203019.881000', '203019.884000', '203019.886000', '203019.889000', '203019.891000', '203019.894000', '203019.897000', '203019.899000', '203019.902000', '203019.904000', '203019.907000', '203019.910000', '203019.912000', '203019.915000', '203019.917000', '203019.920000', '203019.923000', '203019.925000', '203019.928000', '203019.930000', '203039.819000', '203039.821000', '203039.824000', '203039.827000', '203039.829000', '203039.832000', '203039.834000', '203039.837000', '203039.840000', '203039.843000', '203039.846000', '203039.849000', '203039.859000', '203039.861000', '203039.864000', '203039.866000', '203039.869000', '203039.872000', '203039.874000', '203039.877000', '203039.879000', '203039.882000', '203039.885000', '203039.887000', '203039.890000', '203039.892000', '203039.895000', '203039.898000', '203039.900000', '203039.903000', '203039.905000', '203039.908000', '203039.910000', '203039.913000', '203039.916000', '203039.918000', '203039.921000', '203039.924000', '203039.926000', '203039.929000', '203039.931000', '203039.934000', '203039.937000', '203059.819000', '203059.822000', '203059.825000', '203059.827000', '203059.830000', '203059.833000', '203059.835000', '203059.838000', '203059.840000', '203059.843000', '203059.846000', '203059.848000', '203059.851000', '203059.853000', '203059.856000', '203059.859000', '203059.861000', '203059.864000', '203059.866000', '203059.869000', '203059.872000', '203059.874000', '203059.877000', '203059.879000', '203059.882000', '203059.884000', '203059.887000', '203059.890000', '203059.892000', '203059.895000', '203059.897000', '203059.900000', '203059.902000', '203059.905000', '203059.908000', '203059.910000', '203059.913000', '203059.915000', '203059.918000', '203059.921000', '203059.923000', '203059.926000', '203059.928000', '203059.931000', '203119.819000', '203119.822000', '203119.824000', '203119.827000', '203119.829000', '203119.832000', '203119.835000', '203119.837000', '203119.840000', '203119.842000', '203119.845000', '203119.848000', '203119.850000', '203119.853000', '203119.856000', '203119.858000', '203119.861000', '203119.864000', '203119.866000', '203119.869000', '203119.872000', '203119.875000', '203119.877000', '203119.880000', '203119.883000', '203119.885000', '203119.888000', '203119.891000', '203119.893000', '203119.896000', '203119.898000', '203119.901000', '203119.904000', '203119.906000', '203119.909000', '203119.912000', '203119.914000', '203119.917000', '203119.919000', '203119.922000', '203119.925000', '203119.927000', '203119.930000', '203119.932000', '203125.287000', '203125.290000', '203125.293000', '203125.296000', '203125.299000', '203125.302000', '203125.304000', '203125.307000', '203125.310000', '203125.312000', '203125.315000', '203125.318000'], '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': [8751, 6181, 11983, 8596, 11580, 7681, 9561, 7722, 8026, 7968, 6042, 6614, 6022, 5996, 7018, 6080, 8299, 6032, 9239, 6141, 6195, 7410, 6426, 9899, 6534, 8072, 8327, 5972, 9279, 7538, 5858, 8148, 7769, 6820, 8596, 8038, 6491, 6110, 9118, 8327, 9104, 10259, 8208, 10754, 9295, 10458, 9729, 9139, 11325, 7831, 11480, 8931, 9571, 11061, 8337, 9841, 9380, 6922, 10668, 9542, 9310, 9557, 8141, 11605, 9005, 7882, 10746, 8962, 8245, 9491, 8331, 9526, 10043, 8096, 7599, 9172, 8615, 8963, 9798, 8233, 7893, 9013, 8125, 9656, 9159, 7997, 10796, 8539, 9204, 9065, 7848, 10499, 8222, 9916, 8802, 8614, 9251, 7993, 11000, 8282, 9013, 8978, 7783, 10715, 8104, 10744, 8344, 10334, 9035, 8393, 9438, 6916, 9756, 7496, 11297, 8997, 10502, 8498, 6583, 8891, 7716, 10574, 8486, 9510, 8163, 7117, 8949, 7605, 10588, 8063, 8341, 8118, 6966, 9749, 7978, 7062, 8842, 7391, 10553, 8271, 8154, 9037, 7010, 10534, 8493, 9712, 8349, 8078, 9359, 7282, 10463, 7992, 9890, 8725, 6627, 9161, 7434, 10371, 8286, 7726, 8739, 6659, 9353, 7893, 8370, 8480, 7567, 10242, 7842, 10113, 8185, 7745, 9357, 7494, 11482, 7814, 8947, 8192, 7218, 9932, 7530, 10682, 8228, 7974, 8945, 7635, 8857, 8047, 6453, 8920, 8012, 10124, 7818, 6423, 9264, 7722, 10320, 8191, 6717, 8737, 7821, 10222, 8146, 9510, 8161, 6498, 8867, 7320, 10623, 8024, 9415, 7979, 6543, 9025, 6874, 10645, 8079, 10503, 7978, 7560, 8729, 6875, 9076, 7568, 9798, 7554, 10031, 8009, 8969, 8110, 6998, 9220, 7630, 7519, 8538, 7775, 11311, 7706, 9507, 8590, 14034, 8226, 11904, 8328, 8385, 8855, 7894, 9441, 8191, 9964, 7639, 7972, 8682, 6885, 9061, 7953, 10691, 7677, 6401, 8660, 7420, 9635, 7484, 8650, 8440, 7880, 9126, 7492, 9001, 8282, 7425, 9681, 7750, 8161, 8628, 8073, 11001, 8529, 6625, 9560, 8305, 11262, 8750, 6973, 10053, 8070, 10733, 8640, 11624, 8826, 6998, 9852, 7852, 8393, 8910, 7347, 9977, 8441, 8115, 9270, 7432, 10145, 7996, 8694, 8826, 7992, 9793, 8421, 9403, 9524, 7752, 10258, 8306, 9659, 9243, 7035, 9878, 9013, 10734, 8681, 7138, 10103, 9254, 7953, 10537, 8881, 7184, 9779, 8536, 6804, 9918, 8891, 11041, 8612, 8299, 10486, 8601, 10506, 8405, 8499, 9455, 8012, 8500, 8371, 6917, 9444, 8084, 11454, 8799, 6932, 9606, 7993, 10042, 8354, 11426, 9206, 7136, 9581, 7392, 9915, 8048, 9642, 8963, 6865, 9531, 7774, 9879, 8115, 11359, 8741, 7858, 9357, 7575, 9917, 8241, 9517, 8470, 6601, 9626, 8010, 10051, 8734, 7387, 10172, 8346, 10466, 8308, 11308, 9075, 7755, 9906, 7555, 10425, 8337, 10463, 9233, 6346, 10263, 7923, 10286, 8900, 9628, 9525, 7109, 10166, 8006, 10320, 8847, 7483, 9956, 7501, 10288, 8609, 10028, 9055, 7437, 10658, 8512, 9851, 9192, 7530, 10325, 9436, 8835, 9317, 6846, 10417, 8457, 11099, 9362, 6803, 10122, 8080, 10463, 9137, 7832, 10581, 8108, 10195, 8886, 9860, 9289, 7923, 10481, 7971, 9881, 8857, 9623, 9898, 7987, 9100, 8334, 7541, 9714, 8357, 10910, 9351, 8831, 9903, 7224, 10433, 7199, 10349, 8089, 10746, 9096, 7368, 10059, 7976, 10331, 9787, 7181, 10268, 8031, 10564, 8799, 10469, 9344, 7215, 9983, 7019, 10613, 8524, 10652, 9142, 6444, 9923, 7683, 10644, 9515, 9906, 9882, 7119, 10281, 7931, 10486, 9157, 7455, 10023, 7222, 10758, 7936, 10632, 9469, 7244, 10316, 7435, 10670, 9039, 10132, 9773, 7655, 10270, 8670, 11337, 9500, 7886, 10743, 7205, 10442, 8551, 11100, 9480, 9803, 9578, 7046, 10376, 8492, 10715, 9120, 8327, 9541, 7536, 10176, 8453, 11214, 9132, 9273, 8816, 10801, 9384, 7502, 10756, 7542, 10587, 8892, 10416, 8829, 7840, 10135, 7410, 10227, 8559, 11182, 9028, 10062, 8955, 6530, 10076, 7563, 10726, 8339, 9782, 9294, 7530, 9833, 7094, 10391, 7963, 10001, 9184, 7049, 10066, 7193, 10749, 8107, 10671, 9274, 9931, 9652, 10867, 9548, 8715, 10698, 7962, 10780, 8044, 11633, 9714, 10662, 9893, 6913, 10474, 7856, 10984, 9545, 10452, 9688, 7483, 10496, 7840, 11048, 9354, 12543, 9637, 9337, 9233, 10990, 9861, 8191, 10818, 8045, 11514, 9334, 10805, 9703, 8188, 10508, 7491, 10550, 8351, 11338, 9947, 8108, 10319, 7073, 10540, 8501, 11274, 9534, 9413, 9767, 7494, 10645, 8555, 11709, 9619, 9945, 9608, 9537, 10108, 8481, 11224, 9158, 9571, 9138, 9939, 10037, 8419, 11419, 9642, 9364, 9724, 9225, 10732, 8599, 8915, 8909, 8500, 10057, 9377, 10301, 8204, 11130, 8377, 11139, 9318, 12948, 10237, 10027, 9877, 9954, 9963, 10078, 10237, 8324, 11316, 8749, 10703, 9439, 11507, 9998, 8545, 10661, 8229, 11195, 9534, 9705, 10169, 7276, 10568, 8386, 11705, 9560, 9963, 10415, 8203, 10693, 9086, 10247, 9974, 8697, 10691, 9258, 9192, 10125, 9222, 11638, 10256, 7391, 10416, 8660, 10723, 9953, 7990, 11178, 8882, 10484, 9783, 10276, 9995, 10571, 10540, 8327, 11352, 8874, 8126, 10178, 8830, 11402, 9834, 9070, 10454, 8551, 11741, 9565, 9899, 9815, 8757, 11310, 9405, 9379, 10260, 9349, 12387, 9981, 12031, 10356, 8989, 12081, 9014, 9982, 9284, 10064, 10360, 8184, 9537, 8992, 8321, 9997, 9258, 10744, 9357, 8427, 10420, 9177, 10472, 9809, 9191, 12840, 10043, 10027, 9946, 10350, 13823, 10349, 9467, 10481, 8355, 11257, 10326, 9163, 10372, 8729, 8999, 9338, 8524, 10356, 9370, 7855, 9956, 9305, 10825, 9797, 8712, 10897, 9650, 11127, 9693, 10122, 10728, 9490, 10244, 9133, 9462, 10173, 9105, 10202, 9022, 7952, 10144, 9387, 11457, 10243, 7960, 10370, 9731, 10980, 9740, 10729, 10166, 8603, 10353, 8983, 11044, 9851, 7992, 9954, 8214, 10916, 9485, 8181, 10318, 8779, 10728, 9801, 9985, 11380, 9016, 11298, 9676, 9819, 10416, 9078, 10764, 9085, 8716, 9325, 10383, 11159, 9470, 10809, 9390, 10565, 9972, 9790, 11960, 9633, 9246, 9856, 9331, 11281, 10089, 10345, 9567, 8784, 10199, 9653, 12059, 9793, 8553, 9955, 8419, 9376, 8706, 9239, 10255, 9457, 9370, 9760, 9105, 9800, 12669, 9746, 9772, 9804, 9492, 11879, 9729, 9672, 9241, 8762, 10910, 10004, 9401, 9781, 8432, 10459, 9690, 11229, 9963, 8059, 9418, 9026, 8903, 11360, 9905, 10048, 9934, 8411, 10434, 10501, 12870, 9898, 8688, 10166, 9086, 10775, 9696, 10993, 9930, 8692, 9865, 9189, 9685, 9449, 8738, 10541, 9520, 8461, 8899, 7922, 10105, 9651, 11339, 9555, 7986, 10232, 10139, 11030, 9765, 8074, 10417, 9388, 10565, 9517, 9741, 10447, 9426, 8835, 8934, 9535, 11341, 10084, 7701, 9865, 9093, 9830, 10006, 9194, 7984, 9621, 9084, 10424, 9556, 8488, 10591, 9168, 11307, 9816, 12091, 10253, 7752, 10080, 8778, 11172, 9810, 10061, 9715, 8345, 10078, 8998, 8658, 10754, 9275, 8542, 9120, 9717, 9820, 9585, 8409, 10511, 8956, 9212, 9809, 9692, 12387, 9817, 8728, 10313, 9475, 11144, 10174, 9771, 9031, 9441, 8036, 11341, 9870, 8562, 10624, 8993, 9787, 9623, 9152, 10467, 10047, 8365, 9642, 9318, 8810, 11250, 10262, 8085, 10147, 9289, 9950, 9344, 10208, 10834, 9492, 8353, 10693, 9419, 10946, 9918, 8332, 10555, 9238, 9057, 9486, 8667, 10685, 8517, 11026, 9064, 9733, 9763, 9234, 10029, 8844, 9626, 9212, 8927, 11533, 9457, 9416, 9483, 9446, 10576, 9666, 11001, 9680, 8002, 10230, 9052, 11126, 9783, 8649, 9764, 7959, 10453, 9709, 10241, 9680, 7868, 9974, 8923, 9275, 10056, 8978, 9939, 8755, 8754, 10385, 9259, 9730, 10493, 8807, 10361, 9549, 8348, 10230, 9241, 10010, 9422, 10270, 11349, 9837, 8638, 10762, 9460, 9438, 11192, 9667, 8418, 9666, 10162, 11616, 9768, 8631, 9817, 8581, 8422, 9265, 9305, 10862, 9635, 9467, 10438, 9006, 10227, 9655, 10071, 11453, 8847, 8313, 9463, 9689, 12815, 9924, 7793, 9812, 9957, 9900, 9361, 8308, 9991, 8914, 7577, 9239, 9107, 10021, 9367, 10505, 8884, 8935, 9221, 10927, 9381, 9848, 8517, 9634, 8862, 7493, 9314, 8680, 9202], 'WindowCenter': [3879.0, 3809.0, 3866.0, 3850.0, 3867.0, 3813.0, 3828.0, 3799.0, 3796.0, 3806.0, 3776.0, 3799.0, 3794.0, 3789.0, 3796.0, 3793.0, 3837.0, 3793.0, 3844.0, 3805.0, 3794.0, 3814.0, 3804.0, 3872.0, 3789.0, 3877.0, 3929.0, 3847.0, 3899.0, 3861.0, 3808.0, 3858.0, 3835.0, 3826.0, 3884.0, 3875.0, 3847.0, 3848.0, 3899.0, 3890.0, 3887.0, 3897.0, 3874.0, 3894.0, 3870.0, 3892.0, 3883.0, 3883.0, 3894.0, 3851.0, 3892.0, 3871.0, 3868.0, 3889.0, 3846.0, 3865.0, 3854.0, 3824.0, 3877.0, 3880.0, 3869.0, 3869.0, 3845.0, 3876.0, 3854.0, 3844.0, 3878.0, 3854.0, 3844.0, 3865.0, 3857.0, 3867.0, 3878.0, 3848.0, 3848.0, 3866.0, 3858.0, 3868.0, 3881.0, 3860.0, 3860.0, 3868.0, 3862.0, 3880.0, 3883.0, 3873.0, 3904.0, 3871.0, 3869.0, 3869.0, 3848.0, 3894.0, 3872.0, 3882.0, 3871.0, 3870.0, 3882.0, 3862.0, 3892.0, 3859.0, 3870.0, 3869.0, 3850.0, 3890.0, 3862.0, 3891.0, 3862.0, 3879.0, 3869.0, 3858.0, 3881.0, 3840.0, 3868.0, 3838.0, 3888.0, 3868.0, 3879.0, 3857.0, 3827.0, 3857.0, 3847.0, 3878.0, 3869.0, 3880.0, 3858.0, 3837.0, 3856.0, 3845.0, 3876.0, 3860.0, 3860.0, 3847.0, 3836.0, 3879.0, 3858.0, 3837.0, 3870.0, 3852.0, 3892.0, 3860.0, 3858.0, 3872.0, 3839.0, 3890.0, 3859.0, 3868.0, 3857.0, 3848.0, 3868.0, 3838.0, 3878.0, 3848.0, 3877.0, 3859.0, 3827.0, 3868.0, 3838.0, 3876.0, 3858.0, 3848.0, 3868.0, 3828.0, 3868.0, 3858.0, 3859.0, 3872.0, 3860.0, 3892.0, 3860.0, 3880.0, 3861.0, 3849.0, 3881.0, 3851.0, 3890.0, 3847.0, 3869.0, 3856.0, 3836.0, 3880.0, 3849.0, 3880.0, 3859.0, 3847.0, 3867.0, 3847.0, 3870.0, 3849.0, 3827.0, 3868.0, 3858.0, 3892.0, 3849.0, 3827.0, 3869.0, 3849.0, 3879.0, 3861.0, 3827.0, 3860.0, 3848.0, 3879.0, 3847.0, 3871.0, 3857.0, 3828.0, 3870.0, 3836.0, 3878.0, 3848.0, 3870.0, 3848.0, 3814.0, 3856.0, 3827.0, 3878.0, 3847.0, 3879.0, 3849.0, 3848.0, 3856.0, 3826.0, 3868.0, 3847.0, 3879.0, 3861.0, 3892.0, 3862.0, 3883.0, 3862.0, 3838.0, 3882.0, 3850.0, 3849.0, 3859.0, 3849.0, 3907.0, 3862.0, 3882.0, 3861.0, 3901.0, 3848.0, 3888.0, 3847.0, 3847.0, 3856.0, 3845.0, 3854.0, 3857.0, 3867.0, 3846.0, 3845.0, 3858.0, 3825.0, 3868.0, 3860.0, 3891.0, 3851.0, 3827.0, 3859.0, 3849.0, 3881.0, 3850.0, 3870.0, 3861.0, 3861.0, 3881.0, 3848.0, 3870.0, 3871.0, 3846.0, 3881.0, 3850.0, 3859.0, 3870.0, 3861.0, 3893.0, 3860.0, 3828.0, 3869.0, 3857.0, 3889.0, 3871.0, 3839.0, 3879.0, 3848.0, 3880.0, 3858.0, 3888.0, 3857.0, 3823.0, 3867.0, 3847.0, 3846.0, 3854.0, 3836.0, 3868.0, 3858.0, 3848.0, 3865.0, 3838.0, 3878.0, 3860.0, 3858.0, 3872.0, 3861.0, 3882.0, 3860.0, 3870.0, 3866.0, 3847.0, 3891.0, 3860.0, 3881.0, 3869.0, 3838.0, 3868.0, 3869.0, 3893.0, 3860.0, 3839.0, 3882.0, 3881.0, 3861.0, 3892.0, 3883.0, 3852.0, 3894.0, 3873.0, 3830.0, 3880.0, 3872.0, 3890.0, 3861.0, 3862.0, 3881.0, 3860.0, 3880.0, 3861.0, 3860.0, 3882.0, 3848.0, 3858.0, 3860.0, 3835.0, 3882.0, 3860.0, 3904.0, 3861.0, 3838.0, 3869.0, 3860.0, 3880.0, 3849.0, 3892.0, 3868.0, 3827.0, 3869.0, 3839.0, 3880.0, 3848.0, 3882.0, 3870.0, 3825.0, 3866.0, 3836.0, 3866.0, 3848.0, 3888.0, 3859.0, 3847.0, 3868.0, 3848.0, 3869.0, 3846.0, 3882.0, 3858.0, 3828.0, 3870.0, 3849.0, 3882.0, 3860.0, 3839.0, 3879.0, 3859.0, 3879.0, 3858.0, 3892.0, 3871.0, 3849.0, 3869.0, 3837.0, 3878.0, 3858.0, 3878.0, 3871.0, 3818.0, 3880.0, 3848.0, 3880.0, 3859.0, 3881.0, 3869.0, 3829.0, 3879.0, 3849.0, 3881.0, 3858.0, 3840.0, 3881.0, 3840.0, 3881.0, 3859.0, 3880.0, 3870.0, 3839.0, 3880.0, 3859.0, 3881.0, 3869.0, 3851.0, 3879.0, 3870.0, 3858.0, 3869.0, 3815.0, 3878.0, 3848.0, 3880.0, 3870.0, 3827.0, 3879.0, 3848.0, 3879.0, 3870.0, 3849.0, 3880.0, 3862.0, 3881.0, 3870.0, 3883.0, 3869.0, 3849.0, 3882.0, 3848.0, 3868.0, 3857.0, 3869.0, 3868.0, 3848.0, 3860.0, 3860.0, 3850.0, 3869.0, 3860.0, 3890.0, 3871.0, 3860.0, 3880.0, 3839.0, 3877.0, 3826.0, 3865.0, 3848.0, 3877.0, 3857.0, 3826.0, 3867.0, 3849.0, 3879.0, 3879.0, 3827.0, 3878.0, 3847.0, 3878.0, 3859.0, 3881.0, 3868.0, 3836.0, 3869.0, 3826.0, 3879.0, 3859.0, 3882.0, 3868.0, 3817.0, 3867.0, 3847.0, 3879.0, 3869.0, 3881.0, 3879.0, 3827.0, 3879.0, 3860.0, 3878.0, 3882.0, 3838.0, 3881.0, 3839.0, 3889.0, 3849.0, 3891.0, 3879.0, 3850.0, 3881.0, 3851.0, 3892.0, 3871.0, 3894.0, 3881.0, 3849.0, 3881.0, 3871.0, 3889.0, 3882.0, 3848.0, 3879.0, 3837.0, 3880.0, 3858.0, 3881.0, 3868.0, 3868.0, 3868.0, 3826.0, 3878.0, 3859.0, 3882.0, 3870.0, 3848.0, 3868.0, 3837.0, 3867.0, 3845.0, 3890.0, 3870.0, 3869.0, 3859.0, 3878.0, 3869.0, 3838.0, 3878.0, 3837.0, 3877.0, 3860.0, 3878.0, 3858.0, 3844.0, 3881.0, 3838.0, 3868.0, 3858.0, 3878.0, 3857.0, 3871.0, 3858.0, 3816.0, 3869.0, 3838.0, 3880.0, 3860.0, 3880.0, 3868.0, 3839.0, 3868.0, 3840.0, 3882.0, 3850.0, 3894.0, 3872.0, 3839.0, 3880.0, 3841.0, 3882.0, 3862.0, 3883.0, 3871.0, 3879.0, 3869.0, 3892.0, 3870.0, 3861.0, 3880.0, 3851.0, 3879.0, 3849.0, 3891.0, 3870.0, 3893.0, 3881.0, 3841.0, 3881.0, 3863.0, 3891.0, 3871.0, 3893.0, 3882.0, 3840.0, 3880.0, 3846.0, 3878.0, 3869.0, 3902.0, 3869.0, 3868.0, 3868.0, 3891.0, 3879.0, 3848.0, 3879.0, 3848.0, 3888.0, 3868.0, 3880.0, 3871.0, 3858.0, 3880.0, 3837.0, 3878.0, 3859.0, 3879.0, 3866.0, 3848.0, 3879.0, 3827.0, 3878.0, 3858.0, 3890.0, 3871.0, 3870.0, 3869.0, 3838.0, 3879.0, 3859.0, 3903.0, 3871.0, 3881.0, 3870.0, 3868.0, 3880.0, 3859.0, 3901.0, 3872.0, 3870.0, 3871.0, 3879.0, 3879.0, 3861.0, 3903.0, 3883.0, 3870.0, 3872.0, 3872.0, 3892.0, 3873.0, 3871.0, 3873.0, 3873.0, 3894.0, 3886.0, 3894.0, 3862.0, 3904.0, 3860.0, 3891.0, 3870.0, 3903.0, 3882.0, 3870.0, 3880.0, 3868.0, 3881.0, 3868.0, 3880.0, 3848.0, 3892.0, 3859.0, 3879.0, 3870.0, 3889.0, 3879.0, 3858.0, 3878.0, 3845.0, 3892.0, 3881.0, 3870.0, 3881.0, 3835.0, 3879.0, 3847.0, 3890.0, 3869.0, 3868.0, 3880.0, 3859.0, 3881.0, 3871.0, 3880.0, 3880.0, 3861.0, 3880.0, 3869.0, 3868.0, 3882.0, 3871.0, 3891.0, 3882.0, 3838.0, 3879.0, 3860.0, 3880.0, 3869.0, 3849.0, 3891.0, 3870.0, 3881.0, 3869.0, 3870.0, 3868.0, 3876.0, 3881.0, 3847.0, 3890.0, 3857.0, 3846.0, 3880.0, 3858.0, 3905.0, 3893.0, 3872.0, 3892.0, 3872.0, 3902.0, 3881.0, 3882.0, 3883.0, 3861.0, 3893.0, 3886.0, 3883.0, 3896.0, 3884.0, 3902.0, 3871.0, 3903.0, 3881.0, 3860.0, 3890.0, 3860.0, 3870.0, 3870.0, 3869.0, 3880.0, 3849.0, 3869.0, 3885.0, 3847.0, 3884.0, 3885.0, 3895.0, 3888.0, 3873.0, 3895.0, 3887.0, 3895.0, 3882.0, 3872.0, 3903.0, 3870.0, 3868.0, 3870.0, 3870.0, 3906.0, 3869.0, 3869.0, 3864.0, 3847.0, 3879.0, 3880.0, 3858.0, 3867.0, 3846.0, 3858.0, 3869.0, 3861.0, 3881.0, 3871.0, 3850.0, 3869.0, 3872.0, 3882.0, 3880.0, 3858.0, 3880.0, 3858.0, 3879.0, 3869.0, 3870.0, 3877.0, 3869.0, 3866.0, 3857.0, 3869.0, 3879.0, 3859.0, 3870.0, 3856.0, 3849.0, 3881.0, 3869.0, 3893.0, 3879.0, 3848.0, 3869.0, 3869.0, 3879.0, 3870.0, 3888.0, 3878.0, 3857.0, 3876.0, 3859.0, 3890.0, 3879.0, 3848.0, 3878.0, 3860.0, 3891.0, 3881.0, 3861.0, 3883.0, 3860.0, 3889.0, 3879.0, 3882.0, 3893.0, 3871.0, 3889.0, 3871.0, 3881.0, 3891.0, 3857.0, 3892.0, 3871.0, 3857.0, 3870.0, 3879.0, 3888.0, 3869.0, 3891.0, 3871.0, 3890.0, 3879.0, 3882.0, 3903.0, 3870.0, 3868.0, 3870.0, 3869.0, 3891.0, 3879.0, 3882.0, 3870.0, 3858.0, 3880.0, 3881.0, 3903.0, 3880.0, 3861.0, 3883.0, 3862.0, 3873.0, 3862.0, 3870.0, 3882.0, 3873.0, 3871.0, 3877.0, 3871.0, 3881.0, 3902.0, 3869.0, 3868.0, 3869.0, 3867.0, 3891.0, 3868.0, 3857.0, 3858.0, 3858.0, 3878.0, 3879.0, 3857.0, 3868.0, 3848.0, 3880.0, 3868.0, 3892.0, 3882.0, 3850.0, 3868.0, 3870.0, 3871.0, 3903.0, 3882.0, 3881.0, 3870.0, 3848.0, 3867.0, 3880.0, 3892.0, 3868.0, 3847.0, 3868.0, 3844.0, 3878.0, 3866.0, 3880.0, 3868.0, 3857.0, 3868.0, 3859.0, 3868.0, 3866.0, 3845.0, 3879.0, 3871.0, 3857.0, 3857.0, 3859.0, 3878.0, 3872.0, 3893.0, 3870.0, 3845.0, 3870.0, 3867.0, 3881.0, 3883.0, 3847.0, 3879.0, 3870.0, 3879.0, 3868.0, 3869.0, 3879.0, 3860.0, 3858.0, 3859.0, 3867.0, 3892.0, 3882.0, 3839.0, 3867.0, 3859.0, 3869.0, 3882.0, 3868.0, 3849.0, 3869.0, 3873.0, 3894.0, 3885.0, 3862.0, 3882.0, 3872.0, 3878.0, 3870.0, 3889.0, 3865.0, 3835.0, 3866.0, 3847.0, 3876.0, 3868.0, 3867.0, 3857.0, 3847.0, 3868.0, 3857.0, 3859.0, 3889.0, 3870.0, 3857.0, 3870.0, 3872.0, 3882.0, 3884.0, 3861.0, 3883.0, 3861.0, 3870.0, 3868.0, 3870.0, 3904.0, 3869.0, 3859.0, 3868.0, 3869.0, 3892.0, 3884.0, 3882.0, 3861.0, 3870.0, 3850.0, 3890.0, 3882.0, 3861.0, 3879.0, 3872.0, 3878.0, 3867.0, 3869.0, 3893.0, 3869.0, 3858.0, 3871.0, 3870.0, 3860.0, 3889.0, 3881.0, 3850.0, 3881.0, 3869.0, 3868.0, 3855.0, 3881.0, 3881.0, 3869.0, 3847.0, 3879.0, 3867.0, 3879.0, 3869.0, 3849.0, 3881.0, 3857.0, 3860.0, 3871.0, 3860.0, 3881.0, 3859.0, 3877.0, 3859.0, 3871.0, 3884.0, 3870.0, 3883.0, 3871.0, 3868.0, 3867.0, 3870.0, 3906.0, 3871.0, 3871.0, 3858.0, 3871.0, 3880.0, 3869.0, 3880.0, 3870.0, 3849.0, 3868.0, 3859.0, 3880.0, 3868.0, 3848.0, 3869.0, 3837.0, 3880.0, 3870.0, 3881.0, 3869.0, 3849.0, 3870.0, 3872.0, 3872.0, 3867.0, 3886.0, 3869.0, 3830.0, 3843.0, 3867.0, 3854.0, 3939.0, 3936.0, 3872.0, 3896.0, 3883.0, 3859.0, 3879.0, 3868.0, 3868.0, 3858.0, 3882.0, 3893.0, 3883.0, 3858.0, 3880.0, 3871.0, 3859.0, 3878.0, 3870.0, 3848.0, 3868.0, 3867.0, 3880.0, 3871.0, 3858.0, 3868.0, 3859.0, 3844.0, 3856.0, 3857.0, 3890.0, 3866.0, 3868.0, 3881.0, 3871.0, 3880.0, 3871.0, 3868.0, 3891.0, 3856.0, 3845.0, 3867.0, 3867.0, 3901.0, 3869.0, 3837.0, 3867.0, 3868.0, 3867.0, 3867.0, 3846.0, 3867.0, 3859.0, 3845.0, 3868.0, 3869.0, 3879.0, 3870.0, 3893.0, 3870.0, 3872.0, 3868.0, 3881.0, 3871.0, 3880.0, 3860.0, 3879.0, 3869.0, 3838.0, 3867.0, 3860.0, 3869.0], 'WindowWidth': [8699.0, 8588.0, 8656.0, 8640.0, 8659.0, 8573.0, 8589.0, 8550.0, 8543.0, 8556.0, 8519.0, 8560.0, 8558.0, 8545.0, 8550.0, 8554.0, 8615.0, 8556.0, 8625.0, 8575.0, 8558.0, 8581.0, 8570.0, 8674.0, 8545.0, 8705.0, 8794.0, 8664.0, 8734.0, 8670.0, 8596.0, 8659.0, 8621.0, 8614.0, 8704.0, 8695.0, 8662.0, 8667.0, 8736.0, 8722.0, 8713.0, 8727.0, 8691.0, 8715.0, 8675.0, 8710.0, 8701.0, 8700.0, 8718.0, 8654.0, 8709.0, 8679.0, 8671.0, 8702.0, 8637.0, 8663.0, 8645.0, 8606.0, 8683.0, 8692.0, 8672.0, 8672.0, 8635.0, 8679.0, 8644.0, 8634.0, 8685.0, 8648.0, 8633.0, 8663.0, 8655.0, 8669.0, 8684.0, 8645.0, 8644.0, 8666.0, 8660.0, 8672.0, 8694.0, 8666.0, 8666.0, 8673.0, 8671.0, 8693.0, 8700.0, 8688.0, 8731.0, 8681.0, 8674.0, 8675.0, 8647.0, 8718.0, 8685.0, 8698.0, 8682.0, 8680.0, 8696.0, 8671.0, 8715.0, 8662.0, 8677.0, 8676.0, 8652.0, 8709.0, 8671.0, 8709.0, 8669.0, 8690.0, 8677.0, 8662.0, 8693.0, 8639.0, 8673.0, 8632.0, 8700.0, 8674.0, 8691.0, 8658.0, 8617.0, 8656.0, 8645.0, 8686.0, 8677.0, 8692.0, 8660.0, 8630.0, 8654.0, 8640.0, 8686.0, 8665.0, 8664.0, 8643.0, 8631.0, 8690.0, 8661.0, 8633.0, 8682.0, 8658.0, 8712.0, 8666.0, 8661.0, 8684.0, 8637.0, 8707.0, 8661.0, 8673.0, 8657.0, 8646.0, 8675.0, 8633.0, 8688.0, 8646.0, 8682.0, 8663.0, 8616.0, 8674.0, 8633.0, 8682.0, 8659.0, 8647.0, 8675.0, 8621.0, 8674.0, 8661.0, 8662.0, 8685.0, 8666.0, 8712.0, 8665.0, 8693.0, 8666.0, 8648.0, 8697.0, 8653.0, 8708.0, 8642.0, 8674.0, 8654.0, 8628.0, 8694.0, 8648.0, 8692.0, 8661.0, 8643.0, 8672.0, 8645.0, 8678.0, 8646.0, 8618.0, 8672.0, 8659.0, 8711.0, 8650.0, 8617.0, 8674.0, 8648.0, 8688.0, 8667.0, 8618.0, 8664.0, 8644.0, 8687.0, 8644.0, 8679.0, 8657.0, 8620.0, 8677.0, 8627.0, 8686.0, 8647.0, 8677.0, 8645.0, 8598.0, 8651.0, 8616.0, 8686.0, 8644.0, 8690.0, 8648.0, 8644.0, 8652.0, 8613.0, 8671.0, 8644.0, 8690.0, 8672.0, 8714.0, 8674.0, 8701.0, 8673.0, 8634.0, 8698.0, 8653.0, 8649.0, 8662.0, 8651.0, 8744.0, 8674.0, 8697.0, 8665.0, 8724.0, 8644.0, 8698.0, 8643.0, 8641.0, 8653.0, 8635.0, 8645.0, 8655.0, 8669.0, 8640.0, 8639.0, 8657.0, 8611.0, 8672.0, 8665.0, 8709.0, 8653.0, 8619.0, 8661.0, 8648.0, 8695.0, 8651.0, 8680.0, 8668.0, 8668.0, 8696.0, 8649.0, 8677.0, 8683.0, 8644.0, 8696.0, 8650.0, 8663.0, 8675.0, 8667.0, 8716.0, 8665.0, 8621.0, 8673.0, 8656.0, 8703.0, 8681.0, 8634.0, 8686.0, 8644.0, 8689.0, 8655.0, 8700.0, 8656.0, 8607.0, 8667.0, 8642.0, 8638.0, 8647.0, 8628.0, 8670.0, 8660.0, 8645.0, 8666.0, 8631.0, 8686.0, 8665.0, 8658.0, 8684.0, 8667.0, 8697.0, 8665.0, 8677.0, 8668.0, 8642.0, 8711.0, 8664.0, 8692.0, 8674.0, 8631.0, 8671.0, 8674.0, 8715.0, 8662.0, 8635.0, 8695.0, 8694.0, 8667.0, 8712.0, 8702.0, 8659.0, 8717.0, 8685.0, 8625.0, 8692.0, 8680.0, 8706.0, 8665.0, 8669.0, 8692.0, 8663.0, 8691.0, 8666.0, 8664.0, 8694.0, 8645.0, 8659.0, 8662.0, 8626.0, 8693.0, 8664.0, 8729.0, 8667.0, 8634.0, 8673.0, 8664.0, 8688.0, 8645.0, 8712.0, 8670.0, 8615.0, 8672.0, 8634.0, 8689.0, 8646.0, 8694.0, 8675.0, 8610.0, 8664.0, 8625.0, 8667.0, 8643.0, 8703.0, 8659.0, 8640.0, 8668.0, 8643.0, 8673.0, 8641.0, 8696.0, 8658.0, 8618.0, 8676.0, 8647.0, 8696.0, 8665.0, 8636.0, 8687.0, 8661.0, 8685.0, 8659.0, 8711.0, 8679.0, 8648.0, 8672.0, 8629.0, 8683.0, 8658.0, 8684.0, 8679.0, 8603.0, 8687.0, 8644.0, 8689.0, 8661.0, 8693.0, 8675.0, 8620.0, 8688.0, 8647.0, 8692.0, 8659.0, 8635.0, 8692.0, 8636.0, 8692.0, 8661.0, 8691.0, 8678.0, 8633.0, 8691.0, 8660.0, 8689.0, 8674.0, 8652.0, 8690.0, 8676.0, 8658.0, 8671.0, 8596.0, 8681.0, 8643.0, 8691.0, 8675.0, 8616.0, 8685.0, 8644.0, 8686.0, 8675.0, 8648.0, 8689.0, 8669.0, 8692.0, 8675.0, 8696.0, 8674.0, 8647.0, 8692.0, 8645.0, 8670.0, 8652.0, 8672.0, 8669.0, 8644.0, 8664.0, 8664.0, 8648.0, 8675.0, 8665.0, 8704.0, 8680.0, 8660.0, 8688.0, 8630.0, 8679.0, 8614.0, 8663.0, 8644.0, 8686.0, 8653.0, 8609.0, 8665.0, 8646.0, 8688.0, 8687.0, 8615.0, 8682.0, 8640.0, 8684.0, 8660.0, 8694.0, 8671.0, 8624.0, 8670.0, 8612.0, 8687.0, 8660.0, 8696.0, 8671.0, 8603.0, 8666.0, 8641.0, 8688.0, 8674.0, 8692.0, 8686.0, 8616.0, 8685.0, 8665.0, 8685.0, 8697.0, 8634.0, 8692.0, 8632.0, 8699.0, 8648.0, 8706.0, 8691.0, 8650.0, 8693.0, 8653.0, 8708.0, 8681.0, 8714.0, 8693.0, 8648.0, 8692.0, 8680.0, 8705.0, 8695.0, 8645.0, 8687.0, 8628.0, 8687.0, 8656.0, 8692.0, 8669.0, 8669.0, 8666.0, 8613.0, 8683.0, 8659.0, 8696.0, 8675.0, 8643.0, 8668.0, 8628.0, 8668.0, 8637.0, 8706.0, 8676.0, 8675.0, 8660.0, 8683.0, 8671.0, 8629.0, 8685.0, 8628.0, 8682.0, 8662.0, 8686.0, 8658.0, 8636.0, 8688.0, 8630.0, 8670.0, 8657.0, 8684.0, 8656.0, 8680.0, 8660.0, 8600.0, 8673.0, 8630.0, 8688.0, 8662.0, 8691.0, 8673.0, 8633.0, 8669.0, 8636.0, 8693.0, 8650.0, 8719.0, 8683.0, 8635.0, 8688.0, 8640.0, 8693.0, 8669.0, 8701.0, 8680.0, 8686.0, 8672.0, 8705.0, 8674.0, 8666.0, 8690.0, 8650.0, 8686.0, 8647.0, 8705.0, 8677.0, 8711.0, 8691.0, 8638.0, 8691.0, 8671.0, 8707.0, 8680.0, 8713.0, 8694.0, 8635.0, 8689.0, 8638.0, 8685.0, 8674.0, 8727.0, 8672.0, 8671.0, 8671.0, 8704.0, 8685.0, 8643.0, 8685.0, 8644.0, 8698.0, 8670.0, 8689.0, 8679.0, 8658.0, 8687.0, 8629.0, 8683.0, 8660.0, 8688.0, 8666.0, 8643.0, 8683.0, 8614.0, 8684.0, 8659.0, 8707.0, 8678.0, 8676.0, 8673.0, 8630.0, 8687.0, 8659.0, 8727.0, 8678.0, 8692.0, 8675.0, 8670.0, 8689.0, 8660.0, 8724.0, 8680.0, 8677.0, 8677.0, 8685.0, 8687.0, 8666.0, 8726.0, 8698.0, 8677.0, 8681.0, 8680.0, 8709.0, 8685.0, 8682.0, 8687.0, 8685.0, 8715.0, 8708.0, 8717.0, 8669.0, 8728.0, 8665.0, 8706.0, 8677.0, 8727.0, 8694.0, 8676.0, 8689.0, 8670.0, 8690.0, 8671.0, 8692.0, 8644.0, 8707.0, 8660.0, 8685.0, 8675.0, 8700.0, 8688.0, 8657.0, 8685.0, 8639.0, 8708.0, 8693.0, 8679.0, 8691.0, 8625.0, 8685.0, 8643.0, 8703.0, 8672.0, 8670.0, 8688.0, 8659.0, 8690.0, 8680.0, 8688.0, 8690.0, 8665.0, 8691.0, 8674.0, 8670.0, 8693.0, 8680.0, 8710.0, 8695.0, 8631.0, 8686.0, 8662.0, 8691.0, 8672.0, 8646.0, 8707.0, 8676.0, 8692.0, 8672.0, 8675.0, 8670.0, 8675.0, 8689.0, 8640.0, 8701.0, 8656.0, 8639.0, 8689.0, 8659.0, 8731.0, 8716.0, 8684.0, 8709.0, 8682.0, 8723.0, 8694.0, 8700.0, 8696.0, 8667.0, 8714.0, 8707.0, 8698.0, 8721.0, 8701.0, 8726.0, 8677.0, 8725.0, 8690.0, 8662.0, 8701.0, 8659.0, 8673.0, 8675.0, 8670.0, 8686.0, 8646.0, 8672.0, 8704.0, 8640.0, 8699.0, 8703.0, 8722.0, 8712.0, 8687.0, 8715.0, 8712.0, 8718.0, 8696.0, 8680.0, 8727.0, 8673.0, 8670.0, 8674.0, 8672.0, 8736.0, 8672.0, 8670.0, 8659.0, 8639.0, 8684.0, 8687.0, 8653.0, 8664.0, 8638.0, 8657.0, 8672.0, 8667.0, 8692.0, 8678.0, 8649.0, 8673.0, 8679.0, 8695.0, 8692.0, 8656.0, 8688.0, 8655.0, 8686.0, 8670.0, 8672.0, 8679.0, 8669.0, 8663.0, 8653.0, 8671.0, 8685.0, 8657.0, 8672.0, 8652.0, 8643.0, 8692.0, 8672.0, 8710.0, 8685.0, 8643.0, 8671.0, 8672.0, 8686.0, 8674.0, 8699.0, 8683.0, 8652.0, 8679.0, 8660.0, 8704.0, 8688.0, 8644.0, 8683.0, 8666.0, 8709.0, 8694.0, 8666.0, 8695.0, 8664.0, 8701.0, 8691.0, 8695.0, 8711.0, 8678.0, 8699.0, 8677.0, 8693.0, 8704.0, 8655.0, 8709.0, 8678.0, 8656.0, 8677.0, 8686.0, 8700.0, 8673.0, 8706.0, 8678.0, 8703.0, 8688.0, 8695.0, 8725.0, 8676.0, 8670.0, 8673.0, 8672.0, 8707.0, 8687.0, 8693.0, 8677.0, 8659.0, 8690.0, 8690.0, 8729.0, 8688.0, 8665.0, 8695.0, 8670.0, 8686.0, 8668.0, 8678.0, 8697.0, 8681.0, 8679.0, 8685.0, 8677.0, 8691.0, 8722.0, 8672.0, 8668.0, 8671.0, 8667.0, 8706.0, 8668.0, 8652.0, 8653.0, 8654.0, 8681.0, 8686.0, 8652.0, 8667.0, 8640.0, 8687.0, 8672.0, 8709.0, 8691.0, 8649.0, 8672.0, 8677.0, 8677.0, 8726.0, 8693.0, 8691.0, 8673.0, 8641.0, 8667.0, 8688.0, 8710.0, 8669.0, 8639.0, 8665.0, 8631.0, 8679.0, 8664.0, 8690.0, 8668.0, 8652.0, 8668.0, 8657.0, 8668.0, 8664.0, 8634.0, 8689.0, 8677.0, 8658.0, 8656.0, 8661.0, 8684.0, 8680.0, 8714.0, 8673.0, 8637.0, 8671.0, 8666.0, 8690.0, 8697.0, 8641.0, 8686.0, 8673.0, 8685.0, 8670.0, 8672.0, 8685.0, 8659.0, 8654.0, 8657.0, 8667.0, 8707.0, 8692.0, 8632.0, 8668.0, 8659.0, 8670.0, 8692.0, 8672.0, 8646.0, 8674.0, 8684.0, 8712.0, 8705.0, 8668.0, 8696.0, 8679.0, 8688.0, 8675.0, 8700.0, 8663.0, 8620.0, 8662.0, 8639.0, 8678.0, 8671.0, 8666.0, 8650.0, 8639.0, 8667.0, 8653.0, 8659.0, 8702.0, 8674.0, 8656.0, 8674.0, 8680.0, 8693.0, 8703.0, 8665.0, 8697.0, 8665.0, 8674.0, 8670.0, 8675.0, 8728.0, 8672.0, 8658.0, 8669.0, 8672.0, 8707.0, 8701.0, 8692.0, 8663.0, 8673.0, 8650.0, 8703.0, 8694.0, 8665.0, 8688.0, 8682.0, 8684.0, 8669.0, 8672.0, 8712.0, 8672.0, 8659.0, 8677.0, 8676.0, 8662.0, 8701.0, 8691.0, 8647.0, 8691.0, 8671.0, 8668.0, 8650.0, 8691.0, 8692.0, 8670.0, 8641.0, 8684.0, 8669.0, 8684.0, 8671.0, 8646.0, 8690.0, 8654.0, 8661.0, 8678.0, 8661.0, 8691.0, 8659.0, 8680.0, 8659.0, 8678.0, 8701.0, 8676.0, 8696.0, 8678.0, 8669.0, 8668.0, 8675.0, 8733.0, 8677.0, 8676.0, 8654.0, 8676.0, 8687.0, 8673.0, 8691.0, 8674.0, 8643.0, 8668.0, 8659.0, 8689.0, 8669.0, 8642.0, 8669.0, 8625.0, 8688.0, 8673.0, 8690.0, 8673.0, 8645.0, 8674.0, 8682.0, 8682.0, 8669.0, 8709.0, 8671.0, 8602.0, 8625.0, 8662.0, 8643.0, 8806.0, 8797.0, 8685.0, 8722.0, 8701.0, 8661.0, 8686.0, 8669.0, 8670.0, 8655.0, 8696.0, 8711.0, 8693.0, 8657.0, 8688.0, 8675.0, 8658.0, 8686.0, 8672.0, 8643.0, 8667.0, 8667.0, 8689.0, 8678.0, 8656.0, 8669.0, 8657.0, 8631.0, 8649.0, 8651.0, 8702.0, 8665.0, 8671.0, 8691.0, 8680.0, 8690.0, 8680.0, 8671.0, 8706.0, 8653.0, 8634.0, 8666.0, 8667.0, 8722.0, 8671.0, 8627.0, 8664.0, 8667.0, 8666.0, 8668.0, 8639.0, 8667.0, 8657.0, 8639.0, 8670.0, 8673.0, 8688.0, 8675.0, 8708.0, 8677.0, 8682.0, 8673.0, 8694.0, 8677.0, 8690.0, 8664.0, 8689.0, 8675.0, 8632.0, 8669.0, 8662.0, 8678.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.012697884283246978</td></tr>
<tr><td colspan=3>aqi</td><td>0.07068203739205527</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.14331353060502</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2830240512618842</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1972867400345708</td></tr>
<tr><td colspan=3>efc</td><td>0.4858</td></tr>
<tr><td colspan=3>fber</td><td>4396.5029</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17900120039572612</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>365</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.51986183074266</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7439848351681775</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.811906660231648</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.009370110069207</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.410677735203677</td></tr>
<tr><td colspan=3>gcor</td><td>0.00591038</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007820290513336658</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033355556428432465</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7477206734720308</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>19.9503</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.6853</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.262</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299283.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.5442</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9211</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.6132</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.9901</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.7194</td></tr>
<tr><td colspan=3>tsnr</td><td>22.858047855086625</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>