<?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-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-03/func/sub-0092_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>782bf93d9508fd628f3444365301a5ba</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:52:58.645000</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.998082, 0.0332033, -0.0522448, -0.0271816, 0.993334, 0.112021]</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.079476</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4126, -7741, -7292, 680, -52, -147, 24, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>55b7551b-054b-444e-b34c-b33f4130268f||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.677781581878662, -0.07292637228965759, -0.15016306936740875, 116.78167724609375], [-0.08908213675022125, 2.6650426387786865, 0.298041433095932, -98.37800598144531], [-0.14016886055469513, -0.3005432188510895, 2.679295063018799, -57.169063568115234], [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': ['095258.645000', '095259.105000', '095259.565000', '095300.025000', '095300.485000', '095300.945000', '095301.405000', '095301.865000', '095302.325000', '095302.785000', '095303.245000', '095303.705000', '095304.165000', '095304.625000', '095305.085000', '095305.545000', '095306.005000', '095306.465000', '095306.925000', '095307.385000', '095307.845000', '095308.305000', '095308.765000', '095309.225000', '095309.685000', '095310.145000', '095310.605000', '095311.065000', '095311.525000', '095311.985000', '095312.445000', '095312.905000', '095313.365000', '095313.825000', '095314.285000', '095314.745000', '095315.205000', '095315.665000', '095316.125000', '095316.585000', '095317.045000', '095317.505000', '095317.965000', '095318.425000', '095318.885000', '095319.345000', '095319.805000', '095320.265000', '095320.725000', '095321.185000', '095321.645000', '095322.105000', '095322.565000', '095323.025000', '095323.485000', '095323.945000', '095324.405000', '095324.865000', '095325.325000', '095325.785000', '095326.245000', '095326.705000', '095327.165000', '095327.625000', '095328.085000', '095328.545000', '095329.005000', '095329.465000', '095329.925000', '095330.385000', '095330.845000', '095331.305000', '095331.765000', '095332.225000', '095332.685000', '095333.145000', '095333.605000', '095334.065000', '095334.525000', '095334.985000', '095335.445000', '095335.905000', '095336.365000', '095336.825000', '095337.285000', '095337.745000', '095338.205000', '095338.665000', '095339.125000', '095339.585000', '095340.045000', '095340.505000', '095340.965000', '095341.425000', '095341.885000', '095342.345000', '095342.805000', '095343.265000', '095343.725000', '095344.185000', '095344.645000', '095345.105000', '095345.565000', '095346.025000', '095346.485000', '095346.945000', '095347.405000', '095347.865000', '095348.325000', '095348.785000', '095349.245000', '095349.705000', '095350.165000', '095350.625000', '095351.085000', '095351.545000', '095352.005000', '095352.465000', '095352.925000', '095353.385000', '095353.845000', '095354.305000', '095354.765000', '095355.225000', '095355.685000', '095356.145000', '095356.605000', '095357.065000', '095357.525000', '095357.985000', '095358.445000', '095358.905000', '095359.365000', '095359.825000', '095400.285000', '095400.745000', '095401.205000', '095401.665000', '095402.125000', '095402.585000', '095403.045000', '095403.505000', '095403.965000', '095404.425000', '095404.885000', '095405.345000', '095405.805000', '095406.265000', '095406.725000', '095407.185000', '095407.645000', '095408.105000', '095408.565000', '095409.025000', '095409.485000', '095409.945000', '095410.405000', '095410.865000', '095411.325000', '095411.785000', '095412.245000', '095412.705000', '095413.165000', '095413.625000', '095414.085000', '095414.545000', '095415.005000', '095415.465000', '095415.925000', '095416.385000', '095416.845000', '095417.305000', '095417.765000', '095418.225000', '095418.685000', '095419.145000', '095419.605000', '095420.065000', '095420.525000', '095420.985000', '095421.445000', '095421.905000', '095422.365000', '095422.825000', '095423.285000', '095423.745000', '095424.205000', '095424.665000', '095425.125000', '095425.585000', '095426.045000', '095426.505000', '095426.965000', '095427.425000', '095427.885000', '095428.345000', '095428.805000', '095429.265000', '095429.725000', '095430.185000', '095430.645000', '095431.105000', '095431.565000', '095432.025000', '095432.485000', '095432.945000', '095433.405000', '095433.865000', '095434.325000', '095434.785000', '095435.245000', '095435.705000', '095436.165000', '095436.625000', '095437.085000', '095437.545000', '095438.005000', '095438.465000', '095438.925000', '095439.385000', '095439.845000', '095440.305000', '095440.765000', '095441.225000', '095441.685000', '095442.145000', '095442.605000', '095443.065000', '095443.525000', '095443.985000', '095444.445000', '095444.905000', '095445.365000', '095445.825000', '095446.285000', '095446.745000', '095447.205000', '095447.665000', '095448.125000', '095448.585000', '095449.045000', '095449.505000', '095449.965000', '095450.425000', '095450.885000', '095451.345000', '095451.805000', '095452.265000', '095452.725000', '095453.185000', '095453.645000', '095454.105000', '095454.565000', '095455.025000', '095455.485000', '095455.945000', '095456.405000', '095456.865000', '095457.325000', '095457.785000', '095458.245000', '095458.705000', '095459.165000', '095459.625000', '095500.085000', '095500.545000', '095501.005000', '095501.465000', '095501.925000', '095502.385000', '095502.845000', '095503.305000', '095503.765000', '095504.225000', '095504.685000', '095505.145000', '095505.605000', '095506.065000', '095506.525000', '095506.985000', '095507.445000', '095507.905000', '095508.365000', '095508.825000', '095509.285000', '095509.745000', '095510.205000', '095510.665000', '095511.125000', '095511.585000', '095512.045000', '095512.505000', '095512.965000', '095513.425000', '095513.885000', '095514.345000', '095514.805000', '095515.265000', '095515.725000', '095516.185000', '095516.645000', '095517.105000', '095517.565000', '095518.025000', '095518.485000', '095518.945000', '095519.405000', '095519.865000', '095520.325000', '095520.785000', '095521.245000', '095521.705000', '095522.165000', '095522.625000', '095523.085000', '095523.545000', '095524.005000', '095524.465000', '095524.925000', '095525.385000', '095525.845000', '095526.305000', '095526.765000', '095527.225000', '095527.685000', '095528.145000', '095528.605000', '095529.065000', '095529.525000', '095529.985000', '095530.445000', '095530.905000', '095531.365000', '095531.825000', '095532.285000', '095532.745000', '095533.205000', '095533.665000', '095534.125000', '095534.585000', '095535.045000', '095535.505000', '095535.965000', '095536.425000', '095536.885000', '095537.345000', '095537.805000', '095538.265000', '095538.725000', '095539.185000', '095539.645000', '095540.105000', '095540.565000', '095541.025000', '095541.485000', '095541.945000', '095542.405000', '095542.865000', '095543.325000', '095543.785000', '095544.245000', '095544.705000', '095545.165000', '095545.625000', '095546.085000', '095546.545000', '095547.005000', '095547.465000', '095547.925000', '095548.385000', '095548.845000', '095549.305000', '095549.765000', '095550.225000', '095550.685000', '095551.145000', '095551.605000', '095552.065000', '095552.525000', '095552.985000', '095553.445000', '095553.905000', '095554.365000', '095554.825000', '095555.285000', '095555.745000', '095556.205000', '095556.665000', '095557.125000', '095557.585000', '095558.045000', '095558.505000', '095558.965000', '095559.425000', '095559.885000', '095600.345000', '095600.805000', '095601.265000', '095601.725000', '095602.185000', '095602.645000', '095603.105000', '095603.565000', '095604.025000', '095604.485000', '095604.945000', '095605.405000', '095605.865000', '095606.325000', '095606.785000', '095607.245000', '095607.705000', '095608.165000', '095608.625000', '095609.085000', '095609.545000', '095610.005000', '095610.465000', '095610.925000', '095611.385000', '095611.845000', '095612.305000', '095612.765000', '095613.225000', '095613.685000', '095614.145000', '095614.605000', '095615.065000', '095615.525000', '095615.985000', '095616.445000', '095616.905000', '095617.365000', '095617.825000', '095618.285000', '095618.745000', '095619.205000', '095619.665000', '095620.125000', '095620.585000', '095621.045000', '095621.505000', '095621.965000', '095622.425000', '095622.885000', '095623.345000', '095623.805000', '095624.265000', '095624.725000', '095625.185000', '095625.645000', '095626.105000', '095626.565000', '095627.025000', '095627.485000', '095627.945000', '095628.405000', '095628.865000', '095629.325000', '095629.785000', '095630.245000', '095630.705000', '095631.165000', '095631.625000', '095632.085000', '095632.545000', '095633.005000', '095633.465000', '095633.925000', '095634.385000', '095634.845000', '095635.305000', '095635.765000', '095636.225000', '095636.685000', '095637.145000', '095637.605000', '095638.065000', '095638.525000', '095638.985000', '095639.445000', '095639.905000', '095640.365000', '095640.825000', '095641.285000', '095641.745000', '095642.205000', '095642.665000', '095643.125000', '095643.585000', '095644.045000', '095644.505000', '095644.965000', '095645.425000', '095645.885000', '095646.345000', '095646.805000', '095647.265000', '095647.725000', '095648.185000', '095648.645000', '095649.105000', '095649.565000', '095650.025000', '095650.485000', '095650.945000', '095651.405000', '095651.865000', '095652.325000', '095652.785000', '095653.245000', '095653.705000', '095654.165000', '095654.625000', '095655.085000', '095655.545000', '095656.005000', '095656.465000', '095656.925000', '095657.385000', '095657.845000', '095658.305000', '095658.765000', '095659.225000', '095659.685000', '095700.145000', '095700.605000', '095701.065000', '095701.525000', '095701.985000', '095702.445000', '095702.905000', '095703.365000', '095703.825000', '095704.285000', '095704.745000', '095705.205000', '095705.665000', '095706.125000', '095706.585000', '095707.045000', '095707.505000', '095707.965000', '095708.425000', '095708.885000', '095709.345000', '095709.805000', '095710.265000', '095710.725000', '095711.185000', '095711.645000', '095712.105000', '095712.565000', '095713.025000', '095713.485000', '095713.945000', '095714.405000', '095714.865000', '095715.325000', '095715.785000', '095716.245000', '095716.705000', '095717.165000', '095717.625000', '095718.085000', '095718.545000', '095719.005000', '095719.465000', '095719.925000', '095720.385000', '095720.845000', '095721.305000', '095721.765000', '095722.225000', '095722.685000', '095723.145000', '095723.605000', '095724.065000', '095724.525000', '095724.985000', '095725.445000', '095725.905000', '095726.365000', '095726.825000', '095727.285000', '095727.745000', '095728.205000', '095728.665000', '095729.125000', '095729.585000', '095730.045000', '095730.505000', '095730.965000', '095731.425000', '095731.885000', '095732.345000', '095732.805000', '095733.265000', '095733.725000', '095734.185000', '095734.645000', '095735.105000', '095735.565000', '095736.025000', '095736.485000', '095736.945000', '095737.405000', '095737.865000', '095738.325000', '095738.785000', '095739.245000', '095739.705000', '095740.165000', '095740.625000', '095741.085000', '095741.545000', '095742.005000', '095742.465000', '095742.925000', '095743.385000', '095743.845000', '095744.305000', '095744.765000', '095745.225000', '095745.685000', '095746.145000', '095746.605000', '095747.065000', '095747.525000', '095747.985000', '095748.445000', '095748.905000', '095749.365000', '095749.825000', '095750.285000', '095750.745000', '095751.205000', '095751.665000', '095752.125000', '095752.585000', '095753.045000', '095753.505000', '095753.965000', '095754.425000', '095754.885000', '095755.345000', '095755.805000', '095756.265000', '095756.725000', '095757.185000', '095757.645000', '095758.105000', '095758.565000', '095759.025000', '095759.485000', '095759.945000', '095800.405000', '095800.865000', '095801.325000', '095801.785000', '095802.245000', '095802.705000', '095803.165000', '095803.625000', '095804.085000', '095804.545000', '095805.005000', '095805.465000', '095805.925000', '095806.385000', '095806.845000', '095807.305000', '095807.765000', '095808.225000', '095808.685000', '095809.145000', '095809.605000', '095810.065000', '095810.525000', '095810.985000', '095811.445000', '095811.905000', '095812.365000', '095812.825000', '095813.285000', '095813.745000', '095814.205000', '095814.665000', '095815.125000', '095815.585000', '095816.045000', '095816.505000', '095816.965000', '095817.425000', '095817.885000', '095818.345000', '095818.805000', '095819.265000', '095819.725000', '095820.185000', '095820.645000', '095821.105000', '095821.565000', '095822.025000', '095822.485000', '095822.945000', '095823.405000', '095823.865000', '095824.325000', '095824.785000', '095825.245000', '095825.705000', '095826.165000', '095826.625000', '095827.085000', '095827.545000', '095828.005000', '095828.465000', '095828.925000', '095829.385000', '095829.845000', '095830.305000', '095830.765000', '095831.225000', '095831.685000', '095832.145000', '095832.605000', '095833.065000', '095833.525000', '095833.985000', '095834.445000', '095834.905000', '095835.365000', '095835.825000', '095836.285000', '095836.745000', '095837.205000', '095837.665000', '095838.125000', '095838.585000', '095839.045000', '095839.505000', '095839.965000', '095840.425000', '095840.885000', '095841.345000', '095841.805000', '095842.265000', '095842.725000', '095843.185000', '095843.645000', '095844.105000', '095844.565000', '095845.025000', '095845.485000', '095845.945000', '095846.405000', '095846.865000', '095847.325000', '095847.785000', '095848.245000', '095848.705000', '095849.165000', '095849.625000', '095850.085000', '095850.545000', '095851.005000', '095851.465000', '095851.925000', '095852.385000', '095852.845000', '095853.305000', '095853.765000', '095854.225000', '095854.685000', '095855.145000', '095855.605000', '095856.065000', '095856.525000', '095856.985000', '095857.445000', '095857.905000', '095858.365000', '095858.825000', '095859.285000', '095859.745000', '095900.205000', '095900.665000', '095901.125000', '095901.585000', '095902.045000', '095902.505000', '095902.965000', '095903.425000', '095903.885000', '095904.345000', '095904.805000', '095905.265000', '095905.725000', '095906.185000', '095906.645000', '095907.105000', '095907.565000', '095908.025000', '095908.485000', '095908.945000', '095909.405000', '095909.865000', '095910.325000', '095910.785000', '095911.245000', '095911.705000', '095912.165000', '095912.625000', '095913.085000', '095913.545000', '095914.005000', '095914.465000', '095914.925000', '095915.385000', '095915.845000', '095916.305000', '095916.765000', '095917.225000', '095917.685000', '095918.145000', '095918.605000', '095919.065000', '095919.525000', '095919.985000', '095920.445000', '095920.905000', '095921.365000', '095921.825000', '095922.285000', '095922.745000', '095923.205000', '095923.665000', '095924.125000', '095924.585000', '095925.045000', '095925.505000', '095925.965000', '095926.425000', '095926.885000', '095927.345000', '095927.805000', '095928.265000', '095928.725000', '095929.185000', '095929.645000', '095930.105000', '095930.565000', '095931.025000', '095931.485000', '095931.945000', '095932.405000', '095932.865000', '095933.325000', '095933.785000', '095934.245000', '095934.705000', '095935.165000', '095935.625000', '095936.085000', '095936.545000', '095937.005000', '095937.465000', '095937.925000', '095938.385000', '095938.845000', '095939.305000', '095939.765000', '095940.225000', '095940.685000', '095941.145000', '095941.605000', '095942.065000', '095942.525000', '095942.985000', '095943.445000', '095943.905000', '095944.365000', '095944.825000', '095945.285000', '095945.745000', '095946.205000', '095946.665000', '095947.125000', '095947.585000', '095948.045000', '095948.505000', '095948.965000', '095949.425000', '095949.885000', '095950.345000', '095950.805000', '095951.265000', '095951.725000', '095952.185000', '095952.645000', '095953.105000', '095953.565000', '095954.025000', '095954.485000', '095954.945000', '095955.405000', '095955.865000', '095956.325000', '095956.785000', '095957.245000', '095957.705000', '095958.165000', '095958.625000', '095959.085000', '095959.545000', '100000.005000', '100000.465000', '100000.925000', '100001.385000', '100001.845000', '100002.305000', '100002.765000', '100003.225000', '100003.685000', '100004.145000', '100004.605000', '100005.065000', '100005.525000', '100005.985000', '100006.445000', '100006.905000', '100007.365000', '100007.825000', '100008.285000', '100008.745000', '100009.205000', '100009.665000', '100010.125000', '100010.585000', '100011.045000', '100011.505000', '100011.965000', '100012.425000', '100012.885000', '100013.345000', '100013.805000', '100014.265000', '100014.725000', '100015.185000', '100015.645000', '100016.105000', '100016.565000', '100017.025000', '100017.485000', '100017.945000', '100018.405000', '100018.865000', '100019.325000', '100019.785000', '100020.245000', '100020.705000', '100021.165000', '100021.625000', '100022.085000', '100022.545000', '100023.005000', '100023.465000', '100023.925000', '100024.385000', '100024.845000', '100025.305000', '100025.765000', '100026.225000', '100026.685000', '100027.145000', '100027.605000', '100028.065000', '100028.525000', '100028.985000', '100029.445000', '100029.905000', '100030.365000', '100030.825000', '100031.285000', '100031.745000', '100032.205000', '100032.665000', '100033.125000', '100033.585000', '100034.045000', '100034.505000', '100034.965000', '100035.425000', '100035.885000', '100036.345000', '100036.805000', '100037.265000', '100037.725000', '100038.185000', '100038.645000', '100039.105000', '100039.565000', '100040.025000', '100040.485000', '100040.945000', '100041.405000', '100041.865000', '100042.325000', '100042.785000', '100043.245000', '100043.705000', '100044.165000', '100044.625000', '100045.085000', '100045.545000', '100046.005000', '100046.465000', '100046.925000', '100047.385000', '100047.845000', '100048.305000', '100048.765000', '100049.225000', '100049.685000', '100050.145000', '100050.605000', '100051.065000', '100051.525000', '100051.985000', '100052.445000', '100052.905000', '100053.365000', '100053.825000', '100054.285000', '100054.745000', '100055.205000', '100055.665000', '100056.125000', '100056.585000', '100057.045000', '100057.505000', '100057.965000', '100058.425000', '100058.885000', '100059.345000', '100059.805000', '100100.265000', '100100.725000', '100101.185000', '100101.645000', '100102.105000', '100102.565000', '100103.025000', '100103.485000', '100103.945000', '100104.405000', '100104.865000', '100105.325000', '100105.785000', '100106.245000', '100106.705000', '100107.165000', '100107.625000', '100108.085000', '100108.545000', '100109.005000', '100109.465000', '100109.925000', '100110.385000', '100110.845000', '100111.305000', '100111.765000', '100112.225000', '100112.685000', '100113.145000', '100113.605000', '100114.065000', '100114.525000', '100114.985000', '100115.445000', '100115.905000', '100116.365000', '100116.825000', '100117.285000', '100117.745000', '100118.205000', '100118.665000', '100119.125000', '100119.585000', '100120.045000', '100120.505000', '100120.965000', '100121.425000', '100121.885000', '100122.345000', '100122.805000', '100123.265000', '100123.725000', '100124.185000', '100124.645000', '100125.105000', '100125.565000', '100126.025000', '100126.485000', '100126.945000', '100127.405000', '100127.865000', '100128.325000', '100128.785000', '100129.245000', '100129.705000', '100130.165000', '100130.625000', '100131.085000', '100131.545000', '100132.005000', '100132.465000', '100132.925000', '100133.385000', '100133.845000', '100134.305000', '100134.765000', '100135.225000', '100135.685000', '100136.145000', '100136.605000', '100137.065000', '100137.525000', '100137.985000', '100138.445000', '100138.905000', '100139.365000', '100139.825000', '100140.285000', '100140.745000', '100141.205000', '100141.665000', '100142.125000', '100142.585000', '100143.045000', '100143.505000', '100143.965000', '100144.425000', '100144.885000', '100145.345000', '100145.805000', '100146.265000', '100146.725000', '100147.185000', '100147.645000', '100148.105000', '100148.565000', '100149.025000', '100149.485000', '100149.945000', '100150.405000'], 'ContentTime': ['095323.875000', '095323.878000', '095323.881000', '095323.884000', '095323.886000', '095323.889000', '095323.891000', '095323.894000', '095323.896000', '095323.899000', '095323.901000', '095323.904000', '095323.907000', '095323.909000', '095323.912000', '095323.914000', '095323.917000', '095323.920000', '095323.922000', '095323.925000', '095323.927000', '095323.930000', '095323.932000', '095323.935000', '095323.937000', '095323.940000', '095323.943000', '095323.945000', '095323.948000', '095323.950000', '095323.953000', '095323.961000', '095323.964000', '095323.966000', '095323.969000', '095323.972000', '095323.974000', '095323.977000', '095323.979000', '095323.982000', '095323.984000', '095323.987000', '095323.989000', '095323.992000', '095323.994000', '095323.997000', '095324.000000', '095324.002000', '095324.005000', '095324.007000', '095324.010000', '095324.012000', '095324.015000', '095343.839000', '095343.841000', '095343.844000', '095343.847000', '095343.849000', '095343.852000', '095343.854000', '095343.857000', '095343.859000', '095343.862000', '095343.864000', '095343.867000', '095343.875000', '095343.878000', '095343.880000', '095343.883000', '095343.886000', '095343.888000', '095343.891000', '095343.893000', '095343.896000', '095343.898000', '095343.901000', '095343.903000', '095343.906000', '095343.908000', '095343.911000', '095343.913000', '095343.916000', '095343.919000', '095343.921000', '095343.924000', '095343.926000', '095343.929000', '095343.931000', '095343.934000', '095343.936000', '095343.939000', '095343.941000', '095343.944000', '095343.947000', '095343.949000', '095343.952000', '095403.838000', '095403.841000', '095403.844000', '095403.846000', '095403.849000', '095403.851000', '095403.854000', '095403.857000', '095403.860000', '095403.863000', '095403.866000', '095403.868000', '095403.871000', '095403.873000', '095403.876000', '095403.878000', '095403.881000', '095403.888000', '095403.890000', '095403.893000', '095403.895000', '095403.898000', '095403.900000', '095403.903000', '095403.906000', '095403.908000', '095403.911000', '095403.913000', '095403.916000', '095403.918000', '095403.921000', '095403.924000', '095403.926000', '095403.929000', '095403.931000', '095403.934000', '095403.936000', '095403.939000', '095403.941000', '095403.944000', '095403.947000', '095403.949000', '095403.952000', '095403.954000', '095423.839000', '095423.842000', '095423.844000', '095423.847000', '095423.849000', '095423.852000', '095423.854000', '095423.857000', '095423.859000', '095423.862000', '095423.865000', '095423.867000', '095423.870000', '095423.872000', '095423.875000', '095423.886000', '095423.889000', '095423.892000', '095423.894000', '095423.897000', '095423.899000', '095423.911000', '095423.914000', '095423.916000', '095423.919000', '095423.921000', '095423.924000', '095423.926000', '095423.929000', '095423.932000', '095423.934000', '095423.937000', '095423.939000', '095423.942000', '095423.944000', '095423.947000', '095423.949000', '095423.952000', '095423.955000', '095423.957000', '095423.960000', '095423.962000', '095423.965000', '095443.838000', '095443.841000', '095443.844000', '095443.846000', '095443.849000', '095443.851000', '095443.854000', '095443.857000', '095443.859000', '095443.862000', '095443.864000', '095443.867000', '095443.869000', '095443.872000', '095443.878000', '095443.881000', '095443.883000', '095443.886000', '095443.888000', '095443.891000', '095443.894000', '095443.896000', '095443.899000', '095443.901000', '095443.904000', '095443.906000', '095443.909000', '095443.911000', '095443.914000', '095443.917000', '095443.919000', '095443.922000', '095443.924000', '095443.927000', '095443.929000', '095443.932000', '095443.935000', '095443.937000', '095443.940000', '095443.942000', '095443.945000', '095443.947000', '095443.950000', '095503.838000', '095503.841000', '095503.844000', '095503.846000', '095503.854000', '095503.857000', '095503.859000', '095503.862000', '095503.864000', '095503.867000', '095503.869000', '095503.872000', '095503.874000', '095503.877000', '095503.880000', '095503.882000', '095503.885000', '095503.887000', '095503.890000', '095503.893000', '095503.895000', '095503.898000', '095503.900000', '095503.903000', '095503.905000', '095503.908000', '095503.910000', '095503.913000', '095503.916000', '095503.918000', '095503.921000', '095503.923000', '095503.926000', '095503.928000', '095503.931000', '095503.933000', '095503.936000', '095503.939000', '095503.941000', '095503.944000', '095503.946000', '095503.949000', '095503.951000', '095503.954000', '095523.839000', '095523.842000', '095523.844000', '095523.847000', '095523.849000', '095523.852000', '095523.855000', '095523.857000', '095523.860000', '095523.862000', '095523.865000', '095523.867000', '095523.870000', '095523.872000', '095523.875000', '095523.878000', '095523.880000', '095523.883000', '095523.885000', '095523.888000', '095523.890000', '095523.893000', '095523.895000', '095523.899000', '095523.901000', '095523.904000', '095523.907000', '095523.909000', '095523.912000', '095523.915000', '095523.917000', '095523.920000', '095523.923000', '095523.925000', '095523.928000', '095523.930000', '095523.933000', '095523.935000', '095523.938000', '095523.941000', '095523.943000', '095523.946000', '095523.948000', '095543.838000', '095543.841000', '095543.844000', '095543.846000', '095543.849000', '095543.851000', '095543.854000', '095543.856000', '095543.859000', '095543.861000', '095543.864000', '095543.867000', '095543.869000', '095543.872000', '095543.874000', '095543.877000', '095543.879000', '095543.882000', '095543.885000', '095543.887000', '095543.890000', '095543.892000', '095543.895000', '095543.897000', '095543.900000', '095543.903000', '095543.905000', '095543.908000', '095543.910000', '095543.913000', '095543.916000', '095543.918000', '095543.921000', '095543.923000', '095543.926000', '095543.928000', '095543.931000', '095543.933000', '095543.936000', '095543.938000', '095543.941000', '095543.944000', '095543.946000', '095543.949000', '095603.838000', '095603.841000', '095603.844000', '095603.846000', '095603.849000', '095603.851000', '095603.854000', '095603.857000', '095603.859000', '095603.862000', '095603.864000', '095603.892000', '095603.895000', '095603.898000', '095603.900000', '095603.903000', '095603.905000', '095603.908000', '095603.910000', '095603.913000', '095603.916000', '095603.918000', '095603.921000', '095603.923000', '095603.926000', '095603.928000', '095603.931000', '095603.934000', '095603.936000', '095603.939000', '095603.941000', '095603.944000', '095603.946000', '095603.949000', '095603.951000', '095603.954000', '095603.956000', '095603.959000', '095603.962000', '095603.964000', '095603.967000', '095603.969000', '095603.972000', '095623.839000', '095623.842000', '095623.844000', '095623.847000', '095623.849000', '095623.852000', '095623.854000', '095623.857000', '095623.860000', '095623.862000', '095623.865000', '095623.867000', '095623.870000', '095623.872000', '095623.875000', '095623.877000', '095623.880000', '095623.883000', '095623.885000', '095623.888000', '095623.890000', '095623.893000', '095623.895000', '095623.898000', '095623.900000', '095623.903000', '095623.906000', '095623.908000', '095623.911000', '095623.913000', '095623.916000', '095623.918000', '095623.921000', '095623.923000', '095623.926000', '095623.928000', '095623.931000', '095623.933000', '095623.936000', '095623.939000', '095623.941000', '095623.944000', '095623.946000', '095623.949000', '095643.839000', '095643.841000', '095643.844000', '095643.847000', '095643.849000', '095643.852000', '095643.854000', '095643.857000', '095643.859000', '095643.862000', '095643.865000', '095643.868000', '095643.871000', '095643.874000', '095643.877000', '095643.879000', '095643.882000', '095643.884000', '095643.887000', '095643.889000', '095643.892000', '095643.894000', '095643.897000', '095643.900000', '095643.902000', '095643.905000', '095643.907000', '095643.910000', '095643.912000', '095643.915000', '095643.918000', '095643.920000', '095643.923000', '095643.925000', '095643.928000', '095643.930000', '095643.933000', '095643.936000', '095643.939000', '095643.941000', '095643.944000', '095643.947000', '095643.949000', '095703.838000', '095703.841000', '095703.844000', '095703.846000', '095703.849000', '095703.851000', '095703.854000', '095703.857000', '095703.859000', '095703.862000', '095703.865000', '095703.867000', '095703.870000', '095703.872000', '095703.875000', '095703.877000', '095703.880000', '095703.883000', '095703.885000', '095703.888000', '095703.890000', '095703.893000', '095703.895000', '095703.898000', '095703.900000', '095703.903000', '095703.906000', '095703.908000', '095703.911000', '095703.913000', '095703.916000', '095703.918000', '095703.921000', '095703.923000', '095703.926000', '095703.928000', '095703.931000', '095703.934000', '095703.936000', '095703.939000', '095703.941000', '095703.944000', '095703.946000', '095703.949000', '095723.839000', '095723.842000', '095723.844000', '095723.847000', '095723.849000', '095723.852000', '095723.854000', '095723.857000', '095723.859000', '095723.862000', '095723.865000', '095723.867000', '095723.870000', '095723.872000', '095723.875000', '095723.878000', '095723.880000', '095723.883000', '095723.885000', '095723.888000', '095723.890000', '095723.900000', '095723.903000', '095723.905000', '095723.908000', '095723.910000', '095723.913000', '095723.915000', '095723.918000', '095723.921000', '095723.923000', '095723.926000', '095723.928000', '095723.931000', '095723.933000', '095723.936000', '095723.939000', '095723.941000', '095723.944000', '095723.946000', '095723.949000', '095723.952000', '095723.954000', '095743.838000', '095743.841000', '095743.844000', '095743.847000', '095743.849000', '095743.852000', '095743.854000', '095743.857000', '095743.859000', '095743.862000', '095743.865000', '095743.867000', '095743.870000', '095743.872000', '095743.875000', '095743.877000', '095743.880000', '095743.882000', '095743.885000', '095743.888000', '095743.890000', '095743.893000', '095743.895000', '095743.898000', '095743.900000', '095743.903000', '095743.906000', '095743.908000', '095743.911000', '095743.913000', '095743.916000', '095743.918000', '095743.921000', '095743.923000', '095743.926000', '095743.929000', '095743.931000', '095743.934000', '095743.936000', '095743.939000', '095743.941000', '095743.944000', '095743.947000', '095743.949000', '095803.839000', '095803.841000', '095803.844000', '095803.847000', '095803.849000', '095803.852000', '095803.854000', '095803.857000', '095803.859000', '095803.862000', '095803.864000', '095803.867000', '095803.870000', '095803.872000', '095803.875000', '095803.877000', '095803.880000', '095803.882000', '095803.885000', '095803.888000', '095803.890000', '095803.893000', '095803.895000', '095803.898000', '095803.901000', '095803.903000', '095803.906000', '095803.908000', '095803.911000', '095803.913000', '095803.916000', '095803.918000', '095803.921000', '095803.924000', '095803.926000', '095803.929000', '095803.931000', '095803.934000', '095803.936000', '095803.939000', '095803.941000', '095803.944000', '095803.947000', '095823.838000', '095823.841000', '095823.844000', '095823.846000', '095823.849000', '095823.852000', '095823.854000', '095823.857000', '095823.859000', '095823.862000', '095823.864000', '095823.867000', '095823.869000', '095823.872000', '095823.875000', '095823.877000', '095823.880000', '095823.882000', '095823.885000', '095823.887000', '095823.890000', '095823.893000', '095823.895000', '095823.898000', '095823.900000', '095823.903000', '095823.905000', '095823.908000', '095823.910000', '095823.913000', '095823.916000', '095823.918000', '095823.921000', '095823.923000', '095823.926000', '095823.928000', '095823.931000', '095823.933000', '095823.936000', '095823.939000', '095823.941000', '095823.944000', '095823.947000', '095823.949000', '095843.839000', '095843.841000', '095843.844000', '095843.848000', '095843.851000', '095843.854000', '095843.856000', '095843.859000', '095843.861000', '095843.864000', '095843.866000', '095843.869000', '095843.871000', '095843.874000', '095843.877000', '095843.879000', '095843.882000', '095843.884000', '095843.887000', '095843.890000', '095843.892000', '095843.895000', '095843.897000', '095843.900000', '095843.902000', '095843.905000', '095843.908000', '095843.910000', '095843.913000', '095843.915000', '095843.918000', '095843.921000', '095843.923000', '095843.926000', '095843.929000', '095843.931000', '095843.934000', '095843.936000', '095843.939000', '095843.941000', '095843.944000', '095843.946000', '095843.949000', '095903.839000', '095903.841000', '095903.844000', '095903.847000', '095903.849000', '095903.852000', '095903.854000', '095903.857000', '095903.859000', '095903.862000', '095903.864000', '095903.867000', '095903.870000', '095903.872000', '095903.875000', '095903.877000', '095903.880000', '095903.882000', '095903.885000', '095903.888000', '095903.890000', '095903.893000', '095903.895000', '095903.898000', '095903.900000', '095903.903000', '095903.906000', '095903.908000', '095903.911000', '095903.913000', '095903.916000', '095903.918000', '095903.921000', '095903.924000', '095903.926000', '095903.929000', '095903.931000', '095903.934000', '095903.936000', '095903.939000', '095903.942000', '095903.944000', '095903.947000', '095903.949000', '095923.839000', '095923.841000', '095923.844000', '095923.847000', '095923.849000', '095923.852000', '095923.854000', '095923.857000', '095923.859000', '095923.862000', '095923.865000', '095923.867000', '095923.870000', '095923.872000', '095923.875000', '095923.877000', '095923.880000', '095923.883000', '095923.885000', '095923.888000', '095923.890000', '095923.893000', '095923.896000', '095923.898000', '095923.901000', '095923.903000', '095923.906000', '095923.908000', '095923.911000', '095923.914000', '095923.916000', '095923.919000', '095923.922000', '095923.924000', '095923.927000', '095923.929000', '095923.932000', '095923.934000', '095923.937000', '095923.940000', '095923.942000', '095923.945000', '095923.947000', '095943.839000', '095943.841000', '095943.844000', '095943.846000', '095943.849000', '095943.852000', '095943.854000', '095943.857000', '095943.859000', '095943.862000', '095943.864000', '095943.867000', '095943.869000', '095943.872000', '095943.875000', '095943.877000', '095943.880000', '095943.882000', '095943.885000', '095943.887000', '095943.890000', '095943.892000', '095943.895000', '095943.898000', '095943.900000', '095943.903000', '095943.905000', '095943.908000', '095943.911000', '095943.913000', '095943.916000', '095943.918000', '095943.921000', '095943.924000', '095943.926000', '095943.929000', '095943.931000', '095943.934000', '095943.936000', '095943.939000', '095943.941000', '095943.944000', '095943.947000', '095943.949000', '100003.839000', '100003.841000', '100003.844000', '100003.847000', '100003.849000', '100003.852000', '100003.854000', '100003.857000', '100003.859000', '100003.862000', '100003.864000', '100003.867000', '100003.869000', '100003.872000', '100003.875000', '100003.877000', '100003.880000', '100003.882000', '100003.885000', '100003.887000', '100003.890000', '100003.893000', '100003.895000', '100003.898000', '100003.900000', '100003.903000', '100003.905000', '100003.908000', '100003.910000', '100003.913000', '100003.916000', '100003.918000', '100003.921000', '100003.923000', '100003.926000', '100003.928000', '100003.931000', '100003.934000', '100003.936000', '100003.939000', '100003.941000', '100003.944000', '100003.946000', '100023.848000', '100023.851000', '100023.853000', '100023.856000', '100023.858000', '100023.861000', '100023.863000', '100023.866000', '100023.868000', '100023.871000', '100023.874000', '100023.876000', '100023.879000', '100023.881000', '100023.884000', '100023.887000', '100023.889000', '100023.892000', '100023.894000', '100023.897000', '100023.899000', '100023.902000', '100023.904000', '100023.907000', '100023.909000', '100023.912000', '100023.915000', '100023.917000', '100023.920000', '100023.923000', '100023.925000', '100023.928000', '100023.930000', '100023.933000', '100023.935000', '100023.938000', '100023.941000', '100023.943000', '100023.946000', '100023.948000', '100023.951000', '100023.954000', '100023.956000', '100023.959000', '100043.839000', '100043.841000', '100043.844000', '100043.846000', '100043.849000', '100043.852000', '100043.854000', '100043.857000', '100043.859000', '100043.862000', '100043.864000', '100043.867000', '100043.870000', '100043.872000', '100043.875000', '100043.877000', '100043.880000', '100043.882000', '100043.885000', '100043.887000', '100043.890000', '100043.892000', '100043.895000', '100043.898000', '100043.900000', '100043.903000', '100043.905000', '100043.908000', '100043.910000', '100043.913000', '100043.915000', '100043.918000', '100043.920000', '100043.923000', '100043.926000', '100043.928000', '100043.931000', '100043.933000', '100043.936000', '100043.938000', '100043.941000', '100043.943000', '100043.946000', '100103.838000', '100103.841000', '100103.844000', '100103.846000', '100103.849000', '100103.852000', '100103.854000', '100103.857000', '100103.859000', '100103.862000', '100103.864000', '100103.867000', '100103.870000', '100103.872000', '100103.875000', '100103.877000', '100103.880000', '100103.882000', '100103.885000', '100103.887000', '100103.890000', '100103.893000', '100103.895000', '100103.898000', '100103.900000', '100103.903000', '100103.905000', '100103.908000', '100103.911000', '100103.913000', '100103.916000', '100103.918000', '100103.921000', '100103.924000', '100103.926000', '100103.929000', '100103.931000', '100103.934000', '100103.936000', '100103.939000', '100103.941000', '100103.944000', '100103.947000', '100103.949000', '100123.838000', '100123.841000', '100123.844000', '100123.846000', '100123.849000', '100123.852000', '100123.854000', '100123.857000', '100123.859000', '100123.862000', '100123.864000', '100123.867000', '100123.870000', '100123.872000', '100123.875000', '100123.877000', '100123.880000', '100123.883000', '100123.885000', '100123.888000', '100123.890000', '100123.893000', '100123.895000', '100123.898000', '100123.901000', '100123.903000', '100123.906000', '100123.908000', '100123.911000', '100123.914000', '100123.916000', '100123.919000', '100123.921000', '100123.924000', '100123.926000', '100123.929000', '100123.932000', '100123.934000', '100123.937000', '100123.939000', '100123.942000', '100123.944000', '100123.947000', '100143.839000', '100143.841000', '100143.844000', '100143.847000', '100143.849000', '100143.852000', '100143.854000', '100143.858000', '100143.860000', '100143.863000', '100143.866000', '100143.868000', '100143.871000', '100143.874000', '100143.876000', '100143.879000', '100143.881000', '100143.884000', '100143.886000', '100143.889000', '100143.892000', '100143.894000', '100143.897000', '100143.899000', '100143.902000', '100143.905000', '100143.907000', '100143.910000', '100143.913000', '100143.915000', '100143.918000', '100143.921000', '100143.923000', '100143.926000', '100143.928000', '100143.931000', '100143.933000', '100143.936000', '100143.938000', '100143.941000', '100143.944000', '100143.946000', '100143.949000', '100143.951000', '100151.626000', '100151.629000', '100151.632000', '100151.635000', '100151.637000', '100151.640000', '100151.643000', '100151.646000', '100151.648000', '100151.652000', '100151.655000', '100151.658000', '100151.660000', '100151.663000', '100151.666000', '100151.669000', '100151.671000'], 'InstanceCreationTime': ['095323.875000', '095323.878000', '095323.881000', '095323.884000', '095323.886000', '095323.889000', '095323.891000', '095323.894000', '095323.896000', '095323.899000', '095323.901000', '095323.904000', '095323.907000', '095323.909000', '095323.912000', '095323.914000', '095323.917000', '095323.920000', '095323.922000', '095323.925000', '095323.927000', '095323.930000', '095323.932000', '095323.935000', '095323.937000', '095323.940000', '095323.943000', '095323.945000', '095323.948000', '095323.950000', '095323.953000', '095323.961000', '095323.964000', '095323.966000', '095323.969000', '095323.972000', '095323.974000', '095323.977000', '095323.979000', '095323.982000', '095323.984000', '095323.987000', '095323.989000', '095323.992000', '095323.994000', '095323.997000', '095324.000000', '095324.002000', '095324.005000', '095324.007000', '095324.010000', '095324.012000', '095324.015000', '095343.839000', '095343.841000', '095343.844000', '095343.847000', '095343.849000', '095343.852000', '095343.854000', '095343.857000', '095343.859000', '095343.862000', '095343.864000', '095343.867000', '095343.875000', '095343.878000', '095343.880000', '095343.883000', '095343.886000', '095343.888000', '095343.891000', '095343.893000', '095343.896000', '095343.898000', '095343.901000', '095343.903000', '095343.906000', '095343.908000', '095343.911000', '095343.913000', '095343.916000', '095343.919000', '095343.921000', '095343.924000', '095343.926000', '095343.929000', '095343.931000', '095343.934000', '095343.936000', '095343.939000', '095343.941000', '095343.944000', '095343.947000', '095343.949000', '095343.952000', '095403.838000', '095403.841000', '095403.844000', '095403.846000', '095403.849000', '095403.851000', '095403.854000', '095403.857000', '095403.860000', '095403.863000', '095403.866000', '095403.868000', '095403.871000', '095403.873000', '095403.876000', '095403.878000', '095403.881000', '095403.888000', '095403.890000', '095403.893000', '095403.895000', '095403.898000', '095403.900000', '095403.903000', '095403.906000', '095403.908000', '095403.911000', '095403.913000', '095403.916000', '095403.918000', '095403.921000', '095403.924000', '095403.926000', '095403.929000', '095403.931000', '095403.934000', '095403.936000', '095403.939000', '095403.941000', '095403.944000', '095403.947000', '095403.949000', '095403.952000', '095403.954000', '095423.839000', '095423.842000', '095423.844000', '095423.847000', '095423.849000', '095423.852000', '095423.854000', '095423.857000', '095423.859000', '095423.862000', '095423.865000', '095423.867000', '095423.870000', '095423.872000', '095423.875000', '095423.886000', '095423.889000', '095423.892000', '095423.894000', '095423.897000', '095423.899000', '095423.911000', '095423.914000', '095423.916000', '095423.919000', '095423.921000', '095423.924000', '095423.926000', '095423.929000', '095423.932000', '095423.934000', '095423.937000', '095423.939000', '095423.942000', '095423.944000', '095423.947000', '095423.949000', '095423.952000', '095423.955000', '095423.957000', '095423.960000', '095423.962000', '095423.965000', '095443.838000', '095443.841000', '095443.844000', '095443.846000', '095443.849000', '095443.851000', '095443.854000', '095443.857000', '095443.859000', '095443.862000', '095443.864000', '095443.867000', '095443.869000', '095443.872000', '095443.878000', '095443.881000', '095443.883000', '095443.886000', '095443.888000', '095443.891000', '095443.894000', '095443.896000', '095443.899000', '095443.901000', '095443.904000', '095443.906000', '095443.909000', '095443.911000', '095443.914000', '095443.917000', '095443.919000', '095443.922000', '095443.924000', '095443.927000', '095443.929000', '095443.932000', '095443.935000', '095443.937000', '095443.940000', '095443.942000', '095443.945000', '095443.947000', '095443.950000', '095503.838000', '095503.841000', '095503.844000', '095503.846000', '095503.854000', '095503.857000', '095503.859000', '095503.862000', '095503.864000', '095503.867000', '095503.869000', '095503.872000', '095503.874000', '095503.877000', '095503.880000', '095503.882000', '095503.885000', '095503.887000', '095503.890000', '095503.893000', '095503.895000', '095503.898000', '095503.900000', '095503.903000', '095503.905000', '095503.908000', '095503.910000', '095503.913000', '095503.916000', '095503.918000', '095503.921000', '095503.923000', '095503.926000', '095503.928000', '095503.931000', '095503.933000', '095503.936000', '095503.939000', '095503.941000', '095503.944000', '095503.946000', '095503.949000', '095503.951000', '095503.954000', '095523.839000', '095523.842000', '095523.844000', '095523.847000', '095523.849000', '095523.852000', '095523.855000', '095523.857000', '095523.860000', '095523.862000', '095523.865000', '095523.867000', '095523.870000', '095523.872000', '095523.875000', '095523.878000', '095523.880000', '095523.883000', '095523.885000', '095523.888000', '095523.890000', '095523.893000', '095523.895000', '095523.899000', '095523.901000', '095523.904000', '095523.907000', '095523.909000', '095523.912000', '095523.915000', '095523.917000', '095523.920000', '095523.923000', '095523.925000', '095523.928000', '095523.930000', '095523.933000', '095523.935000', '095523.938000', '095523.941000', '095523.943000', '095523.946000', '095523.948000', '095543.838000', '095543.841000', '095543.844000', '095543.846000', '095543.849000', '095543.851000', '095543.854000', '095543.856000', '095543.859000', '095543.861000', '095543.864000', '095543.867000', '095543.869000', '095543.872000', '095543.874000', '095543.877000', '095543.879000', '095543.882000', '095543.885000', '095543.887000', '095543.890000', '095543.892000', '095543.895000', '095543.897000', '095543.900000', '095543.903000', '095543.905000', '095543.908000', '095543.910000', '095543.913000', '095543.916000', '095543.918000', '095543.921000', '095543.923000', '095543.926000', '095543.928000', '095543.931000', '095543.933000', '095543.936000', '095543.938000', '095543.941000', '095543.944000', '095543.946000', '095543.949000', '095603.838000', '095603.841000', '095603.844000', '095603.846000', '095603.849000', '095603.851000', '095603.854000', '095603.857000', '095603.859000', '095603.862000', '095603.864000', '095603.892000', '095603.895000', '095603.898000', '095603.900000', '095603.903000', '095603.905000', '095603.908000', '095603.910000', '095603.913000', '095603.916000', '095603.918000', '095603.921000', '095603.923000', '095603.926000', '095603.928000', '095603.931000', '095603.934000', '095603.936000', '095603.939000', '095603.941000', '095603.944000', '095603.946000', '095603.949000', '095603.951000', '095603.954000', '095603.956000', '095603.959000', '095603.962000', '095603.964000', '095603.967000', '095603.969000', '095603.972000', '095623.839000', '095623.842000', '095623.844000', '095623.847000', '095623.849000', '095623.852000', '095623.854000', '095623.857000', '095623.860000', '095623.862000', '095623.865000', '095623.867000', '095623.870000', '095623.872000', '095623.875000', '095623.877000', '095623.880000', '095623.883000', '095623.885000', '095623.888000', '095623.890000', '095623.893000', '095623.895000', '095623.898000', '095623.900000', '095623.903000', '095623.906000', '095623.908000', '095623.911000', '095623.913000', '095623.916000', '095623.918000', '095623.921000', '095623.923000', '095623.926000', '095623.928000', '095623.931000', '095623.933000', '095623.936000', '095623.939000', '095623.941000', '095623.944000', '095623.946000', '095623.949000', '095643.839000', '095643.841000', '095643.844000', '095643.847000', '095643.849000', '095643.852000', '095643.854000', '095643.857000', '095643.859000', '095643.862000', '095643.865000', '095643.868000', '095643.871000', '095643.874000', '095643.877000', '095643.879000', '095643.882000', '095643.884000', '095643.887000', '095643.889000', '095643.892000', '095643.894000', '095643.897000', '095643.900000', '095643.902000', '095643.905000', '095643.907000', '095643.910000', '095643.912000', '095643.915000', '095643.918000', '095643.920000', '095643.923000', '095643.925000', '095643.928000', '095643.930000', '095643.933000', '095643.936000', '095643.939000', '095643.941000', '095643.944000', '095643.947000', '095643.949000', '095703.838000', '095703.841000', '095703.844000', '095703.846000', '095703.849000', '095703.851000', '095703.854000', '095703.857000', '095703.859000', '095703.862000', '095703.865000', '095703.867000', '095703.870000', '095703.872000', '095703.875000', '095703.877000', '095703.880000', '095703.883000', '095703.885000', '095703.888000', '095703.890000', '095703.893000', '095703.895000', '095703.898000', '095703.900000', '095703.903000', '095703.906000', '095703.908000', '095703.911000', '095703.913000', '095703.916000', '095703.918000', '095703.921000', '095703.923000', '095703.926000', '095703.928000', '095703.931000', '095703.934000', '095703.936000', '095703.939000', '095703.941000', '095703.944000', '095703.946000', '095703.949000', '095723.839000', '095723.842000', '095723.844000', '095723.847000', '095723.849000', '095723.852000', '095723.854000', '095723.857000', '095723.859000', '095723.862000', '095723.865000', '095723.867000', '095723.870000', '095723.872000', '095723.875000', '095723.878000', '095723.880000', '095723.883000', '095723.885000', '095723.888000', '095723.890000', '095723.900000', '095723.903000', '095723.905000', '095723.908000', '095723.910000', '095723.913000', '095723.915000', '095723.918000', '095723.921000', '095723.923000', '095723.926000', '095723.928000', '095723.931000', '095723.933000', '095723.936000', '095723.939000', '095723.941000', '095723.944000', '095723.946000', '095723.949000', '095723.952000', '095723.954000', '095743.838000', '095743.841000', '095743.844000', '095743.847000', '095743.849000', '095743.852000', '095743.854000', '095743.857000', '095743.859000', '095743.862000', '095743.865000', '095743.867000', '095743.870000', '095743.872000', '095743.875000', '095743.877000', '095743.880000', '095743.882000', '095743.885000', '095743.888000', '095743.890000', '095743.893000', '095743.895000', '095743.898000', '095743.900000', '095743.903000', '095743.906000', '095743.908000', '095743.911000', '095743.913000', '095743.916000', '095743.918000', '095743.921000', '095743.923000', '095743.926000', '095743.929000', '095743.931000', '095743.934000', '095743.936000', '095743.939000', '095743.941000', '095743.944000', '095743.947000', '095743.949000', '095803.839000', '095803.841000', '095803.844000', '095803.847000', '095803.849000', '095803.852000', '095803.854000', '095803.857000', '095803.859000', '095803.862000', '095803.864000', '095803.867000', '095803.870000', '095803.872000', '095803.875000', '095803.877000', '095803.880000', '095803.882000', '095803.885000', '095803.888000', '095803.890000', '095803.893000', '095803.895000', '095803.898000', '095803.901000', '095803.903000', '095803.906000', '095803.908000', '095803.911000', '095803.913000', '095803.916000', '095803.918000', '095803.921000', '095803.924000', '095803.926000', '095803.929000', '095803.931000', '095803.934000', '095803.936000', '095803.939000', '095803.941000', '095803.944000', '095803.947000', '095823.838000', '095823.841000', '095823.844000', '095823.846000', '095823.849000', '095823.852000', '095823.854000', '095823.857000', '095823.859000', '095823.862000', '095823.864000', '095823.867000', '095823.869000', '095823.872000', '095823.875000', '095823.877000', '095823.880000', '095823.882000', '095823.885000', '095823.887000', '095823.890000', '095823.893000', '095823.895000', '095823.898000', '095823.900000', '095823.903000', '095823.905000', '095823.908000', '095823.910000', '095823.913000', '095823.916000', '095823.918000', '095823.921000', '095823.923000', '095823.926000', '095823.928000', '095823.931000', '095823.933000', '095823.936000', '095823.939000', '095823.941000', '095823.944000', '095823.947000', '095823.949000', '095843.839000', '095843.841000', '095843.844000', '095843.848000', '095843.851000', '095843.854000', '095843.856000', '095843.859000', '095843.861000', '095843.864000', '095843.866000', '095843.869000', '095843.871000', '095843.874000', '095843.877000', '095843.879000', '095843.882000', '095843.884000', '095843.887000', '095843.890000', '095843.892000', '095843.895000', '095843.897000', '095843.900000', '095843.902000', '095843.905000', '095843.908000', '095843.910000', '095843.913000', '095843.915000', '095843.918000', '095843.921000', '095843.923000', '095843.926000', '095843.929000', '095843.931000', '095843.934000', '095843.936000', '095843.939000', '095843.941000', '095843.944000', '095843.946000', '095843.949000', '095903.839000', '095903.841000', '095903.844000', '095903.847000', '095903.849000', '095903.852000', '095903.854000', '095903.857000', '095903.859000', '095903.862000', '095903.864000', '095903.867000', '095903.870000', '095903.872000', '095903.875000', '095903.877000', '095903.880000', '095903.882000', '095903.885000', '095903.888000', '095903.890000', '095903.893000', '095903.895000', '095903.898000', '095903.900000', '095903.903000', '095903.906000', '095903.908000', '095903.911000', '095903.913000', '095903.916000', '095903.918000', '095903.921000', '095903.924000', '095903.926000', '095903.929000', '095903.931000', '095903.934000', '095903.936000', '095903.939000', '095903.942000', '095903.944000', '095903.947000', '095903.949000', '095923.839000', '095923.841000', '095923.844000', '095923.847000', '095923.849000', '095923.852000', '095923.854000', '095923.857000', '095923.859000', '095923.862000', '095923.865000', '095923.867000', '095923.870000', '095923.872000', '095923.875000', '095923.877000', '095923.880000', '095923.883000', '095923.885000', '095923.888000', '095923.890000', '095923.893000', '095923.896000', '095923.898000', '095923.901000', '095923.903000', '095923.906000', '095923.908000', '095923.911000', '095923.914000', '095923.916000', '095923.919000', '095923.922000', '095923.924000', '095923.927000', '095923.929000', '095923.932000', '095923.934000', '095923.937000', '095923.940000', '095923.942000', '095923.945000', '095923.947000', '095943.839000', '095943.841000', '095943.844000', '095943.846000', '095943.849000', '095943.852000', '095943.854000', '095943.857000', '095943.859000', '095943.862000', '095943.864000', '095943.867000', '095943.869000', '095943.872000', '095943.875000', '095943.877000', '095943.880000', '095943.882000', '095943.885000', '095943.887000', '095943.890000', '095943.892000', '095943.895000', '095943.898000', '095943.900000', '095943.903000', '095943.905000', '095943.908000', '095943.911000', '095943.913000', '095943.916000', '095943.918000', '095943.921000', '095943.924000', '095943.926000', '095943.929000', '095943.931000', '095943.934000', '095943.936000', '095943.939000', '095943.941000', '095943.944000', '095943.947000', '095943.949000', '100003.839000', '100003.841000', '100003.844000', '100003.847000', '100003.849000', '100003.852000', '100003.854000', '100003.857000', '100003.859000', '100003.862000', '100003.864000', '100003.867000', '100003.869000', '100003.872000', '100003.875000', '100003.877000', '100003.880000', '100003.882000', '100003.885000', '100003.887000', '100003.890000', '100003.893000', '100003.895000', '100003.898000', '100003.900000', '100003.903000', '100003.905000', '100003.908000', '100003.910000', '100003.913000', '100003.916000', '100003.918000', '100003.921000', '100003.923000', '100003.926000', '100003.928000', '100003.931000', '100003.934000', '100003.936000', '100003.939000', '100003.941000', '100003.944000', '100003.946000', '100023.848000', '100023.851000', '100023.853000', '100023.856000', '100023.858000', '100023.861000', '100023.863000', '100023.866000', '100023.868000', '100023.871000', '100023.874000', '100023.876000', '100023.879000', '100023.881000', '100023.884000', '100023.887000', '100023.889000', '100023.892000', '100023.894000', '100023.897000', '100023.899000', '100023.902000', '100023.904000', '100023.907000', '100023.909000', '100023.912000', '100023.915000', '100023.917000', '100023.920000', '100023.923000', '100023.925000', '100023.928000', '100023.930000', '100023.933000', '100023.935000', '100023.938000', '100023.941000', '100023.943000', '100023.946000', '100023.948000', '100023.951000', '100023.954000', '100023.956000', '100023.959000', '100043.839000', '100043.841000', '100043.844000', '100043.846000', '100043.849000', '100043.852000', '100043.854000', '100043.857000', '100043.859000', '100043.862000', '100043.864000', '100043.867000', '100043.870000', '100043.872000', '100043.875000', '100043.877000', '100043.880000', '100043.882000', '100043.885000', '100043.887000', '100043.890000', '100043.892000', '100043.895000', '100043.898000', '100043.900000', '100043.903000', '100043.905000', '100043.908000', '100043.910000', '100043.913000', '100043.915000', '100043.918000', '100043.920000', '100043.923000', '100043.926000', '100043.928000', '100043.931000', '100043.933000', '100043.936000', '100043.938000', '100043.941000', '100043.943000', '100043.946000', '100103.838000', '100103.841000', '100103.844000', '100103.846000', '100103.849000', '100103.852000', '100103.854000', '100103.857000', '100103.859000', '100103.862000', '100103.864000', '100103.867000', '100103.870000', '100103.872000', '100103.875000', '100103.877000', '100103.880000', '100103.882000', '100103.885000', '100103.887000', '100103.890000', '100103.893000', '100103.895000', '100103.898000', '100103.900000', '100103.903000', '100103.905000', '100103.908000', '100103.911000', '100103.913000', '100103.916000', '100103.918000', '100103.921000', '100103.924000', '100103.926000', '100103.929000', '100103.931000', '100103.934000', '100103.936000', '100103.939000', '100103.941000', '100103.944000', '100103.947000', '100103.949000', '100123.838000', '100123.841000', '100123.844000', '100123.846000', '100123.849000', '100123.852000', '100123.854000', '100123.857000', '100123.859000', '100123.862000', '100123.864000', '100123.867000', '100123.870000', '100123.872000', '100123.875000', '100123.877000', '100123.880000', '100123.883000', '100123.885000', '100123.888000', '100123.890000', '100123.893000', '100123.895000', '100123.898000', '100123.901000', '100123.903000', '100123.906000', '100123.908000', '100123.911000', '100123.914000', '100123.916000', '100123.919000', '100123.921000', '100123.924000', '100123.926000', '100123.929000', '100123.932000', '100123.934000', '100123.937000', '100123.939000', '100123.942000', '100123.944000', '100123.947000', '100143.839000', '100143.841000', '100143.844000', '100143.847000', '100143.849000', '100143.852000', '100143.854000', '100143.858000', '100143.860000', '100143.863000', '100143.866000', '100143.868000', '100143.871000', '100143.874000', '100143.876000', '100143.879000', '100143.881000', '100143.884000', '100143.886000', '100143.889000', '100143.892000', '100143.894000', '100143.897000', '100143.899000', '100143.902000', '100143.905000', '100143.907000', '100143.910000', '100143.913000', '100143.915000', '100143.918000', '100143.921000', '100143.923000', '100143.926000', '100143.928000', '100143.931000', '100143.933000', '100143.936000', '100143.938000', '100143.941000', '100143.944000', '100143.946000', '100143.949000', '100143.951000', '100151.626000', '100151.629000', '100151.632000', '100151.635000', '100151.637000', '100151.640000', '100151.643000', '100151.646000', '100151.648000', '100151.652000', '100151.655000', '100151.658000', '100151.660000', '100151.663000', '100151.666000', '100151.669000', '100151.671000'], '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': [12724, 8353, 10139, 8782, 8148, 10194, 7958, 13422, 9564, 10947, 10851, 11339, 8037, 9322, 14421, 8343, 14968, 9888, 12011, 7818, 9531, 13406, 8405, 13578, 7546, 11237, 7488, 9419, 9053, 8496, 10015, 7996, 8043, 7619, 16701, 8002, 11604, 12985, 9086, 14827, 8642, 16409, 7596, 11312, 8365, 9929, 17920, 8921, 11909, 9878, 8430, 8047, 7680, 13856, 12188, 8530, 12077, 9971, 8551, 9502, 7280, 10891, 7292, 9321, 8720, 8400, 16709, 8307, 11590, 7277, 10601, 9720, 9074, 16832, 10601, 12557, 8709, 10125, 16610, 8413, 13152, 10672, 10663, 18184, 11739, 11463, 9816, 8058, 11561, 7774, 11232, 8804, 10454, 10178, 11883, 8298, 10530, 17992, 9616, 15649, 11394, 9724, 12107, 8404, 16933, 7480, 11484, 10238, 8986, 17453, 10081, 9403, 17954, 7800, 8702, 7289, 9287, 8745, 8044, 9360, 7257, 12936, 17491, 9132, 10800, 8043, 8991, 7428, 9389, 8582, 7755, 14201, 7793, 12613, 18454, 11202, 12407, 10022, 8116, 7923, 8001, 15434, 8036, 11114, 8026, 10502, 18026, 9438, 9582, 12937, 8610, 12274, 8229, 14867, 7651, 11475, 18295, 11082, 9670, 15823, 8511, 12408, 7942, 10114, 8123, 10369, 9896, 8296, 16255, 15990, 9249, 13511, 7692, 9456, 7301, 9170, 8670, 7977, 15299, 8610, 13008, 7510, 10331, 8276, 9640, 18167, 15887, 9174, 12656, 17202, 8925, 7946, 8088, 8901, 7212, 9920, 7895, 8132, 12963, 7926, 10490, 6994, 9522, 7671, 9473, 16612, 11093, 10166, 9360, 9087, 14197, 8322, 15757, 11013, 12097, 8334, 11301, 18711, 14215, 9006, 14827, 16061, 8617, 12245, 7446, 9412, 12092, 8228, 10456, 7660, 9970, 17203, 8821, 9847, 11047, 8578, 13842, 8152, 11844, 7346, 9822, 7327, 8517, 11058, 7834, 13405, 6975, 10722, 14837, 10403, 8668, 8318, 7552, 6939, 7100, 13943, 7170, 11904, 10010, 11420, 8305, 11820, 8732, 10087, 12078, 11353, 18056, 13610, 16211, 13357, 14463, 10645, 17592, 8213, 13699, 19180, 10604, 10997, 7871, 8308, 7069, 8674, 8195, 7675, 8986, 7188, 11706, 7984, 8638, 7057, 14474, 7185, 11480, 18424, 10821, 9212, 8181, 7645, 15081, 7461, 9974, 8164, 8494, 7748, 7656, 10650, 7428, 13434, 8572, 13022, 7504, 13775, 8326, 13517, 18464, 12856, 14887, 7833, 13310, 9911, 13190, 10079, 13566, 8506, 11420, 13689, 8418, 18006, 18451, 9843, 14253, 8868, 10155, 7320, 8968, 7032, 8270, 10252, 7485, 12658, 18369, 8534, 12335, 13810, 8325, 9352, 7470, 9754, 7700, 10096, 9622, 8077, 15534, 7089, 10048, 9503, 8147, 15635, 12189, 8532, 12056, 7687, 9449, 7344, 9349, 9039, 8040, 10950, 7194, 13519, 7388, 10999, 18389, 11030, 10033, 9602, 8669, 9653, 7594, 13336, 8198, 12440, 10192, 12389, 9948, 10832, 9132, 7843, 18243, 19286, 9024, 10984, 10193, 8456, 14387, 8016, 9912, 7764, 9216, 7122, 8358, 8182, 8411, 16832, 10693, 9619, 8632, 7560, 9524, 7480, 12357, 8317, 10563, 9067, 9458, 8090, 8077, 16949, 16173, 8547, 13342, 8242, 8463, 16509, 7436, 9760, 8507, 7843, 10443, 7379, 10488, 7286, 11498, 18128, 8570, 11436, 11754, 8827, 15236, 8333, 10722, 9881, 9059, 7225, 9201, 8872, 8262, 17237, 11515, 13952, 10593, 12334, 9703, 9536, 18487, 14516, 9222, 14226, 13988, 9507, 13907, 7695, 9692, 8188, 7699, 11318, 7747, 9538, 8872, 9066, 10593, 7791, 12917, 7276, 11952, 7743, 12297, 8116, 9476, 7163, 8337, 8094, 8609, 9058, 7157, 14684, 18467, 15016, 14916, 8400, 12928, 8592, 12301, 10634, 11389, 11069, 13379, 8396, 9290, 7942, 9119, 18848, 12028, 11006, 8381, 8829, 7270, 8900, 7120, 8624, 9969, 8104, 17896, 12003, 11436, 8104, 9571, 7357, 8409, 7662, 7923, 17416, 11970, 11169, 7934, 7626, 7041, 7516, 7005, 7670, 6893, 7910, 7455, 8754, 7573, 10875, 7742, 10613, 7875, 6867, 7483, 7090, 8235, 7469, 6620, 11356, 8849, 13963, 9823, 16678, 12521, 17383, 13088, 15570, 11299, 15583, 10181, 14964, 10134, 10851, 18027, 11850, 11829, 15370, 10788, 8410, 12653, 7107, 8555, 10991, 7335, 8582, 7591, 7421, 9707, 7483, 7962, 10121, 6889, 7243, 6549, 6888, 6692, 6485, 9968, 7029, 9199, 14106, 7488, 11442, 11276, 8199, 13209, 11046, 9136, 8100, 8813, 10673, 7514, 16042, 8218, 14626, 10090, 15618, 8714, 13066, 9671, 14247, 12278, 12892, 18151, 13781, 14279, 9824, 11688, 17219, 12464, 11326, 8306, 8094, 7511, 7418, 15067, 7694, 14629, 10342, 13231, 8384, 11814, 7951, 9614, 8637, 8511, 13106, 8955, 9502, 7770, 10839, 7019, 16833, 8768, 12244, 10664, 12507, 8752, 8649, 8631, 7316, 9917, 7521, 17259, 9584, 12111, 8340, 10186, 6810, 9512, 7372, 9322, 8414, 8413, 7653, 7512, 7730, 7674, 9006, 8007, 8066, 7923, 6884, 9459, 7398, 10304, 7886, 12629, 11256, 14354, 17488, 12947, 14915, 9624, 9687, 17754, 8200, 14264, 10275, 9169, 7347, 8193, 7207, 7534, 11264, 7693, 14162, 7755, 10384, 7425, 9169, 8396, 7645, 13080, 7787, 10819, 9452, 9267, 7650, 8855, 6923, 7787, 8926, 7379, 14637, 8572, 10848, 8222, 10030, 7259, 8771, 10611, 7735, 15953, 8733, 14057, 7467, 10591, 8213, 9175, 16659, 8190, 14618, 10742, 10842, 9091, 7626, 17449, 9281, 11567, 7774, 9898, 7109, 7630, 13728, 7739, 9656, 8119, 9284, 7048, 7937, 9180, 7570, 12899, 9197, 11448, 6988, 8961, 9520, 7964, 16911, 9853, 14860, 7493, 12609, 8435, 12123, 10582, 15920, 10364, 11608, 18446, 12330, 15320, 13883, 14698, 10958, 14126, 7590, 10994, 8426, 10510, 18017, 11179, 14046, 10171, 9554, 17606, 13718, 10541, 7514, 7553, 7282, 7273, 7769, 7774, 6999, 7545, 6898, 7120, 8958, 7680, 16352, 9442, 12243, 8571, 10173, 8642, 8463, 16096, 10272, 16666, 8691, 12799, 16511, 7729, 13267, 10424, 8062, 6921, 7597, 15731, 7864, 8701, 7555, 7467, 7092, 7594, 7084, 7484, 8314, 7588, 13449, 11437, 10484, 7097, 9007, 9231, 7794, 15692, 8969, 16816, 17323, 13351, 13492, 8513, 11960, 6986, 9297, 7394, 8588, 6976, 8059, 16421, 10623, 8381, 15919, 9782, 9425, 7233, 9262, 8019, 7405, 10810, 12842, 7456, 9145, 7451, 7577, 6696, 7520, 7752, 7012, 10965, 14170, 7396, 14015, 6944, 9452, 12215, 7474, 10167, 7578, 8318, 13863, 8462, 11052, 7348, 8163, 9085, 7277, 14213, 8134, 11492, 9353, 10617, 8681, 8773, 16635, 18569, 8278, 11435, 18093, 8157, 10749, 7055, 8033, 9833, 7104, 9873, 7294, 8939, 9023, 7671, 15849, 8770, 12216, 8372, 10400, 10314, 8293, 17237, 8819, 13950, 8300, 8496, 7489, 7308, 16517, 7447, 10241, 9527, 8286, 11578, 7198, 11722, 7049, 11846, 7081, 10114, 7787, 9810, 9754, 8441, 18340, 7368, 11895, 18442, 7938, 11864, 10325, 7570, 13148, 11378, 7363, 11118, 8226, 8245, 7501, 7256, 12775, 6998, 9001, 8764, 7750, 8317, 7037, 13216, 16265, 8192, 11277, 9931, 8609, 8269, 7548, 11606, 7296, 13784, 11711, 9083, 12091, 7771, 13758, 7657, 11391, 8601, 10677, 16166, 9114, 15786, 10132, 9369, 16524, 8126, 12367, 9366, 10680, 17202, 8858, 9489, 15857, 7626, 13087, 7548, 10043, 7158, 8840, 8325, 7942, 14115, 10714, 8992, 9117, 7286, 15189, 7423, 11329, 10135, 8918, 10894, 7491, 14798, 16517, 7916, 11670, 10922, 8265, 15275, 7194, 9220, 7171, 9140, 7444, 8620, 7914, 7970, 14533, 14513, 8265, 13156, 10900, 8658, 7733, 8069, 15680, 7646, 12086, 16751, 9139, 13869, 7190, 8747, 6999, 9500, 9614, 8591, 8527, 7579, 15080, 18528, 8623, 10467, 17200, 7842, 6912, 8377, 8614, 7029, 12806, 7400, 10342, 16583, 8102, 9933, 11574, 7837, 12298, 7870, 10130, 8520, 8826, 15208, 11079, 9199, 13180, 8994, 10052, 7507, 8680, 6736, 8868, 7335, 9446, 8209, 12054, 6903, 11477, 9965, 13919, 10818, 15373, 10836, 11152, 11626, 8188, 16333, 11955, 16840, 14455, 16252, 13344, 15951, 12182, 15431, 10524, 15955, 16136, 12414, 13353, 9786, 7165, 8025, 7046, 8533, 7409, 10131, 6968, 10469, 7956, 9887, 8728, 12413, 9433, 15749, 8502, 11880, 7387, 10888, 7251, 12345, 8135, 11650, 8582, 12983, 8837, 10528, 7517, 9073, 7502, 9086, 7539, 9106, 7259, 8804, 7329, 8775, 6805, 8674, 7179, 8367], 'WindowCenter': [4201.0, 4149.0, 4165.0, 4143.0, 4134.0, 4153.0, 4134.0, 4185.0, 4156.0, 4164.0, 4164.0, 4163.0, 4133.0, 4143.0, 4184.0, 4144.0, 4185.0, 4154.0, 4164.0, 4122.0, 4154.0, 4175.0, 4144.0, 4173.0, 4133.0, 4163.0, 4124.0, 4143.0, 4156.0, 4155.0, 4166.0, 4145.0, 4134.0, 4135.0, 4195.0, 4146.0, 4175.0, 4185.0, 4155.0, 4184.0, 4145.0, 4195.0, 4133.0, 4164.0, 4133.0, 4154.0, 4195.0, 4143.0, 4163.0, 4152.0, 4131.0, 4131.0, 4133.0, 4174.0, 4160.0, 4132.0, 4147.0, 4153.0, 4143.0, 4152.0, 4123.0, 4164.0, 4135.0, 4156.0, 4158.0, 4170.0, 4219.0, 4171.0, 4190.0, 4150.0, 4180.0, 4169.0, 4170.0, 4223.0, 4192.0, 4201.0, 4158.0, 4168.0, 4207.0, 4147.0, 4187.0, 4178.0, 4179.0, 4209.0, 4178.0, 4164.0, 4153.0, 4133.0, 4173.0, 4134.0, 4177.0, 4168.0, 4176.0, 4180.0, 4187.0, 4146.0, 4179.0, 4208.0, 4154.0, 4197.0, 4176.0, 4156.0, 4175.0, 4146.0, 4195.0, 4123.0, 4174.0, 4167.0, 4156.0, 4206.0, 4154.0, 4142.0, 4191.0, 4120.0, 4130.0, 4133.0, 4155.0, 4155.0, 4146.0, 4155.0, 4136.0, 4187.0, 4194.0, 4154.0, 4164.0, 4144.0, 4154.0, 4135.0, 4155.0, 4156.0, 4147.0, 4198.0, 4159.0, 4202.0, 4209.0, 4176.0, 4174.0, 4153.0, 4133.0, 4143.0, 4147.0, 4209.0, 4148.0, 4187.0, 4147.0, 4178.0, 4208.0, 4153.0, 4164.0, 4187.0, 4155.0, 4186.0, 4157.0, 4195.0, 4147.0, 4188.0, 4207.0, 4175.0, 4155.0, 4184.0, 4144.0, 4173.0, 4144.0, 4164.0, 4145.0, 4166.0, 4166.0, 4158.0, 4210.0, 4197.0, 4154.0, 4184.0, 4133.0, 4152.0, 4134.0, 4154.0, 4155.0, 4158.0, 4208.0, 4159.0, 4188.0, 4138.0, 4180.0, 4159.0, 4170.0, 4212.0, 4196.0, 4157.0, 4176.0, 4194.0, 4142.0, 4131.0, 4133.0, 4153.0, 4136.0, 4166.0, 4158.0, 4158.0, 4197.0, 4159.0, 4177.0, 4136.0, 4169.0, 4160.0, 4184.0, 4222.0, 4189.0, 4167.0, 4155.0, 4158.0, 4196.0, 4158.0, 4208.0, 4177.0, 4187.0, 4142.0, 4174.0, 4208.0, 4171.0, 4141.0, 4184.0, 4181.0, 4129.0, 4159.0, 4108.0, 4129.0, 4158.0, 4132.0, 4162.0, 4132.0, 4154.0, 4193.0, 4142.0, 4151.0, 4160.0, 4143.0, 4183.0, 4134.0, 4173.0, 4134.0, 4178.0, 4159.0, 4169.0, 4189.0, 4148.0, 4185.0, 4134.0, 4176.0, 4186.0, 4163.0, 4144.0, 4144.0, 4133.0, 4123.0, 4133.0, 4196.0, 4135.0, 4186.0, 4167.0, 4176.0, 4146.0, 4176.0, 4145.0, 4165.0, 4174.0, 4165.0, 4193.0, 4174.0, 4194.0, 4174.0, 4183.0, 4152.0, 4183.0, 4130.0, 4173.0, 4181.0, 4138.0, 4137.0, 4106.0, 4117.0, 4107.0, 4126.0, 4129.0, 4120.0, 4141.0, 4123.0, 4172.0, 4133.0, 4142.0, 4124.0, 4184.0, 4123.0, 4176.0, 4195.0, 4152.0, 4142.0, 4129.0, 4121.0, 4181.0, 4122.0, 4152.0, 4144.0, 4143.0, 4133.0, 4135.0, 4176.0, 4148.0, 4197.0, 4159.0, 4187.0, 4136.0, 4197.0, 4158.0, 4201.0, 4208.0, 4175.0, 4184.0, 4133.0, 4185.0, 4155.0, 4186.0, 4167.0, 4186.0, 4143.0, 4163.0, 4172.0, 4132.0, 4196.0, 4178.0, 4140.0, 4169.0, 4129.0, 4138.0, 4120.0, 4142.0, 4123.0, 4144.0, 4163.0, 4134.0, 4176.0, 4195.0, 4142.0, 4163.0, 4171.0, 4119.0, 4139.0, 4122.0, 4140.0, 4133.0, 4154.0, 4155.0, 4133.0, 4182.0, 4123.0, 4152.0, 4152.0, 4134.0, 4185.0, 4163.0, 4131.0, 4160.0, 4121.0, 4142.0, 4123.0, 4155.0, 4157.0, 4145.0, 4164.0, 4125.0, 4184.0, 4136.0, 4177.0, 4208.0, 4164.0, 4154.0, 4155.0, 4144.0, 4151.0, 4134.0, 4184.0, 4145.0, 4190.0, 4179.0, 4188.0, 4155.0, 4165.0, 4143.0, 4134.0, 4198.0, 4193.0, 4130.0, 4149.0, 4139.0, 4130.0, 4170.0, 4121.0, 4150.0, 4121.0, 4140.0, 4122.0, 4143.0, 4144.0, 4131.0, 4196.0, 4154.0, 4142.0, 4131.0, 4122.0, 4152.0, 4133.0, 4185.0, 4145.0, 4164.0, 4155.0, 4153.0, 4132.0, 4133.0, 4196.0, 4182.0, 4131.0, 4172.0, 4130.0, 4119.0, 4179.0, 4109.0, 4140.0, 4141.0, 4132.0, 4152.0, 4123.0, 4164.0, 4134.0, 4177.0, 4195.0, 4144.0, 4164.0, 4161.0, 4141.0, 4182.0, 4143.0, 4162.0, 4153.0, 4141.0, 4133.0, 4154.0, 4143.0, 4145.0, 4206.0, 4175.0, 4185.0, 4165.0, 4174.0, 4153.0, 4156.0, 4210.0, 4184.0, 4140.0, 4160.0, 4156.0, 4126.0, 4155.0, 4104.0, 4127.0, 4117.0, 4120.0, 4162.0, 4132.0, 4152.0, 4153.0, 4156.0, 4164.0, 4134.0, 4172.0, 4137.0, 4186.0, 4148.0, 4188.0, 4147.0, 4166.0, 4137.0, 4145.0, 4147.0, 4157.0, 4157.0, 4151.0, 4213.0, 4209.0, 4198.0, 4183.0, 4131.0, 4161.0, 4132.0, 4163.0, 4152.0, 4161.0, 4164.0, 4174.0, 4130.0, 4129.0, 4120.0, 4130.0, 4182.0, 4148.0, 4137.0, 4115.0, 4116.0, 4106.0, 4126.0, 4097.0, 4117.0, 4128.0, 4107.0, 4179.0, 4148.0, 4134.0, 4106.0, 4126.0, 4120.0, 4117.0, 4106.0, 4117.0, 4182.0, 4150.0, 4124.0, 4118.0, 4105.0, 4106.0, 4106.0, 4111.0, 4131.0, 4122.0, 4143.0, 4120.0, 4141.0, 4147.0, 4188.0, 4159.0, 4176.0, 4144.0, 4123.0, 4133.0, 4134.0, 4144.0, 4135.0, 4115.0, 4166.0, 4158.0, 4187.0, 4169.0, 4210.0, 4177.0, 4186.0, 4166.0, 4174.0, 4154.0, 4162.0, 4131.0, 4161.0, 4128.0, 4127.0, 4146.0, 4110.0, 4109.0, 4118.0, 4095.0, 4076.0, 4105.0, 4055.0, 4088.0, 4107.0, 4068.0, 4086.0, 4077.0, 4081.0, 4099.0, 4080.0, 4116.0, 4135.0, 4106.0, 4107.0, 4096.0, 4109.0, 4111.0, 4113.0, 4164.0, 4138.0, 4170.0, 4198.0, 4138.0, 4177.0, 4176.0, 4161.0, 4202.0, 4191.0, 4168.0, 4147.0, 4169.0, 4177.0, 4149.0, 4222.0, 4171.0, 4223.0, 4194.0, 4222.0, 4171.0, 4200.0, 4181.0, 4213.0, 4192.0, 4202.0, 4211.0, 4187.0, 4185.0, 4152.0, 4164.0, 4187.0, 4161.0, 4139.0, 4143.0, 4131.0, 4118.0, 4121.0, 4194.0, 4131.0, 4183.0, 4150.0, 4170.0, 4130.0, 4161.0, 4130.0, 4141.0, 4130.0, 4130.0, 4172.0, 4139.0, 4154.0, 4134.0, 4159.0, 4122.0, 4180.0, 4131.0, 4161.0, 4152.0, 4161.0, 4129.0, 4130.0, 4129.0, 4110.0, 4150.0, 4122.0, 4193.0, 4153.0, 4161.0, 4131.0, 4164.0, 4126.0, 4153.0, 4123.0, 4142.0, 4133.0, 4132.0, 4132.0, 4134.0, 4132.0, 4121.0, 4143.0, 4132.0, 4134.0, 4134.0, 4124.0, 4154.0, 4133.0, 4163.0, 4146.0, 4175.0, 4163.0, 4186.0, 4195.0, 4172.0, 4172.0, 4140.0, 4139.0, 4178.0, 4118.0, 4157.0, 4138.0, 4126.0, 4108.0, 4118.0, 4108.0, 4120.0, 4159.0, 4122.0, 4172.0, 4120.0, 4140.0, 4120.0, 4141.0, 4131.0, 4122.0, 4172.0, 4122.0, 4161.0, 4153.0, 4140.0, 4133.0, 4141.0, 4122.0, 4134.0, 4144.0, 4123.0, 4195.0, 4157.0, 4164.0, 4146.0, 4167.0, 4134.0, 4143.0, 4162.0, 4133.0, 4184.0, 4143.0, 4184.0, 4122.0, 4163.0, 4146.0, 4155.0, 4196.0, 4132.0, 4181.0, 4152.0, 4151.0, 4141.0, 4134.0, 4196.0, 4153.0, 4163.0, 4120.0, 4141.0, 4110.0, 4133.0, 4183.0, 4134.0, 4153.0, 4134.0, 4153.0, 4124.0, 4144.0, 4155.0, 4133.0, 4185.0, 4156.0, 4163.0, 4122.0, 4143.0, 4153.0, 4145.0, 4205.0, 4165.0, 4184.0, 4135.0, 4184.0, 4144.0, 4174.0, 4165.0, 4194.0, 4152.0, 4162.0, 4191.0, 4159.0, 4171.0, 4170.0, 4171.0, 4151.0, 4158.0, 4119.0, 4138.0, 4117.0, 4150.0, 4180.0, 4137.0, 4157.0, 4136.0, 4128.0, 4169.0, 4155.0, 4122.0, 4092.0, 4093.0, 4105.0, 4106.0, 4119.0, 4119.0, 4110.0, 4120.0, 4120.0, 4122.0, 4140.0, 4133.0, 4193.0, 4154.0, 4159.0, 4132.0, 4151.0, 4130.0, 4130.0, 4183.0, 4151.0, 4181.0, 4129.0, 4160.0, 4165.0, 4103.0, 4159.0, 4152.0, 4130.0, 4120.0, 4130.0, 4180.0, 4117.0, 4116.0, 4106.0, 4108.0, 4108.0, 4117.0, 4109.0, 4120.0, 4131.0, 4132.0, 4174.0, 4160.0, 4150.0, 4109.0, 4130.0, 4129.0, 4119.0, 4182.0, 4129.0, 4184.0, 4170.0, 4148.0, 4146.0, 4115.0, 4146.0, 4096.0, 4125.0, 4105.0, 4117.0, 4107.0, 4121.0, 4170.0, 4137.0, 4115.0, 4168.0, 4126.0, 4113.0, 4105.0, 4125.0, 4117.0, 4108.0, 4148.0, 4159.0, 4109.0, 4139.0, 4120.0, 4116.0, 4110.0, 4120.0, 4132.0, 4123.0, 4164.0, 4182.0, 4122.0, 4180.0, 4121.0, 4154.0, 4172.0, 4124.0, 4163.0, 4134.0, 4145.0, 4184.0, 4144.0, 4163.0, 4123.0, 4145.0, 4154.0, 4136.0, 4195.0, 4148.0, 4177.0, 4156.0, 4166.0, 4144.0, 4156.0, 4200.0, 4195.0, 4130.0, 4162.0, 4192.0, 4120.0, 4150.0, 4108.0, 4120.0, 4148.0, 4121.0, 4151.0, 4135.0, 4154.0, 4157.0, 4147.0, 4208.0, 4156.0, 4185.0, 4146.0, 4165.0, 4164.0, 4146.0, 4207.0, 4168.0, 4198.0, 4159.0, 4154.0, 4133.0, 4135.0, 4193.0, 4134.0, 4165.0, 4165.0, 4144.0, 4177.0, 4125.0, 4175.0, 4136.0, 4175.0, 4135.0, 4167.0, 4146.0, 4165.0, 4154.0, 4142.0, 4205.0, 4122.0, 4175.0, 4204.0, 4132.0, 4173.0, 4151.0, 4118.0, 4172.0, 4159.0, 4122.0, 4161.0, 4131.0, 4129.0, 4118.0, 4122.0, 4171.0, 4123.0, 4142.0, 4142.0, 4132.0, 4142.0, 4125.0, 4185.0, 4181.0, 4130.0, 4151.0, 4139.0, 4131.0, 4131.0, 4132.0, 4160.0, 4134.0, 4184.0, 4175.0, 4144.0, 4161.0, 4119.0, 4183.0, 4132.0, 4174.0, 4143.0, 4162.0, 4196.0, 4143.0, 4183.0, 4150.0, 4140.0, 4182.0, 4129.0, 4160.0, 4140.0, 4152.0, 4182.0, 4127.0, 4139.0, 4178.0, 4121.0, 4171.0, 4119.0, 4151.0, 4121.0, 4154.0, 4144.0, 4146.0, 4195.0, 4162.0, 4142.0, 4142.0, 4122.0, 4184.0, 4135.0, 4176.0, 4163.0, 4145.0, 4162.0, 4133.0, 4187.0, 4193.0, 4132.0, 4164.0, 4151.0, 4132.0, 4179.0, 4123.0, 4154.0, 4134.0, 4156.0, 4137.0, 4155.0, 4146.0, 4146.0, 4199.0, 4185.0, 4145.0, 4175.0, 4152.0, 4132.0, 4131.0, 4134.0, 4196.0, 4135.0, 4177.0, 4195.0, 4143.0, 4171.0, 4110.0, 4129.0, 4124.0, 4164.0, 4155.0, 4144.0, 4144.0, 4133.0, 4199.0, 4193.0, 4132.0, 4152.0, 4182.0, 4119.0, 4110.0, 4133.0, 4141.0, 4123.0, 4184.0, 4135.0, 4168.0, 4195.0, 4132.0, 4154.0, 4162.0, 4132.0, 4175.0, 4132.0, 4154.0, 4142.0, 4157.0, 4199.0, 4162.0, 4143.0, 4172.0, 4155.0, 4154.0, 4135.0, 4144.0, 4125.0, 4168.0, 4147.0, 4170.0, 4160.0, 4198.0, 4150.0, 4191.0, 4182.0, 4214.0, 4192.0, 4209.0, 4177.0, 4176.0, 4178.0, 4146.0, 4196.0, 4165.0, 4198.0, 4174.0, 4184.0, 4163.0, 4182.0, 4161.0, 4159.0, 4140.0, 4161.0, 4159.0, 4136.0, 4146.0, 4115.0, 4085.0, 4104.0, 4085.0, 4115.0, 4096.0, 4125.0, 4084.0, 4123.0, 4106.0, 4127.0, 4118.0, 4159.0, 4128.0, 4168.0, 4117.0, 4133.0, 4095.0, 4136.0, 4096.0, 4147.0, 4108.0, 4149.0, 4117.0, 4158.0, 4117.0, 4126.0, 4097.0, 4114.0, 4096.0, 4116.0, 4107.0, 4129.0, 4110.0, 4130.0, 4122.0, 4130.0, 4112.0, 4129.0, 4110.0, 4132.0], 'WindowWidth': [9307.0, 9230.0, 9245.0, 9213.0, 9201.0, 9226.0, 9202.0, 9272.0, 9233.0, 9241.0, 9241.0, 9236.0, 9197.0, 9212.0, 9269.0, 9215.0, 9270.0, 9227.0, 9239.0, 9182.0, 9227.0, 9256.0, 9214.0, 9250.0, 9199.0, 9237.0, 9187.0, 9213.0, 9234.0, 9233.0, 9246.0, 9220.0, 9202.0, 9207.0, 9287.0, 9221.0, 9261.0, 9272.0, 9231.0, 9268.0, 9217.0, 9282.0, 9199.0, 9240.0, 9198.0, 9228.0, 9286.0, 9211.0, 9238.0, 9221.0, 9193.0, 9193.0, 9199.0, 9257.0, 9229.0, 9193.0, 9206.0, 9227.0, 9211.0, 9222.0, 9185.0, 9241.0, 9206.0, 9236.0, 9243.0, 9262.0, 9327.0, 9265.0, 9286.0, 9234.0, 9275.0, 9257.0, 9263.0, 9337.0, 9292.0, 9304.0, 9241.0, 9253.0, 9306.0, 9225.0, 9279.0, 9270.0, 9272.0, 9315.0, 9265.0, 9243.0, 9225.0, 9199.0, 9252.0, 9204.0, 9265.0, 9257.0, 9264.0, 9273.0, 9277.0, 9223.0, 9269.0, 9312.0, 9230.0, 9294.0, 9264.0, 9235.0, 9257.0, 9218.0, 9287.0, 9187.0, 9256.0, 9251.0, 9235.0, 9305.0, 9227.0, 9209.0, 9275.0, 9176.0, 9189.0, 9202.0, 9233.0, 9233.0, 9222.0, 9232.0, 9210.0, 9281.0, 9286.0, 9230.0, 9243.0, 9216.0, 9230.0, 9206.0, 9233.0, 9235.0, 9227.0, 9297.0, 9247.0, 9308.0, 9315.0, 9261.0, 9258.0, 9224.0, 9198.0, 9215.0, 9227.0, 9313.0, 9229.0, 9280.0, 9227.0, 9270.0, 9312.0, 9228.0, 9245.0, 9279.0, 9234.0, 9276.0, 9239.0, 9287.0, 9225.0, 9281.0, 9312.0, 9261.0, 9231.0, 9267.0, 9214.0, 9253.0, 9217.0, 9243.0, 9220.0, 9249.0, 9248.0, 9244.0, 9320.0, 9292.0, 9230.0, 9269.0, 9198.0, 9222.0, 9202.0, 9229.0, 9234.0, 9242.0, 9309.0, 9244.0, 9281.0, 9215.0, 9275.0, 9244.0, 9258.0, 9325.0, 9289.0, 9236.0, 9262.0, 9281.0, 9206.0, 9191.0, 9200.0, 9226.0, 9207.0, 9249.0, 9244.0, 9244.0, 9293.0, 9246.0, 9265.0, 9214.0, 9259.0, 9253.0, 9287.0, 9338.0, 9286.0, 9253.0, 9234.0, 9240.0, 9289.0, 9242.0, 9312.0, 9267.0, 9279.0, 9214.0, 9257.0, 9318.0, 9248.0, 9206.0, 9272.0, 9261.0, 9187.0, 9224.0, 9156.0, 9186.0, 9224.0, 9196.0, 9238.0, 9198.0, 9228.0, 9281.0, 9210.0, 9219.0, 9231.0, 9212.0, 9265.0, 9203.0, 9253.0, 9204.0, 9273.0, 9251.0, 9261.0, 9285.0, 9230.0, 9274.0, 9206.0, 9264.0, 9283.0, 9242.0, 9216.0, 9215.0, 9199.0, 9189.0, 9204.0, 9289.0, 9208.0, 9278.0, 9253.0, 9260.0, 9223.0, 9261.0, 9219.0, 9244.0, 9254.0, 9245.0, 9282.0, 9253.0, 9284.0, 9254.0, 9264.0, 9220.0, 9265.0, 9187.0, 9251.0, 9264.0, 9193.0, 9189.0, 9150.0, 9163.0, 9154.0, 9178.0, 9185.0, 9175.0, 9206.0, 9184.0, 9249.0, 9199.0, 9208.0, 9187.0, 9268.0, 9186.0, 9262.0, 9290.0, 9220.0, 9206.0, 9186.0, 9176.0, 9258.0, 9184.0, 9222.0, 9216.0, 9213.0, 9201.0, 9206.0, 9261.0, 9228.0, 9291.0, 9244.0, 9277.0, 9209.0, 9291.0, 9242.0, 9305.0, 9310.0, 9257.0, 9269.0, 9198.0, 9268.0, 9230.0, 9275.0, 9249.0, 9274.0, 9212.0, 9239.0, 9247.0, 9193.0, 9294.0, 9252.0, 9201.0, 9236.0, 9185.0, 9195.0, 9176.0, 9205.0, 9186.0, 9214.0, 9239.0, 9201.0, 9263.0, 9287.0, 9209.0, 9237.0, 9243.0, 9172.0, 9198.0, 9180.0, 9202.0, 9199.0, 9227.0, 9229.0, 9201.0, 9262.0, 9185.0, 9221.0, 9222.0, 9202.0, 9274.0, 9235.0, 9191.0, 9227.0, 9178.0, 9206.0, 9187.0, 9231.0, 9236.0, 9220.0, 9243.0, 9191.0, 9270.0, 9208.0, 9266.0, 9312.0, 9242.0, 9228.0, 9232.0, 9213.0, 9218.0, 9200.0, 9268.0, 9217.0, 9285.0, 9272.0, 9278.0, 9231.0, 9243.0, 9209.0, 9199.0, 9300.0, 9284.0, 9188.0, 9212.0, 9195.0, 9186.0, 9243.0, 9178.0, 9216.0, 9180.0, 9203.0, 9183.0, 9212.0, 9216.0, 9189.0, 9291.0, 9226.0, 9208.0, 9192.0, 9181.0, 9223.0, 9201.0, 9272.0, 9220.0, 9241.0, 9231.0, 9224.0, 9197.0, 9199.0, 9293.0, 9265.0, 9191.0, 9249.0, 9188.0, 9173.0, 9253.0, 9159.0, 9201.0, 9208.0, 9196.0, 9222.0, 9185.0, 9241.0, 9203.0, 9264.0, 9288.0, 9213.0, 9239.0, 9231.0, 9205.0, 9263.0, 9211.0, 9236.0, 9226.0, 9208.0, 9199.0, 9227.0, 9212.0, 9218.0, 9302.0, 9257.0, 9271.0, 9243.0, 9254.0, 9224.0, 9232.0, 9323.0, 9271.0, 9202.0, 9230.0, 9216.0, 9177.0, 9213.0, 9145.0, 9177.0, 9166.0, 9176.0, 9235.0, 9197.0, 9221.0, 9228.0, 9236.0, 9239.0, 9202.0, 9249.0, 9212.0, 9277.0, 9228.0, 9281.0, 9227.0, 9251.0, 9212.0, 9219.0, 9226.0, 9237.0, 9239.0, 9239.0, 9324.0, 9317.0, 9293.0, 9265.0, 9192.0, 9230.0, 9194.0, 9237.0, 9221.0, 9230.0, 9241.0, 9253.0, 9186.0, 9184.0, 9176.0, 9187.0, 9267.0, 9205.0, 9189.0, 9161.0, 9161.0, 9149.0, 9175.0, 9138.0, 9165.0, 9179.0, 9151.0, 9252.0, 9206.0, 9182.0, 9146.0, 9176.0, 9176.0, 9166.0, 9149.0, 9166.0, 9263.0, 9212.0, 9165.0, 9169.0, 9146.0, 9152.0, 9152.0, 9166.0, 9195.0, 9183.0, 9215.0, 9177.0, 9207.0, 9228.0, 9285.0, 9248.0, 9265.0, 9218.0, 9190.0, 9201.0, 9206.0, 9217.0, 9208.0, 9174.0, 9246.0, 9238.0, 9276.0, 9256.0, 9311.0, 9259.0, 9270.0, 9240.0, 9250.0, 9222.0, 9231.0, 9185.0, 9229.0, 9176.0, 9171.0, 9205.0, 9138.0, 9134.0, 9148.0, 9109.0, 9085.0, 9123.0, 9058.0, 9106.0, 9129.0, 9079.0, 9102.0, 9091.0, 9103.0, 9125.0, 9102.0, 9162.0, 9187.0, 9151.0, 9153.0, 9138.0, 9159.0, 9167.0, 9174.0, 9244.0, 9217.0, 9260.0, 9294.0, 9213.0, 9266.0, 9261.0, 9250.0, 9309.0, 9289.0, 9257.0, 9225.0, 9258.0, 9266.0, 9233.0, 9333.0, 9266.0, 9337.0, 9298.0, 9334.0, 9266.0, 9303.0, 9276.0, 9326.0, 9292.0, 9308.0, 9322.0, 9278.0, 9275.0, 9222.0, 9242.0, 9284.0, 9231.0, 9196.0, 9213.0, 9190.0, 9169.0, 9179.0, 9282.0, 9192.0, 9266.0, 9216.0, 9241.0, 9187.0, 9228.0, 9189.0, 9204.0, 9188.0, 9189.0, 9246.0, 9201.0, 9229.0, 9203.0, 9227.0, 9182.0, 9257.0, 9190.0, 9231.0, 9220.0, 9231.0, 9186.0, 9186.0, 9184.0, 9162.0, 9215.0, 9180.0, 9279.0, 9223.0, 9232.0, 9191.0, 9243.0, 9196.0, 9224.0, 9184.0, 9209.0, 9195.0, 9193.0, 9197.0, 9204.0, 9195.0, 9181.0, 9212.0, 9197.0, 9200.0, 9201.0, 9189.0, 9229.0, 9200.0, 9239.0, 9219.0, 9260.0, 9238.0, 9275.0, 9287.0, 9248.0, 9250.0, 9200.0, 9197.0, 9252.0, 9166.0, 9218.0, 9194.0, 9174.0, 9155.0, 9167.0, 9155.0, 9174.0, 9227.0, 9181.0, 9245.0, 9175.0, 9200.0, 9177.0, 9204.0, 9192.0, 9181.0, 9246.0, 9182.0, 9233.0, 9224.0, 9201.0, 9199.0, 9207.0, 9183.0, 9201.0, 9212.0, 9186.0, 9284.0, 9238.0, 9241.0, 9221.0, 9251.0, 9204.0, 9211.0, 9236.0, 9198.0, 9266.0, 9211.0, 9266.0, 9183.0, 9241.0, 9221.0, 9231.0, 9286.0, 9196.0, 9260.0, 9220.0, 9217.0, 9204.0, 9202.0, 9289.0, 9223.0, 9236.0, 9177.0, 9203.0, 9162.0, 9196.0, 9266.0, 9202.0, 9224.0, 9202.0, 9224.0, 9189.0, 9215.0, 9233.0, 9202.0, 9273.0, 9232.0, 9237.0, 9184.0, 9212.0, 9224.0, 9218.0, 9299.0, 9244.0, 9269.0, 9203.0, 9269.0, 9215.0, 9257.0, 9244.0, 9284.0, 9220.0, 9234.0, 9274.0, 9225.0, 9245.0, 9243.0, 9243.0, 9215.0, 9223.0, 9171.0, 9193.0, 9167.0, 9215.0, 9255.0, 9190.0, 9219.0, 9189.0, 9180.0, 9241.0, 9212.0, 9161.0, 9125.0, 9125.0, 9146.0, 9150.0, 9173.0, 9174.0, 9163.0, 9177.0, 9178.0, 9182.0, 9204.0, 9199.0, 9280.0, 9227.0, 9228.0, 9193.0, 9219.0, 9187.0, 9189.0, 9263.0, 9218.0, 9259.0, 9184.0, 9230.0, 9227.0, 9142.0, 9224.0, 9218.0, 9188.0, 9178.0, 9191.0, 9256.0, 9167.0, 9164.0, 9152.0, 9156.0, 9157.0, 9170.0, 9161.0, 9178.0, 9192.0, 9197.0, 9255.0, 9230.0, 9214.0, 9159.0, 9187.0, 9184.0, 9171.0, 9259.0, 9185.0, 9272.0, 9241.0, 9206.0, 9200.0, 9157.0, 9200.0, 9136.0, 9173.0, 9149.0, 9166.0, 9155.0, 9176.0, 9246.0, 9191.0, 9161.0, 9235.0, 9174.0, 9154.0, 9148.0, 9173.0, 9166.0, 9157.0, 9211.0, 9223.0, 9158.0, 9198.0, 9175.0, 9166.0, 9164.0, 9178.0, 9196.0, 9187.0, 9243.0, 9260.0, 9182.0, 9258.0, 9181.0, 9227.0, 9247.0, 9186.0, 9238.0, 9204.0, 9218.0, 9271.0, 9213.0, 9237.0, 9185.0, 9217.0, 9229.0, 9210.0, 9290.0, 9226.0, 9263.0, 9233.0, 9247.0, 9217.0, 9234.0, 9305.0, 9288.0, 9189.0, 9236.0, 9275.0, 9173.0, 9213.0, 9157.0, 9175.0, 9211.0, 9180.0, 9220.0, 9204.0, 9229.0, 9238.0, 9227.0, 9309.0, 9237.0, 9274.0, 9221.0, 9247.0, 9242.0, 9221.0, 9306.0, 9254.0, 9297.0, 9245.0, 9232.0, 9200.0, 9204.0, 9281.0, 9202.0, 9244.0, 9246.0, 9217.0, 9262.0, 9193.0, 9258.0, 9208.0, 9259.0, 9209.0, 9251.0, 9222.0, 9245.0, 9229.0, 9212.0, 9302.0, 9183.0, 9261.0, 9300.0, 9197.0, 9254.0, 9219.0, 9174.0, 9250.0, 9228.0, 9182.0, 9232.0, 9192.0, 9188.0, 9172.0, 9182.0, 9248.0, 9187.0, 9210.0, 9211.0, 9199.0, 9210.0, 9190.0, 9275.0, 9262.0, 9190.0, 9220.0, 9201.0, 9191.0, 9191.0, 9196.0, 9231.0, 9203.0, 9272.0, 9256.0, 9213.0, 9231.0, 9177.0, 9264.0, 9195.0, 9254.0, 9213.0, 9240.0, 9287.0, 9211.0, 9269.0, 9216.0, 9205.0, 9262.0, 9189.0, 9230.0, 9203.0, 9223.0, 9268.0, 9180.0, 9199.0, 9252.0, 9179.0, 9243.0, 9176.0, 9219.0, 9182.0, 9228.0, 9218.0, 9224.0, 9291.0, 9237.0, 9209.0, 9208.0, 9184.0, 9269.0, 9205.0, 9260.0, 9241.0, 9218.0, 9237.0, 9200.0, 9279.0, 9280.0, 9196.0, 9241.0, 9218.0, 9195.0, 9255.0, 9184.0, 9226.0, 9206.0, 9235.0, 9212.0, 9233.0, 9222.0, 9223.0, 9301.0, 9273.0, 9219.0, 9260.0, 9222.0, 9194.0, 9194.0, 9202.0, 9289.0, 9206.0, 9266.0, 9286.0, 9210.0, 9244.0, 9164.0, 9188.0, 9190.0, 9243.0, 9230.0, 9217.0, 9214.0, 9201.0, 9300.0, 9285.0, 9194.0, 9221.0, 9260.0, 9171.0, 9163.0, 9197.0, 9206.0, 9189.0, 9271.0, 9207.0, 9254.0, 9288.0, 9196.0, 9226.0, 9234.0, 9195.0, 9254.0, 9199.0, 9228.0, 9210.0, 9237.0, 9303.0, 9235.0, 9212.0, 9247.0, 9231.0, 9226.0, 9203.0, 9213.0, 9195.0, 9255.0, 9228.0, 9258.0, 9249.0, 9297.0, 9238.0, 9289.0, 9280.0, 9329.0, 9295.0, 9312.0, 9264.0, 9260.0, 9265.0, 9219.0, 9290.0, 9244.0, 9299.0, 9254.0, 9269.0, 9236.0, 9262.0, 9230.0, 9224.0, 9197.0, 9234.0, 9223.0, 9184.0, 9197.0, 9153.0, 9115.0, 9138.0, 9116.0, 9158.0, 9133.0, 9167.0, 9113.0, 9163.0, 9145.0, 9174.0, 9165.0, 9224.0, 9178.0, 9234.0, 9161.0, 9179.0, 9131.0, 9184.0, 9133.0, 9201.0, 9152.0, 9207.0, 9163.0, 9217.0, 9162.0, 9173.0, 9137.0, 9155.0, 9134.0, 9159.0, 9150.0, 9183.0, 9160.0, 9187.0, 9178.0, 9185.0, 9166.0, 9184.0, 9161.0, 9190.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.0006326643598615917</td></tr>
<tr><td colspan=3>aqi</td><td>0.034178106747404846</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.73913550778355</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2142700710303034</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9673999696969683</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>6777.332</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09912562571932866</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.401384083044983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4489423425226233</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3892674884899696</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.663889209215205</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.293670329862695</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159146</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01619863696396351</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028825990855693817</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.138378674674679</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1715</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7873</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.733</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301819.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.9308</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9459</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.0743</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3385.2545</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.5096</td></tr>
<tr><td colspan=3>tsnr</td><td>34.352683987119235</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>