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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-03/func/sub-0058_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a0e269a390abf5b0fb8e1bf1e0b1d2d4</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:09:43.955000</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.998763, 0.000372362, -0.0497289, -0.00400931, 0.99732, -0.0730558]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.111533</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7693, -7254, 567, -78, 66, -42, 92]</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>258.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3527601-d464-4020-8dc6-399522b8e93a||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.6796071529388428, -0.01075669378042221, -0.13383477926254272, 117.75032806396484], [-0.0009990191319957376, 2.67573618888855, -0.19754503667354584, -90.2593994140625], [-0.13341906666755676, 0.1960034817457199, 2.6894357204437256, -75.2578125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['120943.955000', '120944.415000', '120944.875000', '120945.335000', '120945.795000', '120946.255000', '120946.715000', '120947.175000', '120947.635000', '120948.095000', '120948.555000', '120949.015000', '120949.475000', '120949.935000', '120950.395000', '120950.855000', '120951.315000', '120951.775000', '120952.235000', '120952.695000', '120953.155000', '120953.615000', '120954.075000', '120954.535000', '120954.995000', '120955.455000', '120955.915000', '120956.375000', '120956.835000', '120957.295000', '120957.755000', '120958.215000', '120958.675000', '120959.135000', '120959.595000', '121000.055000', '121000.515000', '121000.975000', '121001.435000', '121001.895000', '121002.355000', '121002.815000', '121003.275000', '121003.735000', '121004.195000', '121004.655000', '121005.115000', '121005.575000', '121006.035000', '121006.495000', '121006.955000', '121007.415000', '121007.875000', '121008.335000', '121008.795000', '121009.255000', '121009.715000', '121010.175000', '121010.635000', '121011.095000', '121011.555000', '121012.015000', '121012.475000', '121012.935000', '121013.395000', '121013.855000', '121014.315000', '121014.775000', '121015.235000', '121015.695000', '121016.155000', '121016.615000', '121017.075000', '121017.535000', '121017.995000', '121018.455000', '121018.915000', '121019.375000', '121019.835000', '121020.295000', '121020.755000', '121021.215000', '121021.675000', '121022.135000', '121022.595000', '121023.055000', '121023.515000', '121023.975000', '121024.435000', '121024.895000', '121025.355000', '121025.815000', '121026.275000', '121026.735000', '121027.195000', '121027.655000', '121028.115000', '121028.575000', '121029.035000', '121029.495000', '121029.955000', '121030.415000', '121030.875000', '121031.335000', '121031.795000', '121032.255000', '121032.715000', '121033.175000', '121033.635000', '121034.095000', '121034.555000', '121035.015000', '121035.475000', '121035.935000', '121036.395000', '121036.855000', '121037.315000', '121037.775000', '121038.235000', '121038.695000', '121039.155000', '121039.615000', '121040.075000', '121040.535000', '121040.995000', '121041.455000', '121041.915000', '121042.375000', '121042.835000', '121043.295000', '121043.755000', '121044.215000', '121044.675000', '121045.135000', '121045.595000', '121046.055000', '121046.515000', '121046.975000', '121047.435000', '121047.895000', '121048.355000', '121048.815000', '121049.275000', '121049.735000', '121050.195000', '121050.655000', '121051.115000', '121051.575000', '121052.035000', '121052.495000', '121052.955000', '121053.415000', '121053.875000', '121054.335000', '121054.795000', '121055.255000', '121055.715000', '121056.175000', '121056.635000', '121057.095000', '121057.555000', '121058.015000', '121058.475000', '121058.935000', '121059.395000', '121059.855000', '121100.315000', '121100.775000', '121101.235000', '121101.695000', '121102.155000', '121102.615000', '121103.075000', '121103.535000', '121103.995000', '121104.455000', '121104.915000', '121105.375000', '121105.835000', '121106.295000', '121106.755000', '121107.215000', '121107.675000', '121108.135000', '121108.595000', '121109.055000', '121109.515000', '121109.975000', '121110.435000', '121110.895000', '121111.355000', '121111.815000', '121112.275000', '121112.735000', '121113.195000', '121113.655000', '121114.115000', '121114.575000', '121115.035000', '121115.495000', '121115.955000', '121116.415000', '121116.875000', '121117.335000', '121117.795000', '121118.255000', '121118.715000', '121119.175000', '121119.635000', '121120.095000', '121120.555000', '121121.015000', '121121.475000', '121121.935000', '121122.395000', '121122.855000', '121123.315000', '121123.775000', '121124.235000', '121124.695000', '121125.155000', '121125.615000', '121126.075000', '121126.535000', '121126.995000', '121127.455000', '121127.915000', '121128.375000', '121128.835000', '121129.295000', '121129.755000', '121130.215000', '121130.675000', '121131.135000', '121131.595000', '121132.055000', '121132.515000', '121132.975000', '121133.435000', '121133.895000', '121134.355000', '121134.815000', '121135.275000', '121135.735000', '121136.195000', '121136.655000', '121137.115000', '121137.575000', '121138.035000', '121138.495000', '121138.955000', '121139.415000', '121139.875000', '121140.335000', '121140.795000', '121141.255000', '121141.715000', '121142.175000', '121142.635000', '121143.095000', '121143.555000', '121144.015000', '121144.475000', '121144.935000', '121145.395000', '121145.855000', '121146.315000', '121146.775000', '121147.235000', '121147.695000', '121148.155000', '121148.615000', '121149.075000', '121149.535000', '121149.995000', '121150.455000', '121150.915000', '121151.375000', '121151.835000', '121152.295000', '121152.755000', '121153.215000', '121153.675000', '121154.135000', '121154.595000', '121155.055000', '121155.515000', '121155.975000', '121156.435000', '121156.895000', '121157.355000', '121157.815000', '121158.275000', '121158.735000', '121159.195000', '121159.655000', '121200.115000', '121200.575000', '121201.035000', '121201.495000', '121201.955000', '121202.415000', '121202.875000', '121203.335000', '121203.795000', '121204.255000', '121204.715000', '121205.175000', '121205.635000', '121206.095000', '121206.555000', '121207.015000', '121207.475000', '121207.935000', '121208.395000', '121208.855000', '121209.315000', '121209.775000', '121210.235000', '121210.695000', '121211.155000', '121211.615000', '121212.075000', '121212.535000', '121212.995000', '121213.455000', '121213.915000', '121214.375000', '121214.835000', '121215.295000', '121215.755000', '121216.215000', '121216.675000', '121217.135000', '121217.595000', '121218.055000', '121218.515000', '121218.975000', '121219.435000', '121219.895000', '121220.355000', '121220.815000', '121221.275000', '121221.735000', '121222.195000', '121222.655000', '121223.115000', '121223.575000', '121224.035000', '121224.495000', '121224.955000', '121225.415000', '121225.875000', '121226.335000', '121226.795000', '121227.255000', '121227.715000', '121228.175000', '121228.635000', '121229.095000', '121229.555000', '121230.015000', '121230.475000', '121230.935000', '121231.395000', '121231.855000', '121232.315000', '121232.775000', '121233.235000', '121233.695000', '121234.155000', '121234.615000', '121235.075000', '121235.535000', '121235.995000', '121236.455000', '121236.915000', '121237.375000', '121237.835000', '121238.295000', '121238.755000', '121239.215000', '121239.675000', '121240.135000', '121240.595000', '121241.055000', '121241.515000', '121241.975000', '121242.435000', '121242.895000', '121243.355000', '121243.815000', '121244.275000', '121244.735000', '121245.195000', '121245.655000', '121246.115000', '121246.575000', '121247.035000', '121247.495000', '121247.955000', '121248.415000', '121248.875000', '121249.335000', '121249.795000', '121250.255000', '121250.715000', '121251.175000', '121251.635000', '121252.095000', '121252.555000', '121253.015000', '121253.475000', '121253.935000', '121254.395000', '121254.855000', '121255.315000', '121255.775000', '121256.235000', '121256.695000', '121257.155000', '121257.615000', '121258.075000', '121258.535000', '121258.995000', '121259.455000', '121259.915000', '121300.375000', '121300.835000', '121301.295000', '121301.755000', '121302.215000', '121302.675000', '121303.135000', '121303.595000', '121304.055000', '121304.515000', '121304.975000', '121305.435000', '121305.895000', '121306.355000', '121306.815000', '121307.275000', '121307.735000', '121308.195000', '121308.655000', '121309.115000', '121309.575000', '121310.035000', '121310.495000', '121310.955000', '121311.415000', '121311.875000', '121312.335000', '121312.795000', '121313.255000', '121313.715000', '121314.175000', '121314.635000', '121315.095000', '121315.555000', '121316.015000', '121316.475000', '121316.935000', '121317.395000', '121317.855000', '121318.315000', '121318.775000', '121319.235000', '121319.695000', '121320.155000', '121320.615000', '121321.075000', '121321.535000', '121321.995000', '121322.455000', '121322.915000', '121323.375000', '121323.835000', '121324.295000', '121324.755000', '121325.215000', '121325.675000', '121326.135000', '121326.595000', '121327.055000', '121327.515000', '121327.975000', '121328.435000', '121328.895000', '121329.355000', '121329.815000', '121330.275000', '121330.735000', '121331.195000', '121331.655000', '121332.115000', '121332.575000', '121333.035000', '121333.495000', '121333.955000', '121334.415000', '121334.875000', '121335.335000', '121335.795000', '121336.255000', '121336.715000', '121337.175000', '121337.635000', '121338.095000', '121338.555000', '121339.015000', '121339.475000', '121339.935000', '121340.395000', '121340.855000', '121341.315000', '121341.775000', '121342.235000', '121342.695000', '121343.155000', '121343.615000', '121344.075000', '121344.535000', '121344.995000', '121345.455000', '121345.915000', '121346.375000', '121346.835000', '121347.295000', '121347.755000', '121348.215000', '121348.675000', '121349.135000', '121349.595000', '121350.055000', '121350.515000', '121350.975000', '121351.435000', '121351.895000', '121352.355000', '121352.815000', '121353.275000', '121353.735000', '121354.195000', '121354.655000', '121355.115000', '121355.575000', '121356.035000', '121356.495000', '121356.955000', '121357.415000', '121357.875000', '121358.335000', '121358.795000', '121359.255000', '121359.715000', '121400.175000', '121400.635000', '121401.095000', '121401.555000', '121402.015000', '121402.475000', '121402.935000', '121403.395000', '121403.855000', '121404.315000', '121404.775000', '121405.235000', '121405.695000', '121406.155000', '121406.615000', '121407.075000', '121407.535000', '121407.995000', '121408.455000', '121408.915000', '121409.375000', '121409.835000', '121410.295000', '121410.755000', '121411.215000', '121411.675000', '121412.135000', '121412.595000', '121413.055000', '121413.515000', '121413.975000', '121414.435000', '121414.895000', '121415.355000', '121415.815000', '121416.275000', '121416.735000', '121417.195000', '121417.655000', '121418.115000', '121418.575000', '121419.035000', '121419.495000', '121419.955000', '121420.415000', '121420.875000', '121421.335000', '121421.795000', '121422.255000', '121422.715000', '121423.175000', '121423.635000', '121424.095000', '121424.555000', '121425.015000', '121425.475000', '121425.935000', '121426.395000', '121426.855000', '121427.315000', '121427.775000', '121428.235000', '121428.695000', '121429.155000', '121429.615000', '121430.075000', '121430.535000', '121430.995000', '121431.455000', '121431.915000', '121432.375000', '121432.835000', '121433.295000', '121433.755000', '121434.215000', '121434.675000', '121435.135000', '121435.595000', '121436.055000', '121436.515000', '121436.975000', '121437.435000', '121437.895000', '121438.355000', '121438.815000', '121439.275000', '121439.735000', '121440.195000', '121440.655000', '121441.115000', '121441.575000', '121442.035000', '121442.495000', '121442.955000', '121443.415000', '121443.875000', '121444.335000', '121444.795000', '121445.255000', '121445.715000', '121446.175000', '121446.635000', '121447.095000', '121447.555000', '121448.015000', '121448.475000', '121448.935000', '121449.395000', '121449.855000', '121450.315000', '121450.775000', '121451.235000', '121451.695000', '121452.155000', '121452.615000', '121453.075000', '121453.535000', '121453.995000', '121454.455000', '121454.915000', '121455.375000', '121455.835000', '121456.295000', '121456.755000', '121457.215000', '121457.675000', '121458.135000', '121458.595000', '121459.055000', '121459.515000', '121459.975000', '121500.435000', '121500.895000', '121501.355000', '121501.815000', '121502.275000', '121502.735000', '121503.195000', '121503.655000', '121504.115000', '121504.575000', '121505.035000', '121505.495000', '121505.955000', '121506.415000', '121506.875000', '121507.335000', '121507.795000', '121508.255000', '121508.715000', '121509.175000', '121509.635000', '121510.095000', '121510.555000', '121511.015000', '121511.475000', '121511.935000', '121512.395000', '121512.855000', '121513.315000', '121513.775000', '121514.235000', '121514.695000', '121515.155000', '121515.615000', '121516.075000', '121516.535000', '121516.995000', '121517.455000', '121517.915000', '121518.375000', '121518.835000', '121519.295000', '121519.755000', '121520.215000', '121520.675000', '121521.135000', '121521.595000', '121522.055000', '121522.515000', '121522.975000', '121523.435000', '121523.895000', '121524.355000', '121524.815000', '121525.275000', '121525.735000', '121526.195000', '121526.655000', '121527.115000', '121527.575000', '121528.035000', '121528.495000', '121528.955000', '121529.415000', '121529.875000', '121530.335000', '121530.795000', '121531.255000', '121531.715000', '121532.175000', '121532.635000', '121533.095000', '121533.555000', '121534.015000', '121534.475000', '121534.935000', '121535.395000', '121535.855000', '121536.315000', '121536.775000', '121537.235000', '121537.695000', '121538.155000', '121538.615000', '121539.075000', '121539.535000', '121539.995000', '121540.455000', '121540.915000', '121541.375000', '121541.835000', '121542.295000', '121542.755000', '121543.215000', '121543.675000', '121544.135000', '121544.595000', '121545.055000', '121545.515000', '121545.975000', '121546.435000', '121546.895000', '121547.355000', '121547.815000', '121548.275000', '121548.735000', '121549.195000', '121549.655000', '121550.115000', '121550.575000', '121551.035000', '121551.495000', '121551.955000', '121552.415000', '121552.875000', '121553.335000', '121553.795000', '121554.255000', '121554.715000', '121555.175000', '121555.635000', '121556.095000', '121556.555000', '121557.015000', '121557.475000', '121557.935000', '121558.395000', '121558.855000', '121559.315000', '121559.775000', '121600.235000', '121600.695000', '121601.155000', '121601.615000', '121602.075000', '121602.535000', '121602.995000', '121603.455000', '121603.915000', '121604.375000', '121604.835000', '121605.295000', '121605.755000', '121606.215000', '121606.675000', '121607.135000', '121607.595000', '121608.055000', '121608.515000', '121608.975000', '121609.435000', '121609.895000', '121610.355000', '121610.815000', '121611.275000', '121611.735000', '121612.195000', '121612.655000', '121613.115000', '121613.575000', '121614.035000', '121614.495000', '121614.955000', '121615.415000', '121615.875000', '121616.335000', '121616.795000', '121617.255000', '121617.715000', '121618.175000', '121618.635000', '121619.095000', '121619.555000', '121620.015000', '121620.475000', '121620.935000', '121621.395000', '121621.855000', '121622.315000', '121622.775000', '121623.235000', '121623.695000', '121624.155000', '121624.615000', '121625.075000', '121625.535000', '121625.995000', '121626.455000', '121626.915000', '121627.375000', '121627.835000', '121628.295000', '121628.755000', '121629.215000', '121629.675000', '121630.135000', '121630.595000', '121631.055000', '121631.515000', '121631.975000', '121632.435000', '121632.895000', '121633.355000', '121633.815000', '121634.275000', '121634.735000', '121635.195000', '121635.655000', '121636.115000', '121636.575000', '121637.035000', '121637.495000', '121637.955000', '121638.415000', '121638.875000', '121639.335000', '121639.795000', '121640.255000', '121640.715000', '121641.175000', '121641.635000', '121642.095000', '121642.555000', '121643.015000', '121643.475000', '121643.935000', '121644.395000', '121644.855000', '121645.315000', '121645.775000', '121646.235000', '121646.695000', '121647.155000', '121647.615000', '121648.075000', '121648.535000', '121648.995000', '121649.455000', '121649.915000', '121650.375000', '121650.835000', '121651.295000', '121651.755000', '121652.215000', '121652.675000', '121653.135000', '121653.595000', '121654.055000', '121654.515000', '121654.975000', '121655.435000', '121655.895000', '121656.355000', '121656.815000', '121657.275000', '121657.735000', '121658.195000', '121658.655000', '121659.115000', '121659.575000', '121700.035000', '121700.495000', '121700.955000', '121701.415000', '121701.875000', '121702.335000', '121702.795000', '121703.255000', '121703.715000', '121704.175000', '121704.635000', '121705.095000', '121705.555000', '121706.015000', '121706.475000', '121706.935000', '121707.395000', '121707.855000', '121708.315000', '121708.775000', '121709.235000', '121709.695000', '121710.155000', '121710.615000', '121711.075000', '121711.535000', '121711.995000', '121712.455000', '121712.915000', '121713.375000', '121713.835000', '121714.295000', '121714.755000', '121715.215000', '121715.675000', '121716.135000', '121716.595000', '121717.055000', '121717.515000', '121717.975000', '121718.435000', '121718.895000', '121719.355000', '121719.815000', '121720.275000', '121720.735000', '121721.195000', '121721.655000', '121722.115000', '121722.575000', '121723.035000', '121723.495000', '121723.955000', '121724.415000', '121724.875000', '121725.335000', '121725.795000', '121726.255000', '121726.715000', '121727.175000', '121727.635000', '121728.095000', '121728.555000', '121729.015000', '121729.475000', '121729.935000', '121730.395000', '121730.855000', '121731.315000', '121731.775000', '121732.235000', '121732.695000', '121733.155000', '121733.615000', '121734.075000', '121734.535000', '121734.995000', '121735.455000', '121735.915000', '121736.375000', '121736.835000', '121737.295000', '121737.755000', '121738.215000', '121738.675000', '121739.135000', '121739.595000', '121740.055000', '121740.515000', '121740.975000', '121741.435000', '121741.895000', '121742.355000', '121742.815000', '121743.275000', '121743.735000', '121744.195000', '121744.655000', '121745.115000', '121745.575000', '121746.035000', '121746.495000', '121746.955000', '121747.415000', '121747.875000', '121748.335000', '121748.795000', '121749.255000', '121749.715000', '121750.175000', '121750.635000', '121751.095000', '121751.555000', '121752.015000', '121752.475000', '121752.935000', '121753.395000', '121753.855000', '121754.315000', '121754.775000', '121755.235000', '121755.695000', '121756.155000', '121756.615000', '121757.075000', '121757.535000', '121757.995000', '121758.455000', '121758.915000', '121759.375000', '121759.835000', '121800.295000', '121800.755000', '121801.215000', '121801.675000', '121802.135000', '121802.595000', '121803.055000', '121803.515000', '121803.975000', '121804.435000', '121804.895000', '121805.355000', '121805.815000', '121806.275000', '121806.735000', '121807.195000', '121807.655000', '121808.115000', '121808.575000', '121809.035000', '121809.495000', '121809.955000', '121810.415000', '121810.875000', '121811.335000', '121811.795000', '121812.255000', '121812.715000', '121813.175000', '121813.635000', '121814.095000', '121814.555000', '121815.015000', '121815.475000', '121815.935000', '121816.395000', '121816.855000', '121817.315000', '121817.775000', '121818.235000', '121818.695000', '121819.155000', '121819.615000', '121820.075000', '121820.535000', '121820.995000', '121821.455000', '121821.915000', '121822.375000', '121822.835000', '121823.295000', '121823.755000', '121824.215000', '121824.675000', '121825.135000', '121825.595000', '121826.055000', '121826.515000', '121826.975000', '121827.435000', '121827.895000', '121828.355000', '121828.815000', '121829.275000', '121829.735000', '121830.195000', '121830.655000', '121831.115000', '121831.575000', '121832.035000', '121832.495000', '121832.955000', '121833.415000', '121833.875000', '121834.335000', '121834.795000', '121835.255000', '121835.715000'], 'ContentTime': ['120957.912000', '120957.915000', '120957.917000', '120957.920000', '120957.923000', '120957.925000', '120957.928000', '120957.931000', '120957.933000', '120957.936000', '120957.939000', '120957.941000', '120957.944000', '120957.947000', '120957.950000', '120957.952000', '120957.955000', '120957.964000', '120957.967000', '120957.970000', '120957.972000', '120957.975000', '120957.977000', '120957.980000', '120957.983000', '120957.985000', '120958.017000', '121017.869000', '121017.872000', '121017.875000', '121017.877000', '121017.880000', '121017.882000', '121017.885000', '121017.888000', '121017.890000', '121017.893000', '121017.895000', '121017.898000', '121017.900000', '121017.903000', '121017.906000', '121017.908000', '121017.911000', '121017.914000', '121017.916000', '121017.919000', '121017.921000', '121017.924000', '121017.926000', '121017.929000', '121017.937000', '121017.939000', '121017.942000', '121017.945000', '121017.947000', '121017.950000', '121017.952000', '121017.955000', '121017.957000', '121017.960000', '121017.963000', '121017.965000', '121017.968000', '121017.970000', '121017.973000', '121017.975000', '121017.978000', '121017.980000', '121017.983000', '121017.986000', '121037.869000', '121037.872000', '121037.875000', '121037.877000', '121037.880000', '121037.882000', '121037.885000', '121037.888000', '121037.890000', '121037.893000', '121037.895000', '121037.898000', '121037.901000', '121037.903000', '121037.906000', '121037.908000', '121037.911000', '121037.914000', '121037.916000', '121037.919000', '121037.921000', '121037.924000', '121037.927000', '121037.929000', '121037.932000', '121037.934000', '121037.937000', '121037.940000', '121037.942000', '121037.945000', '121037.948000', '121037.950000', '121037.953000', '121037.955000', '121037.958000', '121037.960000', '121037.963000', '121037.965000', '121037.968000', '121037.971000', '121037.973000', '121037.976000', '121037.978000', '121057.869000', '121057.872000', '121057.875000', '121057.878000', '121057.880000', '121057.883000', '121057.885000', '121057.888000', '121057.891000', '121057.893000', '121057.896000', '121057.899000', '121057.901000', '121057.904000', '121057.906000', '121057.909000', '121057.912000', '121057.915000', '121057.917000', '121057.920000', '121057.923000', '121057.925000', '121057.928000', '121057.931000', '121057.933000', '121057.936000', '121057.938000', '121057.941000', '121057.944000', '121057.946000', '121057.949000', '121057.951000', '121057.954000', '121057.957000', '121057.959000', '121057.962000', '121057.964000', '121057.967000', '121057.970000', '121057.972000', '121057.975000', '121057.978000', '121057.980000', '121057.983000', '121117.870000', '121117.873000', '121117.876000', '121117.879000', '121117.882000', '121117.885000', '121117.887000', '121117.890000', '121117.893000', '121117.895000', '121117.898000', '121117.901000', '121117.903000', '121117.906000', '121117.909000', '121117.911000', '121117.914000', '121117.917000', '121117.920000', '121117.922000', '121117.925000', '121117.928000', '121117.931000', '121117.934000', '121117.936000', '121117.944000', '121117.946000', '121117.950000', '121117.952000', '121117.955000', '121117.958000', '121117.961000', '121117.963000', '121117.966000', '121117.969000', '121117.971000', '121117.974000', '121117.976000', '121117.979000', '121117.982000', '121117.985000', '121117.987000', '121117.990000', '121137.871000', '121137.874000', '121137.877000', '121137.879000', '121137.882000', '121137.885000', '121137.887000', '121137.890000', '121137.893000', '121137.896000', '121137.898000', '121137.901000', '121137.904000', '121137.907000', '121137.910000', '121137.912000', '121137.915000', '121137.918000', '121137.921000', '121137.924000', '121137.927000', '121137.930000', '121137.933000', '121137.936000', '121137.939000', '121137.942000', '121137.944000', '121137.947000', '121137.950000', '121137.953000', '121137.956000', '121137.959000', '121137.961000', '121137.964000', '121137.967000', '121137.970000', '121137.973000', '121137.976000', '121137.979000', '121137.983000', '121137.986000', '121137.988000', '121137.992000', '121137.995000', '121157.871000', '121157.874000', '121157.876000', '121157.879000', '121157.882000', '121157.884000', '121157.887000', '121157.890000', '121157.892000', '121157.895000', '121157.897000', '121157.900000', '121157.903000', '121157.905000', '121157.908000', '121157.910000', '121157.913000', '121157.916000', '121157.919000', '121157.921000', '121157.924000', '121157.927000', '121157.929000', '121157.932000', '121157.935000', '121157.938000', '121157.941000', '121157.951000', '121157.954000', '121157.957000', '121157.959000', '121157.962000', '121157.964000', '121157.967000', '121157.970000', '121157.972000', '121157.975000', '121157.978000', '121157.980000', '121157.983000', '121157.985000', '121157.988000', '121157.991000', '121217.869000', '121217.872000', '121217.875000', '121217.877000', '121217.880000', '121217.883000', '121217.885000', '121217.888000', '121217.890000', '121217.893000', '121217.896000', '121217.899000', '121217.902000', '121217.905000', '121217.908000', '121217.911000', '121217.913000', '121217.916000', '121217.918000', '121217.921000', '121217.924000', '121217.926000', '121217.929000', '121217.932000', '121217.934000', '121217.937000', '121217.939000', '121217.942000', '121217.945000', '121217.947000', '121217.950000', '121217.952000', '121217.955000', '121217.958000', '121217.960000', '121217.963000', '121217.966000', '121217.968000', '121217.971000', '121217.973000', '121217.976000', '121217.979000', '121217.981000', '121237.869000', '121237.872000', '121237.875000', '121237.877000', '121237.880000', '121237.883000', '121237.885000', '121237.888000', '121237.890000', '121237.893000', '121237.895000', '121237.898000', '121237.901000', '121237.903000', '121237.906000', '121237.908000', '121237.911000', '121237.914000', '121237.916000', '121237.919000', '121237.921000', '121237.924000', '121237.927000', '121237.929000', '121237.932000', '121237.934000', '121237.937000', '121237.940000', '121237.942000', '121237.945000', '121237.948000', '121237.950000', '121237.953000', '121237.955000', '121237.958000', '121237.961000', '121237.963000', '121237.966000', '121237.968000', '121237.971000', '121237.974000', '121237.976000', '121237.979000', '121237.981000', '121257.870000', '121257.872000', '121257.875000', '121257.878000', '121257.880000', '121257.883000', '121257.886000', '121257.902000', '121257.905000', '121257.908000', '121257.910000', '121257.913000', '121257.915000', '121257.918000', '121257.921000', '121257.923000', '121257.926000', '121257.928000', '121257.931000', '121257.934000', '121257.936000', '121257.939000', '121257.942000', '121257.944000', '121257.947000', '121257.949000', '121257.952000', '121257.955000', '121257.957000', '121257.960000', '121257.963000', '121257.965000', '121257.968000', '121257.970000', '121257.973000', '121257.976000', '121257.978000', '121257.981000', '121257.984000', '121257.986000', '121257.989000', '121257.991000', '121257.994000', '121317.870000', '121317.873000', '121317.875000', '121317.878000', '121317.880000', '121317.883000', '121317.886000', '121317.888000', '121317.891000', '121317.893000', '121317.896000', '121317.899000', '121317.901000', '121317.904000', '121317.906000', '121317.909000', '121317.912000', '121317.914000', '121317.917000', '121317.919000', '121317.922000', '121317.925000', '121317.927000', '121317.930000', '121317.932000', '121317.935000', '121317.938000', '121317.940000', '121317.943000', '121317.945000', '121317.948000', '121317.951000', '121317.953000', '121317.956000', '121317.958000', '121317.961000', '121317.963000', '121317.966000', '121317.969000', '121317.971000', '121317.974000', '121317.977000', '121317.979000', '121317.982000', '121337.870000', '121337.874000', '121337.876000', '121337.879000', '121337.882000', '121337.885000', '121337.887000', '121337.890000', '121337.892000', '121337.895000', '121337.898000', '121337.900000', '121337.903000', '121337.906000', '121337.908000', '121337.911000', '121337.913000', '121337.916000', '121337.918000', '121337.921000', '121337.924000', '121337.926000', '121337.929000', '121337.931000', '121337.934000', '121337.938000', '121337.940000', '121337.943000', '121337.946000', '121337.948000', '121337.951000', '121337.953000', '121337.956000', '121337.959000', '121337.961000', '121337.964000', '121337.967000', '121337.969000', '121337.972000', '121337.974000', '121337.977000', '121337.980000', '121337.983000', '121357.870000', '121357.873000', '121357.876000', '121357.878000', '121357.881000', '121357.884000', '121357.886000', '121357.889000', '121357.891000', '121357.894000', '121357.896000', '121357.899000', '121357.902000', '121357.904000', '121357.908000', '121357.911000', '121357.913000', '121357.916000', '121357.918000', '121357.921000', '121357.924000', '121357.926000', '121357.929000', '121357.932000', '121357.934000', '121357.937000', '121357.940000', '121357.942000', '121357.945000', '121357.948000', '121357.951000', '121357.953000', '121357.956000', '121357.959000', '121357.961000', '121357.964000', '121357.967000', '121357.969000', '121357.972000', '121357.974000', '121357.977000', '121357.980000', '121357.982000', '121357.985000', '121417.870000', '121417.873000', '121417.876000', '121417.878000', '121417.881000', '121417.884000', '121417.886000', '121417.889000', '121417.891000', '121417.894000', '121417.897000', '121417.899000', '121417.902000', '121417.905000', '121417.908000', '121417.911000', '121417.914000', '121417.917000', '121417.919000', '121417.922000', '121417.925000', '121417.927000', '121417.930000', '121417.932000', '121417.935000', '121417.938000', '121417.940000', '121417.943000', '121417.945000', '121417.948000', '121417.951000', '121417.953000', '121417.992000', '121417.995000', '121417.998000', '121418.001000', '121418.004000', '121418.006000', '121418.009000', '121418.012000', '121418.014000', '121418.017000', '121418.019000', '121437.869000', '121437.872000', '121437.875000', '121437.877000', '121437.880000', '121437.883000', '121437.885000', '121437.888000', '121437.891000', '121437.893000', '121437.896000', '121437.898000', '121437.901000', '121437.904000', '121437.906000', '121437.909000', '121437.911000', '121437.914000', '121437.917000', '121437.919000', '121437.922000', '121437.924000', '121437.927000', '121437.930000', '121437.932000', '121437.935000', '121437.937000', '121437.940000', '121437.943000', '121437.945000', '121437.948000', '121437.951000', '121437.953000', '121437.956000', '121437.958000', '121437.961000', '121437.964000', '121437.966000', '121437.969000', '121437.971000', '121437.974000', '121437.976000', '121437.979000', '121437.982000', '121457.869000', '121457.872000', '121457.875000', '121457.878000', '121457.880000', '121457.883000', '121457.886000', '121457.888000', '121457.891000', '121457.893000', '121457.896000', '121457.898000', '121457.901000', '121457.904000', '121457.906000', '121457.909000', '121457.911000', '121457.914000', '121457.917000', '121457.919000', '121457.922000', '121457.925000', '121457.927000', '121457.930000', '121457.932000', '121457.935000', '121457.938000', '121457.940000', '121457.943000', '121457.946000', '121457.949000', '121457.951000', '121457.954000', '121457.957000', '121457.959000', '121457.962000', '121457.965000', '121457.968000', '121457.970000', '121457.973000', '121457.975000', '121457.979000', '121457.983000', '121517.869000', '121517.873000', '121517.875000', '121517.878000', '121517.880000', '121517.883000', '121517.886000', '121517.889000', '121517.891000', '121517.894000', '121517.897000', '121517.900000', '121517.903000', '121517.906000', '121517.908000', '121517.911000', '121517.914000', '121517.916000', '121517.919000', '121517.922000', '121517.924000', '121517.927000', '121517.929000', '121517.932000', '121517.941000', '121517.944000', '121517.946000', '121517.949000', '121517.951000', '121517.954000', '121517.957000', '121517.959000', '121517.962000', '121517.965000', '121517.967000', '121517.970000', '121517.972000', '121517.975000', '121517.978000', '121517.980000', '121517.985000', '121517.988000', '121517.990000', '121517.993000', '121537.870000', '121537.873000', '121537.875000', '121537.878000', '121537.880000', '121537.883000', '121537.885000', '121537.888000', '121537.891000', '121537.893000', '121537.896000', '121537.898000', '121537.901000', '121537.904000', '121537.906000', '121537.909000', '121537.912000', '121537.914000', '121537.917000', '121537.919000', '121537.922000', '121537.925000', '121537.927000', '121537.930000', '121537.932000', '121537.935000', '121537.938000', '121537.940000', '121537.943000', '121537.945000', '121537.948000', '121537.951000', '121537.953000', '121537.956000', '121537.958000', '121537.961000', '121537.963000', '121537.966000', '121537.969000', '121537.971000', '121537.974000', '121537.976000', '121537.979000', '121557.870000', '121557.873000', '121557.876000', '121557.878000', '121557.881000', '121557.884000', '121557.886000', '121557.889000', '121557.891000', '121557.894000', '121557.896000', '121557.899000', '121557.902000', '121557.904000', '121557.907000', '121557.909000', '121557.912000', '121557.915000', '121557.918000', '121557.920000', '121557.923000', '121557.925000', '121557.928000', '121557.930000', '121557.933000', '121557.936000', '121557.938000', '121557.941000', '121557.944000', '121557.946000', '121557.949000', '121557.951000', '121557.954000', '121557.957000', '121557.959000', '121557.962000', '121557.964000', '121557.967000', '121557.970000', '121557.972000', '121557.975000', '121557.977000', '121557.980000', '121557.982000', '121617.871000', '121617.874000', '121617.876000', '121617.879000', '121617.881000', '121617.884000', '121617.886000', '121617.889000', '121617.892000', '121617.894000', '121617.897000', '121617.915000', '121617.918000', '121617.921000', '121617.923000', '121617.926000', '121617.928000', '121617.931000', '121617.934000', '121617.936000', '121617.939000', '121617.941000', '121617.944000', '121617.947000', '121617.949000', '121617.952000', '121617.955000', '121617.958000', '121617.960000', '121617.963000', '121617.966000', '121617.968000', '121617.971000', '121617.974000', '121617.976000', '121617.979000', '121617.981000', '121617.984000', '121617.987000', '121617.989000', '121617.992000', '121617.994000', '121617.997000', '121637.870000', '121637.873000', '121637.876000', '121637.878000', '121637.881000', '121637.884000', '121637.886000', '121637.889000', '121637.891000', '121637.894000', '121637.897000', '121637.899000', '121637.902000', '121637.904000', '121637.907000', '121637.910000', '121637.912000', '121637.915000', '121637.917000', '121637.920000', '121637.923000', '121637.925000', '121637.928000', '121637.930000', '121637.933000', '121637.935000', '121637.938000', '121637.941000', '121637.943000', '121637.946000', '121637.948000', '121637.951000', '121637.954000', '121637.956000', '121637.959000', '121637.961000', '121637.964000', '121637.967000', '121637.969000', '121637.972000', '121637.975000', '121637.977000', '121637.980000', '121637.982000', '121657.870000', '121657.872000', '121657.875000', '121657.878000', '121657.880000', '121657.883000', '121657.885000', '121657.888000', '121657.890000', '121657.893000', '121657.896000', '121657.898000', '121657.901000', '121657.903000', '121657.906000', '121657.909000', '121657.911000', '121657.914000', '121657.917000', '121657.919000', '121657.922000', '121657.924000', '121657.927000', '121657.929000', '121657.932000', '121657.935000', '121657.937000', '121657.940000', '121657.942000', '121657.945000', '121657.947000', '121657.950000', '121657.953000', '121657.956000', '121657.959000', '121657.961000', '121657.964000', '121657.967000', '121657.969000', '121657.972000', '121657.974000', '121657.977000', '121657.980000', '121717.870000', '121717.873000', '121717.875000', '121717.878000', '121717.880000', '121717.883000', '121717.886000', '121717.888000', '121717.891000', '121717.893000', '121717.896000', '121717.899000', '121717.901000', '121717.904000', '121717.907000', '121717.909000', '121717.912000', '121717.914000', '121717.917000', '121717.920000', '121717.922000', '121717.925000', '121717.927000', '121717.930000', '121717.933000', '121717.935000', '121717.938000', '121717.940000', '121717.943000', '121717.946000', '121717.948000', '121717.951000', '121717.953000', '121717.956000', '121717.959000', '121717.961000', '121717.964000', '121717.966000', '121717.969000', '121717.972000', '121717.974000', '121717.977000', '121717.979000', '121717.982000', '121737.870000', '121737.872000', '121737.875000', '121737.878000', '121737.880000', '121737.883000', '121737.885000', '121737.888000', '121737.891000', '121737.893000', '121737.896000', '121737.898000', '121737.901000', '121737.904000', '121737.906000', '121737.909000', '121737.912000', '121737.914000', '121737.917000', '121737.919000', '121737.922000', '121737.925000', '121737.927000', '121737.930000', '121737.932000', '121737.935000', '121737.938000', '121737.940000', '121737.943000', '121737.945000', '121737.948000', '121737.950000', '121737.953000', '121737.956000', '121737.959000', '121737.961000', '121737.964000', '121737.967000', '121737.969000', '121737.972000', '121737.974000', '121737.977000', '121737.979000', '121757.869000', '121757.872000', '121757.875000', '121757.878000', '121757.880000', '121757.883000', '121757.885000', '121757.888000', '121757.890000', '121757.893000', '121757.896000', '121757.898000', '121757.901000', '121757.904000', '121757.906000', '121757.909000', '121757.911000', '121757.914000', '121757.917000', '121757.919000', '121757.936000', '121757.939000', '121757.942000', '121757.944000', '121757.947000', '121757.949000', '121757.952000', '121757.955000', '121757.958000', '121757.960000', '121757.963000', '121757.966000', '121757.968000', '121757.971000', '121757.973000', '121757.976000', '121757.979000', '121757.981000', '121757.984000', '121757.986000', '121757.989000', '121757.992000', '121757.994000', '121757.997000', '121817.871000', '121817.874000', '121817.876000', '121817.879000', '121817.881000', '121817.884000', '121817.887000', '121817.889000', '121817.892000', '121817.894000', '121817.897000', '121817.900000', '121817.902000', '121817.905000', '121817.907000', '121817.910000', '121817.913000', '121817.915000', '121817.918000', '121817.920000', '121817.923000', '121817.926000', '121817.928000', '121817.931000', '121817.934000', '121817.936000', '121817.939000', '121817.942000', '121817.944000', '121817.947000', '121817.949000', '121817.952000', '121817.955000', '121817.957000', '121817.960000', '121817.963000', '121817.965000', '121817.968000', '121817.970000', '121817.973000', '121817.976000', '121817.978000', '121817.981000', '121837.360000', '121837.363000', '121837.366000', '121837.368000', '121837.371000', '121837.373000', '121837.376000', '121837.379000', '121837.382000', '121837.384000', '121837.387000', '121837.390000', '121837.392000', '121837.395000', '121837.398000', '121837.400000', '121837.403000', '121837.406000', '121837.408000', '121837.411000', '121837.414000', '121837.417000', '121837.419000', '121837.422000', '121837.425000', '121837.427000', '121837.430000', '121837.434000', '121837.437000', '121837.439000', '121837.442000', '121837.445000', '121837.447000', '121837.450000', '121837.454000', '121837.458000', '121837.461000', '121837.464000', '121837.469000', '121837.472000', '121837.475000', '121837.478000', '121837.481000'], 'InstanceCreationTime': ['120957.912000', '120957.915000', '120957.917000', '120957.920000', '120957.923000', '120957.925000', '120957.928000', '120957.931000', '120957.933000', '120957.936000', '120957.939000', '120957.941000', '120957.944000', '120957.947000', '120957.950000', '120957.952000', '120957.955000', '120957.964000', '120957.967000', '120957.970000', '120957.972000', '120957.975000', '120957.977000', '120957.980000', '120957.983000', '120957.985000', '120958.017000', '121017.869000', '121017.872000', '121017.875000', '121017.877000', '121017.880000', '121017.882000', '121017.885000', '121017.888000', '121017.890000', '121017.893000', '121017.895000', '121017.898000', '121017.900000', '121017.903000', '121017.906000', '121017.908000', '121017.911000', '121017.914000', '121017.916000', '121017.919000', '121017.921000', '121017.924000', '121017.926000', '121017.929000', '121017.937000', '121017.939000', '121017.942000', '121017.945000', '121017.947000', '121017.950000', '121017.952000', '121017.955000', '121017.957000', '121017.960000', '121017.963000', '121017.965000', '121017.968000', '121017.970000', '121017.973000', '121017.975000', '121017.978000', '121017.980000', '121017.983000', '121017.986000', '121037.869000', '121037.872000', '121037.875000', '121037.877000', '121037.880000', '121037.882000', '121037.885000', '121037.888000', '121037.890000', '121037.893000', '121037.895000', '121037.898000', '121037.901000', '121037.903000', '121037.906000', '121037.908000', '121037.911000', '121037.914000', '121037.916000', '121037.919000', '121037.921000', '121037.924000', '121037.927000', '121037.929000', '121037.932000', '121037.934000', '121037.937000', '121037.940000', '121037.942000', '121037.945000', '121037.948000', '121037.950000', '121037.953000', '121037.955000', '121037.958000', '121037.960000', '121037.963000', '121037.965000', '121037.968000', '121037.971000', '121037.973000', '121037.976000', '121037.978000', '121057.869000', '121057.872000', '121057.875000', '121057.878000', '121057.880000', '121057.883000', '121057.885000', '121057.888000', '121057.891000', '121057.893000', '121057.896000', '121057.899000', '121057.901000', '121057.904000', '121057.906000', '121057.909000', '121057.912000', '121057.915000', '121057.917000', '121057.920000', '121057.923000', '121057.925000', '121057.928000', '121057.931000', '121057.933000', '121057.936000', '121057.938000', '121057.941000', '121057.944000', '121057.946000', '121057.949000', '121057.951000', '121057.954000', '121057.957000', '121057.959000', '121057.962000', '121057.964000', '121057.967000', '121057.970000', '121057.972000', '121057.975000', '121057.978000', '121057.980000', '121057.983000', '121117.870000', '121117.873000', '121117.876000', '121117.879000', '121117.882000', '121117.885000', '121117.887000', '121117.890000', '121117.893000', '121117.895000', '121117.898000', '121117.901000', '121117.903000', '121117.906000', '121117.909000', '121117.911000', '121117.914000', '121117.917000', '121117.920000', '121117.922000', '121117.925000', '121117.928000', '121117.931000', '121117.934000', '121117.936000', '121117.944000', '121117.946000', '121117.950000', '121117.952000', '121117.955000', '121117.958000', '121117.961000', '121117.963000', '121117.966000', '121117.969000', '121117.971000', '121117.974000', '121117.976000', '121117.979000', '121117.982000', '121117.985000', '121117.987000', '121117.990000', '121137.871000', '121137.874000', '121137.877000', '121137.879000', '121137.882000', '121137.885000', '121137.887000', '121137.890000', '121137.893000', '121137.896000', '121137.898000', '121137.901000', '121137.904000', '121137.907000', '121137.910000', '121137.912000', '121137.915000', '121137.918000', '121137.921000', '121137.924000', '121137.927000', '121137.930000', '121137.933000', '121137.936000', '121137.939000', '121137.942000', '121137.944000', '121137.947000', '121137.950000', '121137.953000', '121137.956000', '121137.959000', '121137.961000', '121137.964000', '121137.967000', '121137.970000', '121137.973000', '121137.976000', '121137.979000', '121137.983000', '121137.986000', '121137.988000', '121137.992000', '121137.995000', '121157.871000', '121157.874000', '121157.876000', '121157.879000', '121157.882000', '121157.884000', '121157.887000', '121157.890000', '121157.892000', '121157.895000', '121157.897000', '121157.900000', '121157.903000', '121157.905000', '121157.908000', '121157.910000', '121157.913000', '121157.916000', '121157.919000', '121157.921000', '121157.924000', '121157.927000', '121157.929000', '121157.932000', '121157.935000', '121157.938000', '121157.941000', '121157.951000', '121157.954000', '121157.957000', '121157.959000', '121157.962000', '121157.964000', '121157.967000', '121157.970000', '121157.972000', '121157.975000', '121157.978000', '121157.980000', '121157.983000', '121157.985000', '121157.988000', '121157.991000', '121217.869000', '121217.872000', '121217.875000', '121217.877000', '121217.880000', '121217.883000', '121217.885000', '121217.888000', '121217.890000', '121217.893000', '121217.896000', '121217.899000', '121217.902000', '121217.905000', '121217.908000', '121217.911000', '121217.913000', '121217.916000', '121217.918000', '121217.921000', '121217.924000', '121217.926000', '121217.929000', '121217.932000', '121217.934000', '121217.937000', '121217.939000', '121217.942000', '121217.945000', '121217.947000', '121217.950000', '121217.952000', '121217.955000', '121217.958000', '121217.960000', '121217.963000', '121217.966000', '121217.968000', '121217.971000', '121217.973000', '121217.976000', '121217.979000', '121217.981000', '121237.869000', '121237.872000', '121237.875000', '121237.877000', '121237.880000', '121237.883000', '121237.885000', '121237.888000', '121237.890000', '121237.893000', '121237.895000', '121237.898000', '121237.901000', '121237.903000', '121237.906000', '121237.908000', '121237.911000', '121237.914000', '121237.916000', '121237.919000', '121237.921000', '121237.924000', '121237.927000', '121237.929000', '121237.932000', '121237.934000', '121237.937000', '121237.940000', '121237.942000', '121237.945000', '121237.948000', '121237.950000', '121237.953000', '121237.955000', '121237.958000', '121237.961000', '121237.963000', '121237.966000', '121237.968000', '121237.971000', '121237.974000', '121237.976000', '121237.979000', '121237.981000', '121257.870000', '121257.872000', '121257.875000', '121257.878000', '121257.880000', '121257.883000', '121257.886000', '121257.902000', '121257.905000', '121257.908000', '121257.910000', '121257.913000', '121257.915000', '121257.918000', '121257.921000', '121257.923000', '121257.926000', '121257.928000', '121257.931000', '121257.934000', '121257.936000', '121257.939000', '121257.942000', '121257.944000', '121257.947000', '121257.949000', '121257.952000', '121257.955000', '121257.957000', '121257.960000', '121257.963000', '121257.965000', '121257.968000', '121257.970000', '121257.973000', '121257.976000', '121257.978000', '121257.981000', '121257.984000', '121257.986000', '121257.989000', '121257.991000', '121257.994000', '121317.870000', '121317.873000', '121317.875000', '121317.878000', '121317.880000', '121317.883000', '121317.886000', '121317.888000', '121317.891000', '121317.893000', '121317.896000', '121317.899000', '121317.901000', '121317.904000', '121317.906000', '121317.909000', '121317.912000', '121317.914000', '121317.917000', '121317.919000', '121317.922000', '121317.925000', '121317.927000', '121317.930000', '121317.932000', '121317.935000', '121317.938000', '121317.940000', '121317.943000', '121317.945000', '121317.948000', '121317.951000', '121317.953000', '121317.956000', '121317.958000', '121317.961000', '121317.963000', '121317.966000', '121317.969000', '121317.971000', '121317.974000', '121317.977000', '121317.979000', '121317.982000', '121337.870000', '121337.874000', '121337.876000', '121337.879000', '121337.882000', '121337.885000', '121337.887000', '121337.890000', '121337.892000', '121337.895000', '121337.898000', '121337.900000', '121337.903000', '121337.906000', '121337.908000', '121337.911000', '121337.913000', '121337.916000', '121337.918000', '121337.921000', '121337.924000', '121337.926000', '121337.929000', '121337.931000', '121337.934000', '121337.938000', '121337.940000', '121337.943000', '121337.946000', '121337.948000', '121337.951000', '121337.953000', '121337.956000', '121337.959000', '121337.961000', '121337.964000', '121337.967000', '121337.969000', '121337.972000', '121337.974000', '121337.977000', '121337.980000', '121337.983000', '121357.870000', '121357.873000', '121357.876000', '121357.878000', '121357.881000', '121357.884000', '121357.886000', '121357.889000', '121357.891000', '121357.894000', '121357.896000', '121357.899000', '121357.902000', '121357.904000', '121357.908000', '121357.911000', '121357.913000', '121357.916000', '121357.918000', '121357.921000', '121357.924000', '121357.926000', '121357.929000', '121357.932000', '121357.934000', '121357.937000', '121357.940000', '121357.942000', '121357.945000', '121357.948000', '121357.951000', '121357.953000', '121357.956000', '121357.959000', '121357.961000', '121357.964000', '121357.967000', '121357.969000', '121357.972000', '121357.974000', '121357.977000', '121357.980000', '121357.982000', '121357.985000', '121417.870000', '121417.873000', '121417.876000', '121417.878000', '121417.881000', '121417.884000', '121417.886000', '121417.889000', '121417.891000', '121417.894000', '121417.897000', '121417.899000', '121417.902000', '121417.905000', '121417.908000', '121417.911000', '121417.914000', '121417.917000', '121417.919000', '121417.922000', '121417.925000', '121417.927000', '121417.930000', '121417.932000', '121417.935000', '121417.938000', '121417.940000', '121417.943000', '121417.945000', '121417.948000', '121417.951000', '121417.953000', '121417.992000', '121417.995000', '121417.998000', '121418.001000', '121418.004000', '121418.006000', '121418.009000', '121418.012000', '121418.014000', '121418.017000', '121418.019000', '121437.869000', '121437.872000', '121437.875000', '121437.877000', '121437.880000', '121437.883000', '121437.885000', '121437.888000', '121437.891000', '121437.893000', '121437.896000', '121437.898000', '121437.901000', '121437.904000', '121437.906000', '121437.909000', '121437.911000', '121437.914000', '121437.917000', '121437.919000', '121437.922000', '121437.924000', '121437.927000', '121437.930000', '121437.932000', '121437.935000', '121437.937000', '121437.940000', '121437.943000', '121437.945000', '121437.948000', '121437.951000', '121437.953000', '121437.956000', '121437.958000', '121437.961000', '121437.964000', '121437.966000', '121437.969000', '121437.971000', '121437.974000', '121437.976000', '121437.979000', '121437.982000', '121457.869000', '121457.872000', '121457.875000', '121457.878000', '121457.880000', '121457.883000', '121457.886000', '121457.888000', '121457.891000', '121457.893000', '121457.896000', '121457.898000', '121457.901000', '121457.904000', '121457.906000', '121457.909000', '121457.911000', '121457.914000', '121457.917000', '121457.919000', '121457.922000', '121457.925000', '121457.927000', '121457.930000', '121457.932000', '121457.935000', '121457.938000', '121457.940000', '121457.943000', '121457.946000', '121457.949000', '121457.951000', '121457.954000', '121457.957000', '121457.959000', '121457.962000', '121457.965000', '121457.968000', '121457.970000', '121457.973000', '121457.975000', '121457.979000', '121457.983000', '121517.869000', '121517.873000', '121517.875000', '121517.878000', '121517.880000', '121517.883000', '121517.886000', '121517.889000', '121517.891000', '121517.894000', '121517.897000', '121517.900000', '121517.903000', '121517.906000', '121517.908000', '121517.911000', '121517.914000', '121517.916000', '121517.919000', '121517.922000', '121517.924000', '121517.927000', '121517.929000', '121517.932000', '121517.941000', '121517.944000', '121517.946000', '121517.949000', '121517.951000', '121517.954000', '121517.957000', '121517.959000', '121517.962000', '121517.965000', '121517.967000', '121517.970000', '121517.972000', '121517.975000', '121517.978000', '121517.980000', '121517.985000', '121517.988000', '121517.990000', '121517.993000', '121537.870000', '121537.873000', '121537.875000', '121537.878000', '121537.880000', '121537.883000', '121537.885000', '121537.888000', '121537.891000', '121537.893000', '121537.896000', '121537.898000', '121537.901000', '121537.904000', '121537.906000', '121537.909000', '121537.912000', '121537.914000', '121537.917000', '121537.919000', '121537.922000', '121537.925000', '121537.927000', '121537.930000', '121537.932000', '121537.935000', '121537.938000', '121537.940000', '121537.943000', '121537.945000', '121537.948000', '121537.951000', '121537.953000', '121537.956000', '121537.958000', '121537.961000', '121537.963000', '121537.966000', '121537.969000', '121537.971000', '121537.974000', '121537.976000', '121537.979000', '121557.870000', '121557.873000', '121557.876000', '121557.878000', '121557.881000', '121557.884000', '121557.886000', '121557.889000', '121557.891000', '121557.894000', '121557.896000', '121557.899000', '121557.902000', '121557.904000', '121557.907000', '121557.909000', '121557.912000', '121557.915000', '121557.918000', '121557.920000', '121557.923000', '121557.925000', '121557.928000', '121557.930000', '121557.933000', '121557.936000', '121557.938000', '121557.941000', '121557.944000', '121557.946000', '121557.949000', '121557.951000', '121557.954000', '121557.957000', '121557.959000', '121557.962000', '121557.964000', '121557.967000', '121557.970000', '121557.972000', '121557.975000', '121557.977000', '121557.980000', '121557.982000', '121617.871000', '121617.874000', '121617.876000', '121617.879000', '121617.881000', '121617.884000', '121617.886000', '121617.889000', '121617.892000', '121617.894000', '121617.897000', '121617.915000', '121617.918000', '121617.921000', '121617.923000', '121617.926000', '121617.928000', '121617.931000', '121617.934000', '121617.936000', '121617.939000', '121617.941000', '121617.944000', '121617.947000', '121617.949000', '121617.952000', '121617.955000', '121617.958000', '121617.960000', '121617.963000', '121617.966000', '121617.968000', '121617.971000', '121617.974000', '121617.976000', '121617.979000', '121617.981000', '121617.984000', '121617.987000', '121617.989000', '121617.992000', '121617.994000', '121617.997000', '121637.870000', '121637.873000', '121637.876000', '121637.878000', '121637.881000', '121637.884000', '121637.886000', '121637.889000', '121637.891000', '121637.894000', '121637.897000', '121637.899000', '121637.902000', '121637.904000', '121637.907000', '121637.910000', '121637.912000', '121637.915000', '121637.917000', '121637.920000', '121637.923000', '121637.925000', '121637.928000', '121637.930000', '121637.933000', '121637.935000', '121637.938000', '121637.941000', '121637.943000', '121637.946000', '121637.948000', '121637.951000', '121637.954000', '121637.956000', '121637.959000', '121637.961000', '121637.964000', '121637.967000', '121637.969000', '121637.972000', '121637.975000', '121637.977000', '121637.980000', '121637.982000', '121657.870000', '121657.872000', '121657.875000', '121657.878000', '121657.880000', '121657.883000', '121657.885000', '121657.888000', '121657.890000', '121657.893000', '121657.896000', '121657.898000', '121657.901000', '121657.903000', '121657.906000', '121657.909000', '121657.911000', '121657.914000', '121657.917000', '121657.919000', '121657.922000', '121657.924000', '121657.927000', '121657.929000', '121657.932000', '121657.935000', '121657.937000', '121657.940000', '121657.942000', '121657.945000', '121657.947000', '121657.950000', '121657.953000', '121657.956000', '121657.959000', '121657.961000', '121657.964000', '121657.967000', '121657.969000', '121657.972000', '121657.974000', '121657.977000', '121657.980000', '121717.870000', '121717.873000', '121717.875000', '121717.878000', '121717.880000', '121717.883000', '121717.886000', '121717.888000', '121717.891000', '121717.893000', '121717.896000', '121717.899000', '121717.901000', '121717.904000', '121717.907000', '121717.909000', '121717.912000', '121717.914000', '121717.917000', '121717.920000', '121717.922000', '121717.925000', '121717.927000', '121717.930000', '121717.933000', '121717.935000', '121717.938000', '121717.940000', '121717.943000', '121717.946000', '121717.948000', '121717.951000', '121717.953000', '121717.956000', '121717.959000', '121717.961000', '121717.964000', '121717.966000', '121717.969000', '121717.972000', '121717.974000', '121717.977000', '121717.979000', '121717.982000', '121737.870000', '121737.872000', '121737.875000', '121737.878000', '121737.880000', '121737.883000', '121737.885000', '121737.888000', '121737.891000', '121737.893000', '121737.896000', '121737.898000', '121737.901000', '121737.904000', '121737.906000', '121737.909000', '121737.912000', '121737.914000', '121737.917000', '121737.919000', '121737.922000', '121737.925000', '121737.927000', '121737.930000', '121737.932000', '121737.935000', '121737.938000', '121737.940000', '121737.943000', '121737.945000', '121737.948000', '121737.950000', '121737.953000', '121737.956000', '121737.959000', '121737.961000', '121737.964000', '121737.967000', '121737.969000', '121737.972000', '121737.974000', '121737.977000', '121737.979000', '121757.869000', '121757.872000', '121757.875000', '121757.878000', '121757.880000', '121757.883000', '121757.885000', '121757.888000', '121757.890000', '121757.893000', '121757.896000', '121757.898000', '121757.901000', '121757.904000', '121757.906000', '121757.909000', '121757.911000', '121757.914000', '121757.917000', '121757.919000', '121757.936000', '121757.939000', '121757.942000', '121757.944000', '121757.947000', '121757.949000', '121757.952000', '121757.955000', '121757.958000', '121757.960000', '121757.963000', '121757.966000', '121757.968000', '121757.971000', '121757.973000', '121757.976000', '121757.979000', '121757.981000', '121757.984000', '121757.986000', '121757.989000', '121757.992000', '121757.994000', '121757.997000', '121817.871000', '121817.874000', '121817.876000', '121817.879000', '121817.881000', '121817.884000', '121817.887000', '121817.889000', '121817.892000', '121817.894000', '121817.897000', '121817.900000', '121817.902000', '121817.905000', '121817.907000', '121817.910000', '121817.913000', '121817.915000', '121817.918000', '121817.920000', '121817.923000', '121817.926000', '121817.928000', '121817.931000', '121817.934000', '121817.936000', '121817.939000', '121817.942000', '121817.944000', '121817.947000', '121817.949000', '121817.952000', '121817.955000', '121817.957000', '121817.960000', '121817.963000', '121817.965000', '121817.968000', '121817.970000', '121817.973000', '121817.976000', '121817.978000', '121817.981000', '121837.360000', '121837.363000', '121837.366000', '121837.368000', '121837.371000', '121837.373000', '121837.376000', '121837.379000', '121837.382000', '121837.384000', '121837.387000', '121837.390000', '121837.392000', '121837.395000', '121837.398000', '121837.400000', '121837.403000', '121837.406000', '121837.408000', '121837.411000', '121837.414000', '121837.417000', '121837.419000', '121837.422000', '121837.425000', '121837.427000', '121837.430000', '121837.434000', '121837.437000', '121837.439000', '121837.442000', '121837.445000', '121837.447000', '121837.450000', '121837.454000', '121837.458000', '121837.461000', '121837.464000', '121837.469000', '121837.472000', '121837.475000', '121837.478000', '121837.481000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [7694, 11898, 7351, 9627, 7096, 9176, 7853, 9088, 14288, 8777, 12614, 9367, 10339, 7370, 8960, 6939, 9053, 12414, 7988, 10305, 6713, 9983, 6147, 9269, 6090, 8110, 5922, 8183, 5760, 9361, 6521, 9875, 6437, 8886, 6414, 8530, 5949, 7858, 6180, 9647, 6809, 9736, 6653, 9452, 6955, 9939, 6433, 8006, 6265, 8396, 7427, 11678, 7626, 13971, 10615, 14262, 8813, 12409, 6962, 10969, 9051, 9033, 14793, 7463, 12232, 8115, 9857, 8361, 8850, 5710, 8321, 5534, 8231, 5804, 7606, 10424, 6945, 9591, 6712, 9258, 6371, 9219, 7801, 8393, 12397, 9806, 13486, 7474, 10019, 6171, 9122, 9117, 8299, 10670, 7515, 9099, 6111, 8889, 6380, 8767, 7327, 7787, 11220, 7173, 10010, 6681, 9105, 6076, 8935, 6104, 8446, 7918, 7448, 9376, 6423, 10257, 6354, 9646, 7717, 8814, 5854, 8236, 7090, 7318, 11207, 6599, 10274, 6766, 8800, 6297, 8442, 5674, 8178, 7175, 7662, 10657, 7173, 11143, 6625, 10407, 6453, 9226, 5835, 8730, 5653, 8006, 7711, 7799, 7322, 7445, 7341, 7056, 10908, 7072, 11180, 6968, 11613, 7058, 8603, 5603, 8088, 11385, 6337, 9436, 6450, 8573, 5697, 8123, 10367, 6440, 10042, 6322, 8623, 12823, 7062, 9514, 5948, 8947, 5900, 8201, 8827, 7157, 8191, 6234, 9609, 6259, 9889, 6424, 9075, 5991, 8088, 5627, 7781, 7097, 7301, 10402, 7580, 13146, 6303, 9377, 6047, 8090, 11144, 7423, 10087, 6359, 10430, 6051, 9369, 6337, 8335, 5503, 7746, 5676, 7377, 9417, 7438, 12690, 7018, 10271, 6754, 8825, 8724, 8615, 11826, 7533, 13052, 6413, 9633, 6767, 9302, 5828, 9396, 5999, 9793, 5780, 8631, 6035, 8363, 7661, 7983, 11080, 6727, 9131, 6671, 8784, 5639, 8609, 14497, 7276, 11346, 7500, 9023, 12027, 8336, 10606, 7800, 6685, 7586, 5500, 7667, 7255, 7679, 9513, 7239, 10698, 6225, 9191, 6791, 9002, 5953, 9171, 6612, 8693, 12872, 8723, 10668, 7064, 10005, 5894, 9601, 6671, 9817, 6266, 8740, 5678, 7975, 5422, 7697, 5440, 8072, 6108, 7808, 8385, 6739, 10628, 6957, 10534, 7765, 12763, 6126, 8984, 5964, 8977, 6406, 9833, 6644, 9346, 5991, 8561, 6078, 8710, 6429, 8481, 6186, 8569, 6896, 8356, 14791, 9307, 11926, 6467, 10453, 6482, 9526, 6245, 9050, 6102, 8783, 9427, 7244, 10205, 6331, 9787, 6118, 9191, 7410, 9016, 6301, 9009, 6099, 9088, 5766, 8658, 7975, 8515, 5842, 8495, 7349, 8164, 11655, 7759, 10597, 6787, 8932, 6136, 10300, 6486, 9527, 6207, 8890, 8115, 8775, 6130, 8687, 5571, 8405, 10781, 7480, 11213, 6819, 9079, 6149, 9086, 6147, 9948, 7235, 9728, 6195, 9060, 6137, 9765, 7043, 10514, 7371, 10834, 6158, 8924, 6449, 9040, 7654, 12391, 7031, 8466, 13897, 6965, 12639, 8723, 10426, 5858, 9135, 6129, 9197, 6298, 8853, 5847, 8503, 6571, 8755, 6638, 8526, 8674, 7406, 11131, 6154, 8915, 6100, 8239, 9602, 6111, 10007, 6631, 8770, 14041, 6803, 10228, 6730, 8706, 7666, 7008, 10067, 5976, 9191, 6254, 9113, 6773, 9229, 6164, 8822, 5758, 8458, 7763, 7793, 8789, 7444, 11398, 6816, 9573, 7901, 10133, 7720, 10625, 6026, 8274, 5726, 10401, 5528, 8660, 5809, 8773, 5879, 9501, 6594, 11152, 8545, 12633, 13862, 12390, 12724, 10174, 7412, 8768, 6157, 8406, 6278, 8827, 7207, 8653, 6855, 8651, 6939, 8596, 7033, 8871, 6438, 8783, 9166, 8719, 9206, 8444, 6101, 8859, 10674, 8502, 12300, 7481, 10435, 6861, 9687, 6437, 8976, 6393, 8805, 8842, 8811, 7620, 12019, 6550, 13161, 6925, 10294, 5825, 8996, 5520, 9145, 6626, 8921, 6279, 8857, 6795, 8764, 7483, 9110, 8480, 8939, 13033, 9215, 13040, 8366, 10362, 8179, 9114, 9056, 13093, 8432, 10396, 8192, 8248, 8143, 9947, 6744, 9143, 6441, 9221, 5972, 8904, 5883, 8879, 5488, 9047, 7765, 8796, 7131, 8722, 6859, 8637, 5403, 8914, 9671, 7907, 11394, 7624, 9914, 6194, 8858, 5881, 8998, 6159, 8553, 6868, 7905, 5413, 6766, 9731, 6250, 9702, 6735, 8391, 5521, 7518, 6301, 6867, 10854, 6737, 9203, 6965, 8230, 10510, 6938, 11394, 6805, 10000, 7245, 8845, 7888, 7389, 9917, 6905, 9077, 7693, 6102, 6405, 9844, 5945, 9806, 6351, 9370, 6503, 9624, 6097, 9178, 6066, 9134, 7356, 8976, 9492, 10927, 6660, 8917, 5468, 8746, 9692, 8908, 14676, 12313, 13573, 10390, 13794, 7183, 10526, 5844, 8345, 6091, 9028, 5832, 9144, 5964, 8884, 6703, 8941, 6228, 8745, 11447, 9146, 12724, 8951, 7695, 8372, 5536, 8241, 8613, 7592, 10963, 6711, 9492, 7219, 9547, 7081, 14002, 7250, 10811, 6563, 9170, 6321, 8863, 7064, 10987, 7315, 14118, 8314, 11068, 6234, 8673, 5672, 8639, 5761, 8574, 6521, 8681, 9893, 8000, 9668, 6067, 8640, 5810, 8895, 5807, 8958, 7596, 8847, 7344, 8793, 7635, 8735, 8256, 8856, 6165, 8925, 7745, 8694, 10712, 7925, 10371, 7152, 9625, 6369, 9139, 7308, 8684, 5894, 8106, 7482, 7574, 9161, 7093, 11173, 7364, 10261, 6374, 8417, 5699, 8565, 5837, 8417, 5596, 9239, 6692, 9266, 6708, 7783, 5732, 7861, 5866, 7933, 13526, 6304, 9977, 6265, 8739, 7549, 8541, 5383, 8555, 7816, 7974, 14041, 6842, 11273, 7696, 9230, 5874, 9082, 7066, 8860, 5563, 8470, 6947, 8219, 8369, 7842, 6650, 8205, 9674, 6706, 10719, 6657, 9978, 7158, 10251, 7037, 9157, 5935, 8438, 6142, 9367, 6682, 7628, 7043, 6007, 7099, 5792, 7503, 7900, 7536, 7626, 8521, 6756, 8547, 9200, 8151, 10772, 8411, 12175, 9059, 13436, 7951, 11370, 7267, 11173, 6970, 11008, 6035, 9044, 5703, 8586, 8338, 9234, 7872, 9304, 6459, 9326, 6143, 8956, 6637, 11046, 7439, 14371, 8336, 11048, 7508, 9803, 6139, 9158, 8218, 10036, 7508, 8786, 6501, 8699, 5893, 8751, 5788, 8748, 8215, 8218, 6910, 8419, 7624, 8266, 10401, 8006, 14013, 7248, 10418, 6717, 8880, 10510, 8572, 12795, 7096, 9405, 5977, 9073, 8234, 8871, 5909, 8265, 5894, 7570, 10119, 6360, 10417, 6629, 8869, 6239, 8350, 6175, 7882, 9066, 6867, 9398, 6675, 10646, 5976, 8881, 6323, 8446, 7154, 8201, 5821, 7960, 8052, 6676, 11077, 6211, 8832, 7978, 7985, 8823, 7161, 10641, 6065, 10129, 6120, 8550, 10063, 6511, 10353, 6149, 9115, 6840, 8737, 9579, 6785, 10589, 5846, 8564, 6306, 8638, 7828, 8297, 5597, 7629, 9115, 5989, 10555, 6490, 9567, 7640, 9276, 6220, 7976, 5478, 6606, 9550, 6584, 10848, 7273, 10523, 6882, 11849, 6101, 8847, 5713, 8056, 8495, 7106, 10898, 7368, 11293, 6358, 9642, 5885, 8439, 8363, 5888, 10184, 6067, 8382, 6754, 6853, 10694, 6511, 9441, 6216, 8532, 5795, 7620, 10788, 6708, 9984, 6561, 9559, 6269, 8816, 5742, 7462, 11788, 7172, 9757, 6471, 9050, 6212, 9429, 6073, 7572, 5612, 7198, 6894, 7225, 8868, 8397, 7449, 6841, 10708, 6541, 11057, 6640, 9070, 7922, 6662, 14765, 7651, 11705, 7543, 7966, 8942, 6903, 13417, 7072, 9971, 5957, 9906, 6182, 9073, 6145, 8188, 5541, 7759, 5487, 7814, 9219, 7675, 12448, 6477, 10493, 6106, 8798, 6615, 7532, 6037, 7031, 8458, 6874, 14652, 7590, 11269, 6205, 9808, 6204, 9214, 5818, 8689, 5720, 8619, 7592, 7251, 10698, 6093, 10577, 6319, 9953, 6323, 8849, 5890, 7609, 9160, 6907, 9708, 6366, 10672, 6678, 10894, 7293, 9813, 6298, 9102, 6036, 9827, 6118, 9365, 5796, 9653, 6171, 10942, 6163, 9709, 5525, 7874, 10915, 7299, 11349, 6661, 10287, 6422, 10916, 7642, 11877, 7685, 9518, 6003, 8869, 6340, 10400, 7500, 9026, 7092, 5563, 7045, 5552, 8808, 6329, 8220, 10427, 8340, 12111, 7673, 11145, 8485, 10810, 8938, 14389, 11796, 11963, 8801, 10834, 11602, 10041, 13511, 6579, 8816, 8676, 8904, 6954, 8851, 11114, 8842, 7389, 8983, 7394, 9116, 5564, 8875, 6571, 8623, 6897, 8843, 8141, 8953, 5892, 9776, 5932, 9646, 8220, 9043, 8385, 8817, 9402, 8958, 7034, 9070, 6941, 8854, 11171, 8712, 14301, 9268, 12067, 8127, 9827, 7714, 9878, 7929, 10289, 7541, 10258, 6273], 'WindowCenter': [3580.0, 3595.0, 3549.0, 3566.0, 3532.0, 3540.0, 3526.0, 3526.0, 3557.0, 3524.0, 3545.0, 3523.0, 3522.0, 3500.0, 3511.0, 3488.0, 3510.0, 3542.0, 3510.0, 3520.0, 3489.0, 3521.0, 3489.0, 3521.0, 3490.0, 3524.0, 3492.0, 3523.0, 3493.0, 3537.0, 3518.0, 3548.0, 3517.0, 3537.0, 3517.0, 3538.0, 3508.0, 3540.0, 3520.0, 3550.0, 3518.0, 3538.0, 3519.0, 3550.0, 3532.0, 3551.0, 3520.0, 3540.0, 3519.0, 3538.0, 3529.0, 3561.0, 3529.0, 3574.0, 3551.0, 3571.0, 3539.0, 3559.0, 3516.0, 3536.0, 3521.0, 3522.0, 3555.0, 3500.0, 3533.0, 3499.0, 3522.0, 3509.0, 3509.0, 3478.0, 3510.0, 3493.0, 3525.0, 3492.0, 3525.0, 3535.0, 3515.0, 3536.0, 3517.0, 3537.0, 3504.0, 3537.0, 3513.0, 3524.0, 3546.0, 3535.0, 3545.0, 3501.0, 3534.0, 3492.0, 3523.0, 3510.0, 3510.0, 3532.0, 3499.0, 3510.0, 3477.0, 3509.0, 3502.0, 3524.0, 3501.0, 3510.0, 3533.0, 3503.0, 3534.0, 3502.0, 3523.0, 3504.0, 3524.0, 3491.0, 3524.0, 3514.0, 3513.0, 3524.0, 3505.0, 3534.0, 3503.0, 3536.0, 3514.0, 3525.0, 3492.0, 3524.0, 3502.0, 3514.0, 3545.0, 3503.0, 3535.0, 3503.0, 3523.0, 3503.0, 3524.0, 3492.0, 3524.0, 3512.0, 3526.0, 3536.0, 3515.0, 3546.0, 3502.0, 3534.0, 3503.0, 3537.0, 3506.0, 3526.0, 3492.0, 3526.0, 3526.0, 3526.0, 3515.0, 3516.0, 3516.0, 3516.0, 3546.0, 3514.0, 3549.0, 3515.0, 3546.0, 3501.0, 3523.0, 3491.0, 3524.0, 3546.0, 3502.0, 3523.0, 3491.0, 3523.0, 3480.0, 3513.0, 3534.0, 3503.0, 3535.0, 3490.0, 3523.0, 3544.0, 3501.0, 3522.0, 3490.0, 3521.0, 3479.0, 3523.0, 3523.0, 3502.0, 3523.0, 3504.0, 3534.0, 3503.0, 3535.0, 3503.0, 3539.0, 3505.0, 3526.0, 3495.0, 3528.0, 3515.0, 3516.0, 3547.0, 3528.0, 3558.0, 3505.0, 3537.0, 3492.0, 3525.0, 3546.0, 3515.0, 3535.0, 3505.0, 3534.0, 3492.0, 3535.0, 3504.0, 3525.0, 3494.0, 3526.0, 3492.0, 3514.0, 3536.0, 3516.0, 3558.0, 3516.0, 3536.0, 3502.0, 3524.0, 3512.0, 3522.0, 3544.0, 3513.0, 3544.0, 3489.0, 3522.0, 3501.0, 3522.0, 3479.0, 3523.0, 3490.0, 3535.0, 3491.0, 3523.0, 3505.0, 3526.0, 3513.0, 3524.0, 3534.0, 3502.0, 3524.0, 3503.0, 3523.0, 3480.0, 3523.0, 3556.0, 3501.0, 3532.0, 3499.0, 3509.0, 3530.0, 3509.0, 3520.0, 3498.0, 3487.0, 3511.0, 3479.0, 3512.0, 3500.0, 3514.0, 3523.0, 3514.0, 3535.0, 3492.0, 3522.0, 3502.0, 3524.0, 3493.0, 3523.0, 3489.0, 3512.0, 3544.0, 3511.0, 3531.0, 3502.0, 3521.0, 3480.0, 3521.0, 3501.0, 3534.0, 3491.0, 3523.0, 3492.0, 3511.0, 3480.0, 3514.0, 3493.0, 3527.0, 3505.0, 3527.0, 3525.0, 3516.0, 3547.0, 3516.0, 3549.0, 3527.0, 3558.0, 3506.0, 3525.0, 3504.0, 3524.0, 3505.0, 3549.0, 3516.0, 3537.0, 3507.0, 3526.0, 3504.0, 3526.0, 3503.0, 3526.0, 3494.0, 3526.0, 3503.0, 3525.0, 3558.0, 3523.0, 3544.0, 3492.0, 3533.0, 3490.0, 3523.0, 3490.0, 3522.0, 3490.0, 3522.0, 3522.0, 3501.0, 3532.0, 3491.0, 3522.0, 3490.0, 3522.0, 3502.0, 3523.0, 3490.0, 3523.0, 3492.0, 3524.0, 3490.0, 3524.0, 3514.0, 3524.0, 3492.0, 3525.0, 3513.0, 3524.0, 3546.0, 3515.0, 3534.0, 3504.0, 3524.0, 3505.0, 3534.0, 3504.0, 3535.0, 3493.0, 3525.0, 3514.0, 3524.0, 3492.0, 3523.0, 3480.0, 3525.0, 3533.0, 3515.0, 3545.0, 3503.0, 3524.0, 3503.0, 3523.0, 3504.0, 3536.0, 3516.0, 3535.0, 3506.0, 3536.0, 3506.0, 3536.0, 3519.0, 3550.0, 3517.0, 3549.0, 3506.0, 3525.0, 3504.0, 3525.0, 3514.0, 3548.0, 3503.0, 3513.0, 3556.0, 3502.0, 3546.0, 3524.0, 3533.0, 3492.0, 3522.0, 3492.0, 3524.0, 3504.0, 3524.0, 3493.0, 3524.0, 3503.0, 3525.0, 3503.0, 3526.0, 3525.0, 3514.0, 3534.0, 3491.0, 3523.0, 3490.0, 3513.0, 3522.0, 3492.0, 3523.0, 3501.0, 3513.0, 3544.0, 3490.0, 3521.0, 3489.0, 3510.0, 3499.0, 3500.0, 3520.0, 3490.0, 3521.0, 3502.0, 3523.0, 3515.0, 3524.0, 3505.0, 3526.0, 3492.0, 3525.0, 3514.0, 3516.0, 3525.0, 3515.0, 3547.0, 3503.0, 3535.0, 3514.0, 3535.0, 3514.0, 3536.0, 3504.0, 3526.0, 3494.0, 3547.0, 3494.0, 3538.0, 3508.0, 3539.0, 3507.0, 3537.0, 3516.0, 3549.0, 3525.0, 3548.0, 3559.0, 3548.0, 3545.0, 3522.0, 3501.0, 3510.0, 3490.0, 3510.0, 3491.0, 3523.0, 3514.0, 3524.0, 3502.0, 3524.0, 3513.0, 3522.0, 3501.0, 3522.0, 3489.0, 3511.0, 3523.0, 3513.0, 3522.0, 3511.0, 3490.0, 3522.0, 3520.0, 3526.0, 3547.0, 3500.0, 3521.0, 3488.0, 3520.0, 3490.0, 3510.0, 3489.0, 3510.0, 3509.0, 3509.0, 3499.0, 3531.0, 3490.0, 3544.0, 3502.0, 3534.0, 3493.0, 3525.0, 3493.0, 3522.0, 3502.0, 3524.0, 3491.0, 3523.0, 3503.0, 3523.0, 3501.0, 3523.0, 3510.0, 3510.0, 3531.0, 3509.0, 3531.0, 3498.0, 3507.0, 3499.0, 3509.0, 3510.0, 3531.0, 3498.0, 3508.0, 3509.0, 3498.0, 3512.0, 3519.0, 3489.0, 3522.0, 3489.0, 3522.0, 3479.0, 3511.0, 3479.0, 3522.0, 3480.0, 3521.0, 3500.0, 3511.0, 3500.0, 3524.0, 3490.0, 3511.0, 3480.0, 3523.0, 3520.0, 3499.0, 3532.0, 3501.0, 3520.0, 3490.0, 3510.0, 3479.0, 3511.0, 3488.0, 3513.0, 3489.0, 3511.0, 3479.0, 3503.0, 3522.0, 3503.0, 3535.0, 3503.0, 3524.0, 3493.0, 3514.0, 3503.0, 3503.0, 3545.0, 3503.0, 3525.0, 3502.0, 3513.0, 3533.0, 3502.0, 3545.0, 3503.0, 3536.0, 3514.0, 3525.0, 3511.0, 3501.0, 3522.0, 3502.0, 3524.0, 3515.0, 3492.0, 3506.0, 3547.0, 3506.0, 3536.0, 3505.0, 3538.0, 3506.0, 3537.0, 3508.0, 3539.0, 3508.0, 3539.0, 3517.0, 3538.0, 3537.0, 3547.0, 3503.0, 3525.0, 3482.0, 3524.0, 3523.0, 3524.0, 3545.0, 3534.0, 3545.0, 3534.0, 3543.0, 3489.0, 3532.0, 3479.0, 3510.0, 3489.0, 3511.0, 3492.0, 3523.0, 3491.0, 3523.0, 3501.0, 3522.0, 3490.0, 3523.0, 3534.0, 3523.0, 3544.0, 3523.0, 3501.0, 3512.0, 3481.0, 3525.0, 3523.0, 3513.0, 3533.0, 3501.0, 3522.0, 3501.0, 3522.0, 3502.0, 3544.0, 3501.0, 3531.0, 3489.0, 3508.0, 3477.0, 3509.0, 3501.0, 3532.0, 3500.0, 3544.0, 3498.0, 3519.0, 3476.0, 3498.0, 3466.0, 3509.0, 3466.0, 3509.0, 3477.0, 3510.0, 3521.0, 3512.0, 3521.0, 3489.0, 3508.0, 3477.0, 3508.0, 3478.0, 3510.0, 3498.0, 3510.0, 3498.0, 3509.0, 3500.0, 3511.0, 3510.0, 3511.0, 3491.0, 3525.0, 3501.0, 3523.0, 3533.0, 3511.0, 3522.0, 3501.0, 3524.0, 3491.0, 3521.0, 3500.0, 3510.0, 3478.0, 3512.0, 3500.0, 3512.0, 3522.0, 3503.0, 3535.0, 3514.0, 3534.0, 3503.0, 3513.0, 3493.0, 3523.0, 3493.0, 3525.0, 3495.0, 3540.0, 3517.0, 3538.0, 3505.0, 3526.0, 3494.0, 3526.0, 3494.0, 3527.0, 3558.0, 3504.0, 3535.0, 3503.0, 3525.0, 3513.0, 3525.0, 3482.0, 3524.0, 3512.0, 3512.0, 3545.0, 3503.0, 3547.0, 3512.0, 3524.0, 3462.0, 3466.0, 3476.0, 3497.0, 3454.0, 3510.0, 3528.0, 3539.0, 3540.0, 3540.0, 3516.0, 3526.0, 3535.0, 3502.0, 3532.0, 3501.0, 3532.0, 3515.0, 3536.0, 3515.0, 3524.0, 3503.0, 3512.0, 3491.0, 3523.0, 3516.0, 3528.0, 3517.0, 3504.0, 3518.0, 3506.0, 3530.0, 3528.0, 3529.0, 3529.0, 3540.0, 3517.0, 3538.0, 3537.0, 3527.0, 3548.0, 3528.0, 3548.0, 3526.0, 3560.0, 3515.0, 3546.0, 3502.0, 3534.0, 3502.0, 3533.0, 3491.0, 3522.0, 3480.0, 3524.0, 3514.0, 3536.0, 3527.0, 3538.0, 3504.0, 3536.0, 3493.0, 3524.0, 3504.0, 3548.0, 3516.0, 3559.0, 3526.0, 3547.0, 3516.0, 3535.0, 3492.0, 3524.0, 3514.0, 3536.0, 3502.0, 3512.0, 3491.0, 3523.0, 3493.0, 3524.0, 3480.0, 3524.0, 3513.0, 3514.0, 3502.0, 3514.0, 3513.0, 3513.0, 3533.0, 3512.0, 3545.0, 3500.0, 3522.0, 3488.0, 3510.0, 3520.0, 3509.0, 3531.0, 3489.0, 3509.0, 3477.0, 3510.0, 3510.0, 3510.0, 3478.0, 3511.0, 3480.0, 3513.0, 3533.0, 3503.0, 3535.0, 3502.0, 3524.0, 3492.0, 3524.0, 3491.0, 3513.0, 3524.0, 3505.0, 3536.0, 3504.0, 3547.0, 3505.0, 3526.0, 3504.0, 3527.0, 3515.0, 3526.0, 3493.0, 3527.0, 3526.0, 3516.0, 3546.0, 3493.0, 3527.0, 3515.0, 3514.0, 3525.0, 3515.0, 3535.0, 3493.0, 3536.0, 3492.0, 3524.0, 3534.0, 3503.0, 3535.0, 3492.0, 3524.0, 3502.0, 3524.0, 3522.0, 3501.0, 3534.0, 3491.0, 3511.0, 3492.0, 3525.0, 3515.0, 3525.0, 3481.0, 3515.0, 3525.0, 3505.0, 3535.0, 3504.0, 3537.0, 3527.0, 3538.0, 3493.0, 3526.0, 3494.0, 3516.0, 3536.0, 3517.0, 3547.0, 3517.0, 3549.0, 3516.0, 3548.0, 3494.0, 3525.0, 3493.0, 3514.0, 3524.0, 3515.0, 3546.0, 3517.0, 3547.0, 3504.0, 3535.0, 3492.0, 3524.0, 3512.0, 3491.0, 3533.0, 3491.0, 3524.0, 3503.0, 3504.0, 3535.0, 3503.0, 3535.0, 3492.0, 3525.0, 3491.0, 3514.0, 3534.0, 3502.0, 3534.0, 3504.0, 3535.0, 3505.0, 3536.0, 3492.0, 3514.0, 3546.0, 3515.0, 3535.0, 3504.0, 3537.0, 3506.0, 3538.0, 3507.0, 3527.0, 3506.0, 3518.0, 3517.0, 3528.0, 3551.0, 3541.0, 3529.0, 3519.0, 3549.0, 3518.0, 3561.0, 3518.0, 3539.0, 3527.0, 3518.0, 3572.0, 3528.0, 3560.0, 3527.0, 3526.0, 3526.0, 3516.0, 3571.0, 3515.0, 3537.0, 3505.0, 3536.0, 3505.0, 3537.0, 3506.0, 3526.0, 3495.0, 3527.0, 3494.0, 3527.0, 3539.0, 3528.0, 3560.0, 3517.0, 3549.0, 3503.0, 3526.0, 3516.0, 3526.0, 3504.0, 3516.0, 3525.0, 3517.0, 3571.0, 3526.0, 3548.0, 3493.0, 3535.0, 3494.0, 3535.0, 3493.0, 3526.0, 3493.0, 3526.0, 3527.0, 3516.0, 3535.0, 3493.0, 3535.0, 3503.0, 3537.0, 3504.0, 3537.0, 3493.0, 3516.0, 3536.0, 3515.0, 3535.0, 3504.0, 3546.0, 3504.0, 3548.0, 3516.0, 3535.0, 3504.0, 3525.0, 3493.0, 3536.0, 3504.0, 3537.0, 3506.0, 3549.0, 3508.0, 3561.0, 3507.0, 3549.0, 3495.0, 3527.0, 3548.0, 3528.0, 3548.0, 3516.0, 3548.0, 3507.0, 3548.0, 3527.0, 3561.0, 3528.0, 3537.0, 3506.0, 3537.0, 3516.0, 3549.0, 3530.0, 3539.0, 3518.0, 3496.0, 3530.0, 3510.0, 3552.0, 3517.0, 3539.0, 3550.0, 3529.0, 3560.0, 3528.0, 3548.0, 3527.0, 3536.0, 3526.0, 3557.0, 3546.0, 3533.0, 3511.0, 3532.0, 3534.0, 3521.0, 3544.0, 3490.0, 3510.0, 3509.0, 3508.0, 3486.0, 3508.0, 3531.0, 3511.0, 3498.0, 3509.0, 3500.0, 3522.0, 3477.0, 3509.0, 3487.0, 3511.0, 3502.0, 3524.0, 3514.0, 3524.0, 3494.0, 3536.0, 3505.0, 3536.0, 3513.0, 3525.0, 3513.0, 3525.0, 3524.0, 3523.0, 3502.0, 3523.0, 3502.0, 3522.0, 3532.0, 3510.0, 3544.0, 3510.0, 3531.0, 3500.0, 3520.0, 3500.0, 3520.0, 3499.0, 3521.0, 3500.0, 3519.0, 3489.0], 'WindowWidth': [8133.0, 8141.0, 8067.0, 8084.0, 8031.0, 8037.0, 8010.0, 8009.0, 8056.0, 8003.0, 8035.0, 8000.0, 7999.0, 7967.0, 7982.0, 7947.0, 7978.0, 8023.0, 7977.0, 7992.0, 7951.0, 7995.0, 7952.0, 7994.0, 7953.0, 8003.0, 7961.0, 8003.0, 7963.0, 8026.0, 8005.0, 8043.0, 8001.0, 8028.0, 8001.0, 8031.0, 7990.0, 8036.0, 8013.0, 8049.0, 8006.0, 8031.0, 8006.0, 8049.0, 8029.0, 8052.0, 8011.0, 8039.0, 8009.0, 8031.0, 8020.0, 8068.0, 8020.0, 8090.0, 8054.0, 8081.0, 8032.0, 8059.0, 7997.0, 8026.0, 7996.0, 7997.0, 8052.0, 7965.0, 8015.0, 7963.0, 7998.0, 7977.0, 7977.0, 7936.0, 7979.0, 7965.0, 8008.0, 7960.0, 8008.0, 8021.0, 7996.0, 8025.0, 8000.0, 8028.0, 7982.0, 8026.0, 7987.0, 8003.0, 8041.0, 8019.0, 8035.0, 7970.0, 8016.0, 7961.0, 8002.0, 7980.0, 7979.0, 8014.0, 7965.0, 7980.0, 7933.0, 7978.0, 7972.0, 8003.0, 7968.0, 7981.0, 8013.0, 7974.0, 8017.0, 7973.0, 8003.0, 7980.0, 8006.0, 7958.0, 8004.0, 7990.0, 7988.0, 8005.0, 7981.0, 8019.0, 7976.0, 8026.0, 7992.0, 8006.0, 7958.0, 8004.0, 7973.0, 7992.0, 8034.0, 7975.0, 8021.0, 7976.0, 8002.0, 7975.0, 8005.0, 7959.0, 8003.0, 7987.0, 8011.0, 8025.0, 7993.0, 8037.0, 7973.0, 8019.0, 7977.0, 8028.0, 7988.0, 8010.0, 7961.0, 8010.0, 8011.0, 8011.0, 7994.0, 7998.0, 7998.0, 7998.0, 8035.0, 7992.0, 8047.0, 7994.0, 8037.0, 7968.0, 8001.0, 7958.0, 8006.0, 8038.0, 7974.0, 8000.0, 7955.0, 8000.0, 7941.0, 7988.0, 8019.0, 7976.0, 8020.0, 7953.0, 8001.0, 8032.0, 7967.0, 7997.0, 7953.0, 7996.0, 7937.0, 8001.0, 8003.0, 7974.0, 8003.0, 7981.0, 8021.0, 7979.0, 8022.0, 7977.0, 8034.0, 7982.0, 8010.0, 7969.0, 8016.0, 7994.0, 7997.0, 8041.0, 8016.0, 8059.0, 7981.0, 8026.0, 7959.0, 8006.0, 8039.0, 7993.0, 8020.0, 7981.0, 8019.0, 7960.0, 8022.0, 7979.0, 8007.0, 7965.0, 8011.0, 7962.0, 7994.0, 8023.0, 7997.0, 8060.0, 7996.0, 8023.0, 7972.0, 8004.0, 7986.0, 7998.0, 8030.0, 7986.0, 8034.0, 7951.0, 7999.0, 7970.0, 7998.0, 7939.0, 8001.0, 7955.0, 8020.0, 7956.0, 8002.0, 7983.0, 8011.0, 7989.0, 8003.0, 8019.0, 7973.0, 8005.0, 7973.0, 8001.0, 7940.0, 8000.0, 8052.0, 7967.0, 8013.0, 7962.0, 7976.0, 8006.0, 7977.0, 7992.0, 7960.0, 7945.0, 7982.0, 7939.0, 7985.0, 7967.0, 7990.0, 8001.0, 7991.0, 8021.0, 7959.0, 8000.0, 7972.0, 8003.0, 7961.0, 8000.0, 7949.0, 7983.0, 8031.0, 7982.0, 8010.0, 7971.0, 7996.0, 7939.0, 7995.0, 7970.0, 8018.0, 7955.0, 8000.0, 7960.0, 7984.0, 7942.0, 7991.0, 7963.0, 8014.0, 7980.0, 8012.0, 8008.0, 7997.0, 8039.0, 7996.0, 8045.0, 8015.0, 8059.0, 7985.0, 8009.0, 7979.0, 8007.0, 7983.0, 8046.0, 7999.0, 8027.0, 7987.0, 8012.0, 7979.0, 8008.0, 7977.0, 8011.0, 7964.0, 8009.0, 7975.0, 8005.0, 8060.0, 8002.0, 8032.0, 7957.0, 8013.0, 7955.0, 8000.0, 7955.0, 8000.0, 7953.0, 7997.0, 7997.0, 7969.0, 8012.0, 7957.0, 7998.0, 7954.0, 7997.0, 7971.0, 8000.0, 7955.0, 8000.0, 7961.0, 8003.0, 7954.0, 8004.0, 7990.0, 8002.0, 7959.0, 8006.0, 7986.0, 8005.0, 8036.0, 7995.0, 8020.0, 7977.0, 8006.0, 7980.0, 8018.0, 7978.0, 8021.0, 7962.0, 8008.0, 7989.0, 8002.0, 7959.0, 8003.0, 7942.0, 8005.0, 8017.0, 7992.0, 8035.0, 7974.0, 8004.0, 7978.0, 8002.0, 7977.0, 8023.0, 7997.0, 8019.0, 7984.0, 8024.0, 7986.0, 8025.0, 8006.0, 8051.0, 8000.0, 8045.0, 7984.0, 8008.0, 7977.0, 8008.0, 7992.0, 8042.0, 7974.0, 7987.0, 8051.0, 7972.0, 8037.0, 8003.0, 8015.0, 7958.0, 7998.0, 7959.0, 8006.0, 7978.0, 8005.0, 7963.0, 8004.0, 7976.0, 8005.0, 7976.0, 8010.0, 8005.0, 7991.0, 8018.0, 7957.0, 8001.0, 7954.0, 7988.0, 7999.0, 7958.0, 8001.0, 7967.0, 7986.0, 8034.0, 7952.0, 7995.0, 7948.0, 7977.0, 7962.0, 7964.0, 7993.0, 7953.0, 7996.0, 7973.0, 8001.0, 7996.0, 8005.0, 7981.0, 8008.0, 7960.0, 8006.0, 7991.0, 7996.0, 8007.0, 7994.0, 8041.0, 7975.0, 8021.0, 7991.0, 8022.0, 7990.0, 8023.0, 7978.0, 8008.0, 7967.0, 8040.0, 7967.0, 8029.0, 7994.0, 8033.0, 7989.0, 8027.0, 7996.0, 8046.0, 8006.0, 8046.0, 8059.0, 8045.0, 8035.0, 7998.0, 7969.0, 7980.0, 7954.0, 7979.0, 7954.0, 8003.0, 7990.0, 8002.0, 7972.0, 8003.0, 7989.0, 7997.0, 7969.0, 7997.0, 7950.0, 7982.0, 8000.0, 7987.0, 7995.0, 7981.0, 7952.0, 7996.0, 7993.0, 8010.0, 8042.0, 7965.0, 7992.0, 7948.0, 7990.0, 7952.0, 7978.0, 7947.0, 7976.0, 7975.0, 7974.0, 7961.0, 8008.0, 7953.0, 8033.0, 7971.0, 8019.0, 7963.0, 8008.0, 7962.0, 7998.0, 7970.0, 8000.0, 7955.0, 7999.0, 7972.0, 8000.0, 7970.0, 7997.0, 7979.0, 7977.0, 8010.0, 7972.0, 8008.0, 7958.0, 7969.0, 7960.0, 7976.0, 7978.0, 8007.0, 7958.0, 7972.0, 7975.0, 7958.0, 7982.0, 7988.0, 7949.0, 7995.0, 7950.0, 7997.0, 7935.0, 7980.0, 7936.0, 7996.0, 7941.0, 7995.0, 7963.0, 7980.0, 7965.0, 8001.0, 7950.0, 7981.0, 7940.0, 7998.0, 7991.0, 7962.0, 8012.0, 7967.0, 7992.0, 7951.0, 7979.0, 7936.0, 7981.0, 7946.0, 7984.0, 7949.0, 7980.0, 7938.0, 7974.0, 7997.0, 7975.0, 8019.0, 7977.0, 8006.0, 7964.0, 7994.0, 7976.0, 7977.0, 8036.0, 7974.0, 8006.0, 7970.0, 7985.0, 8013.0, 7971.0, 8033.0, 7975.0, 8023.0, 7992.0, 8004.0, 7980.0, 7968.0, 7997.0, 7972.0, 8005.0, 7993.0, 7960.0, 7984.0, 8041.0, 7983.0, 8024.0, 7982.0, 8030.0, 7985.0, 8027.0, 7991.0, 8031.0, 7991.0, 8031.0, 7998.0, 8030.0, 8026.0, 8040.0, 7977.0, 8006.0, 7946.0, 8001.0, 7998.0, 8001.0, 8039.0, 8015.0, 8036.0, 8016.0, 8029.0, 7950.0, 8010.0, 7938.0, 7977.0, 7950.0, 7981.0, 7959.0, 8001.0, 7957.0, 7998.0, 7968.0, 7996.0, 7951.0, 8000.0, 8015.0, 8000.0, 8029.0, 7999.0, 7966.0, 7985.0, 7944.0, 8006.0, 7999.0, 7985.0, 8013.0, 7968.0, 7996.0, 7969.0, 7997.0, 7972.0, 8030.0, 7967.0, 8006.0, 7947.0, 7972.0, 7930.0, 7974.0, 7966.0, 8010.0, 7963.0, 8030.0, 7957.0, 7987.0, 7927.0, 7957.0, 7913.0, 7975.0, 7915.0, 7975.0, 7930.0, 7975.0, 7992.0, 7984.0, 7993.0, 7949.0, 7971.0, 7929.0, 7970.0, 7931.0, 7975.0, 7957.0, 7974.0, 7958.0, 7975.0, 7961.0, 7977.0, 7978.0, 7979.0, 7954.0, 8003.0, 7967.0, 7998.0, 8012.0, 7981.0, 7997.0, 7968.0, 8002.0, 7952.0, 7993.0, 7963.0, 7978.0, 7933.0, 7983.0, 7965.0, 7984.0, 7998.0, 7973.0, 8021.0, 7989.0, 8018.0, 7974.0, 7988.0, 7962.0, 8000.0, 7961.0, 8006.0, 7967.0, 8033.0, 7998.0, 8029.0, 7980.0, 8011.0, 7964.0, 8008.0, 7966.0, 8012.0, 8055.0, 7977.0, 8021.0, 7974.0, 8006.0, 7987.0, 8004.0, 7943.0, 8000.0, 7982.0, 7982.0, 8036.0, 7973.0, 8038.0, 7982.0, 8002.0, 7901.0, 7887.0, 7921.0, 7948.0, 7888.0, 7978.0, 8020.0, 8036.0, 8038.0, 8038.0, 7997.0, 8010.0, 8021.0, 7972.0, 8010.0, 7967.0, 8012.0, 7993.0, 8022.0, 7995.0, 8005.0, 7976.0, 7986.0, 7957.0, 8000.0, 7996.0, 8017.0, 7998.0, 7980.0, 8002.0, 7986.0, 8023.0, 8017.0, 8018.0, 8020.0, 8034.0, 7999.0, 8029.0, 8025.0, 8011.0, 8043.0, 8015.0, 8043.0, 8009.0, 8064.0, 7992.0, 8036.0, 7970.0, 8017.0, 7968.0, 8012.0, 7954.0, 7995.0, 7939.0, 8001.0, 7989.0, 8021.0, 8010.0, 8028.0, 7979.0, 8022.0, 7962.0, 8002.0, 7976.0, 8043.0, 7998.0, 8061.0, 8009.0, 8039.0, 7995.0, 8019.0, 7958.0, 8003.0, 7989.0, 8022.0, 7970.0, 7982.0, 7954.0, 8001.0, 7961.0, 8000.0, 7940.0, 8002.0, 7988.0, 7989.0, 7971.0, 7989.0, 7985.0, 7987.0, 8014.0, 7985.0, 8034.0, 7964.0, 7996.0, 7945.0, 7975.0, 7988.0, 7973.0, 8008.0, 7946.0, 7973.0, 7932.0, 7977.0, 7978.0, 7978.0, 7933.0, 7982.0, 7940.0, 7987.0, 8012.0, 7974.0, 8019.0, 7972.0, 8002.0, 7958.0, 8003.0, 7956.0, 7988.0, 8003.0, 7980.0, 8023.0, 7979.0, 8038.0, 7981.0, 8010.0, 7978.0, 8012.0, 7995.0, 8009.0, 7961.0, 8012.0, 8009.0, 7995.0, 8037.0, 7962.0, 8011.0, 7991.0, 7989.0, 8004.0, 7993.0, 8021.0, 7963.0, 8021.0, 7959.0, 8003.0, 8017.0, 7973.0, 8018.0, 7959.0, 8001.0, 7971.0, 8002.0, 7998.0, 7969.0, 8016.0, 7956.0, 7983.0, 7957.0, 8005.0, 7992.0, 8007.0, 7945.0, 7993.0, 8006.0, 7979.0, 8020.0, 7977.0, 8025.0, 8012.0, 8030.0, 7962.0, 8008.0, 7966.0, 7997.0, 8022.0, 7998.0, 8039.0, 8000.0, 8046.0, 7997.0, 8043.0, 7965.0, 8007.0, 7962.0, 7991.0, 8003.0, 7992.0, 8037.0, 7998.0, 8038.0, 7976.0, 8020.0, 7958.0, 8003.0, 7984.0, 7956.0, 8014.0, 7957.0, 8004.0, 7973.0, 7976.0, 8019.0, 7974.0, 8020.0, 7959.0, 8005.0, 7956.0, 7989.0, 8017.0, 7973.0, 8017.0, 7978.0, 8021.0, 7980.0, 8024.0, 7960.0, 7992.0, 8036.0, 7993.0, 8020.0, 7980.0, 8025.0, 7986.0, 8031.0, 7988.0, 8014.0, 7986.0, 8004.0, 8001.0, 8019.0, 8053.0, 8041.0, 8021.0, 8008.0, 8048.0, 8004.0, 8065.0, 8004.0, 8035.0, 8013.0, 8003.0, 8084.0, 8017.0, 8064.0, 8014.0, 8011.0, 8008.0, 7998.0, 8078.0, 7995.0, 8026.0, 7984.0, 8025.0, 7982.0, 8028.0, 7984.0, 8011.0, 7971.0, 8013.0, 7967.0, 8014.0, 8032.0, 8018.0, 8065.0, 8001.0, 8045.0, 7977.0, 8012.0, 7996.0, 8009.0, 7980.0, 7997.0, 8009.0, 8000.0, 8081.0, 8010.0, 8042.0, 7963.0, 8019.0, 7964.0, 8021.0, 7965.0, 8008.0, 7965.0, 8011.0, 8012.0, 7995.0, 8022.0, 7963.0, 8020.0, 7977.0, 8024.0, 7978.0, 8025.0, 7962.0, 7996.0, 8022.0, 7992.0, 8019.0, 7979.0, 8035.0, 7980.0, 8042.0, 7997.0, 8022.0, 7979.0, 8007.0, 7964.0, 8024.0, 7980.0, 8026.0, 7986.0, 8045.0, 7992.0, 8066.0, 7989.0, 8047.0, 7969.0, 8013.0, 8042.0, 8016.0, 8042.0, 7999.0, 8045.0, 7987.0, 8043.0, 8013.0, 8068.0, 8018.0, 8026.0, 7984.0, 8026.0, 8000.0, 8047.0, 8023.0, 8035.0, 8005.0, 7975.0, 8024.0, 8000.0, 8055.0, 8001.0, 8032.0, 8051.0, 8019.0, 8061.0, 8017.0, 8042.0, 8012.0, 8022.0, 8010.0, 8056.0, 8035.0, 8015.0, 7982.0, 8010.0, 8018.0, 7995.0, 8031.0, 7953.0, 7978.0, 7974.0, 7970.0, 7937.0, 7971.0, 8007.0, 7980.0, 7959.0, 7975.0, 7964.0, 7994.0, 7931.0, 7975.0, 7944.0, 7980.0, 7972.0, 8003.0, 7988.0, 8002.0, 7963.0, 8022.0, 7980.0, 8022.0, 7986.0, 8004.0, 7986.0, 8007.0, 8001.0, 7999.0, 7971.0, 8000.0, 7971.0, 7996.0, 8010.0, 7977.0, 8030.0, 7976.0, 8007.0, 7962.0, 7991.0, 7963.0, 7991.0, 7961.0, 7994.0, 7965.0, 7989.0, 7947.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.0008432179930795849</td></tr>
<tr><td colspan=3>aqi</td><td>0.022623978200692042</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.509290528476214</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331097168917744</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.014520234476191</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>4438.189</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07002746948593751</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9031141868512111</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.421719569908583</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.31663412658532</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.642546846087683</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3059777370527454</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153006</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015421592630445957</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03437361121177673</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.993029865124791</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.1185</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.7231</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296037.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>756.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.1538</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9422</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>395.2199</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2725.6411</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3537.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>721.0019</td></tr>
<tr><td colspan=3>tsnr</td><td>40.009029685286805</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>