<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0126_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-03/func/sub-0126_ses-03_task-alignvideo_acq-mb8_run-01_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>18675c43743a19de1e5da319b0d1d73a</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>18:21:8.022500</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.99892, -0.0342017, 0.0314562, 0.0280768, 0.983648, 0.177898]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.115025</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7816, -7217, 28, -84, -165, -33, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b3aeb438-9dbb-4e91-a2da-c148b0c4f8a5||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.6800286769866943, 0.07532810419797897, 0.09997086226940155, 110.51510620117188], [0.0917607918381691, 2.63905668258667, 0.4774203896522522, -96.90037536621094], [0.0843946635723114, -0.47728657722473145, 2.6555745601654053, -55.142032623291016], [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, 1157]</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], 'AcquisitionTime': ['182108.022500', '182108.482500', '182108.942500', '182109.402500', '182109.862500', '182110.322500', '182110.782500', '182111.242500', '182111.702500', '182112.162500', '182112.622500', '182113.082500', '182113.542500', '182114.002500', '182114.462500', '182114.922500', '182115.382500', '182115.842500', '182116.302500', '182116.762500', '182117.222500', '182117.682500', '182118.142500', '182118.602500', '182119.062500', '182119.522500', '182119.982500', '182120.442500', '182120.902500', '182121.362500', '182121.822500', '182122.282500', '182122.742500', '182123.202500', '182123.662500', '182124.122500', '182124.582500', '182125.042500', '182125.502500', '182125.962500', '182126.422500', '182126.882500', '182127.342500', '182127.802500', '182128.262500', '182128.722500', '182129.182500', '182129.642500', '182130.102500', '182130.562500', '182131.022500', '182131.482500', '182131.942500', '182132.402500', '182132.862500', '182133.322500', '182133.782500', '182134.242500', '182134.702500', '182135.162500', '182135.622500', '182136.082500', '182136.542500', '182137.002500', '182137.462500', '182137.922500', '182138.382500', '182138.842500', '182139.302500', '182139.762500', '182140.222500', '182140.682500', '182141.142500', '182141.602500', '182142.062500', '182142.522500', '182142.982500', '182143.442500', '182143.902500', '182144.362500', '182144.822500', '182145.282500', '182145.742500', '182146.202500', '182146.662500', '182147.122500', '182147.582500', '182148.042500', '182148.502500', '182148.962500', '182149.422500', '182149.882500', '182150.342500', '182150.802500', '182151.262500', '182151.722500', '182152.182500', '182152.642500', '182153.102500', '182153.562500', '182154.022500', '182154.482500', '182154.942500', '182155.402500', '182155.862500', '182156.322500', '182156.782500', '182157.242500', '182157.702500', '182158.162500', '182158.622500', '182159.082500', '182159.542500', '182200.002500', '182200.462500', '182200.922500', '182201.382500', '182201.842500', '182202.302500', '182202.762500', '182203.222500', '182203.682500', '182204.142500', '182204.602500', '182205.062500', '182205.522500', '182205.982500', '182206.442500', '182206.902500', '182207.362500', '182207.822500', '182208.282500', '182208.742500', '182209.202500', '182209.662500', '182210.122500', '182210.582500', '182211.042500', '182211.502500', '182211.962500', '182212.422500', '182212.882500', '182213.342500', '182213.802500', '182214.262500', '182214.722500', '182215.182500', '182215.642500', '182216.102500', '182216.562500', '182217.022500', '182217.482500', '182217.942500', '182218.402500', '182218.862500', '182219.322500', '182219.782500', '182220.242500', '182220.702500', '182221.162500', '182221.622500', '182222.082500', '182222.542500', '182223.002500', '182223.462500', '182223.922500', '182224.382500', '182224.842500', '182225.302500', '182225.762500', '182226.222500', '182226.682500', '182227.142500', '182227.602500', '182228.062500', '182228.522500', '182228.982500', '182229.442500', '182229.902500', '182230.362500', '182230.822500', '182231.282500', '182231.742500', '182232.202500', '182232.662500', '182233.122500', '182233.582500', '182234.042500', '182234.502500', '182234.962500', '182235.422500', '182235.882500', '182236.342500', '182236.802500', '182237.262500', '182237.722500', '182238.182500', '182238.642500', '182239.102500', '182239.562500', '182240.022500', '182240.482500', '182240.942500', '182241.402500', '182241.862500', '182242.322500', '182242.782500', '182243.242500', '182243.702500', '182244.162500', '182244.622500', '182245.082500', '182245.542500', '182246.002500', '182246.462500', '182246.922500', '182247.382500', '182247.842500', '182248.302500', '182248.762500', '182249.222500', '182249.682500', '182250.142500', '182250.602500', '182251.062500', '182251.522500', '182251.982500', '182252.442500', '182252.902500', '182253.362500', '182253.822500', '182254.282500', '182254.742500', '182255.202500', '182255.662500', '182256.122500', '182256.582500', '182257.042500', '182257.502500', '182257.962500', '182258.422500', '182258.882500', '182259.342500', '182259.802500', '182300.262500', '182300.722500', '182301.182500', '182301.642500', '182302.102500', '182302.562500', '182303.022500', '182303.482500', '182303.942500', '182304.402500', '182304.862500', '182305.322500', '182305.782500', '182306.242500', '182306.702500', '182307.162500', '182307.622500', '182308.082500', '182308.542500', '182309.002500', '182309.462500', '182309.922500', '182310.382500', '182310.842500', '182311.302500', '182311.762500', '182312.222500', '182312.682500', '182313.142500', '182313.602500', '182314.062500', '182314.522500', '182314.982500', '182315.442500', '182315.902500', '182316.362500', '182316.822500', '182317.282500', '182317.742500', '182318.202500', '182318.662500', '182319.122500', '182319.582500', '182320.042500', '182320.502500', '182320.962500', '182321.422500', '182321.882500', '182322.342500', '182322.802500', '182323.262500', '182323.722500', '182324.182500', '182324.642500', '182325.102500', '182325.562500', '182326.022500', '182326.482500', '182326.942500', '182327.402500', '182327.862500', '182328.322500', '182328.782500', '182329.242500', '182329.702500', '182330.162500', '182330.622500', '182331.082500', '182331.542500', '182332.002500', '182332.462500', '182332.922500', '182333.382500', '182333.842500', '182334.302500', '182334.762500', '182335.222500', '182335.682500', '182336.142500', '182336.602500', '182337.062500', '182337.522500', '182337.982500', '182338.442500', '182338.902500', '182339.362500', '182339.822500', '182340.282500', '182340.742500', '182341.202500', '182341.662500', '182342.122500', '182342.582500', '182343.042500', '182343.502500', '182343.962500', '182344.422500', '182344.882500', '182345.342500', '182345.802500', '182346.262500', '182346.722500', '182347.182500', '182347.642500', '182348.102500', '182348.562500', '182349.022500', '182349.482500', '182349.942500', '182350.402500', '182350.862500', '182351.322500', '182351.782500', '182352.242500', '182352.702500', '182353.162500', '182353.622500', '182354.082500', '182354.542500', '182355.002500', '182355.462500', '182355.922500', '182356.382500', '182356.842500', '182357.302500', '182357.762500', '182358.222500', '182358.682500', '182359.142500', '182359.602500', '182400.062500', '182400.522500', '182400.982500', '182401.442500', '182401.902500', '182402.362500', '182402.822500', '182403.282500', '182403.742500', '182404.202500', '182404.662500', '182405.122500', '182405.582500', '182406.042500', '182406.502500', '182406.962500', '182407.422500', '182407.882500', '182408.342500', '182408.802500', '182409.262500', '182409.722500', '182410.182500', '182410.642500', '182411.102500', '182411.562500', '182412.022500', '182412.482500', '182412.942500', '182413.402500', '182413.862500', '182414.322500', '182414.782500', '182415.242500', '182415.702500', '182416.162500', '182416.622500', '182417.082500', '182417.542500', '182418.002500', '182418.462500', '182418.922500', '182419.382500', '182419.842500', '182420.302500', '182420.762500', '182421.222500', '182421.682500', '182422.142500', '182422.602500', '182423.062500', '182423.522500', '182423.982500', '182424.442500', '182424.902500', '182425.362500', '182425.822500', '182426.282500', '182426.742500', '182427.202500', '182427.662500', '182428.122500', '182428.582500', '182429.042500', '182429.502500', '182429.962500', '182430.422500', '182430.882500', '182431.342500', '182431.802500', '182432.262500', '182432.722500', '182433.182500', '182433.642500', '182434.102500', '182434.562500', '182435.022500', '182435.482500', '182435.942500', '182436.402500', '182436.862500', '182437.322500', '182437.782500', '182438.242500', '182438.702500', '182439.162500', '182439.622500', '182440.082500', '182440.542500', '182441.002500', '182441.462500', '182441.922500', '182442.382500', '182442.842500', '182443.302500', '182443.762500', '182444.222500', '182444.682500', '182445.142500', '182445.602500', '182446.062500', '182446.522500', '182446.982500', '182447.442500', '182447.902500', '182448.362500', '182448.822500', '182449.282500', '182449.742500', '182450.202500', '182450.662500', '182451.122500', '182451.582500', '182452.042500', '182452.502500', '182452.962500', '182453.422500', '182453.882500', '182454.342500', '182454.802500', '182455.262500', '182455.722500', '182456.182500', '182456.642500', '182457.102500', '182457.562500', '182458.022500', '182458.482500', '182458.942500', '182459.402500', '182459.862500', '182500.322500', '182500.782500', '182501.242500', '182501.702500', '182502.162500', '182502.622500', '182503.082500', '182503.542500', '182504.002500', '182504.462500', '182504.922500', '182505.382500', '182505.842500', '182506.302500', '182506.762500', '182507.222500', '182507.682500', '182508.142500', '182508.602500', '182509.062500', '182509.522500', '182509.982500', '182510.442500', '182510.902500', '182511.362500', '182511.822500', '182512.282500', '182512.742500', '182513.202500', '182513.662500', '182514.122500', '182514.582500', '182515.042500', '182515.502500', '182515.962500', '182516.422500', '182516.882500', '182517.342500', '182517.802500', '182518.262500', '182518.722500', '182519.182500', '182519.642500', '182520.102500', '182520.562500', '182521.022500', '182521.482500', '182521.942500', '182522.402500', '182522.862500', '182523.322500', '182523.782500', '182524.242500', '182524.702500', '182525.162500', '182525.622500', '182526.082500', '182526.542500', '182527.002500', '182527.462500', '182527.922500', '182528.382500', '182528.842500', '182529.302500', '182529.762500', '182530.222500', '182530.682500', '182531.142500', '182531.602500', '182532.062500', '182532.522500', '182532.982500', '182533.442500', '182533.902500', '182534.362500', '182534.822500', '182535.282500', '182535.742500', '182536.202500', '182536.662500', '182537.122500', '182537.582500', '182538.042500', '182538.502500', '182538.962500', '182539.422500', '182539.882500', '182540.342500', '182540.802500', '182541.262500', '182541.722500', '182542.182500', '182542.642500', '182543.102500', '182543.562500', '182544.022500', '182544.482500', '182544.942500', '182545.402500', '182545.862500', '182546.322500', '182546.782500', '182547.242500', '182547.702500', '182548.162500', '182548.622500', '182549.082500', '182549.542500', '182550.002500', '182550.462500', '182550.922500', '182551.382500', '182551.842500', '182552.302500', '182552.762500', '182553.222500', '182553.682500', '182554.142500', '182554.602500', '182555.062500', '182555.522500', '182555.982500', '182556.442500', '182556.902500', '182557.362500', '182557.822500', '182558.282500', '182558.742500', '182559.202500', '182559.662500', '182600.122500', '182600.582500', '182601.042500', '182601.502500', '182601.962500', '182602.422500', '182602.882500', '182603.342500', '182603.802500', '182604.262500', '182604.722500', '182605.182500', '182605.642500', '182606.102500', '182606.562500', '182607.022500', '182607.482500', '182607.942500', '182608.402500', '182608.862500', '182609.322500', '182609.782500', '182610.242500', '182610.702500', '182611.162500', '182611.622500', '182612.082500', '182612.542500', '182613.002500', '182613.462500', '182613.922500', '182614.382500', '182614.842500', '182615.302500', '182615.762500', '182616.222500', '182616.682500', '182617.142500', '182617.602500', '182618.062500', '182618.522500', '182618.982500', '182619.442500', '182619.902500', '182620.362500', '182620.822500', '182621.282500', '182621.742500', '182622.202500', '182622.662500', '182623.122500', '182623.582500', '182624.042500', '182624.502500', '182624.962500', '182625.422500', '182625.882500', '182626.342500', '182626.802500', '182627.262500', '182627.722500', '182628.182500', '182628.642500', '182629.102500', '182629.562500', '182630.022500', '182630.482500', '182630.942500', '182631.402500', '182631.862500', '182632.322500', '182632.782500', '182633.242500', '182633.702500', '182634.162500', '182634.622500', '182635.082500', '182635.542500', '182636.002500', '182636.462500', '182636.922500', '182637.382500', '182637.842500', '182638.302500', '182638.762500', '182639.222500', '182639.682500', '182640.142500', '182640.602500', '182641.062500', '182641.522500', '182641.982500', '182642.442500', '182642.902500', '182643.362500', '182643.822500', '182644.282500', '182644.742500', '182645.202500', '182645.662500', '182646.122500', '182646.582500', '182647.042500', '182647.502500', '182647.962500', '182648.422500', '182648.882500', '182649.342500', '182649.802500', '182650.262500', '182650.722500', '182651.182500', '182651.642500', '182652.102500', '182652.562500', '182653.022500', '182653.482500', '182653.942500', '182654.402500', '182654.862500', '182655.322500', '182655.782500', '182656.242500', '182656.702500', '182657.162500', '182657.622500', '182658.082500', '182658.542500', '182659.002500', '182659.462500', '182659.922500', '182700.382500', '182700.842500', '182701.302500', '182701.762500', '182702.222500', '182702.682500', '182703.142500', '182703.602500', '182704.062500', '182704.522500', '182704.982500', '182705.442500', '182705.902500', '182706.362500', '182706.822500', '182707.282500', '182707.742500', '182708.202500', '182708.662500', '182709.122500', '182709.582500', '182710.042500', '182710.502500', '182710.962500', '182711.422500', '182711.882500', '182712.342500', '182712.802500', '182713.262500', '182713.722500', '182714.182500', '182714.642500', '182715.102500', '182715.562500', '182716.022500', '182716.482500', '182716.942500', '182717.402500', '182717.862500', '182718.322500', '182718.782500', '182719.242500', '182719.702500', '182720.162500', '182720.622500', '182721.082500', '182721.542500', '182722.002500', '182722.462500', '182722.922500', '182723.382500', '182723.842500', '182724.302500', '182724.762500', '182725.222500', '182725.682500', '182726.142500', '182726.602500', '182727.062500', '182727.522500', '182727.982500', '182728.442500', '182728.902500', '182729.362500', '182729.822500', '182730.282500', '182730.742500', '182731.202500', '182731.662500', '182732.122500', '182732.582500', '182733.042500', '182733.502500', '182733.962500', '182734.422500', '182734.882500', '182735.342500', '182735.802500', '182736.262500', '182736.722500', '182737.182500', '182737.642500', '182738.102500', '182738.562500', '182739.022500', '182739.482500', '182739.942500', '182740.402500', '182740.862500', '182741.322500', '182741.782500', '182742.242500', '182742.702500', '182743.162500', '182743.622500', '182744.082500', '182744.542500', '182745.002500', '182745.462500', '182745.922500', '182746.382500', '182746.842500', '182747.302500', '182747.762500', '182748.222500', '182748.682500', '182749.142500', '182749.602500', '182750.062500', '182750.522500', '182750.982500', '182751.442500', '182751.902500', '182752.362500', '182752.822500', '182753.282500', '182753.742500', '182754.202500', '182754.662500', '182755.122500', '182755.582500', '182756.042500', '182756.502500', '182756.962500', '182757.422500', '182757.882500', '182758.342500', '182758.802500', '182759.262500', '182759.722500', '182800.182500', '182800.642500', '182801.102500', '182801.562500', '182802.022500', '182802.482500', '182802.942500', '182803.402500', '182803.862500', '182804.322500', '182804.782500', '182805.242500', '182805.702500', '182806.162500', '182806.622500', '182807.082500', '182807.542500', '182808.002500', '182808.462500', '182808.922500', '182809.382500', '182809.842500', '182810.302500', '182810.762500', '182811.222500', '182811.682500', '182812.142500', '182812.602500', '182813.062500', '182813.522500', '182813.982500', '182814.442500', '182814.902500', '182815.362500', '182815.822500', '182816.282500', '182816.742500', '182817.202500', '182817.662500', '182818.122500', '182818.582500', '182819.042500', '182819.502500', '182819.962500', '182820.422500', '182820.882500', '182821.342500', '182821.802500', '182822.262500', '182822.722500', '182823.182500', '182823.642500', '182824.102500', '182824.562500', '182825.022500', '182825.482500', '182825.942500', '182826.402500', '182826.862500', '182827.322500', '182827.782500', '182828.242500', '182828.702500', '182829.162500', '182829.622500', '182830.082500', '182830.542500', '182831.002500', '182831.462500', '182831.922500', '182832.382500', '182832.842500', '182833.302500', '182833.762500', '182834.222500', '182834.682500', '182835.142500', '182835.602500', '182836.062500', '182836.522500', '182836.982500', '182837.442500', '182837.902500', '182838.362500', '182838.822500', '182839.282500', '182839.742500', '182840.202500', '182840.662500', '182841.122500', '182841.582500', '182842.042500', '182842.502500', '182842.962500', '182843.422500', '182843.882500', '182844.342500', '182844.802500', '182845.262500', '182845.722500', '182846.182500', '182846.642500', '182847.102500', '182847.562500', '182848.022500', '182848.482500', '182848.942500', '182849.402500', '182849.862500', '182850.322500', '182850.782500', '182851.242500', '182851.702500', '182852.162500', '182852.622500', '182853.082500', '182853.542500', '182854.002500', '182854.462500', '182854.922500', '182855.382500', '182855.842500', '182856.302500', '182856.762500', '182857.222500', '182857.682500', '182858.142500', '182858.602500', '182859.062500', '182859.522500', '182859.982500', '182900.442500', '182900.902500', '182901.362500', '182901.822500', '182902.282500', '182902.742500', '182903.202500', '182903.662500', '182904.122500', '182904.582500', '182905.042500', '182905.502500', '182905.962500', '182906.422500', '182906.882500', '182907.342500', '182907.802500', '182908.262500', '182908.722500', '182909.182500', '182909.642500', '182910.102500', '182910.562500', '182911.022500', '182911.482500', '182911.942500', '182912.402500', '182912.862500', '182913.322500', '182913.782500', '182914.242500', '182914.702500', '182915.162500', '182915.622500', '182916.082500', '182916.542500', '182917.002500', '182917.462500', '182917.922500', '182918.382500', '182918.842500', '182919.302500', '182919.762500', '182920.222500', '182920.682500', '182921.142500', '182921.602500', '182922.062500', '182922.522500', '182922.982500', '182923.442500', '182923.902500', '182924.362500', '182924.822500', '182925.282500', '182925.742500', '182926.202500', '182926.662500', '182927.122500', '182927.582500', '182928.042500', '182928.502500', '182928.962500', '182929.422500', '182929.882500', '182930.342500', '182930.802500', '182931.262500', '182931.722500', '182932.182500', '182932.642500', '182933.102500', '182933.562500', '182934.022500', '182934.482500', '182934.942500', '182935.402500', '182935.862500', '182936.322500', '182936.782500', '182937.242500', '182937.702500', '182938.162500', '182938.622500', '182939.082500', '182939.542500', '182940.002500', '182940.462500', '182940.922500', '182941.382500', '182941.842500', '182942.302500', '182942.762500', '182943.222500', '182943.682500', '182944.142500', '182944.602500', '182945.062500', '182945.522500', '182945.982500', '182946.442500', '182946.902500', '182947.362500', '182947.822500', '182948.282500', '182948.742500', '182949.202500', '182949.662500', '182950.122500', '182950.582500', '182951.042500', '182951.502500', '182951.962500', '182952.422500', '182952.882500', '182953.342500', '182953.802500', '182954.262500', '182954.722500', '182955.182500', '182955.642500', '182956.102500', '182956.562500', '182957.022500', '182957.482500', '182957.942500', '182958.402500', '182958.862500', '182959.322500', '182959.782500'], 'ContentTime': ['182124.790000', '182124.793000', '182124.796000', '182124.798000', '182124.801000', '182124.804000', '182124.807000', '182124.809000', '182124.812000', '182124.814000', '182124.817000', '182124.820000', '182124.822000', '182124.825000', '182124.831000', '182124.834000', '182124.836000', '182124.839000', '182124.841000', '182124.844000', '182124.846000', '182124.849000', '182124.852000', '182124.855000', '182124.858000', '182124.861000', '182124.863000', '182124.866000', '182124.868000', '182124.871000', '182124.874000', '182124.876000', '182124.879000', '182144.759000', '182144.762000', '182144.765000', '182144.767000', '182144.770000', '182144.774000', '182144.777000', '182144.779000', '182144.782000', '182144.784000', '182144.787000', '182144.789000', '182144.792000', '182144.794000', '182144.797000', '182144.799000', '182144.802000', '182144.804000', '182144.807000', '182144.810000', '182144.812000', '182144.815000', '182144.817000', '182144.820000', '182144.823000', '182144.825000', '182144.828000', '182144.830000', '182144.833000', '182144.835000', '182144.838000', '182144.840000', '182144.843000', '182144.845000', '182144.848000', '182144.850000', '182144.853000', '182144.856000', '182144.858000', '182144.861000', '182144.863000', '182144.866000', '182144.868000', '182144.871000', '182204.759000', '182204.761000', '182204.764000', '182204.766000', '182204.769000', '182204.778000', '182204.780000', '182204.783000', '182204.785000', '182204.788000', '182204.790000', '182204.793000', '182204.796000', '182204.798000', '182204.801000', '182204.803000', '182204.806000', '182204.808000', '182204.811000', '182204.814000', '182204.816000', '182204.819000', '182204.821000', '182204.824000', '182204.827000', '182204.829000', '182204.832000', '182204.834000', '182204.837000', '182204.839000', '182204.842000', '182204.845000', '182204.847000', '182204.850000', '182204.852000', '182204.855000', '182204.858000', '182204.860000', '182204.863000', '182204.865000', '182204.868000', '182204.870000', '182204.873000', '182224.758000', '182224.761000', '182224.764000', '182224.766000', '182224.769000', '182224.771000', '182224.774000', '182224.777000', '182224.779000', '182224.782000', '182224.784000', '182224.787000', '182224.790000', '182224.792000', '182224.795000', '182224.797000', '182224.800000', '182224.810000', '182224.812000', '182224.815000', '182224.832000', '182224.835000', '182224.838000', '182224.840000', '182224.843000', '182224.846000', '182224.848000', '182224.851000', '182224.853000', '182224.856000', '182224.859000', '182224.861000', '182224.864000', '182224.866000', '182224.869000', '182224.872000', '182224.874000', '182224.877000', '182224.879000', '182224.882000', '182224.884000', '182224.887000', '182224.890000', '182224.892000', '182244.758000', '182244.761000', '182244.764000', '182244.766000', '182244.769000', '182244.772000', '182244.774000', '182244.777000', '182244.779000', '182244.782000', '182244.784000', '182244.787000', '182244.789000', '182244.792000', '182244.795000', '182244.797000', '182244.800000', '182244.802000', '182244.805000', '182244.817000', '182244.838000', '182244.841000', '182244.844000', '182244.847000', '182244.849000', '182244.852000', '182244.854000', '182244.857000', '182244.859000', '182244.862000', '182244.864000', '182244.867000', '182244.870000', '182244.872000', '182244.875000', '182244.877000', '182244.880000', '182244.883000', '182244.885000', '182244.888000', '182244.890000', '182244.893000', '182244.896000', '182304.759000', '182304.762000', '182304.765000', '182304.767000', '182304.770000', '182304.773000', '182304.775000', '182304.778000', '182304.780000', '182304.783000', '182304.785000', '182304.788000', '182304.791000', '182304.794000', '182304.796000', '182304.799000', '182304.801000', '182304.804000', '182304.806000', '182304.809000', '182304.812000', '182304.815000', '182304.945000', '182304.947000', '182304.950000', '182304.952000', '182304.955000', '182304.957000', '182304.960000', '182304.963000', '182304.965000', '182304.968000', '182304.971000', '182304.973000', '182304.976000', '182304.978000', '182304.981000', '182304.984000', '182304.986000', '182304.989000', '182304.992000', '182304.994000', '182304.997000', '182305.000000', '182324.760000', '182324.762000', '182324.765000', '182324.768000', '182324.770000', '182324.773000', '182324.775000', '182324.778000', '182324.780000', '182324.783000', '182324.785000', '182324.788000', '182324.791000', '182324.793000', '182324.796000', '182324.798000', '182324.801000', '182324.804000', '182324.806000', '182324.809000', '182324.811000', '182324.814000', '182324.816000', '182324.819000', '182324.822000', '182324.824000', '182324.827000', '182324.829000', '182324.832000', '182324.834000', '182324.837000', '182324.840000', '182324.842000', '182324.845000', '182324.847000', '182324.850000', '182324.852000', '182324.855000', '182324.857000', '182324.860000', '182324.863000', '182324.865000', '182324.868000', '182344.759000', '182344.762000', '182344.765000', '182344.768000', '182344.770000', '182344.773000', '182344.775000', '182344.778000', '182344.781000', '182344.783000', '182344.786000', '182344.788000', '182344.791000', '182344.793000', '182344.796000', '182344.799000', '182344.801000', '182344.804000', '182344.806000', '182344.809000', '182344.811000', '182344.814000', '182344.865000', '182344.867000', '182344.870000', '182344.873000', '182344.875000', '182344.878000', '182344.880000', '182344.883000', '182344.886000', '182344.888000', '182344.891000', '182344.893000', '182344.896000', '182344.898000', '182344.901000', '182344.903000', '182344.906000', '182344.909000', '182344.911000', '182344.914000', '182344.916000', '182344.919000', '182404.759000', '182404.762000', '182404.765000', '182404.768000', '182404.770000', '182404.773000', '182404.775000', '182404.778000', '182404.780000', '182404.783000', '182404.786000', '182404.788000', '182404.791000', '182404.793000', '182404.796000', '182404.799000', '182404.801000', '182404.804000', '182404.807000', '182404.809000', '182404.812000', '182404.815000', '182404.854000', '182404.856000', '182404.859000', '182404.861000', '182404.864000', '182404.866000', '182404.869000', '182404.871000', '182404.874000', '182404.877000', '182404.879000', '182404.883000', '182404.885000', '182404.888000', '182404.890000', '182404.893000', '182404.896000', '182404.898000', '182404.901000', '182404.903000', '182404.906000', '182424.759000', '182424.770000', '182424.773000', '182424.776000', '182424.778000', '182424.781000', '182424.783000', '182424.786000', '182424.789000', '182424.791000', '182424.794000', '182424.796000', '182424.799000', '182424.802000', '182424.804000', '182424.814000', '182424.963000', '182424.965000', '182424.968000', '182424.970000', '182424.973000', '182424.976000', '182424.978000', '182424.981000', '182424.983000', '182424.986000', '182424.988000', '182424.991000', '182424.994000', '182424.996000', '182425.000000', '182425.003000', '182425.005000', '182425.008000', '182425.010000', '182425.013000', '182425.016000', '182425.018000', '182425.021000', '182425.024000', '182425.026000', '182425.029000', '182425.031000', '182425.034000', '182444.758000', '182444.761000', '182444.764000', '182444.766000', '182444.769000', '182444.772000', '182444.774000', '182444.777000', '182444.779000', '182444.782000', '182444.784000', '182444.787000', '182444.790000', '182444.792000', '182444.795000', '182444.797000', '182444.800000', '182444.802000', '182444.805000', '182444.808000', '182444.810000', '182444.813000', '182444.815000', '182444.818000', '182444.820000', '182444.823000', '182444.825000', '182444.828000', '182444.831000', '182444.833000', '182444.836000', '182444.838000', '182444.841000', '182444.844000', '182444.846000', '182444.849000', '182444.851000', '182444.854000', '182444.856000', '182444.859000', '182444.861000', '182444.864000', '182444.867000', '182504.758000', '182504.761000', '182504.764000', '182504.766000', '182504.769000', '182504.771000', '182504.774000', '182504.777000', '182504.779000', '182504.782000', '182504.784000', '182504.787000', '182504.790000', '182504.792000', '182504.795000', '182504.797000', '182504.800000', '182504.803000', '182504.805000', '182504.808000', '182504.811000', '182504.813000', '182504.816000', '182504.851000', '182504.854000', '182504.856000', '182504.859000', '182504.861000', '182504.864000', '182504.867000', '182504.869000', '182504.872000', '182504.874000', '182504.877000', '182504.879000', '182504.882000', '182504.885000', '182504.887000', '182504.890000', '182504.892000', '182504.895000', '182504.898000', '182504.900000', '182504.903000', '182524.759000', '182524.762000', '182524.765000', '182524.767000', '182524.770000', '182524.772000', '182524.775000', '182524.777000', '182524.780000', '182524.783000', '182524.786000', '182524.788000', '182524.791000', '182524.793000', '182524.796000', '182524.798000', '182524.801000', '182524.804000', '182524.806000', '182524.809000', '182524.811000', '182524.814000', '182524.859000', '182524.861000', '182524.864000', '182524.867000', '182524.869000', '182524.872000', '182524.874000', '182524.877000', '182524.879000', '182524.882000', '182524.885000', '182524.887000', '182524.890000', '182524.892000', '182524.895000', '182524.897000', '182524.900000', '182524.902000', '182524.905000', '182524.908000', '182524.911000', '182544.759000', '182544.762000', '182544.765000', '182544.767000', '182544.770000', '182544.772000', '182544.775000', '182544.778000', '182544.780000', '182544.783000', '182544.785000', '182544.788000', '182544.791000', '182544.793000', '182544.796000', '182544.799000', '182544.801000', '182544.804000', '182544.806000', '182544.809000', '182544.811000', '182544.814000', '182544.871000', '182544.873000', '182544.876000', '182544.878000', '182544.881000', '182544.884000', '182544.886000', '182544.889000', '182544.891000', '182544.894000', '182544.896000', '182544.899000', '182544.902000', '182544.904000', '182544.907000', '182544.909000', '182544.912000', '182544.914000', '182544.927000', '182544.930000', '182544.932000', '182544.935000', '182604.759000', '182604.762000', '182604.765000', '182604.767000', '182604.770000', '182604.773000', '182604.775000', '182604.778000', '182604.780000', '182604.783000', '182604.785000', '182604.788000', '182604.791000', '182604.793000', '182604.796000', '182604.798000', '182604.801000', '182604.803000', '182604.806000', '182604.808000', '182604.811000', '182604.814000', '182604.876000', '182604.878000', '182604.881000', '182604.884000', '182604.886000', '182604.889000', '182604.891000', '182604.894000', '182604.897000', '182604.899000', '182604.902000', '182604.904000', '182604.907000', '182604.909000', '182604.912000', '182604.915000', '182604.917000', '182604.920000', '182604.922000', '182604.925000', '182604.927000', '182624.760000', '182624.762000', '182624.765000', '182624.768000', '182624.771000', '182624.773000', '182624.776000', '182624.779000', '182624.781000', '182624.784000', '182624.787000', '182624.789000', '182624.792000', '182624.794000', '182624.797000', '182624.800000', '182624.802000', '182624.805000', '182624.807000', '182624.810000', '182624.813000', '182624.815000', '182624.818000', '182624.821000', '182624.823000', '182624.826000', '182624.828000', '182624.831000', '182624.834000', '182624.836000', '182624.839000', '182624.842000', '182624.844000', '182624.847000', '182624.849000', '182624.852000', '182624.855000', '182624.857000', '182624.860000', '182624.863000', '182624.865000', '182624.868000', '182624.870000', '182624.873000', '182644.758000', '182644.761000', '182644.764000', '182644.767000', '182644.769000', '182644.772000', '182644.775000', '182644.777000', '182644.780000', '182644.783000', '182644.785000', '182644.788000', '182644.791000', '182644.793000', '182644.796000', '182644.798000', '182644.801000', '182644.803000', '182644.806000', '182644.809000', '182644.811000', '182644.814000', '182644.839000', '182644.842000', '182644.844000', '182644.847000', '182644.851000', '182644.854000', '182644.857000', '182644.859000', '182644.862000', '182644.864000', '182644.867000', '182644.870000', '182644.872000', '182644.875000', '182644.877000', '182644.880000', '182644.883000', '182644.885000', '182644.888000', '182644.890000', '182644.893000', '182704.758000', '182704.761000', '182704.764000', '182704.767000', '182704.770000', '182704.773000', '182704.776000', '182704.779000', '182704.782000', '182704.784000', '182704.787000', '182704.789000', '182704.792000', '182704.795000', '182704.798000', '182704.800000', '182704.803000', '182704.805000', '182704.808000', '182704.811000', '182704.813000', '182704.871000', '182704.874000', '182704.876000', '182704.879000', '182704.881000', '182704.884000', '182704.887000', '182704.889000', '182704.892000', '182704.894000', '182704.897000', '182704.899000', '182704.902000', '182704.905000', '182704.907000', '182704.910000', '182704.912000', '182704.915000', '182704.918000', '182704.920000', '182704.923000', '182704.925000', '182724.759000', '182724.762000', '182724.764000', '182724.767000', '182724.769000', '182724.772000', '182724.774000', '182724.777000', '182724.793000', '182724.795000', '182724.798000', '182724.800000', '182724.803000', '182724.806000', '182724.808000', '182724.811000', '182724.813000', '182724.879000', '182724.881000', '182724.884000', '182724.887000', '182724.889000', '182724.892000', '182724.894000', '182724.897000', '182724.899000', '182724.902000', '182724.905000', '182724.907000', '182724.910000', '182724.912000', '182724.915000', '182724.917000', '182724.920000', '182724.923000', '182724.925000', '182724.928000', '182724.930000', '182724.933000', '182724.935000', '182724.938000', '182724.941000', '182724.943000', '182724.946000', '182744.760000', '182744.763000', '182744.766000', '182744.769000', '182744.771000', '182744.774000', '182744.777000', '182744.780000', '182744.783000', '182744.785000', '182744.788000', '182744.790000', '182744.793000', '182744.796000', '182744.798000', '182744.801000', '182744.803000', '182744.806000', '182744.808000', '182744.811000', '182744.814000', '182744.816000', '182744.819000', '182744.822000', '182744.824000', '182744.827000', '182744.829000', '182744.832000', '182744.834000', '182744.837000', '182744.840000', '182744.842000', '182744.845000', '182744.847000', '182744.850000', '182744.852000', '182744.855000', '182744.858000', '182744.860000', '182744.863000', '182744.865000', '182744.868000', '182744.870000', '182804.759000', '182804.767000', '182804.769000', '182804.772000', '182804.774000', '182804.777000', '182804.780000', '182804.782000', '182804.785000', '182804.787000', '182804.790000', '182804.792000', '182804.795000', '182804.798000', '182804.800000', '182804.803000', '182804.805000', '182804.808000', '182804.810000', '182804.813000', '182804.876000', '182804.878000', '182804.881000', '182804.884000', '182804.886000', '182804.889000', '182804.891000', '182804.894000', '182804.896000', '182804.899000', '182804.902000', '182804.904000', '182804.907000', '182804.909000', '182804.912000', '182804.914000', '182804.917000', '182804.920000', '182804.922000', '182804.925000', '182804.927000', '182804.930000', '182804.932000', '182804.935000', '182824.760000', '182824.762000', '182824.765000', '182824.768000', '182824.770000', '182824.773000', '182824.776000', '182824.778000', '182824.781000', '182824.783000', '182824.786000', '182824.789000', '182824.791000', '182824.794000', '182824.796000', '182824.799000', '182824.802000', '182824.804000', '182824.807000', '182824.810000', '182824.812000', '182824.815000', '182824.865000', '182824.868000', '182824.871000', '182824.873000', '182824.876000', '182824.878000', '182824.881000', '182824.883000', '182824.886000', '182824.889000', '182824.891000', '182824.894000', '182824.896000', '182824.899000', '182824.901000', '182824.904000', '182824.907000', '182824.909000', '182824.912000', '182824.914000', '182824.917000', '182844.759000', '182844.762000', '182844.765000', '182844.767000', '182844.779000', '182844.782000', '182844.785000', '182844.787000', '182844.790000', '182844.792000', '182844.795000', '182844.797000', '182844.800000', '182844.803000', '182844.805000', '182844.808000', '182844.810000', '182844.813000', '182844.872000', '182844.875000', '182844.878000', '182844.880000', '182844.883000', '182844.885000', '182844.888000', '182844.891000', '182844.893000', '182844.896000', '182844.898000', '182844.901000', '182844.903000', '182844.906000', '182844.909000', '182844.911000', '182844.914000', '182844.916000', '182844.919000', '182844.922000', '182844.924000', '182844.927000', '182844.929000', '182844.932000', '182844.934000', '182844.937000', '182904.759000', '182904.761000', '182904.764000', '182904.767000', '182904.769000', '182904.772000', '182904.774000', '182904.777000', '182904.780000', '182904.782000', '182904.785000', '182904.787000', '182904.790000', '182904.792000', '182904.795000', '182904.797000', '182904.801000', '182904.804000', '182904.807000', '182904.809000', '182904.812000', '182904.814000', '182904.839000', '182904.842000', '182904.844000', '182904.847000', '182904.849000', '182904.852000', '182904.855000', '182904.857000', '182904.860000', '182904.862000', '182904.865000', '182904.868000', '182904.870000', '182904.873000', '182904.875000', '182904.878000', '182904.881000', '182904.883000', '182904.886000', '182904.888000', '182904.891000', '182924.759000', '182924.761000', '182924.764000', '182924.767000', '182924.769000', '182924.772000', '182924.775000', '182924.777000', '182924.780000', '182924.782000', '182924.785000', '182924.787000', '182924.790000', '182924.793000', '182924.795000', '182924.798000', '182924.800000', '182924.803000', '182924.805000', '182924.808000', '182924.811000', '182924.813000', '182924.816000', '182924.819000', '182924.821000', '182924.824000', '182924.826000', '182924.829000', '182924.831000', '182924.834000', '182924.837000', '182924.839000', '182924.842000', '182924.844000', '182924.847000', '182924.850000', '182924.852000', '182924.855000', '182924.857000', '182924.860000', '182924.862000', '182924.865000', '182924.868000', '182924.870000', '182944.759000', '182944.761000', '182944.764000', '182944.767000', '182944.769000', '182944.772000', '182944.774000', '182944.777000', '182944.779000', '182944.782000', '182944.785000', '182944.787000', '182944.790000', '182944.792000', '182944.795000', '182944.798000', '182944.800000', '182944.803000', '182944.805000', '182944.808000', '182944.811000', '182944.813000', '182944.874000', '182944.877000', '182944.880000', '182944.882000', '182944.885000', '182944.887000', '182944.890000', '182944.893000', '182944.895000', '182944.898000', '182944.900000', '182944.903000', '182944.905000', '182944.908000', '182944.911000', '182944.913000', '182944.916000', '182944.918000', '182944.921000', '182944.923000', '182944.926000', '183001.335000', '183001.345000', '183001.348000', '183001.351000', '183001.354000', '183001.357000', '183001.360000', '183001.362000', '183001.365000', '183001.368000', '183001.371000', '183001.373000', '183001.376000', '183001.378000', '183001.381000', '183001.384000', '183001.386000', '183001.389000', '183001.392000', '183001.395000', '183001.398000', '183001.400000', '183001.403000', '183001.406000', '183001.409000', '183001.413000', '183001.416000', '183001.419000', '183001.422000', '183001.425000', '183001.428000', '183001.431000', '183001.433000', '183001.437000', '183001.439000', '183001.442000', '183001.445000'], 'InstanceCreationTime': ['182124.790000', '182124.793000', '182124.796000', '182124.798000', '182124.801000', '182124.804000', '182124.807000', '182124.809000', '182124.812000', '182124.814000', '182124.817000', '182124.820000', '182124.822000', '182124.825000', '182124.831000', '182124.834000', '182124.836000', '182124.839000', '182124.841000', '182124.844000', '182124.846000', '182124.849000', '182124.852000', '182124.855000', '182124.858000', '182124.861000', '182124.863000', '182124.866000', '182124.868000', '182124.871000', '182124.874000', '182124.876000', '182124.879000', '182144.759000', '182144.762000', '182144.765000', '182144.767000', '182144.770000', '182144.774000', '182144.777000', '182144.779000', '182144.782000', '182144.784000', '182144.787000', '182144.789000', '182144.792000', '182144.794000', '182144.797000', '182144.799000', '182144.802000', '182144.804000', '182144.807000', '182144.810000', '182144.812000', '182144.815000', '182144.817000', '182144.820000', '182144.823000', '182144.825000', '182144.828000', '182144.830000', '182144.833000', '182144.835000', '182144.838000', '182144.840000', '182144.843000', '182144.845000', '182144.848000', '182144.850000', '182144.853000', '182144.856000', '182144.858000', '182144.861000', '182144.863000', '182144.866000', '182144.868000', '182144.871000', '182204.759000', '182204.761000', '182204.764000', '182204.766000', '182204.769000', '182204.778000', '182204.780000', '182204.783000', '182204.785000', '182204.788000', '182204.790000', '182204.793000', '182204.796000', '182204.798000', '182204.801000', '182204.803000', '182204.806000', '182204.808000', '182204.811000', '182204.814000', '182204.816000', '182204.819000', '182204.821000', '182204.824000', '182204.827000', '182204.829000', '182204.832000', '182204.834000', '182204.837000', '182204.839000', '182204.842000', '182204.845000', '182204.847000', '182204.850000', '182204.852000', '182204.855000', '182204.858000', '182204.860000', '182204.863000', '182204.865000', '182204.868000', '182204.870000', '182204.873000', '182224.758000', '182224.761000', '182224.764000', '182224.766000', '182224.769000', '182224.771000', '182224.774000', '182224.777000', '182224.779000', '182224.782000', '182224.784000', '182224.787000', '182224.790000', '182224.792000', '182224.795000', '182224.797000', '182224.800000', '182224.810000', '182224.812000', '182224.815000', '182224.832000', '182224.835000', '182224.838000', '182224.840000', '182224.843000', '182224.846000', '182224.848000', '182224.851000', '182224.853000', '182224.856000', '182224.859000', '182224.861000', '182224.864000', '182224.866000', '182224.869000', '182224.872000', '182224.874000', '182224.877000', '182224.879000', '182224.882000', '182224.884000', '182224.887000', '182224.890000', '182224.892000', '182244.758000', '182244.761000', '182244.764000', '182244.766000', '182244.769000', '182244.772000', '182244.774000', '182244.777000', '182244.779000', '182244.782000', '182244.784000', '182244.787000', '182244.789000', '182244.792000', '182244.795000', '182244.797000', '182244.800000', '182244.802000', '182244.805000', '182244.817000', '182244.838000', '182244.841000', '182244.844000', '182244.847000', '182244.849000', '182244.852000', '182244.854000', '182244.857000', '182244.859000', '182244.862000', '182244.864000', '182244.867000', '182244.870000', '182244.872000', '182244.875000', '182244.877000', '182244.880000', '182244.883000', '182244.885000', '182244.888000', '182244.890000', '182244.893000', '182244.896000', '182304.759000', '182304.762000', '182304.765000', '182304.767000', '182304.770000', '182304.773000', '182304.775000', '182304.778000', '182304.780000', '182304.783000', '182304.785000', '182304.788000', '182304.791000', '182304.794000', '182304.796000', '182304.799000', '182304.801000', '182304.804000', '182304.806000', '182304.809000', '182304.812000', '182304.815000', '182304.945000', '182304.947000', '182304.950000', '182304.952000', '182304.955000', '182304.957000', '182304.960000', '182304.963000', '182304.965000', '182304.968000', '182304.971000', '182304.973000', '182304.976000', '182304.978000', '182304.981000', '182304.984000', '182304.986000', '182304.989000', '182304.992000', '182304.994000', '182304.997000', '182305.000000', '182324.760000', '182324.762000', '182324.765000', '182324.768000', '182324.770000', '182324.773000', '182324.775000', '182324.778000', '182324.780000', '182324.783000', '182324.785000', '182324.788000', '182324.791000', '182324.793000', '182324.796000', '182324.798000', '182324.801000', '182324.804000', '182324.806000', '182324.809000', '182324.811000', '182324.814000', '182324.816000', '182324.819000', '182324.822000', '182324.824000', '182324.827000', '182324.829000', '182324.832000', '182324.834000', '182324.837000', '182324.840000', '182324.842000', '182324.845000', '182324.847000', '182324.850000', '182324.852000', '182324.855000', '182324.857000', '182324.860000', '182324.863000', '182324.865000', '182324.868000', '182344.759000', '182344.762000', '182344.765000', '182344.768000', '182344.770000', '182344.773000', '182344.775000', '182344.778000', '182344.781000', '182344.783000', '182344.786000', '182344.788000', '182344.791000', '182344.793000', '182344.796000', '182344.799000', '182344.801000', '182344.804000', '182344.806000', '182344.809000', '182344.811000', '182344.814000', '182344.865000', '182344.867000', '182344.870000', '182344.873000', '182344.875000', '182344.878000', '182344.880000', '182344.883000', '182344.886000', '182344.888000', '182344.891000', '182344.893000', '182344.896000', '182344.898000', '182344.901000', '182344.903000', '182344.906000', '182344.909000', '182344.911000', '182344.914000', '182344.916000', '182344.919000', '182404.759000', '182404.762000', '182404.765000', '182404.768000', '182404.770000', '182404.773000', '182404.775000', '182404.778000', '182404.780000', '182404.783000', '182404.786000', '182404.788000', '182404.791000', '182404.793000', '182404.796000', '182404.799000', '182404.801000', '182404.804000', '182404.807000', '182404.809000', '182404.812000', '182404.815000', '182404.854000', '182404.856000', '182404.859000', '182404.861000', '182404.864000', '182404.866000', '182404.869000', '182404.871000', '182404.874000', '182404.877000', '182404.879000', '182404.883000', '182404.885000', '182404.888000', '182404.890000', '182404.893000', '182404.896000', '182404.898000', '182404.901000', '182404.903000', '182404.906000', '182424.759000', '182424.770000', '182424.773000', '182424.776000', '182424.778000', '182424.781000', '182424.783000', '182424.786000', '182424.789000', '182424.791000', '182424.794000', '182424.796000', '182424.799000', '182424.802000', '182424.804000', '182424.814000', '182424.963000', '182424.965000', '182424.968000', '182424.970000', '182424.973000', '182424.976000', '182424.978000', '182424.981000', '182424.983000', '182424.986000', '182424.988000', '182424.991000', '182424.994000', '182424.996000', '182425.000000', '182425.003000', '182425.005000', '182425.008000', '182425.010000', '182425.013000', '182425.016000', '182425.018000', '182425.021000', '182425.024000', '182425.026000', '182425.029000', '182425.031000', '182425.034000', '182444.758000', '182444.761000', '182444.764000', '182444.766000', '182444.769000', '182444.772000', '182444.774000', '182444.777000', '182444.779000', '182444.782000', '182444.784000', '182444.787000', '182444.790000', '182444.792000', '182444.795000', '182444.797000', '182444.800000', '182444.802000', '182444.805000', '182444.808000', '182444.810000', '182444.813000', '182444.815000', '182444.818000', '182444.820000', '182444.823000', '182444.825000', '182444.828000', '182444.831000', '182444.833000', '182444.836000', '182444.838000', '182444.841000', '182444.844000', '182444.846000', '182444.849000', '182444.851000', '182444.854000', '182444.856000', '182444.859000', '182444.861000', '182444.864000', '182444.867000', '182504.758000', '182504.761000', '182504.764000', '182504.766000', '182504.769000', '182504.771000', '182504.774000', '182504.777000', '182504.779000', '182504.782000', '182504.784000', '182504.787000', '182504.790000', '182504.792000', '182504.795000', '182504.797000', '182504.800000', '182504.803000', '182504.805000', '182504.808000', '182504.811000', '182504.813000', '182504.816000', '182504.851000', '182504.854000', '182504.856000', '182504.859000', '182504.861000', '182504.864000', '182504.867000', '182504.869000', '182504.872000', '182504.874000', '182504.877000', '182504.879000', '182504.882000', '182504.885000', '182504.887000', '182504.890000', '182504.892000', '182504.895000', '182504.898000', '182504.900000', '182504.903000', '182524.759000', '182524.762000', '182524.765000', '182524.767000', '182524.770000', '182524.772000', '182524.775000', '182524.777000', '182524.780000', '182524.783000', '182524.786000', '182524.788000', '182524.791000', '182524.793000', '182524.796000', '182524.798000', '182524.801000', '182524.804000', '182524.806000', '182524.809000', '182524.811000', '182524.814000', '182524.859000', '182524.861000', '182524.864000', '182524.867000', '182524.869000', '182524.872000', '182524.874000', '182524.877000', '182524.879000', '182524.882000', '182524.885000', '182524.887000', '182524.890000', '182524.892000', '182524.895000', '182524.897000', '182524.900000', '182524.902000', '182524.905000', '182524.908000', '182524.911000', '182544.759000', '182544.762000', '182544.765000', '182544.767000', '182544.770000', '182544.772000', '182544.775000', '182544.778000', '182544.780000', '182544.783000', '182544.785000', '182544.788000', '182544.791000', '182544.793000', '182544.796000', '182544.799000', '182544.801000', '182544.804000', '182544.806000', '182544.809000', '182544.811000', '182544.814000', '182544.871000', '182544.873000', '182544.876000', '182544.878000', '182544.881000', '182544.884000', '182544.886000', '182544.889000', '182544.891000', '182544.894000', '182544.896000', '182544.899000', '182544.902000', '182544.904000', '182544.907000', '182544.909000', '182544.912000', '182544.914000', '182544.927000', '182544.930000', '182544.932000', '182544.935000', '182604.759000', '182604.762000', '182604.765000', '182604.767000', '182604.770000', '182604.773000', '182604.775000', '182604.778000', '182604.780000', '182604.783000', '182604.785000', '182604.788000', '182604.791000', '182604.793000', '182604.796000', '182604.798000', '182604.801000', '182604.803000', '182604.806000', '182604.808000', '182604.811000', '182604.814000', '182604.876000', '182604.878000', '182604.881000', '182604.884000', '182604.886000', '182604.889000', '182604.891000', '182604.894000', '182604.897000', '182604.899000', '182604.902000', '182604.904000', '182604.907000', '182604.909000', '182604.912000', '182604.915000', '182604.917000', '182604.920000', '182604.922000', '182604.925000', '182604.927000', '182624.760000', '182624.762000', '182624.765000', '182624.768000', '182624.771000', '182624.773000', '182624.776000', '182624.779000', '182624.781000', '182624.784000', '182624.787000', '182624.789000', '182624.792000', '182624.794000', '182624.797000', '182624.800000', '182624.802000', '182624.805000', '182624.807000', '182624.810000', '182624.813000', '182624.815000', '182624.818000', '182624.821000', '182624.823000', '182624.826000', '182624.828000', '182624.831000', '182624.834000', '182624.836000', '182624.839000', '182624.842000', '182624.844000', '182624.847000', '182624.849000', '182624.852000', '182624.855000', '182624.857000', '182624.860000', '182624.863000', '182624.865000', '182624.868000', '182624.870000', '182624.873000', '182644.758000', '182644.761000', '182644.764000', '182644.767000', '182644.769000', '182644.772000', '182644.775000', '182644.777000', '182644.780000', '182644.783000', '182644.785000', '182644.788000', '182644.791000', '182644.793000', '182644.796000', '182644.798000', '182644.801000', '182644.803000', '182644.806000', '182644.809000', '182644.811000', '182644.814000', '182644.839000', '182644.842000', '182644.844000', '182644.847000', '182644.851000', '182644.854000', '182644.857000', '182644.859000', '182644.862000', '182644.864000', '182644.867000', '182644.870000', '182644.872000', '182644.875000', '182644.877000', '182644.880000', '182644.883000', '182644.885000', '182644.888000', '182644.890000', '182644.893000', '182704.758000', '182704.761000', '182704.764000', '182704.767000', '182704.770000', '182704.773000', '182704.776000', '182704.779000', '182704.782000', '182704.784000', '182704.787000', '182704.789000', '182704.792000', '182704.795000', '182704.798000', '182704.800000', '182704.803000', '182704.805000', '182704.808000', '182704.811000', '182704.813000', '182704.871000', '182704.874000', '182704.876000', '182704.879000', '182704.881000', '182704.884000', '182704.887000', '182704.889000', '182704.892000', '182704.894000', '182704.897000', '182704.899000', '182704.902000', '182704.905000', '182704.907000', '182704.910000', '182704.912000', '182704.915000', '182704.918000', '182704.920000', '182704.923000', '182704.925000', '182724.759000', '182724.762000', '182724.764000', '182724.767000', '182724.769000', '182724.772000', '182724.774000', '182724.777000', '182724.793000', '182724.795000', '182724.798000', '182724.800000', '182724.803000', '182724.806000', '182724.808000', '182724.811000', '182724.813000', '182724.879000', '182724.881000', '182724.884000', '182724.887000', '182724.889000', '182724.892000', '182724.894000', '182724.897000', '182724.899000', '182724.902000', '182724.905000', '182724.907000', '182724.910000', '182724.912000', '182724.915000', '182724.917000', '182724.920000', '182724.923000', '182724.925000', '182724.928000', '182724.930000', '182724.933000', '182724.935000', '182724.938000', '182724.941000', '182724.943000', '182724.946000', '182744.760000', '182744.763000', '182744.766000', '182744.769000', '182744.771000', '182744.774000', '182744.777000', '182744.780000', '182744.783000', '182744.785000', '182744.788000', '182744.790000', '182744.793000', '182744.796000', '182744.798000', '182744.801000', '182744.803000', '182744.806000', '182744.808000', '182744.811000', '182744.814000', '182744.816000', '182744.819000', '182744.822000', '182744.824000', '182744.827000', '182744.829000', '182744.832000', '182744.834000', '182744.837000', '182744.840000', '182744.842000', '182744.845000', '182744.847000', '182744.850000', '182744.852000', '182744.855000', '182744.858000', '182744.860000', '182744.863000', '182744.865000', '182744.868000', '182744.870000', '182804.759000', '182804.767000', '182804.769000', '182804.772000', '182804.774000', '182804.777000', '182804.780000', '182804.782000', '182804.785000', '182804.787000', '182804.790000', '182804.792000', '182804.795000', '182804.798000', '182804.800000', '182804.803000', '182804.805000', '182804.808000', '182804.810000', '182804.813000', '182804.876000', '182804.878000', '182804.881000', '182804.884000', '182804.886000', '182804.889000', '182804.891000', '182804.894000', '182804.896000', '182804.899000', '182804.902000', '182804.904000', '182804.907000', '182804.909000', '182804.912000', '182804.914000', '182804.917000', '182804.920000', '182804.922000', '182804.925000', '182804.927000', '182804.930000', '182804.932000', '182804.935000', '182824.760000', '182824.762000', '182824.765000', '182824.768000', '182824.770000', '182824.773000', '182824.776000', '182824.778000', '182824.781000', '182824.783000', '182824.786000', '182824.789000', '182824.791000', '182824.794000', '182824.796000', '182824.799000', '182824.802000', '182824.804000', '182824.807000', '182824.810000', '182824.812000', '182824.815000', '182824.865000', '182824.868000', '182824.871000', '182824.873000', '182824.876000', '182824.878000', '182824.881000', '182824.883000', '182824.886000', '182824.889000', '182824.891000', '182824.894000', '182824.896000', '182824.899000', '182824.901000', '182824.904000', '182824.907000', '182824.909000', '182824.912000', '182824.914000', '182824.917000', '182844.759000', '182844.762000', '182844.765000', '182844.767000', '182844.779000', '182844.782000', '182844.785000', '182844.787000', '182844.790000', '182844.792000', '182844.795000', '182844.797000', '182844.800000', '182844.803000', '182844.805000', '182844.808000', '182844.810000', '182844.813000', '182844.872000', '182844.875000', '182844.878000', '182844.880000', '182844.883000', '182844.885000', '182844.888000', '182844.891000', '182844.893000', '182844.896000', '182844.898000', '182844.901000', '182844.903000', '182844.906000', '182844.909000', '182844.911000', '182844.914000', '182844.916000', '182844.919000', '182844.922000', '182844.924000', '182844.927000', '182844.929000', '182844.932000', '182844.934000', '182844.937000', '182904.759000', '182904.761000', '182904.764000', '182904.767000', '182904.769000', '182904.772000', '182904.774000', '182904.777000', '182904.780000', '182904.782000', '182904.785000', '182904.787000', '182904.790000', '182904.792000', '182904.795000', '182904.797000', '182904.801000', '182904.804000', '182904.807000', '182904.809000', '182904.812000', '182904.814000', '182904.839000', '182904.842000', '182904.844000', '182904.847000', '182904.849000', '182904.852000', '182904.855000', '182904.857000', '182904.860000', '182904.862000', '182904.865000', '182904.868000', '182904.870000', '182904.873000', '182904.875000', '182904.878000', '182904.881000', '182904.883000', '182904.886000', '182904.888000', '182904.891000', '182924.759000', '182924.761000', '182924.764000', '182924.767000', '182924.769000', '182924.772000', '182924.775000', '182924.777000', '182924.780000', '182924.782000', '182924.785000', '182924.787000', '182924.790000', '182924.793000', '182924.795000', '182924.798000', '182924.800000', '182924.803000', '182924.805000', '182924.808000', '182924.811000', '182924.813000', '182924.816000', '182924.819000', '182924.821000', '182924.824000', '182924.826000', '182924.829000', '182924.831000', '182924.834000', '182924.837000', '182924.839000', '182924.842000', '182924.844000', '182924.847000', '182924.850000', '182924.852000', '182924.855000', '182924.857000', '182924.860000', '182924.862000', '182924.865000', '182924.868000', '182924.870000', '182944.759000', '182944.761000', '182944.764000', '182944.767000', '182944.769000', '182944.772000', '182944.774000', '182944.777000', '182944.779000', '182944.782000', '182944.785000', '182944.787000', '182944.790000', '182944.792000', '182944.795000', '182944.798000', '182944.800000', '182944.803000', '182944.805000', '182944.808000', '182944.811000', '182944.813000', '182944.874000', '182944.877000', '182944.880000', '182944.882000', '182944.885000', '182944.887000', '182944.890000', '182944.893000', '182944.895000', '182944.898000', '182944.900000', '182944.903000', '182944.905000', '182944.908000', '182944.911000', '182944.913000', '182944.916000', '182944.918000', '182944.921000', '182944.923000', '182944.926000', '183001.335000', '183001.345000', '183001.348000', '183001.351000', '183001.354000', '183001.357000', '183001.360000', '183001.362000', '183001.365000', '183001.368000', '183001.371000', '183001.373000', '183001.376000', '183001.378000', '183001.381000', '183001.384000', '183001.386000', '183001.389000', '183001.392000', '183001.395000', '183001.398000', '183001.400000', '183001.403000', '183001.406000', '183001.409000', '183001.413000', '183001.416000', '183001.419000', '183001.422000', '183001.425000', '183001.428000', '183001.431000', '183001.433000', '183001.437000', '183001.439000', '183001.442000', '183001.445000'], '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], 'LargestImagePixelValue': [8825, 7294, 8345, 7052, 10868, 8408, 14092, 10201, 9995, 8057, 8084, 8764, 8700, 11310, 7278, 9096, 7154, 10371, 8091, 9548, 8572, 7145, 7642, 7191, 9849, 8089, 12997, 9109, 8598, 7440, 6786, 8649, 7722, 11914, 8164, 11171, 7806, 10133, 8444, 9301, 10156, 6945, 9083, 6783, 10409, 9265, 12361, 8595, 8717, 7498, 9267, 8424, 12740, 11347, 9973, 7649, 6823, 9531, 12127, 12525, 8011, 8813, 7303, 8893, 7369, 11184, 8723, 11101, 7514, 9723, 7858, 9383, 8402, 7788, 8157, 6953, 9483, 7250, 10749, 9347, 10800, 8162, 7979, 8861, 8430, 10801, 8911, 11697, 7396, 10144, 8381, 13088, 9711, 11960, 7904, 11736, 10176, 10240, 8146, 9220, 7862, 12887, 9863, 12008, 8266, 10842, 7704, 12030, 9968, 10649, 9207, 7480, 7761, 6830, 10197, 8052, 12689, 8065, 10788, 8023, 10925, 9131, 13631, 9521, 11044, 8085, 9804, 8759, 9250, 9620, 7153, 9930, 7530, 11232, 9199, 13484, 9610, 11990, 8121, 11656, 7802, 11394, 9951, 9960, 8189, 8376, 7837, 11213, 9069, 12369, 9479, 8773, 7440, 9249, 8350, 9575, 8597, 6905, 8213, 6963, 9903, 7871, 12521, 8373, 11472, 8156, 11933, 10096, 13733, 9679, 11256, 8062, 11011, 8887, 12175, 10007, 11334, 8496, 11963, 8884, 12502, 10344, 9463, 8118, 9567, 8893, 11446, 9349, 9911, 7757, 7101, 8147, 6779, 11034, 9378, 12843, 8287, 11207, 8054, 11685, 10059, 12163, 8813, 7816, 8087, 7802, 9272, 7599, 10809, 6771, 11264, 7691, 9486, 9560, 7793, 9776, 6745, 9932, 8955, 13298, 9533, 11549, 7673, 11094, 8421, 11625, 9787, 8679, 7846, 7987, 9632, 10628, 10745, 9073, 8083, 7166, 8928, 8265, 11635, 8061, 10853, 7622, 10371, 8141, 11061, 8958, 11146, 7740, 11089, 8265, 11898, 9933, 10707, 8152, 7839, 9495, 8305, 12037, 8814, 12108, 7928, 12374, 9705, 12154, 9808, 9176, 7968, 7507, 9667, 10106, 11808, 7483, 10285, 7341, 11127, 8817, 12951, 9956, 8879, 7782, 6910, 8615, 7710, 11441, 8807, 11331, 7691, 11265, 8818, 12434, 9859, 9296, 8257, 7020, 9697, 9687, 12533, 8211, 10804, 7566, 11405, 8605, 11257, 9673, 7960, 7933, 7004, 10483, 8602, 13147, 9193, 11887, 8232, 12147, 9419, 10291, 9607, 7377, 8078, 7110, 9521, 8528, 13399, 9718, 11826, 7612, 11377, 8038, 9502, 9019, 7315, 8310, 6745, 9921, 8439, 12321, 8288, 10271, 7577, 11099, 9488, 10987, 8893, 7418, 7567, 6964, 10396, 9207, 12909, 8463, 11287, 8270, 11306, 9864, 11666, 8575, 9764, 7378, 12014, 9113, 9427, 8445, 7091, 8470, 7108, 10587, 8567, 12412, 8506, 10560, 7989, 10307, 9447, 8566, 9413, 7203, 10863, 7773, 13287, 10780, 14830, 10011, 9608, 7833, 8913, 9616, 8931, 13691, 7769, 11267, 7844, 12036, 10205, 10077, 8365, 7166, 7956, 7650, 10543, 8142, 11737, 7473, 10694, 8377, 9486, 9486, 7550, 9683, 7374, 11921, 9632, 11458, 9038, 7781, 7484, 8997, 8093, 8348, 9729, 6765, 9584, 7081, 10911, 9038, 12400, 9439, 8811, 8099, 8466, 9284, 8223, 12114, 7483, 11212, 8107, 12332, 9895, 13198, 10564, 7618, 7895, 7294, 10494, 7983, 11735, 7848, 11580, 8487, 11880, 7478, 10636, 7525, 12429, 9514, 11001, 10243, 11294, 10657, 7425, 8765, 7950, 9398, 11619, 10906, 9776, 8084, 6903, 8226, 7163, 10538, 8659, 12015, 7628, 9547, 7561, 7967, 9469, 7942, 11705, 7746, 9304, 8765, 8239, 11483, 8466, 12079, 8246, 9270, 8899, 8147, 12865, 8617, 11104, 8150, 9231, 9728, 8244, 12154, 7890, 8688, 8792, 8611, 11637, 8619, 11896, 7663, 9308, 8133, 7552, 10578, 7131, 11457, 7943, 10582, 10191, 8004, 9947, 7433, 11116, 8623, 10907, 8976, 7181, 8952, 7234, 12553, 9899, 11517, 8565, 6736, 8911, 7388, 12804, 9157, 8415, 9805, 7531, 7849, 9460, 8302, 10872, 9118, 6989, 10446, 7729, 9792, 9056, 8004, 12140, 7488, 7428, 7982, 7379, 12227, 9699, 7356, 7963, 6951, 11132, 8214, 12170, 9437, 9868, 9054, 7008, 9449, 7042, 10546, 9245, 8416, 8055, 6829, 8082, 7409, 10798, 8834, 11746, 7894, 11234, 8041, 11175, 8489, 11977, 8123, 9701, 7335, 9971, 8284, 10814, 9294, 11238, 8026, 11681, 8246, 12271, 10312, 10649, 8820, 8856, 7974, 11112, 9418, 12013, 11400, 7685, 9327, 6990, 10591, 8905, 14502, 9544, 9704, 8023, 8444, 9264, 9661, 11063, 7534, 9910, 7817, 11528, 9310, 11733, 10104, 7596, 8777, 7173, 12365, 10033, 14749, 9438, 8165, 8042, 7239, 11584, 9627, 12828, 8082, 9778, 8833, 9806, 10583, 7762, 10081, 7812, 10909, 9577, 14450, 10212, 9883, 7980, 7448, 8505, 7968, 12152, 7726, 11437, 7917, 9899, 9212, 8385, 8570, 7448, 9747, 8218, 13232, 10128, 8259, 8160, 7785, 10641, 8255, 10375, 8984, 7129, 9476, 7524, 12151, 9348, 11841, 9752, 7084, 8084, 7119, 11202, 8984, 12590, 9077, 7333, 8154, 7613, 11323, 9069, 9770, 9190, 7525, 10713, 7792, 9450, 8767, 9003, 11695, 7238, 11075, 8023, 8979, 9067, 8642, 12362, 7408, 11305, 8007, 9577, 9172, 7583, 11414, 7283, 9865, 8648, 9299, 10317, 8079, 11730, 7854, 7116, 9149, 8753, 12995, 9117, 7799, 9124, 7706, 12781, 9826, 8100, 8498, 7375, 10612, 8664, 8833, 9908, 7714, 11923, 7938, 10592, 10518, 8291, 10714, 7398, 8740, 7812, 7116, 10676, 8463, 6981, 9807, 8074, 7357, 12145, 10082, 10309, 7877, 7123, 10307, 8571, 13480, 10143, 7272, 8000, 7348, 10435, 8478, 12214, 9335, 8189, 7907, 7231, 11286, 9017, 12071, 8150, 8795, 8556, 9638, 10754, 7631, 10436, 7538, 10524, 8357, 12880, 10085, 8429, 7920, 6815, 9650, 8366, 12616, 9597, 8368, 7745, 6939, 10956, 9491, 13409, 9367, 9676, 8164, 7942, 9812, 8543, 11879, 7140, 7895, 7962, 7401, 10206, 8300, 12138, 7281, 11491, 7936, 10639, 9542, 8984, 7995, 6867, 8738, 6995, 10834, 8990, 10649, 8250, 7063, 8456, 7046, 11270, 10633, 12698, 9191, 11270, 7901, 10942, 8499, 9576, 9711, 7726, 8282, 7021, 9915, 7729, 12611, 9717, 12044, 7721, 10552, 7745, 11428, 9900, 11082, 8407, 9679, 8365, 9574, 9191, 7558, 8412, 7200, 9703, 7285, 12186, 9494, 12699, 8438, 11536, 7666, 10112, 8915, 8108, 8403, 6920, 10274, 7542, 12496, 10784, 15946, 9897, 11855, 7875, 12127, 10243, 9359, 8391, 7022, 8281, 7127, 9826, 8322, 11546, 7346, 11937, 8228, 10961, 9863, 9812, 8386, 7285, 9952, 6887, 12188, 9970, 13651, 9265, 9973, 7898, 7711, 9887, 7905, 12451, 8978, 10765, 8711, 9195, 10491, 8412, 13065, 8580, 8231, 9039, 7864, 12593, 9886, 8269, 9503, 7108, 12682, 9528, 9182, 10687, 7419, 11347, 7904, 11706, 9321, 12642, 8522, 11807, 7862, 9940, 9145, 8827, 10709, 8006, 12067, 8390, 11053, 9437, 9626, 11454, 7793, 12193, 8241, 13525, 10565, 11289, 8728, 7573, 8694, 7101, 11532, 9689, 10297, 8976, 6843, 9484, 7602, 12964, 10073, 8212, 9249, 7365, 11970, 9588, 11285, 9429, 7248, 9562, 7354, 10354, 8342, 12322, 9658, 12584, 8642, 10474, 9115, 9727, 9800, 7928, 10707, 7641, 11487, 8342, 13061, 10443, 9648, 8458, 7159, 8634, 7867, 10625, 9223, 11757, 7194, 9899, 7075, 10392, 8033, 11792, 8200, 11347, 7793, 9680, 9279, 9134, 10371, 7498, 10548, 7087, 10570, 8633, 12636, 8524, 11965, 8597, 12136, 10266, 13692, 10311, 12101, 8850, 11604, 8713, 12162, 10562, 11241, 9290, 9475, 9114, 9979, 10057, 7684, 11627, 7798, 12560, 10543, 13311, 11079, 8402, 8433, 7549, 10902, 9004, 10755, 9646, 7390, 10781, 8216, 11382, 10268, 9217, 10343, 7272, 10919, 8404, 13761, 10842, 8788, 8406, 6811, 10373, 8863, 9638, 8342, 7140, 11335, 9838, 8180, 11517, 9976, 7923, 8182, 10760, 9505, 13370, 9856, 8110, 10276, 9623, 18053, 11407, 8441, 9113, 7099, 12247, 9897, 13551, 10360, 7849, 8570, 7035, 11059, 9005, 12818, 9807, 8236, 8011, 6986, 10515, 8645, 12902, 9823, 10006, 8154, 8164, 9069, 9822, 9948, 7731, 8489, 7007, 8991, 6982, 11147, 9298, 12126, 8950, 11365, 8796, 10784, 9426, 11040, 9794, 9980, 8028, 7073, 9568, 6894, 11826, 10382, 14032, 9402, 11560, 8652, 11796, 10034, 12740], 'WindowCenter': [4044.0, 4000.0, 4007.0, 3985.0, 4035.0, 4002.0, 4051.0, 4022.0, 4008.0, 3987.0, 3987.0, 3998.0, 3999.0, 4033.0, 3980.0, 4000.0, 3967.0, 4021.0, 3991.0, 4020.0, 4011.0, 3969.0, 3979.0, 3979.0, 4019.0, 3990.0, 4053.0, 4012.0, 4001.0, 3979.0, 3958.0, 4011.0, 3990.0, 4055.0, 4001.0, 4043.0, 3991.0, 4032.0, 4001.0, 4012.0, 4033.0, 3972.0, 4011.0, 3967.0, 4031.0, 4022.0, 4054.0, 4012.0, 4011.0, 3980.0, 4022.0, 4001.0, 4053.0, 4042.0, 4022.0, 3988.0, 3957.0, 4010.0, 4028.0, 4043.0, 3988.0, 4009.0, 3978.0, 3997.0, 3977.0, 4029.0, 3999.0, 4030.0, 3979.0, 4018.0, 4001.0, 4019.0, 4002.0, 3990.0, 4000.0, 3981.0, 4019.0, 3980.0, 4031.0, 4023.0, 4042.0, 4002.0, 4001.0, 4011.0, 3998.0, 4042.0, 4010.0, 4043.0, 3979.0, 4032.0, 3999.0, 4053.0, 4021.0, 4041.0, 3998.0, 4040.0, 4032.0, 4029.0, 4000.0, 4020.0, 4001.0, 4051.0, 4021.0, 4053.0, 4000.0, 4029.0, 3987.0, 4039.0, 4018.0, 4029.0, 4009.0, 3977.0, 3977.0, 3956.0, 4019.0, 3985.0, 4052.0, 3990.0, 4030.0, 3988.0, 4030.0, 4009.0, 4050.0, 4019.0, 4030.0, 3988.0, 4018.0, 3997.0, 4008.0, 4022.0, 3968.0, 4019.0, 3989.0, 4031.0, 4008.0, 4051.0, 4021.0, 4042.0, 3989.0, 4039.0, 3989.0, 4038.0, 4032.0, 4021.0, 4000.0, 3999.0, 3989.0, 4030.0, 4009.0, 4041.0, 4019.0, 3997.0, 3966.0, 4006.0, 3987.0, 4020.0, 3999.0, 3967.0, 3998.0, 3970.0, 4018.0, 3988.0, 4055.0, 4000.0, 4041.0, 3989.0, 4040.0, 4018.0, 4051.0, 4021.0, 4030.0, 3986.0, 4029.0, 4009.0, 4042.0, 4021.0, 4031.0, 3999.0, 4028.0, 4006.0, 4038.0, 4019.0, 4018.0, 3988.0, 4006.0, 4007.0, 4025.0, 4009.0, 4017.0, 3977.0, 3968.0, 3986.0, 3968.0, 4029.0, 4008.0, 4041.0, 3999.0, 4027.0, 3987.0, 4028.0, 4018.0, 4041.0, 4009.0, 3987.0, 3988.0, 3989.0, 4008.0, 3989.0, 4029.0, 3958.0, 4028.0, 3988.0, 4019.0, 4022.0, 3990.0, 4021.0, 3968.0, 4016.0, 4009.0, 4053.0, 4021.0, 4042.0, 3988.0, 4029.0, 4000.0, 4039.0, 4022.0, 4009.0, 3990.0, 3988.0, 4020.0, 4029.0, 4042.0, 4009.0, 3990.0, 3968.0, 4008.0, 3999.0, 4041.0, 4000.0, 4030.0, 3989.0, 4018.0, 3990.0, 4040.0, 4010.0, 4042.0, 3991.0, 4040.0, 4000.0, 4042.0, 4033.0, 4031.0, 3989.0, 3988.0, 4018.0, 3997.0, 4053.0, 4011.0, 4043.0, 3989.0, 4039.0, 4019.0, 4040.0, 4020.0, 4009.0, 3987.0, 3964.0, 4006.0, 4016.0, 4040.0, 3977.0, 4018.0, 3978.0, 4028.0, 4008.0, 4039.0, 4019.0, 4008.0, 3988.0, 3968.0, 3998.0, 3988.0, 4042.0, 4008.0, 4042.0, 3989.0, 4030.0, 4010.0, 4040.0, 4032.0, 4010.0, 3998.0, 3967.0, 4007.0, 4007.0, 4051.0, 3999.0, 4028.0, 3989.0, 4027.0, 4010.0, 4029.0, 4020.0, 3988.0, 4000.0, 3969.0, 4032.0, 4010.0, 4054.0, 4020.0, 4042.0, 3999.0, 4039.0, 4008.0, 4019.0, 4021.0, 3976.0, 3986.0, 3966.0, 4007.0, 3997.0, 4052.0, 4019.0, 4039.0, 3976.0, 4038.0, 3988.0, 4020.0, 4010.0, 3980.0, 3997.0, 3958.0, 4019.0, 3997.0, 4053.0, 3999.0, 4020.0, 3988.0, 4028.0, 4019.0, 4031.0, 4009.0, 3979.0, 3988.0, 3967.0, 4029.0, 4019.0, 4052.0, 4000.0, 4041.0, 3999.0, 4040.0, 4020.0, 4043.0, 4011.0, 4020.0, 3978.0, 4040.0, 4009.0, 4020.0, 3999.0, 3970.0, 3998.0, 3979.0, 4027.0, 4012.0, 4052.0, 4011.0, 4032.0, 4003.0, 4030.0, 4022.0, 4012.0, 4023.0, 3991.0, 4029.0, 3991.0, 4050.0, 4041.0, 4062.0, 4022.0, 4020.0, 3976.0, 4009.0, 4009.0, 4009.0, 4051.0, 3985.0, 4029.0, 3987.0, 4028.0, 4019.0, 4018.0, 3998.0, 3966.0, 3986.0, 3976.0, 4029.0, 3999.0, 4040.0, 3979.0, 4030.0, 3999.0, 4020.0, 4021.0, 3990.0, 4020.0, 3979.0, 4039.0, 4021.0, 4041.0, 4011.0, 3990.0, 3978.0, 4007.0, 3986.0, 3996.0, 4021.0, 3968.0, 4019.0, 3966.0, 4030.0, 4010.0, 4053.0, 4020.0, 4010.0, 3988.0, 4000.0, 4009.0, 4000.0, 4041.0, 3978.0, 4029.0, 3989.0, 4040.0, 4033.0, 4049.0, 4032.0, 3990.0, 3990.0, 3978.0, 4016.0, 3986.0, 4029.0, 3983.0, 4027.0, 3998.0, 4038.0, 3977.0, 4027.0, 3987.0, 4038.0, 4008.0, 4017.0, 4018.0, 4028.0, 4018.0, 3965.0, 3986.0, 3974.0, 3997.0, 4015.0, 4016.0, 4004.0, 3974.0, 3954.0, 3983.0, 3953.0, 4011.0, 3997.0, 4039.0, 3977.0, 4007.0, 3987.0, 3988.0, 4019.0, 4001.0, 4040.0, 3990.0, 4010.0, 3999.0, 4000.0, 4044.0, 4002.0, 4042.0, 4001.0, 4010.0, 4009.0, 3988.0, 4052.0, 4000.0, 4029.0, 3988.0, 4008.0, 4020.0, 3998.0, 4040.0, 3988.0, 3997.0, 3998.0, 3998.0, 4041.0, 3999.0, 4042.0, 3989.0, 4010.0, 3989.0, 3989.0, 4031.0, 3968.0, 4040.0, 3990.0, 4029.0, 4032.0, 3989.0, 4019.0, 3979.0, 4028.0, 4000.0, 4031.0, 4009.0, 3969.0, 4007.0, 3979.0, 4040.0, 4020.0, 4031.0, 3998.0, 3957.0, 3998.0, 3967.0, 4053.0, 4013.0, 3989.0, 4022.0, 3992.0, 3991.0, 4018.0, 3999.0, 4032.0, 4000.0, 3970.0, 4020.0, 3977.0, 4022.0, 4001.0, 3988.0, 4041.0, 3979.0, 3968.0, 3987.0, 3978.0, 4042.0, 4024.0, 3978.0, 3991.0, 3969.0, 4030.0, 4001.0, 4043.0, 4010.0, 4021.0, 3999.0, 3969.0, 4009.0, 3970.0, 4032.0, 4020.0, 4002.0, 3990.0, 3960.0, 3991.0, 3992.0, 4045.0, 4025.0, 4042.0, 3991.0, 4032.0, 3988.0, 4030.0, 3999.0, 4043.0, 4002.0, 4021.0, 3981.0, 4021.0, 4013.0, 4032.0, 4024.0, 4044.0, 4005.0, 4052.0, 4014.0, 4056.0, 4035.0, 4045.0, 4024.0, 4012.0, 3991.0, 4042.0, 4011.0, 4042.0, 4043.0, 3991.0, 4008.0, 3970.0, 4030.0, 4011.0, 4053.0, 4021.0, 4021.0, 3988.0, 3997.0, 4010.0, 4020.0, 4041.0, 3989.0, 4019.0, 3979.0, 4039.0, 4013.0, 4042.0, 4033.0, 3979.0, 3997.0, 3968.0, 4041.0, 4017.0, 4064.0, 4010.0, 3997.0, 3987.0, 3980.0, 4041.0, 4021.0, 4041.0, 3989.0, 4020.0, 4011.0, 4019.0, 4033.0, 3979.0, 4019.0, 3976.0, 4028.0, 4008.0, 4052.0, 4020.0, 4021.0, 3986.0, 3977.0, 3998.0, 3990.0, 4042.0, 3978.0, 4030.0, 3988.0, 4019.0, 4022.0, 4000.0, 4000.0, 3979.0, 4009.0, 3999.0, 4052.0, 4032.0, 3999.0, 4000.0, 3977.0, 4018.0, 3999.0, 4020.0, 4010.0, 3967.0, 4021.0, 3991.0, 4040.0, 4008.0, 4040.0, 4011.0, 3966.0, 3987.0, 3964.0, 4028.0, 3999.0, 4041.0, 4010.0, 3977.0, 3989.0, 3989.0, 4041.0, 4010.0, 4020.0, 4011.0, 3989.0, 4030.0, 3991.0, 4023.0, 4001.0, 4011.0, 4042.0, 3981.0, 4032.0, 3989.0, 4010.0, 4009.0, 3999.0, 4043.0, 3979.0, 4031.0, 3988.0, 4009.0, 4007.0, 3989.0, 4030.0, 3981.0, 4019.0, 3998.0, 4009.0, 4031.0, 3990.0, 4041.0, 3990.0, 3968.0, 4009.0, 4000.0, 4054.0, 4011.0, 3989.0, 4009.0, 3979.0, 4041.0, 4019.0, 3989.0, 4000.0, 3979.0, 4030.0, 3999.0, 4010.0, 4022.0, 3990.0, 4043.0, 3990.0, 4029.0, 4032.0, 4001.0, 4032.0, 3979.0, 3997.0, 3989.0, 3982.0, 4031.0, 4002.0, 3982.0, 4034.0, 4000.0, 3981.0, 4042.0, 4032.0, 4020.0, 3988.0, 3969.0, 4020.0, 3998.0, 4039.0, 4018.0, 3965.0, 3988.0, 3966.0, 4019.0, 3999.0, 4054.0, 4010.0, 4001.0, 3990.0, 3977.0, 4030.0, 4011.0, 4043.0, 3988.0, 3999.0, 3998.0, 4008.0, 4032.0, 3990.0, 4032.0, 3989.0, 4019.0, 4000.0, 4041.0, 4021.0, 3988.0, 3988.0, 3957.0, 4008.0, 3987.0, 4041.0, 4009.0, 3987.0, 3978.0, 3968.0, 4029.0, 4020.0, 4053.0, 4009.0, 4009.0, 3985.0, 3987.0, 4018.0, 3999.0, 4030.0, 3967.0, 3987.0, 3988.0, 3977.0, 4019.0, 3999.0, 4041.0, 3978.0, 4041.0, 4001.0, 4029.0, 4022.0, 4011.0, 4000.0, 3960.0, 4009.0, 3982.0, 4041.0, 4009.0, 4044.0, 4013.0, 3970.0, 3999.0, 3970.0, 4042.0, 4032.0, 4055.0, 4021.0, 4043.0, 3990.0, 4032.0, 4011.0, 4019.0, 4033.0, 3989.0, 4002.0, 3969.0, 4020.0, 3988.0, 4052.0, 4021.0, 4043.0, 3991.0, 4030.0, 3990.0, 4029.0, 4032.0, 4041.0, 4000.0, 4019.0, 4002.0, 4018.0, 4020.0, 3989.0, 4000.0, 3981.0, 4021.0, 3980.0, 4042.0, 4023.0, 4054.0, 4002.0, 4042.0, 3991.0, 4032.0, 4022.0, 4001.0, 4012.0, 3982.0, 4029.0, 3991.0, 4043.0, 4045.0, 4076.0, 4023.0, 4043.0, 3990.0, 4041.0, 4019.0, 4010.0, 3999.0, 3968.0, 3998.0, 3970.0, 4021.0, 4001.0, 4043.0, 3981.0, 4041.0, 4001.0, 4030.0, 4021.0, 4020.0, 4000.0, 3981.0, 4020.0, 3971.0, 4041.0, 4019.0, 4052.0, 4010.0, 4019.0, 3987.0, 3979.0, 4021.0, 3989.0, 4054.0, 4012.0, 4032.0, 4001.0, 4010.0, 4031.0, 4001.0, 4054.0, 4012.0, 4000.0, 4011.0, 4000.0, 4052.0, 4034.0, 4012.0, 4034.0, 3983.0, 4052.0, 4032.0, 4024.0, 4044.0, 3981.0, 4043.0, 3990.0, 4042.0, 4011.0, 4052.0, 4011.0, 4054.0, 4000.0, 4033.0, 4023.0, 4022.0, 4048.0, 4016.0, 4068.0, 4016.0, 4044.0, 4024.0, 4036.0, 4056.0, 3994.0, 4056.0, 4002.0, 4052.0, 4033.0, 4046.0, 4012.0, 3993.0, 4010.0, 3971.0, 4041.0, 4022.0, 4035.0, 4024.0, 3972.0, 4022.0, 3992.0, 4053.0, 4034.0, 4000.0, 4023.0, 3978.0, 4044.0, 4020.0, 4045.0, 4023.0, 3982.0, 4022.0, 3979.0, 4020.0, 4000.0, 4053.0, 4023.0, 4053.0, 4012.0, 4031.0, 4009.0, 4019.0, 4033.0, 3999.0, 4032.0, 3992.0, 4042.0, 4001.0, 4050.0, 4032.0, 4021.0, 4003.0, 3969.0, 3999.0, 3991.0, 4030.0, 4009.0, 4043.0, 3969.0, 4020.0, 3971.0, 4029.0, 4001.0, 4054.0, 4015.0, 4056.0, 4004.0, 4034.0, 4025.0, 4027.0, 4048.0, 3992.0, 4046.0, 3981.0, 4033.0, 4012.0, 4068.0, 4026.0, 4057.0, 4015.0, 4054.0, 4034.0, 4066.0, 4034.0, 4056.0, 4026.0, 4043.0, 4011.0, 4055.0, 4045.0, 4054.0, 4035.0, 4035.0, 4022.0, 4034.0, 4035.0, 4005.0, 4057.0, 4003.0, 4056.0, 4046.0, 4063.0, 4055.0, 4015.0, 4012.0, 4004.0, 4043.0, 4022.0, 4044.0, 4036.0, 3993.0, 4043.0, 4014.0, 4053.0, 4034.0, 4023.0, 4033.0, 3981.0, 4032.0, 4003.0, 4054.0, 4043.0, 4011.0, 4014.0, 3984.0, 4032.0, 4025.0, 4034.0, 4002.0, 3984.0, 4042.0, 4025.0, 4017.0, 4058.0, 4048.0, 4015.0, 4015.0, 4043.0, 4026.0, 4066.0, 4023.0, 3989.0, 4021.0, 4011.0, 4078.0, 4044.0, 3999.0, 3997.0, 3957.0, 4028.0, 4009.0, 4039.0, 4020.0, 3979.0, 3999.0, 3967.0, 4027.0, 3998.0, 4040.0, 4019.0, 3988.0, 3988.0, 3970.0, 4019.0, 4000.0, 4040.0, 4020.0, 4019.0, 3991.0, 3989.0, 4010.0, 4017.0, 4021.0, 3980.0, 3998.0, 3967.0, 3998.0, 3972.0, 4030.0, 4011.0, 4043.0, 4013.0, 4042.0, 4000.0, 4030.0, 4012.0, 4030.0, 4021.0, 4021.0, 3990.0, 3969.0, 4010.0, 3970.0, 4041.0, 4020.0, 4055.0, 4011.0, 4033.0, 3999.0, 4029.0, 4020.0, 4042.0], 'WindowWidth': [9026.0, 8954.0, 8956.0, 8924.0, 8989.0, 8940.0, 9010.0, 8963.0, 8942.0, 8912.0, 8910.0, 8928.0, 8930.0, 8982.0, 8906.0, 8933.0, 8889.0, 8962.0, 8924.0, 8962.0, 8950.0, 8892.0, 8905.0, 8907.0, 8960.0, 8920.0, 9011.0, 8953.0, 8936.0, 8906.0, 8878.0, 8949.0, 8922.0, 9016.0, 8939.0, 8999.0, 8925.0, 8979.0, 8937.0, 8952.0, 8981.0, 8900.0, 8950.0, 8889.0, 8976.0, 8967.0, 9014.0, 8954.0, 8951.0, 8909.0, 8966.0, 8938.0, 9010.0, 8995.0, 8965.0, 8917.0, 8873.0, 8946.0, 8968.0, 9000.0, 8913.0, 8943.0, 8902.0, 8925.0, 8899.0, 8970.0, 8932.0, 8974.0, 8907.0, 8956.0, 8937.0, 8960.0, 8942.0, 8924.0, 8935.0, 8911.0, 8960.0, 8912.0, 8976.0, 8974.0, 8995.0, 8941.0, 8937.0, 8951.0, 8933.0, 8993.0, 8949.0, 8997.0, 8908.0, 8980.0, 8933.0, 9012.0, 8965.0, 8995.0, 8933.0, 8989.0, 8983.0, 8974.0, 8938.0, 8962.0, 8938.0, 9007.0, 8965.0, 9013.0, 8935.0, 8972.0, 8915.0, 8984.0, 8957.0, 8973.0, 8946.0, 8900.0, 8900.0, 8873.0, 8958.0, 8909.0, 9009.0, 8921.0, 8974.0, 8917.0, 8974.0, 8944.0, 9004.0, 8959.0, 8973.0, 8917.0, 8955.0, 8928.0, 8942.0, 8967.0, 8891.0, 8959.0, 8919.0, 8979.0, 8945.0, 9007.0, 8966.0, 8994.0, 8920.0, 8985.0, 8921.0, 8984.0, 8981.0, 8964.0, 8935.0, 8931.0, 8918.0, 8975.0, 8947.0, 8993.0, 8957.0, 8926.0, 8884.0, 8936.0, 8913.0, 8960.0, 8933.0, 8890.0, 8929.0, 8896.0, 8957.0, 8918.0, 9016.0, 8936.0, 8993.0, 8920.0, 8987.0, 8956.0, 9010.0, 8962.0, 8974.0, 8913.0, 8971.0, 8945.0, 8993.0, 8964.0, 8977.0, 8933.0, 8970.0, 8939.0, 8985.0, 8960.0, 8955.0, 8916.0, 8937.0, 8941.0, 8962.0, 8945.0, 8954.0, 8901.0, 8889.0, 8912.0, 8892.0, 8971.0, 8944.0, 8992.0, 8931.0, 8967.0, 8915.0, 8968.0, 8957.0, 8991.0, 8946.0, 8915.0, 8918.0, 8920.0, 8942.0, 8919.0, 8973.0, 8877.0, 8969.0, 8917.0, 8958.0, 8969.0, 8923.0, 8965.0, 8891.0, 8953.0, 8945.0, 9013.0, 8962.0, 8993.0, 8916.0, 8972.0, 8934.0, 8986.0, 8967.0, 8945.0, 8921.0, 8919.0, 8962.0, 8973.0, 8998.0, 8947.0, 8922.0, 8890.0, 8944.0, 8931.0, 8990.0, 8935.0, 8976.0, 8921.0, 8957.0, 8923.0, 8988.0, 8951.0, 8994.0, 8926.0, 8988.0, 8937.0, 8993.0, 8986.0, 8979.0, 8921.0, 8917.0, 8957.0, 8928.0, 9013.0, 8951.0, 8998.0, 8919.0, 8987.0, 8959.0, 8993.0, 8963.0, 8947.0, 8915.0, 8878.0, 8936.0, 8951.0, 8988.0, 8901.0, 8955.0, 8903.0, 8967.0, 8943.0, 8988.0, 8959.0, 8943.0, 8918.0, 8890.0, 8930.0, 8919.0, 8995.0, 8945.0, 8995.0, 8919.0, 8974.0, 8948.0, 8990.0, 8982.0, 8947.0, 8929.0, 8885.0, 8941.0, 8939.0, 9007.0, 8931.0, 8971.0, 8918.0, 8968.0, 8948.0, 8972.0, 8963.0, 8918.0, 8936.0, 8895.0, 8979.0, 8949.0, 9015.0, 8963.0, 8995.0, 8932.0, 8986.0, 8945.0, 8959.0, 8964.0, 8897.0, 8912.0, 8885.0, 8941.0, 8926.0, 9008.0, 8959.0, 8988.0, 8898.0, 8982.0, 8917.0, 8962.0, 8950.0, 8907.0, 8927.0, 8879.0, 8959.0, 8927.0, 9011.0, 8933.0, 8961.0, 8917.0, 8971.0, 8959.0, 8977.0, 8947.0, 8907.0, 8917.0, 8891.0, 8973.0, 8964.0, 9012.0, 8936.0, 8990.0, 8934.0, 8990.0, 8964.0, 8997.0, 8950.0, 8961.0, 8904.0, 8989.0, 8945.0, 8964.0, 8934.0, 8896.0, 8929.0, 8909.0, 8968.0, 8956.0, 9011.0, 8955.0, 8983.0, 8944.0, 8977.0, 8970.0, 8955.0, 8971.0, 8926.0, 8976.0, 8925.0, 9006.0, 8994.0, 9027.0, 8965.0, 8961.0, 8899.0, 8944.0, 8945.0, 8946.0, 9009.0, 8911.0, 8971.0, 8913.0, 8970.0, 8959.0, 8954.0, 8931.0, 8885.0, 8911.0, 8898.0, 8974.0, 8933.0, 8992.0, 8908.0, 8974.0, 8934.0, 8961.0, 8967.0, 8922.0, 8959.0, 8907.0, 8987.0, 8963.0, 8991.0, 8951.0, 8923.0, 8904.0, 8941.0, 8914.0, 8927.0, 8965.0, 8893.0, 8961.0, 8890.0, 8974.0, 8950.0, 9013.0, 8964.0, 8948.0, 8918.0, 8937.0, 8946.0, 8937.0, 8992.0, 8905.0, 8974.0, 8921.0, 8989.0, 8986.0, 9000.0, 8981.0, 8924.0, 8922.0, 8906.0, 8953.0, 8910.0, 8971.0, 8904.0, 8966.0, 8928.0, 8983.0, 8902.0, 8968.0, 8916.0, 8980.0, 8942.0, 8953.0, 8957.0, 8969.0, 8956.0, 8879.0, 8909.0, 8890.0, 8924.0, 8948.0, 8949.0, 8929.0, 8890.0, 8862.0, 8899.0, 8863.0, 8938.0, 8926.0, 8984.0, 8900.0, 8940.0, 8915.0, 8917.0, 8961.0, 8937.0, 8990.0, 8923.0, 8949.0, 8932.0, 8937.0, 9003.0, 8940.0, 8995.0, 8937.0, 8948.0, 8946.0, 8917.0, 9008.0, 8933.0, 8971.0, 8916.0, 8942.0, 8961.0, 8931.0, 8991.0, 8916.0, 8925.0, 8928.0, 8928.0, 8994.0, 8933.0, 8995.0, 8921.0, 8949.0, 8921.0, 8920.0, 8977.0, 8893.0, 8988.0, 8922.0, 8973.0, 8982.0, 8920.0, 8959.0, 8906.0, 8972.0, 8935.0, 8977.0, 8945.0, 8892.0, 8940.0, 8905.0, 8988.0, 8962.0, 8976.0, 8929.0, 8874.0, 8927.0, 8885.0, 9011.0, 8955.0, 8917.0, 8966.0, 8927.0, 8922.0, 8957.0, 8932.0, 8981.0, 8933.0, 8893.0, 8957.0, 8901.0, 8965.0, 8934.0, 8913.0, 8988.0, 8902.0, 8887.0, 8912.0, 8904.0, 8991.0, 8973.0, 8903.0, 8922.0, 8894.0, 8972.0, 8936.0, 8995.0, 8946.0, 8962.0, 8929.0, 8891.0, 8942.0, 8896.0, 8978.0, 8964.0, 8939.0, 8922.0, 8882.0, 8925.0, 8932.0, 9000.0, 8974.0, 8993.0, 8922.0, 8978.0, 8916.0, 8974.0, 8932.0, 8996.0, 8938.0, 8961.0, 8911.0, 8964.0, 8957.0, 8980.0, 8975.0, 9000.0, 8949.0, 9008.0, 8961.0, 9019.0, 8990.0, 9004.0, 8972.0, 8952.0, 8923.0, 8995.0, 8952.0, 8994.0, 9000.0, 8922.0, 8942.0, 8895.0, 8975.0, 8950.0, 9014.0, 8965.0, 8962.0, 8916.0, 8928.0, 8948.0, 8961.0, 8994.0, 8920.0, 8959.0, 8905.0, 8987.0, 8954.0, 8995.0, 8982.0, 8904.0, 8926.0, 8891.0, 8989.0, 8954.0, 9029.0, 8946.0, 8926.0, 8914.0, 8909.0, 8989.0, 8965.0, 8994.0, 8917.0, 8960.0, 8949.0, 8957.0, 8985.0, 8904.0, 8957.0, 8898.0, 8968.0, 8941.0, 9011.0, 8958.0, 8959.0, 8908.0, 8900.0, 8927.0, 8920.0, 8994.0, 8902.0, 8972.0, 8918.0, 8958.0, 8967.0, 8933.0, 8935.0, 8905.0, 8943.0, 8930.0, 9009.0, 8980.0, 8930.0, 8934.0, 8901.0, 8955.0, 8934.0, 8961.0, 8947.0, 8888.0, 8960.0, 8923.0, 8987.0, 8943.0, 8989.0, 8948.0, 8883.0, 8911.0, 8879.0, 8969.0, 8929.0, 8991.0, 8946.0, 8899.0, 8916.0, 8921.0, 8990.0, 8947.0, 8962.0, 8951.0, 8919.0, 8972.0, 8924.0, 8968.0, 8937.0, 8953.0, 8996.0, 8910.0, 8979.0, 8921.0, 8947.0, 8945.0, 8932.0, 9000.0, 8905.0, 8977.0, 8916.0, 8945.0, 8939.0, 8919.0, 8977.0, 8908.0, 8957.0, 8928.0, 8944.0, 8978.0, 8920.0, 8992.0, 8920.0, 8889.0, 8944.0, 8934.0, 9012.0, 8950.0, 8919.0, 8943.0, 8905.0, 8991.0, 8961.0, 8918.0, 8933.0, 8905.0, 8973.0, 8933.0, 8950.0, 8966.0, 8922.0, 8994.0, 8922.0, 8972.0, 8981.0, 8936.0, 8977.0, 8905.0, 8927.0, 8918.0, 8915.0, 8978.0, 8940.0, 8915.0, 8985.0, 8937.0, 8913.0, 8995.0, 8982.0, 8962.0, 8916.0, 8892.0, 8960.0, 8928.0, 8989.0, 8958.0, 8880.0, 8913.0, 8884.0, 8956.0, 8931.0, 9011.0, 8949.0, 8935.0, 8921.0, 8902.0, 8974.0, 8950.0, 8996.0, 8915.0, 8929.0, 8928.0, 8941.0, 8982.0, 8921.0, 8978.0, 8919.0, 8958.0, 8933.0, 8993.0, 8963.0, 8913.0, 8916.0, 8872.0, 8941.0, 8914.0, 8993.0, 8944.0, 8912.0, 8901.0, 8890.0, 8971.0, 8961.0, 9012.0, 8943.0, 8944.0, 8907.0, 8911.0, 8953.0, 8930.0, 8974.0, 8887.0, 8914.0, 8914.0, 8901.0, 8957.0, 8933.0, 8993.0, 8905.0, 8991.0, 8938.0, 8971.0, 8967.0, 8952.0, 8935.0, 8883.0, 8945.0, 8915.0, 8992.0, 8947.0, 9001.0, 8958.0, 8896.0, 8933.0, 8896.0, 8995.0, 8979.0, 9021.0, 8965.0, 8996.0, 8922.0, 8978.0, 8951.0, 8958.0, 8985.0, 8919.0, 8940.0, 8894.0, 8961.0, 8919.0, 9007.0, 8964.0, 8998.0, 8924.0, 8973.0, 8922.0, 8972.0, 8981.0, 8992.0, 8936.0, 8961.0, 8941.0, 8958.0, 8963.0, 8921.0, 8938.0, 8913.0, 8963.0, 8910.0, 8994.0, 8971.0, 9017.0, 8941.0, 8995.0, 8926.0, 8979.0, 8969.0, 8939.0, 8956.0, 8918.0, 8973.0, 8927.0, 8997.0, 9001.0, 9053.0, 8969.0, 8997.0, 8921.0, 8991.0, 8960.0, 8949.0, 8932.0, 8891.0, 8929.0, 8895.0, 8963.0, 8939.0, 8997.0, 8912.0, 8991.0, 8937.0, 8974.0, 8965.0, 8961.0, 8936.0, 8910.0, 8958.0, 8896.0, 8989.0, 8956.0, 9011.0, 8946.0, 8957.0, 8914.0, 8905.0, 8961.0, 8918.0, 9013.0, 8953.0, 8978.0, 8937.0, 8947.0, 8976.0, 8940.0, 9014.0, 8953.0, 8934.0, 8951.0, 8937.0, 9010.0, 8989.0, 8956.0, 8985.0, 8921.0, 9010.0, 8984.0, 8973.0, 9001.0, 8913.0, 8997.0, 8923.0, 8995.0, 8950.0, 9012.0, 8953.0, 9013.0, 8939.0, 8984.0, 8973.0, 8969.0, 9013.0, 8966.0, 9040.0, 8966.0, 9002.0, 8974.0, 8991.0, 9023.0, 8933.0, 9020.0, 8943.0, 9013.0, 8984.0, 9006.0, 8956.0, 8930.0, 8948.0, 8899.0, 8991.0, 8967.0, 8989.0, 8972.0, 8903.0, 8967.0, 8930.0, 9011.0, 8990.0, 8937.0, 8969.0, 8906.0, 8998.0, 8963.0, 9001.0, 8972.0, 8913.0, 8966.0, 8908.0, 8960.0, 8935.0, 9010.0, 8971.0, 9012.0, 8953.0, 8976.0, 8948.0, 8959.0, 8983.0, 8934.0, 8979.0, 8927.0, 8992.0, 8940.0, 9003.0, 8982.0, 8966.0, 8944.0, 8895.0, 8933.0, 8925.0, 8976.0, 8946.0, 8998.0, 8894.0, 8960.0, 8899.0, 8973.0, 8939.0, 9015.0, 8963.0, 9019.0, 8948.0, 8988.0, 8978.0, 8980.0, 9013.0, 8932.0, 9006.0, 8915.0, 8984.0, 8955.0, 9042.0, 8979.0, 9023.0, 8962.0, 9014.0, 8987.0, 9035.0, 8988.0, 9020.0, 8976.0, 8996.0, 8954.0, 9013.0, 9006.0, 9016.0, 8992.0, 8989.0, 8971.0, 8988.0, 8992.0, 8952.0, 9024.0, 8948.0, 9021.0, 9007.0, 9028.0, 9021.0, 8961.0, 8955.0, 8948.0, 8998.0, 8970.0, 9002.0, 8993.0, 8935.0, 8998.0, 8962.0, 9014.0, 8989.0, 8973.0, 8985.0, 8913.0, 8980.0, 8942.0, 9013.0, 8998.0, 8951.0, 8964.0, 8926.0, 8983.0, 8977.0, 8988.0, 8940.0, 8922.0, 8996.0, 8974.0, 8968.0, 9028.0, 9012.0, 8966.0, 8965.0, 8999.0, 8978.0, 9036.0, 8971.0, 8918.0, 8963.0, 8949.0, 9061.0, 9001.0, 8932.0, 8927.0, 8871.0, 8968.0, 8941.0, 8988.0, 8961.0, 8901.0, 8930.0, 8886.0, 8966.0, 8929.0, 8987.0, 8959.0, 8915.0, 8916.0, 8895.0, 8957.0, 8933.0, 8989.0, 8961.0, 8957.0, 8922.0, 8916.0, 8947.0, 8953.0, 8964.0, 8904.0, 8926.0, 8886.0, 8927.0, 8899.0, 8973.0, 8948.0, 8996.0, 8955.0, 8993.0, 8934.0, 8971.0, 8950.0, 8972.0, 8965.0, 8964.0, 8922.0, 8892.0, 8946.0, 8896.0, 8989.0, 8960.0, 9019.0, 8948.0, 8982.0, 8930.0, 8969.0, 8959.0, 8994.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.0013605550737207288</td></tr>
<tr><td colspan=3>aqi</td><td>0.023037862792714657</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.76422882098089</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2196311260243045</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0254445884375007</td></tr>
<tr><td colspan=3>efc</td><td>0.4908</td></tr>
<tr><td colspan=3>fber</td><td>3493.4038</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14385431993138897</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>273</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.67736339982654</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5984481965170088</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.602564392495484</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8528283865287256</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.339951810526816</td></tr>
<tr><td colspan=3>gcor</td><td>0.00443311</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004320255480706692</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02312585525214672</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.4883656592648804</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.4216</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.5887</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.0737</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298463.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>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.8859</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5828</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.9866</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3138.4427</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.3689</td></tr>
<tr><td colspan=3>tsnr</td><td>36.68499799515121</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>