<?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-0103_ses-02_task-alignvideo_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-02/func/sub-0103_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7d5aa677c4bfb5ca53318f4f3f6b3f4e</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:17:43.037500</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.999444, 0.0039073, 0.0331216, 0.000697779, 0.990446, -0.137897]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0817085</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7749, -7235, 222, -156, -267, -85, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d22ad18a-08f8-4a69-9bf1-0d8b68b60a2c||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.681434392929077, 0.0018720892257988453, 0.0900288075208664, 104.01349639892578], [-0.010482989251613617, 2.6572952270507812, -0.3721759021282196, -91.49223327636719], [0.08886291086673737, 0.3699662983417511, 2.672710418701172, -97.611328125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['221743.037500', '221743.497500', '221743.957500', '221744.417500', '221744.877500', '221745.337500', '221745.797500', '221746.257500', '221746.717500', '221747.177500', '221747.637500', '221748.097500', '221748.557500', '221749.017500', '221749.477500', '221749.937500', '221750.397500', '221750.857500', '221751.317500', '221751.777500', '221752.237500', '221752.697500', '221753.157500', '221753.617500', '221754.077500', '221754.537500', '221754.997500', '221755.457500', '221755.917500', '221756.377500', '221756.837500', '221757.297500', '221757.757500', '221758.217500', '221758.677500', '221759.137500', '221759.597500', '221800.057500', '221800.517500', '221800.977500', '221801.437500', '221801.897500', '221802.357500', '221802.817500', '221803.277500', '221803.737500', '221804.197500', '221804.657500', '221805.117500', '221805.577500', '221806.037500', '221806.497500', '221806.957500', '221807.417500', '221807.877500', '221808.337500', '221808.797500', '221809.257500', '221809.717500', '221810.177500', '221810.637500', '221811.097500', '221811.557500', '221812.017500', '221812.477500', '221812.937500', '221813.397500', '221813.857500', '221814.317500', '221814.777500', '221815.237500', '221815.697500', '221816.157500', '221816.617500', '221817.077500', '221817.537500', '221817.997500', '221818.457500', '221818.917500', '221819.377500', '221819.837500', '221820.297500', '221820.757500', '221821.217500', '221821.677500', '221822.137500', '221822.597500', '221823.057500', '221823.517500', '221823.977500', '221824.437500', '221824.897500', '221825.357500', '221825.817500', '221826.277500', '221826.737500', '221827.197500', '221827.657500', '221828.117500', '221828.577500', '221829.037500', '221829.497500', '221829.957500', '221830.417500', '221830.877500', '221831.337500', '221831.797500', '221832.257500', '221832.717500', '221833.177500', '221833.637500', '221834.097500', '221834.557500', '221835.017500', '221835.477500', '221835.937500', '221836.397500', '221836.857500', '221837.317500', '221837.777500', '221838.237500', '221838.697500', '221839.157500', '221839.617500', '221840.077500', '221840.537500', '221840.997500', '221841.457500', '221841.917500', '221842.377500', '221842.837500', '221843.297500', '221843.757500', '221844.217500', '221844.677500', '221845.137500', '221845.597500', '221846.057500', '221846.517500', '221846.977500', '221847.437500', '221847.897500', '221848.357500', '221848.817500', '221849.277500', '221849.737500', '221850.197500', '221850.657500', '221851.117500', '221851.577500', '221852.037500', '221852.497500', '221852.957500', '221853.417500', '221853.877500', '221854.337500', '221854.797500', '221855.257500', '221855.717500', '221856.177500', '221856.637500', '221857.097500', '221857.557500', '221858.017500', '221858.477500', '221858.937500', '221859.397500', '221859.857500', '221900.317500', '221900.777500', '221901.237500', '221901.697500', '221902.157500', '221902.617500', '221903.077500', '221903.537500', '221903.997500', '221904.457500', '221904.917500', '221905.377500', '221905.837500', '221906.297500', '221906.757500', '221907.217500', '221907.677500', '221908.137500', '221908.597500', '221909.057500', '221909.517500', '221909.977500', '221910.437500', '221910.897500', '221911.357500', '221911.817500', '221912.277500', '221912.737500', '221913.197500', '221913.657500', '221914.117500', '221914.577500', '221915.037500', '221915.497500', '221915.957500', '221916.417500', '221916.877500', '221917.337500', '221917.797500', '221918.257500', '221918.717500', '221919.177500', '221919.637500', '221920.097500', '221920.557500', '221921.017500', '221921.477500', '221921.937500', '221922.397500', '221922.857500', '221923.317500', '221923.777500', '221924.237500', '221924.697500', '221925.157500', '221925.617500', '221926.077500', '221926.537500', '221926.997500', '221927.457500', '221927.917500', '221928.377500', '221928.837500', '221929.297500', '221929.757500', '221930.217500', '221930.677500', '221931.137500', '221931.597500', '221932.057500', '221932.517500', '221932.977500', '221933.437500', '221933.897500', '221934.357500', '221934.817500', '221935.277500', '221935.737500', '221936.197500', '221936.657500', '221937.117500', '221937.577500', '221938.037500', '221938.497500', '221938.957500', '221939.417500', '221939.877500', '221940.337500', '221940.797500', '221941.257500', '221941.717500', '221942.177500', '221942.637500', '221943.097500', '221943.557500', '221944.017500', '221944.477500', '221944.937500', '221945.397500', '221945.857500', '221946.317500', '221946.777500', '221947.237500', '221947.697500', '221948.157500', '221948.617500', '221949.077500', '221949.537500', '221949.997500', '221950.457500', '221950.917500', '221951.377500', '221951.837500', '221952.297500', '221952.757500', '221953.217500', '221953.677500', '221954.137500', '221954.597500', '221955.057500', '221955.517500', '221955.977500', '221956.437500', '221956.897500', '221957.357500', '221957.817500', '221958.277500', '221958.737500', '221959.197500', '221959.657500', '222000.117500', '222000.577500', '222001.037500', '222001.497500', '222001.957500', '222002.417500', '222002.877500', '222003.337500', '222003.797500', '222004.257500', '222004.717500', '222005.177500', '222005.637500', '222006.097500', '222006.557500', '222007.017500', '222007.477500', '222007.937500', '222008.397500', '222008.857500', '222009.317500', '222009.777500', '222010.237500', '222010.697500', '222011.157500', '222011.617500', '222012.077500', '222012.537500', '222012.997500', '222013.457500', '222013.917500', '222014.377500', '222014.837500', '222015.297500', '222015.757500', '222016.217500', '222016.677500', '222017.137500', '222017.597500', '222018.057500', '222018.517500', '222018.977500', '222019.437500', '222019.897500', '222020.357500', '222020.817500', '222021.277500', '222021.737500', '222022.197500', '222022.657500', '222023.117500', '222023.577500', '222024.037500', '222024.497500', '222024.957500', '222025.417500', '222025.877500', '222026.337500', '222026.797500', '222027.257500', '222027.717500', '222028.177500', '222028.637500', '222029.097500', '222029.557500', '222030.017500', '222030.477500', '222030.937500', '222031.397500', '222031.857500', '222032.317500', '222032.777500', '222033.237500', '222033.697500', '222034.157500', '222034.617500', '222035.077500', '222035.537500', '222035.997500', '222036.457500', '222036.917500', '222037.377500', '222037.837500', '222038.297500', '222038.757500', '222039.217500', '222039.677500', '222040.137500', '222040.597500', '222041.057500', '222041.517500', '222041.977500', '222042.437500', '222042.897500', '222043.357500', '222043.817500', '222044.277500', '222044.737500', '222045.197500', '222045.657500', '222046.117500', '222046.577500', '222047.037500', '222047.497500', '222047.957500', '222048.417500', '222048.877500', '222049.337500', '222049.797500', '222050.257500', '222050.717500', '222051.177500', '222051.637500', '222052.097500', '222052.557500', '222053.017500', '222053.477500', '222053.937500', '222054.397500', '222054.857500', '222055.317500', '222055.777500', '222056.237500', '222056.697500', '222057.157500', '222057.617500', '222058.077500', '222058.537500', '222058.997500', '222059.457500', '222059.917500', '222100.377500', '222100.837500', '222101.297500', '222101.757500', '222102.217500', '222102.677500', '222103.137500', '222103.597500', '222104.057500', '222104.517500', '222104.977500', '222105.437500', '222105.897500', '222106.357500', '222106.817500', '222107.277500', '222107.737500', '222108.197500', '222108.657500', '222109.117500', '222109.577500', '222110.037500', '222110.497500', '222110.957500', '222111.417500', '222111.877500', '222112.337500', '222112.797500', '222113.257500', '222113.717500', '222114.177500', '222114.637500', '222115.097500', '222115.557500', '222116.017500', '222116.477500', '222116.937500', '222117.397500', '222117.857500', '222118.317500', '222118.777500', '222119.237500', '222119.697500', '222120.157500', '222120.617500', '222121.077500', '222121.537500', '222121.997500', '222122.457500', '222122.917500', '222123.377500', '222123.837500', '222124.297500', '222124.757500', '222125.217500', '222125.677500', '222126.137500', '222126.597500', '222127.057500', '222127.517500', '222127.977500', '222128.437500', '222128.897500', '222129.357500', '222129.817500', '222130.277500', '222130.737500', '222131.197500', '222131.657500', '222132.117500', '222132.577500', '222133.037500', '222133.497500', '222133.957500', '222134.417500', '222134.877500', '222135.337500', '222135.797500', '222136.257500', '222136.717500', '222137.177500', '222137.637500', '222138.097500', '222138.557500', '222139.017500', '222139.477500', '222139.937500', '222140.397500', '222140.857500', '222141.317500', '222141.777500', '222142.237500', '222142.697500', '222143.157500', '222143.617500', '222144.077500', '222144.537500', '222144.997500', '222145.457500', '222145.917500', '222146.377500', '222146.837500', '222147.297500', '222147.757500', '222148.217500', '222148.677500', '222149.137500', '222149.597500', '222150.057500', '222150.517500', '222150.977500', '222151.437500', '222151.897500', '222152.357500', '222152.817500', '222153.277500', '222153.737500', '222154.197500', '222154.657500', '222155.117500', '222155.577500', '222156.037500', '222156.497500', '222156.957500', '222157.417500', '222157.877500', '222158.337500', '222158.797500', '222159.257500', '222159.717500', '222200.177500', '222200.637500', '222201.097500', '222201.557500', '222202.017500', '222202.477500', '222202.937500', '222203.397500', '222203.857500', '222204.317500', '222204.777500', '222205.237500', '222205.697500', '222206.157500', '222206.617500', '222207.077500', '222207.537500', '222207.997500', '222208.457500', '222208.917500', '222209.377500', '222209.837500', '222210.297500', '222210.757500', '222211.217500', '222211.677500', '222212.137500', '222212.597500', '222213.057500', '222213.517500', '222213.977500', '222214.437500', '222214.897500', '222215.357500', '222215.817500', '222216.277500', '222216.737500', '222217.197500', '222217.657500', '222218.117500', '222218.577500', '222219.037500', '222219.497500', '222219.957500', '222220.417500', '222220.877500', '222221.337500', '222221.797500', '222222.257500', '222222.717500', '222223.177500', '222223.637500', '222224.097500', '222224.557500', '222225.017500', '222225.477500', '222225.937500', '222226.397500', '222226.857500', '222227.317500', '222227.777500', '222228.237500', '222228.697500', '222229.157500', '222229.617500', '222230.077500', '222230.537500', '222230.997500', '222231.457500', '222231.917500', '222232.377500', '222232.837500', '222233.297500', '222233.757500', '222234.217500', '222234.677500', '222235.137500', '222235.597500', '222236.057500', '222236.517500', '222236.977500', '222237.437500', '222237.897500', '222238.357500', '222238.817500', '222239.277500', '222239.737500', '222240.197500', '222240.657500', '222241.117500', '222241.577500', '222242.037500', '222242.497500', '222242.957500', '222243.417500', '222243.877500', '222244.337500', '222244.797500', '222245.257500', '222245.717500', '222246.177500', '222246.637500', '222247.097500', '222247.557500', '222248.017500', '222248.477500', '222248.937500', '222249.397500', '222249.857500', '222250.317500', '222250.777500', '222251.237500', '222251.697500', '222252.157500', '222252.617500', '222253.077500', '222253.537500', '222253.997500', '222254.457500', '222254.917500', '222255.377500', '222255.837500', '222256.297500', '222256.757500', '222257.217500', '222257.677500', '222258.137500', '222258.597500', '222259.057500', '222259.517500', '222259.977500', '222300.437500', '222300.897500', '222301.357500', '222301.817500', '222302.277500', '222302.737500', '222303.197500', '222303.657500', '222304.117500', '222304.577500', '222305.037500', '222305.497500', '222305.957500', '222306.417500', '222306.877500', '222307.337500', '222307.797500', '222308.257500', '222308.717500', '222309.177500', '222309.637500', '222310.097500', '222310.557500', '222311.017500', '222311.477500', '222311.937500', '222312.397500', '222312.857500', '222313.317500', '222313.777500', '222314.237500', '222314.697500', '222315.157500', '222315.617500', '222316.077500', '222316.537500', '222316.997500', '222317.457500', '222317.917500', '222318.377500', '222318.837500', '222319.297500', '222319.757500', '222320.217500', '222320.677500', '222321.137500', '222321.597500', '222322.057500', '222322.517500', '222322.977500', '222323.437500', '222323.897500', '222324.357500', '222324.817500', '222325.277500', '222325.737500', '222326.197500', '222326.657500', '222327.117500', '222327.577500', '222328.037500', '222328.497500', '222328.957500', '222329.417500', '222329.877500', '222330.337500', '222330.797500', '222331.257500', '222331.717500', '222332.177500', '222332.637500', '222333.097500', '222333.557500', '222334.017500', '222334.477500', '222334.937500', '222335.397500', '222335.857500', '222336.317500', '222336.777500', '222337.237500', '222337.697500', '222338.157500', '222338.617500', '222339.077500', '222339.537500', '222339.997500', '222340.457500', '222340.917500', '222341.377500', '222341.837500', '222342.297500', '222342.757500', '222343.217500', '222343.677500', '222344.137500', '222344.597500', '222345.057500', '222345.517500', '222345.977500', '222346.437500', '222346.897500', '222347.357500', '222347.817500', '222348.277500', '222348.737500', '222349.197500', '222349.657500', '222350.117500', '222350.577500', '222351.037500', '222351.497500', '222351.957500', '222352.417500', '222352.877500', '222353.337500', '222353.797500', '222354.257500', '222354.717500', '222355.177500', '222355.637500', '222356.097500', '222356.557500', '222357.017500', '222357.477500', '222357.937500', '222358.397500', '222358.857500', '222359.317500', '222359.777500', '222400.237500', '222400.697500', '222401.157500', '222401.617500', '222402.077500', '222402.537500', '222402.997500', '222403.457500', '222403.917500', '222404.377500', '222404.837500', '222405.297500', '222405.757500', '222406.217500', '222406.677500', '222407.137500', '222407.597500', '222408.057500', '222408.517500', '222408.977500', '222409.437500', '222409.897500', '222410.357500', '222410.817500', '222411.277500', '222411.737500', '222412.197500', '222412.657500', '222413.117500', '222413.577500', '222414.037500', '222414.497500', '222414.957500', '222415.417500', '222415.877500', '222416.337500', '222416.797500', '222417.257500', '222417.717500', '222418.177500', '222418.637500', '222419.097500', '222419.557500', '222420.017500', '222420.477500', '222420.937500', '222421.397500', '222421.857500', '222422.317500', '222422.777500', '222423.237500', '222423.697500', '222424.157500', '222424.617500', '222425.077500', '222425.537500', '222425.997500', '222426.457500', '222426.917500', '222427.377500', '222427.837500', '222428.297500', '222428.757500', '222429.217500', '222429.677500', '222430.137500', '222430.597500', '222431.057500', '222431.517500', '222431.977500', '222432.437500', '222432.897500', '222433.357500', '222433.817500', '222434.277500', '222434.737500', '222435.197500', '222435.657500', '222436.117500', '222436.577500', '222437.037500', '222437.497500', '222437.957500', '222438.417500', '222438.877500', '222439.337500', '222439.797500', '222440.257500', '222440.717500', '222441.177500', '222441.637500', '222442.097500', '222442.557500', '222443.017500', '222443.477500', '222443.937500', '222444.397500', '222444.857500', '222445.317500', '222445.777500', '222446.237500', '222446.697500', '222447.157500', '222447.617500', '222448.077500', '222448.537500', '222448.997500', '222449.457500', '222449.917500', '222450.377500', '222450.837500', '222451.297500', '222451.757500', '222452.217500', '222452.677500', '222453.137500', '222453.597500', '222454.057500', '222454.517500', '222454.977500', '222455.437500', '222455.897500', '222456.357500', '222456.817500', '222457.277500', '222457.737500', '222458.197500', '222458.657500', '222459.117500', '222459.577500', '222500.037500', '222500.497500', '222500.957500', '222501.417500', '222501.877500', '222502.337500', '222502.797500', '222503.257500', '222503.717500', '222504.177500', '222504.637500', '222505.097500', '222505.557500', '222506.017500', '222506.477500', '222506.937500', '222507.397500', '222507.857500', '222508.317500', '222508.777500', '222509.237500', '222509.697500', '222510.157500', '222510.617500', '222511.077500', '222511.537500', '222511.997500', '222512.457500', '222512.917500', '222513.377500', '222513.837500', '222514.297500', '222514.757500', '222515.217500', '222515.677500', '222516.137500', '222516.597500', '222517.057500', '222517.517500', '222517.977500', '222518.437500', '222518.897500', '222519.357500', '222519.817500', '222520.277500', '222520.737500', '222521.197500', '222521.657500', '222522.117500', '222522.577500', '222523.037500', '222523.497500', '222523.957500', '222524.417500', '222524.877500', '222525.337500', '222525.797500', '222526.257500', '222526.717500', '222527.177500', '222527.637500', '222528.097500', '222528.557500', '222529.017500', '222529.477500', '222529.937500', '222530.397500', '222530.857500', '222531.317500', '222531.777500', '222532.237500', '222532.697500', '222533.157500', '222533.617500', '222534.077500', '222534.537500', '222534.997500', '222535.457500', '222535.917500', '222536.377500', '222536.837500', '222537.297500', '222537.757500', '222538.217500', '222538.677500', '222539.137500', '222539.597500', '222540.057500', '222540.517500', '222540.977500', '222541.437500', '222541.897500', '222542.357500', '222542.817500', '222543.277500', '222543.737500', '222544.197500', '222544.657500', '222545.117500', '222545.577500', '222546.037500', '222546.497500', '222546.957500', '222547.417500', '222547.877500', '222548.337500', '222548.797500', '222549.257500', '222549.717500', '222550.177500', '222550.637500', '222551.097500', '222551.557500', '222552.017500', '222552.477500', '222552.937500', '222553.397500', '222553.857500', '222554.317500', '222554.777500', '222555.237500', '222555.697500', '222556.157500', '222556.617500', '222557.077500', '222557.537500', '222557.997500', '222558.457500', '222558.917500', '222559.377500', '222559.837500', '222600.297500', '222600.757500', '222601.217500', '222601.677500', '222602.137500', '222602.597500', '222603.057500', '222603.517500', '222603.977500', '222604.437500', '222604.897500', '222605.357500', '222605.817500', '222606.277500', '222606.737500', '222607.197500', '222607.657500', '222608.117500', '222608.577500', '222609.037500', '222609.497500', '222609.957500', '222610.417500', '222610.877500', '222611.337500', '222611.797500', '222612.257500', '222612.717500', '222613.177500', '222613.637500', '222614.097500', '222614.557500', '222615.017500', '222615.477500', '222615.937500', '222616.397500', '222616.857500', '222617.317500', '222617.777500', '222618.237500', '222618.697500', '222619.157500', '222619.617500', '222620.077500', '222620.537500', '222620.997500', '222621.457500', '222621.917500', '222622.377500', '222622.837500', '222623.297500', '222623.757500', '222624.217500', '222624.677500', '222625.137500', '222625.597500', '222626.057500', '222626.517500', '222626.977500', '222627.437500', '222627.897500', '222628.357500', '222628.817500', '222629.277500', '222629.737500', '222630.197500', '222630.657500', '222631.117500', '222631.577500', '222632.037500', '222632.497500', '222632.957500', '222633.417500', '222633.877500', '222634.337500', '222634.797500', '222635.257500'], 'ContentTime': ['221813.058000', '221813.069000', '221813.072000', '221813.075000', '221813.077000', '221813.080000', '221813.083000', '221813.086000', '221813.089000', '221813.092000', '221813.095000', '221813.097000', '221813.100000', '221813.103000', '221813.105000', '221813.126000', '221813.129000', '221813.131000', '221813.134000', '221813.137000', '221813.139000', '221813.142000', '221813.145000', '221813.147000', '221813.150000', '221813.153000', '221813.156000', '221813.158000', '221813.161000', '221813.164000', '221813.166000', '221813.169000', '221813.172000', '221813.175000', '221813.178000', '221813.180000', '221813.183000', '221813.186000', '221813.189000', '221813.191000', '221813.194000', '221813.197000', '221813.200000', '221813.203000', '221813.205000', '221813.208000', '221813.212000', '221813.214000', '221813.217000', '221813.220000', '221813.222000', '221813.225000', '221813.228000', '221813.231000', '221813.234000', '221813.236000', '221813.256000', '221813.258000', '221813.261000', '221813.264000', '221813.266000', '221813.269000', '221833.029000', '221833.032000', '221833.035000', '221833.037000', '221833.040000', '221833.043000', '221833.045000', '221833.057000', '221833.060000', '221833.062000', '221833.065000', '221833.067000', '221833.070000', '221833.073000', '221833.075000', '221833.078000', '221833.081000', '221833.083000', '221833.086000', '221833.089000', '221833.092000', '221833.095000', '221833.098000', '221833.101000', '221833.104000', '221833.106000', '221833.109000', '221833.111000', '221833.114000', '221833.117000', '221833.119000', '221833.122000', '221833.124000', '221833.127000', '221833.130000', '221833.132000', '221833.135000', '221833.138000', '221833.140000', '221833.143000', '221833.145000', '221833.148000', '221833.150000', '221853.029000', '221853.032000', '221853.035000', '221853.037000', '221853.040000', '221853.043000', '221853.045000', '221853.048000', '221853.050000', '221853.053000', '221853.056000', '221853.058000', '221853.061000', '221853.064000', '221853.066000', '221853.069000', '221853.071000', '221853.074000', '221853.077000', '221853.079000', '221853.082000', '221853.085000', '221853.087000', '221853.090000', '221853.092000', '221853.095000', '221853.098000', '221853.100000', '221853.103000', '221853.106000', '221853.108000', '221853.111000', '221853.113000', '221853.116000', '221853.119000', '221853.122000', '221853.124000', '221853.127000', '221853.130000', '221853.132000', '221853.135000', '221853.137000', '221853.140000', '221853.143000', '221913.029000', '221913.032000', '221913.035000', '221913.038000', '221913.040000', '221913.043000', '221913.046000', '221913.048000', '221913.051000', '221913.053000', '221913.056000', '221913.059000', '221913.061000', '221913.064000', '221913.067000', '221913.069000', '221913.072000', '221913.075000', '221913.077000', '221913.080000', '221913.083000', '221913.085000', '221913.088000', '221913.091000', '221913.093000', '221913.096000', '221913.098000', '221913.101000', '221913.104000', '221913.106000', '221913.109000', '221913.112000', '221913.114000', '221913.117000', '221913.120000', '221913.122000', '221913.125000', '221913.128000', '221913.130000', '221913.133000', '221913.136000', '221913.140000', '221913.143000', '221933.029000', '221933.032000', '221933.035000', '221933.037000', '221933.041000', '221933.044000', '221933.046000', '221933.049000', '221933.052000', '221933.054000', '221933.057000', '221933.059000', '221933.062000', '221933.065000', '221933.067000', '221933.070000', '221933.073000', '221933.075000', '221933.078000', '221933.081000', '221933.083000', '221933.086000', '221933.088000', '221933.091000', '221933.094000', '221933.096000', '221933.099000', '221933.102000', '221933.104000', '221933.107000', '221933.109000', '221933.112000', '221933.115000', '221933.117000', '221933.120000', '221933.123000', '221933.125000', '221933.128000', '221933.131000', '221933.133000', '221933.136000', '221933.138000', '221933.141000', '221933.144000', '221953.029000', '221953.032000', '221953.035000', '221953.038000', '221953.040000', '221953.043000', '221953.046000', '221953.048000', '221953.051000', '221953.054000', '221953.056000', '221953.059000', '221953.062000', '221953.064000', '221953.067000', '221953.069000', '221953.072000', '221953.075000', '221953.077000', '221953.080000', '221953.083000', '221953.085000', '221953.088000', '221953.090000', '221953.093000', '221953.096000', '221953.098000', '221953.101000', '221953.104000', '221953.106000', '221953.109000', '221953.112000', '221953.114000', '221953.117000', '221953.120000', '221953.122000', '221953.125000', '221953.127000', '221953.130000', '221953.133000', '221953.135000', '221953.138000', '221953.141000', '222013.029000', '222013.032000', '222013.035000', '222013.068000', '222013.071000', '222013.074000', '222013.076000', '222013.079000', '222013.082000', '222013.084000', '222013.087000', '222013.090000', '222013.092000', '222013.095000', '222013.097000', '222013.100000', '222013.103000', '222013.105000', '222013.108000', '222013.111000', '222013.113000', '222013.116000', '222013.119000', '222013.121000', '222013.124000', '222013.127000', '222013.129000', '222013.132000', '222013.135000', '222013.137000', '222013.140000', '222013.142000', '222013.145000', '222013.148000', '222013.150000', '222013.153000', '222013.156000', '222013.158000', '222013.161000', '222013.164000', '222013.167000', '222013.169000', '222013.172000', '222013.175000', '222033.029000', '222033.032000', '222033.035000', '222033.038000', '222033.040000', '222033.043000', '222033.046000', '222033.048000', '222033.051000', '222033.054000', '222033.056000', '222033.059000', '222033.062000', '222033.064000', '222033.067000', '222033.069000', '222033.072000', '222033.075000', '222033.077000', '222033.080000', '222033.083000', '222033.085000', '222033.088000', '222033.091000', '222033.093000', '222033.096000', '222033.107000', '222033.110000', '222033.112000', '222033.115000', '222033.118000', '222033.120000', '222033.123000', '222033.126000', '222033.128000', '222033.131000', '222033.133000', '222033.136000', '222033.139000', '222033.141000', '222033.144000', '222033.147000', '222033.149000', '222053.030000', '222053.032000', '222053.035000', '222053.038000', '222053.041000', '222053.043000', '222053.046000', '222053.049000', '222053.052000', '222053.054000', '222053.057000', '222053.060000', '222053.063000', '222053.065000', '222053.068000', '222053.070000', '222053.073000', '222053.076000', '222053.079000', '222053.081000', '222053.084000', '222053.086000', '222053.089000', '222053.092000', '222053.094000', '222053.097000', '222053.100000', '222053.102000', '222053.105000', '222053.107000', '222053.110000', '222053.113000', '222053.116000', '222053.118000', '222053.121000', '222053.123000', '222053.126000', '222053.129000', '222053.131000', '222053.134000', '222053.137000', '222053.139000', '222053.142000', '222053.145000', '222113.029000', '222113.032000', '222113.034000', '222113.037000', '222113.040000', '222113.042000', '222113.045000', '222113.048000', '222113.050000', '222113.053000', '222113.056000', '222113.058000', '222113.061000', '222113.064000', '222113.066000', '222113.069000', '222113.072000', '222113.074000', '222113.077000', '222113.079000', '222113.082000', '222113.085000', '222113.087000', '222113.090000', '222113.093000', '222113.095000', '222113.098000', '222113.101000', '222113.103000', '222113.106000', '222113.109000', '222113.111000', '222113.114000', '222113.117000', '222113.119000', '222113.122000', '222113.124000', '222113.127000', '222113.130000', '222113.132000', '222113.135000', '222113.137000', '222113.140000', '222133.030000', '222133.033000', '222133.035000', '222133.038000', '222133.041000', '222133.043000', '222133.046000', '222133.049000', '222133.051000', '222133.054000', '222133.057000', '222133.059000', '222133.062000', '222133.065000', '222133.068000', '222133.070000', '222133.073000', '222133.075000', '222133.078000', '222133.081000', '222133.084000', '222133.086000', '222133.089000', '222133.092000', '222133.094000', '222133.097000', '222133.099000', '222133.102000', '222133.134000', '222133.137000', '222133.139000', '222133.142000', '222133.145000', '222133.147000', '222133.150000', '222133.152000', '222133.155000', '222133.158000', '222133.160000', '222133.163000', '222133.166000', '222133.169000', '222133.171000', '222133.174000', '222153.030000', '222153.033000', '222153.035000', '222153.038000', '222153.041000', '222153.043000', '222153.046000', '222153.049000', '222153.051000', '222153.054000', '222153.056000', '222153.059000', '222153.062000', '222153.064000', '222153.067000', '222153.070000', '222153.073000', '222153.075000', '222153.078000', '222153.081000', '222153.083000', '222153.086000', '222153.088000', '222153.091000', '222153.094000', '222153.096000', '222153.099000', '222153.102000', '222153.105000', '222153.108000', '222153.110000', '222153.113000', '222153.116000', '222153.118000', '222153.121000', '222153.124000', '222153.126000', '222153.129000', '222153.131000', '222153.134000', '222153.137000', '222153.139000', '222153.142000', '222213.029000', '222213.032000', '222213.036000', '222213.039000', '222213.042000', '222213.045000', '222213.047000', '222213.050000', '222213.052000', '222213.055000', '222213.058000', '222213.060000', '222213.063000', '222213.066000', '222213.069000', '222213.071000', '222213.074000', '222213.079000', '222213.081000', '222213.084000', '222213.087000', '222213.089000', '222213.092000', '222213.094000', '222213.097000', '222213.100000', '222213.102000', '222213.105000', '222213.108000', '222213.111000', '222213.113000', '222213.116000', '222213.119000', '222213.121000', '222213.124000', '222213.126000', '222213.129000', '222213.132000', '222213.134000', '222213.137000', '222213.139000', '222213.142000', '222213.145000', '222233.030000', '222233.033000', '222233.035000', '222233.038000', '222233.041000', '222233.043000', '222233.046000', '222233.048000', '222233.051000', '222233.054000', '222233.056000', '222233.059000', '222233.062000', '222233.064000', '222233.067000', '222233.070000', '222233.072000', '222233.075000', '222233.078000', '222233.080000', '222233.083000', '222233.085000', '222233.088000', '222233.091000', '222233.093000', '222233.096000', '222233.099000', '222233.101000', '222233.104000', '222233.107000', '222233.109000', '222233.112000', '222233.115000', '222233.117000', '222233.120000', '222233.123000', '222233.125000', '222233.128000', '222233.131000', '222233.133000', '222233.136000', '222233.139000', '222233.141000', '222233.144000', '222253.029000', '222253.032000', '222253.035000', '222253.037000', '222253.040000', '222253.043000', '222253.045000', '222253.048000', '222253.051000', '222253.053000', '222253.056000', '222253.059000', '222253.061000', '222253.064000', '222253.066000', '222253.069000', '222253.072000', '222253.074000', '222253.077000', '222253.080000', '222253.082000', '222253.085000', '222253.087000', '222253.090000', '222253.093000', '222253.095000', '222253.098000', '222253.101000', '222253.103000', '222253.106000', '222253.109000', '222253.111000', '222253.114000', '222253.116000', '222253.119000', '222253.122000', '222253.124000', '222253.127000', '222253.130000', '222253.132000', '222253.135000', '222253.138000', '222253.140000', '222313.029000', '222313.032000', '222313.038000', '222313.040000', '222313.043000', '222313.045000', '222313.048000', '222313.051000', '222313.053000', '222313.056000', '222313.073000', '222313.075000', '222313.087000', '222313.090000', '222313.093000', '222313.095000', '222313.098000', '222313.101000', '222313.103000', '222313.106000', '222313.109000', '222313.111000', '222313.114000', '222313.117000', '222313.119000', '222313.122000', '222313.125000', '222313.127000', '222313.130000', '222313.133000', '222313.136000', '222313.138000', '222313.141000', '222313.143000', '222313.146000', '222313.149000', '222313.151000', '222313.154000', '222313.157000', '222313.159000', '222313.162000', '222313.165000', '222313.167000', '222313.170000', '222333.029000', '222333.031000', '222333.034000', '222333.037000', '222333.040000', '222333.042000', '222333.045000', '222333.047000', '222333.050000', '222333.053000', '222333.056000', '222333.059000', '222333.062000', '222333.064000', '222333.067000', '222333.070000', '222333.072000', '222333.076000', '222333.079000', '222333.082000', '222333.084000', '222333.087000', '222333.090000', '222333.092000', '222333.095000', '222333.097000', '222333.100000', '222333.103000', '222333.105000', '222333.108000', '222333.111000', '222333.113000', '222333.116000', '222333.118000', '222333.121000', '222333.124000', '222333.126000', '222333.129000', '222333.132000', '222333.135000', '222333.137000', '222333.140000', '222333.143000', '222353.029000', '222353.033000', '222353.035000', '222353.038000', '222353.040000', '222353.043000', '222353.046000', '222353.049000', '222353.051000', '222353.054000', '222353.057000', '222353.060000', '222353.062000', '222353.065000', '222353.067000', '222353.070000', '222353.073000', '222353.076000', '222353.078000', '222353.081000', '222353.083000', '222353.086000', '222353.089000', '222353.091000', '222353.094000', '222353.097000', '222353.099000', '222353.102000', '222353.105000', '222353.107000', '222353.110000', '222353.113000', '222353.115000', '222353.118000', '222353.121000', '222353.123000', '222353.126000', '222353.129000', '222353.131000', '222353.134000', '222353.136000', '222353.139000', '222353.142000', '222353.144000', '222413.030000', '222413.033000', '222413.035000', '222413.038000', '222413.040000', '222413.043000', '222413.046000', '222413.049000', '222413.051000', '222413.054000', '222413.056000', '222413.059000', '222413.062000', '222413.064000', '222413.067000', '222413.070000', '222413.072000', '222413.075000', '222413.078000', '222413.080000', '222413.083000', '222413.086000', '222413.088000', '222413.091000', '222413.093000', '222413.096000', '222413.099000', '222413.101000', '222413.104000', '222413.107000', '222413.109000', '222413.112000', '222413.114000', '222413.117000', '222413.120000', '222413.122000', '222413.125000', '222413.128000', '222413.130000', '222413.133000', '222413.135000', '222413.138000', '222413.141000', '222413.143000', '222433.030000', '222433.033000', '222433.035000', '222433.039000', '222433.041000', '222433.044000', '222433.054000', '222433.057000', '222433.060000', '222433.062000', '222433.065000', '222433.068000', '222433.070000', '222433.073000', '222433.075000', '222433.078000', '222433.081000', '222433.084000', '222433.086000', '222433.089000', '222433.092000', '222433.094000', '222433.097000', '222433.100000', '222433.102000', '222433.105000', '222433.108000', '222433.110000', '222433.113000', '222433.116000', '222433.118000', '222433.121000', '222433.124000', '222433.126000', '222433.129000', '222433.132000', '222433.134000', '222433.137000', '222433.139000', '222433.142000', '222433.145000', '222433.147000', '222433.150000', '222453.030000', '222453.033000', '222453.035000', '222453.038000', '222453.041000', '222453.043000', '222453.046000', '222453.049000', '222453.051000', '222453.054000', '222453.057000', '222453.060000', '222453.063000', '222453.067000', '222453.070000', '222453.072000', '222453.075000', '222453.078000', '222453.080000', '222453.083000', '222453.086000', '222453.088000', '222453.091000', '222453.093000', '222453.096000', '222453.099000', '222453.101000', '222453.104000', '222453.107000', '222453.109000', '222453.112000', '222453.116000', '222453.120000', '222453.123000', '222453.125000', '222453.128000', '222453.131000', '222453.133000', '222453.136000', '222453.138000', '222453.141000', '222453.144000', '222453.146000', '222513.029000', '222513.032000', '222513.035000', '222513.038000', '222513.041000', '222513.043000', '222513.046000', '222513.049000', '222513.051000', '222513.054000', '222513.057000', '222513.059000', '222513.062000', '222513.065000', '222513.067000', '222513.070000', '222513.073000', '222513.075000', '222513.078000', '222513.081000', '222513.084000', '222513.087000', '222513.090000', '222513.092000', '222513.095000', '222513.098000', '222513.100000', '222513.103000', '222513.106000', '222513.108000', '222513.111000', '222513.114000', '222513.116000', '222513.119000', '222513.122000', '222513.125000', '222513.127000', '222513.130000', '222513.133000', '222513.135000', '222513.138000', '222513.141000', '222513.143000', '222513.146000', '222533.030000', '222533.033000', '222533.035000', '222533.038000', '222533.041000', '222533.044000', '222533.046000', '222533.049000', '222533.051000', '222533.054000', '222533.057000', '222533.059000', '222533.062000', '222533.065000', '222533.068000', '222533.070000', '222533.074000', '222533.076000', '222533.079000', '222533.082000', '222533.084000', '222533.087000', '222533.089000', '222533.092000', '222533.095000', '222533.097000', '222533.100000', '222533.103000', '222533.105000', '222533.108000', '222533.110000', '222533.113000', '222533.116000', '222533.118000', '222533.121000', '222533.124000', '222533.126000', '222533.129000', '222533.132000', '222533.135000', '222533.137000', '222533.140000', '222533.143000', '222553.028000', '222553.031000', '222553.034000', '222553.037000', '222553.040000', '222553.062000', '222553.065000', '222553.068000', '222553.070000', '222553.073000', '222553.076000', '222553.078000', '222553.081000', '222553.083000', '222553.086000', '222553.089000', '222553.091000', '222553.094000', '222553.112000', '222553.115000', '222553.118000', '222553.120000', '222553.123000', '222553.126000', '222553.128000', '222553.131000', '222553.133000', '222553.136000', '222553.139000', '222553.141000', '222553.144000', '222553.147000', '222553.149000', '222553.152000', '222553.155000', '222553.157000', '222553.160000', '222553.162000', '222553.165000', '222553.168000', '222553.170000', '222553.173000', '222553.176000', '222553.178000', '222613.030000', '222613.033000', '222613.035000', '222613.038000', '222613.041000', '222613.044000', '222613.046000', '222613.049000', '222613.051000', '222613.054000', '222613.057000', '222613.059000', '222613.062000', '222613.065000', '222613.067000', '222613.070000', '222613.073000', '222613.075000', '222613.078000', '222613.080000', '222613.083000', '222613.086000', '222613.088000', '222613.091000', '222613.094000', '222613.096000', '222613.099000', '222613.102000', '222613.105000', '222613.108000', '222613.111000', '222613.114000', '222613.117000', '222613.120000', '222613.122000', '222613.125000', '222613.127000', '222613.130000', '222613.133000', '222613.136000', '222613.138000', '222613.141000', '222613.143000', '222633.030000', '222633.033000', '222633.036000', '222633.038000', '222633.041000', '222633.044000', '222633.046000', '222633.049000', '222633.052000', '222633.054000', '222633.057000', '222633.060000', '222633.062000', '222633.065000', '222633.068000', '222633.070000', '222633.073000', '222633.076000', '222633.078000', '222633.081000', '222633.084000', '222633.087000', '222633.089000', '222633.092000', '222633.094000', '222633.097000', '222633.100000', '222633.102000', '222633.105000', '222633.108000', '222633.110000', '222633.113000', '222633.116000', '222633.118000', '222633.121000', '222633.124000', '222633.126000', '222633.129000', '222633.132000', '222633.134000', '222633.137000', '222633.139000', '222633.142000', '222633.145000', '222637.031000', '222637.035000', '222637.038000', '222637.041000', '222637.044000', '222637.047000', '222637.050000', '222637.053000', '222637.055000'], 'InstanceCreationTime': ['221813.058000', '221813.069000', '221813.072000', '221813.075000', '221813.077000', '221813.080000', '221813.083000', '221813.086000', '221813.089000', '221813.092000', '221813.095000', '221813.097000', '221813.100000', '221813.103000', '221813.105000', '221813.126000', '221813.129000', '221813.131000', '221813.134000', '221813.137000', '221813.139000', '221813.142000', '221813.145000', '221813.147000', '221813.150000', '221813.153000', '221813.156000', '221813.158000', '221813.161000', '221813.164000', '221813.166000', '221813.169000', '221813.172000', '221813.175000', '221813.178000', '221813.180000', '221813.183000', '221813.186000', '221813.189000', '221813.191000', '221813.194000', '221813.197000', '221813.200000', '221813.203000', '221813.205000', '221813.208000', '221813.212000', '221813.214000', '221813.217000', '221813.220000', '221813.222000', '221813.225000', '221813.228000', '221813.231000', '221813.234000', '221813.236000', '221813.256000', '221813.258000', '221813.261000', '221813.264000', '221813.266000', '221813.269000', '221833.029000', '221833.032000', '221833.035000', '221833.037000', '221833.040000', '221833.043000', '221833.045000', '221833.057000', '221833.060000', '221833.062000', '221833.065000', '221833.067000', '221833.070000', '221833.073000', '221833.075000', '221833.078000', '221833.081000', '221833.083000', '221833.086000', '221833.089000', '221833.092000', '221833.095000', '221833.098000', '221833.101000', '221833.104000', '221833.106000', '221833.109000', '221833.111000', '221833.114000', '221833.117000', '221833.119000', '221833.122000', '221833.124000', '221833.127000', '221833.130000', '221833.132000', '221833.135000', '221833.138000', '221833.140000', '221833.143000', '221833.145000', '221833.148000', '221833.150000', '221853.029000', '221853.032000', '221853.035000', '221853.037000', '221853.040000', '221853.043000', '221853.045000', '221853.048000', '221853.050000', '221853.053000', '221853.056000', '221853.058000', '221853.061000', '221853.064000', '221853.066000', '221853.069000', '221853.071000', '221853.074000', '221853.077000', '221853.079000', '221853.082000', '221853.085000', '221853.087000', '221853.090000', '221853.092000', '221853.095000', '221853.098000', '221853.100000', '221853.103000', '221853.106000', '221853.108000', '221853.111000', '221853.113000', '221853.116000', '221853.119000', '221853.122000', '221853.124000', '221853.127000', '221853.130000', '221853.132000', '221853.135000', '221853.137000', '221853.140000', '221853.143000', '221913.029000', '221913.032000', '221913.035000', '221913.038000', '221913.040000', '221913.043000', '221913.046000', '221913.048000', '221913.051000', '221913.053000', '221913.056000', '221913.059000', '221913.061000', '221913.064000', '221913.067000', '221913.069000', '221913.072000', '221913.075000', '221913.077000', '221913.080000', '221913.083000', '221913.085000', '221913.088000', '221913.091000', '221913.093000', '221913.096000', '221913.098000', '221913.101000', '221913.104000', '221913.106000', '221913.109000', '221913.112000', '221913.114000', '221913.117000', '221913.120000', '221913.122000', '221913.125000', '221913.128000', '221913.130000', '221913.133000', '221913.136000', '221913.140000', '221913.143000', '221933.029000', '221933.032000', '221933.035000', '221933.037000', '221933.041000', '221933.044000', '221933.046000', '221933.049000', '221933.052000', '221933.054000', '221933.057000', '221933.059000', '221933.062000', '221933.065000', '221933.067000', '221933.070000', '221933.073000', '221933.075000', '221933.078000', '221933.081000', '221933.083000', '221933.086000', '221933.088000', '221933.091000', '221933.094000', '221933.096000', '221933.099000', '221933.102000', '221933.104000', '221933.107000', '221933.109000', '221933.112000', '221933.115000', '221933.117000', '221933.120000', '221933.123000', '221933.125000', '221933.128000', '221933.131000', '221933.133000', '221933.136000', '221933.138000', '221933.141000', '221933.144000', '221953.029000', '221953.032000', '221953.035000', '221953.038000', '221953.040000', '221953.043000', '221953.046000', '221953.048000', '221953.051000', '221953.054000', '221953.056000', '221953.059000', '221953.062000', '221953.064000', '221953.067000', '221953.069000', '221953.072000', '221953.075000', '221953.077000', '221953.080000', '221953.083000', '221953.085000', '221953.088000', '221953.090000', '221953.093000', '221953.096000', '221953.098000', '221953.101000', '221953.104000', '221953.106000', '221953.109000', '221953.112000', '221953.114000', '221953.117000', '221953.120000', '221953.122000', '221953.125000', '221953.127000', '221953.130000', '221953.133000', '221953.135000', '221953.138000', '221953.141000', '222013.029000', '222013.032000', '222013.035000', '222013.068000', '222013.071000', '222013.074000', '222013.076000', '222013.079000', '222013.082000', '222013.084000', '222013.087000', '222013.090000', '222013.092000', '222013.095000', '222013.097000', '222013.100000', '222013.103000', '222013.105000', '222013.108000', '222013.111000', '222013.113000', '222013.116000', '222013.119000', '222013.121000', '222013.124000', '222013.127000', '222013.129000', '222013.132000', '222013.135000', '222013.137000', '222013.140000', '222013.142000', '222013.145000', '222013.148000', '222013.150000', '222013.153000', '222013.156000', '222013.158000', '222013.161000', '222013.164000', '222013.167000', '222013.169000', '222013.172000', '222013.175000', '222033.029000', '222033.032000', '222033.035000', '222033.038000', '222033.040000', '222033.043000', '222033.046000', '222033.048000', '222033.051000', '222033.054000', '222033.056000', '222033.059000', '222033.062000', '222033.064000', '222033.067000', '222033.069000', '222033.072000', '222033.075000', '222033.077000', '222033.080000', '222033.083000', '222033.085000', '222033.088000', '222033.091000', '222033.093000', '222033.096000', '222033.107000', '222033.110000', '222033.112000', '222033.115000', '222033.118000', '222033.120000', '222033.123000', '222033.126000', '222033.128000', '222033.131000', '222033.133000', '222033.136000', '222033.139000', '222033.141000', '222033.144000', '222033.147000', '222033.149000', '222053.030000', '222053.032000', '222053.035000', '222053.038000', '222053.041000', '222053.043000', '222053.046000', '222053.049000', '222053.052000', '222053.054000', '222053.057000', '222053.060000', '222053.063000', '222053.065000', '222053.068000', '222053.070000', '222053.073000', '222053.076000', '222053.079000', '222053.081000', '222053.084000', '222053.086000', '222053.089000', '222053.092000', '222053.094000', '222053.097000', '222053.100000', '222053.102000', '222053.105000', '222053.107000', '222053.110000', '222053.113000', '222053.116000', '222053.118000', '222053.121000', '222053.123000', '222053.126000', '222053.129000', '222053.131000', '222053.134000', '222053.137000', '222053.139000', '222053.142000', '222053.145000', '222113.029000', '222113.032000', '222113.034000', '222113.037000', '222113.040000', '222113.042000', '222113.045000', '222113.048000', '222113.050000', '222113.053000', '222113.056000', '222113.058000', '222113.061000', '222113.064000', '222113.066000', '222113.069000', '222113.072000', '222113.074000', '222113.077000', '222113.079000', '222113.082000', '222113.085000', '222113.087000', '222113.090000', '222113.093000', '222113.095000', '222113.098000', '222113.101000', '222113.103000', '222113.106000', '222113.109000', '222113.111000', '222113.114000', '222113.117000', '222113.119000', '222113.122000', '222113.124000', '222113.127000', '222113.130000', '222113.132000', '222113.135000', '222113.137000', '222113.140000', '222133.030000', '222133.033000', '222133.035000', '222133.038000', '222133.041000', '222133.043000', '222133.046000', '222133.049000', '222133.051000', '222133.054000', '222133.057000', '222133.059000', '222133.062000', '222133.065000', '222133.068000', '222133.070000', '222133.073000', '222133.075000', '222133.078000', '222133.081000', '222133.084000', '222133.086000', '222133.089000', '222133.092000', '222133.094000', '222133.097000', '222133.099000', '222133.102000', '222133.134000', '222133.137000', '222133.139000', '222133.142000', '222133.145000', '222133.147000', '222133.150000', '222133.152000', '222133.155000', '222133.158000', '222133.160000', '222133.163000', '222133.166000', '222133.169000', '222133.171000', '222133.174000', '222153.030000', '222153.033000', '222153.035000', '222153.038000', '222153.041000', '222153.043000', '222153.046000', '222153.049000', '222153.051000', '222153.054000', '222153.056000', '222153.059000', '222153.062000', '222153.064000', '222153.067000', '222153.070000', '222153.073000', '222153.075000', '222153.078000', '222153.081000', '222153.083000', '222153.086000', '222153.088000', '222153.091000', '222153.094000', '222153.096000', '222153.099000', '222153.102000', '222153.105000', '222153.108000', '222153.110000', '222153.113000', '222153.116000', '222153.118000', '222153.121000', '222153.124000', '222153.126000', '222153.129000', '222153.131000', '222153.134000', '222153.137000', '222153.139000', '222153.142000', '222213.029000', '222213.032000', '222213.036000', '222213.039000', '222213.042000', '222213.045000', '222213.047000', '222213.050000', '222213.052000', '222213.055000', '222213.058000', '222213.060000', '222213.063000', '222213.066000', '222213.069000', '222213.071000', '222213.074000', '222213.079000', '222213.081000', '222213.084000', '222213.087000', '222213.089000', '222213.092000', '222213.094000', '222213.097000', '222213.100000', '222213.102000', '222213.105000', '222213.108000', '222213.111000', '222213.113000', '222213.116000', '222213.119000', '222213.121000', '222213.124000', '222213.126000', '222213.129000', '222213.132000', '222213.134000', '222213.137000', '222213.139000', '222213.142000', '222213.145000', '222233.030000', '222233.033000', '222233.035000', '222233.038000', '222233.041000', '222233.043000', '222233.046000', '222233.048000', '222233.051000', '222233.054000', '222233.056000', '222233.059000', '222233.062000', '222233.064000', '222233.067000', '222233.070000', '222233.072000', '222233.075000', '222233.078000', '222233.080000', '222233.083000', '222233.085000', '222233.088000', '222233.091000', '222233.093000', '222233.096000', '222233.099000', '222233.101000', '222233.104000', '222233.107000', '222233.109000', '222233.112000', '222233.115000', '222233.117000', '222233.120000', '222233.123000', '222233.125000', '222233.128000', '222233.131000', '222233.133000', '222233.136000', '222233.139000', '222233.141000', '222233.144000', '222253.029000', '222253.032000', '222253.035000', '222253.037000', '222253.040000', '222253.043000', '222253.045000', '222253.048000', '222253.051000', '222253.053000', '222253.056000', '222253.059000', '222253.061000', '222253.064000', '222253.066000', '222253.069000', '222253.072000', '222253.074000', '222253.077000', '222253.080000', '222253.082000', '222253.085000', '222253.087000', '222253.090000', '222253.093000', '222253.095000', '222253.098000', '222253.101000', '222253.103000', '222253.106000', '222253.109000', '222253.111000', '222253.114000', '222253.116000', '222253.119000', '222253.122000', '222253.124000', '222253.127000', '222253.130000', '222253.132000', '222253.135000', '222253.138000', '222253.140000', '222313.029000', '222313.032000', '222313.038000', '222313.040000', '222313.043000', '222313.045000', '222313.048000', '222313.051000', '222313.053000', '222313.056000', '222313.073000', '222313.075000', '222313.087000', '222313.090000', '222313.093000', '222313.095000', '222313.098000', '222313.101000', '222313.103000', '222313.106000', '222313.109000', '222313.111000', '222313.114000', '222313.117000', '222313.119000', '222313.122000', '222313.125000', '222313.127000', '222313.130000', '222313.133000', '222313.136000', '222313.138000', '222313.141000', '222313.143000', '222313.146000', '222313.149000', '222313.151000', '222313.154000', '222313.157000', '222313.159000', '222313.162000', '222313.165000', '222313.167000', '222313.170000', '222333.029000', '222333.031000', '222333.034000', '222333.037000', '222333.040000', '222333.042000', '222333.045000', '222333.047000', '222333.050000', '222333.053000', '222333.056000', '222333.059000', '222333.062000', '222333.064000', '222333.067000', '222333.070000', '222333.072000', '222333.076000', '222333.079000', '222333.082000', '222333.084000', '222333.087000', '222333.090000', '222333.092000', '222333.095000', '222333.097000', '222333.100000', '222333.103000', '222333.105000', '222333.108000', '222333.111000', '222333.113000', '222333.116000', '222333.118000', '222333.121000', '222333.124000', '222333.126000', '222333.129000', '222333.132000', '222333.135000', '222333.137000', '222333.140000', '222333.143000', '222353.029000', '222353.033000', '222353.035000', '222353.038000', '222353.040000', '222353.043000', '222353.046000', '222353.049000', '222353.051000', '222353.054000', '222353.057000', '222353.060000', '222353.062000', '222353.065000', '222353.067000', '222353.070000', '222353.073000', '222353.076000', '222353.078000', '222353.081000', '222353.083000', '222353.086000', '222353.089000', '222353.091000', '222353.094000', '222353.097000', '222353.099000', '222353.102000', '222353.105000', '222353.107000', '222353.110000', '222353.113000', '222353.115000', '222353.118000', '222353.121000', '222353.123000', '222353.126000', '222353.129000', '222353.131000', '222353.134000', '222353.136000', '222353.139000', '222353.142000', '222353.144000', '222413.030000', '222413.033000', '222413.035000', '222413.038000', '222413.040000', '222413.043000', '222413.046000', '222413.049000', '222413.051000', '222413.054000', '222413.056000', '222413.059000', '222413.062000', '222413.064000', '222413.067000', '222413.070000', '222413.072000', '222413.075000', '222413.078000', '222413.080000', '222413.083000', '222413.086000', '222413.088000', '222413.091000', '222413.093000', '222413.096000', '222413.099000', '222413.101000', '222413.104000', '222413.107000', '222413.109000', '222413.112000', '222413.114000', '222413.117000', '222413.120000', '222413.122000', '222413.125000', '222413.128000', '222413.130000', '222413.133000', '222413.135000', '222413.138000', '222413.141000', '222413.143000', '222433.030000', '222433.033000', '222433.035000', '222433.039000', '222433.041000', '222433.044000', '222433.054000', '222433.057000', '222433.060000', '222433.062000', '222433.065000', '222433.068000', '222433.070000', '222433.073000', '222433.075000', '222433.078000', '222433.081000', '222433.084000', '222433.086000', '222433.089000', '222433.092000', '222433.094000', '222433.097000', '222433.100000', '222433.102000', '222433.105000', '222433.108000', '222433.110000', '222433.113000', '222433.116000', '222433.118000', '222433.121000', '222433.124000', '222433.126000', '222433.129000', '222433.132000', '222433.134000', '222433.137000', '222433.139000', '222433.142000', '222433.145000', '222433.147000', '222433.150000', '222453.030000', '222453.033000', '222453.035000', '222453.038000', '222453.041000', '222453.043000', '222453.046000', '222453.049000', '222453.051000', '222453.054000', '222453.057000', '222453.060000', '222453.063000', '222453.067000', '222453.070000', '222453.072000', '222453.075000', '222453.078000', '222453.080000', '222453.083000', '222453.086000', '222453.088000', '222453.091000', '222453.093000', '222453.096000', '222453.099000', '222453.101000', '222453.104000', '222453.107000', '222453.109000', '222453.112000', '222453.116000', '222453.120000', '222453.123000', '222453.125000', '222453.128000', '222453.131000', '222453.133000', '222453.136000', '222453.138000', '222453.141000', '222453.144000', '222453.146000', '222513.029000', '222513.032000', '222513.035000', '222513.038000', '222513.041000', '222513.043000', '222513.046000', '222513.049000', '222513.051000', '222513.054000', '222513.057000', '222513.059000', '222513.062000', '222513.065000', '222513.067000', '222513.070000', '222513.073000', '222513.075000', '222513.078000', '222513.081000', '222513.084000', '222513.087000', '222513.090000', '222513.092000', '222513.095000', '222513.098000', '222513.100000', '222513.103000', '222513.106000', '222513.108000', '222513.111000', '222513.114000', '222513.116000', '222513.119000', '222513.122000', '222513.125000', '222513.127000', '222513.130000', '222513.133000', '222513.135000', '222513.138000', '222513.141000', '222513.143000', '222513.146000', '222533.030000', '222533.033000', '222533.035000', '222533.038000', '222533.041000', '222533.044000', '222533.046000', '222533.049000', '222533.051000', '222533.054000', '222533.057000', '222533.059000', '222533.062000', '222533.065000', '222533.068000', '222533.070000', '222533.074000', '222533.076000', '222533.079000', '222533.082000', '222533.084000', '222533.087000', '222533.089000', '222533.092000', '222533.095000', '222533.097000', '222533.100000', '222533.103000', '222533.105000', '222533.108000', '222533.110000', '222533.113000', '222533.116000', '222533.118000', '222533.121000', '222533.124000', '222533.126000', '222533.129000', '222533.132000', '222533.135000', '222533.137000', '222533.140000', '222533.143000', '222553.028000', '222553.031000', '222553.034000', '222553.037000', '222553.040000', '222553.062000', '222553.065000', '222553.068000', '222553.070000', '222553.073000', '222553.076000', '222553.078000', '222553.081000', '222553.083000', '222553.086000', '222553.089000', '222553.091000', '222553.094000', '222553.112000', '222553.115000', '222553.118000', '222553.120000', '222553.123000', '222553.126000', '222553.128000', '222553.131000', '222553.133000', '222553.136000', '222553.139000', '222553.141000', '222553.144000', '222553.147000', '222553.149000', '222553.152000', '222553.155000', '222553.157000', '222553.160000', '222553.162000', '222553.165000', '222553.168000', '222553.170000', '222553.173000', '222553.176000', '222553.178000', '222613.030000', '222613.033000', '222613.035000', '222613.038000', '222613.041000', '222613.044000', '222613.046000', '222613.049000', '222613.051000', '222613.054000', '222613.057000', '222613.059000', '222613.062000', '222613.065000', '222613.067000', '222613.070000', '222613.073000', '222613.075000', '222613.078000', '222613.080000', '222613.083000', '222613.086000', '222613.088000', '222613.091000', '222613.094000', '222613.096000', '222613.099000', '222613.102000', '222613.105000', '222613.108000', '222613.111000', '222613.114000', '222613.117000', '222613.120000', '222613.122000', '222613.125000', '222613.127000', '222613.130000', '222613.133000', '222613.136000', '222613.138000', '222613.141000', '222613.143000', '222633.030000', '222633.033000', '222633.036000', '222633.038000', '222633.041000', '222633.044000', '222633.046000', '222633.049000', '222633.052000', '222633.054000', '222633.057000', '222633.060000', '222633.062000', '222633.065000', '222633.068000', '222633.070000', '222633.073000', '222633.076000', '222633.078000', '222633.081000', '222633.084000', '222633.087000', '222633.089000', '222633.092000', '222633.094000', '222633.097000', '222633.100000', '222633.102000', '222633.105000', '222633.108000', '222633.110000', '222633.113000', '222633.116000', '222633.118000', '222633.121000', '222633.124000', '222633.126000', '222633.129000', '222633.132000', '222633.134000', '222633.137000', '222633.139000', '222633.142000', '222633.145000', '222637.031000', '222637.035000', '222637.038000', '222637.041000', '222637.044000', '222637.047000', '222637.050000', '222637.053000', '222637.055000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7362, 9227, 7490, 11669, 13202, 9589, 10891, 13359, 11219, 11167, 9275, 8560, 7398, 7834, 12924, 12379, 10091, 10870, 8231, 8112, 11563, 7473, 8017, 6248, 7573, 11282, 7601, 10582, 12850, 8498, 10726, 12960, 8080, 8731, 6992, 7718, 12399, 7087, 8327, 12416, 7401, 8521, 12275, 8500, 9793, 6549, 7574, 12076, 6916, 8640, 12556, 8816, 10576, 7818, 8434, 13182, 8817, 11717, 11186, 8584, 12227, 8026, 10149, 6784, 8600, 12829, 7952, 8525, 12757, 7724, 8665, 12676, 8246, 9136, 12491, 8533, 9814, 11645, 7815, 11459, 7941, 10459, 7688, 10432, 13211, 7846, 8650, 12448, 8052, 8372, 12506, 8073, 8667, 11993, 8221, 9456, 7538, 7922, 11654, 7629, 10751, 13151, 8601, 10551, 13249, 8092, 7974, 7352, 8847, 7441, 10746, 13005, 8181, 8879, 12235, 8203, 8562, 12440, 7591, 8993, 12366, 8224, 8187, 12874, 7686, 8863, 6879, 7613, 12154, 11191, 8091, 12245, 7113, 7955, 6834, 7808, 11236, 13420, 8407, 10046, 12858, 7988, 10844, 7896, 9489, 12928, 8570, 11250, 13446, 8154, 10479, 6908, 8132, 6951, 7908, 12258, 8414, 10855, 12927, 8065, 8442, 12433, 8960, 8846, 7954, 7565, 11451, 8707, 8010, 12778, 7093, 8642, 6969, 7637, 12083, 8045, 11196, 13377, 9806, 10634, 6956, 7830, 12768, 7504, 8763, 13028, 7832, 9296, 6686, 7894, 12748, 7612, 9710, 13304, 8279, 9555, 6755, 8117, 12687, 7751, 10739, 13194, 8734, 9676, 12536, 8204, 10528, 7667, 8459, 12391, 8417, 9197, 12642, 8454, 10233, 6528, 8072, 12805, 8594, 11223, 13587, 9918, 11123, 7989, 8756, 7056, 7790, 9202, 8307, 13016, 14829, 11067, 10685, 7063, 8296, 12615, 8095, 8421, 12969, 8878, 9989, 7647, 8013, 11953, 7874, 11101, 14014, 8669, 10613, 8177, 8904, 7701, 9294, 7344, 11275, 13295, 9211, 9931, 6915, 7447, 12236, 7670, 8225, 13258, 8181, 8984, 12775, 7302, 10817, 7295, 9237, 7078, 9438, 13208, 8377, 9522, 7466, 8070, 6807, 8133, 13567, 8900, 8886, 6714, 7761, 6572, 8111, 12991, 13762, 9867, 11704, 8375, 8051, 6574, 8009, 7442, 7057, 7598, 7048, 10584, 13459, 12376, 9442, 11994, 8657, 8119, 11990, 7167, 8792, 13092, 8613, 9722, 7477, 7646, 6563, 7970, 12565, 11513, 8829, 12493, 7708, 11569, 7445, 6529, 7890, 7140, 10608, 13103, 8077, 8838, 12411, 8343, 8122, 12887, 9925, 8520, 8344, 7251, 12710, 7015, 9146, 13658, 9682, 7943, 12287, 7742, 7952, 6825, 7638, 12002, 7512, 8995, 12650, 8699, 9971, 6522, 7263, 11615, 6539, 7910, 12496, 7753, 8391, 12141, 7743, 10138, 6660, 8481, 12555, 7636, 8746, 11037, 7638, 11382, 6666, 8401, 13305, 7665, 8450, 8925, 7838, 11094, 7412, 10296, 13262, 9176, 11224, 7547, 8754, 7272, 7957, 12751, 8306, 8542, 13430, 8602, 8709, 8336, 7759, 10721, 6961, 8638, 12999, 8342, 11155, 7747, 9253, 13076, 9225, 7910, 12281, 7722, 8115, 6914, 7548, 12463, 7683, 11400, 8471, 8570, 12767, 8616, 10019, 13509, 8433, 9291, 12932, 10284, 10094, 6614, 7561, 12308, 7570, 8502, 12830, 7441, 9352, 6738, 7483, 12680, 8250, 11185, 13234, 8593, 11749, 7765, 8745, 6542, 8005, 12173, 14648, 8850, 11111, 7084, 8117, 6625, 7776, 6959, 7835, 12445, 13293, 10171, 9288, 8650, 7704, 12595, 7831, 9619, 12961, 7952, 8554, 11961, 7521, 8215, 6532, 7573, 11969, 11261, 7363, 10967, 15119, 8899, 10052, 6656, 7560, 10378, 8622, 7576, 11437, 6926, 8186, 10241, 7375, 10827, 13436, 8701, 10731, 12344, 8047, 11126, 7784, 9844, 13092, 8579, 11254, 14262, 8625, 11519, 7741, 10166, 6883, 9525, 13249, 8696, 8786, 10558, 7550, 11227, 12723, 7827, 12404, 7910, 8347, 6896, 7899, 11589, 7500, 10673, 13504, 8340, 9012, 6685, 7913, 12276, 7855, 11351, 13950, 8888, 11863, 7536, 8095, 6575, 7742, 12296, 6982, 7971, 12907, 7215, 8133, 7130, 7536, 11389, 7057, 9097, 12956, 9195, 10511, 7001, 7774, 12925, 8327, 11383, 13654, 10568, 10108, 13662, 7652, 8154, 11658, 6691, 8296, 11476, 6566, 7614, 11261, 6628, 7849, 11848, 7203, 8926, 7473, 7622, 11185, 13200, 9103, 10820, 12521, 8148, 11055, 6728, 9038, 7047, 8020, 12541, 7722, 8635, 13342, 7896, 8359, 11259, 7788, 11092, 13581, 8359, 8800, 12511, 8637, 8748, 6969, 7750, 11473, 7873, 10904, 9527, 8732, 12455, 8371, 10925, 7143, 8840, 12963, 10166, 8698, 12113, 7819, 10493, 13173, 8389, 9213, 12592, 8683, 9803, 7386, 8036, 7432, 8260, 11864, 8796, 10407, 8177, 9637, 7291, 8883, 12833, 13720, 10921, 10130, 7971, 8174, 12154, 7463, 9229, 12718, 9241, 9460, 7840, 8703, 7289, 9956, 8000, 10766, 8767, 11831, 13920, 8570, 9598, 12388, 8865, 8926, 9904, 7765, 9274, 12872, 8271, 9744, 11132, 8091, 10168, 7396, 8205, 8781, 8195, 11208, 8558, 9086, 11857, 8163, 9884, 6914, 9042, 12833, 7806, 9704, 7058, 8295, 12306, 8787, 11074, 13763, 10291, 11787, 7447, 8543, 6898, 7994, 11833, 8668, 11084, 7871, 10442, 7018, 8494, 12352, 14167, 11099, 10910, 8850, 8029, 11354, 7292, 7869, 10897, 7078, 8066, 12441, 8346, 9899, 7449, 8149, 6972, 12074, 9672, 10332, 10168, 9138, 10543, 13795, 11535, 9426, 12939, 7518, 8566, 12056, 8578, 9488, 12927, 8504, 7584, 7185, 6629, 7990, 6790, 9732, 12408, 8836, 9581, 6978, 8039, 6706, 8437, 12542, 14056, 10087, 11689, 8791, 10088, 7476, 6631, 7653, 11662, 9305, 8433, 13072, 9928, 8349, 6943, 8007, 6565, 7909, 12692, 9128, 8656, 12342, 8082, 9129, 7328, 6599, 7516, 6597, 11284, 7662, 11948, 13668, 10254, 8019, 11318, 8962, 8552, 7296, 7507, 7234, 8900, 7585, 9831, 10351, 10195, 6943, 7600, 6879, 8566, 12659, 8030, 9853, 6820, 7814, 6765, 10165, 7409, 6907, 10461, 8035, 11734, 9729, 11904, 8757, 11352, 13822, 9182, 8714, 12326, 8238, 8803, 6758, 7455, 10531, 7736, 9672, 12060, 8792, 9294, 6587, 7067, 10721, 6892, 8660, 11601, 9247, 10422, 7118, 9765, 6700, 10780, 12780, 8844, 9018, 12687, 8134, 8122, 11352, 7566, 9250, 12542, 7788, 8965, 11655, 7780, 9062, 11049, 8394, 10775, 7672, 9286, 7426, 10986, 13099, 9671, 9782, 7555, 8840, 7391, 10837, 12944, 8744, 9896, 12836, 10263, 10788, 7316, 6964, 7339, 11242, 12564, 9921, 11243, 9508, 8073, 6806, 7379, 6550, 7855, 12286, 8467, 8166, 12565, 9828, 8417, 6806, 7391, 7020, 7728, 12094, 9863, 7689, 9269, 8034, 8026, 6750, 7649, 6959, 10250, 7124, 11779, 13509, 11144, 10144, 7297, 7796, 6399, 7258, 9433, 12899, 7662, 9772, 7525, 7660, 6487, 7269, 11333, 6742, 7673, 11349, 6976, 7549, 11782, 7672, 7854, 6525, 7342, 10056, 7513, 9843, 12671, 8553, 9465, 11783, 7332, 8422, 7303, 9241, 12674, 8369, 9422, 12089, 9059, 9215, 6879, 7321, 6630, 7189, 6630, 7436, 12744, 13230, 9378, 9497, 7312, 8152, 11537, 7774, 8359, 10261, 7562, 9072, 6734, 7843, 6441, 8250, 6639, 9243, 13023, 9983, 8771, 6549, 7482, 9746, 8949, 8582, 7140, 8143, 6594, 7937, 12231, 14729, 11109, 10669, 7578, 7996, 10802, 7467, 8134, 6992, 8504, 13184, 8840, 10152, 7527, 9483, 12454, 8793, 9883, 8890, 7472, 9367, 7310, 9119, 6669, 8976, 7654, 7502, 12203, 8279, 9857, 7406, 7800, 6394, 7541, 7538, 9650, 6976, 11970, 8186, 10588, 13851, 10961, 8577, 7081, 8093, 8843, 7153, 7826, 10940, 7240, 8772, 6962, 8134, 6494, 7149, 6705, 9617, 7025, 10495, 11921, 8479, 10947, 8664, 9171, 6984, 7314, 11220, 8008, 11633, 9000, 10643, 6753, 9278, 11432, 8801, 11621, 7837, 9122, 13594, 8517, 9483, 13004, 7983, 8805, 11793, 7412, 7850, 9964, 7574, 10741, 7185, 9557, 7559, 7130, 7377, 6721, 8952, 12400, 8196, 8314, 9621, 7115, 8243, 6814, 7683, 11018, 7143, 10061, 12318, 9346, 10281, 7307, 8386, 11794, 8197, 9476, 6457, 8071, 10916, 7598, 9069, 7086, 7627, 6475, 7386, 10128, 7660, 9775, 12522, 8801, 9658, 7894, 8492, 7206, 7647, 7771, 7014, 7410, 6800, 11875, 12506, 9348, 9447, 12739, 9281, 9228, 7217, 8008, 7430, 8680, 12584, 7906, 9635, 10613, 7578, 6461], 'WindowCenter': [4260.0, 4264.0, 4245.0, 4286.0, 4281.0, 4236.0, 4245.0, 4251.0, 4242.0, 4230.0, 4209.0, 4198.0, 4175.0, 4188.0, 4238.0, 4225.0, 4204.0, 4204.0, 4182.0, 4172.0, 4213.0, 4174.0, 4183.0, 4163.0, 4184.0, 4213.0, 4185.0, 4227.0, 4237.0, 4196.0, 4227.0, 4237.0, 4186.0, 4194.0, 4176.0, 4187.0, 4225.0, 4173.0, 4196.0, 4227.0, 4188.0, 4209.0, 4237.0, 4207.0, 4217.0, 4166.0, 4198.0, 4238.0, 4189.0, 4211.0, 4238.0, 4221.0, 4229.0, 4200.0, 4211.0, 4249.0, 4210.0, 4243.0, 4239.0, 4211.0, 4239.0, 4210.0, 4228.0, 4190.0, 4211.0, 4250.0, 4211.0, 4210.0, 4250.0, 4198.0, 4210.0, 4238.0, 4199.0, 4220.0, 4237.0, 4209.0, 4231.0, 4240.0, 4202.0, 4241.0, 4211.0, 4240.0, 4213.0, 4243.0, 4253.0, 4213.0, 4212.0, 4252.0, 4200.0, 4210.0, 4239.0, 4199.0, 4209.0, 4238.0, 4211.0, 4220.0, 4202.0, 4211.0, 4241.0, 4202.0, 4242.0, 4250.0, 4210.0, 4243.0, 4251.0, 4201.0, 4210.0, 4201.0, 4222.0, 4213.0, 4255.0, 4253.0, 4223.0, 4223.0, 4253.0, 4211.0, 4213.0, 4240.0, 4198.0, 4210.0, 4240.0, 4209.0, 4211.0, 4240.0, 4199.0, 4208.0, 4178.0, 4200.0, 4241.0, 4230.0, 4210.0, 4241.0, 4188.0, 4200.0, 4179.0, 4200.0, 4244.0, 4249.0, 4210.0, 4232.0, 4251.0, 4212.0, 4231.0, 4212.0, 4232.0, 4251.0, 4210.0, 4241.0, 4251.0, 4211.0, 4230.0, 4192.0, 4200.0, 4190.0, 4213.0, 4251.0, 4212.0, 4244.0, 4252.0, 4213.0, 4213.0, 4241.0, 4221.0, 4221.0, 4198.0, 4200.0, 4241.0, 4209.0, 4211.0, 4251.0, 4190.0, 4223.0, 4190.0, 4201.0, 4249.0, 4212.0, 4254.0, 4262.0, 4234.0, 4231.0, 4190.0, 4202.0, 4249.0, 4200.0, 4223.0, 4252.0, 4201.0, 4220.0, 4178.0, 4210.0, 4250.0, 4198.0, 4222.0, 4250.0, 4212.0, 4220.0, 4189.0, 4200.0, 4248.0, 4200.0, 4242.0, 4249.0, 4211.0, 4233.0, 4241.0, 4211.0, 4229.0, 4201.0, 4211.0, 4238.0, 4209.0, 4222.0, 4250.0, 4212.0, 4232.0, 4180.0, 4202.0, 4251.0, 4211.0, 4256.0, 4264.0, 4231.0, 4242.0, 4211.0, 4210.0, 4202.0, 4212.0, 4232.0, 4225.0, 4266.0, 4263.0, 4245.0, 4230.0, 4190.0, 4209.0, 4239.0, 4198.0, 4210.0, 4238.0, 4221.0, 4219.0, 4201.0, 4210.0, 4239.0, 4200.0, 4241.0, 4262.0, 4221.0, 4229.0, 4213.0, 4219.0, 4202.0, 4232.0, 4214.0, 4256.0, 4265.0, 4234.0, 4233.0, 4190.0, 4201.0, 4239.0, 4200.0, 4210.0, 4239.0, 4210.0, 4210.0, 4240.0, 4190.0, 4230.0, 4201.0, 4220.0, 4200.0, 4234.0, 4252.0, 4212.0, 4221.0, 4200.0, 4210.0, 4190.0, 4212.0, 4263.0, 4223.0, 4222.0, 4189.0, 4200.0, 4189.0, 4212.0, 4252.0, 4249.0, 4230.0, 4255.0, 4211.0, 4199.0, 4190.0, 4209.0, 4200.0, 4202.0, 4212.0, 4203.0, 4256.0, 4267.0, 4252.0, 4221.0, 4229.0, 4197.0, 4186.0, 4225.0, 4177.0, 4208.0, 4236.0, 4196.0, 4204.0, 4186.0, 4186.0, 4177.0, 4209.0, 4251.0, 4241.0, 4220.0, 4239.0, 4202.0, 4229.0, 4199.0, 4179.0, 4210.0, 4204.0, 4257.0, 4265.0, 4200.0, 4212.0, 4242.0, 4200.0, 4201.0, 4251.0, 4218.0, 4197.0, 4185.0, 4174.0, 4224.0, 4163.0, 4205.0, 4225.0, 4192.0, 4184.0, 4212.0, 4174.0, 4170.0, 4162.0, 4182.0, 4210.0, 4172.0, 4195.0, 4222.0, 4195.0, 4204.0, 4153.0, 4173.0, 4213.0, 4151.0, 4185.0, 4224.0, 4182.0, 4197.0, 4223.0, 4184.0, 4215.0, 4176.0, 4207.0, 4237.0, 4188.0, 4207.0, 4227.0, 4187.0, 4227.0, 4176.0, 4196.0, 4248.0, 4187.0, 4199.0, 4206.0, 4187.0, 4226.0, 4188.0, 4230.0, 4250.0, 4219.0, 4228.0, 4198.0, 4208.0, 4188.0, 4199.0, 4241.0, 4209.0, 4211.0, 4249.0, 4209.0, 4198.0, 4196.0, 4188.0, 4229.0, 4189.0, 4220.0, 4250.0, 4210.0, 4238.0, 4199.0, 4221.0, 4251.0, 4220.0, 4201.0, 4239.0, 4199.0, 4196.0, 4186.0, 4199.0, 4251.0, 4212.0, 4252.0, 4221.0, 4222.0, 4250.0, 4222.0, 4232.0, 4251.0, 4211.0, 4220.0, 4237.0, 4219.0, 4216.0, 4175.0, 4188.0, 4226.0, 4188.0, 4209.0, 4238.0, 4188.0, 4218.0, 4178.0, 4198.0, 4249.0, 4210.0, 4242.0, 4252.0, 4212.0, 4240.0, 4199.0, 4209.0, 4168.0, 4198.0, 4240.0, 4249.0, 4208.0, 4229.0, 4177.0, 4198.0, 4178.0, 4200.0, 4191.0, 4214.0, 4265.0, 4252.0, 4233.0, 4222.0, 4211.0, 4201.0, 4239.0, 4201.0, 4221.0, 4239.0, 4200.0, 4209.0, 4227.0, 4188.0, 4197.0, 4168.0, 4198.0, 4240.0, 4226.0, 4188.0, 4230.0, 4246.0, 4210.0, 4217.0, 4174.0, 4187.0, 4216.0, 4196.0, 4197.0, 4238.0, 4187.0, 4211.0, 4228.0, 4199.0, 4241.0, 4248.0, 4209.0, 4242.0, 4240.0, 4211.0, 4239.0, 4199.0, 4230.0, 4237.0, 4211.0, 4242.0, 4250.0, 4211.0, 4238.0, 4200.0, 4228.0, 4189.0, 4234.0, 4251.0, 4209.0, 4211.0, 4227.0, 4199.0, 4230.0, 4238.0, 4200.0, 4239.0, 4197.0, 4199.0, 4176.0, 4198.0, 4227.0, 4189.0, 4244.0, 4251.0, 4210.0, 4210.0, 4178.0, 4198.0, 4238.0, 4200.0, 4241.0, 4251.0, 4220.0, 4239.0, 4198.0, 4197.0, 4177.0, 4198.0, 4239.0, 4177.0, 4200.0, 4250.0, 4187.0, 4200.0, 4177.0, 4198.0, 4228.0, 4188.0, 4232.0, 4251.0, 4220.0, 4230.0, 4190.0, 4201.0, 4249.0, 4212.0, 4254.0, 4249.0, 4231.0, 4231.0, 4238.0, 4186.0, 4198.0, 4225.0, 4165.0, 4196.0, 4227.0, 4177.0, 4199.0, 4227.0, 4177.0, 4210.0, 4240.0, 4200.0, 4220.0, 4200.0, 4212.0, 4242.0, 4252.0, 4220.0, 4241.0, 4239.0, 4212.0, 4242.0, 4190.0, 4221.0, 4200.0, 4212.0, 4252.0, 4200.0, 4223.0, 4263.0, 4212.0, 4212.0, 4241.0, 4212.0, 4243.0, 4251.0, 4211.0, 4222.0, 4240.0, 4220.0, 4220.0, 4202.0, 4214.0, 4252.0, 4225.0, 4256.0, 4234.0, 4226.0, 4264.0, 4225.0, 4244.0, 4203.0, 4237.0, 4265.0, 4231.0, 4222.0, 4240.0, 4201.0, 4242.0, 4250.0, 4211.0, 4221.0, 4239.0, 4210.0, 4218.0, 4200.0, 4210.0, 4200.0, 4224.0, 4253.0, 4224.0, 4243.0, 4224.0, 4234.0, 4203.0, 4224.0, 4266.0, 4265.0, 4243.0, 4232.0, 4199.0, 4210.0, 4238.0, 4188.0, 4221.0, 4250.0, 4220.0, 4220.0, 4223.0, 4234.0, 4215.0, 4244.0, 4226.0, 4255.0, 4236.0, 4256.0, 4263.0, 4212.0, 4223.0, 4241.0, 4209.0, 4209.0, 4216.0, 4187.0, 4208.0, 4236.0, 4197.0, 4219.0, 4226.0, 4198.0, 4216.0, 4188.0, 4209.0, 4207.0, 4210.0, 4242.0, 4209.0, 4210.0, 4228.0, 4198.0, 4218.0, 4188.0, 4221.0, 4241.0, 4199.0, 4219.0, 4177.0, 4199.0, 4238.0, 4209.0, 4242.0, 4250.0, 4220.0, 4240.0, 4188.0, 4197.0, 4187.0, 4199.0, 4241.0, 4223.0, 4243.0, 4212.0, 4232.0, 4190.0, 4211.0, 4254.0, 4251.0, 4230.0, 4230.0, 4208.0, 4187.0, 4216.0, 4174.0, 4186.0, 4216.0, 4176.0, 4199.0, 4238.0, 4199.0, 4218.0, 4200.0, 4199.0, 4191.0, 4254.0, 4247.0, 4245.0, 4257.0, 4248.0, 4259.0, 4281.0, 4245.0, 4223.0, 4239.0, 4177.0, 4198.0, 4227.0, 4197.0, 4222.0, 4250.0, 4210.0, 4200.0, 4189.0, 4192.0, 4214.0, 4193.0, 4245.0, 4266.0, 4225.0, 4235.0, 4193.0, 4214.0, 4191.0, 4212.0, 4255.0, 4252.0, 4233.0, 4230.0, 4213.0, 4219.0, 4190.0, 4178.0, 4201.0, 4242.0, 4211.0, 4211.0, 4241.0, 4218.0, 4199.0, 4177.0, 4196.0, 4178.0, 4201.0, 4240.0, 4207.0, 4198.0, 4240.0, 4201.0, 4196.0, 4178.0, 4178.0, 4205.0, 4181.0, 4230.0, 4191.0, 4245.0, 4255.0, 4235.0, 4216.0, 4231.0, 4212.0, 4198.0, 4176.0, 4176.0, 4188.0, 4211.0, 4201.0, 4232.0, 4231.0, 4224.0, 4192.0, 4205.0, 4192.0, 4223.0, 4250.0, 4197.0, 4218.0, 4178.0, 4185.0, 4176.0, 4219.0, 4202.0, 4202.0, 4245.0, 4226.0, 4256.0, 4236.0, 4255.0, 4224.0, 4243.0, 4241.0, 4208.0, 4211.0, 4239.0, 4197.0, 4196.0, 4176.0, 4186.0, 4214.0, 4188.0, 4219.0, 4228.0, 4209.0, 4207.0, 4176.0, 4188.0, 4227.0, 4189.0, 4223.0, 4241.0, 4222.0, 4240.0, 4203.0, 4232.0, 4204.0, 4257.0, 4265.0, 4223.0, 4210.0, 4239.0, 4197.0, 4197.0, 4218.0, 4187.0, 4208.0, 4237.0, 4186.0, 4195.0, 4214.0, 4185.0, 4209.0, 4228.0, 4209.0, 4241.0, 4212.0, 4219.0, 4213.0, 4254.0, 4252.0, 4221.0, 4218.0, 4201.0, 4222.0, 4201.0, 4243.0, 4241.0, 4211.0, 4232.0, 4239.0, 4217.0, 4218.0, 4188.0, 4177.0, 4191.0, 4242.0, 4239.0, 4220.0, 4230.0, 4220.0, 4198.0, 4175.0, 4186.0, 4166.0, 4199.0, 4239.0, 4197.0, 4198.0, 4239.0, 4217.0, 4197.0, 4175.0, 4186.0, 4176.0, 4198.0, 4239.0, 4219.0, 4198.0, 4207.0, 4198.0, 4184.0, 4177.0, 4198.0, 4191.0, 4229.0, 4191.0, 4243.0, 4252.0, 4230.0, 4218.0, 4176.0, 4186.0, 4164.0, 4176.0, 4207.0, 4225.0, 4187.0, 4217.0, 4186.0, 4186.0, 4165.0, 4187.0, 4227.0, 4165.0, 4187.0, 4218.0, 4174.0, 4187.0, 4228.0, 4186.0, 4187.0, 4165.0, 4187.0, 4217.0, 4189.0, 4219.0, 4237.0, 4209.0, 4219.0, 4228.0, 4177.0, 4195.0, 4187.0, 4209.0, 4225.0, 4186.0, 4207.0, 4224.0, 4207.0, 4207.0, 4175.0, 4185.0, 4177.0, 4188.0, 4177.0, 4200.0, 4253.0, 4239.0, 4210.0, 4208.0, 4188.0, 4199.0, 4229.0, 4186.0, 4198.0, 4217.0, 4197.0, 4207.0, 4190.0, 4197.0, 4180.0, 4208.0, 4191.0, 4221.0, 4253.0, 4218.0, 4209.0, 4178.0, 4188.0, 4219.0, 4208.0, 4207.0, 4177.0, 4197.0, 4177.0, 4198.0, 4228.0, 4237.0, 4217.0, 4205.0, 4173.0, 4172.0, 4201.0, 4173.0, 4171.0, 4160.0, 4193.0, 4225.0, 4194.0, 4203.0, 4173.0, 4205.0, 4212.0, 4183.0, 4191.0, 4179.0, 4159.0, 4180.0, 4162.0, 4182.0, 4160.0, 4182.0, 4169.0, 4173.0, 4212.0, 4182.0, 4202.0, 4159.0, 4173.0, 4151.0, 4174.0, 4174.0, 4202.0, 4174.0, 4227.0, 4186.0, 4217.0, 4227.0, 4204.0, 4170.0, 4148.0, 4170.0, 4179.0, 4148.0, 4161.0, 4213.0, 4175.0, 4194.0, 4161.0, 4181.0, 4152.0, 4175.0, 4187.0, 4229.0, 4202.0, 4241.0, 4238.0, 4198.0, 4242.0, 4209.0, 4209.0, 4188.0, 4201.0, 4228.0, 4199.0, 4228.0, 4208.0, 4215.0, 4164.0, 4206.0, 4228.0, 4197.0, 4212.0, 4173.0, 4196.0, 4222.0, 4170.0, 4180.0, 4209.0, 4159.0, 4178.0, 4196.0, 4158.0, 4169.0, 4176.0, 4171.0, 4201.0, 4172.0, 4191.0, 4183.0, 4160.0, 4186.0, 4175.0, 4207.0, 4226.0, 4183.0, 4183.0, 4190.0, 4159.0, 4184.0, 4161.0, 4183.0, 4212.0, 4162.0, 4203.0, 4211.0, 4180.0, 4190.0, 4159.0, 4169.0, 4199.0, 4170.0, 4188.0, 4138.0, 4169.0, 4199.0, 4170.0, 4179.0, 4162.0, 4169.0, 4150.0, 4172.0, 4212.0, 4183.0, 4204.0, 4223.0, 4195.0, 4203.0, 4185.0, 4193.0, 4184.0, 4185.0, 4202.0, 4200.0, 4201.0, 4191.0, 4254.0, 4254.0, 4221.0, 4221.0, 4238.0, 4208.0, 4206.0, 4188.0, 4195.0, 4186.0, 4208.0, 4238.0, 4199.0, 4217.0, 4215.0, 4186.0, 4165.0], 'WindowWidth': [9450.0, 9445.0, 9420.0, 9472.0, 9457.0, 9385.0, 9395.0, 9396.0, 9384.0, 9367.0, 9334.0, 9318.0, 9284.0, 9304.0, 9374.0, 9348.0, 9318.0, 9319.0, 9285.0, 9271.0, 9329.0, 9280.0, 9291.0, 9262.0, 9293.0, 9329.0, 9298.0, 9356.0, 9367.0, 9313.0, 9355.0, 9368.0, 9298.0, 9304.0, 9285.0, 9301.0, 9350.0, 9279.0, 9312.0, 9353.0, 9307.0, 9334.0, 9369.0, 9330.0, 9342.0, 9274.0, 9319.0, 9372.0, 9310.0, 9342.0, 9374.0, 9356.0, 9362.0, 9326.0, 9342.0, 9389.0, 9339.0, 9388.0, 9376.0, 9340.0, 9375.0, 9339.0, 9361.0, 9313.0, 9343.0, 9396.0, 9343.0, 9341.0, 9394.0, 9321.0, 9337.0, 9372.0, 9322.0, 9350.0, 9370.0, 9336.0, 9368.0, 9381.0, 9331.0, 9382.0, 9345.0, 9380.0, 9350.0, 9391.0, 9403.0, 9349.0, 9346.0, 9398.0, 9326.0, 9339.0, 9374.0, 9322.0, 9337.0, 9375.0, 9343.0, 9353.0, 9331.0, 9342.0, 9381.0, 9333.0, 9385.0, 9393.0, 9341.0, 9387.0, 9394.0, 9330.0, 9339.0, 9331.0, 9359.0, 9352.0, 9409.0, 9403.0, 9364.0, 9363.0, 9401.0, 9344.0, 9346.0, 9378.0, 9321.0, 9339.0, 9380.0, 9337.0, 9342.0, 9378.0, 9322.0, 9333.0, 9294.0, 9325.0, 9381.0, 9364.0, 9340.0, 9381.0, 9308.0, 9325.0, 9296.0, 9328.0, 9389.0, 9392.0, 9339.0, 9373.0, 9396.0, 9345.0, 9367.0, 9346.0, 9373.0, 9395.0, 9339.0, 9382.0, 9397.0, 9344.0, 9366.0, 9317.0, 9325.0, 9317.0, 9348.0, 9395.0, 9347.0, 9392.0, 9400.0, 9349.0, 9348.0, 9382.0, 9355.0, 9354.0, 9319.0, 9323.0, 9380.0, 9334.0, 9341.0, 9396.0, 9314.0, 9360.0, 9313.0, 9329.0, 9392.0, 9346.0, 9408.0, 9413.0, 9378.0, 9371.0, 9313.0, 9332.0, 9391.0, 9325.0, 9362.0, 9398.0, 9328.0, 9353.0, 9294.0, 9339.0, 9390.0, 9322.0, 9357.0, 9393.0, 9345.0, 9352.0, 9312.0, 9326.0, 9388.0, 9326.0, 9384.0, 9390.0, 9341.0, 9374.0, 9382.0, 9342.0, 9362.0, 9329.0, 9343.0, 9373.0, 9337.0, 9359.0, 9393.0, 9344.0, 9373.0, 9300.0, 9330.0, 9395.0, 9343.0, 9410.0, 9420.0, 9369.0, 9383.0, 9343.0, 9338.0, 9333.0, 9346.0, 9373.0, 9368.0, 9428.0, 9415.0, 9393.0, 9367.0, 9311.0, 9337.0, 9375.0, 9322.0, 9339.0, 9372.0, 9355.0, 9348.0, 9328.0, 9341.0, 9376.0, 9325.0, 9384.0, 9414.0, 9357.0, 9364.0, 9347.0, 9349.0, 9333.0, 9372.0, 9354.0, 9411.0, 9423.0, 9378.0, 9375.0, 9314.0, 9328.0, 9376.0, 9326.0, 9339.0, 9376.0, 9340.0, 9337.0, 9377.0, 9310.0, 9366.0, 9329.0, 9352.0, 9328.0, 9379.0, 9401.0, 9344.0, 9355.0, 9327.0, 9340.0, 9315.0, 9346.0, 9417.0, 9360.0, 9356.0, 9312.0, 9325.0, 9312.0, 9343.0, 9399.0, 9390.0, 9366.0, 9409.0, 9342.0, 9321.0, 9312.0, 9337.0, 9330.0, 9332.0, 9346.0, 9337.0, 9414.0, 9433.0, 9401.0, 9353.0, 9362.0, 9315.0, 9299.0, 9347.0, 9287.0, 9331.0, 9366.0, 9313.0, 9320.0, 9302.0, 9301.0, 9292.0, 9338.0, 9397.0, 9381.0, 9352.0, 9377.0, 9330.0, 9361.0, 9325.0, 9298.0, 9342.0, 9341.0, 9416.0, 9421.0, 9324.0, 9342.0, 9382.0, 9323.0, 9327.0, 9397.0, 9347.0, 9314.0, 9295.0, 9278.0, 9346.0, 9262.0, 9320.0, 9351.0, 9299.0, 9292.0, 9326.0, 9276.0, 9266.0, 9260.0, 9288.0, 9321.0, 9273.0, 9308.0, 9341.0, 9309.0, 9318.0, 9249.0, 9278.0, 9329.0, 9244.0, 9293.0, 9347.0, 9289.0, 9314.0, 9344.0, 9295.0, 9335.0, 9285.0, 9328.0, 9370.0, 9306.0, 9330.0, 9354.0, 9302.0, 9356.0, 9284.0, 9314.0, 9388.0, 9303.0, 9321.0, 9325.0, 9302.0, 9353.0, 9305.0, 9364.0, 9393.0, 9350.0, 9360.0, 9319.0, 9332.0, 9305.0, 9322.0, 9380.0, 9338.0, 9339.0, 9391.0, 9333.0, 9316.0, 9312.0, 9304.0, 9363.0, 9311.0, 9353.0, 9393.0, 9338.0, 9375.0, 9323.0, 9354.0, 9396.0, 9353.0, 9325.0, 9375.0, 9321.0, 9315.0, 9303.0, 9324.0, 9394.0, 9348.0, 9399.0, 9358.0, 9359.0, 9392.0, 9357.0, 9371.0, 9394.0, 9341.0, 9353.0, 9371.0, 9348.0, 9340.0, 9284.0, 9304.0, 9352.0, 9304.0, 9338.0, 9373.0, 9305.0, 9346.0, 9293.0, 9322.0, 9387.0, 9338.0, 9384.0, 9401.0, 9344.0, 9379.0, 9322.0, 9335.0, 9279.0, 9320.0, 9378.0, 9390.0, 9332.0, 9360.0, 9288.0, 9319.0, 9294.0, 9325.0, 9316.0, 9351.0, 9422.0, 9401.0, 9374.0, 9358.0, 9342.0, 9327.0, 9375.0, 9327.0, 9354.0, 9376.0, 9326.0, 9335.0, 9356.0, 9305.0, 9314.0, 9279.0, 9320.0, 9377.0, 9354.0, 9307.0, 9365.0, 9381.0, 9337.0, 9341.0, 9282.0, 9301.0, 9340.0, 9311.0, 9318.0, 9373.0, 9304.0, 9343.0, 9359.0, 9323.0, 9381.0, 9386.0, 9335.0, 9384.0, 9377.0, 9341.0, 9376.0, 9323.0, 9365.0, 9371.0, 9340.0, 9385.0, 9391.0, 9341.0, 9372.0, 9324.0, 9359.0, 9311.0, 9379.0, 9399.0, 9336.0, 9341.0, 9356.0, 9322.0, 9364.0, 9373.0, 9327.0, 9377.0, 9317.0, 9322.0, 9288.0, 9320.0, 9356.0, 9309.0, 9390.0, 9399.0, 9339.0, 9339.0, 9293.0, 9320.0, 9372.0, 9324.0, 9380.0, 9395.0, 9352.0, 9375.0, 9317.0, 9315.0, 9290.0, 9319.0, 9374.0, 9288.0, 9325.0, 9393.0, 9302.0, 9324.0, 9289.0, 9318.0, 9358.0, 9309.0, 9373.0, 9394.0, 9352.0, 9365.0, 9312.0, 9327.0, 9389.0, 9346.0, 9403.0, 9390.0, 9368.0, 9366.0, 9370.0, 9300.0, 9318.0, 9350.0, 9269.0, 9314.0, 9356.0, 9288.0, 9320.0, 9356.0, 9291.0, 9340.0, 9379.0, 9326.0, 9354.0, 9326.0, 9347.0, 9387.0, 9398.0, 9353.0, 9382.0, 9377.0, 9346.0, 9386.0, 9314.0, 9357.0, 9327.0, 9347.0, 9400.0, 9326.0, 9361.0, 9416.0, 9343.0, 9346.0, 9382.0, 9346.0, 9388.0, 9397.0, 9342.0, 9358.0, 9379.0, 9353.0, 9354.0, 9333.0, 9351.0, 9401.0, 9372.0, 9414.0, 9379.0, 9371.0, 9420.0, 9368.0, 9394.0, 9338.0, 9388.0, 9426.0, 9371.0, 9358.0, 9380.0, 9329.0, 9384.0, 9392.0, 9341.0, 9355.0, 9375.0, 9339.0, 9346.0, 9325.0, 9340.0, 9330.0, 9367.0, 9402.0, 9368.0, 9391.0, 9366.0, 9378.0, 9336.0, 9365.0, 9428.0, 9423.0, 9387.0, 9371.0, 9322.0, 9337.0, 9372.0, 9307.0, 9355.0, 9392.0, 9353.0, 9351.0, 9367.0, 9383.0, 9360.0, 9395.0, 9376.0, 9412.0, 9387.0, 9412.0, 9417.0, 9344.0, 9360.0, 9382.0, 9335.0, 9333.0, 9340.0, 9302.0, 9332.0, 9366.0, 9317.0, 9348.0, 9352.0, 9317.0, 9339.0, 9306.0, 9334.0, 9330.0, 9339.0, 9384.0, 9335.0, 9336.0, 9358.0, 9320.0, 9347.0, 9304.0, 9355.0, 9382.0, 9322.0, 9348.0, 9290.0, 9320.0, 9372.0, 9335.0, 9383.0, 9394.0, 9350.0, 9379.0, 9304.0, 9316.0, 9304.0, 9323.0, 9382.0, 9363.0, 9389.0, 9344.0, 9370.0, 9314.0, 9342.0, 9404.0, 9397.0, 9366.0, 9365.0, 9330.0, 9301.0, 9338.0, 9279.0, 9297.0, 9339.0, 9287.0, 9320.0, 9372.0, 9321.0, 9346.0, 9326.0, 9322.0, 9314.0, 9405.0, 9400.0, 9397.0, 9415.0, 9405.0, 9420.0, 9457.0, 9396.0, 9359.0, 9374.0, 9288.0, 9316.0, 9353.0, 9313.0, 9356.0, 9394.0, 9338.0, 9324.0, 9311.0, 9318.0, 9351.0, 9323.0, 9395.0, 9424.0, 9365.0, 9378.0, 9321.0, 9349.0, 9314.0, 9341.0, 9405.0, 9397.0, 9375.0, 9362.0, 9346.0, 9347.0, 9311.0, 9293.0, 9327.0, 9383.0, 9337.0, 9340.0, 9383.0, 9345.0, 9317.0, 9289.0, 9313.0, 9293.0, 9326.0, 9380.0, 9329.0, 9318.0, 9375.0, 9327.0, 9308.0, 9288.0, 9290.0, 9337.0, 9297.0, 9358.0, 9310.0, 9388.0, 9405.0, 9375.0, 9354.0, 9365.0, 9343.0, 9316.0, 9284.0, 9282.0, 9302.0, 9339.0, 9325.0, 9367.0, 9368.0, 9356.0, 9314.0, 9337.0, 9317.0, 9358.0, 9392.0, 9313.0, 9344.0, 9292.0, 9296.0, 9286.0, 9346.0, 9332.0, 9333.0, 9393.0, 9371.0, 9412.0, 9385.0, 9406.0, 9363.0, 9388.0, 9384.0, 9331.0, 9338.0, 9373.0, 9315.0, 9312.0, 9285.0, 9299.0, 9334.0, 9305.0, 9347.0, 9356.0, 9333.0, 9328.0, 9288.0, 9305.0, 9357.0, 9309.0, 9361.0, 9383.0, 9358.0, 9380.0, 9337.0, 9372.0, 9341.0, 9415.0, 9424.0, 9360.0, 9338.0, 9375.0, 9316.0, 9316.0, 9343.0, 9301.0, 9331.0, 9368.0, 9297.0, 9307.0, 9333.0, 9297.0, 9335.0, 9360.0, 9336.0, 9384.0, 9348.0, 9353.0, 9350.0, 9407.0, 9399.0, 9355.0, 9346.0, 9329.0, 9358.0, 9330.0, 9387.0, 9382.0, 9340.0, 9371.0, 9378.0, 9341.0, 9344.0, 9304.0, 9289.0, 9314.0, 9384.0, 9375.0, 9352.0, 9365.0, 9352.0, 9318.0, 9285.0, 9300.0, 9275.0, 9322.0, 9377.0, 9316.0, 9319.0, 9376.0, 9343.0, 9315.0, 9284.0, 9300.0, 9290.0, 9320.0, 9377.0, 9350.0, 9321.0, 9331.0, 9319.0, 9293.0, 9290.0, 9320.0, 9314.0, 9362.0, 9316.0, 9387.0, 9400.0, 9363.0, 9344.0, 9285.0, 9297.0, 9266.0, 9285.0, 9327.0, 9348.0, 9299.0, 9343.0, 9298.0, 9299.0, 9271.0, 9304.0, 9355.0, 9268.0, 9300.0, 9341.0, 9280.0, 9301.0, 9359.0, 9299.0, 9301.0, 9272.0, 9303.0, 9341.0, 9307.0, 9349.0, 9371.0, 9334.0, 9346.0, 9355.0, 9287.0, 9311.0, 9302.0, 9334.0, 9350.0, 9296.0, 9326.0, 9347.0, 9328.0, 9328.0, 9283.0, 9297.0, 9290.0, 9307.0, 9292.0, 9328.0, 9403.0, 9377.0, 9338.0, 9332.0, 9308.0, 9321.0, 9361.0, 9301.0, 9319.0, 9343.0, 9318.0, 9330.0, 9314.0, 9318.0, 9298.0, 9336.0, 9319.0, 9356.0, 9405.0, 9347.0, 9336.0, 9294.0, 9305.0, 9348.0, 9334.0, 9330.0, 9289.0, 9315.0, 9288.0, 9316.0, 9359.0, 9368.0, 9339.0, 9320.0, 9272.0, 9271.0, 9306.0, 9274.0, 9269.0, 9254.0, 9304.0, 9347.0, 9303.0, 9314.0, 9273.0, 9320.0, 9326.0, 9285.0, 9292.0, 9275.0, 9250.0, 9277.0, 9257.0, 9285.0, 9255.0, 9285.0, 9265.0, 9278.0, 9326.0, 9286.0, 9312.0, 9249.0, 9272.0, 9245.0, 9278.0, 9279.0, 9315.0, 9279.0, 9353.0, 9296.0, 9344.0, 9356.0, 9314.0, 9263.0, 9234.0, 9265.0, 9275.0, 9233.0, 9253.0, 9327.0, 9281.0, 9304.0, 9256.0, 9283.0, 9248.0, 9284.0, 9306.0, 9363.0, 9337.0, 9382.0, 9372.0, 9319.0, 9386.0, 9334.0, 9334.0, 9308.0, 9329.0, 9359.0, 9320.0, 9360.0, 9334.0, 9335.0, 9267.0, 9325.0, 9355.0, 9310.0, 9326.0, 9274.0, 9308.0, 9340.0, 9263.0, 9276.0, 9314.0, 9245.0, 9272.0, 9294.0, 9245.0, 9261.0, 9267.0, 9270.0, 9310.0, 9275.0, 9296.0, 9289.0, 9256.0, 9301.0, 9283.0, 9330.0, 9355.0, 9287.0, 9286.0, 9294.0, 9252.0, 9290.0, 9260.0, 9290.0, 9326.0, 9259.0, 9314.0, 9322.0, 9279.0, 9291.0, 9248.0, 9263.0, 9302.0, 9265.0, 9288.0, 9221.0, 9264.0, 9303.0, 9269.0, 9277.0, 9259.0, 9266.0, 9241.0, 9275.0, 9328.0, 9292.0, 9319.0, 9347.0, 9309.0, 9318.0, 9297.0, 9305.0, 9296.0, 9295.0, 9331.0, 9328.0, 9330.0, 9318.0, 9408.0, 9410.0, 9357.0, 9356.0, 9374.0, 9331.0, 9325.0, 9306.0, 9310.0, 9301.0, 9335.0, 9374.0, 9321.0, 9345.0, 9338.0, 9300.0, 9273.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.003394640069384215</td></tr>
<tr><td colspan=3>aqi</td><td>0.02959884050303556</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.70004456256075</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2764707402690967</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0566823697309027</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>6334.1646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10930839848971485</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>138</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.96877710320902</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5528247736305967</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.566913029709115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.621409482955273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.470151808227401</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143298</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008802009746432304</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016436778008937836</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>4.053898326866278</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>23.7447</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6514</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.9144</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305375.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>776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.4581</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9608</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.5442</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3480.8329</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.0085</td></tr>
<tr><td colspan=3>tsnr</td><td>38.50670671835542</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>