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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0001/ses-03/func/sub-0001_ses-03_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a980eae0cc87a58183737f5d5f270587</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>15:58:46.352500</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_VE11C_LATEST_20160120</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.997962, -0.0562381, 0.0301592, 0.0475863, 0.970714, 0.235478]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0862206</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7762, -7269, 500, -57, -265, 70, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.654</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3299b213-a833-48d2-bbe8-6cc9bb9e265c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774585247039795, 0.12767058610916138, 0.11480075865983963, 104.0311279296875], [0.1508827954530716, 2.6043548583984375, 0.6306195259094238, -108.60263061523438], [0.0809149369597435, -0.6317699551582336, 2.6228115558624268, -46.524818420410156], [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, 1155]</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], 'AcquisitionTime': ['155846.352500', '155846.812500', '155847.272500', '155847.732500', '155848.192500', '155848.652500', '155849.112500', '155849.572500', '155850.032500', '155850.492500', '155850.952500', '155851.412500', '155851.872500', '155852.332500', '155852.792500', '155853.252500', '155853.712500', '155854.172500', '155854.632500', '155855.092500', '155855.552500', '155856.012500', '155856.472500', '155856.932500', '155857.392500', '155857.852500', '155858.312500', '155858.772500', '155859.232500', '155859.692500', '155900.152500', '155900.612500', '155901.072500', '155901.532500', '155901.992500', '155902.452500', '155902.912500', '155903.372500', '155903.832500', '155904.292500', '155904.752500', '155905.212500', '155905.672500', '155906.132500', '155906.592500', '155907.052500', '155907.512500', '155907.972500', '155908.432500', '155908.892500', '155909.352500', '155909.812500', '155910.272500', '155910.732500', '155911.192500', '155911.652500', '155912.112500', '155912.572500', '155913.032500', '155913.492500', '155913.952500', '155914.412500', '155914.872500', '155915.332500', '155915.792500', '155916.252500', '155916.712500', '155917.172500', '155917.632500', '155918.092500', '155918.552500', '155919.012500', '155919.472500', '155919.932500', '155920.392500', '155920.852500', '155921.312500', '155921.772500', '155922.232500', '155922.692500', '155923.152500', '155923.612500', '155924.072500', '155924.532500', '155924.992500', '155925.452500', '155925.912500', '155926.372500', '155926.832500', '155927.292500', '155927.752500', '155928.212500', '155928.672500', '155929.132500', '155929.592500', '155930.052500', '155930.512500', '155930.972500', '155931.432500', '155931.892500', '155932.352500', '155932.812500', '155933.272500', '155933.732500', '155934.192500', '155934.652500', '155935.112500', '155935.572500', '155936.032500', '155936.492500', '155936.952500', '155937.412500', '155937.872500', '155938.332500', '155938.792500', '155939.252500', '155939.712500', '155940.172500', '155940.632500', '155941.092500', '155941.552500', '155942.012500', '155942.472500', '155942.932500', '155943.392500', '155943.852500', '155944.312500', '155944.772500', '155945.232500', '155945.692500', '155946.152500', '155946.612500', '155947.072500', '155947.532500', '155947.992500', '155948.452500', '155948.912500', '155949.372500', '155949.832500', '155950.292500', '155950.752500', '155951.212500', '155951.672500', '155952.132500', '155952.592500', '155953.052500', '155953.512500', '155953.972500', '155954.432500', '155954.892500', '155955.352500', '155955.812500', '155956.272500', '155956.732500', '155957.192500', '155957.652500', '155958.112500', '155958.572500', '155959.032500', '155959.492500', '155959.952500', '160000.412500', '160000.872500', '160001.332500', '160001.792500', '160002.252500', '160002.712500', '160003.172500', '160003.632500', '160004.092500', '160004.552500', '160005.012500', '160005.472500', '160005.932500', '160006.392500', '160006.852500', '160007.312500', '160007.772500', '160008.232500', '160008.692500', '160009.152500', '160009.612500', '160010.072500', '160010.532500', '160010.992500', '160011.452500', '160011.912500', '160012.372500', '160012.832500', '160013.292500', '160013.752500', '160014.212500', '160014.672500', '160015.132500', '160015.592500', '160016.052500', '160016.512500', '160016.972500', '160017.432500', '160017.892500', '160018.352500', '160018.812500', '160019.272500', '160019.732500', '160020.192500', '160020.652500', '160021.112500', '160021.572500', '160022.032500', '160022.492500', '160022.952500', '160023.412500', '160023.872500', '160024.332500', '160024.792500', '160025.252500', '160025.712500', '160026.172500', '160026.632500', '160027.092500', '160027.552500', '160028.012500', '160028.472500', '160028.932500', '160029.392500', '160029.852500', '160030.312500', '160030.772500', '160031.232500', '160031.692500', '160032.152500', '160032.612500', '160033.072500', '160033.532500', '160033.992500', '160034.452500', '160034.912500', '160035.372500', '160035.832500', '160036.292500', '160036.752500', '160037.212500', '160037.672500', '160038.132500', '160038.592500', '160039.052500', '160039.512500', '160039.972500', '160040.432500', '160040.892500', '160041.352500', '160041.812500', '160042.272500', '160042.732500', '160043.192500', '160043.652500', '160044.112500', '160044.572500', '160045.032500', '160045.492500', '160045.952500', '160046.412500', '160046.872500', '160047.332500', '160047.792500', '160048.252500', '160048.712500', '160049.172500', '160049.632500', '160050.092500', '160050.552500', '160051.012500', '160051.472500', '160051.932500', '160052.392500', '160052.852500', '160053.312500', '160053.772500', '160054.232500', '160054.692500', '160055.152500', '160055.612500', '160056.072500', '160056.532500', '160056.992500', '160057.452500', '160057.912500', '160058.372500', '160058.832500', '160059.292500', '160059.752500', '160100.212500', '160100.672500', '160101.132500', '160101.592500', '160102.052500', '160102.512500', '160102.972500', '160103.432500', '160103.892500', '160104.352500', '160104.812500', '160105.272500', '160105.732500', '160106.192500', '160106.652500', '160107.112500', '160107.572500', '160108.032500', '160108.492500', '160108.952500', '160109.412500', '160109.872500', '160110.332500', '160110.792500', '160111.252500', '160111.712500', '160112.172500', '160112.632500', '160113.092500', '160113.552500', '160114.012500', '160114.472500', '160114.932500', '160115.392500', '160115.852500', '160116.312500', '160116.772500', '160117.232500', '160117.692500', '160118.152500', '160118.612500', '160119.072500', '160119.532500', '160119.992500', '160120.452500', '160120.912500', '160121.372500', '160121.832500', '160122.292500', '160122.752500', '160123.212500', '160123.672500', '160124.132500', '160124.592500', '160125.052500', '160125.512500', '160125.972500', '160126.432500', '160126.892500', '160127.352500', '160127.812500', '160128.272500', '160128.732500', '160129.192500', '160129.652500', '160130.112500', '160130.572500', '160131.032500', '160131.492500', '160131.952500', '160132.412500', '160132.872500', '160133.332500', '160133.792500', '160134.252500', '160134.712500', '160135.172500', '160135.632500', '160136.092500', '160136.552500', '160137.012500', '160137.472500', '160137.932500', '160138.392500', '160138.852500', '160139.312500', '160139.772500', '160140.232500', '160140.692500', '160141.152500', '160141.612500', '160142.072500', '160142.532500', '160142.992500', '160143.452500', '160143.912500', '160144.372500', '160144.832500', '160145.292500', '160145.752500', '160146.212500', '160146.672500', '160147.132500', '160147.592500', '160148.052500', '160148.512500', '160148.972500', '160149.432500', '160149.892500', '160150.352500', '160150.812500', '160151.272500', '160151.732500', '160152.192500', '160152.652500', '160153.112500', '160153.572500', '160154.032500', '160154.492500', '160154.952500', '160155.412500', '160155.872500', '160156.332500', '160156.792500', '160157.252500', '160157.712500', '160158.172500', '160158.632500', '160159.092500', '160159.552500', '160200.012500', '160200.472500', '160200.932500', '160201.392500', '160201.852500', '160202.312500', '160202.772500', '160203.232500', '160203.692500', '160204.152500', '160204.612500', '160205.072500', '160205.532500', '160205.992500', '160206.452500', '160206.912500', '160207.372500', '160207.832500', '160208.292500', '160208.752500', '160209.212500', '160209.672500', '160210.132500', '160210.592500', '160211.052500', '160211.512500', '160211.972500', '160212.432500', '160212.892500', '160213.352500', '160213.812500', '160214.272500', '160214.732500', '160215.192500', '160215.652500', '160216.112500', '160216.572500', '160217.032500', '160217.492500', '160217.952500', '160218.412500', '160218.872500', '160219.332500', '160219.792500', '160220.252500', '160220.712500', '160221.172500', '160221.632500', '160222.092500', '160222.552500', '160223.012500', '160223.472500', '160223.932500', '160224.392500', '160224.852500', '160225.312500', '160225.772500', '160226.232500', '160226.692500', '160227.152500', '160227.612500', '160228.072500', '160228.532500', '160228.992500', '160229.452500', '160229.912500', '160230.372500', '160230.832500', '160231.292500', '160231.752500', '160232.212500', '160232.672500', '160233.132500', '160233.592500', '160234.052500', '160234.512500', '160234.972500', '160235.432500', '160235.892500', '160236.352500', '160236.812500', '160237.272500', '160237.732500', '160238.192500', '160238.652500', '160239.112500', '160239.572500', '160240.032500', '160240.492500', '160240.952500', '160241.412500', '160241.872500', '160242.332500', '160242.792500', '160243.252500', '160243.712500', '160244.172500', '160244.632500', '160245.092500', '160245.552500', '160246.012500', '160246.472500', '160246.932500', '160247.392500', '160247.852500', '160248.312500', '160248.772500', '160249.232500', '160249.692500', '160250.152500', '160250.612500', '160251.072500', '160251.532500', '160251.992500', '160252.452500', '160252.912500', '160253.372500', '160253.832500', '160254.292500', '160254.752500', '160255.212500', '160255.672500', '160256.132500', '160256.592500', '160257.052500', '160257.512500', '160257.972500', '160258.432500', '160258.892500', '160259.352500', '160259.812500', '160300.272500', '160300.732500', '160301.192500', '160301.652500', '160302.112500', '160302.572500', '160303.032500', '160303.492500', '160303.952500', '160304.412500', '160304.872500', '160305.332500', '160305.792500', '160306.252500', '160306.712500', '160307.172500', '160307.632500', '160308.092500', '160308.552500', '160309.012500', '160309.472500', '160309.932500', '160310.392500', '160310.852500', '160311.312500', '160311.772500', '160312.232500', '160312.692500', '160313.152500', '160313.612500', '160314.072500', '160314.532500', '160314.992500', '160315.452500', '160315.912500', '160316.372500', '160316.832500', '160317.292500', '160317.752500', '160318.212500', '160318.672500', '160319.132500', '160319.592500', '160320.052500', '160320.512500', '160320.972500', '160321.432500', '160321.892500', '160322.352500', '160322.812500', '160323.272500', '160323.732500', '160324.192500', '160324.652500', '160325.112500', '160325.572500', '160326.032500', '160326.492500', '160326.952500', '160327.412500', '160327.872500', '160328.332500', '160328.792500', '160329.252500', '160329.712500', '160330.172500', '160330.632500', '160331.092500', '160331.552500', '160332.012500', '160332.472500', '160332.932500', '160333.392500', '160333.852500', '160334.312500', '160334.772500', '160335.232500', '160335.692500', '160336.152500', '160336.612500', '160337.072500', '160337.532500', '160337.992500', '160338.452500', '160338.912500', '160339.372500', '160339.832500', '160340.292500', '160340.752500', '160341.212500', '160341.672500', '160342.132500', '160342.592500', '160343.052500', '160343.512500', '160343.972500', '160344.432500', '160344.892500', '160345.352500', '160345.812500', '160346.272500', '160346.732500', '160347.192500', '160347.652500', '160348.112500', '160348.572500', '160349.032500', '160349.492500', '160349.952500', '160350.412500', '160350.872500', '160351.332500', '160351.792500', '160352.252500', '160352.712500', '160353.172500', '160353.632500', '160354.092500', '160354.552500', '160355.012500', '160355.472500', '160355.932500', '160356.392500', '160356.852500', '160357.312500', '160357.772500', '160358.232500', '160358.692500', '160359.152500', '160359.612500', '160400.072500', '160400.532500', '160400.992500', '160401.452500', '160401.912500', '160402.372500', '160402.832500', '160403.292500', '160403.752500', '160404.212500', '160404.672500', '160405.132500', '160405.592500', '160406.052500', '160406.512500', '160406.972500', '160407.432500', '160407.892500', '160408.352500', '160408.812500', '160409.272500', '160409.732500', '160410.192500', '160410.652500', '160411.112500', '160411.572500', '160412.032500', '160412.492500', '160412.952500', '160413.412500', '160413.872500', '160414.332500', '160414.792500', '160415.252500', '160415.712500', '160416.172500', '160416.632500', '160417.092500', '160417.552500', '160418.012500', '160418.472500', '160418.932500', '160419.392500', '160419.852500', '160420.312500', '160420.772500', '160421.232500', '160421.692500', '160422.152500', '160422.612500', '160423.072500', '160423.532500', '160423.992500', '160424.452500', '160424.912500', '160425.372500', '160425.832500', '160426.292500', '160426.752500', '160427.212500', '160427.672500', '160428.132500', '160428.592500', '160429.052500', '160429.512500', '160429.972500', '160430.432500', '160430.892500', '160431.352500', '160431.812500', '160432.272500', '160432.732500', '160433.192500', '160433.652500', '160434.112500', '160434.572500', '160435.032500', '160435.492500', '160435.952500', '160436.412500', '160436.872500', '160437.332500', '160437.792500', '160438.252500', '160438.712500', '160439.172500', '160439.632500', '160440.092500', '160440.552500', '160441.012500', '160441.472500', '160441.932500', '160442.392500', '160442.852500', '160443.312500', '160443.772500', '160444.232500', '160444.692500', '160445.152500', '160445.612500', '160446.072500', '160446.532500', '160446.992500', '160447.452500', '160447.912500', '160448.372500', '160448.832500', '160449.292500', '160449.752500', '160450.212500', '160450.672500', '160451.132500', '160451.592500', '160452.052500', '160452.512500', '160452.972500', '160453.432500', '160453.892500', '160454.352500', '160454.812500', '160455.272500', '160455.732500', '160456.192500', '160456.652500', '160457.112500', '160457.572500', '160458.032500', '160458.492500', '160458.952500', '160459.412500', '160459.872500', '160500.332500', '160500.792500', '160501.252500', '160501.712500', '160502.172500', '160502.632500', '160503.092500', '160503.552500', '160504.012500', '160504.472500', '160504.932500', '160505.392500', '160505.852500', '160506.312500', '160506.772500', '160507.232500', '160507.692500', '160508.152500', '160508.612500', '160509.072500', '160509.532500', '160509.992500', '160510.452500', '160510.912500', '160511.372500', '160511.832500', '160512.292500', '160512.752500', '160513.212500', '160513.672500', '160514.132500', '160514.592500', '160515.052500', '160515.512500', '160515.972500', '160516.432500', '160516.892500', '160517.352500', '160517.812500', '160518.272500', '160518.732500', '160519.192500', '160519.652500', '160520.112500', '160520.572500', '160521.032500', '160521.492500', '160521.952500', '160522.412500', '160522.872500', '160523.332500', '160523.792500', '160524.252500', '160524.712500', '160525.172500', '160525.632500', '160526.092500', '160526.552500', '160527.012500', '160527.472500', '160527.932500', '160528.392500', '160528.852500', '160529.312500', '160529.772500', '160530.232500', '160530.692500', '160531.152500', '160531.612500', '160532.072500', '160532.532500', '160532.992500', '160533.452500', '160533.912500', '160534.372500', '160534.832500', '160535.292500', '160535.752500', '160536.212500', '160536.672500', '160537.132500', '160537.592500', '160538.052500', '160538.512500', '160538.972500', '160539.432500', '160539.892500', '160540.352500', '160540.812500', '160541.272500', '160541.732500', '160542.192500', '160542.652500', '160543.112500', '160543.572500', '160544.032500', '160544.492500', '160544.952500', '160545.412500', '160545.872500', '160546.332500', '160546.792500', '160547.252500', '160547.712500', '160548.172500', '160548.632500', '160549.092500', '160549.552500', '160550.012500', '160550.472500', '160550.932500', '160551.392500', '160551.852500', '160552.312500', '160552.772500', '160553.232500', '160553.692500', '160554.152500', '160554.612500', '160555.072500', '160555.532500', '160555.992500', '160556.452500', '160556.912500', '160557.372500', '160557.832500', '160558.292500', '160558.752500', '160559.212500', '160559.672500', '160600.132500', '160600.592500', '160601.052500', '160601.512500', '160601.972500', '160602.432500', '160602.892500', '160603.352500', '160603.812500', '160604.272500', '160604.732500', '160605.192500', '160605.652500', '160606.112500', '160606.572500', '160607.032500', '160607.492500', '160607.952500', '160608.412500', '160608.872500', '160609.332500', '160609.792500', '160610.252500', '160610.712500', '160611.172500', '160611.632500', '160612.092500', '160612.552500', '160613.012500', '160613.472500', '160613.932500', '160614.392500', '160614.852500', '160615.312500', '160615.772500', '160616.232500', '160616.692500', '160617.152500', '160617.612500', '160618.072500', '160618.532500', '160618.992500', '160619.452500', '160619.912500', '160620.372500', '160620.832500', '160621.292500', '160621.752500', '160622.212500', '160622.672500', '160623.132500', '160623.592500', '160624.052500', '160624.512500', '160624.972500', '160625.432500', '160625.892500', '160626.352500', '160626.812500', '160627.272500', '160627.732500', '160628.192500', '160628.652500', '160629.112500', '160629.572500', '160630.032500', '160630.492500', '160630.952500', '160631.412500', '160631.872500', '160632.332500', '160632.792500', '160633.252500', '160633.712500', '160634.172500', '160634.632500', '160635.092500', '160635.552500', '160636.012500', '160636.472500', '160636.932500', '160637.392500', '160637.852500', '160638.312500', '160638.772500', '160639.232500', '160639.692500', '160640.152500', '160640.612500', '160641.072500', '160641.532500', '160641.992500', '160642.452500', '160642.912500', '160643.372500', '160643.832500', '160644.292500', '160644.752500', '160645.212500', '160645.672500', '160646.132500', '160646.592500', '160647.052500', '160647.512500', '160647.972500', '160648.432500', '160648.892500', '160649.352500', '160649.812500', '160650.272500', '160650.732500', '160651.192500', '160651.652500', '160652.112500', '160652.572500', '160653.032500', '160653.492500', '160653.952500', '160654.412500', '160654.872500', '160655.332500', '160655.792500', '160656.252500', '160656.712500', '160657.172500', '160657.632500', '160658.092500', '160658.552500', '160659.012500', '160659.472500', '160659.932500', '160700.392500', '160700.852500', '160701.312500', '160701.772500', '160702.232500', '160702.692500', '160703.152500', '160703.612500', '160704.072500', '160704.532500', '160704.992500', '160705.452500', '160705.912500', '160706.372500', '160706.832500', '160707.292500', '160707.752500', '160708.212500', '160708.672500', '160709.132500', '160709.592500', '160710.052500', '160710.512500', '160710.972500', '160711.432500', '160711.892500', '160712.352500', '160712.812500', '160713.272500', '160713.732500', '160714.192500', '160714.652500', '160715.112500', '160715.572500', '160716.032500', '160716.492500', '160716.952500', '160717.412500', '160717.872500', '160718.332500', '160718.792500', '160719.252500', '160719.712500', '160720.172500', '160720.632500', '160721.092500', '160721.552500', '160722.012500', '160722.472500', '160722.932500', '160723.392500', '160723.852500', '160724.312500', '160724.772500', '160725.232500', '160725.692500', '160726.152500', '160726.612500', '160727.072500', '160727.532500', '160727.992500', '160728.452500', '160728.912500', '160729.372500', '160729.832500', '160730.292500', '160730.752500', '160731.212500', '160731.672500', '160732.132500', '160732.592500', '160733.052500', '160733.512500', '160733.972500', '160734.432500', '160734.892500', '160735.352500', '160735.812500', '160736.272500', '160736.732500', '160737.192500'], 'ContentTime': ['155906.401000', '155906.404000', '155906.407000', '155906.410000', '155906.412000', '155906.415000', '155906.418000', '155906.421000', '155906.424000', '155906.426000', '155906.429000', '155906.432000', '155906.435000', '155906.438000', '155906.441000', '155906.449000', '155906.451000', '155906.454000', '155906.457000', '155906.460000', '155906.462000', '155906.465000', '155906.468000', '155906.471000', '155906.474000', '155906.477000', '155906.479000', '155906.482000', '155906.485000', '155906.488000', '155906.490000', '155906.493000', '155906.496000', '155906.499000', '155906.502000', '155906.504000', '155906.507000', '155906.510000', '155906.513000', '155906.516000', '155906.518000', '155906.521000', '155906.524000', '155926.365000', '155926.368000', '155926.371000', '155926.373000', '155926.376000', '155926.379000', '155926.382000', '155926.384000', '155926.387000', '155926.390000', '155926.393000', '155926.395000', '155926.398000', '155926.401000', '155926.404000', '155926.407000', '155926.409000', '155926.412000', '155926.415000', '155926.418000', '155926.421000', '155926.423000', '155926.426000', '155926.429000', '155926.432000', '155926.434000', '155926.437000', '155926.440000', '155926.443000', '155926.446000', '155926.449000', '155926.451000', '155926.454000', '155926.457000', '155926.460000', '155926.462000', '155926.465000', '155926.468000', '155926.471000', '155926.473000', '155926.476000', '155926.479000', '155926.482000', '155946.365000', '155946.368000', '155946.371000', '155946.374000', '155946.377000', '155946.380000', '155946.382000', '155946.385000', '155946.388000', '155946.391000', '155946.394000', '155946.396000', '155946.399000', '155946.402000', '155946.405000', '155946.408000', '155946.410000', '155946.413000', '155946.416000', '155946.419000', '155946.421000', '155946.424000', '155946.427000', '155946.430000', '155946.432000', '155946.435000', '155946.449000', '155946.451000', '155946.454000', '155946.457000', '155946.460000', '155946.462000', '155946.465000', '155946.468000', '155946.471000', '155946.473000', '155946.476000', '155946.479000', '155946.482000', '155946.484000', '155946.487000', '155946.490000', '155946.493000', '160006.365000', '160006.368000', '160006.371000', '160006.373000', '160006.376000', '160006.379000', '160006.382000', '160006.385000', '160006.387000', '160006.390000', '160006.393000', '160006.396000', '160006.399000', '160006.401000', '160006.404000', '160006.407000', '160006.410000', '160006.412000', '160006.415000', '160006.418000', '160006.421000', '160006.423000', '160006.426000', '160006.429000', '160006.432000', '160006.435000', '160006.437000', '160006.440000', '160006.443000', '160006.446000', '160006.449000', '160006.451000', '160006.454000', '160006.457000', '160006.460000', '160006.463000', '160006.465000', '160006.468000', '160006.471000', '160006.474000', '160006.476000', '160006.479000', '160006.482000', '160006.485000', '160026.365000', '160026.368000', '160026.371000', '160026.374000', '160026.377000', '160026.379000', '160026.383000', '160026.388000', '160026.391000', '160026.394000', '160026.397000', '160026.400000', '160026.403000', '160026.406000', '160026.408000', '160026.411000', '160026.414000', '160026.417000', '160026.420000', '160026.422000', '160026.425000', '160026.428000', '160026.431000', '160026.433000', '160026.436000', '160026.439000', '160026.442000', '160026.445000', '160026.447000', '160026.450000', '160026.453000', '160026.456000', '160026.459000', '160026.461000', '160026.464000', '160026.467000', '160026.470000', '160026.472000', '160026.475000', '160026.488000', '160026.491000', '160026.494000', '160026.497000', '160046.365000', '160046.368000', '160046.370000', '160046.373000', '160046.376000', '160046.379000', '160046.382000', '160046.384000', '160046.387000', '160046.390000', '160046.393000', '160046.396000', '160046.398000', '160046.401000', '160046.404000', '160046.407000', '160046.410000', '160046.412000', '160046.415000', '160046.418000', '160046.421000', '160046.424000', '160046.426000', '160046.429000', '160046.432000', '160046.435000', '160046.438000', '160046.441000', '160046.443000', '160046.446000', '160046.449000', '160046.452000', '160046.455000', '160046.457000', '160046.460000', '160046.463000', '160046.466000', '160046.468000', '160046.471000', '160046.474000', '160046.477000', '160046.480000', '160046.482000', '160046.485000', '160106.365000', '160106.368000', '160106.371000', '160106.373000', '160106.376000', '160106.379000', '160106.382000', '160106.385000', '160106.387000', '160106.390000', '160106.393000', '160106.396000', '160106.399000', '160106.402000', '160106.405000', '160106.408000', '160106.411000', '160106.413000', '160106.416000', '160106.419000', '160106.422000', '160106.425000', '160106.427000', '160106.430000', '160106.433000', '160106.436000', '160106.439000', '160106.441000', '160106.444000', '160106.447000', '160106.450000', '160106.453000', '160106.455000', '160106.458000', '160106.461000', '160106.464000', '160106.467000', '160106.469000', '160106.472000', '160106.475000', '160106.478000', '160106.481000', '160106.483000', '160126.365000', '160126.368000', '160126.371000', '160126.374000', '160126.376000', '160126.379000', '160126.382000', '160126.385000', '160126.388000', '160126.391000', '160126.393000', '160126.396000', '160126.399000', '160126.402000', '160126.405000', '160126.411000', '160126.414000', '160126.417000', '160126.419000', '160126.422000', '160126.425000', '160126.428000', '160126.431000', '160126.433000', '160126.436000', '160126.439000', '160126.442000', '160126.445000', '160126.447000', '160126.450000', '160126.453000', '160126.456000', '160126.459000', '160126.461000', '160126.464000', '160126.467000', '160126.482000', '160126.485000', '160126.488000', '160126.491000', '160126.494000', '160126.497000', '160126.499000', '160126.502000', '160146.365000', '160146.368000', '160146.371000', '160146.374000', '160146.376000', '160146.379000', '160146.382000', '160146.385000', '160146.388000', '160146.390000', '160146.393000', '160146.396000', '160146.399000', '160146.402000', '160146.404000', '160146.407000', '160146.410000', '160146.413000', '160146.416000', '160146.419000', '160146.422000', '160146.427000', '160146.430000', '160146.433000', '160146.436000', '160146.439000', '160146.442000', '160146.444000', '160146.447000', '160146.450000', '160146.453000', '160146.455000', '160146.458000', '160146.461000', '160146.464000', '160146.467000', '160146.470000', '160146.472000', '160146.475000', '160146.478000', '160146.481000', '160146.484000', '160146.486000', '160206.365000', '160206.368000', '160206.370000', '160206.373000', '160206.376000', '160206.379000', '160206.382000', '160206.385000', '160206.387000', '160206.390000', '160206.393000', '160206.396000', '160206.399000', '160206.401000', '160206.404000', '160206.407000', '160206.410000', '160206.412000', '160206.415000', '160206.418000', '160206.421000', '160206.424000', '160206.426000', '160206.429000', '160206.432000', '160206.435000', '160206.438000', '160206.440000', '160206.443000', '160206.446000', '160206.449000', '160206.451000', '160206.454000', '160206.457000', '160206.460000', '160206.463000', '160206.465000', '160206.468000', '160206.471000', '160206.474000', '160206.477000', '160206.479000', '160206.482000', '160206.485000', '160226.365000', '160226.368000', '160226.371000', '160226.374000', '160226.377000', '160226.379000', '160226.382000', '160226.385000', '160226.388000', '160226.391000', '160226.393000', '160226.396000', '160226.399000', '160226.402000', '160226.404000', '160226.407000', '160226.410000', '160226.413000', '160226.416000', '160226.418000', '160226.421000', '160226.424000', '160226.427000', '160226.430000', '160226.432000', '160226.435000', '160226.438000', '160226.443000', '160226.447000', '160226.450000', '160226.453000', '160226.456000', '160226.458000', '160226.461000', '160226.464000', '160226.467000', '160226.470000', '160226.473000', '160226.475000', '160226.478000', '160226.481000', '160226.488000', '160226.491000', '160246.365000', '160246.368000', '160246.371000', '160246.373000', '160246.376000', '160246.379000', '160246.382000', '160246.385000', '160246.387000', '160246.390000', '160246.393000', '160246.396000', '160246.399000', '160246.401000', '160246.404000', '160246.407000', '160246.410000', '160246.413000', '160246.416000', '160246.418000', '160246.421000', '160246.424000', '160246.427000', '160246.430000', '160246.433000', '160246.435000', '160246.438000', '160246.441000', '160246.444000', '160246.446000', '160246.449000', '160246.452000', '160246.455000', '160246.458000', '160246.461000', '160246.463000', '160246.466000', '160246.469000', '160246.472000', '160246.475000', '160246.477000', '160246.480000', '160246.483000', '160246.486000', '160306.365000', '160306.368000', '160306.371000', '160306.374000', '160306.377000', '160306.379000', '160306.382000', '160306.385000', '160306.388000', '160306.392000', '160306.395000', '160306.397000', '160306.400000', '160306.403000', '160306.406000', '160306.409000', '160306.411000', '160306.429000', '160306.432000', '160306.435000', '160306.438000', '160306.441000', '160306.444000', '160306.446000', '160306.449000', '160306.452000', '160306.455000', '160306.458000', '160306.463000', '160306.467000', '160306.470000', '160306.472000', '160306.475000', '160306.478000', '160306.481000', '160306.484000', '160306.487000', '160306.489000', '160306.492000', '160306.495000', '160306.498000', '160306.501000', '160306.503000', '160326.365000', '160326.368000', '160326.371000', '160326.374000', '160326.376000', '160326.379000', '160326.382000', '160326.385000', '160326.388000', '160326.390000', '160326.393000', '160326.396000', '160326.399000', '160326.402000', '160326.404000', '160326.407000', '160326.410000', '160326.413000', '160326.416000', '160326.419000', '160326.421000', '160326.424000', '160326.427000', '160326.430000', '160326.433000', '160326.435000', '160326.438000', '160326.441000', '160326.444000', '160326.447000', '160326.449000', '160326.452000', '160326.455000', '160326.458000', '160326.461000', '160326.463000', '160326.466000', '160326.469000', '160326.472000', '160326.475000', '160326.477000', '160326.480000', '160326.483000', '160326.486000', '160346.365000', '160346.368000', '160346.371000', '160346.374000', '160346.377000', '160346.379000', '160346.382000', '160346.385000', '160346.388000', '160346.390000', '160346.393000', '160346.396000', '160346.399000', '160346.402000', '160346.404000', '160346.407000', '160346.410000', '160346.413000', '160346.416000', '160346.418000', '160346.421000', '160346.424000', '160346.427000', '160346.430000', '160346.432000', '160346.435000', '160346.438000', '160346.441000', '160346.444000', '160346.447000', '160346.450000', '160346.452000', '160346.455000', '160346.458000', '160346.461000', '160346.463000', '160346.467000', '160346.473000', '160346.476000', '160346.479000', '160346.481000', '160346.484000', '160346.487000', '160406.365000', '160406.368000', '160406.371000', '160406.374000', '160406.376000', '160406.379000', '160406.382000', '160406.385000', '160406.388000', '160406.390000', '160406.393000', '160406.396000', '160406.399000', '160406.401000', '160406.404000', '160406.407000', '160406.410000', '160406.413000', '160406.416000', '160406.418000', '160406.421000', '160406.424000', '160406.427000', '160406.430000', '160406.433000', '160406.435000', '160406.438000', '160406.441000', '160406.444000', '160406.447000', '160406.450000', '160406.452000', '160406.455000', '160406.458000', '160406.461000', '160406.464000', '160406.466000', '160406.469000', '160406.472000', '160406.475000', '160406.478000', '160406.481000', '160406.483000', '160406.486000', '160426.365000', '160426.368000', '160426.371000', '160426.374000', '160426.377000', '160426.379000', '160426.383000', '160426.385000', '160426.388000', '160426.391000', '160426.394000', '160426.397000', '160426.399000', '160426.402000', '160426.405000', '160426.408000', '160426.411000', '160426.414000', '160426.416000', '160426.419000', '160426.422000', '160426.425000', '160426.429000', '160426.432000', '160426.435000', '160426.438000', '160426.440000', '160426.443000', '160426.460000', '160426.463000', '160426.466000', '160426.468000', '160426.471000', '160426.474000', '160426.477000', '160426.480000', '160426.483000', '160426.486000', '160426.489000', '160426.492000', '160426.497000', '160426.499000', '160426.502000', '160446.365000', '160446.368000', '160446.371000', '160446.374000', '160446.376000', '160446.379000', '160446.382000', '160446.385000', '160446.388000', '160446.390000', '160446.393000', '160446.396000', '160446.399000', '160446.402000', '160446.404000', '160446.407000', '160446.410000', '160446.413000', '160446.416000', '160446.419000', '160446.421000', '160446.424000', '160446.427000', '160446.430000', '160446.433000', '160446.436000', '160446.438000', '160446.441000', '160446.444000', '160446.447000', '160446.450000', '160446.453000', '160446.455000', '160446.458000', '160446.461000', '160446.464000', '160446.466000', '160446.469000', '160446.472000', '160446.475000', '160446.478000', '160446.480000', '160446.483000', '160446.486000', '160506.365000', '160506.368000', '160506.371000', '160506.374000', '160506.377000', '160506.379000', '160506.382000', '160506.385000', '160506.388000', '160506.391000', '160506.394000', '160506.397000', '160506.400000', '160506.402000', '160506.405000', '160506.408000', '160506.411000', '160506.414000', '160506.416000', '160506.419000', '160506.422000', '160506.425000', '160506.428000', '160506.430000', '160506.433000', '160506.436000', '160506.439000', '160506.442000', '160506.445000', '160506.447000', '160506.450000', '160506.453000', '160506.456000', '160506.459000', '160506.461000', '160506.464000', '160506.467000', '160506.470000', '160506.472000', '160506.475000', '160506.478000', '160506.481000', '160506.484000', '160526.365000', '160526.368000', '160526.371000', '160526.374000', '160526.377000', '160526.379000', '160526.382000', '160526.385000', '160526.388000', '160526.390000', '160526.393000', '160526.396000', '160526.399000', '160526.402000', '160526.405000', '160526.408000', '160526.410000', '160526.413000', '160526.416000', '160526.419000', '160526.421000', '160526.424000', '160526.427000', '160526.430000', '160526.433000', '160526.435000', '160526.438000', '160526.441000', '160526.444000', '160526.447000', '160526.449000', '160526.452000', '160526.455000', '160526.458000', '160526.461000', '160526.464000', '160526.466000', '160526.469000', '160526.472000', '160526.475000', '160526.478000', '160526.480000', '160526.483000', '160526.486000', '160546.365000', '160546.368000', '160546.371000', '160546.374000', '160546.376000', '160546.379000', '160546.382000', '160546.385000', '160546.388000', '160546.391000', '160546.393000', '160546.396000', '160546.399000', '160546.402000', '160546.405000', '160546.408000', '160546.410000', '160546.413000', '160546.416000', '160546.419000', '160546.422000', '160546.424000', '160546.427000', '160546.430000', '160546.433000', '160546.436000', '160546.439000', '160546.442000', '160546.444000', '160546.447000', '160546.450000', '160546.453000', '160546.456000', '160546.458000', '160546.461000', '160546.464000', '160546.468000', '160546.471000', '160546.474000', '160546.487000', '160546.490000', '160546.493000', '160546.496000', '160606.365000', '160606.368000', '160606.371000', '160606.374000', '160606.376000', '160606.379000', '160606.382000', '160606.385000', '160606.388000', '160606.390000', '160606.393000', '160606.396000', '160606.399000', '160606.402000', '160606.404000', '160606.407000', '160606.410000', '160606.413000', '160606.416000', '160606.419000', '160606.421000', '160606.424000', '160606.427000', '160606.430000', '160606.433000', '160606.436000', '160606.438000', '160606.441000', '160606.444000', '160606.447000', '160606.450000', '160606.452000', '160606.455000', '160606.458000', '160606.461000', '160606.464000', '160606.466000', '160606.469000', '160606.472000', '160606.475000', '160606.478000', '160606.481000', '160606.483000', '160606.486000', '160626.365000', '160626.368000', '160626.371000', '160626.374000', '160626.377000', '160626.380000', '160626.383000', '160626.385000', '160626.388000', '160626.391000', '160626.394000', '160626.397000', '160626.400000', '160626.402000', '160626.405000', '160626.408000', '160626.411000', '160626.414000', '160626.416000', '160626.419000', '160626.422000', '160626.425000', '160626.428000', '160626.431000', '160626.433000', '160626.436000', '160626.439000', '160626.442000', '160626.445000', '160626.448000', '160626.450000', '160626.453000', '160626.456000', '160626.459000', '160626.462000', '160626.464000', '160626.467000', '160626.470000', '160626.473000', '160626.476000', '160626.479000', '160626.481000', '160626.484000', '160646.365000', '160646.368000', '160646.371000', '160646.374000', '160646.377000', '160646.379000', '160646.382000', '160646.385000', '160646.388000', '160646.391000', '160646.393000', '160646.396000', '160646.399000', '160646.402000', '160646.405000', '160646.407000', '160646.410000', '160646.413000', '160646.416000', '160646.419000', '160646.422000', '160646.424000', '160646.427000', '160646.430000', '160646.433000', '160646.436000', '160646.438000', '160646.441000', '160646.444000', '160646.447000', '160646.450000', '160646.453000', '160646.455000', '160646.458000', '160646.461000', '160646.464000', '160646.467000', '160646.469000', '160646.472000', '160646.475000', '160646.478000', '160646.481000', '160646.484000', '160646.486000', '160706.365000', '160706.368000', '160706.371000', '160706.374000', '160706.377000', '160706.379000', '160706.382000', '160706.385000', '160706.388000', '160706.391000', '160706.394000', '160706.396000', '160706.399000', '160706.402000', '160706.405000', '160706.408000', '160706.411000', '160706.413000', '160706.416000', '160706.419000', '160706.422000', '160706.425000', '160706.427000', '160706.430000', '160706.433000', '160706.436000', '160706.439000', '160706.442000', '160706.444000', '160706.447000', '160706.450000', '160706.453000', '160706.456000', '160706.458000', '160706.461000', '160706.477000', '160706.480000', '160706.483000', '160706.485000', '160706.488000', '160706.491000', '160706.494000', '160706.497000', '160726.365000', '160726.368000', '160726.371000', '160726.374000', '160726.376000', '160726.379000', '160726.382000', '160726.385000', '160726.388000', '160726.391000', '160726.394000', '160726.397000', '160726.400000', '160726.402000', '160726.405000', '160726.408000', '160726.411000', '160726.419000', '160726.422000', '160726.425000', '160726.427000', '160726.430000', '160726.433000', '160726.436000', '160726.439000', '160726.442000', '160726.444000', '160726.447000', '160726.450000', '160726.453000', '160726.456000', '160726.458000', '160726.461000', '160726.464000', '160726.467000', '160726.470000', '160726.473000', '160726.476000', '160726.479000', '160726.481000', '160726.484000', '160726.487000', '160726.490000', '160737.908000', '160737.912000', '160737.915000', '160737.918000', '160737.921000', '160737.924000', '160737.927000', '160737.930000', '160737.933000', '160737.936000', '160737.939000', '160737.942000', '160737.945000', '160737.948000', '160737.950000', '160737.954000', '160737.957000', '160737.960000', '160737.963000', '160737.966000', '160737.969000', '160737.972000', '160737.974000', '160737.977000', '160737.980000', '160737.983000'], 'InstanceCreationTime': ['155906.401000', '155906.404000', '155906.407000', '155906.410000', '155906.412000', '155906.415000', '155906.418000', '155906.421000', '155906.424000', '155906.426000', '155906.429000', '155906.432000', '155906.435000', '155906.438000', '155906.441000', '155906.449000', '155906.451000', '155906.454000', '155906.457000', '155906.460000', '155906.462000', '155906.465000', '155906.468000', '155906.471000', '155906.474000', '155906.477000', '155906.479000', '155906.482000', '155906.485000', '155906.488000', '155906.490000', '155906.493000', '155906.496000', '155906.499000', '155906.502000', '155906.504000', '155906.507000', '155906.510000', '155906.513000', '155906.516000', '155906.518000', '155906.521000', '155906.524000', '155926.365000', '155926.368000', '155926.371000', '155926.373000', '155926.376000', '155926.379000', '155926.382000', '155926.384000', '155926.387000', '155926.390000', '155926.393000', '155926.395000', '155926.398000', '155926.401000', '155926.404000', '155926.407000', '155926.409000', '155926.412000', '155926.415000', '155926.418000', '155926.421000', '155926.423000', '155926.426000', '155926.429000', '155926.432000', '155926.434000', '155926.437000', '155926.440000', '155926.443000', '155926.446000', '155926.449000', '155926.451000', '155926.454000', '155926.457000', '155926.460000', '155926.462000', '155926.465000', '155926.468000', '155926.471000', '155926.473000', '155926.476000', '155926.479000', '155926.482000', '155946.365000', '155946.368000', '155946.371000', '155946.374000', '155946.377000', '155946.380000', '155946.382000', '155946.385000', '155946.388000', '155946.391000', '155946.394000', '155946.396000', '155946.399000', '155946.402000', '155946.405000', '155946.408000', '155946.410000', '155946.413000', '155946.416000', '155946.419000', '155946.421000', '155946.424000', '155946.427000', '155946.430000', '155946.432000', '155946.435000', '155946.449000', '155946.451000', '155946.454000', '155946.457000', '155946.460000', '155946.462000', '155946.465000', '155946.468000', '155946.471000', '155946.473000', '155946.476000', '155946.479000', '155946.482000', '155946.484000', '155946.487000', '155946.490000', '155946.493000', '160006.365000', '160006.368000', '160006.371000', '160006.373000', '160006.376000', '160006.379000', '160006.382000', '160006.385000', '160006.387000', '160006.390000', '160006.393000', '160006.396000', '160006.399000', '160006.401000', '160006.404000', '160006.407000', '160006.410000', '160006.412000', '160006.415000', '160006.418000', '160006.421000', '160006.423000', '160006.426000', '160006.429000', '160006.432000', '160006.435000', '160006.437000', '160006.440000', '160006.443000', '160006.446000', '160006.449000', '160006.451000', '160006.454000', '160006.457000', '160006.460000', '160006.463000', '160006.465000', '160006.468000', '160006.471000', '160006.474000', '160006.476000', '160006.479000', '160006.482000', '160006.485000', '160026.365000', '160026.368000', '160026.371000', '160026.374000', '160026.377000', '160026.379000', '160026.383000', '160026.388000', '160026.391000', '160026.394000', '160026.397000', '160026.400000', '160026.403000', '160026.406000', '160026.408000', '160026.411000', '160026.414000', '160026.417000', '160026.420000', '160026.422000', '160026.425000', '160026.428000', '160026.431000', '160026.433000', '160026.436000', '160026.439000', '160026.442000', '160026.445000', '160026.447000', '160026.450000', '160026.453000', '160026.456000', '160026.459000', '160026.461000', '160026.464000', '160026.467000', '160026.470000', '160026.472000', '160026.475000', '160026.488000', '160026.491000', '160026.494000', '160026.497000', '160046.365000', '160046.368000', '160046.370000', '160046.373000', '160046.376000', '160046.379000', '160046.382000', '160046.384000', '160046.387000', '160046.390000', '160046.393000', '160046.396000', '160046.398000', '160046.401000', '160046.404000', '160046.407000', '160046.410000', '160046.412000', '160046.415000', '160046.418000', '160046.421000', '160046.424000', '160046.426000', '160046.429000', '160046.432000', '160046.435000', '160046.438000', '160046.441000', '160046.443000', '160046.446000', '160046.449000', '160046.452000', '160046.455000', '160046.457000', '160046.460000', '160046.463000', '160046.466000', '160046.468000', '160046.471000', '160046.474000', '160046.477000', '160046.480000', '160046.482000', '160046.485000', '160106.365000', '160106.368000', '160106.371000', '160106.373000', '160106.376000', '160106.379000', '160106.382000', '160106.385000', '160106.387000', '160106.390000', '160106.393000', '160106.396000', '160106.399000', '160106.402000', '160106.405000', '160106.408000', '160106.411000', '160106.413000', '160106.416000', '160106.419000', '160106.422000', '160106.425000', '160106.427000', '160106.430000', '160106.433000', '160106.436000', '160106.439000', '160106.441000', '160106.444000', '160106.447000', '160106.450000', '160106.453000', '160106.455000', '160106.458000', '160106.461000', '160106.464000', '160106.467000', '160106.469000', '160106.472000', '160106.475000', '160106.478000', '160106.481000', '160106.483000', '160126.365000', '160126.368000', '160126.371000', '160126.374000', '160126.376000', '160126.379000', '160126.382000', '160126.385000', '160126.388000', '160126.391000', '160126.393000', '160126.396000', '160126.399000', '160126.402000', '160126.405000', '160126.411000', '160126.414000', '160126.417000', '160126.419000', '160126.422000', '160126.425000', '160126.428000', '160126.431000', '160126.433000', '160126.436000', '160126.439000', '160126.442000', '160126.445000', '160126.447000', '160126.450000', '160126.453000', '160126.456000', '160126.459000', '160126.461000', '160126.464000', '160126.467000', '160126.482000', '160126.485000', '160126.488000', '160126.491000', '160126.494000', '160126.497000', '160126.499000', '160126.502000', '160146.365000', '160146.368000', '160146.371000', '160146.374000', '160146.376000', '160146.379000', '160146.382000', '160146.385000', '160146.388000', '160146.390000', '160146.393000', '160146.396000', '160146.399000', '160146.402000', '160146.404000', '160146.407000', '160146.410000', '160146.413000', '160146.416000', '160146.419000', '160146.422000', '160146.427000', '160146.430000', '160146.433000', '160146.436000', '160146.439000', '160146.442000', '160146.444000', '160146.447000', '160146.450000', '160146.453000', '160146.455000', '160146.458000', '160146.461000', '160146.464000', '160146.467000', '160146.470000', '160146.472000', '160146.475000', '160146.478000', '160146.481000', '160146.484000', '160146.486000', '160206.365000', '160206.368000', '160206.370000', '160206.373000', '160206.376000', '160206.379000', '160206.382000', '160206.385000', '160206.387000', '160206.390000', '160206.393000', '160206.396000', '160206.399000', '160206.401000', '160206.404000', '160206.407000', '160206.410000', '160206.412000', '160206.415000', '160206.418000', '160206.421000', '160206.424000', '160206.426000', '160206.429000', '160206.432000', '160206.435000', '160206.438000', '160206.440000', '160206.443000', '160206.446000', '160206.449000', '160206.451000', '160206.454000', '160206.457000', '160206.460000', '160206.463000', '160206.465000', '160206.468000', '160206.471000', '160206.474000', '160206.477000', '160206.479000', '160206.482000', '160206.485000', '160226.365000', '160226.368000', '160226.371000', '160226.374000', '160226.377000', '160226.379000', '160226.382000', '160226.385000', '160226.388000', '160226.391000', '160226.393000', '160226.396000', '160226.399000', '160226.402000', '160226.404000', '160226.407000', '160226.410000', '160226.413000', '160226.416000', '160226.418000', '160226.421000', '160226.424000', '160226.427000', '160226.430000', '160226.432000', '160226.435000', '160226.438000', '160226.443000', '160226.447000', '160226.450000', '160226.453000', '160226.456000', '160226.458000', '160226.461000', '160226.464000', '160226.467000', '160226.470000', '160226.473000', '160226.475000', '160226.478000', '160226.481000', '160226.488000', '160226.491000', '160246.365000', '160246.368000', '160246.371000', '160246.373000', '160246.376000', '160246.379000', '160246.382000', '160246.385000', '160246.387000', '160246.390000', '160246.393000', '160246.396000', '160246.399000', '160246.401000', '160246.404000', '160246.407000', '160246.410000', '160246.413000', '160246.416000', '160246.418000', '160246.421000', '160246.424000', '160246.427000', '160246.430000', '160246.433000', '160246.435000', '160246.438000', '160246.441000', '160246.444000', '160246.446000', '160246.449000', '160246.452000', '160246.455000', '160246.458000', '160246.461000', '160246.463000', '160246.466000', '160246.469000', '160246.472000', '160246.475000', '160246.477000', '160246.480000', '160246.483000', '160246.486000', '160306.365000', '160306.368000', '160306.371000', '160306.374000', '160306.377000', '160306.379000', '160306.382000', '160306.385000', '160306.388000', '160306.392000', '160306.395000', '160306.397000', '160306.400000', '160306.403000', '160306.406000', '160306.409000', '160306.411000', '160306.429000', '160306.432000', '160306.435000', '160306.438000', '160306.441000', '160306.444000', '160306.446000', '160306.449000', '160306.452000', '160306.455000', '160306.458000', '160306.463000', '160306.467000', '160306.470000', '160306.472000', '160306.475000', '160306.478000', '160306.481000', '160306.484000', '160306.487000', '160306.489000', '160306.492000', '160306.495000', '160306.498000', '160306.501000', '160306.503000', '160326.365000', '160326.368000', '160326.371000', '160326.374000', '160326.376000', '160326.379000', '160326.382000', '160326.385000', '160326.388000', '160326.390000', '160326.393000', '160326.396000', '160326.399000', '160326.402000', '160326.404000', '160326.407000', '160326.410000', '160326.413000', '160326.416000', '160326.419000', '160326.421000', '160326.424000', '160326.427000', '160326.430000', '160326.433000', '160326.435000', '160326.438000', '160326.441000', '160326.444000', '160326.447000', '160326.449000', '160326.452000', '160326.455000', '160326.458000', '160326.461000', '160326.463000', '160326.466000', '160326.469000', '160326.472000', '160326.475000', '160326.477000', '160326.480000', '160326.483000', '160326.486000', '160346.365000', '160346.368000', '160346.371000', '160346.374000', '160346.377000', '160346.379000', '160346.382000', '160346.385000', '160346.388000', '160346.390000', '160346.393000', '160346.396000', '160346.399000', '160346.402000', '160346.404000', '160346.407000', '160346.410000', '160346.413000', '160346.416000', '160346.418000', '160346.421000', '160346.424000', '160346.427000', '160346.430000', '160346.432000', '160346.435000', '160346.438000', '160346.441000', '160346.444000', '160346.447000', '160346.450000', '160346.452000', '160346.455000', '160346.458000', '160346.461000', '160346.463000', '160346.467000', '160346.473000', '160346.476000', '160346.479000', '160346.481000', '160346.484000', '160346.487000', '160406.365000', '160406.368000', '160406.371000', '160406.374000', '160406.376000', '160406.379000', '160406.382000', '160406.385000', '160406.388000', '160406.390000', '160406.393000', '160406.396000', '160406.399000', '160406.401000', '160406.404000', '160406.407000', '160406.410000', '160406.413000', '160406.416000', '160406.418000', '160406.421000', '160406.424000', '160406.427000', '160406.430000', '160406.433000', '160406.435000', '160406.438000', '160406.441000', '160406.444000', '160406.447000', '160406.450000', '160406.452000', '160406.455000', '160406.458000', '160406.461000', '160406.464000', '160406.466000', '160406.469000', '160406.472000', '160406.475000', '160406.478000', '160406.481000', '160406.483000', '160406.486000', '160426.365000', '160426.368000', '160426.371000', '160426.374000', '160426.377000', '160426.379000', '160426.383000', '160426.385000', '160426.388000', '160426.391000', '160426.394000', '160426.397000', '160426.399000', '160426.402000', '160426.405000', '160426.408000', '160426.411000', '160426.414000', '160426.416000', '160426.419000', '160426.422000', '160426.425000', '160426.429000', '160426.432000', '160426.435000', '160426.438000', '160426.440000', '160426.443000', '160426.460000', '160426.463000', '160426.466000', '160426.468000', '160426.471000', '160426.474000', '160426.477000', '160426.480000', '160426.483000', '160426.486000', '160426.489000', '160426.492000', '160426.497000', '160426.499000', '160426.502000', '160446.365000', '160446.368000', '160446.371000', '160446.374000', '160446.376000', '160446.379000', '160446.382000', '160446.385000', '160446.388000', '160446.390000', '160446.393000', '160446.396000', '160446.399000', '160446.402000', '160446.404000', '160446.407000', '160446.410000', '160446.413000', '160446.416000', '160446.419000', '160446.421000', '160446.424000', '160446.427000', '160446.430000', '160446.433000', '160446.436000', '160446.438000', '160446.441000', '160446.444000', '160446.447000', '160446.450000', '160446.453000', '160446.455000', '160446.458000', '160446.461000', '160446.464000', '160446.466000', '160446.469000', '160446.472000', '160446.475000', '160446.478000', '160446.480000', '160446.483000', '160446.486000', '160506.365000', '160506.368000', '160506.371000', '160506.374000', '160506.377000', '160506.379000', '160506.382000', '160506.385000', '160506.388000', '160506.391000', '160506.394000', '160506.397000', '160506.400000', '160506.402000', '160506.405000', '160506.408000', '160506.411000', '160506.414000', '160506.416000', '160506.419000', '160506.422000', '160506.425000', '160506.428000', '160506.430000', '160506.433000', '160506.436000', '160506.439000', '160506.442000', '160506.445000', '160506.447000', '160506.450000', '160506.453000', '160506.456000', '160506.459000', '160506.461000', '160506.464000', '160506.467000', '160506.470000', '160506.472000', '160506.475000', '160506.478000', '160506.481000', '160506.484000', '160526.365000', '160526.368000', '160526.371000', '160526.374000', '160526.377000', '160526.379000', '160526.382000', '160526.385000', '160526.388000', '160526.390000', '160526.393000', '160526.396000', '160526.399000', '160526.402000', '160526.405000', '160526.408000', '160526.410000', '160526.413000', '160526.416000', '160526.419000', '160526.421000', '160526.424000', '160526.427000', '160526.430000', '160526.433000', '160526.435000', '160526.438000', '160526.441000', '160526.444000', '160526.447000', '160526.449000', '160526.452000', '160526.455000', '160526.458000', '160526.461000', '160526.464000', '160526.466000', '160526.469000', '160526.472000', '160526.475000', '160526.478000', '160526.480000', '160526.483000', '160526.486000', '160546.365000', '160546.368000', '160546.371000', '160546.374000', '160546.376000', '160546.379000', '160546.382000', '160546.385000', '160546.388000', '160546.391000', '160546.393000', '160546.396000', '160546.399000', '160546.402000', '160546.405000', '160546.408000', '160546.410000', '160546.413000', '160546.416000', '160546.419000', '160546.422000', '160546.424000', '160546.427000', '160546.430000', '160546.433000', '160546.436000', '160546.439000', '160546.442000', '160546.444000', '160546.447000', '160546.450000', '160546.453000', '160546.456000', '160546.458000', '160546.461000', '160546.464000', '160546.468000', '160546.471000', '160546.474000', '160546.487000', '160546.490000', '160546.493000', '160546.496000', '160606.365000', '160606.368000', '160606.371000', '160606.374000', '160606.376000', '160606.379000', '160606.382000', '160606.385000', '160606.388000', '160606.390000', '160606.393000', '160606.396000', '160606.399000', '160606.402000', '160606.404000', '160606.407000', '160606.410000', '160606.413000', '160606.416000', '160606.419000', '160606.421000', '160606.424000', '160606.427000', '160606.430000', '160606.433000', '160606.436000', '160606.438000', '160606.441000', '160606.444000', '160606.447000', '160606.450000', '160606.452000', '160606.455000', '160606.458000', '160606.461000', '160606.464000', '160606.466000', '160606.469000', '160606.472000', '160606.475000', '160606.478000', '160606.481000', '160606.483000', '160606.486000', '160626.365000', '160626.368000', '160626.371000', '160626.374000', '160626.377000', '160626.380000', '160626.383000', '160626.385000', '160626.388000', '160626.391000', '160626.394000', '160626.397000', '160626.400000', '160626.402000', '160626.405000', '160626.408000', '160626.411000', '160626.414000', '160626.416000', '160626.419000', '160626.422000', '160626.425000', '160626.428000', '160626.431000', '160626.433000', '160626.436000', '160626.439000', '160626.442000', '160626.445000', '160626.448000', '160626.450000', '160626.453000', '160626.456000', '160626.459000', '160626.462000', '160626.464000', '160626.467000', '160626.470000', '160626.473000', '160626.476000', '160626.479000', '160626.481000', '160626.484000', '160646.365000', '160646.368000', '160646.371000', '160646.374000', '160646.377000', '160646.379000', '160646.382000', '160646.385000', '160646.388000', '160646.391000', '160646.393000', '160646.396000', '160646.399000', '160646.402000', '160646.405000', '160646.407000', '160646.410000', '160646.413000', '160646.416000', '160646.419000', '160646.422000', '160646.424000', '160646.427000', '160646.430000', '160646.433000', '160646.436000', '160646.438000', '160646.441000', '160646.444000', '160646.447000', '160646.450000', '160646.453000', '160646.455000', '160646.458000', '160646.461000', '160646.464000', '160646.467000', '160646.469000', '160646.472000', '160646.475000', '160646.478000', '160646.481000', '160646.484000', '160646.486000', '160706.365000', '160706.368000', '160706.371000', '160706.374000', '160706.377000', '160706.379000', '160706.382000', '160706.385000', '160706.388000', '160706.391000', '160706.394000', '160706.396000', '160706.399000', '160706.402000', '160706.405000', '160706.408000', '160706.411000', '160706.413000', '160706.416000', '160706.419000', '160706.422000', '160706.425000', '160706.427000', '160706.430000', '160706.433000', '160706.436000', '160706.439000', '160706.442000', '160706.444000', '160706.447000', '160706.450000', '160706.453000', '160706.456000', '160706.458000', '160706.461000', '160706.477000', '160706.480000', '160706.483000', '160706.485000', '160706.488000', '160706.491000', '160706.494000', '160706.497000', '160726.365000', '160726.368000', '160726.371000', '160726.374000', '160726.376000', '160726.379000', '160726.382000', '160726.385000', '160726.388000', '160726.391000', '160726.394000', '160726.397000', '160726.400000', '160726.402000', '160726.405000', '160726.408000', '160726.411000', '160726.419000', '160726.422000', '160726.425000', '160726.427000', '160726.430000', '160726.433000', '160726.436000', '160726.439000', '160726.442000', '160726.444000', '160726.447000', '160726.450000', '160726.453000', '160726.456000', '160726.458000', '160726.461000', '160726.464000', '160726.467000', '160726.470000', '160726.473000', '160726.476000', '160726.479000', '160726.481000', '160726.484000', '160726.487000', '160726.490000', '160737.908000', '160737.912000', '160737.915000', '160737.918000', '160737.921000', '160737.924000', '160737.927000', '160737.930000', '160737.933000', '160737.936000', '160737.939000', '160737.942000', '160737.945000', '160737.948000', '160737.950000', '160737.954000', '160737.957000', '160737.960000', '160737.963000', '160737.966000', '160737.969000', '160737.972000', '160737.974000', '160737.977000', '160737.980000', '160737.983000'], '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], 'LargestImagePixelValue': [11771, 10825, 10823, 11785, 10487, 10183, 11400, 10822, 10380, 11987, 10755, 10373, 10722, 10306, 10740, 10132, 11676, 10960, 10139, 11544, 10835, 9919, 9984, 10687, 10800, 11122, 10761, 10414, 10633, 10686, 11206, 10414, 10931, 10211, 10279, 10215, 10928, 10436, 12043, 10874, 10745, 11010, 10405, 10388, 10881, 11180, 10892, 10824, 11364, 10371, 10137, 13411, 10544, 10147, 11907, 11393, 10613, 10209, 11609, 10244, 10250, 10435, 10532, 10360, 12029, 10839, 10324, 11041, 10484, 10646, 10473, 11716, 10913, 10203, 11531, 10262, 10179, 10400, 10612, 10636, 11773, 10550, 10384, 10877, 11180, 10092, 10213, 10883, 10300, 10415, 12015, 10493, 10410, 10927, 11691, 10805, 10192, 11065, 9887, 10231, 12760, 10500, 10277, 10290, 11571, 10273, 10019, 10427, 10304, 10221, 11213, 10481, 10400, 10633, 10341, 10349, 10165, 10159, 10721, 9977, 11096, 10535, 10337, 11788, 10478, 10220, 11012, 10914, 10354, 10300, 11207, 10429, 10379, 12171, 10502, 10069, 10997, 11075, 10568, 10143, 11335, 10683, 9970, 10787, 10699, 10504, 11705, 10312, 10206, 10839, 10614, 10543, 10468, 11669, 10128, 10103, 11559, 10401, 10116, 12788, 10990, 10083, 11409, 10507, 10511, 10394, 11576, 10041, 10004, 10900, 10954, 10138, 11441, 10509, 10238, 10431, 10479, 10596, 9986, 11276, 10510, 10043, 10364, 10058, 9947, 11540, 10967, 10489, 10004, 10641, 10178, 9918, 9669, 10198, 10725, 11621, 9859, 10211, 10376, 10520, 10423, 10327, 12743, 10393, 10388, 11617, 10546, 10207, 10361, 11110, 10570, 10284, 11955, 10362, 10195, 10500, 10909, 10504, 9860, 11386, 11275, 9917, 10278, 9989, 10382, 11641, 11007, 10545, 10614, 9336, 10469, 10218, 11211, 10807, 9826, 10506, 10457, 10406, 12589, 10410, 10391, 11277, 9847, 10313, 10815, 11074, 10906, 10587, 11294, 10338, 10262, 10711, 10472, 10598, 12218, 10352, 10455, 11292, 10809, 11325, 10651, 11488, 10709, 10086, 10661, 10744, 10967, 12284, 10865, 10252, 11090, 10157, 10616, 10783, 11392, 10854, 10416, 11733, 10492, 10294, 11099, 10446, 10328, 11682, 10711, 10420, 11551, 10189, 10964, 10829, 11201, 10864, 9894, 10413, 10941, 9712, 10503, 10265, 10636, 11824, 10103, 10997, 10712, 11256, 11035, 9924, 10925, 10889, 10286, 10405, 10175, 10704, 11769, 9475, 10719, 10591, 11471, 11052, 10581, 11082, 10837, 10574, 10984, 10769, 10857, 13297, 10760, 10457, 11944, 11105, 10725, 11392, 11552, 11178, 10306, 11929, 10745, 10164, 11097, 11331, 10448, 11233, 10504, 10263, 11745, 10449, 10945, 11115, 10439, 10851, 10478, 11285, 10903, 10244, 11689, 10610, 10516, 11499, 10501, 10621, 11293, 10020, 10778, 10402, 10872, 10759, 10391, 11525, 11040, 10574, 11359, 10544, 10166, 10227, 9216, 11666, 11604, 11577, 13377, 10525, 10871, 11173, 10200, 10961, 11314, 10893, 11356, 10208, 11307, 10681, 10501, 11602, 11155, 9887, 11456, 11243, 10150, 11277, 11423, 10056, 11205, 10848, 10539, 12629, 10765, 10790, 12128, 10535, 11117, 10941, 10200, 10586, 10940, 11751, 11258, 9823, 11475, 11398, 10283, 10292, 11509, 10935, 11229, 10057, 10837, 10335, 11015, 11248, 9954, 11198, 10870, 10271, 10778, 10359, 10968, 11332, 9712, 10790, 10578, 10665, 11376, 10427, 11127, 11172, 10035, 10058, 10643, 11008, 12079, 10389, 11131, 11419, 9843, 10961, 11088, 11441, 11170, 10793, 11683, 11189, 10542, 10872, 11140, 11245, 13145, 11107, 10589, 12971, 11396, 10837, 11984, 11562, 10753, 9910, 11310, 10657, 10644, 11230, 11246, 10283, 10356, 10923, 10617, 11106, 10416, 10836, 11409, 10654, 10933, 10395, 11406, 10535, 10175, 10713, 10740, 10607, 12344, 10535, 10671, 11018, 11520, 10940, 10391, 10972, 10718, 10501, 11030, 10863, 10503, 9715, 10872, 10668, 12114, 10929, 10720, 10958, 11016, 10982, 10416, 11444, 11358, 10467, 10615, 10583, 10543, 11873, 10619, 11036, 10756, 11442, 10786, 10589, 11415, 11305, 10243, 11106, 10740, 10528, 11531, 10629, 10824, 10577, 11506, 11004, 10535, 11270, 11084, 10309, 10647, 11724, 10308, 10217, 10720, 10580, 11829, 10677, 11472, 10644, 11113, 10989, 10382, 11168, 11400, 10323, 10900, 11264, 10874, 12044, 11319, 11316, 11525, 11148, 11311, 10374, 11441, 11264, 10632, 10672, 10693, 10522, 11175, 10324, 10943, 10367, 11233, 11170, 10417, 11027, 10669, 10386, 11918, 10508, 10807, 10879, 10304, 11005, 10375, 11258, 11041, 10332, 10564, 10471, 10557, 11941, 10414, 10889, 11042, 11622, 11445, 10354, 10394, 10437, 10415, 12170, 10556, 10968, 11110, 10249, 11317, 10374, 11003, 10879, 10440, 11123, 11180, 10378, 10695, 10425, 10411, 12123, 10586, 10786, 11165, 10252, 11191, 10586, 10594, 10851, 10448, 10642, 10801, 10857, 11832, 10716, 10385, 11381, 10682, 11058, 10819, 11508, 11164, 10325, 11240, 11122, 10703, 11719, 10687, 10790, 11436, 10676, 10779, 10686, 11763, 11236, 10112, 10728, 10949, 10517, 11328, 10660, 10809, 11305, 10171, 10657, 10544, 11316, 11293, 10168, 10947, 11179, 10543, 9699, 10778, 11057, 11905, 10909, 11212, 10799, 10679, 10725, 10217, 11319, 11423, 9892, 11289, 10476, 10284, 10936, 10752, 10956, 11502, 10241, 11175, 10379, 10500, 11018, 10495, 11336, 11385, 10234, 11255, 10962, 10376, 11025, 11192, 10852, 12437, 10919, 11332, 11395, 11460, 11733, 11212, 11117, 10988, 11117, 10972, 10239, 10060, 10802, 11004, 11896, 10910, 11190, 10968, 11124, 11287, 11001, 11508, 11385, 11128, 13051, 11339, 10800, 13041, 11083, 10932, 10841, 11941, 12108, 10206, 11403, 11567, 10858, 11741, 11332, 11129, 10624, 11710, 11418, 10225, 11401, 11161, 10331, 10949, 11864, 11475, 11498, 11554, 10978, 10470, 10159, 11194, 10177, 11718, 11359, 9975, 11048, 11006, 10891, 11382, 10738, 11445, 11776, 10603, 11316, 10637, 10068, 11131, 10315, 11077, 11426, 10120, 10690, 11181, 11098, 12078, 11253, 11458, 10945, 10099, 11117, 10497, 11283, 11618, 10171, 11244, 11295, 10142, 10136, 10654, 11191, 11515, 10213, 11581, 10408, 10937, 11436, 10074, 10773, 11397, 10650, 10226, 10649, 11468, 11568, 10871, 11575, 10529, 9735, 11432, 10127, 10286, 11326, 10292, 10554, 11202, 10062, 10404, 11051, 9928, 9768, 10960, 11730, 11966, 10788, 11369, 11477, 9885, 11418, 11045, 10878, 11582, 10563, 10727, 11300, 9881, 10236, 10859, 11785, 12005, 10598, 11332, 10935, 9912, 11490, 10375, 10640, 11390, 11409, 12039, 11240, 11206, 10858, 10369, 11474, 9977, 10547, 11174, 9876, 9483, 10877, 11556, 12090, 10757, 11677, 11481, 10968, 11184, 10610, 9495, 11404, 10356, 11094, 11800, 10084, 10560, 10881, 11064, 12129, 10582, 11447, 11518, 10913, 11734, 10712, 11009, 11553, 10445, 11333, 11409, 10141, 10948, 11418, 10009, 10943, 11055, 11810, 12311, 11287, 11377, 10976, 11060, 11321, 11214, 11196, 11885, 10773, 10876, 11331, 10922, 11286, 11518, 11404, 11510, 11677, 10335, 10933, 11427, 11213, 10889, 11371, 10123, 11931, 11365, 9762, 10371, 10932, 10140, 10711, 11126, 11115, 10307, 10926, 11392, 11088, 11307, 11106, 10452, 11018, 11508, 10357, 11146, 10948, 10269, 10241, 10320, 10815, 11212, 10827, 10700, 10184, 10374, 11233, 10468, 10621, 10926, 10230, 11219, 11385, 10195, 10711, 10711, 10666, 10068, 10494, 10718, 11522, 10314, 10821, 11126, 10994, 10918, 10519, 11034, 11068, 10460, 10700, 10874, 10683, 12724, 11004, 11122, 10912, 10366, 10849, 10123, 10589, 10886, 10423, 11271, 10787, 10247, 10634, 10840, 10757, 11477, 11349, 10732, 10775, 10577, 11015, 10214, 10659, 10824, 10435, 11369, 10615, 10440, 10347, 10588, 10797, 11282, 10522, 10067, 9907, 10322, 11173, 10284, 11172, 10473, 10194, 10444, 10335, 10229, 11551, 11529, 10211, 10313, 11191, 10997, 9958, 10804, 10404, 10000, 9840, 10353, 10352, 11745, 11251, 10016, 10481, 9991, 9988, 9870, 11115, 10130, 9467, 10733, 9969, 10122, 10628, 10751, 10225, 10481, 10461, 9996, 9686, 10713, 9878, 9540, 10540, 10170, 10068, 10865, 10924, 10204, 11059, 11103, 9955, 10254, 11394, 9731, 9467, 10816, 9894, 9606, 12320, 10573, 9854, 12330, 11077, 9864, 11340, 11470, 10050, 9421, 10859, 9745, 9664, 11916, 10418, 9783, 11676, 11074, 10011, 11009, 10899, 10050, 10233, 11122, 9830, 9578, 10419, 10013, 9771, 11776, 10572, 9928, 10837, 10884, 10019, 10620, 10631, 10305, 10314, 10865, 9996, 9469, 11061, 10258, 10067, 10718, 9960, 9839, 13112, 10076, 9825, 11352, 10965, 10184, 9634, 10876, 10039, 9973], 'WindowCenter': [3865.0, 3851.0, 3838.0, 3835.0, 3823.0, 3812.0, 3821.0, 3821.0, 3812.0, 3821.0, 3821.0, 3811.0, 3810.0, 3811.0, 3822.0, 3811.0, 3820.0, 3822.0, 3811.0, 3822.0, 3823.0, 3812.0, 3811.0, 3822.0, 3824.0, 3823.0, 3823.0, 3824.0, 3821.0, 3821.0, 3833.0, 3823.0, 3822.0, 3823.0, 3823.0, 3811.0, 3822.0, 3822.0, 3831.0, 3822.0, 3825.0, 3822.0, 3822.0, 3823.0, 3822.0, 3821.0, 3822.0, 3822.0, 3821.0, 3812.0, 3811.0, 3831.0, 3810.0, 3810.0, 3820.0, 3820.0, 3810.0, 3810.0, 3819.0, 3810.0, 3810.0, 3808.0, 3809.0, 3810.0, 3820.0, 3821.0, 3811.0, 3819.0, 3810.0, 3821.0, 3810.0, 3820.0, 3821.0, 3812.0, 3820.0, 3811.0, 3811.0, 3808.0, 3809.0, 3810.0, 3820.0, 3810.0, 3812.0, 3820.0, 3820.0, 3810.0, 3810.0, 3808.0, 3809.0, 3810.0, 3819.0, 3809.0, 3810.0, 3809.0, 3819.0, 3820.0, 3810.0, 3820.0, 3809.0, 3809.0, 3818.0, 3808.0, 3808.0, 3798.0, 3807.0, 3807.0, 3797.0, 3806.0, 3807.0, 3808.0, 3807.0, 3809.0, 3809.0, 3808.0, 3810.0, 3821.0, 3809.0, 3810.0, 3822.0, 3811.0, 3821.0, 3822.0, 3822.0, 3820.0, 3821.0, 3822.0, 3821.0, 3821.0, 3810.0, 3810.0, 3809.0, 3809.0, 3811.0, 3820.0, 3810.0, 3809.0, 3808.0, 3819.0, 3810.0, 3810.0, 3819.0, 3821.0, 3810.0, 3819.0, 3820.0, 3821.0, 3820.0, 3810.0, 3822.0, 3820.0, 3810.0, 3821.0, 3810.0, 3820.0, 3810.0, 3809.0, 3818.0, 3808.0, 3810.0, 3819.0, 3810.0, 3809.0, 3807.0, 3807.0, 3808.0, 3797.0, 3817.0, 3808.0, 3808.0, 3807.0, 3807.0, 3809.0, 3819.0, 3808.0, 3809.0, 3808.0, 3809.0, 3808.0, 3808.0, 3819.0, 3820.0, 3810.0, 3809.0, 3810.0, 3811.0, 3820.0, 3808.0, 3809.0, 3809.0, 3820.0, 3822.0, 3821.0, 3809.0, 3821.0, 3833.0, 3832.0, 3811.0, 3823.0, 3823.0, 3822.0, 3823.0, 3823.0, 3831.0, 3810.0, 3813.0, 3821.0, 3810.0, 3810.0, 3810.0, 3808.0, 3808.0, 3810.0, 3819.0, 3809.0, 3810.0, 3808.0, 3808.0, 3809.0, 3809.0, 3819.0, 3821.0, 3811.0, 3810.0, 3810.0, 3821.0, 3820.0, 3821.0, 3823.0, 3821.0, 3811.0, 3823.0, 3822.0, 3821.0, 3822.0, 3812.0, 3822.0, 3822.0, 3822.0, 3831.0, 3821.0, 3823.0, 3821.0, 3811.0, 3822.0, 3820.0, 3820.0, 3821.0, 3822.0, 3821.0, 3822.0, 3823.0, 3810.0, 3820.0, 3822.0, 3821.0, 3810.0, 3810.0, 3819.0, 3819.0, 3820.0, 3810.0, 3819.0, 3810.0, 3810.0, 3808.0, 3809.0, 3810.0, 3821.0, 3809.0, 3810.0, 3808.0, 3809.0, 3810.0, 3808.0, 3820.0, 3821.0, 3810.0, 3820.0, 3821.0, 3810.0, 3819.0, 3809.0, 3810.0, 3819.0, 3809.0, 3810.0, 3818.0, 3809.0, 3820.0, 3809.0, 3819.0, 3820.0, 3809.0, 3808.0, 3820.0, 3810.0, 3809.0, 3810.0, 3821.0, 3820.0, 3810.0, 3821.0, 3809.0, 3820.0, 3822.0, 3811.0, 3821.0, 3822.0, 3822.0, 3820.0, 3810.0, 3823.0, 3821.0, 3811.0, 3823.0, 3822.0, 3821.0, 3822.0, 3822.0, 3821.0, 3822.0, 3822.0, 3820.0, 3821.0, 3822.0, 3832.0, 3821.0, 3821.0, 3820.0, 3820.0, 3820.0, 3819.0, 3819.0, 3821.0, 3810.0, 3820.0, 3821.0, 3810.0, 3819.0, 3819.0, 3810.0, 3819.0, 3809.0, 3810.0, 3819.0, 3809.0, 3821.0, 3820.0, 3810.0, 3821.0, 3810.0, 3819.0, 3820.0, 3810.0, 3820.0, 3821.0, 3822.0, 3821.0, 3821.0, 3821.0, 3820.0, 3810.0, 3822.0, 3810.0, 3821.0, 3822.0, 3811.0, 3820.0, 3821.0, 3822.0, 3820.0, 3810.0, 3811.0, 3809.0, 3798.0, 3821.0, 3834.0, 3835.0, 3844.0, 3812.0, 3823.0, 3821.0, 3810.0, 3821.0, 3819.0, 3809.0, 3821.0, 3810.0, 3820.0, 3821.0, 3821.0, 3820.0, 3821.0, 3811.0, 3820.0, 3821.0, 3810.0, 3820.0, 3821.0, 3812.0, 3821.0, 3821.0, 3822.0, 3830.0, 3821.0, 3821.0, 3820.0, 3810.0, 3821.0, 3809.0, 3810.0, 3821.0, 3810.0, 3819.0, 3820.0, 3810.0, 3820.0, 3832.0, 3811.0, 3809.0, 3820.0, 3822.0, 3821.0, 3811.0, 3822.0, 3810.0, 3821.0, 3822.0, 3812.0, 3821.0, 3822.0, 3822.0, 3821.0, 3811.0, 3822.0, 3821.0, 3811.0, 3822.0, 3810.0, 3821.0, 3832.0, 3822.0, 3821.0, 3822.0, 3812.0, 3811.0, 3823.0, 3823.0, 3832.0, 3811.0, 3834.0, 3832.0, 3812.0, 3823.0, 3822.0, 3821.0, 3823.0, 3823.0, 3832.0, 3822.0, 3822.0, 3820.0, 3821.0, 3822.0, 3831.0, 3821.0, 3811.0, 3830.0, 3834.0, 3835.0, 3833.0, 3832.0, 3820.0, 3797.0, 3818.0, 3809.0, 3809.0, 3818.0, 3820.0, 3811.0, 3809.0, 3820.0, 3810.0, 3819.0, 3820.0, 3821.0, 3820.0, 3809.0, 3821.0, 3810.0, 3819.0, 3809.0, 3810.0, 3808.0, 3819.0, 3810.0, 3830.0, 3821.0, 3823.0, 3821.0, 3832.0, 3819.0, 3809.0, 3808.0, 3809.0, 3807.0, 3819.0, 3820.0, 3820.0, 3798.0, 3820.0, 3821.0, 3821.0, 3820.0, 3821.0, 3809.0, 3808.0, 3819.0, 3809.0, 3818.0, 3819.0, 3809.0, 3808.0, 3808.0, 3809.0, 3819.0, 3808.0, 3810.0, 3809.0, 3819.0, 3809.0, 3808.0, 3806.0, 3818.0, 3809.0, 3807.0, 3808.0, 3810.0, 3818.0, 3808.0, 3820.0, 3808.0, 3819.0, 3823.0, 3824.0, 3821.0, 3819.0, 3808.0, 3807.0, 3818.0, 3810.0, 3808.0, 3820.0, 3821.0, 3819.0, 3810.0, 3821.0, 3810.0, 3820.0, 3821.0, 3809.0, 3819.0, 3821.0, 3811.0, 3820.0, 3820.0, 3821.0, 3819.0, 3819.0, 3821.0, 3820.0, 3808.0, 3819.0, 3809.0, 3818.0, 3832.0, 3822.0, 3809.0, 3809.0, 3810.0, 3819.0, 3809.0, 3820.0, 3809.0, 3820.0, 3821.0, 3821.0, 3821.0, 3821.0, 3822.0, 3832.0, 3821.0, 3833.0, 3820.0, 3810.0, 3821.0, 3810.0, 3821.0, 3821.0, 3822.0, 3821.0, 3820.0, 3821.0, 3819.0, 3809.0, 3821.0, 3820.0, 3819.0, 3820.0, 3822.0, 3810.0, 3821.0, 3821.0, 3819.0, 3809.0, 3820.0, 3819.0, 3810.0, 3821.0, 3810.0, 3821.0, 3821.0, 3821.0, 3820.0, 3821.0, 3822.0, 3821.0, 3822.0, 3822.0, 3820.0, 3820.0, 3822.0, 3821.0, 3811.0, 3822.0, 3821.0, 3821.0, 3821.0, 3822.0, 3809.0, 3820.0, 3822.0, 3820.0, 3821.0, 3822.0, 3821.0, 3821.0, 3821.0, 3821.0, 3820.0, 3821.0, 3810.0, 3820.0, 3821.0, 3822.0, 3831.0, 3820.0, 3822.0, 3820.0, 3820.0, 3821.0, 3821.0, 3831.0, 3832.0, 3822.0, 3820.0, 3821.0, 3822.0, 3821.0, 3820.0, 3822.0, 3820.0, 3810.0, 3821.0, 3820.0, 3821.0, 3822.0, 3811.0, 3822.0, 3821.0, 3821.0, 3809.0, 3819.0, 3820.0, 3820.0, 3821.0, 3821.0, 3820.0, 3820.0, 3821.0, 3809.0, 3818.0, 3820.0, 3810.0, 3820.0, 3820.0, 3810.0, 3819.0, 3819.0, 3820.0, 3819.0, 3810.0, 3821.0, 3810.0, 3821.0, 3821.0, 3809.0, 3820.0, 3831.0, 3821.0, 3820.0, 3821.0, 3810.0, 3821.0, 3821.0, 3821.0, 3831.0, 3822.0, 3822.0, 3821.0, 3823.0, 3833.0, 3833.0, 3835.0, 3823.0, 3820.0, 3820.0, 3821.0, 3810.0, 3822.0, 3834.0, 3833.0, 3822.0, 3833.0, 3822.0, 3821.0, 3821.0, 3820.0, 3819.0, 3819.0, 3821.0, 3830.0, 3819.0, 3810.0, 3830.0, 3807.0, 3807.0, 3807.0, 3806.0, 3817.0, 3796.0, 3806.0, 3807.0, 3807.0, 3805.0, 3806.0, 3807.0, 3807.0, 3817.0, 3818.0, 3807.0, 3818.0, 3819.0, 3808.0, 3807.0, 3829.0, 3831.0, 3819.0, 3819.0, 3821.0, 3809.0, 3809.0, 3820.0, 3810.0, 3830.0, 3821.0, 3810.0, 3820.0, 3821.0, 3823.0, 3820.0, 3820.0, 3821.0, 3821.0, 3820.0, 3821.0, 3809.0, 3810.0, 3820.0, 3810.0, 3820.0, 3831.0, 3823.0, 3821.0, 3821.0, 3821.0, 3831.0, 3820.0, 3831.0, 3820.0, 3810.0, 3821.0, 3810.0, 3819.0, 3831.0, 3822.0, 3820.0, 3820.0, 3811.0, 3809.0, 3819.0, 3821.0, 3820.0, 3810.0, 3832.0, 3821.0, 3821.0, 3832.0, 3811.0, 3821.0, 3832.0, 3823.0, 3811.0, 3822.0, 3832.0, 3820.0, 3821.0, 3833.0, 3821.0, 3811.0, 3833.0, 3821.0, 3821.0, 3833.0, 3821.0, 3821.0, 3832.0, 3812.0, 3822.0, 3833.0, 3823.0, 3812.0, 3821.0, 3833.0, 3832.0, 3822.0, 3834.0, 3834.0, 3811.0, 3833.0, 3821.0, 3821.0, 3832.0, 3822.0, 3821.0, 3821.0, 3811.0, 3810.0, 3821.0, 3833.0, 3831.0, 3821.0, 3821.0, 3820.0, 3810.0, 3831.0, 3810.0, 3809.0, 3822.0, 3833.0, 3831.0, 3821.0, 3822.0, 3821.0, 3810.0, 3832.0, 3810.0, 3820.0, 3832.0, 3811.0, 3810.0, 3820.0, 3832.0, 3832.0, 3821.0, 3834.0, 3822.0, 3822.0, 3833.0, 3820.0, 3809.0, 3820.0, 3810.0, 3819.0, 3831.0, 3822.0, 3821.0, 3821.0, 3822.0, 3830.0, 3809.0, 3820.0, 3819.0, 3819.0, 3831.0, 3821.0, 3821.0, 3832.0, 3820.0, 3819.0, 3831.0, 3810.0, 3820.0, 3821.0, 3810.0, 3819.0, 3821.0, 3832.0, 3831.0, 3822.0, 3832.0, 3820.0, 3820.0, 3821.0, 3819.0, 3820.0, 3831.0, 3820.0, 3821.0, 3821.0, 3820.0, 3820.0, 3832.0, 3821.0, 3819.0, 3821.0, 3809.0, 3820.0, 3820.0, 3819.0, 3808.0, 3819.0, 3808.0, 3818.0, 3819.0, 3810.0, 3810.0, 3820.0, 3810.0, 3821.0, 3820.0, 3822.0, 3810.0, 3821.0, 3833.0, 3823.0, 3821.0, 3832.0, 3820.0, 3820.0, 3832.0, 3822.0, 3822.0, 3832.0, 3824.0, 3822.0, 3821.0, 3824.0, 3822.0, 3821.0, 3824.0, 3821.0, 3822.0, 3834.0, 3822.0, 3833.0, 3835.0, 3824.0, 3833.0, 3832.0, 3823.0, 3822.0, 3823.0, 3836.0, 3824.0, 3823.0, 3824.0, 3822.0, 3821.0, 3822.0, 3820.0, 3822.0, 3821.0, 3822.0, 3821.0, 3834.0, 3822.0, 3823.0, 3821.0, 3821.0, 3830.0, 3820.0, 3822.0, 3819.0, 3809.0, 3821.0, 3810.0, 3821.0, 3821.0, 3820.0, 3822.0, 3822.0, 3810.0, 3811.0, 3832.0, 3822.0, 3821.0, 3821.0, 3821.0, 3819.0, 3820.0, 3833.0, 3821.0, 3824.0, 3835.0, 3822.0, 3833.0, 3822.0, 3822.0, 3811.0, 3820.0, 3821.0, 3821.0, 3822.0, 3824.0, 3812.0, 3824.0, 3836.0, 3823.0, 3820.0, 3823.0, 3823.0, 3822.0, 3822.0, 3824.0, 3823.0, 3822.0, 3812.0, 3811.0, 3820.0, 3820.0, 3822.0, 3822.0, 3822.0, 3811.0, 3808.0, 3811.0, 3811.0, 3832.0, 3822.0, 3811.0, 3819.0, 3809.0, 3822.0, 3812.0, 3822.0, 3823.0, 3813.0, 3822.0, 3812.0, 3823.0, 3821.0, 3822.0, 3823.0, 3823.0, 3820.0, 3811.0, 3812.0, 3820.0, 3810.0, 3811.0, 3821.0, 3822.0, 3825.0, 3822.0, 3833.0, 3824.0, 3832.0, 3833.0, 3811.0, 3812.0, 3820.0, 3813.0, 3814.0, 3836.0, 3824.0, 3812.0, 3830.0, 3820.0, 3810.0, 3819.0, 3819.0, 3810.0, 3819.0, 3820.0, 3812.0, 3799.0, 3820.0, 3811.0, 3809.0, 3820.0, 3810.0, 3812.0, 3819.0, 3820.0, 3810.0, 3809.0, 3819.0, 3810.0, 3810.0, 3820.0, 3812.0, 3810.0, 3808.0, 3810.0, 3811.0, 3820.0, 3822.0, 3811.0, 3822.0, 3822.0, 3824.0, 3809.0, 3821.0, 3823.0, 3822.0, 3821.0, 3822.0, 3811.0, 3821.0, 3822.0, 3824.0, 3823.0, 3811.0, 3812.0, 3832.0, 3810.0, 3811.0, 3821.0, 3820.0, 3822.0, 3810.0, 3821.0, 3823.0, 3811.0], 'WindowWidth': [8654.0, 8627.0, 8603.0, 8592.0, 8573.0, 8558.0, 8565.0, 8565.0, 8555.0, 8567.0, 8565.0, 8554.0, 8550.0, 8552.0, 8569.0, 8554.0, 8564.0, 8569.0, 8554.0, 8569.0, 8573.0, 8558.0, 8553.0, 8570.0, 8576.0, 8574.0, 8572.0, 8577.0, 8568.0, 8567.0, 8587.0, 8575.0, 8570.0, 8573.0, 8572.0, 8553.0, 8571.0, 8572.0, 8582.0, 8569.0, 8579.0, 8570.0, 8571.0, 8573.0, 8569.0, 8566.0, 8570.0, 8572.0, 8566.0, 8555.0, 8556.0, 8580.0, 8550.0, 8553.0, 8564.0, 8563.0, 8551.0, 8550.0, 8561.0, 8552.0, 8551.0, 8545.0, 8547.0, 8552.0, 8565.0, 8565.0, 8554.0, 8562.0, 8550.0, 8566.0, 8553.0, 8562.0, 8566.0, 8556.0, 8564.0, 8553.0, 8553.0, 8546.0, 8547.0, 8552.0, 8563.0, 8550.0, 8556.0, 8566.0, 8564.0, 8552.0, 8552.0, 8546.0, 8547.0, 8550.0, 8562.0, 8548.0, 8550.0, 8549.0, 8561.0, 8563.0, 8552.0, 8564.0, 8547.0, 8549.0, 8559.0, 8543.0, 8546.0, 8533.0, 8539.0, 8542.0, 8529.0, 8539.0, 8542.0, 8546.0, 8543.0, 8546.0, 8549.0, 8547.0, 8551.0, 8567.0, 8547.0, 8550.0, 8570.0, 8556.0, 8567.0, 8571.0, 8571.0, 8566.0, 8566.0, 8570.0, 8567.0, 8565.0, 8552.0, 8552.0, 8547.0, 8548.0, 8554.0, 8565.0, 8550.0, 8550.0, 8546.0, 8559.0, 8550.0, 8550.0, 8562.0, 8567.0, 8552.0, 8561.0, 8564.0, 8569.0, 8566.0, 8552.0, 8569.0, 8564.0, 8549.0, 8567.0, 8553.0, 8564.0, 8552.0, 8550.0, 8557.0, 8544.0, 8550.0, 8563.0, 8549.0, 8546.0, 8542.0, 8541.0, 8544.0, 8529.0, 8555.0, 8545.0, 8545.0, 8540.0, 8542.0, 8549.0, 8560.0, 8546.0, 8549.0, 8544.0, 8546.0, 8546.0, 8547.0, 8559.0, 8563.0, 8550.0, 8550.0, 8552.0, 8554.0, 8567.0, 8543.0, 8547.0, 8547.0, 8563.0, 8570.0, 8569.0, 8550.0, 8569.0, 8587.0, 8584.0, 8556.0, 8575.0, 8573.0, 8570.0, 8572.0, 8573.0, 8581.0, 8551.0, 8558.0, 8569.0, 8550.0, 8550.0, 8550.0, 8544.0, 8545.0, 8550.0, 8562.0, 8547.0, 8550.0, 8546.0, 8543.0, 8547.0, 8549.0, 8561.0, 8567.0, 8554.0, 8550.0, 8552.0, 8568.0, 8565.0, 8566.0, 8573.0, 8569.0, 8556.0, 8573.0, 8570.0, 8566.0, 8571.0, 8559.0, 8569.0, 8570.0, 8572.0, 8582.0, 8566.0, 8573.0, 8568.0, 8555.0, 8570.0, 8564.0, 8564.0, 8568.0, 8571.0, 8566.0, 8570.0, 8573.0, 8550.0, 8564.0, 8569.0, 8567.0, 8551.0, 8552.0, 8562.0, 8561.0, 8564.0, 8552.0, 8560.0, 8550.0, 8550.0, 8545.0, 8546.0, 8551.0, 8566.0, 8548.0, 8551.0, 8547.0, 8548.0, 8549.0, 8546.0, 8562.0, 8566.0, 8552.0, 8563.0, 8567.0, 8551.0, 8561.0, 8547.0, 8551.0, 8562.0, 8547.0, 8549.0, 8560.0, 8546.0, 8564.0, 8550.0, 8561.0, 8564.0, 8548.0, 8544.0, 8564.0, 8552.0, 8549.0, 8550.0, 8568.0, 8564.0, 8551.0, 8568.0, 8550.0, 8564.0, 8569.0, 8554.0, 8566.0, 8570.0, 8571.0, 8565.0, 8553.0, 8573.0, 8569.0, 8556.0, 8574.0, 8571.0, 8567.0, 8570.0, 8571.0, 8568.0, 8571.0, 8571.0, 8564.0, 8566.0, 8572.0, 8585.0, 8565.0, 8569.0, 8565.0, 8563.0, 8565.0, 8562.0, 8561.0, 8565.0, 8553.0, 8564.0, 8566.0, 8551.0, 8559.0, 8560.0, 8551.0, 8561.0, 8548.0, 8551.0, 8563.0, 8547.0, 8566.0, 8566.0, 8549.0, 8567.0, 8550.0, 8562.0, 8565.0, 8551.0, 8562.0, 8566.0, 8570.0, 8567.0, 8567.0, 8569.0, 8564.0, 8552.0, 8569.0, 8552.0, 8567.0, 8569.0, 8554.0, 8563.0, 8567.0, 8569.0, 8564.0, 8549.0, 8554.0, 8548.0, 8532.0, 8565.0, 8589.0, 8596.0, 8605.0, 8556.0, 8572.0, 8566.0, 8550.0, 8565.0, 8562.0, 8548.0, 8566.0, 8551.0, 8564.0, 8568.0, 8568.0, 8565.0, 8568.0, 8553.0, 8563.0, 8566.0, 8552.0, 8563.0, 8567.0, 8557.0, 8567.0, 8566.0, 8570.0, 8579.0, 8565.0, 8569.0, 8566.0, 8551.0, 8568.0, 8549.0, 8552.0, 8568.0, 8550.0, 8560.0, 8564.0, 8552.0, 8562.0, 8581.0, 8554.0, 8548.0, 8565.0, 8571.0, 8567.0, 8554.0, 8570.0, 8552.0, 8567.0, 8571.0, 8557.0, 8568.0, 8571.0, 8572.0, 8567.0, 8554.0, 8571.0, 8568.0, 8553.0, 8570.0, 8552.0, 8566.0, 8584.0, 8570.0, 8567.0, 8570.0, 8558.0, 8555.0, 8571.0, 8573.0, 8583.0, 8555.0, 8590.0, 8585.0, 8558.0, 8573.0, 8570.0, 8569.0, 8572.0, 8574.0, 8582.0, 8572.0, 8572.0, 8565.0, 8567.0, 8572.0, 8582.0, 8565.0, 8554.0, 8578.0, 8590.0, 8594.0, 8589.0, 8585.0, 8565.0, 8530.0, 8559.0, 8549.0, 8550.0, 8557.0, 8564.0, 8554.0, 8546.0, 8562.0, 8553.0, 8560.0, 8565.0, 8567.0, 8565.0, 8549.0, 8567.0, 8551.0, 8559.0, 8549.0, 8552.0, 8545.0, 8561.0, 8553.0, 8579.0, 8566.0, 8573.0, 8568.0, 8582.0, 8562.0, 8547.0, 8542.0, 8547.0, 8543.0, 8561.0, 8564.0, 8565.0, 8531.0, 8562.0, 8570.0, 8569.0, 8565.0, 8567.0, 8551.0, 8545.0, 8562.0, 8549.0, 8557.0, 8562.0, 8550.0, 8545.0, 8545.0, 8549.0, 8561.0, 8545.0, 8551.0, 8547.0, 8561.0, 8548.0, 8545.0, 8539.0, 8557.0, 8548.0, 8542.0, 8545.0, 8551.0, 8560.0, 8546.0, 8564.0, 8547.0, 8561.0, 8573.0, 8577.0, 8568.0, 8560.0, 8545.0, 8542.0, 8558.0, 8550.0, 8546.0, 8563.0, 8566.0, 8563.0, 8550.0, 8569.0, 8552.0, 8564.0, 8566.0, 8549.0, 8562.0, 8568.0, 8554.0, 8565.0, 8563.0, 8567.0, 8561.0, 8562.0, 8568.0, 8565.0, 8546.0, 8562.0, 8547.0, 8559.0, 8586.0, 8572.0, 8549.0, 8548.0, 8551.0, 8561.0, 8549.0, 8565.0, 8551.0, 8564.0, 8570.0, 8569.0, 8568.0, 8570.0, 8571.0, 8584.0, 8569.0, 8587.0, 8567.0, 8550.0, 8569.0, 8554.0, 8567.0, 8570.0, 8573.0, 8567.0, 8566.0, 8568.0, 8564.0, 8549.0, 8567.0, 8567.0, 8560.0, 8565.0, 8571.0, 8550.0, 8566.0, 8569.0, 8563.0, 8547.0, 8565.0, 8561.0, 8551.0, 8569.0, 8553.0, 8568.0, 8569.0, 8567.0, 8565.0, 8569.0, 8572.0, 8568.0, 8570.0, 8571.0, 8567.0, 8565.0, 8570.0, 8568.0, 8553.0, 8572.0, 8569.0, 8567.0, 8569.0, 8571.0, 8549.0, 8563.0, 8570.0, 8567.0, 8567.0, 8571.0, 8568.0, 8567.0, 8569.0, 8569.0, 8564.0, 8568.0, 8553.0, 8565.0, 8568.0, 8572.0, 8582.0, 8565.0, 8570.0, 8567.0, 8565.0, 8568.0, 8567.0, 8580.0, 8583.0, 8570.0, 8565.0, 8567.0, 8571.0, 8569.0, 8565.0, 8570.0, 8567.0, 8553.0, 8569.0, 8566.0, 8568.0, 8570.0, 8556.0, 8569.0, 8568.0, 8569.0, 8550.0, 8563.0, 8567.0, 8566.0, 8567.0, 8569.0, 8566.0, 8566.0, 8567.0, 8550.0, 8559.0, 8563.0, 8552.0, 8565.0, 8565.0, 8553.0, 8561.0, 8562.0, 8566.0, 8564.0, 8552.0, 8568.0, 8552.0, 8567.0, 8568.0, 8550.0, 8563.0, 8581.0, 8569.0, 8564.0, 8567.0, 8554.0, 8567.0, 8566.0, 8570.0, 8583.0, 8572.0, 8571.0, 8568.0, 8572.0, 8586.0, 8587.0, 8592.0, 8574.0, 8565.0, 8565.0, 8569.0, 8551.0, 8570.0, 8591.0, 8589.0, 8573.0, 8589.0, 8572.0, 8570.0, 8568.0, 8567.0, 8563.0, 8562.0, 8568.0, 8579.0, 8561.0, 8551.0, 8578.0, 8542.0, 8542.0, 8542.0, 8537.0, 8554.0, 8527.0, 8538.0, 8540.0, 8542.0, 8538.0, 8538.0, 8541.0, 8540.0, 8553.0, 8557.0, 8544.0, 8556.0, 8560.0, 8545.0, 8542.0, 8575.0, 8581.0, 8561.0, 8562.0, 8568.0, 8549.0, 8550.0, 8565.0, 8552.0, 8578.0, 8567.0, 8553.0, 8563.0, 8567.0, 8574.0, 8566.0, 8565.0, 8569.0, 8568.0, 8565.0, 8569.0, 8549.0, 8551.0, 8566.0, 8553.0, 8564.0, 8581.0, 8574.0, 8568.0, 8568.0, 8569.0, 8581.0, 8565.0, 8582.0, 8565.0, 8550.0, 8567.0, 8552.0, 8561.0, 8582.0, 8572.0, 8565.0, 8565.0, 8554.0, 8548.0, 8562.0, 8567.0, 8564.0, 8551.0, 8584.0, 8570.0, 8568.0, 8586.0, 8556.0, 8568.0, 8585.0, 8575.0, 8555.0, 8571.0, 8585.0, 8567.0, 8569.0, 8587.0, 8569.0, 8555.0, 8587.0, 8569.0, 8569.0, 8587.0, 8570.0, 8569.0, 8585.0, 8559.0, 8571.0, 8586.0, 8574.0, 8558.0, 8570.0, 8588.0, 8586.0, 8571.0, 8590.0, 8590.0, 8557.0, 8587.0, 8570.0, 8569.0, 8583.0, 8570.0, 8567.0, 8568.0, 8557.0, 8552.0, 8568.0, 8587.0, 8583.0, 8568.0, 8569.0, 8565.0, 8551.0, 8581.0, 8555.0, 8550.0, 8569.0, 8586.0, 8582.0, 8567.0, 8572.0, 8568.0, 8551.0, 8583.0, 8554.0, 8565.0, 8583.0, 8556.0, 8551.0, 8566.0, 8583.0, 8584.0, 8569.0, 8591.0, 8572.0, 8573.0, 8587.0, 8566.0, 8550.0, 8565.0, 8552.0, 8562.0, 8583.0, 8572.0, 8569.0, 8569.0, 8572.0, 8580.0, 8548.0, 8565.0, 8564.0, 8562.0, 8582.0, 8568.0, 8568.0, 8584.0, 8567.0, 8561.0, 8580.0, 8554.0, 8564.0, 8567.0, 8553.0, 8563.0, 8568.0, 8586.0, 8582.0, 8569.0, 8584.0, 8567.0, 8567.0, 8569.0, 8564.0, 8566.0, 8582.0, 8566.0, 8567.0, 8569.0, 8567.0, 8567.0, 8585.0, 8570.0, 8563.0, 8568.0, 8549.0, 8565.0, 8566.0, 8565.0, 8547.0, 8562.0, 8547.0, 8558.0, 8561.0, 8552.0, 8552.0, 8566.0, 8553.0, 8566.0, 8565.0, 8571.0, 8552.0, 8567.0, 8588.0, 8573.0, 8569.0, 8585.0, 8565.0, 8565.0, 8584.0, 8572.0, 8571.0, 8585.0, 8577.0, 8570.0, 8569.0, 8575.0, 8571.0, 8570.0, 8576.0, 8568.0, 8573.0, 8592.0, 8573.0, 8591.0, 8593.0, 8577.0, 8587.0, 8586.0, 8574.0, 8571.0, 8575.0, 8596.0, 8575.0, 8573.0, 8576.0, 8570.0, 8567.0, 8571.0, 8567.0, 8568.0, 8568.0, 8571.0, 8567.0, 8588.0, 8571.0, 8571.0, 8568.0, 8569.0, 8579.0, 8563.0, 8569.0, 8562.0, 8550.0, 8569.0, 8553.0, 8568.0, 8568.0, 8567.0, 8567.0, 8570.0, 8551.0, 8552.0, 8584.0, 8573.0, 8570.0, 8568.0, 8569.0, 8563.0, 8565.0, 8587.0, 8570.0, 8575.0, 8592.0, 8573.0, 8584.0, 8570.0, 8571.0, 8554.0, 8564.0, 8569.0, 8568.0, 8570.0, 8575.0, 8557.0, 8577.0, 8595.0, 8574.0, 8564.0, 8571.0, 8574.0, 8570.0, 8570.0, 8576.0, 8573.0, 8568.0, 8556.0, 8552.0, 8561.0, 8565.0, 8571.0, 8571.0, 8568.0, 8554.0, 8545.0, 8551.0, 8555.0, 8583.0, 8569.0, 8555.0, 8563.0, 8549.0, 8571.0, 8558.0, 8567.0, 8573.0, 8562.0, 8570.0, 8556.0, 8572.0, 8567.0, 8569.0, 8572.0, 8574.0, 8565.0, 8556.0, 8558.0, 8563.0, 8553.0, 8556.0, 8569.0, 8571.0, 8581.0, 8573.0, 8589.0, 8577.0, 8585.0, 8585.0, 8555.0, 8558.0, 8564.0, 8560.0, 8565.0, 8594.0, 8575.0, 8558.0, 8579.0, 8565.0, 8553.0, 8562.0, 8560.0, 8552.0, 8564.0, 8564.0, 8556.0, 8537.0, 8562.0, 8551.0, 8550.0, 8564.0, 8550.0, 8555.0, 8560.0, 8563.0, 8550.0, 8546.0, 8559.0, 8551.0, 8550.0, 8562.0, 8555.0, 8552.0, 8546.0, 8551.0, 8555.0, 8565.0, 8568.0, 8555.0, 8571.0, 8571.0, 8575.0, 8549.0, 8566.0, 8572.0, 8571.0, 8567.0, 8569.0, 8555.0, 8567.0, 8572.0, 8576.0, 8571.0, 8555.0, 8559.0, 8584.0, 8553.0, 8557.0, 8568.0, 8566.0, 8571.0, 8553.0, 8566.0, 8574.0, 8555.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.0011554427083333334</td></tr>
<tr><td colspan=3>aqi</td><td>0.023876840711805555</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.07511920421365</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1731288373153756</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9955436737619473</td></tr>
<tr><td colspan=3>efc</td><td>0.465</td></tr>
<tr><td colspan=3>fber</td><td>5976.7407</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07684081159431345</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8680555555555556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5832418434277864</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.520340758092212</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.848866295714098</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3805184764770493</td></tr>
<tr><td colspan=3>gcor</td><td>0.00279211</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013406394980847836</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020190302282571793</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1152</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.4277178862241553</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>42.1133</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.2131</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.1884</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304316.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.6983</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5141</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.3648</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2966.4726</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72228.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.3114</td></tr>
<tr><td colspan=3>tsnr</td><td>38.23040045017842</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>