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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-02/func/sub-0078_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>29f9e3411e8e9b71041ad953ad0137da</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>09:59:37.085000</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.999534, 0.026445, -0.0152478, -0.0247771, 0.9946, 0.100779]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0756287</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7762, -7226, 792, -82, -175, -69, 91]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4ff2216f-2d8c-46b8-8f89-2afd8e6d9833||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.6816766262054443, -0.06647524237632751, -0.04814252629876137, 115.00833892822266], [-0.07095009833574295, 2.6684398651123047, 0.2709555923938751, -102.05218505859375], [-0.04090874269604683, -0.2703818380832672, 2.6859383583068848, -50.733055114746094], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['095937.085000', '095937.545000', '095938.005000', '095938.465000', '095938.925000', '095939.385000', '095939.845000', '095940.305000', '095940.765000', '095941.225000', '095941.685000', '095942.145000', '095942.605000', '095943.065000', '095943.525000', '095943.985000', '095944.445000', '095944.905000', '095945.365000', '095945.825000', '095946.285000', '095946.745000', '095947.205000', '095947.665000', '095948.125000', '095948.585000', '095949.045000', '095949.505000', '095949.965000', '095950.425000', '095950.885000', '095951.345000', '095951.805000', '095952.265000', '095952.725000', '095953.185000', '095953.645000', '095954.105000', '095954.565000', '095955.025000', '095955.485000', '095955.945000', '095956.405000', '095956.865000', '095957.325000', '095957.785000', '095958.245000', '095958.705000', '095959.165000', '095959.625000', '100000.085000', '100000.545000', '100001.005000', '100001.465000', '100001.925000', '100002.385000', '100002.845000', '100003.305000', '100003.765000', '100004.225000', '100004.685000', '100005.145000', '100005.605000', '100006.065000', '100006.525000', '100006.985000', '100007.445000', '100007.905000', '100008.365000', '100008.825000', '100009.285000', '100009.745000', '100010.205000', '100010.665000', '100011.125000', '100011.585000', '100012.045000', '100012.505000', '100012.965000', '100013.425000', '100013.885000', '100014.345000', '100014.805000', '100015.265000', '100015.725000', '100016.185000', '100016.645000', '100017.105000', '100017.565000', '100018.025000', '100018.485000', '100018.945000', '100019.405000', '100019.865000', '100020.325000', '100020.785000', '100021.245000', '100021.705000', '100022.165000', '100022.625000', '100023.085000', '100023.545000', '100024.005000', '100024.465000', '100024.925000', '100025.385000', '100025.845000', '100026.305000', '100026.765000', '100027.225000', '100027.685000', '100028.145000', '100028.605000', '100029.065000', '100029.525000', '100029.985000', '100030.445000', '100030.905000', '100031.365000', '100031.825000', '100032.285000', '100032.745000', '100033.205000', '100033.665000', '100034.125000', '100034.585000', '100035.045000', '100035.505000', '100035.965000', '100036.425000', '100036.885000', '100037.345000', '100037.805000', '100038.265000', '100038.725000', '100039.185000', '100039.645000', '100040.105000', '100040.565000', '100041.025000', '100041.485000', '100041.945000', '100042.405000', '100042.865000', '100043.325000', '100043.785000', '100044.245000', '100044.705000', '100045.165000', '100045.625000', '100046.085000', '100046.545000', '100047.005000', '100047.465000', '100047.925000', '100048.385000', '100048.845000', '100049.305000', '100049.765000', '100050.225000', '100050.685000', '100051.145000', '100051.605000', '100052.065000', '100052.525000', '100052.985000', '100053.445000', '100053.905000', '100054.365000', '100054.825000', '100055.285000', '100055.745000', '100056.205000', '100056.665000', '100057.125000', '100057.585000', '100058.045000', '100058.505000', '100058.965000', '100059.425000', '100059.885000', '100100.345000', '100100.805000', '100101.265000', '100101.725000', '100102.185000', '100102.645000', '100103.105000', '100103.565000', '100104.025000', '100104.485000', '100104.945000', '100105.405000', '100105.865000', '100106.325000', '100106.785000', '100107.245000', '100107.705000', '100108.165000', '100108.625000', '100109.085000', '100109.545000', '100110.005000', '100110.465000', '100110.925000', '100111.385000', '100111.845000', '100112.305000', '100112.765000', '100113.225000', '100113.685000', '100114.145000', '100114.605000', '100115.065000', '100115.525000', '100115.985000', '100116.445000', '100116.905000', '100117.365000', '100117.825000', '100118.285000', '100118.745000', '100119.205000', '100119.665000', '100120.125000', '100120.585000', '100121.045000', '100121.505000', '100121.965000', '100122.425000', '100122.885000', '100123.345000', '100123.805000', '100124.265000', '100124.725000', '100125.185000', '100125.645000', '100126.105000', '100126.565000', '100127.025000', '100127.485000', '100127.945000', '100128.405000', '100128.865000', '100129.325000', '100129.785000', '100130.245000', '100130.705000', '100131.165000', '100131.625000', '100132.085000', '100132.545000', '100133.005000', '100133.465000', '100133.925000', '100134.385000', '100134.845000', '100135.305000', '100135.765000', '100136.225000', '100136.685000', '100137.145000', '100137.605000', '100138.065000', '100138.525000', '100138.985000', '100139.445000', '100139.905000', '100140.365000', '100140.825000', '100141.285000', '100141.745000', '100142.205000', '100142.665000', '100143.125000', '100143.585000', '100144.045000', '100144.505000', '100144.965000', '100145.425000', '100145.885000', '100146.345000', '100146.805000', '100147.265000', '100147.725000', '100148.185000', '100148.645000', '100149.105000', '100149.565000', '100150.025000', '100150.485000', '100150.945000', '100151.405000', '100151.865000', '100152.325000', '100152.785000', '100153.245000', '100153.705000', '100154.165000', '100154.625000', '100155.085000', '100155.545000', '100156.005000', '100156.465000', '100156.925000', '100157.385000', '100157.845000', '100158.305000', '100158.765000', '100159.225000', '100159.685000', '100200.145000', '100200.605000', '100201.065000', '100201.525000', '100201.985000', '100202.445000', '100202.905000', '100203.365000', '100203.825000', '100204.285000', '100204.745000', '100205.205000', '100205.665000', '100206.125000', '100206.585000', '100207.045000', '100207.505000', '100207.965000', '100208.425000', '100208.885000', '100209.345000', '100209.805000', '100210.265000', '100210.725000', '100211.185000', '100211.645000', '100212.105000', '100212.565000', '100213.025000', '100213.485000', '100213.945000', '100214.405000', '100214.865000', '100215.325000', '100215.785000', '100216.245000', '100216.705000', '100217.165000', '100217.625000', '100218.085000', '100218.545000', '100219.005000', '100219.465000', '100219.925000', '100220.385000', '100220.845000', '100221.305000', '100221.765000', '100222.225000', '100222.685000', '100223.145000', '100223.605000', '100224.065000', '100224.525000', '100224.985000', '100225.445000', '100225.905000', '100226.365000', '100226.825000', '100227.285000', '100227.745000', '100228.205000', '100228.665000', '100229.125000', '100229.585000', '100230.045000', '100230.505000', '100230.965000', '100231.425000', '100231.885000', '100232.345000', '100232.805000', '100233.265000', '100233.725000', '100234.185000', '100234.645000', '100235.105000', '100235.565000', '100236.025000', '100236.485000', '100236.945000', '100237.405000', '100237.865000', '100238.325000', '100238.785000', '100239.245000', '100239.705000', '100240.165000', '100240.625000', '100241.085000', '100241.545000', '100242.005000', '100242.465000', '100242.925000', '100243.385000', '100243.845000', '100244.305000', '100244.765000', '100245.225000', '100245.685000', '100246.145000', '100246.605000', '100247.065000', '100247.525000', '100247.985000', '100248.445000', '100248.905000', '100249.365000', '100249.825000', '100250.285000', '100250.745000', '100251.205000', '100251.665000', '100252.125000', '100252.585000', '100253.045000', '100253.505000', '100253.965000', '100254.425000', '100254.885000', '100255.345000', '100255.805000', '100256.265000', '100256.725000', '100257.185000', '100257.645000', '100258.105000', '100258.565000', '100259.025000', '100259.485000', '100259.945000', '100300.405000', '100300.865000', '100301.325000', '100301.785000', '100302.245000', '100302.705000', '100303.165000', '100303.625000', '100304.085000', '100304.545000', '100305.005000', '100305.465000', '100305.925000', '100306.385000', '100306.845000', '100307.305000', '100307.765000', '100308.225000', '100308.685000', '100309.145000', '100309.605000', '100310.065000', '100310.525000', '100310.985000', '100311.445000', '100311.905000', '100312.365000', '100312.825000', '100313.285000', '100313.745000', '100314.205000', '100314.665000', '100315.125000', '100315.585000', '100316.045000', '100316.505000', '100316.965000', '100317.425000', '100317.885000', '100318.345000', '100318.805000', '100319.265000', '100319.725000', '100320.185000', '100320.645000', '100321.105000', '100321.565000', '100322.025000', '100322.485000', '100322.945000', '100323.405000', '100323.865000', '100324.325000', '100324.785000', '100325.245000', '100325.705000', '100326.165000', '100326.625000', '100327.085000', '100327.545000', '100328.005000', '100328.465000', '100328.925000', '100329.385000', '100329.845000', '100330.305000', '100330.765000', '100331.225000', '100331.685000', '100332.145000', '100332.605000', '100333.065000', '100333.525000', '100333.985000', '100334.445000', '100334.905000', '100335.365000', '100335.825000', '100336.285000', '100336.745000', '100337.205000', '100337.665000', '100338.125000', '100338.585000', '100339.045000', '100339.505000', '100339.965000', '100340.425000', '100340.885000', '100341.345000', '100341.805000', '100342.265000', '100342.725000', '100343.185000', '100343.645000', '100344.105000', '100344.565000', '100345.025000', '100345.485000', '100345.945000', '100346.405000', '100346.865000', '100347.325000', '100347.785000', '100348.245000', '100348.705000', '100349.165000', '100349.625000', '100350.085000', '100350.545000', '100351.005000', '100351.465000', '100351.925000', '100352.385000', '100352.845000', '100353.305000', '100353.765000', '100354.225000', '100354.685000', '100355.145000', '100355.605000', '100356.065000', '100356.525000', '100356.985000', '100357.445000', '100357.905000', '100358.365000', '100358.825000', '100359.285000', '100359.745000', '100400.205000', '100400.665000', '100401.125000', '100401.585000', '100402.045000', '100402.505000', '100402.965000', '100403.425000', '100403.885000', '100404.345000', '100404.805000', '100405.265000', '100405.725000', '100406.185000', '100406.645000', '100407.105000', '100407.565000', '100408.025000', '100408.485000', '100408.945000', '100409.405000', '100409.865000', '100410.325000', '100410.785000', '100411.245000', '100411.705000', '100412.165000', '100412.625000', '100413.085000', '100413.545000', '100414.005000', '100414.465000', '100414.925000', '100415.385000', '100415.845000', '100416.305000', '100416.765000', '100417.225000', '100417.685000', '100418.145000', '100418.605000', '100419.065000', '100419.525000', '100419.985000', '100420.445000', '100420.905000', '100421.365000', '100421.825000', '100422.285000', '100422.745000', '100423.205000', '100423.665000', '100424.125000', '100424.585000', '100425.045000', '100425.505000', '100425.965000', '100426.425000', '100426.885000', '100427.345000', '100427.805000', '100428.265000', '100428.725000', '100429.185000', '100429.645000', '100430.105000', '100430.565000', '100431.025000', '100431.485000', '100431.945000', '100432.405000', '100432.865000', '100433.325000', '100433.785000', '100434.245000', '100434.705000', '100435.165000', '100435.625000', '100436.085000', '100436.545000', '100437.005000', '100437.465000', '100437.925000', '100438.385000', '100438.845000', '100439.305000', '100439.765000', '100440.225000', '100440.685000', '100441.145000', '100441.605000', '100442.065000', '100442.525000', '100442.985000', '100443.445000', '100443.905000', '100444.365000', '100444.825000', '100445.285000', '100445.745000', '100446.205000', '100446.665000', '100447.125000', '100447.585000', '100448.045000', '100448.505000', '100448.965000', '100449.425000', '100449.885000', '100450.345000', '100450.805000', '100451.265000', '100451.725000', '100452.185000', '100452.645000', '100453.105000', '100453.565000', '100454.025000', '100454.485000', '100454.945000', '100455.405000', '100455.865000', '100456.325000', '100456.785000', '100457.245000', '100457.705000', '100458.165000', '100458.625000', '100459.085000', '100459.545000', '100500.005000', '100500.465000', '100500.925000', '100501.385000', '100501.845000', '100502.305000', '100502.765000', '100503.225000', '100503.685000', '100504.145000', '100504.605000', '100505.065000', '100505.525000', '100505.985000', '100506.445000', '100506.905000', '100507.365000', '100507.825000', '100508.285000', '100508.745000', '100509.205000', '100509.665000', '100510.125000', '100510.585000', '100511.045000', '100511.505000', '100511.965000', '100512.425000', '100512.885000', '100513.345000', '100513.805000', '100514.265000', '100514.725000', '100515.185000', '100515.645000', '100516.105000', '100516.565000', '100517.025000', '100517.485000', '100517.945000', '100518.405000', '100518.865000', '100519.325000', '100519.785000', '100520.245000', '100520.705000', '100521.165000', '100521.625000', '100522.085000', '100522.545000', '100523.005000', '100523.465000', '100523.925000', '100524.385000', '100524.845000', '100525.305000', '100525.765000', '100526.225000', '100526.685000', '100527.145000', '100527.605000', '100528.065000', '100528.525000', '100528.985000', '100529.445000', '100529.905000', '100530.365000', '100530.825000', '100531.285000', '100531.745000', '100532.205000', '100532.665000', '100533.125000', '100533.585000', '100534.045000', '100534.505000', '100534.965000', '100535.425000', '100535.885000', '100536.345000', '100536.805000', '100537.265000', '100537.725000', '100538.185000', '100538.645000', '100539.105000', '100539.565000', '100540.025000', '100540.485000', '100540.945000', '100541.405000', '100541.865000', '100542.325000', '100542.785000', '100543.245000', '100543.705000', '100544.165000', '100544.625000', '100545.085000', '100545.545000', '100546.005000', '100546.465000', '100546.925000', '100547.385000', '100547.845000', '100548.305000', '100548.765000', '100549.225000', '100549.685000', '100550.145000', '100550.605000', '100551.065000', '100551.525000', '100551.985000', '100552.445000', '100552.905000', '100553.365000', '100553.825000', '100554.285000', '100554.745000', '100555.205000', '100555.665000', '100556.125000', '100556.585000', '100557.045000', '100557.505000', '100557.965000', '100558.425000', '100558.885000', '100559.345000', '100559.805000', '100600.265000', '100600.725000', '100601.185000', '100601.645000', '100602.105000', '100602.565000', '100603.025000', '100603.485000', '100603.945000', '100604.405000', '100604.865000', '100605.325000', '100605.785000', '100606.245000', '100606.705000', '100607.165000', '100607.625000', '100608.085000', '100608.545000', '100609.005000', '100609.465000', '100609.925000', '100610.385000', '100610.845000', '100611.305000', '100611.765000', '100612.225000', '100612.685000', '100613.145000', '100613.605000', '100614.065000', '100614.525000', '100614.985000', '100615.445000', '100615.905000', '100616.365000', '100616.825000', '100617.285000', '100617.745000', '100618.205000', '100618.665000', '100619.125000', '100619.585000', '100620.045000', '100620.505000', '100620.965000', '100621.425000', '100621.885000', '100622.345000', '100622.805000', '100623.265000', '100623.725000', '100624.185000', '100624.645000', '100625.105000', '100625.565000', '100626.025000', '100626.485000', '100626.945000', '100627.405000', '100627.865000', '100628.325000', '100628.785000', '100629.245000', '100629.705000', '100630.165000', '100630.625000', '100631.085000', '100631.545000', '100632.005000', '100632.465000', '100632.925000', '100633.385000', '100633.845000', '100634.305000', '100634.765000', '100635.225000', '100635.685000', '100636.145000', '100636.605000', '100637.065000', '100637.525000', '100637.985000', '100638.445000', '100638.905000', '100639.365000', '100639.825000', '100640.285000', '100640.745000', '100641.205000', '100641.665000', '100642.125000', '100642.585000', '100643.045000', '100643.505000', '100643.965000', '100644.425000', '100644.885000', '100645.345000', '100645.805000', '100646.265000', '100646.725000', '100647.185000', '100647.645000', '100648.105000', '100648.565000', '100649.025000', '100649.485000', '100649.945000', '100650.405000', '100650.865000', '100651.325000', '100651.785000', '100652.245000', '100652.705000', '100653.165000', '100653.625000', '100654.085000', '100654.545000', '100655.005000', '100655.465000', '100655.925000', '100656.385000', '100656.845000', '100657.305000', '100657.765000', '100658.225000', '100658.685000', '100659.145000', '100659.605000', '100700.065000', '100700.525000', '100700.985000', '100701.445000', '100701.905000', '100702.365000', '100702.825000', '100703.285000', '100703.745000', '100704.205000', '100704.665000', '100705.125000', '100705.585000', '100706.045000', '100706.505000', '100706.965000', '100707.425000', '100707.885000', '100708.345000', '100708.805000', '100709.265000', '100709.725000', '100710.185000', '100710.645000', '100711.105000', '100711.565000', '100712.025000', '100712.485000', '100712.945000', '100713.405000', '100713.865000', '100714.325000', '100714.785000', '100715.245000', '100715.705000', '100716.165000', '100716.625000', '100717.085000', '100717.545000', '100718.005000', '100718.465000', '100718.925000', '100719.385000', '100719.845000', '100720.305000', '100720.765000', '100721.225000', '100721.685000', '100722.145000', '100722.605000', '100723.065000', '100723.525000', '100723.985000', '100724.445000', '100724.905000', '100725.365000', '100725.825000', '100726.285000', '100726.745000', '100727.205000', '100727.665000', '100728.125000', '100728.585000', '100729.045000', '100729.505000', '100729.965000', '100730.425000', '100730.885000', '100731.345000', '100731.805000', '100732.265000', '100732.725000', '100733.185000', '100733.645000', '100734.105000', '100734.565000', '100735.025000', '100735.485000', '100735.945000', '100736.405000', '100736.865000', '100737.325000', '100737.785000', '100738.245000', '100738.705000', '100739.165000', '100739.625000', '100740.085000', '100740.545000', '100741.005000', '100741.465000', '100741.925000', '100742.385000', '100742.845000', '100743.305000', '100743.765000', '100744.225000', '100744.685000', '100745.145000', '100745.605000', '100746.065000', '100746.525000', '100746.985000', '100747.445000', '100747.905000', '100748.365000', '100748.825000', '100749.285000', '100749.745000', '100750.205000', '100750.665000', '100751.125000', '100751.585000', '100752.045000', '100752.505000', '100752.965000', '100753.425000', '100753.885000', '100754.345000', '100754.805000', '100755.265000', '100755.725000', '100756.185000', '100756.645000', '100757.105000', '100757.565000', '100758.025000', '100758.485000', '100758.945000', '100759.405000', '100759.865000', '100800.325000', '100800.785000', '100801.245000', '100801.705000', '100802.165000', '100802.625000', '100803.085000', '100803.545000', '100804.005000', '100804.465000', '100804.925000', '100805.385000', '100805.845000', '100806.305000', '100806.765000', '100807.225000', '100807.685000', '100808.145000', '100808.605000', '100809.065000', '100809.525000', '100809.985000', '100810.445000', '100810.905000', '100811.365000', '100811.825000', '100812.285000', '100812.745000', '100813.205000', '100813.665000', '100814.125000', '100814.585000', '100815.045000', '100815.505000', '100815.965000', '100816.425000', '100816.885000', '100817.345000', '100817.805000', '100818.265000', '100818.725000', '100819.185000', '100819.645000', '100820.105000', '100820.565000', '100821.025000', '100821.485000', '100821.945000', '100822.405000', '100822.865000', '100823.325000', '100823.785000', '100824.245000', '100824.705000', '100825.165000', '100825.625000', '100826.085000', '100826.545000', '100827.005000', '100827.465000', '100827.925000', '100828.385000', '100828.845000', '100829.305000'], 'ContentTime': ['095957.722000', '095957.725000', '095957.728000', '095957.731000', '095957.733000', '095957.737000', '095957.740000', '095957.743000', '095957.745000', '095957.748000', '095957.751000', '095957.754000', '095957.765000', '095957.768000', '095957.770000', '095957.773000', '095957.776000', '095957.779000', '095957.782000', '095957.784000', '095957.787000', '095957.790000', '095957.792000', '095957.795000', '095957.798000', '095957.801000', '095957.803000', '095957.806000', '095957.810000', '095957.813000', '095957.816000', '095957.819000', '095957.821000', '095957.824000', '095957.827000', '095957.830000', '095957.833000', '095957.835000', '095957.838000', '095957.841000', '095957.844000', '095957.847000', '095957.849000', '100017.658000', '100017.661000', '100017.664000', '100017.667000', '100017.669000', '100017.672000', '100017.675000', '100017.677000', '100017.680000', '100017.682000', '100017.685000', '100017.688000', '100017.690000', '100017.693000', '100017.696000', '100017.698000', '100017.701000', '100017.703000', '100017.706000', '100017.709000', '100017.711000', '100017.714000', '100017.717000', '100017.719000', '100017.722000', '100017.724000', '100017.727000', '100017.730000', '100017.732000', '100017.735000', '100017.738000', '100017.740000', '100017.743000', '100017.745000', '100017.748000', '100017.751000', '100017.753000', '100017.756000', '100017.759000', '100017.761000', '100017.764000', '100017.767000', '100017.769000', '100017.772000', '100037.658000', '100037.660000', '100037.663000', '100037.666000', '100037.669000', '100037.671000', '100037.674000', '100037.677000', '100037.679000', '100037.682000', '100037.684000', '100037.687000', '100037.690000', '100037.692000', '100037.695000', '100037.698000', '100037.700000', '100037.703000', '100037.705000', '100037.708000', '100037.711000', '100037.713000', '100037.716000', '100037.719000', '100037.721000', '100037.724000', '100037.727000', '100037.729000', '100037.732000', '100037.735000', '100037.737000', '100037.740000', '100037.742000', '100037.745000', '100037.748000', '100037.750000', '100037.753000', '100037.756000', '100037.762000', '100037.765000', '100037.767000', '100037.770000', '100037.773000', '100057.659000', '100057.662000', '100057.665000', '100057.667000', '100057.670000', '100057.673000', '100057.675000', '100057.678000', '100057.681000', '100057.683000', '100057.686000', '100057.689000', '100057.691000', '100057.694000', '100057.697000', '100057.699000', '100057.702000', '100057.705000', '100057.707000', '100057.710000', '100057.713000', '100057.715000', '100057.718000', '100057.720000', '100057.723000', '100057.726000', '100057.728000', '100057.731000', '100057.734000', '100057.737000', '100057.739000', '100057.742000', '100057.745000', '100057.747000', '100057.750000', '100057.752000', '100057.755000', '100057.758000', '100057.760000', '100057.763000', '100057.775000', '100057.778000', '100057.780000', '100057.783000', '100117.659000', '100117.661000', '100117.664000', '100117.667000', '100117.670000', '100117.672000', '100117.675000', '100117.677000', '100117.680000', '100117.690000', '100117.693000', '100117.695000', '100117.698000', '100117.701000', '100117.703000', '100117.706000', '100117.709000', '100117.711000', '100117.714000', '100117.717000', '100117.719000', '100117.722000', '100117.725000', '100117.727000', '100117.730000', '100117.733000', '100117.738000', '100117.740000', '100117.743000', '100117.746000', '100117.748000', '100117.751000', '100117.754000', '100117.756000', '100117.759000', '100117.762000', '100117.764000', '100117.767000', '100117.770000', '100117.772000', '100117.775000', '100117.777000', '100117.780000', '100137.659000', '100137.662000', '100137.664000', '100137.667000', '100137.670000', '100137.672000', '100137.675000', '100137.678000', '100137.680000', '100137.683000', '100137.686000', '100137.688000', '100137.691000', '100137.694000', '100137.696000', '100137.699000', '100137.702000', '100137.704000', '100137.707000', '100137.710000', '100137.712000', '100137.715000', '100137.717000', '100137.720000', '100137.723000', '100137.725000', '100137.728000', '100137.731000', '100137.733000', '100137.736000', '100137.739000', '100137.741000', '100137.744000', '100137.746000', '100137.749000', '100137.752000', '100137.754000', '100137.757000', '100137.760000', '100137.762000', '100137.765000', '100137.775000', '100137.777000', '100137.780000', '100157.658000', '100157.661000', '100157.664000', '100157.667000', '100157.669000', '100157.672000', '100157.675000', '100157.678000', '100157.680000', '100157.683000', '100157.686000', '100157.688000', '100157.691000', '100157.694000', '100157.696000', '100157.699000', '100157.701000', '100157.704000', '100157.707000', '100157.709000', '100157.712000', '100157.715000', '100157.717000', '100157.720000', '100157.723000', '100157.725000', '100157.728000', '100157.731000', '100157.733000', '100157.736000', '100157.739000', '100157.741000', '100157.744000', '100157.747000', '100157.749000', '100157.752000', '100157.755000', '100157.757000', '100157.760000', '100157.763000', '100157.765000', '100157.768000', '100157.770000', '100217.659000', '100217.662000', '100217.664000', '100217.667000', '100217.670000', '100217.672000', '100217.675000', '100217.678000', '100217.680000', '100217.683000', '100217.686000', '100217.688000', '100217.691000', '100217.694000', '100217.696000', '100217.699000', '100217.702000', '100217.705000', '100217.707000', '100217.710000', '100217.712000', '100217.715000', '100217.718000', '100217.720000', '100217.723000', '100217.726000', '100217.729000', '100217.731000', '100217.734000', '100217.737000', '100217.739000', '100217.742000', '100217.745000', '100217.747000', '100217.750000', '100217.753000', '100217.755000', '100217.758000', '100217.761000', '100217.763000', '100217.766000', '100217.769000', '100217.771000', '100217.774000', '100237.659000', '100237.661000', '100237.664000', '100237.667000', '100237.669000', '100237.672000', '100237.675000', '100237.678000', '100237.680000', '100237.683000', '100237.686000', '100237.688000', '100237.691000', '100237.694000', '100237.696000', '100237.699000', '100237.702000', '100237.704000', '100237.707000', '100237.710000', '100237.712000', '100237.715000', '100237.717000', '100237.720000', '100237.723000', '100237.725000', '100237.728000', '100237.731000', '100237.733000', '100237.736000', '100237.739000', '100237.741000', '100237.744000', '100237.746000', '100237.749000', '100237.752000', '100237.754000', '100237.757000', '100237.760000', '100237.762000', '100237.765000', '100237.768000', '100237.770000', '100257.657000', '100257.660000', '100257.663000', '100257.665000', '100257.668000', '100257.681000', '100257.684000', '100257.686000', '100257.689000', '100257.692000', '100257.694000', '100257.697000', '100257.700000', '100257.702000', '100257.705000', '100257.708000', '100257.710000', '100257.713000', '100257.716000', '100257.718000', '100257.721000', '100257.724000', '100257.726000', '100257.729000', '100257.732000', '100257.734000', '100257.737000', '100257.739000', '100257.742000', '100257.745000', '100257.748000', '100257.750000', '100257.753000', '100257.755000', '100257.758000', '100257.761000', '100257.763000', '100257.766000', '100257.769000', '100257.771000', '100257.774000', '100257.777000', '100257.779000', '100257.782000', '100317.658000', '100317.661000', '100317.664000', '100317.667000', '100317.670000', '100317.672000', '100317.675000', '100317.678000', '100317.680000', '100317.683000', '100317.686000', '100317.688000', '100317.691000', '100317.693000', '100317.696000', '100317.699000', '100317.701000', '100317.704000', '100317.707000', '100317.709000', '100317.712000', '100317.715000', '100317.717000', '100317.720000', '100317.723000', '100317.725000', '100317.728000', '100317.731000', '100317.733000', '100317.736000', '100317.739000', '100317.741000', '100317.744000', '100317.747000', '100317.749000', '100317.752000', '100317.755000', '100317.757000', '100317.760000', '100317.762000', '100317.765000', '100317.768000', '100317.770000', '100337.659000', '100337.662000', '100337.664000', '100337.667000', '100337.670000', '100337.672000', '100337.675000', '100337.678000', '100337.680000', '100337.683000', '100337.686000', '100337.689000', '100337.692000', '100337.694000', '100337.697000', '100337.700000', '100337.703000', '100337.705000', '100337.708000', '100337.711000', '100337.713000', '100337.716000', '100337.719000', '100337.721000', '100337.724000', '100337.726000', '100337.729000', '100337.732000', '100337.734000', '100337.737000', '100337.740000', '100337.743000', '100337.745000', '100337.748000', '100337.751000', '100337.753000', '100337.756000', '100337.759000', '100337.761000', '100337.764000', '100337.767000', '100337.769000', '100337.772000', '100337.775000', '100357.659000', '100357.662000', '100357.664000', '100357.667000', '100357.670000', '100357.672000', '100357.675000', '100357.678000', '100357.680000', '100357.683000', '100357.686000', '100357.688000', '100357.691000', '100357.694000', '100357.696000', '100357.699000', '100357.702000', '100357.704000', '100357.707000', '100357.710000', '100357.712000', '100357.715000', '100357.718000', '100357.720000', '100357.723000', '100357.726000', '100357.728000', '100357.731000', '100357.733000', '100357.736000', '100357.739000', '100357.741000', '100357.744000', '100357.747000', '100357.749000', '100357.752000', '100357.755000', '100357.757000', '100357.760000', '100357.762000', '100357.765000', '100357.768000', '100357.771000', '100417.659000', '100417.661000', '100417.664000', '100417.667000', '100417.669000', '100417.672000', '100417.675000', '100417.677000', '100417.680000', '100417.683000', '100417.685000', '100417.688000', '100417.691000', '100417.693000', '100417.696000', '100417.699000', '100417.701000', '100417.704000', '100417.707000', '100417.709000', '100417.712000', '100417.715000', '100417.717000', '100417.720000', '100417.723000', '100417.725000', '100417.728000', '100417.731000', '100417.733000', '100417.736000', '100417.752000', '100417.755000', '100417.757000', '100417.760000', '100417.763000', '100417.765000', '100417.768000', '100417.771000', '100417.773000', '100417.776000', '100417.778000', '100417.781000', '100417.784000', '100417.786000', '100437.659000', '100437.662000', '100437.664000', '100437.667000', '100437.670000', '100437.672000', '100437.675000', '100437.678000', '100437.680000', '100437.683000', '100437.685000', '100437.688000', '100437.691000', '100437.693000', '100437.696000', '100437.699000', '100437.701000', '100437.704000', '100437.707000', '100437.709000', '100437.712000', '100437.715000', '100437.717000', '100437.720000', '100437.723000', '100437.725000', '100437.728000', '100437.731000', '100437.733000', '100437.736000', '100437.739000', '100437.742000', '100437.744000', '100437.747000', '100437.749000', '100437.752000', '100437.755000', '100437.757000', '100437.760000', '100437.763000', '100437.765000', '100437.768000', '100437.770000', '100457.659000', '100457.662000', '100457.665000', '100457.667000', '100457.670000', '100457.673000', '100457.676000', '100457.678000', '100457.681000', '100457.683000', '100457.686000', '100457.689000', '100457.691000', '100457.694000', '100457.697000', '100457.700000', '100457.702000', '100457.705000', '100457.716000', '100457.719000', '100457.721000', '100457.724000', '100457.727000', '100457.732000', '100457.735000', '100457.738000', '100457.740000', '100457.743000', '100457.746000', '100457.748000', '100457.751000', '100457.754000', '100457.756000', '100457.759000', '100457.761000', '100457.764000', '100457.767000', '100457.770000', '100457.772000', '100457.775000', '100457.777000', '100457.780000', '100457.783000', '100517.657000', '100517.660000', '100517.663000', '100517.666000', '100517.668000', '100517.671000', '100517.673000', '100517.676000', '100517.679000', '100517.681000', '100517.684000', '100517.687000', '100517.689000', '100517.692000', '100517.695000', '100517.697000', '100517.700000', '100517.703000', '100517.705000', '100517.708000', '100517.711000', '100517.713000', '100517.716000', '100517.719000', '100517.721000', '100517.724000', '100517.727000', '100517.729000', '100517.732000', '100517.735000', '100517.737000', '100517.740000', '100517.743000', '100517.745000', '100517.748000', '100517.751000', '100517.754000', '100517.756000', '100517.759000', '100517.762000', '100517.764000', '100517.767000', '100517.769000', '100517.772000', '100537.659000', '100537.662000', '100537.665000', '100537.667000', '100537.670000', '100537.673000', '100537.675000', '100537.678000', '100537.680000', '100537.683000', '100537.686000', '100537.688000', '100537.691000', '100537.694000', '100537.697000', '100537.699000', '100537.702000', '100537.705000', '100537.707000', '100537.710000', '100537.715000', '100537.717000', '100537.720000', '100537.723000', '100537.725000', '100537.728000', '100537.730000', '100537.733000', '100537.736000', '100537.739000', '100537.741000', '100537.744000', '100537.747000', '100537.749000', '100537.752000', '100537.754000', '100537.757000', '100537.760000', '100537.762000', '100537.765000', '100537.768000', '100537.781000', '100537.784000', '100557.659000', '100557.662000', '100557.665000', '100557.668000', '100557.670000', '100557.673000', '100557.676000', '100557.678000', '100557.681000', '100557.684000', '100557.686000', '100557.689000', '100557.692000', '100557.694000', '100557.697000', '100557.700000', '100557.702000', '100557.705000', '100557.708000', '100557.711000', '100557.713000', '100557.716000', '100557.719000', '100557.721000', '100557.724000', '100557.727000', '100557.729000', '100557.732000', '100557.735000', '100557.737000', '100557.740000', '100557.743000', '100557.745000', '100557.748000', '100557.751000', '100557.753000', '100557.756000', '100557.758000', '100557.761000', '100557.764000', '100557.766000', '100557.769000', '100557.772000', '100557.774000', '100617.659000', '100617.661000', '100617.664000', '100617.667000', '100617.669000', '100617.672000', '100617.675000', '100617.677000', '100617.680000', '100617.683000', '100617.686000', '100617.688000', '100617.691000', '100617.693000', '100617.696000', '100617.699000', '100617.701000', '100617.704000', '100617.707000', '100617.709000', '100617.712000', '100617.715000', '100617.717000', '100617.720000', '100617.723000', '100617.725000', '100617.728000', '100617.731000', '100617.733000', '100617.736000', '100617.739000', '100617.743000', '100617.746000', '100617.749000', '100617.751000', '100617.754000', '100617.756000', '100617.759000', '100617.762000', '100617.765000', '100617.768000', '100617.771000', '100617.774000', '100637.659000', '100637.662000', '100637.664000', '100637.667000', '100637.670000', '100637.672000', '100637.675000', '100637.678000', '100637.680000', '100637.683000', '100637.686000', '100637.688000', '100637.691000', '100637.694000', '100637.696000', '100637.699000', '100637.702000', '100637.704000', '100637.707000', '100637.710000', '100637.712000', '100637.715000', '100637.717000', '100637.720000', '100637.723000', '100637.726000', '100637.728000', '100637.731000', '100637.733000', '100637.736000', '100637.739000', '100637.742000', '100637.744000', '100637.747000', '100637.750000', '100637.752000', '100637.755000', '100637.758000', '100637.760000', '100637.763000', '100637.766000', '100637.768000', '100637.771000', '100637.774000', '100657.658000', '100657.661000', '100657.664000', '100657.667000', '100657.670000', '100657.672000', '100657.675000', '100657.678000', '100657.681000', '100657.684000', '100657.686000', '100657.689000', '100657.692000', '100657.694000', '100657.697000', '100657.700000', '100657.702000', '100657.705000', '100657.708000', '100657.710000', '100657.713000', '100657.716000', '100657.718000', '100657.721000', '100657.724000', '100657.726000', '100657.729000', '100657.732000', '100657.734000', '100657.737000', '100657.740000', '100657.742000', '100657.745000', '100657.747000', '100657.750000', '100657.753000', '100657.755000', '100657.758000', '100657.761000', '100657.763000', '100657.766000', '100657.769000', '100657.771000', '100717.658000', '100717.661000', '100717.664000', '100717.667000', '100717.670000', '100717.672000', '100717.675000', '100717.678000', '100717.680000', '100717.683000', '100717.686000', '100717.688000', '100717.691000', '100717.694000', '100717.696000', '100717.699000', '100717.702000', '100717.704000', '100717.707000', '100717.709000', '100717.712000', '100717.715000', '100717.717000', '100717.720000', '100717.723000', '100717.725000', '100717.728000', '100717.730000', '100717.733000', '100717.736000', '100717.738000', '100717.741000', '100717.744000', '100717.746000', '100717.749000', '100717.752000', '100717.754000', '100717.757000', '100717.760000', '100717.762000', '100717.765000', '100717.768000', '100717.770000', '100717.773000', '100737.658000', '100737.661000', '100737.664000', '100737.666000', '100737.669000', '100737.672000', '100737.674000', '100737.677000', '100737.679000', '100737.682000', '100737.685000', '100737.687000', '100737.690000', '100737.693000', '100737.696000', '100737.698000', '100737.701000', '100737.703000', '100737.706000', '100737.709000', '100737.711000', '100737.714000', '100737.717000', '100737.719000', '100737.722000', '100737.725000', '100737.727000', '100737.730000', '100737.732000', '100737.735000', '100737.738000', '100737.740000', '100737.743000', '100737.746000', '100737.749000', '100737.752000', '100737.755000', '100737.758000', '100737.761000', '100737.764000', '100737.766000', '100737.769000', '100737.771000', '100757.659000', '100757.662000', '100757.664000', '100757.667000', '100757.670000', '100757.672000', '100757.675000', '100757.678000', '100757.681000', '100757.683000', '100757.686000', '100757.688000', '100757.691000', '100757.694000', '100757.696000', '100757.699000', '100757.702000', '100757.705000', '100757.708000', '100757.710000', '100757.713000', '100757.716000', '100757.718000', '100757.721000', '100757.724000', '100757.726000', '100757.729000', '100757.732000', '100757.734000', '100757.737000', '100757.740000', '100757.742000', '100757.745000', '100757.748000', '100757.750000', '100757.753000', '100757.756000', '100757.758000', '100757.761000', '100757.764000', '100757.766000', '100757.769000', '100757.772000', '100757.774000', '100817.659000', '100817.662000', '100817.664000', '100817.667000', '100817.670000', '100817.672000', '100817.675000', '100817.678000', '100817.680000', '100817.683000', '100817.686000', '100817.688000', '100817.691000', '100817.694000', '100817.696000', '100817.699000', '100817.702000', '100817.704000', '100817.707000', '100817.710000', '100817.712000', '100817.715000', '100817.718000', '100817.720000', '100817.723000', '100817.726000', '100817.728000', '100817.731000', '100817.734000', '100817.736000', '100817.739000', '100817.742000', '100817.744000', '100817.747000', '100817.757000', '100817.759000', '100817.762000', '100817.765000', '100817.767000', '100817.770000', '100817.773000', '100817.775000', '100817.778000', '100830.243000', '100830.246000', '100830.249000', '100830.252000', '100830.254000', '100830.268000', '100830.272000', '100830.276000', '100830.279000', '100830.282000', '100830.284000', '100830.287000', '100830.290000', '100830.293000', '100830.296000', '100830.298000', '100830.301000', '100830.304000', '100830.307000', '100830.310000', '100830.313000', '100830.316000', '100830.319000', '100830.321000', '100830.324000', '100830.327000', '100830.330000', '100830.333000'], 'InstanceCreationTime': ['095957.722000', '095957.725000', '095957.728000', '095957.731000', '095957.733000', '095957.737000', '095957.740000', '095957.743000', '095957.745000', '095957.748000', '095957.751000', '095957.754000', '095957.765000', '095957.768000', '095957.770000', '095957.773000', '095957.776000', '095957.779000', '095957.782000', '095957.784000', '095957.787000', '095957.790000', '095957.792000', '095957.795000', '095957.798000', '095957.801000', '095957.803000', '095957.806000', '095957.810000', '095957.813000', '095957.816000', '095957.819000', '095957.821000', '095957.824000', '095957.827000', '095957.830000', '095957.833000', '095957.835000', '095957.838000', '095957.841000', '095957.844000', '095957.847000', '095957.849000', '100017.658000', '100017.661000', '100017.664000', '100017.667000', '100017.669000', '100017.672000', '100017.675000', '100017.677000', '100017.680000', '100017.682000', '100017.685000', '100017.688000', '100017.690000', '100017.693000', '100017.696000', '100017.698000', '100017.701000', '100017.703000', '100017.706000', '100017.709000', '100017.711000', '100017.714000', '100017.717000', '100017.719000', '100017.722000', '100017.724000', '100017.727000', '100017.730000', '100017.732000', '100017.735000', '100017.738000', '100017.740000', '100017.743000', '100017.745000', '100017.748000', '100017.751000', '100017.753000', '100017.756000', '100017.759000', '100017.761000', '100017.764000', '100017.767000', '100017.769000', '100017.772000', '100037.658000', '100037.660000', '100037.663000', '100037.666000', '100037.669000', '100037.671000', '100037.674000', '100037.677000', '100037.679000', '100037.682000', '100037.684000', '100037.687000', '100037.690000', '100037.692000', '100037.695000', '100037.698000', '100037.700000', '100037.703000', '100037.705000', '100037.708000', '100037.711000', '100037.713000', '100037.716000', '100037.719000', '100037.721000', '100037.724000', '100037.727000', '100037.729000', '100037.732000', '100037.735000', '100037.737000', '100037.740000', '100037.742000', '100037.745000', '100037.748000', '100037.750000', '100037.753000', '100037.756000', '100037.762000', '100037.765000', '100037.767000', '100037.770000', '100037.773000', '100057.659000', '100057.662000', '100057.665000', '100057.667000', '100057.670000', '100057.673000', '100057.675000', '100057.678000', '100057.681000', '100057.683000', '100057.686000', '100057.689000', '100057.691000', '100057.694000', '100057.697000', '100057.699000', '100057.702000', '100057.705000', '100057.707000', '100057.710000', '100057.713000', '100057.715000', '100057.718000', '100057.720000', '100057.723000', '100057.726000', '100057.728000', '100057.731000', '100057.734000', '100057.737000', '100057.739000', '100057.742000', '100057.745000', '100057.747000', '100057.750000', '100057.752000', '100057.755000', '100057.758000', '100057.760000', '100057.763000', '100057.775000', '100057.778000', '100057.780000', '100057.783000', '100117.659000', '100117.661000', '100117.664000', '100117.667000', '100117.670000', '100117.672000', '100117.675000', '100117.677000', '100117.680000', '100117.690000', '100117.693000', '100117.695000', '100117.698000', '100117.701000', '100117.703000', '100117.706000', '100117.709000', '100117.711000', '100117.714000', '100117.717000', '100117.719000', '100117.722000', '100117.725000', '100117.727000', '100117.730000', '100117.733000', '100117.738000', '100117.740000', '100117.743000', '100117.746000', '100117.748000', '100117.751000', '100117.754000', '100117.756000', '100117.759000', '100117.762000', '100117.764000', '100117.767000', '100117.770000', '100117.772000', '100117.775000', '100117.777000', '100117.780000', '100137.659000', '100137.662000', '100137.664000', '100137.667000', '100137.670000', '100137.672000', '100137.675000', '100137.678000', '100137.680000', '100137.683000', '100137.686000', '100137.688000', '100137.691000', '100137.694000', '100137.696000', '100137.699000', '100137.702000', '100137.704000', '100137.707000', '100137.710000', '100137.712000', '100137.715000', '100137.717000', '100137.720000', '100137.723000', '100137.725000', '100137.728000', '100137.731000', '100137.733000', '100137.736000', '100137.739000', '100137.741000', '100137.744000', '100137.746000', '100137.749000', '100137.752000', '100137.754000', '100137.757000', '100137.760000', '100137.762000', '100137.765000', '100137.775000', '100137.777000', '100137.780000', '100157.658000', '100157.661000', '100157.664000', '100157.667000', '100157.669000', '100157.672000', '100157.675000', '100157.678000', '100157.680000', '100157.683000', '100157.686000', '100157.688000', '100157.691000', '100157.694000', '100157.696000', '100157.699000', '100157.701000', '100157.704000', '100157.707000', '100157.709000', '100157.712000', '100157.715000', '100157.717000', '100157.720000', '100157.723000', '100157.725000', '100157.728000', '100157.731000', '100157.733000', '100157.736000', '100157.739000', '100157.741000', '100157.744000', '100157.747000', '100157.749000', '100157.752000', '100157.755000', '100157.757000', '100157.760000', '100157.763000', '100157.765000', '100157.768000', '100157.770000', '100217.659000', '100217.662000', '100217.664000', '100217.667000', '100217.670000', '100217.672000', '100217.675000', '100217.678000', '100217.680000', '100217.683000', '100217.686000', '100217.688000', '100217.691000', '100217.694000', '100217.696000', '100217.699000', '100217.702000', '100217.705000', '100217.707000', '100217.710000', '100217.712000', '100217.715000', '100217.718000', '100217.720000', '100217.723000', '100217.726000', '100217.729000', '100217.731000', '100217.734000', '100217.737000', '100217.739000', '100217.742000', '100217.745000', '100217.747000', '100217.750000', '100217.753000', '100217.755000', '100217.758000', '100217.761000', '100217.763000', '100217.766000', '100217.769000', '100217.771000', '100217.774000', '100237.659000', '100237.661000', '100237.664000', '100237.667000', '100237.669000', '100237.672000', '100237.675000', '100237.678000', '100237.680000', '100237.683000', '100237.686000', '100237.688000', '100237.691000', '100237.694000', '100237.696000', '100237.699000', '100237.702000', '100237.704000', '100237.707000', '100237.710000', '100237.712000', '100237.715000', '100237.717000', '100237.720000', '100237.723000', '100237.725000', '100237.728000', '100237.731000', '100237.733000', '100237.736000', '100237.739000', '100237.741000', '100237.744000', '100237.746000', '100237.749000', '100237.752000', '100237.754000', '100237.757000', '100237.760000', '100237.762000', '100237.765000', '100237.768000', '100237.770000', '100257.657000', '100257.660000', '100257.663000', '100257.665000', '100257.668000', '100257.681000', '100257.684000', '100257.686000', '100257.689000', '100257.692000', '100257.694000', '100257.697000', '100257.700000', '100257.702000', '100257.705000', '100257.708000', '100257.710000', '100257.713000', '100257.716000', '100257.718000', '100257.721000', '100257.724000', '100257.726000', '100257.729000', '100257.732000', '100257.734000', '100257.737000', '100257.739000', '100257.742000', '100257.745000', '100257.748000', '100257.750000', '100257.753000', '100257.755000', '100257.758000', '100257.761000', '100257.763000', '100257.766000', '100257.769000', '100257.771000', '100257.774000', '100257.777000', '100257.779000', '100257.782000', '100317.658000', '100317.661000', '100317.664000', '100317.667000', '100317.670000', '100317.672000', '100317.675000', '100317.678000', '100317.680000', '100317.683000', '100317.686000', '100317.688000', '100317.691000', '100317.693000', '100317.696000', '100317.699000', '100317.701000', '100317.704000', '100317.707000', '100317.709000', '100317.712000', '100317.715000', '100317.717000', '100317.720000', '100317.723000', '100317.725000', '100317.728000', '100317.731000', '100317.733000', '100317.736000', '100317.739000', '100317.741000', '100317.744000', '100317.747000', '100317.749000', '100317.752000', '100317.755000', '100317.757000', '100317.760000', '100317.762000', '100317.765000', '100317.768000', '100317.770000', '100337.659000', '100337.662000', '100337.664000', '100337.667000', '100337.670000', '100337.672000', '100337.675000', '100337.678000', '100337.680000', '100337.683000', '100337.686000', '100337.689000', '100337.692000', '100337.694000', '100337.697000', '100337.700000', '100337.703000', '100337.705000', '100337.708000', '100337.711000', '100337.713000', '100337.716000', '100337.719000', '100337.721000', '100337.724000', '100337.726000', '100337.729000', '100337.732000', '100337.734000', '100337.737000', '100337.740000', '100337.743000', '100337.745000', '100337.748000', '100337.751000', '100337.753000', '100337.756000', '100337.759000', '100337.761000', '100337.764000', '100337.767000', '100337.769000', '100337.772000', '100337.775000', '100357.659000', '100357.662000', '100357.664000', '100357.667000', '100357.670000', '100357.672000', '100357.675000', '100357.678000', '100357.680000', '100357.683000', '100357.686000', '100357.688000', '100357.691000', '100357.694000', '100357.696000', '100357.699000', '100357.702000', '100357.704000', '100357.707000', '100357.710000', '100357.712000', '100357.715000', '100357.718000', '100357.720000', '100357.723000', '100357.726000', '100357.728000', '100357.731000', '100357.733000', '100357.736000', '100357.739000', '100357.741000', '100357.744000', '100357.747000', '100357.749000', '100357.752000', '100357.755000', '100357.757000', '100357.760000', '100357.762000', '100357.765000', '100357.768000', '100357.771000', '100417.659000', '100417.661000', '100417.664000', '100417.667000', '100417.669000', '100417.672000', '100417.675000', '100417.677000', '100417.680000', '100417.683000', '100417.685000', '100417.688000', '100417.691000', '100417.693000', '100417.696000', '100417.699000', '100417.701000', '100417.704000', '100417.707000', '100417.709000', '100417.712000', '100417.715000', '100417.717000', '100417.720000', '100417.723000', '100417.725000', '100417.728000', '100417.731000', '100417.733000', '100417.736000', '100417.752000', '100417.755000', '100417.757000', '100417.760000', '100417.763000', '100417.765000', '100417.768000', '100417.771000', '100417.773000', '100417.776000', '100417.778000', '100417.781000', '100417.784000', '100417.786000', '100437.659000', '100437.662000', '100437.664000', '100437.667000', '100437.670000', '100437.672000', '100437.675000', '100437.678000', '100437.680000', '100437.683000', '100437.685000', '100437.688000', '100437.691000', '100437.693000', '100437.696000', '100437.699000', '100437.701000', '100437.704000', '100437.707000', '100437.709000', '100437.712000', '100437.715000', '100437.717000', '100437.720000', '100437.723000', '100437.725000', '100437.728000', '100437.731000', '100437.733000', '100437.736000', '100437.739000', '100437.742000', '100437.744000', '100437.747000', '100437.749000', '100437.752000', '100437.755000', '100437.757000', '100437.760000', '100437.763000', '100437.765000', '100437.768000', '100437.770000', '100457.659000', '100457.662000', '100457.665000', '100457.667000', '100457.670000', '100457.673000', '100457.676000', '100457.678000', '100457.681000', '100457.683000', '100457.686000', '100457.689000', '100457.691000', '100457.694000', '100457.697000', '100457.700000', '100457.702000', '100457.705000', '100457.716000', '100457.719000', '100457.721000', '100457.724000', '100457.727000', '100457.732000', '100457.735000', '100457.738000', '100457.740000', '100457.743000', '100457.746000', '100457.748000', '100457.751000', '100457.754000', '100457.756000', '100457.759000', '100457.761000', '100457.764000', '100457.767000', '100457.770000', '100457.772000', '100457.775000', '100457.777000', '100457.780000', '100457.783000', '100517.657000', '100517.660000', '100517.663000', '100517.666000', '100517.668000', '100517.671000', '100517.673000', '100517.676000', '100517.679000', '100517.681000', '100517.684000', '100517.687000', '100517.689000', '100517.692000', '100517.695000', '100517.697000', '100517.700000', '100517.703000', '100517.705000', '100517.708000', '100517.711000', '100517.713000', '100517.716000', '100517.719000', '100517.721000', '100517.724000', '100517.727000', '100517.729000', '100517.732000', '100517.735000', '100517.737000', '100517.740000', '100517.743000', '100517.745000', '100517.748000', '100517.751000', '100517.754000', '100517.756000', '100517.759000', '100517.762000', '100517.764000', '100517.767000', '100517.769000', '100517.772000', '100537.659000', '100537.662000', '100537.665000', '100537.667000', '100537.670000', '100537.673000', '100537.675000', '100537.678000', '100537.680000', '100537.683000', '100537.686000', '100537.688000', '100537.691000', '100537.694000', '100537.697000', '100537.699000', '100537.702000', '100537.705000', '100537.707000', '100537.710000', '100537.715000', '100537.717000', '100537.720000', '100537.723000', '100537.725000', '100537.728000', '100537.730000', '100537.733000', '100537.736000', '100537.739000', '100537.741000', '100537.744000', '100537.747000', '100537.749000', '100537.752000', '100537.754000', '100537.757000', '100537.760000', '100537.762000', '100537.765000', '100537.768000', '100537.781000', '100537.784000', '100557.659000', '100557.662000', '100557.665000', '100557.668000', '100557.670000', '100557.673000', '100557.676000', '100557.678000', '100557.681000', '100557.684000', '100557.686000', '100557.689000', '100557.692000', '100557.694000', '100557.697000', '100557.700000', '100557.702000', '100557.705000', '100557.708000', '100557.711000', '100557.713000', '100557.716000', '100557.719000', '100557.721000', '100557.724000', '100557.727000', '100557.729000', '100557.732000', '100557.735000', '100557.737000', '100557.740000', '100557.743000', '100557.745000', '100557.748000', '100557.751000', '100557.753000', '100557.756000', '100557.758000', '100557.761000', '100557.764000', '100557.766000', '100557.769000', '100557.772000', '100557.774000', '100617.659000', '100617.661000', '100617.664000', '100617.667000', '100617.669000', '100617.672000', '100617.675000', '100617.677000', '100617.680000', '100617.683000', '100617.686000', '100617.688000', '100617.691000', '100617.693000', '100617.696000', '100617.699000', '100617.701000', '100617.704000', '100617.707000', '100617.709000', '100617.712000', '100617.715000', '100617.717000', '100617.720000', '100617.723000', '100617.725000', '100617.728000', '100617.731000', '100617.733000', '100617.736000', '100617.739000', '100617.743000', '100617.746000', '100617.749000', '100617.751000', '100617.754000', '100617.756000', '100617.759000', '100617.762000', '100617.765000', '100617.768000', '100617.771000', '100617.774000', '100637.659000', '100637.662000', '100637.664000', '100637.667000', '100637.670000', '100637.672000', '100637.675000', '100637.678000', '100637.680000', '100637.683000', '100637.686000', '100637.688000', '100637.691000', '100637.694000', '100637.696000', '100637.699000', '100637.702000', '100637.704000', '100637.707000', '100637.710000', '100637.712000', '100637.715000', '100637.717000', '100637.720000', '100637.723000', '100637.726000', '100637.728000', '100637.731000', '100637.733000', '100637.736000', '100637.739000', '100637.742000', '100637.744000', '100637.747000', '100637.750000', '100637.752000', '100637.755000', '100637.758000', '100637.760000', '100637.763000', '100637.766000', '100637.768000', '100637.771000', '100637.774000', '100657.658000', '100657.661000', '100657.664000', '100657.667000', '100657.670000', '100657.672000', '100657.675000', '100657.678000', '100657.681000', '100657.684000', '100657.686000', '100657.689000', '100657.692000', '100657.694000', '100657.697000', '100657.700000', '100657.702000', '100657.705000', '100657.708000', '100657.710000', '100657.713000', '100657.716000', '100657.718000', '100657.721000', '100657.724000', '100657.726000', '100657.729000', '100657.732000', '100657.734000', '100657.737000', '100657.740000', '100657.742000', '100657.745000', '100657.747000', '100657.750000', '100657.753000', '100657.755000', '100657.758000', '100657.761000', '100657.763000', '100657.766000', '100657.769000', '100657.771000', '100717.658000', '100717.661000', '100717.664000', '100717.667000', '100717.670000', '100717.672000', '100717.675000', '100717.678000', '100717.680000', '100717.683000', '100717.686000', '100717.688000', '100717.691000', '100717.694000', '100717.696000', '100717.699000', '100717.702000', '100717.704000', '100717.707000', '100717.709000', '100717.712000', '100717.715000', '100717.717000', '100717.720000', '100717.723000', '100717.725000', '100717.728000', '100717.730000', '100717.733000', '100717.736000', '100717.738000', '100717.741000', '100717.744000', '100717.746000', '100717.749000', '100717.752000', '100717.754000', '100717.757000', '100717.760000', '100717.762000', '100717.765000', '100717.768000', '100717.770000', '100717.773000', '100737.658000', '100737.661000', '100737.664000', '100737.666000', '100737.669000', '100737.672000', '100737.674000', '100737.677000', '100737.679000', '100737.682000', '100737.685000', '100737.687000', '100737.690000', '100737.693000', '100737.696000', '100737.698000', '100737.701000', '100737.703000', '100737.706000', '100737.709000', '100737.711000', '100737.714000', '100737.717000', '100737.719000', '100737.722000', '100737.725000', '100737.727000', '100737.730000', '100737.732000', '100737.735000', '100737.738000', '100737.740000', '100737.743000', '100737.746000', '100737.749000', '100737.752000', '100737.755000', '100737.758000', '100737.761000', '100737.764000', '100737.766000', '100737.769000', '100737.771000', '100757.659000', '100757.662000', '100757.664000', '100757.667000', '100757.670000', '100757.672000', '100757.675000', '100757.678000', '100757.681000', '100757.683000', '100757.686000', '100757.688000', '100757.691000', '100757.694000', '100757.696000', '100757.699000', '100757.702000', '100757.705000', '100757.708000', '100757.710000', '100757.713000', '100757.716000', '100757.718000', '100757.721000', '100757.724000', '100757.726000', '100757.729000', '100757.732000', '100757.734000', '100757.737000', '100757.740000', '100757.742000', '100757.745000', '100757.748000', '100757.750000', '100757.753000', '100757.756000', '100757.758000', '100757.761000', '100757.764000', '100757.766000', '100757.769000', '100757.772000', '100757.774000', '100817.659000', '100817.662000', '100817.664000', '100817.667000', '100817.670000', '100817.672000', '100817.675000', '100817.678000', '100817.680000', '100817.683000', '100817.686000', '100817.688000', '100817.691000', '100817.694000', '100817.696000', '100817.699000', '100817.702000', '100817.704000', '100817.707000', '100817.710000', '100817.712000', '100817.715000', '100817.718000', '100817.720000', '100817.723000', '100817.726000', '100817.728000', '100817.731000', '100817.734000', '100817.736000', '100817.739000', '100817.742000', '100817.744000', '100817.747000', '100817.757000', '100817.759000', '100817.762000', '100817.765000', '100817.767000', '100817.770000', '100817.773000', '100817.775000', '100817.778000', '100830.243000', '100830.246000', '100830.249000', '100830.252000', '100830.254000', '100830.268000', '100830.272000', '100830.276000', '100830.279000', '100830.282000', '100830.284000', '100830.287000', '100830.290000', '100830.293000', '100830.296000', '100830.298000', '100830.301000', '100830.304000', '100830.307000', '100830.310000', '100830.313000', '100830.316000', '100830.319000', '100830.321000', '100830.324000', '100830.327000', '100830.330000', '100830.333000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7291, 8943, 7546, 6462, 7970, 6332, 8302, 6571, 8006, 6900, 8240, 6367, 7452, 6884, 7623, 6605, 8607, 7147, 6423, 7259, 6735, 6654, 8497, 6587, 8174, 7752, 6221, 8163, 6671, 6920, 8976, 6670, 9046, 6569, 8608, 6521, 8216, 6472, 7974, 6360, 8015, 6527, 8319, 6379, 8453, 6387, 7636, 6798, 7126, 6075, 7518, 7892, 6797, 8999, 7146, 9031, 6764, 8783, 6779, 8005, 6715, 8591, 6396, 7651, 6616, 7286, 6523, 7686, 6252, 7217, 7745, 7061, 6645, 7416, 6501, 7364, 9386, 6675, 9232, 6820, 8902, 6880, 7947, 6583, 8089, 6505, 7791, 6322, 6969, 6091, 6990, 7182, 6752, 8319, 6594, 8344, 6883, 8090, 7007, 7831, 6480, 8240, 6867, 8457, 6636, 8348, 6511, 7885, 6490, 8154, 6549, 8609, 6651, 7719, 6690, 8755, 6517, 8107, 6744, 7406, 6719, 7357, 6757, 7983, 7595, 7197, 8211, 7005, 7300, 7372, 6581, 7778, 6714, 8321, 6646, 7718, 9103, 7231, 8039, 7004, 9587, 6925, 8529, 6583, 8886, 6986, 8873, 6690, 8559, 6695, 8342, 6670, 8921, 6560, 7541, 6485, 7076, 6499, 7026, 6858, 7157, 9150, 7064, 9440, 6715, 8808, 6827, 8179, 6792, 8015, 6520, 8162, 6762, 7662, 6456, 7512, 6800, 7379, 6497, 6939, 6308, 7269, 6634, 6937, 6568, 7028, 8430, 7404, 6702, 6925, 8764, 6635, 8879, 6559, 8817, 6725, 8566, 6898, 7803, 6621, 8028, 6558, 7157, 6581, 7062, 6509, 6842, 7461, 6626, 9301, 7320, 7920, 6929, 9455, 6837, 8832, 6807, 8935, 6969, 8713, 6613, 7994, 6553, 8121, 6847, 9066, 6717, 8736, 6642, 8357, 6940, 8256, 6781, 8383, 6741, 7926, 6948, 7938, 6738, 8445, 6517, 7842, 6579, 8212, 6505, 7818, 6653, 7420, 6770, 7238, 6599, 7820, 6505, 7867, 7063, 7491, 6904, 6590, 7957, 6443, 7690, 6536, 7385, 6541, 8218, 6856, 7806, 6677, 7630, 6484, 8052, 6643, 7916, 6528, 7752, 6504, 7372, 6472, 7338, 6670, 8071, 6549, 7864, 6577, 7603, 6817, 8204, 6609, 8369, 6423, 8162, 6736, 7680, 6441, 7595, 6490, 8176, 6331, 7722, 6439, 7311, 6536, 7146, 6654, 8326, 6563, 8890, 6398, 8323, 6786, 7392, 6795, 7700, 6850, 7808, 6497, 8454, 6783, 8797, 6565, 7680, 6741, 8351, 6548, 7761, 6775, 7524, 6796, 7791, 6479, 7759, 6538, 8512, 6453, 7607, 6679, 7322, 6573, 7492, 6561, 7787, 6632, 9128, 6374, 9156, 6613, 7894, 6627, 8113, 6690, 8218, 7230, 7537, 8920, 7197, 9586, 7005, 8030, 6861, 8160, 6791, 8493, 6664, 8149, 6882, 7951, 6570, 8186, 6789, 8873, 7016, 8270, 6968, 7711, 6713, 8537, 6364, 7630, 6716, 7924, 6622, 8289, 6437, 7913, 6742, 7509, 6392, 7455, 6225, 7909, 6308, 7824, 6368, 7379, 6275, 7613, 6495, 7219, 8257, 7154, 8978, 7180, 6330, 7277, 6545, 7284, 8568, 7898, 8407, 7039, 7214, 7189, 7615, 7180, 9051, 7022, 9245, 7054, 9596, 6779, 8147, 6458, 8072, 6668, 8637, 6815, 7960, 6686, 7896, 6413, 8137, 6430, 8463, 6620, 8033, 6721, 8123, 6638, 7988, 6543, 8448, 6565, 7626, 6445, 8246, 6466, 8557, 6647, 8851, 6884, 8502, 6521, 8105, 6916, 7695, 6566, 7902, 6686, 7865, 6620, 8057, 6674, 7950, 6553, 7903, 6507, 7608, 6697, 7611, 6699, 8461, 6434, 8410, 6565, 7884, 7419, 7388, 6365, 7162, 8335, 6680, 8278, 6855, 8216, 6817, 8441, 6609, 8052, 6675, 8233, 6549, 8216, 6763, 8387, 6669, 7810, 6896, 8515, 6475, 8460, 6717, 8360, 6697, 8631, 6707, 8138, 8016, 8060, 6734, 7628, 9226, 6792, 8724, 6894, 8425, 6869, 8464, 6506, 8142, 6362, 8478, 6648, 8065, 6770, 8169, 6700, 8222, 6633, 8815, 6690, 7789, 7337, 7533, 8445, 7304, 8578, 6944, 8029, 6709, 7832, 6375, 7554, 6506, 8283, 6348, 7331, 8808, 6880, 8724, 6656, 8427, 6790, 8032, 6608, 8573, 6484, 7425, 6748, 7049, 8170, 6478, 8226, 6825, 8042, 6766, 7507, 6705, 7626, 6632, 6369, 8309, 6349, 8258, 7133, 7168, 6832, 7605, 6751, 8441, 6528, 8053, 8353, 7195, 7982, 6666, 8239, 6668, 7863, 6658, 7963, 6679, 8630, 6696, 8883, 6756, 8090, 8086, 8457, 6540, 8274, 8147, 7800, 9154, 6576, 8300, 6781, 7831, 6712, 8088, 6493, 8355, 7338, 8993, 6450, 6663, 6786, 6562, 8423, 6797, 8917, 6655, 9063, 6580, 8647, 6538, 8188, 6633, 7898, 9814, 6779, 9326, 6372, 8263, 6347, 8190, 6664, 8114, 6503, 8245, 6565, 8012, 6683, 7390, 6474, 9549, 6414, 7404, 6475, 8295, 6532, 8678, 6703, 8204, 6595, 8024, 6662, 7706, 6667, 8164, 6696, 8264, 7545, 8159, 6501, 7653, 6574, 7602, 8590, 7077, 8908, 7269, 8727, 6776, 8163, 6480, 8396, 6391, 7989, 6487, 7169, 6369, 7152, 8725, 6507, 8702, 6500, 8714, 6851, 8208, 6597, 8013, 6476, 8066, 6726, 9040, 6622, 8033, 6573, 8343, 6575, 8770, 6623, 9508, 6594, 9232, 6724, 8364, 6530, 8154, 6543, 8434, 6669, 7966, 6473, 7662, 6398, 7765, 6359, 7734, 6413, 7637, 6258, 7592, 6255, 7798, 6209, 7738, 8101, 6800, 9141, 6440, 8885, 6387, 8386, 6367, 7917, 6588, 8156, 7776, 6442, 7707, 6499, 7537, 9295, 7440, 8320, 7909, 6493, 7613, 6502, 8179, 6447, 9638, 8324, 6428, 7391, 6674, 8041, 6512, 8785, 6464, 9293, 6651, 9504, 6670, 8400, 6808, 7883, 6576, 8094, 6560, 8155, 7066, 8187, 7040, 8174, 7341, 8119, 6420, 8032, 6531, 8802, 6621, 9745, 7415, 9428, 7434, 7402, 8853, 7110, 9431, 6701, 6409, 6027, 6268, 6399, 7177, 7363, 6663, 9415, 6993, 9346, 9374, 7235, 10002, 7333, 10605, 7019, 9195, 6943, 8506, 6974, 8880, 6968, 8588, 7087, 8663, 6904, 8212, 7219, 8429, 7085, 7150, 6857, 6737, 8392, 6970, 7608, 6907, 7622, 6646, 7741, 6809, 8240, 6496, 8093, 7388, 7650, 9315, 7059, 9506, 6849, 8839, 7097, 8116, 6411, 7707, 6866, 7401, 6530, 6991, 8234, 7103, 9578, 7302, 8133, 7711, 7167, 8208, 6924, 8855, 7035, 8699, 7013, 8707, 7254, 8119, 6907, 8514, 6889, 8207, 8191, 6989, 9212, 7418, 6693, 7397, 7685, 7217, 6984, 7345, 6916, 7816, 7043, 8262, 6975, 8271, 6969, 7514, 6717, 7229, 6698, 7488, 6564, 7673, 6541, 8107, 6977, 8263, 7117, 8888, 6939, 8577, 7346, 8074, 7177, 8503, 6941, 8956, 6919, 8758, 7268, 8452, 7019, 8018, 7148, 8534, 6903, 8155, 6756, 7284, 6798, 7209, 6421, 6938, 7151, 8104, 7124, 8224, 8092, 7047, 8184, 6995, 8758, 7006, 9260, 7667, 6692, 7110, 7160, 8242, 7007, 8134, 7212, 7918, 7193, 8176, 6617, 6883, 8114, 6762, 7016, 7254, 6722, 6955, 7229, 6858, 7533, 7942, 7326, 10108, 7309, 6882, 7013, 6665, 7799, 6816, 7467, 6988, 7548, 6856, 7308, 7274, 7212, 6950, 8147, 6909, 7987, 6844, 7512, 7252, 7806, 6859, 8186, 6982, 8580, 7257, 7683, 7071, 8220, 6932, 8506, 7171, 8273, 7142, 7724, 6840, 8780, 6943, 8765, 7141, 8874, 6935, 8958, 7051, 8613, 7074, 9293, 7032, 8934, 6835, 9056, 6928, 8913, 6992, 8839, 7432, 9122, 7157, 9172, 6929, 8786, 7018, 9263, 8026, 7298, 7662, 6652, 8124, 7012, 8334, 6981, 8108, 6928, 8369, 7292, 7674, 6949, 7819, 7015, 8140, 6922, 7497, 6879, 7186, 7008, 8421, 6903, 8319, 7011, 8191, 7277, 8022, 7033, 8698, 6924, 8644, 7002, 7857, 7200, 8362, 6938, 8818, 7299, 8378, 7112, 8667, 6987, 8752, 6852, 8799, 7181, 8201, 7134, 8194, 7053, 8852, 6962, 8745, 7003, 8220, 6966, 8398, 6962, 8622, 8153, 7386, 8253, 7940, 6776, 8464, 7223, 7680, 7211, 8050, 7182, 8146, 6924, 8842, 7107, 8551, 7225, 8105, 7304, 7987, 7085, 8858, 6971, 8611, 7334, 8655, 7003, 8778, 7072, 8700, 7408, 8357, 7176, 8286, 7189, 8815, 7160, 9325, 7290, 8949, 7376, 8453, 7309, 8466, 7078, 8944, 7062, 8898, 7451, 8559, 7376, 7994, 7143, 8597, 7303, 8468, 7379, 8550, 7354, 8658, 7165, 8670, 7189, 8697, 7441, 8868, 7216, 8647, 7112, 8145, 7046, 6597, 7998], 'WindowCenter': [3919.0, 3922.0, 3901.0, 3866.0, 3897.0, 3866.0, 3898.0, 3876.0, 3896.0, 3876.0, 3895.0, 3866.0, 3885.0, 3887.0, 3896.0, 3879.0, 3909.0, 3889.0, 3879.0, 3900.0, 3890.0, 3890.0, 3920.0, 3889.0, 3911.0, 3901.0, 3868.0, 3911.0, 3889.0, 3901.0, 3920.0, 3891.0, 3921.0, 3892.0, 3910.0, 3880.0, 3910.0, 3879.0, 3909.0, 3877.0, 3899.0, 3868.0, 3899.0, 3866.0, 3909.0, 3877.0, 3900.0, 3877.0, 3887.0, 3854.0, 3887.0, 3897.0, 3877.0, 3920.0, 3889.0, 3907.0, 3877.0, 3895.0, 3876.0, 3884.0, 3865.0, 3896.0, 3865.0, 3887.0, 3864.0, 3885.0, 3863.0, 3886.0, 3864.0, 3886.0, 3884.0, 3877.0, 3864.0, 3887.0, 3865.0, 3887.0, 3918.0, 3877.0, 3907.0, 3877.0, 3906.0, 3876.0, 3896.0, 3875.0, 3895.0, 3865.0, 3887.0, 3865.0, 3876.0, 3854.0, 3876.0, 3874.0, 3877.0, 3896.0, 3877.0, 3908.0, 3889.0, 3898.0, 3889.0, 3899.0, 3881.0, 3911.0, 3892.0, 3911.0, 3890.0, 3911.0, 3880.0, 3912.0, 3892.0, 3912.0, 3881.0, 3922.0, 3892.0, 3900.0, 3890.0, 3922.0, 3880.0, 3912.0, 3880.0, 3902.0, 3878.0, 3899.0, 3877.0, 3900.0, 3901.0, 3890.0, 3910.0, 3891.0, 3900.0, 3900.0, 3879.0, 3900.0, 3891.0, 3912.0, 3889.0, 3903.0, 3921.0, 3900.0, 3900.0, 3891.0, 3919.0, 3889.0, 3910.0, 3889.0, 3908.0, 3889.0, 3909.0, 3878.0, 3908.0, 3877.0, 3897.0, 3878.0, 3909.0, 3875.0, 3888.0, 3865.0, 3876.0, 3864.0, 3875.0, 3876.0, 3888.0, 3907.0, 3877.0, 3918.0, 3878.0, 3907.0, 3877.0, 3897.0, 3877.0, 3898.0, 3867.0, 3898.0, 3878.0, 3888.0, 3866.0, 3887.0, 3877.0, 3900.0, 3878.0, 3890.0, 3879.0, 3901.0, 3878.0, 3890.0, 3891.0, 3900.0, 3910.0, 3900.0, 3880.0, 3891.0, 3911.0, 3890.0, 3922.0, 3880.0, 3919.0, 3879.0, 3908.0, 3889.0, 3899.0, 3879.0, 3912.0, 3878.0, 3890.0, 3878.0, 3890.0, 3878.0, 3880.0, 3888.0, 3880.0, 3920.0, 3900.0, 3898.0, 3890.0, 3921.0, 3891.0, 3920.0, 3891.0, 3918.0, 3890.0, 3910.0, 3879.0, 3898.0, 3878.0, 3899.0, 3879.0, 3910.0, 3879.0, 3910.0, 3878.0, 3898.0, 3888.0, 3898.0, 3878.0, 3899.0, 3879.0, 3897.0, 3878.0, 3897.0, 3877.0, 3908.0, 3866.0, 3899.0, 3877.0, 3897.0, 3866.0, 3899.0, 3877.0, 3889.0, 3876.0, 3887.0, 3876.0, 3897.0, 3866.0, 3899.0, 3889.0, 3889.0, 3891.0, 3878.0, 3912.0, 3880.0, 3902.0, 3877.0, 3900.0, 3879.0, 3909.0, 3878.0, 3901.0, 3878.0, 3899.0, 3868.0, 3899.0, 3878.0, 3899.0, 3866.0, 3898.0, 3866.0, 3887.0, 3867.0, 3888.0, 3875.0, 3898.0, 3867.0, 3898.0, 3875.0, 3898.0, 3875.0, 3898.0, 3875.0, 3898.0, 3867.0, 3898.0, 3876.0, 3888.0, 3865.0, 3887.0, 3865.0, 3898.0, 3865.0, 3898.0, 3864.0, 3887.0, 3865.0, 3888.0, 3878.0, 3898.0, 3877.0, 3920.0, 3868.0, 3908.0, 3877.0, 3889.0, 3878.0, 3899.0, 3878.0, 3898.0, 3880.0, 3909.0, 3879.0, 3909.0, 3878.0, 3898.0, 3877.0, 3897.0, 3867.0, 3899.0, 3876.0, 3887.0, 3876.0, 3886.0, 3865.0, 3887.0, 3866.0, 3909.0, 3866.0, 3898.0, 3878.0, 3887.0, 3877.0, 3887.0, 3877.0, 3887.0, 3877.0, 3920.0, 3879.0, 3920.0, 3878.0, 3900.0, 3878.0, 3899.0, 3877.0, 3899.0, 3886.0, 3887.0, 3897.0, 3877.0, 3905.0, 3877.0, 3885.0, 3877.0, 3898.0, 3876.0, 3897.0, 3877.0, 3896.0, 3877.0, 3897.0, 3877.0, 3909.0, 3879.0, 3907.0, 3889.0, 3897.0, 3878.0, 3886.0, 3878.0, 3908.0, 3866.0, 3886.0, 3865.0, 3897.0, 3876.0, 3896.0, 3864.0, 3898.0, 3866.0, 3887.0, 3866.0, 3888.0, 3854.0, 3896.0, 3865.0, 3887.0, 3866.0, 3887.0, 3865.0, 3886.0, 3865.0, 3887.0, 3897.0, 3877.0, 3907.0, 3888.0, 3866.0, 3887.0, 3865.0, 3900.0, 3909.0, 3900.0, 3898.0, 3890.0, 3888.0, 3889.0, 3887.0, 3888.0, 3909.0, 3889.0, 3919.0, 3890.0, 3919.0, 3878.0, 3898.0, 3878.0, 3900.0, 3879.0, 3909.0, 3879.0, 3899.0, 3878.0, 3897.0, 3880.0, 3900.0, 3878.0, 3899.0, 3878.0, 3898.0, 3879.0, 3898.0, 3879.0, 3898.0, 3869.0, 3898.0, 3878.0, 3898.0, 3878.0, 3908.0, 3867.0, 3909.0, 3879.0, 3909.0, 3889.0, 3908.0, 3868.0, 3898.0, 3878.0, 3887.0, 3876.0, 3886.0, 3866.0, 3885.0, 3877.0, 3897.0, 3877.0, 3897.0, 3867.0, 3897.0, 3866.0, 3887.0, 3865.0, 3885.0, 3865.0, 3897.0, 3864.0, 3897.0, 3876.0, 3897.0, 3886.0, 3886.0, 3865.0, 3877.0, 3894.0, 3877.0, 3908.0, 3878.0, 3897.0, 3877.0, 3898.0, 3878.0, 3897.0, 3890.0, 3911.0, 3881.0, 3910.0, 3880.0, 3911.0, 3891.0, 3900.0, 3891.0, 3923.0, 3881.0, 3911.0, 3880.0, 3911.0, 3878.0, 3921.0, 3878.0, 3912.0, 3899.0, 3900.0, 3878.0, 3899.0, 3908.0, 3877.0, 3908.0, 3889.0, 3897.0, 3877.0, 3898.0, 3866.0, 3886.0, 3864.0, 3896.0, 3878.0, 3898.0, 3877.0, 3897.0, 3877.0, 3896.0, 3876.0, 3909.0, 3877.0, 3888.0, 3874.0, 3886.0, 3894.0, 3876.0, 3894.0, 3875.0, 3895.0, 3865.0, 3885.0, 3852.0, 3886.0, 3853.0, 3896.0, 3864.0, 3887.0, 3906.0, 3876.0, 3895.0, 3876.0, 3896.0, 3875.0, 3896.0, 3876.0, 3911.0, 3876.0, 3888.0, 3877.0, 3889.0, 3898.0, 3877.0, 3909.0, 3891.0, 3899.0, 3877.0, 3890.0, 3877.0, 3900.0, 3878.0, 3880.0, 3910.0, 3879.0, 3910.0, 3889.0, 3889.0, 3891.0, 3901.0, 3890.0, 3925.0, 3893.0, 3925.0, 3922.0, 3904.0, 3911.0, 3891.0, 3923.0, 3903.0, 3925.0, 3893.0, 3913.0, 3893.0, 3923.0, 3890.0, 3933.0, 3891.0, 3913.0, 3910.0, 3924.0, 3881.0, 3923.0, 3911.0, 3901.0, 3922.0, 3879.0, 3910.0, 3881.0, 3899.0, 3879.0, 3898.0, 3867.0, 3911.0, 3915.0, 3908.0, 3880.0, 3890.0, 3891.0, 3892.0, 3923.0, 3903.0, 3924.0, 3880.0, 3909.0, 3877.0, 3909.0, 3866.0, 3898.0, 3865.0, 3897.0, 3917.0, 3865.0, 3904.0, 3865.0, 3896.0, 3865.0, 3896.0, 3878.0, 3896.0, 3868.0, 3896.0, 3877.0, 3899.0, 3879.0, 3889.0, 3879.0, 3933.0, 3879.0, 3890.0, 3878.0, 3911.0, 3879.0, 3920.0, 3889.0, 3913.0, 3878.0, 3911.0, 3879.0, 3901.0, 3889.0, 3911.0, 3880.0, 3923.0, 3900.0, 3912.0, 3879.0, 3901.0, 3879.0, 3899.0, 3909.0, 3902.0, 3920.0, 3889.0, 3909.0, 3879.0, 3909.0, 3867.0, 3910.0, 3879.0, 3911.0, 3868.0, 3890.0, 3868.0, 3890.0, 3908.0, 3880.0, 3910.0, 3879.0, 3922.0, 3890.0, 3911.0, 3892.0, 3910.0, 3893.0, 3911.0, 3880.0, 3921.0, 3892.0, 3912.0, 3891.0, 3910.0, 3890.0, 3921.0, 3891.0, 3921.0, 3879.0, 3919.0, 3879.0, 3897.0, 3866.0, 3897.0, 3866.0, 3898.0, 3876.0, 3898.0, 3864.0, 3888.0, 3865.0, 3887.0, 3865.0, 3886.0, 3865.0, 3887.0, 3864.0, 3887.0, 3865.0, 3887.0, 3854.0, 3887.0, 3896.0, 3877.0, 3919.0, 3867.0, 3908.0, 3878.0, 3907.0, 3879.0, 3898.0, 3892.0, 3911.0, 3912.0, 3881.0, 3911.0, 3880.0, 3913.0, 3920.0, 3902.0, 3910.0, 3911.0, 3878.0, 3901.0, 3880.0, 3913.0, 3892.0, 3933.0, 3923.0, 3893.0, 3902.0, 3890.0, 3909.0, 3880.0, 3911.0, 3879.0, 3920.0, 3878.0, 3921.0, 3876.0, 3899.0, 3876.0, 3885.0, 3861.0, 3883.0, 3861.0, 3882.0, 3861.0, 3882.0, 3860.0, 3881.0, 3872.0, 3872.0, 3850.0, 3880.0, 3851.0, 3893.0, 3864.0, 3904.0, 3885.0, 3905.0, 3885.0, 3888.0, 3917.0, 3888.0, 3920.0, 3878.0, 3879.0, 3869.0, 3893.0, 3893.0, 3905.0, 3917.0, 3895.0, 3936.0, 3905.0, 3923.0, 3924.0, 3890.0, 3909.0, 3875.0, 3907.0, 3852.0, 3882.0, 3850.0, 3871.0, 3850.0, 3880.0, 3848.0, 3869.0, 3847.0, 3868.0, 3847.0, 3870.0, 3860.0, 3884.0, 3864.0, 3860.0, 3864.0, 3864.0, 3896.0, 3875.0, 3888.0, 3879.0, 3900.0, 3877.0, 3900.0, 3877.0, 3910.0, 3868.0, 3900.0, 3889.0, 3901.0, 3910.0, 3889.0, 3919.0, 3879.0, 3909.0, 3876.0, 3899.0, 3867.0, 3899.0, 3878.0, 3887.0, 3865.0, 3879.0, 3898.0, 3889.0, 3920.0, 3902.0, 3900.0, 3901.0, 3890.0, 3911.0, 3891.0, 3922.0, 3891.0, 3911.0, 3891.0, 3911.0, 3890.0, 3911.0, 3891.0, 3923.0, 3891.0, 3910.0, 3911.0, 3904.0, 3933.0, 3903.0, 3892.0, 3902.0, 3900.0, 3891.0, 3889.0, 3890.0, 3877.0, 3888.0, 3877.0, 3896.0, 3875.0, 3897.0, 3876.0, 3887.0, 3864.0, 3888.0, 3865.0, 3886.0, 3864.0, 3898.0, 3867.0, 3898.0, 3876.0, 3897.0, 3888.0, 3907.0, 3888.0, 3909.0, 3899.0, 3898.0, 3890.0, 3909.0, 3888.0, 3909.0, 3889.0, 3910.0, 3899.0, 3898.0, 3887.0, 3898.0, 3876.0, 3907.0, 3876.0, 3897.0, 3865.0, 3887.0, 3862.0, 3875.0, 3864.0, 3876.0, 3887.0, 3908.0, 3902.0, 3922.0, 3914.0, 3901.0, 3922.0, 3902.0, 3923.0, 3904.0, 3934.0, 3912.0, 3891.0, 3892.0, 3890.0, 3912.0, 3889.0, 3912.0, 3901.0, 3911.0, 3902.0, 3910.0, 3893.0, 3905.0, 3912.0, 3892.0, 3904.0, 3903.0, 3893.0, 3891.0, 3901.0, 3880.0, 3902.0, 3900.0, 3889.0, 3931.0, 3887.0, 3875.0, 3877.0, 3865.0, 3886.0, 3866.0, 3886.0, 3875.0, 3897.0, 3875.0, 3887.0, 3875.0, 3886.0, 3876.0, 3898.0, 3876.0, 3899.0, 3878.0, 3888.0, 3888.0, 3899.0, 3878.0, 3910.0, 3890.0, 3922.0, 3900.0, 3900.0, 3889.0, 3910.0, 3890.0, 3910.0, 3891.0, 3911.0, 3891.0, 3900.0, 3889.0, 3921.0, 3901.0, 3923.0, 3902.0, 3922.0, 3902.0, 3921.0, 3902.0, 3921.0, 3892.0, 3923.0, 3891.0, 3921.0, 3891.0, 3919.0, 3889.0, 3920.0, 3890.0, 3920.0, 3901.0, 3921.0, 3891.0, 3919.0, 3887.0, 3907.0, 3888.0, 3919.0, 3898.0, 3886.0, 3898.0, 3876.0, 3897.0, 3887.0, 3908.0, 3887.0, 3901.0, 3889.0, 3898.0, 3886.0, 3888.0, 3875.0, 3887.0, 3876.0, 3897.0, 3876.0, 3887.0, 3865.0, 3876.0, 3875.0, 3897.0, 3875.0, 3909.0, 3888.0, 3908.0, 3887.0, 3897.0, 3876.0, 3908.0, 3888.0, 3910.0, 3888.0, 3899.0, 3889.0, 3909.0, 3888.0, 3921.0, 3900.0, 3910.0, 3889.0, 3910.0, 3889.0, 3908.0, 3878.0, 3909.0, 3888.0, 3897.0, 3888.0, 3897.0, 3876.0, 3908.0, 3887.0, 3910.0, 3888.0, 3908.0, 3888.0, 3923.0, 3891.0, 3922.0, 3913.0, 3902.0, 3924.0, 3912.0, 3891.0, 3924.0, 3901.0, 3902.0, 3901.0, 3901.0, 3889.0, 3899.0, 3888.0, 3907.0, 3878.0, 3908.0, 3887.0, 3896.0, 3886.0, 3895.0, 3876.0, 3906.0, 3887.0, 3909.0, 3888.0, 3908.0, 3876.0, 3908.0, 3876.0, 3897.0, 3889.0, 3897.0, 3888.0, 3898.0, 3890.0, 3908.0, 3888.0, 3920.0, 3888.0, 3909.0, 3888.0, 3899.0, 3888.0, 3897.0, 3888.0, 3906.0, 3878.0, 3908.0, 3887.0, 3897.0, 3886.0, 3886.0, 3874.0, 3896.0, 3885.0, 3897.0, 3887.0, 3909.0, 3887.0, 3898.0, 3877.0, 3907.0, 3877.0, 3907.0, 3888.0, 3907.0, 3888.0, 3907.0, 3889.0, 3897.0, 3887.0, 3877.0, 3900.0], 'WindowWidth': [8784.0, 8775.0, 8739.0, 8686.0, 8726.0, 8683.0, 8729.0, 8697.0, 8723.0, 8698.0, 8721.0, 8685.0, 8708.0, 8714.0, 8724.0, 8707.0, 8747.0, 8721.0, 8707.0, 8738.0, 8724.0, 8724.0, 8763.0, 8723.0, 8752.0, 8738.0, 8693.0, 8752.0, 8720.0, 8741.0, 8763.0, 8727.0, 8763.0, 8729.0, 8749.0, 8709.0, 8747.0, 8708.0, 8746.0, 8702.0, 8732.0, 8689.0, 8732.0, 8685.0, 8745.0, 8702.0, 8734.0, 8700.0, 8713.0, 8666.0, 8715.0, 8727.0, 8701.0, 8761.0, 8718.0, 8739.0, 8699.0, 8720.0, 8695.0, 8704.0, 8679.0, 8722.0, 8680.0, 8711.0, 8677.0, 8708.0, 8676.0, 8710.0, 8678.0, 8709.0, 8704.0, 8699.0, 8678.0, 8712.0, 8681.0, 8713.0, 8755.0, 8702.0, 8740.0, 8698.0, 8736.0, 8696.0, 8721.0, 8694.0, 8721.0, 8680.0, 8714.0, 8680.0, 8698.0, 8665.0, 8697.0, 8692.0, 8698.0, 8723.0, 8701.0, 8744.0, 8719.0, 8731.0, 8721.0, 8734.0, 8713.0, 8754.0, 8731.0, 8753.0, 8726.0, 8752.0, 8712.0, 8755.0, 8732.0, 8757.0, 8716.0, 8769.0, 8730.0, 8738.0, 8725.0, 8769.0, 8713.0, 8757.0, 8708.0, 8742.0, 8704.0, 8735.0, 8702.0, 8735.0, 8738.0, 8724.0, 8748.0, 8725.0, 8735.0, 8736.0, 8708.0, 8736.0, 8725.0, 8755.0, 8722.0, 8744.0, 8763.0, 8736.0, 8734.0, 8723.0, 8759.0, 8718.0, 8747.0, 8721.0, 8744.0, 8718.0, 8744.0, 8703.0, 8743.0, 8701.0, 8727.0, 8702.0, 8744.0, 8694.0, 8715.0, 8679.0, 8697.0, 8679.0, 8693.0, 8696.0, 8715.0, 8738.0, 8701.0, 8752.0, 8701.0, 8739.0, 8700.0, 8726.0, 8701.0, 8730.0, 8687.0, 8729.0, 8702.0, 8714.0, 8685.0, 8714.0, 8703.0, 8736.0, 8703.0, 8723.0, 8707.0, 8738.0, 8704.0, 8722.0, 8727.0, 8739.0, 8750.0, 8738.0, 8710.0, 8726.0, 8751.0, 8725.0, 8769.0, 8711.0, 8760.0, 8708.0, 8744.0, 8720.0, 8734.0, 8706.0, 8756.0, 8705.0, 8722.0, 8703.0, 8723.0, 8705.0, 8708.0, 8716.0, 8708.0, 8762.0, 8737.0, 8731.0, 8725.0, 8763.0, 8725.0, 8764.0, 8725.0, 8757.0, 8723.0, 8748.0, 8705.0, 8729.0, 8705.0, 8731.0, 8706.0, 8746.0, 8707.0, 8746.0, 8705.0, 8728.0, 8717.0, 8730.0, 8702.0, 8731.0, 8705.0, 8726.0, 8702.0, 8725.0, 8700.0, 8744.0, 8684.0, 8732.0, 8699.0, 8726.0, 8683.0, 8733.0, 8703.0, 8718.0, 8697.0, 8714.0, 8696.0, 8727.0, 8685.0, 8731.0, 8719.0, 8719.0, 8725.0, 8705.0, 8753.0, 8710.0, 8741.0, 8702.0, 8735.0, 8707.0, 8747.0, 8703.0, 8736.0, 8703.0, 8732.0, 8688.0, 8732.0, 8701.0, 8733.0, 8684.0, 8730.0, 8684.0, 8713.0, 8686.0, 8715.0, 8692.0, 8727.0, 8685.0, 8728.0, 8693.0, 8728.0, 8694.0, 8728.0, 8694.0, 8730.0, 8686.0, 8728.0, 8695.0, 8715.0, 8679.0, 8711.0, 8680.0, 8726.0, 8680.0, 8728.0, 8680.0, 8713.0, 8682.0, 8715.0, 8702.0, 8729.0, 8699.0, 8762.0, 8689.0, 8744.0, 8700.0, 8719.0, 8704.0, 8731.0, 8703.0, 8730.0, 8711.0, 8747.0, 8706.0, 8744.0, 8704.0, 8729.0, 8701.0, 8727.0, 8688.0, 8730.0, 8696.0, 8712.0, 8696.0, 8711.0, 8682.0, 8712.0, 8684.0, 8745.0, 8685.0, 8729.0, 8701.0, 8713.0, 8699.0, 8713.0, 8700.0, 8712.0, 8699.0, 8761.0, 8704.0, 8761.0, 8702.0, 8735.0, 8702.0, 8732.0, 8700.0, 8731.0, 8710.0, 8711.0, 8723.0, 8699.0, 8733.0, 8698.0, 8707.0, 8698.0, 8726.0, 8697.0, 8722.0, 8700.0, 8723.0, 8698.0, 8726.0, 8702.0, 8745.0, 8705.0, 8739.0, 8719.0, 8726.0, 8701.0, 8709.0, 8701.0, 8742.0, 8683.0, 8710.0, 8679.0, 8726.0, 8696.0, 8725.0, 8678.0, 8729.0, 8683.0, 8712.0, 8681.0, 8714.0, 8664.0, 8722.0, 8680.0, 8712.0, 8682.0, 8711.0, 8680.0, 8710.0, 8679.0, 8711.0, 8726.0, 8699.0, 8737.0, 8715.0, 8684.0, 8714.0, 8682.0, 8736.0, 8746.0, 8735.0, 8728.0, 8722.0, 8714.0, 8718.0, 8713.0, 8718.0, 8745.0, 8720.0, 8758.0, 8721.0, 8758.0, 8704.0, 8729.0, 8705.0, 8734.0, 8706.0, 8744.0, 8706.0, 8730.0, 8702.0, 8727.0, 8708.0, 8734.0, 8704.0, 8731.0, 8703.0, 8729.0, 8705.0, 8730.0, 8707.0, 8731.0, 8692.0, 8727.0, 8701.0, 8729.0, 8703.0, 8741.0, 8687.0, 8746.0, 8707.0, 8744.0, 8718.0, 8740.0, 8688.0, 8726.0, 8703.0, 8713.0, 8696.0, 8707.0, 8682.0, 8707.0, 8698.0, 8723.0, 8698.0, 8724.0, 8686.0, 8725.0, 8682.0, 8710.0, 8679.0, 8706.0, 8678.0, 8723.0, 8676.0, 8725.0, 8697.0, 8727.0, 8708.0, 8707.0, 8677.0, 8697.0, 8718.0, 8701.0, 8743.0, 8703.0, 8727.0, 8700.0, 8728.0, 8704.0, 8728.0, 8724.0, 8753.0, 8713.0, 8750.0, 8709.0, 8751.0, 8725.0, 8735.0, 8726.0, 8771.0, 8712.0, 8751.0, 8707.0, 8751.0, 8703.0, 8764.0, 8705.0, 8754.0, 8732.0, 8734.0, 8702.0, 8731.0, 8741.0, 8698.0, 8742.0, 8717.0, 8726.0, 8699.0, 8727.0, 8683.0, 8708.0, 8677.0, 8722.0, 8702.0, 8729.0, 8699.0, 8724.0, 8699.0, 8723.0, 8697.0, 8744.0, 8699.0, 8715.0, 8691.0, 8708.0, 8716.0, 8693.0, 8716.0, 8693.0, 8719.0, 8680.0, 8705.0, 8658.0, 8708.0, 8659.0, 8722.0, 8676.0, 8714.0, 8735.0, 8696.0, 8720.0, 8696.0, 8721.0, 8694.0, 8723.0, 8698.0, 8751.0, 8701.0, 8718.0, 8699.0, 8719.0, 8727.0, 8700.0, 8745.0, 8725.0, 8733.0, 8702.0, 8721.0, 8700.0, 8736.0, 8703.0, 8708.0, 8748.0, 8707.0, 8749.0, 8722.0, 8720.0, 8725.0, 8741.0, 8725.0, 8779.0, 8735.0, 8779.0, 8769.0, 8749.0, 8753.0, 8728.0, 8772.0, 8748.0, 8777.0, 8734.0, 8759.0, 8732.0, 8774.0, 8723.0, 8787.0, 8728.0, 8760.0, 8753.0, 8773.0, 8713.0, 8771.0, 8752.0, 8739.0, 8769.0, 8707.0, 8748.0, 8711.0, 8732.0, 8707.0, 8730.0, 8689.0, 8751.0, 8765.0, 8743.0, 8710.0, 8725.0, 8727.0, 8732.0, 8774.0, 8748.0, 8773.0, 8710.0, 8747.0, 8700.0, 8744.0, 8681.0, 8727.0, 8679.0, 8725.0, 8750.0, 8679.0, 8729.0, 8679.0, 8720.0, 8681.0, 8724.0, 8704.0, 8724.0, 8690.0, 8724.0, 8702.0, 8732.0, 8708.0, 8719.0, 8708.0, 8784.0, 8709.0, 8723.0, 8703.0, 8752.0, 8706.0, 8764.0, 8723.0, 8757.0, 8705.0, 8752.0, 8707.0, 8739.0, 8720.0, 8753.0, 8709.0, 8772.0, 8737.0, 8753.0, 8706.0, 8737.0, 8706.0, 8734.0, 8747.0, 8743.0, 8763.0, 8721.0, 8745.0, 8705.0, 8744.0, 8687.0, 8748.0, 8707.0, 8752.0, 8690.0, 8722.0, 8689.0, 8722.0, 8743.0, 8711.0, 8748.0, 8708.0, 8768.0, 8724.0, 8752.0, 8728.0, 8750.0, 8733.0, 8752.0, 8710.0, 8763.0, 8730.0, 8753.0, 8725.0, 8749.0, 8722.0, 8765.0, 8725.0, 8764.0, 8707.0, 8758.0, 8704.0, 8726.0, 8683.0, 8726.0, 8682.0, 8730.0, 8696.0, 8729.0, 8678.0, 8714.0, 8680.0, 8710.0, 8678.0, 8708.0, 8679.0, 8712.0, 8678.0, 8711.0, 8679.0, 8711.0, 8666.0, 8713.0, 8721.0, 8699.0, 8757.0, 8686.0, 8741.0, 8703.0, 8740.0, 8706.0, 8730.0, 8729.0, 8753.0, 8756.0, 8713.0, 8755.0, 8710.0, 8756.0, 8762.0, 8741.0, 8749.0, 8753.0, 8705.0, 8738.0, 8712.0, 8757.0, 8731.0, 8784.0, 8772.0, 8734.0, 8742.0, 8722.0, 8747.0, 8710.0, 8752.0, 8707.0, 8762.0, 8703.0, 8764.0, 8697.0, 8732.0, 8697.0, 8705.0, 8668.0, 8697.0, 8666.0, 8696.0, 8665.0, 8695.0, 8664.0, 8693.0, 8683.0, 8681.0, 8650.0, 8689.0, 8655.0, 8710.0, 8676.0, 8729.0, 8706.0, 8732.0, 8706.0, 8715.0, 8753.0, 8716.0, 8763.0, 8702.0, 8709.0, 8695.0, 8731.0, 8735.0, 8751.0, 8770.0, 8737.0, 8792.0, 8749.0, 8769.0, 8770.0, 8718.0, 8742.0, 8688.0, 8731.0, 8652.0, 8690.0, 8646.0, 8673.0, 8646.0, 8684.0, 8640.0, 8667.0, 8638.0, 8666.0, 8638.0, 8674.0, 8661.0, 8700.0, 8673.0, 8663.0, 8675.0, 8674.0, 8720.0, 8690.0, 8715.0, 8704.0, 8734.0, 8698.0, 8733.0, 8700.0, 8746.0, 8688.0, 8734.0, 8719.0, 8737.0, 8746.0, 8718.0, 8756.0, 8703.0, 8742.0, 8696.0, 8731.0, 8686.0, 8732.0, 8701.0, 8713.0, 8680.0, 8704.0, 8727.0, 8720.0, 8762.0, 8739.0, 8735.0, 8738.0, 8721.0, 8750.0, 8726.0, 8767.0, 8725.0, 8753.0, 8725.0, 8753.0, 8721.0, 8749.0, 8724.0, 8770.0, 8725.0, 8746.0, 8750.0, 8747.0, 8786.0, 8746.0, 8727.0, 8741.0, 8735.0, 8723.0, 8718.0, 8720.0, 8700.0, 8715.0, 8697.0, 8724.0, 8693.0, 8723.0, 8696.0, 8712.0, 8677.0, 8714.0, 8677.0, 8709.0, 8676.0, 8729.0, 8687.0, 8729.0, 8697.0, 8725.0, 8714.0, 8738.0, 8715.0, 8745.0, 8732.0, 8729.0, 8720.0, 8745.0, 8717.0, 8744.0, 8719.0, 8747.0, 8732.0, 8729.0, 8713.0, 8726.0, 8696.0, 8739.0, 8694.0, 8726.0, 8680.0, 8713.0, 8672.0, 8693.0, 8677.0, 8696.0, 8713.0, 8744.0, 8743.0, 8768.0, 8759.0, 8739.0, 8768.0, 8744.0, 8770.0, 8748.0, 8787.0, 8756.0, 8726.0, 8729.0, 8724.0, 8753.0, 8720.0, 8754.0, 8737.0, 8753.0, 8742.0, 8750.0, 8732.0, 8750.0, 8755.0, 8730.0, 8748.0, 8744.0, 8730.0, 8726.0, 8738.0, 8708.0, 8740.0, 8733.0, 8719.0, 8775.0, 8712.0, 8693.0, 8696.0, 8679.0, 8708.0, 8680.0, 8708.0, 8694.0, 8726.0, 8694.0, 8711.0, 8693.0, 8708.0, 8695.0, 8727.0, 8697.0, 8732.0, 8702.0, 8717.0, 8715.0, 8731.0, 8702.0, 8747.0, 8723.0, 8768.0, 8735.0, 8735.0, 8720.0, 8747.0, 8722.0, 8748.0, 8727.0, 8754.0, 8726.0, 8737.0, 8721.0, 8765.0, 8740.0, 8771.0, 8743.0, 8767.0, 8741.0, 8764.0, 8741.0, 8765.0, 8728.0, 8770.0, 8727.0, 8764.0, 8726.0, 8760.0, 8721.0, 8761.0, 8723.0, 8763.0, 8738.0, 8763.0, 8724.0, 8757.0, 8714.0, 8737.0, 8715.0, 8758.0, 8729.0, 8710.0, 8728.0, 8695.0, 8727.0, 8712.0, 8742.0, 8715.0, 8739.0, 8718.0, 8729.0, 8708.0, 8715.0, 8693.0, 8710.0, 8695.0, 8726.0, 8697.0, 8711.0, 8679.0, 8696.0, 8694.0, 8725.0, 8694.0, 8745.0, 8715.0, 8741.0, 8714.0, 8727.0, 8698.0, 8742.0, 8716.0, 8749.0, 8716.0, 8731.0, 8719.0, 8744.0, 8716.0, 8763.0, 8737.0, 8747.0, 8719.0, 8746.0, 8718.0, 8743.0, 8703.0, 8746.0, 8717.0, 8725.0, 8716.0, 8726.0, 8697.0, 8740.0, 8714.0, 8747.0, 8715.0, 8743.0, 8718.0, 8771.0, 8725.0, 8765.0, 8758.0, 8744.0, 8772.0, 8758.0, 8729.0, 8775.0, 8738.0, 8741.0, 8738.0, 8737.0, 8719.0, 8731.0, 8715.0, 8739.0, 8702.0, 8740.0, 8712.0, 8723.0, 8707.0, 8720.0, 8695.0, 8735.0, 8714.0, 8742.0, 8715.0, 8740.0, 8697.0, 8739.0, 8697.0, 8724.0, 8718.0, 8726.0, 8717.0, 8727.0, 8719.0, 8742.0, 8716.0, 8758.0, 8715.0, 8744.0, 8715.0, 8729.0, 8714.0, 8726.0, 8714.0, 8737.0, 8702.0, 8741.0, 8713.0, 8724.0, 8708.0, 8709.0, 8692.0, 8719.0, 8707.0, 8723.0, 8715.0, 8742.0, 8712.0, 8726.0, 8700.0, 8737.0, 8698.0, 8738.0, 8716.0, 8740.0, 8714.0, 8738.0, 8716.0, 8726.0, 8714.0, 8701.0, 8736.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.000439775474956822</td></tr>
<tr><td colspan=3>aqi</td><td>0.024575397409326422</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.198312207069996</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1667380748833176</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9844531435177178</td></tr>
<tr><td colspan=3>efc</td><td>0.4549</td></tr>
<tr><td colspan=3>fber</td><td>5622.0498</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09153324909211552</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.936096718480138</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6124283277378266</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.541362575772831</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8390039323128717</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.456918475127777</td></tr>
<tr><td colspan=3>gcor</td><td>0.00917668</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014478846453130245</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023852644488215446</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</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.6542532337465072</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>25.5391</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6476</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.8367</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307683.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>708.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.5707</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.3404</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3129.1676</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.48</td></tr>
<tr><td colspan=3>tsnr</td><td>37.7899549016729</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>