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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-02/func/sub-0087_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3b0f3e466e2d1ff28c6415ebe32317db</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>20:03:24.010000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998874, -0.047364, -0.00263934, 0.0472805, 0.989505, 0.136545]</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-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114802</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7219, 550, -53, -58, 55, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.305</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7688b5ac-955c-4252-8d28-c7f714305502||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6799063682556152, 0.12685014307498932, 0.010410365648567677, 106.3362045288086], [0.12707409262657166, 2.6547691822052, 0.36859455704689026, -107.94377899169922], [-0.007081168238073587, -0.36634141206741333, 2.6747019290924072, -45.79291915893555], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['200324.010000', '200324.470000', '200324.930000', '200325.390000', '200325.850000', '200326.310000', '200326.770000', '200327.230000', '200327.690000', '200328.150000', '200328.610000', '200329.070000', '200329.530000', '200329.990000', '200330.450000', '200330.910000', '200331.370000', '200331.830000', '200332.290000', '200332.750000', '200333.210000', '200333.670000', '200334.130000', '200334.590000', '200335.050000', '200335.510000', '200335.970000', '200336.430000', '200336.890000', '200337.350000', '200337.810000', '200338.270000', '200338.730000', '200339.190000', '200339.650000', '200340.110000', '200340.570000', '200341.030000', '200341.490000', '200341.950000', '200342.410000', '200342.870000', '200343.330000', '200343.790000', '200344.250000', '200344.710000', '200345.170000', '200345.630000', '200346.090000', '200346.550000', '200347.010000', '200347.470000', '200347.930000', '200348.390000', '200348.850000', '200349.310000', '200349.770000', '200350.230000', '200350.690000', '200351.150000', '200351.610000', '200352.070000', '200352.530000', '200352.990000', '200353.450000', '200353.910000', '200354.370000', '200354.830000', '200355.290000', '200355.750000', '200356.210000', '200356.670000', '200357.130000', '200357.590000', '200358.050000', '200358.510000', '200358.970000', '200359.430000', '200359.890000', '200400.350000', '200400.810000', '200401.270000', '200401.730000', '200402.190000', '200402.650000', '200403.110000', '200403.570000', '200404.030000', '200404.490000', '200404.950000', '200405.410000', '200405.870000', '200406.330000', '200406.790000', '200407.250000', '200407.710000', '200408.170000', '200408.630000', '200409.090000', '200409.550000', '200410.010000', '200410.470000', '200410.930000', '200411.390000', '200411.850000', '200412.310000', '200412.770000', '200413.230000', '200413.690000', '200414.150000', '200414.610000', '200415.070000', '200415.530000', '200415.990000', '200416.450000', '200416.910000', '200417.370000', '200417.830000', '200418.290000', '200418.750000', '200419.210000', '200419.670000', '200420.130000', '200420.590000', '200421.050000', '200421.510000', '200421.970000', '200422.430000', '200422.890000', '200423.350000', '200423.810000', '200424.270000', '200424.730000', '200425.190000', '200425.650000', '200426.110000', '200426.570000', '200427.030000', '200427.490000', '200427.950000', '200428.410000', '200428.870000', '200429.330000', '200429.790000', '200430.250000', '200430.710000', '200431.170000', '200431.630000', '200432.090000', '200432.550000', '200433.010000', '200433.470000', '200433.930000', '200434.390000', '200434.850000', '200435.310000', '200435.770000', '200436.230000', '200436.690000', '200437.150000', '200437.610000', '200438.070000', '200438.530000', '200438.990000', '200439.450000', '200439.910000', '200440.370000', '200440.830000', '200441.290000', '200441.750000', '200442.210000', '200442.670000', '200443.130000', '200443.590000', '200444.050000', '200444.510000', '200444.970000', '200445.430000', '200445.890000', '200446.350000', '200446.810000', '200447.270000', '200447.730000', '200448.190000', '200448.650000', '200449.110000', '200449.570000', '200450.030000', '200450.490000', '200450.950000', '200451.410000', '200451.870000', '200452.330000', '200452.790000', '200453.250000', '200453.710000', '200454.170000', '200454.630000', '200455.090000', '200455.550000', '200456.010000', '200456.470000', '200456.930000', '200457.390000', '200457.850000', '200458.310000', '200458.770000', '200459.230000', '200459.690000', '200500.150000', '200500.610000', '200501.070000', '200501.530000', '200501.990000', '200502.450000', '200502.910000', '200503.370000', '200503.830000', '200504.290000', '200504.750000', '200505.210000', '200505.670000', '200506.130000', '200506.590000', '200507.050000', '200507.510000', '200507.970000', '200508.430000', '200508.890000', '200509.350000', '200509.810000', '200510.270000', '200510.730000', '200511.190000', '200511.650000', '200512.110000', '200512.570000', '200513.030000', '200513.490000', '200513.950000', '200514.410000', '200514.870000', '200515.330000', '200515.790000', '200516.250000', '200516.710000', '200517.170000', '200517.630000', '200518.090000', '200518.550000', '200519.010000', '200519.470000', '200519.930000', '200520.390000', '200520.850000', '200521.310000', '200521.770000', '200522.230000', '200522.690000', '200523.150000', '200523.610000', '200524.070000', '200524.530000', '200524.990000', '200525.450000', '200525.910000', '200526.370000', '200526.830000', '200527.290000', '200527.750000', '200528.210000', '200528.670000', '200529.130000', '200529.590000', '200530.050000', '200530.510000', '200530.970000', '200531.430000', '200531.890000', '200532.350000', '200532.810000', '200533.270000', '200533.730000', '200534.190000', '200534.650000', '200535.110000', '200535.570000', '200536.030000', '200536.490000', '200536.950000', '200537.410000', '200537.870000', '200538.330000', '200538.790000', '200539.250000', '200539.710000', '200540.170000', '200540.630000', '200541.090000', '200541.550000', '200542.010000', '200542.470000', '200542.930000', '200543.390000', '200543.850000', '200544.310000', '200544.770000', '200545.230000', '200545.690000', '200546.150000', '200546.610000', '200547.070000', '200547.530000', '200547.990000', '200548.450000', '200548.910000', '200549.370000', '200549.830000', '200550.290000', '200550.750000', '200551.210000', '200551.670000', '200552.130000', '200552.590000', '200553.050000', '200553.510000', '200553.970000', '200554.430000', '200554.890000', '200555.350000', '200555.810000', '200556.270000', '200556.730000', '200557.190000', '200557.650000', '200558.110000', '200558.570000', '200559.030000', '200559.490000', '200559.950000', '200600.410000', '200600.870000', '200601.330000', '200601.790000', '200602.250000', '200602.710000', '200603.170000', '200603.630000', '200604.090000', '200604.550000', '200605.010000', '200605.470000', '200605.930000', '200606.390000', '200606.850000', '200607.310000', '200607.770000', '200608.230000', '200608.690000', '200609.150000', '200609.610000', '200610.070000', '200610.530000', '200610.990000', '200611.450000', '200611.910000', '200612.370000', '200612.830000', '200613.290000', '200613.750000', '200614.210000', '200614.670000', '200615.130000', '200615.590000', '200616.050000', '200616.510000', '200616.970000', '200617.430000', '200617.890000', '200618.350000', '200618.810000', '200619.270000', '200619.730000', '200620.190000', '200620.650000', '200621.110000', '200621.570000', '200622.030000', '200622.490000', '200622.950000', '200623.410000', '200623.870000', '200624.330000', '200624.790000', '200625.250000', '200625.710000', '200626.170000', '200626.630000', '200627.090000', '200627.550000', '200628.010000', '200628.470000', '200628.930000', '200629.390000', '200629.850000', '200630.310000', '200630.770000', '200631.230000', '200631.690000', '200632.150000', '200632.610000', '200633.070000', '200633.530000', '200633.990000', '200634.450000', '200634.910000', '200635.370000', '200635.830000', '200636.290000', '200636.750000', '200637.210000', '200637.670000', '200638.130000', '200638.590000', '200639.050000', '200639.510000', '200639.970000', '200640.430000', '200640.890000', '200641.350000', '200641.810000', '200642.270000', '200642.730000', '200643.190000', '200643.650000', '200644.110000', '200644.570000', '200645.030000', '200645.490000', '200645.950000', '200646.410000', '200646.870000', '200647.330000', '200647.790000', '200648.250000', '200648.710000', '200649.170000', '200649.630000', '200650.090000', '200650.550000', '200651.010000', '200651.470000', '200651.930000', '200652.390000', '200652.850000', '200653.310000', '200653.770000', '200654.230000', '200654.690000', '200655.150000', '200655.610000', '200656.070000', '200656.530000', '200656.990000', '200657.450000', '200657.910000', '200658.370000', '200658.830000', '200659.290000', '200659.750000', '200700.210000', '200700.670000', '200701.130000', '200701.590000', '200702.050000', '200702.510000', '200702.970000', '200703.430000', '200703.890000', '200704.350000', '200704.810000', '200705.270000', '200705.730000', '200706.190000', '200706.650000', '200707.110000', '200707.570000', '200708.030000', '200708.490000', '200708.950000', '200709.410000', '200709.870000', '200710.330000', '200710.790000', '200711.250000', '200711.710000', '200712.170000', '200712.630000', '200713.090000', '200713.550000', '200714.010000', '200714.470000', '200714.930000', '200715.390000', '200715.850000', '200716.310000', '200716.770000', '200717.230000', '200717.690000', '200718.150000', '200718.610000', '200719.070000', '200719.530000', '200719.990000', '200720.450000', '200720.910000', '200721.370000', '200721.830000', '200722.290000', '200722.750000', '200723.210000', '200723.670000', '200724.130000', '200724.590000', '200725.050000', '200725.510000', '200725.970000', '200726.430000', '200726.890000', '200727.350000', '200727.810000', '200728.270000', '200728.730000', '200729.190000', '200729.650000', '200730.110000', '200730.570000', '200731.030000', '200731.490000', '200731.950000', '200732.410000', '200732.870000', '200733.330000', '200733.790000', '200734.250000', '200734.710000', '200735.170000', '200735.630000', '200736.090000', '200736.550000', '200737.010000', '200737.470000', '200737.930000', '200738.390000', '200738.850000', '200739.310000', '200739.770000', '200740.230000', '200740.690000', '200741.150000', '200741.610000', '200742.070000', '200742.530000', '200742.990000', '200743.450000', '200743.910000', '200744.370000', '200744.830000', '200745.290000', '200745.750000', '200746.210000', '200746.670000', '200747.130000', '200747.590000', '200748.050000', '200748.510000', '200748.970000', '200749.430000', '200749.890000', '200750.350000', '200750.810000', '200751.270000', '200751.730000', '200752.190000', '200752.650000', '200753.110000', '200753.570000', '200754.030000', '200754.490000', '200754.950000', '200755.410000', '200755.870000', '200756.330000', '200756.790000', '200757.250000', '200757.710000', '200758.170000', '200758.630000', '200759.090000', '200759.550000', '200800.010000', '200800.470000', '200800.930000', '200801.390000', '200801.850000', '200802.310000', '200802.770000', '200803.230000', '200803.690000', '200804.150000', '200804.610000', '200805.070000', '200805.530000', '200805.990000', '200806.450000', '200806.910000', '200807.370000', '200807.830000', '200808.290000', '200808.750000', '200809.210000', '200809.670000', '200810.130000', '200810.590000', '200811.050000', '200811.510000', '200811.970000', '200812.430000', '200812.890000', '200813.350000', '200813.810000', '200814.270000', '200814.730000', '200815.190000', '200815.650000', '200816.110000', '200816.570000', '200817.030000', '200817.490000', '200817.950000', '200818.410000', '200818.870000', '200819.330000', '200819.790000', '200820.250000', '200820.710000', '200821.170000', '200821.630000', '200822.090000', '200822.550000', '200823.010000', '200823.470000', '200823.930000', '200824.390000', '200824.850000', '200825.310000', '200825.770000', '200826.230000', '200826.690000', '200827.150000', '200827.610000', '200828.070000', '200828.530000', '200828.990000', '200829.450000', '200829.910000', '200830.370000', '200830.830000', '200831.290000', '200831.750000', '200832.210000', '200832.670000', '200833.130000', '200833.590000', '200834.050000', '200834.510000', '200834.970000', '200835.430000', '200835.890000', '200836.350000', '200836.810000', '200837.270000', '200837.730000', '200838.190000', '200838.650000', '200839.110000', '200839.570000', '200840.030000', '200840.490000', '200840.950000', '200841.410000', '200841.870000', '200842.330000', '200842.790000', '200843.250000', '200843.710000', '200844.170000', '200844.630000', '200845.090000', '200845.550000', '200846.010000', '200846.470000', '200846.930000', '200847.390000', '200847.850000', '200848.310000', '200848.770000', '200849.230000', '200849.690000', '200850.150000', '200850.610000', '200851.070000', '200851.530000', '200851.990000', '200852.450000', '200852.910000', '200853.370000', '200853.830000', '200854.290000', '200854.750000', '200855.210000', '200855.670000', '200856.130000', '200856.590000', '200857.050000', '200857.510000', '200857.970000', '200858.430000', '200858.890000', '200859.350000', '200859.810000', '200900.270000', '200900.730000', '200901.190000', '200901.650000', '200902.110000', '200902.570000', '200903.030000', '200903.490000', '200903.950000', '200904.410000', '200904.870000', '200905.330000', '200905.790000', '200906.250000', '200906.710000', '200907.170000', '200907.630000', '200908.090000', '200908.550000', '200909.010000', '200909.470000', '200909.930000', '200910.390000', '200910.850000', '200911.310000', '200911.770000', '200912.230000', '200912.690000', '200913.150000', '200913.610000', '200914.070000', '200914.530000', '200914.990000', '200915.450000', '200915.910000', '200916.370000', '200916.830000', '200917.290000', '200917.750000', '200918.210000', '200918.670000', '200919.130000', '200919.590000', '200920.050000', '200920.510000', '200920.970000', '200921.430000', '200921.890000', '200922.350000', '200922.810000', '200923.270000', '200923.730000', '200924.190000', '200924.650000', '200925.110000', '200925.570000', '200926.030000', '200926.490000', '200926.950000', '200927.410000', '200927.870000', '200928.330000', '200928.790000', '200929.250000', '200929.710000', '200930.170000', '200930.630000', '200931.090000', '200931.550000', '200932.010000', '200932.470000', '200932.930000', '200933.390000', '200933.850000', '200934.310000', '200934.770000', '200935.230000', '200935.690000', '200936.150000', '200936.610000', '200937.070000', '200937.530000', '200937.990000', '200938.450000', '200938.910000', '200939.370000', '200939.830000', '200940.290000', '200940.750000', '200941.210000', '200941.670000', '200942.130000', '200942.590000', '200943.050000', '200943.510000', '200943.970000', '200944.430000', '200944.890000', '200945.350000', '200945.810000', '200946.270000', '200946.730000', '200947.190000', '200947.650000', '200948.110000', '200948.570000', '200949.030000', '200949.490000', '200949.950000', '200950.410000', '200950.870000', '200951.330000', '200951.790000', '200952.250000', '200952.710000', '200953.170000', '200953.630000', '200954.090000', '200954.550000', '200955.010000', '200955.470000', '200955.930000', '200956.390000', '200956.850000', '200957.310000', '200957.770000', '200958.230000', '200958.690000', '200959.150000', '200959.610000', '201000.070000', '201000.530000', '201000.990000', '201001.450000', '201001.910000', '201002.370000', '201002.830000', '201003.290000', '201003.750000', '201004.210000', '201004.670000', '201005.130000', '201005.590000', '201006.050000', '201006.510000', '201006.970000', '201007.430000', '201007.890000', '201008.350000', '201008.810000', '201009.270000', '201009.730000', '201010.190000', '201010.650000', '201011.110000', '201011.570000', '201012.030000', '201012.490000', '201012.950000', '201013.410000', '201013.870000', '201014.330000', '201014.790000', '201015.250000', '201015.710000', '201016.170000', '201016.630000', '201017.090000', '201017.550000', '201018.010000', '201018.470000', '201018.930000', '201019.390000', '201019.850000', '201020.310000', '201020.770000', '201021.230000', '201021.690000', '201022.150000', '201022.610000', '201023.070000', '201023.530000', '201023.990000', '201024.450000', '201024.910000', '201025.370000', '201025.830000', '201026.290000', '201026.750000', '201027.210000', '201027.670000', '201028.130000', '201028.590000', '201029.050000', '201029.510000', '201029.970000', '201030.430000', '201030.890000', '201031.350000', '201031.810000', '201032.270000', '201032.730000', '201033.190000', '201033.650000', '201034.110000', '201034.570000', '201035.030000', '201035.490000', '201035.950000', '201036.410000', '201036.870000', '201037.330000', '201037.790000', '201038.250000', '201038.710000', '201039.170000', '201039.630000', '201040.090000', '201040.550000', '201041.010000', '201041.470000', '201041.930000', '201042.390000', '201042.850000', '201043.310000', '201043.770000', '201044.230000', '201044.690000', '201045.150000', '201045.610000', '201046.070000', '201046.530000', '201046.990000', '201047.450000', '201047.910000', '201048.370000', '201048.830000', '201049.290000', '201049.750000', '201050.210000', '201050.670000', '201051.130000', '201051.590000', '201052.050000', '201052.510000', '201052.970000', '201053.430000', '201053.890000', '201054.350000', '201054.810000', '201055.270000', '201055.730000', '201056.190000', '201056.650000', '201057.110000', '201057.570000', '201058.030000', '201058.490000', '201058.950000', '201059.410000', '201059.870000', '201100.330000', '201100.790000', '201101.250000', '201101.710000', '201102.170000', '201102.630000', '201103.090000', '201103.550000', '201104.010000', '201104.470000', '201104.930000', '201105.390000', '201105.850000', '201106.310000', '201106.770000', '201107.230000', '201107.690000', '201108.150000', '201108.610000', '201109.070000', '201109.530000', '201109.990000', '201110.450000', '201110.910000', '201111.370000', '201111.830000', '201112.290000', '201112.750000', '201113.210000', '201113.670000', '201114.130000', '201114.590000', '201115.050000', '201115.510000', '201115.970000', '201116.430000', '201116.890000', '201117.350000', '201117.810000', '201118.270000', '201118.730000', '201119.190000', '201119.650000', '201120.110000', '201120.570000', '201121.030000', '201121.490000', '201121.950000', '201122.410000', '201122.870000', '201123.330000', '201123.790000', '201124.250000', '201124.710000', '201125.170000', '201125.630000', '201126.090000', '201126.550000', '201127.010000', '201127.470000', '201127.930000', '201128.390000', '201128.850000', '201129.310000', '201129.770000', '201130.230000', '201130.690000', '201131.150000', '201131.610000', '201132.070000', '201132.530000', '201132.990000', '201133.450000', '201133.910000', '201134.370000', '201134.830000', '201135.290000', '201135.750000', '201136.210000', '201136.670000', '201137.130000', '201137.590000', '201138.050000', '201138.510000', '201138.970000', '201139.430000', '201139.890000', '201140.350000', '201140.810000', '201141.270000', '201141.730000', '201142.190000', '201142.650000', '201143.110000', '201143.570000', '201144.030000', '201144.490000', '201144.950000', '201145.410000', '201145.870000', '201146.330000', '201146.790000', '201147.250000', '201147.710000', '201148.170000', '201148.630000', '201149.090000', '201149.550000', '201150.010000', '201150.470000', '201150.930000', '201151.390000', '201151.850000', '201152.310000', '201152.770000', '201153.230000', '201153.690000', '201154.150000', '201154.610000', '201155.070000', '201155.530000', '201155.990000', '201156.450000', '201156.910000', '201157.370000', '201157.830000', '201158.290000', '201158.750000', '201159.210000', '201159.670000', '201200.130000', '201200.590000', '201201.050000', '201201.510000', '201201.970000', '201202.430000', '201202.890000', '201203.350000', '201203.810000', '201204.270000', '201204.730000', '201205.190000', '201205.650000', '201206.110000', '201206.570000', '201207.030000', '201207.490000', '201207.950000', '201208.410000', '201208.870000', '201209.330000', '201209.790000', '201210.250000', '201210.710000', '201211.170000', '201211.630000', '201212.090000', '201212.550000', '201213.010000', '201213.470000', '201213.930000', '201214.390000', '201214.850000', '201215.310000', '201215.770000', '201216.230000'], 'ContentTime': ['200344.604000', '200344.607000', '200344.610000', '200344.612000', '200344.615000', '200344.618000', '200344.621000', '200344.623000', '200344.626000', '200344.629000', '200344.632000', '200344.634000', '200344.637000', '200344.639000', '200344.642000', '200344.656000', '200344.659000', '200344.662000', '200344.665000', '200344.667000', '200344.670000', '200344.673000', '200344.675000', '200344.678000', '200344.681000', '200344.683000', '200344.686000', '200344.689000', '200344.691000', '200344.694000', '200344.696000', '200344.699000', '200344.702000', '200344.704000', '200344.707000', '200344.710000', '200344.712000', '200344.715000', '200344.718000', '200344.720000', '200344.723000', '200344.726000', '200344.728000', '200404.572000', '200404.575000', '200404.578000', '200404.580000', '200404.583000', '200404.586000', '200404.588000', '200404.591000', '200404.593000', '200404.596000', '200404.598000', '200404.601000', '200404.604000', '200404.606000', '200404.609000', '200404.611000', '200404.614000', '200404.617000', '200404.619000', '200404.622000', '200404.624000', '200404.627000', '200404.629000', '200404.632000', '200404.635000', '200404.637000', '200404.640000', '200404.643000', '200404.645000', '200404.648000', '200404.650000', '200404.653000', '200404.655000', '200404.658000', '200404.661000', '200404.663000', '200404.666000', '200404.668000', '200404.671000', '200404.673000', '200404.676000', '200404.679000', '200404.681000', '200424.573000', '200424.576000', '200424.579000', '200424.581000', '200424.584000', '200424.586000', '200424.589000', '200424.592000', '200424.594000', '200424.597000', '200424.600000', '200424.602000', '200424.605000', '200424.607000', '200424.610000', '200424.612000', '200424.615000', '200424.618000', '200424.620000', '200424.623000', '200424.625000', '200424.628000', '200424.630000', '200424.633000', '200424.636000', '200424.638000', '200424.641000', '200424.643000', '200424.646000', '200424.648000', '200424.651000', '200424.653000', '200424.656000', '200424.659000', '200424.661000', '200424.664000', '200424.666000', '200424.669000', '200424.671000', '200424.674000', '200424.677000', '200424.679000', '200424.682000', '200424.684000', '200444.574000', '200444.576000', '200444.579000', '200444.582000', '200444.584000', '200444.587000', '200444.589000', '200444.592000', '200444.595000', '200444.597000', '200444.600000', '200444.603000', '200444.605000', '200444.608000', '200444.610000', '200444.613000', '200444.616000', '200444.618000', '200444.621000', '200444.623000', '200444.626000', '200444.629000', '200444.631000', '200444.634000', '200444.637000', '200444.644000', '200444.647000', '200444.649000', '200444.652000', '200444.655000', '200444.657000', '200444.660000', '200444.662000', '200444.665000', '200444.668000', '200444.670000', '200444.673000', '200444.675000', '200444.678000', '200444.681000', '200444.683000', '200444.686000', '200444.689000', '200504.572000', '200504.575000', '200504.578000', '200504.580000', '200504.583000', '200504.586000', '200504.588000', '200504.591000', '200504.593000', '200504.596000', '200504.599000', '200504.601000', '200504.604000', '200504.607000', '200504.609000', '200504.612000', '200504.615000', '200504.617000', '200504.620000', '200504.622000', '200504.625000', '200504.627000', '200504.630000', '200504.633000', '200504.635000', '200504.638000', '200504.641000', '200504.643000', '200504.646000', '200504.648000', '200504.651000', '200504.654000', '200504.656000', '200504.659000', '200504.662000', '200504.664000', '200504.667000', '200504.670000', '200504.672000', '200504.675000', '200504.677000', '200504.680000', '200504.683000', '200504.685000', '200524.573000', '200524.575000', '200524.578000', '200524.581000', '200524.583000', '200524.586000', '200524.589000', '200524.591000', '200524.594000', '200524.596000', '200524.599000', '200524.602000', '200524.604000', '200524.607000', '200524.610000', '200524.612000', '200524.615000', '200524.617000', '200524.620000', '200524.623000', '200524.625000', '200524.628000', '200524.630000', '200524.633000', '200524.636000', '200524.638000', '200524.641000', '200524.643000', '200524.646000', '200524.648000', '200524.651000', '200524.654000', '200524.656000', '200524.659000', '200524.661000', '200524.664000', '200524.667000', '200524.669000', '200524.672000', '200524.675000', '200524.677000', '200524.680000', '200524.682000', '200544.572000', '200544.575000', '200544.578000', '200544.581000', '200544.583000', '200544.586000', '200544.588000', '200544.591000', '200544.594000', '200544.596000', '200544.599000', '200544.602000', '200544.604000', '200544.607000', '200544.609000', '200544.612000', '200544.615000', '200544.617000', '200544.620000', '200544.622000', '200544.625000', '200544.628000', '200544.630000', '200544.633000', '200544.635000', '200544.638000', '200544.641000', '200544.643000', '200544.646000', '200544.648000', '200544.651000', '200544.654000', '200544.656000', '200544.659000', '200544.661000', '200544.664000', '200544.666000', '200544.669000', '200544.672000', '200544.674000', '200544.677000', '200544.680000', '200544.682000', '200544.685000', '200604.572000', '200604.575000', '200604.578000', '200604.580000', '200604.583000', '200604.586000', '200604.588000', '200604.591000', '200604.594000', '200604.596000', '200604.599000', '200604.601000', '200604.604000', '200604.607000', '200604.609000', '200604.612000', '200604.614000', '200604.617000', '200604.620000', '200604.622000', '200604.625000', '200604.627000', '200604.630000', '200604.633000', '200604.635000', '200604.638000', '200604.640000', '200604.643000', '200604.646000', '200604.660000', '200604.662000', '200604.665000', '200604.667000', '200604.670000', '200604.673000', '200604.675000', '200604.678000', '200604.681000', '200604.683000', '200604.686000', '200604.688000', '200604.691000', '200604.693000', '200624.573000', '200624.575000', '200624.578000', '200624.581000', '200624.583000', '200624.586000', '200624.588000', '200624.591000', '200624.594000', '200624.596000', '200624.599000', '200624.602000', '200624.604000', '200624.607000', '200624.609000', '200624.612000', '200624.614000', '200624.617000', '200624.620000', '200624.622000', '200624.625000', '200624.634000', '200624.637000', '200624.639000', '200624.642000', '200624.644000', '200624.647000', '200624.650000', '200624.652000', '200624.655000', '200624.657000', '200624.660000', '200624.663000', '200624.665000', '200624.668000', '200624.670000', '200624.673000', '200624.676000', '200624.678000', '200624.681000', '200624.683000', '200624.686000', '200624.688000', '200624.691000', '200644.573000', '200644.576000', '200644.579000', '200644.582000', '200644.584000', '200644.587000', '200644.589000', '200644.592000', '200644.595000', '200644.597000', '200644.600000', '200644.603000', '200644.605000', '200644.608000', '200644.610000', '200644.613000', '200644.616000', '200644.622000', '200644.625000', '200644.627000', '200644.630000', '200644.632000', '200644.635000', '200644.637000', '200644.640000', '200644.643000', '200644.645000', '200644.648000', '200644.650000', '200644.653000', '200644.656000', '200644.658000', '200644.661000', '200644.663000', '200644.666000', '200644.669000', '200644.671000', '200644.674000', '200644.677000', '200644.679000', '200644.682000', '200644.684000', '200644.687000', '200704.573000', '200704.576000', '200704.579000', '200704.582000', '200704.584000', '200704.587000', '200704.590000', '200704.592000', '200704.595000', '200704.598000', '200704.600000', '200704.603000', '200704.605000', '200704.608000', '200704.611000', '200704.613000', '200704.616000', '200704.618000', '200704.621000', '200704.624000', '200704.626000', '200704.629000', '200704.631000', '200704.634000', '200704.636000', '200704.639000', '200704.642000', '200704.644000', '200704.647000', '200704.649000', '200704.652000', '200704.655000', '200704.657000', '200704.660000', '200704.662000', '200704.665000', '200704.668000', '200704.670000', '200704.673000', '200704.676000', '200704.678000', '200704.681000', '200704.683000', '200704.686000', '200724.573000', '200724.576000', '200724.578000', '200724.581000', '200724.584000', '200724.586000', '200724.589000', '200724.591000', '200724.594000', '200724.597000', '200724.599000', '200724.602000', '200724.604000', '200724.607000', '200724.610000', '200724.612000', '200724.615000', '200724.617000', '200724.620000', '200724.623000', '200724.625000', '200724.628000', '200724.631000', '200724.633000', '200724.636000', '200724.638000', '200724.641000', '200724.644000', '200724.646000', '200724.649000', '200724.651000', '200724.654000', '200724.657000', '200724.659000', '200724.662000', '200724.664000', '200724.667000', '200724.670000', '200724.672000', '200724.675000', '200724.678000', '200724.680000', '200724.683000', '200744.573000', '200744.575000', '200744.578000', '200744.581000', '200744.583000', '200744.586000', '200744.589000', '200744.591000', '200744.594000', '200744.596000', '200744.599000', '200744.602000', '200744.604000', '200744.607000', '200744.609000', '200744.612000', '200744.615000', '200744.617000', '200744.620000', '200744.623000', '200744.625000', '200744.628000', '200744.630000', '200744.641000', '200744.644000', '200744.647000', '200744.649000', '200744.652000', '200744.655000', '200744.657000', '200744.660000', '200744.662000', '200744.665000', '200744.668000', '200744.670000', '200744.673000', '200744.675000', '200744.678000', '200744.681000', '200744.683000', '200744.686000', '200744.688000', '200744.691000', '200744.694000', '200804.572000', '200804.575000', '200804.578000', '200804.581000', '200804.583000', '200804.586000', '200804.588000', '200804.591000', '200804.594000', '200804.597000', '200804.599000', '200804.602000', '200804.604000', '200804.607000', '200804.610000', '200804.612000', '200804.615000', '200804.617000', '200804.620000', '200804.623000', '200804.625000', '200804.628000', '200804.631000', '200804.633000', '200804.636000', '200804.638000', '200804.641000', '200804.643000', '200804.646000', '200804.649000', '200804.651000', '200804.654000', '200804.657000', '200804.659000', '200804.662000', '200804.664000', '200804.667000', '200804.669000', '200804.672000', '200804.675000', '200804.677000', '200804.680000', '200804.682000', '200824.572000', '200824.575000', '200824.578000', '200824.581000', '200824.583000', '200824.586000', '200824.588000', '200824.591000', '200824.593000', '200824.596000', '200824.599000', '200824.603000', '200824.605000', '200824.608000', '200824.611000', '200824.613000', '200824.616000', '200824.619000', '200824.621000', '200824.624000', '200824.626000', '200824.629000', '200824.632000', '200824.634000', '200824.637000', '200824.640000', '200824.642000', '200824.645000', '200824.647000', '200824.650000', '200824.653000', '200824.655000', '200824.658000', '200824.660000', '200824.663000', '200824.665000', '200824.668000', '200824.671000', '200824.673000', '200824.676000', '200824.678000', '200824.681000', '200824.683000', '200844.572000', '200844.575000', '200844.578000', '200844.581000', '200844.583000', '200844.586000', '200844.588000', '200844.591000', '200844.594000', '200844.596000', '200844.599000', '200844.602000', '200844.604000', '200844.607000', '200844.609000', '200844.612000', '200844.615000', '200844.617000', '200844.620000', '200844.622000', '200844.625000', '200844.628000', '200844.630000', '200844.633000', '200844.635000', '200844.640000', '200844.643000', '200844.645000', '200844.648000', '200844.651000', '200844.653000', '200844.656000', '200844.658000', '200844.661000', '200844.664000', '200844.666000', '200844.669000', '200844.671000', '200844.674000', '200844.677000', '200844.679000', '200844.682000', '200844.684000', '200844.687000', '200904.573000', '200904.576000', '200904.579000', '200904.581000', '200904.584000', '200904.587000', '200904.589000', '200904.592000', '200904.594000', '200904.597000', '200904.600000', '200904.602000', '200904.605000', '200904.607000', '200904.610000', '200904.613000', '200904.615000', '200904.618000', '200904.621000', '200904.623000', '200904.626000', '200904.628000', '200904.631000', '200904.634000', '200904.636000', '200904.639000', '200904.641000', '200904.644000', '200904.646000', '200904.649000', '200904.652000', '200904.654000', '200904.657000', '200904.660000', '200904.662000', '200904.665000', '200904.667000', '200904.670000', '200904.672000', '200904.675000', '200904.678000', '200904.680000', '200904.683000', '200904.685000', '200924.574000', '200924.576000', '200924.579000', '200924.582000', '200924.584000', '200924.587000', '200924.590000', '200924.592000', '200924.595000', '200924.597000', '200924.600000', '200924.603000', '200924.605000', '200924.608000', '200924.611000', '200924.613000', '200924.616000', '200924.618000', '200924.621000', '200924.624000', '200924.626000', '200924.629000', '200924.631000', '200924.634000', '200924.637000', '200924.639000', '200924.642000', '200924.645000', '200924.647000', '200924.650000', '200924.652000', '200924.655000', '200924.658000', '200924.660000', '200924.663000', '200924.665000', '200924.668000', '200924.670000', '200924.673000', '200924.676000', '200924.678000', '200924.681000', '200924.683000', '200944.573000', '200944.575000', '200944.578000', '200944.581000', '200944.583000', '200944.586000', '200944.589000', '200944.591000', '200944.594000', '200944.596000', '200944.599000', '200944.602000', '200944.605000', '200944.608000', '200944.610000', '200944.613000', '200944.616000', '200944.618000', '200944.621000', '200944.623000', '200944.626000', '200944.629000', '200944.631000', '200944.634000', '200944.636000', '200944.639000', '200944.642000', '200944.644000', '200944.647000', '200944.649000', '200944.652000', '200944.655000', '200944.657000', '200944.660000', '200944.663000', '200944.665000', '200944.668000', '200944.670000', '200944.673000', '200944.676000', '200944.678000', '200944.681000', '200944.683000', '201004.574000', '201004.577000', '201004.579000', '201004.582000', '201004.584000', '201004.587000', '201004.590000', '201004.592000', '201004.595000', '201004.597000', '201004.600000', '201004.603000', '201004.606000', '201004.608000', '201004.611000', '201004.613000', '201004.616000', '201004.619000', '201004.621000', '201004.624000', '201004.626000', '201004.629000', '201004.632000', '201004.634000', '201004.637000', '201004.639000', '201004.642000', '201004.645000', '201004.647000', '201004.650000', '201004.652000', '201004.655000', '201004.658000', '201004.660000', '201004.663000', '201004.666000', '201004.668000', '201004.671000', '201004.674000', '201004.676000', '201004.679000', '201004.681000', '201004.684000', '201004.687000', '201024.573000', '201024.575000', '201024.578000', '201024.581000', '201024.583000', '201024.586000', '201024.588000', '201024.591000', '201024.594000', '201024.596000', '201024.599000', '201024.602000', '201024.604000', '201024.607000', '201024.609000', '201024.612000', '201024.615000', '201024.617000', '201024.620000', '201024.622000', '201024.625000', '201024.628000', '201024.630000', '201024.633000', '201024.636000', '201024.638000', '201024.641000', '201024.644000', '201024.646000', '201024.649000', '201024.652000', '201024.654000', '201024.672000', '201024.675000', '201024.678000', '201024.680000', '201024.683000', '201024.685000', '201024.688000', '201024.691000', '201024.693000', '201024.696000', '201024.699000', '201044.573000', '201044.576000', '201044.578000', '201044.581000', '201044.583000', '201044.586000', '201044.588000', '201044.591000', '201044.594000', '201044.596000', '201044.599000', '201044.602000', '201044.604000', '201044.607000', '201044.610000', '201044.612000', '201044.615000', '201044.617000', '201044.620000', '201044.623000', '201044.625000', '201044.628000', '201044.630000', '201044.633000', '201044.645000', '201044.647000', '201044.650000', '201044.652000', '201044.655000', '201044.658000', '201044.660000', '201044.663000', '201044.665000', '201044.668000', '201044.671000', '201044.673000', '201044.676000', '201044.678000', '201044.681000', '201044.684000', '201044.686000', '201044.689000', '201044.691000', '201044.694000', '201104.572000', '201104.575000', '201104.578000', '201104.595000', '201104.597000', '201104.600000', '201104.603000', '201104.605000', '201104.608000', '201104.611000', '201104.613000', '201104.616000', '201104.618000', '201104.621000', '201104.624000', '201104.626000', '201104.629000', '201104.631000', '201104.634000', '201104.637000', '201104.639000', '201104.642000', '201104.645000', '201104.648000', '201104.651000', '201104.653000', '201104.656000', '201104.659000', '201104.662000', '201104.664000', '201104.667000', '201104.669000', '201104.672000', '201104.675000', '201104.677000', '201104.680000', '201104.683000', '201104.685000', '201104.688000', '201104.690000', '201104.693000', '201104.696000', '201104.699000', '201124.574000', '201124.576000', '201124.579000', '201124.582000', '201124.584000', '201124.587000', '201124.590000', '201124.592000', '201124.595000', '201124.597000', '201124.600000', '201124.603000', '201124.605000', '201124.608000', '201124.611000', '201124.613000', '201124.616000', '201124.619000', '201124.621000', '201124.624000', '201124.626000', '201124.629000', '201124.632000', '201124.634000', '201124.637000', '201124.640000', '201124.642000', '201124.645000', '201124.647000', '201124.650000', '201124.652000', '201124.655000', '201124.658000', '201124.660000', '201124.663000', '201124.666000', '201124.668000', '201124.671000', '201124.673000', '201124.676000', '201124.679000', '201124.681000', '201124.684000', '201124.686000', '201144.574000', '201144.576000', '201144.579000', '201144.582000', '201144.584000', '201144.587000', '201144.590000', '201144.592000', '201144.595000', '201144.598000', '201144.600000', '201144.603000', '201144.606000', '201144.608000', '201144.611000', '201144.613000', '201144.616000', '201144.619000', '201144.621000', '201144.624000', '201144.627000', '201144.630000', '201144.633000', '201144.636000', '201144.638000', '201144.641000', '201144.643000', '201144.646000', '201144.649000', '201144.651000', '201144.654000', '201144.656000', '201144.659000', '201144.662000', '201144.664000', '201144.667000', '201144.669000', '201144.672000', '201144.675000', '201144.677000', '201144.680000', '201144.682000', '201144.685000', '201204.573000', '201204.575000', '201204.578000', '201204.581000', '201204.583000', '201204.586000', '201204.589000', '201204.591000', '201204.594000', '201204.596000', '201204.599000', '201204.602000', '201204.604000', '201204.607000', '201204.610000', '201204.612000', '201204.615000', '201204.618000', '201204.620000', '201204.623000', '201204.625000', '201204.639000', '201204.642000', '201204.644000', '201204.647000', '201204.649000', '201204.652000', '201204.655000', '201204.657000', '201204.660000', '201204.663000', '201204.665000', '201204.668000', '201204.670000', '201204.673000', '201204.676000', '201204.678000', '201204.681000', '201204.683000', '201204.686000', '201204.689000', '201204.691000', '201204.694000', '201204.696000', '201217.298000', '201217.301000', '201217.303000', '201217.306000', '201217.309000', '201217.313000', '201217.316000', '201217.319000', '201217.322000', '201217.325000', '201217.327000', '201217.330000', '201217.333000', '201217.354000', '201217.357000', '201217.360000', '201217.363000', '201217.365000', '201217.368000', '201217.371000', '201217.374000', '201217.376000', '201217.379000', '201217.382000', '201217.385000', '201217.389000', '201217.392000', '201217.395000'], 'InstanceCreationTime': ['200344.604000', '200344.607000', '200344.610000', '200344.612000', '200344.615000', '200344.618000', '200344.621000', '200344.623000', '200344.626000', '200344.629000', '200344.632000', '200344.634000', '200344.637000', '200344.639000', '200344.642000', '200344.656000', '200344.659000', '200344.662000', '200344.665000', '200344.667000', '200344.670000', '200344.673000', '200344.675000', '200344.678000', '200344.681000', '200344.683000', '200344.686000', '200344.689000', '200344.691000', '200344.694000', '200344.696000', '200344.699000', '200344.702000', '200344.704000', '200344.707000', '200344.710000', '200344.712000', '200344.715000', '200344.718000', '200344.720000', '200344.723000', '200344.726000', '200344.728000', '200404.572000', '200404.575000', '200404.578000', '200404.580000', '200404.583000', '200404.586000', '200404.588000', '200404.591000', '200404.593000', '200404.596000', '200404.598000', '200404.601000', '200404.604000', '200404.606000', '200404.609000', '200404.611000', '200404.614000', '200404.617000', '200404.619000', '200404.622000', '200404.624000', '200404.627000', '200404.629000', '200404.632000', '200404.635000', '200404.637000', '200404.640000', '200404.643000', '200404.645000', '200404.648000', '200404.650000', '200404.653000', '200404.655000', '200404.658000', '200404.661000', '200404.663000', '200404.666000', '200404.668000', '200404.671000', '200404.673000', '200404.676000', '200404.679000', '200404.681000', '200424.573000', '200424.576000', '200424.579000', '200424.581000', '200424.584000', '200424.586000', '200424.589000', '200424.592000', '200424.594000', '200424.597000', '200424.600000', '200424.602000', '200424.605000', '200424.607000', '200424.610000', '200424.612000', '200424.615000', '200424.618000', '200424.620000', '200424.623000', '200424.625000', '200424.628000', '200424.630000', '200424.633000', '200424.636000', '200424.638000', '200424.641000', '200424.643000', '200424.646000', '200424.648000', '200424.651000', '200424.653000', '200424.656000', '200424.659000', '200424.661000', '200424.664000', '200424.666000', '200424.669000', '200424.671000', '200424.674000', '200424.677000', '200424.679000', '200424.682000', '200424.684000', '200444.574000', '200444.576000', '200444.579000', '200444.582000', '200444.584000', '200444.587000', '200444.589000', '200444.592000', '200444.595000', '200444.597000', '200444.600000', '200444.603000', '200444.605000', '200444.608000', '200444.610000', '200444.613000', '200444.616000', '200444.618000', '200444.621000', '200444.623000', '200444.626000', '200444.629000', '200444.631000', '200444.634000', '200444.637000', '200444.644000', '200444.647000', '200444.649000', '200444.652000', '200444.655000', '200444.657000', '200444.660000', '200444.662000', '200444.665000', '200444.668000', '200444.670000', '200444.673000', '200444.675000', '200444.678000', '200444.681000', '200444.683000', '200444.686000', '200444.689000', '200504.572000', '200504.575000', '200504.578000', '200504.580000', '200504.583000', '200504.586000', '200504.588000', '200504.591000', '200504.593000', '200504.596000', '200504.599000', '200504.601000', '200504.604000', '200504.607000', '200504.609000', '200504.612000', '200504.615000', '200504.617000', '200504.620000', '200504.622000', '200504.625000', '200504.627000', '200504.630000', '200504.633000', '200504.635000', '200504.638000', '200504.641000', '200504.643000', '200504.646000', '200504.648000', '200504.651000', '200504.654000', '200504.656000', '200504.659000', '200504.662000', '200504.664000', '200504.667000', '200504.670000', '200504.672000', '200504.675000', '200504.677000', '200504.680000', '200504.683000', '200504.685000', '200524.573000', '200524.575000', '200524.578000', '200524.581000', '200524.583000', '200524.586000', '200524.589000', '200524.591000', '200524.594000', '200524.596000', '200524.599000', '200524.602000', '200524.604000', '200524.607000', '200524.610000', '200524.612000', '200524.615000', '200524.617000', '200524.620000', '200524.623000', '200524.625000', '200524.628000', '200524.630000', '200524.633000', '200524.636000', '200524.638000', '200524.641000', '200524.643000', '200524.646000', '200524.648000', '200524.651000', '200524.654000', '200524.656000', '200524.659000', '200524.661000', '200524.664000', '200524.667000', '200524.669000', '200524.672000', '200524.675000', '200524.677000', '200524.680000', '200524.682000', '200544.572000', '200544.575000', '200544.578000', '200544.581000', '200544.583000', '200544.586000', '200544.588000', '200544.591000', '200544.594000', '200544.596000', '200544.599000', '200544.602000', '200544.604000', '200544.607000', '200544.609000', '200544.612000', '200544.615000', '200544.617000', '200544.620000', '200544.622000', '200544.625000', '200544.628000', '200544.630000', '200544.633000', '200544.635000', '200544.638000', '200544.641000', '200544.643000', '200544.646000', '200544.648000', '200544.651000', '200544.654000', '200544.656000', '200544.659000', '200544.661000', '200544.664000', '200544.666000', '200544.669000', '200544.672000', '200544.674000', '200544.677000', '200544.680000', '200544.682000', '200544.685000', '200604.572000', '200604.575000', '200604.578000', '200604.580000', '200604.583000', '200604.586000', '200604.588000', '200604.591000', '200604.594000', '200604.596000', '200604.599000', '200604.601000', '200604.604000', '200604.607000', '200604.609000', '200604.612000', '200604.614000', '200604.617000', '200604.620000', '200604.622000', '200604.625000', '200604.627000', '200604.630000', '200604.633000', '200604.635000', '200604.638000', '200604.640000', '200604.643000', '200604.646000', '200604.660000', '200604.662000', '200604.665000', '200604.667000', '200604.670000', '200604.673000', '200604.675000', '200604.678000', '200604.681000', '200604.683000', '200604.686000', '200604.688000', '200604.691000', '200604.693000', '200624.573000', '200624.575000', '200624.578000', '200624.581000', '200624.583000', '200624.586000', '200624.588000', '200624.591000', '200624.594000', '200624.596000', '200624.599000', '200624.602000', '200624.604000', '200624.607000', '200624.609000', '200624.612000', '200624.614000', '200624.617000', '200624.620000', '200624.622000', '200624.625000', '200624.634000', '200624.637000', '200624.639000', '200624.642000', '200624.644000', '200624.647000', '200624.650000', '200624.652000', '200624.655000', '200624.657000', '200624.660000', '200624.663000', '200624.665000', '200624.668000', '200624.670000', '200624.673000', '200624.676000', '200624.678000', '200624.681000', '200624.683000', '200624.686000', '200624.688000', '200624.691000', '200644.573000', '200644.576000', '200644.579000', '200644.582000', '200644.584000', '200644.587000', '200644.589000', '200644.592000', '200644.595000', '200644.597000', '200644.600000', '200644.603000', '200644.605000', '200644.608000', '200644.610000', '200644.613000', '200644.616000', '200644.622000', '200644.625000', '200644.627000', '200644.630000', '200644.632000', '200644.635000', '200644.637000', '200644.640000', '200644.643000', '200644.645000', '200644.648000', '200644.650000', '200644.653000', '200644.656000', '200644.658000', '200644.661000', '200644.663000', '200644.666000', '200644.669000', '200644.671000', '200644.674000', '200644.677000', '200644.679000', '200644.682000', '200644.684000', '200644.687000', '200704.573000', '200704.576000', '200704.579000', '200704.582000', '200704.584000', '200704.587000', '200704.590000', '200704.592000', '200704.595000', '200704.598000', '200704.600000', '200704.603000', '200704.605000', '200704.608000', '200704.611000', '200704.613000', '200704.616000', '200704.618000', '200704.621000', '200704.624000', '200704.626000', '200704.629000', '200704.631000', '200704.634000', '200704.636000', '200704.639000', '200704.642000', '200704.644000', '200704.647000', '200704.649000', '200704.652000', '200704.655000', '200704.657000', '200704.660000', '200704.662000', '200704.665000', '200704.668000', '200704.670000', '200704.673000', '200704.676000', '200704.678000', '200704.681000', '200704.683000', '200704.686000', '200724.573000', '200724.576000', '200724.578000', '200724.581000', '200724.584000', '200724.586000', '200724.589000', '200724.591000', '200724.594000', '200724.597000', '200724.599000', '200724.602000', '200724.604000', '200724.607000', '200724.610000', '200724.612000', '200724.615000', '200724.617000', '200724.620000', '200724.623000', '200724.625000', '200724.628000', '200724.631000', '200724.633000', '200724.636000', '200724.638000', '200724.641000', '200724.644000', '200724.646000', '200724.649000', '200724.651000', '200724.654000', '200724.657000', '200724.659000', '200724.662000', '200724.664000', '200724.667000', '200724.670000', '200724.672000', '200724.675000', '200724.678000', '200724.680000', '200724.683000', '200744.573000', '200744.575000', '200744.578000', '200744.581000', '200744.583000', '200744.586000', '200744.589000', '200744.591000', '200744.594000', '200744.596000', '200744.599000', '200744.602000', '200744.604000', '200744.607000', '200744.609000', '200744.612000', '200744.615000', '200744.617000', '200744.620000', '200744.623000', '200744.625000', '200744.628000', '200744.630000', '200744.641000', '200744.644000', '200744.647000', '200744.649000', '200744.652000', '200744.655000', '200744.657000', '200744.660000', '200744.662000', '200744.665000', '200744.668000', '200744.670000', '200744.673000', '200744.675000', '200744.678000', '200744.681000', '200744.683000', '200744.686000', '200744.688000', '200744.691000', '200744.694000', '200804.572000', '200804.575000', '200804.578000', '200804.581000', '200804.583000', '200804.586000', '200804.588000', '200804.591000', '200804.594000', '200804.597000', '200804.599000', '200804.602000', '200804.604000', '200804.607000', '200804.610000', '200804.612000', '200804.615000', '200804.617000', '200804.620000', '200804.623000', '200804.625000', '200804.628000', '200804.631000', '200804.633000', '200804.636000', '200804.638000', '200804.641000', '200804.643000', '200804.646000', '200804.649000', '200804.651000', '200804.654000', '200804.657000', '200804.659000', '200804.662000', '200804.664000', '200804.667000', '200804.669000', '200804.672000', '200804.675000', '200804.677000', '200804.680000', '200804.682000', '200824.572000', '200824.575000', '200824.578000', '200824.581000', '200824.583000', '200824.586000', '200824.588000', '200824.591000', '200824.593000', '200824.596000', '200824.599000', '200824.603000', '200824.605000', '200824.608000', '200824.611000', '200824.613000', '200824.616000', '200824.619000', '200824.621000', '200824.624000', '200824.626000', '200824.629000', '200824.632000', '200824.634000', '200824.637000', '200824.640000', '200824.642000', '200824.645000', '200824.647000', '200824.650000', '200824.653000', '200824.655000', '200824.658000', '200824.660000', '200824.663000', '200824.665000', '200824.668000', '200824.671000', '200824.673000', '200824.676000', '200824.678000', '200824.681000', '200824.683000', '200844.572000', '200844.575000', '200844.578000', '200844.581000', '200844.583000', '200844.586000', '200844.588000', '200844.591000', '200844.594000', '200844.596000', '200844.599000', '200844.602000', '200844.604000', '200844.607000', '200844.609000', '200844.612000', '200844.615000', '200844.617000', '200844.620000', '200844.622000', '200844.625000', '200844.628000', '200844.630000', '200844.633000', '200844.635000', '200844.640000', '200844.643000', '200844.645000', '200844.648000', '200844.651000', '200844.653000', '200844.656000', '200844.658000', '200844.661000', '200844.664000', '200844.666000', '200844.669000', '200844.671000', '200844.674000', '200844.677000', '200844.679000', '200844.682000', '200844.684000', '200844.687000', '200904.573000', '200904.576000', '200904.579000', '200904.581000', '200904.584000', '200904.587000', '200904.589000', '200904.592000', '200904.594000', '200904.597000', '200904.600000', '200904.602000', '200904.605000', '200904.607000', '200904.610000', '200904.613000', '200904.615000', '200904.618000', '200904.621000', '200904.623000', '200904.626000', '200904.628000', '200904.631000', '200904.634000', '200904.636000', '200904.639000', '200904.641000', '200904.644000', '200904.646000', '200904.649000', '200904.652000', '200904.654000', '200904.657000', '200904.660000', '200904.662000', '200904.665000', '200904.667000', '200904.670000', '200904.672000', '200904.675000', '200904.678000', '200904.680000', '200904.683000', '200904.685000', '200924.574000', '200924.576000', '200924.579000', '200924.582000', '200924.584000', '200924.587000', '200924.590000', '200924.592000', '200924.595000', '200924.597000', '200924.600000', '200924.603000', '200924.605000', '200924.608000', '200924.611000', '200924.613000', '200924.616000', '200924.618000', '200924.621000', '200924.624000', '200924.626000', '200924.629000', '200924.631000', '200924.634000', '200924.637000', '200924.639000', '200924.642000', '200924.645000', '200924.647000', '200924.650000', '200924.652000', '200924.655000', '200924.658000', '200924.660000', '200924.663000', '200924.665000', '200924.668000', '200924.670000', '200924.673000', '200924.676000', '200924.678000', '200924.681000', '200924.683000', '200944.573000', '200944.575000', '200944.578000', '200944.581000', '200944.583000', '200944.586000', '200944.589000', '200944.591000', '200944.594000', '200944.596000', '200944.599000', '200944.602000', '200944.605000', '200944.608000', '200944.610000', '200944.613000', '200944.616000', '200944.618000', '200944.621000', '200944.623000', '200944.626000', '200944.629000', '200944.631000', '200944.634000', '200944.636000', '200944.639000', '200944.642000', '200944.644000', '200944.647000', '200944.649000', '200944.652000', '200944.655000', '200944.657000', '200944.660000', '200944.663000', '200944.665000', '200944.668000', '200944.670000', '200944.673000', '200944.676000', '200944.678000', '200944.681000', '200944.683000', '201004.574000', '201004.577000', '201004.579000', '201004.582000', '201004.584000', '201004.587000', '201004.590000', '201004.592000', '201004.595000', '201004.597000', '201004.600000', '201004.603000', '201004.606000', '201004.608000', '201004.611000', '201004.613000', '201004.616000', '201004.619000', '201004.621000', '201004.624000', '201004.626000', '201004.629000', '201004.632000', '201004.634000', '201004.637000', '201004.639000', '201004.642000', '201004.645000', '201004.647000', '201004.650000', '201004.652000', '201004.655000', '201004.658000', '201004.660000', '201004.663000', '201004.666000', '201004.668000', '201004.671000', '201004.674000', '201004.676000', '201004.679000', '201004.681000', '201004.684000', '201004.687000', '201024.573000', '201024.575000', '201024.578000', '201024.581000', '201024.583000', '201024.586000', '201024.588000', '201024.591000', '201024.594000', '201024.596000', '201024.599000', '201024.602000', '201024.604000', '201024.607000', '201024.609000', '201024.612000', '201024.615000', '201024.617000', '201024.620000', '201024.622000', '201024.625000', '201024.628000', '201024.630000', '201024.633000', '201024.636000', '201024.638000', '201024.641000', '201024.644000', '201024.646000', '201024.649000', '201024.652000', '201024.654000', '201024.672000', '201024.675000', '201024.678000', '201024.680000', '201024.683000', '201024.685000', '201024.688000', '201024.691000', '201024.693000', '201024.696000', '201024.699000', '201044.573000', '201044.576000', '201044.578000', '201044.581000', '201044.583000', '201044.586000', '201044.588000', '201044.591000', '201044.594000', '201044.596000', '201044.599000', '201044.602000', '201044.604000', '201044.607000', '201044.610000', '201044.612000', '201044.615000', '201044.617000', '201044.620000', '201044.623000', '201044.625000', '201044.628000', '201044.630000', '201044.633000', '201044.645000', '201044.647000', '201044.650000', '201044.652000', '201044.655000', '201044.658000', '201044.660000', '201044.663000', '201044.665000', '201044.668000', '201044.671000', '201044.673000', '201044.676000', '201044.678000', '201044.681000', '201044.684000', '201044.686000', '201044.689000', '201044.691000', '201044.694000', '201104.572000', '201104.575000', '201104.578000', '201104.595000', '201104.597000', '201104.600000', '201104.603000', '201104.605000', '201104.608000', '201104.611000', '201104.613000', '201104.616000', '201104.618000', '201104.621000', '201104.624000', '201104.626000', '201104.629000', '201104.631000', '201104.634000', '201104.637000', '201104.639000', '201104.642000', '201104.645000', '201104.648000', '201104.651000', '201104.653000', '201104.656000', '201104.659000', '201104.662000', '201104.664000', '201104.667000', '201104.669000', '201104.672000', '201104.675000', '201104.677000', '201104.680000', '201104.683000', '201104.685000', '201104.688000', '201104.690000', '201104.693000', '201104.696000', '201104.699000', '201124.574000', '201124.576000', '201124.579000', '201124.582000', '201124.584000', '201124.587000', '201124.590000', '201124.592000', '201124.595000', '201124.597000', '201124.600000', '201124.603000', '201124.605000', '201124.608000', '201124.611000', '201124.613000', '201124.616000', '201124.619000', '201124.621000', '201124.624000', '201124.626000', '201124.629000', '201124.632000', '201124.634000', '201124.637000', '201124.640000', '201124.642000', '201124.645000', '201124.647000', '201124.650000', '201124.652000', '201124.655000', '201124.658000', '201124.660000', '201124.663000', '201124.666000', '201124.668000', '201124.671000', '201124.673000', '201124.676000', '201124.679000', '201124.681000', '201124.684000', '201124.686000', '201144.574000', '201144.576000', '201144.579000', '201144.582000', '201144.584000', '201144.587000', '201144.590000', '201144.592000', '201144.595000', '201144.598000', '201144.600000', '201144.603000', '201144.606000', '201144.608000', '201144.611000', '201144.613000', '201144.616000', '201144.619000', '201144.621000', '201144.624000', '201144.627000', '201144.630000', '201144.633000', '201144.636000', '201144.638000', '201144.641000', '201144.643000', '201144.646000', '201144.649000', '201144.651000', '201144.654000', '201144.656000', '201144.659000', '201144.662000', '201144.664000', '201144.667000', '201144.669000', '201144.672000', '201144.675000', '201144.677000', '201144.680000', '201144.682000', '201144.685000', '201204.573000', '201204.575000', '201204.578000', '201204.581000', '201204.583000', '201204.586000', '201204.589000', '201204.591000', '201204.594000', '201204.596000', '201204.599000', '201204.602000', '201204.604000', '201204.607000', '201204.610000', '201204.612000', '201204.615000', '201204.618000', '201204.620000', '201204.623000', '201204.625000', '201204.639000', '201204.642000', '201204.644000', '201204.647000', '201204.649000', '201204.652000', '201204.655000', '201204.657000', '201204.660000', '201204.663000', '201204.665000', '201204.668000', '201204.670000', '201204.673000', '201204.676000', '201204.678000', '201204.681000', '201204.683000', '201204.686000', '201204.689000', '201204.691000', '201204.694000', '201204.696000', '201217.298000', '201217.301000', '201217.303000', '201217.306000', '201217.309000', '201217.313000', '201217.316000', '201217.319000', '201217.322000', '201217.325000', '201217.327000', '201217.330000', '201217.333000', '201217.354000', '201217.357000', '201217.360000', '201217.363000', '201217.365000', '201217.368000', '201217.371000', '201217.374000', '201217.376000', '201217.379000', '201217.382000', '201217.385000', '201217.389000', '201217.392000', '201217.395000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [10892, 13163, 10194, 13615, 10846, 10170, 10496, 10715, 12717, 10242, 12942, 10648, 10068, 10115, 10795, 12382, 10377, 12612, 10392, 11673, 10313, 11078, 10494, 10169, 12421, 10368, 10380, 10654, 9394, 10782, 10613, 11813, 10827, 11536, 10428, 11572, 10369, 10803, 11863, 10262, 13398, 10493, 11316, 10412, 10304, 11473, 9924, 13376, 10670, 13162, 10512, 12446, 10563, 10074, 11302, 10501, 13261, 9902, 15708, 10407, 11483, 10281, 9428, 11873, 10479, 13232, 10140, 13819, 10446, 12572, 10372, 8718, 11978, 10218, 13843, 10756, 13522, 10347, 11519, 10062, 10718, 12436, 10683, 10754, 10445, 10325, 15017, 10716, 10167, 12681, 9797, 16773, 10891, 12137, 10989, 10046, 13348, 10174, 14436, 10308, 13500, 10428, 10115, 11191, 10228, 12237, 10200, 11890, 10290, 11358, 10167, 11535, 10041, 7993, 10156, 10512, 11280, 9733, 12018, 10361, 11653, 9901, 10007, 11429, 10200, 13133, 10260, 16295, 11120, 9352, 11245, 10290, 14861, 9762, 16135, 10577, 15218, 10515, 16263, 10770, 10975, 10310, 10119, 12189, 9655, 13150, 10161, 10292, 9921, 10417, 11903, 10030, 13185, 10083, 15200, 10689, 11774, 10358, 9594, 11609, 10256, 13274, 10111, 12972, 10051, 13766, 10470, 9512, 11133, 9953, 13884, 10117, 14204, 10048, 11235, 10965, 10224, 13456, 10033, 14714, 10558, 11080, 10238, 10594, 12886, 10135, 15438, 10338, 14526, 10338, 14060, 10514, 9499, 11271, 10244, 13173, 9960, 12778, 10203, 10466, 9884, 9978, 10021, 10349, 11737, 9664, 11907, 9859, 8431, 10023, 10110, 11732, 10234, 11714, 10295, 8538, 10513, 10068, 12802, 10338, 13469, 10339, 12363, 10321, 10224, 12330, 9988, 14897, 10191, 12629, 10099, 9153, 12073, 10048, 13702, 10561, 14808, 10973, 9905, 12652, 10403, 13972, 10431, 16046, 10507, 11085, 11085, 9967, 14059, 10289, 12833, 10409, 10191, 11785, 8848, 9469, 8068, 8171, 10079, 8734, 13586, 10660, 11865, 10041, 9607, 13119, 9729, 9880, 16176, 11327, 11692, 17756, 15081, 17075, 13395, 14980, 16820, 10301, 17395, 11956, 14058, 11316, 9826, 12492, 10249, 14398, 10273, 12431, 10547, 8103, 10854, 10575, 11620, 10495, 9634, 10635, 9269, 11075, 10257, 11808, 11189, 9820, 11496, 9996, 12941, 10948, 10155, 10554, 10620, 12924, 10591, 13071, 10675, 10054, 11088, 10838, 13275, 10506, 14872, 10701, 9746, 10820, 10917, 12376, 10141, 13071, 10754, 9760, 10288, 11101, 12214, 10096, 12891, 10569, 10264, 10334, 10796, 11695, 10902, 11818, 10327, 9906, 10813, 10577, 12160, 10516, 10061, 10808, 10566, 12959, 10402, 11433, 10765, 10795, 13524, 10034, 16802, 10808, 11903, 11194, 10196, 13765, 10359, 14812, 11149, 14369, 10708, 10206, 12572, 10358, 14218, 10262, 15296, 11008, 9339, 10763, 10619, 13102, 10549, 12873, 10767, 10008, 10777, 10750, 12427, 10922, 10483, 10420, 10693, 12325, 10567, 12943, 10508, 9843, 11743, 10558, 13862, 10454, 14443, 10931, 8533, 11451, 10311, 13898, 10695, 12343, 10584, 9674, 12927, 10251, 13684, 10930, 12050, 10501, 10183, 12664, 10313, 13936, 10474, 12398, 10531, 10796, 13031, 9690, 15912, 10875, 9456, 11225, 10261, 13868, 10717, 9564, 10827, 10367, 13163, 10385, 12394, 10932, 9674, 11253, 10310, 13638, 10350, 14114, 10777, 10632, 12345, 10017, 11147, 10264, 10106, 13693, 10654, 10107, 12128, 9992, 10160, 11088, 9900, 13524, 10536, 9446, 12338, 10103, 8764, 12397, 9859, 7915, 11137, 9533, 12998, 10056, 8593, 10509, 9579, 12690, 9543, 10958, 9954, 7877, 11398, 9267, 12054, 10361, 9333, 9731, 9330, 12636, 9648, 13715, 10113, 12860, 10700, 8362, 12946, 9591, 15899, 10373, 13670, 10474, 10176, 11817, 9420, 13695, 9361, 14186, 10616, 11731, 10214, 8709, 11506, 8289, 13712, 9448, 14085, 9715, 13933, 10156, 10699, 10003, 9760, 12061, 9042, 12963, 9818, 11493, 9642, 9916, 10038, 9094, 11984, 9356, 13744, 10058, 14002, 10196, 11471, 10091, 9944, 10839, 8763, 11895, 8843, 13941, 10038, 10032, 9672, 8758, 11377, 8919, 12272, 8965, 13007, 9902, 10174, 9582, 8998, 11384, 9100, 13138, 9478, 10668, 9507, 8824, 10283, 8534, 11969, 8818, 13126, 9568, 12770, 9677, 11789, 9706, 9280, 9400, 8618, 11202, 8750, 12093, 9420, 11305, 9342, 8828, 9314, 8794, 11146, 8847, 12131, 9347, 13144, 10147, 9944, 9900, 8512, 12749, 8313, 13212, 9904, 13977, 10389, 8937, 9553, 8444, 13837, 10103, 10617, 9430, 7543, 13566, 10295, 8008, 13881, 10202, 9341, 12033, 8329, 15824, 11082, 8830, 12767, 9071, 15847, 11412, 10189, 11728, 8427, 14467, 9950, 12172, 10463, 8902, 11526, 8931, 12733, 9537, 12670, 10216, 8490, 11305, 8413, 12684, 10128, 9511, 9815, 8295, 11716, 8850, 9466, 9230, 10175, 10962, 10763, 9439, 10807, 10458, 9990, 10841, 10291, 11534, 10018, 10772, 15085, 11726, 13099, 16280, 12349, 15706, 15685, 12150, 11778, 10408, 12671, 10692, 11153, 10825, 10869, 12470, 8639, 13173, 10484, 10391, 13034, 10512, 10532, 11051, 10589, 14681, 9786, 15554, 11164, 9816, 10454, 10088, 13513, 10429, 9692, 10842, 10226, 9586, 10443, 9613, 14353, 10096, 10239, 10330, 9731, 12243, 10256, 13269, 10500, 13698, 10497, 12205, 10181, 9711, 10573, 9258, 11822, 10303, 11848, 10222, 12613, 9854, 9039, 10150, 10701, 10957, 9331, 12909, 9558, 14338, 10895, 16188, 10998, 10032, 11025, 10949, 12363, 11645, 12434, 10729, 12889, 10578, 14802, 9888, 14635, 10262, 14858, 11054, 12274, 10969, 10958, 11974, 9730, 13776, 10237, 14081, 10606, 15731, 11518, 10241, 10481, 10936, 13491, 11209, 15420, 9010, 9612, 9690, 8446, 12014, 9924, 8266, 12246, 9846, 8954, 13197, 9947, 10701, 10743, 11374, 10290, 11371, 9896, 10179, 11557, 9748, 10519, 10168, 8258, 12344, 12013, 9459, 17411, 13675, 12561, 11749, 8784, 14367, 12075, 8969, 15542, 11823, 8543, 13704, 9772, 11692, 10539, 8917, 12432, 9587, 10531, 10007, 7882, 10145, 7875, 10997, 8053, 10799, 9259, 10355, 9336, 9133, 9033, 8153, 8842, 7701, 9921, 7814, 10271, 9477, 10888, 9289, 9668, 8985, 8602, 10138, 8117, 12287, 7971, 13301, 9132, 14089, 10847, 15898, 11070, 11661, 10606, 9334, 12722, 8395, 13787, 8537, 14388, 9036, 14768, 10353, 13441, 10461, 13062, 10356, 12165, 10622, 11048, 9983, 8442, 9866, 8247, 10561, 7184, 11197, 8678, 10206, 9888, 7456, 11314, 10170, 7718, 10762, 7698, 14407, 10750, 13555, 11048, 11277, 11449, 8405, 13376, 8555, 15144, 11347, 12946, 10466, 7834, 12545, 8746, 15268, 9837, 14106, 11274, 15425, 11353, 8327, 12155, 8354, 13641, 9811, 15155, 10606, 11539, 10125, 8379, 13266, 9352, 8978, 10554, 7368, 13075, 10631, 8358, 12563, 9372, 8404, 10785, 7865, 14426, 10127, 10083, 9291, 7945, 11877, 8142, 12100, 8967, 11006, 9971, 8055, 10580, 8186, 11089, 9703, 7818, 10342, 7456, 11219, 9297, 7843, 10451, 7803, 11109, 9429, 9727, 9588, 7568, 11288, 8495, 13384, 10379, 9709, 10904, 7686, 12784, 10181, 14498, 11233, 7832, 11597, 8086, 14372, 10838, 13269, 10275, 7904, 11445, 8188, 13982, 10017, 12607, 10646, 8848, 11845, 8215, 12956, 10283, 10006, 10331, 7917, 12580, 9018, 13171, 10938, 10303, 10518, 7715, 12768, 9305, 14794, 10885, 8504, 10266, 7549, 12442, 10135, 9419, 9511, 7398, 12274, 9593, 10257, 9506, 7463, 11544, 9496, 9858, 9175, 7224, 11343, 9331, 12624, 10108, 7948, 11216, 8283, 15188, 9985, 11843, 10239, 8458, 12585, 7950, 13088, 10351, 10846, 10792, 7746, 13165, 9403, 13781, 10778, 8039, 11466, 7868, 12798, 10293, 9656, 9668, 7552, 12386, 9765, 10376, 9537, 7512, 11780, 9440, 9595, 9894, 7299, 11872, 9772, 9495, 9938, 9506, 10333, 9764, 7396, 12494, 10111, 7940, 11524, 8430, 14765, 10912, 7510, 11784, 8152, 13248, 10469, 10109, 9392, 7331, 11613, 9021, 13474, 10923, 9263, 12117, 8799, 13427, 9954, 11594, 9935, 10522, 9354, 7781, 7843, 9773, 8643, 8595, 10809, 9325, 14325, 10354, 9223, 12522, 9913, 15318, 12347, 16253, 14039, 15448, 14213, 17105, 12064, 10418, 12637, 10044, 12668, 10608, 8962, 13863, 10306, 8865, 12175, 9338, 13840, 10689, 10149, 11313, 8755, 13410, 10925, 12919, 11410, 10555, 12494, 11383, 13067, 11305, 12631, 10386, 9891, 9712, 7444, 8557, 9516, 10787, 9440, 12445, 9533, 14445, 11057, 11536, 12121, 9159, 14651, 10781, 11713], 'WindowCenter': [4264.0, 4266.0, 4223.0, 4250.0, 4230.0, 4219.0, 4219.0, 4218.0, 4239.0, 4217.0, 4227.0, 4218.0, 4207.0, 4206.0, 4216.0, 4226.0, 4206.0, 4238.0, 4219.0, 4228.0, 4219.0, 4217.0, 4219.0, 4220.0, 4238.0, 4221.0, 4218.0, 4220.0, 4221.0, 4231.0, 4219.0, 4230.0, 4230.0, 4229.0, 4231.0, 4230.0, 4220.0, 4218.0, 4228.0, 4220.0, 4240.0, 4220.0, 4230.0, 4219.0, 4219.0, 4230.0, 4219.0, 4240.0, 4219.0, 4237.0, 4220.0, 4241.0, 4219.0, 4209.0, 4230.0, 4218.0, 4251.0, 4221.0, 4260.0, 4219.0, 4228.0, 4219.0, 4210.0, 4229.0, 4219.0, 4239.0, 4219.0, 4250.0, 4220.0, 4228.0, 4207.0, 4198.0, 4230.0, 4218.0, 4240.0, 4218.0, 4239.0, 4222.0, 4229.0, 4220.0, 4218.0, 4238.0, 4221.0, 4218.0, 4218.0, 4221.0, 4260.0, 4221.0, 4219.0, 4242.0, 4221.0, 4261.0, 4219.0, 4228.0, 4218.0, 4207.0, 4238.0, 4208.0, 4237.0, 4220.0, 4239.0, 4217.0, 4206.0, 4217.0, 4218.0, 4239.0, 4220.0, 4228.0, 4220.0, 4218.0, 4219.0, 4229.0, 4209.0, 4188.0, 4219.0, 4219.0, 4230.0, 4209.0, 4239.0, 4221.0, 4231.0, 4221.0, 4219.0, 4232.0, 4221.0, 4252.0, 4232.0, 4261.0, 4231.0, 4209.0, 4228.0, 4219.0, 4248.0, 4207.0, 4259.0, 4219.0, 4247.0, 4218.0, 4247.0, 4218.0, 4215.0, 4206.0, 4217.0, 4239.0, 4208.0, 4238.0, 4218.0, 4218.0, 4219.0, 4219.0, 4230.0, 4208.0, 4240.0, 4220.0, 4249.0, 4219.0, 4229.0, 4208.0, 4208.0, 4229.0, 4207.0, 4238.0, 4218.0, 4239.0, 4221.0, 4238.0, 4219.0, 4208.0, 4229.0, 4221.0, 4249.0, 4219.0, 4249.0, 4220.0, 4229.0, 4220.0, 4218.0, 4238.0, 4219.0, 4250.0, 4219.0, 4228.0, 4218.0, 4218.0, 4239.0, 4218.0, 4250.0, 4207.0, 4237.0, 4218.0, 4238.0, 4218.0, 4195.0, 4216.0, 4217.0, 4236.0, 4206.0, 4226.0, 4208.0, 4217.0, 4209.0, 4206.0, 4208.0, 4207.0, 4227.0, 4209.0, 4228.0, 4219.0, 4198.0, 4220.0, 4222.0, 4230.0, 4221.0, 4229.0, 4219.0, 4200.0, 4219.0, 4219.0, 4240.0, 4219.0, 4241.0, 4221.0, 4239.0, 4219.0, 4218.0, 4239.0, 4220.0, 4248.0, 4219.0, 4238.0, 4219.0, 4210.0, 4241.0, 4220.0, 4252.0, 4220.0, 4263.0, 4230.0, 4219.0, 4240.0, 4219.0, 4251.0, 4221.0, 4260.0, 4220.0, 4218.0, 4230.0, 4221.0, 4249.0, 4219.0, 4239.0, 4220.0, 4220.0, 4242.0, 4211.0, 4210.0, 4189.0, 4188.0, 4222.0, 4213.0, 4241.0, 4218.0, 4228.0, 4208.0, 4209.0, 4241.0, 4221.0, 4223.0, 4273.0, 4232.0, 4231.0, 4261.0, 4239.0, 4237.0, 4216.0, 4224.0, 4234.0, 4194.0, 4233.0, 4201.0, 4198.0, 4177.0, 4166.0, 4186.0, 4178.0, 4207.0, 4177.0, 4196.0, 4189.0, 4159.0, 4189.0, 4189.0, 4199.0, 4191.0, 4179.0, 4192.0, 4194.0, 4215.0, 4207.0, 4214.0, 4215.0, 4206.0, 4215.0, 4205.0, 4225.0, 4216.0, 4219.0, 4207.0, 4206.0, 4227.0, 4207.0, 4240.0, 4218.0, 4208.0, 4217.0, 4216.0, 4237.0, 4219.0, 4247.0, 4219.0, 4208.0, 4217.0, 4230.0, 4238.0, 4219.0, 4238.0, 4219.0, 4207.0, 4217.0, 4230.0, 4228.0, 4218.0, 4237.0, 4219.0, 4220.0, 4219.0, 4218.0, 4228.0, 4231.0, 4241.0, 4221.0, 4220.0, 4230.0, 4220.0, 4241.0, 4231.0, 4220.0, 4230.0, 4219.0, 4252.0, 4232.0, 4230.0, 4231.0, 4219.0, 4250.0, 4221.0, 4260.0, 4220.0, 4228.0, 4229.0, 4219.0, 4238.0, 4207.0, 4237.0, 4217.0, 4249.0, 4217.0, 4206.0, 4227.0, 4206.0, 4237.0, 4207.0, 4247.0, 4217.0, 4195.0, 4217.0, 4217.0, 4237.0, 4206.0, 4226.0, 4218.0, 4208.0, 4219.0, 4219.0, 4228.0, 4230.0, 4221.0, 4220.0, 4220.0, 4229.0, 4220.0, 4240.0, 4219.0, 4208.0, 4229.0, 4220.0, 4250.0, 4219.0, 4250.0, 4219.0, 4199.0, 4230.0, 4219.0, 4239.0, 4219.0, 4228.0, 4219.0, 4210.0, 4239.0, 4208.0, 4239.0, 4230.0, 4231.0, 4218.0, 4207.0, 4227.0, 4207.0, 4238.0, 4218.0, 4227.0, 4206.0, 4217.0, 4238.0, 4208.0, 4248.0, 4218.0, 4197.0, 4218.0, 4217.0, 4238.0, 4219.0, 4207.0, 4217.0, 4222.0, 4238.0, 4220.0, 4228.0, 4219.0, 4209.0, 4218.0, 4208.0, 4239.0, 4208.0, 4250.0, 4219.0, 4219.0, 4240.0, 4208.0, 4217.0, 4207.0, 4219.0, 4240.0, 4217.0, 4208.0, 4238.0, 4220.0, 4208.0, 4218.0, 4209.0, 4239.0, 4219.0, 4208.0, 4228.0, 4208.0, 4200.0, 4228.0, 4208.0, 4176.0, 4217.0, 4210.0, 4227.0, 4209.0, 4198.0, 4207.0, 4209.0, 4229.0, 4209.0, 4218.0, 4206.0, 4189.0, 4229.0, 4198.0, 4229.0, 4220.0, 4211.0, 4211.0, 4211.0, 4241.0, 4210.0, 4251.0, 4221.0, 4240.0, 4220.0, 4188.0, 4240.0, 4210.0, 4261.0, 4220.0, 4238.0, 4218.0, 4219.0, 4228.0, 4198.0, 4238.0, 4198.0, 4238.0, 4218.0, 4227.0, 4207.0, 4186.0, 4218.0, 4187.0, 4239.0, 4196.0, 4236.0, 4197.0, 4238.0, 4207.0, 4218.0, 4207.0, 4207.0, 4226.0, 4196.0, 4227.0, 4208.0, 4227.0, 4209.0, 4207.0, 4207.0, 4197.0, 4228.0, 4208.0, 4238.0, 4208.0, 4238.0, 4219.0, 4229.0, 4207.0, 4196.0, 4217.0, 4185.0, 4216.0, 4198.0, 4236.0, 4207.0, 4206.0, 4207.0, 4187.0, 4216.0, 4196.0, 4227.0, 4197.0, 4238.0, 4209.0, 4208.0, 4208.0, 4198.0, 4228.0, 4198.0, 4238.0, 4209.0, 4218.0, 4209.0, 4198.0, 4208.0, 4187.0, 4228.0, 4199.0, 4238.0, 4208.0, 4228.0, 4208.0, 4228.0, 4210.0, 4197.0, 4197.0, 4197.0, 4219.0, 4200.0, 4228.0, 4199.0, 4218.0, 4209.0, 4199.0, 4209.0, 4198.0, 4230.0, 4198.0, 4240.0, 4210.0, 4239.0, 4220.0, 4208.0, 4221.0, 4199.0, 4239.0, 4189.0, 4238.0, 4221.0, 4252.0, 4220.0, 4210.0, 4210.0, 4201.0, 4253.0, 4222.0, 4221.0, 4210.0, 4179.0, 4241.0, 4220.0, 4202.0, 4251.0, 4222.0, 4212.0, 4231.0, 4203.0, 4252.0, 4232.0, 4200.0, 4241.0, 4201.0, 4251.0, 4230.0, 4208.0, 4218.0, 4190.0, 4238.0, 4209.0, 4228.0, 4219.0, 4198.0, 4218.0, 4197.0, 4228.0, 4209.0, 4228.0, 4208.0, 4187.0, 4217.0, 4189.0, 4228.0, 4208.0, 4197.0, 4197.0, 4188.0, 4230.0, 4199.0, 4208.0, 4198.0, 4207.0, 4207.0, 4208.0, 4186.0, 4206.0, 4209.0, 4198.0, 4221.0, 4212.0, 4232.0, 4211.0, 4221.0, 4240.0, 4219.0, 4228.0, 4251.0, 4217.0, 4241.0, 4238.0, 4217.0, 4203.0, 4195.0, 4214.0, 4192.0, 4177.0, 4194.0, 4193.0, 4202.0, 4161.0, 4211.0, 4191.0, 4183.0, 4213.0, 4192.0, 4180.0, 4191.0, 4182.0, 4223.0, 4181.0, 4223.0, 4205.0, 4182.0, 4191.0, 4193.0, 4211.0, 4182.0, 4182.0, 4193.0, 4207.0, 4184.0, 4206.0, 4198.0, 4237.0, 4207.0, 4196.0, 4207.0, 4209.0, 4217.0, 4205.0, 4226.0, 4195.0, 4236.0, 4207.0, 4216.0, 4196.0, 4194.0, 4207.0, 4198.0, 4216.0, 4207.0, 4217.0, 4208.0, 4230.0, 4209.0, 4198.0, 4209.0, 4218.0, 4219.0, 4200.0, 4239.0, 4209.0, 4251.0, 4233.0, 4262.0, 4220.0, 4210.0, 4219.0, 4208.0, 4229.0, 4216.0, 4229.0, 4207.0, 4227.0, 4207.0, 4238.0, 4196.0, 4237.0, 4206.0, 4238.0, 4218.0, 4215.0, 4205.0, 4205.0, 4216.0, 4196.0, 4237.0, 4207.0, 4236.0, 4207.0, 4248.0, 4216.0, 4195.0, 4204.0, 4193.0, 4228.0, 4193.0, 4235.0, 4185.0, 4192.0, 4193.0, 4174.0, 4213.0, 4193.0, 4184.0, 4216.0, 4195.0, 4185.0, 4226.0, 4206.0, 4206.0, 4218.0, 4229.0, 4217.0, 4217.0, 4194.0, 4193.0, 4214.0, 4194.0, 4205.0, 4205.0, 4175.0, 4214.0, 4215.0, 4184.0, 4222.0, 4188.0, 4174.0, 4174.0, 4145.0, 4209.0, 4187.0, 4159.0, 4208.0, 4185.0, 4156.0, 4196.0, 4167.0, 4188.0, 4177.0, 4158.0, 4201.0, 4170.0, 4179.0, 4181.0, 4162.0, 4181.0, 4148.0, 4190.0, 4159.0, 4191.0, 4185.0, 4193.0, 4196.0, 4184.0, 4185.0, 4188.0, 4197.0, 4166.0, 4197.0, 4177.0, 4194.0, 4196.0, 4206.0, 4197.0, 4197.0, 4197.0, 4187.0, 4207.0, 4189.0, 4242.0, 4177.0, 4225.0, 4183.0, 4223.0, 4203.0, 4232.0, 4203.0, 4202.0, 4193.0, 4183.0, 4213.0, 4172.0, 4223.0, 4172.0, 4235.0, 4184.0, 4223.0, 4192.0, 4222.0, 4202.0, 4212.0, 4194.0, 4214.0, 4204.0, 4202.0, 4193.0, 4172.0, 4195.0, 4186.0, 4207.0, 4167.0, 4216.0, 4199.0, 4206.0, 4208.0, 4180.0, 4231.0, 4219.0, 4191.0, 4219.0, 4191.0, 4249.0, 4231.0, 4241.0, 4220.0, 4220.0, 4219.0, 4186.0, 4226.0, 4188.0, 4248.0, 4216.0, 4224.0, 4205.0, 4164.0, 4214.0, 4184.0, 4236.0, 4195.0, 4224.0, 4216.0, 4235.0, 4204.0, 4173.0, 4211.0, 4160.0, 4223.0, 4194.0, 4222.0, 4193.0, 4201.0, 4192.0, 4173.0, 4222.0, 4183.0, 4181.0, 4191.0, 4150.0, 4211.0, 4192.0, 4173.0, 4214.0, 4194.0, 4173.0, 4203.0, 4175.0, 4223.0, 4192.0, 4190.0, 4169.0, 4161.0, 4201.0, 4161.0, 4200.0, 4183.0, 4201.0, 4195.0, 4173.0, 4202.0, 4184.0, 4204.0, 4207.0, 4177.0, 4219.0, 4178.0, 4215.0, 4195.0, 4174.0, 4204.0, 4163.0, 4204.0, 4184.0, 4195.0, 4195.0, 4164.0, 4206.0, 4185.0, 4226.0, 4206.0, 4194.0, 4205.0, 4163.0, 4213.0, 4205.0, 4226.0, 4204.0, 4162.0, 4203.0, 4161.0, 4234.0, 4205.0, 4213.0, 4193.0, 4161.0, 4202.0, 4173.0, 4224.0, 4194.0, 4213.0, 4192.0, 4183.0, 4212.0, 4174.0, 4213.0, 4193.0, 4195.0, 4193.0, 4173.0, 4225.0, 4183.0, 4225.0, 4206.0, 4192.0, 4204.0, 4163.0, 4225.0, 4194.0, 4234.0, 4205.0, 4184.0, 4194.0, 4174.0, 4213.0, 4194.0, 4184.0, 4195.0, 4164.0, 4215.0, 4196.0, 4205.0, 4194.0, 4164.0, 4216.0, 4195.0, 4196.0, 4197.0, 4166.0, 4218.0, 4196.0, 4227.0, 4207.0, 4176.0, 4216.0, 4185.0, 4234.0, 4194.0, 4215.0, 4204.0, 4186.0, 4224.0, 4174.0, 4223.0, 4205.0, 4215.0, 4204.0, 4163.0, 4225.0, 4182.0, 4225.0, 4204.0, 4161.0, 4213.0, 4163.0, 4224.0, 4204.0, 4192.0, 4183.0, 4162.0, 4224.0, 4195.0, 4204.0, 4194.0, 4163.0, 4215.0, 4196.0, 4194.0, 4195.0, 4163.0, 4216.0, 4205.0, 4194.0, 4195.0, 4194.0, 4192.0, 4192.0, 4164.0, 4224.0, 4204.0, 4175.0, 4215.0, 4186.0, 4236.0, 4205.0, 4152.0, 4214.0, 4162.0, 4224.0, 4204.0, 4204.0, 4184.0, 4163.0, 4215.0, 4184.0, 4239.0, 4215.0, 4194.0, 4224.0, 4184.0, 4239.0, 4219.0, 4239.0, 4231.0, 4241.0, 4194.0, 4174.0, 4163.0, 4193.0, 4196.0, 4197.0, 4217.0, 4195.0, 4235.0, 4207.0, 4198.0, 4227.0, 4196.0, 4237.0, 4214.0, 4236.0, 4224.0, 4221.0, 4221.0, 4231.0, 4213.0, 4189.0, 4198.0, 4179.0, 4199.0, 4191.0, 4171.0, 4221.0, 4191.0, 4169.0, 4199.0, 4169.0, 4223.0, 4192.0, 4180.0, 4190.0, 4182.0, 4223.0, 4203.0, 4212.0, 4202.0, 4192.0, 4211.0, 4214.0, 4212.0, 4191.0, 4199.0, 4192.0, 4178.0, 4171.0, 4151.0, 4172.0, 4196.0, 4188.0, 4183.0, 4200.0, 4167.0, 4207.0, 4190.0, 4189.0, 4199.0, 4171.0, 4211.0, 4190.0, 4188.0], 'WindowWidth': [9449.0, 9436.0, 9368.0, 9400.0, 9373.0, 9356.0, 9357.0, 9351.0, 9381.0, 9349.0, 9362.0, 9352.0, 9337.0, 9331.0, 9344.0, 9358.0, 9332.0, 9379.0, 9354.0, 9364.0, 9353.0, 9347.0, 9355.0, 9359.0, 9379.0, 9360.0, 9351.0, 9356.0, 9363.0, 9373.0, 9355.0, 9371.0, 9369.0, 9370.0, 9374.0, 9370.0, 9356.0, 9351.0, 9366.0, 9357.0, 9385.0, 9358.0, 9369.0, 9354.0, 9353.0, 9372.0, 9356.0, 9385.0, 9355.0, 9377.0, 9357.0, 9389.0, 9356.0, 9340.0, 9369.0, 9352.0, 9401.0, 9360.0, 9411.0, 9356.0, 9364.0, 9356.0, 9345.0, 9368.0, 9354.0, 9382.0, 9355.0, 9399.0, 9358.0, 9364.0, 9336.0, 9324.0, 9369.0, 9352.0, 9384.0, 9353.0, 9384.0, 9366.0, 9369.0, 9357.0, 9351.0, 9379.0, 9358.0, 9353.0, 9353.0, 9362.0, 9414.0, 9360.0, 9353.0, 9390.0, 9363.0, 9417.0, 9355.0, 9367.0, 9352.0, 9336.0, 9380.0, 9336.0, 9375.0, 9357.0, 9380.0, 9349.0, 9333.0, 9349.0, 9351.0, 9383.0, 9356.0, 9365.0, 9358.0, 9352.0, 9357.0, 9370.0, 9341.0, 9312.0, 9352.0, 9354.0, 9371.0, 9342.0, 9382.0, 9361.0, 9375.0, 9362.0, 9356.0, 9377.0, 9359.0, 9404.0, 9379.0, 9417.0, 9374.0, 9341.0, 9366.0, 9356.0, 9396.0, 9336.0, 9411.0, 9353.0, 9390.0, 9353.0, 9392.0, 9352.0, 9343.0, 9331.0, 9349.0, 9382.0, 9338.0, 9380.0, 9353.0, 9352.0, 9356.0, 9355.0, 9371.0, 9339.0, 9382.0, 9358.0, 9396.0, 9356.0, 9367.0, 9337.0, 9339.0, 9368.0, 9335.0, 9380.0, 9350.0, 9381.0, 9360.0, 9381.0, 9355.0, 9338.0, 9368.0, 9359.0, 9396.0, 9354.0, 9394.0, 9358.0, 9370.0, 9356.0, 9351.0, 9379.0, 9354.0, 9397.0, 9355.0, 9366.0, 9352.0, 9353.0, 9382.0, 9351.0, 9398.0, 9336.0, 9377.0, 9353.0, 9380.0, 9349.0, 9315.0, 9345.0, 9349.0, 9373.0, 9333.0, 9359.0, 9336.0, 9349.0, 9341.0, 9334.0, 9339.0, 9334.0, 9362.0, 9343.0, 9364.0, 9355.0, 9326.0, 9356.0, 9364.0, 9370.0, 9359.0, 9368.0, 9356.0, 9332.0, 9356.0, 9354.0, 9384.0, 9355.0, 9387.0, 9360.0, 9381.0, 9353.0, 9349.0, 9382.0, 9359.0, 9394.0, 9355.0, 9380.0, 9356.0, 9347.0, 9386.0, 9357.0, 9403.0, 9359.0, 9421.0, 9372.0, 9354.0, 9383.0, 9353.0, 9402.0, 9359.0, 9414.0, 9358.0, 9351.0, 9371.0, 9359.0, 9396.0, 9354.0, 9380.0, 9356.0, 9358.0, 9392.0, 9348.0, 9343.0, 9313.0, 9309.0, 9366.0, 9355.0, 9387.0, 9350.0, 9363.0, 9337.0, 9339.0, 9385.0, 9359.0, 9366.0, 9434.0, 9378.0, 9373.0, 9419.0, 9381.0, 9379.0, 9343.0, 9348.0, 9367.0, 9307.0, 9363.0, 9313.0, 9305.0, 9272.0, 9257.0, 9284.0, 9276.0, 9313.0, 9273.0, 9297.0, 9293.0, 9256.0, 9294.0, 9295.0, 9308.0, 9301.0, 9283.0, 9304.0, 9312.0, 9340.0, 9335.0, 9338.0, 9340.0, 9333.0, 9341.0, 9327.0, 9355.0, 9344.0, 9352.0, 9334.0, 9332.0, 9360.0, 9332.0, 9382.0, 9351.0, 9336.0, 9347.0, 9344.0, 9374.0, 9354.0, 9389.0, 9354.0, 9336.0, 9348.0, 9369.0, 9379.0, 9352.0, 9379.0, 9353.0, 9336.0, 9350.0, 9369.0, 9366.0, 9350.0, 9375.0, 9355.0, 9356.0, 9353.0, 9350.0, 9365.0, 9374.0, 9389.0, 9362.0, 9358.0, 9370.0, 9355.0, 9388.0, 9374.0, 9359.0, 9371.0, 9354.0, 9404.0, 9377.0, 9371.0, 9374.0, 9355.0, 9398.0, 9359.0, 9413.0, 9356.0, 9365.0, 9368.0, 9352.0, 9377.0, 9333.0, 9375.0, 9349.0, 9395.0, 9347.0, 9330.0, 9360.0, 9333.0, 9376.0, 9334.0, 9387.0, 9348.0, 9316.0, 9348.0, 9347.0, 9373.0, 9332.0, 9358.0, 9349.0, 9337.0, 9353.0, 9353.0, 9363.0, 9370.0, 9360.0, 9356.0, 9355.0, 9367.0, 9355.0, 9384.0, 9355.0, 9337.0, 9367.0, 9357.0, 9397.0, 9354.0, 9396.0, 9353.0, 9326.0, 9369.0, 9351.0, 9381.0, 9352.0, 9365.0, 9354.0, 9342.0, 9381.0, 9338.0, 9381.0, 9371.0, 9372.0, 9350.0, 9333.0, 9361.0, 9335.0, 9379.0, 9351.0, 9361.0, 9331.0, 9345.0, 9377.0, 9336.0, 9390.0, 9349.0, 9319.0, 9349.0, 9348.0, 9377.0, 9352.0, 9334.0, 9347.0, 9360.0, 9378.0, 9355.0, 9364.0, 9352.0, 9341.0, 9350.0, 9335.0, 9379.0, 9336.0, 9397.0, 9353.0, 9352.0, 9380.0, 9337.0, 9347.0, 9335.0, 9354.0, 9383.0, 9348.0, 9336.0, 9379.0, 9356.0, 9336.0, 9349.0, 9338.0, 9379.0, 9351.0, 9336.0, 9364.0, 9338.0, 9332.0, 9365.0, 9337.0, 9292.0, 9347.0, 9344.0, 9362.0, 9339.0, 9322.0, 9333.0, 9341.0, 9365.0, 9338.0, 9350.0, 9332.0, 9313.0, 9365.0, 9322.0, 9365.0, 9354.0, 9346.0, 9347.0, 9345.0, 9387.0, 9342.0, 9399.0, 9360.0, 9384.0, 9355.0, 9309.0, 9381.0, 9341.0, 9415.0, 9354.0, 9377.0, 9351.0, 9352.0, 9362.0, 9321.0, 9376.0, 9323.0, 9377.0, 9351.0, 9361.0, 9334.0, 9304.0, 9348.0, 9307.0, 9377.0, 9317.0, 9370.0, 9319.0, 9376.0, 9334.0, 9350.0, 9332.0, 9333.0, 9358.0, 9318.0, 9359.0, 9335.0, 9362.0, 9339.0, 9333.0, 9333.0, 9318.0, 9364.0, 9339.0, 9377.0, 9335.0, 9379.0, 9353.0, 9367.0, 9335.0, 9316.0, 9345.0, 9299.0, 9344.0, 9322.0, 9370.0, 9334.0, 9329.0, 9333.0, 9308.0, 9344.0, 9317.0, 9360.0, 9321.0, 9377.0, 9339.0, 9335.0, 9335.0, 9322.0, 9364.0, 9324.0, 9376.0, 9340.0, 9349.0, 9338.0, 9323.0, 9337.0, 9307.0, 9361.0, 9328.0, 9377.0, 9337.0, 9362.0, 9338.0, 9365.0, 9342.0, 9320.0, 9321.0, 9321.0, 9350.0, 9328.0, 9364.0, 9326.0, 9350.0, 9340.0, 9327.0, 9341.0, 9323.0, 9368.0, 9323.0, 9382.0, 9344.0, 9378.0, 9356.0, 9337.0, 9358.0, 9330.0, 9381.0, 9313.0, 9379.0, 9358.0, 9403.0, 9357.0, 9343.0, 9344.0, 9332.0, 9406.0, 9363.0, 9359.0, 9344.0, 9300.0, 9384.0, 9356.0, 9335.0, 9401.0, 9360.0, 9346.0, 9370.0, 9337.0, 9405.0, 9375.0, 9327.0, 9384.0, 9333.0, 9400.0, 9367.0, 9334.0, 9349.0, 9314.0, 9377.0, 9338.0, 9362.0, 9350.0, 9324.0, 9348.0, 9319.0, 9361.0, 9338.0, 9362.0, 9334.0, 9305.0, 9346.0, 9312.0, 9362.0, 9335.0, 9318.0, 9316.0, 9308.0, 9369.0, 9326.0, 9335.0, 9322.0, 9328.0, 9328.0, 9330.0, 9299.0, 9322.0, 9335.0, 9319.0, 9352.0, 9343.0, 9371.0, 9343.0, 9354.0, 9382.0, 9349.0, 9357.0, 9403.0, 9344.0, 9394.0, 9376.0, 9342.0, 9314.0, 9309.0, 9332.0, 9298.0, 9271.0, 9306.0, 9303.0, 9311.0, 9256.0, 9325.0, 9298.0, 9287.0, 9327.0, 9300.0, 9282.0, 9296.0, 9284.0, 9341.0, 9281.0, 9343.0, 9322.0, 9289.0, 9297.0, 9305.0, 9322.0, 9283.0, 9285.0, 9301.0, 9327.0, 9293.0, 9326.0, 9320.0, 9369.0, 9329.0, 9312.0, 9328.0, 9337.0, 9343.0, 9324.0, 9350.0, 9309.0, 9368.0, 9331.0, 9339.0, 9313.0, 9307.0, 9330.0, 9321.0, 9341.0, 9331.0, 9342.0, 9332.0, 9366.0, 9338.0, 9320.0, 9336.0, 9348.0, 9351.0, 9327.0, 9377.0, 9338.0, 9397.0, 9376.0, 9417.0, 9355.0, 9341.0, 9351.0, 9332.0, 9361.0, 9343.0, 9361.0, 9327.0, 9357.0, 9331.0, 9374.0, 9313.0, 9371.0, 9326.0, 9375.0, 9347.0, 9339.0, 9325.0, 9323.0, 9342.0, 9316.0, 9370.0, 9332.0, 9367.0, 9331.0, 9392.0, 9340.0, 9309.0, 9322.0, 9304.0, 9358.0, 9302.0, 9367.0, 9298.0, 9305.0, 9307.0, 9282.0, 9332.0, 9305.0, 9299.0, 9341.0, 9312.0, 9300.0, 9356.0, 9329.0, 9327.0, 9348.0, 9365.0, 9349.0, 9347.0, 9311.0, 9309.0, 9337.0, 9310.0, 9325.0, 9326.0, 9286.0, 9332.0, 9336.0, 9292.0, 9341.0, 9283.0, 9257.0, 9259.0, 9223.0, 9316.0, 9284.0, 9248.0, 9316.0, 9279.0, 9244.0, 9293.0, 9259.0, 9287.0, 9270.0, 9247.0, 9309.0, 9266.0, 9277.0, 9284.0, 9262.0, 9282.0, 9237.0, 9292.0, 9253.0, 9298.0, 9296.0, 9306.0, 9313.0, 9295.0, 9299.0, 9308.0, 9317.0, 9274.0, 9315.0, 9289.0, 9309.0, 9316.0, 9327.0, 9318.0, 9317.0, 9317.0, 9302.0, 9330.0, 9310.0, 9387.0, 9293.0, 9352.0, 9293.0, 9348.0, 9320.0, 9359.0, 9317.0, 9315.0, 9305.0, 9291.0, 9332.0, 9276.0, 9347.0, 9275.0, 9364.0, 9298.0, 9347.0, 9302.0, 9341.0, 9316.0, 9327.0, 9306.0, 9335.0, 9321.0, 9316.0, 9308.0, 9276.0, 9312.0, 9304.0, 9331.0, 9283.0, 9343.0, 9324.0, 9329.0, 9333.0, 9304.0, 9371.0, 9354.0, 9319.0, 9352.0, 9318.0, 9393.0, 9372.0, 9384.0, 9351.0, 9354.0, 9348.0, 9301.0, 9356.0, 9306.0, 9392.0, 9343.0, 9350.0, 9326.0, 9268.0, 9336.0, 9296.0, 9371.0, 9311.0, 9348.0, 9341.0, 9369.0, 9319.0, 9276.0, 9326.0, 9254.0, 9345.0, 9306.0, 9342.0, 9301.0, 9311.0, 9302.0, 9280.0, 9343.0, 9292.0, 9288.0, 9298.0, 9242.0, 9325.0, 9301.0, 9280.0, 9334.0, 9310.0, 9279.0, 9318.0, 9284.0, 9346.0, 9300.0, 9296.0, 9267.0, 9257.0, 9311.0, 9257.0, 9309.0, 9289.0, 9313.0, 9309.0, 9280.0, 9315.0, 9298.0, 9320.0, 9330.0, 9291.0, 9351.0, 9295.0, 9337.0, 9311.0, 9283.0, 9321.0, 9266.0, 9320.0, 9295.0, 9311.0, 9311.0, 9267.0, 9325.0, 9296.0, 9355.0, 9328.0, 9308.0, 9323.0, 9264.0, 9332.0, 9324.0, 9355.0, 9322.0, 9263.0, 9319.0, 9262.0, 9364.0, 9322.0, 9331.0, 9304.0, 9259.0, 9315.0, 9278.0, 9347.0, 9306.0, 9331.0, 9302.0, 9292.0, 9329.0, 9279.0, 9331.0, 9306.0, 9309.0, 9306.0, 9278.0, 9350.0, 9293.0, 9351.0, 9327.0, 9305.0, 9321.0, 9265.0, 9348.0, 9310.0, 9361.0, 9323.0, 9295.0, 9306.0, 9284.0, 9333.0, 9308.0, 9295.0, 9311.0, 9269.0, 9339.0, 9312.0, 9324.0, 9308.0, 9268.0, 9341.0, 9312.0, 9313.0, 9316.0, 9274.0, 9346.0, 9315.0, 9359.0, 9331.0, 9287.0, 9342.0, 9299.0, 9365.0, 9310.0, 9337.0, 9324.0, 9299.0, 9349.0, 9281.0, 9347.0, 9324.0, 9340.0, 9322.0, 9265.0, 9349.0, 9290.0, 9351.0, 9319.0, 9261.0, 9331.0, 9263.0, 9347.0, 9321.0, 9302.0, 9290.0, 9263.0, 9347.0, 9311.0, 9320.0, 9308.0, 9265.0, 9339.0, 9315.0, 9309.0, 9310.0, 9265.0, 9339.0, 9326.0, 9308.0, 9310.0, 9307.0, 9302.0, 9303.0, 9270.0, 9350.0, 9323.0, 9283.0, 9337.0, 9302.0, 9369.0, 9323.0, 9251.0, 9333.0, 9263.0, 9349.0, 9321.0, 9323.0, 9294.0, 9265.0, 9337.0, 9294.0, 9381.0, 9341.0, 9310.0, 9351.0, 9299.0, 9379.0, 9356.0, 9384.0, 9380.0, 9396.0, 9312.0, 9284.0, 9263.0, 9304.0, 9317.0, 9320.0, 9346.0, 9314.0, 9368.0, 9335.0, 9323.0, 9360.0, 9315.0, 9377.0, 9335.0, 9372.0, 9351.0, 9346.0, 9343.0, 9358.0, 9333.0, 9293.0, 9302.0, 9279.0, 9302.0, 9298.0, 9273.0, 9341.0, 9301.0, 9268.0, 9307.0, 9267.0, 9346.0, 9303.0, 9282.0, 9294.0, 9292.0, 9349.0, 9323.0, 9326.0, 9315.0, 9302.0, 9326.0, 9338.0, 9332.0, 9301.0, 9307.0, 9301.0, 9278.0, 9267.0, 9248.0, 9274.0, 9313.0, 9291.0, 9290.0, 9308.0, 9260.0, 9312.0, 9294.0, 9292.0, 9307.0, 9269.0, 9325.0, 9295.0, 9288.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.006344212802768166</td></tr>
<tr><td colspan=3>aqi</td><td>0.10686344083044982</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.206069926536856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.057369512225108</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.926040091108225</td></tr>
<tr><td colspan=3>efc</td><td>0.4859</td></tr>
<tr><td colspan=3>fber</td><td>4080.7029</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17612419893735187</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>212</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.33910034602076</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.794841147480245</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7028205719233727</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0801584720178448</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.601544398499517</td></tr>
<tr><td colspan=3>gcor</td><td>0.00578741</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003302771132439375</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020893894135951996</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</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.8975600686219356</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>21.6619</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9439</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.5812</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299127.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>807.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.055</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2075</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.411</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3377.0002</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.7802</td></tr>
<tr><td colspan=3>tsnr</td><td>22.067721914499998</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>