<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>f64948664019cfd6b9cb2ba88452111c</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:57:37.722500</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.999808, 0.0108634, -0.0163207, -0.00977223, 0.997804, 0.065514]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0830875</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>[4159, -7718, -7300, 652, -118, -47, 107, 50]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a998262a-b4e2-4227-8c4b-d80a1b6a0fdf||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.6824111938476562, -0.026218190789222717, -0.045890770852565765, 108.97985076904297], [-0.02914584055542946, 2.677034616470337, 0.1764230579137802, -102.56075286865234], [-0.04378729313611984, -0.1757691502571106, 2.6938390731811523, -71.30818176269531], [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': ['205737.722500', '205738.182500', '205738.642500', '205739.102500', '205739.562500', '205740.022500', '205740.482500', '205740.942500', '205741.402500', '205741.862500', '205742.322500', '205742.782500', '205743.242500', '205743.702500', '205744.162500', '205744.622500', '205745.082500', '205745.542500', '205746.002500', '205746.462500', '205746.922500', '205747.382500', '205747.842500', '205748.302500', '205748.762500', '205749.222500', '205749.682500', '205750.142500', '205750.602500', '205751.062500', '205751.522500', '205751.982500', '205752.442500', '205752.902500', '205753.362500', '205753.822500', '205754.282500', '205754.742500', '205755.202500', '205755.662500', '205756.122500', '205756.582500', '205757.042500', '205757.502500', '205757.962500', '205758.422500', '205758.882500', '205759.342500', '205759.802500', '205800.262500', '205800.722500', '205801.182500', '205801.642500', '205802.102500', '205802.562500', '205803.022500', '205803.482500', '205803.942500', '205804.402500', '205804.862500', '205805.322500', '205805.782500', '205806.242500', '205806.702500', '205807.162500', '205807.622500', '205808.082500', '205808.542500', '205809.002500', '205809.462500', '205809.922500', '205810.382500', '205810.842500', '205811.302500', '205811.762500', '205812.222500', '205812.682500', '205813.142500', '205813.602500', '205814.062500', '205814.522500', '205814.982500', '205815.442500', '205815.902500', '205816.362500', '205816.822500', '205817.282500', '205817.742500', '205818.202500', '205818.662500', '205819.122500', '205819.582500', '205820.042500', '205820.502500', '205820.962500', '205821.422500', '205821.882500', '205822.342500', '205822.802500', '205823.262500', '205823.722500', '205824.182500', '205824.642500', '205825.102500', '205825.562500', '205826.022500', '205826.482500', '205826.942500', '205827.402500', '205827.862500', '205828.322500', '205828.782500', '205829.242500', '205829.702500', '205830.162500', '205830.622500', '205831.082500', '205831.542500', '205832.002500', '205832.462500', '205832.922500', '205833.382500', '205833.842500', '205834.302500', '205834.762500', '205835.222500', '205835.682500', '205836.142500', '205836.602500', '205837.062500', '205837.522500', '205837.982500', '205838.442500', '205838.902500', '205839.362500', '205839.822500', '205840.282500', '205840.742500', '205841.202500', '205841.662500', '205842.122500', '205842.582500', '205843.042500', '205843.502500', '205843.962500', '205844.422500', '205844.882500', '205845.342500', '205845.802500', '205846.262500', '205846.722500', '205847.182500', '205847.642500', '205848.102500', '205848.562500', '205849.022500', '205849.482500', '205849.942500', '205850.402500', '205850.862500', '205851.322500', '205851.782500', '205852.242500', '205852.702500', '205853.162500', '205853.622500', '205854.082500', '205854.542500', '205855.002500', '205855.462500', '205855.922500', '205856.382500', '205856.842500', '205857.302500', '205857.762500', '205858.222500', '205858.682500', '205859.142500', '205859.602500', '205900.062500', '205900.522500', '205900.982500', '205901.442500', '205901.902500', '205902.362500', '205902.822500', '205903.282500', '205903.742500', '205904.202500', '205904.662500', '205905.122500', '205905.582500', '205906.042500', '205906.502500', '205906.962500', '205907.422500', '205907.882500', '205908.342500', '205908.802500', '205909.262500', '205909.722500', '205910.182500', '205910.642500', '205911.102500', '205911.562500', '205912.022500', '205912.482500', '205912.942500', '205913.402500', '205913.862500', '205914.322500', '205914.782500', '205915.242500', '205915.702500', '205916.162500', '205916.622500', '205917.082500', '205917.542500', '205918.002500', '205918.462500', '205918.922500', '205919.382500', '205919.842500', '205920.302500', '205920.762500', '205921.222500', '205921.682500', '205922.142500', '205922.602500', '205923.062500', '205923.522500', '205923.982500', '205924.442500', '205924.902500', '205925.362500', '205925.822500', '205926.282500', '205926.742500', '205927.202500', '205927.662500', '205928.122500', '205928.582500', '205929.042500', '205929.502500', '205929.962500', '205930.422500', '205930.882500', '205931.342500', '205931.802500', '205932.262500', '205932.722500', '205933.182500', '205933.642500', '205934.102500', '205934.562500', '205935.022500', '205935.482500', '205935.942500', '205936.402500', '205936.862500', '205937.322500', '205937.782500', '205938.242500', '205938.702500', '205939.162500', '205939.622500', '205940.082500', '205940.542500', '205941.002500', '205941.462500', '205941.922500', '205942.382500', '205942.842500', '205943.302500', '205943.762500', '205944.222500', '205944.682500', '205945.142500', '205945.602500', '205946.062500', '205946.522500', '205946.982500', '205947.442500', '205947.902500', '205948.362500', '205948.822500', '205949.282500', '205949.742500', '205950.202500', '205950.662500', '205951.122500', '205951.582500', '205952.042500', '205952.502500', '205952.962500', '205953.422500', '205953.882500', '205954.342500', '205954.802500', '205955.262500', '205955.722500', '205956.182500', '205956.642500', '205957.102500', '205957.562500', '205958.022500', '205958.482500', '205958.942500', '205959.402500', '205959.862500', '210000.322500', '210000.782500', '210001.242500', '210001.702500', '210002.162500', '210002.622500', '210003.082500', '210003.542500', '210004.002500', '210004.462500', '210004.922500', '210005.382500', '210005.842500', '210006.302500', '210006.762500', '210007.222500', '210007.682500', '210008.142500', '210008.602500', '210009.062500', '210009.522500', '210009.982500', '210010.442500', '210010.902500', '210011.362500', '210011.822500', '210012.282500', '210012.742500', '210013.202500', '210013.662500', '210014.122500', '210014.582500', '210015.042500', '210015.502500', '210015.962500', '210016.422500', '210016.882500', '210017.342500', '210017.802500', '210018.262500', '210018.722500', '210019.182500', '210019.642500', '210020.102500', '210020.562500', '210021.022500', '210021.482500', '210021.942500', '210022.402500', '210022.862500', '210023.322500', '210023.782500', '210024.242500', '210024.702500', '210025.162500', '210025.622500', '210026.082500', '210026.542500', '210027.002500', '210027.462500', '210027.922500', '210028.382500', '210028.842500', '210029.302500', '210029.762500', '210030.222500', '210030.682500', '210031.142500', '210031.602500', '210032.062500', '210032.522500', '210032.982500', '210033.442500', '210033.902500', '210034.362500', '210034.822500', '210035.282500', '210035.742500', '210036.202500', '210036.662500', '210037.122500', '210037.582500', '210038.042500', '210038.502500', '210038.962500', '210039.422500', '210039.882500', '210040.342500', '210040.802500', '210041.262500', '210041.722500', '210042.182500', '210042.642500', '210043.102500', '210043.562500', '210044.022500', '210044.482500', '210044.942500', '210045.402500', '210045.862500', '210046.322500', '210046.782500', '210047.242500', '210047.702500', '210048.162500', '210048.622500', '210049.082500', '210049.542500', '210050.002500', '210050.462500', '210050.922500', '210051.382500', '210051.842500', '210052.302500', '210052.762500', '210053.222500', '210053.682500', '210054.142500', '210054.602500', '210055.062500', '210055.522500', '210055.982500', '210056.442500', '210056.902500', '210057.362500', '210057.822500', '210058.282500', '210058.742500', '210059.202500', '210059.662500', '210100.122500', '210100.582500', '210101.042500', '210101.502500', '210101.962500', '210102.422500', '210102.882500', '210103.342500', '210103.802500', '210104.262500', '210104.722500', '210105.182500', '210105.642500', '210106.102500', '210106.562500', '210107.022500', '210107.482500', '210107.942500', '210108.402500', '210108.862500', '210109.322500', '210109.782500', '210110.242500', '210110.702500', '210111.162500', '210111.622500', '210112.082500', '210112.542500', '210113.002500', '210113.462500', '210113.922500', '210114.382500', '210114.842500', '210115.302500', '210115.762500', '210116.222500', '210116.682500', '210117.142500', '210117.602500', '210118.062500', '210118.522500', '210118.982500', '210119.442500', '210119.902500', '210120.362500', '210120.822500', '210121.282500', '210121.742500', '210122.202500', '210122.662500', '210123.122500', '210123.582500', '210124.042500', '210124.502500', '210124.962500', '210125.422500', '210125.882500', '210126.342500', '210126.802500', '210127.262500', '210127.722500', '210128.182500', '210128.642500', '210129.102500', '210129.562500', '210130.022500', '210130.482500', '210130.942500', '210131.402500', '210131.862500', '210132.322500', '210132.782500', '210133.242500', '210133.702500', '210134.162500', '210134.622500', '210135.082500', '210135.542500', '210136.002500', '210136.462500', '210136.922500', '210137.382500', '210137.842500', '210138.302500', '210138.762500', '210139.222500', '210139.682500', '210140.142500', '210140.602500', '210141.062500', '210141.522500', '210141.982500', '210142.442500', '210142.902500', '210143.362500', '210143.822500', '210144.282500', '210144.742500', '210145.202500', '210145.662500', '210146.122500', '210146.582500', '210147.042500', '210147.502500', '210147.962500', '210148.422500', '210148.882500', '210149.342500', '210149.802500', '210150.262500', '210150.722500', '210151.182500', '210151.642500', '210152.102500', '210152.562500', '210153.022500', '210153.482500', '210153.942500', '210154.402500', '210154.862500', '210155.322500', '210155.782500', '210156.242500', '210156.702500', '210157.162500', '210157.622500', '210158.082500', '210158.542500', '210159.002500', '210159.462500', '210159.922500', '210200.382500', '210200.842500', '210201.302500', '210201.762500', '210202.222500', '210202.682500', '210203.142500', '210203.602500', '210204.062500', '210204.522500', '210204.982500', '210205.442500', '210205.902500', '210206.362500', '210206.822500', '210207.282500', '210207.742500', '210208.202500', '210208.662500', '210209.122500', '210209.582500', '210210.042500', '210210.502500', '210210.962500', '210211.422500', '210211.882500', '210212.342500', '210212.802500', '210213.262500', '210213.722500', '210214.182500', '210214.642500', '210215.102500', '210215.562500', '210216.022500', '210216.482500', '210216.942500', '210217.402500', '210217.862500', '210218.322500', '210218.782500', '210219.242500', '210219.702500', '210220.162500', '210220.622500', '210221.082500', '210221.542500', '210222.002500', '210222.462500', '210222.922500', '210223.382500', '210223.842500', '210224.302500', '210224.762500', '210225.222500', '210225.682500', '210226.142500', '210226.602500', '210227.062500', '210227.522500', '210227.982500', '210228.442500', '210228.902500', '210229.362500', '210229.822500', '210230.282500', '210230.742500', '210231.202500', '210231.662500', '210232.122500', '210232.582500', '210233.042500', '210233.502500', '210233.962500', '210234.422500', '210234.882500', '210235.342500', '210235.802500', '210236.262500', '210236.722500', '210237.182500', '210237.642500', '210238.102500', '210238.562500', '210239.022500', '210239.482500', '210239.942500', '210240.402500', '210240.862500', '210241.322500', '210241.782500', '210242.242500', '210242.702500', '210243.162500', '210243.622500', '210244.082500', '210244.542500', '210245.002500', '210245.462500', '210245.922500', '210246.382500', '210246.842500', '210247.302500', '210247.762500', '210248.222500', '210248.682500', '210249.142500', '210249.602500', '210250.062500', '210250.522500', '210250.982500', '210251.442500', '210251.902500', '210252.362500', '210252.822500', '210253.282500', '210253.742500', '210254.202500', '210254.662500', '210255.122500', '210255.582500', '210256.042500', '210256.502500', '210256.962500', '210257.422500', '210257.882500', '210258.342500', '210258.802500', '210259.262500', '210259.722500', '210300.182500', '210300.642500', '210301.102500', '210301.562500', '210302.022500', '210302.482500', '210302.942500', '210303.402500', '210303.862500', '210304.322500', '210304.782500', '210305.242500', '210305.702500', '210306.162500', '210306.622500', '210307.082500', '210307.542500', '210308.002500', '210308.462500', '210308.922500', '210309.382500', '210309.842500', '210310.302500', '210310.762500', '210311.222500', '210311.682500', '210312.142500', '210312.602500', '210313.062500', '210313.522500', '210313.982500', '210314.442500', '210314.902500', '210315.362500', '210315.822500', '210316.282500', '210316.742500', '210317.202500', '210317.662500', '210318.122500', '210318.582500', '210319.042500', '210319.502500', '210319.962500', '210320.422500', '210320.882500', '210321.342500', '210321.802500', '210322.262500', '210322.722500', '210323.182500', '210323.642500', '210324.102500', '210324.562500', '210325.022500', '210325.482500', '210325.942500', '210326.402500', '210326.862500', '210327.322500', '210327.782500', '210328.242500', '210328.702500', '210329.162500', '210329.622500', '210330.082500', '210330.542500', '210331.002500', '210331.462500', '210331.922500', '210332.382500', '210332.842500', '210333.302500', '210333.762500', '210334.222500', '210334.682500', '210335.142500', '210335.602500', '210336.062500', '210336.522500', '210336.982500', '210337.442500', '210337.902500', '210338.362500', '210338.822500', '210339.282500', '210339.742500', '210340.202500', '210340.662500', '210341.122500', '210341.582500', '210342.042500', '210342.502500', '210342.962500', '210343.422500', '210343.882500', '210344.342500', '210344.802500', '210345.262500', '210345.722500', '210346.182500', '210346.642500', '210347.102500', '210347.562500', '210348.022500', '210348.482500', '210348.942500', '210349.402500', '210349.862500', '210350.322500', '210350.782500', '210351.242500', '210351.702500', '210352.162500', '210352.622500', '210353.082500', '210353.542500', '210354.002500', '210354.462500', '210354.922500', '210355.382500', '210355.842500', '210356.302500', '210356.762500', '210357.222500', '210357.682500', '210358.142500', '210358.602500', '210359.062500', '210359.522500', '210359.982500', '210400.442500', '210400.902500', '210401.362500', '210401.822500', '210402.282500', '210402.742500', '210403.202500', '210403.662500', '210404.122500', '210404.582500', '210405.042500', '210405.502500', '210405.962500', '210406.422500', '210406.882500', '210407.342500', '210407.802500', '210408.262500', '210408.722500', '210409.182500', '210409.642500', '210410.102500', '210410.562500', '210411.022500', '210411.482500', '210411.942500', '210412.402500', '210412.862500', '210413.322500', '210413.782500', '210414.242500', '210414.702500', '210415.162500', '210415.622500', '210416.082500', '210416.542500', '210417.002500', '210417.462500', '210417.922500', '210418.382500', '210418.842500', '210419.302500', '210419.762500', '210420.222500', '210420.682500', '210421.142500', '210421.602500', '210422.062500', '210422.522500', '210422.982500', '210423.442500', '210423.902500', '210424.362500', '210424.822500', '210425.282500', '210425.742500', '210426.202500', '210426.662500', '210427.122500', '210427.582500', '210428.042500', '210428.502500', '210428.962500', '210429.422500', '210429.882500', '210430.342500', '210430.802500', '210431.262500', '210431.722500', '210432.182500', '210432.642500', '210433.102500', '210433.562500', '210434.022500', '210434.482500', '210434.942500', '210435.402500', '210435.862500', '210436.322500', '210436.782500', '210437.242500', '210437.702500', '210438.162500', '210438.622500', '210439.082500', '210439.542500', '210440.002500', '210440.462500', '210440.922500', '210441.382500', '210441.842500', '210442.302500', '210442.762500', '210443.222500', '210443.682500', '210444.142500', '210444.602500', '210445.062500', '210445.522500', '210445.982500', '210446.442500', '210446.902500', '210447.362500', '210447.822500', '210448.282500', '210448.742500', '210449.202500', '210449.662500', '210450.122500', '210450.582500', '210451.042500', '210451.502500', '210451.962500', '210452.422500', '210452.882500', '210453.342500', '210453.802500', '210454.262500', '210454.722500', '210455.182500', '210455.642500', '210456.102500', '210456.562500', '210457.022500', '210457.482500', '210457.942500', '210458.402500', '210458.862500', '210459.322500', '210459.782500', '210500.242500', '210500.702500', '210501.162500', '210501.622500', '210502.082500', '210502.542500', '210503.002500', '210503.462500', '210503.922500', '210504.382500', '210504.842500', '210505.302500', '210505.762500', '210506.222500', '210506.682500', '210507.142500', '210507.602500', '210508.062500', '210508.522500', '210508.982500', '210509.442500', '210509.902500', '210510.362500', '210510.822500', '210511.282500', '210511.742500', '210512.202500', '210512.662500', '210513.122500', '210513.582500', '210514.042500', '210514.502500', '210514.962500', '210515.422500', '210515.882500', '210516.342500', '210516.802500', '210517.262500', '210517.722500', '210518.182500', '210518.642500', '210519.102500', '210519.562500', '210520.022500', '210520.482500', '210520.942500', '210521.402500', '210521.862500', '210522.322500', '210522.782500', '210523.242500', '210523.702500', '210524.162500', '210524.622500', '210525.082500', '210525.542500', '210526.002500', '210526.462500', '210526.922500', '210527.382500', '210527.842500', '210528.302500', '210528.762500', '210529.222500', '210529.682500', '210530.142500', '210530.602500', '210531.062500', '210531.522500', '210531.982500', '210532.442500', '210532.902500', '210533.362500', '210533.822500', '210534.282500', '210534.742500', '210535.202500', '210535.662500', '210536.122500', '210536.582500', '210537.042500', '210537.502500', '210537.962500', '210538.422500', '210538.882500', '210539.342500', '210539.802500', '210540.262500', '210540.722500', '210541.182500', '210541.642500', '210542.102500', '210542.562500', '210543.022500', '210543.482500', '210543.942500', '210544.402500', '210544.862500', '210545.322500', '210545.782500', '210546.242500', '210546.702500', '210547.162500', '210547.622500', '210548.082500', '210548.542500', '210549.002500', '210549.462500', '210549.922500', '210550.382500', '210550.842500', '210551.302500', '210551.762500', '210552.222500', '210552.682500', '210553.142500', '210553.602500', '210554.062500', '210554.522500', '210554.982500', '210555.442500', '210555.902500', '210556.362500', '210556.822500', '210557.282500', '210557.742500', '210558.202500', '210558.662500', '210559.122500', '210559.582500', '210600.042500', '210600.502500', '210600.962500', '210601.422500', '210601.882500', '210602.342500', '210602.802500', '210603.262500', '210603.722500', '210604.182500', '210604.642500', '210605.102500', '210605.562500', '210606.022500', '210606.482500', '210606.942500', '210607.402500', '210607.862500', '210608.322500', '210608.782500', '210609.242500', '210609.702500', '210610.162500', '210610.622500', '210611.082500', '210611.542500', '210612.002500', '210612.462500', '210612.922500', '210613.382500', '210613.842500', '210614.302500', '210614.762500', '210615.222500', '210615.682500', '210616.142500', '210616.602500', '210617.062500', '210617.522500', '210617.982500', '210618.442500', '210618.902500', '210619.362500', '210619.822500', '210620.282500', '210620.742500', '210621.202500', '210621.662500', '210622.122500', '210622.582500', '210623.042500', '210623.502500', '210623.962500', '210624.422500', '210624.882500', '210625.342500', '210625.802500', '210626.262500', '210626.722500', '210627.182500', '210627.642500', '210628.102500', '210628.562500', '210629.022500', '210629.482500', '210629.942500'], 'ContentTime': ['205805.638000', '205805.641000', '205805.644000', '205805.647000', '205805.649000', '205805.652000', '205805.654000', '205805.657000', '205805.660000', '205805.662000', '205805.665000', '205805.667000', '205805.670000', '205805.673000', '205805.675000', '205805.678000', '205805.680000', '205805.683000', '205805.685000', '205805.688000', '205805.690000', '205805.693000', '205805.696000', '205805.698000', '205805.701000', '205805.703000', '205805.706000', '205805.708000', '205805.717000', '205805.719000', '205805.722000', '205805.724000', '205805.727000', '205805.729000', '205805.732000', '205805.734000', '205805.740000', '205805.743000', '205805.745000', '205805.748000', '205805.750000', '205805.753000', '205805.756000', '205805.758000', '205805.761000', '205805.763000', '205805.766000', '205805.768000', '205805.771000', '205805.773000', '205805.776000', '205805.778000', '205805.781000', '205805.784000', '205805.786000', '205805.789000', '205805.791000', '205805.794000', '205825.589000', '205825.591000', '205825.594000', '205825.596000', '205825.599000', '205825.602000', '205825.604000', '205825.607000', '205825.616000', '205825.619000', '205825.622000', '205825.625000', '205825.627000', '205825.630000', '205825.633000', '205825.635000', '205825.638000', '205825.640000', '205825.643000', '205825.645000', '205825.648000', '205825.650000', '205825.653000', '205825.656000', '205825.658000', '205825.661000', '205825.663000', '205825.666000', '205825.668000', '205825.671000', '205825.674000', '205825.676000', '205825.679000', '205825.681000', '205825.684000', '205825.686000', '205825.689000', '205825.693000', '205825.695000', '205825.698000', '205825.700000', '205825.703000', '205825.706000', '205845.588000', '205845.591000', '205845.594000', '205845.596000', '205845.599000', '205845.602000', '205845.605000', '205845.607000', '205845.610000', '205845.612000', '205845.615000', '205845.618000', '205845.620000', '205845.623000', '205845.625000', '205845.628000', '205845.631000', '205845.633000', '205845.636000', '205845.638000', '205845.641000', '205845.644000', '205845.646000', '205845.649000', '205845.651000', '205845.654000', '205845.656000', '205845.659000', '205845.662000', '205845.664000', '205845.667000', '205845.675000', '205845.678000', '205845.681000', '205845.683000', '205845.686000', '205845.688000', '205845.691000', '205845.693000', '205845.696000', '205845.699000', '205845.701000', '205845.704000', '205845.707000', '205905.588000', '205905.591000', '205905.594000', '205905.596000', '205905.599000', '205905.602000', '205905.604000', '205905.607000', '205905.609000', '205905.612000', '205905.622000', '205905.625000', '205905.627000', '205905.630000', '205905.632000', '205905.635000', '205905.637000', '205905.640000', '205905.643000', '205905.645000', '205905.648000', '205905.650000', '205905.653000', '205905.656000', '205905.659000', '205905.661000', '205905.664000', '205905.666000', '205905.669000', '205905.671000', '205905.674000', '205905.677000', '205905.679000', '205905.682000', '205905.685000', '205905.687000', '205905.690000', '205905.692000', '205905.695000', '205905.698000', '205905.700000', '205905.703000', '205905.705000', '205925.589000', '205925.591000', '205925.594000', '205925.597000', '205925.599000', '205925.602000', '205925.605000', '205925.607000', '205925.610000', '205925.626000', '205925.629000', '205925.631000', '205925.634000', '205925.636000', '205925.639000', '205925.641000', '205925.644000', '205925.647000', '205925.649000', '205925.652000', '205925.654000', '205925.657000', '205925.660000', '205925.662000', '205925.665000', '205925.668000', '205925.670000', '205925.673000', '205925.675000', '205925.678000', '205925.680000', '205925.683000', '205925.686000', '205925.688000', '205925.691000', '205925.693000', '205925.696000', '205925.699000', '205925.701000', '205925.704000', '205925.707000', '205925.709000', '205925.712000', '205925.714000', '205945.588000', '205945.590000', '205945.593000', '205945.596000', '205945.598000', '205945.601000', '205945.603000', '205945.606000', '205945.609000', '205945.611000', '205945.614000', '205945.616000', '205945.619000', '205945.622000', '205945.624000', '205945.627000', '205945.629000', '205945.632000', '205945.635000', '205945.637000', '205945.640000', '205945.642000', '205945.645000', '205945.648000', '205945.650000', '205945.653000', '205945.655000', '205945.658000', '205945.661000', '205945.664000', '205945.667000', '205945.670000', '205945.673000', '205945.675000', '205945.678000', '205945.680000', '205945.683000', '205945.686000', '205945.688000', '205945.691000', '205945.693000', '205945.696000', '205945.698000', '210005.588000', '210005.590000', '210005.593000', '210005.596000', '210005.598000', '210005.601000', '210005.603000', '210005.606000', '210005.609000', '210005.611000', '210005.614000', '210005.616000', '210005.619000', '210005.622000', '210005.624000', '210005.627000', '210005.629000', '210005.632000', '210005.635000', '210005.637000', '210005.640000', '210005.642000', '210005.645000', '210005.648000', '210005.650000', '210005.653000', '210005.655000', '210005.658000', '210005.660000', '210005.663000', '210005.666000', '210005.668000', '210005.671000', '210005.673000', '210005.676000', '210005.678000', '210005.681000', '210005.684000', '210005.686000', '210005.689000', '210005.691000', '210005.694000', '210005.697000', '210005.699000', '210025.588000', '210025.591000', '210025.594000', '210025.596000', '210025.599000', '210025.602000', '210025.604000', '210025.607000', '210025.610000', '210025.612000', '210025.615000', '210025.617000', '210025.620000', '210025.622000', '210025.625000', '210025.628000', '210025.630000', '210025.633000', '210025.636000', '210025.638000', '210025.641000', '210025.643000', '210025.646000', '210025.649000', '210025.651000', '210025.654000', '210025.656000', '210025.659000', '210025.661000', '210025.664000', '210025.667000', '210025.669000', '210025.672000', '210025.674000', '210025.677000', '210025.680000', '210025.682000', '210025.685000', '210025.687000', '210025.690000', '210025.693000', '210025.696000', '210025.699000', '210045.588000', '210045.591000', '210045.594000', '210045.597000', '210045.599000', '210045.602000', '210045.605000', '210045.607000', '210045.610000', '210045.612000', '210045.615000', '210045.618000', '210045.620000', '210045.623000', '210045.626000', '210045.628000', '210045.631000', '210045.633000', '210045.636000', '210045.639000', '210045.641000', '210045.644000', '210045.647000', '210045.649000', '210045.652000', '210045.654000', '210045.657000', '210045.659000', '210045.662000', '210045.665000', '210045.667000', '210045.670000', '210045.672000', '210045.675000', '210045.677000', '210045.680000', '210045.683000', '210045.685000', '210045.688000', '210045.690000', '210045.693000', '210045.695000', '210045.698000', '210045.701000', '210105.589000', '210105.591000', '210105.594000', '210105.597000', '210105.599000', '210105.602000', '210105.605000', '210105.607000', '210105.610000', '210105.612000', '210105.615000', '210105.618000', '210105.620000', '210105.623000', '210105.625000', '210105.628000', '210105.630000', '210105.633000', '210105.636000', '210105.638000', '210105.641000', '210105.643000', '210105.646000', '210105.649000', '210105.651000', '210105.654000', '210105.656000', '210105.659000', '210105.662000', '210105.664000', '210105.667000', '210105.669000', '210105.672000', '210105.675000', '210105.677000', '210105.680000', '210105.682000', '210105.693000', '210105.696000', '210105.698000', '210105.701000', '210105.703000', '210105.706000', '210125.588000', '210125.591000', '210125.594000', '210125.597000', '210125.599000', '210125.602000', '210125.604000', '210125.607000', '210125.610000', '210125.612000', '210125.615000', '210125.617000', '210125.620000', '210125.622000', '210125.625000', '210125.628000', '210125.630000', '210125.633000', '210125.635000', '210125.638000', '210125.641000', '210125.643000', '210125.646000', '210125.648000', '210125.651000', '210125.654000', '210125.656000', '210125.659000', '210125.661000', '210125.664000', '210125.666000', '210125.669000', '210125.672000', '210125.674000', '210125.677000', '210125.680000', '210125.682000', '210125.685000', '210125.687000', '210125.690000', '210125.692000', '210125.695000', '210125.698000', '210125.700000', '210145.588000', '210145.591000', '210145.594000', '210145.597000', '210145.600000', '210145.602000', '210145.605000', '210145.607000', '210145.610000', '210145.612000', '210145.615000', '210145.618000', '210145.620000', '210145.623000', '210145.625000', '210145.628000', '210145.630000', '210145.633000', '210145.636000', '210145.639000', '210145.641000', '210145.644000', '210145.646000', '210145.649000', '210145.652000', '210145.654000', '210145.657000', '210145.659000', '210145.662000', '210145.665000', '210145.667000', '210145.670000', '210145.673000', '210145.675000', '210145.678000', '210145.685000', '210145.687000', '210145.690000', '210145.692000', '210145.695000', '210145.698000', '210145.700000', '210145.703000', '210205.587000', '210205.590000', '210205.593000', '210205.596000', '210205.598000', '210205.601000', '210205.603000', '210205.606000', '210205.609000', '210205.611000', '210205.614000', '210205.616000', '210205.619000', '210205.622000', '210205.624000', '210205.627000', '210205.630000', '210205.632000', '210205.635000', '210205.637000', '210205.640000', '210205.643000', '210205.645000', '210205.648000', '210205.650000', '210205.653000', '210205.656000', '210205.658000', '210205.661000', '210205.663000', '210205.666000', '210205.669000', '210205.671000', '210205.674000', '210205.676000', '210205.679000', '210205.682000', '210205.684000', '210205.687000', '210205.689000', '210205.692000', '210205.694000', '210205.697000', '210205.700000', '210225.588000', '210225.591000', '210225.593000', '210225.596000', '210225.598000', '210225.601000', '210225.604000', '210225.606000', '210225.609000', '210225.611000', '210225.614000', '210225.617000', '210225.619000', '210225.622000', '210225.624000', '210225.638000', '210225.641000', '210225.643000', '210225.646000', '210225.649000', '210225.651000', '210225.654000', '210225.656000', '210225.659000', '210225.661000', '210225.664000', '210225.667000', '210225.669000', '210225.672000', '210225.674000', '210225.677000', '210225.680000', '210225.682000', '210225.685000', '210225.687000', '210225.690000', '210225.693000', '210225.695000', '210225.698000', '210225.700000', '210225.703000', '210225.705000', '210225.708000', '210245.589000', '210245.592000', '210245.594000', '210245.597000', '210245.600000', '210245.602000', '210245.605000', '210245.607000', '210245.610000', '210245.612000', '210245.615000', '210245.618000', '210245.620000', '210245.623000', '210245.625000', '210245.628000', '210245.631000', '210245.633000', '210245.636000', '210245.638000', '210245.641000', '210245.643000', '210245.646000', '210245.649000', '210245.651000', '210245.654000', '210245.656000', '210245.659000', '210245.661000', '210245.664000', '210245.667000', '210245.669000', '210245.672000', '210245.675000', '210245.677000', '210245.680000', '210245.683000', '210245.685000', '210245.688000', '210245.690000', '210245.693000', '210245.696000', '210245.698000', '210245.701000', '210305.589000', '210305.591000', '210305.594000', '210305.597000', '210305.599000', '210305.602000', '210305.607000', '210305.609000', '210305.612000', '210305.614000', '210305.617000', '210305.620000', '210305.622000', '210305.625000', '210305.627000', '210305.630000', '210305.633000', '210305.635000', '210305.646000', '210305.649000', '210305.651000', '210305.654000', '210305.657000', '210305.659000', '210305.662000', '210305.664000', '210305.667000', '210305.669000', '210305.672000', '210305.675000', '210305.677000', '210305.680000', '210305.683000', '210305.685000', '210305.688000', '210305.690000', '210305.693000', '210305.695000', '210305.698000', '210305.701000', '210305.703000', '210305.706000', '210305.708000', '210325.588000', '210325.591000', '210325.594000', '210325.597000', '210325.599000', '210325.602000', '210325.604000', '210325.607000', '210325.610000', '210325.613000', '210325.616000', '210325.618000', '210325.621000', '210325.623000', '210325.626000', '210325.629000', '210325.631000', '210325.634000', '210325.636000', '210325.639000', '210325.642000', '210325.644000', '210325.647000', '210325.649000', '210325.652000', '210325.654000', '210325.657000', '210325.660000', '210325.662000', '210325.665000', '210325.667000', '210325.670000', '210325.673000', '210325.675000', '210325.678000', '210325.680000', '210325.683000', '210325.685000', '210325.688000', '210325.691000', '210325.693000', '210325.696000', '210325.699000', '210345.589000', '210345.592000', '210345.594000', '210345.597000', '210345.600000', '210345.603000', '210345.605000', '210345.608000', '210345.611000', '210345.613000', '210345.616000', '210345.619000', '210345.621000', '210345.624000', '210345.627000', '210345.630000', '210345.633000', '210345.635000', '210345.638000', '210345.641000', '210345.643000', '210345.646000', '210345.649000', '210345.652000', '210345.654000', '210345.657000', '210345.660000', '210345.662000', '210345.665000', '210345.668000', '210345.670000', '210345.673000', '210345.676000', '210345.678000', '210345.681000', '210345.683000', '210345.686000', '210345.689000', '210345.691000', '210345.694000', '210345.696000', '210345.727000', '210345.730000', '210345.732000', '210405.588000', '210405.591000', '210405.594000', '210405.596000', '210405.599000', '210405.602000', '210405.604000', '210405.607000', '210405.609000', '210405.612000', '210405.615000', '210405.617000', '210405.620000', '210405.622000', '210405.625000', '210405.628000', '210405.630000', '210405.633000', '210405.635000', '210405.638000', '210405.641000', '210405.643000', '210405.646000', '210405.648000', '210405.651000', '210405.654000', '210405.656000', '210405.659000', '210405.661000', '210405.664000', '210405.667000', '210405.669000', '210405.672000', '210405.674000', '210405.677000', '210405.679000', '210405.682000', '210405.685000', '210405.687000', '210405.690000', '210405.693000', '210405.695000', '210405.698000', '210405.700000', '210425.588000', '210425.591000', '210425.593000', '210425.596000', '210425.598000', '210425.601000', '210425.604000', '210425.606000', '210425.609000', '210425.611000', '210425.614000', '210425.617000', '210425.619000', '210425.622000', '210425.624000', '210425.627000', '210425.635000', '210425.638000', '210425.641000', '210425.643000', '210425.646000', '210425.648000', '210425.651000', '210425.654000', '210425.656000', '210425.659000', '210425.661000', '210425.664000', '210425.667000', '210425.669000', '210425.672000', '210425.674000', '210425.677000', '210425.680000', '210425.682000', '210425.685000', '210425.687000', '210425.690000', '210425.693000', '210425.695000', '210425.698000', '210425.700000', '210425.703000', '210445.588000', '210445.590000', '210445.593000', '210445.596000', '210445.599000', '210445.601000', '210445.604000', '210445.607000', '210445.609000', '210445.612000', '210445.615000', '210445.617000', '210445.620000', '210445.623000', '210445.625000', '210445.628000', '210445.630000', '210445.633000', '210445.635000', '210445.638000', '210445.641000', '210445.643000', '210445.646000', '210445.649000', '210445.653000', '210445.655000', '210445.658000', '210445.660000', '210445.663000', '210445.666000', '210445.668000', '210445.671000', '210445.673000', '210445.676000', '210445.679000', '210445.681000', '210445.684000', '210445.686000', '210445.689000', '210445.692000', '210445.694000', '210445.697000', '210445.700000', '210505.589000', '210505.591000', '210505.594000', '210505.597000', '210505.599000', '210505.602000', '210505.604000', '210505.607000', '210505.610000', '210505.612000', '210505.615000', '210505.618000', '210505.620000', '210505.623000', '210505.626000', '210505.628000', '210505.631000', '210505.633000', '210505.636000', '210505.639000', '210505.641000', '210505.644000', '210505.646000', '210505.649000', '210505.652000', '210505.654000', '210505.657000', '210505.660000', '210505.662000', '210505.665000', '210505.667000', '210505.670000', '210505.672000', '210505.675000', '210505.678000', '210505.680000', '210505.683000', '210505.698000', '210505.700000', '210505.703000', '210505.705000', '210505.708000', '210505.711000', '210505.713000', '210525.588000', '210525.591000', '210525.594000', '210525.597000', '210525.599000', '210525.602000', '210525.604000', '210525.607000', '210525.610000', '210525.612000', '210525.615000', '210525.618000', '210525.620000', '210525.623000', '210525.625000', '210525.628000', '210525.630000', '210525.633000', '210525.635000', '210525.638000', '210525.641000', '210525.644000', '210525.647000', '210525.650000', '210525.653000', '210525.655000', '210525.658000', '210525.661000', '210525.663000', '210525.666000', '210525.668000', '210525.671000', '210525.673000', '210525.676000', '210525.679000', '210525.681000', '210525.684000', '210525.686000', '210525.689000', '210525.692000', '210525.694000', '210525.697000', '210525.699000', '210545.589000', '210545.592000', '210545.594000', '210545.597000', '210545.600000', '210545.602000', '210545.605000', '210545.608000', '210545.610000', '210545.613000', '210545.615000', '210545.618000', '210545.621000', '210545.623000', '210545.626000', '210545.628000', '210545.631000', '210545.633000', '210545.636000', '210545.639000', '210545.641000', '210545.644000', '210545.646000', '210545.649000', '210545.652000', '210545.654000', '210545.657000', '210545.659000', '210545.662000', '210545.665000', '210545.667000', '210545.670000', '210545.673000', '210545.675000', '210545.678000', '210545.681000', '210545.683000', '210545.686000', '210545.688000', '210545.691000', '210545.694000', '210545.696000', '210545.699000', '210545.701000', '210605.589000', '210605.591000', '210605.594000', '210605.597000', '210605.599000', '210605.602000', '210605.605000', '210605.607000', '210605.610000', '210605.612000', '210605.615000', '210605.618000', '210605.620000', '210605.623000', '210605.626000', '210605.629000', '210605.632000', '210605.635000', '210605.638000', '210605.640000', '210605.643000', '210605.646000', '210605.648000', '210605.651000', '210605.653000', '210605.656000', '210605.659000', '210605.661000', '210605.664000', '210605.666000', '210605.669000', '210605.672000', '210605.674000', '210605.677000', '210605.680000', '210605.682000', '210605.685000', '210605.688000', '210605.691000', '210605.693000', '210605.696000', '210605.699000', '210605.701000', '210625.587000', '210625.590000', '210625.593000', '210625.595000', '210625.598000', '210625.601000', '210625.603000', '210625.606000', '210625.609000', '210625.611000', '210625.614000', '210625.617000', '210625.619000', '210625.622000', '210625.624000', '210625.627000', '210625.630000', '210625.632000', '210625.635000', '210625.638000', '210625.640000', '210625.643000', '210625.645000', '210625.648000', '210625.651000', '210625.653000', '210625.656000', '210625.658000', '210625.661000', '210625.664000', '210625.667000', '210625.669000', '210625.672000', '210625.675000', '210625.698000', '210625.700000', '210625.703000', '210625.706000', '210625.708000', '210625.711000', '210625.713000', '210625.716000', '210625.719000', '210625.721000', '210631.424000', '210631.427000', '210631.430000', '210631.433000', '210631.435000', '210631.439000', '210631.441000', '210631.444000', '210631.447000', '210631.450000', '210631.454000', '210631.457000', '210631.459000'], 'InstanceCreationTime': ['205805.638000', '205805.641000', '205805.644000', '205805.647000', '205805.649000', '205805.652000', '205805.654000', '205805.657000', '205805.660000', '205805.662000', '205805.665000', '205805.667000', '205805.670000', '205805.673000', '205805.675000', '205805.678000', '205805.680000', '205805.683000', '205805.685000', '205805.688000', '205805.690000', '205805.693000', '205805.696000', '205805.698000', '205805.701000', '205805.703000', '205805.706000', '205805.708000', '205805.717000', '205805.719000', '205805.722000', '205805.724000', '205805.727000', '205805.729000', '205805.732000', '205805.734000', '205805.740000', '205805.743000', '205805.745000', '205805.748000', '205805.750000', '205805.753000', '205805.756000', '205805.758000', '205805.761000', '205805.763000', '205805.766000', '205805.768000', '205805.771000', '205805.773000', '205805.776000', '205805.778000', '205805.781000', '205805.784000', '205805.786000', '205805.789000', '205805.791000', '205805.794000', '205825.589000', '205825.591000', '205825.594000', '205825.596000', '205825.599000', '205825.602000', '205825.604000', '205825.607000', '205825.616000', '205825.619000', '205825.622000', '205825.625000', '205825.627000', '205825.630000', '205825.633000', '205825.635000', '205825.638000', '205825.640000', '205825.643000', '205825.645000', '205825.648000', '205825.650000', '205825.653000', '205825.656000', '205825.658000', '205825.661000', '205825.663000', '205825.666000', '205825.668000', '205825.671000', '205825.674000', '205825.676000', '205825.679000', '205825.681000', '205825.684000', '205825.686000', '205825.689000', '205825.693000', '205825.695000', '205825.698000', '205825.700000', '205825.703000', '205825.706000', '205845.588000', '205845.591000', '205845.594000', '205845.596000', '205845.599000', '205845.602000', '205845.605000', '205845.607000', '205845.610000', '205845.612000', '205845.615000', '205845.618000', '205845.620000', '205845.623000', '205845.625000', '205845.628000', '205845.631000', '205845.633000', '205845.636000', '205845.638000', '205845.641000', '205845.644000', '205845.646000', '205845.649000', '205845.651000', '205845.654000', '205845.656000', '205845.659000', '205845.662000', '205845.664000', '205845.667000', '205845.675000', '205845.678000', '205845.681000', '205845.683000', '205845.686000', '205845.688000', '205845.691000', '205845.693000', '205845.696000', '205845.699000', '205845.701000', '205845.704000', '205845.707000', '205905.588000', '205905.591000', '205905.594000', '205905.596000', '205905.599000', '205905.602000', '205905.604000', '205905.607000', '205905.609000', '205905.612000', '205905.622000', '205905.625000', '205905.627000', '205905.630000', '205905.632000', '205905.635000', '205905.637000', '205905.640000', '205905.643000', '205905.645000', '205905.648000', '205905.650000', '205905.653000', '205905.656000', '205905.659000', '205905.661000', '205905.664000', '205905.666000', '205905.669000', '205905.671000', '205905.674000', '205905.677000', '205905.679000', '205905.682000', '205905.685000', '205905.687000', '205905.690000', '205905.692000', '205905.695000', '205905.698000', '205905.700000', '205905.703000', '205905.705000', '205925.589000', '205925.591000', '205925.594000', '205925.597000', '205925.599000', '205925.602000', '205925.605000', '205925.607000', '205925.610000', '205925.626000', '205925.629000', '205925.631000', '205925.634000', '205925.636000', '205925.639000', '205925.641000', '205925.644000', '205925.647000', '205925.649000', '205925.652000', '205925.654000', '205925.657000', '205925.660000', '205925.662000', '205925.665000', '205925.668000', '205925.670000', '205925.673000', '205925.675000', '205925.678000', '205925.680000', '205925.683000', '205925.686000', '205925.688000', '205925.691000', '205925.693000', '205925.696000', '205925.699000', '205925.701000', '205925.704000', '205925.707000', '205925.709000', '205925.712000', '205925.714000', '205945.588000', '205945.590000', '205945.593000', '205945.596000', '205945.598000', '205945.601000', '205945.603000', '205945.606000', '205945.609000', '205945.611000', '205945.614000', '205945.616000', '205945.619000', '205945.622000', '205945.624000', '205945.627000', '205945.629000', '205945.632000', '205945.635000', '205945.637000', '205945.640000', '205945.642000', '205945.645000', '205945.648000', '205945.650000', '205945.653000', '205945.655000', '205945.658000', '205945.661000', '205945.664000', '205945.667000', '205945.670000', '205945.673000', '205945.675000', '205945.678000', '205945.680000', '205945.683000', '205945.686000', '205945.688000', '205945.691000', '205945.693000', '205945.696000', '205945.698000', '210005.588000', '210005.590000', '210005.593000', '210005.596000', '210005.598000', '210005.601000', '210005.603000', '210005.606000', '210005.609000', '210005.611000', '210005.614000', '210005.616000', '210005.619000', '210005.622000', '210005.624000', '210005.627000', '210005.629000', '210005.632000', '210005.635000', '210005.637000', '210005.640000', '210005.642000', '210005.645000', '210005.648000', '210005.650000', '210005.653000', '210005.655000', '210005.658000', '210005.660000', '210005.663000', '210005.666000', '210005.668000', '210005.671000', '210005.673000', '210005.676000', '210005.678000', '210005.681000', '210005.684000', '210005.686000', '210005.689000', '210005.691000', '210005.694000', '210005.697000', '210005.699000', '210025.588000', '210025.591000', '210025.594000', '210025.596000', '210025.599000', '210025.602000', '210025.604000', '210025.607000', '210025.610000', '210025.612000', '210025.615000', '210025.617000', '210025.620000', '210025.622000', '210025.625000', '210025.628000', '210025.630000', '210025.633000', '210025.636000', '210025.638000', '210025.641000', '210025.643000', '210025.646000', '210025.649000', '210025.651000', '210025.654000', '210025.656000', '210025.659000', '210025.661000', '210025.664000', '210025.667000', '210025.669000', '210025.672000', '210025.674000', '210025.677000', '210025.680000', '210025.682000', '210025.685000', '210025.687000', '210025.690000', '210025.693000', '210025.696000', '210025.699000', '210045.588000', '210045.591000', '210045.594000', '210045.597000', '210045.599000', '210045.602000', '210045.605000', '210045.607000', '210045.610000', '210045.612000', '210045.615000', '210045.618000', '210045.620000', '210045.623000', '210045.626000', '210045.628000', '210045.631000', '210045.633000', '210045.636000', '210045.639000', '210045.641000', '210045.644000', '210045.647000', '210045.649000', '210045.652000', '210045.654000', '210045.657000', '210045.659000', '210045.662000', '210045.665000', '210045.667000', '210045.670000', '210045.672000', '210045.675000', '210045.677000', '210045.680000', '210045.683000', '210045.685000', '210045.688000', '210045.690000', '210045.693000', '210045.695000', '210045.698000', '210045.701000', '210105.589000', '210105.591000', '210105.594000', '210105.597000', '210105.599000', '210105.602000', '210105.605000', '210105.607000', '210105.610000', '210105.612000', '210105.615000', '210105.618000', '210105.620000', '210105.623000', '210105.625000', '210105.628000', '210105.630000', '210105.633000', '210105.636000', '210105.638000', '210105.641000', '210105.643000', '210105.646000', '210105.649000', '210105.651000', '210105.654000', '210105.656000', '210105.659000', '210105.662000', '210105.664000', '210105.667000', '210105.669000', '210105.672000', '210105.675000', '210105.677000', '210105.680000', '210105.682000', '210105.693000', '210105.696000', '210105.698000', '210105.701000', '210105.703000', '210105.706000', '210125.588000', '210125.591000', '210125.594000', '210125.597000', '210125.599000', '210125.602000', '210125.604000', '210125.607000', '210125.610000', '210125.612000', '210125.615000', '210125.617000', '210125.620000', '210125.622000', '210125.625000', '210125.628000', '210125.630000', '210125.633000', '210125.635000', '210125.638000', '210125.641000', '210125.643000', '210125.646000', '210125.648000', '210125.651000', '210125.654000', '210125.656000', '210125.659000', '210125.661000', '210125.664000', '210125.666000', '210125.669000', '210125.672000', '210125.674000', '210125.677000', '210125.680000', '210125.682000', '210125.685000', '210125.687000', '210125.690000', '210125.692000', '210125.695000', '210125.698000', '210125.700000', '210145.588000', '210145.591000', '210145.594000', '210145.597000', '210145.600000', '210145.602000', '210145.605000', '210145.607000', '210145.610000', '210145.612000', '210145.615000', '210145.618000', '210145.620000', '210145.623000', '210145.625000', '210145.628000', '210145.630000', '210145.633000', '210145.636000', '210145.639000', '210145.641000', '210145.644000', '210145.646000', '210145.649000', '210145.652000', '210145.654000', '210145.657000', '210145.659000', '210145.662000', '210145.665000', '210145.667000', '210145.670000', '210145.673000', '210145.675000', '210145.678000', '210145.685000', '210145.687000', '210145.690000', '210145.692000', '210145.695000', '210145.698000', '210145.700000', '210145.703000', '210205.587000', '210205.590000', '210205.593000', '210205.596000', '210205.598000', '210205.601000', '210205.603000', '210205.606000', '210205.609000', '210205.611000', '210205.614000', '210205.616000', '210205.619000', '210205.622000', '210205.624000', '210205.627000', '210205.630000', '210205.632000', '210205.635000', '210205.637000', '210205.640000', '210205.643000', '210205.645000', '210205.648000', '210205.650000', '210205.653000', '210205.656000', '210205.658000', '210205.661000', '210205.663000', '210205.666000', '210205.669000', '210205.671000', '210205.674000', '210205.676000', '210205.679000', '210205.682000', '210205.684000', '210205.687000', '210205.689000', '210205.692000', '210205.694000', '210205.697000', '210205.700000', '210225.588000', '210225.591000', '210225.593000', '210225.596000', '210225.598000', '210225.601000', '210225.604000', '210225.606000', '210225.609000', '210225.611000', '210225.614000', '210225.617000', '210225.619000', '210225.622000', '210225.624000', '210225.638000', '210225.641000', '210225.643000', '210225.646000', '210225.649000', '210225.651000', '210225.654000', '210225.656000', '210225.659000', '210225.661000', '210225.664000', '210225.667000', '210225.669000', '210225.672000', '210225.674000', '210225.677000', '210225.680000', '210225.682000', '210225.685000', '210225.687000', '210225.690000', '210225.693000', '210225.695000', '210225.698000', '210225.700000', '210225.703000', '210225.705000', '210225.708000', '210245.589000', '210245.592000', '210245.594000', '210245.597000', '210245.600000', '210245.602000', '210245.605000', '210245.607000', '210245.610000', '210245.612000', '210245.615000', '210245.618000', '210245.620000', '210245.623000', '210245.625000', '210245.628000', '210245.631000', '210245.633000', '210245.636000', '210245.638000', '210245.641000', '210245.643000', '210245.646000', '210245.649000', '210245.651000', '210245.654000', '210245.656000', '210245.659000', '210245.661000', '210245.664000', '210245.667000', '210245.669000', '210245.672000', '210245.675000', '210245.677000', '210245.680000', '210245.683000', '210245.685000', '210245.688000', '210245.690000', '210245.693000', '210245.696000', '210245.698000', '210245.701000', '210305.589000', '210305.591000', '210305.594000', '210305.597000', '210305.599000', '210305.602000', '210305.607000', '210305.609000', '210305.612000', '210305.614000', '210305.617000', '210305.620000', '210305.622000', '210305.625000', '210305.627000', '210305.630000', '210305.633000', '210305.635000', '210305.646000', '210305.649000', '210305.651000', '210305.654000', '210305.657000', '210305.659000', '210305.662000', '210305.664000', '210305.667000', '210305.669000', '210305.672000', '210305.675000', '210305.677000', '210305.680000', '210305.683000', '210305.685000', '210305.688000', '210305.690000', '210305.693000', '210305.695000', '210305.698000', '210305.701000', '210305.703000', '210305.706000', '210305.708000', '210325.588000', '210325.591000', '210325.594000', '210325.597000', '210325.599000', '210325.602000', '210325.604000', '210325.607000', '210325.610000', '210325.613000', '210325.616000', '210325.618000', '210325.621000', '210325.623000', '210325.626000', '210325.629000', '210325.631000', '210325.634000', '210325.636000', '210325.639000', '210325.642000', '210325.644000', '210325.647000', '210325.649000', '210325.652000', '210325.654000', '210325.657000', '210325.660000', '210325.662000', '210325.665000', '210325.667000', '210325.670000', '210325.673000', '210325.675000', '210325.678000', '210325.680000', '210325.683000', '210325.685000', '210325.688000', '210325.691000', '210325.693000', '210325.696000', '210325.699000', '210345.589000', '210345.592000', '210345.594000', '210345.597000', '210345.600000', '210345.603000', '210345.605000', '210345.608000', '210345.611000', '210345.613000', '210345.616000', '210345.619000', '210345.621000', '210345.624000', '210345.627000', '210345.630000', '210345.633000', '210345.635000', '210345.638000', '210345.641000', '210345.643000', '210345.646000', '210345.649000', '210345.652000', '210345.654000', '210345.657000', '210345.660000', '210345.662000', '210345.665000', '210345.668000', '210345.670000', '210345.673000', '210345.676000', '210345.678000', '210345.681000', '210345.683000', '210345.686000', '210345.689000', '210345.691000', '210345.694000', '210345.696000', '210345.727000', '210345.730000', '210345.732000', '210405.588000', '210405.591000', '210405.594000', '210405.596000', '210405.599000', '210405.602000', '210405.604000', '210405.607000', '210405.609000', '210405.612000', '210405.615000', '210405.617000', '210405.620000', '210405.622000', '210405.625000', '210405.628000', '210405.630000', '210405.633000', '210405.635000', '210405.638000', '210405.641000', '210405.643000', '210405.646000', '210405.648000', '210405.651000', '210405.654000', '210405.656000', '210405.659000', '210405.661000', '210405.664000', '210405.667000', '210405.669000', '210405.672000', '210405.674000', '210405.677000', '210405.679000', '210405.682000', '210405.685000', '210405.687000', '210405.690000', '210405.693000', '210405.695000', '210405.698000', '210405.700000', '210425.588000', '210425.591000', '210425.593000', '210425.596000', '210425.598000', '210425.601000', '210425.604000', '210425.606000', '210425.609000', '210425.611000', '210425.614000', '210425.617000', '210425.619000', '210425.622000', '210425.624000', '210425.627000', '210425.635000', '210425.638000', '210425.641000', '210425.643000', '210425.646000', '210425.648000', '210425.651000', '210425.654000', '210425.656000', '210425.659000', '210425.661000', '210425.664000', '210425.667000', '210425.669000', '210425.672000', '210425.674000', '210425.677000', '210425.680000', '210425.682000', '210425.685000', '210425.687000', '210425.690000', '210425.693000', '210425.695000', '210425.698000', '210425.700000', '210425.703000', '210445.588000', '210445.590000', '210445.593000', '210445.596000', '210445.599000', '210445.601000', '210445.604000', '210445.607000', '210445.609000', '210445.612000', '210445.615000', '210445.617000', '210445.620000', '210445.623000', '210445.625000', '210445.628000', '210445.630000', '210445.633000', '210445.635000', '210445.638000', '210445.641000', '210445.643000', '210445.646000', '210445.649000', '210445.653000', '210445.655000', '210445.658000', '210445.660000', '210445.663000', '210445.666000', '210445.668000', '210445.671000', '210445.673000', '210445.676000', '210445.679000', '210445.681000', '210445.684000', '210445.686000', '210445.689000', '210445.692000', '210445.694000', '210445.697000', '210445.700000', '210505.589000', '210505.591000', '210505.594000', '210505.597000', '210505.599000', '210505.602000', '210505.604000', '210505.607000', '210505.610000', '210505.612000', '210505.615000', '210505.618000', '210505.620000', '210505.623000', '210505.626000', '210505.628000', '210505.631000', '210505.633000', '210505.636000', '210505.639000', '210505.641000', '210505.644000', '210505.646000', '210505.649000', '210505.652000', '210505.654000', '210505.657000', '210505.660000', '210505.662000', '210505.665000', '210505.667000', '210505.670000', '210505.672000', '210505.675000', '210505.678000', '210505.680000', '210505.683000', '210505.698000', '210505.700000', '210505.703000', '210505.705000', '210505.708000', '210505.711000', '210505.713000', '210525.588000', '210525.591000', '210525.594000', '210525.597000', '210525.599000', '210525.602000', '210525.604000', '210525.607000', '210525.610000', '210525.612000', '210525.615000', '210525.618000', '210525.620000', '210525.623000', '210525.625000', '210525.628000', '210525.630000', '210525.633000', '210525.635000', '210525.638000', '210525.641000', '210525.644000', '210525.647000', '210525.650000', '210525.653000', '210525.655000', '210525.658000', '210525.661000', '210525.663000', '210525.666000', '210525.668000', '210525.671000', '210525.673000', '210525.676000', '210525.679000', '210525.681000', '210525.684000', '210525.686000', '210525.689000', '210525.692000', '210525.694000', '210525.697000', '210525.699000', '210545.589000', '210545.592000', '210545.594000', '210545.597000', '210545.600000', '210545.602000', '210545.605000', '210545.608000', '210545.610000', '210545.613000', '210545.615000', '210545.618000', '210545.621000', '210545.623000', '210545.626000', '210545.628000', '210545.631000', '210545.633000', '210545.636000', '210545.639000', '210545.641000', '210545.644000', '210545.646000', '210545.649000', '210545.652000', '210545.654000', '210545.657000', '210545.659000', '210545.662000', '210545.665000', '210545.667000', '210545.670000', '210545.673000', '210545.675000', '210545.678000', '210545.681000', '210545.683000', '210545.686000', '210545.688000', '210545.691000', '210545.694000', '210545.696000', '210545.699000', '210545.701000', '210605.589000', '210605.591000', '210605.594000', '210605.597000', '210605.599000', '210605.602000', '210605.605000', '210605.607000', '210605.610000', '210605.612000', '210605.615000', '210605.618000', '210605.620000', '210605.623000', '210605.626000', '210605.629000', '210605.632000', '210605.635000', '210605.638000', '210605.640000', '210605.643000', '210605.646000', '210605.648000', '210605.651000', '210605.653000', '210605.656000', '210605.659000', '210605.661000', '210605.664000', '210605.666000', '210605.669000', '210605.672000', '210605.674000', '210605.677000', '210605.680000', '210605.682000', '210605.685000', '210605.688000', '210605.691000', '210605.693000', '210605.696000', '210605.699000', '210605.701000', '210625.587000', '210625.590000', '210625.593000', '210625.595000', '210625.598000', '210625.601000', '210625.603000', '210625.606000', '210625.609000', '210625.611000', '210625.614000', '210625.617000', '210625.619000', '210625.622000', '210625.624000', '210625.627000', '210625.630000', '210625.632000', '210625.635000', '210625.638000', '210625.640000', '210625.643000', '210625.645000', '210625.648000', '210625.651000', '210625.653000', '210625.656000', '210625.658000', '210625.661000', '210625.664000', '210625.667000', '210625.669000', '210625.672000', '210625.675000', '210625.698000', '210625.700000', '210625.703000', '210625.706000', '210625.708000', '210625.711000', '210625.713000', '210625.716000', '210625.719000', '210625.721000', '210631.424000', '210631.427000', '210631.430000', '210631.433000', '210631.435000', '210631.439000', '210631.441000', '210631.444000', '210631.447000', '210631.450000', '210631.454000', '210631.457000', '210631.459000'], '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': [9469, 10316, 8690, 9261, 9494, 8701, 8250, 8241, 9221, 8911, 8121, 9671, 9023, 8502, 9099, 9334, 8851, 7881, 7574, 9158, 7786, 8135, 9370, 9067, 9134, 7854, 7300, 8829, 8357, 7855, 9300, 8944, 8827, 9255, 9334, 8735, 7854, 8449, 8992, 8133, 7663, 9311, 8668, 7876, 8969, 8731, 8501, 9268, 9148, 8271, 8887, 10056, 8922, 7896, 7669, 9081, 8693, 7875, 9127, 8592, 8293, 9288, 9034, 8093, 8960, 9356, 8378, 9322, 9787, 8264, 9031, 9130, 8314, 9378, 9499, 8743, 9400, 9216, 8325, 7548, 7818, 8826, 7924, 7751, 8980, 8345, 7918, 9170, 8585, 8360, 9454, 9081, 8491, 9431, 9522, 9264, 9423, 9617, 8849, 7993, 9075, 9373, 8157, 8329, 9513, 9037, 8804, 9272, 9298, 9076, 7725, 7795, 9330, 7986, 7973, 9207, 8756, 8617, 9328, 9751, 9079, 9425, 10253, 9327, 8049, 7826, 9246, 8081, 8312, 9385, 9543, 8927, 9596, 10224, 9149, 9370, 10072, 9268, 7925, 8095, 9227, 8243, 8419, 9375, 9064, 9157, 9697, 9589, 9059, 8649, 8986, 9408, 8141, 8756, 9786, 8845, 8720, 9365, 8218, 7803, 9613, 9624, 9093, 9790, 9503, 9808, 8952, 8445, 7399, 7901, 8082, 8651, 11284, 14398, 9682, 9628, 11318, 9863, 8399, 9050, 10057, 9097, 9679, 9814, 12843, 9578, 8999, 10810, 9586, 8308, 8681, 9623, 9510, 9625, 9630, 9616, 9757, 9545, 9536, 9734, 8230, 8375, 9633, 8452, 9492, 10018, 8514, 9956, 9701, 8886, 9995, 8319, 8659, 9881, 8507, 9713, 10012, 8906, 9959, 9720, 8537, 9953, 8438, 9183, 9970, 8404, 9076, 9832, 8611, 9564, 9430, 8277, 9262, 8035, 7734, 9388, 7803, 8976, 9775, 8444, 9209, 9468, 9347, 8975, 8089, 8408, 9716, 8694, 9123, 9570, 9655, 8948, 7654, 8302, 9479, 8930, 8611, 9658, 9209, 8888, 9651, 10077, 9157, 9534, 9589, 8849, 7864, 8227, 8309, 9485, 9791, 7920, 9255, 7149, 9970, 8249, 8448, 8758, 9838, 7178, 9669, 9726, 14108, 10261, 9635, 9700, 8433, 9608, 8236, 8687, 9475, 8618, 8611, 9818, 9445, 9479, 9576, 9450, 9333, 8131, 7978, 9827, 8667, 7469, 8165, 9183, 8408, 9162, 9877, 10647, 8983, 9650, 9253, 9100, 9557, 9141, 8858, 9609, 9450, 9028, 9347, 9755, 8958, 9440, 9174, 9037, 8816, 8077, 9145, 8120, 7513, 8905, 7856, 8600, 9330, 8377, 9023, 9586, 8762, 9117, 9018, 9754, 8977, 8362, 9044, 9499, 8552, 9073, 8856, 9689, 8476, 7739, 7257, 7993, 10132, 9114, 9300, 9721, 9780, 8151, 8067, 8543, 8709, 12539, 10054, 9317, 10285, 8169, 11044, 8517, 7974, 9119, 7616, 8797, 7766, 8819, 8364, 9234, 8226, 8845, 9646, 8122, 9430, 9063, 8284, 8182, 9937, 8123, 8403, 8511, 8902, 8572, 9185, 7563, 8772, 9197, 10304, 8693, 7534, 8252, 8548, 8442, 8261, 8527, 8030, 8100, 8580, 8185, 8463, 8538, 8175, 8256, 8158, 7889, 8913, 7202, 7972, 7475, 7802, 8631, 7848, 8253, 8774, 8500, 8226, 10016, 8436, 8473, 10044, 9300, 11095, 9148, 9318, 8831, 8262, 8218, 8414, 8673, 7862, 8699, 7420, 8638, 8422, 10587, 8783, 7796, 7951, 8635, 7620, 7946, 8460, 8296, 8446, 8261, 10330, 8052, 9972, 9271, 7315, 8888, 8109, 9404, 8843, 8542, 9215, 9172, 10702, 9615, 8060, 9209, 8043, 8666, 8201, 8774, 9301, 8409, 9353, 9901, 10283, 8494, 10888, 9222, 8663, 9231, 8528, 8689, 8858, 9332, 8799, 8686, 9666, 9021, 8291, 11955, 8753, 8444, 9959, 8910, 8190, 8976, 8067, 9318, 8416, 7702, 8492, 8826, 7690, 9069, 8459, 9004, 8968, 8240, 9514, 9097, 7685, 8450, 8456, 8108, 9200, 7714, 8780, 8001, 8851, 8681, 10711, 8484, 8423, 8243, 8021, 8407, 7987, 8155, 8116, 8216, 8141, 8305, 8351, 7913, 8490, 8287, 8172, 8258, 8464, 8101, 8375, 8502, 8083, 8263, 8261, 8116, 7922, 8880, 8690, 8218, 7517, 8796, 6990, 8167, 7658, 8757, 8489, 7064, 8536, 7986, 10323, 8456, 8186, 7791, 8380, 7961, 8484, 8733, 8272, 8479, 8468, 7940, 7666, 8507, 8141, 7574, 8598, 8004, 8819, 8393, 8368, 7447, 8322, 7933, 7481, 8454, 7907, 8295, 8084, 7810, 8517, 8193, 8223, 8541, 8439, 8042, 8189, 8470, 8500, 8398, 8428, 8653, 8083, 8795, 8246, 7905, 8793, 7724, 8355, 7693, 8109, 8483, 7317, 8022, 8545, 8409, 7984, 8824, 8127, 8136, 8999, 8500, 8427, 8798, 9022, 8672, 7265, 7872, 8539, 7212, 7974, 8884, 7707, 8091, 8716, 8170, 8410, 8119, 9271, 8350, 8689, 9356, 8706, 9534, 8025, 9465, 8266, 11511, 10949, 8359, 8646, 10291, 8564, 7853, 9154, 8342, 7607, 8680, 8381, 7529, 8835, 8454, 8709, 8333, 8550, 8557, 8511, 8274, 9289, 8231, 8463, 7852, 8294, 7736, 7968, 8625, 7658, 8687, 8492, 7815, 8497, 8414, 8799, 8287, 8509, 8445, 8182, 8437, 9089, 8529, 8019, 8735, 8966, 9530, 9035, 8501, 8311, 8754, 8783, 9069, 7727, 8577, 9016, 7958, 8543, 8799, 8521, 8882, 8501, 9189, 8532, 10044, 8566, 10536, 9690, 8924, 12686, 9158, 12185, 8871, 9056, 8983, 8859, 11314, 8649, 10343, 9182, 8006, 10656, 7363, 8852, 7996, 8011, 10628, 8136, 7928, 7402, 8030, 8545, 7905, 7978, 8259, 8540, 7640, 8614, 8323, 9369, 8211, 8060, 7911, 8473, 9101, 8141, 7619, 8333, 7640, 8788, 8480, 9878, 8033, 8640, 9303, 7860, 8117, 8684, 7734, 7771, 7522, 8067, 9359, 8020, 8389, 8886, 7782, 7864, 7883, 8260, 8800, 7937, 8228, 10268, 8258, 8395, 7987, 8395, 9455, 8284, 8323, 8232, 8596, 8709, 11164, 9312, 8519, 8518, 8734, 8326, 7180, 8760, 8653, 8342, 8789, 8578, 8106, 7835, 7823, 8969, 7817, 8492, 8940, 8068, 8767, 8329, 7767, 8859, 8769, 8052, 8968, 8412, 8659, 8438, 7121, 9002, 8278, 8067, 8606, 8324, 7731, 7943, 7695, 8426, 8626, 7532, 8469, 8319, 8328, 9431, 10372, 10006, 9199, 8767, 8390, 9350, 7911, 9031, 9267, 8204, 9081, 8498, 8186, 9323, 8491, 8820, 9330, 8509, 9226, 9183, 8178, 8818, 8534, 8479, 9760, 7403, 8959, 9112, 7287, 8870, 8232, 8554, 9434, 8606, 8012, 9142, 8370, 8739, 7292, 7860, 8310, 7852, 8148, 8169, 9818, 9879, 11676, 8869, 9476, 8609, 9471, 8625, 7680, 9435, 9659, 10606, 9049, 9834, 9132, 9531, 8362, 7841, 9562, 8647, 9082, 9780, 8453, 9509, 9633, 8609, 9252, 9576, 8160, 9477, 9554, 8133, 9692, 9652, 9199, 9475, 8584, 8152, 9457, 8456, 9541, 9771, 8507, 9342, 9531, 9015, 8862, 8312, 8354, 8090, 7493, 9552, 8512, 9219, 9447, 9820, 9161, 9393, 9479, 9459, 8592, 7942, 9531, 8656, 8871, 9537, 8626, 9212, 9642, 9145, 9680, 8878, 8021, 8151, 12380, 9329, 9056, 9756, 9162, 9781, 9415, 9804, 9600, 8357, 8098, 9567, 8548, 8963, 9616, 8462, 9349, 9736, 8312, 9513, 9613, 8448, 9727, 8430, 8680, 9665, 8760, 9089, 9524, 8572, 9178, 9661, 8325, 9542, 9515, 8743, 9655, 8389, 7535, 8109, 8629, 9145, 7357, 8281, 9238, 8624, 10460, 11351, 10088, 9865, 11108, 9232, 9270, 9304, 9480, 9600, 7802, 7918, 8201, 8256, 7429, 8423, 7897, 9375, 8544, 8176, 7774, 7766, 7704, 7942, 8020, 7348, 8055, 8391, 10797, 11904, 8732, 8633, 8225, 9177, 7651, 8575, 9346, 8284, 9258, 9032, 8508, 9368, 6872, 8469, 9503, 8249, 9189, 9307, 8935, 9184, 9311, 9414, 9662, 8587, 7350, 9535, 7099, 8836, 9449, 7244, 9175, 9492, 8922, 9545, 7506, 8985, 8299, 8751, 9586, 9849, 8547, 8903, 7758, 8803, 8921, 6586, 8573, 7905, 7553, 7620, 7715, 8812, 9719, 7934, 10580, 7757, 7989, 7782, 8218, 8026, 10738, 7972, 7761, 7567, 7769, 7498, 7535, 8516, 8519, 7862, 7934, 7711, 7641, 8239, 7687, 7768, 8782, 8327, 7770, 7746, 7786, 8800, 7817, 7967, 8234, 7597, 7484, 7385, 8048, 8520, 7792, 7916, 8074, 7446, 7390, 7558, 8423, 8719, 7711, 8021, 9988, 8490, 8056, 8195, 7797, 7908, 8241, 7701, 8145, 9060, 11426, 7462, 7997, 7366, 8151, 7855, 7911, 7999, 7233, 7438, 7925, 7610, 7854], 'WindowCenter': [3837.0, 3820.0, 3794.0, 3804.0, 3792.0, 3791.0, 3781.0, 3778.0, 3790.0, 3779.0, 3777.0, 3804.0, 3790.0, 3778.0, 3778.0, 3776.0, 3777.0, 3778.0, 3766.0, 3788.0, 3767.0, 3778.0, 3789.0, 3778.0, 3788.0, 3779.0, 3766.0, 3788.0, 3779.0, 3779.0, 3789.0, 3776.0, 3788.0, 3788.0, 3787.0, 3779.0, 3779.0, 3778.0, 3788.0, 3777.0, 3766.0, 3788.0, 3779.0, 3778.0, 3791.0, 3788.0, 3788.0, 3788.0, 3788.0, 3790.0, 3792.0, 3800.0, 3790.0, 3778.0, 3768.0, 3790.0, 3792.0, 3781.0, 3802.0, 3789.0, 3789.0, 3801.0, 3790.0, 3780.0, 3790.0, 3790.0, 3779.0, 3789.0, 3799.0, 3777.0, 3789.0, 3789.0, 3777.0, 3788.0, 3787.0, 3778.0, 3788.0, 3789.0, 3777.0, 3780.0, 3777.0, 3788.0, 3778.0, 3767.0, 3790.0, 3778.0, 3779.0, 3790.0, 3790.0, 3779.0, 3800.0, 3789.0, 3791.0, 3790.0, 3788.0, 3789.0, 3788.0, 3790.0, 3789.0, 3779.0, 3789.0, 3789.0, 3778.0, 3777.0, 3788.0, 3788.0, 3789.0, 3790.0, 3789.0, 3789.0, 3779.0, 3767.0, 3789.0, 3779.0, 3779.0, 3790.0, 3790.0, 3779.0, 3789.0, 3789.0, 3788.0, 3791.0, 3799.0, 3790.0, 3778.0, 3765.0, 3788.0, 3766.0, 3778.0, 3788.0, 3788.0, 3787.0, 3788.0, 3787.0, 3787.0, 3789.0, 3786.0, 3787.0, 3777.0, 3766.0, 3786.0, 3778.0, 3776.0, 3788.0, 3788.0, 3788.0, 3787.0, 3786.0, 3777.0, 3778.0, 3776.0, 3788.0, 3777.0, 3778.0, 3788.0, 3788.0, 3789.0, 3789.0, 3780.0, 3773.0, 3790.0, 3803.0, 3790.0, 3814.0, 3816.0, 3817.0, 3806.0, 3791.0, 3779.0, 3779.0, 3779.0, 3777.0, 3814.0, 3835.0, 3787.0, 3787.0, 3786.0, 3789.0, 3777.0, 3776.0, 3788.0, 3778.0, 3789.0, 3800.0, 3808.0, 3775.0, 3775.0, 3783.0, 3772.0, 3762.0, 3761.0, 3773.0, 3774.0, 3772.0, 3773.0, 3760.0, 3761.0, 3761.0, 3760.0, 3760.0, 3750.0, 3749.0, 3773.0, 3750.0, 3761.0, 3771.0, 3761.0, 3771.0, 3771.0, 3761.0, 3772.0, 3762.0, 3761.0, 3772.0, 3762.0, 3773.0, 3774.0, 3763.0, 3773.0, 3774.0, 3761.0, 3772.0, 3762.0, 3772.0, 3784.0, 3764.0, 3774.0, 3786.0, 3764.0, 3786.0, 3776.0, 3763.0, 3787.0, 3778.0, 3780.0, 3788.0, 3766.0, 3776.0, 3787.0, 3776.0, 3787.0, 3802.0, 3790.0, 3788.0, 3778.0, 3778.0, 3788.0, 3778.0, 3787.0, 3789.0, 3789.0, 3791.0, 3781.0, 3780.0, 3790.0, 3790.0, 3778.0, 3801.0, 3789.0, 3788.0, 3788.0, 3787.0, 3787.0, 3789.0, 3788.0, 3789.0, 3790.0, 3789.0, 3780.0, 3792.0, 3802.0, 3779.0, 3803.0, 3770.0, 3802.0, 3783.0, 3785.0, 3784.0, 3807.0, 3783.0, 3803.0, 3803.0, 3826.0, 3803.0, 3791.0, 3778.0, 3764.0, 3778.0, 3767.0, 3776.0, 3791.0, 3792.0, 3777.0, 3787.0, 3788.0, 3787.0, 3789.0, 3775.0, 3776.0, 3779.0, 3767.0, 3801.0, 3767.0, 3762.0, 3781.0, 3789.0, 3778.0, 3788.0, 3802.0, 3803.0, 3790.0, 3790.0, 3777.0, 3776.0, 3789.0, 3776.0, 3789.0, 3787.0, 3788.0, 3775.0, 3775.0, 3776.0, 3776.0, 3801.0, 3789.0, 3776.0, 3778.0, 3765.0, 3776.0, 3765.0, 3755.0, 3789.0, 3778.0, 3778.0, 3790.0, 3776.0, 3776.0, 3788.0, 3777.0, 3791.0, 3791.0, 3788.0, 3790.0, 3779.0, 3777.0, 3789.0, 3777.0, 3778.0, 3792.0, 3788.0, 3760.0, 3763.0, 3761.0, 3774.0, 3784.0, 3773.0, 3774.0, 3788.0, 3836.0, 3807.0, 3805.0, 3788.0, 3782.0, 3814.0, 3804.0, 3793.0, 3804.0, 3783.0, 3805.0, 3780.0, 3769.0, 3777.0, 3766.0, 3777.0, 3769.0, 3778.0, 3779.0, 3778.0, 3778.0, 3779.0, 3778.0, 3766.0, 3776.0, 3776.0, 3766.0, 3765.0, 3786.0, 3767.0, 3782.0, 3781.0, 3794.0, 3791.0, 3793.0, 3781.0, 3795.0, 3794.0, 3802.0, 3781.0, 3769.0, 3768.0, 3779.0, 3778.0, 3780.0, 3793.0, 3781.0, 3781.0, 3792.0, 3779.0, 3779.0, 3793.0, 3793.0, 3794.0, 3781.0, 3782.0, 3805.0, 3772.0, 3783.0, 3786.0, 3786.0, 3808.0, 3795.0, 3796.0, 3794.0, 3806.0, 3808.0, 3817.0, 3795.0, 3797.0, 3806.0, 3804.0, 3831.0, 3807.0, 3807.0, 3793.0, 3795.0, 3795.0, 3784.0, 3797.0, 3783.0, 3793.0, 3772.0, 3792.0, 3794.0, 3804.0, 3782.0, 3770.0, 3768.0, 3779.0, 3768.0, 3769.0, 3780.0, 3779.0, 3782.0, 3781.0, 3800.0, 3782.0, 3793.0, 3781.0, 3758.0, 3780.0, 3770.0, 3792.0, 3793.0, 3780.0, 3793.0, 3790.0, 3802.0, 3803.0, 3767.0, 3788.0, 3766.0, 3764.0, 3764.0, 3776.0, 3776.0, 3777.0, 3802.0, 3815.0, 3788.0, 3768.0, 3788.0, 3788.0, 3777.0, 3777.0, 3779.0, 3777.0, 3778.0, 3789.0, 3778.0, 3779.0, 3779.0, 3776.0, 3766.0, 3795.0, 3764.0, 3763.0, 3773.0, 3764.0, 3763.0, 3777.0, 3764.0, 3772.0, 3762.0, 3751.0, 3760.0, 3762.0, 3752.0, 3762.0, 3762.0, 3762.0, 3762.0, 3763.0, 3788.0, 3776.0, 3767.0, 3776.0, 3779.0, 3768.0, 3793.0, 3768.0, 3791.0, 3781.0, 3792.0, 3793.0, 3801.0, 3778.0, 3767.0, 3767.0, 3766.0, 3767.0, 3767.0, 3766.0, 3767.0, 3777.0, 3767.0, 3777.0, 3778.0, 3766.0, 3778.0, 3778.0, 3777.0, 3778.0, 3778.0, 3766.0, 3778.0, 3777.0, 3765.0, 3779.0, 3778.0, 3777.0, 3783.0, 3803.0, 3792.0, 3793.0, 3768.0, 3790.0, 3774.0, 3796.0, 3795.0, 3805.0, 3806.0, 3783.0, 3806.0, 3797.0, 3829.0, 3796.0, 3795.0, 3782.0, 3793.0, 3792.0, 3793.0, 3792.0, 3793.0, 3795.0, 3793.0, 3795.0, 3782.0, 3792.0, 3793.0, 3782.0, 3792.0, 3796.0, 3803.0, 3794.0, 3795.0, 3782.0, 3795.0, 3794.0, 3786.0, 3796.0, 3794.0, 3793.0, 3794.0, 3783.0, 3793.0, 3795.0, 3806.0, 3803.0, 3795.0, 3795.0, 3794.0, 3794.0, 3794.0, 3794.0, 3794.0, 3791.0, 3792.0, 3792.0, 3791.0, 3792.0, 3794.0, 3784.0, 3794.0, 3793.0, 3792.0, 3794.0, 3782.0, 3781.0, 3793.0, 3795.0, 3790.0, 3804.0, 3782.0, 3783.0, 3802.0, 3791.0, 3792.0, 3793.0, 3792.0, 3793.0, 3782.0, 3782.0, 3792.0, 3784.0, 3781.0, 3803.0, 3782.0, 3782.0, 3791.0, 3795.0, 3794.0, 3794.0, 3804.0, 3808.0, 3808.0, 3790.0, 3806.0, 3804.0, 3794.0, 3817.0, 3806.0, 3827.0, 3816.0, 3794.0, 3791.0, 3801.0, 3791.0, 3781.0, 3791.0, 3781.0, 3780.0, 3778.0, 3777.0, 3781.0, 3790.0, 3780.0, 3789.0, 3778.0, 3790.0, 3789.0, 3791.0, 3792.0, 3791.0, 3781.0, 3779.0, 3778.0, 3779.0, 3779.0, 3779.0, 3789.0, 3780.0, 3789.0, 3791.0, 3779.0, 3790.0, 3790.0, 3790.0, 3780.0, 3790.0, 3778.0, 3777.0, 3792.0, 3791.0, 3791.0, 3782.0, 3794.0, 3791.0, 3801.0, 3814.0, 3814.0, 3802.0, 3806.0, 3807.0, 3805.0, 3795.0, 3806.0, 3818.0, 3793.0, 3774.0, 3784.0, 3787.0, 3782.0, 3784.0, 3784.0, 3785.0, 3795.0, 3784.0, 3796.0, 3785.0, 3786.0, 3818.0, 3789.0, 3807.0, 3773.0, 3773.0, 3772.0, 3774.0, 3806.0, 3787.0, 3783.0, 3785.0, 3775.0, 3785.0, 3751.0, 3774.0, 3776.0, 3765.0, 3781.0, 3760.0, 3759.0, 3750.0, 3762.0, 3774.0, 3775.0, 3764.0, 3763.0, 3776.0, 3764.0, 3762.0, 3762.0, 3786.0, 3787.0, 3777.0, 3777.0, 3778.0, 3777.0, 3779.0, 3768.0, 3788.0, 3779.0, 3777.0, 3779.0, 3799.0, 3779.0, 3791.0, 3787.0, 3765.0, 3764.0, 3763.0, 3762.0, 3765.0, 3765.0, 3764.0, 3787.0, 3779.0, 3776.0, 3772.0, 3763.0, 3765.0, 3764.0, 3775.0, 3772.0, 3763.0, 3775.0, 3785.0, 3776.0, 3766.0, 3754.0, 3767.0, 3774.0, 3776.0, 3763.0, 3762.0, 3774.0, 3775.0, 3801.0, 3778.0, 3763.0, 3761.0, 3761.0, 3762.0, 3739.0, 3761.0, 3761.0, 3760.0, 3763.0, 3777.0, 3762.0, 3765.0, 3752.0, 3775.0, 3751.0, 3761.0, 3773.0, 3762.0, 3776.0, 3765.0, 3764.0, 3774.0, 3778.0, 3767.0, 3774.0, 3762.0, 3762.0, 3764.0, 3740.0, 3773.0, 3764.0, 3776.0, 3778.0, 3776.0, 3766.0, 3775.0, 3767.0, 3761.0, 3776.0, 3766.0, 3777.0, 3778.0, 3776.0, 3787.0, 3789.0, 3787.0, 3775.0, 3777.0, 3765.0, 3776.0, 3754.0, 3764.0, 3775.0, 3763.0, 3773.0, 3764.0, 3765.0, 3775.0, 3764.0, 3773.0, 3775.0, 3765.0, 3773.0, 3787.0, 3777.0, 3777.0, 3777.0, 3778.0, 3804.0, 3767.0, 3778.0, 3792.0, 3780.0, 3789.0, 3780.0, 3790.0, 3800.0, 3791.0, 3780.0, 3803.0, 3791.0, 3791.0, 3782.0, 3784.0, 3783.0, 3792.0, 3794.0, 3792.0, 3815.0, 3805.0, 3817.0, 3803.0, 3805.0, 3779.0, 3801.0, 3791.0, 3767.0, 3789.0, 3801.0, 3803.0, 3791.0, 3803.0, 3790.0, 3789.0, 3781.0, 3767.0, 3801.0, 3795.0, 3789.0, 3791.0, 3780.0, 3787.0, 3790.0, 3778.0, 3777.0, 3792.0, 3779.0, 3788.0, 3790.0, 3767.0, 3789.0, 3791.0, 3777.0, 3789.0, 3791.0, 3777.0, 3789.0, 3779.0, 3787.0, 3789.0, 3776.0, 3788.0, 3802.0, 3791.0, 3791.0, 3778.0, 3776.0, 3778.0, 3766.0, 3803.0, 3790.0, 3790.0, 3790.0, 3789.0, 3791.0, 3802.0, 3802.0, 3791.0, 3789.0, 3768.0, 3789.0, 3778.0, 3775.0, 3790.0, 3778.0, 3787.0, 3787.0, 3776.0, 3786.0, 3778.0, 3765.0, 3769.0, 3813.0, 3791.0, 3779.0, 3788.0, 3789.0, 3788.0, 3789.0, 3788.0, 3776.0, 3767.0, 3764.0, 3776.0, 3777.0, 3776.0, 3777.0, 3764.0, 3774.0, 3776.0, 3765.0, 3775.0, 3790.0, 3778.0, 3789.0, 3776.0, 3775.0, 3787.0, 3776.0, 3777.0, 3789.0, 3780.0, 3788.0, 3790.0, 3778.0, 3788.0, 3789.0, 3778.0, 3789.0, 3791.0, 3781.0, 3792.0, 3806.0, 3765.0, 3733.0, 3760.0, 3735.0, 3701.0, 3872.0, 3840.0, 3815.0, 3814.0, 3827.0, 3802.0, 3803.0, 3805.0, 3805.0, 3814.0, 3795.0, 3796.0, 3795.0, 3793.0, 3783.0, 3792.0, 3793.0, 3816.0, 3805.0, 3794.0, 3785.0, 3784.0, 3786.0, 3787.0, 3764.0, 3784.0, 3795.0, 3794.0, 3815.0, 3813.0, 3780.0, 3779.0, 3778.0, 3790.0, 3768.0, 3779.0, 3803.0, 3780.0, 3791.0, 3793.0, 3780.0, 3791.0, 3771.0, 3792.0, 3804.0, 3793.0, 3803.0, 3805.0, 3793.0, 3804.0, 3805.0, 3805.0, 3805.0, 3796.0, 3784.0, 3805.0, 3774.0, 3794.0, 3806.0, 3785.0, 3805.0, 3807.0, 3806.0, 3817.0, 3786.0, 3807.0, 3808.0, 3810.0, 3822.0, 3820.0, 3798.0, 3795.0, 3784.0, 3795.0, 3805.0, 3776.0, 3795.0, 3796.0, 3797.0, 3796.0, 3795.0, 3820.0, 3818.0, 3810.0, 3833.0, 3787.0, 3796.0, 3798.0, 3795.0, 3794.0, 3814.0, 3784.0, 3783.0, 3781.0, 3783.0, 3771.0, 3781.0, 3794.0, 3794.0, 3783.0, 3783.0, 3782.0, 3782.0, 3782.0, 3781.0, 3784.0, 3793.0, 3794.0, 3786.0, 3783.0, 3784.0, 3794.0, 3783.0, 3796.0, 3796.0, 3785.0, 3782.0, 3771.0, 3782.0, 3792.0, 3785.0, 3797.0, 3795.0, 3782.0, 3772.0, 3784.0, 3794.0, 3780.0, 3783.0, 3784.0, 3805.0, 3792.0, 3784.0, 3796.0, 3785.0, 3796.0, 3795.0, 3781.0, 3782.0, 3794.0, 3815.0, 3772.0, 3784.0, 3772.0, 3782.0, 3783.0, 3778.0, 3782.0, 3772.0, 3771.0, 3783.0, 3769.0, 3781.0], 'WindowWidth': [8618.0, 8581.0, 8536.0, 8546.0, 8525.0, 8523.0, 8509.0, 8500.0, 8515.0, 8501.0, 8496.0, 8541.0, 8517.0, 8500.0, 8497.0, 8492.0, 8496.0, 8497.0, 8479.0, 8509.0, 8484.0, 8499.0, 8515.0, 8498.0, 8511.0, 8500.0, 8479.0, 8513.0, 8502.0, 8501.0, 8517.0, 8495.0, 8512.0, 8514.0, 8511.0, 8501.0, 8503.0, 8499.0, 8513.0, 8498.0, 8482.0, 8514.0, 8502.0, 8501.0, 8521.0, 8515.0, 8514.0, 8515.0, 8515.0, 8520.0, 8523.0, 8532.0, 8518.0, 8501.0, 8485.0, 8518.0, 8524.0, 8507.0, 8537.0, 8516.0, 8518.0, 8535.0, 8521.0, 8506.0, 8520.0, 8522.0, 8502.0, 8515.0, 8529.0, 8497.0, 8514.0, 8517.0, 8498.0, 8514.0, 8511.0, 8498.0, 8511.0, 8515.0, 8496.0, 8505.0, 8498.0, 8513.0, 8500.0, 8483.0, 8518.0, 8502.0, 8501.0, 8518.0, 8517.0, 8501.0, 8531.0, 8516.0, 8519.0, 8519.0, 8513.0, 8513.0, 8513.0, 8516.0, 8515.0, 8504.0, 8514.0, 8515.0, 8500.0, 8496.0, 8512.0, 8512.0, 8516.0, 8519.0, 8515.0, 8517.0, 8503.0, 8483.0, 8515.0, 8503.0, 8501.0, 8516.0, 8518.0, 8501.0, 8515.0, 8516.0, 8511.0, 8520.0, 8529.0, 8517.0, 8499.0, 8479.0, 8510.0, 8481.0, 8497.0, 8511.0, 8514.0, 8509.0, 8512.0, 8510.0, 8508.0, 8513.0, 8508.0, 8509.0, 8497.0, 8479.0, 8506.0, 8498.0, 8494.0, 8510.0, 8514.0, 8510.0, 8508.0, 8506.0, 8495.0, 8498.0, 8494.0, 8511.0, 8497.0, 8496.0, 8512.0, 8514.0, 8516.0, 8516.0, 8505.0, 8497.0, 8514.0, 8539.0, 8519.0, 8557.0, 8565.0, 8568.0, 8551.0, 8521.0, 8504.0, 8501.0, 8504.0, 8495.0, 8558.0, 8589.0, 8506.0, 8508.0, 8504.0, 8509.0, 8491.0, 8490.0, 8509.0, 8496.0, 8513.0, 8531.0, 8537.0, 8487.0, 8487.0, 8494.0, 8476.0, 8465.0, 8462.0, 8481.0, 8484.0, 8477.0, 8480.0, 8462.0, 8459.0, 8459.0, 8457.0, 8458.0, 8447.0, 8442.0, 8477.0, 8447.0, 8461.0, 8475.0, 8461.0, 8474.0, 8477.0, 8461.0, 8476.0, 8464.0, 8461.0, 8477.0, 8465.0, 8480.0, 8483.0, 8469.0, 8482.0, 8484.0, 8463.0, 8479.0, 8467.0, 8479.0, 8498.0, 8473.0, 8487.0, 8504.0, 8470.0, 8502.0, 8491.0, 8470.0, 8507.0, 8500.0, 8505.0, 8511.0, 8480.0, 8490.0, 8507.0, 8493.0, 8508.0, 8536.0, 8518.0, 8510.0, 8499.0, 8497.0, 8511.0, 8497.0, 8509.0, 8513.0, 8515.0, 8520.0, 8507.0, 8503.0, 8516.0, 8517.0, 8497.0, 8533.0, 8517.0, 8511.0, 8512.0, 8509.0, 8507.0, 8514.0, 8511.0, 8516.0, 8520.0, 8516.0, 8503.0, 8521.0, 8534.0, 8500.0, 8537.0, 8490.0, 8536.0, 8508.0, 8514.0, 8511.0, 8548.0, 8513.0, 8538.0, 8540.0, 8580.0, 8538.0, 8517.0, 8495.0, 8471.0, 8492.0, 8477.0, 8489.0, 8517.0, 8522.0, 8495.0, 8509.0, 8510.0, 8507.0, 8510.0, 8488.0, 8491.0, 8498.0, 8480.0, 8531.0, 8480.0, 8477.0, 8503.0, 8512.0, 8497.0, 8508.0, 8536.0, 8539.0, 8514.0, 8513.0, 8494.0, 8489.0, 8509.0, 8491.0, 8512.0, 8508.0, 8509.0, 8486.0, 8488.0, 8489.0, 8489.0, 8536.0, 8513.0, 8491.0, 8497.0, 8473.0, 8490.0, 8476.0, 8460.0, 8512.0, 8500.0, 8496.0, 8517.0, 8493.0, 8490.0, 8509.0, 8492.0, 8518.0, 8520.0, 8510.0, 8515.0, 8502.0, 8494.0, 8512.0, 8495.0, 8497.0, 8524.0, 8513.0, 8461.0, 8473.0, 8466.0, 8487.0, 8500.0, 8483.0, 8483.0, 8504.0, 8601.0, 8558.0, 8552.0, 8520.0, 8502.0, 8553.0, 8540.0, 8524.0, 8539.0, 8508.0, 8538.0, 8500.0, 8484.0, 8493.0, 8476.0, 8491.0, 8484.0, 8495.0, 8496.0, 8496.0, 8495.0, 8499.0, 8493.0, 8474.0, 8490.0, 8486.0, 8475.0, 8470.0, 8500.0, 8480.0, 8505.0, 8502.0, 8525.0, 8517.0, 8522.0, 8504.0, 8527.0, 8526.0, 8533.0, 8501.0, 8485.0, 8479.0, 8496.0, 8494.0, 8502.0, 8525.0, 8505.0, 8503.0, 8518.0, 8499.0, 8499.0, 8522.0, 8526.0, 8526.0, 8508.0, 8509.0, 8544.0, 8495.0, 8512.0, 8521.0, 8521.0, 8553.0, 8533.0, 8533.0, 8529.0, 8548.0, 8553.0, 8565.0, 8529.0, 8538.0, 8546.0, 8540.0, 8588.0, 8548.0, 8548.0, 8525.0, 8528.0, 8529.0, 8510.0, 8534.0, 8510.0, 8522.0, 8493.0, 8519.0, 8527.0, 8539.0, 8504.0, 8488.0, 8482.0, 8497.0, 8483.0, 8483.0, 8498.0, 8498.0, 8508.0, 8505.0, 8529.0, 8507.0, 8517.0, 8501.0, 8469.0, 8499.0, 8487.0, 8518.0, 8521.0, 8501.0, 8520.0, 8514.0, 8532.0, 8534.0, 8481.0, 8511.0, 8476.0, 8471.0, 8468.0, 8489.0, 8491.0, 8496.0, 8537.0, 8562.0, 8510.0, 8479.0, 8505.0, 8508.0, 8493.0, 8491.0, 8497.0, 8494.0, 8496.0, 8514.0, 8496.0, 8496.0, 8498.0, 8489.0, 8475.0, 8514.0, 8468.0, 8468.0, 8480.0, 8467.0, 8470.0, 8491.0, 8473.0, 8478.0, 8464.0, 8449.0, 8458.0, 8462.0, 8450.0, 8463.0, 8466.0, 8464.0, 8465.0, 8470.0, 8509.0, 8493.0, 8483.0, 8492.0, 8499.0, 8481.0, 8523.0, 8483.0, 8519.0, 8507.0, 8521.0, 8524.0, 8534.0, 8495.0, 8480.0, 8479.0, 8474.0, 8478.0, 8477.0, 8476.0, 8480.0, 8493.0, 8480.0, 8495.0, 8496.0, 8479.0, 8496.0, 8496.0, 8493.0, 8496.0, 8495.0, 8477.0, 8496.0, 8493.0, 8476.0, 8500.0, 8496.0, 8495.0, 8512.0, 8540.0, 8521.0, 8523.0, 8485.0, 8520.0, 8503.0, 8533.0, 8533.0, 8547.0, 8548.0, 8516.0, 8549.0, 8539.0, 8587.0, 8535.0, 8531.0, 8511.0, 8525.0, 8526.0, 8526.0, 8523.0, 8530.0, 8533.0, 8527.0, 8533.0, 8512.0, 8523.0, 8527.0, 8511.0, 8525.0, 8536.0, 8541.0, 8529.0, 8534.0, 8510.0, 8532.0, 8531.0, 8523.0, 8538.0, 8533.0, 8529.0, 8531.0, 8515.0, 8526.0, 8533.0, 8551.0, 8543.0, 8533.0, 8533.0, 8529.0, 8529.0, 8529.0, 8528.0, 8530.0, 8523.0, 8525.0, 8526.0, 8522.0, 8525.0, 8530.0, 8518.0, 8531.0, 8529.0, 8526.0, 8529.0, 8512.0, 8507.0, 8527.0, 8531.0, 8521.0, 8543.0, 8510.0, 8512.0, 8539.0, 8524.0, 8524.0, 8528.0, 8526.0, 8526.0, 8513.0, 8509.0, 8524.0, 8518.0, 8509.0, 8541.0, 8513.0, 8509.0, 8524.0, 8531.0, 8533.0, 8532.0, 8544.0, 8556.0, 8555.0, 8515.0, 8552.0, 8543.0, 8531.0, 8566.0, 8553.0, 8583.0, 8562.0, 8528.0, 8522.0, 8532.0, 8520.0, 8508.0, 8518.0, 8506.0, 8505.0, 8498.0, 8498.0, 8507.0, 8518.0, 8505.0, 8517.0, 8499.0, 8518.0, 8516.0, 8519.0, 8524.0, 8520.0, 8506.0, 8503.0, 8498.0, 8502.0, 8503.0, 8503.0, 8517.0, 8506.0, 8515.0, 8521.0, 8502.0, 8518.0, 8520.0, 8520.0, 8504.0, 8519.0, 8500.0, 8497.0, 8523.0, 8520.0, 8520.0, 8511.0, 8529.0, 8520.0, 8534.0, 8563.0, 8564.0, 8542.0, 8551.0, 8553.0, 8548.0, 8534.0, 8551.0, 8570.0, 8526.0, 8491.0, 8505.0, 8512.0, 8497.0, 8505.0, 8505.0, 8508.0, 8520.0, 8504.0, 8524.0, 8507.0, 8509.0, 8556.0, 8519.0, 8540.0, 8482.0, 8487.0, 8483.0, 8487.0, 8536.0, 8512.0, 8503.0, 8504.0, 8491.0, 8503.0, 8452.0, 8483.0, 8491.0, 8476.0, 8493.0, 8461.0, 8460.0, 8448.0, 8467.0, 8491.0, 8490.0, 8473.0, 8470.0, 8494.0, 8473.0, 8467.0, 8468.0, 8509.0, 8512.0, 8496.0, 8498.0, 8497.0, 8491.0, 8499.0, 8485.0, 8512.0, 8503.0, 8495.0, 8500.0, 8529.0, 8504.0, 8522.0, 8509.0, 8476.0, 8475.0, 8469.0, 8468.0, 8476.0, 8474.0, 8475.0, 8512.0, 8501.0, 8492.0, 8481.0, 8470.0, 8477.0, 8471.0, 8489.0, 8481.0, 8470.0, 8489.0, 8504.0, 8492.0, 8479.0, 8456.0, 8478.0, 8484.0, 8491.0, 8468.0, 8465.0, 8483.0, 8487.0, 8534.0, 8495.0, 8469.0, 8462.0, 8463.0, 8465.0, 8431.0, 8462.0, 8464.0, 8460.0, 8469.0, 8497.0, 8468.0, 8477.0, 8453.0, 8489.0, 8452.0, 8464.0, 8483.0, 8466.0, 8489.0, 8475.0, 8470.0, 8485.0, 8498.0, 8482.0, 8487.0, 8468.0, 8467.0, 8471.0, 8434.0, 8481.0, 8471.0, 8492.0, 8498.0, 8495.0, 8481.0, 8493.0, 8483.0, 8468.0, 8493.0, 8479.0, 8496.0, 8496.0, 8490.0, 8507.0, 8513.0, 8506.0, 8485.0, 8493.0, 8473.0, 8487.0, 8456.0, 8469.0, 8485.0, 8467.0, 8481.0, 8471.0, 8471.0, 8485.0, 8472.0, 8481.0, 8487.0, 8472.0, 8482.0, 8506.0, 8493.0, 8494.0, 8494.0, 8496.0, 8541.0, 8480.0, 8494.0, 8522.0, 8506.0, 8515.0, 8503.0, 8517.0, 8531.0, 8520.0, 8504.0, 8538.0, 8522.0, 8521.0, 8509.0, 8510.0, 8510.0, 8524.0, 8527.0, 8521.0, 8557.0, 8545.0, 8567.0, 8541.0, 8542.0, 8501.0, 8531.0, 8518.0, 8481.0, 8512.0, 8534.0, 8538.0, 8518.0, 8537.0, 8513.0, 8512.0, 8503.0, 8480.0, 8533.0, 8532.0, 8515.0, 8517.0, 8501.0, 8506.0, 8515.0, 8496.0, 8491.0, 8518.0, 8500.0, 8510.0, 8513.0, 8479.0, 8512.0, 8517.0, 8493.0, 8514.0, 8522.0, 8497.0, 8512.0, 8500.0, 8507.0, 8512.0, 8490.0, 8508.0, 8536.0, 8521.0, 8521.0, 8497.0, 8490.0, 8497.0, 8480.0, 8539.0, 8517.0, 8515.0, 8516.0, 8515.0, 8518.0, 8537.0, 8537.0, 8519.0, 8515.0, 8483.0, 8512.0, 8496.0, 8489.0, 8515.0, 8500.0, 8507.0, 8509.0, 8491.0, 8504.0, 8496.0, 8478.0, 8486.0, 8548.0, 8518.0, 8497.0, 8508.0, 8512.0, 8509.0, 8513.0, 8506.0, 8488.0, 8476.0, 8469.0, 8489.0, 8495.0, 8489.0, 8490.0, 8471.0, 8482.0, 8488.0, 8474.0, 8487.0, 8515.0, 8495.0, 8511.0, 8490.0, 8488.0, 8505.0, 8491.0, 8493.0, 8512.0, 8501.0, 8509.0, 8514.0, 8497.0, 8511.0, 8513.0, 8496.0, 8511.0, 8521.0, 8511.0, 8526.0, 8554.0, 8464.0, 8409.0, 8462.0, 8404.0, 8350.0, 8675.0, 8606.0, 8561.0, 8559.0, 8580.0, 8540.0, 8538.0, 8545.0, 8544.0, 8556.0, 8536.0, 8535.0, 8533.0, 8529.0, 8513.0, 8522.0, 8527.0, 8564.0, 8546.0, 8529.0, 8517.0, 8517.0, 8521.0, 8518.0, 8470.0, 8515.0, 8529.0, 8528.0, 8558.0, 8549.0, 8499.0, 8498.0, 8494.0, 8511.0, 8482.0, 8498.0, 8537.0, 8505.0, 8517.0, 8524.0, 8500.0, 8518.0, 8493.0, 8520.0, 8540.0, 8526.0, 8538.0, 8542.0, 8524.0, 8539.0, 8543.0, 8542.0, 8544.0, 8534.0, 8515.0, 8543.0, 8503.0, 8528.0, 8546.0, 8519.0, 8543.0, 8549.0, 8550.0, 8565.0, 8523.0, 8549.0, 8553.0, 8556.0, 8572.0, 8567.0, 8535.0, 8530.0, 8515.0, 8528.0, 8542.0, 8507.0, 8529.0, 8532.0, 8537.0, 8535.0, 8534.0, 8574.0, 8570.0, 8558.0, 8593.0, 8524.0, 8532.0, 8540.0, 8532.0, 8531.0, 8553.0, 8514.0, 8509.0, 8505.0, 8510.0, 8490.0, 8505.0, 8528.0, 8530.0, 8511.0, 8511.0, 8508.0, 8510.0, 8506.0, 8505.0, 8513.0, 8528.0, 8529.0, 8519.0, 8513.0, 8515.0, 8526.0, 8512.0, 8534.0, 8533.0, 8520.0, 8509.0, 8492.0, 8511.0, 8523.0, 8518.0, 8538.0, 8533.0, 8511.0, 8494.0, 8513.0, 8528.0, 8504.0, 8510.0, 8513.0, 8543.0, 8522.0, 8513.0, 8531.0, 8518.0, 8534.0, 8531.0, 8506.0, 8508.0, 8527.0, 8557.0, 8494.0, 8511.0, 8494.0, 8508.0, 8508.0, 8499.0, 8508.0, 8495.0, 8492.0, 8509.0, 8485.0, 8505.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.021817989601386485</td></tr>
<tr><td colspan=3>aqi</td><td>0.09169129116117852</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.84808943485692</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1984968487510843</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2471448200954043</td></tr>
<tr><td colspan=3>efc</td><td>0.4897</td></tr>
<tr><td colspan=3>fber</td><td>4536.1401</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3318681987376618</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>316</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.383015597920277</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8615233605519053</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.601218847073019</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.238336468246587</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7450147663361095</td></tr>
<tr><td colspan=3>gcor</td><td>0.00519613</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011369956657290459</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032675955444574356</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.668237008234186</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>14.8499</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4408</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.3051</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302561.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1003.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.6159</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7346</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.373</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2965.0394</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3888.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.4369</td></tr>
<tr><td colspan=3>tsnr</td><td>20.308360720286146</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>