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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-03/func/sub-0075_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c54177c9337fde4af9a9732623cb4f7d</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:47:8.902500</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.993042, 0.00544997, 0.117633, 0.00762618, 0.993855, -0.110425]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0814112</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -7669, -7258, 492, -42, -37, 17, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.139</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>48cc2608-c8ef-45c4-98d3-cb1c6acaf349||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.664259433746338, 0.020460477098822594, 0.31728261709213257, 102.99951171875], [-0.014621859416365623, 2.666440963745117, -0.29849421977996826, -82.27925872802734], [0.31560102105140686, 0.2962612509727478, 2.664626359939575, -99.25590515136719], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1157]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'AcquisitionTime': ['094708.902500', '094709.362500', '094709.822500', '094710.282500', '094710.742500', '094711.202500', '094711.662500', '094712.122500', '094712.582500', '094713.042500', '094713.502500', '094713.962500', '094714.422500', '094714.882500', '094715.342500', '094715.802500', '094716.262500', '094716.722500', '094717.182500', '094717.642500', '094718.102500', '094718.562500', '094719.022500', '094719.482500', '094719.942500', '094720.402500', '094720.862500', '094721.322500', '094721.782500', '094722.242500', '094722.702500', '094723.162500', '094723.622500', '094724.082500', '094724.542500', '094725.002500', '094725.462500', '094725.922500', '094726.382500', '094726.842500', '094727.302500', '094727.762500', '094728.222500', '094728.682500', '094729.142500', '094729.602500', '094730.062500', '094730.522500', '094730.982500', '094731.442500', '094731.902500', '094732.362500', '094732.822500', '094733.282500', '094733.742500', '094734.202500', '094734.662500', '094735.122500', '094735.582500', '094736.042500', '094736.502500', '094736.962500', '094737.422500', '094737.882500', '094738.342500', '094738.802500', '094739.262500', '094739.722500', '094740.182500', '094740.642500', '094741.102500', '094741.562500', '094742.022500', '094742.482500', '094742.942500', '094743.402500', '094743.862500', '094744.322500', '094744.782500', '094745.242500', '094745.702500', '094746.162500', '094746.622500', '094747.082500', '094747.542500', '094748.002500', '094748.462500', '094748.922500', '094749.382500', '094749.842500', '094750.302500', '094750.762500', '094751.222500', '094751.682500', '094752.142500', '094752.602500', '094753.062500', '094753.522500', '094753.982500', '094754.442500', '094754.902500', '094755.362500', '094755.822500', '094756.282500', '094756.742500', '094757.202500', '094757.662500', '094758.122500', '094758.582500', '094759.042500', '094759.502500', '094759.962500', '094800.422500', '094800.882500', '094801.342500', '094801.802500', '094802.262500', '094802.722500', '094803.182500', '094803.642500', '094804.102500', '094804.562500', '094805.022500', '094805.482500', '094805.942500', '094806.402500', '094806.862500', '094807.322500', '094807.782500', '094808.242500', '094808.702500', '094809.162500', '094809.622500', '094810.082500', '094810.542500', '094811.002500', '094811.462500', '094811.922500', '094812.382500', '094812.842500', '094813.302500', '094813.762500', '094814.222500', '094814.682500', '094815.142500', '094815.602500', '094816.062500', '094816.522500', '094816.982500', '094817.442500', '094817.902500', '094818.362500', '094818.822500', '094819.282500', '094819.742500', '094820.202500', '094820.662500', '094821.122500', '094821.582500', '094822.042500', '094822.502500', '094822.962500', '094823.422500', '094823.882500', '094824.342500', '094824.802500', '094825.262500', '094825.722500', '094826.182500', '094826.642500', '094827.102500', '094827.562500', '094828.022500', '094828.482500', '094828.942500', '094829.402500', '094829.862500', '094830.322500', '094830.782500', '094831.242500', '094831.702500', '094832.162500', '094832.622500', '094833.082500', '094833.542500', '094834.002500', '094834.462500', '094834.922500', '094835.382500', '094835.842500', '094836.302500', '094836.762500', '094837.222500', '094837.682500', '094838.142500', '094838.602500', '094839.062500', '094839.522500', '094839.982500', '094840.442500', '094840.902500', '094841.362500', '094841.822500', '094842.282500', '094842.742500', '094843.202500', '094843.662500', '094844.122500', '094844.582500', '094845.042500', '094845.502500', '094845.962500', '094846.422500', '094846.882500', '094847.342500', '094847.802500', '094848.262500', '094848.722500', '094849.182500', '094849.642500', '094850.102500', '094850.562500', '094851.022500', '094851.482500', '094851.942500', '094852.402500', '094852.862500', '094853.322500', '094853.782500', '094854.242500', '094854.702500', '094855.162500', '094855.622500', '094856.082500', '094856.542500', '094857.002500', '094857.462500', '094857.922500', '094858.382500', '094858.842500', '094859.302500', '094859.762500', '094900.222500', '094900.682500', '094901.142500', '094901.602500', '094902.062500', '094902.522500', '094902.982500', '094903.442500', '094903.902500', '094904.362500', '094904.822500', '094905.282500', '094905.742500', '094906.202500', '094906.662500', '094907.122500', '094907.582500', '094908.042500', '094908.502500', '094908.962500', '094909.422500', '094909.882500', '094910.342500', '094910.802500', '094911.262500', '094911.722500', '094912.182500', '094912.642500', '094913.102500', '094913.562500', '094914.022500', '094914.482500', '094914.942500', '094915.402500', '094915.862500', '094916.322500', '094916.782500', '094917.242500', '094917.702500', '094918.162500', '094918.622500', '094919.082500', '094919.542500', '094920.002500', '094920.462500', '094920.922500', '094921.382500', '094921.842500', '094922.302500', '094922.762500', '094923.222500', '094923.682500', '094924.142500', '094924.602500', '094925.062500', '094925.522500', '094925.982500', '094926.442500', '094926.902500', '094927.362500', '094927.822500', '094928.282500', '094928.742500', '094929.202500', '094929.662500', '094930.122500', '094930.582500', '094931.042500', '094931.502500', '094931.962500', '094932.422500', '094932.882500', '094933.342500', '094933.802500', '094934.262500', '094934.722500', '094935.182500', '094935.642500', '094936.102500', '094936.562500', '094937.022500', '094937.482500', '094937.942500', '094938.402500', '094938.862500', '094939.322500', '094939.782500', '094940.242500', '094940.702500', '094941.162500', '094941.622500', '094942.082500', '094942.542500', '094943.002500', '094943.462500', '094943.922500', '094944.382500', '094944.842500', '094945.302500', '094945.762500', '094946.222500', '094946.682500', '094947.142500', '094947.602500', '094948.062500', '094948.522500', '094948.982500', '094949.442500', '094949.902500', '094950.362500', '094950.822500', '094951.282500', '094951.742500', '094952.202500', '094952.662500', '094953.122500', '094953.582500', '094954.042500', '094954.502500', '094954.962500', '094955.422500', '094955.882500', '094956.342500', '094956.802500', '094957.262500', '094957.722500', '094958.182500', '094958.642500', '094959.102500', '094959.562500', '095000.022500', '095000.482500', '095000.942500', '095001.402500', '095001.862500', '095002.322500', '095002.782500', '095003.242500', '095003.702500', '095004.162500', '095004.622500', '095005.082500', '095005.542500', '095006.002500', '095006.462500', '095006.922500', '095007.382500', '095007.842500', '095008.302500', '095008.762500', '095009.222500', '095009.682500', '095010.142500', '095010.602500', '095011.062500', '095011.522500', '095011.982500', '095012.442500', '095012.902500', '095013.362500', '095013.822500', '095014.282500', '095014.742500', '095015.202500', '095015.662500', '095016.122500', '095016.582500', '095017.042500', '095017.502500', '095017.962500', '095018.422500', '095018.882500', '095019.342500', '095019.802500', '095020.262500', '095020.722500', '095021.182500', '095021.642500', '095022.102500', '095022.562500', '095023.022500', '095023.482500', '095023.942500', '095024.402500', '095024.862500', '095025.322500', '095025.782500', '095026.242500', '095026.702500', '095027.162500', '095027.622500', '095028.082500', '095028.542500', '095029.002500', '095029.462500', '095029.922500', '095030.382500', '095030.842500', '095031.302500', '095031.762500', '095032.222500', '095032.682500', '095033.142500', '095033.602500', '095034.062500', '095034.522500', '095034.982500', '095035.442500', '095035.902500', '095036.362500', '095036.822500', '095037.282500', '095037.742500', '095038.202500', '095038.662500', '095039.122500', '095039.582500', '095040.042500', '095040.502500', '095040.962500', '095041.422500', '095041.882500', '095042.342500', '095042.802500', '095043.262500', '095043.722500', '095044.182500', '095044.642500', '095045.102500', '095045.562500', '095046.022500', '095046.482500', '095046.942500', '095047.402500', '095047.862500', '095048.322500', '095048.782500', '095049.242500', '095049.702500', '095050.162500', '095050.622500', '095051.082500', '095051.542500', '095052.002500', '095052.462500', '095052.922500', '095053.382500', '095053.842500', '095054.302500', '095054.762500', '095055.222500', '095055.682500', '095056.142500', '095056.602500', '095057.062500', '095057.522500', '095057.982500', '095058.442500', '095058.902500', '095059.362500', '095059.822500', '095100.282500', '095100.742500', '095101.202500', '095101.662500', '095102.122500', '095102.582500', '095103.042500', '095103.502500', '095103.962500', '095104.422500', '095104.882500', '095105.342500', '095105.802500', '095106.262500', '095106.722500', '095107.182500', '095107.642500', '095108.102500', '095108.562500', '095109.022500', '095109.482500', '095109.942500', '095110.402500', '095110.862500', '095111.322500', '095111.782500', '095112.242500', '095112.702500', '095113.162500', '095113.622500', '095114.082500', '095114.542500', '095115.002500', '095115.462500', '095115.922500', '095116.382500', '095116.842500', '095117.302500', '095117.762500', '095118.222500', '095118.682500', '095119.142500', '095119.602500', '095120.062500', '095120.522500', '095120.982500', '095121.442500', '095121.902500', '095122.362500', '095122.822500', '095123.282500', '095123.742500', '095124.202500', '095124.662500', '095125.122500', '095125.582500', '095126.042500', '095126.502500', '095126.962500', '095127.422500', '095127.882500', '095128.342500', '095128.802500', '095129.262500', '095129.722500', '095130.182500', '095130.642500', '095131.102500', '095131.562500', '095132.022500', '095132.482500', '095132.942500', '095133.402500', '095133.862500', '095134.322500', '095134.782500', '095135.242500', '095135.702500', '095136.162500', '095136.622500', '095137.082500', '095137.542500', '095138.002500', '095138.462500', '095138.922500', '095139.382500', '095139.842500', '095140.302500', '095140.762500', '095141.222500', '095141.682500', '095142.142500', '095142.602500', '095143.062500', '095143.522500', '095143.982500', '095144.442500', '095144.902500', '095145.362500', '095145.822500', '095146.282500', '095146.742500', '095147.202500', '095147.662500', '095148.122500', '095148.582500', '095149.042500', '095149.502500', '095149.962500', '095150.422500', '095150.882500', '095151.342500', '095151.802500', '095152.262500', '095152.722500', '095153.182500', '095153.642500', '095154.102500', '095154.562500', '095155.022500', '095155.482500', '095155.942500', '095156.402500', '095156.862500', '095157.322500', '095157.782500', '095158.242500', '095158.702500', '095159.162500', '095159.622500', '095200.082500', '095200.542500', '095201.002500', '095201.462500', '095201.922500', '095202.382500', '095202.842500', '095203.302500', '095203.762500', '095204.222500', '095204.682500', '095205.142500', '095205.602500', '095206.062500', '095206.522500', '095206.982500', '095207.442500', '095207.902500', '095208.362500', '095208.822500', '095209.282500', '095209.742500', '095210.202500', '095210.662500', '095211.122500', '095211.582500', '095212.042500', '095212.502500', '095212.962500', '095213.422500', '095213.882500', '095214.342500', '095214.802500', '095215.262500', '095215.722500', '095216.182500', '095216.642500', '095217.102500', '095217.562500', '095218.022500', '095218.482500', '095218.942500', '095219.402500', '095219.862500', '095220.322500', '095220.782500', '095221.242500', '095221.702500', '095222.162500', '095222.622500', '095223.082500', '095223.542500', '095224.002500', '095224.462500', '095224.922500', '095225.382500', '095225.842500', '095226.302500', '095226.762500', '095227.222500', '095227.682500', '095228.142500', '095228.602500', '095229.062500', '095229.522500', '095229.982500', '095230.442500', '095230.902500', '095231.362500', '095231.822500', '095232.282500', '095232.742500', '095233.202500', '095233.662500', '095234.122500', '095234.582500', '095235.042500', '095235.502500', '095235.962500', '095236.422500', '095236.882500', '095237.342500', '095237.802500', '095238.262500', '095238.722500', '095239.182500', '095239.642500', '095240.102500', '095240.562500', '095241.022500', '095241.482500', '095241.942500', '095242.402500', '095242.862500', '095243.322500', '095243.782500', '095244.242500', '095244.702500', '095245.162500', '095245.622500', '095246.082500', '095246.542500', '095247.002500', '095247.462500', '095247.922500', '095248.382500', '095248.842500', '095249.302500', '095249.762500', '095250.222500', '095250.682500', '095251.142500', '095251.602500', '095252.062500', '095252.522500', '095252.982500', '095253.442500', '095253.902500', '095254.362500', '095254.822500', '095255.282500', '095255.742500', '095256.202500', '095256.662500', '095257.122500', '095257.582500', '095258.042500', '095258.502500', '095258.962500', '095259.422500', '095259.882500', '095300.342500', '095300.802500', '095301.262500', '095301.722500', '095302.182500', '095302.642500', '095303.102500', '095303.562500', '095304.022500', '095304.482500', '095304.942500', '095305.402500', '095305.862500', '095306.322500', '095306.782500', '095307.242500', '095307.702500', '095308.162500', '095308.622500', '095309.082500', '095309.542500', '095310.002500', '095310.462500', '095310.922500', '095311.382500', '095311.842500', '095312.302500', '095312.762500', '095313.222500', '095313.682500', '095314.142500', '095314.602500', '095315.062500', '095315.522500', '095315.982500', '095316.442500', '095316.902500', '095317.362500', '095317.822500', '095318.282500', '095318.742500', '095319.202500', '095319.662500', '095320.122500', '095320.582500', '095321.042500', '095321.502500', '095321.962500', '095322.422500', '095322.882500', '095323.342500', '095323.802500', '095324.262500', '095324.722500', '095325.182500', '095325.642500', '095326.102500', '095326.562500', '095327.022500', '095327.482500', '095327.942500', '095328.402500', '095328.862500', '095329.322500', '095329.782500', '095330.242500', '095330.702500', '095331.162500', '095331.622500', '095332.082500', '095332.542500', '095333.002500', '095333.462500', '095333.922500', '095334.382500', '095334.842500', '095335.302500', '095335.762500', '095336.222500', '095336.682500', '095337.142500', '095337.602500', '095338.062500', '095338.522500', '095338.982500', '095339.442500', '095339.902500', '095340.362500', '095340.822500', '095341.282500', '095341.742500', '095342.202500', '095342.662500', '095343.122500', '095343.582500', '095344.042500', '095344.502500', '095344.962500', '095345.422500', '095345.882500', '095346.342500', '095346.802500', '095347.262500', '095347.722500', '095348.182500', '095348.642500', '095349.102500', '095349.562500', '095350.022500', '095350.482500', '095350.942500', '095351.402500', '095351.862500', '095352.322500', '095352.782500', '095353.242500', '095353.702500', '095354.162500', '095354.622500', '095355.082500', '095355.542500', '095356.002500', '095356.462500', '095356.922500', '095357.382500', '095357.842500', '095358.302500', '095358.762500', '095359.222500', '095359.682500', '095400.142500', '095400.602500', '095401.062500', '095401.522500', '095401.982500', '095402.442500', '095402.902500', '095403.362500', '095403.822500', '095404.282500', '095404.742500', '095405.202500', '095405.662500', '095406.122500', '095406.582500', '095407.042500', '095407.502500', '095407.962500', '095408.422500', '095408.882500', '095409.342500', '095409.802500', '095410.262500', '095410.722500', '095411.182500', '095411.642500', '095412.102500', '095412.562500', '095413.022500', '095413.482500', '095413.942500', '095414.402500', '095414.862500', '095415.322500', '095415.782500', '095416.242500', '095416.702500', '095417.162500', '095417.622500', '095418.082500', '095418.542500', '095419.002500', '095419.462500', '095419.922500', '095420.382500', '095420.842500', '095421.302500', '095421.762500', '095422.222500', '095422.682500', '095423.142500', '095423.602500', '095424.062500', '095424.522500', '095424.982500', '095425.442500', '095425.902500', '095426.362500', '095426.822500', '095427.282500', '095427.742500', '095428.202500', '095428.662500', '095429.122500', '095429.582500', '095430.042500', '095430.502500', '095430.962500', '095431.422500', '095431.882500', '095432.342500', '095432.802500', '095433.262500', '095433.722500', '095434.182500', '095434.642500', '095435.102500', '095435.562500', '095436.022500', '095436.482500', '095436.942500', '095437.402500', '095437.862500', '095438.322500', '095438.782500', '095439.242500', '095439.702500', '095440.162500', '095440.622500', '095441.082500', '095441.542500', '095442.002500', '095442.462500', '095442.922500', '095443.382500', '095443.842500', '095444.302500', '095444.762500', '095445.222500', '095445.682500', '095446.142500', '095446.602500', '095447.062500', '095447.522500', '095447.982500', '095448.442500', '095448.902500', '095449.362500', '095449.822500', '095450.282500', '095450.742500', '095451.202500', '095451.662500', '095452.122500', '095452.582500', '095453.042500', '095453.502500', '095453.962500', '095454.422500', '095454.882500', '095455.342500', '095455.802500', '095456.262500', '095456.722500', '095457.182500', '095457.642500', '095458.102500', '095458.562500', '095459.022500', '095459.482500', '095459.942500', '095500.402500', '095500.862500', '095501.322500', '095501.782500', '095502.242500', '095502.702500', '095503.162500', '095503.622500', '095504.082500', '095504.542500', '095505.002500', '095505.462500', '095505.922500', '095506.382500', '095506.842500', '095507.302500', '095507.762500', '095508.222500', '095508.682500', '095509.142500', '095509.602500', '095510.062500', '095510.522500', '095510.982500', '095511.442500', '095511.902500', '095512.362500', '095512.822500', '095513.282500', '095513.742500', '095514.202500', '095514.662500', '095515.122500', '095515.582500', '095516.042500', '095516.502500', '095516.962500', '095517.422500', '095517.882500', '095518.342500', '095518.802500', '095519.262500', '095519.722500', '095520.182500', '095520.642500', '095521.102500', '095521.562500', '095522.022500', '095522.482500', '095522.942500', '095523.402500', '095523.862500', '095524.322500', '095524.782500', '095525.242500', '095525.702500', '095526.162500', '095526.622500', '095527.082500', '095527.542500', '095528.002500', '095528.462500', '095528.922500', '095529.382500', '095529.842500', '095530.302500', '095530.762500', '095531.222500', '095531.682500', '095532.142500', '095532.602500', '095533.062500', '095533.522500', '095533.982500', '095534.442500', '095534.902500', '095535.362500', '095535.822500', '095536.282500', '095536.742500', '095537.202500', '095537.662500', '095538.122500', '095538.582500', '095539.042500', '095539.502500', '095539.962500', '095540.422500', '095540.882500', '095541.342500', '095541.802500', '095542.262500', '095542.722500', '095543.182500', '095543.642500', '095544.102500', '095544.562500', '095545.022500', '095545.482500', '095545.942500', '095546.402500', '095546.862500', '095547.322500', '095547.782500', '095548.242500', '095548.702500', '095549.162500', '095549.622500', '095550.082500', '095550.542500', '095551.002500', '095551.462500', '095551.922500', '095552.382500', '095552.842500', '095553.302500', '095553.762500', '095554.222500', '095554.682500', '095555.142500', '095555.602500', '095556.062500', '095556.522500', '095556.982500', '095557.442500', '095557.902500', '095558.362500', '095558.822500', '095559.282500', '095559.742500', '095600.202500', '095600.662500'], 'ContentTime': ['094738.493000', '094738.496000', '094738.499000', '094738.502000', '094738.504000', '094738.507000', '094738.509000', '094738.512000', '094738.522000', '094738.524000', '094738.527000', '094738.530000', '094738.532000', '094738.535000', '094738.537000', '094738.540000', '094738.542000', '094738.545000', '094738.548000', '094738.550000', '094738.553000', '094738.555000', '094738.558000', '094738.560000', '094738.563000', '094738.566000', '094738.568000', '094738.571000', '094738.574000', '094738.576000', '094738.579000', '094738.581000', '094738.584000', '094738.587000', '094738.589000', '094738.592000', '094738.594000', '094738.597000', '094738.600000', '094738.602000', '094738.605000', '094738.607000', '094738.612000', '094738.615000', '094738.617000', '094738.620000', '094738.622000', '094738.625000', '094738.627000', '094738.630000', '094738.632000', '094738.635000', '094738.638000', '094738.640000', '094738.643000', '094738.646000', '094738.648000', '094738.651000', '094738.653000', '094738.656000', '094738.658000', '094758.463000', '094758.466000', '094758.469000', '094758.471000', '094758.474000', '094758.477000', '094758.479000', '094758.482000', '094758.484000', '094758.487000', '094758.490000', '094758.492000', '094758.495000', '094758.497000', '094758.500000', '094758.502000', '094758.505000', '094758.508000', '094758.510000', '094758.513000', '094758.515000', '094758.518000', '094758.520000', '094758.535000', '094758.537000', '094758.540000', '094758.542000', '094758.545000', '094758.548000', '094758.550000', '094758.553000', '094758.555000', '094758.558000', '094758.561000', '094758.563000', '094758.566000', '094758.568000', '094758.571000', '094758.574000', '094758.576000', '094758.579000', '094758.581000', '094758.584000', '094818.463000', '094818.466000', '094818.469000', '094818.472000', '094818.474000', '094818.477000', '094818.479000', '094818.482000', '094818.485000', '094818.487000', '094818.490000', '094818.492000', '094818.495000', '094818.498000', '094818.500000', '094818.503000', '094818.505000', '094818.508000', '094818.511000', '094818.513000', '094818.516000', '094818.518000', '094818.521000', '094818.524000', '094818.526000', '094818.529000', '094818.531000', '094818.534000', '094818.537000', '094818.539000', '094818.542000', '094818.544000', '094818.547000', '094818.549000', '094818.552000', '094818.555000', '094818.557000', '094818.560000', '094818.563000', '094818.565000', '094818.568000', '094818.570000', '094818.573000', '094818.575000', '094838.464000', '094838.466000', '094838.469000', '094838.478000', '094838.480000', '094838.483000', '094838.486000', '094838.488000', '094838.491000', '094838.493000', '094838.496000', '094838.498000', '094838.501000', '094838.504000', '094838.506000', '094838.509000', '094838.511000', '094838.514000', '094838.516000', '094838.519000', '094838.522000', '094838.524000', '094838.527000', '094838.530000', '094838.532000', '094838.535000', '094838.537000', '094838.540000', '094838.543000', '094838.545000', '094838.548000', '094838.550000', '094838.553000', '094838.555000', '094838.558000', '094838.561000', '094838.563000', '094838.566000', '094838.568000', '094838.571000', '094838.573000', '094838.576000', '094838.578000', '094858.463000', '094858.466000', '094858.469000', '094858.471000', '094858.474000', '094858.477000', '094858.479000', '094858.482000', '094858.484000', '094858.487000', '094858.490000', '094858.492000', '094858.495000', '094858.497000', '094858.500000', '094858.502000', '094858.505000', '094858.508000', '094858.510000', '094858.513000', '094858.516000', '094858.518000', '094858.521000', '094858.523000', '094858.526000', '094858.529000', '094858.531000', '094858.534000', '094858.536000', '094858.539000', '094858.542000', '094858.544000', '094858.547000', '094858.549000', '094858.552000', '094858.555000', '094858.557000', '094858.560000', '094858.562000', '094858.565000', '094858.568000', '094858.570000', '094858.573000', '094858.575000', '094918.462000', '094918.465000', '094918.468000', '094918.470000', '094918.473000', '094918.476000', '094918.478000', '094918.481000', '094918.483000', '094918.486000', '094918.493000', '094918.496000', '094918.498000', '094918.501000', '094918.504000', '094918.506000', '094918.509000', '094918.511000', '094918.514000', '094918.517000', '094918.519000', '094918.522000', '094918.524000', '094918.527000', '094918.530000', '094918.532000', '094918.535000', '094918.537000', '094918.540000', '094918.543000', '094918.545000', '094918.548000', '094918.550000', '094918.553000', '094918.556000', '094918.558000', '094918.561000', '094918.564000', '094918.566000', '094918.569000', '094918.571000', '094918.574000', '094918.576000', '094938.463000', '094938.465000', '094938.468000', '094938.471000', '094938.473000', '094938.476000', '094938.479000', '094938.481000', '094938.484000', '094938.486000', '094938.489000', '094938.492000', '094938.494000', '094938.497000', '094938.499000', '094938.502000', '094938.504000', '094938.507000', '094938.510000', '094938.530000', '094938.533000', '094938.535000', '094938.538000', '094938.541000', '094938.543000', '094938.546000', '094938.548000', '094938.551000', '094938.554000', '094938.556000', '094938.559000', '094938.561000', '094938.564000', '094938.567000', '094938.569000', '094938.572000', '094938.574000', '094938.577000', '094938.580000', '094938.582000', '094938.585000', '094938.587000', '094938.590000', '094938.593000', '094958.463000', '094958.466000', '094958.469000', '094958.472000', '094958.474000', '094958.477000', '094958.479000', '094958.487000', '094958.490000', '094958.492000', '094958.495000', '094958.497000', '094958.500000', '094958.503000', '094958.505000', '094958.508000', '094958.510000', '094958.513000', '094958.516000', '094958.518000', '094958.521000', '094958.523000', '094958.526000', '094958.529000', '094958.531000', '094958.534000', '094958.536000', '094958.539000', '094958.541000', '094958.544000', '094958.547000', '094958.549000', '094958.552000', '094958.555000', '094958.557000', '094958.560000', '094958.562000', '094958.565000', '094958.567000', '094958.570000', '094958.573000', '094958.575000', '094958.578000', '095018.463000', '095018.466000', '095018.469000', '095018.472000', '095018.474000', '095018.477000', '095018.479000', '095018.482000', '095018.484000', '095018.487000', '095018.490000', '095018.492000', '095018.495000', '095018.497000', '095018.500000', '095018.503000', '095018.505000', '095018.508000', '095018.511000', '095018.513000', '095018.516000', '095018.518000', '095018.521000', '095018.523000', '095018.526000', '095018.529000', '095018.531000', '095018.534000', '095018.536000', '095018.539000', '095018.541000', '095018.544000', '095018.547000', '095018.549000', '095018.552000', '095018.555000', '095018.557000', '095018.560000', '095018.563000', '095018.565000', '095018.568000', '095018.570000', '095018.573000', '095018.576000', '095038.464000', '095038.466000', '095038.469000', '095038.472000', '095038.474000', '095038.477000', '095038.480000', '095038.482000', '095038.485000', '095038.487000', '095038.490000', '095038.493000', '095038.495000', '095038.498000', '095038.524000', '095038.527000', '095038.530000', '095038.532000', '095038.535000', '095038.537000', '095038.540000', '095038.543000', '095038.545000', '095038.548000', '095038.550000', '095038.553000', '095038.555000', '095038.558000', '095038.561000', '095038.563000', '095038.566000', '095038.568000', '095038.571000', '095038.574000', '095038.576000', '095038.579000', '095038.581000', '095038.584000', '095038.586000', '095038.589000', '095038.592000', '095038.594000', '095038.597000', '095058.463000', '095058.466000', '095058.469000', '095058.472000', '095058.474000', '095058.477000', '095058.479000', '095058.482000', '095058.485000', '095058.487000', '095058.490000', '095058.493000', '095058.496000', '095058.499000', '095058.501000', '095058.504000', '095058.506000', '095058.509000', '095058.512000', '095058.514000', '095058.517000', '095058.519000', '095058.522000', '095058.525000', '095058.527000', '095058.530000', '095058.532000', '095058.535000', '095058.538000', '095058.540000', '095058.543000', '095058.545000', '095058.549000', '095058.551000', '095058.554000', '095058.557000', '095058.559000', '095058.562000', '095058.564000', '095058.567000', '095058.570000', '095058.572000', '095058.575000', '095058.577000', '095118.464000', '095118.466000', '095118.469000', '095118.472000', '095118.474000', '095118.477000', '095118.480000', '095118.482000', '095118.485000', '095118.488000', '095118.491000', '095118.493000', '095118.496000', '095118.498000', '095118.501000', '095118.504000', '095118.506000', '095118.509000', '095118.512000', '095118.514000', '095118.517000', '095118.520000', '095118.522000', '095118.525000', '095118.527000', '095118.530000', '095118.533000', '095118.535000', '095118.538000', '095118.541000', '095118.543000', '095118.546000', '095118.548000', '095118.551000', '095118.554000', '095118.556000', '095118.559000', '095118.562000', '095118.564000', '095118.567000', '095118.569000', '095118.572000', '095118.575000', '095138.463000', '095138.466000', '095138.468000', '095138.471000', '095138.474000', '095138.476000', '095138.479000', '095138.482000', '095138.484000', '095138.487000', '095138.489000', '095138.492000', '095138.494000', '095138.497000', '095138.500000', '095138.503000', '095138.505000', '095138.508000', '095138.510000', '095138.513000', '095138.516000', '095138.518000', '095138.521000', '095138.523000', '095138.526000', '095138.528000', '095138.531000', '095138.534000', '095138.536000', '095138.539000', '095138.541000', '095138.544000', '095138.546000', '095138.549000', '095138.552000', '095138.554000', '095138.557000', '095138.559000', '095138.562000', '095138.565000', '095138.567000', '095138.570000', '095138.572000', '095158.462000', '095158.465000', '095158.468000', '095158.471000', '095158.473000', '095158.476000', '095158.479000', '095158.481000', '095158.484000', '095158.487000', '095158.489000', '095158.492000', '095158.494000', '095158.497000', '095158.500000', '095158.502000', '095158.505000', '095158.508000', '095158.510000', '095158.513000', '095158.516000', '095158.518000', '095158.521000', '095158.523000', '095158.526000', '095158.528000', '095158.531000', '095158.534000', '095158.536000', '095158.539000', '095158.542000', '095158.544000', '095158.547000', '095158.549000', '095158.552000', '095158.555000', '095158.557000', '095158.560000', '095158.562000', '095158.565000', '095158.568000', '095158.570000', '095158.573000', '095158.575000', '095218.464000', '095218.467000', '095218.469000', '095218.472000', '095218.475000', '095218.477000', '095218.480000', '095218.483000', '095218.485000', '095218.488000', '095218.490000', '095218.493000', '095218.496000', '095218.498000', '095218.501000', '095218.504000', '095218.506000', '095218.509000', '095218.512000', '095218.514000', '095218.517000', '095218.519000', '095218.522000', '095218.525000', '095218.527000', '095218.530000', '095218.534000', '095218.537000', '095218.540000', '095218.543000', '095218.545000', '095218.548000', '095218.551000', '095218.553000', '095218.556000', '095218.558000', '095218.561000', '095218.564000', '095218.566000', '095218.569000', '095218.571000', '095218.574000', '095218.577000', '095238.464000', '095238.467000', '095238.469000', '095238.472000', '095238.474000', '095238.477000', '095238.479000', '095238.482000', '095238.492000', '095238.495000', '095238.497000', '095238.500000', '095238.503000', '095238.506000', '095238.508000', '095238.511000', '095238.513000', '095238.516000', '095238.518000', '095238.521000', '095238.524000', '095238.526000', '095238.529000', '095238.531000', '095238.534000', '095238.537000', '095238.550000', '095238.553000', '095238.555000', '095238.558000', '095238.561000', '095238.563000', '095238.566000', '095238.568000', '095238.571000', '095238.574000', '095238.576000', '095238.579000', '095238.581000', '095238.584000', '095238.587000', '095238.589000', '095238.592000', '095238.595000', '095258.463000', '095258.466000', '095258.469000', '095258.471000', '095258.474000', '095258.477000', '095258.479000', '095258.482000', '095258.484000', '095258.487000', '095258.490000', '095258.492000', '095258.495000', '095258.497000', '095258.501000', '095258.504000', '095258.506000', '095258.509000', '095258.511000', '095258.514000', '095258.517000', '095258.519000', '095258.522000', '095258.524000', '095258.527000', '095258.530000', '095258.532000', '095258.535000', '095258.537000', '095258.540000', '095258.542000', '095258.545000', '095258.548000', '095258.550000', '095258.553000', '095258.555000', '095258.558000', '095258.561000', '095258.563000', '095258.566000', '095258.568000', '095258.571000', '095258.574000', '095318.464000', '095318.466000', '095318.469000', '095318.472000', '095318.474000', '095318.477000', '095318.480000', '095318.482000', '095318.485000', '095318.487000', '095318.490000', '095318.493000', '095318.495000', '095318.498000', '095318.501000', '095318.503000', '095318.506000', '095318.508000', '095318.511000', '095318.513000', '095318.516000', '095318.519000', '095318.521000', '095318.524000', '095318.527000', '095318.529000', '095318.532000', '095318.534000', '095318.537000', '095318.540000', '095318.542000', '095318.545000', '095318.547000', '095318.550000', '095318.553000', '095318.555000', '095318.558000', '095318.561000', '095318.563000', '095318.566000', '095318.569000', '095318.572000', '095318.574000', '095318.577000', '095338.464000', '095338.466000', '095338.469000', '095338.472000', '095338.474000', '095338.477000', '095338.479000', '095338.482000', '095338.485000', '095338.487000', '095338.490000', '095338.492000', '095338.495000', '095338.497000', '095338.500000', '095338.503000', '095338.505000', '095338.508000', '095338.510000', '095338.513000', '095338.515000', '095338.518000', '095338.521000', '095338.523000', '095338.526000', '095338.529000', '095338.531000', '095338.534000', '095338.536000', '095338.539000', '095338.542000', '095338.544000', '095338.547000', '095338.550000', '095338.552000', '095338.555000', '095338.557000', '095338.560000', '095338.563000', '095338.565000', '095338.568000', '095338.570000', '095338.575000', '095358.463000', '095358.465000', '095358.468000', '095358.471000', '095358.473000', '095358.476000', '095358.479000', '095358.481000', '095358.484000', '095358.487000', '095358.489000', '095358.492000', '095358.494000', '095358.497000', '095358.499000', '095358.502000', '095358.505000', '095358.507000', '095358.510000', '095358.512000', '095358.515000', '095358.517000', '095358.520000', '095358.523000', '095358.525000', '095358.528000', '095358.531000', '095358.533000', '095358.536000', '095358.538000', '095358.541000', '095358.544000', '095358.546000', '095358.549000', '095358.552000', '095358.554000', '095358.582000', '095358.584000', '095358.587000', '095358.590000', '095358.592000', '095358.595000', '095358.598000', '095358.600000', '095418.463000', '095418.465000', '095418.468000', '095418.471000', '095418.473000', '095418.476000', '095418.479000', '095418.481000', '095418.484000', '095418.486000', '095418.489000', '095418.492000', '095418.494000', '095418.497000', '095418.499000', '095418.502000', '095418.504000', '095418.507000', '095418.510000', '095418.512000', '095418.515000', '095418.517000', '095418.520000', '095418.523000', '095418.525000', '095418.528000', '095418.530000', '095418.533000', '095418.536000', '095418.538000', '095418.541000', '095418.543000', '095418.546000', '095418.549000', '095418.551000', '095418.554000', '095418.557000', '095418.559000', '095418.562000', '095418.564000', '095418.567000', '095418.570000', '095418.572000', '095438.463000', '095438.466000', '095438.469000', '095438.471000', '095438.474000', '095438.477000', '095438.479000', '095438.482000', '095438.484000', '095438.487000', '095438.490000', '095438.492000', '095438.495000', '095438.497000', '095438.500000', '095438.502000', '095438.505000', '095438.508000', '095438.510000', '095438.513000', '095438.515000', '095438.518000', '095438.521000', '095438.523000', '095438.526000', '095438.528000', '095438.531000', '095438.533000', '095438.536000', '095438.539000', '095438.541000', '095438.544000', '095438.546000', '095438.549000', '095438.552000', '095438.554000', '095438.557000', '095438.560000', '095438.562000', '095438.565000', '095438.568000', '095438.570000', '095438.573000', '095438.575000', '095458.464000', '095458.467000', '095458.469000', '095458.472000', '095458.474000', '095458.477000', '095458.480000', '095458.482000', '095458.485000', '095458.488000', '095458.490000', '095458.493000', '095458.496000', '095458.498000', '095458.501000', '095458.503000', '095458.506000', '095458.509000', '095458.511000', '095458.514000', '095458.517000', '095458.519000', '095458.522000', '095458.524000', '095458.527000', '095458.530000', '095458.532000', '095458.535000', '095458.538000', '095458.540000', '095458.543000', '095458.545000', '095458.548000', '095458.551000', '095458.553000', '095458.556000', '095458.559000', '095458.561000', '095458.564000', '095458.567000', '095458.569000', '095458.572000', '095458.575000', '095518.464000', '095518.466000', '095518.469000', '095518.472000', '095518.474000', '095518.477000', '095518.480000', '095518.482000', '095518.485000', '095518.487000', '095518.490000', '095518.493000', '095518.495000', '095518.498000', '095518.500000', '095518.503000', '095518.505000', '095518.508000', '095518.511000', '095518.513000', '095518.516000', '095518.519000', '095518.521000', '095518.524000', '095518.526000', '095518.529000', '095518.532000', '095518.534000', '095518.537000', '095518.540000', '095518.542000', '095518.545000', '095518.547000', '095518.561000', '095518.564000', '095518.566000', '095518.569000', '095518.572000', '095518.574000', '095518.577000', '095518.579000', '095518.582000', '095518.585000', '095518.587000', '095538.464000', '095538.467000', '095538.469000', '095538.472000', '095538.474000', '095538.477000', '095538.480000', '095538.482000', '095538.485000', '095538.487000', '095538.490000', '095538.492000', '095538.495000', '095538.498000', '095538.500000', '095538.503000', '095538.505000', '095538.508000', '095538.511000', '095538.513000', '095538.516000', '095538.519000', '095538.521000', '095538.524000', '095538.526000', '095538.529000', '095538.532000', '095538.534000', '095538.537000', '095538.539000', '095538.542000', '095538.545000', '095538.547000', '095538.550000', '095538.552000', '095538.555000', '095538.558000', '095538.561000', '095538.564000', '095538.567000', '095538.569000', '095538.572000', '095538.575000', '095558.464000', '095558.467000', '095558.470000', '095558.472000', '095558.475000', '095558.478000', '095558.480000', '095558.483000', '095558.485000', '095558.488000', '095558.491000', '095558.493000', '095558.496000', '095558.498000', '095558.501000', '095558.504000', '095558.506000', '095558.509000', '095558.512000', '095558.514000', '095558.517000', '095558.519000', '095558.522000', '095558.525000', '095558.527000', '095558.530000', '095558.532000', '095558.535000', '095558.538000', '095558.540000', '095558.543000', '095558.545000', '095558.548000', '095558.551000', '095558.553000', '095558.556000', '095558.559000', '095558.561000', '095558.564000', '095558.566000', '095558.569000', '095558.572000', '095558.574000', '095558.577000', '095602.527000', '095602.532000', '095602.535000', '095602.538000', '095602.541000', '095602.544000', '095602.546000', '095602.549000', '095602.552000'], 'InstanceCreationTime': ['094738.493000', '094738.496000', '094738.499000', '094738.502000', '094738.504000', '094738.507000', '094738.509000', '094738.512000', '094738.522000', '094738.524000', '094738.527000', '094738.530000', '094738.532000', '094738.535000', '094738.537000', '094738.540000', '094738.542000', '094738.545000', '094738.548000', '094738.550000', '094738.553000', '094738.555000', '094738.558000', '094738.560000', '094738.563000', '094738.566000', '094738.568000', '094738.571000', '094738.574000', '094738.576000', '094738.579000', '094738.581000', '094738.584000', '094738.587000', '094738.589000', '094738.592000', '094738.594000', '094738.597000', '094738.600000', '094738.602000', '094738.605000', '094738.607000', '094738.612000', '094738.615000', '094738.617000', '094738.620000', '094738.622000', '094738.625000', '094738.627000', '094738.630000', '094738.632000', '094738.635000', '094738.638000', '094738.640000', '094738.643000', '094738.646000', '094738.648000', '094738.651000', '094738.653000', '094738.656000', '094738.658000', '094758.463000', '094758.466000', '094758.469000', '094758.471000', '094758.474000', '094758.477000', '094758.479000', '094758.482000', '094758.484000', '094758.487000', '094758.490000', '094758.492000', '094758.495000', '094758.497000', '094758.500000', '094758.502000', '094758.505000', '094758.508000', '094758.510000', '094758.513000', '094758.515000', '094758.518000', '094758.520000', '094758.535000', '094758.537000', '094758.540000', '094758.542000', '094758.545000', '094758.548000', '094758.550000', '094758.553000', '094758.555000', '094758.558000', '094758.561000', '094758.563000', '094758.566000', '094758.568000', '094758.571000', '094758.574000', '094758.576000', '094758.579000', '094758.581000', '094758.584000', '094818.463000', '094818.466000', '094818.469000', '094818.472000', '094818.474000', '094818.477000', '094818.479000', '094818.482000', '094818.485000', '094818.487000', '094818.490000', '094818.492000', '094818.495000', '094818.498000', '094818.500000', '094818.503000', '094818.505000', '094818.508000', '094818.511000', '094818.513000', '094818.516000', '094818.518000', '094818.521000', '094818.524000', '094818.526000', '094818.529000', '094818.531000', '094818.534000', '094818.537000', '094818.539000', '094818.542000', '094818.544000', '094818.547000', '094818.549000', '094818.552000', '094818.555000', '094818.557000', '094818.560000', '094818.563000', '094818.565000', '094818.568000', '094818.570000', '094818.573000', '094818.575000', '094838.464000', '094838.466000', '094838.469000', '094838.478000', '094838.480000', '094838.483000', '094838.486000', '094838.488000', '094838.491000', '094838.493000', '094838.496000', '094838.498000', '094838.501000', '094838.504000', '094838.506000', '094838.509000', '094838.511000', '094838.514000', '094838.516000', '094838.519000', '094838.522000', '094838.524000', '094838.527000', '094838.530000', '094838.532000', '094838.535000', '094838.537000', '094838.540000', '094838.543000', '094838.545000', '094838.548000', '094838.550000', '094838.553000', '094838.555000', '094838.558000', '094838.561000', '094838.563000', '094838.566000', '094838.568000', '094838.571000', '094838.573000', '094838.576000', '094838.578000', '094858.463000', '094858.466000', '094858.469000', '094858.471000', '094858.474000', '094858.477000', '094858.479000', '094858.482000', '094858.484000', '094858.487000', '094858.490000', '094858.492000', '094858.495000', '094858.497000', '094858.500000', '094858.502000', '094858.505000', '094858.508000', '094858.510000', '094858.513000', '094858.516000', '094858.518000', '094858.521000', '094858.523000', '094858.526000', '094858.529000', '094858.531000', '094858.534000', '094858.536000', '094858.539000', '094858.542000', '094858.544000', '094858.547000', '094858.549000', '094858.552000', '094858.555000', '094858.557000', '094858.560000', '094858.562000', '094858.565000', '094858.568000', '094858.570000', '094858.573000', '094858.575000', '094918.462000', '094918.465000', '094918.468000', '094918.470000', '094918.473000', '094918.476000', '094918.478000', '094918.481000', '094918.483000', '094918.486000', '094918.493000', '094918.496000', '094918.498000', '094918.501000', '094918.504000', '094918.506000', '094918.509000', '094918.511000', '094918.514000', '094918.517000', '094918.519000', '094918.522000', '094918.524000', '094918.527000', '094918.530000', '094918.532000', '094918.535000', '094918.537000', '094918.540000', '094918.543000', '094918.545000', '094918.548000', '094918.550000', '094918.553000', '094918.556000', '094918.558000', '094918.561000', '094918.564000', '094918.566000', '094918.569000', '094918.571000', '094918.574000', '094918.576000', '094938.463000', '094938.465000', '094938.468000', '094938.471000', '094938.473000', '094938.476000', '094938.479000', '094938.481000', '094938.484000', '094938.486000', '094938.489000', '094938.492000', '094938.494000', '094938.497000', '094938.499000', '094938.502000', '094938.504000', '094938.507000', '094938.510000', '094938.530000', '094938.533000', '094938.535000', '094938.538000', '094938.541000', '094938.543000', '094938.546000', '094938.548000', '094938.551000', '094938.554000', '094938.556000', '094938.559000', '094938.561000', '094938.564000', '094938.567000', '094938.569000', '094938.572000', '094938.574000', '094938.577000', '094938.580000', '094938.582000', '094938.585000', '094938.587000', '094938.590000', '094938.593000', '094958.463000', '094958.466000', '094958.469000', '094958.472000', '094958.474000', '094958.477000', '094958.479000', '094958.487000', '094958.490000', '094958.492000', '094958.495000', '094958.497000', '094958.500000', '094958.503000', '094958.505000', '094958.508000', '094958.510000', '094958.513000', '094958.516000', '094958.518000', '094958.521000', '094958.523000', '094958.526000', '094958.529000', '094958.531000', '094958.534000', '094958.536000', '094958.539000', '094958.541000', '094958.544000', '094958.547000', '094958.549000', '094958.552000', '094958.555000', '094958.557000', '094958.560000', '094958.562000', '094958.565000', '094958.567000', '094958.570000', '094958.573000', '094958.575000', '094958.578000', '095018.463000', '095018.466000', '095018.469000', '095018.472000', '095018.474000', '095018.477000', '095018.479000', '095018.482000', '095018.484000', '095018.487000', '095018.490000', '095018.492000', '095018.495000', '095018.497000', '095018.500000', '095018.503000', '095018.505000', '095018.508000', '095018.511000', '095018.513000', '095018.516000', '095018.518000', '095018.521000', '095018.523000', '095018.526000', '095018.529000', '095018.531000', '095018.534000', '095018.536000', '095018.539000', '095018.541000', '095018.544000', '095018.547000', '095018.549000', '095018.552000', '095018.555000', '095018.557000', '095018.560000', '095018.563000', '095018.565000', '095018.568000', '095018.570000', '095018.573000', '095018.576000', '095038.464000', '095038.466000', '095038.469000', '095038.472000', '095038.474000', '095038.477000', '095038.480000', '095038.482000', '095038.485000', '095038.487000', '095038.490000', '095038.493000', '095038.495000', '095038.498000', '095038.524000', '095038.527000', '095038.530000', '095038.532000', '095038.535000', '095038.537000', '095038.540000', '095038.543000', '095038.545000', '095038.548000', '095038.550000', '095038.553000', '095038.555000', '095038.558000', '095038.561000', '095038.563000', '095038.566000', '095038.568000', '095038.571000', '095038.574000', '095038.576000', '095038.579000', '095038.581000', '095038.584000', '095038.586000', '095038.589000', '095038.592000', '095038.594000', '095038.597000', '095058.463000', '095058.466000', '095058.469000', '095058.472000', '095058.474000', '095058.477000', '095058.479000', '095058.482000', '095058.485000', '095058.487000', '095058.490000', '095058.493000', '095058.496000', '095058.499000', '095058.501000', '095058.504000', '095058.506000', '095058.509000', '095058.512000', '095058.514000', '095058.517000', '095058.519000', '095058.522000', '095058.525000', '095058.527000', '095058.530000', '095058.532000', '095058.535000', '095058.538000', '095058.540000', '095058.543000', '095058.545000', '095058.549000', '095058.551000', '095058.554000', '095058.557000', '095058.559000', '095058.562000', '095058.564000', '095058.567000', '095058.570000', '095058.572000', '095058.575000', '095058.577000', '095118.464000', '095118.466000', '095118.469000', '095118.472000', '095118.474000', '095118.477000', '095118.480000', '095118.482000', '095118.485000', '095118.488000', '095118.491000', '095118.493000', '095118.496000', '095118.498000', '095118.501000', '095118.504000', '095118.506000', '095118.509000', '095118.512000', '095118.514000', '095118.517000', '095118.520000', '095118.522000', '095118.525000', '095118.527000', '095118.530000', '095118.533000', '095118.535000', '095118.538000', '095118.541000', '095118.543000', '095118.546000', '095118.548000', '095118.551000', '095118.554000', '095118.556000', '095118.559000', '095118.562000', '095118.564000', '095118.567000', '095118.569000', '095118.572000', '095118.575000', '095138.463000', '095138.466000', '095138.468000', '095138.471000', '095138.474000', '095138.476000', '095138.479000', '095138.482000', '095138.484000', '095138.487000', '095138.489000', '095138.492000', '095138.494000', '095138.497000', '095138.500000', '095138.503000', '095138.505000', '095138.508000', '095138.510000', '095138.513000', '095138.516000', '095138.518000', '095138.521000', '095138.523000', '095138.526000', '095138.528000', '095138.531000', '095138.534000', '095138.536000', '095138.539000', '095138.541000', '095138.544000', '095138.546000', '095138.549000', '095138.552000', '095138.554000', '095138.557000', '095138.559000', '095138.562000', '095138.565000', '095138.567000', '095138.570000', '095138.572000', '095158.462000', '095158.465000', '095158.468000', '095158.471000', '095158.473000', '095158.476000', '095158.479000', '095158.481000', '095158.484000', '095158.487000', '095158.489000', '095158.492000', '095158.494000', '095158.497000', '095158.500000', '095158.502000', '095158.505000', '095158.508000', '095158.510000', '095158.513000', '095158.516000', '095158.518000', '095158.521000', '095158.523000', '095158.526000', '095158.528000', '095158.531000', '095158.534000', '095158.536000', '095158.539000', '095158.542000', '095158.544000', '095158.547000', '095158.549000', '095158.552000', '095158.555000', '095158.557000', '095158.560000', '095158.562000', '095158.565000', '095158.568000', '095158.570000', '095158.573000', '095158.575000', '095218.464000', '095218.467000', '095218.469000', '095218.472000', '095218.475000', '095218.477000', '095218.480000', '095218.483000', '095218.485000', '095218.488000', '095218.490000', '095218.493000', '095218.496000', '095218.498000', '095218.501000', '095218.504000', '095218.506000', '095218.509000', '095218.512000', '095218.514000', '095218.517000', '095218.519000', '095218.522000', '095218.525000', '095218.527000', '095218.530000', '095218.534000', '095218.537000', '095218.540000', '095218.543000', '095218.545000', '095218.548000', '095218.551000', '095218.553000', '095218.556000', '095218.558000', '095218.561000', '095218.564000', '095218.566000', '095218.569000', '095218.571000', '095218.574000', '095218.577000', '095238.464000', '095238.467000', '095238.469000', '095238.472000', '095238.474000', '095238.477000', '095238.479000', '095238.482000', '095238.492000', '095238.495000', '095238.497000', '095238.500000', '095238.503000', '095238.506000', '095238.508000', '095238.511000', '095238.513000', '095238.516000', '095238.518000', '095238.521000', '095238.524000', '095238.526000', '095238.529000', '095238.531000', '095238.534000', '095238.537000', '095238.550000', '095238.553000', '095238.555000', '095238.558000', '095238.561000', '095238.563000', '095238.566000', '095238.568000', '095238.571000', '095238.574000', '095238.576000', '095238.579000', '095238.581000', '095238.584000', '095238.587000', '095238.589000', '095238.592000', '095238.595000', '095258.463000', '095258.466000', '095258.469000', '095258.471000', '095258.474000', '095258.477000', '095258.479000', '095258.482000', '095258.484000', '095258.487000', '095258.490000', '095258.492000', '095258.495000', '095258.497000', '095258.501000', '095258.504000', '095258.506000', '095258.509000', '095258.511000', '095258.514000', '095258.517000', '095258.519000', '095258.522000', '095258.524000', '095258.527000', '095258.530000', '095258.532000', '095258.535000', '095258.537000', '095258.540000', '095258.542000', '095258.545000', '095258.548000', '095258.550000', '095258.553000', '095258.555000', '095258.558000', '095258.561000', '095258.563000', '095258.566000', '095258.568000', '095258.571000', '095258.574000', '095318.464000', '095318.466000', '095318.469000', '095318.472000', '095318.474000', '095318.477000', '095318.480000', '095318.482000', '095318.485000', '095318.487000', '095318.490000', '095318.493000', '095318.495000', '095318.498000', '095318.501000', '095318.503000', '095318.506000', '095318.508000', '095318.511000', '095318.513000', '095318.516000', '095318.519000', '095318.521000', '095318.524000', '095318.527000', '095318.529000', '095318.532000', '095318.534000', '095318.537000', '095318.540000', '095318.542000', '095318.545000', '095318.547000', '095318.550000', '095318.553000', '095318.555000', '095318.558000', '095318.561000', '095318.563000', '095318.566000', '095318.569000', '095318.572000', '095318.574000', '095318.577000', '095338.464000', '095338.466000', '095338.469000', '095338.472000', '095338.474000', '095338.477000', '095338.479000', '095338.482000', '095338.485000', '095338.487000', '095338.490000', '095338.492000', '095338.495000', '095338.497000', '095338.500000', '095338.503000', '095338.505000', '095338.508000', '095338.510000', '095338.513000', '095338.515000', '095338.518000', '095338.521000', '095338.523000', '095338.526000', '095338.529000', '095338.531000', '095338.534000', '095338.536000', '095338.539000', '095338.542000', '095338.544000', '095338.547000', '095338.550000', '095338.552000', '095338.555000', '095338.557000', '095338.560000', '095338.563000', '095338.565000', '095338.568000', '095338.570000', '095338.575000', '095358.463000', '095358.465000', '095358.468000', '095358.471000', '095358.473000', '095358.476000', '095358.479000', '095358.481000', '095358.484000', '095358.487000', '095358.489000', '095358.492000', '095358.494000', '095358.497000', '095358.499000', '095358.502000', '095358.505000', '095358.507000', '095358.510000', '095358.512000', '095358.515000', '095358.517000', '095358.520000', '095358.523000', '095358.525000', '095358.528000', '095358.531000', '095358.533000', '095358.536000', '095358.538000', '095358.541000', '095358.544000', '095358.546000', '095358.549000', '095358.552000', '095358.554000', '095358.582000', '095358.584000', '095358.587000', '095358.590000', '095358.592000', '095358.595000', '095358.598000', '095358.600000', '095418.463000', '095418.465000', '095418.468000', '095418.471000', '095418.473000', '095418.476000', '095418.479000', '095418.481000', '095418.484000', '095418.486000', '095418.489000', '095418.492000', '095418.494000', '095418.497000', '095418.499000', '095418.502000', '095418.504000', '095418.507000', '095418.510000', '095418.512000', '095418.515000', '095418.517000', '095418.520000', '095418.523000', '095418.525000', '095418.528000', '095418.530000', '095418.533000', '095418.536000', '095418.538000', '095418.541000', '095418.543000', '095418.546000', '095418.549000', '095418.551000', '095418.554000', '095418.557000', '095418.559000', '095418.562000', '095418.564000', '095418.567000', '095418.570000', '095418.572000', '095438.463000', '095438.466000', '095438.469000', '095438.471000', '095438.474000', '095438.477000', '095438.479000', '095438.482000', '095438.484000', '095438.487000', '095438.490000', '095438.492000', '095438.495000', '095438.497000', '095438.500000', '095438.502000', '095438.505000', '095438.508000', '095438.510000', '095438.513000', '095438.515000', '095438.518000', '095438.521000', '095438.523000', '095438.526000', '095438.528000', '095438.531000', '095438.533000', '095438.536000', '095438.539000', '095438.541000', '095438.544000', '095438.546000', '095438.549000', '095438.552000', '095438.554000', '095438.557000', '095438.560000', '095438.562000', '095438.565000', '095438.568000', '095438.570000', '095438.573000', '095438.575000', '095458.464000', '095458.467000', '095458.469000', '095458.472000', '095458.474000', '095458.477000', '095458.480000', '095458.482000', '095458.485000', '095458.488000', '095458.490000', '095458.493000', '095458.496000', '095458.498000', '095458.501000', '095458.503000', '095458.506000', '095458.509000', '095458.511000', '095458.514000', '095458.517000', '095458.519000', '095458.522000', '095458.524000', '095458.527000', '095458.530000', '095458.532000', '095458.535000', '095458.538000', '095458.540000', '095458.543000', '095458.545000', '095458.548000', '095458.551000', '095458.553000', '095458.556000', '095458.559000', '095458.561000', '095458.564000', '095458.567000', '095458.569000', '095458.572000', '095458.575000', '095518.464000', '095518.466000', '095518.469000', '095518.472000', '095518.474000', '095518.477000', '095518.480000', '095518.482000', '095518.485000', '095518.487000', '095518.490000', '095518.493000', '095518.495000', '095518.498000', '095518.500000', '095518.503000', '095518.505000', '095518.508000', '095518.511000', '095518.513000', '095518.516000', '095518.519000', '095518.521000', '095518.524000', '095518.526000', '095518.529000', '095518.532000', '095518.534000', '095518.537000', '095518.540000', '095518.542000', '095518.545000', '095518.547000', '095518.561000', '095518.564000', '095518.566000', '095518.569000', '095518.572000', '095518.574000', '095518.577000', '095518.579000', '095518.582000', '095518.585000', '095518.587000', '095538.464000', '095538.467000', '095538.469000', '095538.472000', '095538.474000', '095538.477000', '095538.480000', '095538.482000', '095538.485000', '095538.487000', '095538.490000', '095538.492000', '095538.495000', '095538.498000', '095538.500000', '095538.503000', '095538.505000', '095538.508000', '095538.511000', '095538.513000', '095538.516000', '095538.519000', '095538.521000', '095538.524000', '095538.526000', '095538.529000', '095538.532000', '095538.534000', '095538.537000', '095538.539000', '095538.542000', '095538.545000', '095538.547000', '095538.550000', '095538.552000', '095538.555000', '095538.558000', '095538.561000', '095538.564000', '095538.567000', '095538.569000', '095538.572000', '095538.575000', '095558.464000', '095558.467000', '095558.470000', '095558.472000', '095558.475000', '095558.478000', '095558.480000', '095558.483000', '095558.485000', '095558.488000', '095558.491000', '095558.493000', '095558.496000', '095558.498000', '095558.501000', '095558.504000', '095558.506000', '095558.509000', '095558.512000', '095558.514000', '095558.517000', '095558.519000', '095558.522000', '095558.525000', '095558.527000', '095558.530000', '095558.532000', '095558.535000', '095558.538000', '095558.540000', '095558.543000', '095558.545000', '095558.548000', '095558.551000', '095558.553000', '095558.556000', '095558.559000', '095558.561000', '095558.564000', '095558.566000', '095558.569000', '095558.572000', '095558.574000', '095558.577000', '095602.527000', '095602.532000', '095602.535000', '095602.538000', '095602.541000', '095602.544000', '095602.546000', '095602.549000', '095602.552000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157], 'LargestImagePixelValue': [9298, 12133, 8805, 10668, 9261, 13147, 9176, 11363, 9146, 7978, 8892, 8129, 9280, 8313, 9638, 8411, 9026, 8692, 9073, 11134, 9459, 9998, 8848, 9892, 9163, 9186, 8579, 9028, 8786, 8834, 8732, 9004, 8623, 9396, 7757, 9646, 8704, 9069, 8604, 9261, 10103, 9515, 10169, 9379, 9637, 9359, 9889, 8656, 8559, 8793, 9214, 9069, 9215, 9034, 9531, 10243, 9433, 9823, 9384, 9546, 9343, 9628, 9461, 8894, 9113, 9418, 9329, 9099, 8720, 9208, 8364, 9490, 8460, 9863, 10569, 9639, 12135, 9474, 10708, 10133, 9785, 9672, 9140, 8552, 9442, 8315, 9784, 8490, 10112, 8292, 9738, 9594, 9787, 10207, 9413, 10047, 9413, 10206, 9849, 10185, 9336, 9562, 8418, 9208, 8722, 9688, 10926, 10017, 11343, 9638, 10768, 9179, 9485, 9666, 9203, 9345, 9474, 9154, 9347, 8186, 9407, 8460, 9882, 8730, 9651, 8386, 9749, 8409, 9946, 8306, 10177, 8552, 9463, 8247, 9706, 7571, 9998, 10482, 10071, 10422, 9810, 9767, 9297, 12672, 9519, 9050, 8891, 9300, 8427, 9761, 7624, 9687, 7948, 9532, 10195, 9673, 9898, 9216, 9583, 9131, 9332, 8665, 9675, 8402, 9610, 8295, 9665, 9855, 9733, 10738, 9631, 10812, 9573, 10894, 9138, 9658, 9242, 9730, 9197, 10011, 9022, 10015, 9144, 7106, 9152, 7287, 9600, 8057, 9365, 9174, 10420, 9443, 11183, 8596, 10412, 8953, 10182, 9498, 12632, 9164, 9949, 9370, 8647, 9355, 8986, 9063, 8913, 8756, 9156, 8891, 9285, 9249, 9954, 8812, 10335, 8908, 10132, 8809, 10320, 9341, 10385, 8961, 9253, 8372, 9171, 8580, 8948, 8210, 9011, 9227, 9241, 10041, 9366, 9633, 9288, 10181, 9048, 10990, 9417, 10827, 9059, 10375, 8657, 10084, 8916, 9785, 9044, 8967, 8288, 8659, 8409, 9000, 8564, 9437, 8490, 9400, 9167, 9196, 10035, 9077, 9857, 9195, 9471, 8829, 9171, 9510, 9429, 9223, 8811, 8989, 8871, 8786, 9234, 9127, 9473, 9162, 9492, 9141, 9879, 9034, 9548, 9220, 10931, 8949, 9684, 9169, 9990, 9582, 8315, 9385, 7968, 9263, 7930, 9298, 8650, 8915, 8024, 8850, 8841, 8806, 9346, 9188, 9217, 8962, 9307, 7361, 9214, 8074, 9027, 8484, 10212, 9014, 8950, 9465, 8631, 9064, 9269, 10886, 8562, 11175, 8604, 11109, 9179, 11218, 8548, 7506, 8803, 8194, 8706, 8601, 8484, 9020, 8124, 8926, 9342, 9116, 8711, 8915, 8046, 8343, 8153, 8856, 8515, 8790, 8998, 8453, 8437, 9342, 8900, 10366, 9063, 9023, 9047, 9347, 9418, 10750, 9260, 9918, 9136, 10325, 9022, 10642, 9025, 9742, 8921, 9756, 8958, 9602, 9269, 9501, 9340, 9029, 9013, 9300, 9294, 11004, 9165, 10560, 8871, 9986, 8799, 9957, 9269, 9176, 9385, 8782, 8993, 8362, 9143, 8766, 9265, 8476, 9091, 8801, 9298, 8876, 9339, 9166, 9206, 8468, 8617, 8520, 8230, 9167, 9825, 9110, 8052, 9087, 7984, 9186, 7691, 9220, 7676, 9165, 9766, 9332, 9805, 9311, 9433, 9121, 8648, 8405, 8985, 8406, 9231, 9630, 9258, 9827, 8770, 8029, 8903, 8779, 9388, 8574, 8825, 8741, 8945, 8420, 8470, 9020, 8381, 8582, 8481, 8691, 8460, 9411, 8408, 9219, 8072, 9061, 7258, 9274, 8833, 9576, 8911, 9277, 10821, 8994, 10021, 9330, 9686, 8842, 9894, 8872, 8989, 9169, 9179, 8944, 8419, 9251, 7853, 9227, 7743, 9575, 8455, 8999, 9623, 10160, 8867, 9546, 8235, 8182, 7917, 7849, 7714, 8718, 10539, 8841, 11128, 7782, 6944, 8395, 7468, 9333, 7973, 10308, 8640, 11066, 9621, 11293, 7383, 7370, 7536, 8000, 7383, 8702, 12365, 8716, 10023, 7801, 9141, 7056, 10992, 8733, 10186, 7392, 8099, 7690, 7661, 6720, 7990, 7215, 7330, 7054, 7302, 7048, 7115, 6902, 8149, 7180, 7498, 7892, 7125, 8739, 7371, 8363, 7449, 7290, 7231, 7729, 7127, 8717, 10011, 7498, 7512, 7280, 8435, 8215, 7613, 7381, 7050, 8085, 8021, 7691, 7657, 7900, 8215, 9038, 8484, 10456, 7656, 7461, 8067, 7639, 8246, 8042, 9300, 7927, 8589, 7896, 7278, 8089, 7749, 8621, 7831, 10626, 7939, 9750, 8199, 9805, 7500, 9552, 7779, 11553, 8018, 8393, 7612, 8474, 7458, 8475, 7329, 8543, 7974, 8942, 8561, 9361, 7845, 9367, 7296, 10235, 7422, 10744, 7686, 9223, 7045, 7693, 7484, 7433, 7532, 7116, 7056, 7572, 6990, 8059, 7860, 7265, 6919, 7455, 8201, 8003, 8163, 8214, 8500, 8527, 8395, 8296, 8409, 7960, 9012, 8328, 8845, 8245, 8324, 8474, 8722, 8663, 8687, 8042, 7752, 8103, 8363, 8616, 8005, 7955, 8744, 9494, 9261, 8236, 8907, 8142, 7935, 8669, 7039, 8952, 7537, 8484, 8782, 10515, 8843, 12072, 9299, 11037, 8384, 11146, 8717, 10863, 9817, 10195, 8197, 9021, 8529, 7210, 8931, 8385, 8471, 8428, 8232, 8883, 9094, 8448, 9908, 8842, 7507, 8237, 8070, 7903, 8187, 8525, 8837, 10298, 7635, 11562, 8591, 11042, 8833, 8291, 8330, 7211, 7869, 8042, 8423, 8793, 8651, 8890, 10275, 8468, 12067, 8496, 11536, 8263, 8300, 8397, 7907, 7887, 7866, 8531, 8386, 8224, 9063, 8413, 8345, 10461, 9131, 9571, 8526, 9872, 8144, 11092, 8982, 12774, 9020, 9663, 8277, 8659, 8440, 9254, 8296, 12426, 9139, 7224, 9459, 8301, 9448, 8646, 9329, 8578, 9115, 8666, 9409, 9804, 9394, 9439, 11507, 9616, 10811, 9309, 9629, 9282, 9191, 9756, 9537, 9294, 8675, 8880, 8831, 8906, 8460, 9292, 9035, 10916, 9391, 9322, 9456, 8929, 9739, 8489, 9512, 8805, 9359, 8432, 9506, 9725, 10044, 9357, 11612, 9433, 10168, 9573, 10176, 9303, 11559, 8901, 12849, 9142, 10068, 9602, 8152, 9667, 8437, 9109, 8769, 9427, 8865, 9466, 8915, 9191, 8932, 12004, 9596, 9066, 9289, 9135, 9636, 8890, 9001, 11478, 9521, 9019, 9500, 8988, 9694, 8834, 9604, 10220, 9390, 11147, 9440, 10568, 9459, 10492, 8893, 13913, 9249, 12469, 9355, 8514, 9256, 8749, 9506, 8932, 9740, 9052, 8950, 7986, 8412, 9309, 8114, 9116, 8465, 8149, 11696, 8882, 7929, 9082, 8192, 8821, 9880, 8471, 7676, 8729, 8512, 8925, 8874, 8729, 8834, 11714, 8760, 8730, 8876, 8586, 8772, 8426, 9082, 8611, 9219, 9114, 9270, 9511, 9397, 11199, 8746, 12388, 9154, 9380, 9320, 8828, 8896, 9376, 9057, 10056, 9050, 11302, 9469, 9857, 9535, 9829, 9406, 11468, 9481, 10827, 9183, 10632, 9529, 10460, 9520, 10055, 9712, 9181, 9582, 9258, 9628, 8650, 9041, 10714, 9775, 8830, 9694, 8990, 9309, 9734, 9438, 9277, 9976, 9706, 9420, 10085, 9435, 8706, 9668, 9243, 9724, 10031, 12357, 9197, 9191, 9498, 9182, 10193, 9900, 9548, 11424, 12879, 9600, 9371, 8699, 9749, 8969, 9387, 9536, 9456, 9524, 9478, 8825, 9782, 8440, 9581, 9782, 9519, 11835, 9631, 10660, 9497, 10516, 9630, 10059, 8510, 9249, 9287, 9806, 9018, 9794, 8496, 9447, 9891, 9672, 10977, 9653, 11006, 9635, 10225, 9202, 9802, 9798, 10002, 10125, 10434, 9324, 9464, 8674, 9740, 8847, 10163, 9199, 9912, 11052, 9856, 10581, 9831, 10319, 9793, 9713, 8248, 10017, 8513, 10089, 9624, 10020, 10243, 9774, 10444, 9597, 10107, 9824, 10040, 9588, 10199, 9046, 9399, 8485, 9836, 8220, 9897, 8526, 9839, 8245, 9820, 10202, 9768, 10843, 9676, 12405, 9431, 11074, 9324, 10294, 8967, 10110, 9033, 10550, 9860, 9996, 9538, 9870, 9458, 10456, 9479, 10118, 9174, 10188, 9126, 8874, 8186, 10771, 8867, 7934, 8806, 7975, 9276, 8813, 10399, 8684, 11635, 8788, 12709, 8102, 11878, 8385, 9759, 8389, 6864, 8487, 12176, 8584, 10312, 8534, 7986, 8389, 7125, 8385, 6896, 8907, 7002, 8008, 7424, 8533, 7619, 8739, 8121, 9010, 7851, 8956, 8313, 8746, 7736, 9308, 7123, 9502, 8737, 10236, 8314, 11670, 8186, 11270, 8402, 9918, 9087, 7603, 11077, 8385, 8627, 7468, 9539, 8344, 9670, 8434, 12971, 9343, 7692, 9371, 8424, 8793, 9286, 9141, 8935, 10930, 8659, 8253, 10137, 9413, 13562, 9788, 10384, 8375, 9752, 8766, 7805, 12172, 9237, 8937, 7907, 7922, 9506, 8303, 9219, 8735, 9122, 9484, 8544, 9347, 10327, 8882, 7428, 8988, 6998, 9857, 8361, 10884], 'WindowCenter': [3669.0, 3664.0, 3639.0, 3646.0, 3614.0, 3642.0, 3621.0, 3630.0, 3619.0, 3599.0, 3609.0, 3609.0, 3620.0, 3610.0, 3632.0, 3610.0, 3621.0, 3609.0, 3621.0, 3631.0, 3631.0, 3620.0, 3609.0, 3607.0, 3608.0, 3607.0, 3607.0, 3608.0, 3607.0, 3607.0, 3606.0, 3606.0, 3606.0, 3607.0, 3598.0, 3619.0, 3608.0, 3619.0, 3608.0, 3619.0, 3618.0, 3620.0, 3630.0, 3620.0, 3619.0, 3619.0, 3618.0, 3608.0, 3608.0, 3608.0, 3619.0, 3608.0, 3618.0, 3606.0, 3618.0, 3617.0, 3609.0, 3619.0, 3620.0, 3619.0, 3619.0, 3618.0, 3619.0, 3619.0, 3612.0, 3632.0, 3632.0, 3621.0, 3621.0, 3632.0, 3621.0, 3633.0, 3623.0, 3633.0, 3631.0, 3620.0, 3640.0, 3620.0, 3630.0, 3631.0, 3618.0, 3619.0, 3618.0, 3597.0, 3618.0, 3608.0, 3631.0, 3620.0, 3631.0, 3608.0, 3631.0, 3630.0, 3643.0, 3643.0, 3633.0, 3632.0, 3633.0, 3631.0, 3632.0, 3644.0, 3634.0, 3632.0, 3610.0, 3620.0, 3609.0, 3620.0, 3641.0, 3631.0, 3629.0, 3619.0, 3629.0, 3619.0, 3618.0, 3630.0, 3619.0, 3620.0, 3619.0, 3620.0, 3619.0, 3609.0, 3620.0, 3622.0, 3631.0, 3620.0, 3631.0, 3610.0, 3630.0, 3610.0, 3632.0, 3621.0, 3643.0, 3622.0, 3632.0, 3609.0, 3631.0, 3610.0, 3633.0, 3631.0, 3631.0, 3631.0, 3630.0, 3630.0, 3620.0, 3639.0, 3617.0, 3607.0, 3605.0, 3616.0, 3606.0, 3628.0, 3597.0, 3631.0, 3610.0, 3634.0, 3632.0, 3633.0, 3634.0, 3633.0, 3623.0, 3633.0, 3634.0, 3611.0, 3633.0, 3621.0, 3633.0, 3621.0, 3632.0, 3631.0, 3632.0, 3643.0, 3632.0, 3641.0, 3632.0, 3641.0, 3633.0, 3633.0, 3634.0, 3633.0, 3635.0, 3644.0, 3636.0, 3645.0, 3635.0, 3602.0, 3633.0, 3612.0, 3645.0, 3625.0, 3635.0, 3648.0, 3657.0, 3647.0, 3656.0, 3624.0, 3645.0, 3635.0, 3645.0, 3633.0, 3642.0, 3597.0, 3617.0, 3618.0, 3607.0, 3630.0, 3620.0, 3621.0, 3621.0, 3621.0, 3633.0, 3635.0, 3646.0, 3647.0, 3646.0, 3636.0, 3645.0, 3635.0, 3645.0, 3636.0, 3645.0, 3626.0, 3632.0, 3621.0, 3621.0, 3610.0, 3621.0, 3608.0, 3620.0, 3607.0, 3609.0, 3606.0, 3619.0, 3618.0, 3619.0, 3617.0, 3620.0, 3617.0, 3619.0, 3630.0, 3620.0, 3619.0, 3620.0, 3629.0, 3609.0, 3629.0, 3620.0, 3631.0, 3620.0, 3620.0, 3609.0, 3620.0, 3608.0, 3620.0, 3609.0, 3620.0, 3608.0, 3620.0, 3618.0, 3621.0, 3631.0, 3622.0, 3630.0, 3621.0, 3619.0, 3610.0, 3620.0, 3632.0, 3632.0, 3632.0, 3621.0, 3622.0, 3621.0, 3622.0, 3633.0, 3633.0, 3633.0, 3633.0, 3632.0, 3633.0, 3632.0, 3634.0, 3633.0, 3634.0, 3643.0, 3633.0, 3631.0, 3634.0, 3644.0, 3633.0, 3622.0, 3635.0, 3611.0, 3632.0, 3613.0, 3633.0, 3612.0, 3622.0, 3611.0, 3621.0, 3621.0, 3622.0, 3633.0, 3633.0, 3634.0, 3634.0, 3633.0, 3611.0, 3634.0, 3623.0, 3623.0, 3622.0, 3631.0, 3622.0, 3621.0, 3632.0, 3621.0, 3620.0, 3619.0, 3630.0, 3608.0, 3628.0, 3598.0, 3628.0, 3608.0, 3615.0, 3594.0, 3571.0, 3593.0, 3594.0, 3606.0, 3606.0, 3606.0, 3607.0, 3596.0, 3618.0, 3620.0, 3622.0, 3609.0, 3621.0, 3609.0, 3609.0, 3597.0, 3609.0, 3609.0, 3609.0, 3610.0, 3608.0, 3610.0, 3622.0, 3622.0, 3631.0, 3611.0, 3620.0, 3621.0, 3620.0, 3621.0, 3630.0, 3621.0, 3618.0, 3619.0, 3617.0, 3619.0, 3629.0, 3608.0, 3617.0, 3608.0, 3617.0, 3608.0, 3618.0, 3620.0, 3618.0, 3619.0, 3607.0, 3609.0, 3618.0, 3620.0, 3629.0, 3619.0, 3618.0, 3608.0, 3617.0, 3608.0, 3618.0, 3618.0, 3608.0, 3618.0, 3606.0, 3607.0, 3597.0, 3620.0, 3598.0, 3620.0, 3610.0, 3620.0, 3608.0, 3620.0, 3610.0, 3620.0, 3620.0, 3619.0, 3609.0, 3608.0, 3609.0, 3599.0, 3620.0, 3618.0, 3609.0, 3596.0, 3607.0, 3585.0, 3619.0, 3597.0, 3620.0, 3598.0, 3620.0, 3619.0, 3620.0, 3629.0, 3619.0, 3618.0, 3618.0, 3608.0, 3606.0, 3608.0, 3607.0, 3619.0, 3617.0, 3608.0, 3617.0, 3608.0, 3607.0, 3621.0, 3621.0, 3632.0, 3621.0, 3621.0, 3621.0, 3621.0, 3622.0, 3624.0, 3623.0, 3622.0, 3621.0, 3621.0, 3621.0, 3621.0, 3633.0, 3622.0, 3633.0, 3611.0, 3623.0, 3600.0, 3634.0, 3633.0, 3634.0, 3621.0, 3632.0, 3641.0, 3622.0, 3632.0, 3633.0, 3632.0, 3634.0, 3632.0, 3633.0, 3622.0, 3635.0, 3635.0, 3649.0, 3624.0, 3634.0, 3612.0, 3635.0, 3624.0, 3635.0, 3625.0, 3634.0, 3634.0, 3644.0, 3623.0, 3633.0, 3613.0, 3610.0, 3611.0, 3610.0, 3612.0, 3636.0, 3645.0, 3634.0, 3642.0, 3599.0, 3588.0, 3609.0, 3599.0, 3621.0, 3614.0, 3634.0, 3624.0, 3645.0, 3622.0, 3630.0, 3586.0, 3585.0, 3586.0, 3585.0, 3589.0, 3608.0, 3629.0, 3596.0, 3604.0, 3572.0, 3594.0, 3573.0, 3604.0, 3583.0, 3590.0, 3558.0, 3569.0, 3569.0, 3568.0, 3548.0, 3569.0, 3559.0, 3558.0, 3559.0, 3559.0, 3559.0, 3559.0, 3559.0, 3559.0, 3560.0, 3571.0, 3581.0, 3572.0, 3594.0, 3586.0, 3595.0, 3586.0, 3586.0, 3586.0, 3596.0, 3587.0, 3609.0, 3620.0, 3599.0, 3600.0, 3601.0, 3638.0, 3624.0, 3614.0, 3614.0, 3602.0, 3612.0, 3613.0, 3628.0, 3625.0, 3627.0, 3639.0, 3637.0, 3625.0, 3634.0, 3612.0, 3601.0, 3613.0, 3602.0, 3625.0, 3626.0, 3635.0, 3625.0, 3624.0, 3625.0, 3616.0, 3626.0, 3614.0, 3625.0, 3614.0, 3634.0, 3612.0, 3623.0, 3612.0, 3622.0, 3601.0, 3621.0, 3601.0, 3631.0, 3598.0, 3587.0, 3598.0, 3598.0, 3599.0, 3610.0, 3602.0, 3624.0, 3626.0, 3636.0, 3625.0, 3636.0, 3613.0, 3622.0, 3601.0, 3633.0, 3600.0, 3632.0, 3599.0, 3610.0, 3588.0, 3587.0, 3586.0, 3587.0, 3598.0, 3587.0, 3586.0, 3587.0, 3575.0, 3597.0, 3611.0, 3590.0, 3600.0, 3589.0, 3612.0, 3642.0, 3655.0, 3654.0, 3639.0, 3625.0, 3611.0, 3595.0, 3607.0, 3612.0, 3621.0, 3624.0, 3621.0, 3622.0, 3611.0, 3621.0, 3611.0, 3611.0, 3609.0, 3588.0, 3598.0, 3610.0, 3610.0, 3609.0, 3599.0, 3598.0, 3609.0, 3620.0, 3622.0, 3610.0, 3623.0, 3612.0, 3612.0, 3638.0, 3615.0, 3636.0, 3614.0, 3624.0, 3625.0, 3645.0, 3636.0, 3656.0, 3635.0, 3631.0, 3611.0, 3631.0, 3622.0, 3632.0, 3622.0, 3619.0, 3609.0, 3608.0, 3609.0, 3598.0, 3621.0, 3610.0, 3610.0, 3611.0, 3610.0, 3622.0, 3621.0, 3613.0, 3621.0, 3624.0, 3600.0, 3610.0, 3598.0, 3598.0, 3610.0, 3610.0, 3620.0, 3619.0, 3599.0, 3628.0, 3596.0, 3628.0, 3597.0, 3596.0, 3597.0, 3576.0, 3596.0, 3596.0, 3597.0, 3608.0, 3607.0, 3608.0, 3618.0, 3597.0, 3627.0, 3596.0, 3616.0, 3596.0, 3595.0, 3595.0, 3597.0, 3596.0, 3584.0, 3596.0, 3596.0, 3596.0, 3608.0, 3608.0, 3608.0, 3618.0, 3608.0, 3607.0, 3608.0, 3616.0, 3598.0, 3628.0, 3607.0, 3628.0, 3594.0, 3593.0, 3594.0, 3593.0, 3595.0, 3605.0, 3597.0, 3627.0, 3596.0, 3583.0, 3617.0, 3608.0, 3620.0, 3621.0, 3621.0, 3622.0, 3636.0, 3626.0, 3634.0, 3633.0, 3622.0, 3633.0, 3643.0, 3633.0, 3631.0, 3620.0, 3619.0, 3620.0, 3620.0, 3620.0, 3619.0, 3619.0, 3607.0, 3608.0, 3608.0, 3620.0, 3610.0, 3620.0, 3620.0, 3629.0, 3619.0, 3618.0, 3631.0, 3620.0, 3632.0, 3622.0, 3633.0, 3633.0, 3634.0, 3624.0, 3636.0, 3635.0, 3635.0, 3634.0, 3642.0, 3621.0, 3631.0, 3632.0, 3631.0, 3623.0, 3641.0, 3599.0, 3639.0, 3608.0, 3618.0, 3618.0, 3597.0, 3619.0, 3609.0, 3619.0, 3609.0, 3620.0, 3620.0, 3620.0, 3620.0, 3610.0, 3610.0, 3630.0, 3606.0, 3607.0, 3607.0, 3607.0, 3617.0, 3606.0, 3607.0, 3617.0, 3604.0, 3593.0, 3604.0, 3583.0, 3605.0, 3605.0, 3617.0, 3617.0, 3619.0, 3630.0, 3619.0, 3618.0, 3619.0, 3630.0, 3598.0, 3637.0, 3605.0, 3625.0, 3605.0, 3594.0, 3606.0, 3605.0, 3617.0, 3607.0, 3618.0, 3608.0, 3622.0, 3609.0, 3608.0, 3620.0, 3586.0, 3608.0, 3608.0, 3599.0, 3629.0, 3606.0, 3584.0, 3606.0, 3596.0, 3608.0, 3618.0, 3609.0, 3598.0, 3609.0, 3610.0, 3621.0, 3621.0, 3622.0, 3620.0, 3630.0, 3608.0, 3597.0, 3608.0, 3607.0, 3607.0, 3597.0, 3597.0, 3607.0, 3620.0, 3620.0, 3620.0, 3618.0, 3619.0, 3629.0, 3608.0, 3629.0, 3607.0, 3605.0, 3605.0, 3605.0, 3606.0, 3606.0, 3618.0, 3630.0, 3620.0, 3631.0, 3621.0, 3619.0, 3621.0, 3620.0, 3621.0, 3630.0, 3632.0, 3631.0, 3619.0, 3619.0, 3618.0, 3618.0, 3618.0, 3617.0, 3618.0, 3607.0, 3596.0, 3605.0, 3606.0, 3606.0, 3606.0, 3615.0, 3616.0, 3605.0, 3616.0, 3605.0, 3618.0, 3618.0, 3620.0, 3632.0, 3644.0, 3633.0, 3622.0, 3631.0, 3620.0, 3609.0, 3631.0, 3621.0, 3632.0, 3631.0, 3630.0, 3607.0, 3606.0, 3617.0, 3608.0, 3631.0, 3631.0, 3631.0, 3641.0, 3629.0, 3603.0, 3603.0, 3606.0, 3618.0, 3619.0, 3619.0, 3630.0, 3630.0, 3632.0, 3633.0, 3633.0, 3633.0, 3621.0, 3632.0, 3631.0, 3632.0, 3641.0, 3631.0, 3631.0, 3620.0, 3629.0, 3619.0, 3618.0, 3607.0, 3618.0, 3618.0, 3608.0, 3607.0, 3618.0, 3606.0, 3619.0, 3617.0, 3632.0, 3641.0, 3632.0, 3642.0, 3632.0, 3631.0, 3633.0, 3644.0, 3645.0, 3634.0, 3644.0, 3643.0, 3634.0, 3633.0, 3622.0, 3634.0, 3633.0, 3644.0, 3632.0, 3633.0, 3642.0, 3633.0, 3642.0, 3643.0, 3632.0, 3632.0, 3631.0, 3610.0, 3631.0, 3620.0, 3643.0, 3631.0, 3632.0, 3631.0, 3632.0, 3642.0, 3645.0, 3644.0, 3645.0, 3644.0, 3634.0, 3643.0, 3623.0, 3623.0, 3634.0, 3646.0, 3624.0, 3645.0, 3622.0, 3633.0, 3622.0, 3644.0, 3643.0, 3634.0, 3643.0, 3633.0, 3653.0, 3633.0, 3643.0, 3645.0, 3644.0, 3634.0, 3644.0, 3634.0, 3643.0, 3644.0, 3645.0, 3646.0, 3645.0, 3645.0, 3644.0, 3645.0, 3645.0, 3646.0, 3645.0, 3635.0, 3635.0, 3638.0, 3659.0, 3648.0, 3625.0, 3636.0, 3625.0, 3637.0, 3637.0, 3646.0, 3625.0, 3645.0, 3624.0, 3643.0, 3612.0, 3643.0, 3612.0, 3621.0, 3611.0, 3590.0, 3622.0, 3640.0, 3622.0, 3632.0, 3621.0, 3611.0, 3623.0, 3602.0, 3625.0, 3614.0, 3637.0, 3616.0, 3638.0, 3629.0, 3650.0, 3627.0, 3638.0, 3627.0, 3637.0, 3638.0, 3639.0, 3626.0, 3637.0, 3614.0, 3636.0, 3616.0, 3648.0, 3637.0, 3646.0, 3626.0, 3656.0, 3636.0, 3658.0, 3636.0, 3645.0, 3635.0, 3614.0, 3646.0, 3624.0, 3622.0, 3602.0, 3633.0, 3622.0, 3632.0, 3622.0, 3653.0, 3620.0, 3598.0, 3619.0, 3610.0, 3621.0, 3634.0, 3622.0, 3622.0, 3631.0, 3610.0, 3609.0, 3620.0, 3621.0, 3640.0, 3619.0, 3617.0, 3596.0, 3606.0, 3608.0, 3586.0, 3617.0, 3592.0, 3580.0, 3582.0, 3583.0, 3617.0, 3596.0, 3619.0, 3609.0, 3621.0, 3623.0, 3624.0, 3649.0, 3658.0, 3648.0, 3615.0, 3635.0, 3603.0, 3633.0, 3623.0, 3644.0], 'WindowWidth': [8287.0, 8257.0, 8224.0, 8225.0, 8169.0, 8212.0, 8180.0, 8190.0, 8175.0, 8148.0, 8154.0, 8161.0, 8179.0, 8166.0, 8195.0, 8164.0, 8179.0, 8163.0, 8180.0, 8193.0, 8194.0, 8176.0, 8162.0, 8147.0, 8156.0, 8154.0, 8156.0, 8157.0, 8153.0, 8153.0, 8150.0, 8152.0, 8152.0, 8155.0, 8144.0, 8174.0, 8157.0, 8174.0, 8157.0, 8175.0, 8171.0, 8176.0, 8191.0, 8178.0, 8175.0, 8174.0, 8172.0, 8158.0, 8158.0, 8159.0, 8173.0, 8158.0, 8170.0, 8152.0, 8171.0, 8168.0, 8151.0, 8175.0, 8177.0, 8173.0, 8176.0, 8172.0, 8176.0, 8176.0, 8163.0, 8197.0, 8198.0, 8183.0, 8182.0, 8197.0, 8182.0, 8202.0, 8189.0, 8199.0, 8193.0, 8177.0, 8203.0, 8177.0, 8190.0, 8194.0, 8173.0, 8173.0, 8171.0, 8134.0, 8173.0, 8160.0, 8196.0, 8179.0, 8195.0, 8161.0, 8196.0, 8191.0, 8216.0, 8213.0, 8201.0, 8197.0, 8200.0, 8196.0, 8199.0, 8217.0, 8203.0, 8199.0, 8166.0, 8179.0, 8161.0, 8177.0, 8207.0, 8193.0, 8187.0, 8175.0, 8187.0, 8176.0, 8171.0, 8193.0, 8176.0, 8179.0, 8176.0, 8177.0, 8176.0, 8163.0, 8178.0, 8184.0, 8196.0, 8179.0, 8195.0, 8165.0, 8193.0, 8165.0, 8198.0, 8185.0, 8214.0, 8183.0, 8196.0, 8164.0, 8195.0, 8168.0, 8200.0, 8197.0, 8196.0, 8192.0, 8191.0, 8191.0, 8177.0, 8203.0, 8169.0, 8153.0, 8149.0, 8165.0, 8153.0, 8185.0, 8143.0, 8196.0, 8167.0, 8204.0, 8189.0, 8202.0, 8202.0, 8203.0, 8179.0, 8202.0, 8206.0, 8163.0, 8200.0, 8182.0, 8200.0, 8182.0, 8198.0, 8196.0, 8199.0, 8212.0, 8199.0, 8208.0, 8197.0, 8209.0, 8202.0, 8201.0, 8206.0, 8202.0, 8209.0, 8218.0, 8212.0, 8220.0, 8207.0, 8158.0, 8202.0, 8174.0, 8221.0, 8195.0, 8210.0, 8230.0, 8242.0, 8228.0, 8235.0, 8190.0, 8217.0, 8206.0, 8219.0, 8200.0, 8211.0, 8135.0, 8166.0, 8171.0, 8154.0, 8193.0, 8178.0, 8182.0, 8182.0, 8185.0, 8201.0, 8210.0, 8226.0, 8228.0, 8225.0, 8212.0, 8220.0, 8209.0, 8222.0, 8211.0, 8219.0, 8186.0, 8198.0, 8181.0, 8180.0, 8168.0, 8181.0, 8160.0, 8177.0, 8154.0, 8159.0, 8153.0, 8175.0, 8172.0, 8174.0, 8168.0, 8177.0, 8169.0, 8175.0, 8190.0, 8178.0, 8166.0, 8178.0, 8188.0, 8164.0, 8188.0, 8180.0, 8194.0, 8179.0, 8178.0, 8161.0, 8177.0, 8159.0, 8179.0, 8162.0, 8177.0, 8158.0, 8177.0, 8171.0, 8181.0, 8194.0, 8185.0, 8193.0, 8182.0, 8176.0, 8158.0, 8178.0, 8198.0, 8198.0, 8198.0, 8182.0, 8184.0, 8182.0, 8185.0, 8203.0, 8203.0, 8200.0, 8203.0, 8198.0, 8201.0, 8199.0, 8205.0, 8202.0, 8205.0, 8214.0, 8201.0, 8196.0, 8206.0, 8217.0, 8203.0, 8185.0, 8204.0, 8169.0, 8199.0, 8166.0, 8201.0, 8163.0, 8185.0, 8169.0, 8183.0, 8183.0, 8186.0, 8203.0, 8204.0, 8205.0, 8204.0, 8201.0, 8169.0, 8203.0, 8191.0, 8189.0, 8184.0, 8195.0, 8185.0, 8180.0, 8198.0, 8182.0, 8178.0, 8174.0, 8188.0, 8157.0, 8182.0, 8136.0, 8185.0, 8158.0, 8159.0, 8129.0, 8098.0, 8129.0, 8133.0, 8153.0, 8153.0, 8153.0, 8155.0, 8139.0, 8173.0, 8178.0, 8183.0, 8163.0, 8181.0, 8163.0, 8162.0, 8143.0, 8153.0, 8161.0, 8163.0, 8156.0, 8160.0, 8164.0, 8184.0, 8185.0, 8194.0, 8160.0, 8176.0, 8180.0, 8179.0, 8182.0, 8191.0, 8179.0, 8171.0, 8173.0, 8168.0, 8174.0, 8187.0, 8160.0, 8168.0, 8157.0, 8167.0, 8158.0, 8173.0, 8178.0, 8171.0, 8176.0, 8156.0, 8161.0, 8170.0, 8177.0, 8189.0, 8176.0, 8170.0, 8157.0, 8169.0, 8157.0, 8173.0, 8173.0, 8157.0, 8170.0, 8153.0, 8156.0, 8142.0, 8178.0, 8139.0, 8178.0, 8164.0, 8177.0, 8152.0, 8180.0, 8160.0, 8180.0, 8178.0, 8176.0, 8161.0, 8159.0, 8161.0, 8141.0, 8177.0, 8172.0, 8159.0, 8139.0, 8157.0, 8116.0, 8175.0, 8145.0, 8177.0, 8146.0, 8177.0, 8174.0, 8178.0, 8189.0, 8175.0, 8173.0, 8172.0, 8158.0, 8153.0, 8158.0, 8156.0, 8174.0, 8170.0, 8150.0, 8168.0, 8160.0, 8157.0, 8182.0, 8182.0, 8197.0, 8180.0, 8182.0, 8181.0, 8184.0, 8186.0, 8191.0, 8189.0, 8184.0, 8182.0, 8181.0, 8182.0, 8183.0, 8201.0, 8187.0, 8201.0, 8169.0, 8187.0, 8153.0, 8205.0, 8203.0, 8203.0, 8183.0, 8199.0, 8209.0, 8184.0, 8200.0, 8202.0, 8198.0, 8204.0, 8197.0, 8201.0, 8184.0, 8208.0, 8207.0, 8234.0, 8192.0, 8203.0, 8172.0, 8208.0, 8191.0, 8206.0, 8195.0, 8205.0, 8205.0, 8217.0, 8190.0, 8200.0, 8166.0, 8166.0, 8168.0, 8165.0, 8172.0, 8211.0, 8221.0, 8205.0, 8211.0, 8150.0, 8132.0, 8162.0, 8150.0, 8180.0, 8178.0, 8200.0, 8191.0, 8217.0, 8183.0, 8188.0, 8125.0, 8121.0, 8126.0, 8123.0, 8133.0, 8156.0, 8185.0, 8136.0, 8142.0, 8098.0, 8128.0, 8102.0, 8143.0, 8114.0, 8115.0, 8070.0, 8085.0, 8088.0, 8086.0, 8051.0, 8088.0, 8074.0, 8073.0, 8073.0, 8073.0, 8075.0, 8076.0, 8075.0, 8067.0, 8077.0, 8094.0, 8107.0, 8097.0, 8131.0, 8124.0, 8133.0, 8125.0, 8124.0, 8124.0, 8137.0, 8127.0, 8158.0, 8174.0, 8149.0, 8151.0, 8156.0, 8217.0, 8192.0, 8178.0, 8177.0, 8157.0, 8169.0, 8174.0, 8201.0, 8196.0, 8199.0, 8219.0, 8212.0, 8193.0, 8201.0, 8171.0, 8154.0, 8173.0, 8151.0, 8193.0, 8195.0, 8207.0, 8195.0, 8191.0, 8195.0, 8183.0, 8198.0, 8178.0, 8192.0, 8176.0, 8202.0, 8171.0, 8185.0, 8169.0, 8180.0, 8152.0, 8180.0, 8153.0, 8191.0, 8143.0, 8119.0, 8143.0, 8143.0, 8148.0, 8162.0, 8157.0, 8189.0, 8197.0, 8210.0, 8192.0, 8208.0, 8173.0, 8182.0, 8152.0, 8197.0, 8152.0, 8195.0, 8147.0, 8160.0, 8128.0, 8126.0, 8124.0, 8128.0, 8142.0, 8128.0, 8125.0, 8127.0, 8108.0, 8140.0, 8165.0, 8136.0, 8153.0, 8133.0, 8171.0, 8228.0, 8253.0, 8249.0, 8219.0, 8191.0, 8166.0, 8134.0, 8154.0, 8169.0, 8182.0, 8190.0, 8180.0, 8184.0, 8166.0, 8181.0, 8168.0, 8166.0, 8160.0, 8124.0, 8144.0, 8165.0, 8164.0, 8161.0, 8147.0, 8145.0, 8161.0, 8177.0, 8181.0, 8163.0, 8185.0, 8171.0, 8173.0, 8214.0, 8183.0, 8208.0, 8176.0, 8190.0, 8192.0, 8219.0, 8210.0, 8235.0, 8204.0, 8193.0, 8167.0, 8191.0, 8184.0, 8195.0, 8183.0, 8171.0, 8159.0, 8156.0, 8159.0, 8144.0, 8178.0, 8163.0, 8165.0, 8166.0, 8164.0, 8182.0, 8182.0, 8174.0, 8173.0, 8187.0, 8152.0, 8164.0, 8145.0, 8146.0, 8164.0, 8162.0, 8177.0, 8174.0, 8146.0, 8182.0, 8138.0, 8182.0, 8132.0, 8139.0, 8140.0, 8103.0, 8138.0, 8137.0, 8140.0, 8155.0, 8154.0, 8157.0, 8170.0, 8142.0, 8178.0, 8135.0, 8162.0, 8135.0, 8134.0, 8135.0, 8139.0, 8136.0, 8109.0, 8137.0, 8136.0, 8138.0, 8156.0, 8157.0, 8159.0, 8168.0, 8155.0, 8152.0, 8156.0, 8164.0, 8143.0, 8183.0, 8154.0, 8183.0, 8131.0, 8126.0, 8129.0, 8128.0, 8133.0, 8149.0, 8140.0, 8179.0, 8129.0, 8116.0, 8167.0, 8158.0, 8177.0, 8179.0, 8181.0, 8184.0, 8210.0, 8189.0, 8205.0, 8201.0, 8183.0, 8201.0, 8214.0, 8201.0, 8192.0, 8178.0, 8173.0, 8176.0, 8177.0, 8176.0, 8172.0, 8172.0, 8154.0, 8158.0, 8157.0, 8177.0, 8166.0, 8178.0, 8178.0, 8185.0, 8172.0, 8170.0, 8193.0, 8179.0, 8199.0, 8183.0, 8200.0, 8201.0, 8202.0, 8192.0, 8209.0, 8207.0, 8206.0, 8204.0, 8210.0, 8178.0, 8192.0, 8197.0, 8194.0, 8186.0, 8206.0, 8141.0, 8200.0, 8158.0, 8170.0, 8172.0, 8143.0, 8174.0, 8160.0, 8174.0, 8159.0, 8176.0, 8176.0, 8177.0, 8179.0, 8156.0, 8155.0, 8189.0, 8151.0, 8152.0, 8153.0, 8153.0, 8166.0, 8151.0, 8153.0, 8166.0, 8144.0, 8128.0, 8144.0, 8107.0, 8147.0, 8147.0, 8168.0, 8167.0, 8174.0, 8188.0, 8176.0, 8169.0, 8174.0, 8187.0, 8135.0, 8193.0, 8148.0, 8172.0, 8146.0, 8130.0, 8151.0, 8149.0, 8168.0, 8155.0, 8172.0, 8159.0, 8184.0, 8163.0, 8157.0, 8175.0, 8118.0, 8158.0, 8158.0, 8148.0, 8184.0, 8148.0, 8118.0, 8151.0, 8138.0, 8159.0, 8170.0, 8160.0, 8144.0, 8162.0, 8164.0, 8182.0, 8181.0, 8182.0, 8178.0, 8191.0, 8156.0, 8140.0, 8156.0, 8155.0, 8156.0, 8140.0, 8134.0, 8155.0, 8177.0, 8177.0, 8177.0, 8172.0, 8173.0, 8187.0, 8158.0, 8186.0, 8152.0, 8146.0, 8148.0, 8147.0, 8152.0, 8150.0, 8172.0, 8192.0, 8179.0, 8192.0, 8180.0, 8175.0, 8180.0, 8176.0, 8179.0, 8189.0, 8196.0, 8194.0, 8176.0, 8172.0, 8170.0, 8170.0, 8169.0, 8167.0, 8170.0, 8155.0, 8129.0, 8149.0, 8150.0, 8152.0, 8153.0, 8162.0, 8164.0, 8147.0, 8163.0, 8150.0, 8170.0, 8171.0, 8180.0, 8197.0, 8218.0, 8201.0, 8186.0, 8193.0, 8178.0, 8162.0, 8194.0, 8183.0, 8198.0, 8194.0, 8185.0, 8153.0, 8152.0, 8169.0, 8150.0, 8196.0, 8193.0, 8195.0, 8210.0, 8189.0, 8142.0, 8141.0, 8153.0, 8171.0, 8175.0, 8176.0, 8193.0, 8193.0, 8198.0, 8201.0, 8202.0, 8202.0, 8183.0, 8197.0, 8195.0, 8198.0, 8207.0, 8196.0, 8195.0, 8178.0, 8187.0, 8173.0, 8173.0, 8157.0, 8172.0, 8172.0, 8150.0, 8156.0, 8172.0, 8153.0, 8174.0, 8170.0, 8197.0, 8210.0, 8199.0, 8210.0, 8199.0, 8197.0, 8201.0, 8218.0, 8221.0, 8203.0, 8216.0, 8213.0, 8203.0, 8201.0, 8186.0, 8204.0, 8203.0, 8217.0, 8199.0, 8200.0, 8211.0, 8200.0, 8211.0, 8216.0, 8199.0, 8196.0, 8196.0, 8164.0, 8195.0, 8179.0, 8214.0, 8195.0, 8199.0, 8194.0, 8200.0, 8210.0, 8220.0, 8218.0, 8220.0, 8217.0, 8203.0, 8216.0, 8180.0, 8182.0, 8205.0, 8224.0, 8192.0, 8222.0, 8187.0, 8202.0, 8186.0, 8218.0, 8215.0, 8204.0, 8214.0, 8203.0, 8226.0, 8203.0, 8215.0, 8222.0, 8217.0, 8205.0, 8216.0, 8205.0, 8215.0, 8219.0, 8221.0, 8224.0, 8220.0, 8222.0, 8218.0, 8221.0, 8221.0, 8223.0, 8222.0, 8208.0, 8206.0, 8219.0, 8244.0, 8230.0, 8194.0, 8210.0, 8193.0, 8212.0, 8212.0, 8222.0, 8193.0, 8217.0, 8188.0, 8211.0, 8170.0, 8211.0, 8169.0, 8179.0, 8168.0, 8138.0, 8183.0, 8202.0, 8182.0, 8194.0, 8182.0, 8166.0, 8188.0, 8159.0, 8195.0, 8180.0, 8212.0, 8185.0, 8219.0, 8210.0, 8235.0, 8203.0, 8218.0, 8200.0, 8215.0, 8217.0, 8221.0, 8199.0, 8213.0, 8179.0, 8210.0, 8184.0, 8229.0, 8214.0, 8223.0, 8196.0, 8236.0, 8210.0, 8241.0, 8213.0, 8222.0, 8209.0, 8179.0, 8225.0, 8192.0, 8186.0, 8157.0, 8199.0, 8185.0, 8197.0, 8186.0, 8224.0, 8174.0, 8145.0, 8176.0, 8164.0, 8181.0, 8200.0, 8181.0, 8183.0, 8191.0, 8164.0, 8161.0, 8176.0, 8178.0, 8200.0, 8172.0, 8164.0, 8137.0, 8148.0, 8155.0, 8123.0, 8167.0, 8121.0, 8104.0, 8110.0, 8114.0, 8167.0, 8140.0, 8173.0, 8161.0, 8179.0, 8179.0, 8184.0, 8232.0, 8242.0, 8232.0, 8183.0, 8208.0, 8162.0, 8201.0, 8187.0, 8214.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.0003212402428447528</td></tr>
<tr><td colspan=3>aqi</td><td>0.0311302209019948</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.158517340703156</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2035462062673614</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9962978391753458</td></tr>
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
<tr><td colspan=3>fber</td><td>5709.5742</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07766501223755645</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.341717259323504</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4884501509443697</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3899644884733515</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.703797117354635</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.371588847005123</td></tr>
<tr><td colspan=3>gcor</td><td>0.01933</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016926154494285583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03413058817386627</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1153</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.882152712910664</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>32.2866</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.342</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.3071</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310631.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>615.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.4128</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4575</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.1614</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2895.4479</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65913.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>913.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>798.0048</td></tr>
<tr><td colspan=3>tsnr</td><td>36.81259584298823</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>