<?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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-02/func/sub-0107_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>333b435b275c1068aa1c7a3bd2c685a7</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>16:02:3.742500</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.997015, 0.0535855, 0.0555789, -0.0503321, 0.997025, -0.0583719]</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.0864772</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>[4217, -7791, -7256, 411, -138, -133, 43, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.551</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3a5473c1-7ba2-4edc-af9c-d14072e2f908||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.674919366836548, -0.13503730297088623, 0.15806183218955994, 115.65315246582031], [-0.14376600086688995, 2.674945831298828, -0.14958086609840393, -94.61112213134766], [0.14911401271820068, 0.15660764276981354, 2.691215753555298, -92.7389907836914], [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': ['160203.742500', '160204.202500', '160204.662500', '160205.122500', '160205.582500', '160206.042500', '160206.502500', '160206.962500', '160207.422500', '160207.882500', '160208.342500', '160208.802500', '160209.262500', '160209.722500', '160210.182500', '160210.642500', '160211.102500', '160211.562500', '160212.022500', '160212.482500', '160212.942500', '160213.402500', '160213.862500', '160214.322500', '160214.782500', '160215.242500', '160215.702500', '160216.162500', '160216.622500', '160217.082500', '160217.542500', '160218.002500', '160218.462500', '160218.922500', '160219.382500', '160219.842500', '160220.302500', '160220.762500', '160221.222500', '160221.682500', '160222.142500', '160222.602500', '160223.062500', '160223.522500', '160223.982500', '160224.442500', '160224.902500', '160225.362500', '160225.822500', '160226.282500', '160226.742500', '160227.202500', '160227.662500', '160228.122500', '160228.582500', '160229.042500', '160229.502500', '160229.962500', '160230.422500', '160230.882500', '160231.342500', '160231.802500', '160232.262500', '160232.722500', '160233.182500', '160233.642500', '160234.102500', '160234.562500', '160235.022500', '160235.482500', '160235.942500', '160236.402500', '160236.862500', '160237.322500', '160237.782500', '160238.242500', '160238.702500', '160239.162500', '160239.622500', '160240.082500', '160240.542500', '160241.002500', '160241.462500', '160241.922500', '160242.382500', '160242.842500', '160243.302500', '160243.762500', '160244.222500', '160244.682500', '160245.142500', '160245.602500', '160246.062500', '160246.522500', '160246.982500', '160247.442500', '160247.902500', '160248.362500', '160248.822500', '160249.282500', '160249.742500', '160250.202500', '160250.662500', '160251.122500', '160251.582500', '160252.042500', '160252.502500', '160252.962500', '160253.422500', '160253.882500', '160254.342500', '160254.802500', '160255.262500', '160255.722500', '160256.182500', '160256.642500', '160257.102500', '160257.562500', '160258.022500', '160258.482500', '160258.942500', '160259.402500', '160259.862500', '160300.322500', '160300.782500', '160301.242500', '160301.702500', '160302.162500', '160302.622500', '160303.082500', '160303.542500', '160304.002500', '160304.462500', '160304.922500', '160305.382500', '160305.842500', '160306.302500', '160306.762500', '160307.222500', '160307.682500', '160308.142500', '160308.602500', '160309.062500', '160309.522500', '160309.982500', '160310.442500', '160310.902500', '160311.362500', '160311.822500', '160312.282500', '160312.742500', '160313.202500', '160313.662500', '160314.122500', '160314.582500', '160315.042500', '160315.502500', '160315.962500', '160316.422500', '160316.882500', '160317.342500', '160317.802500', '160318.262500', '160318.722500', '160319.182500', '160319.642500', '160320.102500', '160320.562500', '160321.022500', '160321.482500', '160321.942500', '160322.402500', '160322.862500', '160323.322500', '160323.782500', '160324.242500', '160324.702500', '160325.162500', '160325.622500', '160326.082500', '160326.542500', '160327.002500', '160327.462500', '160327.922500', '160328.382500', '160328.842500', '160329.302500', '160329.762500', '160330.222500', '160330.682500', '160331.142500', '160331.602500', '160332.062500', '160332.522500', '160332.982500', '160333.442500', '160333.902500', '160334.362500', '160334.822500', '160335.282500', '160335.742500', '160336.202500', '160336.662500', '160337.122500', '160337.582500', '160338.042500', '160338.502500', '160338.962500', '160339.422500', '160339.882500', '160340.342500', '160340.802500', '160341.262500', '160341.722500', '160342.182500', '160342.642500', '160343.102500', '160343.562500', '160344.022500', '160344.482500', '160344.942500', '160345.402500', '160345.862500', '160346.322500', '160346.782500', '160347.242500', '160347.702500', '160348.162500', '160348.622500', '160349.082500', '160349.542500', '160350.002500', '160350.462500', '160350.922500', '160351.382500', '160351.842500', '160352.302500', '160352.762500', '160353.222500', '160353.682500', '160354.142500', '160354.602500', '160355.062500', '160355.522500', '160355.982500', '160356.442500', '160356.902500', '160357.362500', '160357.822500', '160358.282500', '160358.742500', '160359.202500', '160359.662500', '160400.122500', '160400.582500', '160401.042500', '160401.502500', '160401.962500', '160402.422500', '160402.882500', '160403.342500', '160403.802500', '160404.262500', '160404.722500', '160405.182500', '160405.642500', '160406.102500', '160406.562500', '160407.022500', '160407.482500', '160407.942500', '160408.402500', '160408.862500', '160409.322500', '160409.782500', '160410.242500', '160410.702500', '160411.162500', '160411.622500', '160412.082500', '160412.542500', '160413.002500', '160413.462500', '160413.922500', '160414.382500', '160414.842500', '160415.302500', '160415.762500', '160416.222500', '160416.682500', '160417.142500', '160417.602500', '160418.062500', '160418.522500', '160418.982500', '160419.442500', '160419.902500', '160420.362500', '160420.822500', '160421.282500', '160421.742500', '160422.202500', '160422.662500', '160423.122500', '160423.582500', '160424.042500', '160424.502500', '160424.962500', '160425.422500', '160425.882500', '160426.342500', '160426.802500', '160427.262500', '160427.722500', '160428.182500', '160428.642500', '160429.102500', '160429.562500', '160430.022500', '160430.482500', '160430.942500', '160431.402500', '160431.862500', '160432.322500', '160432.782500', '160433.242500', '160433.702500', '160434.162500', '160434.622500', '160435.082500', '160435.542500', '160436.002500', '160436.462500', '160436.922500', '160437.382500', '160437.842500', '160438.302500', '160438.762500', '160439.222500', '160439.682500', '160440.142500', '160440.602500', '160441.062500', '160441.522500', '160441.982500', '160442.442500', '160442.902500', '160443.362500', '160443.822500', '160444.282500', '160444.742500', '160445.202500', '160445.662500', '160446.122500', '160446.582500', '160447.042500', '160447.502500', '160447.962500', '160448.422500', '160448.882500', '160449.342500', '160449.802500', '160450.262500', '160450.722500', '160451.182500', '160451.642500', '160452.102500', '160452.562500', '160453.022500', '160453.482500', '160453.942500', '160454.402500', '160454.862500', '160455.322500', '160455.782500', '160456.242500', '160456.702500', '160457.162500', '160457.622500', '160458.082500', '160458.542500', '160459.002500', '160459.462500', '160459.922500', '160500.382500', '160500.842500', '160501.302500', '160501.762500', '160502.222500', '160502.682500', '160503.142500', '160503.602500', '160504.062500', '160504.522500', '160504.982500', '160505.442500', '160505.902500', '160506.362500', '160506.822500', '160507.282500', '160507.742500', '160508.202500', '160508.662500', '160509.122500', '160509.582500', '160510.042500', '160510.502500', '160510.962500', '160511.422500', '160511.882500', '160512.342500', '160512.802500', '160513.262500', '160513.722500', '160514.182500', '160514.642500', '160515.102500', '160515.562500', '160516.022500', '160516.482500', '160516.942500', '160517.402500', '160517.862500', '160518.322500', '160518.782500', '160519.242500', '160519.702500', '160520.162500', '160520.622500', '160521.082500', '160521.542500', '160522.002500', '160522.462500', '160522.922500', '160523.382500', '160523.842500', '160524.302500', '160524.762500', '160525.222500', '160525.682500', '160526.142500', '160526.602500', '160527.062500', '160527.522500', '160527.982500', '160528.442500', '160528.902500', '160529.362500', '160529.822500', '160530.282500', '160530.742500', '160531.202500', '160531.662500', '160532.122500', '160532.582500', '160533.042500', '160533.502500', '160533.962500', '160534.422500', '160534.882500', '160535.342500', '160535.802500', '160536.262500', '160536.722500', '160537.182500', '160537.642500', '160538.102500', '160538.562500', '160539.022500', '160539.482500', '160539.942500', '160540.402500', '160540.862500', '160541.322500', '160541.782500', '160542.242500', '160542.702500', '160543.162500', '160543.622500', '160544.082500', '160544.542500', '160545.002500', '160545.462500', '160545.922500', '160546.382500', '160546.842500', '160547.302500', '160547.762500', '160548.222500', '160548.682500', '160549.142500', '160549.602500', '160550.062500', '160550.522500', '160550.982500', '160551.442500', '160551.902500', '160552.362500', '160552.822500', '160553.282500', '160553.742500', '160554.202500', '160554.662500', '160555.122500', '160555.582500', '160556.042500', '160556.502500', '160556.962500', '160557.422500', '160557.882500', '160558.342500', '160558.802500', '160559.262500', '160559.722500', '160600.182500', '160600.642500', '160601.102500', '160601.562500', '160602.022500', '160602.482500', '160602.942500', '160603.402500', '160603.862500', '160604.322500', '160604.782500', '160605.242500', '160605.702500', '160606.162500', '160606.622500', '160607.082500', '160607.542500', '160608.002500', '160608.462500', '160608.922500', '160609.382500', '160609.842500', '160610.302500', '160610.762500', '160611.222500', '160611.682500', '160612.142500', '160612.602500', '160613.062500', '160613.522500', '160613.982500', '160614.442500', '160614.902500', '160615.362500', '160615.822500', '160616.282500', '160616.742500', '160617.202500', '160617.662500', '160618.122500', '160618.582500', '160619.042500', '160619.502500', '160619.962500', '160620.422500', '160620.882500', '160621.342500', '160621.802500', '160622.262500', '160622.722500', '160623.182500', '160623.642500', '160624.102500', '160624.562500', '160625.022500', '160625.482500', '160625.942500', '160626.402500', '160626.862500', '160627.322500', '160627.782500', '160628.242500', '160628.702500', '160629.162500', '160629.622500', '160630.082500', '160630.542500', '160631.002500', '160631.462500', '160631.922500', '160632.382500', '160632.842500', '160633.302500', '160633.762500', '160634.222500', '160634.682500', '160635.142500', '160635.602500', '160636.062500', '160636.522500', '160636.982500', '160637.442500', '160637.902500', '160638.362500', '160638.822500', '160639.282500', '160639.742500', '160640.202500', '160640.662500', '160641.122500', '160641.582500', '160642.042500', '160642.502500', '160642.962500', '160643.422500', '160643.882500', '160644.342500', '160644.802500', '160645.262500', '160645.722500', '160646.182500', '160646.642500', '160647.102500', '160647.562500', '160648.022500', '160648.482500', '160648.942500', '160649.402500', '160649.862500', '160650.322500', '160650.782500', '160651.242500', '160651.702500', '160652.162500', '160652.622500', '160653.082500', '160653.542500', '160654.002500', '160654.462500', '160654.922500', '160655.382500', '160655.842500', '160656.302500', '160656.762500', '160657.222500', '160657.682500', '160658.142500', '160658.602500', '160659.062500', '160659.522500', '160659.982500', '160700.442500', '160700.902500', '160701.362500', '160701.822500', '160702.282500', '160702.742500', '160703.202500', '160703.662500', '160704.122500', '160704.582500', '160705.042500', '160705.502500', '160705.962500', '160706.422500', '160706.882500', '160707.342500', '160707.802500', '160708.262500', '160708.722500', '160709.182500', '160709.642500', '160710.102500', '160710.562500', '160711.022500', '160711.482500', '160711.942500', '160712.402500', '160712.862500', '160713.322500', '160713.782500', '160714.242500', '160714.702500', '160715.162500', '160715.622500', '160716.082500', '160716.542500', '160717.002500', '160717.462500', '160717.922500', '160718.382500', '160718.842500', '160719.302500', '160719.762500', '160720.222500', '160720.682500', '160721.142500', '160721.602500', '160722.062500', '160722.522500', '160722.982500', '160723.442500', '160723.902500', '160724.362500', '160724.822500', '160725.282500', '160725.742500', '160726.202500', '160726.662500', '160727.122500', '160727.582500', '160728.042500', '160728.502500', '160728.962500', '160729.422500', '160729.882500', '160730.342500', '160730.802500', '160731.262500', '160731.722500', '160732.182500', '160732.642500', '160733.102500', '160733.562500', '160734.022500', '160734.482500', '160734.942500', '160735.402500', '160735.862500', '160736.322500', '160736.782500', '160737.242500', '160737.702500', '160738.162500', '160738.622500', '160739.082500', '160739.542500', '160740.002500', '160740.462500', '160740.922500', '160741.382500', '160741.842500', '160742.302500', '160742.762500', '160743.222500', '160743.682500', '160744.142500', '160744.602500', '160745.062500', '160745.522500', '160745.982500', '160746.442500', '160746.902500', '160747.362500', '160747.822500', '160748.282500', '160748.742500', '160749.202500', '160749.662500', '160750.122500', '160750.582500', '160751.042500', '160751.502500', '160751.962500', '160752.422500', '160752.882500', '160753.342500', '160753.802500', '160754.262500', '160754.722500', '160755.182500', '160755.642500', '160756.102500', '160756.562500', '160757.022500', '160757.482500', '160757.942500', '160758.402500', '160758.862500', '160759.322500', '160759.782500', '160800.242500', '160800.702500', '160801.162500', '160801.622500', '160802.082500', '160802.542500', '160803.002500', '160803.462500', '160803.922500', '160804.382500', '160804.842500', '160805.302500', '160805.762500', '160806.222500', '160806.682500', '160807.142500', '160807.602500', '160808.062500', '160808.522500', '160808.982500', '160809.442500', '160809.902500', '160810.362500', '160810.822500', '160811.282500', '160811.742500', '160812.202500', '160812.662500', '160813.122500', '160813.582500', '160814.042500', '160814.502500', '160814.962500', '160815.422500', '160815.882500', '160816.342500', '160816.802500', '160817.262500', '160817.722500', '160818.182500', '160818.642500', '160819.102500', '160819.562500', '160820.022500', '160820.482500', '160820.942500', '160821.402500', '160821.862500', '160822.322500', '160822.782500', '160823.242500', '160823.702500', '160824.162500', '160824.622500', '160825.082500', '160825.542500', '160826.002500', '160826.462500', '160826.922500', '160827.382500', '160827.842500', '160828.302500', '160828.762500', '160829.222500', '160829.682500', '160830.142500', '160830.602500', '160831.062500', '160831.522500', '160831.982500', '160832.442500', '160832.902500', '160833.362500', '160833.822500', '160834.282500', '160834.742500', '160835.202500', '160835.662500', '160836.122500', '160836.582500', '160837.042500', '160837.502500', '160837.962500', '160838.422500', '160838.882500', '160839.342500', '160839.802500', '160840.262500', '160840.722500', '160841.182500', '160841.642500', '160842.102500', '160842.562500', '160843.022500', '160843.482500', '160843.942500', '160844.402500', '160844.862500', '160845.322500', '160845.782500', '160846.242500', '160846.702500', '160847.162500', '160847.622500', '160848.082500', '160848.542500', '160849.002500', '160849.462500', '160849.922500', '160850.382500', '160850.842500', '160851.302500', '160851.762500', '160852.222500', '160852.682500', '160853.142500', '160853.602500', '160854.062500', '160854.522500', '160854.982500', '160855.442500', '160855.902500', '160856.362500', '160856.822500', '160857.282500', '160857.742500', '160858.202500', '160858.662500', '160859.122500', '160859.582500', '160900.042500', '160900.502500', '160900.962500', '160901.422500', '160901.882500', '160902.342500', '160902.802500', '160903.262500', '160903.722500', '160904.182500', '160904.642500', '160905.102500', '160905.562500', '160906.022500', '160906.482500', '160906.942500', '160907.402500', '160907.862500', '160908.322500', '160908.782500', '160909.242500', '160909.702500', '160910.162500', '160910.622500', '160911.082500', '160911.542500', '160912.002500', '160912.462500', '160912.922500', '160913.382500', '160913.842500', '160914.302500', '160914.762500', '160915.222500', '160915.682500', '160916.142500', '160916.602500', '160917.062500', '160917.522500', '160917.982500', '160918.442500', '160918.902500', '160919.362500', '160919.822500', '160920.282500', '160920.742500', '160921.202500', '160921.662500', '160922.122500', '160922.582500', '160923.042500', '160923.502500', '160923.962500', '160924.422500', '160924.882500', '160925.342500', '160925.802500', '160926.262500', '160926.722500', '160927.182500', '160927.642500', '160928.102500', '160928.562500', '160929.022500', '160929.482500', '160929.942500', '160930.402500', '160930.862500', '160931.322500', '160931.782500', '160932.242500', '160932.702500', '160933.162500', '160933.622500', '160934.082500', '160934.542500', '160935.002500', '160935.462500', '160935.922500', '160936.382500', '160936.842500', '160937.302500', '160937.762500', '160938.222500', '160938.682500', '160939.142500', '160939.602500', '160940.062500', '160940.522500', '160940.982500', '160941.442500', '160941.902500', '160942.362500', '160942.822500', '160943.282500', '160943.742500', '160944.202500', '160944.662500', '160945.122500', '160945.582500', '160946.042500', '160946.502500', '160946.962500', '160947.422500', '160947.882500', '160948.342500', '160948.802500', '160949.262500', '160949.722500', '160950.182500', '160950.642500', '160951.102500', '160951.562500', '160952.022500', '160952.482500', '160952.942500', '160953.402500', '160953.862500', '160954.322500', '160954.782500', '160955.242500', '160955.702500', '160956.162500', '160956.622500', '160957.082500', '160957.542500', '160958.002500', '160958.462500', '160958.922500', '160959.382500', '160959.842500', '161000.302500', '161000.762500', '161001.222500', '161001.682500', '161002.142500', '161002.602500', '161003.062500', '161003.522500', '161003.982500', '161004.442500', '161004.902500', '161005.362500', '161005.822500', '161006.282500', '161006.742500', '161007.202500', '161007.662500', '161008.122500', '161008.582500', '161009.042500', '161009.502500', '161009.962500', '161010.422500', '161010.882500', '161011.342500', '161011.802500', '161012.262500', '161012.722500', '161013.182500', '161013.642500', '161014.102500', '161014.562500', '161015.022500', '161015.482500', '161015.942500', '161016.402500', '161016.862500', '161017.322500', '161017.782500', '161018.242500', '161018.702500', '161019.162500', '161019.622500', '161020.082500', '161020.542500', '161021.002500', '161021.462500', '161021.922500', '161022.382500', '161022.842500', '161023.302500', '161023.762500', '161024.222500', '161024.682500', '161025.142500', '161025.602500', '161026.062500', '161026.522500', '161026.982500', '161027.442500', '161027.902500', '161028.362500', '161028.822500', '161029.282500', '161029.742500', '161030.202500', '161030.662500', '161031.122500', '161031.582500', '161032.042500', '161032.502500', '161032.962500', '161033.422500', '161033.882500', '161034.342500', '161034.802500', '161035.262500', '161035.722500', '161036.182500', '161036.642500', '161037.102500', '161037.562500', '161038.022500', '161038.482500', '161038.942500', '161039.402500', '161039.862500', '161040.322500', '161040.782500', '161041.242500', '161041.702500', '161042.162500', '161042.622500', '161043.082500', '161043.542500', '161044.002500', '161044.462500', '161044.922500', '161045.382500', '161045.842500', '161046.302500', '161046.762500', '161047.222500', '161047.682500', '161048.142500', '161048.602500', '161049.062500', '161049.522500', '161049.982500', '161050.442500', '161050.902500', '161051.362500', '161051.822500', '161052.282500', '161052.742500', '161053.202500', '161053.662500', '161054.122500', '161054.582500', '161055.042500', '161055.502500', '161055.962500'], 'ContentTime': ['160232.083000', '160232.086000', '160232.089000', '160232.092000', '160232.096000', '160232.099000', '160232.102000', '160232.120000', '160232.123000', '160232.126000', '160232.128000', '160232.131000', '160232.143000', '160232.146000', '160232.149000', '160232.151000', '160232.154000', '160232.157000', '160232.159000', '160232.162000', '160232.165000', '160232.167000', '160232.170000', '160232.173000', '160232.176000', '160232.178000', '160232.181000', '160232.184000', '160232.187000', '160232.190000', '160232.192000', '160232.195000', '160232.198000', '160232.200000', '160232.203000', '160232.205000', '160232.208000', '160232.210000', '160232.213000', '160232.216000', '160232.218000', '160232.221000', '160232.224000', '160232.226000', '160232.237000', '160232.239000', '160232.242000', '160232.245000', '160232.257000', '160232.260000', '160232.262000', '160232.265000', '160232.268000', '160232.270000', '160232.273000', '160232.276000', '160232.278000', '160232.281000', '160252.035000', '160252.044000', '160252.046000', '160252.049000', '160252.056000', '160252.059000', '160252.061000', '160252.064000', '160252.067000', '160252.069000', '160252.098000', '160252.101000', '160252.104000', '160252.107000', '160252.109000', '160252.112000', '160252.115000', '160252.117000', '160252.120000', '160252.122000', '160252.125000', '160252.128000', '160252.130000', '160252.133000', '160252.136000', '160252.138000', '160252.141000', '160252.143000', '160252.146000', '160252.149000', '160252.152000', '160252.155000', '160252.157000', '160252.160000', '160252.162000', '160252.165000', '160252.167000', '160252.170000', '160252.172000', '160252.175000', '160252.178000', '160252.180000', '160252.183000', '160252.185000', '160312.035000', '160312.038000', '160312.047000', '160312.050000', '160312.053000', '160312.055000', '160312.058000', '160312.061000', '160312.063000', '160312.066000', '160312.069000', '160312.071000', '160312.074000', '160312.077000', '160312.079000', '160312.082000', '160312.085000', '160312.087000', '160312.090000', '160312.092000', '160312.095000', '160312.098000', '160312.100000', '160312.103000', '160312.105000', '160312.108000', '160312.111000', '160312.113000', '160312.116000', '160312.119000', '160312.121000', '160312.124000', '160312.127000', '160312.130000', '160312.132000', '160312.135000', '160312.138000', '160312.141000', '160312.144000', '160312.147000', '160312.150000', '160312.154000', '160312.156000', '160332.035000', '160332.042000', '160332.045000', '160332.047000', '160332.050000', '160332.053000', '160332.055000', '160332.058000', '160332.061000', '160332.063000', '160332.066000', '160332.069000', '160332.071000', '160332.074000', '160332.076000', '160332.079000', '160332.082000', '160332.084000', '160332.087000', '160332.090000', '160332.092000', '160332.095000', '160332.097000', '160332.100000', '160332.103000', '160332.105000', '160332.108000', '160332.111000', '160332.113000', '160332.116000', '160332.118000', '160332.121000', '160332.124000', '160332.126000', '160332.129000', '160332.132000', '160332.134000', '160332.137000', '160332.156000', '160332.159000', '160332.161000', '160332.164000', '160332.167000', '160332.169000', '160352.035000', '160352.038000', '160352.041000', '160352.043000', '160352.046000', '160352.049000', '160352.051000', '160352.062000', '160352.065000', '160352.067000', '160352.070000', '160352.072000', '160352.075000', '160352.078000', '160352.080000', '160352.083000', '160352.085000', '160352.088000', '160352.090000', '160352.093000', '160352.096000', '160352.098000', '160352.101000', '160352.103000', '160352.106000', '160352.108000', '160352.111000', '160352.113000', '160352.116000', '160352.119000', '160352.121000', '160352.124000', '160352.126000', '160352.129000', '160352.132000', '160352.134000', '160352.137000', '160352.140000', '160352.142000', '160352.145000', '160352.147000', '160352.150000', '160352.152000', '160412.034000', '160412.037000', '160412.040000', '160412.042000', '160412.045000', '160412.048000', '160412.050000', '160412.053000', '160412.055000', '160412.058000', '160412.061000', '160412.063000', '160412.066000', '160412.068000', '160412.071000', '160412.073000', '160412.076000', '160412.079000', '160412.081000', '160412.084000', '160412.087000', '160412.089000', '160412.092000', '160412.094000', '160412.097000', '160412.100000', '160412.102000', '160412.105000', '160412.107000', '160412.110000', '160412.112000', '160412.115000', '160412.118000', '160412.120000', '160412.123000', '160412.125000', '160412.128000', '160412.130000', '160412.133000', '160412.136000', '160412.138000', '160412.141000', '160412.157000', '160412.160000', '160432.034000', '160432.037000', '160432.040000', '160432.042000', '160432.045000', '160432.048000', '160432.050000', '160432.053000', '160432.055000', '160432.058000', '160432.061000', '160432.063000', '160432.066000', '160432.068000', '160432.071000', '160432.074000', '160432.076000', '160432.079000', '160432.081000', '160432.084000', '160432.087000', '160432.089000', '160432.092000', '160432.094000', '160432.097000', '160432.100000', '160432.102000', '160432.105000', '160432.107000', '160432.110000', '160432.112000', '160432.115000', '160432.118000', '160432.120000', '160432.123000', '160432.126000', '160432.128000', '160432.131000', '160432.133000', '160432.136000', '160432.139000', '160432.141000', '160432.144000', '160452.036000', '160452.038000', '160452.041000', '160452.044000', '160452.046000', '160452.049000', '160452.051000', '160452.054000', '160452.057000', '160452.059000', '160452.062000', '160452.064000', '160452.067000', '160452.070000', '160452.072000', '160452.075000', '160452.078000', '160452.080000', '160452.083000', '160452.085000', '160452.088000', '160452.091000', '160452.093000', '160452.096000', '160452.098000', '160452.101000', '160452.104000', '160452.106000', '160452.109000', '160452.111000', '160452.114000', '160452.117000', '160452.119000', '160452.122000', '160452.124000', '160452.127000', '160452.129000', '160452.132000', '160452.135000', '160452.137000', '160452.140000', '160452.142000', '160452.145000', '160452.147000', '160512.036000', '160512.038000', '160512.041000', '160512.044000', '160512.046000', '160512.049000', '160512.052000', '160512.054000', '160512.057000', '160512.059000', '160512.062000', '160512.065000', '160512.067000', '160512.070000', '160512.072000', '160512.075000', '160512.077000', '160512.080000', '160512.083000', '160512.097000', '160512.099000', '160512.102000', '160512.105000', '160512.108000', '160512.110000', '160512.113000', '160512.115000', '160512.118000', '160512.120000', '160512.123000', '160512.126000', '160512.128000', '160512.131000', '160512.134000', '160512.136000', '160512.139000', '160512.141000', '160512.144000', '160512.146000', '160512.149000', '160512.152000', '160512.154000', '160512.157000', '160532.035000', '160532.043000', '160532.045000', '160532.048000', '160532.051000', '160532.054000', '160532.056000', '160532.059000', '160532.061000', '160532.064000', '160532.067000', '160532.069000', '160532.072000', '160532.074000', '160532.077000', '160532.080000', '160532.082000', '160532.085000', '160532.088000', '160532.090000', '160532.093000', '160532.096000', '160532.098000', '160532.101000', '160532.103000', '160532.106000', '160532.109000', '160532.111000', '160532.114000', '160532.116000', '160532.119000', '160532.121000', '160532.124000', '160532.127000', '160532.129000', '160532.132000', '160532.135000', '160532.137000', '160532.140000', '160532.142000', '160532.145000', '160532.148000', '160532.150000', '160532.153000', '160552.035000', '160552.038000', '160552.041000', '160552.044000', '160552.046000', '160552.049000', '160552.052000', '160552.054000', '160552.057000', '160552.059000', '160552.062000', '160552.065000', '160552.067000', '160552.070000', '160552.073000', '160552.075000', '160552.078000', '160552.080000', '160552.083000', '160552.086000', '160552.088000', '160552.091000', '160552.094000', '160552.096000', '160552.099000', '160552.101000', '160552.104000', '160552.107000', '160552.109000', '160552.112000', '160552.114000', '160552.117000', '160552.120000', '160552.122000', '160552.125000', '160552.127000', '160552.130000', '160552.133000', '160552.135000', '160552.138000', '160552.140000', '160552.143000', '160552.145000', '160612.035000', '160612.038000', '160612.041000', '160612.044000', '160612.046000', '160612.049000', '160612.051000', '160612.054000', '160612.057000', '160612.059000', '160612.062000', '160612.064000', '160612.067000', '160612.070000', '160612.072000', '160612.075000', '160612.077000', '160612.080000', '160612.083000', '160612.085000', '160612.088000', '160612.090000', '160612.093000', '160612.096000', '160612.099000', '160612.101000', '160612.104000', '160612.106000', '160612.109000', '160612.112000', '160612.114000', '160612.117000', '160612.119000', '160612.122000', '160612.125000', '160612.127000', '160612.130000', '160612.132000', '160612.135000', '160612.138000', '160612.140000', '160612.143000', '160612.145000', '160612.148000', '160632.035000', '160632.038000', '160632.040000', '160632.043000', '160632.045000', '160632.048000', '160632.051000', '160632.053000', '160632.056000', '160632.058000', '160632.061000', '160632.063000', '160632.066000', '160632.069000', '160632.071000', '160632.074000', '160632.077000', '160632.079000', '160632.082000', '160632.085000', '160632.087000', '160632.090000', '160632.092000', '160632.095000', '160632.097000', '160632.100000', '160632.103000', '160632.105000', '160632.108000', '160632.111000', '160632.113000', '160632.116000', '160632.118000', '160632.121000', '160632.124000', '160632.126000', '160632.129000', '160632.131000', '160632.134000', '160632.136000', '160632.139000', '160632.142000', '160632.144000', '160652.035000', '160652.051000', '160652.054000', '160652.056000', '160652.059000', '160652.061000', '160652.064000', '160652.067000', '160652.069000', '160652.072000', '160652.075000', '160652.077000', '160652.080000', '160652.082000', '160652.086000', '160652.089000', '160652.091000', '160652.094000', '160652.097000', '160652.099000', '160652.102000', '160652.105000', '160652.107000', '160652.110000', '160652.112000', '160652.115000', '160652.117000', '160652.120000', '160652.123000', '160652.125000', '160652.128000', '160652.131000', '160652.134000', '160652.136000', '160652.139000', '160652.142000', '160652.144000', '160652.147000', '160652.149000', '160652.152000', '160652.154000', '160652.157000', '160652.160000', '160712.036000', '160712.038000', '160712.041000', '160712.044000', '160712.046000', '160712.049000', '160712.052000', '160712.054000', '160712.057000', '160712.060000', '160712.062000', '160712.065000', '160712.068000', '160712.070000', '160712.073000', '160712.076000', '160712.078000', '160712.081000', '160712.084000', '160712.086000', '160712.089000', '160712.092000', '160712.094000', '160712.097000', '160712.099000', '160712.102000', '160712.104000', '160712.107000', '160712.110000', '160712.112000', '160712.115000', '160712.118000', '160712.120000', '160712.123000', '160712.125000', '160712.128000', '160712.130000', '160712.133000', '160712.136000', '160712.139000', '160712.141000', '160712.144000', '160712.146000', '160712.149000', '160732.036000', '160732.039000', '160732.041000', '160732.044000', '160732.046000', '160732.051000', '160732.054000', '160732.056000', '160732.059000', '160732.062000', '160732.064000', '160732.067000', '160732.076000', '160732.079000', '160732.082000', '160732.084000', '160732.087000', '160732.090000', '160732.092000', '160732.095000', '160732.097000', '160732.100000', '160732.102000', '160732.105000', '160732.108000', '160732.110000', '160732.113000', '160732.115000', '160732.118000', '160732.120000', '160732.123000', '160732.126000', '160732.128000', '160732.131000', '160732.133000', '160732.136000', '160732.138000', '160732.141000', '160732.144000', '160732.146000', '160732.149000', '160732.151000', '160732.154000', '160732.156000', '160752.035000', '160752.038000', '160752.041000', '160752.043000', '160752.046000', '160752.049000', '160752.051000', '160752.054000', '160752.056000', '160752.059000', '160752.061000', '160752.064000', '160752.067000', '160752.069000', '160752.072000', '160752.074000', '160752.077000', '160752.079000', '160752.082000', '160752.085000', '160752.087000', '160752.090000', '160752.092000', '160752.095000', '160752.097000', '160752.100000', '160752.103000', '160752.105000', '160752.108000', '160752.111000', '160752.113000', '160752.116000', '160752.118000', '160752.121000', '160752.123000', '160752.126000', '160752.129000', '160752.131000', '160752.134000', '160752.136000', '160752.139000', '160752.142000', '160752.144000', '160812.035000', '160812.038000', '160812.041000', '160812.043000', '160812.047000', '160812.050000', '160812.053000', '160812.056000', '160812.058000', '160812.061000', '160812.063000', '160812.066000', '160812.077000', '160812.080000', '160812.082000', '160812.085000', '160812.088000', '160812.090000', '160812.093000', '160812.095000', '160812.098000', '160812.100000', '160812.103000', '160812.106000', '160812.108000', '160812.111000', '160812.113000', '160812.116000', '160812.119000', '160812.121000', '160812.124000', '160812.126000', '160812.129000', '160812.132000', '160812.134000', '160812.137000', '160812.139000', '160812.142000', '160812.144000', '160812.147000', '160812.150000', '160812.152000', '160812.155000', '160832.036000', '160832.038000', '160832.041000', '160832.044000', '160832.046000', '160832.049000', '160832.051000', '160832.054000', '160832.057000', '160832.059000', '160832.062000', '160832.064000', '160832.067000', '160832.070000', '160832.072000', '160832.075000', '160832.078000', '160832.080000', '160832.083000', '160832.085000', '160832.088000', '160832.091000', '160832.093000', '160832.096000', '160832.098000', '160832.101000', '160832.104000', '160832.106000', '160832.109000', '160832.112000', '160832.114000', '160832.117000', '160832.119000', '160832.122000', '160832.124000', '160832.127000', '160832.130000', '160832.132000', '160832.135000', '160832.137000', '160832.140000', '160832.143000', '160832.145000', '160832.148000', '160852.035000', '160852.037000', '160852.040000', '160852.043000', '160852.045000', '160852.048000', '160852.050000', '160852.053000', '160852.056000', '160852.058000', '160852.061000', '160852.064000', '160852.066000', '160852.069000', '160852.071000', '160852.074000', '160852.077000', '160852.079000', '160852.082000', '160852.102000', '160852.105000', '160852.108000', '160852.110000', '160852.113000', '160852.115000', '160852.118000', '160852.120000', '160852.123000', '160852.126000', '160852.128000', '160852.131000', '160852.133000', '160852.136000', '160852.138000', '160852.141000', '160852.144000', '160852.146000', '160852.149000', '160852.151000', '160852.154000', '160852.156000', '160852.159000', '160852.162000', '160912.035000', '160912.037000', '160912.040000', '160912.043000', '160912.045000', '160912.048000', '160912.050000', '160912.053000', '160912.055000', '160912.058000', '160912.061000', '160912.063000', '160912.066000', '160912.069000', '160912.071000', '160912.074000', '160912.077000', '160912.079000', '160912.082000', '160912.084000', '160912.087000', '160912.089000', '160912.092000', '160912.095000', '160912.097000', '160912.100000', '160912.102000', '160912.105000', '160912.108000', '160912.110000', '160912.113000', '160912.115000', '160912.118000', '160912.121000', '160912.123000', '160912.126000', '160912.128000', '160912.131000', '160912.134000', '160912.136000', '160912.139000', '160912.141000', '160912.144000', '160912.147000', '160932.035000', '160932.038000', '160932.041000', '160932.043000', '160932.046000', '160932.049000', '160932.051000', '160932.054000', '160932.057000', '160932.068000', '160932.070000', '160932.073000', '160932.076000', '160932.078000', '160932.081000', '160932.084000', '160932.086000', '160932.089000', '160932.091000', '160932.094000', '160932.097000', '160932.099000', '160932.113000', '160932.116000', '160932.119000', '160932.122000', '160932.125000', '160932.128000', '160932.131000', '160932.133000', '160932.136000', '160932.138000', '160932.141000', '160932.144000', '160932.146000', '160932.149000', '160932.151000', '160932.154000', '160932.156000', '160932.159000', '160932.162000', '160932.164000', '160932.167000', '160952.036000', '160952.039000', '160952.041000', '160952.044000', '160952.046000', '160952.049000', '160952.052000', '160952.054000', '160952.057000', '160952.059000', '160952.062000', '160952.065000', '160952.067000', '160952.070000', '160952.072000', '160952.075000', '160952.078000', '160952.080000', '160952.083000', '160952.085000', '160952.088000', '160952.091000', '160952.093000', '160952.096000', '160952.099000', '160952.101000', '160952.104000', '160952.107000', '160952.109000', '160952.112000', '160952.115000', '160952.117000', '160952.120000', '160952.122000', '160952.125000', '160952.128000', '160952.130000', '160952.133000', '160952.136000', '160952.139000', '160952.141000', '160952.144000', '160952.146000', '160952.149000', '161012.036000', '161012.038000', '161012.041000', '161012.043000', '161012.046000', '161012.049000', '161012.051000', '161012.054000', '161012.056000', '161012.059000', '161012.062000', '161012.064000', '161012.067000', '161012.069000', '161012.072000', '161012.075000', '161012.077000', '161012.080000', '161012.082000', '161012.085000', '161012.088000', '161012.091000', '161012.094000', '161012.097000', '161012.100000', '161012.102000', '161012.105000', '161012.108000', '161012.110000', '161012.113000', '161012.115000', '161012.118000', '161012.121000', '161012.131000', '161012.134000', '161012.136000', '161012.139000', '161012.141000', '161012.144000', '161012.147000', '161012.149000', '161012.152000', '161012.154000', '161032.035000', '161032.038000', '161032.041000', '161032.043000', '161032.046000', '161032.049000', '161032.051000', '161032.054000', '161032.056000', '161032.059000', '161032.062000', '161032.064000', '161032.067000', '161032.069000', '161032.072000', '161032.075000', '161032.077000', '161032.080000', '161032.082000', '161032.086000', '161032.088000', '161032.091000', '161032.093000', '161032.096000', '161032.099000', '161032.101000', '161032.104000', '161032.106000', '161032.109000', '161032.112000', '161032.114000', '161032.117000', '161032.119000', '161032.122000', '161032.125000', '161032.127000', '161032.130000', '161032.133000', '161032.135000', '161032.138000', '161032.140000', '161032.143000', '161032.146000', '161032.148000', '161052.036000', '161052.038000', '161052.041000', '161052.044000', '161052.046000', '161052.049000', '161052.051000', '161052.054000', '161052.057000', '161052.059000', '161052.062000', '161052.064000', '161052.067000', '161052.070000', '161052.072000', '161052.075000', '161052.077000', '161052.080000', '161052.083000', '161052.094000', '161052.096000', '161052.099000', '161052.101000', '161052.104000', '161052.107000', '161052.109000', '161052.112000', '161052.114000', '161052.117000', '161052.120000', '161052.122000', '161052.125000', '161052.127000', '161052.130000', '161052.133000', '161052.135000', '161052.138000', '161052.140000', '161052.143000', '161052.146000', '161052.148000', '161052.153000', '161052.156000', '161057.634000', '161057.637000', '161057.640000', '161057.643000', '161057.654000', '161057.657000', '161057.659000', '161057.662000', '161057.665000', '161057.668000', '161057.671000', '161057.674000', '161057.677000'], 'InstanceCreationTime': ['160232.083000', '160232.086000', '160232.089000', '160232.092000', '160232.096000', '160232.099000', '160232.102000', '160232.120000', '160232.123000', '160232.126000', '160232.128000', '160232.131000', '160232.143000', '160232.146000', '160232.149000', '160232.151000', '160232.154000', '160232.157000', '160232.159000', '160232.162000', '160232.165000', '160232.167000', '160232.170000', '160232.173000', '160232.176000', '160232.178000', '160232.181000', '160232.184000', '160232.187000', '160232.190000', '160232.192000', '160232.195000', '160232.198000', '160232.200000', '160232.203000', '160232.205000', '160232.208000', '160232.210000', '160232.213000', '160232.216000', '160232.218000', '160232.221000', '160232.224000', '160232.226000', '160232.237000', '160232.239000', '160232.242000', '160232.245000', '160232.257000', '160232.260000', '160232.262000', '160232.265000', '160232.268000', '160232.270000', '160232.273000', '160232.276000', '160232.278000', '160232.281000', '160252.035000', '160252.044000', '160252.046000', '160252.049000', '160252.056000', '160252.059000', '160252.061000', '160252.064000', '160252.067000', '160252.069000', '160252.098000', '160252.101000', '160252.104000', '160252.107000', '160252.109000', '160252.112000', '160252.115000', '160252.117000', '160252.120000', '160252.122000', '160252.125000', '160252.128000', '160252.130000', '160252.133000', '160252.136000', '160252.138000', '160252.141000', '160252.143000', '160252.146000', '160252.149000', '160252.152000', '160252.155000', '160252.157000', '160252.160000', '160252.162000', '160252.165000', '160252.167000', '160252.170000', '160252.172000', '160252.175000', '160252.178000', '160252.180000', '160252.183000', '160252.185000', '160312.035000', '160312.038000', '160312.047000', '160312.050000', '160312.053000', '160312.055000', '160312.058000', '160312.061000', '160312.063000', '160312.066000', '160312.069000', '160312.071000', '160312.074000', '160312.077000', '160312.079000', '160312.082000', '160312.085000', '160312.087000', '160312.090000', '160312.092000', '160312.095000', '160312.098000', '160312.100000', '160312.103000', '160312.105000', '160312.108000', '160312.111000', '160312.113000', '160312.116000', '160312.119000', '160312.121000', '160312.124000', '160312.127000', '160312.130000', '160312.132000', '160312.135000', '160312.138000', '160312.141000', '160312.144000', '160312.147000', '160312.150000', '160312.154000', '160312.156000', '160332.035000', '160332.042000', '160332.045000', '160332.047000', '160332.050000', '160332.053000', '160332.055000', '160332.058000', '160332.061000', '160332.063000', '160332.066000', '160332.069000', '160332.071000', '160332.074000', '160332.076000', '160332.079000', '160332.082000', '160332.084000', '160332.087000', '160332.090000', '160332.092000', '160332.095000', '160332.097000', '160332.100000', '160332.103000', '160332.105000', '160332.108000', '160332.111000', '160332.113000', '160332.116000', '160332.118000', '160332.121000', '160332.124000', '160332.126000', '160332.129000', '160332.132000', '160332.134000', '160332.137000', '160332.156000', '160332.159000', '160332.161000', '160332.164000', '160332.167000', '160332.169000', '160352.035000', '160352.038000', '160352.041000', '160352.043000', '160352.046000', '160352.049000', '160352.051000', '160352.062000', '160352.065000', '160352.067000', '160352.070000', '160352.072000', '160352.075000', '160352.078000', '160352.080000', '160352.083000', '160352.085000', '160352.088000', '160352.090000', '160352.093000', '160352.096000', '160352.098000', '160352.101000', '160352.103000', '160352.106000', '160352.108000', '160352.111000', '160352.113000', '160352.116000', '160352.119000', '160352.121000', '160352.124000', '160352.126000', '160352.129000', '160352.132000', '160352.134000', '160352.137000', '160352.140000', '160352.142000', '160352.145000', '160352.147000', '160352.150000', '160352.152000', '160412.034000', '160412.037000', '160412.040000', '160412.042000', '160412.045000', '160412.048000', '160412.050000', '160412.053000', '160412.055000', '160412.058000', '160412.061000', '160412.063000', '160412.066000', '160412.068000', '160412.071000', '160412.073000', '160412.076000', '160412.079000', '160412.081000', '160412.084000', '160412.087000', '160412.089000', '160412.092000', '160412.094000', '160412.097000', '160412.100000', '160412.102000', '160412.105000', '160412.107000', '160412.110000', '160412.112000', '160412.115000', '160412.118000', '160412.120000', '160412.123000', '160412.125000', '160412.128000', '160412.130000', '160412.133000', '160412.136000', '160412.138000', '160412.141000', '160412.157000', '160412.160000', '160432.034000', '160432.037000', '160432.040000', '160432.042000', '160432.045000', '160432.048000', '160432.050000', '160432.053000', '160432.055000', '160432.058000', '160432.061000', '160432.063000', '160432.066000', '160432.068000', '160432.071000', '160432.074000', '160432.076000', '160432.079000', '160432.081000', '160432.084000', '160432.087000', '160432.089000', '160432.092000', '160432.094000', '160432.097000', '160432.100000', '160432.102000', '160432.105000', '160432.107000', '160432.110000', '160432.112000', '160432.115000', '160432.118000', '160432.120000', '160432.123000', '160432.126000', '160432.128000', '160432.131000', '160432.133000', '160432.136000', '160432.139000', '160432.141000', '160432.144000', '160452.036000', '160452.038000', '160452.041000', '160452.044000', '160452.046000', '160452.049000', '160452.051000', '160452.054000', '160452.057000', '160452.059000', '160452.062000', '160452.064000', '160452.067000', '160452.070000', '160452.072000', '160452.075000', '160452.078000', '160452.080000', '160452.083000', '160452.085000', '160452.088000', '160452.091000', '160452.093000', '160452.096000', '160452.098000', '160452.101000', '160452.104000', '160452.106000', '160452.109000', '160452.111000', '160452.114000', '160452.117000', '160452.119000', '160452.122000', '160452.124000', '160452.127000', '160452.129000', '160452.132000', '160452.135000', '160452.137000', '160452.140000', '160452.142000', '160452.145000', '160452.147000', '160512.036000', '160512.038000', '160512.041000', '160512.044000', '160512.046000', '160512.049000', '160512.052000', '160512.054000', '160512.057000', '160512.059000', '160512.062000', '160512.065000', '160512.067000', '160512.070000', '160512.072000', '160512.075000', '160512.077000', '160512.080000', '160512.083000', '160512.097000', '160512.099000', '160512.102000', '160512.105000', '160512.108000', '160512.110000', '160512.113000', '160512.115000', '160512.118000', '160512.120000', '160512.123000', '160512.126000', '160512.128000', '160512.131000', '160512.134000', '160512.136000', '160512.139000', '160512.141000', '160512.144000', '160512.146000', '160512.149000', '160512.152000', '160512.154000', '160512.157000', '160532.035000', '160532.043000', '160532.045000', '160532.048000', '160532.051000', '160532.054000', '160532.056000', '160532.059000', '160532.061000', '160532.064000', '160532.067000', '160532.069000', '160532.072000', '160532.074000', '160532.077000', '160532.080000', '160532.082000', '160532.085000', '160532.088000', '160532.090000', '160532.093000', '160532.096000', '160532.098000', '160532.101000', '160532.103000', '160532.106000', '160532.109000', '160532.111000', '160532.114000', '160532.116000', '160532.119000', '160532.121000', '160532.124000', '160532.127000', '160532.129000', '160532.132000', '160532.135000', '160532.137000', '160532.140000', '160532.142000', '160532.145000', '160532.148000', '160532.150000', '160532.153000', '160552.035000', '160552.038000', '160552.041000', '160552.044000', '160552.046000', '160552.049000', '160552.052000', '160552.054000', '160552.057000', '160552.059000', '160552.062000', '160552.065000', '160552.067000', '160552.070000', '160552.073000', '160552.075000', '160552.078000', '160552.080000', '160552.083000', '160552.086000', '160552.088000', '160552.091000', '160552.094000', '160552.096000', '160552.099000', '160552.101000', '160552.104000', '160552.107000', '160552.109000', '160552.112000', '160552.114000', '160552.117000', '160552.120000', '160552.122000', '160552.125000', '160552.127000', '160552.130000', '160552.133000', '160552.135000', '160552.138000', '160552.140000', '160552.143000', '160552.145000', '160612.035000', '160612.038000', '160612.041000', '160612.044000', '160612.046000', '160612.049000', '160612.051000', '160612.054000', '160612.057000', '160612.059000', '160612.062000', '160612.064000', '160612.067000', '160612.070000', '160612.072000', '160612.075000', '160612.077000', '160612.080000', '160612.083000', '160612.085000', '160612.088000', '160612.090000', '160612.093000', '160612.096000', '160612.099000', '160612.101000', '160612.104000', '160612.106000', '160612.109000', '160612.112000', '160612.114000', '160612.117000', '160612.119000', '160612.122000', '160612.125000', '160612.127000', '160612.130000', '160612.132000', '160612.135000', '160612.138000', '160612.140000', '160612.143000', '160612.145000', '160612.148000', '160632.035000', '160632.038000', '160632.040000', '160632.043000', '160632.045000', '160632.048000', '160632.051000', '160632.053000', '160632.056000', '160632.058000', '160632.061000', '160632.063000', '160632.066000', '160632.069000', '160632.071000', '160632.074000', '160632.077000', '160632.079000', '160632.082000', '160632.085000', '160632.087000', '160632.090000', '160632.092000', '160632.095000', '160632.097000', '160632.100000', '160632.103000', '160632.105000', '160632.108000', '160632.111000', '160632.113000', '160632.116000', '160632.118000', '160632.121000', '160632.124000', '160632.126000', '160632.129000', '160632.131000', '160632.134000', '160632.136000', '160632.139000', '160632.142000', '160632.144000', '160652.035000', '160652.051000', '160652.054000', '160652.056000', '160652.059000', '160652.061000', '160652.064000', '160652.067000', '160652.069000', '160652.072000', '160652.075000', '160652.077000', '160652.080000', '160652.082000', '160652.086000', '160652.089000', '160652.091000', '160652.094000', '160652.097000', '160652.099000', '160652.102000', '160652.105000', '160652.107000', '160652.110000', '160652.112000', '160652.115000', '160652.117000', '160652.120000', '160652.123000', '160652.125000', '160652.128000', '160652.131000', '160652.134000', '160652.136000', '160652.139000', '160652.142000', '160652.144000', '160652.147000', '160652.149000', '160652.152000', '160652.154000', '160652.157000', '160652.160000', '160712.036000', '160712.038000', '160712.041000', '160712.044000', '160712.046000', '160712.049000', '160712.052000', '160712.054000', '160712.057000', '160712.060000', '160712.062000', '160712.065000', '160712.068000', '160712.070000', '160712.073000', '160712.076000', '160712.078000', '160712.081000', '160712.084000', '160712.086000', '160712.089000', '160712.092000', '160712.094000', '160712.097000', '160712.099000', '160712.102000', '160712.104000', '160712.107000', '160712.110000', '160712.112000', '160712.115000', '160712.118000', '160712.120000', '160712.123000', '160712.125000', '160712.128000', '160712.130000', '160712.133000', '160712.136000', '160712.139000', '160712.141000', '160712.144000', '160712.146000', '160712.149000', '160732.036000', '160732.039000', '160732.041000', '160732.044000', '160732.046000', '160732.051000', '160732.054000', '160732.056000', '160732.059000', '160732.062000', '160732.064000', '160732.067000', '160732.076000', '160732.079000', '160732.082000', '160732.084000', '160732.087000', '160732.090000', '160732.092000', '160732.095000', '160732.097000', '160732.100000', '160732.102000', '160732.105000', '160732.108000', '160732.110000', '160732.113000', '160732.115000', '160732.118000', '160732.120000', '160732.123000', '160732.126000', '160732.128000', '160732.131000', '160732.133000', '160732.136000', '160732.138000', '160732.141000', '160732.144000', '160732.146000', '160732.149000', '160732.151000', '160732.154000', '160732.156000', '160752.035000', '160752.038000', '160752.041000', '160752.043000', '160752.046000', '160752.049000', '160752.051000', '160752.054000', '160752.056000', '160752.059000', '160752.061000', '160752.064000', '160752.067000', '160752.069000', '160752.072000', '160752.074000', '160752.077000', '160752.079000', '160752.082000', '160752.085000', '160752.087000', '160752.090000', '160752.092000', '160752.095000', '160752.097000', '160752.100000', '160752.103000', '160752.105000', '160752.108000', '160752.111000', '160752.113000', '160752.116000', '160752.118000', '160752.121000', '160752.123000', '160752.126000', '160752.129000', '160752.131000', '160752.134000', '160752.136000', '160752.139000', '160752.142000', '160752.144000', '160812.035000', '160812.038000', '160812.041000', '160812.043000', '160812.047000', '160812.050000', '160812.053000', '160812.056000', '160812.058000', '160812.061000', '160812.063000', '160812.066000', '160812.077000', '160812.080000', '160812.082000', '160812.085000', '160812.088000', '160812.090000', '160812.093000', '160812.095000', '160812.098000', '160812.100000', '160812.103000', '160812.106000', '160812.108000', '160812.111000', '160812.113000', '160812.116000', '160812.119000', '160812.121000', '160812.124000', '160812.126000', '160812.129000', '160812.132000', '160812.134000', '160812.137000', '160812.139000', '160812.142000', '160812.144000', '160812.147000', '160812.150000', '160812.152000', '160812.155000', '160832.036000', '160832.038000', '160832.041000', '160832.044000', '160832.046000', '160832.049000', '160832.051000', '160832.054000', '160832.057000', '160832.059000', '160832.062000', '160832.064000', '160832.067000', '160832.070000', '160832.072000', '160832.075000', '160832.078000', '160832.080000', '160832.083000', '160832.085000', '160832.088000', '160832.091000', '160832.093000', '160832.096000', '160832.098000', '160832.101000', '160832.104000', '160832.106000', '160832.109000', '160832.112000', '160832.114000', '160832.117000', '160832.119000', '160832.122000', '160832.124000', '160832.127000', '160832.130000', '160832.132000', '160832.135000', '160832.137000', '160832.140000', '160832.143000', '160832.145000', '160832.148000', '160852.035000', '160852.037000', '160852.040000', '160852.043000', '160852.045000', '160852.048000', '160852.050000', '160852.053000', '160852.056000', '160852.058000', '160852.061000', '160852.064000', '160852.066000', '160852.069000', '160852.071000', '160852.074000', '160852.077000', '160852.079000', '160852.082000', '160852.102000', '160852.105000', '160852.108000', '160852.110000', '160852.113000', '160852.115000', '160852.118000', '160852.120000', '160852.123000', '160852.126000', '160852.128000', '160852.131000', '160852.133000', '160852.136000', '160852.138000', '160852.141000', '160852.144000', '160852.146000', '160852.149000', '160852.151000', '160852.154000', '160852.156000', '160852.159000', '160852.162000', '160912.035000', '160912.037000', '160912.040000', '160912.043000', '160912.045000', '160912.048000', '160912.050000', '160912.053000', '160912.055000', '160912.058000', '160912.061000', '160912.063000', '160912.066000', '160912.069000', '160912.071000', '160912.074000', '160912.077000', '160912.079000', '160912.082000', '160912.084000', '160912.087000', '160912.089000', '160912.092000', '160912.095000', '160912.097000', '160912.100000', '160912.102000', '160912.105000', '160912.108000', '160912.110000', '160912.113000', '160912.115000', '160912.118000', '160912.121000', '160912.123000', '160912.126000', '160912.128000', '160912.131000', '160912.134000', '160912.136000', '160912.139000', '160912.141000', '160912.144000', '160912.147000', '160932.035000', '160932.038000', '160932.041000', '160932.043000', '160932.046000', '160932.049000', '160932.051000', '160932.054000', '160932.057000', '160932.068000', '160932.070000', '160932.073000', '160932.076000', '160932.078000', '160932.081000', '160932.084000', '160932.086000', '160932.089000', '160932.091000', '160932.094000', '160932.097000', '160932.099000', '160932.113000', '160932.116000', '160932.119000', '160932.122000', '160932.125000', '160932.128000', '160932.131000', '160932.133000', '160932.136000', '160932.138000', '160932.141000', '160932.144000', '160932.146000', '160932.149000', '160932.151000', '160932.154000', '160932.156000', '160932.159000', '160932.162000', '160932.164000', '160932.167000', '160952.036000', '160952.039000', '160952.041000', '160952.044000', '160952.046000', '160952.049000', '160952.052000', '160952.054000', '160952.057000', '160952.059000', '160952.062000', '160952.065000', '160952.067000', '160952.070000', '160952.072000', '160952.075000', '160952.078000', '160952.080000', '160952.083000', '160952.085000', '160952.088000', '160952.091000', '160952.093000', '160952.096000', '160952.099000', '160952.101000', '160952.104000', '160952.107000', '160952.109000', '160952.112000', '160952.115000', '160952.117000', '160952.120000', '160952.122000', '160952.125000', '160952.128000', '160952.130000', '160952.133000', '160952.136000', '160952.139000', '160952.141000', '160952.144000', '160952.146000', '160952.149000', '161012.036000', '161012.038000', '161012.041000', '161012.043000', '161012.046000', '161012.049000', '161012.051000', '161012.054000', '161012.056000', '161012.059000', '161012.062000', '161012.064000', '161012.067000', '161012.069000', '161012.072000', '161012.075000', '161012.077000', '161012.080000', '161012.082000', '161012.085000', '161012.088000', '161012.091000', '161012.094000', '161012.097000', '161012.100000', '161012.102000', '161012.105000', '161012.108000', '161012.110000', '161012.113000', '161012.115000', '161012.118000', '161012.121000', '161012.131000', '161012.134000', '161012.136000', '161012.139000', '161012.141000', '161012.144000', '161012.147000', '161012.149000', '161012.152000', '161012.154000', '161032.035000', '161032.038000', '161032.041000', '161032.043000', '161032.046000', '161032.049000', '161032.051000', '161032.054000', '161032.056000', '161032.059000', '161032.062000', '161032.064000', '161032.067000', '161032.069000', '161032.072000', '161032.075000', '161032.077000', '161032.080000', '161032.082000', '161032.086000', '161032.088000', '161032.091000', '161032.093000', '161032.096000', '161032.099000', '161032.101000', '161032.104000', '161032.106000', '161032.109000', '161032.112000', '161032.114000', '161032.117000', '161032.119000', '161032.122000', '161032.125000', '161032.127000', '161032.130000', '161032.133000', '161032.135000', '161032.138000', '161032.140000', '161032.143000', '161032.146000', '161032.148000', '161052.036000', '161052.038000', '161052.041000', '161052.044000', '161052.046000', '161052.049000', '161052.051000', '161052.054000', '161052.057000', '161052.059000', '161052.062000', '161052.064000', '161052.067000', '161052.070000', '161052.072000', '161052.075000', '161052.077000', '161052.080000', '161052.083000', '161052.094000', '161052.096000', '161052.099000', '161052.101000', '161052.104000', '161052.107000', '161052.109000', '161052.112000', '161052.114000', '161052.117000', '161052.120000', '161052.122000', '161052.125000', '161052.127000', '161052.130000', '161052.133000', '161052.135000', '161052.138000', '161052.140000', '161052.143000', '161052.146000', '161052.148000', '161052.153000', '161052.156000', '161057.634000', '161057.637000', '161057.640000', '161057.643000', '161057.654000', '161057.657000', '161057.659000', '161057.662000', '161057.665000', '161057.668000', '161057.671000', '161057.674000', '161057.677000'], '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': [13548, 10965, 8674, 13746, 9895, 13340, 9891, 7808, 10824, 8331, 13514, 10522, 8590, 12843, 9317, 14000, 9915, 8280, 12010, 9166, 13956, 10466, 12067, 10146, 8248, 13121, 9500, 13220, 9645, 10380, 10234, 7808, 12498, 8160, 12838, 9723, 13612, 10595, 12996, 9777, 11066, 9147, 9324, 10443, 7401, 12212, 7872, 12282, 7975, 12843, 9293, 13765, 10792, 11304, 9604, 7821, 10873, 7566, 11852, 8643, 12669, 9113, 12733, 8621, 12668, 8698, 12976, 8718, 13442, 9076, 12712, 8667, 12703, 9503, 13103, 10266, 13299, 9860, 10268, 9584, 8480, 12675, 8607, 13137, 8841, 12945, 10039, 13674, 10676, 13530, 10086, 11062, 9006, 9288, 11876, 7977, 12458, 8101, 12782, 9438, 12762, 10008, 8269, 10650, 7421, 12475, 8396, 13395, 10555, 13121, 10424, 12833, 10281, 8856, 12701, 9706, 13559, 9262, 12857, 9337, 12967, 9770, 13029, 9718, 12352, 9502, 11304, 10163, 7749, 11660, 7484, 12268, 8666, 12953, 10349, 12943, 10032, 10853, 9576, 8637, 11802, 8021, 12529, 8161, 12997, 9486, 13773, 10286, 13369, 10400, 12138, 9580, 9571, 11866, 7780, 12196, 8004, 12692, 9769, 13107, 9785, 12683, 9599, 10512, 10135, 7720, 12222, 7660, 12639, 8835, 13214, 10399, 13356, 9942, 11275, 9874, 9331, 10913, 8199, 12800, 8211, 13055, 8960, 12733, 10134, 13994, 10457, 11672, 9470, 7778, 10688, 7659, 12795, 9107, 13047, 9981, 12839, 9884, 13452, 10463, 11263, 9706, 7792, 11350, 7570, 13444, 10710, 13161, 10094, 12437, 10157, 10714, 10629, 7509, 12336, 8221, 12844, 9734, 13170, 10299, 9516, 11049, 7707, 12775, 8937, 13669, 10997, 13863, 10100, 9550, 10463, 7644, 12934, 9585, 13201, 10165, 12156, 9425, 9686, 10577, 7639, 12616, 8981, 12991, 10188, 12186, 9965, 8225, 11856, 7879, 12237, 9595, 11290, 9871, 7512, 14099, 10361, 9157, 7766, 7825, 6332, 10463, 7737, 13586, 11083, 12989, 10803, 8451, 14833, 12034, 14629, 12614, 15712, 13574, 9624, 13855, 10436, 14549, 10480, 13193, 11103, 8009, 12671, 8625, 12515, 9361, 7625, 10917, 8495, 13596, 9765, 7386, 10243, 7866, 12873, 10024, 10988, 10613, 8527, 12869, 8904, 12881, 9600, 14012, 9535, 12224, 7927, 12350, 8480, 13304, 9491, 13405, 9588, 11966, 9166, 12561, 9803, 12940, 10020, 8996, 8908, 7006, 12049, 9004, 13762, 10311, 13587, 10248, 13263, 9449, 9252, 11295, 7721, 11995, 7688, 12753, 9082, 13362, 10222, 13403, 9914, 12076, 9540, 9413, 10783, 6832, 11417, 7984, 12531, 9189, 11775, 10586, 8111, 12656, 8572, 13635, 9836, 13526, 10763, 14096, 9956, 13131, 9546, 8746, 10095, 7368, 10972, 7540, 13420, 8425, 12566, 9383, 12125, 9958, 12862, 9724, 12604, 9472, 8879, 10264, 7473, 12409, 8236, 13033, 9524, 12942, 10243, 9334, 10062, 7633, 11991, 8064, 13410, 11075, 13680, 10386, 11384, 9842, 7895, 12876, 8316, 13420, 9922, 12608, 10437, 11630, 9963, 7591, 10723, 7222, 13219, 9936, 13393, 9934, 13022, 9806, 10449, 11074, 8074, 12516, 8138, 13279, 9725, 13511, 10201, 13227, 10172, 12442, 9884, 9037, 10767, 7735, 11632, 7891, 13214, 10270, 13489, 10155, 12785, 10112, 12521, 9869, 8135, 10963, 7873, 12198, 8277, 13405, 10284, 13240, 10083, 12448, 10153, 11832, 9930, 7592, 11399, 7626, 12895, 9416, 13703, 10170, 12945, 10030, 10578, 9776, 7235, 12364, 8490, 13232, 9958, 12168, 9765, 9482, 11910, 7844, 13491, 9410, 13585, 10912, 14072, 9818, 8081, 10941, 7550, 12331, 8742, 12915, 9712, 12737, 10195, 10514, 9908, 7560, 11873, 7751, 13687, 10067, 13374, 10416, 13261, 10132, 12750, 10753, 7984, 11842, 7752, 13359, 10665, 13859, 10945, 12765, 10341, 10517, 12121, 8382, 13098, 8935, 13584, 10383, 13264, 11070, 12196, 9786, 8018, 11246, 8102, 13319, 9709, 13298, 10015, 13368, 10350, 9268, 12152, 8218, 13410, 9695, 12994, 10393, 12438, 10414, 8051, 12258, 7809, 13347, 10493, 14654, 10565, 9332, 10413, 7574, 13009, 9721, 13890, 10625, 12374, 9744, 7412, 10865, 7595, 13756, 9894, 13111, 10236, 11153, 10101, 8203, 12730, 8196, 13412, 9489, 13286, 10113, 12918, 10358, 10714, 9755, 7577, 11260, 7223, 13086, 9236, 13244, 9944, 13060, 9853, 11307, 9987, 7482, 11491, 7317, 13024, 9529, 13371, 10981, 13319, 10340, 8917, 12097, 8278, 13533, 9806, 13925, 10352, 13390, 10054, 9646, 11811, 7901, 13091, 9658, 13433, 10801, 13466, 10247, 8086, 11520, 7969, 13094, 10532, 13760, 10317, 13027, 9885, 10316, 11280, 7482, 12784, 8945, 13905, 10448, 12946, 10578, 8572, 11455, 7424, 13535, 9741, 14115, 11755, 14655, 11168, 13524, 10343, 7845, 13017, 9177, 13922, 10459, 13898, 10194, 10142, 11288, 8498, 13653, 9691, 14111, 10645, 13557, 10928, 9067, 12597, 8295, 13822, 10171, 14268, 10845, 14685, 9957, 9262, 11165, 7744, 13531, 9139, 13533, 10351, 13501, 10351, 12672, 10445, 7864, 11056, 7602, 12597, 8542, 13866, 11563, 15159, 11699, 9836, 6923, 9781, 9852, 10433, 11298, 12319, 9293, 13535, 9719, 14900, 11201, 14877, 11228, 14892, 11849, 14414, 11966, 14644, 11430, 14198, 10059, 9600, 10184, 7369, 11735, 8025, 13051, 9645, 13363, 9505, 12554, 9769, 8175, 10331, 7665, 13468, 9916, 13287, 9844, 10216, 10189, 7287, 12908, 9138, 14039, 10648, 11561, 12043, 8385, 13921, 10281, 11080, 10434, 8637, 13857, 10230, 14478, 10515, 8655, 12446, 9505, 14567, 11251, 8677, 11654, 8960, 13849, 11240, 11911, 11319, 8287, 13064, 9499, 14029, 10263, 8851, 9728, 6856, 12840, 9495, 13704, 10647, 8220, 12484, 8696, 9730, 10957, 8441, 10428, 11245, 8853, 13660, 11723, 8629, 12467, 9388, 7676, 13577, 11050, 15183, 10963, 8766, 11655, 8323, 13379, 11258, 8080, 11808, 8354, 7209, 10269, 7848, 13433, 11090, 12983, 10411, 7953, 12340, 7964, 13604, 10512, 13931, 10217, 13106, 10022, 12473, 10066, 12780, 9516, 12459, 9329, 12253, 9441, 12769, 8980, 12094, 9532, 12263, 9828, 9807, 10399, 9427, 11609, 9995, 12867, 9582, 13292, 8778, 12816, 9130, 13461, 9475, 13705, 9339, 12636, 8598, 13318, 8825, 13682, 9108, 13379, 9710, 13322, 10834, 13355, 10522, 13330, 10200, 13500, 10090, 12468, 10226, 8939, 10324, 7875, 12947, 8571, 14012, 11046, 14301, 10924, 10932, 9989, 9036, 13445, 9435, 14309, 10786, 13858, 10075, 13071, 11693, 8950, 13039, 9260, 13698, 10477, 14032, 11387, 8446, 13298, 9238, 8128, 12795, 9917, 7694, 12806, 10419, 15232, 11850, 10621, 11928, 10636, 12940, 10929, 14318, 9458, 13193, 8801, 11983, 9169, 11051, 9399, 7287, 12799, 8620, 7431, 10591, 8076, 12971, 10304, 14581, 10845, 14506, 10930, 14171, 10638, 14622, 10654, 14956, 9574, 12261, 9448, 7785, 11882, 7738, 12977, 9543, 13073, 9833, 10538, 10974, 7869, 11715, 8053, 13328, 10309, 13003, 10469, 8078, 10636, 7813, 12527, 9322, 13728, 10697, 13486, 10328, 9644, 10057, 7841, 13090, 8255, 13188, 9484, 13483, 10582, 13007, 10853, 8770, 10491, 7561, 12309, 8897, 13558, 10912, 13752, 10392, 11201, 9730, 8446, 12375, 8655, 12964, 8869, 13199, 9046, 13818, 10652, 13248, 9885, 12891, 10129, 12459, 10036, 11831, 9354, 9640, 10415, 8585, 13339, 8860, 13373, 9673, 12951, 10240, 13123, 10148, 12748, 9786, 8837, 11052, 8134, 13187, 9174, 13237, 10258, 12934, 10043, 12566, 10172, 8623, 10306, 7640, 12878, 8760, 13560, 10491, 13210, 10201, 13045, 10079, 12771, 9840, 8358, 11027, 8142, 13136, 9373, 13684, 10044, 13142, 9541, 12343, 9574, 8390, 11110, 7660, 13130, 9450, 13413, 11174, 13634, 10419, 12056, 9580, 9012, 11928, 8166, 12894, 8513, 13050, 10312, 13879, 10914, 12986, 10181, 8854, 11439, 8294, 13171, 9522, 13203, 9917, 11606, 10030, 7775, 12066, 7911, 13175, 10178, 10540, 11790, 8691, 14560, 10906, 9763, 12977, 9889, 14772, 11056, 8960, 12016, 8742, 14451, 12012, 10625, 11300, 8176, 13850, 11692, 9278, 11109, 7922, 13608, 10090, 10789, 11986, 8348, 14346, 10393, 11921, 10275, 8137, 13835, 10691, 9192, 10949, 8203, 13607, 11573, 8951, 12550, 9427, 13328, 10487, 9382, 13596, 9827, 13792, 10439, 13148, 10494, 14034, 10641, 8007, 11633, 8708, 11048, 9215, 7584, 12530, 8569, 13611, 10093, 13438, 10603, 14529, 10687, 10291, 10035, 7887, 12125, 8610, 13284, 9647, 12152], 'WindowCenter': [3976.0, 3952.0, 3916.0, 3957.0, 3914.0, 3943.0, 3913.0, 3890.0, 3921.0, 3900.0, 3943.0, 3924.0, 3904.0, 3945.0, 3914.0, 3944.0, 3924.0, 3901.0, 3934.0, 3913.0, 3944.0, 3922.0, 3931.0, 3911.0, 3901.0, 3944.0, 3911.0, 3942.0, 3911.0, 3920.0, 3922.0, 3891.0, 3933.0, 3890.0, 3932.0, 3913.0, 3943.0, 3924.0, 3931.0, 3912.0, 3921.0, 3913.0, 3911.0, 3924.0, 3891.0, 3933.0, 3891.0, 3934.0, 3901.0, 3946.0, 3913.0, 3945.0, 3925.0, 3934.0, 3913.0, 3892.0, 3924.0, 3892.0, 3934.0, 3902.0, 3946.0, 3915.0, 3947.0, 3904.0, 3943.0, 3901.0, 3945.0, 3901.0, 3946.0, 3899.0, 3931.0, 3888.0, 3932.0, 3911.0, 3931.0, 3913.0, 3942.0, 3912.0, 3922.0, 3914.0, 3903.0, 3945.0, 3902.0, 3945.0, 3901.0, 3944.0, 3924.0, 3944.0, 3924.0, 3944.0, 3923.0, 3922.0, 3904.0, 3911.0, 3947.0, 3905.0, 3946.0, 3892.0, 3945.0, 3915.0, 3945.0, 3926.0, 3904.0, 3925.0, 3894.0, 3947.0, 3916.0, 3957.0, 3937.0, 3946.0, 3937.0, 3944.0, 3925.0, 3914.0, 3948.0, 3913.0, 3944.0, 3900.0, 3932.0, 3901.0, 3932.0, 3912.0, 3930.0, 3911.0, 3930.0, 3910.0, 3920.0, 3911.0, 3890.0, 3921.0, 3879.0, 3932.0, 3902.0, 3944.0, 3922.0, 3943.0, 3924.0, 3921.0, 3925.0, 3913.0, 3935.0, 3892.0, 3933.0, 3890.0, 3944.0, 3912.0, 3943.0, 3923.0, 3943.0, 3922.0, 3931.0, 3912.0, 3910.0, 3922.0, 3879.0, 3930.0, 3890.0, 3931.0, 3912.0, 3932.0, 3910.0, 3931.0, 3912.0, 3922.0, 3921.0, 3891.0, 3933.0, 3889.0, 3932.0, 3913.0, 3944.0, 3924.0, 3944.0, 3914.0, 3920.0, 3911.0, 3911.0, 3923.0, 3901.0, 3944.0, 3900.0, 3944.0, 3901.0, 3945.0, 3923.0, 3955.0, 3924.0, 3931.0, 3913.0, 3892.0, 3923.0, 3891.0, 3947.0, 3915.0, 3944.0, 3925.0, 3945.0, 3925.0, 3946.0, 3925.0, 3922.0, 3913.0, 3891.0, 3933.0, 3890.0, 3944.0, 3923.0, 3944.0, 3924.0, 3934.0, 3923.0, 3922.0, 3923.0, 3891.0, 3933.0, 3900.0, 3944.0, 3913.0, 3944.0, 3924.0, 3911.0, 3935.0, 3891.0, 3943.0, 3912.0, 3944.0, 3936.0, 3944.0, 3923.0, 3910.0, 3923.0, 3891.0, 3934.0, 3911.0, 3943.0, 3912.0, 3929.0, 3912.0, 3911.0, 3924.0, 3891.0, 3933.0, 3902.0, 3943.0, 3923.0, 3934.0, 3913.0, 3901.0, 3933.0, 3891.0, 3933.0, 3925.0, 3932.0, 3927.0, 3894.0, 3970.0, 3940.0, 3958.0, 3936.0, 3922.0, 3883.0, 3935.0, 3890.0, 3944.0, 3938.0, 3958.0, 3937.0, 3916.0, 3971.0, 3949.0, 3959.0, 3937.0, 3955.0, 3933.0, 3897.0, 3918.0, 3898.0, 3927.0, 3896.0, 3915.0, 3907.0, 3863.0, 3917.0, 3888.0, 3915.0, 3884.0, 3863.0, 3906.0, 3888.0, 3929.0, 3912.0, 3879.0, 3923.0, 3903.0, 3945.0, 3928.0, 3939.0, 3938.0, 3904.0, 3946.0, 3913.0, 3948.0, 3916.0, 3960.0, 3915.0, 3934.0, 3894.0, 3935.0, 3890.0, 3945.0, 3911.0, 3944.0, 3912.0, 3933.0, 3913.0, 3933.0, 3912.0, 3934.0, 3914.0, 3900.0, 3901.0, 3879.0, 3932.0, 3914.0, 3946.0, 3924.0, 3945.0, 3924.0, 3945.0, 3914.0, 3912.0, 3923.0, 3880.0, 3921.0, 3891.0, 3932.0, 3903.0, 3944.0, 3913.0, 3933.0, 3910.0, 3931.0, 3913.0, 3900.0, 3923.0, 3869.0, 3921.0, 3892.0, 3931.0, 3914.0, 3934.0, 3937.0, 3904.0, 3946.0, 3901.0, 3945.0, 3914.0, 3945.0, 3924.0, 3942.0, 3911.0, 3944.0, 3912.0, 3901.0, 3911.0, 3878.0, 3921.0, 3889.0, 3942.0, 3889.0, 3929.0, 3900.0, 3932.0, 3914.0, 3933.0, 3910.0, 3930.0, 3911.0, 3899.0, 3922.0, 3879.0, 3933.0, 3890.0, 3942.0, 3912.0, 3942.0, 3924.0, 3912.0, 3913.0, 3891.0, 3934.0, 3903.0, 3945.0, 3935.0, 3945.0, 3924.0, 3934.0, 3925.0, 3891.0, 3944.0, 3891.0, 3944.0, 3912.0, 3934.0, 3923.0, 3934.0, 3911.0, 3890.0, 3922.0, 3880.0, 3943.0, 3923.0, 3942.0, 3912.0, 3944.0, 3923.0, 3923.0, 3922.0, 3891.0, 3930.0, 3891.0, 3943.0, 3912.0, 3931.0, 3910.0, 3930.0, 3911.0, 3932.0, 3911.0, 3901.0, 3922.0, 3877.0, 3933.0, 3890.0, 3943.0, 3912.0, 3943.0, 3911.0, 3931.0, 3922.0, 3933.0, 3912.0, 3890.0, 3921.0, 3888.0, 3934.0, 3902.0, 3945.0, 3912.0, 3932.0, 3911.0, 3945.0, 3923.0, 3930.0, 3912.0, 3890.0, 3922.0, 3890.0, 3944.0, 3914.0, 3945.0, 3922.0, 3944.0, 3924.0, 3922.0, 3924.0, 3892.0, 3946.0, 3915.0, 3946.0, 3927.0, 3947.0, 3927.0, 3927.0, 3948.0, 3902.0, 3956.0, 3925.0, 3945.0, 3935.0, 3944.0, 3913.0, 3903.0, 3935.0, 3890.0, 3934.0, 3901.0, 3944.0, 3925.0, 3944.0, 3925.0, 3921.0, 3924.0, 3890.0, 3935.0, 3892.0, 3957.0, 3912.0, 3943.0, 3922.0, 3945.0, 3923.0, 3944.0, 3924.0, 3890.0, 3932.0, 3891.0, 3943.0, 3922.0, 3943.0, 3921.0, 3931.0, 3912.0, 3920.0, 3933.0, 3890.0, 3931.0, 3898.0, 3942.0, 3911.0, 3932.0, 3923.0, 3920.0, 3909.0, 3888.0, 3920.0, 3888.0, 3944.0, 3912.0, 3942.0, 3912.0, 3943.0, 3924.0, 3912.0, 3934.0, 3902.0, 3945.0, 3911.0, 3942.0, 3924.0, 3933.0, 3923.0, 3891.0, 3933.0, 3892.0, 3944.0, 3923.0, 3954.0, 3924.0, 3900.0, 3922.0, 3891.0, 3945.0, 3914.0, 3943.0, 3923.0, 3932.0, 3912.0, 3890.0, 3923.0, 3891.0, 3955.0, 3925.0, 3945.0, 3924.0, 3933.0, 3926.0, 3905.0, 3945.0, 3903.0, 3946.0, 3914.0, 3944.0, 3925.0, 3944.0, 3925.0, 3922.0, 3913.0, 3890.0, 3936.0, 3893.0, 3946.0, 3914.0, 3944.0, 3924.0, 3946.0, 3926.0, 3936.0, 3926.0, 3895.0, 3937.0, 3893.0, 3958.0, 3928.0, 3958.0, 3937.0, 3946.0, 3926.0, 3915.0, 3947.0, 3906.0, 3959.0, 3925.0, 3955.0, 3925.0, 3946.0, 3926.0, 3913.0, 3947.0, 3892.0, 3946.0, 3927.0, 3958.0, 3936.0, 3946.0, 3925.0, 3892.0, 3936.0, 3904.0, 3946.0, 3925.0, 3945.0, 3925.0, 3943.0, 3925.0, 3923.0, 3935.0, 3893.0, 3944.0, 3914.0, 3956.0, 3926.0, 3945.0, 3936.0, 3914.0, 3936.0, 3894.0, 3958.0, 3926.0, 3957.0, 3936.0, 3956.0, 3935.0, 3944.0, 3923.0, 3892.0, 3946.0, 3902.0, 3945.0, 3923.0, 3943.0, 3925.0, 3925.0, 3937.0, 3914.0, 3957.0, 3914.0, 3958.0, 3937.0, 3959.0, 3938.0, 3915.0, 3936.0, 3902.0, 3956.0, 3926.0, 3956.0, 3926.0, 3943.0, 3912.0, 3901.0, 3922.0, 3890.0, 3945.0, 3901.0, 3943.0, 3914.0, 3944.0, 3923.0, 3932.0, 3922.0, 3890.0, 3921.0, 3879.0, 3944.0, 3903.0, 3959.0, 3938.0, 3943.0, 3925.0, 3914.0, 3880.0, 3925.0, 3910.0, 3935.0, 3933.0, 3943.0, 3912.0, 3956.0, 3925.0, 3968.0, 3935.0, 3956.0, 3921.0, 3942.0, 3920.0, 3929.0, 3907.0, 3929.0, 3910.0, 3917.0, 3895.0, 3883.0, 3895.0, 3862.0, 3906.0, 3876.0, 3918.0, 3887.0, 3917.0, 3898.0, 3916.0, 3898.0, 3876.0, 3910.0, 3879.0, 3943.0, 3924.0, 3945.0, 3925.0, 3924.0, 3925.0, 3894.0, 3947.0, 3916.0, 3958.0, 3926.0, 3938.0, 3947.0, 3906.0, 3958.0, 3927.0, 3936.0, 3925.0, 3903.0, 3947.0, 3927.0, 3959.0, 3925.0, 3902.0, 3948.0, 3929.0, 3958.0, 3924.0, 3901.0, 3923.0, 3901.0, 3945.0, 3925.0, 3935.0, 3924.0, 3889.0, 3932.0, 3902.0, 3930.0, 3912.0, 3889.0, 3900.0, 3866.0, 3931.0, 3912.0, 3942.0, 3922.0, 3890.0, 3932.0, 3902.0, 3913.0, 3923.0, 3901.0, 3921.0, 3925.0, 3913.0, 3944.0, 3937.0, 3903.0, 3932.0, 3903.0, 3889.0, 3943.0, 3922.0, 3955.0, 3922.0, 3889.0, 3920.0, 3890.0, 3932.0, 3922.0, 3879.0, 3921.0, 3890.0, 3877.0, 3910.0, 3891.0, 3944.0, 3935.0, 3945.0, 3922.0, 3892.0, 3933.0, 3890.0, 3943.0, 3911.0, 3942.0, 3910.0, 3929.0, 3899.0, 3919.0, 3910.0, 3919.0, 3899.0, 3918.0, 3898.0, 3919.0, 3909.0, 3928.0, 3899.0, 3929.0, 3913.0, 3930.0, 3923.0, 3910.0, 3923.0, 3912.0, 3933.0, 3912.0, 3944.0, 3910.0, 3943.0, 3900.0, 3932.0, 3911.0, 3942.0, 3911.0, 3943.0, 3910.0, 3932.0, 3901.0, 3944.0, 3901.0, 3946.0, 3901.0, 3944.0, 3912.0, 3944.0, 3923.0, 3945.0, 3923.0, 3943.0, 3924.0, 3944.0, 3925.0, 3944.0, 3923.0, 3914.0, 3935.0, 3903.0, 3958.0, 3916.0, 3968.0, 3947.0, 3956.0, 3937.0, 3936.0, 3925.0, 3914.0, 3958.0, 3925.0, 3956.0, 3935.0, 3943.0, 3924.0, 3944.0, 3934.0, 3913.0, 3944.0, 3911.0, 3944.0, 3922.0, 3943.0, 3936.0, 3902.0, 3942.0, 3914.0, 3891.0, 3945.0, 3922.0, 3891.0, 3946.0, 3938.0, 3968.0, 3948.0, 3924.0, 3934.0, 3909.0, 3935.0, 3910.0, 3942.0, 3898.0, 3918.0, 3887.0, 3918.0, 3899.0, 3917.0, 3898.0, 3876.0, 3942.0, 3902.0, 3889.0, 3923.0, 3902.0, 3956.0, 3926.0, 3957.0, 3936.0, 3955.0, 3923.0, 3944.0, 3922.0, 3943.0, 3911.0, 3942.0, 3898.0, 3918.0, 3897.0, 3879.0, 3921.0, 3876.0, 3929.0, 3908.0, 3930.0, 3899.0, 3908.0, 3923.0, 3877.0, 3919.0, 3877.0, 3930.0, 3913.0, 3932.0, 3921.0, 3889.0, 3911.0, 3877.0, 3930.0, 3899.0, 3942.0, 3910.0, 3930.0, 3909.0, 3898.0, 3910.0, 3877.0, 3932.0, 3887.0, 3929.0, 3898.0, 3930.0, 3910.0, 3930.0, 3920.0, 3888.0, 3909.0, 3876.0, 3917.0, 3900.0, 3931.0, 3920.0, 3942.0, 3911.0, 3919.0, 3912.0, 3889.0, 3932.0, 3900.0, 3931.0, 3900.0, 3931.0, 3900.0, 3944.0, 3909.0, 3930.0, 3909.0, 3931.0, 3912.0, 3931.0, 3912.0, 3919.0, 3900.0, 3912.0, 3923.0, 3900.0, 3945.0, 3899.0, 3930.0, 3898.0, 3931.0, 3913.0, 3930.0, 3921.0, 3928.0, 3910.0, 3899.0, 3921.0, 3889.0, 3942.0, 3900.0, 3933.0, 3909.0, 3932.0, 3911.0, 3931.0, 3911.0, 3898.0, 3910.0, 3890.0, 3943.0, 3902.0, 3944.0, 3921.0, 3942.0, 3923.0, 3944.0, 3911.0, 3930.0, 3910.0, 3888.0, 3920.0, 3890.0, 3943.0, 3900.0, 3942.0, 3910.0, 3942.0, 3913.0, 3933.0, 3912.0, 3900.0, 3933.0, 3889.0, 3944.0, 3923.0, 3946.0, 3934.0, 3943.0, 3922.0, 3930.0, 3911.0, 3900.0, 3934.0, 3890.0, 3932.0, 3902.0, 3943.0, 3923.0, 3944.0, 3925.0, 3941.0, 3921.0, 3902.0, 3931.0, 3901.0, 3943.0, 3911.0, 3942.0, 3924.0, 3933.0, 3911.0, 3893.0, 3946.0, 3902.0, 3956.0, 3937.0, 3936.0, 3947.0, 3915.0, 3957.0, 3936.0, 3925.0, 3959.0, 3925.0, 3955.0, 3933.0, 3911.0, 3934.0, 3902.0, 3955.0, 3935.0, 3922.0, 3921.0, 3891.0, 3942.0, 3934.0, 3901.0, 3922.0, 3892.0, 3942.0, 3923.0, 3921.0, 3932.0, 3889.0, 3943.0, 3910.0, 3920.0, 3911.0, 3889.0, 3931.0, 3909.0, 3900.0, 3909.0, 3901.0, 3942.0, 3933.0, 3899.0, 3931.0, 3910.0, 3942.0, 3922.0, 3900.0, 3944.0, 3910.0, 3931.0, 3909.0, 3931.0, 3910.0, 3930.0, 3909.0, 3877.0, 3919.0, 3888.0, 3919.0, 3902.0, 3890.0, 3932.0, 3900.0, 3942.0, 3910.0, 3943.0, 3924.0, 3942.0, 3911.0, 3909.0, 3899.0, 3888.0, 3920.0, 3888.0, 3931.0, 3902.0, 3920.0], 'WindowWidth': [8868.0, 8827.0, 8767.0, 8826.0, 8759.0, 8798.0, 8757.0, 8723.0, 8764.0, 8736.0, 8801.0, 8774.0, 8747.0, 8803.0, 8757.0, 8800.0, 8772.0, 8739.0, 8787.0, 8755.0, 8802.0, 8766.0, 8779.0, 8752.0, 8737.0, 8800.0, 8751.0, 8795.0, 8750.0, 8763.0, 8767.0, 8723.0, 8782.0, 8722.0, 8781.0, 8755.0, 8797.0, 8771.0, 8779.0, 8752.0, 8763.0, 8755.0, 8751.0, 8772.0, 8725.0, 8784.0, 8726.0, 8786.0, 8739.0, 8805.0, 8757.0, 8805.0, 8774.0, 8786.0, 8757.0, 8726.0, 8774.0, 8727.0, 8787.0, 8741.0, 8807.0, 8760.0, 8807.0, 8744.0, 8798.0, 8737.0, 8802.0, 8737.0, 8805.0, 8730.0, 8777.0, 8715.0, 8778.0, 8750.0, 8778.0, 8755.0, 8794.0, 8754.0, 8766.0, 8759.0, 8744.0, 8803.0, 8739.0, 8802.0, 8739.0, 8800.0, 8772.0, 8801.0, 8773.0, 8800.0, 8770.0, 8767.0, 8745.0, 8752.0, 8808.0, 8750.0, 8805.0, 8727.0, 8801.0, 8763.0, 8805.0, 8778.0, 8747.0, 8776.0, 8734.0, 8808.0, 8769.0, 8823.0, 8796.0, 8810.0, 8795.0, 8801.0, 8776.0, 8760.0, 8810.0, 8755.0, 8804.0, 8733.0, 8780.0, 8737.0, 8781.0, 8751.0, 8777.0, 8750.0, 8774.0, 8748.0, 8762.0, 8751.0, 8721.0, 8764.0, 8705.0, 8780.0, 8740.0, 8799.0, 8769.0, 8798.0, 8773.0, 8768.0, 8776.0, 8757.0, 8789.0, 8727.0, 8785.0, 8722.0, 8800.0, 8754.0, 8799.0, 8769.0, 8799.0, 8766.0, 8780.0, 8754.0, 8747.0, 8767.0, 8703.0, 8774.0, 8721.0, 8780.0, 8752.0, 8781.0, 8750.0, 8778.0, 8754.0, 8768.0, 8765.0, 8724.0, 8784.0, 8719.0, 8783.0, 8757.0, 8802.0, 8773.0, 8800.0, 8759.0, 8763.0, 8752.0, 8752.0, 8770.0, 8739.0, 8802.0, 8735.0, 8800.0, 8739.0, 8803.0, 8772.0, 8818.0, 8774.0, 8780.0, 8758.0, 8727.0, 8772.0, 8727.0, 8808.0, 8763.0, 8802.0, 8776.0, 8805.0, 8777.0, 8806.0, 8778.0, 8768.0, 8757.0, 8725.0, 8785.0, 8725.0, 8803.0, 8770.0, 8801.0, 8772.0, 8786.0, 8770.0, 8769.0, 8772.0, 8725.0, 8785.0, 8736.0, 8801.0, 8758.0, 8801.0, 8773.0, 8753.0, 8788.0, 8726.0, 8798.0, 8755.0, 8804.0, 8792.0, 8803.0, 8770.0, 8749.0, 8770.0, 8724.0, 8787.0, 8751.0, 8798.0, 8752.0, 8774.0, 8755.0, 8750.0, 8771.0, 8724.0, 8784.0, 8739.0, 8796.0, 8769.0, 8788.0, 8756.0, 8739.0, 8783.0, 8723.0, 8782.0, 8775.0, 8782.0, 8784.0, 8734.0, 8846.0, 8807.0, 8843.0, 8810.0, 8786.0, 8720.0, 8792.0, 8721.0, 8801.0, 8798.0, 8826.0, 8796.0, 8768.0, 8852.0, 8816.0, 8836.0, 8798.0, 8817.0, 8783.0, 8723.0, 8756.0, 8726.0, 8767.0, 8721.0, 8745.0, 8737.0, 8671.0, 8750.0, 8712.0, 8745.0, 8703.0, 8673.0, 8735.0, 8715.0, 8772.0, 8750.0, 8706.0, 8769.0, 8747.0, 8803.0, 8785.0, 8799.0, 8797.0, 8745.0, 8804.0, 8755.0, 8810.0, 8763.0, 8832.0, 8758.0, 8788.0, 8731.0, 8788.0, 8719.0, 8802.0, 8748.0, 8797.0, 8751.0, 8782.0, 8755.0, 8785.0, 8753.0, 8785.0, 8757.0, 8735.0, 8734.0, 8703.0, 8781.0, 8757.0, 8806.0, 8773.0, 8805.0, 8772.0, 8801.0, 8758.0, 8752.0, 8768.0, 8706.0, 8764.0, 8724.0, 8780.0, 8741.0, 8799.0, 8754.0, 8782.0, 8747.0, 8777.0, 8754.0, 8734.0, 8768.0, 8691.0, 8764.0, 8726.0, 8781.0, 8760.0, 8788.0, 8793.0, 8746.0, 8804.0, 8738.0, 8803.0, 8760.0, 8804.0, 8771.0, 8796.0, 8751.0, 8799.0, 8754.0, 8737.0, 8749.0, 8703.0, 8765.0, 8719.0, 8796.0, 8717.0, 8773.0, 8733.0, 8781.0, 8757.0, 8783.0, 8749.0, 8774.0, 8749.0, 8733.0, 8766.0, 8705.0, 8782.0, 8720.0, 8792.0, 8755.0, 8796.0, 8772.0, 8753.0, 8756.0, 8723.0, 8786.0, 8744.0, 8803.0, 8789.0, 8803.0, 8771.0, 8786.0, 8774.0, 8725.0, 8801.0, 8723.0, 8798.0, 8753.0, 8788.0, 8770.0, 8784.0, 8750.0, 8721.0, 8766.0, 8708.0, 8798.0, 8769.0, 8796.0, 8753.0, 8802.0, 8770.0, 8768.0, 8768.0, 8722.0, 8775.0, 8725.0, 8796.0, 8750.0, 8778.0, 8746.0, 8774.0, 8751.0, 8781.0, 8751.0, 8734.0, 8764.0, 8701.0, 8782.0, 8723.0, 8798.0, 8752.0, 8796.0, 8749.0, 8778.0, 8767.0, 8782.0, 8753.0, 8722.0, 8763.0, 8718.0, 8786.0, 8739.0, 8802.0, 8752.0, 8781.0, 8751.0, 8802.0, 8769.0, 8775.0, 8752.0, 8720.0, 8765.0, 8723.0, 8800.0, 8758.0, 8803.0, 8768.0, 8798.0, 8771.0, 8769.0, 8773.0, 8729.0, 8805.0, 8762.0, 8807.0, 8781.0, 8810.0, 8784.0, 8782.0, 8812.0, 8741.0, 8820.0, 8777.0, 8806.0, 8789.0, 8800.0, 8755.0, 8744.0, 8788.0, 8722.0, 8787.0, 8738.0, 8799.0, 8776.0, 8802.0, 8776.0, 8766.0, 8771.0, 8724.0, 8790.0, 8728.0, 8823.0, 8755.0, 8799.0, 8768.0, 8805.0, 8771.0, 8798.0, 8772.0, 8722.0, 8779.0, 8726.0, 8798.0, 8767.0, 8800.0, 8765.0, 8777.0, 8753.0, 8762.0, 8784.0, 8721.0, 8777.0, 8729.0, 8796.0, 8750.0, 8780.0, 8769.0, 8760.0, 8746.0, 8717.0, 8762.0, 8716.0, 8800.0, 8752.0, 8793.0, 8753.0, 8798.0, 8774.0, 8754.0, 8788.0, 8741.0, 8802.0, 8752.0, 8797.0, 8773.0, 8785.0, 8771.0, 8724.0, 8783.0, 8726.0, 8803.0, 8771.0, 8815.0, 8773.0, 8735.0, 8767.0, 8727.0, 8804.0, 8759.0, 8802.0, 8770.0, 8782.0, 8755.0, 8724.0, 8770.0, 8727.0, 8818.0, 8774.0, 8802.0, 8774.0, 8784.0, 8779.0, 8748.0, 8803.0, 8743.0, 8807.0, 8757.0, 8800.0, 8775.0, 8802.0, 8775.0, 8767.0, 8757.0, 8723.0, 8790.0, 8732.0, 8804.0, 8758.0, 8800.0, 8773.0, 8806.0, 8780.0, 8791.0, 8777.0, 8735.0, 8793.0, 8733.0, 8825.0, 8785.0, 8825.0, 8795.0, 8807.0, 8778.0, 8762.0, 8809.0, 8751.0, 8826.0, 8775.0, 8819.0, 8775.0, 8807.0, 8779.0, 8758.0, 8807.0, 8729.0, 8807.0, 8779.0, 8825.0, 8791.0, 8805.0, 8775.0, 8727.0, 8790.0, 8745.0, 8807.0, 8775.0, 8804.0, 8772.0, 8798.0, 8775.0, 8770.0, 8789.0, 8730.0, 8801.0, 8759.0, 8818.0, 8778.0, 8804.0, 8793.0, 8760.0, 8792.0, 8733.0, 8825.0, 8777.0, 8824.0, 8793.0, 8822.0, 8789.0, 8798.0, 8770.0, 8729.0, 8804.0, 8739.0, 8802.0, 8768.0, 8796.0, 8775.0, 8775.0, 8795.0, 8761.0, 8824.0, 8761.0, 8823.0, 8795.0, 8825.0, 8798.0, 8761.0, 8791.0, 8741.0, 8820.0, 8776.0, 8821.0, 8778.0, 8797.0, 8751.0, 8736.0, 8768.0, 8722.0, 8802.0, 8736.0, 8796.0, 8756.0, 8799.0, 8770.0, 8781.0, 8767.0, 8721.0, 8765.0, 8706.0, 8799.0, 8743.0, 8830.0, 8794.0, 8795.0, 8771.0, 8755.0, 8708.0, 8776.0, 8751.0, 8790.0, 8783.0, 8799.0, 8757.0, 8821.0, 8776.0, 8840.0, 8790.0, 8823.0, 8764.0, 8798.0, 8757.0, 8777.0, 8738.0, 8772.0, 8743.0, 8751.0, 8718.0, 8699.0, 8717.0, 8669.0, 8733.0, 8693.0, 8752.0, 8707.0, 8751.0, 8724.0, 8747.0, 8726.0, 8694.0, 8745.0, 8706.0, 8795.0, 8773.0, 8799.0, 8775.0, 8774.0, 8776.0, 8735.0, 8806.0, 8765.0, 8824.0, 8777.0, 8794.0, 8808.0, 8750.0, 8824.0, 8780.0, 8790.0, 8774.0, 8743.0, 8809.0, 8776.0, 8827.0, 8774.0, 8741.0, 8810.0, 8785.0, 8825.0, 8771.0, 8737.0, 8767.0, 8737.0, 8803.0, 8774.0, 8785.0, 8770.0, 8716.0, 8778.0, 8736.0, 8777.0, 8749.0, 8716.0, 8730.0, 8683.0, 8775.0, 8750.0, 8792.0, 8766.0, 8718.0, 8779.0, 8737.0, 8754.0, 8767.0, 8737.0, 8764.0, 8772.0, 8757.0, 8800.0, 8792.0, 8741.0, 8780.0, 8740.0, 8718.0, 8799.0, 8768.0, 8818.0, 8764.0, 8716.0, 8760.0, 8719.0, 8777.0, 8768.0, 8703.0, 8760.0, 8719.0, 8700.0, 8747.0, 8725.0, 8801.0, 8787.0, 8799.0, 8767.0, 8727.0, 8781.0, 8720.0, 8797.0, 8749.0, 8794.0, 8744.0, 8770.0, 8729.0, 8758.0, 8745.0, 8756.0, 8729.0, 8754.0, 8727.0, 8756.0, 8745.0, 8769.0, 8733.0, 8773.0, 8756.0, 8777.0, 8770.0, 8749.0, 8770.0, 8752.0, 8783.0, 8752.0, 8798.0, 8747.0, 8795.0, 8734.0, 8780.0, 8750.0, 8796.0, 8750.0, 8798.0, 8749.0, 8782.0, 8740.0, 8802.0, 8739.0, 8805.0, 8738.0, 8800.0, 8755.0, 8801.0, 8771.0, 8803.0, 8770.0, 8798.0, 8772.0, 8802.0, 8776.0, 8801.0, 8773.0, 8761.0, 8791.0, 8746.0, 8826.0, 8770.0, 8843.0, 8810.0, 8824.0, 8796.0, 8793.0, 8780.0, 8764.0, 8828.0, 8778.0, 8822.0, 8790.0, 8800.0, 8774.0, 8799.0, 8787.0, 8755.0, 8800.0, 8751.0, 8800.0, 8767.0, 8797.0, 8791.0, 8741.0, 8796.0, 8758.0, 8724.0, 8804.0, 8770.0, 8728.0, 8808.0, 8801.0, 8842.0, 8813.0, 8773.0, 8788.0, 8746.0, 8789.0, 8745.0, 8798.0, 8727.0, 8756.0, 8711.0, 8755.0, 8728.0, 8755.0, 8727.0, 8696.0, 8795.0, 8742.0, 8722.0, 8771.0, 8742.0, 8819.0, 8781.0, 8824.0, 8791.0, 8820.0, 8769.0, 8803.0, 8767.0, 8801.0, 8748.0, 8792.0, 8726.0, 8753.0, 8724.0, 8702.0, 8761.0, 8696.0, 8772.0, 8742.0, 8773.0, 8728.0, 8740.0, 8768.0, 8697.0, 8755.0, 8697.0, 8773.0, 8753.0, 8780.0, 8763.0, 8716.0, 8748.0, 8698.0, 8773.0, 8729.0, 8793.0, 8745.0, 8774.0, 8744.0, 8727.0, 8746.0, 8699.0, 8778.0, 8710.0, 8769.0, 8727.0, 8774.0, 8746.0, 8773.0, 8760.0, 8713.0, 8741.0, 8696.0, 8752.0, 8733.0, 8777.0, 8761.0, 8792.0, 8750.0, 8759.0, 8754.0, 8719.0, 8781.0, 8734.0, 8778.0, 8733.0, 8777.0, 8734.0, 8798.0, 8745.0, 8776.0, 8743.0, 8776.0, 8752.0, 8776.0, 8753.0, 8759.0, 8734.0, 8752.0, 8769.0, 8735.0, 8802.0, 8730.0, 8775.0, 8728.0, 8778.0, 8754.0, 8777.0, 8764.0, 8771.0, 8748.0, 8733.0, 8764.0, 8718.0, 8796.0, 8734.0, 8780.0, 8744.0, 8782.0, 8752.0, 8778.0, 8752.0, 8730.0, 8748.0, 8723.0, 8795.0, 8740.0, 8801.0, 8764.0, 8796.0, 8768.0, 8801.0, 8752.0, 8776.0, 8749.0, 8716.0, 8762.0, 8722.0, 8795.0, 8734.0, 8794.0, 8748.0, 8793.0, 8756.0, 8783.0, 8754.0, 8735.0, 8783.0, 8721.0, 8800.0, 8770.0, 8805.0, 8785.0, 8799.0, 8767.0, 8777.0, 8752.0, 8735.0, 8785.0, 8721.0, 8780.0, 8739.0, 8799.0, 8769.0, 8802.0, 8774.0, 8793.0, 8764.0, 8740.0, 8779.0, 8737.0, 8797.0, 8749.0, 8794.0, 8772.0, 8786.0, 8752.0, 8730.0, 8804.0, 8744.0, 8822.0, 8795.0, 8792.0, 8809.0, 8763.0, 8822.0, 8794.0, 8776.0, 8829.0, 8777.0, 8820.0, 8785.0, 8753.0, 8786.0, 8741.0, 8821.0, 8787.0, 8765.0, 8764.0, 8724.0, 8796.0, 8785.0, 8737.0, 8764.0, 8725.0, 8797.0, 8771.0, 8766.0, 8782.0, 8720.0, 8797.0, 8748.0, 8763.0, 8748.0, 8716.0, 8780.0, 8744.0, 8732.0, 8744.0, 8737.0, 8793.0, 8782.0, 8731.0, 8777.0, 8747.0, 8793.0, 8766.0, 8734.0, 8800.0, 8745.0, 8777.0, 8743.0, 8778.0, 8747.0, 8774.0, 8744.0, 8699.0, 8756.0, 8715.0, 8760.0, 8738.0, 8721.0, 8780.0, 8735.0, 8793.0, 8747.0, 8798.0, 8771.0, 8795.0, 8750.0, 8742.0, 8728.0, 8714.0, 8759.0, 8712.0, 8779.0, 8736.0, 8761.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.0003573160173160173</td></tr>
<tr><td colspan=3>aqi</td><td>0.02088013255411255</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.79435435791158</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2457973237608306</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0015372854246092</td></tr>
<tr><td colspan=3>efc</td><td>0.5024</td></tr>
<tr><td colspan=3>fber</td><td>3787.3181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09737966665669537</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.761904761904762</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5392579117159872</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.461684668581591</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.824359478116568</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3317295884498033</td></tr>
<tr><td colspan=3>gcor</td><td>0.00903617</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013133609667420387</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02904457226395607</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7542070541818315</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>18.2547</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4137</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.4435</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297168.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>1038.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>391.2889</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1926</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.5678</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3067.3343</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.8864</td></tr>
<tr><td colspan=3>tsnr</td><td>38.40814196434803</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>