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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>22:11:11.465000</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.998927, -0.00988864, 0.0452383, 0.00557908, 0.995517, 0.094416]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0964502</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7889, -7275, 763, -85, -717, 249, 27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>235.076</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9bce6084-429c-4ed5-b19d-ffbcd11ad6bc||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.680048942565918, 0.014968267641961575, 0.12411659955978394, 107.11431884765625], [0.02653050608932972, 2.6708998680114746, 0.25396838784217834, -106.86970520019531], [0.12137094885110855, -0.2533113360404968, 2.685161828994751, -62.822776794433594], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['221111.465000', '221111.925000', '221112.385000', '221112.845000', '221113.305000', '221113.765000', '221114.225000', '221114.685000', '221115.145000', '221115.605000', '221116.065000', '221116.525000', '221116.985000', '221117.445000', '221117.905000', '221118.365000', '221118.825000', '221119.285000', '221119.745000', '221120.205000', '221120.665000', '221121.125000', '221121.585000', '221122.045000', '221122.505000', '221122.965000', '221123.425000', '221123.885000', '221124.345000', '221124.805000', '221125.265000', '221125.725000', '221126.185000', '221126.645000', '221127.105000', '221127.565000', '221128.025000', '221128.485000', '221128.945000', '221129.405000', '221129.865000', '221130.325000', '221130.785000', '221131.245000', '221131.705000', '221132.165000', '221132.625000', '221133.085000', '221133.545000', '221134.005000', '221134.465000', '221134.925000', '221135.385000', '221135.845000', '221136.305000', '221136.765000', '221137.225000', '221137.685000', '221138.145000', '221138.605000', '221139.065000', '221139.525000', '221139.985000', '221140.445000', '221140.905000', '221141.365000', '221141.825000', '221142.285000', '221142.745000', '221143.205000', '221143.665000', '221144.125000', '221144.585000', '221145.045000', '221145.505000', '221145.965000', '221146.425000', '221146.885000', '221147.345000', '221147.805000', '221148.265000', '221148.725000', '221149.185000', '221149.645000', '221150.105000', '221150.565000', '221151.025000', '221151.485000', '221151.945000', '221152.405000', '221152.865000', '221153.325000', '221153.785000', '221154.245000', '221154.705000', '221155.165000', '221155.625000', '221156.085000', '221156.545000', '221157.005000', '221157.465000', '221157.925000', '221158.385000', '221158.845000', '221159.305000', '221159.765000', '221200.225000', '221200.685000', '221201.145000', '221201.605000', '221202.065000', '221202.525000', '221202.985000', '221203.445000', '221203.905000', '221204.365000', '221204.825000', '221205.285000', '221205.745000', '221206.205000', '221206.665000', '221207.125000', '221207.585000', '221208.045000', '221208.505000', '221208.965000', '221209.425000', '221209.885000', '221210.345000', '221210.805000', '221211.265000', '221211.725000', '221212.185000', '221212.645000', '221213.105000', '221213.565000', '221214.025000', '221214.485000', '221214.945000', '221215.405000', '221215.865000', '221216.325000', '221216.785000', '221217.245000', '221217.705000', '221218.165000', '221218.625000', '221219.085000', '221219.545000', '221220.005000', '221220.465000', '221220.925000', '221221.385000', '221221.845000', '221222.305000', '221222.765000', '221223.225000', '221223.685000', '221224.145000', '221224.605000', '221225.065000', '221225.525000', '221225.985000', '221226.445000', '221226.905000', '221227.365000', '221227.825000', '221228.285000', '221228.745000', '221229.205000', '221229.665000', '221230.125000', '221230.585000', '221231.045000', '221231.505000', '221231.965000', '221232.425000', '221232.885000', '221233.345000', '221233.805000', '221234.265000', '221234.725000', '221235.185000', '221235.645000', '221236.105000', '221236.565000', '221237.025000', '221237.485000', '221237.945000', '221238.405000', '221238.865000', '221239.325000', '221239.785000', '221240.245000', '221240.705000', '221241.165000', '221241.625000', '221242.085000', '221242.545000', '221243.005000', '221243.465000', '221243.925000', '221244.385000', '221244.845000', '221245.305000', '221245.765000', '221246.225000', '221246.685000', '221247.145000', '221247.605000', '221248.065000', '221248.525000', '221248.985000', '221249.445000', '221249.905000', '221250.365000', '221250.825000', '221251.285000', '221251.745000', '221252.205000', '221252.665000', '221253.125000', '221253.585000', '221254.045000', '221254.505000', '221254.965000', '221255.425000', '221255.885000', '221256.345000', '221256.805000', '221257.265000', '221257.725000', '221258.185000', '221258.645000', '221259.105000', '221259.565000', '221300.025000', '221300.485000', '221300.945000', '221301.405000', '221301.865000', '221302.325000', '221302.785000', '221303.245000', '221303.705000', '221304.165000', '221304.625000', '221305.085000', '221305.545000', '221306.005000', '221306.465000', '221306.925000', '221307.385000', '221307.845000', '221308.305000', '221308.765000', '221309.225000', '221309.685000', '221310.145000', '221310.605000', '221311.065000', '221311.525000', '221311.985000', '221312.445000', '221312.905000', '221313.365000', '221313.825000', '221314.285000', '221314.745000', '221315.205000', '221315.665000', '221316.125000', '221316.585000', '221317.045000', '221317.505000', '221317.965000', '221318.425000', '221318.885000', '221319.345000', '221319.805000', '221320.265000', '221320.725000', '221321.185000', '221321.645000', '221322.105000', '221322.565000', '221323.025000', '221323.485000', '221323.945000', '221324.405000', '221324.865000', '221325.325000', '221325.785000', '221326.245000', '221326.705000', '221327.165000', '221327.625000', '221328.085000', '221328.545000', '221329.005000', '221329.465000', '221329.925000', '221330.385000', '221330.845000', '221331.305000', '221331.765000', '221332.225000', '221332.685000', '221333.145000', '221333.605000', '221334.065000', '221334.525000', '221334.985000', '221335.445000', '221335.905000', '221336.365000', '221336.825000', '221337.285000', '221337.745000', '221338.205000', '221338.665000', '221339.125000', '221339.585000', '221340.045000', '221340.505000', '221340.965000', '221341.425000', '221341.885000', '221342.345000', '221342.805000', '221343.265000', '221343.725000', '221344.185000', '221344.645000', '221345.105000', '221345.565000', '221346.025000', '221346.485000', '221346.945000', '221347.405000', '221347.865000', '221348.325000', '221348.785000', '221349.245000', '221349.705000', '221350.165000', '221350.625000', '221351.085000', '221351.545000', '221352.005000', '221352.465000', '221352.925000', '221353.385000', '221353.845000', '221354.305000', '221354.765000', '221355.225000', '221355.685000', '221356.145000', '221356.605000', '221357.065000', '221357.525000', '221357.985000', '221358.445000', '221358.905000', '221359.365000', '221359.825000', '221400.285000', '221400.745000', '221401.205000', '221401.665000', '221402.125000', '221402.585000', '221403.045000', '221403.505000', '221403.965000', '221404.425000', '221404.885000', '221405.345000', '221405.805000', '221406.265000', '221406.725000', '221407.185000', '221407.645000', '221408.105000', '221408.565000', '221409.025000', '221409.485000', '221409.945000', '221410.405000', '221410.865000', '221411.325000', '221411.785000', '221412.245000', '221412.705000', '221413.165000', '221413.625000', '221414.085000', '221414.545000', '221415.005000', '221415.465000', '221415.925000', '221416.385000', '221416.845000', '221417.305000', '221417.765000', '221418.225000', '221418.685000', '221419.145000', '221419.605000', '221420.065000', '221420.525000', '221420.985000', '221421.445000', '221421.905000', '221422.365000', '221422.825000', '221423.285000', '221423.745000', '221424.205000', '221424.665000', '221425.125000', '221425.585000', '221426.045000', '221426.505000', '221426.965000', '221427.425000', '221427.885000', '221428.345000', '221428.805000', '221429.265000', '221429.725000', '221430.185000', '221430.645000', '221431.105000', '221431.565000', '221432.025000', '221432.485000', '221432.945000', '221433.405000', '221433.865000', '221434.325000', '221434.785000', '221435.245000', '221435.705000', '221436.165000', '221436.625000', '221437.085000', '221437.545000', '221438.005000', '221438.465000', '221438.925000', '221439.385000', '221439.845000', '221440.305000', '221440.765000', '221441.225000', '221441.685000', '221442.145000', '221442.605000', '221443.065000', '221443.525000', '221443.985000', '221444.445000', '221444.905000', '221445.365000', '221445.825000', '221446.285000', '221446.745000', '221447.205000', '221447.665000', '221448.125000', '221448.585000', '221449.045000', '221449.505000', '221449.965000', '221450.425000', '221450.885000', '221451.345000', '221451.805000', '221452.265000', '221452.725000', '221453.185000', '221453.645000', '221454.105000', '221454.565000', '221455.025000', '221455.485000', '221455.945000', '221456.405000', '221456.865000', '221457.325000', '221457.785000', '221458.245000', '221458.705000', '221459.165000', '221459.625000', '221500.085000', '221500.545000', '221501.005000', '221501.465000', '221501.925000', '221502.385000', '221502.845000', '221503.305000', '221503.765000', '221504.225000', '221504.685000', '221505.145000', '221505.605000', '221506.065000', '221506.525000', '221506.985000', '221507.445000', '221507.905000', '221508.365000', '221508.825000', '221509.285000', '221509.745000', '221510.205000', '221510.665000', '221511.125000', '221511.585000', '221512.045000', '221512.505000', '221512.965000', '221513.425000', '221513.885000', '221514.345000', '221514.805000', '221515.265000', '221515.725000', '221516.185000', '221516.645000', '221517.105000', '221517.565000', '221518.025000', '221518.485000', '221518.945000', '221519.405000', '221519.865000', '221520.325000', '221520.785000', '221521.245000', '221521.705000', '221522.165000', '221522.625000', '221523.085000', '221523.545000', '221524.005000', '221524.465000', '221524.925000', '221525.385000', '221525.845000', '221526.305000', '221526.765000', '221527.225000', '221527.685000', '221528.145000', '221528.605000', '221529.065000', '221529.525000', '221529.985000', '221530.445000', '221530.905000', '221531.365000', '221531.825000', '221532.285000', '221532.745000', '221533.205000', '221533.665000', '221534.125000', '221534.585000', '221535.045000', '221535.505000', '221535.965000', '221536.425000', '221536.885000', '221537.345000', '221537.805000', '221538.265000', '221538.725000', '221539.185000', '221539.645000', '221540.105000', '221540.565000', '221541.025000', '221541.485000', '221541.945000', '221542.405000', '221542.865000', '221543.325000', '221543.785000', '221544.245000', '221544.705000', '221545.165000', '221545.625000', '221546.085000', '221546.545000', '221547.005000', '221547.465000', '221547.925000', '221548.385000', '221548.845000', '221549.305000', '221549.765000', '221550.225000', '221550.685000', '221551.145000', '221551.605000', '221552.065000', '221552.525000', '221552.985000', '221553.445000', '221553.905000', '221554.365000', '221554.825000', '221555.285000', '221555.745000', '221556.205000', '221556.665000', '221557.125000', '221557.585000', '221558.045000', '221558.505000', '221558.965000', '221559.425000', '221559.885000', '221600.345000', '221600.805000', '221601.265000', '221601.725000', '221602.185000', '221602.645000', '221603.105000', '221603.565000', '221604.025000', '221604.485000', '221604.945000', '221605.405000', '221605.865000', '221606.325000', '221606.785000', '221607.245000', '221607.705000', '221608.165000', '221608.625000', '221609.085000', '221609.545000', '221610.005000', '221610.465000', '221610.925000', '221611.385000', '221611.845000', '221612.305000', '221612.765000', '221613.225000', '221613.685000', '221614.145000', '221614.605000', '221615.065000', '221615.525000', '221615.985000', '221616.445000', '221616.905000', '221617.365000', '221617.825000', '221618.285000', '221618.745000', '221619.205000', '221619.665000', '221620.125000', '221620.585000', '221621.045000', '221621.505000', '221621.965000', '221622.425000', '221622.885000', '221623.345000', '221623.805000', '221624.265000', '221624.725000', '221625.185000', '221625.645000', '221626.105000', '221626.565000', '221627.025000', '221627.485000', '221627.945000', '221628.405000', '221628.865000', '221629.325000', '221629.785000', '221630.245000', '221630.705000', '221631.165000', '221631.625000', '221632.085000', '221632.545000', '221633.005000', '221633.465000', '221633.925000', '221634.385000', '221634.845000', '221635.305000', '221635.765000', '221636.225000', '221636.685000', '221637.145000', '221637.605000', '221638.065000', '221638.525000', '221638.985000', '221639.445000', '221639.905000', '221640.365000', '221640.825000', '221641.285000', '221641.745000', '221642.205000', '221642.665000', '221643.125000', '221643.585000', '221644.045000', '221644.505000', '221644.965000', '221645.425000', '221645.885000', '221646.345000', '221646.805000', '221647.265000', '221647.725000', '221648.185000', '221648.645000', '221649.105000', '221649.565000', '221650.025000', '221650.485000', '221650.945000', '221651.405000', '221651.865000', '221652.325000', '221652.785000', '221653.245000', '221653.705000', '221654.165000', '221654.625000', '221655.085000', '221655.545000', '221656.005000', '221656.465000', '221656.925000', '221657.385000', '221657.845000', '221658.305000', '221658.765000', '221659.225000', '221659.685000', '221700.145000', '221700.605000', '221701.065000', '221701.525000', '221701.985000', '221702.445000', '221702.905000', '221703.365000', '221703.825000', '221704.285000', '221704.745000', '221705.205000', '221705.665000', '221706.125000', '221706.585000', '221707.045000', '221707.505000', '221707.965000', '221708.425000', '221708.885000', '221709.345000', '221709.805000', '221710.265000', '221710.725000', '221711.185000', '221711.645000', '221712.105000', '221712.565000', '221713.025000', '221713.485000', '221713.945000', '221714.405000', '221714.865000', '221715.325000', '221715.785000', '221716.245000', '221716.705000', '221717.165000', '221717.625000', '221718.085000', '221718.545000', '221719.005000', '221719.465000', '221719.925000', '221720.385000', '221720.845000', '221721.305000', '221721.765000', '221722.225000', '221722.685000', '221723.145000', '221723.605000', '221724.065000', '221724.525000', '221724.985000', '221725.445000', '221725.905000', '221726.365000', '221726.825000', '221727.285000', '221727.745000', '221728.205000', '221728.665000', '221729.125000', '221729.585000', '221730.045000', '221730.505000', '221730.965000', '221731.425000', '221731.885000', '221732.345000', '221732.805000', '221733.265000', '221733.725000', '221734.185000', '221734.645000', '221735.105000', '221735.565000', '221736.025000', '221736.485000', '221736.945000', '221737.405000', '221737.865000', '221738.325000', '221738.785000', '221739.245000', '221739.705000', '221740.165000', '221740.625000', '221741.085000', '221741.545000', '221742.005000', '221742.465000', '221742.925000', '221743.385000', '221743.845000', '221744.305000', '221744.765000', '221745.225000', '221745.685000', '221746.145000', '221746.605000', '221747.065000', '221747.525000', '221747.985000', '221748.445000', '221748.905000', '221749.365000', '221749.825000', '221750.285000', '221750.745000', '221751.205000', '221751.665000', '221752.125000', '221752.585000', '221753.045000', '221753.505000', '221753.965000', '221754.425000', '221754.885000', '221755.345000', '221755.805000', '221756.265000', '221756.725000', '221757.185000', '221757.645000', '221758.105000', '221758.565000', '221759.025000', '221759.485000', '221759.945000', '221800.405000', '221800.865000', '221801.325000', '221801.785000', '221802.245000', '221802.705000', '221803.165000', '221803.625000', '221804.085000', '221804.545000', '221805.005000', '221805.465000', '221805.925000', '221806.385000', '221806.845000', '221807.305000', '221807.765000', '221808.225000', '221808.685000', '221809.145000', '221809.605000', '221810.065000', '221810.525000', '221810.985000', '221811.445000', '221811.905000', '221812.365000', '221812.825000', '221813.285000', '221813.745000', '221814.205000', '221814.665000', '221815.125000', '221815.585000', '221816.045000', '221816.505000', '221816.965000', '221817.425000', '221817.885000', '221818.345000', '221818.805000', '221819.265000', '221819.725000', '221820.185000', '221820.645000', '221821.105000', '221821.565000', '221822.025000', '221822.485000', '221822.945000', '221823.405000', '221823.865000', '221824.325000', '221824.785000', '221825.245000', '221825.705000', '221826.165000', '221826.625000', '221827.085000', '221827.545000', '221828.005000', '221828.465000', '221828.925000', '221829.385000', '221829.845000', '221830.305000', '221830.765000', '221831.225000', '221831.685000', '221832.145000', '221832.605000', '221833.065000', '221833.525000', '221833.985000', '221834.445000', '221834.905000', '221835.365000', '221835.825000', '221836.285000', '221836.745000', '221837.205000', '221837.665000', '221838.125000', '221838.585000', '221839.045000', '221839.505000', '221839.965000', '221840.425000', '221840.885000', '221841.345000', '221841.805000', '221842.265000', '221842.725000', '221843.185000', '221843.645000', '221844.105000', '221844.565000', '221845.025000', '221845.485000', '221845.945000', '221846.405000', '221846.865000', '221847.325000', '221847.785000', '221848.245000', '221848.705000', '221849.165000', '221849.625000', '221850.085000', '221850.545000', '221851.005000', '221851.465000', '221851.925000', '221852.385000', '221852.845000', '221853.305000', '221853.765000', '221854.225000', '221854.685000', '221855.145000', '221855.605000', '221856.065000', '221856.525000', '221856.985000', '221857.445000', '221857.905000', '221858.365000', '221858.825000', '221859.285000', '221859.745000', '221900.205000', '221900.665000', '221901.125000', '221901.585000', '221902.045000', '221902.505000', '221902.965000', '221903.425000', '221903.885000', '221904.345000', '221904.805000', '221905.265000', '221905.725000', '221906.185000', '221906.645000', '221907.105000', '221907.565000', '221908.025000', '221908.485000', '221908.945000', '221909.405000', '221909.865000', '221910.325000', '221910.785000', '221911.245000', '221911.705000', '221912.165000', '221912.625000', '221913.085000', '221913.545000', '221914.005000', '221914.465000', '221914.925000', '221915.385000', '221915.845000', '221916.305000', '221916.765000', '221917.225000', '221917.685000', '221918.145000', '221918.605000', '221919.065000', '221919.525000', '221919.985000', '221920.445000', '221920.905000', '221921.365000', '221921.825000', '221922.285000', '221922.745000', '221923.205000', '221923.665000', '221924.125000', '221924.585000', '221925.045000', '221925.505000', '221925.965000', '221926.425000', '221926.885000', '221927.345000', '221927.805000', '221928.265000', '221928.725000', '221929.185000', '221929.645000', '221930.105000', '221930.565000', '221931.025000', '221931.485000', '221931.945000', '221932.405000', '221932.865000', '221933.325000', '221933.785000', '221934.245000', '221934.705000', '221935.165000', '221935.625000', '221936.085000', '221936.545000', '221937.005000', '221937.465000', '221937.925000', '221938.385000', '221938.845000', '221939.305000', '221939.765000', '221940.225000', '221940.685000', '221941.145000', '221941.605000', '221942.065000', '221942.525000', '221942.985000', '221943.445000', '221943.905000', '221944.365000', '221944.825000', '221945.285000', '221945.745000', '221946.205000', '221946.665000', '221947.125000', '221947.585000', '221948.045000', '221948.505000', '221948.965000', '221949.425000', '221949.885000', '221950.345000', '221950.805000', '221951.265000', '221951.725000', '221952.185000', '221952.645000', '221953.105000', '221953.565000', '221954.025000', '221954.485000', '221954.945000', '221955.405000', '221955.865000', '221956.325000', '221956.785000', '221957.245000', '221957.705000', '221958.165000', '221958.625000', '221959.085000', '221959.545000', '222000.005000', '222000.465000', '222000.925000', '222001.385000', '222001.845000', '222002.305000', '222002.765000', '222003.225000'], 'ContentTime': ['221127.483000', '221127.486000', '221127.489000', '221127.493000', '221127.495000', '221127.498000', '221127.501000', '221127.503000', '221127.506000', '221127.509000', '221127.511000', '221127.514000', '221127.517000', '221127.519000', '221127.522000', '221127.525000', '221127.527000', '221127.530000', '221127.532000', '221127.535000', '221127.538000', '221127.541000', '221127.548000', '221127.551000', '221127.554000', '221127.556000', '221127.566000', '221127.569000', '221127.571000', '221127.574000', '221127.576000', '221127.579000', '221127.582000', '221147.438000', '221147.441000', '221147.444000', '221147.447000', '221147.449000', '221147.452000', '221147.455000', '221147.457000', '221147.460000', '221147.463000', '221147.465000', '221147.468000', '221147.471000', '221147.473000', '221147.476000', '221147.479000', '221147.481000', '221147.484000', '221147.487000', '221147.489000', '221147.492000', '221147.495000', '221147.497000', '221147.505000', '221147.507000', '221147.510000', '221147.513000', '221147.515000', '221147.518000', '221147.521000', '221147.523000', '221147.526000', '221147.529000', '221147.531000', '221147.534000', '221147.537000', '221147.539000', '221147.542000', '221147.545000', '221147.547000', '221147.550000', '221147.553000', '221147.555000', '221207.438000', '221207.441000', '221207.444000', '221207.446000', '221207.449000', '221207.452000', '221207.455000', '221207.457000', '221207.460000', '221207.463000', '221207.465000', '221207.468000', '221207.478000', '221207.480000', '221207.483000', '221207.486000', '221207.488000', '221207.491000', '221207.494000', '221207.496000', '221207.499000', '221207.502000', '221207.504000', '221207.507000', '221207.510000', '221207.512000', '221207.515000', '221207.517000', '221207.520000', '221207.523000', '221207.525000', '221207.528000', '221207.531000', '221207.533000', '221207.536000', '221207.539000', '221207.541000', '221207.544000', '221207.547000', '221207.549000', '221207.552000', '221207.555000', '221207.557000', '221207.560000', '221227.439000', '221227.442000', '221227.444000', '221227.447000', '221227.450000', '221227.452000', '221227.455000', '221227.458000', '221227.460000', '221227.463000', '221227.466000', '221227.468000', '221227.471000', '221227.474000', '221227.476000', '221227.479000', '221227.481000', '221227.484000', '221227.487000', '221227.490000', '221227.492000', '221227.495000', '221227.498000', '221227.500000', '221227.503000', '221227.506000', '221227.509000', '221227.512000', '221227.516000', '221227.519000', '221227.522000', '221227.525000', '221227.527000', '221227.530000', '221227.533000', '221227.546000', '221227.549000', '221227.552000', '221227.554000', '221227.557000', '221227.560000', '221227.562000', '221227.565000', '221247.438000', '221247.440000', '221247.443000', '221247.446000', '221247.448000', '221247.451000', '221247.454000', '221247.456000', '221247.459000', '221247.462000', '221247.464000', '221247.467000', '221247.470000', '221247.472000', '221247.475000', '221247.478000', '221247.480000', '221247.483000', '221247.486000', '221247.489000', '221247.491000', '221247.494000', '221247.497000', '221247.499000', '221247.502000', '221247.505000', '221247.507000', '221247.510000', '221247.512000', '221247.515000', '221247.518000', '221247.520000', '221247.523000', '221247.525000', '221247.528000', '221247.531000', '221247.533000', '221247.536000', '221247.539000', '221247.541000', '221247.544000', '221247.546000', '221247.549000', '221247.552000', '221307.438000', '221307.441000', '221307.443000', '221307.446000', '221307.449000', '221307.451000', '221307.454000', '221307.456000', '221307.459000', '221307.462000', '221307.465000', '221307.467000', '221307.470000', '221307.473000', '221307.476000', '221307.478000', '221307.481000', '221307.484000', '221307.486000', '221307.489000', '221307.492000', '221307.494000', '221307.497000', '221307.500000', '221307.502000', '221307.505000', '221307.507000', '221307.510000', '221307.513000', '221307.515000', '221307.518000', '221307.520000', '221307.523000', '221307.526000', '221307.528000', '221307.531000', '221307.534000', '221307.536000', '221307.539000', '221307.541000', '221307.544000', '221307.546000', '221307.549000', '221327.438000', '221327.440000', '221327.443000', '221327.446000', '221327.448000', '221327.451000', '221327.455000', '221327.458000', '221327.460000', '221327.463000', '221327.465000', '221327.468000', '221327.471000', '221327.473000', '221327.476000', '221327.479000', '221327.481000', '221327.484000', '221327.487000', '221327.490000', '221327.492000', '221327.495000', '221327.497000', '221327.500000', '221327.503000', '221327.505000', '221327.508000', '221327.511000', '221327.513000', '221327.516000', '221327.519000', '221327.521000', '221327.524000', '221327.527000', '221327.530000', '221327.532000', '221327.535000', '221327.537000', '221327.540000', '221327.543000', '221327.545000', '221327.548000', '221327.550000', '221327.553000', '221347.437000', '221347.440000', '221347.443000', '221347.446000', '221347.449000', '221347.451000', '221347.454000', '221347.457000', '221347.459000', '221347.462000', '221347.465000', '221347.467000', '221347.470000', '221347.473000', '221347.475000', '221347.478000', '221347.481000', '221347.483000', '221347.486000', '221347.489000', '221347.491000', '221347.494000', '221347.497000', '221347.499000', '221347.509000', '221347.512000', '221347.515000', '221347.517000', '221347.520000', '221347.523000', '221347.525000', '221347.528000', '221347.531000', '221347.534000', '221347.536000', '221347.539000', '221347.542000', '221347.544000', '221347.547000', '221347.550000', '221347.552000', '221347.556000', '221347.559000', '221407.439000', '221407.442000', '221407.445000', '221407.447000', '221407.450000', '221407.453000', '221407.456000', '221407.459000', '221407.461000', '221407.464000', '221407.467000', '221407.469000', '221407.472000', '221407.475000', '221407.477000', '221407.480000', '221407.526000', '221407.529000', '221407.531000', '221407.534000', '221407.536000', '221407.539000', '221407.542000', '221407.545000', '221407.547000', '221407.550000', '221407.553000', '221407.555000', '221407.558000', '221407.561000', '221407.563000', '221407.566000', '221407.569000', '221407.571000', '221407.574000', '221407.577000', '221407.579000', '221407.582000', '221407.585000', '221407.588000', '221407.590000', '221407.593000', '221407.596000', '221407.599000', '221427.439000', '221427.442000', '221427.444000', '221427.447000', '221427.449000', '221427.452000', '221427.455000', '221427.457000', '221427.460000', '221427.462000', '221427.465000', '221427.468000', '221427.470000', '221427.473000', '221427.475000', '221427.478000', '221427.481000', '221427.484000', '221427.486000', '221427.489000', '221427.491000', '221427.494000', '221427.497000', '221427.499000', '221427.502000', '221427.504000', '221427.507000', '221427.510000', '221427.512000', '221427.515000', '221427.518000', '221427.521000', '221427.523000', '221427.526000', '221427.529000', '221427.531000', '221427.534000', '221427.537000', '221427.539000', '221427.542000', '221427.545000', '221427.547000', '221427.550000', '221447.439000', '221447.442000', '221447.444000', '221447.447000', '221447.450000', '221447.452000', '221447.455000', '221447.457000', '221447.460000', '221447.463000', '221447.465000', '221447.468000', '221447.471000', '221447.474000', '221447.476000', '221447.479000', '221447.482000', '221447.484000', '221447.487000', '221447.490000', '221447.493000', '221447.495000', '221447.498000', '221447.501000', '221447.504000', '221447.506000', '221447.509000', '221447.511000', '221447.514000', '221447.517000', '221447.519000', '221447.522000', '221447.525000', '221447.527000', '221447.530000', '221447.533000', '221447.535000', '221447.538000', '221447.541000', '221447.543000', '221447.546000', '221447.549000', '221447.551000', '221447.554000', '221507.437000', '221507.440000', '221507.444000', '221507.446000', '221507.449000', '221507.451000', '221507.454000', '221507.457000', '221507.459000', '221507.462000', '221507.465000', '221507.467000', '221507.470000', '221507.473000', '221507.475000', '221507.478000', '221507.480000', '221507.483000', '221507.486000', '221507.488000', '221507.491000', '221507.494000', '221507.496000', '221507.499000', '221507.501000', '221507.504000', '221507.507000', '221507.509000', '221507.512000', '221507.515000', '221507.518000', '221507.520000', '221507.523000', '221507.526000', '221507.529000', '221507.531000', '221507.534000', '221507.539000', '221507.542000', '221507.544000', '221507.547000', '221507.549000', '221507.552000', '221527.438000', '221527.441000', '221527.443000', '221527.446000', '221527.448000', '221527.451000', '221527.454000', '221527.456000', '221527.459000', '221527.462000', '221527.470000', '221527.473000', '221527.476000', '221527.478000', '221527.481000', '221527.484000', '221527.486000', '221527.489000', '221527.492000', '221527.494000', '221527.497000', '221527.500000', '221527.502000', '221527.505000', '221527.507000', '221527.510000', '221527.513000', '221527.515000', '221527.518000', '221527.521000', '221527.523000', '221527.526000', '221527.529000', '221527.531000', '221527.534000', '221527.536000', '221527.539000', '221527.542000', '221527.544000', '221527.547000', '221527.550000', '221527.553000', '221527.555000', '221527.558000', '221547.438000', '221547.441000', '221547.443000', '221547.446000', '221547.448000', '221547.451000', '221547.454000', '221547.457000', '221547.459000', '221547.462000', '221547.465000', '221547.467000', '221547.470000', '221547.473000', '221547.475000', '221547.478000', '221547.481000', '221547.483000', '221547.486000', '221547.489000', '221547.491000', '221547.494000', '221547.497000', '221547.499000', '221547.502000', '221547.505000', '221547.507000', '221547.510000', '221547.513000', '221547.515000', '221547.518000', '221547.520000', '221547.523000', '221547.526000', '221547.528000', '221547.531000', '221547.533000', '221547.536000', '221547.539000', '221547.541000', '221547.544000', '221547.547000', '221547.550000', '221607.438000', '221607.440000', '221607.443000', '221607.446000', '221607.448000', '221607.451000', '221607.454000', '221607.456000', '221607.459000', '221607.462000', '221607.464000', '221607.467000', '221607.470000', '221607.472000', '221607.475000', '221607.478000', '221607.480000', '221607.483000', '221607.486000', '221607.488000', '221607.491000', '221607.494000', '221607.496000', '221607.499000', '221607.502000', '221607.504000', '221607.507000', '221607.510000', '221607.513000', '221607.515000', '221607.518000', '221607.521000', '221607.523000', '221607.526000', '221607.529000', '221607.531000', '221607.534000', '221607.537000', '221607.539000', '221607.542000', '221607.545000', '221607.547000', '221607.550000', '221607.553000', '221627.439000', '221627.442000', '221627.444000', '221627.447000', '221627.450000', '221627.452000', '221627.455000', '221627.458000', '221627.460000', '221627.463000', '221627.466000', '221627.468000', '221627.471000', '221627.474000', '221627.476000', '221627.479000', '221627.482000', '221627.484000', '221627.487000', '221627.490000', '221627.492000', '221627.495000', '221627.497000', '221627.500000', '221627.503000', '221627.505000', '221627.508000', '221627.511000', '221627.513000', '221627.516000', '221627.518000', '221627.521000', '221627.524000', '221627.527000', '221627.529000', '221627.532000', '221627.534000', '221627.537000', '221627.540000', '221627.542000', '221627.545000', '221627.548000', '221627.550000', '221647.439000', '221647.442000', '221647.444000', '221647.447000', '221647.449000', '221647.452000', '221647.455000', '221647.458000', '221647.460000', '221647.463000', '221647.466000', '221647.468000', '221647.471000', '221647.474000', '221647.476000', '221647.479000', '221647.482000', '221647.484000', '221647.487000', '221647.490000', '221647.492000', '221647.495000', '221647.498000', '221647.500000', '221647.503000', '221647.506000', '221647.509000', '221647.513000', '221647.516000', '221647.519000', '221647.521000', '221647.524000', '221647.526000', '221647.529000', '221647.532000', '221647.534000', '221647.537000', '221647.540000', '221647.543000', '221647.545000', '221647.548000', '221647.551000', '221647.553000', '221647.556000', '221707.438000', '221707.441000', '221707.444000', '221707.447000', '221707.449000', '221707.452000', '221707.454000', '221707.457000', '221707.468000', '221707.471000', '221707.474000', '221707.476000', '221707.479000', '221707.482000', '221707.484000', '221707.487000', '221707.490000', '221707.492000', '221707.495000', '221707.498000', '221707.500000', '221707.503000', '221707.506000', '221707.508000', '221707.511000', '221707.514000', '221707.516000', '221707.519000', '221707.522000', '221707.524000', '221707.527000', '221707.530000', '221707.532000', '221707.535000', '221707.538000', '221707.540000', '221707.543000', '221707.546000', '221707.548000', '221707.551000', '221707.554000', '221707.556000', '221707.559000', '221727.438000', '221727.441000', '221727.444000', '221727.446000', '221727.449000', '221727.452000', '221727.455000', '221727.457000', '221727.460000', '221727.463000', '221727.465000', '221727.468000', '221727.471000', '221727.474000', '221727.476000', '221727.479000', '221727.482000', '221727.484000', '221727.487000', '221727.490000', '221727.492000', '221727.495000', '221727.498000', '221727.500000', '221727.503000', '221727.506000', '221727.508000', '221727.511000', '221727.514000', '221727.516000', '221727.519000', '221727.522000', '221727.524000', '221727.527000', '221727.530000', '221727.532000', '221727.535000', '221727.538000', '221727.541000', '221727.543000', '221727.546000', '221727.549000', '221727.551000', '221727.554000', '221747.438000', '221747.441000', '221747.444000', '221747.446000', '221747.449000', '221747.452000', '221747.454000', '221747.457000', '221747.460000', '221747.462000', '221747.465000', '221747.468000', '221747.470000', '221747.473000', '221747.476000', '221747.479000', '221747.481000', '221747.484000', '221747.487000', '221747.489000', '221747.492000', '221747.495000', '221747.497000', '221747.500000', '221747.503000', '221747.505000', '221747.508000', '221747.511000', '221747.513000', '221747.516000', '221747.519000', '221747.522000', '221747.524000', '221747.527000', '221747.530000', '221747.533000', '221747.535000', '221747.538000', '221747.541000', '221747.543000', '221747.546000', '221747.548000', '221747.551000', '221807.438000', '221807.440000', '221807.443000', '221807.446000', '221807.449000', '221807.451000', '221807.454000', '221807.457000', '221807.459000', '221807.462000', '221807.465000', '221807.467000', '221807.470000', '221807.473000', '221807.475000', '221807.478000', '221807.481000', '221807.484000', '221807.486000', '221807.489000', '221807.492000', '221807.494000', '221807.497000', '221807.500000', '221807.502000', '221807.505000', '221807.507000', '221807.510000', '221807.513000', '221807.516000', '221807.518000', '221807.521000', '221807.524000', '221807.526000', '221807.529000', '221807.532000', '221807.534000', '221807.537000', '221807.540000', '221807.543000', '221807.545000', '221807.548000', '221807.551000', '221807.553000', '221827.438000', '221827.441000', '221827.443000', '221827.446000', '221827.449000', '221827.452000', '221827.454000', '221827.457000', '221827.460000', '221827.462000', '221827.465000', '221827.468000', '221827.470000', '221827.476000', '221827.479000', '221827.482000', '221827.484000', '221827.487000', '221827.490000', '221827.500000', '221827.503000', '221827.506000', '221827.508000', '221827.511000', '221827.514000', '221827.516000', '221827.519000', '221827.522000', '221827.524000', '221827.527000', '221827.530000', '221827.532000', '221827.535000', '221827.538000', '221827.540000', '221827.543000', '221827.546000', '221827.548000', '221827.551000', '221827.554000', '221827.556000', '221827.559000', '221827.562000', '221847.439000', '221847.442000', '221847.444000', '221847.447000', '221847.450000', '221847.452000', '221847.455000', '221847.458000', '221847.460000', '221847.463000', '221847.466000', '221847.469000', '221847.471000', '221847.474000', '221847.478000', '221847.480000', '221847.483000', '221847.486000', '221847.489000', '221847.491000', '221847.494000', '221847.496000', '221847.499000', '221847.502000', '221847.505000', '221847.507000', '221847.510000', '221847.513000', '221847.515000', '221847.518000', '221847.521000', '221847.524000', '221847.526000', '221847.529000', '221847.532000', '221847.535000', '221847.537000', '221847.540000', '221847.543000', '221847.545000', '221847.548000', '221847.551000', '221847.553000', '221847.556000', '221907.439000', '221907.442000', '221907.444000', '221907.447000', '221907.450000', '221907.452000', '221907.455000', '221907.457000', '221907.460000', '221907.463000', '221907.465000', '221907.468000', '221907.471000', '221907.473000', '221907.476000', '221907.479000', '221907.481000', '221907.484000', '221907.487000', '221907.489000', '221907.492000', '221907.495000', '221907.497000', '221907.500000', '221907.503000', '221907.506000', '221907.508000', '221907.511000', '221907.514000', '221907.516000', '221907.519000', '221907.522000', '221907.524000', '221907.527000', '221907.530000', '221907.532000', '221907.535000', '221907.538000', '221907.540000', '221907.543000', '221907.546000', '221907.548000', '221907.551000', '221927.439000', '221927.442000', '221927.445000', '221927.448000', '221927.451000', '221927.454000', '221927.457000', '221927.460000', '221927.463000', '221927.465000', '221927.468000', '221927.470000', '221927.473000', '221927.476000', '221927.478000', '221927.481000', '221927.484000', '221927.486000', '221927.489000', '221927.492000', '221927.494000', '221927.497000', '221927.500000', '221927.502000', '221927.505000', '221927.508000', '221927.511000', '221927.513000', '221927.516000', '221927.519000', '221927.521000', '221927.524000', '221927.527000', '221927.529000', '221927.532000', '221927.535000', '221927.537000', '221927.540000', '221927.543000', '221927.546000', '221927.548000', '221927.551000', '221927.553000', '221947.438000', '221947.441000', '221947.443000', '221947.446000', '221947.449000', '221947.452000', '221947.454000', '221947.457000', '221947.460000', '221947.462000', '221947.465000', '221947.468000', '221947.471000', '221947.473000', '221947.476000', '221947.478000', '221947.493000', '221947.495000', '221947.498000', '221947.501000', '221947.503000', '221947.506000', '221947.509000', '221947.511000', '221947.514000', '221947.517000', '221947.520000', '221947.522000', '221947.525000', '221947.528000', '221947.530000', '221947.533000', '221947.536000', '221947.539000', '221947.541000', '221947.544000', '221947.547000', '221947.549000', '221947.552000', '221947.555000', '221947.557000', '221947.560000', '221947.563000', '221947.565000', '222004.233000', '222004.237000', '222004.240000', '222004.243000', '222004.245000', '222004.248000', '222004.251000', '222004.254000', '222004.256000', '222004.259000', '222004.263000', '222004.266000', '222004.269000', '222004.272000', '222004.276000', '222004.279000', '222004.281000', '222004.284000', '222004.288000', '222004.291000', '222004.293000', '222004.298000', '222004.301000', '222004.305000', '222004.308000', '222004.311000', '222004.314000', '222004.318000', '222004.321000', '222004.324000', '222004.328000', '222004.331000', '222004.335000', '222004.337000', '222004.340000', '222004.343000', '222004.346000'], 'InstanceCreationTime': ['221127.483000', '221127.486000', '221127.489000', '221127.493000', '221127.495000', '221127.498000', '221127.501000', '221127.503000', '221127.506000', '221127.509000', '221127.511000', '221127.514000', '221127.517000', '221127.519000', '221127.522000', '221127.525000', '221127.527000', '221127.530000', '221127.532000', '221127.535000', '221127.538000', '221127.541000', '221127.548000', '221127.551000', '221127.554000', '221127.556000', '221127.566000', '221127.569000', '221127.571000', '221127.574000', '221127.576000', '221127.579000', '221127.582000', '221147.438000', '221147.441000', '221147.444000', '221147.447000', '221147.449000', '221147.452000', '221147.455000', '221147.457000', '221147.460000', '221147.463000', '221147.465000', '221147.468000', '221147.471000', '221147.473000', '221147.476000', '221147.479000', '221147.481000', '221147.484000', '221147.487000', '221147.489000', '221147.492000', '221147.495000', '221147.497000', '221147.505000', '221147.507000', '221147.510000', '221147.513000', '221147.515000', '221147.518000', '221147.521000', '221147.523000', '221147.526000', '221147.529000', '221147.531000', '221147.534000', '221147.537000', '221147.539000', '221147.542000', '221147.545000', '221147.547000', '221147.550000', '221147.553000', '221147.555000', '221207.438000', '221207.441000', '221207.444000', '221207.446000', '221207.449000', '221207.452000', '221207.455000', '221207.457000', '221207.460000', '221207.463000', '221207.465000', '221207.468000', '221207.478000', '221207.480000', '221207.483000', '221207.486000', '221207.488000', '221207.491000', '221207.494000', '221207.496000', '221207.499000', '221207.502000', '221207.504000', '221207.507000', '221207.510000', '221207.512000', '221207.515000', '221207.517000', '221207.520000', '221207.523000', '221207.525000', '221207.528000', '221207.531000', '221207.533000', '221207.536000', '221207.539000', '221207.541000', '221207.544000', '221207.547000', '221207.549000', '221207.552000', '221207.555000', '221207.557000', '221207.560000', '221227.439000', '221227.442000', '221227.444000', '221227.447000', '221227.450000', '221227.452000', '221227.455000', '221227.458000', '221227.460000', '221227.463000', '221227.466000', '221227.468000', '221227.471000', '221227.474000', '221227.476000', '221227.479000', '221227.481000', '221227.484000', '221227.487000', '221227.490000', '221227.492000', '221227.495000', '221227.498000', '221227.500000', '221227.503000', '221227.506000', '221227.509000', '221227.512000', '221227.516000', '221227.519000', '221227.522000', '221227.525000', '221227.527000', '221227.530000', '221227.533000', '221227.546000', '221227.549000', '221227.552000', '221227.554000', '221227.557000', '221227.560000', '221227.562000', '221227.565000', '221247.438000', '221247.440000', '221247.443000', '221247.446000', '221247.448000', '221247.451000', '221247.454000', '221247.456000', '221247.459000', '221247.462000', '221247.464000', '221247.467000', '221247.470000', '221247.472000', '221247.475000', '221247.478000', '221247.480000', '221247.483000', '221247.486000', '221247.489000', '221247.491000', '221247.494000', '221247.497000', '221247.499000', '221247.502000', '221247.505000', '221247.507000', '221247.510000', '221247.512000', '221247.515000', '221247.518000', '221247.520000', '221247.523000', '221247.525000', '221247.528000', '221247.531000', '221247.533000', '221247.536000', '221247.539000', '221247.541000', '221247.544000', '221247.546000', '221247.549000', '221247.552000', '221307.438000', '221307.441000', '221307.443000', '221307.446000', '221307.449000', '221307.451000', '221307.454000', '221307.456000', '221307.459000', '221307.462000', '221307.465000', '221307.467000', '221307.470000', '221307.473000', '221307.476000', '221307.478000', '221307.481000', '221307.484000', '221307.486000', '221307.489000', '221307.492000', '221307.494000', '221307.497000', '221307.500000', '221307.502000', '221307.505000', '221307.507000', '221307.510000', '221307.513000', '221307.515000', '221307.518000', '221307.520000', '221307.523000', '221307.526000', '221307.528000', '221307.531000', '221307.534000', '221307.536000', '221307.539000', '221307.541000', '221307.544000', '221307.546000', '221307.549000', '221327.438000', '221327.440000', '221327.443000', '221327.446000', '221327.448000', '221327.451000', '221327.455000', '221327.458000', '221327.460000', '221327.463000', '221327.465000', '221327.468000', '221327.471000', '221327.473000', '221327.476000', '221327.479000', '221327.481000', '221327.484000', '221327.487000', '221327.490000', '221327.492000', '221327.495000', '221327.497000', '221327.500000', '221327.503000', '221327.505000', '221327.508000', '221327.511000', '221327.513000', '221327.516000', '221327.519000', '221327.521000', '221327.524000', '221327.527000', '221327.530000', '221327.532000', '221327.535000', '221327.537000', '221327.540000', '221327.543000', '221327.545000', '221327.548000', '221327.550000', '221327.553000', '221347.437000', '221347.440000', '221347.443000', '221347.446000', '221347.449000', '221347.451000', '221347.454000', '221347.457000', '221347.459000', '221347.462000', '221347.465000', '221347.467000', '221347.470000', '221347.473000', '221347.475000', '221347.478000', '221347.481000', '221347.483000', '221347.486000', '221347.489000', '221347.491000', '221347.494000', '221347.497000', '221347.499000', '221347.509000', '221347.512000', '221347.515000', '221347.517000', '221347.520000', '221347.523000', '221347.525000', '221347.528000', '221347.531000', '221347.534000', '221347.536000', '221347.539000', '221347.542000', '221347.544000', '221347.547000', '221347.550000', '221347.552000', '221347.556000', '221347.559000', '221407.439000', '221407.442000', '221407.445000', '221407.447000', '221407.450000', '221407.453000', '221407.456000', '221407.459000', '221407.461000', '221407.464000', '221407.467000', '221407.469000', '221407.472000', '221407.475000', '221407.477000', '221407.480000', '221407.526000', '221407.529000', '221407.531000', '221407.534000', '221407.536000', '221407.539000', '221407.542000', '221407.545000', '221407.547000', '221407.550000', '221407.553000', '221407.555000', '221407.558000', '221407.561000', '221407.563000', '221407.566000', '221407.569000', '221407.571000', '221407.574000', '221407.577000', '221407.579000', '221407.582000', '221407.585000', '221407.588000', '221407.590000', '221407.593000', '221407.596000', '221407.599000', '221427.439000', '221427.442000', '221427.444000', '221427.447000', '221427.449000', '221427.452000', '221427.455000', '221427.457000', '221427.460000', '221427.462000', '221427.465000', '221427.468000', '221427.470000', '221427.473000', '221427.475000', '221427.478000', '221427.481000', '221427.484000', '221427.486000', '221427.489000', '221427.491000', '221427.494000', '221427.497000', '221427.499000', '221427.502000', '221427.504000', '221427.507000', '221427.510000', '221427.512000', '221427.515000', '221427.518000', '221427.521000', '221427.523000', '221427.526000', '221427.529000', '221427.531000', '221427.534000', '221427.537000', '221427.539000', '221427.542000', '221427.545000', '221427.547000', '221427.550000', '221447.439000', '221447.442000', '221447.444000', '221447.447000', '221447.450000', '221447.452000', '221447.455000', '221447.457000', '221447.460000', '221447.463000', '221447.465000', '221447.468000', '221447.471000', '221447.474000', '221447.476000', '221447.479000', '221447.482000', '221447.484000', '221447.487000', '221447.490000', '221447.493000', '221447.495000', '221447.498000', '221447.501000', '221447.504000', '221447.506000', '221447.509000', '221447.511000', '221447.514000', '221447.517000', '221447.519000', '221447.522000', '221447.525000', '221447.527000', '221447.530000', '221447.533000', '221447.535000', '221447.538000', '221447.541000', '221447.543000', '221447.546000', '221447.549000', '221447.551000', '221447.554000', '221507.437000', '221507.440000', '221507.444000', '221507.446000', '221507.449000', '221507.451000', '221507.454000', '221507.457000', '221507.459000', '221507.462000', '221507.465000', '221507.467000', '221507.470000', '221507.473000', '221507.475000', '221507.478000', '221507.480000', '221507.483000', '221507.486000', '221507.488000', '221507.491000', '221507.494000', '221507.496000', '221507.499000', '221507.501000', '221507.504000', '221507.507000', '221507.509000', '221507.512000', '221507.515000', '221507.518000', '221507.520000', '221507.523000', '221507.526000', '221507.529000', '221507.531000', '221507.534000', '221507.539000', '221507.542000', '221507.544000', '221507.547000', '221507.549000', '221507.552000', '221527.438000', '221527.441000', '221527.443000', '221527.446000', '221527.448000', '221527.451000', '221527.454000', '221527.456000', '221527.459000', '221527.462000', '221527.470000', '221527.473000', '221527.476000', '221527.478000', '221527.481000', '221527.484000', '221527.486000', '221527.489000', '221527.492000', '221527.494000', '221527.497000', '221527.500000', '221527.502000', '221527.505000', '221527.507000', '221527.510000', '221527.513000', '221527.515000', '221527.518000', '221527.521000', '221527.523000', '221527.526000', '221527.529000', '221527.531000', '221527.534000', '221527.536000', '221527.539000', '221527.542000', '221527.544000', '221527.547000', '221527.550000', '221527.553000', '221527.555000', '221527.558000', '221547.438000', '221547.441000', '221547.443000', '221547.446000', '221547.448000', '221547.451000', '221547.454000', '221547.457000', '221547.459000', '221547.462000', '221547.465000', '221547.467000', '221547.470000', '221547.473000', '221547.475000', '221547.478000', '221547.481000', '221547.483000', '221547.486000', '221547.489000', '221547.491000', '221547.494000', '221547.497000', '221547.499000', '221547.502000', '221547.505000', '221547.507000', '221547.510000', '221547.513000', '221547.515000', '221547.518000', '221547.520000', '221547.523000', '221547.526000', '221547.528000', '221547.531000', '221547.533000', '221547.536000', '221547.539000', '221547.541000', '221547.544000', '221547.547000', '221547.550000', '221607.438000', '221607.440000', '221607.443000', '221607.446000', '221607.448000', '221607.451000', '221607.454000', '221607.456000', '221607.459000', '221607.462000', '221607.464000', '221607.467000', '221607.470000', '221607.472000', '221607.475000', '221607.478000', '221607.480000', '221607.483000', '221607.486000', '221607.488000', '221607.491000', '221607.494000', '221607.496000', '221607.499000', '221607.502000', '221607.504000', '221607.507000', '221607.510000', '221607.513000', '221607.515000', '221607.518000', '221607.521000', '221607.523000', '221607.526000', '221607.529000', '221607.531000', '221607.534000', '221607.537000', '221607.539000', '221607.542000', '221607.545000', '221607.547000', '221607.550000', '221607.553000', '221627.439000', '221627.442000', '221627.444000', '221627.447000', '221627.450000', '221627.452000', '221627.455000', '221627.458000', '221627.460000', '221627.463000', '221627.466000', '221627.468000', '221627.471000', '221627.474000', '221627.476000', '221627.479000', '221627.482000', '221627.484000', '221627.487000', '221627.490000', '221627.492000', '221627.495000', '221627.497000', '221627.500000', '221627.503000', '221627.505000', '221627.508000', '221627.511000', '221627.513000', '221627.516000', '221627.518000', '221627.521000', '221627.524000', '221627.527000', '221627.529000', '221627.532000', '221627.534000', '221627.537000', '221627.540000', '221627.542000', '221627.545000', '221627.548000', '221627.550000', '221647.439000', '221647.442000', '221647.444000', '221647.447000', '221647.449000', '221647.452000', '221647.455000', '221647.458000', '221647.460000', '221647.463000', '221647.466000', '221647.468000', '221647.471000', '221647.474000', '221647.476000', '221647.479000', '221647.482000', '221647.484000', '221647.487000', '221647.490000', '221647.492000', '221647.495000', '221647.498000', '221647.500000', '221647.503000', '221647.506000', '221647.509000', '221647.513000', '221647.516000', '221647.519000', '221647.521000', '221647.524000', '221647.526000', '221647.529000', '221647.532000', '221647.534000', '221647.537000', '221647.540000', '221647.543000', '221647.545000', '221647.548000', '221647.551000', '221647.553000', '221647.556000', '221707.438000', '221707.441000', '221707.444000', '221707.447000', '221707.449000', '221707.452000', '221707.454000', '221707.457000', '221707.468000', '221707.471000', '221707.474000', '221707.476000', '221707.479000', '221707.482000', '221707.484000', '221707.487000', '221707.490000', '221707.492000', '221707.495000', '221707.498000', '221707.500000', '221707.503000', '221707.506000', '221707.508000', '221707.511000', '221707.514000', '221707.516000', '221707.519000', '221707.522000', '221707.524000', '221707.527000', '221707.530000', '221707.532000', '221707.535000', '221707.538000', '221707.540000', '221707.543000', '221707.546000', '221707.548000', '221707.551000', '221707.554000', '221707.556000', '221707.559000', '221727.438000', '221727.441000', '221727.444000', '221727.446000', '221727.449000', '221727.452000', '221727.455000', '221727.457000', '221727.460000', '221727.463000', '221727.465000', '221727.468000', '221727.471000', '221727.474000', '221727.476000', '221727.479000', '221727.482000', '221727.484000', '221727.487000', '221727.490000', '221727.492000', '221727.495000', '221727.498000', '221727.500000', '221727.503000', '221727.506000', '221727.508000', '221727.511000', '221727.514000', '221727.516000', '221727.519000', '221727.522000', '221727.524000', '221727.527000', '221727.530000', '221727.532000', '221727.535000', '221727.538000', '221727.541000', '221727.543000', '221727.546000', '221727.549000', '221727.551000', '221727.554000', '221747.438000', '221747.441000', '221747.444000', '221747.446000', '221747.449000', '221747.452000', '221747.454000', '221747.457000', '221747.460000', '221747.462000', '221747.465000', '221747.468000', '221747.470000', '221747.473000', '221747.476000', '221747.479000', '221747.481000', '221747.484000', '221747.487000', '221747.489000', '221747.492000', '221747.495000', '221747.497000', '221747.500000', '221747.503000', '221747.505000', '221747.508000', '221747.511000', '221747.513000', '221747.516000', '221747.519000', '221747.522000', '221747.524000', '221747.527000', '221747.530000', '221747.533000', '221747.535000', '221747.538000', '221747.541000', '221747.543000', '221747.546000', '221747.548000', '221747.551000', '221807.438000', '221807.440000', '221807.443000', '221807.446000', '221807.449000', '221807.451000', '221807.454000', '221807.457000', '221807.459000', '221807.462000', '221807.465000', '221807.467000', '221807.470000', '221807.473000', '221807.475000', '221807.478000', '221807.481000', '221807.484000', '221807.486000', '221807.489000', '221807.492000', '221807.494000', '221807.497000', '221807.500000', '221807.502000', '221807.505000', '221807.507000', '221807.510000', '221807.513000', '221807.516000', '221807.518000', '221807.521000', '221807.524000', '221807.526000', '221807.529000', '221807.532000', '221807.534000', '221807.537000', '221807.540000', '221807.543000', '221807.545000', '221807.548000', '221807.551000', '221807.553000', '221827.438000', '221827.441000', '221827.443000', '221827.446000', '221827.449000', '221827.452000', '221827.454000', '221827.457000', '221827.460000', '221827.462000', '221827.465000', '221827.468000', '221827.470000', '221827.476000', '221827.479000', '221827.482000', '221827.484000', '221827.487000', '221827.490000', '221827.500000', '221827.503000', '221827.506000', '221827.508000', '221827.511000', '221827.514000', '221827.516000', '221827.519000', '221827.522000', '221827.524000', '221827.527000', '221827.530000', '221827.532000', '221827.535000', '221827.538000', '221827.540000', '221827.543000', '221827.546000', '221827.548000', '221827.551000', '221827.554000', '221827.556000', '221827.559000', '221827.562000', '221847.439000', '221847.442000', '221847.444000', '221847.447000', '221847.450000', '221847.452000', '221847.455000', '221847.458000', '221847.460000', '221847.463000', '221847.466000', '221847.469000', '221847.471000', '221847.474000', '221847.478000', '221847.480000', '221847.483000', '221847.486000', '221847.489000', '221847.491000', '221847.494000', '221847.496000', '221847.499000', '221847.502000', '221847.505000', '221847.507000', '221847.510000', '221847.513000', '221847.515000', '221847.518000', '221847.521000', '221847.524000', '221847.526000', '221847.529000', '221847.532000', '221847.535000', '221847.537000', '221847.540000', '221847.543000', '221847.545000', '221847.548000', '221847.551000', '221847.553000', '221847.556000', '221907.439000', '221907.442000', '221907.444000', '221907.447000', '221907.450000', '221907.452000', '221907.455000', '221907.457000', '221907.460000', '221907.463000', '221907.465000', '221907.468000', '221907.471000', '221907.473000', '221907.476000', '221907.479000', '221907.481000', '221907.484000', '221907.487000', '221907.489000', '221907.492000', '221907.495000', '221907.497000', '221907.500000', '221907.503000', '221907.506000', '221907.508000', '221907.511000', '221907.514000', '221907.516000', '221907.519000', '221907.522000', '221907.524000', '221907.527000', '221907.530000', '221907.532000', '221907.535000', '221907.538000', '221907.540000', '221907.543000', '221907.546000', '221907.548000', '221907.551000', '221927.439000', '221927.442000', '221927.445000', '221927.448000', '221927.451000', '221927.454000', '221927.457000', '221927.460000', '221927.463000', '221927.465000', '221927.468000', '221927.470000', '221927.473000', '221927.476000', '221927.478000', '221927.481000', '221927.484000', '221927.486000', '221927.489000', '221927.492000', '221927.494000', '221927.497000', '221927.500000', '221927.502000', '221927.505000', '221927.508000', '221927.511000', '221927.513000', '221927.516000', '221927.519000', '221927.521000', '221927.524000', '221927.527000', '221927.529000', '221927.532000', '221927.535000', '221927.537000', '221927.540000', '221927.543000', '221927.546000', '221927.548000', '221927.551000', '221927.553000', '221947.438000', '221947.441000', '221947.443000', '221947.446000', '221947.449000', '221947.452000', '221947.454000', '221947.457000', '221947.460000', '221947.462000', '221947.465000', '221947.468000', '221947.471000', '221947.473000', '221947.476000', '221947.478000', '221947.493000', '221947.495000', '221947.498000', '221947.501000', '221947.503000', '221947.506000', '221947.509000', '221947.511000', '221947.514000', '221947.517000', '221947.520000', '221947.522000', '221947.525000', '221947.528000', '221947.530000', '221947.533000', '221947.536000', '221947.539000', '221947.541000', '221947.544000', '221947.547000', '221947.549000', '221947.552000', '221947.555000', '221947.557000', '221947.560000', '221947.563000', '221947.565000', '222004.233000', '222004.237000', '222004.240000', '222004.243000', '222004.245000', '222004.248000', '222004.251000', '222004.254000', '222004.256000', '222004.259000', '222004.263000', '222004.266000', '222004.269000', '222004.272000', '222004.276000', '222004.279000', '222004.281000', '222004.284000', '222004.288000', '222004.291000', '222004.293000', '222004.298000', '222004.301000', '222004.305000', '222004.308000', '222004.311000', '222004.314000', '222004.318000', '222004.321000', '222004.324000', '222004.328000', '222004.331000', '222004.335000', '222004.337000', '222004.340000', '222004.343000', '222004.346000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [7880, 6690, 8220, 6743, 9356, 6457, 7001, 6525, 6827, 7415, 10147, 6422, 9276, 6402, 8093, 6390, 7091, 6488, 6525, 7203, 6531, 8468, 6460, 9336, 6474, 8235, 6368, 8815, 6459, 9283, 6415, 8241, 6326, 6423, 6374, 6359, 7684, 6556, 8147, 6526, 8166, 6498, 9126, 6456, 8942, 6542, 8938, 6472, 9016, 6417, 8643, 6490, 6582, 6509, 6208, 7787, 6494, 7375, 6702, 6297, 7401, 6541, 6385, 8171, 6405, 8241, 8313, 6229, 6401, 6363, 6700, 7953, 6802, 6574, 7699, 6560, 6649, 7449, 6420, 8143, 6503, 10133, 6560, 8005, 6373, 7300, 8333, 6547, 8334, 6572, 7414, 6787, 6448, 7571, 6371, 7824, 6366, 6712, 6928, 6515, 7981, 6428, 7910, 9305, 6470, 9402, 6727, 8850, 6525, 8801, 6670, 8820, 6478, 7521, 6499, 6510, 7261, 6425, 7905, 6557, 8640, 6565, 8961, 6694, 8713, 6656, 8157, 6535, 8549, 6706, 8991, 6781, 7538, 6599, 6565, 7380, 6318, 7992, 6529, 8414, 6437, 7101, 6592, 6515, 7359, 6707, 7968, 6514, 8718, 6568, 8760, 6899, 7586, 6705, 6722, 7606, 6556, 8160, 6593, 9043, 6554, 8972, 6601, 6903, 7019, 6452, 8081, 6615, 9015, 6557, 9359, 6541, 6835, 6814, 6538, 7963, 6498, 8588, 6491, 8744, 6732, 7345, 6807, 6459, 7645, 6577, 8067, 6704, 8962, 6677, 8997, 6614, 6663, 6915, 6548, 8001, 6371, 8243, 6538, 8460, 6622, 8846, 6669, 7914, 6737, 6545, 7628, 6565, 8371, 6641, 9019, 6497, 6516, 6783, 6648, 7844, 6544, 8579, 6518, 8392, 6490, 6686, 7134, 6617, 8180, 6444, 8619, 6422, 9062, 6689, 8443, 6704, 6712, 7814, 6640, 8639, 6606, 9376, 6497, 6371, 7249, 6544, 8170, 6495, 8549, 6524, 8197, 6436, 6500, 7448, 6455, 8171, 6607, 8838, 6616, 9144, 6697, 9675, 6688, 8231, 6676, 6639, 7161, 6479, 8193, 6474, 8978, 6715, 8928, 6681, 6452, 7410, 6482, 8467, 6659, 9031, 6634, 7376, 6610, 6394, 7925, 6363, 8919, 6713, 7128, 6633, 6367, 8133, 6542, 8711, 6552, 8450, 6516, 6491, 7223, 6551, 8034, 6481, 8505, 6541, 8113, 6779, 6572, 7773, 6592, 8496, 6588, 6773, 7537, 6468, 8733, 6646, 9224, 6596, 9482, 6759, 7778, 6499, 6539, 7240, 6598, 7830, 6421, 8466, 6475, 9001, 6819, 8504, 6587, 6452, 7747, 6570, 8666, 6483, 9336, 6602, 8313, 6414, 6681, 7099, 6556, 7916, 6468, 7452, 6622, 6727, 7869, 6590, 6476, 8911, 6376, 6535, 8012, 6512, 8879, 6545, 7577, 6624, 7457, 6530, 7595, 6541, 7726, 6349, 8228, 6519, 6497, 7252, 6530, 8480, 6508, 6462, 7052, 6559, 8347, 6584, 8871, 6470, 9280, 6418, 9378, 6990, 7628, 7451, 6251, 8440, 6403, 8782, 6575, 8244, 6522, 6466, 7699, 6484, 8677, 6617, 8339, 6503, 6480, 7764, 6261, 8488, 6511, 9008, 6611, 8125, 6758, 6448, 7981, 6291, 8575, 6448, 9353, 6459, 6808, 6657, 6484, 7776, 6697, 8283, 6533, 8699, 6496, 7834, 6830, 6569, 8273, 6598, 9195, 6545, 7776, 6616, 6681, 7702, 6247, 8364, 6344, 8643, 6378, 9017, 6578, 9019, 6277, 6408, 7055, 6486, 8128, 6522, 9517, 6338, 6324, 7296, 6568, 8238, 6708, 9078, 6483, 8812, 6561, 8348, 6889, 6414, 8288, 6344, 8681, 6550, 8642, 6665, 6714, 8005, 6465, 8697, 6562, 7205, 6876, 6575, 8182, 6399, 8535, 6355, 6883, 7204, 6436, 7978, 6670, 8904, 6635, 9005, 6308, 6693, 7336, 6513, 8298, 6584, 8818, 6526, 8642, 6354, 9068, 6538, 6873, 6640, 6420, 7856, 6428, 8066, 6461, 7906, 6641, 6502, 7802, 6409, 8516, 6640, 6692, 8049, 6673, 9162, 6415, 8936, 6571, 7188, 7268, 6824, 7569, 6585, 8133, 6360, 8445, 6439, 6712, 7204, 6431, 7967, 6568, 7825, 6850, 6536, 8181, 6426, 8774, 6397, 8320, 6748, 6509, 7910, 6504, 8581, 6470, 6571, 7868, 6307, 7529, 6626, 6736, 7885, 6708, 6336, 8528, 6265, 6568, 7808, 6608, 8849, 6520, 8609, 6231, 6581, 6773, 6488, 7482, 6409, 7694, 6426, 8106, 6451, 7467, 6737, 6603, 7574, 6555, 8038, 6593, 8531, 6566, 6508, 6632, 6669, 7460, 6370, 7961, 6328, 8129, 6428, 8485, 6625, 8232, 6366, 8172, 6410, 7353, 6472, 6717, 7939, 6488, 8442, 6624, 8340, 6545, 7031, 7328, 6182, 7879, 6497, 7904, 8874, 6538, 7518, 6303, 6825, 6781, 6199, 8215, 6257, 6467, 7508, 6372, 6925, 7659, 6511, 8826, 6169, 9304, 6411, 8876, 6272, 8842, 6465, 8076, 6323, 6696, 6295, 7246, 6226, 7431, 6430, 7892, 6103, 6249, 7118, 6272, 7701, 6623, 6334, 8787, 6556, 6362, 7928, 6298, 8469, 8803, 6389, 9083, 6275, 8703, 6199, 8001, 6519, 6291, 7120, 6383, 7712, 6428, 8115, 6460, 6739, 6618, 6153, 7416, 6231, 8117, 6618, 7299, 6294, 7280, 6304, 7919, 6552, 6661, 7093, 6263, 7976, 7021, 6355, 8027, 6399, 8674, 6665, 9361, 7013, 8129, 6326, 6783, 6663, 8647, 6362, 9003, 6423, 6795, 6339, 6404, 6862, 6228, 7556, 6359, 8057, 6443, 6459, 6912, 6488, 8099, 6464, 8889, 6750, 8392, 6608, 9088, 6458, 8908, 6131, 7588, 6579, 7639, 6210, 6569, 7119, 6437, 7966, 6343, 8600, 6305, 8097, 6214, 6606, 7402, 6195, 7775, 6526, 8179, 6601, 8587, 6784, 6427, 6580, 6295, 7685, 6360, 8269, 6363, 7567, 6600, 6351, 7637, 6406, 8051, 6456, 9134, 6575, 8358, 6346, 8524, 6350, 6569, 6517, 6173, 7634, 6421, 7288, 6604, 6612, 7975, 6379, 7766, 6523, 6479, 8012, 6207, 9501, 6281, 8760, 6341, 8827, 6112, 7537, 6788, 6537, 7799, 6642, 6509, 7265, 6422, 7116, 6656, 6234, 7839, 6475, 8447, 6605, 8101, 6306, 6850, 6488, 6513, 6847, 6058, 7635, 6377, 6651, 7235, 6466, 6659, 7196, 6430, 6388, 7491, 6216, 9362, 6545, 8198, 6589, 6618, 8151, 6412, 6734, 7892, 6178, 8461, 6408, 6180, 7856, 6240, 8683, 6222, 8469, 6404, 8343, 6276, 8379, 6378, 8404, 6406, 6524, 6363, 6270, 7615, 6245, 8110, 6473, 7430, 6425, 7605, 6478, 8917, 6270, 8431, 6291, 7207, 6226, 8664, 6206, 8657, 6378, 6905, 6243, 6126, 7726, 6133, 8149, 6168, 8466, 6286, 7284, 6453, 6329, 7502, 6028, 7895, 6436, 8008, 6184, 8504, 6602, 6725, 7682, 6315, 7273, 7272, 6173, 7510, 6295, 6351, 8264, 6376, 8831, 6401, 6862, 7114, 6167, 7875, 6172, 7999, 6135, 7725, 6379, 7003, 6629, 6349, 7746, 6209, 8230, 6240, 7530, 6143, 7090, 6704, 6728, 7022, 6140, 7888, 6203, 7960, 6164, 7639, 6609, 6281, 7220, 6188, 7812, 7345, 6577, 8695, 6386, 8274, 6464, 6645, 6227, 6370, 6870, 6218, 7764, 6329, 7610, 6102, 6187, 6972, 9627, 6586, 8767, 6244, 7868, 6164, 7357, 6206, 7694, 6363, 7600, 6337, 7108, 6290, 6303, 7402, 6306, 8309, 6200, 8358, 6181, 8772, 6139, 8725, 6188, 8540, 6100, 8228, 6257, 6798, 6693, 5965, 7533, 6038, 7948, 6112, 8105, 6349, 8100, 6111, 7904, 6380, 7819, 6407, 6329, 6242, 6302, 7802, 6554, 7952, 6318, 8272, 6329, 6985, 7266, 6459, 8258, 6380, 8248, 6325, 6923, 6655, 6239, 8152, 6293, 8216, 6261, 8051, 6283, 6311, 7030, 6300, 6965, 7875, 6375, 6553, 7217, 6121, 8121, 6502, 7603, 6279, 6398, 7649, 6384, 8018, 6411, 8135, 6340, 6285, 7289, 6469, 8096, 6383, 8207, 6280, 7591, 6114, 6319, 8073, 6468, 8152, 6620, 6758, 6367, 6316, 7925, 6497, 8425, 6377, 6957, 6336, 6589, 8012, 6536, 8109, 6647, 7412, 6660, 6474, 7749, 6482, 8125, 6464, 8376, 6639, 8495, 6348, 6729, 7563, 6121, 7912, 6458, 6675, 8170, 6352, 6470, 8316, 6277, 7629, 6866, 6509, 8112, 6099, 8120, 6214, 8311, 6384, 7814, 6521, 6377, 7704, 6419, 8098, 6542, 6541, 6743, 6276, 8016, 6449, 7104, 6529, 6339, 8250, 6391, 8216, 6355, 7166, 6686, 6282, 7803, 6470, 8147, 6305, 6632, 7025, 6228, 7773, 6343, 6498, 7458, 6163, 8320, 6251, 7141, 6871, 6373, 8068, 6523, 8772, 6354, 7228, 6999, 6195, 8092, 6540, 6677, 6359, 6517, 7829, 6549, 8132], 'WindowCenter': [3904.0, 3870.0, 3890.0, 3867.0, 3886.0, 3855.0, 3854.0, 3854.0, 3852.0, 3864.0, 3883.0, 3841.0, 3871.0, 3840.0, 3860.0, 3842.0, 3852.0, 3842.0, 3852.0, 3863.0, 3854.0, 3874.0, 3855.0, 3895.0, 3854.0, 3874.0, 3854.0, 3883.0, 3853.0, 3883.0, 3842.0, 3872.0, 3841.0, 3841.0, 3852.0, 3842.0, 3874.0, 3854.0, 3874.0, 3855.0, 3885.0, 3855.0, 3895.0, 3855.0, 3886.0, 3854.0, 3884.0, 3854.0, 3884.0, 3854.0, 3885.0, 3854.0, 3864.0, 3855.0, 3858.0, 3889.0, 3867.0, 3876.0, 3867.0, 3868.0, 3878.0, 3868.0, 3868.0, 3899.0, 3856.0, 3889.0, 3886.0, 3845.0, 3855.0, 3869.0, 3867.0, 3889.0, 3879.0, 3868.0, 3889.0, 3880.0, 3880.0, 3891.0, 3881.0, 3900.0, 3871.0, 3910.0, 3866.0, 3877.0, 3856.0, 3891.0, 3874.0, 3854.0, 3874.0, 3853.0, 3863.0, 3854.0, 3854.0, 3875.0, 3855.0, 3876.0, 3868.0, 3868.0, 3879.0, 3868.0, 3889.0, 3857.0, 3888.0, 3896.0, 3855.0, 3884.0, 3855.0, 3884.0, 3853.0, 3884.0, 3854.0, 3884.0, 3855.0, 3874.0, 3854.0, 3854.0, 3875.0, 3855.0, 3886.0, 3856.0, 3897.0, 3867.0, 3897.0, 3867.0, 3886.0, 3867.0, 3875.0, 3855.0, 3885.0, 3865.0, 3886.0, 3865.0, 3875.0, 3865.0, 3864.0, 3876.0, 3866.0, 3888.0, 3868.0, 3888.0, 3868.0, 3878.0, 3868.0, 3867.0, 3879.0, 3868.0, 3889.0, 3869.0, 3899.0, 3868.0, 3898.0, 3878.0, 3889.0, 3868.0, 3867.0, 3890.0, 3867.0, 3899.0, 3868.0, 3898.0, 3869.0, 3898.0, 3867.0, 3866.0, 3877.0, 3867.0, 3888.0, 3868.0, 3898.0, 3868.0, 3897.0, 3867.0, 3868.0, 3867.0, 3857.0, 3888.0, 3856.0, 3888.0, 3867.0, 3897.0, 3867.0, 3877.0, 3868.0, 3856.0, 3878.0, 3866.0, 3888.0, 3866.0, 3897.0, 3867.0, 3898.0, 3867.0, 3866.0, 3867.0, 3856.0, 3888.0, 3856.0, 3887.0, 3857.0, 3887.0, 3867.0, 3898.0, 3869.0, 3887.0, 3867.0, 3867.0, 3888.0, 3868.0, 3888.0, 3868.0, 3898.0, 3867.0, 3867.0, 3868.0, 3880.0, 3889.0, 3868.0, 3899.0, 3869.0, 3900.0, 3869.0, 3868.0, 3879.0, 3868.0, 3889.0, 3869.0, 3898.0, 3867.0, 3898.0, 3868.0, 3887.0, 3867.0, 3868.0, 3888.0, 3867.0, 3898.0, 3869.0, 3898.0, 3869.0, 3868.0, 3878.0, 3867.0, 3899.0, 3869.0, 3899.0, 3869.0, 3900.0, 3870.0, 3870.0, 3890.0, 3869.0, 3902.0, 3879.0, 3910.0, 3879.0, 3909.0, 3868.0, 3898.0, 3868.0, 3887.0, 3867.0, 3867.0, 3867.0, 3856.0, 3888.0, 3857.0, 3898.0, 3867.0, 3898.0, 3868.0, 3856.0, 3877.0, 3856.0, 3887.0, 3867.0, 3898.0, 3867.0, 3877.0, 3866.0, 3856.0, 3887.0, 3857.0, 3897.0, 3868.0, 3866.0, 3866.0, 3855.0, 3887.0, 3857.0, 3887.0, 3868.0, 3887.0, 3856.0, 3855.0, 3877.0, 3856.0, 3887.0, 3855.0, 3887.0, 3856.0, 3887.0, 3867.0, 3868.0, 3888.0, 3868.0, 3899.0, 3880.0, 3879.0, 3891.0, 3868.0, 3899.0, 3868.0, 3898.0, 3868.0, 3898.0, 3868.0, 3877.0, 3856.0, 3855.0, 3878.0, 3865.0, 3876.0, 3855.0, 3886.0, 3856.0, 3897.0, 3867.0, 3887.0, 3867.0, 3856.0, 3877.0, 3867.0, 3898.0, 3856.0, 3897.0, 3868.0, 3887.0, 3856.0, 3855.0, 3866.0, 3856.0, 3887.0, 3869.0, 3877.0, 3868.0, 3868.0, 3889.0, 3880.0, 3882.0, 3911.0, 3870.0, 3870.0, 3890.0, 3869.0, 3900.0, 3855.0, 3876.0, 3855.0, 3865.0, 3854.0, 3875.0, 3854.0, 3876.0, 3856.0, 3888.0, 3857.0, 3868.0, 3879.0, 3869.0, 3899.0, 3871.0, 3869.0, 3880.0, 3870.0, 3900.0, 3868.0, 3899.0, 3857.0, 3898.0, 3858.0, 3897.0, 3866.0, 3875.0, 3865.0, 3855.0, 3875.0, 3855.0, 3886.0, 3855.0, 3886.0, 3856.0, 3854.0, 3877.0, 3855.0, 3886.0, 3867.0, 3886.0, 3856.0, 3856.0, 3878.0, 3856.0, 3886.0, 3856.0, 3898.0, 3867.0, 3876.0, 3866.0, 3855.0, 3876.0, 3855.0, 3887.0, 3856.0, 3897.0, 3857.0, 3867.0, 3867.0, 3866.0, 3878.0, 3867.0, 3888.0, 3856.0, 3887.0, 3868.0, 3877.0, 3867.0, 3867.0, 3889.0, 3867.0, 3898.0, 3857.0, 3878.0, 3867.0, 3867.0, 3878.0, 3856.0, 3888.0, 3856.0, 3886.0, 3856.0, 3887.0, 3868.0, 3898.0, 3856.0, 3856.0, 3867.0, 3867.0, 3888.0, 3868.0, 3909.0, 3869.0, 3867.0, 3878.0, 3867.0, 3889.0, 3867.0, 3898.0, 3857.0, 3897.0, 3867.0, 3886.0, 3867.0, 3855.0, 3886.0, 3855.0, 3885.0, 3856.0, 3886.0, 3866.0, 3856.0, 3876.0, 3855.0, 3886.0, 3866.0, 3876.0, 3867.0, 3866.0, 3887.0, 3856.0, 3886.0, 3867.0, 3866.0, 3877.0, 3856.0, 3887.0, 3867.0, 3897.0, 3868.0, 3887.0, 3855.0, 3854.0, 3865.0, 3855.0, 3886.0, 3855.0, 3886.0, 3854.0, 3884.0, 3855.0, 3885.0, 3854.0, 3853.0, 3854.0, 3854.0, 3875.0, 3856.0, 3875.0, 3856.0, 3886.0, 3866.0, 3856.0, 3878.0, 3868.0, 3898.0, 3867.0, 3866.0, 3887.0, 3866.0, 3897.0, 3856.0, 3886.0, 3866.0, 3865.0, 3865.0, 3854.0, 3864.0, 3853.0, 3874.0, 3853.0, 3873.0, 3854.0, 3854.0, 3865.0, 3856.0, 3875.0, 3866.0, 3877.0, 3856.0, 3855.0, 3886.0, 3855.0, 3885.0, 3857.0, 3875.0, 3856.0, 3855.0, 3874.0, 3854.0, 3885.0, 3855.0, 3854.0, 3875.0, 3855.0, 3876.0, 3867.0, 3867.0, 3888.0, 3868.0, 3871.0, 3899.0, 3869.0, 3868.0, 3877.0, 3867.0, 3887.0, 3857.0, 3886.0, 3844.0, 3854.0, 3866.0, 3854.0, 3864.0, 3844.0, 3864.0, 3854.0, 3874.0, 3855.0, 3864.0, 3855.0, 3855.0, 3876.0, 3855.0, 3877.0, 3868.0, 3886.0, 3867.0, 3856.0, 3868.0, 3866.0, 3877.0, 3855.0, 3877.0, 3855.0, 3877.0, 3855.0, 3887.0, 3855.0, 3875.0, 3854.0, 3875.0, 3856.0, 3864.0, 3855.0, 3855.0, 3876.0, 3855.0, 3885.0, 3866.0, 3886.0, 3856.0, 3864.0, 3866.0, 3843.0, 3874.0, 3842.0, 3864.0, 3871.0, 3841.0, 3850.0, 3840.0, 3841.0, 3851.0, 3841.0, 3872.0, 3842.0, 3853.0, 3864.0, 3856.0, 3866.0, 3876.0, 3855.0, 3886.0, 3844.0, 3885.0, 3843.0, 3874.0, 3841.0, 3871.0, 3840.0, 3861.0, 3828.0, 3839.0, 3828.0, 3849.0, 3829.0, 3850.0, 3842.0, 3873.0, 3844.0, 3855.0, 3865.0, 3856.0, 3877.0, 3867.0, 3868.0, 3898.0, 3857.0, 3856.0, 3876.0, 3855.0, 3888.0, 3874.0, 3843.0, 3873.0, 3841.0, 3871.0, 3831.0, 3862.0, 3841.0, 3841.0, 3852.0, 3844.0, 3864.0, 3855.0, 3875.0, 3855.0, 3854.0, 3855.0, 3844.0, 3865.0, 3843.0, 3876.0, 3843.0, 3863.0, 3842.0, 3852.0, 3843.0, 3874.0, 3854.0, 3854.0, 3865.0, 3867.0, 3887.0, 3867.0, 3856.0, 3886.0, 3855.0, 3874.0, 3855.0, 3884.0, 3854.0, 3863.0, 3842.0, 3852.0, 3852.0, 3870.0, 3840.0, 3870.0, 3829.0, 3839.0, 3841.0, 3840.0, 3841.0, 3831.0, 3862.0, 3841.0, 3862.0, 3842.0, 3842.0, 3863.0, 3854.0, 3874.0, 3855.0, 3884.0, 3854.0, 3874.0, 3853.0, 3873.0, 3829.0, 3872.0, 3828.0, 3848.0, 3840.0, 3860.0, 3829.0, 3840.0, 3851.0, 3840.0, 3863.0, 3843.0, 3873.0, 3842.0, 3872.0, 3842.0, 3842.0, 3851.0, 3830.0, 3860.0, 3840.0, 3860.0, 3841.0, 3872.0, 3851.0, 3840.0, 3852.0, 3841.0, 3862.0, 3842.0, 3873.0, 3842.0, 3862.0, 3853.0, 3853.0, 3863.0, 3853.0, 3874.0, 3854.0, 3884.0, 3854.0, 3872.0, 3842.0, 3873.0, 3842.0, 3841.0, 3841.0, 3842.0, 3862.0, 3844.0, 3863.0, 3854.0, 3853.0, 3874.0, 3854.0, 3874.0, 3854.0, 3854.0, 3875.0, 3843.0, 3884.0, 3842.0, 3872.0, 3841.0, 3871.0, 3831.0, 3851.0, 3851.0, 3841.0, 3874.0, 3854.0, 3853.0, 3863.0, 3853.0, 3864.0, 3853.0, 3842.0, 3875.0, 3854.0, 3874.0, 3855.0, 3875.0, 3855.0, 3855.0, 3854.0, 3855.0, 3855.0, 3845.0, 3864.0, 3855.0, 3866.0, 3877.0, 3868.0, 3868.0, 3877.0, 3868.0, 3857.0, 3878.0, 3858.0, 3897.0, 3856.0, 3887.0, 3869.0, 3867.0, 3888.0, 3868.0, 3868.0, 3887.0, 3844.0, 3874.0, 3843.0, 3843.0, 3873.0, 3844.0, 3874.0, 3832.0, 3874.0, 3843.0, 3872.0, 3843.0, 3872.0, 3841.0, 3862.0, 3842.0, 3842.0, 3842.0, 3843.0, 3876.0, 3855.0, 3876.0, 3856.0, 3877.0, 3856.0, 3875.0, 3855.0, 3886.0, 3854.0, 3873.0, 3843.0, 3862.0, 3843.0, 3872.0, 3843.0, 3872.0, 3842.0, 3851.0, 3842.0, 3841.0, 3863.0, 3843.0, 3874.0, 3844.0, 3875.0, 3843.0, 3864.0, 3844.0, 3843.0, 3863.0, 3833.0, 3862.0, 3842.0, 3863.0, 3843.0, 3874.0, 3855.0, 3853.0, 3874.0, 3856.0, 3876.0, 3864.0, 3844.0, 3863.0, 3842.0, 3843.0, 3873.0, 3844.0, 3873.0, 3844.0, 3852.0, 3854.0, 3842.0, 3863.0, 3831.0, 3861.0, 3830.0, 3861.0, 3841.0, 3851.0, 3852.0, 3842.0, 3863.0, 3832.0, 3873.0, 3842.0, 3861.0, 3832.0, 3850.0, 3841.0, 3840.0, 3851.0, 3831.0, 3861.0, 3842.0, 3861.0, 3842.0, 3862.0, 3841.0, 3840.0, 3850.0, 3830.0, 3861.0, 3848.0, 3839.0, 3860.0, 3828.0, 3859.0, 3829.0, 3839.0, 3830.0, 3842.0, 3854.0, 3844.0, 3876.0, 3856.0, 3877.0, 3857.0, 3846.0, 3867.0, 3885.0, 3854.0, 3873.0, 3842.0, 3861.0, 3830.0, 3850.0, 3830.0, 3862.0, 3842.0, 3863.0, 3854.0, 3854.0, 3855.0, 3855.0, 3866.0, 3855.0, 3875.0, 3844.0, 3875.0, 3844.0, 3874.0, 3844.0, 3872.0, 3842.0, 3871.0, 3831.0, 3871.0, 3841.0, 3840.0, 3841.0, 3831.0, 3862.0, 3832.0, 3862.0, 3842.0, 3863.0, 3842.0, 3862.0, 3842.0, 3873.0, 3854.0, 3863.0, 3853.0, 3854.0, 3855.0, 3854.0, 3877.0, 3868.0, 3887.0, 3858.0, 3886.0, 3857.0, 3865.0, 3866.0, 3854.0, 3875.0, 3854.0, 3874.0, 3855.0, 3864.0, 3855.0, 3845.0, 3875.0, 3855.0, 3886.0, 3857.0, 3875.0, 3856.0, 3844.0, 3865.0, 3842.0, 3865.0, 3873.0, 3842.0, 3843.0, 3863.0, 3843.0, 3874.0, 3855.0, 3876.0, 3856.0, 3854.0, 3876.0, 3856.0, 3888.0, 3858.0, 3878.0, 3857.0, 3855.0, 3877.0, 3855.0, 3887.0, 3857.0, 3886.0, 3857.0, 3876.0, 3857.0, 3855.0, 3887.0, 3856.0, 3877.0, 3867.0, 3867.0, 3856.0, 3856.0, 3889.0, 3856.0, 3887.0, 3857.0, 3867.0, 3858.0, 3867.0, 3888.0, 3857.0, 3887.0, 3868.0, 3878.0, 3868.0, 3857.0, 3878.0, 3856.0, 3876.0, 3856.0, 3886.0, 3867.0, 3886.0, 3856.0, 3866.0, 3879.0, 3857.0, 3890.0, 3868.0, 3880.0, 3900.0, 3868.0, 3867.0, 3889.0, 3868.0, 3878.0, 3867.0, 3855.0, 3877.0, 3845.0, 3875.0, 3846.0, 3875.0, 3855.0, 3865.0, 3854.0, 3843.0, 3864.0, 3854.0, 3874.0, 3856.0, 3844.0, 3854.0, 3854.0, 3874.0, 3855.0, 3865.0, 3855.0, 3855.0, 3886.0, 3855.0, 3875.0, 3857.0, 3865.0, 3854.0, 3844.0, 3864.0, 3853.0, 3875.0, 3854.0, 3853.0, 3853.0, 3844.0, 3875.0, 3854.0, 3843.0, 3865.0, 3844.0, 3874.0, 3854.0, 3864.0, 3854.0, 3843.0, 3874.0, 3844.0, 3873.0, 3842.0, 3852.0, 3852.0, 3843.0, 3863.0, 3843.0, 3852.0, 3841.0, 3842.0, 3862.0, 3842.0, 3873.0], 'WindowWidth': [8748.0, 8694.0, 8716.0, 8683.0, 8704.0, 8662.0, 8659.0, 8659.0, 8653.0, 8672.0, 8693.0, 8635.0, 8672.0, 8633.0, 8660.0, 8638.0, 8652.0, 8639.0, 8654.0, 8670.0, 8659.0, 8684.0, 8661.0, 8714.0, 8660.0, 8684.0, 8657.0, 8695.0, 8655.0, 8693.0, 8637.0, 8676.0, 8637.0, 8637.0, 8654.0, 8641.0, 8685.0, 8658.0, 8686.0, 8662.0, 8702.0, 8663.0, 8715.0, 8662.0, 8703.0, 8661.0, 8698.0, 8658.0, 8697.0, 8659.0, 8700.0, 8659.0, 8672.0, 8661.0, 8670.0, 8714.0, 8683.0, 8695.0, 8683.0, 8686.0, 8701.0, 8687.0, 8687.0, 8727.0, 8667.0, 8713.0, 8704.0, 8649.0, 8663.0, 8690.0, 8684.0, 8716.0, 8704.0, 8686.0, 8715.0, 8706.0, 8707.0, 8722.0, 8710.0, 8734.0, 8697.0, 8743.0, 8679.0, 8694.0, 8665.0, 8723.0, 8685.0, 8660.0, 8687.0, 8657.0, 8670.0, 8659.0, 8659.0, 8688.0, 8666.0, 8694.0, 8688.0, 8687.0, 8703.0, 8685.0, 8715.0, 8670.0, 8713.0, 8719.0, 8663.0, 8700.0, 8662.0, 8697.0, 8658.0, 8698.0, 8659.0, 8698.0, 8661.0, 8687.0, 8660.0, 8660.0, 8690.0, 8664.0, 8705.0, 8668.0, 8723.0, 8684.0, 8722.0, 8683.0, 8707.0, 8683.0, 8691.0, 8664.0, 8702.0, 8677.0, 8704.0, 8675.0, 8688.0, 8676.0, 8676.0, 8692.0, 8681.0, 8710.0, 8685.0, 8713.0, 8685.0, 8700.0, 8687.0, 8683.0, 8701.0, 8687.0, 8716.0, 8690.0, 8728.0, 8686.0, 8724.0, 8699.0, 8716.0, 8687.0, 8684.0, 8717.0, 8685.0, 8727.0, 8687.0, 8725.0, 8689.0, 8725.0, 8685.0, 8682.0, 8697.0, 8684.0, 8712.0, 8686.0, 8727.0, 8685.0, 8723.0, 8685.0, 8685.0, 8683.0, 8669.0, 8711.0, 8668.0, 8711.0, 8683.0, 8723.0, 8682.0, 8696.0, 8686.0, 8668.0, 8698.0, 8680.0, 8710.0, 8681.0, 8722.0, 8683.0, 8725.0, 8683.0, 8681.0, 8683.0, 8667.0, 8713.0, 8667.0, 8710.0, 8671.0, 8710.0, 8685.0, 8725.0, 8688.0, 8711.0, 8685.0, 8685.0, 8713.0, 8687.0, 8715.0, 8687.0, 8725.0, 8685.0, 8685.0, 8688.0, 8706.0, 8717.0, 8689.0, 8728.0, 8689.0, 8730.0, 8689.0, 8687.0, 8703.0, 8686.0, 8715.0, 8688.0, 8726.0, 8685.0, 8725.0, 8686.0, 8709.0, 8683.0, 8685.0, 8712.0, 8684.0, 8726.0, 8689.0, 8727.0, 8688.0, 8686.0, 8700.0, 8686.0, 8729.0, 8690.0, 8729.0, 8691.0, 8732.0, 8693.0, 8692.0, 8722.0, 8691.0, 8737.0, 8705.0, 8745.0, 8704.0, 8742.0, 8687.0, 8725.0, 8685.0, 8710.0, 8683.0, 8683.0, 8684.0, 8667.0, 8711.0, 8671.0, 8725.0, 8684.0, 8725.0, 8685.0, 8668.0, 8697.0, 8668.0, 8709.0, 8683.0, 8725.0, 8681.0, 8694.0, 8681.0, 8666.0, 8708.0, 8669.0, 8722.0, 8685.0, 8680.0, 8681.0, 8666.0, 8711.0, 8670.0, 8709.0, 8686.0, 8709.0, 8668.0, 8665.0, 8697.0, 8666.0, 8708.0, 8664.0, 8706.0, 8666.0, 8709.0, 8684.0, 8684.0, 8713.0, 8687.0, 8729.0, 8707.0, 8706.0, 8720.0, 8688.0, 8728.0, 8688.0, 8727.0, 8688.0, 8726.0, 8685.0, 8696.0, 8667.0, 8665.0, 8698.0, 8678.0, 8694.0, 8664.0, 8706.0, 8668.0, 8722.0, 8684.0, 8707.0, 8684.0, 8666.0, 8696.0, 8683.0, 8724.0, 8667.0, 8720.0, 8684.0, 8709.0, 8666.0, 8663.0, 8681.0, 8667.0, 8708.0, 8689.0, 8696.0, 8687.0, 8688.0, 8717.0, 8708.0, 8711.0, 8748.0, 8693.0, 8692.0, 8719.0, 8689.0, 8731.0, 8665.0, 8692.0, 8662.0, 8676.0, 8661.0, 8690.0, 8661.0, 8692.0, 8666.0, 8711.0, 8671.0, 8686.0, 8702.0, 8691.0, 8730.0, 8694.0, 8690.0, 8706.0, 8692.0, 8732.0, 8687.0, 8728.0, 8671.0, 8725.0, 8672.0, 8720.0, 8679.0, 8689.0, 8677.0, 8663.0, 8689.0, 8661.0, 8704.0, 8663.0, 8704.0, 8666.0, 8662.0, 8695.0, 8665.0, 8705.0, 8682.0, 8707.0, 8666.0, 8666.0, 8698.0, 8666.0, 8707.0, 8666.0, 8724.0, 8682.0, 8692.0, 8680.0, 8663.0, 8692.0, 8665.0, 8707.0, 8668.0, 8721.0, 8669.0, 8683.0, 8683.0, 8682.0, 8698.0, 8682.0, 8711.0, 8668.0, 8709.0, 8685.0, 8698.0, 8685.0, 8684.0, 8714.0, 8684.0, 8723.0, 8670.0, 8699.0, 8683.0, 8682.0, 8698.0, 8667.0, 8710.0, 8667.0, 8706.0, 8667.0, 8707.0, 8684.0, 8723.0, 8667.0, 8666.0, 8682.0, 8685.0, 8712.0, 8686.0, 8741.0, 8688.0, 8685.0, 8699.0, 8684.0, 8714.0, 8683.0, 8723.0, 8671.0, 8723.0, 8684.0, 8706.0, 8681.0, 8663.0, 8705.0, 8662.0, 8702.0, 8666.0, 8705.0, 8679.0, 8665.0, 8692.0, 8664.0, 8705.0, 8681.0, 8692.0, 8681.0, 8679.0, 8707.0, 8667.0, 8707.0, 8683.0, 8680.0, 8696.0, 8667.0, 8708.0, 8682.0, 8720.0, 8683.0, 8707.0, 8663.0, 8660.0, 8676.0, 8661.0, 8704.0, 8660.0, 8702.0, 8660.0, 8699.0, 8662.0, 8700.0, 8659.0, 8657.0, 8659.0, 8660.0, 8687.0, 8663.0, 8688.0, 8666.0, 8706.0, 8680.0, 8668.0, 8697.0, 8686.0, 8725.0, 8684.0, 8680.0, 8708.0, 8679.0, 8719.0, 8666.0, 8704.0, 8677.0, 8675.0, 8675.0, 8658.0, 8671.0, 8654.0, 8682.0, 8656.0, 8683.0, 8660.0, 8658.0, 8675.0, 8664.0, 8690.0, 8679.0, 8693.0, 8664.0, 8662.0, 8705.0, 8663.0, 8702.0, 8666.0, 8688.0, 8664.0, 8663.0, 8686.0, 8659.0, 8700.0, 8661.0, 8659.0, 8689.0, 8662.0, 8690.0, 8681.0, 8683.0, 8712.0, 8687.0, 8697.0, 8729.0, 8688.0, 8686.0, 8696.0, 8681.0, 8708.0, 8666.0, 8704.0, 8647.0, 8658.0, 8677.0, 8659.0, 8673.0, 8645.0, 8671.0, 8659.0, 8684.0, 8662.0, 8673.0, 8662.0, 8662.0, 8690.0, 8663.0, 8694.0, 8683.0, 8705.0, 8682.0, 8666.0, 8683.0, 8680.0, 8696.0, 8663.0, 8693.0, 8663.0, 8693.0, 8661.0, 8704.0, 8659.0, 8686.0, 8659.0, 8687.0, 8665.0, 8674.0, 8663.0, 8661.0, 8692.0, 8663.0, 8702.0, 8678.0, 8705.0, 8665.0, 8672.0, 8675.0, 8642.0, 8683.0, 8638.0, 8670.0, 8675.0, 8634.0, 8645.0, 8633.0, 8635.0, 8649.0, 8637.0, 8678.0, 8641.0, 8655.0, 8673.0, 8665.0, 8677.0, 8690.0, 8663.0, 8703.0, 8647.0, 8699.0, 8642.0, 8681.0, 8635.0, 8674.0, 8630.0, 8659.0, 8611.0, 8627.0, 8611.0, 8641.0, 8617.0, 8645.0, 8637.0, 8681.0, 8645.0, 8659.0, 8677.0, 8666.0, 8694.0, 8682.0, 8687.0, 8724.0, 8668.0, 8665.0, 8692.0, 8660.0, 8708.0, 8682.0, 8640.0, 8677.0, 8635.0, 8673.0, 8622.0, 8662.0, 8634.0, 8636.0, 8651.0, 8644.0, 8671.0, 8661.0, 8686.0, 8661.0, 8658.0, 8661.0, 8648.0, 8675.0, 8643.0, 8690.0, 8640.0, 8666.0, 8638.0, 8650.0, 8640.0, 8685.0, 8660.0, 8660.0, 8677.0, 8684.0, 8709.0, 8680.0, 8667.0, 8705.0, 8663.0, 8684.0, 8660.0, 8696.0, 8655.0, 8667.0, 8639.0, 8650.0, 8652.0, 8672.0, 8632.0, 8669.0, 8615.0, 8629.0, 8633.0, 8632.0, 8634.0, 8622.0, 8664.0, 8635.0, 8664.0, 8641.0, 8641.0, 8669.0, 8659.0, 8685.0, 8661.0, 8698.0, 8659.0, 8682.0, 8655.0, 8679.0, 8617.0, 8674.0, 8612.0, 8638.0, 8631.0, 8658.0, 8618.0, 8632.0, 8647.0, 8634.0, 8667.0, 8640.0, 8679.0, 8640.0, 8679.0, 8639.0, 8636.0, 8648.0, 8618.0, 8658.0, 8633.0, 8658.0, 8634.0, 8675.0, 8649.0, 8634.0, 8652.0, 8637.0, 8663.0, 8637.0, 8679.0, 8640.0, 8665.0, 8654.0, 8655.0, 8669.0, 8654.0, 8682.0, 8657.0, 8697.0, 8656.0, 8679.0, 8639.0, 8681.0, 8638.0, 8634.0, 8636.0, 8639.0, 8665.0, 8644.0, 8667.0, 8657.0, 8656.0, 8684.0, 8659.0, 8686.0, 8658.0, 8657.0, 8687.0, 8640.0, 8695.0, 8638.0, 8677.0, 8635.0, 8672.0, 8620.0, 8646.0, 8649.0, 8637.0, 8683.0, 8659.0, 8654.0, 8668.0, 8657.0, 8672.0, 8656.0, 8641.0, 8686.0, 8658.0, 8685.0, 8662.0, 8689.0, 8661.0, 8660.0, 8658.0, 8664.0, 8661.0, 8647.0, 8671.0, 8663.0, 8678.0, 8696.0, 8688.0, 8687.0, 8697.0, 8685.0, 8669.0, 8698.0, 8671.0, 8721.0, 8666.0, 8707.0, 8687.0, 8682.0, 8710.0, 8684.0, 8684.0, 8707.0, 8646.0, 8684.0, 8641.0, 8641.0, 8681.0, 8642.0, 8682.0, 8626.0, 8680.0, 8640.0, 8678.0, 8640.0, 8676.0, 8635.0, 8663.0, 8637.0, 8637.0, 8638.0, 8642.0, 8688.0, 8661.0, 8689.0, 8665.0, 8693.0, 8665.0, 8687.0, 8663.0, 8702.0, 8658.0, 8681.0, 8641.0, 8665.0, 8640.0, 8677.0, 8639.0, 8676.0, 8637.0, 8649.0, 8637.0, 8637.0, 8667.0, 8642.0, 8682.0, 8645.0, 8686.0, 8643.0, 8670.0, 8643.0, 8640.0, 8668.0, 8626.0, 8664.0, 8639.0, 8665.0, 8641.0, 8680.0, 8659.0, 8654.0, 8686.0, 8666.0, 8691.0, 8673.0, 8645.0, 8669.0, 8639.0, 8640.0, 8681.0, 8645.0, 8680.0, 8642.0, 8653.0, 8656.0, 8639.0, 8665.0, 8621.0, 8659.0, 8619.0, 8660.0, 8634.0, 8648.0, 8652.0, 8638.0, 8667.0, 8624.0, 8678.0, 8637.0, 8662.0, 8624.0, 8646.0, 8634.0, 8633.0, 8646.0, 8621.0, 8661.0, 8637.0, 8662.0, 8637.0, 8664.0, 8635.0, 8630.0, 8645.0, 8619.0, 8660.0, 8638.0, 8629.0, 8654.0, 8612.0, 8653.0, 8614.0, 8630.0, 8621.0, 8639.0, 8659.0, 8648.0, 8691.0, 8667.0, 8694.0, 8667.0, 8651.0, 8680.0, 8699.0, 8656.0, 8681.0, 8635.0, 8660.0, 8618.0, 8645.0, 8620.0, 8664.0, 8638.0, 8668.0, 8659.0, 8658.0, 8661.0, 8662.0, 8678.0, 8661.0, 8686.0, 8644.0, 8684.0, 8645.0, 8682.0, 8644.0, 8677.0, 8638.0, 8675.0, 8621.0, 8675.0, 8634.0, 8632.0, 8634.0, 8621.0, 8663.0, 8624.0, 8664.0, 8639.0, 8665.0, 8637.0, 8664.0, 8638.0, 8681.0, 8661.0, 8669.0, 8657.0, 8658.0, 8661.0, 8661.0, 8694.0, 8686.0, 8709.0, 8669.0, 8704.0, 8666.0, 8675.0, 8678.0, 8660.0, 8687.0, 8657.0, 8684.0, 8660.0, 8673.0, 8661.0, 8649.0, 8688.0, 8664.0, 8704.0, 8667.0, 8687.0, 8662.0, 8645.0, 8674.0, 8640.0, 8674.0, 8682.0, 8640.0, 8641.0, 8669.0, 8641.0, 8684.0, 8663.0, 8690.0, 8664.0, 8660.0, 8690.0, 8665.0, 8709.0, 8672.0, 8696.0, 8667.0, 8663.0, 8694.0, 8663.0, 8707.0, 8666.0, 8704.0, 8667.0, 8691.0, 8666.0, 8663.0, 8708.0, 8665.0, 8694.0, 8680.0, 8681.0, 8667.0, 8668.0, 8714.0, 8667.0, 8708.0, 8669.0, 8681.0, 8670.0, 8681.0, 8711.0, 8668.0, 8708.0, 8686.0, 8698.0, 8685.0, 8670.0, 8698.0, 8666.0, 8693.0, 8667.0, 8705.0, 8681.0, 8705.0, 8665.0, 8680.0, 8698.0, 8670.0, 8717.0, 8686.0, 8704.0, 8732.0, 8687.0, 8683.0, 8712.0, 8685.0, 8696.0, 8682.0, 8663.0, 8694.0, 8647.0, 8687.0, 8650.0, 8688.0, 8660.0, 8673.0, 8658.0, 8641.0, 8671.0, 8657.0, 8686.0, 8663.0, 8645.0, 8658.0, 8659.0, 8685.0, 8661.0, 8673.0, 8663.0, 8660.0, 8702.0, 8661.0, 8687.0, 8664.0, 8672.0, 8658.0, 8643.0, 8670.0, 8656.0, 8686.0, 8658.0, 8654.0, 8656.0, 8645.0, 8686.0, 8658.0, 8642.0, 8674.0, 8644.0, 8684.0, 8659.0, 8672.0, 8658.0, 8642.0, 8684.0, 8644.0, 8680.0, 8638.0, 8651.0, 8651.0, 8640.0, 8668.0, 8641.0, 8650.0, 8637.0, 8639.0, 8666.0, 8640.0, 8679.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.00022351515151515156</td></tr>
<tr><td colspan=3>aqi</td><td>0.01892714891774892</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.568915286065845</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1810970705719237</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9909597054159464</td></tr>
<tr><td colspan=3>efc</td><td>0.4457</td></tr>
<tr><td colspan=3>fber</td><td>7278.3945</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07440590878546267</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7316017316017316</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.703409385704697</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6386033916362472</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9025986580693828</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5690261074084604</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114823</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007410965859889984</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02381211146712303</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.67156705306814</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.8472</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6995</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.5868</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307162.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>634.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.1677</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9776</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.4877</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3111.827</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69382.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.8737</td></tr>
<tr><td colspan=3>tsnr</td><td>41.63062938838266</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>