<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-03/func/sub-0016_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>419493a0003957428f0bec13312cd885</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>13:53:27.520000</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_VE11C_LATEST_20160120</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.999965, -0.00283048, -0.00787301, 0.0026179, 0.999635, -0.0268812]</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.102417</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>[4167, -7780, -7299, 557, -120, -214, -75, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6066caaa-cb00-4b1b-925e-1b5765d037ba||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682832956314087, 0.007023629266768694, -0.021454812958836555, 114.9488296508789], [0.007593958638608456, 2.681948184967041, -0.07252117246389389, -84.47626495361328], [-0.02112271636724472, 0.07212041318416595, 2.6989405155181885, -85.9468002319336], [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': ['135327.520000', '135327.980000', '135328.440000', '135328.900000', '135329.360000', '135329.820000', '135330.280000', '135330.740000', '135331.200000', '135331.660000', '135332.120000', '135332.580000', '135333.040000', '135333.500000', '135333.960000', '135334.420000', '135334.880000', '135335.340000', '135335.800000', '135336.260000', '135336.720000', '135337.180000', '135337.640000', '135338.100000', '135338.560000', '135339.020000', '135339.480000', '135339.940000', '135340.400000', '135340.860000', '135341.320000', '135341.780000', '135342.240000', '135342.700000', '135343.160000', '135343.620000', '135344.080000', '135344.540000', '135345.000000', '135345.460000', '135345.920000', '135346.380000', '135346.840000', '135347.300000', '135347.760000', '135348.220000', '135348.680000', '135349.140000', '135349.600000', '135350.060000', '135350.520000', '135350.980000', '135351.440000', '135351.900000', '135352.360000', '135352.820000', '135353.280000', '135353.740000', '135354.200000', '135354.660000', '135355.120000', '135355.580000', '135356.040000', '135356.500000', '135356.960000', '135357.420000', '135357.880000', '135358.340000', '135358.800000', '135359.260000', '135359.720000', '135400.180000', '135400.640000', '135401.100000', '135401.560000', '135402.020000', '135402.480000', '135402.940000', '135403.400000', '135403.860000', '135404.320000', '135404.780000', '135405.240000', '135405.700000', '135406.160000', '135406.620000', '135407.080000', '135407.540000', '135408.000000', '135408.460000', '135408.920000', '135409.380000', '135409.840000', '135410.300000', '135410.760000', '135411.220000', '135411.680000', '135412.140000', '135412.600000', '135413.060000', '135413.520000', '135413.980000', '135414.440000', '135414.900000', '135415.360000', '135415.820000', '135416.280000', '135416.740000', '135417.200000', '135417.660000', '135418.120000', '135418.580000', '135419.040000', '135419.500000', '135419.960000', '135420.420000', '135420.880000', '135421.340000', '135421.800000', '135422.260000', '135422.720000', '135423.180000', '135423.640000', '135424.100000', '135424.560000', '135425.020000', '135425.480000', '135425.940000', '135426.400000', '135426.860000', '135427.320000', '135427.780000', '135428.240000', '135428.700000', '135429.160000', '135429.620000', '135430.080000', '135430.540000', '135431.000000', '135431.460000', '135431.920000', '135432.380000', '135432.840000', '135433.300000', '135433.760000', '135434.220000', '135434.680000', '135435.140000', '135435.600000', '135436.060000', '135436.520000', '135436.980000', '135437.440000', '135437.900000', '135438.360000', '135438.820000', '135439.280000', '135439.740000', '135440.200000', '135440.660000', '135441.120000', '135441.580000', '135442.040000', '135442.500000', '135442.960000', '135443.420000', '135443.880000', '135444.340000', '135444.800000', '135445.260000', '135445.720000', '135446.180000', '135446.640000', '135447.100000', '135447.560000', '135448.020000', '135448.480000', '135448.940000', '135449.400000', '135449.860000', '135450.320000', '135450.780000', '135451.240000', '135451.700000', '135452.160000', '135452.620000', '135453.080000', '135453.540000', '135454.000000', '135454.460000', '135454.920000', '135455.380000', '135455.840000', '135456.300000', '135456.760000', '135457.220000', '135457.680000', '135458.140000', '135458.600000', '135459.060000', '135459.520000', '135459.980000', '135500.440000', '135500.900000', '135501.360000', '135501.820000', '135502.280000', '135502.740000', '135503.200000', '135503.660000', '135504.120000', '135504.580000', '135505.040000', '135505.500000', '135505.960000', '135506.420000', '135506.880000', '135507.340000', '135507.800000', '135508.260000', '135508.720000', '135509.180000', '135509.640000', '135510.100000', '135510.560000', '135511.020000', '135511.480000', '135511.940000', '135512.400000', '135512.860000', '135513.320000', '135513.780000', '135514.240000', '135514.700000', '135515.160000', '135515.620000', '135516.080000', '135516.540000', '135517.000000', '135517.460000', '135517.920000', '135518.380000', '135518.840000', '135519.300000', '135519.760000', '135520.220000', '135520.680000', '135521.140000', '135521.600000', '135522.060000', '135522.520000', '135522.980000', '135523.440000', '135523.900000', '135524.360000', '135524.820000', '135525.280000', '135525.740000', '135526.200000', '135526.660000', '135527.120000', '135527.580000', '135528.040000', '135528.500000', '135528.960000', '135529.420000', '135529.880000', '135530.340000', '135530.800000', '135531.260000', '135531.720000', '135532.180000', '135532.640000', '135533.100000', '135533.560000', '135534.020000', '135534.480000', '135534.940000', '135535.400000', '135535.860000', '135536.320000', '135536.780000', '135537.240000', '135537.700000', '135538.160000', '135538.620000', '135539.080000', '135539.540000', '135540.000000', '135540.460000', '135540.920000', '135541.380000', '135541.840000', '135542.300000', '135542.760000', '135543.220000', '135543.680000', '135544.140000', '135544.600000', '135545.060000', '135545.520000', '135545.980000', '135546.440000', '135546.900000', '135547.360000', '135547.820000', '135548.280000', '135548.740000', '135549.200000', '135549.660000', '135550.120000', '135550.580000', '135551.040000', '135551.500000', '135551.960000', '135552.420000', '135552.880000', '135553.340000', '135553.800000', '135554.260000', '135554.720000', '135555.180000', '135555.640000', '135556.100000', '135556.560000', '135557.020000', '135557.480000', '135557.940000', '135558.400000', '135558.860000', '135559.320000', '135559.780000', '135600.240000', '135600.700000', '135601.160000', '135601.620000', '135602.080000', '135602.540000', '135603.000000', '135603.460000', '135603.920000', '135604.380000', '135604.840000', '135605.300000', '135605.760000', '135606.220000', '135606.680000', '135607.140000', '135607.600000', '135608.060000', '135608.520000', '135608.980000', '135609.440000', '135609.900000', '135610.360000', '135610.820000', '135611.280000', '135611.740000', '135612.200000', '135612.660000', '135613.120000', '135613.580000', '135614.040000', '135614.500000', '135614.960000', '135615.420000', '135615.880000', '135616.340000', '135616.800000', '135617.260000', '135617.720000', '135618.180000', '135618.640000', '135619.100000', '135619.560000', '135620.020000', '135620.480000', '135620.940000', '135621.400000', '135621.860000', '135622.320000', '135622.780000', '135623.240000', '135623.700000', '135624.160000', '135624.620000', '135625.080000', '135625.540000', '135626.000000', '135626.460000', '135626.920000', '135627.380000', '135627.840000', '135628.300000', '135628.760000', '135629.220000', '135629.680000', '135630.140000', '135630.600000', '135631.060000', '135631.520000', '135631.980000', '135632.440000', '135632.900000', '135633.360000', '135633.820000', '135634.280000', '135634.740000', '135635.200000', '135635.660000', '135636.120000', '135636.580000', '135637.040000', '135637.500000', '135637.960000', '135638.420000', '135638.880000', '135639.340000', '135639.800000', '135640.260000', '135640.720000', '135641.180000', '135641.640000', '135642.100000', '135642.560000', '135643.020000', '135643.480000', '135643.940000', '135644.400000', '135644.860000', '135645.320000', '135645.780000', '135646.240000', '135646.700000', '135647.160000', '135647.620000', '135648.080000', '135648.540000', '135649.000000', '135649.460000', '135649.920000', '135650.380000', '135650.840000', '135651.300000', '135651.760000', '135652.220000', '135652.680000', '135653.140000', '135653.600000', '135654.060000', '135654.520000', '135654.980000', '135655.440000', '135655.900000', '135656.360000', '135656.820000', '135657.280000', '135657.740000', '135658.200000', '135658.660000', '135659.120000', '135659.580000', '135700.040000', '135700.500000', '135700.960000', '135701.420000', '135701.880000', '135702.340000', '135702.800000', '135703.260000', '135703.720000', '135704.180000', '135704.640000', '135705.100000', '135705.560000', '135706.020000', '135706.480000', '135706.940000', '135707.400000', '135707.860000', '135708.320000', '135708.780000', '135709.240000', '135709.700000', '135710.160000', '135710.620000', '135711.080000', '135711.540000', '135712.000000', '135712.460000', '135712.920000', '135713.380000', '135713.840000', '135714.300000', '135714.760000', '135715.220000', '135715.680000', '135716.140000', '135716.600000', '135717.060000', '135717.520000', '135717.980000', '135718.440000', '135718.900000', '135719.360000', '135719.820000', '135720.280000', '135720.740000', '135721.200000', '135721.660000', '135722.120000', '135722.580000', '135723.040000', '135723.500000', '135723.960000', '135724.420000', '135724.880000', '135725.340000', '135725.800000', '135726.260000', '135726.720000', '135727.180000', '135727.640000', '135728.100000', '135728.560000', '135729.020000', '135729.480000', '135729.940000', '135730.400000', '135730.860000', '135731.320000', '135731.780000', '135732.240000', '135732.700000', '135733.160000', '135733.620000', '135734.080000', '135734.540000', '135735.000000', '135735.460000', '135735.920000', '135736.380000', '135736.840000', '135737.300000', '135737.760000', '135738.220000', '135738.680000', '135739.140000', '135739.600000', '135740.060000', '135740.520000', '135740.980000', '135741.440000', '135741.900000', '135742.360000', '135742.820000', '135743.280000', '135743.740000', '135744.200000', '135744.660000', '135745.120000', '135745.580000', '135746.040000', '135746.500000', '135746.960000', '135747.420000', '135747.880000', '135748.340000', '135748.800000', '135749.260000', '135749.720000', '135750.180000', '135750.640000', '135751.100000', '135751.560000', '135752.020000', '135752.480000', '135752.940000', '135753.400000', '135753.860000', '135754.320000', '135754.780000', '135755.240000', '135755.700000', '135756.160000', '135756.620000', '135757.080000', '135757.540000', '135758.000000', '135758.460000', '135758.920000', '135759.380000', '135759.840000', '135800.300000', '135800.760000', '135801.220000', '135801.680000', '135802.140000', '135802.600000', '135803.060000', '135803.520000', '135803.980000', '135804.440000', '135804.900000', '135805.360000', '135805.820000', '135806.280000', '135806.740000', '135807.200000', '135807.660000', '135808.120000', '135808.580000', '135809.040000', '135809.500000', '135809.960000', '135810.420000', '135810.880000', '135811.340000', '135811.800000', '135812.260000', '135812.720000', '135813.180000', '135813.640000', '135814.100000', '135814.560000', '135815.020000', '135815.480000', '135815.940000', '135816.400000', '135816.860000', '135817.320000', '135817.780000', '135818.240000', '135818.700000', '135819.160000', '135819.620000', '135820.080000', '135820.540000', '135821.000000', '135821.460000', '135821.920000', '135822.380000', '135822.840000', '135823.300000', '135823.760000', '135824.220000', '135824.680000', '135825.140000', '135825.600000', '135826.060000', '135826.520000', '135826.980000', '135827.440000', '135827.900000', '135828.360000', '135828.820000', '135829.280000', '135829.740000', '135830.200000', '135830.660000', '135831.120000', '135831.580000', '135832.040000', '135832.500000', '135832.960000', '135833.420000', '135833.880000', '135834.340000', '135834.800000', '135835.260000', '135835.720000', '135836.180000', '135836.640000', '135837.100000', '135837.560000', '135838.020000', '135838.480000', '135838.940000', '135839.400000', '135839.860000', '135840.320000', '135840.780000', '135841.240000', '135841.700000', '135842.160000', '135842.620000', '135843.080000', '135843.540000', '135844.000000', '135844.460000', '135844.920000', '135845.380000', '135845.840000', '135846.300000', '135846.760000', '135847.220000', '135847.680000', '135848.140000', '135848.600000', '135849.060000', '135849.520000', '135849.980000', '135850.440000', '135850.900000', '135851.360000', '135851.820000', '135852.280000', '135852.740000', '135853.200000', '135853.660000', '135854.120000', '135854.580000', '135855.040000', '135855.500000', '135855.960000', '135856.420000', '135856.880000', '135857.340000', '135857.800000', '135858.260000', '135858.720000', '135859.180000', '135859.640000', '135900.100000', '135900.560000', '135901.020000', '135901.480000', '135901.940000', '135902.400000', '135902.860000', '135903.320000', '135903.780000', '135904.240000', '135904.700000', '135905.160000', '135905.620000', '135906.080000', '135906.540000', '135907.000000', '135907.460000', '135907.920000', '135908.380000', '135908.840000', '135909.300000', '135909.760000', '135910.220000', '135910.680000', '135911.140000', '135911.600000', '135912.060000', '135912.520000', '135912.980000', '135913.440000', '135913.900000', '135914.360000', '135914.820000', '135915.280000', '135915.740000', '135916.200000', '135916.660000', '135917.120000', '135917.580000', '135918.040000', '135918.500000', '135918.960000', '135919.420000', '135919.880000', '135920.340000', '135920.800000', '135921.260000', '135921.720000', '135922.180000', '135922.640000', '135923.100000', '135923.560000', '135924.020000', '135924.480000', '135924.940000', '135925.400000', '135925.860000', '135926.320000', '135926.780000', '135927.240000', '135927.700000', '135928.160000', '135928.620000', '135929.080000', '135929.540000', '135930.000000', '135930.460000', '135930.920000', '135931.380000', '135931.840000', '135932.300000', '135932.760000', '135933.220000', '135933.680000', '135934.140000', '135934.600000', '135935.060000', '135935.520000', '135935.980000', '135936.440000', '135936.900000', '135937.360000', '135937.820000', '135938.280000', '135938.740000', '135939.200000', '135939.660000', '135940.120000', '135940.580000', '135941.040000', '135941.500000', '135941.960000', '135942.420000', '135942.880000', '135943.340000', '135943.800000', '135944.260000', '135944.720000', '135945.180000', '135945.640000', '135946.100000', '135946.560000', '135947.020000', '135947.480000', '135947.940000', '135948.400000', '135948.860000', '135949.320000', '135949.780000', '135950.240000', '135950.700000', '135951.160000', '135951.620000', '135952.080000', '135952.540000', '135953.000000', '135953.460000', '135953.920000', '135954.380000', '135954.840000', '135955.300000', '135955.760000', '135956.220000', '135956.680000', '135957.140000', '135957.600000', '135958.060000', '135958.520000', '135958.980000', '135959.440000', '135959.900000', '140000.360000', '140000.820000', '140001.280000', '140001.740000', '140002.200000', '140002.660000', '140003.120000', '140003.580000', '140004.040000', '140004.500000', '140004.960000', '140005.420000', '140005.880000', '140006.340000', '140006.800000', '140007.260000', '140007.720000', '140008.180000', '140008.640000', '140009.100000', '140009.560000', '140010.020000', '140010.480000', '140010.940000', '140011.400000', '140011.860000', '140012.320000', '140012.780000', '140013.240000', '140013.700000', '140014.160000', '140014.620000', '140015.080000', '140015.540000', '140016.000000', '140016.460000', '140016.920000', '140017.380000', '140017.840000', '140018.300000', '140018.760000', '140019.220000', '140019.680000', '140020.140000', '140020.600000', '140021.060000', '140021.520000', '140021.980000', '140022.440000', '140022.900000', '140023.360000', '140023.820000', '140024.280000', '140024.740000', '140025.200000', '140025.660000', '140026.120000', '140026.580000', '140027.040000', '140027.500000', '140027.960000', '140028.420000', '140028.880000', '140029.340000', '140029.800000', '140030.260000', '140030.720000', '140031.180000', '140031.640000', '140032.100000', '140032.560000', '140033.020000', '140033.480000', '140033.940000', '140034.400000', '140034.860000', '140035.320000', '140035.780000', '140036.240000', '140036.700000', '140037.160000', '140037.620000', '140038.080000', '140038.540000', '140039.000000', '140039.460000', '140039.920000', '140040.380000', '140040.840000', '140041.300000', '140041.760000', '140042.220000', '140042.680000', '140043.140000', '140043.600000', '140044.060000', '140044.520000', '140044.980000', '140045.440000', '140045.900000', '140046.360000', '140046.820000', '140047.280000', '140047.740000', '140048.200000', '140048.660000', '140049.120000', '140049.580000', '140050.040000', '140050.500000', '140050.960000', '140051.420000', '140051.880000', '140052.340000', '140052.800000', '140053.260000', '140053.720000', '140054.180000', '140054.640000', '140055.100000', '140055.560000', '140056.020000', '140056.480000', '140056.940000', '140057.400000', '140057.860000', '140058.320000', '140058.780000', '140059.240000', '140059.700000', '140100.160000', '140100.620000', '140101.080000', '140101.540000', '140102.000000', '140102.460000', '140102.920000', '140103.380000', '140103.840000', '140104.300000', '140104.760000', '140105.220000', '140105.680000', '140106.140000', '140106.600000', '140107.060000', '140107.520000', '140107.980000', '140108.440000', '140108.900000', '140109.360000', '140109.820000', '140110.280000', '140110.740000', '140111.200000', '140111.660000', '140112.120000', '140112.580000', '140113.040000', '140113.500000', '140113.960000', '140114.420000', '140114.880000', '140115.340000', '140115.800000', '140116.260000', '140116.720000', '140117.180000', '140117.640000', '140118.100000', '140118.560000', '140119.020000', '140119.480000', '140119.940000', '140120.400000', '140120.860000', '140121.320000', '140121.780000', '140122.240000', '140122.700000', '140123.160000', '140123.620000', '140124.080000', '140124.540000', '140125.000000', '140125.460000', '140125.920000', '140126.380000', '140126.840000', '140127.300000', '140127.760000', '140128.220000', '140128.680000', '140129.140000', '140129.600000', '140130.060000', '140130.520000', '140130.980000', '140131.440000', '140131.900000', '140132.360000', '140132.820000', '140133.280000', '140133.740000', '140134.200000', '140134.660000', '140135.120000', '140135.580000', '140136.040000', '140136.500000', '140136.960000', '140137.420000', '140137.880000', '140138.340000', '140138.800000', '140139.260000', '140139.720000', '140140.180000', '140140.640000', '140141.100000', '140141.560000', '140142.020000', '140142.480000', '140142.940000', '140143.400000', '140143.860000', '140144.320000', '140144.780000', '140145.240000', '140145.700000', '140146.160000', '140146.620000', '140147.080000', '140147.540000', '140148.000000', '140148.460000', '140148.920000', '140149.380000', '140149.840000', '140150.300000', '140150.760000', '140151.220000', '140151.680000', '140152.140000', '140152.600000', '140153.060000', '140153.520000', '140153.980000', '140154.440000', '140154.900000', '140155.360000', '140155.820000', '140156.280000', '140156.740000', '140157.200000', '140157.660000', '140158.120000', '140158.580000', '140159.040000', '140159.500000', '140159.960000', '140200.420000', '140200.880000', '140201.340000', '140201.800000', '140202.260000', '140202.720000', '140203.180000', '140203.640000', '140204.100000', '140204.560000', '140205.020000', '140205.480000', '140205.940000', '140206.400000', '140206.860000', '140207.320000', '140207.780000', '140208.240000', '140208.700000', '140209.160000', '140209.620000', '140210.080000', '140210.540000', '140211.000000', '140211.460000', '140211.920000', '140212.380000', '140212.840000', '140213.300000', '140213.760000', '140214.220000', '140214.680000', '140215.140000', '140215.600000', '140216.060000', '140216.520000', '140216.980000', '140217.440000', '140217.900000', '140218.360000', '140218.820000', '140219.280000'], 'ContentTime': ['135343.523000', '135343.527000', '135343.530000', '135343.533000', '135343.535000', '135343.538000', '135343.541000', '135343.544000', '135343.547000', '135343.550000', '135343.553000', '135343.556000', '135343.558000', '135343.561000', '135343.566000', '135343.569000', '135343.571000', '135343.574000', '135343.577000', '135343.580000', '135343.583000', '135343.586000', '135343.589000', '135343.592000', '135343.594000', '135343.597000', '135343.600000', '135343.603000', '135343.606000', '135343.609000', '135343.611000', '135343.614000', '135343.619000', '135403.491000', '135403.494000', '135403.497000', '135403.500000', '135403.503000', '135403.505000', '135403.508000', '135403.511000', '135403.514000', '135403.517000', '135403.520000', '135403.523000', '135403.533000', '135403.536000', '135403.539000', '135403.541000', '135403.544000', '135403.547000', '135403.550000', '135403.553000', '135403.556000', '135403.558000', '135403.561000', '135403.564000', '135403.567000', '135403.570000', '135403.573000', '135403.576000', '135403.579000', '135403.581000', '135403.584000', '135403.587000', '135403.590000', '135403.593000', '135403.596000', '135403.599000', '135403.602000', '135403.604000', '135403.607000', '135403.610000', '135403.613000', '135403.616000', '135403.619000', '135423.491000', '135423.494000', '135423.497000', '135423.499000', '135423.502000', '135423.505000', '135423.508000', '135423.511000', '135423.514000', '135423.517000', '135423.520000', '135423.522000', '135423.525000', '135423.528000', '135423.531000', '135423.534000', '135423.536000', '135423.539000', '135423.542000', '135423.545000', '135423.548000', '135423.551000', '135423.553000', '135423.558000', '135423.560000', '135423.563000', '135423.566000', '135423.569000', '135423.572000', '135423.575000', '135423.578000', '135423.580000', '135423.583000', '135423.586000', '135423.589000', '135423.592000', '135423.595000', '135423.598000', '135423.600000', '135423.603000', '135423.606000', '135423.609000', '135423.612000', '135423.615000', '135443.491000', '135443.494000', '135443.497000', '135443.499000', '135443.502000', '135443.505000', '135443.508000', '135443.511000', '135443.514000', '135443.517000', '135443.520000', '135443.523000', '135443.525000', '135443.528000', '135443.531000', '135443.534000', '135443.537000', '135443.540000', '135443.543000', '135443.545000', '135443.548000', '135443.551000', '135443.554000', '135443.557000', '135443.560000', '135443.563000', '135443.565000', '135443.568000', '135443.571000', '135443.574000', '135443.577000', '135443.580000', '135443.583000', '135443.586000', '135443.588000', '135443.607000', '135443.610000', '135443.613000', '135443.616000', '135443.619000', '135443.621000', '135443.624000', '135443.627000', '135503.491000', '135503.494000', '135503.498000', '135503.501000', '135503.505000', '135503.508000', '135503.511000', '135503.514000', '135503.517000', '135503.520000', '135503.522000', '135503.525000', '135503.528000', '135503.531000', '135503.534000', '135503.537000', '135503.540000', '135503.543000', '135503.545000', '135503.548000', '135503.551000', '135503.554000', '135503.557000', '135503.560000', '135503.563000', '135503.566000', '135503.569000', '135503.571000', '135503.574000', '135503.577000', '135503.580000', '135503.583000', '135503.586000', '135503.589000', '135503.592000', '135503.595000', '135503.598000', '135503.601000', '135503.603000', '135503.606000', '135503.609000', '135503.612000', '135503.615000', '135523.491000', '135523.494000', '135523.497000', '135523.500000', '135523.502000', '135523.505000', '135523.508000', '135523.511000', '135523.514000', '135523.517000', '135523.520000', '135523.523000', '135523.526000', '135523.528000', '135523.531000', '135523.534000', '135523.537000', '135523.540000', '135523.543000', '135523.546000', '135523.549000', '135523.552000', '135523.555000', '135523.557000', '135523.560000', '135523.563000', '135523.566000', '135523.569000', '135523.572000', '135523.575000', '135523.578000', '135523.580000', '135523.583000', '135523.586000', '135523.589000', '135523.592000', '135523.595000', '135523.598000', '135523.601000', '135523.604000', '135523.606000', '135523.609000', '135523.612000', '135523.615000', '135543.491000', '135543.494000', '135543.497000', '135543.500000', '135543.503000', '135543.506000', '135543.508000', '135543.511000', '135543.514000', '135543.517000', '135543.520000', '135543.523000', '135543.526000', '135543.529000', '135543.532000', '135543.535000', '135543.538000', '135543.541000', '135543.544000', '135543.547000', '135543.549000', '135543.552000', '135543.555000', '135543.558000', '135543.561000', '135543.564000', '135543.567000', '135543.570000', '135543.572000', '135543.575000', '135543.578000', '135543.581000', '135543.584000', '135543.587000', '135543.590000', '135543.593000', '135543.596000', '135543.599000', '135543.601000', '135543.604000', '135543.607000', '135543.610000', '135543.613000', '135603.491000', '135603.494000', '135603.497000', '135603.500000', '135603.503000', '135603.506000', '135603.509000', '135603.511000', '135603.515000', '135603.518000', '135603.521000', '135603.524000', '135603.527000', '135603.530000', '135603.533000', '135603.536000', '135603.539000', '135603.541000', '135603.544000', '135603.547000', '135603.550000', '135603.553000', '135603.556000', '135603.559000', '135603.561000', '135603.564000', '135603.567000', '135603.570000', '135603.573000', '135603.576000', '135603.579000', '135603.582000', '135603.585000', '135603.588000', '135603.591000', '135603.593000', '135603.596000', '135603.599000', '135603.602000', '135603.605000', '135603.608000', '135603.611000', '135603.614000', '135603.616000', '135623.491000', '135623.494000', '135623.497000', '135623.500000', '135623.503000', '135623.506000', '135623.508000', '135623.511000', '135623.514000', '135623.517000', '135623.520000', '135623.523000', '135623.526000', '135623.529000', '135623.532000', '135623.535000', '135623.538000', '135623.541000', '135623.544000', '135623.547000', '135623.550000', '135623.553000', '135623.555000', '135623.558000', '135623.561000', '135623.564000', '135623.567000', '135623.570000', '135623.573000', '135623.576000', '135623.579000', '135623.596000', '135623.599000', '135623.602000', '135623.605000', '135623.608000', '135623.611000', '135623.614000', '135623.617000', '135623.619000', '135623.622000', '135623.625000', '135623.628000', '135643.491000', '135643.494000', '135643.497000', '135643.500000', '135643.503000', '135643.506000', '135643.509000', '135643.511000', '135643.514000', '135643.517000', '135643.520000', '135643.523000', '135643.526000', '135643.529000', '135643.532000', '135643.534000', '135643.537000', '135643.540000', '135643.543000', '135643.546000', '135643.549000', '135643.552000', '135643.555000', '135643.558000', '135643.560000', '135643.563000', '135643.566000', '135643.569000', '135643.572000', '135643.575000', '135643.578000', '135643.581000', '135643.584000', '135643.586000', '135643.589000', '135643.592000', '135643.595000', '135643.598000', '135643.601000', '135643.604000', '135643.606000', '135643.609000', '135643.612000', '135643.615000', '135703.491000', '135703.494000', '135703.497000', '135703.500000', '135703.503000', '135703.505000', '135703.508000', '135703.511000', '135703.514000', '135703.517000', '135703.520000', '135703.523000', '135703.526000', '135703.529000', '135703.532000', '135703.535000', '135703.538000', '135703.541000', '135703.544000', '135703.547000', '135703.550000', '135703.554000', '135703.557000', '135703.560000', '135703.563000', '135703.566000', '135703.569000', '135703.572000', '135703.575000', '135703.578000', '135703.581000', '135703.584000', '135703.587000', '135703.589000', '135703.592000', '135703.595000', '135703.598000', '135703.601000', '135703.604000', '135703.607000', '135703.609000', '135703.612000', '135703.615000', '135723.491000', '135723.494000', '135723.497000', '135723.500000', '135723.503000', '135723.506000', '135723.508000', '135723.511000', '135723.514000', '135723.517000', '135723.520000', '135723.523000', '135723.526000', '135723.529000', '135723.532000', '135723.535000', '135723.538000', '135723.541000', '135723.543000', '135723.546000', '135723.549000', '135723.552000', '135723.555000', '135723.558000', '135723.561000', '135723.564000', '135723.567000', '135723.570000', '135723.572000', '135723.575000', '135723.578000', '135723.581000', '135723.584000', '135723.587000', '135723.590000', '135723.593000', '135723.596000', '135723.598000', '135723.601000', '135723.604000', '135723.607000', '135723.610000', '135723.613000', '135723.616000', '135743.491000', '135743.494000', '135743.497000', '135743.500000', '135743.503000', '135743.506000', '135743.509000', '135743.512000', '135743.516000', '135743.519000', '135743.522000', '135743.525000', '135743.528000', '135743.531000', '135743.533000', '135743.536000', '135743.539000', '135743.542000', '135743.545000', '135743.548000', '135743.551000', '135743.553000', '135743.556000', '135743.559000', '135743.562000', '135743.565000', '135743.568000', '135743.571000', '135743.574000', '135743.577000', '135743.580000', '135743.583000', '135743.585000', '135743.590000', '135743.595000', '135743.598000', '135743.601000', '135743.604000', '135743.607000', '135743.609000', '135743.612000', '135743.615000', '135743.618000', '135803.491000', '135803.494000', '135803.497000', '135803.500000', '135803.503000', '135803.506000', '135803.508000', '135803.511000', '135803.514000', '135803.517000', '135803.520000', '135803.523000', '135803.526000', '135803.542000', '135803.545000', '135803.549000', '135803.552000', '135803.555000', '135803.557000', '135803.560000', '135803.563000', '135803.566000', '135803.569000', '135803.572000', '135803.575000', '135803.578000', '135803.581000', '135803.584000', '135803.587000', '135803.590000', '135803.592000', '135803.595000', '135803.598000', '135803.601000', '135803.604000', '135803.607000', '135803.610000', '135803.613000', '135803.615000', '135803.618000', '135803.621000', '135803.624000', '135803.627000', '135803.630000', '135823.491000', '135823.494000', '135823.497000', '135823.500000', '135823.503000', '135823.506000', '135823.509000', '135823.511000', '135823.514000', '135823.517000', '135823.520000', '135823.523000', '135823.526000', '135823.529000', '135823.532000', '135823.534000', '135823.537000', '135823.540000', '135823.543000', '135823.546000', '135823.549000', '135823.552000', '135823.555000', '135823.557000', '135823.560000', '135823.563000', '135823.566000', '135823.569000', '135823.572000', '135823.575000', '135823.578000', '135823.581000', '135823.584000', '135823.587000', '135823.589000', '135823.592000', '135823.596000', '135823.599000', '135823.602000', '135823.605000', '135823.608000', '135823.611000', '135823.614000', '135843.491000', '135843.494000', '135843.497000', '135843.500000', '135843.503000', '135843.506000', '135843.509000', '135843.512000', '135843.515000', '135843.517000', '135843.520000', '135843.523000', '135843.526000', '135843.529000', '135843.532000', '135843.535000', '135843.538000', '135843.541000', '135843.544000', '135843.546000', '135843.549000', '135843.552000', '135843.555000', '135843.558000', '135843.561000', '135843.564000', '135843.567000', '135843.570000', '135843.573000', '135843.575000', '135843.578000', '135843.581000', '135843.584000', '135843.587000', '135843.590000', '135843.593000', '135843.596000', '135843.599000', '135843.602000', '135843.605000', '135843.607000', '135843.610000', '135843.613000', '135843.616000', '135903.491000', '135903.494000', '135903.497000', '135903.500000', '135903.503000', '135903.506000', '135903.509000', '135903.511000', '135903.514000', '135903.517000', '135903.520000', '135903.523000', '135903.526000', '135903.529000', '135903.532000', '135903.535000', '135903.537000', '135903.540000', '135903.543000', '135903.546000', '135903.549000', '135903.553000', '135903.556000', '135903.559000', '135903.563000', '135903.566000', '135903.569000', '135903.572000', '135903.577000', '135903.580000', '135903.583000', '135903.586000', '135903.589000', '135903.592000', '135903.595000', '135903.598000', '135903.601000', '135903.604000', '135903.607000', '135903.610000', '135903.613000', '135903.618000', '135903.622000', '135923.491000', '135923.494000', '135923.497000', '135923.500000', '135923.502000', '135923.505000', '135923.508000', '135923.511000', '135923.514000', '135923.517000', '135923.520000', '135923.523000', '135923.526000', '135923.529000', '135923.532000', '135923.535000', '135923.537000', '135923.540000', '135923.543000', '135923.546000', '135923.549000', '135923.552000', '135923.555000', '135923.571000', '135923.574000', '135923.577000', '135923.580000', '135923.582000', '135923.585000', '135923.588000', '135923.591000', '135923.594000', '135923.597000', '135923.600000', '135923.603000', '135923.606000', '135923.608000', '135923.611000', '135923.614000', '135923.617000', '135923.620000', '135923.623000', '135923.626000', '135923.629000', '135943.491000', '135943.494000', '135943.497000', '135943.500000', '135943.503000', '135943.506000', '135943.509000', '135943.512000', '135943.515000', '135943.518000', '135943.521000', '135943.523000', '135943.526000', '135943.529000', '135943.532000', '135943.535000', '135943.538000', '135943.541000', '135943.544000', '135943.547000', '135943.549000', '135943.552000', '135943.555000', '135943.558000', '135943.561000', '135943.564000', '135943.567000', '135943.570000', '135943.573000', '135943.576000', '135943.579000', '135943.582000', '135943.584000', '135943.587000', '135943.590000', '135943.593000', '135943.596000', '135943.599000', '135943.602000', '135943.605000', '135943.607000', '135943.610000', '135943.613000', '140003.491000', '140003.494000', '140003.497000', '140003.500000', '140003.503000', '140003.505000', '140003.508000', '140003.511000', '140003.514000', '140003.517000', '140003.520000', '140003.523000', '140003.526000', '140003.529000', '140003.532000', '140003.535000', '140003.537000', '140003.540000', '140003.543000', '140003.546000', '140003.549000', '140003.552000', '140003.555000', '140003.558000', '140003.561000', '140003.564000', '140003.566000', '140003.569000', '140003.572000', '140003.576000', '140003.579000', '140003.582000', '140003.585000', '140003.588000', '140003.591000', '140003.594000', '140003.597000', '140003.600000', '140003.603000', '140003.606000', '140003.609000', '140003.612000', '140003.614000', '140003.617000', '140023.491000', '140023.494000', '140023.497000', '140023.500000', '140023.503000', '140023.506000', '140023.509000', '140023.512000', '140023.514000', '140023.517000', '140023.520000', '140023.523000', '140023.526000', '140023.529000', '140023.532000', '140023.535000', '140023.538000', '140023.540000', '140023.543000', '140023.546000', '140023.549000', '140023.552000', '140023.555000', '140023.558000', '140023.561000', '140023.564000', '140023.567000', '140023.570000', '140023.572000', '140023.575000', '140023.578000', '140023.581000', '140023.584000', '140023.587000', '140023.591000', '140023.594000', '140023.597000', '140023.600000', '140023.603000', '140023.606000', '140023.609000', '140023.612000', '140023.615000', '140043.491000', '140043.494000', '140043.497000', '140043.500000', '140043.503000', '140043.506000', '140043.509000', '140043.512000', '140043.515000', '140043.517000', '140043.520000', '140043.523000', '140043.526000', '140043.529000', '140043.532000', '140043.535000', '140043.538000', '140043.541000', '140043.543000', '140043.546000', '140043.549000', '140043.552000', '140043.555000', '140043.558000', '140043.561000', '140043.564000', '140043.567000', '140043.570000', '140043.573000', '140043.576000', '140043.578000', '140043.581000', '140043.584000', '140043.587000', '140043.602000', '140043.605000', '140043.608000', '140043.611000', '140043.614000', '140043.617000', '140043.620000', '140043.623000', '140043.625000', '140043.628000', '140103.491000', '140103.494000', '140103.497000', '140103.500000', '140103.503000', '140103.506000', '140103.509000', '140103.512000', '140103.514000', '140103.517000', '140103.520000', '140103.523000', '140103.526000', '140103.529000', '140103.532000', '140103.535000', '140103.538000', '140103.540000', '140103.543000', '140103.546000', '140103.549000', '140103.552000', '140103.555000', '140103.558000', '140103.561000', '140103.564000', '140103.567000', '140103.569000', '140103.572000', '140103.575000', '140103.578000', '140103.581000', '140103.584000', '140103.587000', '140103.590000', '140103.593000', '140103.596000', '140103.599000', '140103.602000', '140103.605000', '140103.608000', '140103.611000', '140103.614000', '140123.491000', '140123.494000', '140123.497000', '140123.500000', '140123.503000', '140123.506000', '140123.508000', '140123.511000', '140123.514000', '140123.517000', '140123.520000', '140123.523000', '140123.526000', '140123.529000', '140123.532000', '140123.534000', '140123.537000', '140123.540000', '140123.543000', '140123.546000', '140123.549000', '140123.552000', '140123.555000', '140123.558000', '140123.561000', '140123.564000', '140123.566000', '140123.569000', '140123.572000', '140123.575000', '140123.578000', '140123.581000', '140123.584000', '140123.587000', '140123.590000', '140123.593000', '140123.596000', '140123.599000', '140123.601000', '140123.604000', '140123.607000', '140123.610000', '140123.613000', '140123.616000', '140143.491000', '140143.494000', '140143.497000', '140143.500000', '140143.503000', '140143.506000', '140143.509000', '140143.512000', '140143.515000', '140143.518000', '140143.521000', '140143.523000', '140143.526000', '140143.529000', '140143.532000', '140143.535000', '140143.538000', '140143.541000', '140143.544000', '140143.547000', '140143.550000', '140143.552000', '140143.555000', '140143.558000', '140143.561000', '140143.564000', '140143.567000', '140143.570000', '140143.573000', '140143.576000', '140143.579000', '140143.582000', '140143.585000', '140143.587000', '140143.590000', '140143.593000', '140143.596000', '140143.599000', '140143.602000', '140143.605000', '140143.608000', '140143.610000', '140143.613000', '140203.492000', '140203.495000', '140203.498000', '140203.501000', '140203.504000', '140203.507000', '140203.510000', '140203.512000', '140203.515000', '140203.518000', '140203.521000', '140203.524000', '140203.527000', '140203.530000', '140203.533000', '140203.536000', '140203.539000', '140203.542000', '140203.544000', '140203.547000', '140203.550000', '140203.553000', '140203.556000', '140203.559000', '140203.562000', '140203.565000', '140203.568000', '140203.571000', '140203.573000', '140203.576000', '140203.579000', '140203.596000', '140203.599000', '140203.602000', '140203.605000', '140203.608000', '140203.611000', '140203.614000', '140203.617000', '140203.620000', '140203.623000', '140203.626000', '140203.629000', '140220.547000', '140220.551000', '140220.555000', '140220.559000', '140220.563000', '140220.566000', '140220.570000', '140220.573000', '140220.576000', '140220.579000', '140220.583000', '140220.586000', '140220.589000', '140220.592000', '140220.595000', '140220.598000', '140220.601000', '140220.604000', '140220.607000', '140220.610000', '140220.613000', '140220.616000', '140220.619000', '140220.622000', '140220.625000', '140220.628000', '140220.631000', '140220.634000', '140220.637000', '140220.640000', '140220.643000', '140220.646000', '140220.649000', '140220.652000', '140220.655000', '140220.658000', '140220.661000', '140220.664000'], 'InstanceCreationTime': ['135343.523000', '135343.527000', '135343.530000', '135343.533000', '135343.535000', '135343.538000', '135343.541000', '135343.544000', '135343.547000', '135343.550000', '135343.553000', '135343.556000', '135343.558000', '135343.561000', '135343.566000', '135343.569000', '135343.571000', '135343.574000', '135343.577000', '135343.580000', '135343.583000', '135343.586000', '135343.589000', '135343.592000', '135343.594000', '135343.597000', '135343.600000', '135343.603000', '135343.606000', '135343.609000', '135343.611000', '135343.614000', '135343.619000', '135403.491000', '135403.494000', '135403.497000', '135403.500000', '135403.503000', '135403.505000', '135403.508000', '135403.511000', '135403.514000', '135403.517000', '135403.520000', '135403.523000', '135403.533000', '135403.536000', '135403.539000', '135403.541000', '135403.544000', '135403.547000', '135403.550000', '135403.553000', '135403.556000', '135403.558000', '135403.561000', '135403.564000', '135403.567000', '135403.570000', '135403.573000', '135403.576000', '135403.579000', '135403.581000', '135403.584000', '135403.587000', '135403.590000', '135403.593000', '135403.596000', '135403.599000', '135403.602000', '135403.604000', '135403.607000', '135403.610000', '135403.613000', '135403.616000', '135403.619000', '135423.491000', '135423.494000', '135423.497000', '135423.499000', '135423.502000', '135423.505000', '135423.508000', '135423.511000', '135423.514000', '135423.517000', '135423.520000', '135423.522000', '135423.525000', '135423.528000', '135423.531000', '135423.534000', '135423.536000', '135423.539000', '135423.542000', '135423.545000', '135423.548000', '135423.551000', '135423.553000', '135423.558000', '135423.560000', '135423.563000', '135423.566000', '135423.569000', '135423.572000', '135423.575000', '135423.578000', '135423.580000', '135423.583000', '135423.586000', '135423.589000', '135423.592000', '135423.595000', '135423.598000', '135423.600000', '135423.603000', '135423.606000', '135423.609000', '135423.612000', '135423.615000', '135443.491000', '135443.494000', '135443.497000', '135443.499000', '135443.502000', '135443.505000', '135443.508000', '135443.511000', '135443.514000', '135443.517000', '135443.520000', '135443.523000', '135443.525000', '135443.528000', '135443.531000', '135443.534000', '135443.537000', '135443.540000', '135443.543000', '135443.545000', '135443.548000', '135443.551000', '135443.554000', '135443.557000', '135443.560000', '135443.563000', '135443.565000', '135443.568000', '135443.571000', '135443.574000', '135443.577000', '135443.580000', '135443.583000', '135443.586000', '135443.588000', '135443.607000', '135443.610000', '135443.613000', '135443.616000', '135443.619000', '135443.621000', '135443.624000', '135443.627000', '135503.491000', '135503.494000', '135503.498000', '135503.501000', '135503.505000', '135503.508000', '135503.511000', '135503.514000', '135503.517000', '135503.520000', '135503.522000', '135503.525000', '135503.528000', '135503.531000', '135503.534000', '135503.537000', '135503.540000', '135503.543000', '135503.545000', '135503.548000', '135503.551000', '135503.554000', '135503.557000', '135503.560000', '135503.563000', '135503.566000', '135503.569000', '135503.571000', '135503.574000', '135503.577000', '135503.580000', '135503.583000', '135503.586000', '135503.589000', '135503.592000', '135503.595000', '135503.598000', '135503.601000', '135503.603000', '135503.606000', '135503.609000', '135503.612000', '135503.615000', '135523.491000', '135523.494000', '135523.497000', '135523.500000', '135523.502000', '135523.505000', '135523.508000', '135523.511000', '135523.514000', '135523.517000', '135523.520000', '135523.523000', '135523.526000', '135523.528000', '135523.531000', '135523.534000', '135523.537000', '135523.540000', '135523.543000', '135523.546000', '135523.549000', '135523.552000', '135523.555000', '135523.557000', '135523.560000', '135523.563000', '135523.566000', '135523.569000', '135523.572000', '135523.575000', '135523.578000', '135523.580000', '135523.583000', '135523.586000', '135523.589000', '135523.592000', '135523.595000', '135523.598000', '135523.601000', '135523.604000', '135523.606000', '135523.609000', '135523.612000', '135523.615000', '135543.491000', '135543.494000', '135543.497000', '135543.500000', '135543.503000', '135543.506000', '135543.508000', '135543.511000', '135543.514000', '135543.517000', '135543.520000', '135543.523000', '135543.526000', '135543.529000', '135543.532000', '135543.535000', '135543.538000', '135543.541000', '135543.544000', '135543.547000', '135543.549000', '135543.552000', '135543.555000', '135543.558000', '135543.561000', '135543.564000', '135543.567000', '135543.570000', '135543.572000', '135543.575000', '135543.578000', '135543.581000', '135543.584000', '135543.587000', '135543.590000', '135543.593000', '135543.596000', '135543.599000', '135543.601000', '135543.604000', '135543.607000', '135543.610000', '135543.613000', '135603.491000', '135603.494000', '135603.497000', '135603.500000', '135603.503000', '135603.506000', '135603.509000', '135603.511000', '135603.515000', '135603.518000', '135603.521000', '135603.524000', '135603.527000', '135603.530000', '135603.533000', '135603.536000', '135603.539000', '135603.541000', '135603.544000', '135603.547000', '135603.550000', '135603.553000', '135603.556000', '135603.559000', '135603.561000', '135603.564000', '135603.567000', '135603.570000', '135603.573000', '135603.576000', '135603.579000', '135603.582000', '135603.585000', '135603.588000', '135603.591000', '135603.593000', '135603.596000', '135603.599000', '135603.602000', '135603.605000', '135603.608000', '135603.611000', '135603.614000', '135603.616000', '135623.491000', '135623.494000', '135623.497000', '135623.500000', '135623.503000', '135623.506000', '135623.508000', '135623.511000', '135623.514000', '135623.517000', '135623.520000', '135623.523000', '135623.526000', '135623.529000', '135623.532000', '135623.535000', '135623.538000', '135623.541000', '135623.544000', '135623.547000', '135623.550000', '135623.553000', '135623.555000', '135623.558000', '135623.561000', '135623.564000', '135623.567000', '135623.570000', '135623.573000', '135623.576000', '135623.579000', '135623.596000', '135623.599000', '135623.602000', '135623.605000', '135623.608000', '135623.611000', '135623.614000', '135623.617000', '135623.619000', '135623.622000', '135623.625000', '135623.628000', '135643.491000', '135643.494000', '135643.497000', '135643.500000', '135643.503000', '135643.506000', '135643.509000', '135643.511000', '135643.514000', '135643.517000', '135643.520000', '135643.523000', '135643.526000', '135643.529000', '135643.532000', '135643.534000', '135643.537000', '135643.540000', '135643.543000', '135643.546000', '135643.549000', '135643.552000', '135643.555000', '135643.558000', '135643.560000', '135643.563000', '135643.566000', '135643.569000', '135643.572000', '135643.575000', '135643.578000', '135643.581000', '135643.584000', '135643.586000', '135643.589000', '135643.592000', '135643.595000', '135643.598000', '135643.601000', '135643.604000', '135643.606000', '135643.609000', '135643.612000', '135643.615000', '135703.491000', '135703.494000', '135703.497000', '135703.500000', '135703.503000', '135703.505000', '135703.508000', '135703.511000', '135703.514000', '135703.517000', '135703.520000', '135703.523000', '135703.526000', '135703.529000', '135703.532000', '135703.535000', '135703.538000', '135703.541000', '135703.544000', '135703.547000', '135703.550000', '135703.554000', '135703.557000', '135703.560000', '135703.563000', '135703.566000', '135703.569000', '135703.572000', '135703.575000', '135703.578000', '135703.581000', '135703.584000', '135703.587000', '135703.589000', '135703.592000', '135703.595000', '135703.598000', '135703.601000', '135703.604000', '135703.607000', '135703.609000', '135703.612000', '135703.615000', '135723.491000', '135723.494000', '135723.497000', '135723.500000', '135723.503000', '135723.506000', '135723.508000', '135723.511000', '135723.514000', '135723.517000', '135723.520000', '135723.523000', '135723.526000', '135723.529000', '135723.532000', '135723.535000', '135723.538000', '135723.541000', '135723.543000', '135723.546000', '135723.549000', '135723.552000', '135723.555000', '135723.558000', '135723.561000', '135723.564000', '135723.567000', '135723.570000', '135723.572000', '135723.575000', '135723.578000', '135723.581000', '135723.584000', '135723.587000', '135723.590000', '135723.593000', '135723.596000', '135723.598000', '135723.601000', '135723.604000', '135723.607000', '135723.610000', '135723.613000', '135723.616000', '135743.491000', '135743.494000', '135743.497000', '135743.500000', '135743.503000', '135743.506000', '135743.509000', '135743.512000', '135743.516000', '135743.519000', '135743.522000', '135743.525000', '135743.528000', '135743.531000', '135743.533000', '135743.536000', '135743.539000', '135743.542000', '135743.545000', '135743.548000', '135743.551000', '135743.553000', '135743.556000', '135743.559000', '135743.562000', '135743.565000', '135743.568000', '135743.571000', '135743.574000', '135743.577000', '135743.580000', '135743.583000', '135743.585000', '135743.590000', '135743.595000', '135743.598000', '135743.601000', '135743.604000', '135743.607000', '135743.609000', '135743.612000', '135743.615000', '135743.618000', '135803.491000', '135803.494000', '135803.497000', '135803.500000', '135803.503000', '135803.506000', '135803.508000', '135803.511000', '135803.514000', '135803.517000', '135803.520000', '135803.523000', '135803.526000', '135803.542000', '135803.545000', '135803.549000', '135803.552000', '135803.555000', '135803.557000', '135803.560000', '135803.563000', '135803.566000', '135803.569000', '135803.572000', '135803.575000', '135803.578000', '135803.581000', '135803.584000', '135803.587000', '135803.590000', '135803.592000', '135803.595000', '135803.598000', '135803.601000', '135803.604000', '135803.607000', '135803.610000', '135803.613000', '135803.615000', '135803.618000', '135803.621000', '135803.624000', '135803.627000', '135803.630000', '135823.491000', '135823.494000', '135823.497000', '135823.500000', '135823.503000', '135823.506000', '135823.509000', '135823.511000', '135823.514000', '135823.517000', '135823.520000', '135823.523000', '135823.526000', '135823.529000', '135823.532000', '135823.534000', '135823.537000', '135823.540000', '135823.543000', '135823.546000', '135823.549000', '135823.552000', '135823.555000', '135823.557000', '135823.560000', '135823.563000', '135823.566000', '135823.569000', '135823.572000', '135823.575000', '135823.578000', '135823.581000', '135823.584000', '135823.587000', '135823.589000', '135823.592000', '135823.596000', '135823.599000', '135823.602000', '135823.605000', '135823.608000', '135823.611000', '135823.614000', '135843.491000', '135843.494000', '135843.497000', '135843.500000', '135843.503000', '135843.506000', '135843.509000', '135843.512000', '135843.515000', '135843.517000', '135843.520000', '135843.523000', '135843.526000', '135843.529000', '135843.532000', '135843.535000', '135843.538000', '135843.541000', '135843.544000', '135843.546000', '135843.549000', '135843.552000', '135843.555000', '135843.558000', '135843.561000', '135843.564000', '135843.567000', '135843.570000', '135843.573000', '135843.575000', '135843.578000', '135843.581000', '135843.584000', '135843.587000', '135843.590000', '135843.593000', '135843.596000', '135843.599000', '135843.602000', '135843.605000', '135843.607000', '135843.610000', '135843.613000', '135843.616000', '135903.491000', '135903.494000', '135903.497000', '135903.500000', '135903.503000', '135903.506000', '135903.509000', '135903.511000', '135903.514000', '135903.517000', '135903.520000', '135903.523000', '135903.526000', '135903.529000', '135903.532000', '135903.535000', '135903.537000', '135903.540000', '135903.543000', '135903.546000', '135903.549000', '135903.553000', '135903.556000', '135903.559000', '135903.563000', '135903.566000', '135903.569000', '135903.572000', '135903.577000', '135903.580000', '135903.583000', '135903.586000', '135903.589000', '135903.592000', '135903.595000', '135903.598000', '135903.601000', '135903.604000', '135903.607000', '135903.610000', '135903.613000', '135903.618000', '135903.622000', '135923.491000', '135923.494000', '135923.497000', '135923.500000', '135923.502000', '135923.505000', '135923.508000', '135923.511000', '135923.514000', '135923.517000', '135923.520000', '135923.523000', '135923.526000', '135923.529000', '135923.532000', '135923.535000', '135923.537000', '135923.540000', '135923.543000', '135923.546000', '135923.549000', '135923.552000', '135923.555000', '135923.571000', '135923.574000', '135923.577000', '135923.580000', '135923.582000', '135923.585000', '135923.588000', '135923.591000', '135923.594000', '135923.597000', '135923.600000', '135923.603000', '135923.606000', '135923.608000', '135923.611000', '135923.614000', '135923.617000', '135923.620000', '135923.623000', '135923.626000', '135923.629000', '135943.491000', '135943.494000', '135943.497000', '135943.500000', '135943.503000', '135943.506000', '135943.509000', '135943.512000', '135943.515000', '135943.518000', '135943.521000', '135943.523000', '135943.526000', '135943.529000', '135943.532000', '135943.535000', '135943.538000', '135943.541000', '135943.544000', '135943.547000', '135943.549000', '135943.552000', '135943.555000', '135943.558000', '135943.561000', '135943.564000', '135943.567000', '135943.570000', '135943.573000', '135943.576000', '135943.579000', '135943.582000', '135943.584000', '135943.587000', '135943.590000', '135943.593000', '135943.596000', '135943.599000', '135943.602000', '135943.605000', '135943.607000', '135943.610000', '135943.613000', '140003.491000', '140003.494000', '140003.497000', '140003.500000', '140003.503000', '140003.505000', '140003.508000', '140003.511000', '140003.514000', '140003.517000', '140003.520000', '140003.523000', '140003.526000', '140003.529000', '140003.532000', '140003.535000', '140003.537000', '140003.540000', '140003.543000', '140003.546000', '140003.549000', '140003.552000', '140003.555000', '140003.558000', '140003.561000', '140003.564000', '140003.566000', '140003.569000', '140003.572000', '140003.576000', '140003.579000', '140003.582000', '140003.585000', '140003.588000', '140003.591000', '140003.594000', '140003.597000', '140003.600000', '140003.603000', '140003.606000', '140003.609000', '140003.612000', '140003.614000', '140003.617000', '140023.491000', '140023.494000', '140023.497000', '140023.500000', '140023.503000', '140023.506000', '140023.509000', '140023.512000', '140023.514000', '140023.517000', '140023.520000', '140023.523000', '140023.526000', '140023.529000', '140023.532000', '140023.535000', '140023.538000', '140023.540000', '140023.543000', '140023.546000', '140023.549000', '140023.552000', '140023.555000', '140023.558000', '140023.561000', '140023.564000', '140023.567000', '140023.570000', '140023.572000', '140023.575000', '140023.578000', '140023.581000', '140023.584000', '140023.587000', '140023.591000', '140023.594000', '140023.597000', '140023.600000', '140023.603000', '140023.606000', '140023.609000', '140023.612000', '140023.615000', '140043.491000', '140043.494000', '140043.497000', '140043.500000', '140043.503000', '140043.506000', '140043.509000', '140043.512000', '140043.515000', '140043.517000', '140043.520000', '140043.523000', '140043.526000', '140043.529000', '140043.532000', '140043.535000', '140043.538000', '140043.541000', '140043.543000', '140043.546000', '140043.549000', '140043.552000', '140043.555000', '140043.558000', '140043.561000', '140043.564000', '140043.567000', '140043.570000', '140043.573000', '140043.576000', '140043.578000', '140043.581000', '140043.584000', '140043.587000', '140043.602000', '140043.605000', '140043.608000', '140043.611000', '140043.614000', '140043.617000', '140043.620000', '140043.623000', '140043.625000', '140043.628000', '140103.491000', '140103.494000', '140103.497000', '140103.500000', '140103.503000', '140103.506000', '140103.509000', '140103.512000', '140103.514000', '140103.517000', '140103.520000', '140103.523000', '140103.526000', '140103.529000', '140103.532000', '140103.535000', '140103.538000', '140103.540000', '140103.543000', '140103.546000', '140103.549000', '140103.552000', '140103.555000', '140103.558000', '140103.561000', '140103.564000', '140103.567000', '140103.569000', '140103.572000', '140103.575000', '140103.578000', '140103.581000', '140103.584000', '140103.587000', '140103.590000', '140103.593000', '140103.596000', '140103.599000', '140103.602000', '140103.605000', '140103.608000', '140103.611000', '140103.614000', '140123.491000', '140123.494000', '140123.497000', '140123.500000', '140123.503000', '140123.506000', '140123.508000', '140123.511000', '140123.514000', '140123.517000', '140123.520000', '140123.523000', '140123.526000', '140123.529000', '140123.532000', '140123.534000', '140123.537000', '140123.540000', '140123.543000', '140123.546000', '140123.549000', '140123.552000', '140123.555000', '140123.558000', '140123.561000', '140123.564000', '140123.566000', '140123.569000', '140123.572000', '140123.575000', '140123.578000', '140123.581000', '140123.584000', '140123.587000', '140123.590000', '140123.593000', '140123.596000', '140123.599000', '140123.601000', '140123.604000', '140123.607000', '140123.610000', '140123.613000', '140123.616000', '140143.491000', '140143.494000', '140143.497000', '140143.500000', '140143.503000', '140143.506000', '140143.509000', '140143.512000', '140143.515000', '140143.518000', '140143.521000', '140143.523000', '140143.526000', '140143.529000', '140143.532000', '140143.535000', '140143.538000', '140143.541000', '140143.544000', '140143.547000', '140143.550000', '140143.552000', '140143.555000', '140143.558000', '140143.561000', '140143.564000', '140143.567000', '140143.570000', '140143.573000', '140143.576000', '140143.579000', '140143.582000', '140143.585000', '140143.587000', '140143.590000', '140143.593000', '140143.596000', '140143.599000', '140143.602000', '140143.605000', '140143.608000', '140143.610000', '140143.613000', '140203.492000', '140203.495000', '140203.498000', '140203.501000', '140203.504000', '140203.507000', '140203.510000', '140203.512000', '140203.515000', '140203.518000', '140203.521000', '140203.524000', '140203.527000', '140203.530000', '140203.533000', '140203.536000', '140203.539000', '140203.542000', '140203.544000', '140203.547000', '140203.550000', '140203.553000', '140203.556000', '140203.559000', '140203.562000', '140203.565000', '140203.568000', '140203.571000', '140203.573000', '140203.576000', '140203.579000', '140203.596000', '140203.599000', '140203.602000', '140203.605000', '140203.608000', '140203.611000', '140203.614000', '140203.617000', '140203.620000', '140203.623000', '140203.626000', '140203.629000', '140220.547000', '140220.551000', '140220.555000', '140220.559000', '140220.563000', '140220.566000', '140220.570000', '140220.573000', '140220.576000', '140220.579000', '140220.583000', '140220.586000', '140220.589000', '140220.592000', '140220.595000', '140220.598000', '140220.601000', '140220.604000', '140220.607000', '140220.610000', '140220.613000', '140220.616000', '140220.619000', '140220.622000', '140220.625000', '140220.628000', '140220.631000', '140220.634000', '140220.637000', '140220.640000', '140220.643000', '140220.646000', '140220.649000', '140220.652000', '140220.655000', '140220.658000', '140220.661000', '140220.664000'], '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': [8918, 8378, 7921, 8572, 9989, 8133, 8312, 8155, 8910, 8620, 8581, 9136, 8466, 8144, 8315, 8104, 6972, 7910, 7572, 7733, 7415, 8041, 10049, 8245, 8562, 8227, 8537, 8606, 8240, 8241, 7662, 7925, 6866, 8017, 7899, 8441, 10797, 7948, 8786, 8125, 8408, 7768, 8043, 7981, 7836, 7958, 8890, 7904, 8937, 8129, 8560, 8004, 7889, 7976, 8134, 8270, 8677, 8407, 10022, 8506, 10135, 7971, 9152, 8414, 7827, 8290, 7784, 8359, 8056, 8530, 8128, 8291, 8369, 7998, 8301, 8385, 7924, 8754, 9730, 8731, 9327, 8660, 8224, 8539, 8069, 7986, 8261, 8713, 8055, 9036, 8037, 9183, 8173, 8824, 8302, 8619, 7930, 8344, 8044, 7680, 8740, 7673, 8547, 7883, 8515, 8020, 8338, 8120, 8080, 8288, 8880, 8096, 9163, 8049, 9059, 8077, 8628, 8383, 8602, 7983, 8413, 7916, 8572, 8239, 8052, 8463, 9098, 8131, 9005, 8119, 8513, 7938, 8027, 8039, 7721, 8351, 7663, 8756, 7692, 8188, 7751, 8287, 7931, 8566, 7782, 8563, 9275, 8923, 9873, 8935, 9336, 9055, 10167, 8838, 9138, 8631, 7986, 8337, 7848, 8664, 7754, 8733, 8587, 8831, 9488, 8757, 9758, 8687, 7950, 8635, 9386, 8129, 9215, 11059, 9153, 8338, 8995, 7958, 8527, 8155, 8490, 8218, 8215, 8251, 8483, 10526, 8078, 9157, 7889, 9160, 8066, 8759, 9127, 9030, 8168, 8660, 7819, 8221, 8248, 8472, 7685, 9020, 7780, 9068, 8842, 9037, 9142, 8593, 8259, 8545, 8493, 8601, 7898, 8911, 7930, 8777, 9439, 9049, 9370, 8609, 8434, 8313, 7964, 8760, 8174, 8972, 8614, 9133, 8968, 8627, 9109, 8547, 8206, 8017, 8116, 7766, 7905, 7979, 11925, 7022, 10724, 7457, 8786, 7480, 8595, 8685, 8845, 7605, 9117, 7951, 8803, 8276, 9765, 8574, 9796, 10327, 9828, 10556, 9883, 8934, 10652, 9167, 11814, 9051, 10710, 9475, 9070, 9515, 9447, 9145, 9165, 9174, 8782, 8836, 8628, 8916, 9256, 8905, 9194, 9183, 9013, 9334, 8898, 9154, 8560, 9150, 8378, 9123, 8972, 6957, 8994, 7385, 9178, 9339, 8917, 9422, 8969, 8919, 8772, 8218, 8732, 7360, 8952, 7618, 9079, 7711, 9421, 8177, 9318, 9595, 8852, 10383, 9081, 8069, 8842, 7782, 9195, 7728, 9146, 7687, 9076, 7809, 9286, 7884, 9095, 7864, 9315, 8360, 8935, 10186, 9094, 9275, 8918, 9547, 8230, 9121, 8909, 9283, 7850, 9091, 7541, 9122, 7783, 8997, 7991, 9209, 7606, 8590, 7627, 9077, 8454, 9069, 8396, 9053, 9260, 8542, 9176, 8874, 9237, 7970, 9170, 7843, 8748, 7529, 8874, 7607, 8776, 7825, 9124, 8087, 9124, 7956, 9164, 9317, 9031, 10568, 9365, 8869, 9180, 9933, 9205, 9562, 8875, 9062, 8463, 9196, 9602, 8865, 8871, 9116, 8827, 9219, 8289, 9335, 8006, 9183, 7934, 8953, 7872, 9233, 8477, 9161, 8075, 9119, 8109, 9182, 9468, 9024, 7834, 8888, 7592, 9288, 7669, 8982, 9404, 8656, 9257, 8708, 9774, 8472, 9285, 8495, 9160, 8571, 9266, 8702, 8517, 8696, 8981, 7867, 9164, 8533, 9336, 8115, 9311, 7898, 9296, 7741, 8879, 7757, 8958, 7648, 9125, 8280, 9119, 7882, 9453, 9037, 8913, 8583, 8898, 9347, 9230, 9400, 8598, 9322, 9621, 8929, 9340, 8833, 8931, 9105, 9149, 9134, 8476, 9366, 10865, 9569, 9740, 9478, 7718, 9126, 7428, 9233, 7502, 8997, 10460, 8909, 8829, 9112, 7745, 8831, 9379, 9279, 9361, 8358, 9429, 8698, 9151, 10405, 9248, 8665, 9168, 9562, 9173, 9147, 9059, 9310, 8776, 8261, 9390, 9769, 8852, 9499, 9513, 9131, 8421, 9166, 7858, 9354, 7668, 9217, 8792, 9053, 9587, 8804, 9286, 9272, 8873, 8397, 9202, 7650, 9169, 10619, 9731, 9405, 9230, 8877, 9329, 9112, 8435, 9164, 7765, 9208, 7564, 9321, 9291, 9121, 9626, 10030, 9149, 8622, 9303, 8264, 9799, 8306, 9478, 7676, 9458, 7788, 9376, 10258, 9533, 9332, 9683, 9464, 9133, 9756, 9042, 7844, 9333, 7837, 9338, 9358, 9064, 9436, 9836, 9236, 9484, 9489, 8361, 9358, 8797, 9694, 8943, 9292, 8569, 9343, 9988, 9398, 8802, 9468, 7909, 9214, 7510, 8899, 7346, 9076, 7471, 8924, 7330, 8726, 7989, 8680, 8039, 8681, 6782, 8768, 6892, 8994, 7056, 9017, 7624, 9153, 7890, 9162, 7987, 9236, 9183, 9705, 9466, 10835, 9046, 10318, 8992, 9127, 9122, 8340, 9385, 9926, 9288, 8962, 9566, 7769, 9383, 11107, 9632, 9413, 10492, 9236, 9547, 9040, 8701, 9110, 8663, 9387, 8603, 9324, 8462, 9923, 10878, 9742, 9435, 9468, 9357, 9004, 9112, 9349, 9396, 10045, 9112, 8950, 9320, 8437, 9213, 8372, 7798, 7996, 8736, 11372, 8286, 8894, 8364, 8703, 8613, 9206, 8944, 9137, 9062, 9089, 8647, 9258, 8954, 9203, 9381, 9283, 10181, 9163, 9813, 8852, 9151, 9087, 9235, 9183, 11522, 9282, 8611, 9559, 8303, 9439, 8330, 9722, 8777, 9519, 9055, 9137, 7030, 9287, 8066, 9426, 7805, 9372, 9383, 9697, 7416, 9874, 9422, 9495, 9760, 9000, 8824, 9475, 8173, 9325, 8108, 9617, 9420, 9873, 10828, 10104, 9265, 9701, 7548, 9801, 10151, 9788, 9576, 9946, 9754, 9479, 9737, 9329, 9260, 9335, 7726, 9545, 7260, 8563, 7788, 8877, 8916, 7572, 9366, 7888, 7347, 9459, 9521, 10879, 9644, 9196, 7184, 9702, 7668, 9842, 8124, 9725, 8455, 9803, 10159, 9808, 8016, 9821, 7869, 9663, 9062, 9247, 8872, 9405, 8454, 9700, 8308, 9658, 8522, 9784, 8435, 9627, 9505, 9490, 8511, 9426, 8250, 9557, 7505, 9901, 7375, 9587, 7803, 9272, 7725, 9570, 7994, 9338, 8387, 9884, 7066, 9517, 7404, 9688, 7424, 9477, 7207, 9445, 8109, 9512, 9647, 9419, 9085, 9441, 8328, 9587, 11112, 9523, 9513, 9249, 9598, 9208, 9317, 10033, 9236, 9442, 9172, 8783, 9398, 8260, 9430, 8374, 9171, 10290, 9149, 6743, 9137, 6977, 9005, 10743, 9192, 9463, 8675, 9534, 8457, 8963, 9065, 9252, 8920, 9394, 8575, 9263, 9778, 9310, 9016, 8762, 8808, 9077, 8261, 9442, 9048, 9200, 8609, 9101, 10883, 9318, 8554, 9053, 9546, 9065, 9355, 10329, 9539, 8594, 9249, 8223, 9373, 7451, 9470, 7634, 9483, 7485, 9317, 7314, 9527, 9411, 9331, 9093, 9468, 10646, 9300, 9784, 9424, 9679, 9239, 9469, 9000, 9439, 8985, 9608, 8805, 9131, 8364, 9327, 7437, 9293, 7820, 9191, 7372, 9612, 9954, 8954, 9487, 8589, 9188, 8915, 9462, 9315, 9326, 8202, 9092, 8081, 9411, 9437, 9316, 8541, 9367, 7815, 9160, 9508, 9235, 9702, 9072, 9437, 8912, 9079, 8686, 9245, 8423, 9275, 7745, 9409, 7401, 8975, 9468, 9446, 10369, 8961, 9711, 8790, 9581, 8846, 9253, 7797, 8752, 7498, 8814, 7498, 8899, 7333, 8994, 6963, 8894, 10326, 8703, 7481, 9144, 10076, 8940, 7656, 8752, 9774, 8467, 9349, 10995, 9181, 10177, 9092, 9125, 8899, 7658, 9176, 9103, 9163, 8934, 8994, 7961, 9002, 7598, 9273, 9547, 8797, 9452, 8579, 8945, 8346, 8890, 7323, 8551, 9067, 8861, 9653, 8473, 9204, 9090, 9036, 9088, 9235, 9429, 9534, 8281, 9301, 8285, 9231, 8913, 9298, 8375, 9209, 7384, 9205, 8631, 9121, 9172, 8960, 9401, 8579, 9083, 8699, 9186, 9935, 9150, 8756, 9102, 8300, 8906, 8114, 9141, 7222, 9004, 7492, 8582, 8676, 9036, 9688, 8900, 9322, 8846, 9361, 8658, 9477, 9450, 9224, 8659, 9413, 8583, 8765, 8037, 9263, 7805, 8791, 7840, 8530, 7207, 8810, 7366, 8743, 7214, 8547, 11082, 9012, 9747, 8971, 9608, 9201, 9376, 9502, 9570, 9997, 9205, 8907, 9297, 8488, 9128, 8550, 8917, 7575, 8967, 7234, 8602, 8737, 9094, 7045, 8689, 11070, 9274, 9376, 9072, 9325, 9595, 9352, 10012, 9200, 8699, 9418, 8173, 9240, 9845, 9671, 9522, 10028, 8946, 9552, 9905, 8712, 8638, 8926, 10077, 8874, 8692, 7945, 8457, 8162, 7473, 8707, 8353, 9323, 8226, 9100, 11559, 9719, 10844, 10160, 9951, 9995, 9044, 9931, 8800, 9631, 9010, 9581, 9296, 8672, 9583, 7824, 9618, 8980, 9563, 7538, 9640, 8059, 9405, 8327, 9170, 8202, 9681, 8917, 9313, 8099, 9602, 7984, 9636, 9741, 9477], 'WindowCenter': [3950.0, 3921.0, 3898.0, 3905.0, 3916.0, 3882.0, 3893.0, 3880.0, 3903.0, 3889.0, 3901.0, 3899.0, 3902.0, 3904.0, 3905.0, 3891.0, 3882.0, 3892.0, 3891.0, 3893.0, 3894.0, 3903.0, 3916.0, 3892.0, 3904.0, 3890.0, 3902.0, 3915.0, 3906.0, 3902.0, 3893.0, 3890.0, 3884.0, 3894.0, 3893.0, 3892.0, 3925.0, 3891.0, 3903.0, 3894.0, 3906.0, 3892.0, 3894.0, 3878.0, 3880.0, 3879.0, 3903.0, 3887.0, 3900.0, 3877.0, 3904.0, 3905.0, 3893.0, 3890.0, 3891.0, 3890.0, 3901.0, 3890.0, 3914.0, 3890.0, 3913.0, 3893.0, 3902.0, 3890.0, 3880.0, 3891.0, 3879.0, 3891.0, 3892.0, 3891.0, 3889.0, 3904.0, 3904.0, 3893.0, 3891.0, 3891.0, 3890.0, 3902.0, 3900.0, 3890.0, 3901.0, 3891.0, 3889.0, 3903.0, 3890.0, 3892.0, 3889.0, 3890.0, 3878.0, 3901.0, 3879.0, 3903.0, 3890.0, 3902.0, 3891.0, 3903.0, 3892.0, 3891.0, 3891.0, 3879.0, 3901.0, 3881.0, 3903.0, 3890.0, 3901.0, 3892.0, 3904.0, 3894.0, 3892.0, 3891.0, 3902.0, 3891.0, 3903.0, 3889.0, 3903.0, 3880.0, 3901.0, 3903.0, 3903.0, 3891.0, 3892.0, 3890.0, 3901.0, 3890.0, 3892.0, 3890.0, 3901.0, 3879.0, 3902.0, 3893.0, 3903.0, 3889.0, 3891.0, 3889.0, 3878.0, 3891.0, 3891.0, 3902.0, 3891.0, 3892.0, 3894.0, 3905.0, 3894.0, 3904.0, 3891.0, 3903.0, 3900.0, 3903.0, 3912.0, 3901.0, 3901.0, 3890.0, 3910.0, 3902.0, 3902.0, 3889.0, 3878.0, 3887.0, 3877.0, 3901.0, 3881.0, 3901.0, 3892.0, 3901.0, 3914.0, 3903.0, 3903.0, 3889.0, 3879.0, 3887.0, 3899.0, 3878.0, 3901.0, 3910.0, 3899.0, 3879.0, 3902.0, 3891.0, 3892.0, 3878.0, 3890.0, 3889.0, 3903.0, 3891.0, 3900.0, 3925.0, 3891.0, 3914.0, 3894.0, 3903.0, 3879.0, 3891.0, 3899.0, 3901.0, 3889.0, 3889.0, 3893.0, 3903.0, 3903.0, 3903.0, 3890.0, 3902.0, 3892.0, 3916.0, 3900.0, 3902.0, 3903.0, 3902.0, 3903.0, 3903.0, 3902.0, 3901.0, 3890.0, 3902.0, 3890.0, 3902.0, 3900.0, 3902.0, 3901.0, 3904.0, 3893.0, 3891.0, 3875.0, 3891.0, 3889.0, 3900.0, 3890.0, 3902.0, 3902.0, 3901.0, 3901.0, 3901.0, 3893.0, 3880.0, 3892.0, 3883.0, 3878.0, 3880.0, 3897.0, 3854.0, 3894.0, 3852.0, 3876.0, 3854.0, 3889.0, 3886.0, 3901.0, 3878.0, 3899.0, 3879.0, 3888.0, 3877.0, 3898.0, 3877.0, 3886.0, 3884.0, 3874.0, 3883.0, 3872.0, 3862.0, 3871.0, 3859.0, 3880.0, 3848.0, 3869.0, 3872.0, 3861.0, 3870.0, 3860.0, 3861.0, 3858.0, 3870.0, 3860.0, 3874.0, 3862.0, 3873.0, 3874.0, 3874.0, 3874.0, 3888.0, 3872.0, 3887.0, 3886.0, 3888.0, 3900.0, 3901.0, 3891.0, 3899.0, 3887.0, 3868.0, 3888.0, 3880.0, 3899.0, 3900.0, 3889.0, 3902.0, 3888.0, 3903.0, 3903.0, 3902.0, 3901.0, 3879.0, 3903.0, 3892.0, 3914.0, 3893.0, 3914.0, 3892.0, 3914.0, 3914.0, 3914.0, 3914.0, 3900.0, 3877.0, 3889.0, 3878.0, 3900.0, 3882.0, 3913.0, 3891.0, 3903.0, 3893.0, 3916.0, 3892.0, 3901.0, 3881.0, 3902.0, 3892.0, 3901.0, 3913.0, 3901.0, 3915.0, 3904.0, 3911.0, 3889.0, 3902.0, 3888.0, 3902.0, 3879.0, 3901.0, 3879.0, 3902.0, 3892.0, 3913.0, 3894.0, 3901.0, 3881.0, 3890.0, 3892.0, 3902.0, 3892.0, 3901.0, 3905.0, 3914.0, 3915.0, 3901.0, 3903.0, 3890.0, 3902.0, 3891.0, 3913.0, 3891.0, 3903.0, 3894.0, 3915.0, 3891.0, 3903.0, 3892.0, 3915.0, 3893.0, 3913.0, 3892.0, 3903.0, 3904.0, 3904.0, 3926.0, 3904.0, 3891.0, 3898.0, 3900.0, 3889.0, 3902.0, 3890.0, 3903.0, 3890.0, 3913.0, 3914.0, 3903.0, 3902.0, 3900.0, 3889.0, 3902.0, 3891.0, 3900.0, 3880.0, 3902.0, 3890.0, 3903.0, 3888.0, 3901.0, 3889.0, 3901.0, 3880.0, 3901.0, 3879.0, 3900.0, 3900.0, 3902.0, 3880.0, 3890.0, 3880.0, 3900.0, 3880.0, 3900.0, 3901.0, 3902.0, 3902.0, 3890.0, 3912.0, 3890.0, 3914.0, 3901.0, 3913.0, 3902.0, 3915.0, 3904.0, 3903.0, 3891.0, 3902.0, 3891.0, 3914.0, 3901.0, 3914.0, 3892.0, 3911.0, 3904.0, 3915.0, 3881.0, 3901.0, 3881.0, 3903.0, 3881.0, 3902.0, 3892.0, 3902.0, 3895.0, 3913.0, 3903.0, 3900.0, 3891.0, 3899.0, 3901.0, 3900.0, 3902.0, 3890.0, 3901.0, 3912.0, 3902.0, 3904.0, 3901.0, 3890.0, 3891.0, 3900.0, 3901.0, 3879.0, 3888.0, 3910.0, 3900.0, 3902.0, 3900.0, 3879.0, 3900.0, 3880.0, 3902.0, 3884.0, 3904.0, 3924.0, 3902.0, 3915.0, 3902.0, 3892.0, 3902.0, 3916.0, 3914.0, 3913.0, 3905.0, 3903.0, 3890.0, 3903.0, 3910.0, 3902.0, 3890.0, 3901.0, 3901.0, 3915.0, 3914.0, 3902.0, 3903.0, 3890.0, 3891.0, 3899.0, 3912.0, 3888.0, 3900.0, 3900.0, 3889.0, 3891.0, 3901.0, 3879.0, 3889.0, 3868.0, 3888.0, 3889.0, 3887.0, 3901.0, 3888.0, 3900.0, 3903.0, 3902.0, 3890.0, 3898.0, 3867.0, 3888.0, 3910.0, 3887.0, 3890.0, 3887.0, 3891.0, 3889.0, 3901.0, 3891.0, 3901.0, 3867.0, 3887.0, 3865.0, 3886.0, 3902.0, 3887.0, 3900.0, 3901.0, 3901.0, 3888.0, 3901.0, 3891.0, 3900.0, 3877.0, 3887.0, 3867.0, 3898.0, 3878.0, 3900.0, 3912.0, 3900.0, 3902.0, 3900.0, 3902.0, 3914.0, 3913.0, 3901.0, 3877.0, 3888.0, 3868.0, 3888.0, 3901.0, 3888.0, 3889.0, 3898.0, 3900.0, 3898.0, 3901.0, 3877.0, 3889.0, 3887.0, 3898.0, 3888.0, 3901.0, 3889.0, 3900.0, 3900.0, 3900.0, 3888.0, 3899.0, 3890.0, 3912.0, 3879.0, 3900.0, 3868.0, 3900.0, 3878.0, 3901.0, 3879.0, 3901.0, 3892.0, 3904.0, 3894.0, 3904.0, 3871.0, 3902.0, 3881.0, 3914.0, 3884.0, 3927.0, 3894.0, 3916.0, 3893.0, 3915.0, 3893.0, 3913.0, 3905.0, 3901.0, 3914.0, 3923.0, 3902.0, 3900.0, 3901.0, 3900.0, 3901.0, 3890.0, 3901.0, 3913.0, 3914.0, 3901.0, 3901.0, 3880.0, 3899.0, 3921.0, 3899.0, 3901.0, 3912.0, 3902.0, 3914.0, 3902.0, 3890.0, 3889.0, 3892.0, 3901.0, 3901.0, 3903.0, 3890.0, 3900.0, 3911.0, 3912.0, 3902.0, 3901.0, 3902.0, 3889.0, 3901.0, 3899.0, 3900.0, 3897.0, 3904.0, 3889.0, 3902.0, 3889.0, 3900.0, 3876.0, 3866.0, 3877.0, 3888.0, 3897.0, 3878.0, 3888.0, 3877.0, 3892.0, 3876.0, 3899.0, 3888.0, 3900.0, 3901.0, 3901.0, 3887.0, 3900.0, 3887.0, 3890.0, 3888.0, 3887.0, 3887.0, 3875.0, 3871.0, 3863.0, 3861.0, 3861.0, 3860.0, 3856.0, 3880.0, 3858.0, 3849.0, 3858.0, 3848.0, 3859.0, 3850.0, 3870.0, 3874.0, 3886.0, 3874.0, 3873.0, 3843.0, 3873.0, 3863.0, 3885.0, 3862.0, 3884.0, 3886.0, 3887.0, 3867.0, 3896.0, 3899.0, 3899.0, 3913.0, 3901.0, 3889.0, 3898.0, 3878.0, 3900.0, 3890.0, 3901.0, 3901.0, 3910.0, 3909.0, 3910.0, 3903.0, 3914.0, 3880.0, 3900.0, 3900.0, 3897.0, 3901.0, 3899.0, 3901.0, 3899.0, 3898.0, 3902.0, 3902.0, 3903.0, 3879.0, 3899.0, 3878.0, 3902.0, 3893.0, 3916.0, 3913.0, 3893.0, 3912.0, 3904.0, 3895.0, 3913.0, 3928.0, 3923.0, 3910.0, 3914.0, 3882.0, 3912.0, 3879.0, 3913.0, 3888.0, 3900.0, 3890.0, 3912.0, 3912.0, 3900.0, 3880.0, 3909.0, 3875.0, 3914.0, 3902.0, 3898.0, 3888.0, 3900.0, 3891.0, 3898.0, 3877.0, 3910.0, 3900.0, 3913.0, 3887.0, 3899.0, 3898.0, 3913.0, 3878.0, 3889.0, 3874.0, 3888.0, 3867.0, 3910.0, 3867.0, 3897.0, 3868.0, 3897.0, 3879.0, 3899.0, 3880.0, 3900.0, 3892.0, 3899.0, 3871.0, 3912.0, 3881.0, 3901.0, 3878.0, 3912.0, 3881.0, 3913.0, 3893.0, 3913.0, 3916.0, 3914.0, 3913.0, 3913.0, 3894.0, 3912.0, 3923.0, 3900.0, 3912.0, 3901.0, 3913.0, 3902.0, 3914.0, 3913.0, 3913.0, 3898.0, 3901.0, 3888.0, 3901.0, 3889.0, 3898.0, 3889.0, 3902.0, 3914.0, 3901.0, 3869.0, 3898.0, 3869.0, 3900.0, 3913.0, 3898.0, 3901.0, 3889.0, 3913.0, 3903.0, 3903.0, 3900.0, 3901.0, 3900.0, 3903.0, 3889.0, 3902.0, 3913.0, 3911.0, 3903.0, 3904.0, 3901.0, 3901.0, 3890.0, 3912.0, 3891.0, 3901.0, 3889.0, 3902.0, 3924.0, 3901.0, 3890.0, 3888.0, 3901.0, 3888.0, 3901.0, 3898.0, 3900.0, 3889.0, 3898.0, 3890.0, 3912.0, 3881.0, 3901.0, 3867.0, 3899.0, 3867.0, 3899.0, 3867.0, 3897.0, 3900.0, 3901.0, 3903.0, 3912.0, 3912.0, 3898.0, 3912.0, 3899.0, 3901.0, 3900.0, 3902.0, 3890.0, 3898.0, 3902.0, 3914.0, 3901.0, 3901.0, 3877.0, 3900.0, 3868.0, 3888.0, 3879.0, 3899.0, 3879.0, 3899.0, 3914.0, 3913.0, 3913.0, 3890.0, 3899.0, 3888.0, 3900.0, 3899.0, 3901.0, 3889.0, 3902.0, 3880.0, 3911.0, 3903.0, 3903.0, 3889.0, 3900.0, 3879.0, 3899.0, 3901.0, 3897.0, 3913.0, 3889.0, 3912.0, 3902.0, 3902.0, 3891.0, 3901.0, 3889.0, 3901.0, 3880.0, 3900.0, 3879.0, 3902.0, 3914.0, 3912.0, 3911.0, 3901.0, 3912.0, 3900.0, 3912.0, 3900.0, 3913.0, 3893.0, 3905.0, 3881.0, 3904.0, 3880.0, 3913.0, 3881.0, 3903.0, 3881.0, 3901.0, 3914.0, 3903.0, 3882.0, 3900.0, 3914.0, 3902.0, 3893.0, 3901.0, 3914.0, 3891.0, 3915.0, 3924.0, 3902.0, 3912.0, 3901.0, 3900.0, 3902.0, 3891.0, 3902.0, 3903.0, 3913.0, 3901.0, 3898.0, 3891.0, 3901.0, 3882.0, 3900.0, 3913.0, 3890.0, 3912.0, 3903.0, 3902.0, 3891.0, 3900.0, 3879.0, 3890.0, 3902.0, 3900.0, 3913.0, 3902.0, 3914.0, 3903.0, 3903.0, 3901.0, 3913.0, 3901.0, 3911.0, 3890.0, 3900.0, 3888.0, 3901.0, 3901.0, 3901.0, 3890.0, 3901.0, 3880.0, 3900.0, 3900.0, 3900.0, 3902.0, 3901.0, 3914.0, 3903.0, 3901.0, 3890.0, 3902.0, 3899.0, 3900.0, 3889.0, 3887.0, 3877.0, 3901.0, 3881.0, 3901.0, 3869.0, 3900.0, 3880.0, 3889.0, 3899.0, 3902.0, 3912.0, 3901.0, 3903.0, 3901.0, 3913.0, 3890.0, 3914.0, 3913.0, 3913.0, 3903.0, 3902.0, 3890.0, 3900.0, 3892.0, 3910.0, 3891.0, 3914.0, 3903.0, 3902.0, 3893.0, 3915.0, 3881.0, 3903.0, 3881.0, 3902.0, 3922.0, 3901.0, 3913.0, 3901.0, 3914.0, 3899.0, 3903.0, 3898.0, 3912.0, 3898.0, 3901.0, 3902.0, 3913.0, 3890.0, 3901.0, 3889.0, 3901.0, 3877.0, 3902.0, 3880.0, 3903.0, 3902.0, 3900.0, 3869.0, 3900.0, 3924.0, 3901.0, 3901.0, 3888.0, 3914.0, 3914.0, 3902.0, 3901.0, 3902.0, 3890.0, 3901.0, 3889.0, 3900.0, 3901.0, 3899.0, 3914.0, 3911.0, 3902.0, 3900.0, 3899.0, 3890.0, 3889.0, 3890.0, 3901.0, 3887.0, 3876.0, 3874.0, 3890.0, 3874.0, 3880.0, 3902.0, 3888.0, 3915.0, 3892.0, 3903.0, 3924.0, 3889.0, 3900.0, 3900.0, 3888.0, 3874.0, 3861.0, 3859.0, 3859.0, 3857.0, 3859.0, 3856.0, 3859.0, 3849.0, 3860.0, 3837.0, 3872.0, 3872.0, 3883.0, 3852.0, 3881.0, 3863.0, 3883.0, 3874.0, 3887.0, 3877.0, 3899.0, 3898.0, 3898.0, 3880.0, 3900.0, 3877.0, 3899.0, 3900.0, 3897.0], 'WindowWidth': [8849.0, 8792.0, 8750.0, 8754.0, 8766.0, 8716.0, 8730.0, 8708.0, 8743.0, 8719.0, 8739.0, 8733.0, 8741.0, 8749.0, 8751.0, 8728.0, 8716.0, 8730.0, 8726.0, 8732.0, 8733.0, 8746.0, 8766.0, 8727.0, 8748.0, 8723.0, 8743.0, 8766.0, 8754.0, 8742.0, 8729.0, 8722.0, 8721.0, 8735.0, 8730.0, 8728.0, 8776.0, 8723.0, 8744.0, 8735.0, 8752.0, 8728.0, 8730.0, 8702.0, 8708.0, 8706.0, 8743.0, 8714.0, 8737.0, 8701.0, 8744.0, 8750.0, 8732.0, 8722.0, 8723.0, 8722.0, 8736.0, 8720.0, 8757.0, 8721.0, 8756.0, 8732.0, 8740.0, 8722.0, 8708.0, 8724.0, 8706.0, 8725.0, 8725.0, 8725.0, 8719.0, 8748.0, 8746.0, 8733.0, 8723.0, 8725.0, 8721.0, 8740.0, 8733.0, 8721.0, 8735.0, 8723.0, 8720.0, 8744.0, 8725.0, 8728.0, 8719.0, 8721.0, 8702.0, 8737.0, 8706.0, 8741.0, 8719.0, 8738.0, 8727.0, 8745.0, 8729.0, 8725.0, 8723.0, 8706.0, 8737.0, 8710.0, 8742.0, 8722.0, 8739.0, 8726.0, 8747.0, 8733.0, 8729.0, 8726.0, 8740.0, 8724.0, 8742.0, 8720.0, 8742.0, 8709.0, 8737.0, 8744.0, 8745.0, 8725.0, 8727.0, 8721.0, 8738.0, 8722.0, 8728.0, 8720.0, 8737.0, 8704.0, 8739.0, 8733.0, 8744.0, 8721.0, 8724.0, 8720.0, 8704.0, 8724.0, 8724.0, 8742.0, 8726.0, 8728.0, 8734.0, 8751.0, 8734.0, 8747.0, 8727.0, 8743.0, 8735.0, 8743.0, 8754.0, 8737.0, 8736.0, 8721.0, 8746.0, 8743.0, 8738.0, 8718.0, 8701.0, 8714.0, 8700.0, 8737.0, 8711.0, 8739.0, 8727.0, 8739.0, 8762.0, 8744.0, 8741.0, 8719.0, 8705.0, 8712.0, 8732.0, 8701.0, 8736.0, 8745.0, 8731.0, 8705.0, 8740.0, 8725.0, 8726.0, 8702.0, 8722.0, 8719.0, 8744.0, 8725.0, 8737.0, 8775.0, 8723.0, 8761.0, 8733.0, 8741.0, 8705.0, 8723.0, 8730.0, 8736.0, 8718.0, 8718.0, 8731.0, 8747.0, 8745.0, 8743.0, 8723.0, 8742.0, 8726.0, 8764.0, 8737.0, 8742.0, 8743.0, 8741.0, 8743.0, 8743.0, 8740.0, 8737.0, 8722.0, 8740.0, 8721.0, 8741.0, 8735.0, 8739.0, 8738.0, 8746.0, 8730.0, 8724.0, 8696.0, 8722.0, 8719.0, 8735.0, 8721.0, 8738.0, 8741.0, 8740.0, 8740.0, 8737.0, 8728.0, 8706.0, 8726.0, 8714.0, 8701.0, 8704.0, 8721.0, 8660.0, 8715.0, 8657.0, 8692.0, 8662.0, 8717.0, 8711.0, 8736.0, 8701.0, 8732.0, 8704.0, 8714.0, 8697.0, 8725.0, 8696.0, 8705.0, 8702.0, 8686.0, 8698.0, 8679.0, 8665.0, 8674.0, 8657.0, 8685.0, 8641.0, 8671.0, 8679.0, 8665.0, 8675.0, 8659.0, 8662.0, 8655.0, 8675.0, 8661.0, 8685.0, 8668.0, 8684.0, 8686.0, 8688.0, 8688.0, 8711.0, 8685.0, 8712.0, 8708.0, 8713.0, 8736.0, 8738.0, 8724.0, 8730.0, 8710.0, 8688.0, 8712.0, 8708.0, 8730.0, 8734.0, 8716.0, 8737.0, 8716.0, 8743.0, 8745.0, 8742.0, 8737.0, 8706.0, 8743.0, 8728.0, 8760.0, 8728.0, 8759.0, 8726.0, 8759.0, 8761.0, 8760.0, 8757.0, 8734.0, 8699.0, 8717.0, 8701.0, 8736.0, 8713.0, 8758.0, 8724.0, 8744.0, 8731.0, 8766.0, 8727.0, 8739.0, 8709.0, 8739.0, 8727.0, 8739.0, 8755.0, 8737.0, 8761.0, 8746.0, 8752.0, 8718.0, 8737.0, 8715.0, 8740.0, 8706.0, 8738.0, 8705.0, 8738.0, 8727.0, 8759.0, 8731.0, 8737.0, 8708.0, 8721.0, 8728.0, 8741.0, 8726.0, 8737.0, 8749.0, 8760.0, 8761.0, 8737.0, 8740.0, 8721.0, 8738.0, 8723.0, 8756.0, 8724.0, 8745.0, 8735.0, 8763.0, 8726.0, 8745.0, 8728.0, 8762.0, 8730.0, 8757.0, 8726.0, 8743.0, 8745.0, 8748.0, 8778.0, 8745.0, 8722.0, 8728.0, 8733.0, 8716.0, 8739.0, 8718.0, 8742.0, 8720.0, 8754.0, 8760.0, 8744.0, 8739.0, 8736.0, 8718.0, 8739.0, 8722.0, 8735.0, 8708.0, 8738.0, 8723.0, 8742.0, 8716.0, 8737.0, 8719.0, 8737.0, 8707.0, 8738.0, 8705.0, 8734.0, 8735.0, 8740.0, 8706.0, 8719.0, 8704.0, 8734.0, 8708.0, 8735.0, 8738.0, 8741.0, 8740.0, 8720.0, 8753.0, 8721.0, 8758.0, 8736.0, 8759.0, 8741.0, 8764.0, 8747.0, 8743.0, 8724.0, 8740.0, 8724.0, 8758.0, 8739.0, 8758.0, 8726.0, 8753.0, 8748.0, 8763.0, 8709.0, 8738.0, 8710.0, 8744.0, 8712.0, 8739.0, 8726.0, 8739.0, 8736.0, 8760.0, 8742.0, 8733.0, 8722.0, 8731.0, 8736.0, 8733.0, 8741.0, 8721.0, 8738.0, 8754.0, 8743.0, 8745.0, 8738.0, 8721.0, 8723.0, 8735.0, 8738.0, 8706.0, 8714.0, 8746.0, 8735.0, 8739.0, 8735.0, 8703.0, 8735.0, 8708.0, 8742.0, 8719.0, 8746.0, 8771.0, 8741.0, 8764.0, 8740.0, 8727.0, 8740.0, 8769.0, 8761.0, 8760.0, 8750.0, 8743.0, 8723.0, 8742.0, 8748.0, 8741.0, 8721.0, 8735.0, 8736.0, 8762.0, 8759.0, 8739.0, 8742.0, 8721.0, 8722.0, 8729.0, 8752.0, 8713.0, 8734.0, 8732.0, 8717.0, 8722.0, 8738.0, 8705.0, 8717.0, 8686.0, 8715.0, 8716.0, 8712.0, 8736.0, 8714.0, 8735.0, 8743.0, 8738.0, 8719.0, 8729.0, 8685.0, 8714.0, 8746.0, 8709.0, 8718.0, 8711.0, 8719.0, 8718.0, 8736.0, 8724.0, 8736.0, 8683.0, 8711.0, 8679.0, 8710.0, 8738.0, 8712.0, 8734.0, 8735.0, 8734.0, 8714.0, 8736.0, 8726.0, 8734.0, 8698.0, 8709.0, 8683.0, 8728.0, 8701.0, 8732.0, 8751.0, 8731.0, 8738.0, 8733.0, 8740.0, 8761.0, 8756.0, 8736.0, 8700.0, 8712.0, 8688.0, 8714.0, 8736.0, 8714.0, 8715.0, 8725.0, 8731.0, 8731.0, 8734.0, 8698.0, 8716.0, 8711.0, 8726.0, 8714.0, 8735.0, 8717.0, 8731.0, 8732.0, 8733.0, 8716.0, 8732.0, 8721.0, 8754.0, 8706.0, 8736.0, 8688.0, 8734.0, 8703.0, 8739.0, 8706.0, 8738.0, 8726.0, 8748.0, 8735.0, 8746.0, 8697.0, 8742.0, 8710.0, 8759.0, 8722.0, 8785.0, 8736.0, 8766.0, 8732.0, 8763.0, 8732.0, 8757.0, 8748.0, 8736.0, 8760.0, 8771.0, 8739.0, 8733.0, 8738.0, 8734.0, 8738.0, 8721.0, 8735.0, 8758.0, 8759.0, 8736.0, 8736.0, 8708.0, 8733.0, 8763.0, 8730.0, 8738.0, 8753.0, 8737.0, 8758.0, 8739.0, 8719.0, 8717.0, 8726.0, 8737.0, 8737.0, 8742.0, 8721.0, 8731.0, 8748.0, 8753.0, 8739.0, 8734.0, 8738.0, 8716.0, 8738.0, 8730.0, 8732.0, 8725.0, 8745.0, 8719.0, 8739.0, 8719.0, 8734.0, 8695.0, 8682.0, 8698.0, 8715.0, 8721.0, 8699.0, 8713.0, 8698.0, 8722.0, 8696.0, 8729.0, 8714.0, 8734.0, 8737.0, 8738.0, 8714.0, 8735.0, 8713.0, 8718.0, 8713.0, 8710.0, 8707.0, 8688.0, 8679.0, 8668.0, 8661.0, 8661.0, 8659.0, 8650.0, 8685.0, 8652.0, 8643.0, 8652.0, 8642.0, 8657.0, 8647.0, 8673.0, 8688.0, 8706.0, 8687.0, 8684.0, 8645.0, 8683.0, 8673.0, 8704.0, 8673.0, 8703.0, 8709.0, 8708.0, 8685.0, 8721.0, 8730.0, 8730.0, 8756.0, 8736.0, 8717.0, 8727.0, 8702.0, 8732.0, 8722.0, 8734.0, 8736.0, 8746.0, 8745.0, 8745.0, 8743.0, 8759.0, 8708.0, 8732.0, 8731.0, 8724.0, 8733.0, 8729.0, 8736.0, 8729.0, 8729.0, 8739.0, 8738.0, 8740.0, 8705.0, 8732.0, 8703.0, 8740.0, 8733.0, 8765.0, 8757.0, 8733.0, 8757.0, 8750.0, 8739.0, 8758.0, 8786.0, 8771.0, 8750.0, 8759.0, 8715.0, 8754.0, 8706.0, 8756.0, 8717.0, 8732.0, 8719.0, 8752.0, 8753.0, 8731.0, 8706.0, 8745.0, 8695.0, 8759.0, 8739.0, 8730.0, 8715.0, 8733.0, 8725.0, 8728.0, 8698.0, 8749.0, 8735.0, 8755.0, 8713.0, 8731.0, 8728.0, 8757.0, 8701.0, 8714.0, 8689.0, 8712.0, 8685.0, 8749.0, 8687.0, 8728.0, 8687.0, 8727.0, 8703.0, 8732.0, 8706.0, 8736.0, 8726.0, 8730.0, 8699.0, 8754.0, 8711.0, 8736.0, 8704.0, 8754.0, 8713.0, 8758.0, 8730.0, 8757.0, 8767.0, 8760.0, 8759.0, 8759.0, 8733.0, 8753.0, 8769.0, 8735.0, 8754.0, 8736.0, 8756.0, 8739.0, 8758.0, 8758.0, 8756.0, 8731.0, 8738.0, 8717.0, 8737.0, 8718.0, 8728.0, 8718.0, 8740.0, 8758.0, 8737.0, 8692.0, 8731.0, 8692.0, 8735.0, 8754.0, 8728.0, 8736.0, 8720.0, 8758.0, 8743.0, 8741.0, 8733.0, 8736.0, 8734.0, 8741.0, 8720.0, 8741.0, 8756.0, 8752.0, 8745.0, 8745.0, 8737.0, 8738.0, 8721.0, 8753.0, 8723.0, 8737.0, 8719.0, 8738.0, 8771.0, 8737.0, 8721.0, 8716.0, 8736.0, 8716.0, 8736.0, 8729.0, 8732.0, 8716.0, 8728.0, 8720.0, 8753.0, 8710.0, 8735.0, 8684.0, 8731.0, 8686.0, 8732.0, 8687.0, 8727.0, 8734.0, 8738.0, 8745.0, 8754.0, 8753.0, 8729.0, 8751.0, 8732.0, 8737.0, 8733.0, 8739.0, 8720.0, 8731.0, 8741.0, 8759.0, 8738.0, 8737.0, 8699.0, 8732.0, 8686.0, 8715.0, 8705.0, 8730.0, 8707.0, 8732.0, 8759.0, 8758.0, 8757.0, 8721.0, 8732.0, 8715.0, 8733.0, 8731.0, 8738.0, 8720.0, 8739.0, 8709.0, 8752.0, 8743.0, 8742.0, 8718.0, 8733.0, 8704.0, 8729.0, 8737.0, 8728.0, 8755.0, 8719.0, 8754.0, 8742.0, 8742.0, 8723.0, 8737.0, 8720.0, 8738.0, 8709.0, 8736.0, 8708.0, 8741.0, 8758.0, 8755.0, 8750.0, 8736.0, 8754.0, 8736.0, 8754.0, 8736.0, 8756.0, 8732.0, 8749.0, 8714.0, 8746.0, 8709.0, 8758.0, 8711.0, 8744.0, 8713.0, 8739.0, 8758.0, 8745.0, 8717.0, 8737.0, 8758.0, 8740.0, 8731.0, 8739.0, 8760.0, 8727.0, 8762.0, 8773.0, 8742.0, 8752.0, 8739.0, 8736.0, 8741.0, 8725.0, 8740.0, 8743.0, 8758.0, 8737.0, 8730.0, 8723.0, 8736.0, 8716.0, 8735.0, 8756.0, 8721.0, 8753.0, 8744.0, 8742.0, 8722.0, 8735.0, 8706.0, 8720.0, 8740.0, 8736.0, 8756.0, 8741.0, 8759.0, 8745.0, 8743.0, 8738.0, 8756.0, 8737.0, 8752.0, 8722.0, 8736.0, 8717.0, 8737.0, 8737.0, 8738.0, 8721.0, 8736.0, 8707.0, 8734.0, 8735.0, 8734.0, 8740.0, 8738.0, 8760.0, 8744.0, 8737.0, 8721.0, 8739.0, 8732.0, 8735.0, 8718.0, 8715.0, 8701.0, 8737.0, 8710.0, 8736.0, 8693.0, 8735.0, 8709.0, 8720.0, 8735.0, 8741.0, 8754.0, 8736.0, 8742.0, 8737.0, 8756.0, 8722.0, 8757.0, 8756.0, 8757.0, 8743.0, 8741.0, 8723.0, 8737.0, 8726.0, 8751.0, 8726.0, 8764.0, 8746.0, 8745.0, 8732.0, 8762.0, 8713.0, 8745.0, 8714.0, 8741.0, 8769.0, 8739.0, 8758.0, 8742.0, 8760.0, 8733.0, 8744.0, 8731.0, 8753.0, 8730.0, 8737.0, 8741.0, 8756.0, 8723.0, 8737.0, 8717.0, 8736.0, 8702.0, 8739.0, 8708.0, 8745.0, 8743.0, 8737.0, 8693.0, 8737.0, 8775.0, 8737.0, 8738.0, 8716.0, 8758.0, 8761.0, 8740.0, 8736.0, 8740.0, 8721.0, 8737.0, 8719.0, 8733.0, 8735.0, 8730.0, 8762.0, 8751.0, 8739.0, 8734.0, 8731.0, 8719.0, 8718.0, 8720.0, 8734.0, 8710.0, 8695.0, 8690.0, 8719.0, 8687.0, 8710.0, 8741.0, 8720.0, 8763.0, 8729.0, 8742.0, 8771.0, 8714.0, 8730.0, 8733.0, 8711.0, 8685.0, 8664.0, 8656.0, 8657.0, 8651.0, 8657.0, 8649.0, 8656.0, 8642.0, 8659.0, 8628.0, 8681.0, 8683.0, 8700.0, 8656.0, 8693.0, 8671.0, 8700.0, 8688.0, 8711.0, 8696.0, 8731.0, 8730.0, 8731.0, 8705.0, 8733.0, 8699.0, 8730.0, 8732.0, 8727.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.0011005194805194806</td></tr>
<tr><td colspan=3>aqi</td><td>0.024979899826839826</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.71950604707977</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.239756506845754</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0012366063344889</td></tr>
<tr><td colspan=3>efc</td><td>0.4598</td></tr>
<tr><td colspan=3>fber</td><td>6546.2305</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10013795080952127</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.32034632034632</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6711532657528765</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6737031180721322</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.872538204240625</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4672184749458723</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128638</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009561891667544842</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02117760479450226</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.805194246712714</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.5154</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.82</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.5261</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303973.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>665.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.6885</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1933</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.0345</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3114.5428</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.1716</td></tr>
<tr><td colspan=3>tsnr</td><td>38.756050437223166</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>