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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0082/ses-02/func/sub-0082_ses-02_task-alignvideo_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>98ff5aa1e0a8c17b473b59163c01c484</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>14:23:14.587500</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.995734, -0.0765846, 0.0514655, 0.0776665, 0.996791, -0.0193597]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0998961</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7758, -7285, 600, 81, -476, 97, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>455eff2d-9653-4cc9-96d5-aac949d25d16||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.6714813709259033, 0.20837365090847015, 0.13450782001018524, 99.62648010253906], [0.20547083020210266, 2.674318552017212, -0.06284060329198837, -108.45606994628906], [0.13807816803455353, 0.05194076523184776, 2.6959152221679688, -93.50212860107422], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1158]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'AcquisitionTime': ['142314.587500', '142315.047500', '142315.507500', '142315.967500', '142316.427500', '142316.887500', '142317.347500', '142317.807500', '142318.267500', '142318.727500', '142319.187500', '142319.647500', '142320.107500', '142320.567500', '142321.027500', '142321.487500', '142321.947500', '142322.407500', '142322.867500', '142323.327500', '142323.787500', '142324.247500', '142324.707500', '142325.167500', '142325.627500', '142326.087500', '142326.547500', '142327.007500', '142327.467500', '142327.927500', '142328.387500', '142328.847500', '142329.307500', '142329.767500', '142330.227500', '142330.687500', '142331.147500', '142331.607500', '142332.067500', '142332.527500', '142332.987500', '142333.447500', '142333.907500', '142334.367500', '142334.827500', '142335.287500', '142335.747500', '142336.207500', '142336.667500', '142337.127500', '142337.587500', '142338.047500', '142338.507500', '142338.967500', '142339.427500', '142339.887500', '142340.347500', '142340.807500', '142341.267500', '142341.727500', '142342.187500', '142342.647500', '142343.107500', '142343.567500', '142344.027500', '142344.487500', '142344.947500', '142345.407500', '142345.867500', '142346.327500', '142346.787500', '142347.247500', '142347.707500', '142348.167500', '142348.627500', '142349.087500', '142349.547500', '142350.007500', '142350.467500', '142350.927500', '142351.387500', '142351.847500', '142352.307500', '142352.767500', '142353.227500', '142353.687500', '142354.147500', '142354.607500', '142355.067500', '142355.527500', '142355.987500', '142356.447500', '142356.907500', '142357.367500', '142357.827500', '142358.287500', '142358.747500', '142359.207500', '142359.667500', '142400.127500', '142400.587500', '142401.047500', '142401.507500', '142401.967500', '142402.427500', '142402.887500', '142403.347500', '142403.807500', '142404.267500', '142404.727500', '142405.187500', '142405.647500', '142406.107500', '142406.567500', '142407.027500', '142407.487500', '142407.947500', '142408.407500', '142408.867500', '142409.327500', '142409.787500', '142410.247500', '142410.707500', '142411.167500', '142411.627500', '142412.087500', '142412.547500', '142413.007500', '142413.467500', '142413.927500', '142414.387500', '142414.847500', '142415.307500', '142415.767500', '142416.227500', '142416.687500', '142417.147500', '142417.607500', '142418.067500', '142418.527500', '142418.987500', '142419.447500', '142419.907500', '142420.367500', '142420.827500', '142421.287500', '142421.747500', '142422.207500', '142422.667500', '142423.127500', '142423.587500', '142424.047500', '142424.507500', '142424.967500', '142425.427500', '142425.887500', '142426.347500', '142426.807500', '142427.267500', '142427.727500', '142428.187500', '142428.647500', '142429.107500', '142429.567500', '142430.027500', '142430.487500', '142430.947500', '142431.407500', '142431.867500', '142432.327500', '142432.787500', '142433.247500', '142433.707500', '142434.167500', '142434.627500', '142435.087500', '142435.547500', '142436.007500', '142436.467500', '142436.927500', '142437.387500', '142437.847500', '142438.307500', '142438.767500', '142439.227500', '142439.687500', '142440.147500', '142440.607500', '142441.067500', '142441.527500', '142441.987500', '142442.447500', '142442.907500', '142443.367500', '142443.827500', '142444.287500', '142444.747500', '142445.207500', '142445.667500', '142446.127500', '142446.587500', '142447.047500', '142447.507500', '142447.967500', '142448.427500', '142448.887500', '142449.347500', '142449.807500', '142450.267500', '142450.727500', '142451.187500', '142451.647500', '142452.107500', '142452.567500', '142453.027500', '142453.487500', '142453.947500', '142454.407500', '142454.867500', '142455.327500', '142455.787500', '142456.247500', '142456.707500', '142457.167500', '142457.627500', '142458.087500', '142458.547500', '142459.007500', '142459.467500', '142459.927500', '142500.387500', '142500.847500', '142501.307500', '142501.767500', '142502.227500', '142502.687500', '142503.147500', '142503.607500', '142504.067500', '142504.527500', '142504.987500', '142505.447500', '142505.907500', '142506.367500', '142506.827500', '142507.287500', '142507.747500', '142508.207500', '142508.667500', '142509.127500', '142509.587500', '142510.047500', '142510.507500', '142510.967500', '142511.427500', '142511.887500', '142512.347500', '142512.807500', '142513.267500', '142513.727500', '142514.187500', '142514.647500', '142515.107500', '142515.567500', '142516.027500', '142516.487500', '142516.947500', '142517.407500', '142517.867500', '142518.327500', '142518.787500', '142519.247500', '142519.707500', '142520.167500', '142520.627500', '142521.087500', '142521.547500', '142522.007500', '142522.467500', '142522.927500', '142523.387500', '142523.847500', '142524.307500', '142524.767500', '142525.227500', '142525.687500', '142526.147500', '142526.607500', '142527.067500', '142527.527500', '142527.987500', '142528.447500', '142528.907500', '142529.367500', '142529.827500', '142530.287500', '142530.747500', '142531.207500', '142531.667500', '142532.127500', '142532.587500', '142533.047500', '142533.507500', '142533.967500', '142534.427500', '142534.887500', '142535.347500', '142535.807500', '142536.267500', '142536.727500', '142537.187500', '142537.647500', '142538.107500', '142538.567500', '142539.027500', '142539.487500', '142539.947500', '142540.407500', '142540.867500', '142541.327500', '142541.787500', '142542.247500', '142542.707500', '142543.167500', '142543.627500', '142544.087500', '142544.547500', '142545.007500', '142545.467500', '142545.927500', '142546.387500', '142546.847500', '142547.307500', '142547.767500', '142548.227500', '142548.687500', '142549.147500', '142549.607500', '142550.067500', '142550.527500', '142550.987500', '142551.447500', '142551.907500', '142552.367500', '142552.827500', '142553.287500', '142553.747500', '142554.207500', '142554.667500', '142555.127500', '142555.587500', '142556.047500', '142556.507500', '142556.967500', '142557.427500', '142557.887500', '142558.347500', '142558.807500', '142559.267500', '142559.727500', '142600.187500', '142600.647500', '142601.107500', '142601.567500', '142602.027500', '142602.487500', '142602.947500', '142603.407500', '142603.867500', '142604.327500', '142604.787500', '142605.247500', '142605.707500', '142606.167500', '142606.627500', '142607.087500', '142607.547500', '142608.007500', '142608.467500', '142608.927500', '142609.387500', '142609.847500', '142610.307500', '142610.767500', '142611.227500', '142611.687500', '142612.147500', '142612.607500', '142613.067500', '142613.527500', '142613.987500', '142614.447500', '142614.907500', '142615.367500', '142615.827500', '142616.287500', '142616.747500', '142617.207500', '142617.667500', '142618.127500', '142618.587500', '142619.047500', '142619.507500', '142619.967500', '142620.427500', '142620.887500', '142621.347500', '142621.807500', '142622.267500', '142622.727500', '142623.187500', '142623.647500', '142624.107500', '142624.567500', '142625.027500', '142625.487500', '142625.947500', '142626.407500', '142626.867500', '142627.327500', '142627.787500', '142628.247500', '142628.707500', '142629.167500', '142629.627500', '142630.087500', '142630.547500', '142631.007500', '142631.467500', '142631.927500', '142632.387500', '142632.847500', '142633.307500', '142633.767500', '142634.227500', '142634.687500', '142635.147500', '142635.607500', '142636.067500', '142636.527500', '142636.987500', '142637.447500', '142637.907500', '142638.367500', '142638.827500', '142639.287500', '142639.747500', '142640.207500', '142640.667500', '142641.127500', '142641.587500', '142642.047500', '142642.507500', '142642.967500', '142643.427500', '142643.887500', '142644.347500', '142644.807500', '142645.267500', '142645.727500', '142646.187500', '142646.647500', '142647.107500', '142647.567500', '142648.027500', '142648.487500', '142648.947500', '142649.407500', '142649.867500', '142650.327500', '142650.787500', '142651.247500', '142651.707500', '142652.167500', '142652.627500', '142653.087500', '142653.547500', '142654.007500', '142654.467500', '142654.927500', '142655.387500', '142655.847500', '142656.307500', '142656.767500', '142657.227500', '142657.687500', '142658.147500', '142658.607500', '142659.067500', '142659.527500', '142659.987500', '142700.447500', '142700.907500', '142701.367500', '142701.827500', '142702.287500', '142702.747500', '142703.207500', '142703.667500', '142704.127500', '142704.587500', '142705.047500', '142705.507500', '142705.967500', '142706.427500', '142706.887500', '142707.347500', '142707.807500', '142708.267500', '142708.727500', '142709.187500', '142709.647500', '142710.107500', '142710.567500', '142711.027500', '142711.487500', '142711.947500', '142712.407500', '142712.867500', '142713.327500', '142713.787500', '142714.247500', '142714.707500', '142715.167500', '142715.627500', '142716.087500', '142716.547500', '142717.007500', '142717.467500', '142717.927500', '142718.387500', '142718.847500', '142719.307500', '142719.767500', '142720.227500', '142720.687500', '142721.147500', '142721.607500', '142722.067500', '142722.527500', '142722.987500', '142723.447500', '142723.907500', '142724.367500', '142724.827500', '142725.287500', '142725.747500', '142726.207500', '142726.667500', '142727.127500', '142727.587500', '142728.047500', '142728.507500', '142728.967500', '142729.427500', '142729.887500', '142730.347500', '142730.807500', '142731.267500', '142731.727500', '142732.187500', '142732.647500', '142733.107500', '142733.567500', '142734.027500', '142734.487500', '142734.947500', '142735.407500', '142735.867500', '142736.327500', '142736.787500', '142737.247500', '142737.707500', '142738.167500', '142738.627500', '142739.087500', '142739.547500', '142740.007500', '142740.467500', '142740.927500', '142741.387500', '142741.847500', '142742.307500', '142742.767500', '142743.227500', '142743.687500', '142744.147500', '142744.607500', '142745.067500', '142745.527500', '142745.987500', '142746.447500', '142746.907500', '142747.367500', '142747.827500', '142748.287500', '142748.747500', '142749.207500', '142749.667500', '142750.127500', '142750.587500', '142751.047500', '142751.507500', '142751.967500', '142752.427500', '142752.887500', '142753.347500', '142753.807500', '142754.267500', '142754.727500', '142755.187500', '142755.647500', '142756.107500', '142756.567500', '142757.027500', '142757.487500', '142757.947500', '142758.407500', '142758.867500', '142759.327500', '142759.787500', '142800.247500', '142800.707500', '142801.167500', '142801.627500', '142802.087500', '142802.547500', '142803.007500', '142803.467500', '142803.927500', '142804.387500', '142804.847500', '142805.307500', '142805.767500', '142806.227500', '142806.687500', '142807.147500', '142807.607500', '142808.067500', '142808.527500', '142808.987500', '142809.447500', '142809.907500', '142810.367500', '142810.827500', '142811.287500', '142811.747500', '142812.207500', '142812.667500', '142813.127500', '142813.587500', '142814.047500', '142814.507500', '142814.967500', '142815.427500', '142815.887500', '142816.347500', '142816.807500', '142817.267500', '142817.727500', '142818.187500', '142818.647500', '142819.107500', '142819.567500', '142820.027500', '142820.487500', '142820.947500', '142821.407500', '142821.867500', '142822.327500', '142822.787500', '142823.247500', '142823.707500', '142824.167500', '142824.627500', '142825.087500', '142825.547500', '142826.007500', '142826.467500', '142826.927500', '142827.387500', '142827.847500', '142828.307500', '142828.767500', '142829.227500', '142829.687500', '142830.147500', '142830.607500', '142831.067500', '142831.527500', '142831.987500', '142832.447500', '142832.907500', '142833.367500', '142833.827500', '142834.287500', '142834.747500', '142835.207500', '142835.667500', '142836.127500', '142836.587500', '142837.047500', '142837.507500', '142837.967500', '142838.427500', '142838.887500', '142839.347500', '142839.807500', '142840.267500', '142840.727500', '142841.187500', '142841.647500', '142842.107500', '142842.567500', '142843.027500', '142843.487500', '142843.947500', '142844.407500', '142844.867500', '142845.327500', '142845.787500', '142846.247500', '142846.707500', '142847.167500', '142847.627500', '142848.087500', '142848.547500', '142849.007500', '142849.467500', '142849.927500', '142850.387500', '142850.847500', '142851.307500', '142851.767500', '142852.227500', '142852.687500', '142853.147500', '142853.607500', '142854.067500', '142854.527500', '142854.987500', '142855.447500', '142855.907500', '142856.367500', '142856.827500', '142857.287500', '142857.747500', '142858.207500', '142858.667500', '142859.127500', '142859.587500', '142900.047500', '142900.507500', '142900.967500', '142901.427500', '142901.887500', '142902.347500', '142902.807500', '142903.267500', '142903.727500', '142904.187500', '142904.647500', '142905.107500', '142905.567500', '142906.027500', '142906.487500', '142906.947500', '142907.407500', '142907.867500', '142908.327500', '142908.787500', '142909.247500', '142909.707500', '142910.167500', '142910.627500', '142911.087500', '142911.547500', '142912.007500', '142912.467500', '142912.927500', '142913.387500', '142913.847500', '142914.307500', '142914.767500', '142915.227500', '142915.687500', '142916.147500', '142916.607500', '142917.067500', '142917.527500', '142917.987500', '142918.447500', '142918.907500', '142919.367500', '142919.827500', '142920.287500', '142920.747500', '142921.207500', '142921.667500', '142922.127500', '142922.587500', '142923.047500', '142923.507500', '142923.967500', '142924.427500', '142924.887500', '142925.347500', '142925.807500', '142926.267500', '142926.727500', '142927.187500', '142927.647500', '142928.107500', '142928.567500', '142929.027500', '142929.487500', '142929.947500', '142930.407500', '142930.867500', '142931.327500', '142931.787500', '142932.247500', '142932.707500', '142933.167500', '142933.627500', '142934.087500', '142934.547500', '142935.007500', '142935.467500', '142935.927500', '142936.387500', '142936.847500', '142937.307500', '142937.767500', '142938.227500', '142938.687500', '142939.147500', '142939.607500', '142940.067500', '142940.527500', '142940.987500', '142941.447500', '142941.907500', '142942.367500', '142942.827500', '142943.287500', '142943.747500', '142944.207500', '142944.667500', '142945.127500', '142945.587500', '142946.047500', '142946.507500', '142946.967500', '142947.427500', '142947.887500', '142948.347500', '142948.807500', '142949.267500', '142949.727500', '142950.187500', '142950.647500', '142951.107500', '142951.567500', '142952.027500', '142952.487500', '142952.947500', '142953.407500', '142953.867500', '142954.327500', '142954.787500', '142955.247500', '142955.707500', '142956.167500', '142956.627500', '142957.087500', '142957.547500', '142958.007500', '142958.467500', '142958.927500', '142959.387500', '142959.847500', '143000.307500', '143000.767500', '143001.227500', '143001.687500', '143002.147500', '143002.607500', '143003.067500', '143003.527500', '143003.987500', '143004.447500', '143004.907500', '143005.367500', '143005.827500', '143006.287500', '143006.747500', '143007.207500', '143007.667500', '143008.127500', '143008.587500', '143009.047500', '143009.507500', '143009.967500', '143010.427500', '143010.887500', '143011.347500', '143011.807500', '143012.267500', '143012.727500', '143013.187500', '143013.647500', '143014.107500', '143014.567500', '143015.027500', '143015.487500', '143015.947500', '143016.407500', '143016.867500', '143017.327500', '143017.787500', '143018.247500', '143018.707500', '143019.167500', '143019.627500', '143020.087500', '143020.547500', '143021.007500', '143021.467500', '143021.927500', '143022.387500', '143022.847500', '143023.307500', '143023.767500', '143024.227500', '143024.687500', '143025.147500', '143025.607500', '143026.067500', '143026.527500', '143026.987500', '143027.447500', '143027.907500', '143028.367500', '143028.827500', '143029.287500', '143029.747500', '143030.207500', '143030.667500', '143031.127500', '143031.587500', '143032.047500', '143032.507500', '143032.967500', '143033.427500', '143033.887500', '143034.347500', '143034.807500', '143035.267500', '143035.727500', '143036.187500', '143036.647500', '143037.107500', '143037.567500', '143038.027500', '143038.487500', '143038.947500', '143039.407500', '143039.867500', '143040.327500', '143040.787500', '143041.247500', '143041.707500', '143042.167500', '143042.627500', '143043.087500', '143043.547500', '143044.007500', '143044.467500', '143044.927500', '143045.387500', '143045.847500', '143046.307500', '143046.767500', '143047.227500', '143047.687500', '143048.147500', '143048.607500', '143049.067500', '143049.527500', '143049.987500', '143050.447500', '143050.907500', '143051.367500', '143051.827500', '143052.287500', '143052.747500', '143053.207500', '143053.667500', '143054.127500', '143054.587500', '143055.047500', '143055.507500', '143055.967500', '143056.427500', '143056.887500', '143057.347500', '143057.807500', '143058.267500', '143058.727500', '143059.187500', '143059.647500', '143100.107500', '143100.567500', '143101.027500', '143101.487500', '143101.947500', '143102.407500', '143102.867500', '143103.327500', '143103.787500', '143104.247500', '143104.707500', '143105.167500', '143105.627500', '143106.087500', '143106.547500', '143107.007500', '143107.467500', '143107.927500', '143108.387500', '143108.847500', '143109.307500', '143109.767500', '143110.227500', '143110.687500', '143111.147500', '143111.607500', '143112.067500', '143112.527500', '143112.987500', '143113.447500', '143113.907500', '143114.367500', '143114.827500', '143115.287500', '143115.747500', '143116.207500', '143116.667500', '143117.127500', '143117.587500', '143118.047500', '143118.507500', '143118.967500', '143119.427500', '143119.887500', '143120.347500', '143120.807500', '143121.267500', '143121.727500', '143122.187500', '143122.647500', '143123.107500', '143123.567500', '143124.027500', '143124.487500', '143124.947500', '143125.407500', '143125.867500', '143126.327500', '143126.787500', '143127.247500', '143127.707500', '143128.167500', '143128.627500', '143129.087500', '143129.547500', '143130.007500', '143130.467500', '143130.927500', '143131.387500', '143131.847500', '143132.307500', '143132.767500', '143133.227500', '143133.687500', '143134.147500', '143134.607500', '143135.067500', '143135.527500', '143135.987500', '143136.447500', '143136.907500', '143137.367500', '143137.827500', '143138.287500', '143138.747500', '143139.207500', '143139.667500', '143140.127500', '143140.587500', '143141.047500', '143141.507500', '143141.967500', '143142.427500', '143142.887500', '143143.347500', '143143.807500', '143144.267500', '143144.727500', '143145.187500', '143145.647500', '143146.107500', '143146.567500', '143147.027500', '143147.487500', '143147.947500', '143148.407500', '143148.867500', '143149.327500', '143149.787500', '143150.247500', '143150.707500', '143151.167500', '143151.627500', '143152.087500', '143152.547500', '143153.007500', '143153.467500', '143153.927500', '143154.387500', '143154.847500', '143155.307500', '143155.767500', '143156.227500', '143156.687500', '143157.147500', '143157.607500', '143158.067500', '143158.527500', '143158.987500', '143159.447500', '143159.907500', '143200.367500', '143200.827500', '143201.287500', '143201.747500', '143202.207500', '143202.667500', '143203.127500', '143203.587500', '143204.047500', '143204.507500', '143204.967500', '143205.427500', '143205.887500', '143206.347500', '143206.807500'], 'ContentTime': ['142325.458000', '142325.461000', '142325.464000', '142325.467000', '142325.470000', '142325.472000', '142325.475000', '142325.478000', '142325.480000', '142325.483000', '142325.486000', '142325.495000', '142325.498000', '142325.501000', '142325.503000', '142325.506000', '142325.509000', '142325.516000', '142325.519000', '142325.522000', '142345.416000', '142345.419000', '142345.422000', '142345.424000', '142345.427000', '142345.430000', '142345.432000', '142345.435000', '142345.438000', '142345.440000', '142345.443000', '142345.446000', '142345.448000', '142345.451000', '142345.460000', '142345.463000', '142345.465000', '142345.468000', '142345.470000', '142345.473000', '142345.475000', '142345.478000', '142345.481000', '142345.483000', '142345.486000', '142345.488000', '142345.491000', '142345.493000', '142345.501000', '142345.504000', '142345.506000', '142345.509000', '142345.512000', '142345.514000', '142345.517000', '142345.520000', '142345.522000', '142345.525000', '142345.527000', '142345.530000', '142345.533000', '142345.535000', '142345.538000', '142345.540000', '142405.416000', '142405.419000', '142405.422000', '142405.424000', '142405.427000', '142405.430000', '142405.432000', '142405.435000', '142405.438000', '142405.440000', '142405.443000', '142405.445000', '142405.448000', '142405.451000', '142405.453000', '142405.456000', '142405.459000', '142405.461000', '142405.464000', '142405.478000', '142405.481000', '142405.483000', '142405.486000', '142405.488000', '142405.491000', '142405.494000', '142405.496000', '142405.499000', '142405.502000', '142405.504000', '142405.507000', '142405.509000', '142405.512000', '142405.515000', '142405.517000', '142405.520000', '142405.523000', '142405.525000', '142405.528000', '142405.531000', '142405.533000', '142405.536000', '142405.539000', '142425.418000', '142425.420000', '142425.423000', '142425.426000', '142425.429000', '142425.431000', '142425.434000', '142425.437000', '142425.439000', '142425.442000', '142425.444000', '142425.447000', '142425.450000', '142425.452000', '142425.455000', '142425.458000', '142425.461000', '142425.464000', '142425.467000', '142425.470000', '142425.472000', '142425.475000', '142425.478000', '142425.480000', '142425.483000', '142425.485000', '142425.488000', '142425.491000', '142425.493000', '142425.496000', '142425.499000', '142425.501000', '142425.504000', '142425.507000', '142425.509000', '142425.512000', '142425.514000', '142425.517000', '142425.520000', '142425.522000', '142425.525000', '142425.527000', '142425.530000', '142445.418000', '142445.420000', '142445.423000', '142445.426000', '142445.428000', '142445.431000', '142445.434000', '142445.436000', '142445.439000', '142445.442000', '142445.444000', '142445.447000', '142445.450000', '142445.452000', '142445.455000', '142445.458000', '142445.460000', '142445.463000', '142445.466000', '142445.468000', '142445.471000', '142445.473000', '142445.476000', '142445.479000', '142445.481000', '142445.484000', '142445.487000', '142445.489000', '142445.492000', '142445.494000', '142445.497000', '142445.500000', '142445.502000', '142445.505000', '142445.508000', '142445.510000', '142445.513000', '142445.516000', '142445.518000', '142445.521000', '142445.523000', '142445.526000', '142445.529000', '142445.531000', '142505.417000', '142505.420000', '142505.423000', '142505.426000', '142505.428000', '142505.431000', '142505.434000', '142505.437000', '142505.440000', '142505.442000', '142505.445000', '142505.447000', '142505.450000', '142505.453000', '142505.455000', '142505.458000', '142505.461000', '142505.463000', '142505.466000', '142505.468000', '142505.472000', '142505.474000', '142505.477000', '142505.479000', '142505.482000', '142505.485000', '142505.488000', '142505.490000', '142505.493000', '142505.496000', '142505.498000', '142505.501000', '142505.504000', '142505.506000', '142505.509000', '142505.511000', '142505.514000', '142505.517000', '142505.519000', '142505.522000', '142505.525000', '142505.527000', '142505.530000', '142505.532000', '142525.417000', '142525.420000', '142525.423000', '142525.426000', '142525.428000', '142525.431000', '142525.434000', '142525.436000', '142525.439000', '142525.441000', '142525.444000', '142525.447000', '142525.450000', '142525.452000', '142525.455000', '142525.458000', '142525.460000', '142525.463000', '142525.466000', '142525.468000', '142525.471000', '142525.473000', '142525.476000', '142525.479000', '142525.481000', '142525.484000', '142525.487000', '142525.489000', '142525.492000', '142525.495000', '142525.497000', '142525.500000', '142525.502000', '142525.505000', '142525.508000', '142525.510000', '142525.513000', '142525.515000', '142525.518000', '142525.521000', '142525.523000', '142525.526000', '142525.529000', '142545.417000', '142545.420000', '142545.423000', '142545.426000', '142545.428000', '142545.431000', '142545.433000', '142545.436000', '142545.438000', '142545.441000', '142545.444000', '142545.446000', '142545.449000', '142545.459000', '142545.462000', '142545.465000', '142545.467000', '142545.470000', '142545.473000', '142545.475000', '142545.478000', '142545.481000', '142545.483000', '142545.486000', '142545.488000', '142545.491000', '142545.494000', '142545.496000', '142545.499000', '142545.502000', '142545.534000', '142545.537000', '142545.539000', '142545.542000', '142545.545000', '142545.547000', '142545.550000', '142545.553000', '142545.555000', '142545.558000', '142545.561000', '142545.563000', '142545.566000', '142605.416000', '142605.419000', '142605.422000', '142605.424000', '142605.427000', '142605.430000', '142605.432000', '142605.435000', '142605.438000', '142605.440000', '142605.443000', '142605.445000', '142605.448000', '142605.451000', '142605.454000', '142605.456000', '142605.459000', '142605.462000', '142605.464000', '142605.467000', '142605.469000', '142605.472000', '142605.475000', '142605.477000', '142605.480000', '142605.483000', '142605.485000', '142605.488000', '142605.491000', '142605.493000', '142605.496000', '142605.498000', '142605.501000', '142605.504000', '142605.506000', '142605.509000', '142605.512000', '142605.514000', '142605.517000', '142605.519000', '142605.522000', '142605.525000', '142605.527000', '142605.530000', '142625.417000', '142625.420000', '142625.423000', '142625.425000', '142625.428000', '142625.431000', '142625.433000', '142625.436000', '142625.439000', '142625.441000', '142625.444000', '142625.446000', '142625.449000', '142625.452000', '142625.455000', '142625.457000', '142625.460000', '142625.463000', '142625.465000', '142625.468000', '142625.471000', '142625.474000', '142625.476000', '142625.479000', '142625.482000', '142625.484000', '142625.487000', '142625.489000', '142625.492000', '142625.495000', '142625.497000', '142625.500000', '142625.503000', '142625.505000', '142625.508000', '142625.510000', '142625.513000', '142625.516000', '142625.518000', '142625.521000', '142625.524000', '142625.526000', '142625.529000', '142645.418000', '142645.420000', '142645.423000', '142645.430000', '142645.432000', '142645.435000', '142645.438000', '142645.440000', '142645.443000', '142645.445000', '142645.448000', '142645.451000', '142645.453000', '142645.456000', '142645.459000', '142645.461000', '142645.464000', '142645.466000', '142645.469000', '142645.472000', '142645.474000', '142645.477000', '142645.480000', '142645.482000', '142645.485000', '142645.488000', '142645.490000', '142645.493000', '142645.496000', '142645.498000', '142645.501000', '142645.504000', '142645.506000', '142645.509000', '142645.511000', '142645.514000', '142645.517000', '142645.519000', '142645.522000', '142645.525000', '142645.527000', '142645.530000', '142645.532000', '142645.535000', '142705.418000', '142705.421000', '142705.423000', '142705.426000', '142705.429000', '142705.431000', '142705.434000', '142705.437000', '142705.439000', '142705.442000', '142705.445000', '142705.447000', '142705.450000', '142705.453000', '142705.455000', '142705.458000', '142705.461000', '142705.463000', '142705.466000', '142705.469000', '142705.471000', '142705.474000', '142705.476000', '142705.479000', '142705.482000', '142705.484000', '142705.487000', '142705.490000', '142705.492000', '142705.495000', '142705.497000', '142705.500000', '142705.503000', '142705.505000', '142705.508000', '142705.511000', '142705.513000', '142705.516000', '142705.518000', '142705.521000', '142705.524000', '142705.526000', '142705.529000', '142725.418000', '142725.420000', '142725.424000', '142725.426000', '142725.429000', '142725.431000', '142725.434000', '142725.437000', '142725.440000', '142725.442000', '142725.445000', '142725.448000', '142725.450000', '142725.453000', '142725.456000', '142725.458000', '142725.461000', '142725.463000', '142725.466000', '142725.469000', '142725.471000', '142725.474000', '142725.477000', '142725.479000', '142725.482000', '142725.484000', '142725.487000', '142725.490000', '142725.492000', '142725.495000', '142725.498000', '142725.500000', '142725.503000', '142725.506000', '142725.508000', '142725.511000', '142725.514000', '142725.516000', '142725.519000', '142725.522000', '142725.524000', '142725.527000', '142725.530000', '142725.532000', '142745.418000', '142745.420000', '142745.423000', '142745.426000', '142745.428000', '142745.431000', '142745.434000', '142745.436000', '142745.439000', '142745.442000', '142745.444000', '142745.447000', '142745.450000', '142745.452000', '142745.455000', '142745.457000', '142745.460000', '142745.463000', '142745.465000', '142745.468000', '142745.471000', '142745.473000', '142745.476000', '142745.479000', '142745.482000', '142745.484000', '142745.487000', '142745.490000', '142745.493000', '142745.495000', '142745.498000', '142745.501000', '142745.503000', '142745.506000', '142745.509000', '142745.512000', '142745.514000', '142745.517000', '142745.520000', '142745.522000', '142745.525000', '142745.527000', '142745.530000', '142805.417000', '142805.420000', '142805.422000', '142805.425000', '142805.427000', '142805.430000', '142805.433000', '142805.435000', '142805.438000', '142805.441000', '142805.443000', '142805.446000', '142805.448000', '142805.451000', '142805.454000', '142805.456000', '142805.459000', '142805.462000', '142805.464000', '142805.467000', '142805.469000', '142805.472000', '142805.475000', '142805.477000', '142805.480000', '142805.483000', '142805.485000', '142805.488000', '142805.490000', '142805.493000', '142805.496000', '142805.498000', '142805.501000', '142805.504000', '142805.506000', '142805.509000', '142805.511000', '142805.514000', '142805.517000', '142805.519000', '142805.522000', '142805.525000', '142805.527000', '142805.530000', '142825.417000', '142825.419000', '142825.422000', '142825.425000', '142825.427000', '142825.430000', '142825.432000', '142825.435000', '142825.438000', '142825.441000', '142825.443000', '142825.446000', '142825.449000', '142825.451000', '142825.454000', '142825.456000', '142825.460000', '142825.463000', '142825.466000', '142825.469000', '142825.471000', '142825.474000', '142825.477000', '142825.479000', '142825.482000', '142825.485000', '142825.487000', '142825.490000', '142825.493000', '142825.495000', '142825.498000', '142825.501000', '142825.503000', '142825.506000', '142825.509000', '142825.511000', '142825.514000', '142825.517000', '142825.519000', '142825.522000', '142825.524000', '142825.527000', '142825.530000', '142845.417000', '142845.419000', '142845.422000', '142845.425000', '142845.428000', '142845.430000', '142845.433000', '142845.435000', '142845.439000', '142845.441000', '142845.444000', '142845.446000', '142845.449000', '142845.452000', '142845.454000', '142845.457000', '142845.460000', '142845.462000', '142845.465000', '142845.467000', '142845.470000', '142845.473000', '142845.482000', '142845.485000', '142845.488000', '142845.490000', '142845.493000', '142845.495000', '142845.498000', '142845.501000', '142845.503000', '142845.506000', '142845.512000', '142845.514000', '142845.517000', '142845.520000', '142845.522000', '142845.525000', '142845.528000', '142845.530000', '142845.533000', '142845.536000', '142845.538000', '142845.541000', '142905.417000', '142905.420000', '142905.423000', '142905.426000', '142905.428000', '142905.431000', '142905.434000', '142905.436000', '142905.439000', '142905.442000', '142905.444000', '142905.447000', '142905.449000', '142905.452000', '142905.455000', '142905.457000', '142905.460000', '142905.462000', '142905.465000', '142905.468000', '142905.470000', '142905.473000', '142905.476000', '142905.478000', '142905.481000', '142905.483000', '142905.486000', '142905.489000', '142905.492000', '142905.494000', '142905.497000', '142905.500000', '142905.503000', '142905.505000', '142905.508000', '142905.510000', '142905.513000', '142905.516000', '142905.518000', '142905.521000', '142905.524000', '142905.526000', '142905.529000', '142925.418000', '142925.420000', '142925.423000', '142925.426000', '142925.429000', '142925.431000', '142925.434000', '142925.437000', '142925.440000', '142925.442000', '142925.445000', '142925.447000', '142925.450000', '142925.453000', '142925.455000', '142925.458000', '142925.461000', '142925.464000', '142925.466000', '142925.469000', '142925.472000', '142925.474000', '142925.477000', '142925.480000', '142925.482000', '142925.485000', '142925.487000', '142925.490000', '142925.493000', '142925.495000', '142925.498000', '142925.501000', '142925.504000', '142925.506000', '142925.509000', '142925.512000', '142925.514000', '142925.517000', '142925.519000', '142925.522000', '142925.525000', '142925.527000', '142925.530000', '142925.533000', '142945.418000', '142945.421000', '142945.423000', '142945.426000', '142945.429000', '142945.432000', '142945.434000', '142945.437000', '142945.440000', '142945.443000', '142945.445000', '142945.448000', '142945.451000', '142945.453000', '142945.456000', '142945.459000', '142945.461000', '142945.464000', '142945.467000', '142945.469000', '142945.472000', '142945.474000', '142945.477000', '142945.480000', '142945.482000', '142945.485000', '142945.487000', '142945.490000', '142945.493000', '142945.495000', '142945.498000', '142945.501000', '142945.503000', '142945.506000', '142945.509000', '142945.511000', '142945.514000', '142945.517000', '142945.519000', '142945.522000', '142945.525000', '142945.527000', '142945.530000', '143005.418000', '143005.420000', '143005.423000', '143005.426000', '143005.429000', '143005.431000', '143005.434000', '143005.437000', '143005.439000', '143005.442000', '143005.445000', '143005.447000', '143005.450000', '143005.452000', '143005.455000', '143005.458000', '143005.460000', '143005.463000', '143005.466000', '143005.468000', '143005.471000', '143005.473000', '143005.476000', '143005.479000', '143005.481000', '143005.484000', '143005.487000', '143005.489000', '143005.492000', '143005.494000', '143005.497000', '143005.500000', '143005.503000', '143005.515000', '143005.518000', '143005.520000', '143005.523000', '143005.526000', '143005.528000', '143005.531000', '143005.533000', '143005.536000', '143005.539000', '143005.541000', '143025.417000', '143025.419000', '143025.422000', '143025.425000', '143025.427000', '143025.430000', '143025.433000', '143025.435000', '143025.438000', '143025.441000', '143025.443000', '143025.446000', '143025.449000', '143025.451000', '143025.454000', '143025.457000', '143025.459000', '143025.462000', '143025.465000', '143025.467000', '143025.470000', '143025.472000', '143025.475000', '143025.478000', '143025.480000', '143025.483000', '143025.486000', '143025.488000', '143025.491000', '143025.494000', '143025.496000', '143025.499000', '143025.502000', '143025.504000', '143025.507000', '143025.510000', '143025.512000', '143025.515000', '143025.519000', '143025.521000', '143025.524000', '143025.527000', '143025.530000', '143045.417000', '143045.420000', '143045.422000', '143045.425000', '143045.427000', '143045.430000', '143045.433000', '143045.435000', '143045.438000', '143045.441000', '143045.443000', '143045.446000', '143045.449000', '143045.451000', '143045.454000', '143045.456000', '143045.459000', '143045.462000', '143045.464000', '143045.467000', '143045.470000', '143045.473000', '143045.475000', '143045.478000', '143045.480000', '143045.483000', '143045.486000', '143045.488000', '143045.491000', '143045.493000', '143045.496000', '143045.499000', '143045.501000', '143045.504000', '143045.507000', '143045.509000', '143045.512000', '143045.515000', '143045.517000', '143045.520000', '143045.522000', '143045.525000', '143045.528000', '143045.530000', '143105.417000', '143105.419000', '143105.422000', '143105.425000', '143105.427000', '143105.430000', '143105.433000', '143105.435000', '143105.438000', '143105.440000', '143105.443000', '143105.446000', '143105.448000', '143105.451000', '143105.454000', '143105.456000', '143105.459000', '143105.462000', '143105.464000', '143105.467000', '143105.469000', '143105.472000', '143105.475000', '143105.477000', '143105.480000', '143105.483000', '143105.485000', '143105.488000', '143105.490000', '143105.493000', '143105.496000', '143105.498000', '143105.501000', '143105.504000', '143105.506000', '143105.509000', '143105.512000', '143105.515000', '143105.518000', '143105.521000', '143105.524000', '143105.526000', '143105.529000', '143125.418000', '143125.421000', '143125.423000', '143125.426000', '143125.432000', '143125.435000', '143125.438000', '143125.440000', '143125.443000', '143125.446000', '143125.448000', '143125.451000', '143125.454000', '143125.456000', '143125.459000', '143125.462000', '143125.465000', '143125.467000', '143125.470000', '143125.472000', '143125.475000', '143125.478000', '143125.480000', '143125.483000', '143125.486000', '143125.488000', '143125.491000', '143125.494000', '143125.496000', '143125.499000', '143125.502000', '143125.504000', '143125.507000', '143125.510000', '143125.512000', '143125.515000', '143125.518000', '143125.520000', '143125.523000', '143125.525000', '143125.528000', '143125.531000', '143125.533000', '143125.536000', '143145.418000', '143145.420000', '143145.424000', '143145.426000', '143145.429000', '143145.431000', '143145.434000', '143145.437000', '143145.440000', '143145.442000', '143145.445000', '143145.448000', '143145.450000', '143145.453000', '143145.456000', '143145.458000', '143145.461000', '143145.463000', '143145.466000', '143145.469000', '143145.471000', '143145.474000', '143145.477000', '143145.479000', '143145.482000', '143145.484000', '143145.487000', '143145.490000', '143145.492000', '143145.495000', '143145.498000', '143145.500000', '143145.503000', '143145.506000', '143145.508000', '143145.511000', '143145.514000', '143145.516000', '143145.519000', '143145.521000', '143145.524000', '143145.526000', '143145.529000', '143205.418000', '143205.420000', '143205.423000', '143205.426000', '143205.428000', '143205.431000', '143205.433000', '143205.436000', '143205.439000', '143205.441000', '143205.444000', '143205.447000', '143205.449000', '143205.452000', '143205.455000', '143205.457000', '143205.460000', '143205.463000', '143205.465000', '143205.468000', '143205.471000', '143205.473000', '143205.476000', '143205.479000', '143205.481000', '143205.484000', '143205.486000', '143205.489000', '143205.492000', '143205.495000', '143205.497000', '143205.500000', '143205.503000', '143205.505000', '143205.508000', '143205.511000', '143205.513000', '143205.516000', '143205.518000', '143205.521000', '143205.524000', '143205.526000', '143205.529000', '143205.532000', '143208.591000', '143208.594000', '143208.597000', '143208.600000', '143208.603000', '143208.606000', '143208.609000'], 'InstanceCreationTime': ['142325.458000', '142325.461000', '142325.464000', '142325.467000', '142325.470000', '142325.472000', '142325.475000', '142325.478000', '142325.480000', '142325.483000', '142325.486000', '142325.495000', '142325.498000', '142325.501000', '142325.503000', '142325.506000', '142325.509000', '142325.516000', '142325.519000', '142325.522000', '142345.416000', '142345.419000', '142345.422000', '142345.424000', '142345.427000', '142345.430000', '142345.432000', '142345.435000', '142345.438000', '142345.440000', '142345.443000', '142345.446000', '142345.448000', '142345.451000', '142345.460000', '142345.463000', '142345.465000', '142345.468000', '142345.470000', '142345.473000', '142345.475000', '142345.478000', '142345.481000', '142345.483000', '142345.486000', '142345.488000', '142345.491000', '142345.493000', '142345.501000', '142345.504000', '142345.506000', '142345.509000', '142345.512000', '142345.514000', '142345.517000', '142345.520000', '142345.522000', '142345.525000', '142345.527000', '142345.530000', '142345.533000', '142345.535000', '142345.538000', '142345.540000', '142405.416000', '142405.419000', '142405.422000', '142405.424000', '142405.427000', '142405.430000', '142405.432000', '142405.435000', '142405.438000', '142405.440000', '142405.443000', '142405.445000', '142405.448000', '142405.451000', '142405.453000', '142405.456000', '142405.459000', '142405.461000', '142405.464000', '142405.478000', '142405.481000', '142405.483000', '142405.486000', '142405.488000', '142405.491000', '142405.494000', '142405.496000', '142405.499000', '142405.502000', '142405.504000', '142405.507000', '142405.509000', '142405.512000', '142405.515000', '142405.517000', '142405.520000', '142405.523000', '142405.525000', '142405.528000', '142405.531000', '142405.533000', '142405.536000', '142405.539000', '142425.418000', '142425.420000', '142425.423000', '142425.426000', '142425.429000', '142425.431000', '142425.434000', '142425.437000', '142425.439000', '142425.442000', '142425.444000', '142425.447000', '142425.450000', '142425.452000', '142425.455000', '142425.458000', '142425.461000', '142425.464000', '142425.467000', '142425.470000', '142425.472000', '142425.475000', '142425.478000', '142425.480000', '142425.483000', '142425.485000', '142425.488000', '142425.491000', '142425.493000', '142425.496000', '142425.499000', '142425.501000', '142425.504000', '142425.507000', '142425.509000', '142425.512000', '142425.514000', '142425.517000', '142425.520000', '142425.522000', '142425.525000', '142425.527000', '142425.530000', '142445.418000', '142445.420000', '142445.423000', '142445.426000', '142445.428000', '142445.431000', '142445.434000', '142445.436000', '142445.439000', '142445.442000', '142445.444000', '142445.447000', '142445.450000', '142445.452000', '142445.455000', '142445.458000', '142445.460000', '142445.463000', '142445.466000', '142445.468000', '142445.471000', '142445.473000', '142445.476000', '142445.479000', '142445.481000', '142445.484000', '142445.487000', '142445.489000', '142445.492000', '142445.494000', '142445.497000', '142445.500000', '142445.502000', '142445.505000', '142445.508000', '142445.510000', '142445.513000', '142445.516000', '142445.518000', '142445.521000', '142445.523000', '142445.526000', '142445.529000', '142445.531000', '142505.417000', '142505.420000', '142505.423000', '142505.426000', '142505.428000', '142505.431000', '142505.434000', '142505.437000', '142505.440000', '142505.442000', '142505.445000', '142505.447000', '142505.450000', '142505.453000', '142505.455000', '142505.458000', '142505.461000', '142505.463000', '142505.466000', '142505.468000', '142505.472000', '142505.474000', '142505.477000', '142505.479000', '142505.482000', '142505.485000', '142505.488000', '142505.490000', '142505.493000', '142505.496000', '142505.498000', '142505.501000', '142505.504000', '142505.506000', '142505.509000', '142505.511000', '142505.514000', '142505.517000', '142505.519000', '142505.522000', '142505.525000', '142505.527000', '142505.530000', '142505.532000', '142525.417000', '142525.420000', '142525.423000', '142525.426000', '142525.428000', '142525.431000', '142525.434000', '142525.436000', '142525.439000', '142525.441000', '142525.444000', '142525.447000', '142525.450000', '142525.452000', '142525.455000', '142525.458000', '142525.460000', '142525.463000', '142525.466000', '142525.468000', '142525.471000', '142525.473000', '142525.476000', '142525.479000', '142525.481000', '142525.484000', '142525.487000', '142525.489000', '142525.492000', '142525.495000', '142525.497000', '142525.500000', '142525.502000', '142525.505000', '142525.508000', '142525.510000', '142525.513000', '142525.515000', '142525.518000', '142525.521000', '142525.523000', '142525.526000', '142525.529000', '142545.417000', '142545.420000', '142545.423000', '142545.426000', '142545.428000', '142545.431000', '142545.433000', '142545.436000', '142545.438000', '142545.441000', '142545.444000', '142545.446000', '142545.449000', '142545.459000', '142545.462000', '142545.465000', '142545.467000', '142545.470000', '142545.473000', '142545.475000', '142545.478000', '142545.481000', '142545.483000', '142545.486000', '142545.488000', '142545.491000', '142545.494000', '142545.496000', '142545.499000', '142545.502000', '142545.534000', '142545.537000', '142545.539000', '142545.542000', '142545.545000', '142545.547000', '142545.550000', '142545.553000', '142545.555000', '142545.558000', '142545.561000', '142545.563000', '142545.566000', '142605.416000', '142605.419000', '142605.422000', '142605.424000', '142605.427000', '142605.430000', '142605.432000', '142605.435000', '142605.438000', '142605.440000', '142605.443000', '142605.445000', '142605.448000', '142605.451000', '142605.454000', '142605.456000', '142605.459000', '142605.462000', '142605.464000', '142605.467000', '142605.469000', '142605.472000', '142605.475000', '142605.477000', '142605.480000', '142605.483000', '142605.485000', '142605.488000', '142605.491000', '142605.493000', '142605.496000', '142605.498000', '142605.501000', '142605.504000', '142605.506000', '142605.509000', '142605.512000', '142605.514000', '142605.517000', '142605.519000', '142605.522000', '142605.525000', '142605.527000', '142605.530000', '142625.417000', '142625.420000', '142625.423000', '142625.425000', '142625.428000', '142625.431000', '142625.433000', '142625.436000', '142625.439000', '142625.441000', '142625.444000', '142625.446000', '142625.449000', '142625.452000', '142625.455000', '142625.457000', '142625.460000', '142625.463000', '142625.465000', '142625.468000', '142625.471000', '142625.474000', '142625.476000', '142625.479000', '142625.482000', '142625.484000', '142625.487000', '142625.489000', '142625.492000', '142625.495000', '142625.497000', '142625.500000', '142625.503000', '142625.505000', '142625.508000', '142625.510000', '142625.513000', '142625.516000', '142625.518000', '142625.521000', '142625.524000', '142625.526000', '142625.529000', '142645.418000', '142645.420000', '142645.423000', '142645.430000', '142645.432000', '142645.435000', '142645.438000', '142645.440000', '142645.443000', '142645.445000', '142645.448000', '142645.451000', '142645.453000', '142645.456000', '142645.459000', '142645.461000', '142645.464000', '142645.466000', '142645.469000', '142645.472000', '142645.474000', '142645.477000', '142645.480000', '142645.482000', '142645.485000', '142645.488000', '142645.490000', '142645.493000', '142645.496000', '142645.498000', '142645.501000', '142645.504000', '142645.506000', '142645.509000', '142645.511000', '142645.514000', '142645.517000', '142645.519000', '142645.522000', '142645.525000', '142645.527000', '142645.530000', '142645.532000', '142645.535000', '142705.418000', '142705.421000', '142705.423000', '142705.426000', '142705.429000', '142705.431000', '142705.434000', '142705.437000', '142705.439000', '142705.442000', '142705.445000', '142705.447000', '142705.450000', '142705.453000', '142705.455000', '142705.458000', '142705.461000', '142705.463000', '142705.466000', '142705.469000', '142705.471000', '142705.474000', '142705.476000', '142705.479000', '142705.482000', '142705.484000', '142705.487000', '142705.490000', '142705.492000', '142705.495000', '142705.497000', '142705.500000', '142705.503000', '142705.505000', '142705.508000', '142705.511000', '142705.513000', '142705.516000', '142705.518000', '142705.521000', '142705.524000', '142705.526000', '142705.529000', '142725.418000', '142725.420000', '142725.424000', '142725.426000', '142725.429000', '142725.431000', '142725.434000', '142725.437000', '142725.440000', '142725.442000', '142725.445000', '142725.448000', '142725.450000', '142725.453000', '142725.456000', '142725.458000', '142725.461000', '142725.463000', '142725.466000', '142725.469000', '142725.471000', '142725.474000', '142725.477000', '142725.479000', '142725.482000', '142725.484000', '142725.487000', '142725.490000', '142725.492000', '142725.495000', '142725.498000', '142725.500000', '142725.503000', '142725.506000', '142725.508000', '142725.511000', '142725.514000', '142725.516000', '142725.519000', '142725.522000', '142725.524000', '142725.527000', '142725.530000', '142725.532000', '142745.418000', '142745.420000', '142745.423000', '142745.426000', '142745.428000', '142745.431000', '142745.434000', '142745.436000', '142745.439000', '142745.442000', '142745.444000', '142745.447000', '142745.450000', '142745.452000', '142745.455000', '142745.457000', '142745.460000', '142745.463000', '142745.465000', '142745.468000', '142745.471000', '142745.473000', '142745.476000', '142745.479000', '142745.482000', '142745.484000', '142745.487000', '142745.490000', '142745.493000', '142745.495000', '142745.498000', '142745.501000', '142745.503000', '142745.506000', '142745.509000', '142745.512000', '142745.514000', '142745.517000', '142745.520000', '142745.522000', '142745.525000', '142745.527000', '142745.530000', '142805.417000', '142805.420000', '142805.422000', '142805.425000', '142805.427000', '142805.430000', '142805.433000', '142805.435000', '142805.438000', '142805.441000', '142805.443000', '142805.446000', '142805.448000', '142805.451000', '142805.454000', '142805.456000', '142805.459000', '142805.462000', '142805.464000', '142805.467000', '142805.469000', '142805.472000', '142805.475000', '142805.477000', '142805.480000', '142805.483000', '142805.485000', '142805.488000', '142805.490000', '142805.493000', '142805.496000', '142805.498000', '142805.501000', '142805.504000', '142805.506000', '142805.509000', '142805.511000', '142805.514000', '142805.517000', '142805.519000', '142805.522000', '142805.525000', '142805.527000', '142805.530000', '142825.417000', '142825.419000', '142825.422000', '142825.425000', '142825.427000', '142825.430000', '142825.432000', '142825.435000', '142825.438000', '142825.441000', '142825.443000', '142825.446000', '142825.449000', '142825.451000', '142825.454000', '142825.456000', '142825.460000', '142825.463000', '142825.466000', '142825.469000', '142825.471000', '142825.474000', '142825.477000', '142825.479000', '142825.482000', '142825.485000', '142825.487000', '142825.490000', '142825.493000', '142825.495000', '142825.498000', '142825.501000', '142825.503000', '142825.506000', '142825.509000', '142825.511000', '142825.514000', '142825.517000', '142825.519000', '142825.522000', '142825.524000', '142825.527000', '142825.530000', '142845.417000', '142845.419000', '142845.422000', '142845.425000', '142845.428000', '142845.430000', '142845.433000', '142845.435000', '142845.439000', '142845.441000', '142845.444000', '142845.446000', '142845.449000', '142845.452000', '142845.454000', '142845.457000', '142845.460000', '142845.462000', '142845.465000', '142845.467000', '142845.470000', '142845.473000', '142845.482000', '142845.485000', '142845.488000', '142845.490000', '142845.493000', '142845.495000', '142845.498000', '142845.501000', '142845.503000', '142845.506000', '142845.512000', '142845.514000', '142845.517000', '142845.520000', '142845.522000', '142845.525000', '142845.528000', '142845.530000', '142845.533000', '142845.536000', '142845.538000', '142845.541000', '142905.417000', '142905.420000', '142905.423000', '142905.426000', '142905.428000', '142905.431000', '142905.434000', '142905.436000', '142905.439000', '142905.442000', '142905.444000', '142905.447000', '142905.449000', '142905.452000', '142905.455000', '142905.457000', '142905.460000', '142905.462000', '142905.465000', '142905.468000', '142905.470000', '142905.473000', '142905.476000', '142905.478000', '142905.481000', '142905.483000', '142905.486000', '142905.489000', '142905.492000', '142905.494000', '142905.497000', '142905.500000', '142905.503000', '142905.505000', '142905.508000', '142905.510000', '142905.513000', '142905.516000', '142905.518000', '142905.521000', '142905.524000', '142905.526000', '142905.529000', '142925.418000', '142925.420000', '142925.423000', '142925.426000', '142925.429000', '142925.431000', '142925.434000', '142925.437000', '142925.440000', '142925.442000', '142925.445000', '142925.447000', '142925.450000', '142925.453000', '142925.455000', '142925.458000', '142925.461000', '142925.464000', '142925.466000', '142925.469000', '142925.472000', '142925.474000', '142925.477000', '142925.480000', '142925.482000', '142925.485000', '142925.487000', '142925.490000', '142925.493000', '142925.495000', '142925.498000', '142925.501000', '142925.504000', '142925.506000', '142925.509000', '142925.512000', '142925.514000', '142925.517000', '142925.519000', '142925.522000', '142925.525000', '142925.527000', '142925.530000', '142925.533000', '142945.418000', '142945.421000', '142945.423000', '142945.426000', '142945.429000', '142945.432000', '142945.434000', '142945.437000', '142945.440000', '142945.443000', '142945.445000', '142945.448000', '142945.451000', '142945.453000', '142945.456000', '142945.459000', '142945.461000', '142945.464000', '142945.467000', '142945.469000', '142945.472000', '142945.474000', '142945.477000', '142945.480000', '142945.482000', '142945.485000', '142945.487000', '142945.490000', '142945.493000', '142945.495000', '142945.498000', '142945.501000', '142945.503000', '142945.506000', '142945.509000', '142945.511000', '142945.514000', '142945.517000', '142945.519000', '142945.522000', '142945.525000', '142945.527000', '142945.530000', '143005.418000', '143005.420000', '143005.423000', '143005.426000', '143005.429000', '143005.431000', '143005.434000', '143005.437000', '143005.439000', '143005.442000', '143005.445000', '143005.447000', '143005.450000', '143005.452000', '143005.455000', '143005.458000', '143005.460000', '143005.463000', '143005.466000', '143005.468000', '143005.471000', '143005.473000', '143005.476000', '143005.479000', '143005.481000', '143005.484000', '143005.487000', '143005.489000', '143005.492000', '143005.494000', '143005.497000', '143005.500000', '143005.503000', '143005.515000', '143005.518000', '143005.520000', '143005.523000', '143005.526000', '143005.528000', '143005.531000', '143005.533000', '143005.536000', '143005.539000', '143005.541000', '143025.417000', '143025.419000', '143025.422000', '143025.425000', '143025.427000', '143025.430000', '143025.433000', '143025.435000', '143025.438000', '143025.441000', '143025.443000', '143025.446000', '143025.449000', '143025.451000', '143025.454000', '143025.457000', '143025.459000', '143025.462000', '143025.465000', '143025.467000', '143025.470000', '143025.472000', '143025.475000', '143025.478000', '143025.480000', '143025.483000', '143025.486000', '143025.488000', '143025.491000', '143025.494000', '143025.496000', '143025.499000', '143025.502000', '143025.504000', '143025.507000', '143025.510000', '143025.512000', '143025.515000', '143025.519000', '143025.521000', '143025.524000', '143025.527000', '143025.530000', '143045.417000', '143045.420000', '143045.422000', '143045.425000', '143045.427000', '143045.430000', '143045.433000', '143045.435000', '143045.438000', '143045.441000', '143045.443000', '143045.446000', '143045.449000', '143045.451000', '143045.454000', '143045.456000', '143045.459000', '143045.462000', '143045.464000', '143045.467000', '143045.470000', '143045.473000', '143045.475000', '143045.478000', '143045.480000', '143045.483000', '143045.486000', '143045.488000', '143045.491000', '143045.493000', '143045.496000', '143045.499000', '143045.501000', '143045.504000', '143045.507000', '143045.509000', '143045.512000', '143045.515000', '143045.517000', '143045.520000', '143045.522000', '143045.525000', '143045.528000', '143045.530000', '143105.417000', '143105.419000', '143105.422000', '143105.425000', '143105.427000', '143105.430000', '143105.433000', '143105.435000', '143105.438000', '143105.440000', '143105.443000', '143105.446000', '143105.448000', '143105.451000', '143105.454000', '143105.456000', '143105.459000', '143105.462000', '143105.464000', '143105.467000', '143105.469000', '143105.472000', '143105.475000', '143105.477000', '143105.480000', '143105.483000', '143105.485000', '143105.488000', '143105.490000', '143105.493000', '143105.496000', '143105.498000', '143105.501000', '143105.504000', '143105.506000', '143105.509000', '143105.512000', '143105.515000', '143105.518000', '143105.521000', '143105.524000', '143105.526000', '143105.529000', '143125.418000', '143125.421000', '143125.423000', '143125.426000', '143125.432000', '143125.435000', '143125.438000', '143125.440000', '143125.443000', '143125.446000', '143125.448000', '143125.451000', '143125.454000', '143125.456000', '143125.459000', '143125.462000', '143125.465000', '143125.467000', '143125.470000', '143125.472000', '143125.475000', '143125.478000', '143125.480000', '143125.483000', '143125.486000', '143125.488000', '143125.491000', '143125.494000', '143125.496000', '143125.499000', '143125.502000', '143125.504000', '143125.507000', '143125.510000', '143125.512000', '143125.515000', '143125.518000', '143125.520000', '143125.523000', '143125.525000', '143125.528000', '143125.531000', '143125.533000', '143125.536000', '143145.418000', '143145.420000', '143145.424000', '143145.426000', '143145.429000', '143145.431000', '143145.434000', '143145.437000', '143145.440000', '143145.442000', '143145.445000', '143145.448000', '143145.450000', '143145.453000', '143145.456000', '143145.458000', '143145.461000', '143145.463000', '143145.466000', '143145.469000', '143145.471000', '143145.474000', '143145.477000', '143145.479000', '143145.482000', '143145.484000', '143145.487000', '143145.490000', '143145.492000', '143145.495000', '143145.498000', '143145.500000', '143145.503000', '143145.506000', '143145.508000', '143145.511000', '143145.514000', '143145.516000', '143145.519000', '143145.521000', '143145.524000', '143145.526000', '143145.529000', '143205.418000', '143205.420000', '143205.423000', '143205.426000', '143205.428000', '143205.431000', '143205.433000', '143205.436000', '143205.439000', '143205.441000', '143205.444000', '143205.447000', '143205.449000', '143205.452000', '143205.455000', '143205.457000', '143205.460000', '143205.463000', '143205.465000', '143205.468000', '143205.471000', '143205.473000', '143205.476000', '143205.479000', '143205.481000', '143205.484000', '143205.486000', '143205.489000', '143205.492000', '143205.495000', '143205.497000', '143205.500000', '143205.503000', '143205.505000', '143205.508000', '143205.511000', '143205.513000', '143205.516000', '143205.518000', '143205.521000', '143205.524000', '143205.526000', '143205.529000', '143205.532000', '143208.591000', '143208.594000', '143208.597000', '143208.600000', '143208.603000', '143208.606000', '143208.609000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158], 'LargestImagePixelValue': [7733, 8283, 7962, 7862, 9442, 7538, 9422, 6988, 7381, 12205, 7281, 8584, 7119, 7637, 9355, 7821, 11651, 7038, 8223, 8048, 7611, 9050, 7693, 7178, 8333, 6908, 7055, 6919, 6999, 8476, 7067, 11593, 8614, 11976, 8767, 12193, 8622, 10793, 9771, 10461, 10307, 7998, 10227, 7690, 11922, 10199, 12646, 10442, 11658, 8912, 9333, 8973, 7940, 11879, 7417, 11840, 7753, 11272, 7218, 10887, 7354, 10346, 7257, 10208, 7141, 9886, 7503, 10022, 7460, 9993, 7470, 10419, 7543, 7992, 7507, 8591, 7307, 9604, 7402, 7177, 7610, 9442, 7781, 9087, 7987, 7811, 8863, 8008, 8343, 7741, 9209, 7985, 8643, 7916, 7490, 7295, 8157, 7552, 7931, 7531, 8212, 7468, 9013, 7562, 9242, 7705, 8239, 7497, 8629, 7329, 8103, 7505, 8038, 7478, 8528, 7122, 8349, 7154, 7128, 7298, 8001, 7368, 9014, 7580, 9156, 7699, 10523, 8352, 8450, 7654, 7585, 7885, 10411, 8821, 8243, 8352, 12163, 8073, 13303, 9052, 13060, 9886, 11255, 7637, 10881, 7757, 11380, 9557, 8622, 7261, 9978, 7061, 9757, 7073, 7257, 7476, 7421, 7628, 7696, 9706, 8069, 12743, 7862, 10295, 8018, 6982, 7177, 7056, 12134, 9208, 11369, 8291, 13563, 9818, 13762, 10085, 10635, 7580, 7672, 7636, 7629, 7174, 8393, 7586, 9309, 7127, 9834, 8552, 11552, 7700, 11852, 9461, 12242, 9992, 12770, 7855, 12593, 7812, 11756, 10181, 11831, 7628, 11173, 7688, 11422, 7761, 10669, 8784, 10752, 7598, 7931, 7657, 8607, 7561, 9033, 7213, 10687, 7436, 10299, 7512, 11192, 9913, 7359, 14020, 7501, 12436, 9241, 10885, 7511, 8554, 7478, 8780, 7303, 6925, 7050, 7284, 7451, 7357, 9272, 7476, 8414, 7383, 7654, 8388, 8444, 7238, 7431, 6973, 7253, 7015, 7874, 7575, 8206, 7442, 8657, 7164, 7151, 7238, 7259, 7467, 9575, 7586, 13107, 10187, 14340, 9417, 13903, 10616, 14634, 11848, 11725, 8576, 10903, 9212, 8448, 12413, 8113, 8970, 7475, 8784, 8650, 8047, 11969, 9317, 13710, 10634, 13801, 8255, 13292, 9098, 11178, 10045, 10649, 8737, 6899, 7547, 7247, 7287, 7314, 8948, 7642, 7862, 7685, 9034, 7744, 11271, 7501, 11312, 7161, 10569, 7745, 7282, 7375, 7123, 7051, 7265, 9384, 7278, 12368, 7434, 11627, 7780, 13221, 10524, 14184, 7341, 12356, 11181, 12466, 8123, 12546, 9875, 11579, 7550, 11155, 8038, 10709, 8248, 7066, 7284, 7424, 12247, 7649, 8961, 7161, 7386, 7853, 7333, 10150, 7633, 10136, 8129, 12546, 9711, 12935, 7870, 11187, 9088, 12648, 10076, 13441, 7458, 11610, 7245, 11435, 7408, 11734, 7535, 11453, 7597, 9704, 7373, 9747, 7672, 8047, 7314, 7574, 7340, 10020, 7835, 8871, 7404, 9714, 7482, 11454, 8955, 12673, 7871, 11227, 7572, 10794, 9586, 12364, 7463, 11055, 7877, 10767, 8448, 11780, 7668, 8985, 7592, 7410, 7335, 7248, 7457, 7258, 7238, 7375, 7225, 7316, 7533, 7417, 7526, 7465, 8492, 9427, 10368, 7651, 13987, 8128, 13192, 10913, 13666, 10654, 12251, 7661, 11790, 7663, 11023, 7764, 10718, 7475, 10927, 7842, 10600, 9010, 11300, 7672, 11568, 7721, 11354, 7746, 11094, 10041, 10494, 7520, 7317, 7446, 8266, 7743, 8330, 7560, 7272, 6939, 6946, 12348, 9512, 13423, 10628, 10115, 7100, 7716, 8233, 6991, 7386, 11210, 10402, 13208, 10193, 12959, 10170, 13707, 11031, 14595, 7482, 10443, 7151, 7321, 12074, 7506, 10248, 7564, 7984, 7161, 7076, 8935, 9211, 8871, 9013, 8632, 6928, 8379, 7303, 8903, 7393, 11899, 7782, 12674, 10565, 14859, 12528, 11265, 12591, 8798, 13158, 10557, 14252, 10035, 10151, 8641, 6992, 8169, 7098, 9207, 7024, 10303, 7274, 11224, 7651, 10209, 7563, 9456, 7685, 7393, 8111, 7974, 8006, 8017, 7641, 7749, 8014, 7808, 7709, 7493, 7739, 7589, 8130, 8063, 7599, 7791, 7795, 7786, 8135, 11814, 8015, 9802, 8016, 9220, 8412, 9174, 7733, 7981, 7202, 8046, 7096, 8128, 9273, 7993, 8657, 8096, 9433, 7705, 11148, 7790, 8891, 8248, 12605, 8099, 12602, 7853, 12364, 8973, 13674, 8721, 11635, 8030, 12047, 10539, 13111, 7737, 11103, 7646, 10860, 8440, 11304, 8837, 8134, 8494, 9409, 9252, 8220, 9555, 6954, 7779, 7422, 9661, 9025, 10108, 12706, 8815, 8673, 7685, 7448, 7638, 6954, 7257, 7307, 7825, 7187, 7656, 9095, 7625, 9560, 7699, 12000, 7974, 12742, 9369, 12093, 8066, 11569, 8181, 11016, 8649, 10697, 8357, 9307, 8377, 9467, 8266, 8614, 8208, 7922, 8212, 8968, 8276, 9528, 8285, 9890, 8335, 10935, 8137, 9451, 8314, 8748, 8157, 9886, 8279, 8751, 8496, 9211, 8480, 10485, 7937, 10720, 8328, 10905, 8183, 10784, 8209, 11078, 8298, 11093, 8102, 11405, 8224, 11022, 8716, 10929, 8246, 11421, 8313, 11578, 8328, 10824, 8095, 11830, 7575, 11367, 7479, 8842, 7188, 7493, 7028, 7461, 8130, 7143, 8707, 7592, 8501, 8756, 10935, 10429, 11521, 9017, 9279, 7885, 12738, 7738, 12235, 7892, 12724, 9833, 13626, 8518, 12172, 8548, 10964, 10981, 10327, 11293, 8615, 8204, 6681, 9167, 7517, 6757, 8190, 10586, 10634, 9179, 13119, 11447, 14103, 11728, 10043, 15370, 13261, 8955, 9909, 8266, 9343, 12311, 8144, 8712, 8363, 7776, 7532, 10422, 9500, 8725, 11528, 13948, 12803, 13366, 10881, 13533, 10055, 14165, 12129, 10181, 12450, 7614, 12256, 10092, 8616, 8463, 7914, 8442, 9375, 7739, 8706, 7596, 8464, 8762, 7698, 7719, 7610, 8003, 7930, 8114, 7807, 7934, 7819, 8839, 7961, 8968, 7746, 8512, 7783, 7686, 7816, 7781, 7644, 7932, 7406, 8330, 8718, 8090, 7809, 7861, 8614, 7845, 11267, 8276, 12382, 7732, 11268, 8450, 10063, 8508, 9562, 8201, 10058, 8213, 10205, 8321, 10858, 9254, 8857, 7801, 11331, 8142, 12689, 8972, 11637, 7691, 12943, 8233, 11512, 9943, 11311, 8204, 10579, 8263, 8832, 8044, 7847, 11996, 7904, 11434, 7725, 11445, 7936, 10326, 8395, 8090, 8509, 8710, 8275, 7713, 7871, 7524, 12637, 7937, 13491, 9166, 12216, 7704, 11557, 7724, 11507, 8984, 7826, 7216, 7806, 7451, 8656, 10886, 8881, 11267, 8274, 10578, 10219, 9035, 14477, 8544, 13152, 7973, 11783, 10217, 11862, 8032, 10194, 7829, 7991, 7288, 7967, 7830, 8157, 8880, 7904, 9438, 8001, 8987, 8003, 9632, 9279, 9431, 8224, 7922, 8083, 9363, 8235, 12577, 7915, 9743, 8085, 9389, 8362, 9603, 8118, 9318, 8127, 8646, 8094, 10542, 7955, 9076, 7790, 8692, 8309, 8816, 8246, 8308, 7756, 8335, 7816, 8625, 9980, 8042, 9848, 8096, 8133, 7176, 8408, 7913, 7283, 7298, 7462, 8717, 7872, 8565, 11038, 8581, 13098, 9672, 12029, 9653, 13496, 11441, 12819, 8915, 11132, 9810, 10366, 9007, 8896, 8336, 9755, 8894, 7225, 9415, 9096, 7286, 9001, 8650, 9041, 9283, 9357, 10880, 10420, 11272, 11072, 11034, 9686, 9192, 8656, 9096, 8892, 9345, 8176, 9190, 8303, 9415, 8085, 9566, 8495, 9784, 9170, 9137, 9365, 8583, 8304, 9262, 8857, 7461, 9585, 10737, 9426, 10330, 9146, 10400, 13851, 11485, 15011, 9279, 12967, 9805, 12105, 9474, 12571, 8971, 12430, 9184, 10201, 9013, 10299, 9140, 11092, 9305, 11688, 9873, 13253, 9220, 13460, 9655, 12299, 10482, 12120, 9256, 11571, 9015, 10795, 8742, 9952, 9206, 8267, 8968, 7848, 8365, 8500, 8804, 9041, 8746, 7967, 8605, 9139, 8846, 10431, 8793, 8125, 8410, 8518, 9385, 7878, 8554, 7358, 8505, 7632, 8246, 7620, 8628, 7364, 8874, 8925, 8516, 8694, 10879, 9067, 9542, 8966, 12331, 8759, 11775, 9170, 12029, 8625, 11854, 8610, 11380, 9372, 11501, 8774, 11660, 8837, 11571, 10016, 12146, 9193, 11573, 9007, 11668, 9184, 12277, 9134, 11454, 8988, 11508, 9042, 11693, 9095, 11040, 9130, 10933, 9045, 11810, 9022, 11113, 8883, 11336, 9025, 11533, 9040, 10951, 8851, 11372, 9047, 12667, 9056, 10679, 8938, 9111, 9048, 7404, 8974, 7308, 8497, 7515, 8772, 7503, 8824, 8500, 8739, 8390, 10332, 8925, 9564, 8647, 10521, 8440, 13869, 8977, 10648, 8618, 11600, 8486, 11891, 8479, 11802, 8520, 11712, 8284, 11120, 8704, 11320, 8649, 11211, 8591, 11330, 8641, 11252, 8562, 11701, 8455, 11985, 8626], 'WindowCenter': [4025.0, 4019.0, 4005.0, 3991.0, 3997.0, 3951.0, 3985.0, 3954.0, 3966.0, 4040.0, 3966.0, 3987.0, 3981.0, 4007.0, 4040.0, 4021.0, 4070.0, 3984.0, 4004.0, 4006.0, 4008.0, 4041.0, 4020.0, 4011.0, 4030.0, 3997.0, 3997.0, 4010.0, 3999.0, 4028.0, 4011.0, 4084.0, 4043.0, 4072.0, 4045.0, 4071.0, 4031.0, 4060.0, 4064.0, 4064.0, 4048.0, 4021.0, 4050.0, 4009.0, 4069.0, 4050.0, 4067.0, 4045.0, 4044.0, 4013.0, 4025.0, 4025.0, 4006.0, 4055.0, 3992.0, 4043.0, 3992.0, 4042.0, 3992.0, 4044.0, 3982.0, 4032.0, 3991.0, 4033.0, 3983.0, 4034.0, 3994.0, 4034.0, 3994.0, 4035.0, 3993.0, 4057.0, 4018.0, 4014.0, 4006.0, 4026.0, 4007.0, 4051.0, 4009.0, 3998.0, 4017.0, 4050.0, 4017.0, 4042.0, 4029.0, 4019.0, 4037.0, 4015.0, 4027.0, 4018.0, 4038.0, 4017.0, 4027.0, 4017.0, 4020.0, 4020.0, 4018.0, 4020.0, 4028.0, 4006.0, 4014.0, 4006.0, 4026.0, 4006.0, 4035.0, 4017.0, 4026.0, 4008.0, 4038.0, 4008.0, 4015.0, 4006.0, 4016.0, 4008.0, 4067.0, 4022.0, 4042.0, 4008.0, 3995.0, 4020.0, 4029.0, 4017.0, 4037.0, 4006.0, 4038.0, 4019.0, 4059.0, 4029.0, 4028.0, 4017.0, 4018.0, 4028.0, 4060.0, 4037.0, 4017.0, 4026.0, 4067.0, 4015.0, 4077.0, 4037.0, 4076.0, 4036.0, 4056.0, 4016.0, 4056.0, 4004.0, 4056.0, 4034.0, 4012.0, 4006.0, 4060.0, 4019.0, 4048.0, 4006.0, 4002.0, 4005.0, 4005.0, 4028.0, 4029.0, 4073.0, 4054.0, 4091.0, 4028.0, 4057.0, 4028.0, 4008.0, 4008.0, 4009.0, 4079.0, 4048.0, 4069.0, 4026.0, 4089.0, 4047.0, 4088.0, 4046.0, 4045.0, 4003.0, 4002.0, 4003.0, 4015.0, 3993.0, 4014.0, 4014.0, 4034.0, 4007.0, 4047.0, 4042.0, 4068.0, 4016.0, 4067.0, 4049.0, 4068.0, 4047.0, 4064.0, 4013.0, 4053.0, 4003.0, 4054.0, 4045.0, 4054.0, 4001.0, 4044.0, 4004.0, 4054.0, 4004.0, 4045.0, 4027.0, 4044.0, 4004.0, 4014.0, 4005.0, 4037.0, 4018.0, 4038.0, 4018.0, 4058.0, 4005.0, 4059.0, 4019.0, 4057.0, 4047.0, 4005.0, 4074.0, 4007.0, 4078.0, 4035.0, 4056.0, 4005.0, 4025.0, 4007.0, 4038.0, 4007.0, 4007.0, 4009.0, 4018.0, 4018.0, 4020.0, 4049.0, 4009.0, 4027.0, 4007.0, 4017.0, 4028.0, 4027.0, 4006.0, 4005.0, 3995.0, 4007.0, 4008.0, 4028.0, 4017.0, 4026.0, 4007.0, 4039.0, 4020.0, 4010.0, 4018.0, 4019.0, 4021.0, 4063.0, 4032.0, 4093.0, 4060.0, 4103.0, 4041.0, 4091.0, 4063.0, 4103.0, 4070.0, 4056.0, 4025.0, 4058.0, 4049.0, 4029.0, 4068.0, 4016.0, 4026.0, 4007.0, 4030.0, 4041.0, 4032.0, 4083.0, 4052.0, 4090.0, 4047.0, 4080.0, 4017.0, 4078.0, 4027.0, 4057.0, 4049.0, 4058.0, 4025.0, 3995.0, 4003.0, 3994.0, 4006.0, 4007.0, 4025.0, 4006.0, 4004.0, 4005.0, 4027.0, 4018.0, 4059.0, 4009.0, 4057.0, 4008.0, 4060.0, 4019.0, 4008.0, 4008.0, 4009.0, 4009.0, 4021.0, 4052.0, 4021.0, 4081.0, 4009.0, 4069.0, 4020.0, 4091.0, 4060.0, 4088.0, 4010.0, 4079.0, 4071.0, 4068.0, 4019.0, 4083.0, 4048.0, 4057.0, 4007.0, 4049.0, 4019.0, 4047.0, 4016.0, 3996.0, 3995.0, 4009.0, 4069.0, 4008.0, 4026.0, 3996.0, 4008.0, 4017.0, 4009.0, 4049.0, 4019.0, 4060.0, 4030.0, 4069.0, 4049.0, 4067.0, 4015.0, 4045.0, 4026.0, 4068.0, 4037.0, 4063.0, 3991.0, 4043.0, 3993.0, 4055.0, 4006.0, 4056.0, 4004.0, 4043.0, 3993.0, 4024.0, 4007.0, 4037.0, 4007.0, 4017.0, 4006.0, 4006.0, 4019.0, 4049.0, 4018.0, 4035.0, 4007.0, 4035.0, 4007.0, 4070.0, 4037.0, 4079.0, 4015.0, 4057.0, 4004.0, 4058.0, 4036.0, 4066.0, 3995.0, 4045.0, 4015.0, 4058.0, 4013.0, 4055.0, 4004.0, 4023.0, 4004.0, 4005.0, 4003.0, 4004.0, 4004.0, 4004.0, 4006.0, 4007.0, 4018.0, 4019.0, 4020.0, 4019.0, 4019.0, 4018.0, 4040.0, 4050.0, 4049.0, 4018.0, 4079.0, 4017.0, 4079.0, 4057.0, 4079.0, 4048.0, 4066.0, 4005.0, 4056.0, 4007.0, 4057.0, 4018.0, 4046.0, 4004.0, 4046.0, 4018.0, 4059.0, 4037.0, 4057.0, 4006.0, 4057.0, 4006.0, 4057.0, 4007.0, 4058.0, 4049.0, 4048.0, 4018.0, 4007.0, 4008.0, 4027.0, 4021.0, 4027.0, 4021.0, 4009.0, 4010.0, 3997.0, 4069.0, 4051.0, 4078.0, 4059.0, 4050.0, 3998.0, 4009.0, 4030.0, 4012.0, 4022.0, 4074.0, 4062.0, 4081.0, 4046.0, 4067.0, 4037.0, 4066.0, 4046.0, 4076.0, 3994.0, 4057.0, 4006.0, 4007.0, 4067.0, 3995.0, 4047.0, 4004.0, 4027.0, 4007.0, 3994.0, 4025.0, 4021.0, 4023.0, 4011.0, 4011.0, 3980.0, 4010.0, 3991.0, 4023.0, 3992.0, 4053.0, 4002.0, 4065.0, 4044.0, 4086.0, 4053.0, 4030.0, 4039.0, 3997.0, 4038.0, 4017.0, 4047.0, 4006.0, 4016.0, 3995.0, 3967.0, 3984.0, 3963.0, 3994.0, 3963.0, 4005.0, 3977.0, 4029.0, 3989.0, 4018.0, 3978.0, 4008.0, 3988.0, 3977.0, 3989.0, 3999.0, 4001.0, 4001.0, 4001.0, 4003.0, 4014.0, 4016.0, 4018.0, 4007.0, 4016.0, 4015.0, 4028.0, 4029.0, 4018.0, 4017.0, 4017.0, 4016.0, 4030.0, 4081.0, 4030.0, 4049.0, 4018.0, 4037.0, 4031.0, 4050.0, 4031.0, 4030.0, 4019.0, 4030.0, 4021.0, 4043.0, 4062.0, 4031.0, 4040.0, 4045.0, 4063.0, 4034.0, 4082.0, 4031.0, 4051.0, 4054.0, 4093.0, 4030.0, 4080.0, 4030.0, 4091.0, 4050.0, 4091.0, 4040.0, 4070.0, 4028.0, 4080.0, 4060.0, 4079.0, 4017.0, 4056.0, 4017.0, 4059.0, 4042.0, 4068.0, 4039.0, 4029.0, 4040.0, 4050.0, 4040.0, 4030.0, 4049.0, 3997.0, 4017.0, 4009.0, 4049.0, 4039.0, 4060.0, 4079.0, 4038.0, 4027.0, 4005.0, 3994.0, 4017.0, 3997.0, 4009.0, 4007.0, 4017.0, 3997.0, 4019.0, 4040.0, 4019.0, 4037.0, 4007.0, 4068.0, 4028.0, 4079.0, 4039.0, 4068.0, 4016.0, 4056.0, 4016.0, 4047.0, 4026.0, 4044.0, 4013.0, 4025.0, 4016.0, 4037.0, 4015.0, 4015.0, 4015.0, 4016.0, 4027.0, 4026.0, 4016.0, 4035.0, 4016.0, 4047.0, 4027.0, 4057.0, 4016.0, 4037.0, 4028.0, 4027.0, 4018.0, 4047.0, 4018.0, 4027.0, 4028.0, 4039.0, 4039.0, 4059.0, 4019.0, 4058.0, 4029.0, 4071.0, 4030.0, 4059.0, 4029.0, 4059.0, 4030.0, 4071.0, 4030.0, 4070.0, 4030.0, 4059.0, 4041.0, 4061.0, 4030.0, 4069.0, 4030.0, 4069.0, 4030.0, 4071.0, 4032.0, 4072.0, 4023.0, 4084.0, 4022.0, 4052.0, 4011.0, 4021.0, 4011.0, 4021.0, 4043.0, 4025.0, 4054.0, 4034.0, 4054.0, 4054.0, 4074.0, 4073.0, 4084.0, 4041.0, 4051.0, 4030.0, 4082.0, 4019.0, 4069.0, 4017.0, 4080.0, 4050.0, 4080.0, 4027.0, 4069.0, 4031.0, 4060.0, 4048.0, 4036.0, 4060.0, 4015.0, 4018.0, 3973.0, 4027.0, 3995.0, 3987.0, 4030.0, 4061.0, 4048.0, 4026.0, 4056.0, 4046.0, 4066.0, 4032.0, 4013.0, 4075.0, 4066.0, 4026.0, 4047.0, 4026.0, 4036.0, 4064.0, 4000.0, 4007.0, 4008.0, 4000.0, 4014.0, 4068.0, 4059.0, 4038.0, 4068.0, 4067.0, 4042.0, 4042.0, 4020.0, 4040.0, 4010.0, 4039.0, 4030.0, 4010.0, 3979.0, 3813.0, 4016.0, 4011.0, 3987.0, 3963.0, 3964.0, 3976.0, 3985.0, 3967.0, 3989.0, 3979.0, 4003.0, 3992.0, 3979.0, 3980.0, 3979.0, 3991.0, 3991.0, 3992.0, 3994.0, 4005.0, 3996.0, 4015.0, 3994.0, 4015.0, 3995.0, 4016.0, 4008.0, 4010.0, 4008.0, 4007.0, 4007.0, 4020.0, 3999.0, 4032.0, 4032.0, 4033.0, 4012.0, 4030.0, 4043.0, 4034.0, 4087.0, 4044.0, 4083.0, 4022.0, 4075.0, 4032.0, 4053.0, 4042.0, 4053.0, 4030.0, 4051.0, 4031.0, 4062.0, 4045.0, 4084.0, 4052.0, 4043.0, 4033.0, 4072.0, 4032.0, 4094.0, 4053.0, 4071.0, 4021.0, 4092.0, 4044.0, 4084.0, 4062.0, 4069.0, 4030.0, 4059.0, 4028.0, 4039.0, 4018.0, 4029.0, 4070.0, 4017.0, 4070.0, 4018.0, 4070.0, 4029.0, 4060.0, 4030.0, 4018.0, 4028.0, 4040.0, 4029.0, 4009.0, 4018.0, 4017.0, 4078.0, 4018.0, 4080.0, 4039.0, 4068.0, 4006.0, 4056.0, 4019.0, 4072.0, 4041.0, 4006.0, 4007.0, 4019.0, 4020.0, 4040.0, 4070.0, 4040.0, 4072.0, 4030.0, 4071.0, 4049.0, 4039.0, 4089.0, 4028.0, 4079.0, 4020.0, 4057.0, 4035.0, 4055.0, 4004.0, 4048.0, 4005.0, 4008.0, 3997.0, 4017.0, 4008.0, 4020.0, 4029.0, 4007.0, 4037.0, 4017.0, 4029.0, 4018.0, 4049.0, 4029.0, 4027.0, 4004.0, 4004.0, 4004.0, 4025.0, 4015.0, 4068.0, 4006.0, 4025.0, 4004.0, 4036.0, 4018.0, 4026.0, 4004.0, 4027.0, 4006.0, 4016.0, 4019.0, 4059.0, 4017.0, 4027.0, 4006.0, 4016.0, 4016.0, 4028.0, 4016.0, 4016.0, 4006.0, 4018.0, 4019.0, 4042.0, 4050.0, 4017.0, 4049.0, 4016.0, 4031.0, 4010.0, 4041.0, 4031.0, 4021.0, 4020.0, 4021.0, 4040.0, 4031.0, 4043.0, 4062.0, 4033.0, 4081.0, 4040.0, 4069.0, 4040.0, 4081.0, 4071.0, 4068.0, 4026.0, 4045.0, 4063.0, 4035.0, 4026.0, 4026.0, 4015.0, 4036.0, 4027.0, 4007.0, 4039.0, 4039.0, 4021.0, 4054.0, 4043.0, 4054.0, 4054.0, 4053.0, 4063.0, 4062.0, 4062.0, 4058.0, 4060.0, 4039.0, 4027.0, 4017.0, 4028.0, 4026.0, 4026.0, 4015.0, 4024.0, 4004.0, 4038.0, 4018.0, 4039.0, 4017.0, 4062.0, 4014.0, 4027.0, 4040.0, 4014.0, 4002.0, 4039.0, 4054.0, 4035.0, 4065.0, 4083.0, 4050.0, 4060.0, 4039.0, 4061.0, 4091.0, 4071.0, 4092.0, 4038.0, 4082.0, 4050.0, 4081.0, 4048.0, 4066.0, 4025.0, 4067.0, 4037.0, 4048.0, 4038.0, 4059.0, 4040.0, 4071.0, 4053.0, 4070.0, 4048.0, 4078.0, 4038.0, 4078.0, 4038.0, 4070.0, 4048.0, 4056.0, 4025.0, 4057.0, 4025.0, 4057.0, 4027.0, 4037.0, 4026.0, 4015.0, 4026.0, 4015.0, 4030.0, 4028.0, 4027.0, 4026.0, 4027.0, 4017.0, 4027.0, 4049.0, 4039.0, 4058.0, 4016.0, 4015.0, 4016.0, 4028.0, 4037.0, 4016.0, 4015.0, 3996.0, 4027.0, 4006.0, 4028.0, 4019.0, 4029.0, 4007.0, 4028.0, 4037.0, 4027.0, 4041.0, 4070.0, 4038.0, 4038.0, 4028.0, 4068.0, 4041.0, 4070.0, 4039.0, 4068.0, 4028.0, 4069.0, 4041.0, 4070.0, 4049.0, 4067.0, 4028.0, 4069.0, 4041.0, 4072.0, 4061.0, 4070.0, 4038.0, 4058.0, 4028.0, 4070.0, 4040.0, 4067.0, 4026.0, 4057.0, 4027.0, 4070.0, 4027.0, 4057.0, 4025.0, 4046.0, 4037.0, 4059.0, 4026.0, 4056.0, 4015.0, 4044.0, 4026.0, 4059.0, 4027.0, 4056.0, 4026.0, 4044.0, 4015.0, 4058.0, 4026.0, 4065.0, 4014.0, 4035.0, 4025.0, 4025.0, 4025.0, 3994.0, 4013.0, 3993.0, 4014.0, 4006.0, 4026.0, 3995.0, 4025.0, 4026.0, 4027.0, 4029.0, 4049.0, 4026.0, 4024.0, 4014.0, 4034.0, 4015.0, 4077.0, 4025.0, 4035.0, 4016.0, 4056.0, 4026.0, 4056.0, 4015.0, 4054.0, 4014.0, 4055.0, 4016.0, 4058.0, 4027.0, 4056.0, 4016.0, 4056.0, 4027.0, 4069.0, 4028.0, 4058.0, 4028.0, 4058.0, 4018.0, 4070.0, 4030.0], 'WindowWidth': [8990.0, 8972.0, 8943.0, 8912.0, 8909.0, 8839.0, 8889.0, 8849.0, 8870.0, 8976.0, 8872.0, 8900.0, 8901.0, 8945.0, 8997.0, 8974.0, 9036.0, 8911.0, 8935.0, 8942.0, 8950.0, 9000.0, 8969.0, 8961.0, 8984.0, 8934.0, 8935.0, 8958.0, 8940.0, 8980.0, 8961.0, 9064.0, 9009.0, 9043.0, 9012.0, 9039.0, 8986.0, 9021.0, 9035.0, 9034.0, 9003.0, 8975.0, 9010.0, 8953.0, 9034.0, 9010.0, 9030.0, 8995.0, 8990.0, 8948.0, 8966.0, 8968.0, 8943.0, 9010.0, 8920.0, 8991.0, 8919.0, 8986.0, 8920.0, 8990.0, 8906.0, 8971.0, 8918.0, 8974.0, 8909.0, 8977.0, 8927.0, 8979.0, 8926.0, 8982.0, 8923.0, 9015.0, 8967.0, 8955.0, 8946.0, 8972.0, 8949.0, 9014.0, 8957.0, 8940.0, 8965.0, 9013.0, 8966.0, 9005.0, 8984.0, 8969.0, 8991.0, 8958.0, 8978.0, 8968.0, 8995.0, 8963.0, 8977.0, 8962.0, 8976.0, 8975.0, 8968.0, 8974.0, 8982.0, 8948.0, 8954.0, 8946.0, 8972.0, 8945.0, 8985.0, 8964.0, 8974.0, 8955.0, 8996.0, 8954.0, 8960.0, 8948.0, 8960.0, 8956.0, 9051.0, 8982.0, 9005.0, 8953.0, 8931.0, 8973.0, 8985.0, 8968.0, 8989.0, 8947.0, 8992.0, 8971.0, 9025.0, 8982.0, 8978.0, 8964.0, 8967.0, 8982.0, 9027.0, 8993.0, 8962.0, 8974.0, 9030.0, 8957.0, 9043.0, 8990.0, 9041.0, 8984.0, 9013.0, 8962.0, 9016.0, 8943.0, 9013.0, 8979.0, 8946.0, 8950.0, 9027.0, 8974.0, 9007.0, 8948.0, 8938.0, 8942.0, 8944.0, 8984.0, 8985.0, 9054.0, 9032.0, 9070.0, 8981.0, 9020.0, 8983.0, 8956.0, 8956.0, 8958.0, 9053.0, 9009.0, 9039.0, 8976.0, 9066.0, 9002.0, 9063.0, 9000.0, 8997.0, 8939.0, 8936.0, 8938.0, 8957.0, 8928.0, 8954.0, 8958.0, 8984.0, 8952.0, 9004.0, 9006.0, 9032.0, 8962.0, 9030.0, 9008.0, 9035.0, 9002.0, 9019.0, 8951.0, 9003.0, 8937.0, 9007.0, 8996.0, 9006.0, 8935.0, 8992.0, 8940.0, 9006.0, 8942.0, 8997.0, 8975.0, 8994.0, 8941.0, 8954.0, 8945.0, 8992.0, 8967.0, 8993.0, 8967.0, 9018.0, 8948.0, 9023.0, 8970.0, 9018.0, 9000.0, 8944.0, 9035.0, 8948.0, 9044.0, 8985.0, 9011.0, 8943.0, 8969.0, 8949.0, 8993.0, 8952.0, 8951.0, 8957.0, 8967.0, 8972.0, 8975.0, 9011.0, 8955.0, 8978.0, 8951.0, 8964.0, 8981.0, 8977.0, 8948.0, 8946.0, 8932.0, 8952.0, 8954.0, 8982.0, 8963.0, 8973.0, 8951.0, 8996.0, 8974.0, 8963.0, 8970.0, 8972.0, 8978.0, 9036.0, 8995.0, 9077.0, 9029.0, 9087.0, 8999.0, 9067.0, 9031.0, 9089.0, 9035.0, 9011.0, 8970.0, 9017.0, 9009.0, 8981.0, 9030.0, 8958.0, 8969.0, 8949.0, 8983.0, 9000.0, 8991.0, 9062.0, 9016.0, 9064.0, 8999.0, 9046.0, 8958.0, 9043.0, 8972.0, 9015.0, 9008.0, 9017.0, 8970.0, 8927.0, 8936.0, 8927.0, 8949.0, 8949.0, 8970.0, 8942.0, 8938.0, 8941.0, 8973.0, 8964.0, 9019.0, 8954.0, 9015.0, 8952.0, 9025.0, 8970.0, 8954.0, 8954.0, 8956.0, 8957.0, 8978.0, 9018.0, 8974.0, 9052.0, 8954.0, 9033.0, 8974.0, 9066.0, 9027.0, 9058.0, 8958.0, 9049.0, 9039.0, 9028.0, 8968.0, 9059.0, 9004.0, 9010.0, 8943.0, 9004.0, 8965.0, 8998.0, 8955.0, 8929.0, 8928.0, 8957.0, 9035.0, 8950.0, 8972.0, 8932.0, 8950.0, 8964.0, 8954.0, 9005.0, 8968.0, 9024.0, 8985.0, 9034.0, 9006.0, 9028.0, 8956.0, 8994.0, 8969.0, 9030.0, 8986.0, 9016.0, 8918.0, 8988.0, 8923.0, 9007.0, 8945.0, 9008.0, 8938.0, 8987.0, 8923.0, 8965.0, 8948.0, 8990.0, 8950.0, 8961.0, 8946.0, 8945.0, 8969.0, 9009.0, 8966.0, 8985.0, 8947.0, 8982.0, 8949.0, 9039.0, 8992.0, 9047.0, 8957.0, 9013.0, 8940.0, 9019.0, 8988.0, 9024.0, 8929.0, 8993.0, 8956.0, 9017.0, 8954.0, 9008.0, 8940.0, 8963.0, 8939.0, 8944.0, 8940.0, 8942.0, 8941.0, 8941.0, 8945.0, 8952.0, 8970.0, 8972.0, 8972.0, 8970.0, 8968.0, 8970.0, 9002.0, 9014.0, 9007.0, 8964.0, 9046.0, 8959.0, 9048.0, 9016.0, 9049.0, 9004.0, 9025.0, 8941.0, 9010.0, 8948.0, 9014.0, 8964.0, 8997.0, 8941.0, 8998.0, 8964.0, 9021.0, 8990.0, 9013.0, 8945.0, 9012.0, 8945.0, 9012.0, 8949.0, 9018.0, 9008.0, 9002.0, 8962.0, 8949.0, 8951.0, 8976.0, 8972.0, 8978.0, 8972.0, 8953.0, 8959.0, 8935.0, 9035.0, 9011.0, 9046.0, 9019.0, 9007.0, 8935.0, 8951.0, 8982.0, 8964.0, 8979.0, 9049.0, 9028.0, 9054.0, 8998.0, 9026.0, 8983.0, 9024.0, 8994.0, 9036.0, 8926.0, 9016.0, 8949.0, 8947.0, 9026.0, 8930.0, 9001.0, 8937.0, 8980.0, 8950.0, 8928.0, 8971.0, 8955.0, 8962.0, 8941.0, 8943.0, 8901.0, 8943.0, 8920.0, 8966.0, 8921.0, 9005.0, 8935.0, 9024.0, 8993.0, 9053.0, 9004.0, 8965.0, 8976.0, 8915.0, 8972.0, 8942.0, 8981.0, 8925.0, 8940.0, 8910.0, 8875.0, 8894.0, 8865.0, 8907.0, 8865.0, 8922.0, 8892.0, 8962.0, 8910.0, 8945.0, 8892.0, 8929.0, 8906.0, 8891.0, 8910.0, 8925.0, 8930.0, 8930.0, 8931.0, 8936.0, 8955.0, 8960.0, 8964.0, 8949.0, 8959.0, 8959.0, 8981.0, 8984.0, 8968.0, 8964.0, 8964.0, 8961.0, 8985.0, 9055.0, 8985.0, 9008.0, 8964.0, 8988.0, 8988.0, 9015.0, 8989.0, 8985.0, 8971.0, 8988.0, 8981.0, 9010.0, 9034.0, 8991.0, 9000.0, 9015.0, 9038.0, 8999.0, 9059.0, 8991.0, 9015.0, 9027.0, 9077.0, 8988.0, 9053.0, 8987.0, 9070.0, 9013.0, 9070.0, 8998.0, 9036.0, 8982.0, 9052.0, 9025.0, 9046.0, 8964.0, 9011.0, 8963.0, 9020.0, 9008.0, 9033.0, 8997.0, 8982.0, 8999.0, 9009.0, 8996.0, 8984.0, 9006.0, 8934.0, 8963.0, 8955.0, 9009.0, 8992.0, 9026.0, 9048.0, 8992.0, 8973.0, 8943.0, 8926.0, 8960.0, 8938.0, 8954.0, 8949.0, 8962.0, 8938.0, 8971.0, 8997.0, 8967.0, 8989.0, 8949.0, 9031.0, 8979.0, 9047.0, 8993.0, 9028.0, 8958.0, 9009.0, 8956.0, 8998.0, 8970.0, 8991.0, 8949.0, 8965.0, 8958.0, 8985.0, 8953.0, 8952.0, 8955.0, 8960.0, 8973.0, 8970.0, 8960.0, 8982.0, 8957.0, 9001.0, 8976.0, 9014.0, 8959.0, 8986.0, 8977.0, 8975.0, 8965.0, 9001.0, 8962.0, 8974.0, 8977.0, 8994.0, 8995.0, 9020.0, 8968.0, 9016.0, 8983.0, 9040.0, 8984.0, 9018.0, 8981.0, 9018.0, 8984.0, 9038.0, 8985.0, 9036.0, 8983.0, 9021.0, 9001.0, 9025.0, 8986.0, 9034.0, 8984.0, 9033.0, 8986.0, 9039.0, 8989.0, 9041.0, 8981.0, 9063.0, 8981.0, 9019.0, 8962.0, 8975.0, 8963.0, 8978.0, 9011.0, 8992.0, 9025.0, 9002.0, 9029.0, 9026.0, 9052.0, 9048.0, 9067.0, 9001.0, 9017.0, 8988.0, 9056.0, 8967.0, 9033.0, 8962.0, 9050.0, 9010.0, 9047.0, 8976.0, 9035.0, 8986.0, 9023.0, 9000.0, 8981.0, 9020.0, 8950.0, 8963.0, 8894.0, 8972.0, 8926.0, 8920.0, 8981.0, 9023.0, 8999.0, 8967.0, 9007.0, 8992.0, 9018.0, 8965.0, 8940.0, 9032.0, 9021.0, 8971.0, 9001.0, 8977.0, 8985.0, 9024.0, 8931.0, 8938.0, 8939.0, 8933.0, 8957.0, 9037.0, 9027.0, 8996.0, 9033.0, 9029.0, 8981.0, 8983.0, 8946.0, 8974.0, 8932.0, 8970.0, 8959.0, 8929.0, 8861.0, 8573.0, 8944.0, 8938.0, 8896.0, 8857.0, 8861.0, 8879.0, 8887.0, 8870.0, 8901.0, 8892.0, 8928.0, 8909.0, 8887.0, 8891.0, 8890.0, 8909.0, 8911.0, 8916.0, 8918.0, 8935.0, 8926.0, 8949.0, 8921.0, 8948.0, 8922.0, 8953.0, 8947.0, 8955.0, 8949.0, 8945.0, 8945.0, 8964.0, 8936.0, 8987.0, 8986.0, 8989.0, 8959.0, 8984.0, 9003.0, 8996.0, 9073.0, 9010.0, 9058.0, 8974.0, 9047.0, 8986.0, 9016.0, 9001.0, 9014.0, 8981.0, 9010.0, 8984.0, 9028.0, 9014.0, 9066.0, 9019.0, 9007.0, 8996.0, 9045.0, 8989.0, 9078.0, 9020.0, 9041.0, 8973.0, 9072.0, 9011.0, 9064.0, 9031.0, 9035.0, 8987.0, 9021.0, 8977.0, 8994.0, 8966.0, 8981.0, 9036.0, 8963.0, 9035.0, 8967.0, 9038.0, 8981.0, 9022.0, 8985.0, 8966.0, 8977.0, 8999.0, 8981.0, 8953.0, 8964.0, 8964.0, 9044.0, 8964.0, 9049.0, 8991.0, 9028.0, 8943.0, 9008.0, 8968.0, 9042.0, 9000.0, 8943.0, 8949.0, 8969.0, 8973.0, 8999.0, 9039.0, 9001.0, 9042.0, 8985.0, 9042.0, 9006.0, 8993.0, 9060.0, 8974.0, 9048.0, 8967.0, 9010.0, 8981.0, 9005.0, 8938.0, 9001.0, 8942.0, 8948.0, 8934.0, 8958.0, 8950.0, 8966.0, 8979.0, 8946.0, 8986.0, 8959.0, 8979.0, 8962.0, 9006.0, 8975.0, 8970.0, 8934.0, 8936.0, 8935.0, 8966.0, 8954.0, 9027.0, 8943.0, 8966.0, 8938.0, 8984.0, 8963.0, 8967.0, 8937.0, 8968.0, 8942.0, 8957.0, 8969.0, 9019.0, 8961.0, 8973.0, 8942.0, 8954.0, 8958.0, 8975.0, 8956.0, 8957.0, 8944.0, 8963.0, 8967.0, 9003.0, 9008.0, 8963.0, 9008.0, 8959.0, 8991.0, 8962.0, 9001.0, 8989.0, 8976.0, 8972.0, 8974.0, 8997.0, 8988.0, 9006.0, 9030.0, 8990.0, 9051.0, 8993.0, 9032.0, 8993.0, 9056.0, 9040.0, 9031.0, 8970.0, 8994.0, 9034.0, 8983.0, 8970.0, 8969.0, 8955.0, 8983.0, 8974.0, 8947.0, 8992.0, 8995.0, 8977.0, 9023.0, 9007.0, 9026.0, 9025.0, 9021.0, 9033.0, 9030.0, 9031.0, 9020.0, 9024.0, 8992.0, 8973.0, 8960.0, 8975.0, 8970.0, 8967.0, 8952.0, 8962.0, 8938.0, 8988.0, 8963.0, 8991.0, 8958.0, 9029.0, 8948.0, 8967.0, 8996.0, 8948.0, 8931.0, 8994.0, 9027.0, 9003.0, 9041.0, 9062.0, 9012.0, 9025.0, 8994.0, 9026.0, 9067.0, 9039.0, 9069.0, 8991.0, 9055.0, 9012.0, 9055.0, 9002.0, 9024.0, 8971.0, 9028.0, 8988.0, 9004.0, 8991.0, 9021.0, 8996.0, 9040.0, 9019.0, 9038.0, 9004.0, 9044.0, 8989.0, 9044.0, 8989.0, 9035.0, 9002.0, 9008.0, 8966.0, 9012.0, 8968.0, 9014.0, 8973.0, 8984.0, 8969.0, 8954.0, 8970.0, 8958.0, 8985.0, 8978.0, 8975.0, 8973.0, 8973.0, 8961.0, 8977.0, 9010.0, 8993.0, 9016.0, 8956.0, 8955.0, 8957.0, 8976.0, 8989.0, 8957.0, 8953.0, 8930.0, 8973.0, 8947.0, 8979.0, 8969.0, 8982.0, 8951.0, 8976.0, 8989.0, 8976.0, 9000.0, 9039.0, 8993.0, 8989.0, 8976.0, 9032.0, 8999.0, 9038.0, 8994.0, 9031.0, 8979.0, 9034.0, 9002.0, 9037.0, 9010.0, 9028.0, 8977.0, 9032.0, 9000.0, 9041.0, 9028.0, 9034.0, 8990.0, 9016.0, 8978.0, 9036.0, 8996.0, 9028.0, 8971.0, 9012.0, 8975.0, 9035.0, 8975.0, 9012.0, 8969.0, 8995.0, 8989.0, 9018.0, 8972.0, 9008.0, 8954.0, 8990.0, 8970.0, 9020.0, 8975.0, 9009.0, 8970.0, 8991.0, 8955.0, 9016.0, 8970.0, 9020.0, 8950.0, 8978.0, 8966.0, 8968.0, 8965.0, 8924.0, 8948.0, 8921.0, 8951.0, 8946.0, 8971.0, 8930.0, 8967.0, 8969.0, 8975.0, 8978.0, 9003.0, 8969.0, 8964.0, 8950.0, 8975.0, 8953.0, 9042.0, 8966.0, 8979.0, 8952.0, 9011.0, 8971.0, 9009.0, 8953.0, 9004.0, 8951.0, 9005.0, 8958.0, 9017.0, 8974.0, 9010.0, 8957.0, 9010.0, 8974.0, 9033.0, 8978.0, 9016.0, 8976.0, 9015.0, 8962.0, 9037.0, 8982.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.005532728842832469</td></tr>
<tr><td colspan=3>aqi</td><td>0.06918173195164076</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.78406818421778</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1363795670786512</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.02454709457217</td></tr>
<tr><td colspan=3>efc</td><td>0.4599</td></tr>
<tr><td colspan=3>fber</td><td>4787.6816</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.235496411968311</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>393</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.93782383419689</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8406310141639426</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.761771115972427</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0562293816792683</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.703892544840132</td></tr>
<tr><td colspan=3>gcor</td><td>0.0092974</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00671096658334136</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02871672436594963</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.49541190823908</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>20.2624</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0311</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.1122</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308997.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.6088</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.232</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.046</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3235.3352</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4329.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.5965</td></tr>
<tr><td colspan=3>tsnr</td><td>22.728387686423957</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>