<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-02/func/sub-0090_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>3533dad7dbef0d6c5133b4ef3472efc0</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>12:18:33.070000</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.998736, 0.0445342, 0.0232981, -0.0460511, 0.996537, 0.0692311]</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.0946329</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>[4175, -7741, -7220, 525, 51, -176, -116, -10]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77cedc72-f096-450a-8312-aeb5b8b7bb6b||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.6795361042022705, -0.12355176359415054, 0.05436257645487785, 115.04322814941406], [-0.11948192119598389, 2.6736364364624023, 0.18958456814289093, -88.79166412353516], [0.06250713765621185, -0.18574197590351105, 2.692786931991577, -60.1358528137207], [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': ['121833.070000', '121833.530000', '121833.990000', '121834.450000', '121834.910000', '121835.370000', '121835.830000', '121836.290000', '121836.750000', '121837.210000', '121837.670000', '121838.130000', '121838.590000', '121839.050000', '121839.510000', '121839.970000', '121840.430000', '121840.890000', '121841.350000', '121841.810000', '121842.270000', '121842.730000', '121843.190000', '121843.650000', '121844.110000', '121844.570000', '121845.030000', '121845.490000', '121845.950000', '121846.410000', '121846.870000', '121847.330000', '121847.790000', '121848.250000', '121848.710000', '121849.170000', '121849.630000', '121850.090000', '121850.550000', '121851.010000', '121851.470000', '121851.930000', '121852.390000', '121852.850000', '121853.310000', '121853.770000', '121854.230000', '121854.690000', '121855.150000', '121855.610000', '121856.070000', '121856.530000', '121856.990000', '121857.450000', '121857.910000', '121858.370000', '121858.830000', '121859.290000', '121859.750000', '121900.210000', '121900.670000', '121901.130000', '121901.590000', '121902.050000', '121902.510000', '121902.970000', '121903.430000', '121903.890000', '121904.350000', '121904.810000', '121905.270000', '121905.730000', '121906.190000', '121906.650000', '121907.110000', '121907.570000', '121908.030000', '121908.490000', '121908.950000', '121909.410000', '121909.870000', '121910.330000', '121910.790000', '121911.250000', '121911.710000', '121912.170000', '121912.630000', '121913.090000', '121913.550000', '121914.010000', '121914.470000', '121914.930000', '121915.390000', '121915.850000', '121916.310000', '121916.770000', '121917.230000', '121917.690000', '121918.150000', '121918.610000', '121919.070000', '121919.530000', '121919.990000', '121920.450000', '121920.910000', '121921.370000', '121921.830000', '121922.290000', '121922.750000', '121923.210000', '121923.670000', '121924.130000', '121924.590000', '121925.050000', '121925.510000', '121925.970000', '121926.430000', '121926.890000', '121927.350000', '121927.810000', '121928.270000', '121928.730000', '121929.190000', '121929.650000', '121930.110000', '121930.570000', '121931.030000', '121931.490000', '121931.950000', '121932.410000', '121932.870000', '121933.330000', '121933.790000', '121934.250000', '121934.710000', '121935.170000', '121935.630000', '121936.090000', '121936.550000', '121937.010000', '121937.470000', '121937.930000', '121938.390000', '121938.850000', '121939.310000', '121939.770000', '121940.230000', '121940.690000', '121941.150000', '121941.610000', '121942.070000', '121942.530000', '121942.990000', '121943.450000', '121943.910000', '121944.370000', '121944.830000', '121945.290000', '121945.750000', '121946.210000', '121946.670000', '121947.130000', '121947.590000', '121948.050000', '121948.510000', '121948.970000', '121949.430000', '121949.890000', '121950.350000', '121950.810000', '121951.270000', '121951.730000', '121952.190000', '121952.650000', '121953.110000', '121953.570000', '121954.030000', '121954.490000', '121954.950000', '121955.410000', '121955.870000', '121956.330000', '121956.790000', '121957.250000', '121957.710000', '121958.170000', '121958.630000', '121959.090000', '121959.550000', '122000.010000', '122000.470000', '122000.930000', '122001.390000', '122001.850000', '122002.310000', '122002.770000', '122003.230000', '122003.690000', '122004.150000', '122004.610000', '122005.070000', '122005.530000', '122005.990000', '122006.450000', '122006.910000', '122007.370000', '122007.830000', '122008.290000', '122008.750000', '122009.210000', '122009.670000', '122010.130000', '122010.590000', '122011.050000', '122011.510000', '122011.970000', '122012.430000', '122012.890000', '122013.350000', '122013.810000', '122014.270000', '122014.730000', '122015.190000', '122015.650000', '122016.110000', '122016.570000', '122017.030000', '122017.490000', '122017.950000', '122018.410000', '122018.870000', '122019.330000', '122019.790000', '122020.250000', '122020.710000', '122021.170000', '122021.630000', '122022.090000', '122022.550000', '122023.010000', '122023.470000', '122023.930000', '122024.390000', '122024.850000', '122025.310000', '122025.770000', '122026.230000', '122026.690000', '122027.150000', '122027.610000', '122028.070000', '122028.530000', '122028.990000', '122029.450000', '122029.910000', '122030.370000', '122030.830000', '122031.290000', '122031.750000', '122032.210000', '122032.670000', '122033.130000', '122033.590000', '122034.050000', '122034.510000', '122034.970000', '122035.430000', '122035.890000', '122036.350000', '122036.810000', '122037.270000', '122037.730000', '122038.190000', '122038.650000', '122039.110000', '122039.570000', '122040.030000', '122040.490000', '122040.950000', '122041.410000', '122041.870000', '122042.330000', '122042.790000', '122043.250000', '122043.710000', '122044.170000', '122044.630000', '122045.090000', '122045.550000', '122046.010000', '122046.470000', '122046.930000', '122047.390000', '122047.850000', '122048.310000', '122048.770000', '122049.230000', '122049.690000', '122050.150000', '122050.610000', '122051.070000', '122051.530000', '122051.990000', '122052.450000', '122052.910000', '122053.370000', '122053.830000', '122054.290000', '122054.750000', '122055.210000', '122055.670000', '122056.130000', '122056.590000', '122057.050000', '122057.510000', '122057.970000', '122058.430000', '122058.890000', '122059.350000', '122059.810000', '122100.270000', '122100.730000', '122101.190000', '122101.650000', '122102.110000', '122102.570000', '122103.030000', '122103.490000', '122103.950000', '122104.410000', '122104.870000', '122105.330000', '122105.790000', '122106.250000', '122106.710000', '122107.170000', '122107.630000', '122108.090000', '122108.550000', '122109.010000', '122109.470000', '122109.930000', '122110.390000', '122110.850000', '122111.310000', '122111.770000', '122112.230000', '122112.690000', '122113.150000', '122113.610000', '122114.070000', '122114.530000', '122114.990000', '122115.450000', '122115.910000', '122116.370000', '122116.830000', '122117.290000', '122117.750000', '122118.210000', '122118.670000', '122119.130000', '122119.590000', '122120.050000', '122120.510000', '122120.970000', '122121.430000', '122121.890000', '122122.350000', '122122.810000', '122123.270000', '122123.730000', '122124.190000', '122124.650000', '122125.110000', '122125.570000', '122126.030000', '122126.490000', '122126.950000', '122127.410000', '122127.870000', '122128.330000', '122128.790000', '122129.250000', '122129.710000', '122130.170000', '122130.630000', '122131.090000', '122131.550000', '122132.010000', '122132.470000', '122132.930000', '122133.390000', '122133.850000', '122134.310000', '122134.770000', '122135.230000', '122135.690000', '122136.150000', '122136.610000', '122137.070000', '122137.530000', '122137.990000', '122138.450000', '122138.910000', '122139.370000', '122139.830000', '122140.290000', '122140.750000', '122141.210000', '122141.670000', '122142.130000', '122142.590000', '122143.050000', '122143.510000', '122143.970000', '122144.430000', '122144.890000', '122145.350000', '122145.810000', '122146.270000', '122146.730000', '122147.190000', '122147.650000', '122148.110000', '122148.570000', '122149.030000', '122149.490000', '122149.950000', '122150.410000', '122150.870000', '122151.330000', '122151.790000', '122152.250000', '122152.710000', '122153.170000', '122153.630000', '122154.090000', '122154.550000', '122155.010000', '122155.470000', '122155.930000', '122156.390000', '122156.850000', '122157.310000', '122157.770000', '122158.230000', '122158.690000', '122159.150000', '122159.610000', '122200.070000', '122200.530000', '122200.990000', '122201.450000', '122201.910000', '122202.370000', '122202.830000', '122203.290000', '122203.750000', '122204.210000', '122204.670000', '122205.130000', '122205.590000', '122206.050000', '122206.510000', '122206.970000', '122207.430000', '122207.890000', '122208.350000', '122208.810000', '122209.270000', '122209.730000', '122210.190000', '122210.650000', '122211.110000', '122211.570000', '122212.030000', '122212.490000', '122212.950000', '122213.410000', '122213.870000', '122214.330000', '122214.790000', '122215.250000', '122215.710000', '122216.170000', '122216.630000', '122217.090000', '122217.550000', '122218.010000', '122218.470000', '122218.930000', '122219.390000', '122219.850000', '122220.310000', '122220.770000', '122221.230000', '122221.690000', '122222.150000', '122222.610000', '122223.070000', '122223.530000', '122223.990000', '122224.450000', '122224.910000', '122225.370000', '122225.830000', '122226.290000', '122226.750000', '122227.210000', '122227.670000', '122228.130000', '122228.590000', '122229.050000', '122229.510000', '122229.970000', '122230.430000', '122230.890000', '122231.350000', '122231.810000', '122232.270000', '122232.730000', '122233.190000', '122233.650000', '122234.110000', '122234.570000', '122235.030000', '122235.490000', '122235.950000', '122236.410000', '122236.870000', '122237.330000', '122237.790000', '122238.250000', '122238.710000', '122239.170000', '122239.630000', '122240.090000', '122240.550000', '122241.010000', '122241.470000', '122241.930000', '122242.390000', '122242.850000', '122243.310000', '122243.770000', '122244.230000', '122244.690000', '122245.150000', '122245.610000', '122246.070000', '122246.530000', '122246.990000', '122247.450000', '122247.910000', '122248.370000', '122248.830000', '122249.290000', '122249.750000', '122250.210000', '122250.670000', '122251.130000', '122251.590000', '122252.050000', '122252.510000', '122252.970000', '122253.430000', '122253.890000', '122254.350000', '122254.810000', '122255.270000', '122255.730000', '122256.190000', '122256.650000', '122257.110000', '122257.570000', '122258.030000', '122258.490000', '122258.950000', '122259.410000', '122259.870000', '122300.330000', '122300.790000', '122301.250000', '122301.710000', '122302.170000', '122302.630000', '122303.090000', '122303.550000', '122304.010000', '122304.470000', '122304.930000', '122305.390000', '122305.850000', '122306.310000', '122306.770000', '122307.230000', '122307.690000', '122308.150000', '122308.610000', '122309.070000', '122309.530000', '122309.990000', '122310.450000', '122310.910000', '122311.370000', '122311.830000', '122312.290000', '122312.750000', '122313.210000', '122313.670000', '122314.130000', '122314.590000', '122315.050000', '122315.510000', '122315.970000', '122316.430000', '122316.890000', '122317.350000', '122317.810000', '122318.270000', '122318.730000', '122319.190000', '122319.650000', '122320.110000', '122320.570000', '122321.030000', '122321.490000', '122321.950000', '122322.410000', '122322.870000', '122323.330000', '122323.790000', '122324.250000', '122324.710000', '122325.170000', '122325.630000', '122326.090000', '122326.550000', '122327.010000', '122327.470000', '122327.930000', '122328.390000', '122328.850000', '122329.310000', '122329.770000', '122330.230000', '122330.690000', '122331.150000', '122331.610000', '122332.070000', '122332.530000', '122332.990000', '122333.450000', '122333.910000', '122334.370000', '122334.830000', '122335.290000', '122335.750000', '122336.210000', '122336.670000', '122337.130000', '122337.590000', '122338.050000', '122338.510000', '122338.970000', '122339.430000', '122339.890000', '122340.350000', '122340.810000', '122341.270000', '122341.730000', '122342.190000', '122342.650000', '122343.110000', '122343.570000', '122344.030000', '122344.490000', '122344.950000', '122345.410000', '122345.870000', '122346.330000', '122346.790000', '122347.250000', '122347.710000', '122348.170000', '122348.630000', '122349.090000', '122349.550000', '122350.010000', '122350.470000', '122350.930000', '122351.390000', '122351.850000', '122352.310000', '122352.770000', '122353.230000', '122353.690000', '122354.150000', '122354.610000', '122355.070000', '122355.530000', '122355.990000', '122356.450000', '122356.910000', '122357.370000', '122357.830000', '122358.290000', '122358.750000', '122359.210000', '122359.670000', '122400.130000', '122400.590000', '122401.050000', '122401.510000', '122401.970000', '122402.430000', '122402.890000', '122403.350000', '122403.810000', '122404.270000', '122404.730000', '122405.190000', '122405.650000', '122406.110000', '122406.570000', '122407.030000', '122407.490000', '122407.950000', '122408.410000', '122408.870000', '122409.330000', '122409.790000', '122410.250000', '122410.710000', '122411.170000', '122411.630000', '122412.090000', '122412.550000', '122413.010000', '122413.470000', '122413.930000', '122414.390000', '122414.850000', '122415.310000', '122415.770000', '122416.230000', '122416.690000', '122417.150000', '122417.610000', '122418.070000', '122418.530000', '122418.990000', '122419.450000', '122419.910000', '122420.370000', '122420.830000', '122421.290000', '122421.750000', '122422.210000', '122422.670000', '122423.130000', '122423.590000', '122424.050000', '122424.510000', '122424.970000', '122425.430000', '122425.890000', '122426.350000', '122426.810000', '122427.270000', '122427.730000', '122428.190000', '122428.650000', '122429.110000', '122429.570000', '122430.030000', '122430.490000', '122430.950000', '122431.410000', '122431.870000', '122432.330000', '122432.790000', '122433.250000', '122433.710000', '122434.170000', '122434.630000', '122435.090000', '122435.550000', '122436.010000', '122436.470000', '122436.930000', '122437.390000', '122437.850000', '122438.310000', '122438.770000', '122439.230000', '122439.690000', '122440.150000', '122440.610000', '122441.070000', '122441.530000', '122441.990000', '122442.450000', '122442.910000', '122443.370000', '122443.830000', '122444.290000', '122444.750000', '122445.210000', '122445.670000', '122446.130000', '122446.590000', '122447.050000', '122447.510000', '122447.970000', '122448.430000', '122448.890000', '122449.350000', '122449.810000', '122450.270000', '122450.730000', '122451.190000', '122451.650000', '122452.110000', '122452.570000', '122453.030000', '122453.490000', '122453.950000', '122454.410000', '122454.870000', '122455.330000', '122455.790000', '122456.250000', '122456.710000', '122457.170000', '122457.630000', '122458.090000', '122458.550000', '122459.010000', '122459.470000', '122459.930000', '122500.390000', '122500.850000', '122501.310000', '122501.770000', '122502.230000', '122502.690000', '122503.150000', '122503.610000', '122504.070000', '122504.530000', '122504.990000', '122505.450000', '122505.910000', '122506.370000', '122506.830000', '122507.290000', '122507.750000', '122508.210000', '122508.670000', '122509.130000', '122509.590000', '122510.050000', '122510.510000', '122510.970000', '122511.430000', '122511.890000', '122512.350000', '122512.810000', '122513.270000', '122513.730000', '122514.190000', '122514.650000', '122515.110000', '122515.570000', '122516.030000', '122516.490000', '122516.950000', '122517.410000', '122517.870000', '122518.330000', '122518.790000', '122519.250000', '122519.710000', '122520.170000', '122520.630000', '122521.090000', '122521.550000', '122522.010000', '122522.470000', '122522.930000', '122523.390000', '122523.850000', '122524.310000', '122524.770000', '122525.230000', '122525.690000', '122526.150000', '122526.610000', '122527.070000', '122527.530000', '122527.990000', '122528.450000', '122528.910000', '122529.370000', '122529.830000', '122530.290000', '122530.750000', '122531.210000', '122531.670000', '122532.130000', '122532.590000', '122533.050000', '122533.510000', '122533.970000', '122534.430000', '122534.890000', '122535.350000', '122535.810000', '122536.270000', '122536.730000', '122537.190000', '122537.650000', '122538.110000', '122538.570000', '122539.030000', '122539.490000', '122539.950000', '122540.410000', '122540.870000', '122541.330000', '122541.790000', '122542.250000', '122542.710000', '122543.170000', '122543.630000', '122544.090000', '122544.550000', '122545.010000', '122545.470000', '122545.930000', '122546.390000', '122546.850000', '122547.310000', '122547.770000', '122548.230000', '122548.690000', '122549.150000', '122549.610000', '122550.070000', '122550.530000', '122550.990000', '122551.450000', '122551.910000', '122552.370000', '122552.830000', '122553.290000', '122553.750000', '122554.210000', '122554.670000', '122555.130000', '122555.590000', '122556.050000', '122556.510000', '122556.970000', '122557.430000', '122557.890000', '122558.350000', '122558.810000', '122559.270000', '122559.730000', '122600.190000', '122600.650000', '122601.110000', '122601.570000', '122602.030000', '122602.490000', '122602.950000', '122603.410000', '122603.870000', '122604.330000', '122604.790000', '122605.250000', '122605.710000', '122606.170000', '122606.630000', '122607.090000', '122607.550000', '122608.010000', '122608.470000', '122608.930000', '122609.390000', '122609.850000', '122610.310000', '122610.770000', '122611.230000', '122611.690000', '122612.150000', '122612.610000', '122613.070000', '122613.530000', '122613.990000', '122614.450000', '122614.910000', '122615.370000', '122615.830000', '122616.290000', '122616.750000', '122617.210000', '122617.670000', '122618.130000', '122618.590000', '122619.050000', '122619.510000', '122619.970000', '122620.430000', '122620.890000', '122621.350000', '122621.810000', '122622.270000', '122622.730000', '122623.190000', '122623.650000', '122624.110000', '122624.570000', '122625.030000', '122625.490000', '122625.950000', '122626.410000', '122626.870000', '122627.330000', '122627.790000', '122628.250000', '122628.710000', '122629.170000', '122629.630000', '122630.090000', '122630.550000', '122631.010000', '122631.470000', '122631.930000', '122632.390000', '122632.850000', '122633.310000', '122633.770000', '122634.230000', '122634.690000', '122635.150000', '122635.610000', '122636.070000', '122636.530000', '122636.990000', '122637.450000', '122637.910000', '122638.370000', '122638.830000', '122639.290000', '122639.750000', '122640.210000', '122640.670000', '122641.130000', '122641.590000', '122642.050000', '122642.510000', '122642.970000', '122643.430000', '122643.890000', '122644.350000', '122644.810000', '122645.270000', '122645.730000', '122646.190000', '122646.650000', '122647.110000', '122647.570000', '122648.030000', '122648.490000', '122648.950000', '122649.410000', '122649.870000', '122650.330000', '122650.790000', '122651.250000', '122651.710000', '122652.170000', '122652.630000', '122653.090000', '122653.550000', '122654.010000', '122654.470000', '122654.930000', '122655.390000', '122655.850000', '122656.310000', '122656.770000', '122657.230000', '122657.690000', '122658.150000', '122658.610000', '122659.070000', '122659.530000', '122659.990000', '122700.450000', '122700.910000', '122701.370000', '122701.830000', '122702.290000', '122702.750000', '122703.210000', '122703.670000', '122704.130000', '122704.590000', '122705.050000', '122705.510000', '122705.970000', '122706.430000', '122706.890000', '122707.350000', '122707.810000', '122708.270000', '122708.730000', '122709.190000', '122709.650000', '122710.110000', '122710.570000', '122711.030000', '122711.490000', '122711.950000', '122712.410000', '122712.870000', '122713.330000', '122713.790000', '122714.250000', '122714.710000', '122715.170000', '122715.630000', '122716.090000', '122716.550000', '122717.010000', '122717.470000', '122717.930000', '122718.390000', '122718.850000', '122719.310000', '122719.770000', '122720.230000', '122720.690000', '122721.150000', '122721.610000', '122722.070000', '122722.530000', '122722.990000', '122723.450000', '122723.910000', '122724.370000', '122724.830000', '122725.290000'], 'ContentTime': ['121850.649000', '121850.652000', '121850.655000', '121850.658000', '121850.660000', '121850.663000', '121850.695000', '121850.698000', '121850.701000', '121850.703000', '121850.706000', '121850.709000', '121850.711000', '121850.714000', '121850.717000', '121850.724000', '121850.726000', '121850.729000', '121850.732000', '121850.734000', '121850.737000', '121850.740000', '121850.742000', '121850.745000', '121850.748000', '121850.750000', '121850.753000', '121850.756000', '121850.758000', '121850.761000', '121850.763000', '121850.766000', '121850.769000', '121850.772000', '121850.775000', '121850.778000', '121910.586000', '121910.589000', '121910.601000', '121910.604000', '121910.607000', '121910.609000', '121910.612000', '121910.614000', '121910.617000', '121910.620000', '121910.622000', '121910.625000', '121910.628000', '121910.630000', '121910.633000', '121910.635000', '121910.638000', '121910.640000', '121910.643000', '121910.646000', '121910.648000', '121910.651000', '121910.653000', '121910.656000', '121910.659000', '121910.661000', '121910.664000', '121910.667000', '121910.669000', '121910.672000', '121910.674000', '121910.677000', '121910.680000', '121910.682000', '121910.685000', '121910.687000', '121910.690000', '121910.692000', '121910.695000', '121910.698000', '121910.700000', '121910.703000', '121910.705000', '121910.708000', '121930.587000', '121930.591000', '121930.594000', '121930.596000', '121930.599000', '121930.602000', '121930.604000', '121930.607000', '121930.609000', '121930.612000', '121930.621000', '121930.623000', '121930.626000', '121930.628000', '121930.631000', '121930.634000', '121930.636000', '121930.639000', '121930.642000', '121930.645000', '121930.648000', '121930.651000', '121930.654000', '121930.656000', '121930.659000', '121930.661000', '121930.664000', '121930.666000', '121930.669000', '121930.672000', '121930.674000', '121930.677000', '121930.679000', '121930.682000', '121930.685000', '121930.687000', '121930.690000', '121930.692000', '121930.695000', '121930.698000', '121930.700000', '121930.703000', '121930.705000', '121950.586000', '121950.589000', '121950.592000', '121950.595000', '121950.597000', '121950.600000', '121950.602000', '121950.605000', '121950.608000', '121950.610000', '121950.613000', '121950.615000', '121950.618000', '121950.621000', '121950.623000', '121950.626000', '121950.629000', '121950.648000', '121950.650000', '121950.653000', '121950.655000', '121950.658000', '121950.660000', '121950.663000', '121950.666000', '121950.668000', '121950.671000', '121950.673000', '121950.676000', '121950.678000', '121950.681000', '121950.684000', '121950.686000', '121950.689000', '121950.691000', '121950.694000', '121950.696000', '121950.699000', '121950.702000', '121950.704000', '121950.707000', '121950.709000', '121950.712000', '121950.715000', '122010.586000', '122010.589000', '122010.592000', '122010.595000', '122010.597000', '122010.600000', '122010.603000', '122010.605000', '122010.608000', '122010.611000', '122010.614000', '122010.616000', '122010.619000', '122010.622000', '122010.625000', '122010.627000', '122010.630000', '122010.633000', '122010.635000', '122010.638000', '122010.640000', '122010.643000', '122010.646000', '122010.648000', '122010.651000', '122010.653000', '122010.656000', '122010.659000', '122010.661000', '122010.664000', '122010.667000', '122010.669000', '122010.672000', '122010.674000', '122010.677000', '122010.679000', '122010.682000', '122010.685000', '122010.687000', '122010.690000', '122010.692000', '122010.695000', '122010.698000', '122030.587000', '122030.590000', '122030.592000', '122030.595000', '122030.597000', '122030.600000', '122030.603000', '122030.605000', '122030.608000', '122030.610000', '122030.613000', '122030.616000', '122030.618000', '122030.621000', '122030.624000', '122030.626000', '122030.629000', '122030.632000', '122030.634000', '122030.637000', '122030.639000', '122030.642000', '122030.645000', '122030.647000', '122030.650000', '122030.652000', '122030.655000', '122030.657000', '122030.660000', '122030.663000', '122030.665000', '122030.668000', '122030.670000', '122030.673000', '122030.676000', '122030.678000', '122030.681000', '122030.683000', '122030.686000', '122030.689000', '122030.691000', '122030.694000', '122030.696000', '122030.699000', '122050.585000', '122050.588000', '122050.591000', '122050.593000', '122050.596000', '122050.599000', '122050.601000', '122050.604000', '122050.607000', '122050.609000', '122050.612000', '122050.614000', '122050.617000', '122050.620000', '122050.622000', '122050.625000', '122050.627000', '122050.630000', '122050.633000', '122050.635000', '122050.638000', '122050.640000', '122050.643000', '122050.646000', '122050.648000', '122050.651000', '122050.653000', '122050.656000', '122050.659000', '122050.661000', '122050.664000', '122050.666000', '122050.669000', '122050.672000', '122050.675000', '122050.678000', '122050.680000', '122050.684000', '122050.687000', '122050.689000', '122050.692000', '122050.695000', '122050.698000', '122110.586000', '122110.590000', '122110.593000', '122110.595000', '122110.598000', '122110.601000', '122110.603000', '122110.606000', '122110.608000', '122110.611000', '122110.614000', '122110.616000', '122110.619000', '122110.622000', '122110.624000', '122110.627000', '122110.629000', '122110.632000', '122110.635000', '122110.637000', '122110.640000', '122110.642000', '122110.645000', '122110.648000', '122110.650000', '122110.653000', '122110.655000', '122110.658000', '122110.661000', '122110.663000', '122110.666000', '122110.668000', '122110.671000', '122110.674000', '122110.676000', '122110.679000', '122110.681000', '122110.684000', '122110.687000', '122110.689000', '122110.692000', '122110.694000', '122110.697000', '122110.699000', '122130.586000', '122130.589000', '122130.592000', '122130.595000', '122130.597000', '122130.600000', '122130.602000', '122130.605000', '122130.608000', '122130.610000', '122130.613000', '122130.616000', '122130.635000', '122130.638000', '122130.640000', '122130.643000', '122130.646000', '122130.648000', '122130.651000', '122130.654000', '122130.656000', '122130.659000', '122130.661000', '122130.664000', '122130.667000', '122130.669000', '122130.672000', '122130.675000', '122130.677000', '122130.680000', '122130.682000', '122130.685000', '122130.688000', '122130.690000', '122130.693000', '122130.696000', '122130.698000', '122130.701000', '122130.703000', '122130.706000', '122130.708000', '122130.711000', '122130.714000', '122150.586000', '122150.589000', '122150.592000', '122150.594000', '122150.598000', '122150.600000', '122150.603000', '122150.605000', '122150.609000', '122150.611000', '122150.614000', '122150.616000', '122150.619000', '122150.622000', '122150.624000', '122150.627000', '122150.630000', '122150.632000', '122150.635000', '122150.637000', '122150.640000', '122150.643000', '122150.645000', '122150.648000', '122150.650000', '122150.653000', '122150.656000', '122150.658000', '122150.661000', '122150.664000', '122150.666000', '122150.669000', '122150.671000', '122150.674000', '122150.676000', '122150.679000', '122150.682000', '122150.684000', '122150.687000', '122150.689000', '122150.692000', '122150.695000', '122150.697000', '122150.700000', '122210.586000', '122210.589000', '122210.592000', '122210.595000', '122210.597000', '122210.600000', '122210.602000', '122210.605000', '122210.608000', '122210.610000', '122210.613000', '122210.615000', '122210.618000', '122210.621000', '122210.623000', '122210.626000', '122210.629000', '122210.631000', '122210.634000', '122210.637000', '122210.639000', '122210.642000', '122210.644000', '122210.647000', '122210.649000', '122210.652000', '122210.655000', '122210.657000', '122210.660000', '122210.662000', '122210.666000', '122210.668000', '122210.671000', '122210.673000', '122210.676000', '122210.679000', '122210.682000', '122210.684000', '122210.687000', '122210.689000', '122210.692000', '122210.695000', '122210.697000', '122230.587000', '122230.590000', '122230.592000', '122230.595000', '122230.597000', '122230.600000', '122230.603000', '122230.605000', '122230.608000', '122230.610000', '122230.613000', '122230.616000', '122230.618000', '122230.621000', '122230.624000', '122230.626000', '122230.629000', '122230.631000', '122230.634000', '122230.637000', '122230.639000', '122230.642000', '122230.645000', '122230.647000', '122230.650000', '122230.652000', '122230.655000', '122230.658000', '122230.660000', '122230.663000', '122230.665000', '122230.668000', '122230.671000', '122230.673000', '122230.676000', '122230.678000', '122230.681000', '122230.684000', '122230.686000', '122230.689000', '122230.691000', '122230.694000', '122230.697000', '122230.699000', '122250.587000', '122250.590000', '122250.592000', '122250.595000', '122250.597000', '122250.600000', '122250.603000', '122250.605000', '122250.608000', '122250.611000', '122250.613000', '122250.616000', '122250.619000', '122250.621000', '122250.624000', '122250.626000', '122250.629000', '122250.632000', '122250.634000', '122250.637000', '122250.639000', '122250.642000', '122250.645000', '122250.647000', '122250.650000', '122250.652000', '122250.655000', '122250.658000', '122250.660000', '122250.663000', '122250.665000', '122250.668000', '122250.671000', '122250.673000', '122250.676000', '122250.679000', '122250.681000', '122250.695000', '122250.698000', '122250.700000', '122250.703000', '122250.706000', '122250.708000', '122310.585000', '122310.588000', '122310.591000', '122310.594000', '122310.596000', '122310.599000', '122310.601000', '122310.604000', '122310.607000', '122310.609000', '122310.612000', '122310.615000', '122310.617000', '122310.620000', '122310.623000', '122310.625000', '122310.628000', '122310.630000', '122310.633000', '122310.636000', '122310.638000', '122310.641000', '122310.644000', '122310.646000', '122310.649000', '122310.651000', '122310.654000', '122310.657000', '122310.659000', '122310.662000', '122310.664000', '122310.667000', '122310.670000', '122310.672000', '122310.675000', '122310.677000', '122310.680000', '122310.683000', '122310.685000', '122310.688000', '122310.691000', '122310.693000', '122310.696000', '122310.698000', '122330.587000', '122330.589000', '122330.592000', '122330.595000', '122330.598000', '122330.600000', '122330.603000', '122330.606000', '122330.608000', '122330.611000', '122330.614000', '122330.616000', '122330.619000', '122330.621000', '122330.624000', '122330.627000', '122330.629000', '122330.632000', '122330.635000', '122330.637000', '122330.640000', '122330.643000', '122330.645000', '122330.648000', '122330.650000', '122330.653000', '122330.656000', '122330.658000', '122330.661000', '122330.663000', '122330.666000', '122330.669000', '122330.671000', '122330.674000', '122330.676000', '122330.679000', '122330.682000', '122330.684000', '122330.687000', '122330.690000', '122330.692000', '122330.695000', '122330.698000', '122350.587000', '122350.589000', '122350.592000', '122350.595000', '122350.598000', '122350.600000', '122350.603000', '122350.606000', '122350.608000', '122350.611000', '122350.614000', '122350.616000', '122350.619000', '122350.622000', '122350.624000', '122350.627000', '122350.630000', '122350.633000', '122350.635000', '122350.638000', '122350.640000', '122350.643000', '122350.646000', '122350.649000', '122350.651000', '122350.654000', '122350.657000', '122350.659000', '122350.662000', '122350.665000', '122350.667000', '122350.670000', '122350.674000', '122350.677000', '122350.680000', '122350.682000', '122350.685000', '122350.688000', '122350.690000', '122350.693000', '122350.695000', '122350.698000', '122350.701000', '122410.586000', '122410.589000', '122410.592000', '122410.594000', '122410.597000', '122410.600000', '122410.603000', '122410.605000', '122410.608000', '122410.610000', '122410.613000', '122410.616000', '122410.618000', '122410.621000', '122410.624000', '122410.626000', '122410.629000', '122410.632000', '122410.634000', '122410.637000', '122410.639000', '122410.642000', '122410.645000', '122410.647000', '122410.650000', '122410.653000', '122410.655000', '122410.658000', '122410.660000', '122410.663000', '122410.666000', '122410.668000', '122410.671000', '122410.673000', '122410.676000', '122410.679000', '122410.681000', '122410.684000', '122410.686000', '122410.689000', '122410.692000', '122410.694000', '122410.697000', '122410.699000', '122430.586000', '122430.589000', '122430.592000', '122430.595000', '122430.597000', '122430.626000', '122430.629000', '122430.631000', '122430.634000', '122430.637000', '122430.639000', '122430.642000', '122430.644000', '122430.647000', '122430.650000', '122430.652000', '122430.655000', '122430.657000', '122430.660000', '122430.663000', '122430.665000', '122430.668000', '122430.671000', '122430.673000', '122430.676000', '122430.679000', '122430.681000', '122430.684000', '122430.690000', '122430.693000', '122430.695000', '122430.698000', '122430.700000', '122430.703000', '122430.706000', '122430.708000', '122430.711000', '122430.714000', '122430.716000', '122430.719000', '122430.721000', '122430.724000', '122430.727000', '122430.729000', '122450.586000', '122450.589000', '122450.592000', '122450.595000', '122450.598000', '122450.601000', '122450.604000', '122450.606000', '122450.609000', '122450.612000', '122450.614000', '122450.617000', '122450.619000', '122450.622000', '122450.625000', '122450.627000', '122450.630000', '122450.632000', '122450.635000', '122450.638000', '122450.641000', '122450.643000', '122450.646000', '122450.648000', '122450.651000', '122450.653000', '122450.656000', '122450.659000', '122450.661000', '122450.664000', '122450.666000', '122450.669000', '122450.672000', '122450.674000', '122450.677000', '122450.679000', '122450.682000', '122450.684000', '122450.687000', '122450.690000', '122450.692000', '122450.695000', '122450.698000', '122510.587000', '122510.590000', '122510.592000', '122510.595000', '122510.598000', '122510.600000', '122510.603000', '122510.606000', '122510.608000', '122510.611000', '122510.613000', '122510.616000', '122510.619000', '122510.621000', '122510.624000', '122510.627000', '122510.629000', '122510.632000', '122510.635000', '122510.637000', '122510.640000', '122510.643000', '122510.645000', '122510.648000', '122510.650000', '122510.653000', '122510.656000', '122510.658000', '122510.661000', '122510.663000', '122510.666000', '122510.669000', '122510.671000', '122510.674000', '122510.676000', '122510.679000', '122510.682000', '122510.684000', '122510.687000', '122510.689000', '122510.692000', '122510.695000', '122510.697000', '122510.700000', '122530.585000', '122530.589000', '122530.591000', '122530.594000', '122530.596000', '122530.599000', '122530.602000', '122530.604000', '122530.607000', '122530.610000', '122530.612000', '122530.615000', '122530.617000', '122530.620000', '122530.623000', '122530.625000', '122530.628000', '122530.631000', '122530.633000', '122530.636000', '122530.638000', '122530.641000', '122530.644000', '122530.646000', '122530.649000', '122530.652000', '122530.654000', '122530.657000', '122530.659000', '122530.662000', '122530.665000', '122530.667000', '122530.670000', '122530.673000', '122530.675000', '122530.678000', '122530.680000', '122530.683000', '122530.686000', '122530.688000', '122530.691000', '122530.693000', '122530.696000', '122550.586000', '122550.589000', '122550.592000', '122550.595000', '122550.597000', '122550.600000', '122550.603000', '122550.606000', '122550.609000', '122550.611000', '122550.614000', '122550.617000', '122550.619000', '122550.622000', '122550.625000', '122550.627000', '122550.646000', '122550.649000', '122550.651000', '122550.654000', '122550.657000', '122550.659000', '122550.662000', '122550.665000', '122550.667000', '122550.670000', '122550.673000', '122550.675000', '122550.678000', '122550.681000', '122550.683000', '122550.686000', '122550.689000', '122550.691000', '122550.694000', '122550.696000', '122550.699000', '122550.702000', '122550.704000', '122550.707000', '122550.710000', '122550.712000', '122550.715000', '122550.717000', '122610.587000', '122610.589000', '122610.592000', '122610.595000', '122610.597000', '122610.600000', '122610.603000', '122610.605000', '122610.608000', '122610.611000', '122610.613000', '122610.616000', '122610.619000', '122610.621000', '122610.624000', '122610.626000', '122610.629000', '122610.632000', '122610.634000', '122610.637000', '122610.640000', '122610.642000', '122610.645000', '122610.647000', '122610.650000', '122610.653000', '122610.655000', '122610.658000', '122610.661000', '122610.663000', '122610.666000', '122610.668000', '122610.671000', '122610.674000', '122610.676000', '122610.679000', '122610.682000', '122610.684000', '122610.687000', '122610.689000', '122610.692000', '122610.695000', '122610.697000', '122630.587000', '122630.589000', '122630.592000', '122630.595000', '122630.597000', '122630.600000', '122630.603000', '122630.605000', '122630.608000', '122630.611000', '122630.613000', '122630.616000', '122630.618000', '122630.621000', '122630.624000', '122630.626000', '122630.629000', '122630.631000', '122630.634000', '122630.637000', '122630.639000', '122630.642000', '122630.645000', '122630.647000', '122630.650000', '122630.653000', '122630.655000', '122630.658000', '122630.661000', '122630.663000', '122630.666000', '122630.668000', '122630.671000', '122630.674000', '122630.676000', '122630.679000', '122630.681000', '122630.684000', '122630.687000', '122630.689000', '122630.692000', '122630.695000', '122630.697000', '122630.700000', '122650.586000', '122650.589000', '122650.592000', '122650.595000', '122650.598000', '122650.600000', '122650.603000', '122650.605000', '122650.608000', '122650.611000', '122650.613000', '122650.616000', '122650.618000', '122650.621000', '122650.624000', '122650.626000', '122650.629000', '122650.631000', '122650.634000', '122650.637000', '122650.639000', '122650.642000', '122650.644000', '122650.647000', '122650.650000', '122650.652000', '122650.655000', '122650.658000', '122650.660000', '122650.663000', '122650.665000', '122650.668000', '122650.671000', '122650.673000', '122650.676000', '122650.679000', '122650.681000', '122650.684000', '122650.686000', '122650.689000', '122650.692000', '122650.694000', '122650.697000', '122710.587000', '122710.589000', '122710.592000', '122710.595000', '122710.597000', '122710.600000', '122710.603000', '122710.605000', '122710.608000', '122710.611000', '122710.614000', '122710.616000', '122710.629000', '122710.632000', '122710.634000', '122710.637000', '122710.640000', '122710.643000', '122710.645000', '122710.648000', '122710.651000', '122710.653000', '122710.656000', '122710.659000', '122710.661000', '122710.664000', '122710.666000', '122710.669000', '122710.672000', '122710.674000', '122710.677000', '122710.679000', '122710.682000', '122710.685000', '122710.687000', '122710.690000', '122710.693000', '122710.695000', '122710.698000', '122710.701000', '122710.703000', '122710.706000', '122710.709000', '122726.266000', '122726.269000', '122726.272000', '122726.275000', '122726.277000', '122726.280000', '122726.283000', '122726.285000', '122726.288000', '122726.291000', '122726.294000', '122726.296000', '122726.299000', '122726.302000', '122726.305000', '122726.308000', '122726.310000', '122726.314000', '122726.316000', '122726.319000', '122726.321000', '122726.324000', '122726.327000', '122726.330000', '122726.333000', '122726.336000', '122726.339000', '122726.341000', '122726.344000', '122726.347000', '122726.349000', '122726.352000', '122726.355000', '122726.358000', '122726.360000'], 'InstanceCreationTime': ['121850.649000', '121850.652000', '121850.655000', '121850.658000', '121850.660000', '121850.663000', '121850.695000', '121850.698000', '121850.701000', '121850.703000', '121850.706000', '121850.709000', '121850.711000', '121850.714000', '121850.717000', '121850.724000', '121850.726000', '121850.729000', '121850.732000', '121850.734000', '121850.737000', '121850.740000', '121850.742000', '121850.745000', '121850.748000', '121850.750000', '121850.753000', '121850.756000', '121850.758000', '121850.761000', '121850.763000', '121850.766000', '121850.769000', '121850.772000', '121850.775000', '121850.778000', '121910.586000', '121910.589000', '121910.601000', '121910.604000', '121910.607000', '121910.609000', '121910.612000', '121910.614000', '121910.617000', '121910.620000', '121910.622000', '121910.625000', '121910.628000', '121910.630000', '121910.633000', '121910.635000', '121910.638000', '121910.640000', '121910.643000', '121910.646000', '121910.648000', '121910.651000', '121910.653000', '121910.656000', '121910.659000', '121910.661000', '121910.664000', '121910.667000', '121910.669000', '121910.672000', '121910.674000', '121910.677000', '121910.680000', '121910.682000', '121910.685000', '121910.687000', '121910.690000', '121910.692000', '121910.695000', '121910.698000', '121910.700000', '121910.703000', '121910.705000', '121910.708000', '121930.587000', '121930.591000', '121930.594000', '121930.596000', '121930.599000', '121930.602000', '121930.604000', '121930.607000', '121930.609000', '121930.612000', '121930.621000', '121930.623000', '121930.626000', '121930.628000', '121930.631000', '121930.634000', '121930.636000', '121930.639000', '121930.642000', '121930.645000', '121930.648000', '121930.651000', '121930.654000', '121930.656000', '121930.659000', '121930.661000', '121930.664000', '121930.666000', '121930.669000', '121930.672000', '121930.674000', '121930.677000', '121930.679000', '121930.682000', '121930.685000', '121930.687000', '121930.690000', '121930.692000', '121930.695000', '121930.698000', '121930.700000', '121930.703000', '121930.705000', '121950.586000', '121950.589000', '121950.592000', '121950.595000', '121950.597000', '121950.600000', '121950.602000', '121950.605000', '121950.608000', '121950.610000', '121950.613000', '121950.615000', '121950.618000', '121950.621000', '121950.623000', '121950.626000', '121950.629000', '121950.648000', '121950.650000', '121950.653000', '121950.655000', '121950.658000', '121950.660000', '121950.663000', '121950.666000', '121950.668000', '121950.671000', '121950.673000', '121950.676000', '121950.678000', '121950.681000', '121950.684000', '121950.686000', '121950.689000', '121950.691000', '121950.694000', '121950.696000', '121950.699000', '121950.702000', '121950.704000', '121950.707000', '121950.709000', '121950.712000', '121950.715000', '122010.586000', '122010.589000', '122010.592000', '122010.595000', '122010.597000', '122010.600000', '122010.603000', '122010.605000', '122010.608000', '122010.611000', '122010.614000', '122010.616000', '122010.619000', '122010.622000', '122010.625000', '122010.627000', '122010.630000', '122010.633000', '122010.635000', '122010.638000', '122010.640000', '122010.643000', '122010.646000', '122010.648000', '122010.651000', '122010.653000', '122010.656000', '122010.659000', '122010.661000', '122010.664000', '122010.667000', '122010.669000', '122010.672000', '122010.674000', '122010.677000', '122010.679000', '122010.682000', '122010.685000', '122010.687000', '122010.690000', '122010.692000', '122010.695000', '122010.698000', '122030.587000', '122030.590000', '122030.592000', '122030.595000', '122030.597000', '122030.600000', '122030.603000', '122030.605000', '122030.608000', '122030.610000', '122030.613000', '122030.616000', '122030.618000', '122030.621000', '122030.624000', '122030.626000', '122030.629000', '122030.632000', '122030.634000', '122030.637000', '122030.639000', '122030.642000', '122030.645000', '122030.647000', '122030.650000', '122030.652000', '122030.655000', '122030.657000', '122030.660000', '122030.663000', '122030.665000', '122030.668000', '122030.670000', '122030.673000', '122030.676000', '122030.678000', '122030.681000', '122030.683000', '122030.686000', '122030.689000', '122030.691000', '122030.694000', '122030.696000', '122030.699000', '122050.585000', '122050.588000', '122050.591000', '122050.593000', '122050.596000', '122050.599000', '122050.601000', '122050.604000', '122050.607000', '122050.609000', '122050.612000', '122050.614000', '122050.617000', '122050.620000', '122050.622000', '122050.625000', '122050.627000', '122050.630000', '122050.633000', '122050.635000', '122050.638000', '122050.640000', '122050.643000', '122050.646000', '122050.648000', '122050.651000', '122050.653000', '122050.656000', '122050.659000', '122050.661000', '122050.664000', '122050.666000', '122050.669000', '122050.672000', '122050.675000', '122050.678000', '122050.680000', '122050.684000', '122050.687000', '122050.689000', '122050.692000', '122050.695000', '122050.698000', '122110.586000', '122110.590000', '122110.593000', '122110.595000', '122110.598000', '122110.601000', '122110.603000', '122110.606000', '122110.608000', '122110.611000', '122110.614000', '122110.616000', '122110.619000', '122110.622000', '122110.624000', '122110.627000', '122110.629000', '122110.632000', '122110.635000', '122110.637000', '122110.640000', '122110.642000', '122110.645000', '122110.648000', '122110.650000', '122110.653000', '122110.655000', '122110.658000', '122110.661000', '122110.663000', '122110.666000', '122110.668000', '122110.671000', '122110.674000', '122110.676000', '122110.679000', '122110.681000', '122110.684000', '122110.687000', '122110.689000', '122110.692000', '122110.694000', '122110.697000', '122110.699000', '122130.586000', '122130.589000', '122130.592000', '122130.595000', '122130.597000', '122130.600000', '122130.602000', '122130.605000', '122130.608000', '122130.610000', '122130.613000', '122130.616000', '122130.635000', '122130.638000', '122130.640000', '122130.643000', '122130.646000', '122130.648000', '122130.651000', '122130.654000', '122130.656000', '122130.659000', '122130.661000', '122130.664000', '122130.667000', '122130.669000', '122130.672000', '122130.675000', '122130.677000', '122130.680000', '122130.682000', '122130.685000', '122130.688000', '122130.690000', '122130.693000', '122130.696000', '122130.698000', '122130.701000', '122130.703000', '122130.706000', '122130.708000', '122130.711000', '122130.714000', '122150.586000', '122150.589000', '122150.592000', '122150.594000', '122150.598000', '122150.600000', '122150.603000', '122150.605000', '122150.609000', '122150.611000', '122150.614000', '122150.616000', '122150.619000', '122150.622000', '122150.624000', '122150.627000', '122150.630000', '122150.632000', '122150.635000', '122150.637000', '122150.640000', '122150.643000', '122150.645000', '122150.648000', '122150.650000', '122150.653000', '122150.656000', '122150.658000', '122150.661000', '122150.664000', '122150.666000', '122150.669000', '122150.671000', '122150.674000', '122150.676000', '122150.679000', '122150.682000', '122150.684000', '122150.687000', '122150.689000', '122150.692000', '122150.695000', '122150.697000', '122150.700000', '122210.586000', '122210.589000', '122210.592000', '122210.595000', '122210.597000', '122210.600000', '122210.602000', '122210.605000', '122210.608000', '122210.610000', '122210.613000', '122210.615000', '122210.618000', '122210.621000', '122210.623000', '122210.626000', '122210.629000', '122210.631000', '122210.634000', '122210.637000', '122210.639000', '122210.642000', '122210.644000', '122210.647000', '122210.649000', '122210.652000', '122210.655000', '122210.657000', '122210.660000', '122210.662000', '122210.666000', '122210.668000', '122210.671000', '122210.673000', '122210.676000', '122210.679000', '122210.682000', '122210.684000', '122210.687000', '122210.689000', '122210.692000', '122210.695000', '122210.697000', '122230.587000', '122230.590000', '122230.592000', '122230.595000', '122230.597000', '122230.600000', '122230.603000', '122230.605000', '122230.608000', '122230.610000', '122230.613000', '122230.616000', '122230.618000', '122230.621000', '122230.624000', '122230.626000', '122230.629000', '122230.631000', '122230.634000', '122230.637000', '122230.639000', '122230.642000', '122230.645000', '122230.647000', '122230.650000', '122230.652000', '122230.655000', '122230.658000', '122230.660000', '122230.663000', '122230.665000', '122230.668000', '122230.671000', '122230.673000', '122230.676000', '122230.678000', '122230.681000', '122230.684000', '122230.686000', '122230.689000', '122230.691000', '122230.694000', '122230.697000', '122230.699000', '122250.587000', '122250.590000', '122250.592000', '122250.595000', '122250.597000', '122250.600000', '122250.603000', '122250.605000', '122250.608000', '122250.611000', '122250.613000', '122250.616000', '122250.619000', '122250.621000', '122250.624000', '122250.626000', '122250.629000', '122250.632000', '122250.634000', '122250.637000', '122250.639000', '122250.642000', '122250.645000', '122250.647000', '122250.650000', '122250.652000', '122250.655000', '122250.658000', '122250.660000', '122250.663000', '122250.665000', '122250.668000', '122250.671000', '122250.673000', '122250.676000', '122250.679000', '122250.681000', '122250.695000', '122250.698000', '122250.700000', '122250.703000', '122250.706000', '122250.708000', '122310.585000', '122310.588000', '122310.591000', '122310.594000', '122310.596000', '122310.599000', '122310.601000', '122310.604000', '122310.607000', '122310.609000', '122310.612000', '122310.615000', '122310.617000', '122310.620000', '122310.623000', '122310.625000', '122310.628000', '122310.630000', '122310.633000', '122310.636000', '122310.638000', '122310.641000', '122310.644000', '122310.646000', '122310.649000', '122310.651000', '122310.654000', '122310.657000', '122310.659000', '122310.662000', '122310.664000', '122310.667000', '122310.670000', '122310.672000', '122310.675000', '122310.677000', '122310.680000', '122310.683000', '122310.685000', '122310.688000', '122310.691000', '122310.693000', '122310.696000', '122310.698000', '122330.587000', '122330.589000', '122330.592000', '122330.595000', '122330.598000', '122330.600000', '122330.603000', '122330.606000', '122330.608000', '122330.611000', '122330.614000', '122330.616000', '122330.619000', '122330.621000', '122330.624000', '122330.627000', '122330.629000', '122330.632000', '122330.635000', '122330.637000', '122330.640000', '122330.643000', '122330.645000', '122330.648000', '122330.650000', '122330.653000', '122330.656000', '122330.658000', '122330.661000', '122330.663000', '122330.666000', '122330.669000', '122330.671000', '122330.674000', '122330.676000', '122330.679000', '122330.682000', '122330.684000', '122330.687000', '122330.690000', '122330.692000', '122330.695000', '122330.698000', '122350.587000', '122350.589000', '122350.592000', '122350.595000', '122350.598000', '122350.600000', '122350.603000', '122350.606000', '122350.608000', '122350.611000', '122350.614000', '122350.616000', '122350.619000', '122350.622000', '122350.624000', '122350.627000', '122350.630000', '122350.633000', '122350.635000', '122350.638000', '122350.640000', '122350.643000', '122350.646000', '122350.649000', '122350.651000', '122350.654000', '122350.657000', '122350.659000', '122350.662000', '122350.665000', '122350.667000', '122350.670000', '122350.674000', '122350.677000', '122350.680000', '122350.682000', '122350.685000', '122350.688000', '122350.690000', '122350.693000', '122350.695000', '122350.698000', '122350.701000', '122410.586000', '122410.589000', '122410.592000', '122410.594000', '122410.597000', '122410.600000', '122410.603000', '122410.605000', '122410.608000', '122410.610000', '122410.613000', '122410.616000', '122410.618000', '122410.621000', '122410.624000', '122410.626000', '122410.629000', '122410.632000', '122410.634000', '122410.637000', '122410.639000', '122410.642000', '122410.645000', '122410.647000', '122410.650000', '122410.653000', '122410.655000', '122410.658000', '122410.660000', '122410.663000', '122410.666000', '122410.668000', '122410.671000', '122410.673000', '122410.676000', '122410.679000', '122410.681000', '122410.684000', '122410.686000', '122410.689000', '122410.692000', '122410.694000', '122410.697000', '122410.699000', '122430.586000', '122430.589000', '122430.592000', '122430.595000', '122430.597000', '122430.626000', '122430.629000', '122430.631000', '122430.634000', '122430.637000', '122430.639000', '122430.642000', '122430.644000', '122430.647000', '122430.650000', '122430.652000', '122430.655000', '122430.657000', '122430.660000', '122430.663000', '122430.665000', '122430.668000', '122430.671000', '122430.673000', '122430.676000', '122430.679000', '122430.681000', '122430.684000', '122430.690000', '122430.693000', '122430.695000', '122430.698000', '122430.700000', '122430.703000', '122430.706000', '122430.708000', '122430.711000', '122430.714000', '122430.716000', '122430.719000', '122430.721000', '122430.724000', '122430.727000', '122430.729000', '122450.586000', '122450.589000', '122450.592000', '122450.595000', '122450.598000', '122450.601000', '122450.604000', '122450.606000', '122450.609000', '122450.612000', '122450.614000', '122450.617000', '122450.619000', '122450.622000', '122450.625000', '122450.627000', '122450.630000', '122450.632000', '122450.635000', '122450.638000', '122450.641000', '122450.643000', '122450.646000', '122450.648000', '122450.651000', '122450.653000', '122450.656000', '122450.659000', '122450.661000', '122450.664000', '122450.666000', '122450.669000', '122450.672000', '122450.674000', '122450.677000', '122450.679000', '122450.682000', '122450.684000', '122450.687000', '122450.690000', '122450.692000', '122450.695000', '122450.698000', '122510.587000', '122510.590000', '122510.592000', '122510.595000', '122510.598000', '122510.600000', '122510.603000', '122510.606000', '122510.608000', '122510.611000', '122510.613000', '122510.616000', '122510.619000', '122510.621000', '122510.624000', '122510.627000', '122510.629000', '122510.632000', '122510.635000', '122510.637000', '122510.640000', '122510.643000', '122510.645000', '122510.648000', '122510.650000', '122510.653000', '122510.656000', '122510.658000', '122510.661000', '122510.663000', '122510.666000', '122510.669000', '122510.671000', '122510.674000', '122510.676000', '122510.679000', '122510.682000', '122510.684000', '122510.687000', '122510.689000', '122510.692000', '122510.695000', '122510.697000', '122510.700000', '122530.585000', '122530.589000', '122530.591000', '122530.594000', '122530.596000', '122530.599000', '122530.602000', '122530.604000', '122530.607000', '122530.610000', '122530.612000', '122530.615000', '122530.617000', '122530.620000', '122530.623000', '122530.625000', '122530.628000', '122530.631000', '122530.633000', '122530.636000', '122530.638000', '122530.641000', '122530.644000', '122530.646000', '122530.649000', '122530.652000', '122530.654000', '122530.657000', '122530.659000', '122530.662000', '122530.665000', '122530.667000', '122530.670000', '122530.673000', '122530.675000', '122530.678000', '122530.680000', '122530.683000', '122530.686000', '122530.688000', '122530.691000', '122530.693000', '122530.696000', '122550.586000', '122550.589000', '122550.592000', '122550.595000', '122550.597000', '122550.600000', '122550.603000', '122550.606000', '122550.609000', '122550.611000', '122550.614000', '122550.617000', '122550.619000', '122550.622000', '122550.625000', '122550.627000', '122550.646000', '122550.649000', '122550.651000', '122550.654000', '122550.657000', '122550.659000', '122550.662000', '122550.665000', '122550.667000', '122550.670000', '122550.673000', '122550.675000', '122550.678000', '122550.681000', '122550.683000', '122550.686000', '122550.689000', '122550.691000', '122550.694000', '122550.696000', '122550.699000', '122550.702000', '122550.704000', '122550.707000', '122550.710000', '122550.712000', '122550.715000', '122550.717000', '122610.587000', '122610.589000', '122610.592000', '122610.595000', '122610.597000', '122610.600000', '122610.603000', '122610.605000', '122610.608000', '122610.611000', '122610.613000', '122610.616000', '122610.619000', '122610.621000', '122610.624000', '122610.626000', '122610.629000', '122610.632000', '122610.634000', '122610.637000', '122610.640000', '122610.642000', '122610.645000', '122610.647000', '122610.650000', '122610.653000', '122610.655000', '122610.658000', '122610.661000', '122610.663000', '122610.666000', '122610.668000', '122610.671000', '122610.674000', '122610.676000', '122610.679000', '122610.682000', '122610.684000', '122610.687000', '122610.689000', '122610.692000', '122610.695000', '122610.697000', '122630.587000', '122630.589000', '122630.592000', '122630.595000', '122630.597000', '122630.600000', '122630.603000', '122630.605000', '122630.608000', '122630.611000', '122630.613000', '122630.616000', '122630.618000', '122630.621000', '122630.624000', '122630.626000', '122630.629000', '122630.631000', '122630.634000', '122630.637000', '122630.639000', '122630.642000', '122630.645000', '122630.647000', '122630.650000', '122630.653000', '122630.655000', '122630.658000', '122630.661000', '122630.663000', '122630.666000', '122630.668000', '122630.671000', '122630.674000', '122630.676000', '122630.679000', '122630.681000', '122630.684000', '122630.687000', '122630.689000', '122630.692000', '122630.695000', '122630.697000', '122630.700000', '122650.586000', '122650.589000', '122650.592000', '122650.595000', '122650.598000', '122650.600000', '122650.603000', '122650.605000', '122650.608000', '122650.611000', '122650.613000', '122650.616000', '122650.618000', '122650.621000', '122650.624000', '122650.626000', '122650.629000', '122650.631000', '122650.634000', '122650.637000', '122650.639000', '122650.642000', '122650.644000', '122650.647000', '122650.650000', '122650.652000', '122650.655000', '122650.658000', '122650.660000', '122650.663000', '122650.665000', '122650.668000', '122650.671000', '122650.673000', '122650.676000', '122650.679000', '122650.681000', '122650.684000', '122650.686000', '122650.689000', '122650.692000', '122650.694000', '122650.697000', '122710.587000', '122710.589000', '122710.592000', '122710.595000', '122710.597000', '122710.600000', '122710.603000', '122710.605000', '122710.608000', '122710.611000', '122710.614000', '122710.616000', '122710.629000', '122710.632000', '122710.634000', '122710.637000', '122710.640000', '122710.643000', '122710.645000', '122710.648000', '122710.651000', '122710.653000', '122710.656000', '122710.659000', '122710.661000', '122710.664000', '122710.666000', '122710.669000', '122710.672000', '122710.674000', '122710.677000', '122710.679000', '122710.682000', '122710.685000', '122710.687000', '122710.690000', '122710.693000', '122710.695000', '122710.698000', '122710.701000', '122710.703000', '122710.706000', '122710.709000', '122726.266000', '122726.269000', '122726.272000', '122726.275000', '122726.277000', '122726.280000', '122726.283000', '122726.285000', '122726.288000', '122726.291000', '122726.294000', '122726.296000', '122726.299000', '122726.302000', '122726.305000', '122726.308000', '122726.310000', '122726.314000', '122726.316000', '122726.319000', '122726.321000', '122726.324000', '122726.327000', '122726.330000', '122726.333000', '122726.336000', '122726.339000', '122726.341000', '122726.344000', '122726.347000', '122726.349000', '122726.352000', '122726.355000', '122726.358000', '122726.360000'], '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': [21188, 15968, 13990, 12694, 10516, 11982, 18796, 15983, 13749, 11633, 10819, 18972, 15698, 13938, 13839, 12548, 17135, 15933, 12824, 10424, 11644, 17606, 15339, 14859, 14023, 19220, 13681, 11782, 9576, 14712, 16485, 14419, 10094, 14727, 15819, 13980, 11830, 19861, 15401, 13101, 14393, 16826, 14263, 11276, 17930, 14322, 10683, 19125, 15583, 11527, 15721, 13980, 11942, 11393, 16349, 14027, 11926, 17623, 14700, 11078, 18162, 15631, 11293, 16117, 13634, 10445, 19089, 14934, 12348, 18085, 16429, 13386, 11521, 17367, 14848, 11898, 18482, 15795, 13973, 10350, 18835, 15425, 14244, 11311, 17225, 17109, 14627, 13375, 18670, 19341, 15377, 12669, 11297, 17022, 14430, 11292, 15019, 17090, 14240, 11174, 20629, 15748, 11853, 14112, 16310, 14305, 11600, 18019, 14099, 10102, 18109, 16111, 13429, 10790, 15692, 14222, 12550, 20360, 15770, 10193, 14804, 15602, 15117, 13628, 17765, 14916, 10824, 17016, 17489, 16563, 11668, 19633, 14706, 12368, 15363, 18515, 15158, 10924, 19682, 15767, 13810, 10382, 19255, 14592, 13341, 11466, 18139, 17648, 15655, 12317, 10662, 18189, 14705, 14908, 13182, 17938, 15851, 13314, 9946, 17827, 16246, 15494, 10598, 17695, 14173, 10504, 17523, 16962, 14683, 10319, 16829, 13972, 12590, 12964, 18420, 15346, 12050, 14128, 18246, 15801, 11384, 17899, 15558, 14015, 15646, 22071, 16321, 12182, 10291, 16556, 13683, 12497, 15325, 17030, 14632, 11209, 19984, 15330, 12287, 16569, 16438, 14122, 14381, 18674, 15349, 10872, 18240, 15594, 11115, 15331, 14978, 13369, 10615, 19362, 15109, 10997, 12890, 15139, 13025, 10858, 18688, 17250, 14105, 10441, 14034, 15961, 14605, 13976, 10851, 18002, 13458, 12567, 13798, 19883, 14798, 12521, 11907, 16842, 13996, 13374, 16767, 17312, 14436, 10769, 17892, 18397, 14779, 10482, 13569, 17453, 14817, 13208, 15740, 17461, 14636, 10568, 19752, 17273, 15269, 10769, 19717, 14972, 13599, 11314, 21613, 15633, 13619, 10528, 16668, 14452, 13344, 11364, 17914, 16168, 14341, 10684, 12307, 18720, 15450, 14002, 10503, 17560, 15258, 13889, 11980, 17390, 21255, 14804, 12847, 9486, 11713, 18777, 15257, 13576, 13394, 13501, 18766, 16556, 14583, 15789, 13927, 14003, 19259, 18072, 15466, 13409, 11806, 22404, 19040, 16072, 11704, 11169, 19311, 14596, 13875, 12403, 17551, 16620, 13429, 10590, 14639, 18771, 15441, 13328, 10582, 15529, 13906, 12744, 11790, 13773, 16773, 17010, 14132, 12716, 10378, 13337, 21607, 16864, 14826, 11488, 14127, 20208, 16569, 13939, 10802, 20225, 14511, 12952, 11160, 20337, 16550, 12658, 10941, 16640, 13816, 12118, 14490, 19207, 14661, 12073, 10727, 20681, 15494, 13956, 9949, 19723, 15019, 15334, 12728, 18424, 14191, 12406, 12477, 20746, 15192, 13471, 10923, 20340, 15533, 14094, 11033, 19732, 15054, 14411, 13382, 19493, 15511, 11959, 16592, 17647, 14933, 10631, 19623, 15136, 11861, 15016, 16028, 13706, 10233, 19386, 15272, 10990, 12159, 13937, 15240, 10498, 16651, 17296, 14604, 11030, 10420, 17365, 14011, 13526, 14521, 18394, 15748, 10668, 14471, 16417, 15296, 14092, 19462, 15680, 11016, 15726, 15290, 18034, 17641, 14947, 15758, 11705, 12331, 10855, 10922, 14828, 13440, 11576, 17845, 15426, 11157, 20295, 15739, 14375, 15624, 21488, 17158, 16950, 13124, 21644, 18687, 16149, 11641, 23139, 17945, 16345, 11683, 15873, 13683, 9608, 15791, 15495, 13884, 9904, 13243, 18415, 16522, 12889, 9886, 16044, 14863, 14114, 10341, 14316, 19588, 16935, 16945, 14982, 20230, 15838, 13588, 10203, 18789, 16403, 15156, 11263, 20719, 16287, 14536, 10552, 20923, 15592, 13812, 10999, 19505, 16862, 14825, 15218, 15852, 13420, 10511, 18171, 15572, 14042, 11480, 19057, 16321, 12561, 11480, 15010, 13178, 10133, 18877, 17251, 16923, 15197, 20306, 15037, 11818, 14726, 17914, 15285, 10912, 19602, 17246, 14871, 11244, 19737, 16395, 15771, 14947, 23229, 17106, 13772, 11302, 18002, 14331, 11382, 16117, 16846, 14635, 12241, 22108, 16889, 13984, 11082, 16184, 14296, 10175, 17115, 17444, 15332, 11853, 19129, 15553, 10926, 20015, 17139, 14813, 10752, 16334, 14076, 10434, 17211, 17651, 14666, 10741, 20076, 15716, 11584, 19317, 16141, 11936, 18708, 17009, 15156, 11874, 17938, 15496, 11883, 21367, 17376, 11999, 16881, 17816, 16344, 12862, 18469, 15254, 11182, 19715, 17200, 16193, 11386, 18479, 15927, 12311, 15226, 16629, 14438, 10503, 19637, 16409, 15214, 11220, 18197, 15791, 11300, 18506, 15879, 13911, 14547, 18357, 14498, 9994, 13770, 15340, 13282, 12926, 11217, 18052, 15733, 13830, 10984, 20505, 16638, 14454, 11100, 18070, 15213, 12509, 16661, 15845, 14126, 10458, 19633, 16363, 11851, 12121, 16600, 15184, 11625, 14972, 16702, 14190, 11203, 13836, 19746, 16749, 14268, 12010, 19579, 15366, 13784, 17002, 18414, 15751, 11610, 20257, 17105, 15024, 11754, 18323, 15006, 11561, 18156, 17005, 14609, 10750, 16573, 16773, 15581, 12792, 12705, 16330, 14442, 11644, 16438, 18383, 15430, 11087, 19607, 16437, 14005, 14620, 16616, 14419, 14090, 18603, 15385, 10928, 16991, 15153, 14706, 13997, 20391, 15496, 12323, 11333, 18713, 15597, 14297, 11513, 19544, 14551, 13407, 13400, 21617, 16258, 13241, 10238, 14588, 14070, 11831, 10393, 16450, 17813, 14171, 11302, 9989, 18529, 14535, 14271, 10335, 14194, 16185, 13144, 11548, 10068, 19863, 14250, 12474, 9996, 15718, 15588, 13314, 10522, 9505, 13002, 14801, 13198, 11872, 10531, 12155, 15481, 17509, 13102, 12741, 10088, 13506, 19667, 15092, 14249, 15207, 18064, 14361, 10841, 8859, 14531, 11708, 10646, 9640, 17960, 13264, 11308, 10290, 18789, 14761, 13923, 11226, 12354, 19366, 17440, 14479, 11819, 11953, 20894, 16356, 14397, 13938, 14656, 20881, 14497, 12703, 10090, 12395, 15956, 13012, 12176, 11423, 10047, 11835, 15108, 13460, 12215, 11256, 9764, 18023, 15382, 14405, 11592, 15358, 15226, 12158, 10828, 9855, 18029, 13644, 13758, 9562, 16027, 13796, 13434, 9804, 16480, 12955, 9914, 19588, 14317, 9965, 17942, 14025, 10934, 16259, 14535, 11435, 14685, 15349, 13388, 9522, 14803, 12251, 9302, 16614, 14683, 13200, 9739, 15320, 12772, 11984, 11366, 16014, 13864, 10083, 15365, 14582, 12752, 12127, 18068, 14098, 12185, 9667, 18078, 13215, 11498, 14411, 15498, 13598, 9748, 12818, 15000, 13301, 9642, 13319, 15514, 12870, 10083, 15276, 16112, 13221, 10321, 10828, 19527, 14479, 14242, 10326, 10702, 16745, 12728, 13252, 11710, 17567, 14147, 12278, 9516, 14733, 15643, 13075, 9489, 13850, 15268, 13695, 10388, 13446, 14881, 12808, 9828, 12831, 16673, 13873, 11472, 10123, 17737, 13766, 14539, 9950, 14706, 15689, 12930, 10244, 16308, 15658, 10656, 11412, 13740, 14873, 13508, 12506, 10167, 15027, 13235, 11840, 9303, 10945, 18272, 15187, 12970, 11147, 9738, 16902, 14101, 13083, 14148, 14026, 14629, 11640, 10140, 10583, 17510, 13497, 12639, 9421, 15855, 13292, 12184, 9929, 15805, 15995, 13228, 11100, 10555, 18825, 14373, 13058, 10301, 18404, 13221, 12746, 11005, 18602, 13956, 12193, 9417, 17486, 13712, 13575, 9903, 17079, 13392, 12355, 9874, 18290, 15166, 13445, 9320, 14241, 14178, 12670, 8948, 15932, 16297, 14100, 13711, 9996, 15037, 13528, 11992, 10470, 15951, 16221, 13885, 9866, 19089, 13577, 12704, 12811, 14392, 12404, 9331, 17305, 12935, 11757, 10388, 13433, 12138, 9685, 17912, 13352, 11675, 10851, 15367, 12277, 10304, 17978, 15147, 13621, 9728, 16653, 13519, 12385, 11338, 18725, 13436, 17022, 19586, 12502, 10225, 9137, 12661, 11542, 9616, 15904, 12683, 11317, 9379, 17305, 12710, 11992, 9637, 15012, 12066, 11434, 9960, 15780, 14328, 12438, 9866, 11290, 17109, 13538, 11968, 12185, 18384, 13660, 11884, 9819, 12243, 16326, 12903, 11521, 9908, 13824, 14817, 13171, 12343, 9329, 10975, 15264, 12882, 11762, 11699, 10981, 12032, 17972, 13092, 12307, 12521, 10452, 14647, 13639, 11903, 11644, 11749, 15948, 13222, 11724, 10800, 12982, 18366, 14381, 12534, 9962, 13671, 18389, 14099, 12743, 10095, 17438, 13876, 13750, 10010, 15153, 14579, 12615, 10936, 15097, 16381, 12515, 11567, 10004, 17298, 13844, 13558, 9854, 14057, 14584, 12361, 11423, 13989, 17465, 13148, 11928, 10824, 18355, 13973, 16087, 10264, 13254, 13095, 11794, 10199, 10147, 18350, 13625, 12728, 9563, 14326, 15111, 12833, 11698, 10216, 16958, 13489, 12171, 11916, 11324, 17577, 14740, 12457, 11642, 9371, 12047, 15590, 12950, 9796, 8883, 9955, 10883], 'WindowCenter': [4908.0, 4853.0, 4815.0, 4805.0, 4785.0, 4792.0, 4830.0, 4819.0, 4799.0, 4779.0, 4769.0, 4837.0, 4820.0, 4822.0, 4813.0, 4802.0, 4844.0, 4846.0, 4816.0, 4794.0, 4804.0, 4843.0, 4833.0, 4834.0, 4825.0, 4868.0, 4825.0, 4815.0, 4787.0, 4836.0, 4855.0, 4852.0, 4808.0, 4847.0, 4848.0, 4838.0, 4816.0, 4866.0, 4835.0, 4828.0, 4839.0, 4844.0, 4824.0, 4794.0, 4846.0, 4824.0, 4795.0, 4853.0, 4848.0, 4806.0, 4847.0, 4825.0, 4816.0, 4805.0, 4845.0, 4826.0, 4817.0, 4857.0, 4837.0, 4807.0, 4868.0, 4850.0, 4819.0, 4859.0, 4838.0, 4808.0, 4869.0, 4846.0, 4831.0, 4895.0, 4858.0, 4840.0, 4819.0, 4858.0, 4850.0, 4831.0, 4881.0, 4872.0, 4853.0, 4825.0, 4881.0, 4861.0, 4850.0, 4819.0, 4869.0, 4872.0, 4849.0, 4841.0, 4882.0, 4882.0, 4850.0, 4840.0, 4820.0, 4858.0, 4839.0, 4818.0, 4849.0, 4858.0, 4836.0, 4807.0, 4877.0, 4846.0, 4818.0, 4836.0, 4846.0, 4836.0, 4816.0, 4869.0, 4837.0, 4809.0, 4865.0, 4845.0, 4840.0, 4809.0, 4846.0, 4840.0, 4828.0, 4889.0, 4858.0, 4811.0, 4849.0, 4858.0, 4861.0, 4850.0, 4884.0, 4860.0, 4821.0, 4868.0, 4881.0, 4868.0, 4834.0, 4894.0, 4850.0, 4841.0, 4861.0, 4881.0, 4861.0, 4820.0, 4879.0, 4860.0, 4851.0, 4812.0, 4879.0, 4837.0, 4838.0, 4820.0, 4878.0, 4869.0, 4859.0, 4842.0, 4824.0, 4870.0, 4845.0, 4849.0, 4838.0, 4870.0, 4860.0, 4838.0, 4795.0, 4856.0, 4847.0, 4847.0, 4809.0, 4856.0, 4833.0, 4807.0, 4857.0, 4859.0, 4848.0, 4810.0, 4870.0, 4836.0, 4828.0, 4839.0, 4881.0, 4847.0, 4828.0, 4835.0, 4866.0, 4860.0, 4821.0, 4869.0, 4854.0, 4851.0, 4863.0, 4900.0, 4860.0, 4838.0, 4821.0, 4870.0, 4839.0, 4830.0, 4861.0, 4868.0, 4849.0, 4820.0, 4879.0, 4848.0, 4831.0, 4860.0, 4856.0, 4837.0, 4836.0, 4869.0, 4846.0, 4807.0, 4867.0, 4847.0, 4809.0, 4846.0, 4836.0, 4825.0, 4808.0, 4878.0, 4849.0, 4823.0, 4842.0, 4863.0, 4867.0, 4840.0, 4882.0, 4874.0, 4852.0, 4822.0, 4867.0, 4876.0, 4864.0, 4865.0, 4838.0, 4896.0, 4855.0, 4846.0, 4863.0, 4897.0, 4866.0, 4846.0, 4847.0, 4889.0, 4879.0, 4861.0, 4886.0, 4873.0, 4851.0, 4822.0, 4882.0, 4881.0, 4851.0, 4824.0, 4842.0, 4867.0, 4848.0, 4841.0, 4861.0, 4871.0, 4839.0, 4811.0, 4877.0, 4857.0, 4848.0, 4807.0, 4864.0, 4835.0, 4835.0, 4821.0, 4890.0, 4849.0, 4841.0, 4808.0, 4870.0, 4848.0, 4838.0, 4819.0, 4868.0, 4857.0, 4846.0, 4813.0, 4833.0, 4877.0, 4857.0, 4851.0, 4822.0, 4869.0, 4849.0, 4839.0, 4831.0, 4897.0, 4906.0, 4863.0, 4841.0, 4811.0, 4830.0, 4878.0, 4848.0, 4837.0, 4841.0, 4855.0, 4881.0, 4871.0, 4852.0, 4860.0, 4848.0, 4852.0, 4881.0, 4870.0, 4851.0, 4838.0, 4820.0, 4890.0, 4866.0, 4846.0, 4821.0, 4809.0, 4864.0, 4836.0, 4826.0, 4816.0, 4857.0, 4859.0, 4827.0, 4800.0, 4846.0, 4869.0, 4846.0, 4852.0, 4813.0, 4857.0, 4824.0, 4828.0, 4819.0, 4839.0, 4873.0, 4873.0, 4851.0, 4839.0, 4809.0, 4848.0, 4902.0, 4871.0, 4862.0, 4831.0, 4849.0, 4892.0, 4861.0, 4842.0, 4809.0, 4879.0, 4838.0, 4829.0, 4807.0, 4878.0, 4855.0, 4828.0, 4807.0, 4843.0, 4827.0, 4819.0, 4839.0, 4876.0, 4846.0, 4828.0, 4809.0, 4889.0, 4875.0, 4866.0, 4828.0, 4894.0, 4863.0, 4861.0, 4841.0, 4870.0, 4839.0, 4829.0, 4842.0, 4894.0, 4861.0, 4842.0, 4823.0, 4890.0, 4861.0, 4851.0, 4823.0, 4881.0, 4850.0, 4850.0, 4842.0, 4881.0, 4849.0, 4819.0, 4859.0, 4859.0, 4838.0, 4807.0, 4868.0, 4837.0, 4814.0, 4837.0, 4846.0, 4826.0, 4797.0, 4865.0, 4834.0, 4809.0, 4814.0, 4835.0, 4845.0, 4808.0, 4859.0, 4860.0, 4852.0, 4824.0, 4825.0, 4869.0, 4851.0, 4841.0, 4853.0, 4883.0, 4863.0, 4825.0, 4853.0, 4870.0, 4860.0, 4853.0, 4895.0, 4862.0, 4833.0, 4870.0, 4873.0, 4897.0, 4897.0, 4868.0, 4876.0, 4843.0, 4829.0, 4821.0, 4818.0, 4851.0, 4855.0, 4833.0, 4881.0, 4861.0, 4822.0, 4879.0, 4848.0, 4836.0, 4846.0, 4867.0, 4843.0, 4831.0, 4802.0, 4851.0, 4829.0, 4808.0, 4768.0, 4839.0, 4814.0, 4793.0, 4763.0, 4791.0, 4768.0, 4759.0, 4793.0, 4781.0, 4813.0, 4756.0, 4782.0, 4823.0, 4814.0, 4797.0, 4769.0, 4829.0, 4817.0, 4820.0, 4781.0, 4822.0, 4862.0, 4857.0, 4857.0, 4839.0, 4878.0, 4842.0, 4812.0, 4785.0, 4853.0, 4834.0, 4833.0, 4795.0, 4867.0, 4846.0, 4836.0, 4797.0, 4874.0, 4832.0, 4822.0, 4797.0, 4863.0, 4855.0, 4838.0, 4850.0, 4849.0, 4826.0, 4798.0, 4853.0, 4832.0, 4826.0, 4819.0, 4877.0, 4856.0, 4827.0, 4821.0, 4846.0, 4826.0, 4796.0, 4877.0, 4868.0, 4870.0, 4859.0, 4891.0, 4857.0, 4830.0, 4848.0, 4866.0, 4844.0, 4806.0, 4865.0, 4857.0, 4836.0, 4810.0, 4877.0, 4857.0, 4858.0, 4847.0, 4897.0, 4861.0, 4841.0, 4819.0, 4864.0, 4837.0, 4816.0, 4845.0, 4854.0, 4835.0, 4816.0, 4889.0, 4855.0, 4839.0, 4818.0, 4854.0, 4834.0, 4799.0, 4857.0, 4855.0, 4848.0, 4817.0, 4877.0, 4848.0, 4807.0, 4878.0, 4855.0, 4845.0, 4807.0, 4854.0, 4836.0, 4807.0, 4865.0, 4870.0, 4848.0, 4820.0, 4887.0, 4859.0, 4831.0, 4879.0, 4856.0, 4831.0, 4878.0, 4868.0, 4859.0, 4830.0, 4871.0, 4859.0, 4833.0, 4900.0, 4880.0, 4832.0, 4870.0, 4878.0, 4869.0, 4852.0, 4890.0, 4857.0, 4830.0, 4889.0, 4871.0, 4873.0, 4829.0, 4878.0, 4859.0, 4840.0, 4860.0, 4869.0, 4849.0, 4823.0, 4890.0, 4872.0, 4859.0, 4821.0, 4878.0, 4857.0, 4819.0, 4880.0, 4856.0, 4839.0, 4847.0, 4880.0, 4850.0, 4808.0, 4849.0, 4860.0, 4849.0, 4841.0, 4833.0, 4894.0, 4873.0, 4855.0, 4833.0, 4902.0, 4873.0, 4863.0, 4821.0, 4869.0, 4848.0, 4830.0, 4870.0, 4859.0, 4837.0, 4807.0, 4879.0, 4858.0, 4829.0, 4828.0, 4870.0, 4848.0, 4830.0, 4865.0, 4870.0, 4853.0, 4834.0, 4851.0, 4893.0, 4883.0, 4864.0, 4845.0, 4892.0, 4860.0, 4855.0, 4881.0, 4892.0, 4861.0, 4831.0, 4891.0, 4871.0, 4860.0, 4835.0, 4870.0, 4861.0, 4830.0, 4895.0, 4873.0, 4852.0, 4810.0, 4857.0, 4869.0, 4858.0, 4840.0, 4845.0, 4869.0, 4851.0, 4831.0, 4871.0, 4881.0, 4862.0, 4823.0, 4879.0, 4858.0, 4852.0, 4848.0, 4859.0, 4848.0, 4848.0, 4879.0, 4850.0, 4819.0, 4856.0, 4847.0, 4848.0, 4852.0, 4894.0, 4858.0, 4829.0, 4822.0, 4879.0, 4860.0, 4861.0, 4836.0, 4904.0, 4865.0, 4864.0, 4868.0, 4904.0, 4876.0, 4868.0, 4828.0, 4868.0, 4868.0, 4841.0, 4811.0, 4873.0, 4881.0, 4851.0, 4823.0, 4802.0, 4867.0, 4849.0, 4846.0, 4810.0, 4848.0, 4858.0, 4828.0, 4835.0, 4827.0, 4890.0, 4849.0, 4827.0, 4795.0, 4858.0, 4845.0, 4837.0, 4809.0, 4800.0, 4837.0, 4851.0, 4840.0, 4830.0, 4820.0, 4843.0, 4873.0, 4880.0, 4851.0, 4852.0, 4822.0, 4861.0, 4904.0, 4874.0, 4876.0, 4873.0, 4893.0, 4865.0, 4832.0, 4802.0, 4837.0, 4813.0, 4808.0, 4811.0, 4880.0, 4852.0, 4829.0, 4821.0, 4878.0, 4847.0, 4836.0, 4808.0, 4816.0, 4870.0, 4859.0, 4824.0, 4794.0, 4796.0, 4850.0, 4819.0, 4796.0, 4799.0, 4809.0, 4838.0, 4796.0, 4788.0, 4753.0, 4790.0, 4818.0, 4800.0, 4789.0, 4791.0, 4772.0, 4805.0, 4834.0, 4822.0, 4804.0, 4802.0, 4797.0, 4851.0, 4836.0, 4839.0, 4833.0, 4847.0, 4847.0, 4815.0, 4801.0, 4798.0, 4866.0, 4836.0, 4841.0, 4802.0, 4858.0, 4840.0, 4841.0, 4810.0, 4860.0, 4830.0, 4798.0, 4881.0, 4836.0, 4799.0, 4865.0, 4838.0, 4811.0, 4860.0, 4836.0, 4822.0, 4847.0, 4847.0, 4838.0, 4798.0, 4847.0, 4827.0, 4789.0, 4869.0, 4860.0, 4843.0, 4812.0, 4873.0, 4843.0, 4833.0, 4831.0, 4873.0, 4854.0, 4824.0, 4872.0, 4887.0, 4866.0, 4858.0, 4897.0, 4863.0, 4843.0, 4814.0, 4881.0, 4841.0, 4835.0, 4859.0, 4873.0, 4850.0, 4810.0, 4842.0, 4861.0, 4851.0, 4812.0, 4851.0, 4857.0, 4841.0, 4821.0, 4874.0, 4872.0, 4849.0, 4822.0, 4821.0, 4891.0, 4861.0, 4851.0, 4821.0, 4821.0, 4869.0, 4843.0, 4841.0, 4828.0, 4881.0, 4849.0, 4831.0, 4800.0, 4851.0, 4858.0, 4838.0, 4800.0, 4834.0, 4848.0, 4837.0, 4810.0, 4842.0, 4860.0, 4839.0, 4808.0, 4839.0, 4865.0, 4848.0, 4830.0, 4811.0, 4881.0, 4850.0, 4862.0, 4814.0, 4858.0, 4857.0, 4837.0, 4811.0, 4873.0, 4871.0, 4819.0, 4820.0, 4837.0, 4848.0, 4838.0, 4829.0, 4809.0, 4846.0, 4835.0, 4817.0, 4797.0, 4822.0, 4882.0, 4858.0, 4842.0, 4823.0, 4801.0, 4871.0, 4847.0, 4851.0, 4852.0, 4842.0, 4851.0, 4816.0, 4806.0, 4807.0, 4869.0, 4839.0, 4829.0, 4802.0, 4854.0, 4837.0, 4831.0, 4811.0, 4859.0, 4858.0, 4840.0, 4821.0, 4821.0, 4880.0, 4847.0, 4840.0, 4800.0, 4869.0, 4827.0, 4829.0, 4809.0, 4871.0, 4850.0, 4820.0, 4788.0, 4855.0, 4839.0, 4838.0, 4810.0, 4870.0, 4836.0, 4829.0, 4808.0, 4880.0, 4861.0, 4838.0, 4801.0, 4862.0, 4850.0, 4827.0, 4792.0, 4869.0, 4872.0, 4851.0, 4850.0, 4826.0, 4861.0, 4851.0, 4830.0, 4822.0, 4872.0, 4871.0, 4851.0, 4810.0, 4879.0, 4837.0, 4838.0, 4841.0, 4849.0, 4828.0, 4789.0, 4869.0, 4838.0, 4831.0, 4809.0, 4838.0, 4831.0, 4799.0, 4869.0, 4851.0, 4828.0, 4821.0, 4857.0, 4831.0, 4811.0, 4878.0, 4861.0, 4851.0, 4810.0, 4869.0, 4849.0, 4839.0, 4820.0, 4888.0, 4868.0, 4885.0, 4910.0, 4854.0, 4822.0, 4796.0, 4827.0, 4817.0, 4796.0, 4857.0, 4826.0, 4806.0, 4785.0, 4855.0, 4827.0, 4818.0, 4812.0, 4859.0, 4830.0, 4830.0, 4807.0, 4871.0, 4861.0, 4843.0, 4812.0, 4831.0, 4874.0, 4850.0, 4827.0, 4828.0, 4882.0, 4849.0, 4829.0, 4809.0, 4832.0, 4869.0, 4839.0, 4828.0, 4812.0, 4852.0, 4861.0, 4840.0, 4842.0, 4801.0, 4820.0, 4861.0, 4840.0, 4831.0, 4832.0, 4823.0, 4843.0, 4881.0, 4838.0, 4829.0, 4868.0, 4850.0, 4872.0, 4849.0, 4831.0, 4830.0, 4833.0, 4871.0, 4850.0, 4833.0, 4834.0, 4852.0, 4894.0, 4863.0, 4838.0, 4811.0, 4850.0, 4881.0, 4859.0, 4850.0, 4819.0, 4872.0, 4851.0, 4851.0, 4810.0, 4862.0, 4857.0, 4837.0, 4821.0, 4849.0, 4858.0, 4829.0, 4819.0, 4798.0, 4867.0, 4836.0, 4849.0, 4820.0, 4849.0, 4846.0, 4828.0, 4832.0, 4850.0, 4870.0, 4838.0, 4819.0, 4807.0, 4871.0, 4850.0, 4862.0, 4811.0, 4837.0, 4829.0, 4813.0, 4797.0, 4796.0, 4868.0, 4840.0, 4829.0, 4797.0, 4848.0, 4850.0, 4826.0, 4826.0, 4810.0, 4858.0, 4836.0, 4826.0, 4815.0, 4806.0, 4856.0, 4846.0, 4827.0, 4820.0, 4797.0, 4829.0, 4849.0, 4845.0, 4802.0, 4805.0, 4814.0, 4752.0], 'WindowWidth': [10668.0, 10573.0, 10506.0, 10489.0, 10458.0, 10462.0, 10515.0, 10495.0, 10466.0, 10440.0, 10426.0, 10520.0, 10500.0, 10509.0, 10495.0, 10481.0, 10542.0, 10546.0, 10502.0, 10474.0, 10484.0, 10537.0, 10525.0, 10527.0, 10516.0, 10581.0, 10517.0, 10505.0, 10468.0, 10532.0, 10560.0, 10564.0, 10500.0, 10552.0, 10551.0, 10537.0, 10506.0, 10576.0, 10530.0, 10522.0, 10537.0, 10539.0, 10510.0, 10471.0, 10542.0, 10511.0, 10472.0, 10553.0, 10551.0, 10490.0, 10547.0, 10515.0, 10504.0, 10491.0, 10543.0, 10519.0, 10508.0, 10564.0, 10536.0, 10496.0, 10581.0, 10557.0, 10516.0, 10567.0, 10537.0, 10496.0, 10581.0, 10549.0, 10536.0, 10630.0, 10571.0, 10544.0, 10515.0, 10568.0, 10558.0, 10533.0, 10606.0, 10596.0, 10568.0, 10531.0, 10606.0, 10575.0, 10561.0, 10518.0, 10587.0, 10592.0, 10559.0, 10549.0, 10608.0, 10610.0, 10559.0, 10545.0, 10517.0, 10567.0, 10541.0, 10512.0, 10555.0, 10565.0, 10535.0, 10496.0, 10596.0, 10547.0, 10513.0, 10534.0, 10547.0, 10535.0, 10508.0, 10586.0, 10536.0, 10501.0, 10576.0, 10548.0, 10545.0, 10503.0, 10548.0, 10545.0, 10528.0, 10615.0, 10569.0, 10510.0, 10557.0, 10570.0, 10577.0, 10559.0, 10613.0, 10575.0, 10523.0, 10586.0, 10606.0, 10587.0, 10544.0, 10629.0, 10560.0, 10549.0, 10575.0, 10606.0, 10578.0, 10520.0, 10600.0, 10574.0, 10564.0, 10512.0, 10598.0, 10535.0, 10538.0, 10519.0, 10598.0, 10586.0, 10574.0, 10554.0, 10527.0, 10587.0, 10549.0, 10556.0, 10541.0, 10590.0, 10572.0, 10540.0, 10480.0, 10562.0, 10551.0, 10550.0, 10500.0, 10562.0, 10528.0, 10499.0, 10567.0, 10572.0, 10556.0, 10507.0, 10586.0, 10534.0, 10528.0, 10542.0, 10604.0, 10553.0, 10528.0, 10537.0, 10579.0, 10573.0, 10521.0, 10584.0, 10561.0, 10563.0, 10583.0, 10636.0, 10576.0, 10547.0, 10524.0, 10587.0, 10543.0, 10533.0, 10574.0, 10583.0, 10557.0, 10519.0, 10600.0, 10556.0, 10534.0, 10573.0, 10563.0, 10537.0, 10534.0, 10582.0, 10548.0, 10496.0, 10579.0, 10550.0, 10500.0, 10549.0, 10533.0, 10518.0, 10499.0, 10596.0, 10556.0, 10527.0, 10554.0, 10583.0, 10597.0, 10560.0, 10608.0, 10596.0, 10566.0, 10525.0, 10593.0, 10605.0, 10588.0, 10586.0, 10555.0, 10632.0, 10571.0, 10560.0, 10583.0, 10636.0, 10589.0, 10564.0, 10563.0, 10627.0, 10619.0, 10583.0, 10617.0, 10594.0, 10562.0, 10524.0, 10607.0, 10604.0, 10561.0, 10527.0, 10550.0, 10581.0, 10555.0, 10548.0, 10577.0, 10588.0, 10540.0, 10505.0, 10592.0, 10565.0, 10551.0, 10496.0, 10572.0, 10532.0, 10534.0, 10518.0, 10616.0, 10556.0, 10549.0, 10504.0, 10587.0, 10553.0, 10541.0, 10515.0, 10583.0, 10567.0, 10552.0, 10510.0, 10539.0, 10597.0, 10569.0, 10563.0, 10525.0, 10584.0, 10556.0, 10545.0, 10537.0, 10638.0, 10648.0, 10584.0, 10551.0, 10510.0, 10532.0, 10596.0, 10555.0, 10540.0, 10550.0, 10571.0, 10604.0, 10591.0, 10565.0, 10575.0, 10556.0, 10564.0, 10604.0, 10587.0, 10559.0, 10539.0, 10517.0, 10616.0, 10576.0, 10549.0, 10518.0, 10498.0, 10570.0, 10530.0, 10518.0, 10503.0, 10563.0, 10566.0, 10519.0, 10487.0, 10550.0, 10584.0, 10552.0, 10566.0, 10513.0, 10566.0, 10516.0, 10525.0, 10516.0, 10545.0, 10594.0, 10595.0, 10563.0, 10547.0, 10506.0, 10557.0, 10636.0, 10587.0, 10581.0, 10535.0, 10557.0, 10621.0, 10573.0, 10548.0, 10503.0, 10596.0, 10538.0, 10526.0, 10495.0, 10594.0, 10559.0, 10525.0, 10496.0, 10542.0, 10522.0, 10514.0, 10541.0, 10595.0, 10549.0, 10526.0, 10503.0, 10613.0, 10603.0, 10591.0, 10541.0, 10627.0, 10584.0, 10575.0, 10548.0, 10588.0, 10541.0, 10530.0, 10550.0, 10625.0, 10576.0, 10550.0, 10527.0, 10617.0, 10576.0, 10563.0, 10525.0, 10602.0, 10558.0, 10558.0, 10549.0, 10605.0, 10555.0, 10514.0, 10568.0, 10567.0, 10538.0, 10495.0, 10579.0, 10534.0, 10502.0, 10536.0, 10545.0, 10516.0, 10480.0, 10575.0, 10529.0, 10497.0, 10503.0, 10531.0, 10548.0, 10499.0, 10570.0, 10570.0, 10561.0, 10529.0, 10532.0, 10588.0, 10561.0, 10549.0, 10567.0, 10610.0, 10580.0, 10532.0, 10568.0, 10588.0, 10576.0, 10564.0, 10628.0, 10576.0, 10544.0, 10593.0, 10601.0, 10639.0, 10642.0, 10599.0, 10609.0, 10557.0, 10526.0, 10520.0, 10515.0, 10562.0, 10576.0, 10543.0, 10605.0, 10577.0, 10522.0, 10600.0, 10553.0, 10535.0, 10545.0, 10580.0, 10541.0, 10522.0, 10479.0, 10548.0, 10513.0, 10479.0, 10423.0, 10526.0, 10485.0, 10451.0, 10410.0, 10443.0, 10408.0, 10413.0, 10450.0, 10430.0, 10496.0, 10405.0, 10437.0, 10499.0, 10488.0, 10468.0, 10432.0, 10512.0, 10496.0, 10503.0, 10453.0, 10510.0, 10567.0, 10564.0, 10564.0, 10540.0, 10596.0, 10538.0, 10496.0, 10462.0, 10550.0, 10526.0, 10524.0, 10475.0, 10576.0, 10544.0, 10534.0, 10481.0, 10586.0, 10523.0, 10510.0, 10479.0, 10571.0, 10562.0, 10538.0, 10557.0, 10556.0, 10520.0, 10482.0, 10555.0, 10522.0, 10518.0, 10514.0, 10596.0, 10564.0, 10527.0, 10523.0, 10550.0, 10521.0, 10483.0, 10593.0, 10585.0, 10591.0, 10573.0, 10623.0, 10568.0, 10533.0, 10555.0, 10577.0, 10546.0, 10494.0, 10576.0, 10564.0, 10535.0, 10503.0, 10594.0, 10566.0, 10571.0, 10554.0, 10626.0, 10575.0, 10547.0, 10515.0, 10572.0, 10536.0, 10508.0, 10547.0, 10559.0, 10534.0, 10508.0, 10613.0, 10562.0, 10544.0, 10516.0, 10560.0, 10531.0, 10487.0, 10565.0, 10561.0, 10555.0, 10512.0, 10595.0, 10554.0, 10499.0, 10596.0, 10561.0, 10549.0, 10500.0, 10561.0, 10535.0, 10499.0, 10577.0, 10587.0, 10557.0, 10520.0, 10609.0, 10572.0, 10537.0, 10601.0, 10567.0, 10536.0, 10598.0, 10585.0, 10576.0, 10537.0, 10590.0, 10573.0, 10540.0, 10634.0, 10605.0, 10542.0, 10590.0, 10600.0, 10590.0, 10568.0, 10618.0, 10570.0, 10537.0, 10616.0, 10591.0, 10596.0, 10533.0, 10600.0, 10574.0, 10548.0, 10576.0, 10586.0, 10560.0, 10526.0, 10617.0, 10592.0, 10574.0, 10523.0, 10598.0, 10569.0, 10519.0, 10602.0, 10565.0, 10545.0, 10555.0, 10605.0, 10562.0, 10504.0, 10561.0, 10575.0, 10561.0, 10555.0, 10543.0, 10629.0, 10600.0, 10574.0, 10546.0, 10641.0, 10600.0, 10582.0, 10522.0, 10587.0, 10558.0, 10533.0, 10589.0, 10572.0, 10539.0, 10498.0, 10600.0, 10570.0, 10532.0, 10528.0, 10588.0, 10559.0, 10535.0, 10586.0, 10592.0, 10569.0, 10544.0, 10567.0, 10626.0, 10615.0, 10588.0, 10562.0, 10625.0, 10576.0, 10574.0, 10608.0, 10625.0, 10579.0, 10535.0, 10621.0, 10590.0, 10574.0, 10542.0, 10587.0, 10577.0, 10535.0, 10632.0, 10597.0, 10563.0, 10505.0, 10569.0, 10585.0, 10572.0, 10548.0, 10559.0, 10586.0, 10563.0, 10538.0, 10591.0, 10607.0, 10579.0, 10525.0, 10600.0, 10571.0, 10564.0, 10557.0, 10571.0, 10556.0, 10557.0, 10601.0, 10558.0, 10517.0, 10566.0, 10553.0, 10559.0, 10563.0, 10625.0, 10569.0, 10532.0, 10523.0, 10604.0, 10578.0, 10580.0, 10551.0, 10643.0, 10587.0, 10590.0, 10597.0, 10644.0, 10603.0, 10602.0, 10543.0, 10596.0, 10596.0, 10553.0, 10510.0, 10597.0, 10613.0, 10566.0, 10529.0, 10496.0, 10583.0, 10558.0, 10552.0, 10507.0, 10557.0, 10569.0, 10528.0, 10552.0, 10546.0, 10623.0, 10558.0, 10527.0, 10481.0, 10571.0, 10551.0, 10540.0, 10505.0, 10490.0, 10542.0, 10563.0, 10550.0, 10536.0, 10524.0, 10557.0, 10601.0, 10610.0, 10568.0, 10572.0, 10533.0, 10584.0, 10650.0, 10610.0, 10614.0, 10603.0, 10633.0, 10595.0, 10545.0, 10498.0, 10536.0, 10504.0, 10504.0, 10510.0, 10606.0, 10568.0, 10536.0, 10525.0, 10600.0, 10554.0, 10537.0, 10499.0, 10509.0, 10592.0, 10573.0, 10517.0, 10473.0, 10475.0, 10549.0, 10498.0, 10465.0, 10469.0, 10482.0, 10525.0, 10460.0, 10452.0, 10404.0, 10459.0, 10498.0, 10472.0, 10458.0, 10463.0, 10439.0, 10490.0, 10528.0, 10508.0, 10486.0, 10484.0, 10481.0, 10553.0, 10536.0, 10542.0, 10542.0, 10552.0, 10552.0, 10503.0, 10483.0, 10483.0, 10578.0, 10536.0, 10549.0, 10498.0, 10570.0, 10547.0, 10551.0, 10509.0, 10574.0, 10532.0, 10487.0, 10603.0, 10538.0, 10490.0, 10579.0, 10540.0, 10508.0, 10573.0, 10537.0, 10523.0, 10554.0, 10555.0, 10542.0, 10488.0, 10553.0, 10526.0, 10477.0, 10587.0, 10576.0, 10556.0, 10518.0, 10600.0, 10555.0, 10543.0, 10539.0, 10600.0, 10573.0, 10535.0, 10598.0, 10629.0, 10604.0, 10589.0, 10642.0, 10587.0, 10558.0, 10519.0, 10607.0, 10551.0, 10545.0, 10578.0, 10600.0, 10565.0, 10512.0, 10554.0, 10582.0, 10567.0, 10516.0, 10566.0, 10574.0, 10553.0, 10528.0, 10602.0, 10597.0, 10564.0, 10528.0, 10526.0, 10623.0, 10580.0, 10567.0, 10529.0, 10526.0, 10590.0, 10555.0, 10552.0, 10531.0, 10610.0, 10561.0, 10536.0, 10494.0, 10563.0, 10572.0, 10546.0, 10494.0, 10536.0, 10558.0, 10541.0, 10508.0, 10552.0, 10574.0, 10545.0, 10504.0, 10547.0, 10582.0, 10558.0, 10537.0, 10511.0, 10607.0, 10565.0, 10583.0, 10520.0, 10574.0, 10571.0, 10544.0, 10510.0, 10599.0, 10596.0, 10519.0, 10520.0, 10541.0, 10558.0, 10543.0, 10531.0, 10505.0, 10548.0, 10536.0, 10513.0, 10487.0, 10523.0, 10608.0, 10573.0, 10552.0, 10528.0, 10497.0, 10591.0, 10555.0, 10568.0, 10568.0, 10551.0, 10560.0, 10513.0, 10498.0, 10498.0, 10587.0, 10544.0, 10531.0, 10496.0, 10562.0, 10539.0, 10534.0, 10508.0, 10575.0, 10573.0, 10547.0, 10523.0, 10522.0, 10606.0, 10555.0, 10545.0, 10492.0, 10584.0, 10526.0, 10530.0, 10502.0, 10591.0, 10562.0, 10516.0, 10472.0, 10562.0, 10543.0, 10544.0, 10507.0, 10588.0, 10539.0, 10533.0, 10503.0, 10604.0, 10578.0, 10546.0, 10500.0, 10581.0, 10561.0, 10528.0, 10481.0, 10590.0, 10595.0, 10566.0, 10565.0, 10538.0, 10582.0, 10564.0, 10536.0, 10526.0, 10594.0, 10593.0, 10565.0, 10508.0, 10604.0, 10544.0, 10545.0, 10552.0, 10560.0, 10528.0, 10476.0, 10589.0, 10546.0, 10538.0, 10508.0, 10545.0, 10535.0, 10493.0, 10590.0, 10566.0, 10534.0, 10526.0, 10572.0, 10540.0, 10514.0, 10604.0, 10581.0, 10567.0, 10512.0, 10591.0, 10561.0, 10549.0, 10523.0, 10620.0, 10602.0, 10627.0, 10678.0, 10581.0, 10530.0, 10486.0, 10525.0, 10510.0, 10484.0, 10568.0, 10523.0, 10496.0, 10467.0, 10566.0, 10525.0, 10517.0, 10515.0, 10576.0, 10535.0, 10536.0, 10504.0, 10595.0, 10582.0, 10560.0, 10515.0, 10540.0, 10602.0, 10563.0, 10532.0, 10534.0, 10612.0, 10562.0, 10534.0, 10507.0, 10541.0, 10592.0, 10549.0, 10536.0, 10513.0, 10569.0, 10581.0, 10552.0, 10555.0, 10500.0, 10522.0, 10582.0, 10551.0, 10541.0, 10542.0, 10530.0, 10559.0, 10607.0, 10547.0, 10535.0, 10605.0, 10582.0, 10600.0, 10563.0, 10539.0, 10538.0, 10544.0, 10596.0, 10566.0, 10542.0, 10547.0, 10568.0, 10629.0, 10585.0, 10548.0, 10513.0, 10565.0, 10612.0, 10578.0, 10567.0, 10522.0, 10595.0, 10564.0, 10566.0, 10511.0, 10581.0, 10572.0, 10543.0, 10522.0, 10558.0, 10572.0, 10530.0, 10519.0, 10488.0, 10585.0, 10540.0, 10564.0, 10527.0, 10562.0, 10556.0, 10532.0, 10539.0, 10563.0, 10593.0, 10544.0, 10519.0, 10499.0, 10591.0, 10564.0, 10586.0, 10509.0, 10542.0, 10529.0, 10503.0, 10483.0, 10482.0, 10585.0, 10545.0, 10530.0, 10487.0, 10558.0, 10561.0, 10525.0, 10527.0, 10505.0, 10569.0, 10537.0, 10524.0, 10504.0, 10492.0, 10565.0, 10552.0, 10528.0, 10521.0, 10488.0, 10530.0, 10558.0, 10562.0, 10492.0, 10499.0, 10512.0, 10384.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.0025970008643042353</td></tr>
<tr><td colspan=3>aqi</td><td>0.049229021521175455</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.02167602713659</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0940372767906577</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.949052556107267</td></tr>
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
<tr><td colspan=3>fber</td><td>4273.1396</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14778173575227438</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>120</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.371650821089023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.378590963372519</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.218025401663608</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.640865846127761</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.276881642326188</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115152</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02285725623369217</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036595117300748825</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1157</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.363608119613236</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.2186</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.2152</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.5007</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289291.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.1744</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0359</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.8837</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3992.3496</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.2507</td></tr>
<tr><td colspan=3>tsnr</td><td>28.401516965939663</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>